2002-08-20 Elena Zannoni <ezannoni@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2
3 * rs6000-tdep.c (altivec_register_p): Delete.
4 (rs6000_do_altivec_registers): Delete.
5 (rs6000_altivec_registers_info): Delete.
6 (rs6000_do_registers_info): Delete.
7 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
8 (rs6000_gdbarch_init): Remove setting of do_registers_info.
9
10 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
11
12 * infcmd.c (do_registers_info): Print vector registers in hex
13 format only.
14 (print_vector_info): Check that printing registers
15 makes sense.
16 (print_float_info): Ditto.
17
18 2002-08-20 Andrew Cagney <ac131313@redhat.com>
19
20 * mips-tdep.c (mips_gdbarch_init): Update.
21 (mips_o32_extract_return_value): Rewrite.
22 (mips_o32_store_return_value): Rewrite.
23 (mips_o32_xfer_return_value): New function.
24 (mips_xfer_register): Tweak debug print message. Allow for
25 buf_offset when dumping the value transfered.
26
27 2002-08-20 Andrew Cagney <ac131313@redhat.com>
28
29 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
30 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
31 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
32 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
33 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
34
35 2002-08-14 Michael Snyder <msnyder@redhat.com>
36
37 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
38
39 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
40
41 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
42 register.
43 (P): New macro to define a register as a pseudo register.
44 (R, R4, R8, R16, FR32, R64, R0): Updated.
45 (struct variant): Add new fields for number of pseudo registers
46 and number of total registers.
47 (tot_num_registers): New macro replacing....
48 (num_registers): ...deleted macro.
49 (num_registers): New function.
50 (num_pseudo_registers): New function.
51 (variants): Update all variants to intialize new fields correctly.
52 Postpone initialization of number of pseudo regs and real regs.
53 (init_variants): New function.
54 (rs6000_gdbarch_init): Initialize variants. Update calculation of
55 registers offsets.
56
57 2002-08-19 David Carlton <carlton@math.stanford.edu>
58
59 * valops.c (search_struct_field): Change error message to treat
60 return value of 0 from value_static_field as meaning that field is
61 optimized out.
62 (value_struct_elt_for_reference): Ditto.
63 * values.c (value_static_field): Treat an unresolved location the
64 same as a nonexistent symbol. Fix PR gdb/635.
65 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
66 enclosed. Fix PR gdb/574.
67 * MAINTAINERS: Add self to Write After Approval list.
68
69 2002-08-19 Andrew Cagney <ac131313@redhat.com>
70
71 * mips-tdep.c (mips_xfer_register): New function.
72 (mips_n32n64_extract_return_value): Rewrite.
73 (mips_gdbarch_init): For N32 and N64, set extract_return_value
74 instead of deprecated_extract_return_value.
75
76 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
77
78 * rs6000-tdep.c (TDEP): Delete macro.
79 (branch_dest): Replace use of TDEP macro with its body.
80 (rs6000_pop_frame): Ditto.
81 (rs6000_push_arguments): Ditto.
82 (rs6000_skip_trampoline_code): Ditto.
83 (rs6000_frame_saved_pc): Ditto.
84 (rs6000_frame_chain): Ditto.
85 (rs6000_register_name): Ditto.
86 (rs6000_register_byte): Ditto.
87 (rs6000_register_raw_size): Ditto.
88 (rs6000_register_virtual_type): Ditto.
89 (rs6000_register_convertible): Ditto.
90 (rs6000_convert_from_func_ptr_addr): Ditto.
91
92 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
93
94 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
95 conditionally.
96 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
97 MIPS_LINUX_JB_ELEMENT_SIZE.
98 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
99 for MAX_REGISTER_RAW_SIZE arrays.
100 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
101 MIPS_LINUX_JB_ELEMENT_SIZE.
102
103 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
104
105 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
106
107 2002-08-19 Aidan Skinner <aidan@velvet.net>
108
109 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
110 ada-valprint.c ada-tasks.c.
111 (YYFILES): Add ada-exp.y.
112 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
113 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
114 (ada-exp.tab.o): New target.
115
116 2002-08-18 Andrew Cagney <ac131313@redhat.com>
117
118 * regcache.c (regcache_xfer_part): New function.
119 (regcache_raw_read_part): New function.
120 (regcache_raw_write_part): New function.
121 (regcache_cooked_read_part): New function.
122 (regcache_cooked_write_part): New function.
123 * regcache.h (regcache_raw_read_part): Declare.
124 (regcache_raw_write_part): Declare.
125 (regcache_cooked_read_part): Declare.
126 (regcache_cooked_write_part): Declare.
127
128 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
129
130 * remote.c (remote_open_1): Add async_p.
131 (remote_async_open_1): Delete.
132 (open_remote_target): Delete.
133 (remote_open, extended_remote_open): Update calls to remote_open_1.
134 (remote_async_open, extended_remote_async_open): Call
135 remote_open_1 instead of remote_async_open_1.
136
137 2002-08-19 Mark Kettenis <kettenis@gnu.org>
138
139 * blockframe.c: Fix a few coding standard violations.
140
141 2002-08-19 Mark Kettenis <kettenis@gnu.org>
142
143 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
144 here from ...
145 * config/i386/tm-i386sco5.h: ... here. File removed.
146 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
147
148 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
149 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
150 (TM_FILE): Set to tm-i386.h.
151 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
152 * config/i386/tm-i386v.h: Remove file.
153 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
154 instead of "i386/tm-i386v.h".
155 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
156 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
157 "i386/tm-i386v.h".
158 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
159 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
160 "i386/tm-i386.h".
161
162 2002-08-18 Mark Kettenis <kettenis@gnu.org>
163
164 * config/i386/nm-i386v.h: Add protection against
165 multiple-inclusion.
166 (i386_register_u_addr): Remove prototype.
167 (register_u_addr): New prototype.
168 (REGISTER_U_ADDR): Redefine accordingly.
169 * i386v-nat.c: Improve several comments.
170 (i386_register_u_addr): Change signature and rename to
171 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
172 ubase variable.
173
174 2002-08-18 Andrew Cagney <ac131313@redhat.com>
175
176 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
177 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
178 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
179 deprecated_extract_return_value.
180 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
181 rename mips_o32o64_push_arguments.
182 (mips_gdbarch_init): Update.
183 (mips_extract_return_value): Delete.
184 (mips_o32_extract_return_value): Clone mips_extract_return_value.
185 (mips_o64_extract_return_value): Clone mips_extract_return_value.
186 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
187 (mips_n32n64_extract_return_value): Clone
188 mips_extract_return_value.
189 (mips_store_return_value): Delete.
190 (mips_o32_store_return_value): Clone mips_store_return_value.
191 (mips_o64_store_return_value): Clone mips_store_return_value.
192 (mips_eabi_store_return_value): Clone mips_store_return_value.
193 (mips_n32n64_store_return_value): Clone mips_store_return_value.
194
195 2002-08-18 Aidan Skinner <aidan@velvet.net>
196
197 * ada-lang.c: Use gdb_string.h instead of <string.h>.
198 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
199
200 2002-08-18 Aidan Skinner <aidan@velvet.net>
201
202 * ada-lang.c: Run through gdb_indent.sh.
203 * ada-lang.h: Run through gdb_indent.sh.
204 * ada-tasks.c: Run through gdb_indent.sh.
205 * ada-typeprint.c: Run through gdb_indent.sh.
206 * ada-valprint.c: Run through gdb_indent.sh.
207
208 2002-08-18 Andrew Cagney <ac131313@redhat.com>
209
210 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
211 ABI.
212
213 2002-08-18 Mark Kettenis <kettenis@gnu.org>
214
215 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
216
217 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
218 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
219
220 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
221 write_register_gen instead of write_register_bytes.
222
223 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
224 i[3456]-*-osf1mk* configurations have been made obsolete.
225 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
226 i[3456]86-*-osf1mk* hosts obsolete.
227 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
228 targets obsolete.
229 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
230 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
231 config/i386/i386m3.mt, config/i386/nm-m3.h,
232 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
233 config/i386/i386mk.mh, config/i386/i386mk.mt,
234 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
235 obsolete.
236 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
237 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
238 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
239
240 2002-08-18 Andrew Cagney <ac131313@redhat.com>
241
242 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
243 (hppa_value_returned_from_stack): Declare.
244 (hppa_extract_return_value): Declare.
245 * config/pa/hppa.mt: New file.
246 * configure.tgt: Recognize hppa*-*-*.
247 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
248
249 2002-08-18 Mark Kettenis <kettenis@gnu.org>
250
251 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
252 comment.
253
254 2002-08-17 Mark Kettenis <kettenis@gnu.org>
255
256 * top.c (gdb_rl_operate_and_get_next): Make sure
257 operate-and-get-next functions correctly even when the history
258 list is completely filled.
259
260 2002-08-18 Andrew Cagney <ac131313@redhat.com>
261
262 * MAINTAINERS (Target Instruction Set Architectures): Rename
263 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
264 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
265 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
266 already listed under Host/Native.
267
268 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
269 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
270 mips*-*-*.
271
272 2002-08-17 Andrew Cagney <ac131313@redhat.com>
273
274 * config/ia64/ia64.mt: New file.
275 * config/alpha/alpha.mt: New file.
276 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
277 ia64-linux-gnu. Mention that ia64-elf is broken.
278 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
279
280 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
281
282 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
283 generic_func_frame_valid instead of func_frame_valid.
284
285 2002-08-16 Joel Brobecker <brobecker@gnat.com>
286
287 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
288 procfs appears to be broken when debugging on multi-processor
289 machines. So enable software single stepping in order to avoid
290 using the procfs interface to do next/step operations, using
291 internal breakpoints instead.
292
293 * infrun.c (handle_inferior_event): Readjust the stop_pc by
294 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
295 make this pc address equal to the value it would have if the
296 system stepping capability was used. Also set a new flag used
297 to ensure that we don't readjust the PC one more time later.
298
299 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
300 address by DECR_PC_AFTER_BREAK when software single step is
301 in use for this architecture, as this has already been taken
302 care of in handle_inferior_event().
303
304 2002-08-16 Joel Brobecker <brobecker@gnat.com>
305
306 * infrun.c (handle_inferior_event): Minor reformatting, to make
307 a rather long condition expression easier to read.
308
309 2002-08-16 Andrew Cagney <ac131313@redhat.com>
310
311 * Makefile.in (gdbtk.o): Move to end of file.
312 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
313 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
314 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
315 (gdbtk-wrapper.o, gdbres.o): Ditto.
316
317 2002-08-16 Andrew Cagney <ac131313@redhat.com>
318
319 * Makefile.in (copying.o): Separate out compile rule.
320 (hpux-thread.o, procfs.o, signals.o): Ditto.
321 (v850ice.o, z8k-tdep.o): Ditto.
322 (tui-file.o): Move to TUI section.
323 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
324 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
325
326 2002-08-16 Joel Brobecker <brobecker@gnat.com>
327
328 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
329 skip_trampoline_code, for better namespace-proofing.
330
331 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
332
333 2002-08-16 Joel Brobecker <brobecker@gnat.com>
334
335 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
336
337 2002-08-16 Joel Brobecker <brobecker@gnat.com>
338
339 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
340 signal, check whether we hit a breakpoint before checking for a
341 single step breakpoint. Otherwise, GDB fails to notice that a
342 breakpoint has been hit when stepping onto a breakpoint.
343
344 2002-08-16 Keith Seitz <keiths@redhat.com>
345
346 * gdb-events.sh (clear_gdb_event_hooks): New function.
347 * gdb-events.c: Regenerate.
348 * gdb-events.h: Regenerate.
349
350 2002-08-16 Andrew Cagney <ac131313@redhat.com>
351
352 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
353 not_a_sw_breakpoint.
354 * breakpoint.h (bpstat_stop_status): Add parameter names.
355
356 2002-08-16 Grace Sainsbury <graces@redhat.com>
357
358 * remote.c (remote_insert_hw_breakpoint)
359 (remote_remove_hw_breakpoint): Fix calculation of length field
360 for Z-packet.
361
362 2002-08-15 Michael Snyder <msnyder@redhat.com>
363
364 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
365 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
366 (supply_fpregset): Ditto.
367
368 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
369 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
370 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
371 (TARGET_READ_SP): Delete.
372 (DO_REGISTERS_INFO): Delete.
373 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
374 Delete.
375 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
376 from macros to functions.
377
378 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
379 (mips_register_convertible, mips_register_convert_to_virtual,
380 mips_register_convert_to_raw): Make static.
381 (mips_read_sp): New function.
382 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
383 (mips_do_registers_info): Make static.
384 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
385 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
386 (mips_register_convert_from_type, mips_register_convert_to_type):
387 New functions.
388 (mips_gdbarch_init): Set up function_start_offset,
389 register_virtual_size, pc_in_sigtramp.
390
391 2002-08-15 Andrew Cagney <ac131313@redhat.com>
392
393 * infcmd.c (vector_info): New function.
394 (_initialize_infcmd): Add command "info vector".
395 (print_vector_info): New function.
396
397 * gdbarch.sh (PRINT_VECTOR_INFO): New method
398 * gdbarch.h, gdbarch.c: Regenerate.
399
400 2002-08-15 Andrew Cagney <ac131313@redhat.com>
401
402 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
403 ``print_all''. Only print vector registers when ``print_all''.
404
405 2002-08-15 Andrew Cagney <ac131313@redhat.com>
406
407 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
408 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
409
410 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
411 Add `args' parameter.
412 * gdbarch.h, gdbarch.c: Regenerate.
413
414 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
415
416 * infcmd.c (float_info): Call print_float_info.
417 (print_float_info): New function. By default, print the
418 floating-point registers.
419
420 * arch-utils.h (default_print_float_info): Delete declaration.
421 * arch-utils.c (default_print_float_info): Delete function.
422
423 2002-08-16 Mark Kettenis <kettenis@gnu.org>
424
425 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
426 out define.
427
428 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
429 FRAME.
430
431 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
432 * configure.host: Make i[3456]86-*-aix host obsolete.
433 * configure.tgt: Make i[3456]86-*-aix target obsolete.
434 * config/i386/i386aix.mh, config/i386/i386aix.mt,
435 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
436 config/i386/xm-i386aix.h: Make files obsolete.
437 * i386aix-nat.c: Make file obsolete.
438 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
439 (i386aix-nat.o): Make target obsolete.
440
441 * config/i386/nm-gnu.h: Removed.
442 * config/i386/nm-i386gnu.h: New file.
443 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
444 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
445 Moved here from ...
446 * config/i386/tm-i386gnu.h: ... here. Removed.
447 * config/i386/xm-i386gnu.h: Removed.
448 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
449 (NAT_FILE): Set to nm-i386gnu.h.
450 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
451 * i386-tdep.c: New file.
452 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
453 (i386gnu-tdep.o): Specify dependencies.
454
455 2002-08-15 Mark Kettenis <kettenis@gnu.org>
456
457 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
458 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
459 Adjust a few comments to reflect reality a bit closer.
460 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
461 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
462 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
463 target_insert_watchpoint, target_remove_watchpoint):
464 Move defines to ...
465 * config/i386/nm-i386sco5.h: ... here.
466 (kernel_u_size): Add prototype. Improve a few comments and add
467 protection against multiple inclusion.
468
469 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
470 out define.
471
472 * uw-thread.c (SP_ARG0): Define if not already defined.
473 * config/i386/tm-i386.h (SO_ARG0): Remove define.
474
475 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
476
477 * config/i386/tm-i386.h: Don't include "regcache.h".
478
479 * i387-tdep.h (i387_print_float_info): New prototype.
480 * i387-tdep.c (print_i387_value, print_i387_ext,
481 print_i387_status_word, print_i387_control_word): Add `struct
482 ui_file *' argument and use it for output.
483 (i387_print_float_info): Renamed from i387_float_info. Add
484 `struct gdbarch *' and `struct ui_file *' arguments and use the
485 latter for output.
486 * i386-tdep.c: Include "i387-tdep.h".
487 (i386_gdbarch_init): Set print_float_info.
488 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
489 (FLOAT_INFO): Remove define.
490
491 2002-08-13 Michael Snyder <msnyder@redhat.com>
492
493 * mips-tdep.c (mips_push_arguments): Rename to
494 mips_eabi_push_arguments, and tune for EABI.
495 (MIPS_REGS_HAVE_HOME_P): Delete.
496 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
497 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
498 Delete references to mips_regs_have_home_p.
499
500 2002-08-14 Keith Seitz <keiths@redhat.com>
501
502 * Makefile.in (install-gdbtk): Create insight plugin directory.
503 Install plugins.tcl file.
504
505 2002-08-14 Keith Seitz <keiths@redhat.com>
506
507 * configure.in: Move SUBDIRS to near top of the file so that
508 --enable options may add things to it.
509 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
510 * configure: Regenerate.
511
512 2002-08-13 Michael Snyder <msnyder@redhat.com>
513
514 * mips-tdep.c (mips_o32o64_push_arguments): New function,
515 cloned from mips_push_arguments, tuned for o32/o64 ABI.
516 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
517
518 2002-08-13 Andrew Cagney <ac131313@redhat.com>
519
520 * vax-tdep.c (vax_get_saved_register): Delete function.
521 (vax_gdbarch_init): Update.
522 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
523 (ns32k_gdbarch_init): Update.
524 * alpha-tdep.c (alpha_get_saved_register): Delete function.
525 (alpha_gdbarch_init): Update.
526
527 2002-08-13 Andrew Cagney <cagney@redhat.com>
528
529 * regcache.c (init_regcache_descr): Overallocate the
530 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
531 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
532 nr_raw_registers.
533 (set_register_cached): Add range checking assertions. Use
534 current_regcache.
535
536 2002-08-13 Mark Kettenis <kettenis@gnu.org>
537
538 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
539 numbers for MMX registers.
540
541 2002-08-13 Andrew Cagney <cagney@redhat.com>
542
543 * i386-tdep.c (i386_gdbarch_init): Use
544 generic_unwind_get_saved_register.
545
546 2002-08-13 Kevin Buettner <kevinb@redhat.com>
547
548 * procfs.c (procfs_can_use_hw_breakpoint): New function.
549 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
550 target vector.
551 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
552 Delete. Add comment regarding this now-deleted target method.
553
554 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
555
556 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
557 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
558 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
559 real PC and the page number (if it's within the memory bank window).
560 (m68hc11_pseudo_register_write): Likewise when saving.
561 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
562 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
563 (m68hc11_register_raw_size): And use 32-bit for it.
564 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
565 16K memory bank is used by the prog; also use the virtual pc.
566
567 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
568
569 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
570 (m68hc11_gdbarch_init): Install it in gdbarch.
571 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
572 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
573 (MSYMBOL_SIZE): New for documentation.
574 (insn_return_kind): Enum to specify how a function returns.
575 (frame_extra_info): Cleanup and record the return mode.
576 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
577 register in address computation.
578 (m68hc11_get_return_insn): New to obtain the return instruction used
579 by the function.
580 (m68hc11_frame_init_saved_regs): Take into account the return
581 instruction used by the function for far and interrupt functions.
582 (m68hc11_init_extra_frame_info): Take into account page register.
583 (m68hc11_frame_args_address): Adjust according to the return mode.
584 (show_regs): Print page register only when it's used.
585
586 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
587
588 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
589 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
590 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
591 registers.
592 (m68hc11_register_raw_size): Likewise.
593
594 2002-08-13 Andrew Cagney <cagney@redhat.com>
595
596 * i386-tdep.c (i386_register_name): Handle mmx registers.
597 (mmx_regnum_p): New function.
598 (i386_mmx_names): New array.
599 (mmx_num_regs): New variable.
600 (i386_pseudo_register_read): New function.
601 (i386_pseudo_register_write): New function.
602 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
603
604 * regcache.c (regcache_raw_read_unsigned): New function.
605 (regcache_raw_read_signed): New function.
606 * regcache.h (regcache_raw_read_unsigned): Declare.
607 (regcache_raw_read_signed): Declare.
608
609 2002-08-13 Andrew Cagney <cagney@redhat.com>
610
611 * regcache.c (regcache_raw_read_as_address): Delete function.
612 (regcache_cooked_read_signed): New function.
613 (regcache_cooked_read_unsigned): New function.
614 * regcache.h (regcache_cooked_read_signed): Declare.
615 (regcache_cooked_read_unsigned): Declare.
616 (regcache_raw_read_as_address): Delete declaration.
617
618 * blockframe.c (generic_read_register_dummy): Use
619 regcache_cooked_read_unsigned.
620 * i386-tdep.c (i386_extract_struct_value_address): Use
621 regcache_cooked_read_unsigned.
622
623 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
624
625 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
626 double sizes according to ELF ABI flags.
627 (gdbarch_tdep): Record elf_flags.
628
629 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
630
631 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
632 (m6812_prolog): They can appear in 68HC12 function prologue.
633 (m68hc11_frame_chain): Cleanup.
634
635 2002-08-12 Andrew Cagney <cagney@redhat.com>
636
637 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
638 declarations.
639 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
640 (i386_linux_register_raw_size): Delete function.
641 (i386_linux_init_abi): Update.
642 * i386-tdep.c (i386_register_raw_size): Delete function.
643 (i386_register_byte): Delete function.
644 (i386_gdbarch_init): Update.
645 (i386_register_size): Delete array.
646 (i386_register_offset): Delete array.
647
648 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
649 (REGISTER_RAW_SIZE): Delete macro.
650 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
651 (REGISTER_BYTE): Delete macro.
652
653 2002-08-11 Aidan Skinner <aidan@velvet.net>
654
655 * ada-lang.c (ada_lookup_partial_symbol)
656 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
657 prototype names so that grep ^func works properly.
658
659 * ada-lang.c (ada_array_element_type)
660 (ada_lookup_partial_symbol): Fix typos in parameter list.
661
662 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
663 Fix prototype names so that grep ^func works properly.
664
665 2002-08-10 Andrew Cagney <cagney@redhat.com>
666 Elena Zannoni <ezannoni@redhat.com>
667 Martin M. Hunt <hunt@redhat.com>
668
669 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
670 (build_builtin_type_vec128i): Set the vector bit.
671 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
672 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
673 (build_builtin_type_vec64): New function.
674 (build_builtin_type_vec64i): New function.
675 (build_gdbtypes): Initialize builtin_type_vec64 and
676 builtin_type_vec64i.
677
678 2002-08-09 Andrew Cagney <cagney@redhat.com>
679
680 * regcache.c (regcache_dump): Compare the register offset
681 with REGISTER_BYTE.
682 * arch-utils.c (generic_register_byte): New function.
683 * arch-utils.h (generic_register_byte): Declare.
684 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
685 * gdbarch.h, gdbarch.c: Regenerate.
686
687 2002-08-09 Andrew Cagney <cagney@redhat.com>
688
689 * regcache.c: Include "gdbcmd.h"
690 (_initialize_regcache): Add commands "maintenance print
691 registers", "maintenance print raw-registers" and "maintenance
692 print cooked-registers".
693 (enum regcache_dump_what): Define.
694 (dump_endian_bytes): New function.
695 (regcache_dump): New function.
696 (regcache_print): New function.
697 (maintenance_print_registers): New function.
698 (maintenance_print_raw_registers): New function.
699 (maintenance_print_cooked_registers): New function.
700 * Makefile.in (regcache.o): Update dependencies.
701
702 2002-08-09 Michael Snyder <msnyder@redhat.com>
703
704 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
705 (mips_push_arguments): Correct some comments. Use paddr_nz
706 for printing addresses in debug output. Replace static
707 allocation using MAX_REGISTER_RAW_SIZE with alloca.
708 (mips_n32n64_push_arguments): New function, cloned from
709 mips_push_arguments and tuned for the n32/n64 ABI.
710 (mips_push_register): Buffer needs dynamic allocation.
711 (mips_print_register): Ditto.
712 (do_gp_register_row): Ditto.
713 (mips_store_return_value): Ditto.
714 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
715
716 2002-08-09 Don Howard <dhoward@redhat.com>
717
718 * memattr.c (mem_info_command): Print special case of upper bound
719 as max CORE_ADDR + 1.
720
721 2002-08-08 Michael Snyder <msnyder@redhat.com>
722
723 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
724 returns structs by ref if they're too big to fit in two registers.
725
726 2002-08-09 Kevin Buettner <kevinb@redhat.com>
727
728 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
729 saved regs value.
730 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
731 mips_find_saved_regs().
732 (mips_pop_frame): Likewise.
733
734 2002-08-09 Kevin Buettner <kevinb@redhat.com>
735
736 * blockframe.c (frame_saved_regs_register_unwind): Revise
737 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
738 frames are in use.
739
740 2002-08-09 Grace Sainsbury <graces@redhat.com>
741
742 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
743 T-packets; the 'a' is not taken as a register number.
744 (remote_check_watch_resources, remote_stopped_by_watchpoint)
745 (remote_stopped_data_address): New functions; add to target
746 vector.
747 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
748 prototypes to match other implementations of this
749 function. replace integer argument with pointer -- the length
750 field in the Z-packet is the length of what is pointed to or 1 if
751 pointer is null. Add to target vector.
752 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
753 target vector.
754
755 From Mark Salter:
756 * remote.c (remote_wait): Add support to extract optional
757 watchpoint information from T-packet. Ignore unrecognized
758 optional info in T-packet.
759 (remote_async_wait): Ditto.
760
761 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
762
763 * cli/cli-dump.c: Change fopen modes to use binary open modes
764 as defined in include/fopen-bin.h throughout.
765
766 2002-08-08 Michael Snyder <msnyder@redhat.com>
767
768 * mips-tdep.c: Minor whitespace and indentation clean-ups.
769
770 2002-08-08 Kevin Buettner <kevinb@redhat.com>
771
772 * doublest.c (store_floating): Avoid floatformat_from_doublest()
773 assertion failure by returning early after a warning.
774
775 2002-08-08 Kevin Buettner <kevinb@redhat.com>
776
777 * mips-tdep.c (mips_find_saved_regs): Make static.
778 (mips_frame_init_saved_regs): New function.
779 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
780 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
781 (mips_find_saved_regs): Delete declaration.
782
783 2002-08-08 Grace Sainsbury <graces@redhat.com>
784
785 * remote.c (remote_wait, remote_async_wait): Change
786 thread_num from int to ULONGEST.
787 (unpack_varlen_hex): Change result parameter from
788 int * to ULONGEST *.
789
790 2002-08-08 Andrew Cagney <ac131313@redhat.com>
791
792 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
793 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
794 powerpc*-*-*.
795 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
796
797 2002-08-08 Andrew Cagney <cagney@redhat.com>
798
799 * gcore.c (override_derive_stack_segment): Delete variable.
800 (preempt_derive_stack_segment): Delete function.
801 (derive_stack_segment): Delete function.
802 (default_derive_stack_segment): Renamed to derive_stack_segment.
803 (override_derive_heap_segment): Delete variable.
804 (preempt_derive_heap_segment): Delete function.
805 (derive_heap_segment): Delete function.
806 (default_derive_heap_segment): Rename to derive_heap_segment.
807
808 2002-08-06 Michael Snyder <msnyder@redhat.com>
809
810 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
811 * mips-tdep.c (mips_EABI_use_struct_convention,
812 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
813 New functions. (mips_use_struct_convention): Delete.
814 (mips_gdbarch_init): set use_gdbarch_convention.
815
816 2002-08-06 Michael Snyder <msnyder@redhat.com>
817
818 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
819 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
820 mips_o32_reg_struct_has_addr): New functions.
821 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
822
823 2002-08-07 Andrew Cagney <ac131313@redhat.com>
824
825 * regcache.c (pseudo_register): Delete function.
826 (fetch_register): Delete function.
827 (store_register): Delete function.
828 (regcache_raw_read, legacy_read_register_gen): Use
829 target_fetch_registers instead of fetch_register.
830 (legacy_write_register_gen, regcache_raw_write): Use
831 target_store_register instead of store_register.
832 (write_register_bytes): Ditto.
833
834 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
835 (STORE_PSEUDO_REGISTER): Delete.
836 * gdbarch.h, gdbarch.c: Regenerate.
837
838 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
839
840 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
841 write dump file binary.
842
843 2002-08-05 Michael Snyder <msnyder@redhat.com>
844
845 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
846 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
847 (mips_gdbarch_init): Set N32 target to be mips64.
848
849 2002-08-06 Kevin Buettner <kevinb@redhat.com>
850
851 * frame.c (find_saved_register): Break out of loop once saved
852 register address is found. Don't mention sparc in loop comment
853 anymore.
854
855 2002-08-06 Kevin Buettner <kevinb@redhat.com>
856
857 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
858 mips_default_saved_regsize to 8.
859
860 2002-08-06 Andrew Cagney <ac131313@redhat.com>
861
862 * gcore.c: Do not include <sys/procfs.h>.
863 * Makefile.in (gcore.o): Update dependencies.
864
865 2002-08-06 Andrew Cagney <cagney@redhat.com>
866
867 * configure.tgt: Make arc-*-* obsolete.
868 * NEWS: Mention that arc-*-* has been identifed as obsolete.
869 * MAINTAINERS: Make arc-elf obsolete.
870 * arc-tdep.c: Make file obsolete.
871 * config/arc/arc.mt: Ditto.
872 * config/arc/tm-arc.h: Ditto.
873
874 2002-08-05 Theodore A. Roth <troth@verinet.com>
875
876 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
877
878 2002-08-05 Andrew Cagney <ac131313@redhat.com>
879
880 * mcore-tdep.c (mcore_gdbarch_init): Use
881 generic_unwind_get_saved_register instead of
882 generic_get_saved_register.
883 * v850-tdep.c (v850_gdbarch_init): Ditto.
884 * frv-tdep.c (frv_gdbarch_init): Ditto.
885 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
886 * s390-tdep.c (s390_gdbarch_init): Ditto.
887 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
888 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
889 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
890
891 2002-08-05 Joel Brobecker <brobecker@gnat.com>
892
893 * objfiles.h: Add missing #include "symfile.h"
894
895 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
896
897 2002-08-04 Andrew Cagney <ac131313@redhat.com>
898
899 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
900 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
901 of FIELD_BITSIZE.
902
903 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
904
905 * NEWS: Cleanup and nitpick.
906
907 2002-08-03 Andrew Cagney <ac131313@redhat.com>
908
909 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
910
911 2002-08-03 Andrew Cagney <ac131313@redhat.com>
912
913 * Makefile.in (gdbtk-bp.o): Update dependencies.
914 (gdbtk-register.o): Ditto.
915 (gdbtk-varobj.o): Ditto.
916
917 2002-08-03 Andrew Cagney <cagney@redhat.com>
918
919 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
920 m68hc11_fetch_pseudo_register.
921 (m68hc11_pseudo_register_write): Replace
922 m68hc11_store_pseudo_register.
923 (m68hc11_gdbarch_init): Update.
924
925 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
926
927 * gdbarch.sh: Include "gdb_string.h".
928 * gdbarch.c: Regenerate.
929
930 * regcache.c: Include "gdb_string.h".
931 * ax-general.c: Ditto.
932 * varobj.c: Ditto.
933 * std-regs.c: Ditto.
934 * fbsd-proc.c: Ditto.
935 * thread.c: Ditto.
936
937 * Makefile.in (regcache.o): Update dependencies.
938 (thread.o, gdbarch.o): Ditto.
939 (ax-general.o, gdbarch.o): Ditto.
940 (varobj.o, std-regs.o): Ditto.
941 (fbsd-proc.o): Specify dependencies.
942
943 2002-08-02 Andrew Cagney <cagney@redhat.com>
944
945 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
946 regnum.
947 (regcache_cooked_write): Ditto.
948
949 2002-08-02 Andrew Cagney <ac131313@redhat.com>
950
951 * regcache.c (regcache_cooked_read): New function.
952 (regcache_cooked_write): New function.
953 (read_register_gen): Rewrite using regcache_cooked_read.
954 (write_register_gen): Rewrite using regcache_cooked_write.
955
956 * regcache.h (regcache_cooked_read, regcache_cooked_write):
957 Declare.
958
959 2002-08-02 Andrew Cagney <cagney@redhat.com>
960
961 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
962 Replace the architecture methods register_read and register_write.
963 * gdbarch.h, gdbarch.c: Regenerate.
964 * regcache.c (init_regcache_descr): Update.
965 (read_register_gen): Update.
966 (write_register_gen): Update.
967 (supply_register): Update comment.
968
969 * sh-tdep.c (sh_gdbarch_init): Update.
970 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
971 `regcache' and `gdbarch' parameters. Make `buffer' a void
972 pointer. Update code.
973 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
974 `regcache' and `gdbarch' parameters. Make `buffer' a constant
975 void pointer. Update code.
976 (sh64_register_write): Delete.
977 (sh4_register_read): Delete.
978 (sh64_register_read): Delete.
979 (sh4_register_write): Delete.
980 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
981 void pointer, `to' parameter a void pointer.
982 (sh_sh64_register_convert_to_raw): Ditto.
983
984 2002-08-01 Kevin Buettner <kevinb@redhat.com>
985
986 * mips-tdep.c (mips_register_virtual_type): Use architecture
987 invariant return values.
988
989 2002-08-01 Andrew Cagney <cagney@redhat.com>
990
991 * linux-proc.c: Include "gdb_string.h".
992 * Makefile.in (linux-proc.o): Update dependency list.
993
994 2002-08-01 Kevin Buettner <kevinb@redhat.com>
995
996 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
997 comment.
998
999 2002-08-01 Grace Sainsbury <graces@redhat.com>
1000
1001 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1002 to_insert_watchpoint, to_remove_watchpoint,
1003 to_stopped_by_watchpoint, to_stopped_data_address,
1004 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1005 target vecctor. Define their corresponding macros so they call
1006 them.
1007
1008 * target.c: Add default and debug versions of for
1009 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1010 to_insert_watchpoint, to_remove_watchpoint,
1011 to_stopped_by_watchpoint, to_stopped_data_address,
1012 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1013
1014 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1015
1016 * mips-tdep.c (mips_register_virtual_type): New function.
1017 (mips_gdbarch_init): Register mips_register_virtual_type()
1018 with gdbarch machinery.
1019 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1020 this file instead of tm-bigmips.h.
1021 (MIPS_REGSIZE): Delete this macro.
1022 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1023 multiarch version in mips-tdep.c will be found.
1024
1025 2002-08-01 Andrew Cagney <cagney@redhat.com>
1026
1027 * NEWS: Menion that CHILL has been made obsolete.
1028
1029 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1030 * gdbserver/Makefile.in: Ditto.
1031 * stabsread.c (read_range_type): Ditto.
1032 * gdbtypes.h: Ditto.
1033 * language.c (binop_type_check): Ditto.
1034 (binop_result_type): Ditto.
1035 (integral_type): Ditto.
1036 (character_type): Ditto.
1037 (string_type): Ditto.
1038 (boolean_type): Ditto.
1039 (structured_type): Ditto.
1040 (lang_bool_type): Ditto.
1041 (binop_type_check): Ditto.
1042 * language.h (_LANG_chill): Ditto.
1043 * dwarfread.c (set_cu_language): Ditto.
1044 * dwarfread.c (CHILL_PRODUCER): Ditto.
1045 * dwarfread.c (handle_producer): Ditto.
1046 * expression.h (enum exp_opcode): Ditto.
1047 * eval.c: Ditto for comments.
1048 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1049 * expprint.c (print_subexp): Ditto.
1050 (print_subexp): Ditto.
1051 * valops.c (value_cast): Ditto.
1052 (search_struct_field): Ditto.
1053 * value.h (COERCE_VARYING_ARRAY): Ditto.
1054 * symfile.c (init_filename_language_table): Ditto.
1055 (add_psymbol_with_dem_name_to_list): Ditto.
1056 * valarith.c (value_binop): Ditto.
1057 (value_neg): Ditto.
1058 * valops.c (value_slice): Ditto.
1059 * symtab.h (union language_specific): Ditto.
1060 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1061 (SYMBOL_DEMANGLED_NAME): Ditto.
1062 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1063 * defs.h (enum language): Ditto.
1064 * symtab.c (got_symtab): Ditto.
1065 * utils.c (fprintf_symbol_filtered): Ditto.
1066
1067 * ch-typeprint.c: Make file obsolete.
1068 * ch-valprint.c: Make file obsolete.
1069 * ch-lang.h: Make file obsolete.
1070 * ch-exp.c: Make file obsolete.
1071 * ch-lang.c: Make file obsolete.
1072
1073 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1074 CHILL_LIB.
1075 (TARGET_FLAGS_TO_PASS): Ditto.
1076 (CHILLFLAGS): Obsolete.
1077 (CHILL): Obsolete.
1078 (CHILL_FOR_TARGET): Obsolete.
1079 (CHILL_LIB): Obsolete.
1080 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1081 ch-valprint.c.
1082 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1083 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1084 ch-lang.o.
1085 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1086 targets.
1087
1088 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1089
1090 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1091 This does not change anything at the moment, but will be helpful
1092 later when full Ada support is integrated.
1093
1094 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1095
1096 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1097 help message.
1098
1099 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1100
1101 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1102 and save it in a local variable. Use variable in later test.
1103
1104 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1105
1106 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1107 test. (Thanks to Daniel Jacobowitz.)
1108
1109 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1110
1111 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1112 (mips_abi_strings): Add "n64".
1113 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1114
1115 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1116
1117 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1118 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1119
1120 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1121
1122 * utils.c (host_pointer_to_address, address_to_host_pointer):
1123 Use gdb_assert() instead of explicit call to internal_error().
1124
1125 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1126
1127 * Makefile.in (rs6000-nat.o): Update dependencies.
1128
1129 From Nicholas Duffek:
1130 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1131 (aix-thread.o): New rule.
1132 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1133 * config/powerpc/aix432.mh: New file.
1134
1135 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1136
1137 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1138 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1139 (fetch_core_registers, ppc_linux_supply_gregset)
1140 (ppc_linux_supply_fpregset): New functions.
1141 (ppc_linux_regset_core_fns): New.
1142 (_initialize_ppc_linux_tdep): Call add_core_fns.
1143 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1144 and ppc_linux_supply_gregset.
1145 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1146 (supply_fpregset): Call ppc_linux_supply_fpregset.
1147 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1148 corelow.o.
1149 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1150
1151 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1152
1153 * symtab.c (lookup_symbol): Demangle before lowercasing.
1154
1155 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1156
1157 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1158 declaration.
1159 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1160 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1161 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1162 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1163 "gdb_string.h".
1164 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1165 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1166 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1167 (avr-tdep.o, mon960-rom.o): Ditto.
1168 (aout_stabs_gnu_h): Define.
1169 (symtab_h): Remove $(gdb_obstack_h).
1170
1171 2002-07-30 Jim Blandy <jimb@redhat.com>
1172
1173 Patch from David Carlton <carlton@math.stanford.edu>:
1174 * gdbinit.in: Move the `dir' commands that add GDB's own source
1175 directory to the search path to the end, so that the `gdb' source
1176 directory will be searched first.
1177
1178 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1179
1180 * gdb_obstack.h: New file.
1181 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1182 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1183 * objfiles.h: Include "gdb_obstack.h".
1184 * Makefile.in (gdb_obstack_h): Define.
1185 (symtab_h): Add $(gdb_obstack_h).
1186 (objfiles_h): Add $(gdb_obstack_h).
1187
1188 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1189 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1190 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1191 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1192 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1193 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1194 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1195 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1196
1197 * Makefile.in (bcache.o): Update dependencies.
1198 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1199 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1200 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1201 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1202 (stabsread.o, symfile.o, symmisc.o): Ditto.
1203 (symtab.o, typeprint.o, macroexp.o): Ditto.
1204 (macrotab.o, mdebugread.o): Ditto.
1205 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1206 (coff_ecoff_h, aout_aout64_h): Define.
1207 (aout_stabs_gnu_h, libaout_h): Define.
1208
1209 2002-07-29 Andrew Cagney <cagney@redhat.com>
1210
1211 * regcache.c (struct regcache_descr): Rename nr_registers to
1212 nr_cooked_registers. Revise comments describing the structure
1213 member fields.
1214 (init_regcache_descr): Update.
1215 (init_legacy_regcache_descr): Update.
1216 (read_register_gen, write_register_gen): When a cooked register in
1217 the raw register range, directly access the value from the raw
1218 register cache.
1219
1220 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1221
1222 * z8k-tdep.c: Do not include "obstack.h".
1223 * h8300-tdep.c, h8500-tdep.c: Ditto.
1224 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1225 * valprint.c, v850-tdep.c: Ditto.
1226 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1227 * mn10200-tdep.c: Ditto.
1228
1229 * Makefile.in (z8k-tdep.o): Update dependencies.
1230 (m68hc11-tdep.o, valprint.o): Ditto.
1231 (v850-tdep.o, d10v-tdep.o): Ditto.
1232 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1233 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1234 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1235 (sh_opc_h, gdb_sim_sh_h): Define.
1236 (elf_sh_h, elf_bfd_h): Define.
1237 (opcode_m68hc11_h): Define.
1238 (OPCODES_SRC, OPCODES_DIR): define.
1239 (OPCODES): Use $(OPCODES_DIR).
1240 (gdb_sim_d10v_h): Rename sim_d10v_h.
1241 (gdb_sim_arm_h): Rename sim_arm_h.
1242
1243 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1244
1245 * utils.c (host_pointer_to_address, address_to_host_pointer):
1246 Change internal_error() message to indicate function responsible
1247 for the error.
1248
1249 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1250
1251 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1252 calls to local_hex_string_custom().
1253
1254 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1255
1256 * irix5-nat.c: Move IRIX shared library support from here...
1257 * solib-irix.c: ...to here. Revised substantially to work with
1258 generic solib framework.
1259
1260 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1261 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1262 * mips-irix-tdep.c: New file.
1263
1264 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1265 (mips-irix-tdep.o, solib-irix.o): New rules.
1266 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1267 solib-irix.o.
1268 * config/mips/irix6.mt (TDEPFILES): Likewise.
1269 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1270
1271 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1272
1273 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1274 disabled (via ``#if 0'') includes.
1275
1276 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1277
1278 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1279 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1280 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1281 Add support for the fpscr register.
1282 * rs6000-nat.c (regmap, fetch_inferior_registers)
1283 (store_inferior_registers, fetch_core_registers): Likewise.
1284
1285 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1286
1287 * rs6000-nat.c (language.h): Include.
1288 (special_regs): Delete this array.
1289 (regmap): New function.
1290 (fetch_register, store_register): Use regmap() to map gdb
1291 register numbers to ptrace register numbers. Also, use
1292 outputs from regmap() to make decisions regarding type of
1293 ptrace() call to make. In particular, don't compare against
1294 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1295 (fetch_inferior_registers, store_inferior_registers): Where
1296 possible, obtain register numbers from tdep struct. Don't
1297 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1298 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1299 (LAST_UISA_SP_REGNUM): Delete.
1300
1301 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1302
1303 * rs6000-nat.c (ppc-tdep.h): Include.
1304 (fetch_registers, store_register, fetch_core_registers): Don't
1305 access registers[] directly. Instead, use supply_register() or
1306 regcache_collect() as appropriate.
1307 (find_toc_address): Format hex address with local_hex_string().
1308
1309 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1310
1311 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1312 bfd/elf32-frv.c.
1313
1314 2002-07-24 Tom Tromey <tromey@redhat.com>
1315
1316 * jv-exp.y: Marked all strings with _().
1317 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1318 internal_error.
1319 (MethodInvocation, CastExpression, parse_number, yyerror,
1320 java_type_from_name, push_expression_name, yylex): Typo fixes.
1321
1322 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1323
1324 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1325 (tee_file_flush, tee_file_write, tee_file_fputs)
1326 (tee_file_isatty): New.
1327 * ui-file.h (tee_file_new): Add prototype.
1328
1329 2002-07-24 Aidan Skinner <aidan@velvet.net>
1330
1331 * ada-lang.c: Change k&r style function definitions to prototyped
1332 form.
1333 * ada-typeprint.c: Change k&r style function definitions to prototyped
1334 form.
1335 * ada-valprint.c: Change k&r style function definitions to prototyped
1336 form.
1337
1338 2002-07-24 Andrew Cagney <cagney@redhat.com>
1339
1340 * README: Remove reference to remote-bug.
1341 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1342 remote-bug.c.
1343 (m88k-nat.o): Delete rule.
1344 (m88k-tdep.o): Delete rule.
1345 (remote-bug.o): Delete rule.
1346 * MAINTAINERS: Mark as obsolete.
1347 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1348 * m88k-tdep.c: Make file obsolete.
1349 * config/m88k/m88k.mh: Ditto.
1350 * config/m88k/delta88v4.mh: Ditto.
1351 * config/m88k/delta88v4.mt: Ditto.
1352 * config/m88k/delta88.mt: Ditto.
1353 * config/m88k/delta88.mh: Ditto.
1354 * remote-bug.c: Ditto.
1355 * config/m88k/tm-delta88.h: Ditto.
1356 * config/m88k/nm-delta88v4.h: Ditto.
1357 * config/m88k/xm-delta88.h: Ditto.
1358 * config/m88k/xm-dgux.h: Ditto.
1359 * config/m88k/tm-m88k.h: Ditto.
1360 * config/m88k/nm-m88k.h: Ditto.
1361 * config/m88k/tm-delta88v4.h: Ditto.
1362 * m88k-nat.c: Ditto.
1363 * cxux-nat.c: Ditto.
1364 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1365 and m88*-*-* obsolete.
1366 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1367 m88*-*-* obsolete.
1368
1369 2002-07-24 Andrew Cagney <cagney@redhat.com>
1370
1371 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1372 constant. Same for local pointer variables.
1373 (extract_signed_integer): Ditto.
1374 * defs.h (extract_unsigned_integer): Update.
1375 (extract_signed_integer): Update.
1376
1377 2002-07-24 Kevin Buettner <kevinb@redhat.com>
1378
1379 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1380 * gdbserver/configure: Regenerate.
1381 * gdbserver/config.in: Regenerate.
1382
1383 2002-07-24 Andrew Cagney <cagney@redhat.com>
1384
1385 * regcache.c (regcache_raw_write): Change buf parameter to a
1386 constant void pointer.
1387 (regcache_raw_read): Change buf parameter to a void pointer.
1388 (legacy_write_register_gen): Change myaddr parameter a constant
1389 void pointer.
1390 (supply_register): Change val parameter to a const void pointer.
1391 * regcache.h (regcache_raw_write): Update declaration.
1392 (regcache_raw_read): Update declaration.
1393 (supply_register): Update declaration.
1394
1395 2002-07-24 Tom Tromey <tromey@redhat.com>
1396
1397 * defs.h (gdb_readline_wrapper): Declare.
1398 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1399 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1400 * top.c (gdb_readline_wrapper): New function.
1401 (command_line_input): Use it.
1402
1403 2002-07-24 Andrew Cagney <cagney@redhat.com>
1404
1405 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1406 regcache_read and regcache_write.
1407 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1408 * regcache.c: Update.
1409 * sh-tdep.c (sh64_push_arguments): Update comment.
1410 (sh_pseudo_register_read): Update.
1411 (sh_pseudo_register_write): Update.
1412 (sh4_register_read): Update.
1413 (sh4_register_write): Update.
1414 (sh64_pseudo_register_read): Update.
1415 (sh64_pseudo_register_write): Update.
1416 (sh64_register_read): Update.
1417 (sh64_register_write): Update.
1418 * i386-tdep.c (i386_extract_return_value): Update.
1419 (i386_extract_struct_value_address): Update.
1420 (i386_extract_return_value): Update.
1421 * blockframe.c (generic_read_register_dummy): Update.
1422 (generic_call_dummy_register_unwind): Update
1423 * infrun.c (write_inferior_status_register): Update.
1424
1425 2002-07-23 Jim Blandy <jimb@redhat.com>
1426
1427 * parser-defs.h (expression_context_pc): Make this extern.
1428 (Thanks to Michael Snyder.)
1429
1430 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1431
1432 GDB 5.2.1 released from 5.2 branch.
1433 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1434 * README: Update to mention 5.2.1.
1435
1436 2002-07-23 Mark Salter <msalter@redhat.com>
1437
1438 * remote.c (remote_read_bytes): Fix check for error.
1439
1440 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1441
1442 * aix-thread.c (language.h): Include.
1443 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1444 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1445 Print newlines at end of debug messages.
1446 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1447 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1448
1449 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1450
1451 * aix-thread.c (ppc-tdep.h): Include.
1452 (special_register_p): New function.
1453 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1454 (store_regs_user_thread): Use register number information from
1455 gdbarch_tdep struct instead of hardcoded offsets relative to
1456 FIRST_UISA_SP_REGNUM.
1457 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1458 special_register_p() instead of using FPLAST_REGNUM and
1459 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1460 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1461 will be MQ's register number.
1462
1463 2002-07-22 Michael Snyder <msnyder@redhat.com>
1464
1465 * aix-thread.c (ops): Rename to aix_thread_ops.
1466 (base_ops): Rename to base_target.
1467 (ops_attach): Rename to aix_thread_attach.
1468 (ops_detach): Rename to aix_thread_detach.
1469 (ops_resume): Rename to aix_thread_detach.
1470 (ops_wait): Rename to aix_thread_wait.
1471 (ops_kill): Rename to aix_thread_kill.
1472 (init_ops): Rename to init_aix_thread_ops.
1473 (ops_fetch_register): Rename to aix_thread_fetch_register.
1474 (ops_store_register): Rename to aix_thread_store_register.
1475 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1476 (ops_thread_alive): Rename to aix_thread_thread_alive.
1477 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1478 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1479 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1480 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1481 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1482 (store_regs_lib): Rename to store_regs_user_thread.
1483 (store_regs_kern): Rename to store_regs_kernel_thread.
1484
1485 2002-07-22 Michael Snyder <msnyder@redhat.com>
1486
1487 * aix-thread.c (ops_prepare_to_store): Eliminate.
1488 (init_ops): Don't initialize ops.prepare_to_store.
1489 (store_regs_kern): Pre-fetch register buffers from child,
1490 because some registers may not be in the cache. Copy
1491 regs from register cache only if they are cached.
1492 (store_regs_lib): Copy regs from register cache only
1493 if they are cached.
1494 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1495 fill_gprs64): Ditto.
1496
1497 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1498
1499 * aix-thread.c (gdb_assert.h): Include.
1500 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1501 register sizes (from register cache) match size of buffer holding
1502 register data.
1503 (fill_sprs32): Change parameter types to match those in the ptrace()
1504 buffer.
1505 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1506 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1507
1508 2002-07-22 Michael Snyder <msnyder@redhat.com>
1509
1510 * aix-thread.c (supply_sprs64): Cosmetic change.
1511 (supply_sprs32): Cosmetic change.
1512 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1513 (fill_sprs64): Use regcache_collect instead of read_register.
1514 (store_regs_lib): Use regcache_collect instead of
1515 read_register. Use fill_sprs32 instead of fill_sprs64,
1516 if debugging a 32-bit architecture.
1517 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1518 out of the register cache, instead of passing a pointer into
1519 the register cache directly to ptrace. Use regcache_collect
1520 insteaad of read_register.
1521 (ops_prepare_to_store): Use target_read_registers instead
1522 of read_register_bytes.
1523
1524 2002-07-20 Aidan Skinner <aidan@velvet.net>
1525
1526 * MAINTAINERS: Add self under write after approval.
1527
1528 2002-07-20 Aidan Skinner <aidan@velvet.net>
1529
1530 * ada-tasks.c: Change k&r style function definitions to prototyped
1531 form.
1532
1533 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1534
1535 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1536 * x86-64-tdep.c: Include "objfiles.h".
1537 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1538 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1539
1540 2002-07-17 Michal Ludvig <michal@suse.cz>
1541
1542 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1543 (update_context): Initialise cfa variable.
1544
1545 2002-07-17 Michael Snyder <msnyder@redhat.com>
1546
1547 * aix-thread.c: Shorten some long lines.
1548 Bring comments into line with code spec.
1549
1550 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1551
1552 * infrun.c: Re-indent using gdb_indent.sh.
1553
1554 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1555
1556 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1557 Leave the indentation temporarily untouched, to minimize the diffs.
1558
1559 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1560
1561 * stabsread.c: Make os9k sections of the code obsolete,
1562 for real this time.
1563 * stabsread.h: Make os9k sections of the code obsolete.
1564
1565 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1566
1567 * linux-low.c (regsets_store_inferior_registers): Add free()
1568 at the end of a loop to prevent memory leak.
1569 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1570 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1571 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1572 line a comment.
1573 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1574
1575 2002-07-17 Jim Blandy <jimb@redhat.com>
1576
1577 * macrocmd.c (info_macro_command): Remove newline from error
1578 message.
1579
1580 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1581
1582 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1583 (sh_gdbarch_init): Use it for sh-dsp.
1584
1585 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1586
1587 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1588 64-bit DWARF2 format.
1589
1590 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1591
1592 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1593 <sys/proc.h> when not available.
1594
1595 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1596
1597 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1598 * stabsread.c: Make os9k sections of the code obsolete.
1599 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1600 * config/i386/i386os9k.mt: Make file obsolete.
1601 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1602 (COMMON_OBS): Remove os9kread.o
1603 (SFILES): Remove os9kread.c.
1604 (os9kread.o, remote-os9k.o): Make target obsolete.
1605 * remote-os9k.c: Make file obsolete.
1606 * os9kread.c: Make file obsolete.
1607 * Makefile.in
1608
1609 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1610
1611 * NEWS: Mention that the FR30 has been made obsolete.
1612 * fr30-tdep.c: Make file obsolete.
1613 * config/fr30/tm-fr30.h: Ditto.
1614 * config/fr30/fr30.mt: Ditto.
1615 * configure.tgt: Make fr30-*-elf obsolete.
1616 * MAINTAINERS: Make fr30-elf obsolete.
1617
1618 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1619
1620 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1621 found is not inside a section.
1622
1623 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1624
1625 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1626 strerror().
1627 (pdc_realloc): Use xrealloc() instead of realloc().
1628
1629 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1630
1631 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1632 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1633 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1634 macros.
1635
1636 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1637
1638 * aix-thread.c (ptrace_check): Eliminate goto.
1639 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1640 problem.
1641
1642 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1643
1644 * aix-thread.c (gdbcmd.h): Include.
1645 (DEBUG, DBG, DBG2, dbg): Eliminate.
1646 (debug_aix_thread): New static global.
1647 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1648 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1649 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1650 invocations to DBG and DBG2 macros to test against
1651 ``debug_aix_thread'' and call fprintf_unfiltered().
1652 (_initialize_aix_thread): Add new command "set debug aix-thread".
1653
1654 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1655
1656 From Gerhard Tonn <TON@de.ibm.com>:
1657 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1658 instead of supply_register.
1659
1660 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1661
1662 * dwarf2cfi.c: Include "gdb_assert.h".
1663 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1664 non-NULL.
1665 (update_context): Do not use __func__. Add missing ``break''.
1666 (update_context): Do not use __func__.
1667
1668 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
1669
1670 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1671 and its setting. Set gdbarch instruction printing functions
1672 directly. For non-rs6000 case use new function
1673 gdb_print_insn_powerpc.
1674 (gdb_print_insn_powerpc): New function.
1675
1676 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1677
1678 * NEWS: Mention that the d30v has been marked obsolete.
1679 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1680 * configure.tgt: Mark d30v-*-* as obsolete.
1681 * d30v-tdep.c: Mark file as obsolete.
1682 * config/d30v/d30v.mt: Ditto.
1683 * config/d30v/tm-d30v.h: Ditto.
1684
1685 2002-07-13 Aidan Skinner <aidan@velvet.net>
1686
1687 * ada-tasks.c (add_task_entry): replace calls to
1688 malloc() with xmalloc
1689 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1690
1691 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1692 ada_finish_decode_line_1, all_sals_for_line
1693 ada_breakpoint_rewrite): replace calls to free() with xfree()
1694
1695 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1696
1697 From Nicholas Duffek (with minor changes by Martin Hunt,
1698 Louis Hamilton, and Kevin Buettner):
1699 * aix-thread.c: New file.
1700
1701 2002-07-12 Petr Sorfa <petrs@caldera.com>
1702
1703 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1704 complaint for invalid attribute class or form.
1705 (read_func_scope): DW_AT_frame_base
1706 better handling of DW_AT_block*.
1707 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1708 better handling of DW_AT_block*.
1709 (read_common_block): DW_AT_location
1710 better handling of DW_AT_block*.
1711 (read_partial_die): DW_AT_location better handling
1712 of DW_AT_block*.
1713 (new_symbol): DW_AT_external better handling of
1714 DW_AT_block*. Proper initialization of variable
1715 "addr".
1716 (attr_form_is_block): New function that returns true
1717 if the attribute's form is of DW_FORM_block*.
1718
1719 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1720
1721 * valops.c (find_method_list): Remove comment about
1722 removed STATIC_MEMFUNCP argument.
1723 (value_find_oload_method_list): Likewise.
1724
1725 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1726
1727 From Nicholas Duffek:
1728 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1729 target_new_objfile_hook.
1730
1731 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1732
1733 From Nicholas Duffek:
1734 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1735 csect.
1736
1737 2002-07-12 Andrew Cagney <cagney@redhat.com>
1738
1739 * MAINTAINERS: Mention --enable-sim-build-warnings.
1740 (m68hc11-elf): Disable sim build warnings.
1741 (m32r-elf): Mark as broken obsolete candidate.
1742 (x86_64-linux-gnu): Mark as buildable with -Werror.
1743 (arm-elf): Change -w to ``,'' which enables warnings but not
1744 -Werror.
1745
1746 2002-07-12 Andrew Cagney <ac131313@redhat.com>
1747
1748 * bcache.h: Update copyright.
1749 (struct bstring, struct bcache): Move definition to "bcache.c".
1750 Replaced by opaque declaration.
1751 (bcache_xfree): Replace free_bcache.
1752 (bcache_xmalloc, bcache_memory_used): Declare.
1753
1754 * bcache.c: Update copyright.
1755 (struct bstring, struct bcache): Moved to here from "bcache.h".
1756 Update comments.
1757 (bcache_xmalloc, bcache_memory_used): New functions.
1758 (bcache_xfree): Replace function free_bcache.
1759
1760 * Makefile.in (objfiles.o): Add $(bcache_h).
1761 (objfiles_h): Remove $(bcache_h).
1762 (symfile.o): Add $(bcache_h).
1763
1764 * symmisc.c: Update copyright.
1765 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1766 (print_objfile_statistics): Use bcache_memory_used.
1767
1768 * symfile.c: Include "bcache.h".
1769 (reread_symbols): Use bcache_xfree.
1770 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1771 (add_psymbol_to_list): Pass psymbol_cache by value.
1772 (add_psymbol_with_dem_name_to_list): Ditto.
1773
1774 * objfiles.h: Update copyright.
1775 (struct bcache): Declare opaque. Do not include "bcache.h".
1776 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1777 bcache'' pointers.
1778 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1779
1780 * objfiles.c: Include "bcache.h". Update copyright.
1781 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1782 macro_cache.
1783 (free_objfile): Use bcache_xfree.
1784
1785 2002-07-11 Grace Sainsbury <graces@redhat.com>
1786
1787 * monitor.c (monitor_fetch_register): Make name a constant.
1788 (monitor_store_register): Same.
1789
1790 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
1791
1792 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1793 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1794 (finish_block) For non-function blocks, hash the symbol table. For
1795 function blocks, mark the symbol table as unhashed.
1796 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1797 (msymbol_hash_iw): Likewise.
1798 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1799 value.
1800 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1801 (lookup_minimal_symbol): Likewise for both.
1802 * symtab.h (struct block): Add `hashtable' flag. Comment the
1803 hashtable.
1804 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1805 (ALL_BLOCK_SYMBOLS): Update.
1806 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1807 (struct symbol): Add `hash_next' pointer.
1808 * symtab.c (lookup_block_symbol): Search using the hash table when
1809 possible.
1810 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1811 (search_symbols, find_addr_symbol): Likewise.
1812
1813 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1814 (read_dst_symtab): Likewise.
1815 * jv-lang.c (get_java_class_symtab): Likewise.
1816 * mdebugread.c: Include "gdb_assert.h".
1817 (shrink_block): Assert that the block being modified is not hashed.
1818 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1819 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1820 symbols.
1821 (dump_symtab): Recognize hashed blocks.
1822 * printcmd.c (print_frame_args): Assert that function blocks do not
1823 have hashed symbol tables.
1824 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1825 (fill_in_ada_prototype, debug_print_block): Likewise.
1826 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1827
1828 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
1829
1830 * stack.c (print_frame): Use result of frame_address_in_block()
1831 instead of fi->pc when evaluating symbols.
1832 (backtrace_command_1): Ditto.
1833
1834 2002-07-11 Andrew Cagney <cagney@redhat.com>
1835
1836 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1837 Make static.
1838
1839 * arm-tdep.c (arm_register_name): Make return type constant.
1840
1841 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1842
1843 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1844 prototype.
1845 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1846 * s390-tdep.c (s390_fp_regnum): Ditto.
1847 (s390_read_fp): Ditto.
1848 (s390_pop_frame): Ditto.
1849 (_initialize_s390_tdep): Ditto.
1850 * remote.c (get_remote_state): Ditto.
1851 * procfs.c (mappingflags): Ditto.
1852 * memattr.c (_initialize_mem): Ditto.
1853 * mcore-tdep.c (mcore_pop_frame): Ditto.
1854 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1855 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1856 * language.c (set_case_str): Ditto.
1857 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1858 * frv-tdep.c (new_variant): Ditto.
1859 (frv_stopped_data_address): Ditto.
1860 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1861 (context_alloc): Ditto.
1862 (frame_state_alloc): Ditto.
1863 (unwind_tmp_obstack_init): Ditto.
1864 (unwind_tmp_obstack_free): Ditto.
1865 (cfi_read_fp): Ditto.
1866 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1867 (cris_pop_frame): Ditto.
1868 * c-lang.c (scanning_macro_expansion): Ditto.
1869 (finished_macro_expansion): Ditto.
1870 (c_preprocess_and_parse): Ditto.
1871 * gdbarch.sh: Ditto.
1872 * gdbarch.h, gdbarch.c: Regenerate.
1873 * config/mn10200/tm-mn10200.h: Adjust indentation.
1874 * target.c: Adjust indentation.
1875 * symtab.h: Adjust indentation.
1876 * stabsread.h: Adjust indentation.
1877 * remote-es.c: Adjust indentation.
1878 * os9kread.c: Adjust indentation.
1879
1880 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1881
1882 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1883 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1884
1885 2002-07-10 Grace Sainsbury <graces@redhat.com>
1886
1887 * NEWS: Mention m68k, mcore multi-arching.
1888 * MAINTAINERS: Change status of m68k, mcore to reflect
1889 multi-arching.
1890
1891 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
1892
1893 * valops.c (find_overload_match): Free oload_syms.
1894
1895 2002-07-09 Joel Brobecker <brobecker@gnat.com>
1896
1897 Define HAVE_SYS_PROC_H if sys/proc.h exists
1898 * configure.in: Add check for sys/proc.h
1899 * config.in: Regenerate.
1900 * configure: Regenerate.
1901
1902 2002-07-09 Grace Sainsbury <graces@redhat.com>
1903
1904 * config/m68k/tm-m68k.h: Remove macros wrapped in
1905 #if !GDB_MULTI_ARCH.
1906
1907 2002-07-09 David O'Brien <obrien@FreeBSD.org>
1908
1909 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1910 (perror_with_name, remote_close, remote_open, expect, play): Static.
1911
1912 2002-07-08 Andrew Cagney <ac131313@redhat.com>
1913
1914 * config.in, configure: Regenerate.
1915
1916 2002-07-08 Mark Kettenis <kettenis@gnu.org>
1917
1918 * dwarf2cfi.c: Include "gcore.h".
1919 (execute_stack_op): Fix implementation of the
1920 DW_OP_deref and DW_OP_deref_size operators by letting do their
1921 lookup in the target.
1922
1923 2002-07-07 Mark Kettenis <kettenis@gnu.org>
1924
1925 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
1926 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1927 tdep->sc_sp_offset.
1928
1929 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
1930
1931 Fix PR gdb/595, gdb/602
1932 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1933 Don't call value_cast, just read the vtable pointer; update comments
1934 to match.
1935
1936 2002-07-05 Grace Sainsbury <graces@redhat.com>
1937
1938 * config/mcore/tm-mcore.h: Remove file.
1939 * config/mcore/mcore.mt: Remove definition of TM_FILE
1940 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1941
1942 2002-07-05 Mark Kettenis <kettenis@gnu.org>
1943
1944 * i386bsd-tdep.c: Include "gdb_string.h".
1945
1946 2002-07-04 Grace Sainsbury <graces@redhat.com>
1947
1948 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1949 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1950 mcore-tdep.
1951 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1952 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1953 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1954 (RETVAL_REGNUM): Move macros from tm-mcore.h
1955 (mcore_reg_struct_has_addr): New function.
1956 (mcore_gdbarch_init): Added initializations for the macros removed
1957 from tm-mcore.h.
1958
1959 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1960
1961 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1962 traditonal string branding within the ELF header.
1963
1964 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
1965
1966 * symtab.c (remove_params): New function.
1967 (make_symbol_overload_list): Use it instead of cplus_demangle.
1968 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1969
1970 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1971
1972 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1973
1974 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1975 New variables.
1976 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1977 and tdep->sigtramp_end.
1978 * i386obsd-nat.c: New file.
1979 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1980
1981 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1982 Don't call get_current_frame().
1983
1984 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
1985
1986 * i386-nat.c (child_post_startup_inferior): New function
1987 calling i386_cleanup_dregs if
1988 I386_USE_GENERIC_WATCHPOINTS is defined.
1989 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1990 conditional to acknowledge that i386-nat.c has its
1991 own child_post_startup_inferior function.
1992
1993 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1994
1995 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1996 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1997 instead of MAX_REGISTER_RAW_SIZE.
1998 (i386_extract_return_value, i386_extract_struct_value_address):
1999 Convert to use regcache.
2000 (i386_gdbarch_init): Set max_register_raw_size and
2001 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2002 Set extract_return_value and extract_struct_value_address instead
2003 of their deprecated variants.
2004
2005 Convert i386 target to generic dummy frames.
2006 * i386-tdep.c: Include "symfile.h".
2007 (i386_frameless_signal_p): Consider a function to be frameless if
2008 the pc points at the first instruction of the function.
2009 (i386_frame_chain): Handle (generic) call dummies.
2010 (i386_frame_saved_pc): Likewise.
2011 (i386_frame_init_saved_regs): Remove code dealing with call
2012 dummies on the stack.
2013 (i386_push_dummy_frame): Removed.
2014 (i386_call_dummy_words): Removed.
2015 (i386_fix_call_dummy): Removed.
2016 (i386_push_return_address): New function.
2017 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2018 parameter, and don't call get_current_frame.
2019 (i386_pop_frame): New function.
2020 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2021 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2022 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2023 call_dummy_length to 0, set call_dummy_words to NULL, set
2024 sizeof_call_dummy_words to 0, set fix_call_dummy to
2025 generic_fix_call_dummy, set pc_in_call_dummy to
2026 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2027 generic_push_dummy_frame, set push_return_address to
2028 i386_push_return_address and set frame_chain_valid to
2029 generic_file_frame_chain_valid.
2030
2031 2002-07-04 Michal Ludvig <mludvig@suse.cz>
2032
2033 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
2034 byte offsets instead of an array of indexes.
2035 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
2036
2037 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2038
2039 * gdbarch.sh (struct regcache): Add opaque declaration.
2040 (EXTRACT_RETURN_VALUE): New architecture method.
2041 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2042 * gdbarch.h, gdbarch.c: Regenerate.
2043 * arch-utils.c (legacy_extract_return_value): New function.
2044 * arch-utils.h (legacy_extract_return_value): Declare.
2045 * values.c (value_being_returned): Re-enable code handling
2046 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2047 deprecated_grub_regcache_for_registers call to block handling
2048 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2049 (EXTRACT_RETURN_VALUE): Do not define.
2050
2051 2002-07-03 Grace Sainsbury <graces@redhat.com>
2052
2053 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2054 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2055 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2056 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2057 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2058 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2059 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2060 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2061 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2062 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2063 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2064 argument so the function fits the prototype in the architecture
2065 vector.
2066 (mcore_pop_frame): Remove argument so the function fits the
2067 prototype. Use get_current_frame instead of the argument.
2068 (mcore_push_arguments): Change type of struct_return so the
2069 function can be used in the architecture vector.
2070 (mcore_store_struct_return): Add.
2071 (mcore_frame_init_saved_regs): Add.
2072 (mcore_gdbarch_init): Add function calls to replace the macros
2073 removed from tm-mcore.h
2074
2075 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2076
2077 * infcmd.c (print_return_value): Remove compatibility code calling
2078 deprecated_grub_regcache_for_registers.
2079
2080 * values.c: Include "regcache.h".
2081 (value_being_returned): Update. Use
2082 deprecated_grub_regcache_for_registers to extract the register
2083 buffer address.
2084 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2085 ``struct regcache''.
2086 * Makefile.in (values.o): Add dependency on $(regcache_h).
2087
2088 * inferior.h (run_stack_dummy): Change type of second parameter to
2089 a ``struct regcache''.
2090 * valops.c (hand_function_call): Change type of retbuf to ``struct
2091 regcache''. Allocate using regcache_xmalloc, clean using
2092 make_cleanup_regcache_xfree.
2093 * infcmd.c (run_stack_dummy): Update. Use
2094 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2095
2096 * regcache.c (do_regcache_xfree): New function.
2097 (make_cleanup_regcache_xfree): New function.
2098 * regcache.h (make_cleanup_regcache_xfree): Declare.
2099
2100 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2101
2102 * event-top.c (command_line_handler): Don't read past
2103 beginning of buffer.
2104
2105 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2106
2107 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2108 struct frame_id.
2109 (varobj_create): Store frame_id for root.
2110 (varobj_gen_name): Use xasprintf.
2111 (varobj_update): Save and restore frame using get_frame_id() and
2112 frame_find_by_id().
2113 (create_child): Use xasprintf.
2114 (new_root_variable): Initialize frame_id.
2115 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2116 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2117 to prevent memory leak.
2118
2119 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2120
2121 * valops.c (hand_function_call): Move declaration of retbuf to
2122 start of function, allocate using malloc, add a cleanup but before
2123 the inf_status cleanup, cleanup the buffer. Rename local variable
2124 old_chain to inf_status_cleanup.
2125
2126 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2127
2128 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2129
2130 * cli/cli-decode.c (cmd_func_p): New function.
2131 (cmd_func): New function.
2132
2133 * command.h: Add cmd_func() and cmd_func_p().
2134
2135 2002-07-03 Grace Sainsbury <graces@redhat.com>
2136
2137 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2138 (REGISTER_SIZE): Remove.
2139 (MAX_REGISTER_RAW_SIZE): Remove.
2140 (REGISTER_VIRTUAL_TYPE): Remove.
2141 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2142 (REGISTER_NAME): Remove.
2143 (USE_GENERIC_DUMMY_FRAMES): Remove.
2144 (CALL_DUMMY): Remove.
2145 (CALL_DUMMY_START_OFFSET): Remove.
2146 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2147 (CALL_DUMMY_LOCATION): Remove.
2148 (FIX_CALL_DUMMY): Remove.
2149 (CALL_DUMMY_ADDRESS): Remove.
2150 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2151 (SAVE_DUMMY_FRAME_TOS): Remove.
2152 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2153 (mcore_register_virtual_type): New function.
2154 (mcore_register_byte): New function.
2155 (mcore_register_size): New function.
2156 (mcore_register_name): New function.
2157 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2158 macros removed from tm-mcore.h.
2159 (mcore_dump_tdep): Add.
2160 (_initialize_mcore_tdep): Add gdbarch_register call.
2161
2162 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2163
2164 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2165 frameless_look_for_prologue, such that we actually call this
2166 function.
2167
2168 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2169
2170 * frame.h (frame_address_in_block): New function.
2171
2172 * blockframe.c (frame_address_in_block): New function extracted
2173 from get_frame_block().
2174 (get_frame_block): Use frame_address_in_block().
2175 (block_innermost_frame): Use frame_address_in_block() to match
2176 the frame pc address against the block boundaries rather than
2177 the frame pc directly. This prevents a failure when a frame pc
2178 is actually a return-address pointing immediately after the end
2179 of the given block.
2180
2181 2002-07-02 Grace Sainsbury <graces@redhat.com>
2182
2183 * MAINTAINERS: Add self under write after approval.
2184
2185 2002-07-02 Grace Sainsbury <graces@redhat.com>
2186
2187 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2188 used in architecture vector. The default is
2189 m68k_local_breakpoint_from_pc.
2190 (m68k_local_breakpoint_from_pc): Add.
2191 (enum): Add register numbers from tm-m68k.h.
2192 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2193 vector.
2194 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2195 GDB_MULTI_ARCH_PARTIAL.
2196 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2197 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2198 m68k-tdep.c.
2199 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2200 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2201 to enum in m68k-tdep.c
2202
2203 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2204
2205 * solib-osf.c (open_map): Compute the list of shared libraries
2206 loaded by the inferior, rather than the list of libraries loaded
2207 by GDB itself. Otherwise, GDB ends up reading the symbols from
2208 the wrong shared libraries...
2209
2210 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2211
2212 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2213 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2214 macros.
2215 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2216 Remove functions.
2217 (FRAMELESS_SIGNAL): Remove function.
2218 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2219 i386_linux_saved_pc_after_call): Removed.
2220 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2221 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2222 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2223
2224 * i386-tdep.c (i386_frameless_signal_p): New function.
2225 (i386_frame_chain): Deal with frameless signals.
2226 (i386_sigtramp_saved_sp): New function.
2227 (i386_frame_saved_pc): Deal with frameless signals.
2228 (i386_saved_pc_after_call): Make sure the correct value is
2229 returned just after entry into a sigtramp.
2230 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2231 i386fbsd4_sc_sp_offset): New variables.
2232 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2233 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2234 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2235 similiar to what we already did for sc_pc_offset.
2236 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2237 tdep->sc_sp_offset.
2238
2239 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2240
2241 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2242
2243 * config/i386/tm-x86-64linux.h: New.
2244 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2245 definitions.
2246 * config/i386/nm-x86-64.h: Rename to ...
2247 * config/i386/nm-x86-64linux.h: ... this one.
2248 * config/i386/x86-64linux.mh: Reflect the above change.
2249
2250 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2251
2252 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2253 with sigcontext_addr. Add sc_sp_offset.
2254 (i386bsd_sigtramp_saved_pc): Remove prototype.
2255 (i386bsd_sicontext_addr): Add prototype.
2256 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2257 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2258 (i386_svr4_sigtramp_saved_pc): Removed.
2259 (i386_svr4_sigcontext_addr): New function.
2260 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2261 Initialize tdep->sigcontext_addr instead. Initialize
2262 tdep->sc_pc_offset and tdep->sc_sp_offset.
2263 (i386_gdbarch_init): Likewise.
2264 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2265 any more.
2266 (i386bsd_sigtramp_saved_pc): Remove function.
2267 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2268 Initialize tdep->sigcontext_addr instead. Initialize
2269 tdep->sc_pc_offset.
2270 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2271 of tdep->sigtramp_saved_pc.
2272 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2273 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2274 instead.
2275
2276 * i386-tdep.c (i386_frameless_function_invocation,
2277 i386_frame_num_args, i386_frame_init_saved_regs,
2278 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2279 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2280 i386_extract_return_value, i386_store_return_value,
2281 i386_extract_struct_value_address, i386_register_virtual_type,
2282 i386_register_convertible, i386_register_convert_to_virtual,
2283 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2284 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2285 static.
2286
2287 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2288
2289 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2290
2291 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2292 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2293 this macro. Include "value.h".
2294
2295 2002-06-30 Aidan Skinner <aidan@velvet.net>
2296
2297 * ada-exp.tab.c: remove as it's a generated file
2298 * ada-lex.c: remove as it's a generated file
2299
2300 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2301
2302 * config/i386/tm-i386.h (struct frame_info, struct
2303 frame_saved_regs, struct value, struct type): Remove forward
2304 declarations.
2305
2306 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2307 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2308 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2309 (FILL_FPXREGSET): Define.
2310
2311 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2312
2313 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2314 i[3456]86-*-netbsd* case.
2315 * config/i386/tm-obsd.h: Removed.
2316 * config/i386/obsd.mt: Removed.
2317 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2318 core-aout.o.
2319 (MH_CFLAGS): Add -DYYDEBUG=0.
2320
2321 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2322 i386nbsd_sc_pc_offset on OpenBSD too.
2323
2324 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2325 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2326 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2327 define.
2328 * i386bsd-tdep.c: Include "arch-utils.h".
2329 (i386bsd_aout_in_solib_call_trampoline): New function.
2330 (i386bsd_init_abi): Set in_solib_call_trampoline to
2331 i386bsd_aout_in_solib_call_trampoline.
2332 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2333 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2334
2335 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2336
2337 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2338 (struct obstack, struct bcache): Add opaque declarations.
2339 * Makefile.in (macrotab_h): Update
2340
2341 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2342
2343 * blockframe.c (generic_find_dummy_frame): Change return type to
2344 ``struct regcache''.
2345 (struct dummy_frame): Replace field ``registers'' with regcache, a
2346 struct regcache object.
2347 (generic_find_dummy_frame): Update.
2348 (generic_push_dummy_frame): Update. Use regcache_xfree,
2349 regcache_xmalloc and regcache_cpy.
2350 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2351 regcache_xfree.
2352 (deprecated_generic_find_dummy_frame): Update.
2353 (generic_read_register_dummy): Update. Use
2354 regcache_read_as_address.
2355 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2356 (generic_get_saved_register): Update. Use regcache_read.
2357
2358 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2359
2360 * Makefile.in (objfiles_h): Add $(bcache_h).
2361 * objfiles.h: Include "bcache.h".
2362
2363 * Makefile.in (symtab_h): Remove $(bcache_h).
2364 * symtab.h: Do not include "bcache.h".
2365
2366 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2367
2368 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2369 generic_func_frame_chain_valid.
2370
2371 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2372
2373 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2374 * config/i386/tm-fbsd.h: Likewise.
2375
2376 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2377
2378 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2379 generic_unwind_get_saved_register.
2380
2381 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2382
2383 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2384 * regcache.c (supply_register): Add missing argument to
2385 register_buffer call.
2386
2387 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2388
2389 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2390 Solaris /bin/grep does not not like it. From Peter Schauer.
2391
2392 2002-06-26 Tom Tromey <tromey@redhat.com>
2393
2394 * command.h (add_setshow_cmd): Declare.
2395 (add_setshow_cmd_full): Declare.
2396 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2397 returns void. Use add_setshow_cmd_full.
2398 (add_setshow_cmd_full): New function.
2399 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2400 (add_setshow_boolean_cmd): Likewise.
2401
2402 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2403
2404 * config/vax/tm-vax.h: Protect from multiple inclusion.
2405 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2406 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2407 * config/vax/tm-vaxbsd.h: ...here. New file.
2408 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2409
2410 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2411
2412 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2413 (BELIEVE_PCC_PROMOTION): Remove.
2414 (AP_REGNUM): Move to...
2415 * config/vax/nm-vax.h: ...here.
2416 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2417 (vax_breakpoint_from_pc): New function.
2418 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2419 and gdbarch_believe_pcc_promotion.
2420
2421 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2422
2423 * Makefile.in (vax_tdep_h): Define.
2424 (vax-tdep.o): Use $(vax_tdep_h).
2425 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2426 (vax_dump_tdep): New function.
2427 (_initialize_vax_tdep): Register vax_dump_tdep.
2428 * vax-tdep.h: Include osabi.h.
2429 (struct gdbarch_tdep): New.
2430
2431 2002-06-26 Andrew Cagney <cagney@redhat.com>
2432
2433 * frame.h (deprecated_generic_find_dummy_frame): Rename
2434 generic_find_dummy_frame.
2435 * blockframe.c (generic_find_dummy_frame): Make static.
2436 (deprecated_generic_find_dummy_frame): New function.
2437 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2438 generic_find_dummy_frame with deprecated_find_dummy_frame.
2439 (sh64_nofp_frame_init_saved_regs): Ditto.
2440 (sh_fp_frame_init_saved_regs): Ditto.
2441 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2442 (s390_frame_chain): Ditto.
2443 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2444
2445 2002-06-26 Grace Sainsbury <graces@redhat.com>
2446
2447 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2448 gdbarch vector are at the top.
2449 (NUM_REGS): Remove.
2450 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2451 (FRAME_ARGS_ADDRESS): Remove.
2452 (FRAME_LOCALS_ADDRESS): Remove.
2453 (FRAME_NUM_ARGS): Remove.
2454 (FRAME_ARGS_SKIP): Remove.
2455 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2456 (m68k_gdbarch_init): Add gdbarch initializations for macros
2457 undefined in tm-m68k.h
2458
2459 2002-06-26 Grace Sainsbury <graces@redhat.com>
2460
2461 * monitor.h: Add the function regname to monitor_ops
2462 structure. This way NUM_REGS does not have to be a constant.
2463 * monitor.c (monitor_fetch_register): Added support for regname
2464 function. The function is called if the array regnames is NULL.
2465 (monitor_store_register): Same.
2466 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2467 regnames array.
2468 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2469 cpu32bug_cmds.regname to point to new function.
2470 * abug-rom.c (abug_regname): Same as above.
2471 (init_abug_cmds): Same.
2472 * dbug-rom.c (dbug_regname): Same as above.
2473 (init_dbug_cmds): Same.
2474 * remote-est.c (est_regname): Same.
2475 (init_est_cmds): Same.
2476 * rom68k-rom.c (rom68k_regname): Same.
2477 (init_rom68k_cmds): Same.
2478
2479 2002-06-25 Tom Tromey <tromey@redhat.com>
2480
2481 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2482
2483 2002-06-25 Andrew Cagney <cagney@redhat.com>
2484
2485 * infrun.c (stop_registers): Change variable's type to ``struct
2486 regcache'''.
2487 (xmalloc_inferior_status): Delete function.
2488 (free_inferior_status): Delete function.
2489 (normal_stop): Use regcache_cpy.
2490 (struct inferior_status): Change type of fields ``stop_registers''
2491 and ``registers'' to ``struct regcache''.
2492 (write_inferior_status_register): Use regcache_write.
2493 (save_inferior_status): Instead of calling
2494 xmalloc_inferior_status, allocate the inf_status buffer directly.
2495 Use regcache_dup_no_passthrough and regcache_dup to save the
2496 buffers.
2497 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2498 Replace the stop_registers regcache instead of overriding it. Use
2499 regcache_xfree. Instead of calling free_inferior_status, xfree
2500 the buffer directly.
2501 (discard_inferior_status): Use regcache_xfree. Instead of calling
2502 free_inferior_status, xfree the buffer directly.
2503 (build_infrun): Use regcache_xmalloc.
2504 (_initialize_infrun): Delete redundant call to build_infrun.
2505
2506 * Makefile.in (infcmd.o): Add $(regcache_h).
2507
2508 * infcmd.c: Include "regcache.h".
2509 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2510 obtain the address of `stop_registers' register buffer.
2511 (print_return_value): Ditto.
2512
2513 * inferior.h (struct regcache): Add opaque declaration.
2514 (stop_registers): Change variable's declared type to ``struct
2515 regcache''.
2516
2517 2002-06-24 Tom Tromey <tromey@redhat.com>
2518
2519 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2520 * target.c (initialize_targets): Fixed typo in
2521 trust-readonly-sections `show' documentation.
2522
2523 * main.c: Marked all strings with _().
2524
2525 2002-06-24 Don Howard <dhoward@redhat.com>
2526
2527 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2528 that means max CORE_ADDR+1.
2529 (lookup_mem_region): Ditto.
2530 (mem_info_command): Ditto.
2531
2532 2002-06-24 Grace Sainsbury <graces@redhat.com>
2533
2534 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2535 (REGISTER_BYTES_OK): Remove.
2536 (REGISTER_BYTES): Remove.
2537 (STORE_STRUCT_RETURN): Remove.
2538 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2539 (STORE_RETURN_VALUE): Remove.
2540 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2541 (FRAME_CHAIN): Remove.
2542 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2543 (FRAME_SAVED_PC): Remove.
2544 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2545 (m68k_store_struct_return): Add.
2546 (m68k_deprecated_extract_return_value): Add.
2547 (m68k_deprecated_extract_struct_value_address): Add.
2548 (m68k_store_return_value): Add.
2549 (m68k_frame_chain): Add.
2550 (m68k_frameless_function_invocation): Add.
2551 (m68k_frame_saved_pc): Add.
2552 (m68k_gdbarch_init): added set_gdbarch calls for new
2553 functions and deleted macros.
2554
2555 2002-06-23 Tom Tromey <tromey@redhat.com>
2556
2557 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2558 (ALLDEPFILES): Likewise.
2559 (udiheaders): Removed.
2560 (udip2soc.o): Likewise.
2561 (udi2go32.o): Likewise.
2562 (udr.o): Likewise.
2563 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2564
2565 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2566
2567 * infrun.c (_initialize_infrun): Delete unnecessary call to
2568 build_infrun.
2569
2570 * regcache.h: Update comments describing the regcache_cpy family
2571 of functions.
2572 (regcache_save, regcache_restore): Delete declaration.
2573 (regcache_save_no_passthrough): Delete declaration.
2574 (regcache_restore_no_passthrough): Delete declaration.
2575 * regcache.c (regcache_save): Delete function.
2576 (regcache_save_no_passthrough): Delete function.
2577 (regcache_restore): Delete function.
2578 (regcache_restore_no_passthrough): Delete function.
2579
2580 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2581
2582 * config/m68k/tm-m68k.h: Fix typo.
2583 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2584 (m68k_frame_init_saved_regs): Declare.
2585
2586 2002-06-21 Jim Blandy <jimb@redhat.com>
2587
2588 Remove some vestiges of Harris 88k support.
2589 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2590 register numbering quirk.
2591 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2592 odd symbols occurring in Harris 88k ELF targets.
2593
2594 2002-06-21 Tom Tromey <tromey@redhat.com>
2595
2596 * gdb_locale.h: New file.
2597 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2598 (defs_h): Added gdb_locale.h.
2599 * configure, config.in: Rebuilt.
2600 * configure.in (PACKAGE): Define.
2601 * defs.h: Include gdb_locale.h.
2602 * main.c (captured_main): Call setlocale, bindtextdomain,
2603 textdomain.
2604
2605 2002-06-21 Dave Brolley <brolley@redhat.com>
2606
2607 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2608 * config/frv/frv.mt: New file.
2609 * config/frv/tm-frv.h: New file.
2610 * configure.tgt: Support frv-*-*.
2611 * Makefile.in (frv-tdep.o): New target.
2612 * frv-tdep.c: New file.
2613 * NEWS: Mention frv.
2614
2615 2002-06-21 Dave Brolley <brolley@redhat.com>
2616
2617 * MAINTAINERS: Add self to "Write After Approval" list.
2618
2619 2002-06-21 Grace Sainsbury <graces@redhat.com>
2620
2621 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2622 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2623 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2624 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2625 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2626
2627 * m68k-tdep.c: Include arch-utils.h
2628 (m68k_register_raw_size): Add.
2629 (m68k_register_virtual_size): Add.
2630 (m68k_register_virtual_type): Add.
2631 (m68k_register_name): Add.
2632 (m68k_stack_align): Add.
2633 (m68k_register_byte): Add.
2634 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2635 tm-m68k.h.
2636
2637 2002-06-21 Grace Sainsbury <graces@redhat.com>
2638
2639 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2640 m68k_find_saved_regs.
2641 (m68k_pop_frame): Removed saved_regs structure, and replaced
2642 references to it with frame->saved_regs.
2643 (m68k_gdbarch_init): Added function calls to initialize the
2644 gdbarch structure.
2645 (m68k_fix_call_dummy): Add.
2646 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2647 (CALL_DUMMY): Remove.
2648 (CALL_DUMMY_LENGTH): Remove.
2649 (CALL_DUMMY_START_OFFSET): Remove.
2650 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2651 (FIX_CALL_DUMMY): Remove.
2652 (PUSH_DUMMY_FRAME): Remove.
2653 (POP_FRAME): Remove.
2654
2655 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2656
2657 * parse.c (parse_fprintf): New function used to avoid calls to
2658 fprintf in bison parser generated debug code.
2659 * parser-defs.h: Declaration of new parse_fprintf function.
2660 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2661 Set YYDEBUG to 1 by default.
2662 Set YYFPRINTF as parse_fprintf.
2663
2664 2002-06-21 Michal Ludvig <mludvig@suse.cz>
2665
2666 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2667 encoding anymore.
2668 (pointer_encoding, enum ptr_encoding): New.
2669 (execute_cfa_program): Take care about pointer encoding.
2670 (dwarf2_build_frame_info): Only call parse_frame_info for
2671 .debug_frame and .eh_frame.
2672 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2673 fixed augmentation handling, added relative addressing,
2674 ignore duplicate FDEs. Added comments.
2675 * dwarf2cfi.c: Reindented.
2676
2677 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
2678
2679 * event-top.c (command_handler): Don't use space_at_cmd_start
2680 unless there is sbrk() on the host. Assign time and space data
2681 to union fields of the appropriate length.
2682
2683 2002-06-20 Michal Ludvig <mludvig@suse.cz>
2684
2685 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2686 x86_64_register_name. Return type changed to 'const char *'.
2687 (x86_64_register_name2nr): Rename to x86_64_register_number.
2688 (x86_64_gdbarch_init): Update to reflect the change.
2689 * x86-64-tdep.h: Ditto.
2690 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2691 (supply_fpregset): Ditto.
2692
2693 2002-06-19 Andrew Cagney <cagney@redhat.com>
2694
2695 * regcache.h: Update copyright.
2696 (struct regcache, struct gdbarch): Add opaque declarations.
2697 (current_regcache): Declare global variable.
2698 (regcache_read, regcache_write): Add gdbarch parameter.
2699 (regcache_save, regcache_save_no_passthrough)
2700 (regcache_restore, regcache_restore_no_passthrough)
2701 (regcache_dup, regcache_dup_no_passthrough)
2702 (regcache_cpy, regcache_cpy_no_passthrough)
2703 (deprecated_grub_regcache_for_registers)
2704 (deprecated_grub_regcache_for_register_valid)
2705 (regcache_valid_p): Add function declarations.
2706
2707 * regcache.c: Update copyright.
2708 (regcache_descr_handle): New global variable.
2709 (struct regcache_descr): Define.
2710 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2711 (regcache_descr, xfree_regcache_descr): New functions.
2712 (struct regcache): Define.
2713 (regcache_xmalloc, regcache_xfree): New functions.
2714 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2715 (regcache_dup, regcache_dup_no_passthrough): New functions.
2716 (regcache_valid_p, regcache_read_as_address): New functions.
2717 (deprecated_grub_regcache_for_registers): New function.
2718 (deprecated_grub_regcache_for_register_valid): New function.
2719 (current_regcache): New global variable.
2720 (register_buffer): Add regcache parameter. Update calls.
2721 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2722 (read_register_gen, write_register_gen): Update register_buffer
2723 call. Test for legacy_p instead of gdbarch_register_read_p or
2724 gdbarch_register_write_p.
2725 (regcache_collect): Update register_buffer call.
2726 (build_regcache): Rewrite. Use deprecated grub functions.
2727 (regcache_save, regcache_save_no_passthrough): New functions.
2728 (regcache_restore, regcache_restore_no_passthrough): New
2729 functions.
2730 (_initialize_regcache): Create the regcache_data_handle. Swap
2731 current_regcache global variable.
2732
2733 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2734 parameter to regcache_read and regcache_write calls.
2735 (sh4_register_read): Ditto.
2736 (sh64_pseudo_register_read): Ditto.
2737 (sh64_register_read): Ditto.
2738 (sh_pseudo_register_write): Ditto.
2739 (sh4_register_write): Ditto.
2740 (sh64_pseudo_register_write): Ditto.
2741 (sh64_register_write): Ditto.
2742
2743 * defs.h (XCALLOC): Define.
2744
2745 2002-06-19 Grace Sainsbury <graces@redhat.com>
2746
2747 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2748 * m68k-tdep.c (m68k_gdbarch_init): Added.
2749 (m68k_dump_tdep): Added.
2750
2751 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2752
2753 * ada-lang.c (fill_in_ada_prototype): Update comment.
2754
2755 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2756
2757 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2758 MIPS_ABI_LAST.
2759 (mips_abi_string, mips_abi_strings): New.
2760 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2761 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2762 tdep->mips_abi_string. Honor mips_abi_string. Default to
2763 O32 if no ABI is found.
2764 (mips_dump_tdep): Use mips_abi_strings.
2765 (mips_abi_update): New function.
2766 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2767 ``set mips abi'' and ``show mips abi''. Check the size of
2768 mips_abi_strings.
2769
2770 2002-06-19 Andrew Cagney <cagney@redhat.com>
2771
2772 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2773 constant.
2774
2775 2002-06-18 Joel Brobecker <brobecker@gnat.com>
2776
2777 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2778 current frame using only the first stack size adjustment. All
2779 subsequent size adjustments are not considered to be part of
2780 the "static" part of the current frame.
2781 Compute the address of the saved registers relative to the
2782 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2783 in use in this frame.
2784
2785 2002-06-18 Don Howard <dhoward@redhat.com>
2786
2787 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2788 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2789 suggesting this solution.
2790
2791 2002-06-18 Andrew Cagney <ac131313@redhat.com>
2792
2793 * config/romp/xm-rtbsd.h: Delete file.
2794 * config/romp/rtbsd.mh: Delete file.
2795
2796 2002-06-18 Keith Seitz <keiths@redhat.com>
2797
2798 * breakpoint.c (condition_command): Post breakpoint_modify
2799 when a condition is added to an existing breakpoint.
2800 (commands_command): Likewise for commands.
2801 (set_ignore_count): Likewise for ignore counts.
2802 If no tty, do not simply return, still need to send event
2803 notification.
2804 (ignore_command): Only print a newline if the command came
2805 from a tty.
2806 Don't call breakpoints_changed, since this is now properly
2807 handled by set_ignore_count.
2808
2809 2002-06-18 Andrew Cagney <cagney@redhat.com>
2810
2811 * MAINTAINERS: Note that cris-elf target can be compiled with
2812 -Werror.
2813 * cris-tdep.c (cris_register_name): Make return type constant.
2814 (cris_breakpoint_from_pc): Ditto.
2815
2816 2002-06-18 Michal Ludvig <mludvig@suse.cz>
2817
2818 * frame.h (struct frame_info): Change type of context to
2819 'struct context'.
2820
2821 2002-06-17 Andrew Cagney <cagney@redhat.com>
2822
2823 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2824 pointer.
2825 * gdbarch.h, gdbarch.c: Regenerate.
2826 * config/mips/tm-mips.h (mips_register_name): Update.
2827 * i386-tdep.h (i386_register_name): Update.
2828 * mips-tdep.c (mips_register_name): Update
2829 * alpha-tdep.c (alpha_register_name): Update.
2830 * arch-utils.c (legacy_register_name): Update.
2831 * arch-utils.h (legacy_register_name): Update.
2832 * avr-tdep.c (avr_register_name): Update.
2833 * ia64-tdep.c (ia64_register_name): Update.
2834 * i386-tdep.c (i386_register_name): Update.
2835 * sparc-tdep.c (sparc32_register_name): Update.
2836 (sparc64_register_name): Update.
2837 (sparclite_register_name): Update.
2838 (sparclet_register_name): Update.
2839 * sh-tdep.c (sh_generic_register_name): Update.
2840 (sh_sh_register_name): Update.
2841 (sh_sh3_register_name): Update.
2842 (sh_sh3e_register_name): Update.
2843 (sh_sh_dsp_register_name): Update.
2844 (sh_sh3_dsp_register_name): Update.
2845 (sh_sh4_register_name): Update.
2846 (sh_sh64_register_name): Update.
2847 * s390-tdep.c (s390_register_name): Update.
2848 * rs6000-tdep.c (rs6000_register_name): Update.
2849 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2850 (ns32k_register_name_32382): Update.
2851 * d10v-tdep.c (d10v_ts2_register_name): Update.
2852 (d10v_ts3_register_name): Update.
2853 * xstormy16-tdep.c (xstormy16_register_name): Update.
2854 * vax-tdep.c (vax_register_name): Update.
2855 * v850-tdep.c (v850_register_name): Update.
2856 * m68hc11-tdep.c (m68hc11_register_name): Update.
2857 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2858 (am33_register_name): Update.
2859
2860 2002-06-17 Grace Sainsbury <graces@redhat.com>
2861
2862 * m68k-tdep.c: Reindented.
2863
2864 2002-06-17 Andrew Cagney <ac131313@redhat.com>
2865
2866 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2867 list of predefined types.
2868
2869 2002-06-16 Mark Kettenis <kettenis@gnu.org>
2870
2871 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2872 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2873 REGISTER_CONVERT_TO_RAW): Remove defines.
2874 (i386_register_virtual_type, i386_register_convertible,
2875 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2876 Remove prototypes.
2877 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2878 macros mentioned above.
2879
2880 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2881 (i386lynx_saved_pc_after_call): Remove prototype.
2882 * i386ly-tdep.c: Include "i386-tdep.h".
2883 (i386lynx_saved_pc_after_call): Make static. Use
2884 read_memory_nobpt instead of read_memory. Use
2885 read_memory_unsigned_integer instead of read_memory_integer.
2886 (i386lynx_init_abi): New function.
2887 (i386lynx_coff_osabi_sniffer): New function.
2888 (_initialize_i386bsd_tdep): New function.
2889
2890 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2891 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2892 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2893 (i386_fix_call_dummy): Remove prototype.
2894 * i386-tdep.c (i386_call_dummy_words): New variable.
2895 (i386_gdbarch_init): Adjust for removal of the
2896 macros mentioned above.
2897
2898 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2899
2900 * command.h (add_setshow_auto_boolean_cmd): Replace
2901 add_set_auto_boolean_cmd.
2902 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2903 add_set_auto_boolean_cmd.
2904 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2905 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2906 mask-address'' command.
2907 (show_mask_address): Add cmd parameter.
2908 * remote.c (add_packet_config_cmd): Update. Change type of
2909 set_func and show_func to cmd_sfunc_ftype.
2910 (_initialize_remote): Update `set remote Z-packet'
2911 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2912 (show_remote_protocol_e_packet_cmd): Ditto.
2913 (show_remote_protocol_E_packet_cmd): Ditto.
2914 (show_remote_protocol_P_packet_cmd): Ditto.
2915 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2916 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2917 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2918 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2919 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2920 (show_remote_protocol_Z_packet_cmd): Ditto.
2921 (show_remote_protocol_binary_download_cmd): Ditto.
2922 (show_remote_cmd): Pass NULL to all of above.
2923
2924 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2925
2926 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2927 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2928 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2929 POP_FRAME): Remove defines.
2930 (i386_push_arguments, i386_store_struct_return,
2931 i386_extract_return_value, i386_store_return_value,
2932 i386_extract_struct_value_address, i386_push_dummy_frame,
2933 i386_pop_frame): Renove prototypes.
2934 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2935 macros mentioned above.
2936
2937 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2938
2939 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2940 add_set_boolean_cmd.
2941 (add_setshow_cmd): New function.
2942 * command.h (add_setshow_boolean_cmd): Replace
2943 add_set_boolean_cmd.
2944 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2945 and ``set rdiromatzero''.
2946 * maint.c (_initialize_maint_cmds): Update commented out code.
2947 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2948 * target.c (initialize_targets): Update `set
2949 trust-readonly-sections'.
2950 * remote.c (_initialize_remote): Update `set remotebreak'.
2951
2952 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2953
2954 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2955 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2956 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2957 fit into multi-arch framework.
2958 (i386_breakpoint_from_pc): New function.
2959 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2960 above.
2961
2962 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2963 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2964 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2965 (i386_frameless_function_invocation, i386_frame_num_args,
2966 i386_frame_init_saved_regs): Remove prototypes.
2967 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2968 macros mentioned above.
2969
2970 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2971
2972 * cli/cli-decode.c (set_cmd_cfunc): Update.
2973 (set_cmd_sfunc): Update.
2974 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2975 (set_cmd_sfunc, set_cmd_cfunc): Update.
2976 * cli/cli-decode.h: Update.
2977
2978 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2979
2980 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2981 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2982
2983 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2984
2985 * defs.h (auto_boolean): Declare enum.
2986 * command.h (cmd_auto_boolean): Delete enum.
2987 * mips-tdep.c (mask_address_var): Update.
2988 (mips_mask_address_p): Update.
2989 (show_mask_address): Update.
2990 * remote.c (struct packet_config): Update.
2991 (update_packet_config): Update.
2992 (show_packet_config_cmd): Update.
2993 (packet_ok): Update.
2994 (add_packet_config_cmd): Update.
2995 (_initialize_remote):
2996 * command.h: Update.
2997 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2998 (do_setshow_command): Update.
2999 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3000 * cli/cli-decode.h: Update.
3001
3002 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3003
3004 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3005 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3006 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3007 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3008 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3009 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3010
3011 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3012 list of DJGPP COFF targets.
3013
3014 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3015 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3016 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3017 (FP0_REGNUM): Remove define.
3018 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3019 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3020 (i386_register_virtual_size): Remove protoype.
3021 * i386-tdep.c (i386_register_virtual_size): Removed.
3022 (i386_extract_return_value, i386_store_return_value): Use
3023 FP0_REGNUM instead of NUM_FREGS to determine whether the
3024 floating-point registers are available.
3025 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3026 Adjust for removal of macros mentioned above.
3027
3028 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3029
3030 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3031 comments.
3032 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3033 Remove prototypes.
3034 (supply_gregset, fill_gregset): Remove use of register keyword and
3035 remove declaration for regmap. Use I386_NUM_GREGS instead of
3036 NUM_REGS and NUM_FREGS.
3037 (FPREGSET_FSAVE_OFFSET): Remove.
3038 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3039 NUM_FREGS to determine whether the floating-point registers are
3040 available.
3041
3042 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3043 gnu_store_registers): Replace usage of NUM_GREGS with
3044 I386_NUM_GREGS.
3045
3046 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3047 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3048 usage of NUM_GREGS with I386_NUM_GREGS.
3049
3050 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3051
3052 * i386bsd-nat.c: Include "i386-tdep.h".
3053 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3054 I386_NUM_GREGS.
3055
3056 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3057 and associated comment. They no longer make any sense, since we
3058 don't use this file anymore on Linux.
3059
3060 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3061 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3062 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3063 elements in these arrays.
3064 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3065 MAX_NUM_REGS.
3066
3067 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3068
3069 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3070 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3071
3072 2002-06-14 Andrew Cagney <cagney@redhat.com>
3073
3074 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3075 EXTRACT_RETURN_VALUE.
3076 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3077 EXTRACT_STRUCT_VALUE_ADDRESS.
3078 * gdbarch.h, gdbarch.c: Regenerate.
3079
3080 * values.c (value_being_returned): Handle
3081 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3082 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3083
3084 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3085 * arm-tdep.c (arm_gdbarch_init): Update.
3086 * avr-tdep.c (avr_gdbarch_init): Update.
3087 * cris-tdep.c (cris_gdbarch_init): Update.
3088 * d10v-tdep.c (d10v_gdbarch_init): Update.
3089 * ia64-tdep.c (ia64_gdbarch_init): Update.
3090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3091 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3092 * s390-tdep.c (s390_gdbarch_init): Update.
3093 * sh-tdep.c (sh_gdbarch_init): Update.
3094 * s390-tdep.c (s390_gdbarch_init): Update.
3095 * sparc-tdep.c (sparc_gdbarch_init): Update.
3096 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3097 * v850-tdep.c (v850_gdbarch_init): Update.
3098 * vax-tdep.c (vax_gdbarch_init): Update.
3099 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3100 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3101
3102 * config/arc/tm-arc.h: Update.
3103 * config/d30v/tm-d30v.h: Update.
3104 * config/fr30/tm-fr30.h: Update.
3105 * config/h8300/tm-h8300.h: Update.
3106 * config/h8500/tm-h8500.h: Update.
3107 * config/i386/tm-i386.h: Update.
3108 * config/i386/tm-ptx.h: Update.
3109 * config/i386/tm-symmetry.h: Update.
3110 * config/i960/tm-i960.h: Update.
3111 * config/m32r/tm-m32r.h: Update.
3112 * config/m68k/tm-delta68.h: Update.
3113 * config/m68k/tm-linux.h: Update.
3114 * config/m68k/tm-m68k.h: Update.
3115 * config/m88k/tm-m88k.h: Update.
3116 * config/mcore/tm-mcore.h: Update.
3117 * config/mips/tm-mips.h: Update.
3118 * config/mn10200/tm-mn10200.h: Update.
3119 * config/pa/tm-hppa.h: Update.
3120 * config/pa/tm-hppa64.h: Update.
3121 * config/sparc/tm-sp64.h: Update.
3122 * config/sparc/tm-sparc.h: Update.
3123 * config/sparc/tm-sparclet.h: Update.
3124 * config/z8k/tm-z8k.h: Update.
3125
3126 2002-06-14 Andrew Cagney <cagney@redhat.com>
3127
3128 * Makefile.in (i386_linux_tdep_h): Define.
3129 (i386_tdep_h, i387_tdep_h): Define.
3130 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3131 $(i386_tdep_h) and $(i387_tdep_h).
3132 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3133
3134 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3135
3136 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3137 Already covered by the default.
3138
3139 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3140 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3141 (i386_gdbarch_init): Initialize long_double_format and long_double
3142 bit.
3143
3144 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3145 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3146 Move these to ...
3147 * config/i386/i386sol2.mh: ... here.
3148 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3149 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3150 (SIGCONTEXT_PC_OFFSET): Remove define.
3151 (IN_SIGTRAMP): Remove define.
3152 * i386-sol2-tdep.c: New file.
3153
3154 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3155 * config/i386/tm-i386nw.h: Removed.
3156
3157 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3158 USE_STRUCT_CONVENTION): Remove defines.
3159 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3160 (get_longjmp_target): Remove prototype.
3161 (IN_SIGTRAMP): Remove define.
3162 (i386bsd_in_sigtramp): Remove prototype.
3163 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3164 function. Update comment accordingly
3165 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3166 (FRAME_SAVED_PC): Remove define.
3167 (i386bsd_frame_saved_pc): Remove prototype.
3168 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3169 GET_LONGJMP_TARGET): Remove defines.
3170 (get_longjmp_target): Remove prototype.
3171 (IN_SIGTRAMP): Remove define.
3172 (i386bsd_in_sigtramp): Remove prototype.
3173 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3174 function. Update comment accordingly
3175 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3176 (FRAME_SAVED_PC): Remove define.
3177 (i386bsd_frame_saved_pc): Remove prototype.
3178 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3179 Remove prototype.
3180 (USE_STRUCT_CONVENTION): Remove prototype.
3181 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3182 declaration.
3183 (_initialize_i386bsd_nat): Revise logic to determine some
3184 constants at compile time when compiling a native GDB. Warn if
3185 things don't match up with what we expect.
3186 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3187 Remove variables.
3188 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3189 to use date stored in `struct gdbarch_tdep'.
3190 (i386bsd_sigcontext_offset): Remove varaible.
3191 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3192 stored in `struct gdbarch_tdep'.
3193 (i386bsd_frame_saved_pc): Make static.
3194 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3195 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3196 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3197 i386fbsd4_sc_pc_offset): New variables.
3198 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3199 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3200 functions.
3201 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3202 functions.
3203 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3204 Modify the value of i386fbsd_sigtramp_start and
3205 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3206 i386fbsd_sigtramp_end.
3207 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3208 function.
3209
3210 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3211 define to i386-linux-tdep.h.
3212 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3213 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3214 defines.
3215 (i386_linux_register_name, i386_linux_register_byte,
3216 i386_linux_register_raw_size): Remove prototypes.
3217 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3218 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3219 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3220 TARGET_WRITE_PC): Remove defines.
3221 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3222 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3223 i386_linux_write_pc): Remove prototypes.
3224 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3225 (get_longjmp_target): Remove prototype.
3226 * i386-linux-tdep.h: New file.
3227 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3228 * i386-linux-tdep.c: Include "i386-tdep.h" and
3229 "i386-linux-tdep.h".
3230 (i386_linux_register_name, i386_linux_register_byte,
3231 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3232 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3233 Make static.
3234 (i386_linux_init_abi): New function.
3235 (_initialize_i386_linux_tdep): New function.
3236
3237 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3238 (i386_saved_pc_after_call): Remove prototype.
3239 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3240 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3241 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3242 (i386_register_name, i386_stab_reg_to_regnum,
3243 i386_dwarf_reg_to_regnum): Remove prototypes.
3244 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3245 SIZEOF_SSE_REGS): Remove defines.
3246 (REGISTER_BYTES): Remove define.
3247 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3248 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3249 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3250 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3251 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3252 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3253 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3254 (get_longjmp_target): Remove prototype.
3255 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3256 (sigtramp_saved_pc): Remove define.
3257 (i386v4_sigtramp_saved_pc): Remove prototype.
3258 * config/i386/tm-go32.h (FRAME_CHAIN,
3259 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3260 (i386go32_frame_saved_pc): Remove prototype.
3261 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3262 (get_longjmp_target): Remove prototype.
3263 * i386-tdep.h: Include "osabi.h".
3264 (enum i386_abi): Removed.
3265 (enum struct_return): New enum.
3266 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3267 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3268 sc_pc_offset members.
3269 (i386_gdbarch_register_os_abi): Remove prototype.
3270 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3271 I386_SSE_NUM_REGS): New defines.
3272 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3273 I386_SSE_SIZEOF_REGS): New defines.
3274 (i386_register_name, i386_register_byte, i386_register_raw_size):
3275 New prototypes.
3276 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3277 (i386bsd_sigtramp_saved_pc): New prototype.
3278 * i386-tdep.c: Don't include "elf-bfd.h".
3279 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3280 i386_frame_chain, i386_saved_pc_after_call): Make static.
3281 (i386_frame_saved_pc): Rewrite to call architecture dependent
3282 function to deal with signal handlers. Make static.
3283 (i386go32_frame_saved_pc): Removed.
3284 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3285 Removed.
3286 (i386_get_longjmp_target): New function.
3287 (default_struct_convention, pcc_struct_convention,
3288 reg_struct_convention, valid_conventions, struct_convention): New
3289 variables.
3290 (i386_use_struct_convention): New function.
3291 (i386v4_sigtramp_saved_pc): Renamed to
3292 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3293 (i386_pc_in_sigtramp): New function.
3294 (i386_abi_names): Removed.
3295 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3296 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3297 Removed.
3298 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3299 i386_gdbarch_register_os_abi): Removed.
3300 (struct i386_abi_handler): Removed.
3301 (i386_abi_handler_list): Removed.
3302 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3303 functions.
3304 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3305 i386_nw_init_abi): New functions.
3306 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3307 Use set_gdbarch_xxx() calls instead of relying on macros for a
3308 number of calls.
3309 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3310 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3311 Register the various architecture variants defined in this file.
3312
3313 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3314
3315 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3316 (struct main_type): Remove arg_types member. Update comments for
3317 struct field.
3318 (TYPE_ARG_TYPES): Remove.
3319 (TYPE_FN_FIELD_ARGS): Update.
3320 (smash_to_method_type): Update prototype.
3321
3322 * c-typeprint.c (cp_type_print_method_args): Take method type
3323 instead of argument list. Use new argument layout. Simplify.
3324 (c_type_print_args): Use new argument layout. Simplify.
3325 (c_type_print_base): Update call to cp_type_print_method_args.
3326 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3327 argument; use die->type instead. Update call to
3328 smash_to_method_type.
3329 (read_structure_scope): Update call to dwarf2_add_member_fn.
3330 * gdbtypes.c (allocate_stub_method): Update comment.
3331 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3332 Use new argument layout.
3333 (check_stub_method): Use new argument layout. Don't count
3334 void as an argument.
3335 (print_arg_types): Update comments. Use new argument layout.
3336 (recursive_dump_type): Don't print arg_types member.
3337 * hpread.c (hpread_read_struct_type): Use new argument layout.
3338 (fixup_class_method_type): Likewise.
3339 (hpread_type_lookup): Likewise.
3340 * stabsread.c (read_type): Update calls to read_args and
3341 smash_to_method_type.
3342 (read_args): Use new argument layout. Simplify.
3343 * valops.c (typecmp): Use new argument layout. Update parameters
3344 and comments. Simplify.
3345 (hand_function_call): Use new argument layout.
3346 (search_struct_method): Update call to typecmp.
3347 (find_overload_match): Use new argument layout.
3348
3349 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3350
3351 * NEWS: Mention multithreaded debug support for gdbserver.
3352
3353 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3354
3355 * MAINTAINERS: Mention NEWS.
3356
3357 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3358
3359 * gdbserver/regcache.c: Add comment.
3360
3361 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3362
3363 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3364 (struct mips_objfile_private, compare_pdr_entries): New.
3365 (non_heuristic_proc_desc): Read the ".pdr" section if it
3366 is present.
3367
3368 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3369
3370 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3371 (arm_debug): New static variable.
3372 (_initialize_arm_tdep): Add ``set debug arm'' command.
3373
3374 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3375
3376 * Makefile.in (sim_arm_h): Define.
3377 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3378 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3379 (arm_register_sim_regno): New function, map an internal REGNUM
3380 onto a simulator register number.
3381 (arm_gdbarch_init): Set register_sim_regno.
3382
3383 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3384
3385 * MAINTAINERS: Add self.
3386
3387 2002-06-11 Jim Blandy <jimb@redhat.com>
3388
3389 * source.c (source_info): Mention whether the symtab has
3390 information about preprocessor macros.
3391
3392 Call the command `info macro', not `show macro'.
3393 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3394 Fix error message.
3395 (_initialize_macrocmd): Register `info_macro_command' in
3396 `infolist', not `showlist'.
3397
3398 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3399
3400 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3401 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3402 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3403 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3404 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3405 unconditionally.
3406 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3407 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3408 (_initialize_mips_tdep): Remove dead code.
3409 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3410 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3411 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3412 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3413 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3414 MIPS_LAST_FP_ARG_REGNUM): Remove.
3415
3416 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3417
3418 * gdbserver/thread-db.c: New file.
3419 * gdbserver/proc-service.c: New file.
3420 * gdbserver/acinclude.m4: New file.
3421 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3422 proc-service.o, and thread-db.o.
3423 (linux-low.o): Add USE_THREAD_DB.
3424 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3425 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3426 * gdbserver/aclocal.m4: Regenerated.
3427 * gdbserver/config.in: Regenerated.
3428 * gdbserver/configure: Regenerated.
3429 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3430 thread_db.h, and linux/elf.h headrs.
3431 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3432 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3433 Check for -lthread_db and thread support.
3434 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3435 PowerPC, and SuperH.
3436 * gdbserver/i387-fp.c: Constify arguments.
3437 * gdbserver/i387-fp.h: Likewise.
3438 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3439 `struct inferior_info'. Remove PID member. Use generic inferior
3440 list header. All uses updated.
3441 (inferiors, signal_pid): Removed.
3442 (all_threads): New variable.
3443 (get_thread): Define.
3444 (add_inferior_to_list): New function.
3445 (for_each_inferior): New function.
3446 (change_inferior_id): New function.
3447 (add_inferior): Removed.
3448 (remove_inferior): New function.
3449 (add_thread): New function.
3450 (free_one_thread): New function.
3451 (remove_thread): New function.
3452 (clear_inferiors): Use for_each_inferior and free_one_thread.
3453 (find_inferior): New function.
3454 (find_inferior_id): New function.
3455 (inferior_target_data): Update argument type.
3456 (set_inferior_target_data): Likewise.
3457 (inferior_regcache_data): Likewise.
3458 (set_inferior_regcache_data): Likewise.
3459 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3460 (all_processes, stopping_threads, using_thrads)
3461 (struct pending_signals, debug_threads, pid_of): New.
3462 (inferior_pid): Replace with macro.
3463 (struct inferior_linux_data): Remove.
3464 (get_stop_pc, add_process): New functions.
3465 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3466 Use add_process and add_thread.
3467 (linux_attach_lwp): New function, based on old linux_attach. Use
3468 add_process and add_thread. Set stop_expected for new threads.
3469 (linux_attach): New function.
3470 (linux_kill_one_process): New function.
3471 (linux_kill): Kill all LWPs.
3472 (linux_thread_alive): Use find_inferior_id.
3473 (check_removed_breakpoints, status_pending_p): New functions.
3474 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3475 Update. Use WNOHANG. Wait for cloned processes also. Update process
3476 struct for the found process.
3477 (linux_wait_for_event): New function.
3478 (linux_wait): Use it. Support LWPs.
3479 (send_sigstop, wait_for_sigstop, stop_all_processes)
3480 (linux_resume_one_process, linux_continue_one_process): New functions.
3481 (linux_resume): Support LWPs.
3482 (REGISTER_RAW_SIZE): Remove.
3483 (fetch_register): Use register_size instead. Call supply_register.
3484 (usr_store_inferior_registers): Likewise. Call collect_register.
3485 Fix recursive case.
3486 (regsets_fetch_inferior_registers): Improve error message.
3487 (regsets_store_inferior_registers): Add debugging.
3488 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3489 (unstopped_p, linux_signal_pid): New functions.
3490 (linux_target_ops): Add linux_signal_pid.
3491 (linux_init_signals): New function.
3492 (initialize_low): Call it. Initialize using_threads.
3493 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3494 flag.
3495 (get_regcache): Fetch registers lazily. Add fetch argument
3496 and update all callers.
3497 (regcache_invalidate_one, regcache_invalidate): New
3498 functions.
3499 (new_register_cache): Renamed from create_register_cache.
3500 Return the new regcache.
3501 (free_register_cache): Change argument to a void *.
3502 (registers_to_string, registers_from_string): Call get_regcache
3503 with fetch flag set.
3504 (register_data): Make static. Pass fetch flag to get_regcache.
3505 (supply_register): Call get_regcache with fetch flag clear.
3506 (collect_register): Call get_regcache with fetch flag set.
3507 (collect_register_as_string): New function.
3508 * gdbserver/regcache.h: Update.
3509 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3510 stderr.
3511 Handle input interrupts while waiting for an ACK.
3512 (input_interrupt): Use signal_pid method.
3513 (getpkt): Flush after debug output and use stderr.
3514 (outreg): Use collect_register_as_string.
3515 (new_thread_notify, dead_thread_notify): New functions.
3516 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3517 and general_thread.
3518 (look_up_one_symbol): Flush after debug output.
3519 * gdbserver/server.c (step_thread, server_waiting): New variables.
3520 (start_inferior): Don't use signal_pid. Update call to mywait.
3521 (attach_inferior): Update call to mywait.
3522 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3523 (main): Don't fetch/store registers explicitly. Use
3524 set_desired_inferior. Support proposed ``Hs'' packet. Update
3525 calls to mywait.
3526 * gdbserver/server.h: Update.
3527 (struct inferior_list, struct_inferior_list_entry): New.
3528 * gdbserver/target.c (set_desired_inferior): New.
3529 (write_inferior_memory): Constify.
3530 (mywait): New function.
3531 * gdbserver/target.h: Update.
3532 (struct target_ops): New signal_pid method.
3533 (mywait): Removed macro, added prototype.
3534
3535 * gdbserver/linux-low.h (regset_func): Removed.
3536 (regset_fill_func, regset_store_func): New.
3537 (enum regset_type): New.
3538 (struct regset_info): Add type field. Use new operation types.
3539 (struct linux_target_ops): stop_pc renamed to get_pc.
3540 Add decr_pc_after_break and breakpoint_at.
3541 (get_process, get_thread_proess, get_process_thread)
3542 (strut process_info, all_processes, linux_attach_lwp)
3543 (thread_db_init): New.
3544
3545 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3546 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3547 (the_low_target): Add new members.
3548 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3549 (i386_store_fpxregset): Constify.
3550 (target_regsets): Add new kind identifier.
3551 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3552 (i386_set_pc): Add debugging.
3553 (i386_breakpoint_at): New function.
3554 (the_low_target): Add new members.
3555 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3556 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3557 (mips_breakpoint_at): New.
3558 (the_low_target): Add new members.
3559 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3560 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3561 (the_low_target): Add new members.
3562 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3563 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3564 (the_low_target): Add new members.
3565 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3566 identifier.
3567
3568 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3569
3570 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3571 (unwind_tmp_obstack_free, parse_frame_info)
3572 (update_context, cfi_read_fp, cfi_write_fp)
3573 (cfi_frame_chain, cfi_init_extra_frame_info)
3574 (cfi_virtual_frame_pointer): Use the above function.
3575 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3576
3577 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3578
3579 * v850-tdep.c (v850_type_is_scalar): New function.
3580 (v850_use_struct_convention): Match current gcc implementation
3581 as close as possible.
3582 (v850_push_arguments): Fix stack_offset handling. Don't write
3583 struct_addr into register. This is done by v850_store_struct_return.
3584 (v850_extract_return_value): Care for structs.
3585 (v850_store_return_value): Ditto.
3586 (v850_store_struct_return): Actually write address.
3587
3588 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3589
3590 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3591 without debug information too.
3592
3593 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3594
3595 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3596 Make multi-arch pure.
3597 * gdbarch.h, gdbarch.c: Re-generate.
3598 * arm-tdep.c (arm_print_float_info): Update.
3599 * arch-utils.h (default_print_float_info): Update.
3600 * arch-utils.c (default_print_float_info): Update.
3601 * infcmd.c (float_info): Update call.
3602
3603 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3604
3605 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3606 the front of the initialize list.
3607
3608 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3609
3610 * infrun.c (struct inferior_status): Replace fields
3611 selected_frame_address and selected_level with field
3612 selected_frame_id.
3613 (save_inferior_status): Update. Use get_frame_id.
3614 (struct restore_selected_frame_args): Delete.
3615 (restore_selected_frame): Update. Use frame_find_by_id.
3616 (restore_inferior_status): Update.
3617
3618 * breakpoint.h (struct breakpoint): Change type of
3619 watchpoint_frame to frame_id.
3620 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3621 call to get_current_frame.
3622 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3623 get_current_frame.
3624 (watchpoint_check): Use frame_find_by_id.
3625
3626 * frame.h (record_selected_frame): Delete declaration.
3627 * stack.c (record_selected_frame): Delete function.
3628
3629 * frame.h (struct frame_id): Define.
3630 (get_frame_id): Declare.
3631 (frame_find_by_id): Declare.
3632 * frame.c (frame_find_by_id): New function.
3633 (get_frame_id): New function.
3634
3635 2002-06-10 Andrey Volkov <avolkov@transas.com>
3636
3637 * ser-e7kpc.c: Fix duplicated define and call of
3638 _initialize_ser_e7000pc
3639
3640 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3641
3642 * signals/signals.c (target_signal_from_host): Fix #ifdef
3643 SIGRTMIN case.
3644 (do_target_signal_to_host): Likewise.
3645
3646 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3647
3648 * mips-tdep.c (mips_find_abi_section): New function.
3649 (mips_gdbarch_init): Call it.
3650
3651 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3652
3653 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3654 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3655 after Andrew's 2002-06-08 gdbarch change.
3656
3657 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3658
3659 * i386-linux-nat.c (suppy_gregset): Don't supply
3660 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3661 register cache.
3662 (fill_gregset): Don't fetch it under the same circumstances.
3663
3664 2002-06-09 Andrew Cagney <cagney@redhat.com>
3665
3666 * Makefile.in (callback_h): Define.
3667 (remote_sim_h): Update path to remote-sim.h.
3668 (remote-rdp.o): Add $(callback_h).
3669 (remote-sim.o): Use $(callback_h).
3670 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3671 * remote-rdp.c: Include "gdb/callback.h".
3672
3673 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3674
3675 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3676 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3677
3678 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3679
3680 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3681 * rdi-share/serpardr.c: Ditto.
3682 * rdi-share/unixcomm.c: Ditto.
3683 * rdi-share/serdrv.c: Ditto.
3684 * rdi-share/hostchan.h: Ditto.
3685 * rdi-share/hostchan.c: Ditto.
3686 * rdi-share/host.h: Ditto.
3687 * rdi-share/devsw.c: Ditto.
3688
3689 * objfiles.h: Change type of obj_private to void pointer.
3690 * pa64solib.c: Update copyright. Don't include "assert.h", use
3691 strcmp instead of STREQ, use LONGEST, do not use PTR
3692 * somsolib.c: Ditto.
3693
3694 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3695 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3696 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3697
3698 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3699
3700 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3701 (default_get_saved_register): Delete function.
3702 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3703 generic_unwind_get_saved_register.
3704 * gdbarch.h, gdbarch.c: Re-generate.
3705
3706 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3707
3708 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3709 generic_func_frame_chain_valid.
3710 * gdbarch.h, gdbarch.c: Re-generate.
3711 * blockframe.c (generic_func_frame_chain_valid): Only check
3712 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3713 passing FP to PC_IN_CALL_DUMMY.
3714 Fix PR gdb/360.
3715
3716 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3717
3718 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3719 (register_gdbarch_data): Initialize init_p.
3720 (gdbarch_data): Initialize data pointer using the init function.
3721 (init_gdbarch_data): Delete function.
3722 (gdbarch_update_p): Update.
3723 (initialize_non_multiarch): Update.
3724 (struct gdbarch): Add field initialized_p.
3725 * gdbarch.h, gdbarch.c: Re-generate.
3726
3727 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3728
3729 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3730 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3731 better do the things actually here.
3732 * x86-64-tdep.c (x86_64_register_name2nr): New.
3733 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3734 (x86_64_gdbarch_init): Respect the above change.
3735 * x86-64-tdep.h (x86_64_register_name2nr)
3736 (x86_64_register_nr2name): Add prototypes.
3737 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3738
3739 2002-06-06 Michael Snyder <msnyder@redhat.com>
3740
3741 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3742 Delete extra braces and re-indent.
3743 (d10v_store_return_value): Char return values
3744 must be shifted over by one byte in R0.
3745 (d10v_extract_return_value): Delete extra braces, re-indent.
3746
3747 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3748
3749 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3750 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3751 (d10v_integer_to_address): Rewrite.
3752 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3753 the d10v specific functions which take care of converting to the
3754 correct space.
3755
3756 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3757
3758 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3759 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3760
3761 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3762
3763 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3764 includes.
3765 * config/tm-linux.h: Ditto.
3766 * config/alpha/tm-alphalinux.h: Ditto.
3767 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3768 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3769 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3770 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3771 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3772 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3773 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3774 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3775 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3776 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3777 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3778 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3779 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3780 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3781 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3782 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3783 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3784 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3785 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3786 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3787 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3788 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3789 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3790 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3791 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3792 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3793 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3794 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3795 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3796 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3797 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3798 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3799 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3800 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3801 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3802 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3803 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3804
3805 2002-05-04 Aidan Skinner <aidan@velvet.net>
3806
3807 * ada-exp.tab.c: New file
3808 * ada-exp.y: New file
3809 * ada-lang.c: New file
3810 * ada-lang.h: New file
3811 * ada-lex.c: New file
3812 * ada-lex.l: New file
3813 * ada-tasks.c: New file
3814 * ada-typeprint.c: New file
3815 * ada-valprint.c: New file
3816
3817 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3818
3819 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3820 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3821
3822 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3823
3824 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3825 insetead of ppc-linux-tdep.o.
3826 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3827 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3828
3829 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3830
3831 2002-05-07 Christian Groessler <chris@groessler.org>
3832 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3833 bit register contents for little endian hosts.
3834
3835 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3836
3837 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3838 any maintainer.
3839
3840 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3841
3842 * gdbarch.h: Regenerate.
3843
3844 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3845
3846 * MAINTAINERS: Add everyone to write-after-approval list.
3847
3848 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3849
3850 * stack.c (frame_info): Use frame_register_unwind instead of
3851 saved_regs. Mention when the SP is on the stack or in a register.
3852
3853 * frame.h (frame_register_unwind_ftype): Define. Document.
3854 (struct frame_info): Add field register_unwind and
3855 register_unwind_cache.
3856 (frame_register_unwind): Declare.
3857 (generic_unwind_get_saved_register): Declare.
3858
3859 * frame.c (frame_register_unwind): New function.
3860 (generic_unwind_get_saved_register): New function.
3861
3862 * blockframe.c (generic_call_dummy_register_unwind): New function.
3863 (frame_saved_regs_register_unwind): New function.
3864 (set_unwind_by_pc): New function.
3865 (create_new_frame): New function.
3866 (get_prev_frame): New function.
3867
3868 2002-05-30 Andrew Cagney <ac131313@redhat.com>
3869
3870 * a29k-share/: Delete directory.
3871 * remote-vx29k.c: Delete file.
3872
3873 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3874
3875 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3876 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3877
3878 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3879
3880 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3881 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3882 (sparc64nbsd-nat.o)
3883 (sparcnbsd-nat.o)
3884 (sparcnbsd-tdep.o): New dependency lists.
3885 * NEWS: Note new UltraSPARC NetBSD native configuration.
3886 * configure.host (sparc64-*-netbsd*): New host.
3887 * configure.tgt (sparc-*-netbsdelf*)
3888 (sparc-*-netbsd*): Set gdb_target to nbsd.
3889 (sparc64-*-netbsd*): New target.
3890 * sparc64nbsd-nat.c: New file.
3891 * sparcnbsd-nat.c: New file.
3892 * sparcnbsd-tdep.c: New file.
3893 * sparcnbsd-tdep.h: New file.
3894 * config/sparc/nbsd.mt: New file.
3895 * config/sparc/nbsd64.mh: New file.
3896 * config/sparc/nbsd64.mt: New file.
3897 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3898 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3899 (HOST_IPC): Remove.
3900 * config/sparc/nbsdaout.mt: Remove.
3901 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3902 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3903 (HOST_IPC): Remove.
3904 * config/sparc/nbsdelf.mt: Remove.
3905 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3906 sparc-nat.c compatiblity defines.
3907 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3908 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3909 * config/sparc/tm-nbsd64.h: New file.
3910 * config/sparc/tm-nbsdaout.h: Remove.
3911 * config/sparc/xm-nbsd.h: Remove.
3912
3913 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3914
3915 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3916 * sparc-tdep.c: Include osabi.h.
3917 (gdbarch_tdep): Add osabi member.
3918 (_initialize_sparc_tdep): Use gdbarch_register.
3919 (sparc_gdbarch_init): Use generic OS ABI framework.
3920 (sparc_dump_tdep): New function.
3921
3922 2002-05-30 Kevin Buettner <kevinb@redhat.com>
3923
3924 * corefile.c (do_captured_read_memory_integer): Return non-zero
3925 result.
3926 (safe_read_memory_integer): Copy result of memory read when
3927 status is non-zero. Also, add comments.
3928
3929 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
3930
3931 * Makefile.in (ppc_tdep_h): Define.
3932 (ppc-linux-nat.o)
3933 (ppc-linux-tdep.o)
3934 (rs6000-tdep.o): Use $(ppc_tdep_h).
3935 (ppc-sysv-tdep.o)
3936 (ppcnbsd-nat.o)
3937 (ppcnbsd-tdep.o): New dependency lists.
3938 * ppc-tdep.h: Use generic OS ABI framework.
3939 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3940 (ppc_linux_init_abi): New functions.
3941 (ppc_sysv_abi_broken_use_struct_convention)
3942 (ppc_sysv_abi_use_struct_convention)
3943 (ppc_sysv_abi_push_arguments): Move to...
3944 * ppc-sysv-tdep.c: ...here.
3945 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3946 * rs6000-tdep.c (process_note_abi_tag_sections)
3947 (get_elfosabi): Remove.
3948 (rs6000_gdbarch_init): Use generic OS ABI framework.
3949 (rs6000_dump_tdep): New function.
3950 (_initialize_rs6000_tdep): Use gdbarch_register.
3951 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3952 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3953 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3954 of ppc-linux-tdep.o.
3955 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3956 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3957 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3958 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3959 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3960 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3961
3962 2002-05-29 Jim Blandy <jimb@redhat.com>
3963
3964 * macroscope.c (default_macro_scope): Put `void' in empty argument
3965 list.
3966
3967 2002-05-29 Andrew Cagney <ac131313@redhat.com>
3968
3969 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3970 * arch-utils.c: Include "sim-regno.h".
3971 * gdbarch.sh: Don't include "sim-regno.h".
3972 * gdbarch.h, gdbarch.c: Regenerate.
3973 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3974 here.
3975 * arch-utils.h (legacy_register_sim_regno): To here.
3976 * remote-sim.c (legacy_register_sim_regno): Move function from
3977 here.
3978 * arch-utils.c (legacy_register_sim_regno): To here.
3979
3980 2002-05-28 Andrew Cagney <ac131313@redhat.com>
3981
3982 * sim-regno.h: New file.
3983 * Makefile.in (sim_regno_h): Define.
3984 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3985 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3986 (legacy_register_sim_regno): New function.
3987 (one2one_register_sim_regno): New function.
3988 (gdbsim_fetch_register): Rewrite.
3989 (gdbsim_store_register): Only store a register when
3990 REGISTER_SIM_REGNO is valid.
3991 * d10v-tdep.c: Include "sim-regno.h".
3992 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3993 (d10v_ts3_register_sim_regno): Ditto.
3994 * gdbarch.sh: Include "sim-regno.h".
3995 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3996 * gdbarch.h, gdbarch.c: Regenerate.
3997 * arch-utils.h (default_register_sim_regno): Delete declaration.
3998 * arch-utils.c (default_register_sim_regno): Delete function.
3999
4000 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4001
4002 * ppcnbsd-nat.c: Rewrite.
4003 * ppcnbsd-tdep.c: New file.
4004 * ppcnbsd-tdep.h: New file.
4005 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4006 solib.o, and solib-svr4.o.
4007 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4008 nbsd-tdep.o, and corelow.o.
4009
4010 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4011
4012 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4013 `tr' and `sed'. Mention that `broken' targets are not expected to
4014 build.
4015
4016 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4017
4018 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4019 Let PC point right after the prologue before looking up symbols.
4020
4021 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4022
4023 * i386-tdep.c (i386_register_virtual_type): Return
4024 builtin_type_vec128i for SSE registers.
4025
4026 * gdbtypes.h (builtin_type_vec128i): Declare.
4027
4028 * gdbtypes.c (build_builtin_type_vec128i): New function.
4029 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4030 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4031 (build_gdbtypes): Initialize new builtin vector types.
4032 (_initialize_gdbtypes): Register new vector types with gdbarch.
4033
4034 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4035
4036 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4037 since it has been multi-arch'd.
4038 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4039 Move Alpha and VAX multi-arch news entries to same section
4040 as other multi-arch news.
4041
4042 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4043
4044 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4045 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4046 static. Rename some register numbers to put them in ns32k-tdep
4047 private namespace.
4048 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4049 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4050 functions.
4051 (_initialize_ns32k_tdep): Use gdbarch_register.
4052 * ns32k-tdep.h: New file.
4053 * ns32knbsd-tdep.c: New file.
4054 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4055 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4056 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4057 REGISTER_BYTES, REGISTER_BYTE): Remove.
4058 * config/ns32k/tm-ns32k.h: New file.
4059 * config/ns32k/tm-umax.h: Remove.
4060
4061 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4062
4063 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4064 ns32k_store_struct_return, ns32k_extract_return_value,
4065 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4066 functions.
4067 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4068 ns32k_saved_pc_after_call.
4069 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4070 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4071 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4072 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4073 ns32k_extract_struct_value_address.
4074
4075 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4076
4077 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4078 ns32k_fix_call_dummy): New.
4079 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4080 ns32k_call_dummy_words.
4081 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4082 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4083 CALL_DUMMY_NARGS): Remove.
4084 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4085
4086 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4087
4088 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4089 ns32k_frame_saved_pc, ns32k_frame_args_address,
4090 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4091 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4092 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4093 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4094 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4095 (BREAKPOINT): Remove..
4096 (FRAME_CHAIN): Define as ns32k_frame_chain.
4097 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4098 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4099 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4100 (FRAME_FIND_SAVED_REGS): Remove.
4101 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4102 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4103 (POP_FRAME): Define as ns32k_pop_frame.
4104
4105 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4106
4107 * ns32k-tdep.c (ns32k_register_byte_32082,
4108 ns32k_register_byte_32382, ns32k_register_raw_size,
4109 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4110 functions.
4111 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4112 ns32k_register_byte_32382.
4113 * config/ns32k/tm-umax.h: Update copyright years.
4114 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4115 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4116 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4117 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4118 (ns32k_get_enter_addr): Fix prototype.
4119
4120 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4121
4122 * ns32k-tdep.c: Update copyright years.
4123 (ns32k_register_name_32082): New function.
4124 (ns32k_register_name_32382): Ditto.
4125 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4126 (REGISTER_NAME): Define as ns32k_register_name_32382.
4127 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4128 (REGISTER_NAME): Define as ns32k_register_name_32082.
4129
4130 2002-05-24 Jim Blandy <jimb@redhat.com>
4131
4132 * dwarf2read.c (free_line_header): Use xfree, not free.
4133
4134 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4135
4136 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4137 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4138
4139 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4140
4141 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4142
4143 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4144
4145 From Ross Alexander at NEC Europe:
4146 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4147
4148 2002-05-23 Michael Snyder <msnyder@redhat.com>
4149
4150 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4151 for input, rather than parse_and_eval_address.
4152
4153 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4154
4155 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4156 * Makefile.in (sim_d10v_h): Update definition.
4157
4158 2002-05-24 Andrew Cagney <cagney@redhat.com>
4159
4160 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4161 change `2002-05-22 Michael Snyder' below.
4162 (d10v_push_arguments): Ditto.
4163 (d10v_extract_return_value): Ditto.
4164
4165 2002-05-23 Jim Blandy <jimb@redhat.com>
4166
4167 * macrotab.c (check_for_redefinition): Don't complain if the new
4168 definition is the same as the previous one. Take more arguments
4169 to allow the comparison.
4170 (macro_define_object, macro_define_function): Pass more arguments
4171 to check_for_redefinition.
4172
4173 2002-05-22 Michael Snyder <msnyder@redhat.com>
4174
4175 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4176 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4177 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4178 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4179 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4180 Add a temp variable to save a call (and a memory read).
4181 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4182 if possible (so that PC_IN_CALL_DUMMY will work).
4183
4184 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4185
4186 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4187
4188 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4189
4190 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4191 fde->cie_ptr.
4192 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4193 (dwarf2_build_frame_info): Add offset to fde->initial_location
4194 so that frames of shared libraries are mapped correctly.
4195 (execute_stack_op): Change type of 'result' from ULONGEST to
4196 CORE_ADDR.
4197
4198 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4199
4200 * config/alpha/tm-nbsd.h: Include solib.h.
4201
4202 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4203
4204 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4205 assumptions about the host's byte order.
4206
4207 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4208
4209 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4210 to dependency list.
4211 * alphanbsd-tdep.c: Include solib-svr4.h.
4212 * shnbsd-tdep.c: Ditto.
4213
4214 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4215
4216 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4217 nbsd-tdep.h to dependency list.
4218 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4219 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4220 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4221 nbsdaout.mh and nbsdelf.mh consistently.
4222 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4223 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4224 nbsdaout.mt and nbsdelf.mh consistently.
4225 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4226 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4227 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4228 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4229 a.out shared library stuff from here...
4230 * config/nm-nbsdaout.h: ...to here.
4231 * config/tm-nbsd.h: Remove.
4232 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4233 * config/arm/nbsd.mh: Remove.
4234 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4235 nbsd-tdep.o.
4236 * config/arm/nbsdaout.mh: New file.
4237 * config/arm/nbsdelf.mh: New file.
4238 * config/arm/nm-nbsdaout.h: New file.
4239 * config/i386/nbsd.mh: Remove.
4240 * config/i386/nbsd.mt: Remove.
4241 * config/i386/nbsdaout.mh: New file.
4242 * config/i386/nbsdaout.mt: New file.
4243 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4244 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4245 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4246 i386_register_u_addr): Remove.
4247 * config/i386/nm-nbsdaout.h: New file.
4248 * config/i386/nm-nbsdelf.h: Remove.
4249 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4250 (USE_STRUCT_CONVENTION): Remove.
4251 * config/i386/tm-nbsdaout.h: New file.
4252 * config/i386/tm-nbsdelf.h: Remove.
4253 * config/m68k/nbsd.mh: Remove.
4254 * config/m68k/nbsd.mt: Remove.
4255 * config/m68k/nbsdaout.mh: New file.
4256 * config/m68k/nbsdaout.mt: New file.
4257 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4258 * config/m68k/nm-nbsdaout.h: New file.
4259 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4260 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4261 * config/ns32k/nbsd.mh: Remove.
4262 * config/ns32k/nbsd.mt: Remove.
4263 * config/ns32k/nbsdaout.mh: New file.
4264 * config/ns32k/nbsdaout.mt: New file.
4265 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4266 * config/ns32k/nm-nbsdaout.h: New file.
4267 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4268 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4269 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4270 (SVR4_SHARED_LIBS): Remove.
4271 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4272 * config/sparc/nbsd.mh: Remove.
4273 * config/sparc/nbsd.mt: Remove.
4274 * config/sparc/nbsdaout.mh: New file.
4275 * config/sparc/nbsdaout.mt: New file.
4276 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4277 * config/sparc/nbsdelf.mt: New file.
4278 * config/sparc/nm-nbsdaout.h: New file.
4279 * config/sparc/nm-nbsdelf.h: Remove.
4280 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4281 * config/sparc/tm-nbsdaout.h: New file.
4282
4283 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4284
4285 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4286 mipsnbsd-tdep.c
4287 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4288
4289 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4290
4291 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4292 shnbsd-nat.c.
4293 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4294
4295 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4296
4297 * NEWS: Note new MIPS NetBSD native configuration.
4298 * configure.host (mips*-*-netbsd*): New host.
4299 * configure.tgt (mips*-*-netbsd*): New target.
4300 * mipsnbsd-nat.c: New file.
4301 * mipsnbsd-tdep.c: New file.
4302 * mipsnbsd-tdep.h: New file.
4303 * config/mips/nbsd.mh: New file.
4304 * config/mips/nbsd.mt: New file.
4305 * config/mips/nm-nbsd.h: New file.
4306 * config/mips/tm-nbsd.h: New file.
4307
4308 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4309
4310 * Makefile.in (SFILES): Add osabi.c.
4311 (COMMON_OBS): Add osabi.o.
4312 (osabi.o): New dependency list.
4313 * osabi.c: New file.
4314 * osabi.h: New file.
4315 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4316
4317 * Makefile.in (alpha_tdep_h): Define and use instead of
4318 alpha-tdep.h.
4319 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4320 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4321 Remove.
4322 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4323 * alpha-tdep.h: Include osabi.h.
4324 (alpha_abi): Remove.
4325 (gdbarch_tdep): Use generic OS ABI framework.
4326 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4327 gdbarch_register_osabi.
4328 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4329 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4330 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4331
4332 * Makefile.in (sh_tdep_h): Add osabi.h.
4333 * sh-tdep.h (sh_osabi): Remove.
4334 (gdbarch_tdep): Use generic OS ABI framework.
4335 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4336 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4337 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4338 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4339
4340 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4341 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4342 gdbarch_register_osabi.
4343 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4344 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4345 (get_elfosabi): Rename to...
4346 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4347 ABI framework support routines.
4348 (arm_gdbarch_init): Use generic OS ABI framework.
4349 (arm_dump_tdep): Likewise.
4350 (_initialize_arm_tdep): Likewise.
4351 * arm-tdep.h: Include osabi.h.
4352 (arm_abi): Remove.
4353 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4354 osabi member.
4355 (arm_gdbarch_register_os_abi): Remove prototype.
4356 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4357 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4358
4359 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4360 * mips-tdep.c: Include osabi.h.
4361 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4362 OS ABI framework.
4363
4364 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4365
4366 * h8300-tdep.c: Fix formatting.
4367
4368 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4369
4370 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4371 printing vector registers.
4372
4373 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4374
4375 From Fernando Nasser:
4376 * remote.c (remote_async_open_1): Re-throw the exception when the
4377 connection fails.
4378 (remote_cisco_open): Ditto.
4379 (remote_open_1): Ditto.
4380
4381 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4382
4383 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4384 (remote_start_remote): Add uiout parameter. Pass through to
4385 remote_start_remote_dummy.
4386 (remote_open_1): Use catch_exception instead of catch_errors.
4387 (remote_async_open_1): Ditto.
4388 (remote_cisco_open): Ditto.
4389
4390 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4391
4392 * remote.c (remote_start_remote): Replace PTR with void pointer.
4393 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4394 static.
4395
4396 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4397
4398 * gdb_indent.sh: Allow the script to be run in the sim directory.
4399
4400 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4401
4402 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4403 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4404
4405 * corelow.c (core_open): Only call set_gdbarch_from_file if
4406 exec_bfd is NULL.
4407
4408 2002-05-17 Andrey Volkov <avolkov@transas.com>
4409
4410 * h8300-tdep.c: Add support of EXR register
4411 * config/h8300/tm-h8300.h: Ditto.
4412
4413 2002-05-17 Andrey Volkov <avolkov@transas.com>
4414
4415 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4416
4417 2002-05-17 Andrey Volkov <avolkov@transas.com>
4418
4419 * h8300-tdep.c: Change literal regnums to REGNO.
4420
4421 2002-05-17 Jim Blandy <jimb@redhat.com>
4422
4423 * NEWS: Note addition of macro support.
4424
4425 Expand preprocessor macros in C expressions.
4426 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4427 (scan_macro_expansion, scanning_macro_expansion,
4428 finished_macro_expansion): New function declarations.
4429 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4430 variable declarations.
4431 * parser-defs.h (expression_context_pc): New declaration.
4432 * parse.c (expression_context_pc): New variable.
4433 (parse_exp_1): Set expression_context_pc, as well as
4434 expression_context_block.
4435 * c-exp.y (yylex): If we're not already reading the result of a
4436 macro expansion, try to macro-expand the next token. When we're
4437 done scanning a macro expansion, switch back to the mainline text.
4438 Commas and `if's in a macro's expansion don't terminate the input.
4439 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4440 (macro_original_text, macro_expanded_text,
4441 expression_macro_lookup_func, expression_macro_lookup_baton): New
4442 variables.
4443 (scan_macro_expansion, scanning_macro_expansion,
4444 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4445 c_preprocess_and_parse): New functions.
4446 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4447 c_preprocess_and_parse, instead of c_parse.
4448 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4449 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4450
4451 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4452
4453 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4454 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4455 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4456
4457 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4458
4459 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4460
4461 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4462
4463 * Makefile.in (sh_tdep_h): Define and use.
4464 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4465 register enum): Move to...
4466 * * sh-tdep.h: ...here.
4467 * sh-tdep.c: Include sh-tdep.h.
4468 * sh3-rom.c: Likewise.
4469 * shnbsd-tdep.c: Likewise.
4470
4471 2002-05-16 Michael Snyder <msnyder@redhat.com>
4472
4473 * arm-tdep.c: Spelling fix in comment.
4474
4475 2002-05-16 Jim Blandy <jimb@redhat.com>
4476
4477 Add commands for manually expanding macros and showing their
4478 definitions.
4479 * macrocmd.c, macroscope.c, macroscope.h: New files.
4480 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4481 (macroscope_h): New variable.
4482 (HFILES_NO_SRCDIR): Add macroscope.h.
4483 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4484 (macroscope.o, macrocmd.o): New rules.
4485
4486 Teach the Dwarf 2 reader to read macro information.
4487 * dwarf2read.c: #include "macrotab.h".
4488 (dwarf_macinfo_buffer): New variable.
4489 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4490 dwarf_macinfo_size.
4491 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4492 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4493 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4494 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4495 dwarf2_macro_spaces_in_definition): New complaints.
4496 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4497 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4498 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4499 the partial symbol table.
4500 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4501 from what's recorded in the partial symbol table.
4502 (read_file_scope): If the compilation unit has a
4503 `DW_AT_macro_info' attribute, read its macro information.
4504 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4505
4506 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4507
4508 Fix PR gdb/546
4509 * ser-tcp.c: Don't include <netinet/udp.h>.
4510
4511 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4512
4513 * MAINTAINERS: Update my email address.
4514
4515 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4516
4517 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4518 include file of the same name.
4519
4520 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4521
4522 * configure.tgt: Mark v850 as multi-arched.
4523 * config/v850/tm-v850.h: Remove file.
4524 * config/v850/v850.mt: Eliminate TM_FILE.
4525
4526 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4527
4528 * v850-tdep.c: Full multi-arch.
4529 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4530 Define GDB_MULTI_ARCH to 2.
4531
4532 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4533
4534 * p-exp.y (current_type): New static variable.
4535 Carries the type of the expression at the position that is parsed.
4536 (push_current_type, pop_current_type): Two new functions. Used
4537 to store/restore current_type in expression on specific tokens.
4538 (search_field): New static variable. Set to one after parsing a point
4539 as at that point only a FIELDNAME token should be searched.
4540 (FIELDNAME): New token. After a point only a token belonging to
4541 current_type type definition is allowed.
4542 (all over token rules): reset and change current_type according
4543 to rules.
4544 (exp '[' rule): insert implicit array index field if
4545 exp is a pascal string type.
4546
4547 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4548
4549 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4550 frame info. Use frame_info's saved_regs instead of matching member
4551 in extra_frame_info throughout.
4552 (v850_frame_init_saved_regs): New function.
4553 (v850_init_extra_frame_info): Move most functionality into
4554 v850_frame_init_saved_regs().
4555 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4556 (v850_frame_find_saved_regs): Remove declaration.
4557 (FRAME_FIND_SAVED_REGS): Remove definition.
4558 (v850_frame_init_saved_regs): Add declaration.
4559 (FRAME_INIT_SAVED_REGS): Add definition.
4560
4561 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4562
4563 * v850-tdep.c: Begin multi-arch'ing v850.
4564 (v850_target_architecture_hook): Remove function.
4565 (v850_gdbarch_init): New function. Add code previously in
4566 v850_target_architecture_hook().
4567 (_initialize_v850_tdep): Don't set target_architecture_hook.
4568 Call register_gdbarch_init() instead.
4569
4570 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4571
4572 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4573 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4574 (fixup_class_method_type): Likewise.
4575
4576 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
4577
4578 From Martin Pool <mbp@samba.org>:
4579 * gdbserver/server.c (gdbserver_usage): New function.
4580 (main): Call it.
4581
4582 2002-05-15 Jim Blandy <jimb@redhat.com>
4583
4584 Add macro structures to GDB's symbol tables. Nobody puts anything
4585 in them yet.
4586 * symtab.h (struct symtab): New member: `macro_table'.
4587 * buildsym.h (pending_macros): New global variable.
4588 * buildsym.c: #include "macrotab.h".
4589 (buildsym_init): Initialize `pending_macros'.
4590 (end_symtab): If we found macro information while reading a CU's
4591 debugging info, do build a symtab structure for it. Make the
4592 symtab point to the macro information, and clear the
4593 `pending_macros' pointer which held it while we were reading the
4594 debug info.
4595 (really_free_pendings): Free any pending macro table.
4596 * objfiles.h (struct objfile): New member: `macro_cache'.
4597 * objfiles.c (allocate_objfile): Set allocate and free functions
4598 for the macro cache's objstack.
4599 (free_objfile): Empty the macro cache's obstack.
4600 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4601 set new allocate and free functions for it.
4602 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4603 free functions for the macro cache's objstack. (Why is this
4604 function building its own objfile?)
4605 * symmisc.c (print_objfile_statistics): Print statistics on the
4606 macro bcache.
4607 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4608
4609 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4610
4611 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4612 (REGISTER_U_ADDR): Delete definition.
4613 (arm_register_u_addr): Delete declaration.
4614
4615 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4616
4617 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4618 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4619
4620 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4621
4622 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4623 stop_at -> stop_pc.
4624
4625 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4626
4627 * regcache.c (register_valid): Revise comments refering to "Not
4628 available" and "unavailable".
4629 * frame.c (frame_register_read): Ditto.
4630 * findvar.c (value_of_register): Ditto.
4631
4632 2002-05-15 Andrew Cagney <cagney@redhat.com>
4633
4634 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4635 (remote-sim.o): Update dependencies.
4636 (d10v-tdep.o): Specify dependencies.
4637 (sim_d10v_h): Define.
4638
4639 2002-05-14 Jim Blandy <jimb@redhat.com>
4640
4641 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4642 * macrotab.c (macro_lookup_inclusion, find_definition,
4643 new_macro_table): Same.
4644
4645 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4646 not `! strcmp ()'. This is a dubious improvement.
4647 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4648
4649 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4650 although it's not necessary, to avoid a warning.
4651
4652 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4653
4654 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4655 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4656 TYPE_INSTANCE_FLAGS.
4657 (struct main_type): New.
4658 (struct type): Move most members to struct main_type. Change
4659 cv_type and as_type to new type_chain member. Add instance_flags.
4660 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4661 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4662 (finish_cv_type): Remove prototype.
4663 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4664 Set TYPE_CHAIN.
4665 (alloc_type_instance): New function.
4666 (smash_type): New function.
4667 (make_pointer_type, make_reference_type, make_function_type)
4668 (smash_to_member_type, smash_to_method_type): Call smash_type.
4669 (make_qualified_type): New function.
4670 (make_type_with_address_space): Call make_qualified_type.
4671 (make_cv_type): Likewise.
4672 (finish_cv_type): Remove unnecessary function.
4673 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4674 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4675 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4676 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4677 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4678 * hpread.c (hpread_read_struct_type): Likewise.
4679 * stabsread.c (read_struct_type): Likewise.
4680
4681 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4682
4683 * configure.tgt: Add a catch all sh* target, for cases like
4684 sh[2,3,4]-elf and sh-hms.
4685
4686 2002-05-14 Keith Seitz <keiths@redhat.com>
4687
4688 * event-loop.c (create_file_handler): Don't do anything but
4689 update data when we are given a fd which we are already
4690 monitoring.
4691
4692 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4693
4694 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4695 (update_context): Use __func__ in warnings.
4696
4697 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4698
4699 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4700 and tcp_close to net_open and net_close.
4701 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4702 using UDP if requested. Don't try to disable Nagle on UDP
4703 sockets.
4704 * remote.c (remote_serial_open): New function. Warn about UDP.
4705 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4706
4707 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4708
4709 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4710
4711 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4712
4713 * configure.tgt: Remove sh-hms target.
4714 * MAINTAINERS: Don't list sh-hms as a separate target.
4715
4716 2002-05-13 Jim Blandy <jimb@redhat.com>
4717
4718 Add first preprocessor macro-expansion files.
4719 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4720 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4721 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4722 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4723 (COMMON_OBS): Add macrotab.o, macroexp.o.
4724 (macroexp.o, macrotab.o): New rules.
4725
4726 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4727
4728 * config/m88k/tm-m88k.h: Update copyright.
4729 (m88k_target_write_pc): Declare
4730 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4731 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4732 (SHIFT_INST_REGS): Update definition.
4733 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4734 using old definition of TARGET_WRITE_PC.
4735 * regcache.c (generic_target_write_pc): Delete code handling
4736 NNPC_REGNUM.
4737 * gdbarch.sh (NNPC_REGNUM): Delete.
4738 * gdbarch.h, gdbarch.c: Regenerate.
4739
4740 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4741
4742 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4743 builtin reg number.
4744
4745 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4746
4747 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4748 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4749 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4750 access macros.
4751 * c-typeprint.c (cp_type_print_method_args): Likewise.
4752 (c_type_print_args): Likewise.
4753 * d10v-tdep.c (d10v_push_arguments): Likewise.
4754 (d10v_extract_return_value): Likewise.
4755 * expprint.c (print_subexp): Likewise.
4756 * gdbtypes.c (lookup_primitive_typename): Likewise.
4757 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4758 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4759 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4760 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4761 (TYPE_VECTOR): Likewise.
4762 * hpread.c (hpread_read_struct_type)
4763 (fix_static_member_physnames, fixup_class_method_type)
4764 (hpread_type_lookup): Likewise.
4765 * mdebugread.c (parse_symbol, parse_type): Likewise.
4766 * p-lang.c (is_pascal_string_type): Likewise.
4767 * valops.c (hand_function_call): Likewise.
4768 * x86-64-tdep.c (classify_argument): Likewise.
4769
4770 * hpread.c (hpread_read_function_type)
4771 (hpread_read_doc_function_type): Call replace_type.
4772 * dstread.c (create_new_type): Delete.
4773 (decode_dst_structure, process_dst_function): Call alloc_type.
4774 Use type access macros.
4775
4776 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4777
4778 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4779 the're not supported by the current architecture.
4780 (i387_fill_fxsave): Likewise.
4781
4782 2002-05-12 Fred Fish <fnf@redhat.com>
4783
4784 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4785 sect_index_xxx members to index the first slot in section_offsets
4786 if all of the section_offsets are zero.
4787
4788 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4789
4790 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4791 checked in with last change.
4792
4793 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4794
4795 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4796 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4797 config.sub.
4798
4799 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4800
4801 * Makefile.in: Update dependencies.
4802
4803 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4804
4805 * language.c (local_hex_string_custom): Simplify. Do not depend
4806 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4807
4808 * memattr.c (mem_info_command): Replace calls to
4809 longest_local_hex_string and longest_local_hex_string_custom.
4810 * buildsym.c (make_blockvector): Ditto.
4811 * solib.c (info_sharedlibrary_command): Ditto.
4812 * tracepoint.c (tracepoints_info): Ditto.
4813 * symtab.c (print_msymbol_info): Ditto.
4814
4815 * language.c (local_hex_string): Delete.
4816 (local_hex_string_custom): Delete.
4817 (longest_local_hex_string): Rename to local_hex_string.
4818 (longest_local_hex_string_custom): Rename to
4819 local_hex_string_custom.
4820 * language.h (local_hex_string): Change parameter type to LONGEST.
4821 (local_hex_string_custom): Ditto.
4822 (longest_local_hex_string): Delete declaration.
4823 (longest_local_hex_string_custom): Ditto.
4824
4825 * solib.c: Update copyright.
4826 * memattr.c: Update copyright.
4827
4828 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4829
4830 * arch-utils.h (legacy_register_to_value): Declare.
4831 (legacy_value_to_register): Declare.
4832 (legacy_convert_register_p): Declare.
4833 * arch-utils.c (legacy_register_to_value): New function.
4834 (legacy_value_to_register): New function.
4835 (legacy_convert_register_p): New function.
4836
4837 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4838 (VALUE_TO_REGISTER): Define.
4839 (CONVERT_REGISTER_P): Define.
4840 * gdbarch.h, gdbarch.c: Regenerate.
4841
4842 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4843 VALUE_TO_REGISTER.
4844 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4845 CONVERT_REGISTER_P.
4846
4847 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
4848 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4849
4850 * Makefile.in: Update dependencies for valops.c.
4851 * valops.c: Include "gdb_assert.h".
4852 (typecmp): Skip THIS parameter to methods.
4853 (find_method_list): Remove static_memfuncp argument,
4854 update callers. Check for stub methods.
4855 (find_value_oload_method_list): Don't set *static_memfuncp.
4856 (find_overload_match): Don't check for stub methods. Assert
4857 that methods are not stubbed. Handle static methods.
4858 (value_find_oload_method_list): Remove static_memfuncp argument.
4859 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4860 to the argument list for static stub methods.
4861 * value.h (value_find_oload_method_list): Update prototype.
4862
4863 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4864
4865 * arch-utils.h (generic_register_size): Declare.
4866 (generic_register_raw_size, generic_register_virtual_size): Delete
4867 declarations.
4868 * arch-utils.c (generic_register_raw_size): Delete.
4869 (generic_register_size): New function.
4870 (generic_register_virtual_size): Delete.
4871
4872 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4873 default generic_register_size.
4874 * gdbarch.h, gdbarch.c: Re-generate.
4875
4876 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4877 register_virtual_size.
4878 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4879 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4880
4881 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4882
4883 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4884 * gdbarch.h, gdbarch.c: Regenerate.
4885 * gnu-v3-abi.c: Update copyright.
4886 (vtable_address_point_offset): Update.
4887 (gnuv3_rtti_type): Update.
4888 (gnuv3_baseclass_offset): Update.
4889 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4890 (init_fetch_link_map_offsets): Update.
4891 * remote.c (get_remote_state): Update.
4892
4893 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4894
4895 * TODO: Remove value_headof/value_from_vtable_info comment.
4896 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4897 * values.c (value_headof, value_from_vtable_info): Delete.
4898 * value.h (value_from_vtable_info): Delete prototype.
4899
4900 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4901
4902 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4903 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4904 $(gdb_regex_h).
4905 (gdb_assert_h): Define.
4906 (gdb_wait_h): Define.
4907 (gdb_regex_h): Define.
4908
4909 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4910
4911 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4912 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4913
4914 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4915
4916 * nbsd-tdep.c: Fix comment.
4917
4918 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4919
4920 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4921 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4922 (nbsd-tdep.o): New dependency list.
4923 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4924 nbsd-tdep.h.
4925 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4926 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4927 * nbsd-tdep.c: New file.
4928 * nbsd-tdep.h: New file.
4929 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4930 nbsd-tdep.h.
4931 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4932 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4933 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4934 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4935
4936 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4937
4938 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4939 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4940 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4941 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4942 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4943 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4944
4945 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4946
4947 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4948 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4949 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4950 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4951 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4952 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4953 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4954
4955 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4956
4957 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4958 fetch_elfcore_registers to...
4959 * i386nbsd-tdep.c: ...here.
4960 (i386nbsd_use_struct_convention): Rename to...
4961 (i386nbsd_aout_use_struct_convention): ...this.
4962 (i386nbsd_supply_reg): New function.
4963 (i386nbsd_fill_reg): New function.
4964 (fetch_core_registers): Use i386nbsd_supply_reg.
4965 (fetch_elfcore_registers): Likewise.
4966 (_initialize_i386nbsd_tdep): New function.
4967 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4968 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4969 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4970 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4971 (i386nbsd_aout_use_struct_convention): ...this.
4972
4973 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4974
4975 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4976 (store_inferior_registers): Use shnbsd_fill_reg.
4977 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4978 sh_nbsd_supply_register): Collapse into...
4979 (shnbsd_supply_reg): ...this.
4980 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4981 (shnbsd_fill_reg): ...this.
4982 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4983 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4984 (fetch_core_registers): Use shnbsd_supply_reg.
4985 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4986 (sh_nbsd_core_fns): Rename to...
4987 (shnbsd_core_fns): ...this.
4988 (sh_nbsd_elfcore_fns): Rename to...
4989 (shnbsd_elfcore_fns): ...this.
4990 (sh_nbsd_init_abi): Rename to...
4991 (shnbsd_init_abi): ...this.
4992 (_initialize_sh_nbsd_tdep): Rename to...
4993 (_initialize_shnbsd_tdep): ...this.
4994 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4995 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4996 sh_nbsd_fill_register): Remove prototypes.
4997 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4998
4999 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5000
5001 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5002 (i387-nat.o): Delete dependency list.
5003 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5004 (x86-64-linux-nat.o): Likewise.
5005 * i387-nat.c: Delete file, moving contents to...
5006 * i387-tdep.c: ...here.
5007 * i387-nat.h: Rename...
5008 * i387-tdep.h: ...to this.
5009 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5010 * i386-linux-nat.c: Likewise.
5011 * i386bsd-nat.c: Likewise.
5012 * i386gnu-nat.c: Likewise.
5013 * i386nbsd-nat.c: Likewise.
5014 * i386v4-nat.c: Likewise.
5015 * x86-64-linux-nat.c: Likewise.
5016 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5017 * config/i386/go32.mh (NATDEPFILES): Likewise.
5018 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5019 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5020 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5021 * config/i386/linux.mh (NATDEPFILES): Likewise.
5022 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5023 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5024 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5025 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5026
5027 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5028
5029 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5030 (alphanbsd-nat.o): Remove dependency list.
5031 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5032 * alphanbsd-nat.c: Delete. Contents moved to...
5033 * alphanbsd-tdep.c: ...here.
5034 (_initialize_alphanbsd_tdep): Register core functions.
5035 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5036
5037 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5038
5039 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5040 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5041 (alphanbsd-nat.o): Likewise.
5042 (alphabsd-tdep.o): New dependency list.
5043 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5044 (fill_gregset): Use alphabsd_fill_reg.
5045 (supply_fpregset): Use alphabsd_supply_fpreg.
5046 (fill_fpregset): Use alphabsd_fill_fpreg.
5047 (fetch_inferior_registers): Use struct reg and struct fpreg
5048 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5049 and alphabsd_supply_fpreg.
5050 (store_inferior_registers): Use struct reg and struct fpreg
5051 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5052 and alphabsd_fill_fpreg.
5053 * alphabsd-tdep.c: New file.
5054 * alphabsd-tdep.h: New file.
5055 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5056 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5057 alphabsd_supply_fpreg.
5058 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5059 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5060
5061 2002-05-11 Eric Christopher <echristo@redhat.com>
5062
5063 * mips-tdep.c (mips_double_register_type): Fix thinko.
5064 (mips_single_register_type): Ditto.
5065 * MAINTAINERS: Add self.
5066
5067 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5068
5069 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5070 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5071 right thing on architectures with different endianness and/or
5072 integer sizes.
5073
5074 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5075
5076 From Christian Limpach <chris@Pin.LU>
5077 * configure.in: Change sed expression which comments out
5078 NATDEPFILES to also comment out continuation lines.
5079 * configure: Regenerate.
5080
5081 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5082
5083 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5084 big patch.
5085
5086 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5087
5088 * sh-tdep.c: Include correct file.
5089
5090 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5091
5092 New support for sh64-elf (sh5) target.
5093
5094 * configure.tgt: For sh64-elf target, default to sh-elf.
5095
5096 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5097 (struct gdbarch_tdep): Add new fields for new registers and ABI
5098 info.
5099
5100 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5101 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5102 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5103 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5104 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5105 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5106 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5107 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5108 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5109 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5110 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5111 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5112 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5113 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5114 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5115 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5116 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5117 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5118 sign_extend, sh64_nofp_frame_init_saved_regs,
5119 sh64_init_extra_frame_info, sh64_get_saved_register,
5120 sh64_extract_struct_value_address, sh64_pop_frame,
5121 sh64_push_arguments, sh64_extract_return_value,
5122 sh64_store_return_value, sh64_show_media_regs,
5123 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5124 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5125 sh_sh64_register_virtual_type,
5126 sh_sh64_register_convert_to_virtual,
5127 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5128 sh64_register_read, sh64_pseudo_register_write,
5129 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5130 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5131 sh64_do_pseudo_register, sh_compact_do_registers_info,
5132 sh64_do_registers_info, sh_gdbarch_init): New functions.
5133
5134 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5135
5136 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5137
5138 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5139
5140 * linespec.c (decode_line_1): Check for a double quote after
5141 a filename correctly.
5142
5143 2002-05-10 Jim Blandy <jimb@redhat.com>
5144
5145 Properly track the size of the current objfile's .debug_line section.
5146 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5147 (DWARF_LINE_SIZE): New macro.
5148 (dwarf2_build_psymtabs_hard): Record the line section's size in
5149 the partial symbol table.
5150 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5151 symbol table.
5152
5153 2002-05-10 Petr Sorfa <petrs@caldera.com>
5154
5155 * ia64-tdep.c: Handle breakpoints on L instruction type
5156 in MLX instruction bundle by moving the breakpoint to
5157 the third slot (X instruction type) as L holds only data.
5158
5159 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5160
5161 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5162 (process_one_symbol): Complain about discarding local symbols
5163 due to a misplaced N_LBRAC entry.
5164
5165 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5166
5167 From Daniel Berlin <dan@cgsoftware.com>
5168 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5169 decrease the depth we are at, in the case of templates.
5170
5171 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5172
5173 * mips-tdep.c (mips_float_register_type): New function.
5174 (mips_double_register_type): New function.
5175 (mips_print_register): Use them.
5176 (do_fp_register_row): Likewise.
5177
5178 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5179
5180 * signals/signals.c (signals): Remove conditional compilation around
5181 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5182 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5183
5184 2002-05-09 Michael Snyder <msnyder@redhat.com>
5185
5186 * remote-rdp.c (remote_rdp_can_run): Remove.
5187
5188 2002-05-09 Tom Tromey <tromey@redhat.com>
5189
5190 * jv-valprint.c (java_val_print): Handle `char' as a special case
5191 of TYPE_CODE_INT.
5192
5193 2002-05-09 Michael Snyder <msnyder@redhat.com>
5194
5195 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5196 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5197 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5198 str r(0123),[sp,#nn].
5199 (arm_skip_prologue): Ditto. Also make disassembly
5200 order-independent by placing it in a loop.
5201
5202 2002-05-06 Michael Snyder <msnyder@redhat.com>
5203
5204 * stabsread.c (read_type): Add recognition for new attribute:
5205 "@V;" means that an array type is actually a vector.
5206 This is analogous to the vector flag that's been added to dwarf2.
5207
5208 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5209
5210 * i386-tdep.h (i386_abi): New enum.
5211 (struct gdbarch_tdep): Replace os_ident member with abi.
5212 (i386_gdbarch_register_os_abi): New prototype.
5213 * i386-tdep.c (i386_abi_names): New array.
5214 (process_note_abi_tag_sections): Removed.
5215 (process_note_sections): New function.
5216 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5217 (struct i386_abi_handler): New struct.
5218 (i386_abi_handler_list): New variable.
5219 (i386_gdbarch_register_os_abi): New function.
5220 (i386_gdbarch_init): Adapt for the changes given above.
5221
5222 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5223
5224 * gregset.h: Say "GNU/Linux".
5225
5226 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5227
5228 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5229 (build_gdbtypes): Build builtin_type_v2_float.
5230 (_initialize_gdbtypes): Register new builtin type.
5231
5232 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5233
5234 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5235 (clear_gdbarch_swap): New function.
5236 (initialize_non_multiarch): Call.
5237 (gdbarch_update_p): Before calling init(), swap out and clear the
5238 existing architecture.
5239 * gdbarch.c: Regenerate.
5240
5241 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5242
5243 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5244 alphanbsd-tdep.c.
5245
5246 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5247
5248 * sh-nbsd-nat.c: Rename to...
5249 * shnbsd-nat.c: ...this.
5250 * sh-nbsd-tdep.c: Rename to...
5251 * shnbsd-tdep.c: ...this.
5252 * sh-nbsd-tdep.h: Rename to...
5253 * shnbsd-tdep.h: ...this.
5254 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5255 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5256
5257 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5258
5259 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5260 concatenation for command help messages.
5261
5262 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5263
5264 * NEWS: Note new sh*-*-netbsdelf* configuration.
5265 * configure.host: Set gdb_host_cpu to sh for all sh*.
5266 (sh*-*-netbsdelf*): New host.
5267 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5268 (sh*-*-netbsdelf*): New target.
5269 * sh-nbsd-nat.c: New file.
5270 * sh-nbsd-tdep.c: New file.
5271 * sh-nbsd-tdep.h: New file.
5272 * config/sh/nbsd.mh: New file.
5273 * config/sh/nbsd.mt: New file.
5274 * config/sh/nm-nbsd.h: New file.
5275 * config/sh/tm-nbsd.h: New file.
5276
5277 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5278
5279 * sh-tdep.c (sh_osabi_names): Declare.
5280 (process_note_abi_tag_sections): New function.
5281 (get_elfosabi): Ditto.
5282 (sh_gdbarch_register_os_abi): Ditto.
5283 (sh_dump_tdep): Ditto.
5284 _initialize_sh_tdep): Use gdbarch_register to register
5285 sh_gdbarch_init and sh_dump_tdep.
5286 * config/sh/tm-sh.h (sh_osabi): Declare.
5287 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5288
5289 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5290
5291 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5292 (thumb_scan_prologue): Ditto.
5293 (arm_find_callers_reg): Ditto.
5294 (arm_frame_chain): Ditto.
5295 (arm_init_extra_frame_info): Ditto.
5296 (arm_frame_saved_pc): Ditto.
5297 (arm_pop_frame): Ditto.
5298 (arm_push_return_address): New function.
5299 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5300 call_dummy_location, call_dummy_breakpoint_offset_p,
5301 call_dummy_breakpoint_offset, call_dummy_p,
5302 call_dummy_stack_adjust_p, call_dummy_words,
5303 sizeof_call_dummy_words, call_dummy_start_offset,
5304 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5305 call_dummy_address, push_return_address and push_dummy_frame for
5306 generic dummy frames.
5307
5308 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5309
5310 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5311 size computation for alloca.
5312 (sh_fp_frame_init_saved_regs): Likewise.
5313
5314 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5315
5316 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5317 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5318 * arm-tdep.c (arm_store_return_value): Use them.
5319 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5320 * remote-rdp.c (remote_rdp_fetch_register): Use
5321 ARM_MAX_REGISTER_RAW_SIZE.
5322 (remote_rdp_store_register): Likewise.
5323
5324 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5325
5326 * dwarf2cfi.c: Code cleanup, removed unused variables,
5327 added default labels to switch {} statements.
5328 * x86-64-tdep.c: Ditto.
5329 * x86-64-linux-nat.c: Ditto.
5330
5331 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5332
5333 * solib.h: Protect against multiple inclusion.
5334
5335 2002-05-06 Jim Blandy <jimb@redhat.com>
5336
5337 Add first preprocessor macro-expansion files.
5338 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5339 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5340 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5341 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5342 (COMMON_OBS): Add macrotab.o, macroexp.o.
5343 (macroexp.o, macrotab.o): New rules.
5344
5345 Separate the job of reading the line number info statement program
5346 header (...expialidocious) out into its own function.
5347 * dwarf2read.c (struct line_head, struct filenames, struct
5348 directories): Replace with...
5349 (struct line_header): New structure, containing the full
5350 contents of the statement program header, including the
5351 include directory and file name tables.
5352 (read_file_scope): If we have line number info, instead of just
5353 calling dwarf_decode_lines to do all the work, call
5354 dwarf_decode_line_header first to get a `struct line_header'
5355 containing the data in the statement program header, and then
5356 pass that to dwarf_decode_lines, which will pick up where that
5357 left off. Be sure to clean up the `struct line_header' object.
5358 (dwarf_decode_line_header, free_line_header, add_include_dir,
5359 add_file_name): New functions.
5360 (dwarf_decode_lines): Move all the code to read the statement
5361 program header into dwarf_decode_line_header. Take the line
5362 header it built as the first argument, instead of the offset to
5363 the compilation unit's line number info. Use the new `struct
5364 line_header' type instead of the old structures. No need to do
5365 cleanups here now, since we don't allocate anything.
5366 (dwarf2_statement_list_fits_in_line_number_section,
5367 dwarf2_line_header_too_long): New complaints.
5368
5369 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5370
5371 * gdbtypes.c (init_vector_type): New function.
5372 (build_builtin_type_vec128): Simplify the representation of SIMD
5373 registers.
5374 (build_gdbtypes): Initialize new builtin vector types.
5375 (_initialize_gdbtypes): Register new vector types with gdbarch.
5376 (builtin_type_v4_float, builtin_type_v4_int32,
5377 builtin_type_v8_int16, builtin_type_v16_int8,
5378 builtin_type_v2_int32, builtin_type_v4_int16,
5379 builtin_type_v8_int8): New (renamed) SIMD types.
5380
5381 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5382
5383 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5384 (i387_fill_fxsave): Likewise.
5385
5386 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5387
5388 * alpha-tdep.c (alpha_extract_return_value): Don't use
5389 non-constant array size in prototype.
5390
5391 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5392
5393 From Brian Taylor <briant at model dot com>:
5394 * ui-out.c (ui_out_field_core_addr): Use the function
5395 longest_local_hex_string_custom'to format addresses > 32 bits
5396 wide.
5397
5398 * ui-out.c (ui_out_field_core_addr): Update comment.
5399
5400 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5401
5402 * stack.c (select_and_print_frame): Make static. Delete the
5403 parameter `level'.
5404 (func_command): Update call.
5405 (select_frame_command): Delete code computing the frame level.
5406 * frame.h (select_and_print_frame): Delete declaration.
5407
5408 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5409
5410 * sparc-tdep.c (sparc_get_saved_register): Comment why
5411 get_prev_frame call is safe.
5412
5413 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5414
5415 * frame.h (select_frame): Delete level parameter.
5416 * stack.c (select_frame): Update. Use frame_relative_level to
5417 obtain the frame's level.
5418 (select_and_print_frame): Update call.
5419 (select_frame_command): Ditto.
5420 (up_silently_base): Ditto.
5421 (down_silently_base): Ditto.
5422 * ocd.c (ocd_start_remote): Ditto.
5423 * remote-rdp.c (remote_rdp_open): Ditto.
5424 * remote-mips.c (mips_initialize): Ditto.
5425 (common_open): Ditto.
5426 * remote-e7000.c (e7000_start_remote): Ditto.
5427 * m3-nat.c (select_thread): Ditto.
5428 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5429 (child_get_current_exception_event): Ditto.
5430 * varobj.c (varobj_create): Ditto.
5431 (varobj_update): Ditto.
5432 (c_value_of_root): Ditto.
5433 * tracepoint.c (finish_tfind_command): Ditto.
5434 * corelow.c (core_open): Ditto.
5435 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5436 * thread.c (info_threads_command): Ditto.
5437 (switch_to_thread): Ditto.
5438 * infrun.c (normal_stop): Ditto.
5439 (restore_selected_frame): Ditto.
5440 (restore_inferior_status): Ditto.
5441 * breakpoint.c (insert_breakpoints): Ditto.
5442 (watchpoint_check): Ditto.
5443 (bpstat_stop_status): Ditto.
5444 (do_enable_breakpoint): Ditto.
5445 * blockframe.c (flush_cached_frames): Ditto.
5446 (reinit_frame_cache): Ditto.
5447
5448 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5449
5450 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5451 maintainer.
5452
5453 2002-05-04 Jim Blandy <jimb@redhat.com>
5454
5455 * gdbtypes.c (replace_type): Doc fix.
5456
5457 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5458
5459 * valprint.c (strcat_longest): Delete commented out function.
5460 Update copyright.
5461
5462 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5463
5464 * MAINTAINERS: Mark a29k as deleted.
5465 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5466 Move new configurations to the top.
5467 * configure.tgt: Remove a29k.
5468 * config/a29k/tm-vx29k.h: Delete.
5469 * config/a29k/vx29k.mt: Delete.
5470 * config/a29k/tm-a29k.h: Delete.
5471 * config/a29k/a29k-udi.mt: Delete.
5472 * config/a29k/a29k.mt: Delete.
5473 * a29k-tdep.c: Delete.
5474 * remote-udi.c: Delete.
5475 * remote-mm.c: Delete.
5476 * remote-eb.c: Delete.
5477 * remote-adapt.c: Delete.
5478 * Makefile.in: Remove obsolete code.
5479 * gdbserver/Makefile.in: Ditto.
5480 * config/s390/s390x.mt: Ditto.
5481 * config/s390/s390.mt: Ditto.
5482 * config/sparc/sparclynx.mh: Ditto.
5483 * config/sparc/linux.mh: Ditto.
5484 * config/pa/hppaosf.mh: Ditto.
5485 * config/pa/hppabsd.mh: Ditto.
5486 * config/ns32k/nbsd.mt: Ditto.
5487 * config/mips/vr5000.mt: Ditto.
5488 * config/m68k/sun3os4.mh: Ditto.
5489 * config/m68k/nbsd.mt: Ditto.
5490 * config/m68k/m68klynx.mh: Ditto.
5491 * config/m32r/m32r.mt: Ditto.
5492 * config/i386/x86-64linux.mt: Ditto.
5493 * config/i386/nbsdelf.mt: Ditto.
5494 * config/i386/nbsd.mt: Ditto.
5495 * config/i386/i386lynx.mh: Ditto.
5496
5497 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5498
5499 * target.c (debug_print_register): New function. Handle oversize
5500 registers.
5501 (debug_to_fetch_registers): Call.
5502 (debug_to_store_registers): Call.
5503
5504 2002-05-03 Jim Blandy <jimb@redhat.com>
5505
5506 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5507 (read_type): Doc fix.
5508 * gdbtypes.c (replace_type): Doc fix.
5509
5510 * stabsread.c (multiply_defined_struct): New complaint.
5511 (read_struct_type): If the type we were passed isn't empty, or
5512 incomplete, don't read the new struct type into it; complain,
5513 and return the original type unchanged. Take a new `type_code'
5514 argument, which is the type code for the new type.
5515 (read_type): Rather than storing the type's type code here, pass
5516 it as an argument to read_struct_type, and let that take care of
5517 storing it. That way, we don't overwrite the original type code,
5518 so read_struct_type can use it to decide whether we're overwriting
5519 something we shouldn't.
5520 (complain_about_struct_wipeout): New function.
5521
5522 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5523
5524 * gdbarch.sh: Assert that gdbarch is non-NULL.
5525 * gdbarch.c: Regenerate.
5526
5527 2002-05-03 Jason Merrill <jason@redhat.com>
5528
5529 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5530 and return NULL.
5531
5532 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5533
5534 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5535 (x86_64_dwarf2gdb_regno_map_length),
5536 (x86_64_dwarf2_reg_to_regnum): Added.
5537 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5538 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5539 (_initialize_x86_64_tdep): Synced with the change above.
5540 (x86_64_skip_prologue): Reformulated message.
5541
5542 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5543
5544 * f-exp.y: Also use new prev_lexptr variable
5545 to improve error reporting. Based on Michael Snyder
5546 2002-04-24 dated patch to c-exp.y.
5547 * jv-exp.y: Likewise.
5548 * m2-exp.y: Likewise.
5549
5550 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5551
5552 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5553 we are dealing with vectors.
5554
5555 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5556
5557 * config/m68k/tm-nbsd.h: Obvious fix,
5558 correct machine name.
5559
5560 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5561
5562 * p-typeprint.c (pascal_type_print_base): Add support
5563 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5564
5565 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5566
5567 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5568 for fondamental pascal 'char' type.
5569
5570 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5571
5572 * p-lang.h (is_pascal_string_type): Declaration changed,
5573 new sixth argument of type char ** added.
5574 * p-lang.c (is_pascal_string_type): Implementation
5575 changed. Args length_pos, length_size, string_pos, char_size
5576 can now be NULL. New argument arrayname set to the field
5577 name of the char array. Return value set to char array
5578 field index plus one.
5579 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5580 is_pascal_string_type function.
5581
5582 2002-05-02 Andrew Cagney <cagney@redhat.com>
5583
5584 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5585 <cagney@redhat.com> change.
5586 * gdbarch.c: Regenerate.
5587
5588 2002-05-02 Andrew Cagney <cagney@redhat.com>
5589
5590 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5591 before probing for a new one. Detect errorenous gdbarch_init
5592 functions.
5593 * gdbarch.c: Regenerate.
5594
5595 2002-05-01 Andrew Cagney <cagney@redhat.com>
5596
5597 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5598 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5599 * config/v850/tm-v850.h: Ditto. Update copyright.
5600
5601 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5602
5603 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5604 current_gdbarch.
5605
5606 2002-04-30 Michael Snyder <msnyder@redhat.com>
5607
5608 * arm-tdep.c: Whitespace clean-ups.
5609 (arm_skip_prologue): Fix thinko; two lines
5610 should have been removed as part of 4/24 change.
5611
5612 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5613
5614 * rs6000-tdep.c: Added comment describing how fpscr register
5615 numbers were chosen.
5616
5617 2002-04-30 Michael Snyder <msnyder@redhat.com>
5618
5619 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5620
5621 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5622
5623 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5624 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5625 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5626
5627 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5628
5629 From Louis Hamilton <hamilton@redhat.com>:
5630 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5631 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5632 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5633 not bfd-private xcoff data, to determine wordsize.
5634 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5635
5636 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5637
5638 GDB 5.2 released from 5.2 branch.
5639
5640 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5641
5642 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5643 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5644 (x86_64_register_info_table): Added comments with register numbers.
5645
5646 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5647
5648 * rs6000-tdep.c (rs6000_extract_return_value,
5649 rs6000_store_return_value): Handle returning vectors.
5650 (rs6000_gdbarch_init): Use
5651 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5652 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5653 New function.
5654 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5655 vectors.
5656 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5657 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5658
5659 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5660
5661 * hpread.c (hpread_psymtab_to_symtab_1,
5662 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5663 with fprintf_unfiltered (gdb_stderr,...).
5664
5665 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5666
5667 * remote-array.c (printf_monitor, write_monitor,
5668 array_insert_breakpoint, array_remove_breakpoint ):
5669 Replace fprintf (stderr,...
5670 with fprintf_unfiltered (gdb_stderr,....
5671 * remote-es.c: Likewise.
5672 * remote-os9k.c: Likewise.
5673 * remote-st.c: Likewise.
5674
5675 2002-04-28 Andreas Schwab <schwab@suse.de>
5676
5677 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5678 linux-proc.o and gcore.o.
5679
5680 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5681
5682 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5683 code without frame pointers.
5684
5685 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5686
5687 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5688 ON_STACK is needed.
5689
5690 2002-04-26 Ben Elliston <bje@redhat.com>
5691
5692 * target.c (do_xfer_memory): Correct reference to the new option
5693 "trust-readonly-sections".
5694
5695 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5696
5697 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5698 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5699 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5700 vectors.
5701 (read_array_type): Record the fact that this array type is really a
5702 vector (i.e. are passed in by value).
5703
5704 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5705
5706 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5707 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5708 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5709 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5710 * alpha-linux-tdep.c: Include frame.h.
5711 (alpha_linux_sigcontext_addr): New function.
5712 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5713 alpha_linux_sigcontext_addr.
5714 * alpha-osf1-tdep.c: Include gdbcore.h.
5715 (alpha_osf1_sigcontext_addr): New function.
5716 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5717 alpha_osf1_sigcontext_addr.
5718 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5719 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5720
5721 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5722
5723 * stack.c (selected_frame_level):
5724 (select_frame): Do not set selected_frame_level.
5725 * frame.h (selected_frame_level): Delete declaration.
5726
5727 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5728
5729 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5730 convert_from_func_ptr-addr when AIX / PowerOpen.
5731
5732 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5733
5734 * valops.c (hand_function_call): Call
5735 generic_save_call_dummy_addr.
5736 * frame.h (generic_save_call_dummy_addr): Declare.
5737 * blockframe.c (struct dummy_frame): Add fields call_lo and
5738 call_hi.
5739 (generic_find_dummy_frame): Check for PC in range call_lo to
5740 call_hi instead of entry_point_address.
5741 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5742 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5743 (generic_save_call_dummy_addr): New function.
5744
5745 2002-04-24 David S. Miller <davem@redhat.com>
5746
5747 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5748 sparc_skip_prologue.
5749 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5750 information to find prologue when possible.
5751 (sparc_prologue_frameless_p): Call examine_prologue directly.
5752 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5753 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5754 second argument.
5755 (SKIP_PROLOGUE): Likewise.
5756
5757 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5758
5759 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5760 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5761 indicate that the condition it was testing is always true.
5762 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5763 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5764 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5765
5766 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5767
5768 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5769 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5770 tdep->jb_pc and tdep->jb_elt_size.
5771 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5772 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5773 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5774 * alpha-nat.c (get_longjmp_target): Remove.
5775 (JB_ELEMENT_SIZE): Ditto.
5776 (JB_PC): Ditto.
5777 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5778 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5779 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5780 to alpha_get_longjmp_target.
5781 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5782 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5783 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5784
5785 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5786
5787 * README: Update to GDB 5.2.
5788
5789 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5790
5791 * gdbarch.sh (LC_ALL): Set to `c'.
5792
5793 2002-04-25 Theodore A. Roth <troth@verinet.com>
5794
5795 * avr-tdep.c: Ran through gdb_indent.sh.
5796
5797 2002-04-25 Theodore A. Roth <troth@verinet.com>
5798
5799 * MAINTAINERS: Add myself as AVR maintainer.
5800 * NEWS: Note new target avr.
5801
5802 2002-04-25 Theodore A. Roth <troth@verinet.com>
5803
5804 * Makefile.in: Add support for AVR target.
5805 * configure.tgt: Add support for AVR target.
5806 * avr-tdep.c: New file
5807 * config/avr/avr.mt: New file.
5808
5809 2002-04-25 Theodore A. Roth <troth@verinet.com>
5810
5811 * MAINTAINERS: Add myself to write-after-approval.
5812
5813 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5814
5815 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5816 with fprintf_unfiltered (gdb_stderr,....
5817
5818 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5819
5820 Fix PR gdb/508.
5821 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5822
5823 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5824
5825 * p-exp.y: Also use new prev_lexptr variable
5826 to improve error reporting. Based on Michael Snyder
5827 2002-04-24 dated patch to c-exp.y.
5828
5829 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5830
5831 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5832 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5833 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5834 to 0.
5835 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5836 and struct value.
5837 (FUNCTION_START_OFFSET): Remove.
5838 (BREAKPOINT): Ditto.
5839
5840 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5841
5842 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5843 * NEWS: Ditto.
5844
5845 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5846
5847 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5848 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5849 alpha_linux_pc_in_sigtramp.
5850 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5851 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5852 alpha_osf1_pc_in_sigtramp.
5853 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5854 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5855 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5856 alphafbsd_pc_in_sigtramp.
5857 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5858 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5859 alphanbsd_pc_in_sigtramp.
5860 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5861 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5862
5863 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5864
5865 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5866
5867 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5868
5869 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5870 alphanbsd-tdep.c.
5871 (alphanbsd-nat.o): New dependency list.
5872 (alphanbsd-tdep.o): Ditto.
5873 * NEWS: Note new native NetBSD/alpha configuration.
5874 * alphanbsd-nat.c: New file.
5875 * alphanbsd-tdep.c: Ditto.
5876 * configure.host (alpha*-*-netbsd*): New host.
5877 * configure.tgt (alpha*-*-netbsd*): New target.
5878 * config/alpha/nbsd.mh: New file.
5879 * config/alpha/nbsd.mt: Ditto.
5880 * config/alpha/nm-nbsd.h: Ditto.
5881 * config/alpha/tm-nbsd.h: Ditto.
5882
5883 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5884
5885 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5886 (alpha-osf1-tdep.o): New dependency list.
5887 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5888 and skip_sigtramp_frame members.
5889 * alpha-linux-tdep.c: Include gdbcore.h.
5890 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5891 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5892 * alpha-osf1-tdep.c: New file.
5893 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5894 alpha-osf1-dep.c.
5895 (alpha_frame_past_sigtramp_frame): New function.
5896 (alpha_dynamic_sigtramp_offset): Ditto.
5897 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5898 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5899 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5900 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5901 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5902 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5903 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5904 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5905 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5906 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5907 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5908 to find_solib_trampoline_target.
5909 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5910 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5911 (SKIP_TRAMPOLINE_CODE): Remove.
5912 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5913 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5914 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5915 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5916 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5917 (PROC_SIGTRAMP_MAGIC): Ditto.
5918 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5919 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5920 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5921 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5922 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5923
5924 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5925
5926 * NEWS: Note that Alpha targets are now multi-arch.
5927
5928 2002-04-24 Michael Snyder <msnyder@redhat.com>
5929
5930 * parser-defs.h (prev_lexptr): New external variable.
5931 * parse.c (parse_exp_1): Set prev_lexptr to null before
5932 calling the language-specific parser.
5933 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5934 (yyerror): Use prev_lexptr in error reporting.
5935
5936 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
5937
5938 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5939 * gregset.h: If FILL_FPXREGSET is defined, provide
5940 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5941 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5942 is defined, call fill_fpxregset.
5943
5944 2002-04-24 Roland McGrath <roland@frob.com>
5945
5946 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5947 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5948 (supply_gregset, supply_fpregset): New functions.
5949
5950 * gnu-nat.c (gnu_find_memory_regions): New function.
5951 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5952 (gnu_xfer_memory): Add a cast.
5953
5954 2002-04-24 Michael Snyder <msnyder@redhat.com>
5955
5956 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
5957 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5958 of argument regs ("str r(0123), [r11, #-nn"]).
5959 (arm_skip_prologue): Better handling for frameless functions.
5960 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5961 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5962
5963 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
5964
5965 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5966 NUM_PSEUDO_REGS can be used.
5967
5968 2002-04-24 Andrew Cagney <ac131313@redhat.com>
5969
5970 * arch-utils.h: Update copyright.
5971
5972 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5973 * gdbarch.h, gdbarch.c: Re-generate.
5974
5975 * inferior.h (IN_SIGTRAMP): Delete definition.
5976 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5977 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5978
5979 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5980 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5981 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5982 (find_proc_framesize): Ditto.
5983 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5984 (alpha_init_extra_frame_info): Ditto.
5985 * infrun.c (handle_inferior_event): Ditto.
5986 (handle_inferior_event): Ditto.
5987 (check_sigtramp2): Ditto.
5988 * blockframe.c (create_new_frame): Ditto.
5989 (get_prev_frame): Ditto.
5990 * ppc-linux-tdep.c: Update comments.
5991 * i386-linux-tdep.c: Update comments.
5992 * breakpoint.c (bpstat_what): Update comment.
5993
5994 2002-04-24 Michal Ludvig <mludvig@suse.cz>
5995
5996 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
5997 (regsets_store_inferior_registers): Removed cast to int from
5998 ptrace() calls.
5999 * gdbserver/regcache.h: Added declaration of struct inferior_info.
6000
6001 2002-04-24 David S. Miller <davem@redhat.com>
6002
6003 * i960-tdep.c (register_in_window_p): New function.
6004 (i960_find_saved_register): Use it instead of
6005 REGISTER_IN_WINDOW_P.
6006 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6007
6008 * symtab.h (find_stab_function_addr): Kill extern.
6009 * minsyms.c (find_stab_function_addr): Remove from here...
6010 * dbxread.c: ... to here, and mark it static.
6011
6012 2002-04-20 David S. Miller <davem@redhat.com>
6013
6014 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6015 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6016
6017 2002-04-21 David S. Miller <davem@redhat.com>
6018
6019 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6020 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6021 (vx_write_register): Likewise.
6022
6023 2002-04-23 J. Brobecker <brobecker@gnat.com>
6024
6025 * source.c (is_regular_file): New function.
6026 (openp): Check wether file to open is a regular file
6027 to avoid opening directories.
6028
6029 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6030
6031 * findvar.c (extract_signed_integer): Cast printf argument
6032 to suppress format warning.
6033 (extract_unsigned_integer): Likewise.
6034 * infcmd.c (registers_info): Likewise.
6035 * top.c (get_prompt_1): Likewise.
6036 * valops.c (value_assign): Likewise.
6037 * valprint.c (print_decimal): Likewise.
6038
6039 2002-04-22 H.J. Lu (hjl@gnu.org)
6040
6041 * c-exp.y (typebase): Support
6042
6043 [long|long long|short] [signed|unsigned] [int|]
6044
6045 and
6046
6047 signed [long|long long|short] int
6048
6049 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6050
6051 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6052 and vax-tdep.h.
6053 * vax-tdep.h: New file.
6054 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6055 Make several routines static.
6056 (vax_get_saved_register): New function.
6057 (vax_gdbarch_init): New function.
6058 (_initialize_vax_tdep): Register vax_gdbarch_init.
6059 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6060 Remove macros now under the control of gdbarch.
6061
6062 2002-04-22 Michael Snyder <msnyder@redhat.com>
6063
6064 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6065 Some whitespace and coding standards tweaks.
6066
6067 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6068
6069 * vax-tdep.c: Include regcache.h.
6070 (vax_call_dummy_words): New.
6071 (sizeof_vax_call_dummy_words): New.
6072 (vax_fix_call_dummy): New function.
6073 (vax_saved_pc_after_call): Ditto.
6074 * config/vax/tm-vax.h: Don't include regcache.h.
6075 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6076 (CALL_DUMMY): Remove.
6077 (CALL_DUMMY_WORDS): Define.
6078 (SIZEOF_CALL_DUMMY_WORDS): Define.
6079 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6080
6081 2002-04-18 Michael Snyder <msnyder@redhat.com>
6082
6083 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6084
6085 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6086
6087 * vax-tdep.c (vax_frame_chain): New function.
6088 (vax_push_dummy_frame): Ditto.
6089 (vax_pop_frame): Ditto.
6090 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6091 (FRAMELESS_FUNCTION_INVOCATION): Use
6092 generic_frameless_function_invocation_not.
6093 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6094 (POP_FRAME): Use vax_pop_frame.
6095
6096 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6097
6098 * vax-tdep.c (vax_store_struct_return): New function.
6099 (vax_extract_return_value): Ditto.
6100 (vax_store_return_value): Ditto.
6101 (vax_extract_struct_value_address): Ditto.
6102 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6103 vax_store_struct_return.
6104 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6105 (STORE_RETURN_VALUE): Use vax_store_return_value.
6106 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6107
6108 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6109
6110 * vax-tdep.c (vax_frame_saved_pc): New function.
6111 (vax_frame_args_address_correct): Ditto.
6112 (vax_frame_args_address): Ditto.
6113 (vax_frame_locals_address): Ditto.
6114 (vax_frame_num_args): Move code to be in proximity to
6115 other frame-related functions.
6116 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6117 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6118 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6119 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6120 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6121
6122 2002-04-22 H.J. Lu (hjl@gnu.org)
6123
6124 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6125 includedir.
6126
6127 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6128
6129 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6130 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6131 (FRAME_INIT_SAVED_REGS): New macro.
6132
6133 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6134
6135 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6136
6137 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6138
6139 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6140 where needed.
6141 (fetch_osf_core_registers): Likewise.
6142 (supply_gregset): Likewise.
6143
6144 2002-04-22 J. Brobecker <brobecker@gnat.com>
6145
6146 * symfile.h (get_section_index): Define.
6147 * symfile.c (get_section_index): New function.
6148 * mdebugread.c (SC_IS_SBSS): New macro.
6149 (SC_IS_BSS): Return true for the scBss storage class only, as
6150 the scSBss storage class refers to the .sbss section.
6151 (parse_partial_symbols): Discard the symbols which associated
6152 section does not exist.
6153 Make sure to use the .sbss section index for symbols which
6154 storage class is scBss, rather than using the .bss section index.
6155
6156 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6157
6158 * vax-tdep.c: Update copyright years.
6159 (vax_register_name): New function.
6160 (vax_register_byte): Ditto.
6161 (vax_register_raw_size): Ditto.
6162 (vax_register_virtual_size): Ditto.
6163 (vax_register_virtual_type): Ditto.
6164 * config/vax/tm-vax.h: Update copyright years.
6165 (REGISTER_NAMES): Remove.
6166 (REGISTER_NAME): Define.
6167 (REGISTER_BYTE): Use vax_register_byte.
6168 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6169 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6170 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6171
6172 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6173
6174 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6175 declaration
6176 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6177
6178 2002-04-21 David S. Miller <davem@redhat.com>
6179
6180 * arch-utils.c (generic_prologue_frameless_p): Kill
6181 SKIP_PROLOGUE_FRAMELESS_P code.
6182 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6183 references.
6184 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6185 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6186 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6187 references.
6188 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6189 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6190 (sparc_gdbarch_init): Pass it to
6191 set_gdbarch_prologue_frameless_p.
6192
6193 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6194
6195 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6196 (alphabsd-nat.o): New dependency list.
6197
6198 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6199
6200 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6201 alphafbsd-tdep.c.
6202 (alpha-linux-tdep.o): New dependency list.
6203 (alphafbsd-tdep.o): Likewise.
6204
6205 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6206
6207 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6208 to here...
6209 * alpha-tdep.c: ...from here.
6210 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6211
6212 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6213
6214 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6215 prototype from here...
6216 * alpha-tdep.h: ...to here.
6217
6218 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6219
6220 * frame.h (selected_frame_level): Document as deprecated.
6221 (frame_relative_level): Declare.
6222 * stack.c (frame_relative_level): New function.
6223 (selected_frame_level): Document as deprecated.
6224 (select_frame): Do not set the selected_frame_level.
6225
6226 * stack.c (frame_info, record_selected_frame): Update.
6227 (frame_command, current_frame_command): Update.
6228 (up_silently_base, up_command, down_silently_base): Update.
6229 (down_command): Update.
6230 * inflow.c (kill_command): Update.
6231 * tracepoint.c (finish_tfind_command): Update.
6232 * corelow.c (core_open): Update.
6233 * thread.c (info_threads_command): Update.
6234 (do_captured_thread_select): Update.
6235 * infcmd.c (finish_command): Update.
6236 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6237
6238 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6239
6240 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6241
6242 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6243
6244 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6245 type const.
6246
6247 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6248
6249 * alphafbsd-tdep.c: Update copyright years. Include
6250 alpha-tdep.h.
6251 (alphafbsd_use_struct_convention): Make static.
6252 (alphafbsd_init_abi): New function.
6253 (_initialize_alphafbsd_tdep): New function.
6254 * config/alpha/tm-fbsd.h: Update copyright years.
6255 (USE_STRUCT_CONVENTION): Remove.
6256
6257 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6258
6259 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6260 an Alpha ABI variant.
6261 (alpha_abi_handler_list): Declare.
6262 (alpha_gdbarch_register_os_abi): New function.
6263 (alpha_gdbarch_init): Give registered ABI variant handlers a
6264 chance to tweak the gdbarch once we have set up defaults.
6265 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6266
6267 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6268
6269 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6270 to standard_coerce_float_to_double.
6271 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6272
6273 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6274
6275 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6276 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6277 from gdbarch_tdep rather than a constant.
6278 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6279 the default text address for all Alpha Unix ABIs.
6280 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6281 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6282
6283 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6284
6285 * alpha-tdep.h: New file. Includes several Alpha target constants
6286 taken from...
6287 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6288 let gdbarch deal with.
6289 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6290 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6291 to dependency list.
6292 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6293 Alpha target register names.
6294 * alphabsd-nat.c: Likewise.
6295 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6296 Alpha target register names. Make serveral routines static.
6297 (alpha_get_saved_register): New function.
6298 (alpha_abi_names): New.
6299 (process_note_abi_tag_sections): New function.
6300 (get_elfosabi): New function.
6301 (alpha_gdbarch_init): New function.
6302 (alpha_dump_tdep): New function.
6303 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6304
6305 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6306
6307 * frame.c (find_saved_register): Delete #ifdef
6308 HAVE_REGISTER_WINDOWS code.
6309 * config/sparc/tm-sparc.h: Update comments.
6310 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6311
6312 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6313
6314 * i960-tdep.c (i960_find_saved_register): New function.
6315 (i960_get_saved_register): New function.
6316 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6317 (i960_get_saved_register): Declare.
6318 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6319
6320 2002-04-20 David S. Miller <davem@redhat.com>
6321
6322 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6323
6324 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6325
6326 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6327 instead of NUM_PSEUDO_REGS.
6328
6329 2002-04-20 David S. Miller <davem@redhat.com>
6330
6331 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6332 GDB_MULTI_ARCH_PARTIAL
6333 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6334 define, let tm-sp64.h do it.
6335
6336 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6337
6338 * frame.c (find_saved_register): Avoid a NULL pointer
6339 dereference and actually walk the frame list.
6340
6341 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6342
6343 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6344 sorted in most most-recent-used order. Document.
6345 * gdbarch.h, gdbarch.c: Regenerate.
6346
6347 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6348
6349 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6350 (add_inferior): Call create_register_cache.
6351 (clear_inferiors): Call free_register_cache.
6352 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6353 * gdbserver/regcache.c (struct inferior_regcache_data): New.
6354 (registers): Remove.
6355 (get_regcache): New function.
6356 (create_register_cache, free_register_cache): New functions.
6357 (set_register_cache): Don't initialize the register cache here.
6358 (registers_to_string, registers_from_string, register_data): Call
6359 get_regcache.
6360 * gdbserver/regcache.h: Add prototypes.
6361 * gdbserver/server.h: Likewise.
6362
6363 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6364
6365 * gdbserver/mem-break.c: New file.
6366 * gdbserver/mem-break.h: New file.
6367 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6368 dependencies.
6369 * gdbserver/inferiors.c (struct inferior_info): Add target_data
6370 member.
6371 (clear_inferiors): Free target_data member if set.
6372 (inferior_target_data, set_inferior_target_data): New functions.
6373 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6374 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6375 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6376 (struct inferior_linux_data): New.
6377 (linux_create_inferior): Use set_inferior_target_data.
6378 (linux_attach): Likewise. Call add_inferior.
6379 (linux_wait_for_one_inferior): New function.
6380 (linux_wait): Call it.
6381 (linux_write_memory): Add const.
6382 (initialize_low): Call set_breakpoint_data.
6383 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6384 handling members.
6385 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6386 call.
6387 * gdbserver/server.h: Include mem-break.h. Update inferior.c
6388 prototypes.
6389 * gdbserver/target.c (read_inferior_memory)
6390 (write_inferior_memory): New functions.
6391 * gdbserver/target.h (read_inferior_memory)
6392 (write_inferior_memory): Change macros to prototypes.
6393 (struct target_ops): Update comments. Add const to write_memory
6394 definition.
6395
6396 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6397
6398 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6399 instead of ->prev.
6400 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6401 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6402 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6403 instead of ->prev.
6404
6405 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6406
6407 Fix PR gdb/471.
6408 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6409 (build_builtin_type_vec128): Ditto.
6410 (append_composite_type_field): Fix calculation of type length in
6411 union case.
6412
6413 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6414
6415 * config/djgpp/README: Update.
6416
6417 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6418 compiler warnings.
6419
6420 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6421
6422 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6423 (alpha_setup_arbitrary_frame): ...to this.
6424 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6425 for alpha_setup_arbitrary_frame.
6426
6427 2002-04-18 Andrew Cagney <cagney@redhat.com>
6428
6429 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6430 * gdbarch.h, gdbarch.c: Regenerate.
6431
6432 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6433 * target.h (memory_breakpoint_from_pc): Update declaration.
6434 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6435
6436 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6437 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6438 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6439 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6440 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6441 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6442 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6443 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6444 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6445 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6446 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6447 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6448
6449 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6450 const pointer.
6451 * monitor.c (monitor_insert_breakpoint): Ditto.
6452 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6453
6454 * config/mcore/tm-mcore.h: Update copyright.
6455 * mem-break.c: Ditto.
6456 * xstormy16-tdep.c: Ditto.
6457
6458 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6459
6460 * p-exp.y: Add precedence rule for '^' token.
6461 This removes the shift/reduce conflicts.
6462 Remove the comment concerning these shift/reduce conflicts.
6463
6464 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6465
6466 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6467 (registers_powerpc_nofp): New register set for processors
6468 without floating point unit.
6469
6470 2002-04-18 David S. Miller <davem@redhat.com>
6471
6472 * MAINTAINERS: Add myself to write-after-approval.
6473
6474 2002-04-17 Michael Snyder <msnyder@redhat.com>
6475
6476 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6477
6478 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6479
6480 * rs6000-tdep.c (frame_initial_stack_address): Use
6481 frame_register_read to read the alloca_reg.
6482
6483 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6484
6485 * frame.c (find_saved_register): Find saved registers in the next
6486 not prev frame.
6487 Fix PR gdb/365.
6488
6489 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6490
6491 * gdbarch.sh (LANG): Set to ``c''.
6492
6493 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6494
6495 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6496
6497 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6498
6499 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6500 Update copyright.
6501
6502 * hpread.c (hpread_get_lntt): Add declaration.
6503 Also fix PR gdb/391.
6504
6505 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6506
6507 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6508 * aclocal.m4, configure: Re-generate.
6509 Fix PR gdb/391.
6510
6511 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6512
6513 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6514 instead of tm_print_insn.
6515
6516 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6517
6518 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6519
6520 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6521
6522 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6523 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6524 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6525
6526 2002-04-12 Don Howard <dhoward@redhat.com>
6527
6528 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6529 max_user_call_depth.
6530 (init_cmd_lists): Initialize the new value;
6531 * cli/cli-script.c (execute_user_command): Limit the call depth of
6532 user defined commands. This avoids a core-dump when user commands
6533 are infinitly recursive.
6534
6535 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6536
6537 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6538 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6539 from tdep struct instead of DEFAULT_LR_SAVE.
6540 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6541 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6542 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6543
6544 2002-04-12 Michael Snyder <msnyder@redhat.com>
6545
6546 * Remote.c: Spelling fix.
6547 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6548 If no symbol found for "sbrk", try "_sbrk".
6549 (make_output_phdrs): Use bfd_section_name.
6550 (gcore_copy_callback): Use bfd_section_name.
6551 * eval.c: Indentation fix-ups.
6552 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6553 in case it gets applied to an address that is already
6554 in the instruction space.
6555 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6556 * symfile.c: Fix indentation, long lines.
6557 * source.c: White space fix-up.
6558
6559 2002-04-12 Andrew Cagney <cagney@redhat.com>
6560
6561 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6562 * frame.c (frame_register_read): New function. Return non-zero on
6563 success.
6564 (read_relative_register_raw_bytes_for_frame): Delete.
6565 (read_relative_register_raw_bytes): Delete.
6566 * frame.h (frame_register_read): Declare.
6567 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6568 * sh-tdep.c: Ditto.
6569 * infcmd.c (do_registers_info): Ditto.
6570 * hppa-tdep.c: Ditto.
6571 * rs6000-tdep.c: Ditto.
6572 * h8500-tdep.c: Ditto.
6573 * mips-tdep.c: Ditto.
6574 * h8300-tdep.c: Ditto.
6575 * z8k-tdep.c: Ditto.
6576
6577 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6578
6579 From Jimi X <jimix@watson.ibm.com>:
6580 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6581 64-bit SysV ABI.
6582
6583 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6584
6585 From Jimi X <jimix@watson.ibm.com>:
6586 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6587 bfd info.
6588
6589 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6590
6591 From Jimi X <jimix@watson.ibm.com>:
6592 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6593 register sets for these processor variants.
6594
6595 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6596
6597 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6598 registers which are allowed to fail to store.
6599 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6600 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6601 (ppc_cannot_store_register): FPSCR may not be storable.
6602 * regformats/reg-ppc.dat: Support FPSCR.
6603
6604 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6605
6606 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6607 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6608 Add fpscr as an invalid/unfetchable register.
6609 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6610 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6611 (fill_fpregset): Add support for register fpscr.
6612 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6613 (fill_gregset): Account for the fact that register ``mq'' might
6614 not exist.
6615 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6616 (registers_power): Add fpscr to register set at slot 71.
6617 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6618 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6619
6620 2002-04-11 Michael Snyder <msnyder@redhat.com>
6621
6622 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6623 * configure: Regenerate.
6624 * config.in: Regenerate.
6625 * acconfig.h: Add define for _SYSCALL32.
6626 * core-sol2.c: Remove #define _SYSCALL32.
6627 * solib-legacy.c: Remove #define _SYSCALL32.
6628
6629 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6630
6631 * stack.c (select_frame): Cleanup internal error message, do not
6632 use %p.
6633
6634 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6635
6636 * stack.c (select_frame): Check that selected_frame and the
6637 specified level are as expected.
6638 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6639 Update copyright.
6640 * frame.h (struct frame_info): Add field `level'. Update
6641 copyright.
6642 Work-in-progress PR gdb/464.
6643
6644 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6645
6646 * maint.c (maint_print_section_info): Rename print_section_info.
6647 (print_bfd_section_info, print_objfile_section_info): Update.
6648 * inferior.h (struct gdbarch): Add opaque declaration.
6649 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6650 * gdbarch.h: Regenerate.
6651
6652 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6653
6654 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6655 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6656 (kernel_u_size): Added.
6657 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6658 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6659
6660 2002-04-04 Jim Ingham <jingham@apple.com>
6661
6662 * valarith.c (find_size_for_pointer_math): New function, either returns
6663 the size for a pointer's target, returns 1 for void *, or errors for
6664 incomplete types.
6665 (value_add, value_sub): use find_size_for_pointer_math.
6666
6667 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6668
6669 * linux-low.c (linux_look_up_symbols): New hook.
6670 (linux_target_ops): Add linux_look_up_symbols.
6671 * remote-utils.c (decode_address): New function.
6672 (look_up_one_symbol): New function.
6673 * server.c (handle_query): Call target look_up_symbols hook.
6674 * server.h (look_up_one_symbol): Add prototype.
6675 * target.h (struct target_ops): Add look_up_symbols hook.
6676
6677 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6678
6679 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6680 * ChangeLog: Correct paths in last ChangeLog entry.
6681
6682 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6683
6684 * gdbserver/linux-low.h: Remove obsolete prototypes.
6685 (struct linux_target_ops): New.
6686 (extern the_low_target): New.
6687 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6688 (register_addr): Use the_low_target explicitly.
6689 (fetch_register): Likewise.
6690 (usr_fetch_inferior_registers): Likewise.
6691 (usr_store_inferior_registers): Likewise.
6692 * gdbserver/linux-arm-low.c (num_regs): Remove.
6693 (arm_num_regs): Define.
6694 (arm_regmap): Renamed from regmap, made static.
6695 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6696 made static.
6697 (arm_cannot_store_register): Renamed from cannot_store_register,
6698 made static.
6699 (the_low_target): New.
6700 * gdbserver/linux-i386-low.c (num_regs): Remove.
6701 (i386_num_regs): Define.
6702 (i386_regmap): Renamed from regmap, made static.
6703 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6704 made static.
6705 (i386_cannot_store_register): Renamed from cannot_store_register,
6706 made static.
6707 (the_low_target): New.
6708 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6709 (ia64_num_regs): Define.
6710 (ia64_regmap): Renamed from regmap, made static.
6711 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6712 made static.
6713 (ia64_cannot_store_register): Renamed from cannot_store_register,
6714 made static.
6715 (the_low_target): New.
6716 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6717 (m68k_num_regs): Define.
6718 (m68k_regmap): Renamed from regmap, made static.
6719 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6720 made static.
6721 (m68k_cannot_store_register): Renamed from cannot_store_register,
6722 made static.
6723 (the_low_target): New.
6724 * gdbserver/linux-mips-low.c (num_regs): Remove.
6725 (mips_num_regs): Define.
6726 (mips_regmap): Renamed from regmap, made static.
6727 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6728 made static.
6729 (mips_cannot_store_register): Renamed from cannot_store_register,
6730 made static.
6731 (the_low_target): New.
6732 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6733 (ppc_num_regs): Define.
6734 (ppc_regmap): Renamed from regmap, made static.
6735 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6736 made static.
6737 (ppc_cannot_store_register): Renamed from cannot_store_register,
6738 made static.
6739 (the_low_target): New.
6740 * gdbserver/linux-s390-low.c (num_regs): Remove.
6741 (s390_num_regs): Define.
6742 (s390_regmap): Renamed from regmap, made static.
6743 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6744 made static.
6745 (s390_cannot_store_register): Renamed from cannot_store_register,
6746 made static.
6747 (the_low_target): New.
6748 * gdbserver/linux-sh-low.c (num_regs): Remove.
6749 (sh_num_regs): Define.
6750 (sh_regmap): Renamed from regmap, made static.
6751 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6752 made static.
6753 (sh_cannot_store_register): Renamed from cannot_store_register,
6754 made static.
6755 (the_low_target): New.
6756 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6757 (the_low_target): New.
6758
6759 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6760
6761 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6762 override FP_REGNUM with frame->fp. Update copyright.
6763 * parse.c (num_std_regs, std_regs): Delete.
6764 (target_map_name_to_register): Do not search std_regs. Update
6765 function description.
6766 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6767 declarations. Update copyright.
6768 Fix PR gdb/251.
6769
6770 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6771
6772 * gdbserver/Makefile.in: Add stamp-h target.
6773 * gdbserver/configure.in: Create stamp-h.
6774 * gdbserver/configure: Regenerated.
6775
6776 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6777
6778 * gdbserver/inferiors.c: New file.
6779 * gdbserver/target.c: New file.
6780 * gdbserver/target.h: New file.
6781 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6782 dependencies.
6783 * gdbserver/linux-low.c (inferior_pid): New static variable,
6784 moved from server.c.
6785 (linux_create_inferior): Renamed from create_inferior.
6786 Call add_inferior. Return 0 on success instead of a PID.
6787 (linux_attach): Renamed from myattach.
6788 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6789 (linux_thread_alive): Renamed from mythread_alive.
6790 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6791 child dies.
6792 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6793 (regsets_store_inferior_registers): Correct error message.
6794 Add missing ``return 0''.
6795 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6796 (linux_store_registers): Renamed from store_inferior_registers.
6797 (linux_read_memory): Renamed from read_inferior_memory.
6798 (linux_write_memory): Renamed from write_inferior_memory.
6799 (linux_target_ops): New structure.
6800 (initialize_low): Call set_target_ops ().
6801 * gdbserver/remote-utils.c (unhexify): New function.
6802 (hexify): New function.
6803 (input_interrupt): Send signals to ``signal_pid''.
6804 * gdbserver/server.c (inferior_pid): Remove.
6805 (start_inferior): Update create_inferior call.
6806 (attach_inferior): Call add_inferior.
6807 (handle_query): New function.
6808 (main): Call handle_query for `q' packets.
6809 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6810 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6811
6812 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6813
6814 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6815 dependencies.
6816 * gdbserver/configure.in: Check for <string.h>
6817 * gdbserver/configure: Regenerate.
6818 * gdbserver/config.in: Regenerate.
6819 * gdbserver/gdbreplay.c: Include needed system headers.
6820 (remote_open): Remove strchr prototype.
6821 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6822 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6823 (supply_register_by_name): Likewise.
6824 (collect_register): Change buf argument to void *.
6825 (collect_register_by_name): Likewise.
6826 * gdbserver/regcache.h: Add missing prototypes.
6827 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6828 * gdbserver/server.c (handle_query): New function.
6829 (attached): New static variable, moved out of main.
6830 (main): Quiet longjmp clobber warnings.
6831 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6832 * gdbserver/utils.c (error): Remove NORETURN.
6833 (fatal): Likewise.
6834
6835 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6836
6837 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6838 after the last symbol in a block.
6839
6840 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6841
6842 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6843 is non zero as a found symbol.
6844
6845 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6846
6847 * findvar.c: Include "builtin-regs.h".
6848 (value_of_register): Call value_of_builtin_reg when applicable.
6849 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6850 (target_map_name_to_register): Call
6851 builtin_reg_map_name_to_regnum.
6852 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6853 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6854 (builtin_regs_h): Define.
6855 (builtin-regs.o): New target.
6856 (findvar.o): Add $(builtin_regs_h).
6857 * builtin-regs.c, builtin-regs.h: New files.
6858 * std-regs.c: New file.
6859 Partial fix for PR gdb/251.
6860
6861 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6862
6863 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6864 it's no longer required.
6865
6866 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6867
6868 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6869
6870 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6871
6872 From Jimi X <jimix@watson.ibm.com>:
6873 * rs6000-tdep.c (rs6000_software_single_step): Use
6874 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6875 and size. Use target_insert_breakpoint() and
6876 target_remove_breakpoint() to insert and remove breakpoints
6877 instead of explicit memory reads and writes.
6878
6879 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6880
6881 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6882 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6883 ELF_OBJECT_FORMAT ifdef.
6884
6885 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6886
6887 From Jimi X <jimix@watson.ibm.com>:
6888 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6889
6890 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6891
6892 From Jimi X <jimix@watson.ibm.com>:
6893 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6894 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6895
6896 2002-04-07 Mark Kettenis <kettenis@gnu.org>
6897
6898 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6899 s/asprintf/xasprintf/.
6900 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6901
6902 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6903
6904 I believe Jeff Law denies responsability for this one:
6905 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6906 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6907 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6908 Work-around for PR gdb/366.
6909
6910 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6911
6912 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6913 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6914 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6915
6916 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6917
6918 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6919 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6920 information.
6921
6922 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6923
6924 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6925 maintainer.
6926
6927 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6928
6929 * README (Reporting Bugs in GDB): Document the bug web page as the
6930 prefered way of submitting bugs.
6931 Fix PR gdb/402.
6932
6933 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6934
6935 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6936 -1. Update comment.
6937 * gdbarch.h, gdbarch.c: Re-generate.
6938
6939 2002-04-07 Andreas Schwab <schwab@suse.de>
6940
6941 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6942 buffer to regcache_collect.
6943
6944 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6945
6946 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6947 * gdbarch.c, gdbarch.h: Re-generate.
6948
6949 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6950
6951 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6952 declaration. Fix -Werror.
6953
6954 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
6955
6956 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6957 * gdbarch.c: Regenerate.
6958
6959 2002-04-05 Michael Snyder <msnyder@redhat.com>
6960
6961 * breakpoint.c (clear_command): Rewrite middle section to
6962 combine two loops with identical control conditions.
6963 Add a cleanup to eliminate a memory leak.
6964 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6965
6966 2002-04-05 H.J. Lu (hjl@gnu.org)
6967
6968 * solib-svr4.c (bkpt_names): Add "__start".
6969
6970 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6971
6972 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6973 as test for 64 bit target.
6974
6975 2002-04-05 Andrew Cagney <ac131313@redhat.com>
6976
6977 * h8500-tdep.c (h8500_write_fp): Delete function.
6978 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6979 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6980 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6982 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6983 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6984 (s390_write_fp):
6985 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6986 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6987 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6988 (d10v_write_fp): Delete function.
6989 * inferior.h (write_fp, generic_target_write_fp): Delete
6990 declarations.
6991 * regcache.c (generic_target_write_fp): Delete function.
6992 (write_fp): Delete function.
6993 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6994 * gdbarch.h, gdbarch.c: Regenerate.
6995 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6996 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6997 (sparc64_write_fp): Delete declaration.
6998 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6999 (h8500_write_fp): Delete declaration.
7000
7001 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7002
7003 * sparc-tdep.c (sparc64_write_fp): Delete.
7004 (sparc_push_dummy_frame): Replace write_fp call with code to store
7005 the FP directly.
7006 (sparc_gdbarch_init): Do not initialize write_fp.
7007
7008 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7009
7010 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7011 clause.
7012
7013 2002-03-29 Jim Blandy <jimb@redhat.com>
7014
7015 * stack.c (get_selected_block): Add new argument `addr_in_block',
7016 used to return the exact code address we used to select the block,
7017 not just the block.
7018 * blockframe.c (get_frame_block, get_current_block): Same.
7019 * frame.h (get_frame_block, get_current_block,
7020 get_selected_block): Update declarations.
7021 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7022 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7023
7024 2002-04-05 Michael Snyder <msnyder@redhat.com>
7025
7026 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7027 warning message.
7028
7029 2002-04-05 J. Brobecker <brobecker@gnat.com>
7030
7031 * utils.c (xfullpath): New function.
7032 * defs.h (xfullpath): Add declaration.
7033 * source.c (openp): Use xfullpath in place of gdb_realpath to
7034 avoid resolving the basename part of filenames when the
7035 associated file is a symbolic link. This fixes a potential
7036 inconsistency between the filenames known to GDB and the
7037 filenames it prints in the annotations.
7038 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7039 to be able to match a filename with either the real filename, or
7040 the name of any symbolic link to this file.
7041 (lookup_partial_symtab): Ditto.
7042
7043 2002-04-04 Michael Snyder <msnyder@redhat.com>
7044
7045 * breakpoint.c: Add support for hardware breakpoints in overlays.
7046 (overlay_events_enabled): New state variable.
7047 (insert_breakpoints): Use overlay_events_enabled to decide
7048 whether to attempt to set a breakpoint at the overlay load addr.
7049 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7050 (remove_breakpoint): Use overlay_events_enabled to decide
7051 whether breakpoints need to be removed from overlay load addr.
7052 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7053 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7054 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7055 disable_overlay_breakpoints): Update overlay_events_enabled.
7056
7057 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7058
7059 * dwarf2read.c (struct function_range): New.
7060 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7061 (check_cu_functions): New.
7062 (read_file_scope): Initialize global function lists.
7063 Call dwarf_decode_line after processing children.
7064 (read_func_scope): Add to global function list.
7065 (dwarf_decode_lines): Call check_cu_functions everywhere
7066 record_line is called. Call record_line with a linenumber
7067 of 0 to mark sequence ends.
7068
7069 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7070
7071 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7072 change sync with glibc.
7073
7074 2002-04-03 Jim Blandy <jimb@redhat.com>
7075
7076 * configure.in: Call AC_C_INLINE.
7077 * configure: Regenerated.
7078
7079 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7080
7081 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7082 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7083
7084 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7085
7086 * NEWS: Mention gcore support on FreeBSD/i386.
7087
7088 * fbsd-proc.c: New file.
7089 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7090 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7091
7092 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7093 while statement.
7094
7095 2002-03-29 Jim Blandy <jimb@redhat.com>
7096
7097 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7098 unescaped newlines in string literals, but newer ones don't. So
7099 escape them.
7100
7101 2002-03-26 Michael Snyder <msnyder@redhat.com>
7102 Andrew Cagney <cagney@redhat.com>
7103
7104 * cli/cli-dump.c: New file. Dump memory to file,
7105 restore file to memory.
7106 * cli/cli-dump.h: New file.
7107 * Makefile.in: Add rules, dependencies for cli-dump.o.
7108 * NEWS: Mention new commands.
7109
7110 2002-03-28 Michael Snyder <msnyder@redhat.com>
7111
7112 * symfile.c (symbol_file_add): Move test for null symbols to later.
7113
7114 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7115
7116 From veksler at il.ibm.com:
7117 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7118 the xstrduped original path.
7119 Fix PR gdb/417.
7120
7121 2002-03-27 Michael Snyder <msnyder@redhat.com>
7122
7123 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7124 * infcmd.c (_initialize_infcmd): Ditto.
7125 * language.c (_initialize_language): Ditto.
7126 * symfile.c (_initialize_symfile): Ditto.
7127 * top.c (_init_main): Ditto.
7128 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7129
7130 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7131
7132 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7133 vector registers handling.
7134 (skip_prologue): Handle new AltiVec instructions. Fill in new
7135 fields of frame data.
7136 (frame_get_saved_regs): Fill in information for AltiVec registers.
7137
7138 2002-03-27 Jim Blandy <jimb@redhat.com>
7139
7140 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7141 a function; leave this macro here to invoke that function.
7142 (symbol_init_mangled_name): Declaration for that function.
7143 * symtab.c (symbol_init_mangled_name): New function.
7144
7145 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7146
7147 * valarith.c: Replace strerror with safe_strerror.
7148 * tracepoint.c: Ditto.
7149 * lin-lwp.c: Ditto.
7150 * go32-nat.c: Ditto.
7151 * inflow.c: Ditto.
7152 * gnu-nat.c: Ditto.
7153
7154 2002-03-27 Andreas Schwab <schwab@suse.de>
7155
7156 * event-top.c (command_line_handler): Remove useless if.
7157
7158 2002-03-27 Andreas Jaeger <aj@suse.de>
7159
7160 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7161 comment.
7162
7163 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7164
7165 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7166 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7167 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7168 (x86_64_linux_dr_get_status, supply_gregset),
7169 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7170 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7171 (x86_64_register_info_table): Add.
7172 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7173 (x86_64_register_raw_size, x86_64_register_virtual_type),
7174 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7175 general x86_64_register_info_table.
7176 (i386_gdbarch_init): gdbarch_register_bytes is now set
7177 dynamicaly during initialization.
7178 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7179 * gdbserver/linux-x86-64-low.c: Ditto.
7180
7181 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7182
7183 * gdbserver/server.c (main): Call target_signal_to_host_p
7184 and target_signal_to_host on signals received from the remote.
7185 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7186 target_signal_from_host on signals sent to the remote.
7187 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7188 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7189
7190 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7191
7192 * signals/signals.c: Include "server.h" in gdbserver build.
7193 (target_signal_from_name): Don't use STREQ.
7194 (_initialize_signals): Likewise. Don't include function in
7195 gdbserver build.
7196
7197 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7198
7199 * signals.c: Moved to...
7200 * signals/signals.c: Here.
7201 * Makefile (signals.o): Update.
7202
7203 2002-03-26 Jeff Law (law@redhat.com)
7204
7205 * somread.c (som_symtab_read): Remove some commented out code and
7206 updated related comments. Do not set the minimal symbol table to
7207 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7208 in a dynamic executable.
7209 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7210 where we are unable to find the minimal symbol for the given
7211 PC value.
7212
7213 2002-03-25 Jeff Law (law@redhat.com)
7214
7215 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7216
7217 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7218
7219 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7220
7221 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7222
7223 * command.h: Update copyright.
7224 (struct cmd_list_element): Replace definition with opaque
7225 declaration.
7226 (enum cmd_types): Document that it will eventually be moved to
7227 cli/cli-decode.h
7228 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7229 (MALLOCED_REPLACEMENT): Delete macro.
7230 * Makefile.in (cli_decode_h): Add $(command_h).
7231 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7232 * top.c: Include "cli/cli-decode.h".
7233 * completer.c: Include "cli/cli-decode.h".
7234 * maint.c: Include "cli/cli-decode.h".
7235 * cli/cli-decode.h: Include "command.h".
7236 (enum command_class): Delete.
7237 (enum cmd_types): Comment out.
7238 (enum cmd_auto_boolean): Delete.
7239 (enum var_types): Delete.
7240
7241 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7242
7243 * cli/cli-decode.c: Include "gdb_assert.h".
7244 (add_set_or_show_cmd): New static function.
7245 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7246 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7247 all fields, such as func, from the set command.
7248
7249 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7250
7251 * MAINTAINERS (sh-elf): Change warning flag to -w.
7252
7253 2002-03-23 Andrew Cagney <cagney@redhat.com>
7254
7255 * defs.h (error): Add printf format attribute.
7256 * thread-db.c (thread_from_lwp): Fix error format string.
7257 * stack.c (parse_frame_specification): Ditto.
7258 * cli/cli-decode.c (undef_cmd_error): Ditto.
7259 * scm-lang.c (scm_lookup_name): Ditto.
7260 * tracepoint.c (trace_error): Ditto.
7261 * remote-utils.c (usage): Ditto.
7262 * remote.c (compare_sections_command): Ditto.
7263 Fix PR gdb/328.
7264
7265 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7266
7267 * gdbtypes.c (append_composite_type_field): New function.
7268 (init_composite_type): New function.
7269 * gdbtypes.h (append_composite_type_field): Declare.
7270 (init_composite_type): Ditto.
7271
7272 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7273
7274 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7275 function.
7276 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7277 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7278 structure returning convention for SYSV ABI case, but not
7279 for GNU/Linux, FreeBSD, or NetBSD.
7280
7281 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7282
7283 * symtab.h (lookup_block_symbol): Add mangled_name argument
7284 to prototype.
7285
7286 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7287 with new mangled_name argument.
7288 * linespec.c (decode_line_1): Likewise.
7289 * valops (value_of_this): Likewise.
7290 * symtab.c (lookup_transparent_type): Likewise.
7291 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7292 (lookup_symbol): If we are given a mangled name, pass it down
7293 to lookup_symbol_aux.
7294 (lookup_block_symbol): If we are given a mangled name to check
7295 against, only return symbols which match it.
7296
7297 2002-03-22 Christopher Faylor <cgf@redhat.com>
7298
7299 * win32-nat.c (child_create_inferior): Check for proper shell to use
7300 here, in case the user changes it on the fly.
7301 (_initialize_inftarg): Remove shell path considerations.
7302
7303 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7304
7305 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7306 for gdbarch_max_register_raw_size and max_register_virtual_size.
7307 Adjust copyright year.
7308
7309 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7310
7311 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7312 in a function to cover the entire beginning of the function
7313 as well if it does not already.
7314
7315 2002-03-21 Tom Rix <trix@redhat.com>
7316
7317 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7318 (rs6000_ptrace64): Renamed from ptrace64.
7319
7320 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7321
7322 * gdbserver/remote-utils.c (remote_open): Don't call
7323 getprotobyname, we're all using TCP here so just use
7324 IPPROTO_TCP.
7325 * gdbserver/gdbreplay.c (remote_open): Ditto.
7326
7327 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7328
7329 * regcache.c (_initialize_regcache): No need to call
7330 build_regcache() at this time; it gets called whenever
7331 the gdbarch changes.
7332
7333 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7334
7335 * sparc-nat.c: Include sys/param.h where possible.
7336
7337 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7338
7339 Fix PR gdb/422.
7340 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7341 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7342 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7343 complex types.
7344 * stabsread.c (rs6000_builtin_type): Likewise.
7345 (read_sun_floating_type): Likewise.
7346
7347 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7348
7349 * stabsread.c (read_member_functions): Remove skip code for duplicate
7350 constructor/destructor methods. Use standard parsing for these
7351 methods and just do not chain them to the list of methods after
7352 parsing.
7353
7354 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7355
7356 * coffread.c: Remove redundant static declarations. Replace
7357 occurrences of `PTR' with `void *'.
7358 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7359 * top.h (quit_cover): Likewise.
7360 * defs.h (catch_errors): Likewise.
7361
7362 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7363
7364 * defs.h (XMALLOC): Define.
7365 * gdb-events.sh (XMALLOC): Delete macro.
7366 * gdb-events.c, gdb-events.h: Regenerate.
7367 * gdbarch.sh (XMALLOC): Delete macro.
7368 * gdbarch.c: Regenerate.
7369 * serial.c (XMALLOC): Delete macro.
7370 * ui-file.c (XMALLOC): Ditto.
7371 * ser-unix.h (XMALLOC): Ditto.
7372 * sh-tdep.c (XMALLOC): Ditto.
7373 * ui-out.c (XMALLOC): Ditto.
7374 * utils.c (XMALLOC): Ditto.
7375 * i386-tdep.c (XMALLOC): Ditto.
7376 * gdb-events.c (XMALLOC): Ditto.
7377 * d10v-tdep.c (XMALLOC): Ditto.
7378 * cli-out.c (XMALLOC): Ditto.
7379
7380 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7381 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7382 * ui-file.c, ui-out.c: Ditto.
7383
7384 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7385
7386 * command.h (struct cmd_list_element): Add field context.
7387 (set_cmd_context, get_cmd_context): Declare.
7388 * cli/cli-decode.h: Ditto.
7389 * cli/cli-decode.c (get_cmd_context): New function.
7390 (set_cmd_context): New function.
7391 (add_cmd): Initialize context.
7392 Part of fixing PR gdb/145 and PR gdb/146.
7393
7394 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7395
7396 * cli/cli-decode.c (cmd_type): New function.
7397 * command.h (cmd_type): Declare.
7398 * infrun.c (set_schedlock_func): Call function cmd_type.
7399 * kod.c (kod_set_os): Call cmd_type.
7400 * cris-tdep.c (cris_version_update): Use function cmd_type.
7401 (cris_mode_update, cris_abi_update): Ditto.
7402
7403 * command.h: (execute_cmd_post_hook): Declare.
7404 (execute_cmd_pre_hook): Declare.
7405 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7406 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7407 functions. Execute pre/post hook while ensuring that afterwords
7408 hook_in is cleared.
7409 * top.c (execute_command): Use execute_cmd_post_hook, and
7410 execute_cmd_pre_hook to execute pre/post commands.
7411 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7412 hook_stop_stub.
7413 (hook_stop_stub): Call execute_cmd_pre_hook.
7414
7415 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7416
7417 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7418 set'' and this leads to a core dump. Move xstrdup of
7419 operating_system to after check that it is not NULL.
7420
7421 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7422
7423 * kod.c (kod_set_os): Remove unnecessary check that
7424 ``command->type'' is set_cmd.
7425
7426 * valprint.c (set_input_radix): Use input_radix.
7427 (set_output_radix): Use output_radix.
7428 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7429 isn't reverted.
7430
7431 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7432
7433 * value.h (struct value): Delete field ``substring_addr''. Change
7434 aligner fields to force_doublest_align, force_longest_align,
7435 force_core_addr_align and force_pointer_aligh.
7436
7437 * value.h (struct value): Fix typo in above change.
7438
7439 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7440
7441 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7442 to fix internal_error from ``maintenance print architecture''.
7443
7444 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7445
7446 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7447 for gcc versions after gcc-2.8.1.
7448
7449 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7450
7451 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7452 for method resolution. Restore adjustment of ``this'' pointer after
7453 calling value_struct_elt, which was accidentally removed during the
7454 HP merge.
7455
7456 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7457
7458 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7459 value_of_register.
7460 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7461 get_saved_register.
7462 * value.h (value_of_register): Update.
7463
7464 2002-03-14 Richard Henderson <rth@redhat.com>
7465
7466 * configure.in: Detect declaration for canonicalize_file_name.
7467 * utils.c (canonicalize_file_name): Declare, if needed.
7468 (gdb_realpath): Prefer realpath if available and usable.
7469 * config.in, configure: Rebuild.
7470
7471 2002-03-14 Richard Henderson <rth@redhat.com>
7472
7473 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7474 a constant array bound.
7475
7476 * MAINTAINERS: Add myself to write-after-approval.
7477
7478 2002-03-14 Michael Snyder <msnyder@redhat.com>
7479
7480 * symfile.c (syms_from_objfile): Return immediately if no syms.
7481 (symbol_file_add): Return immediately if no syms.
7482 (find_sym_fns): Return immediately if no syms.
7483
7484 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7485
7486 * gdbserver/remote-util.c (remote_open): Print remote-side's
7487 IP address when remote debugging over the network.
7488
7489 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7490
7491 * config/sparc/fbsd.mh: Fix copyright.
7492 * config/sparc/fbsd.mt: Likewise.
7493
7494 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7495
7496 * MAINTAINERS: Fix typo in name of gdb warnings option.
7497 (x86-64): Fix formating so that this can be parsed by awk.
7498
7499 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7500
7501 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7502 * defs.h: Include "gdb/signals.h".
7503 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7504
7505 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7506
7507 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7508 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7509 from x86-64-tdep.h
7510
7511 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7512 Don Howard <dhoward@redhat.com>
7513
7514 * mips-tdep.c (ST0_FR): Define.
7515 (mips2_fp_compat): New function, temporarily disabled.
7516 (mips_read_fp_register_single): New function.
7517 (mips_read_fp_register_double): New function.
7518 (mips_print_register): Use them.
7519 (do_fp_register_row): Likewise.
7520
7521 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7522
7523 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7524 approval''.
7525
7526 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7527
7528 * stabsread.c (read_member_functions): Fix is_stub test for
7529 static member functions, improve comment.
7530
7531 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7532
7533 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7534 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7535 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7536 commands that set boolean values.
7537 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7538 (arm_rdi_resume): Always initialize PC.
7539 (arm_rdi_open): Don't use rslt as a boolean.
7540 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7541 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7542 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7543 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7544
7545 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7546
7547 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7548 * configure: Rebuilt.
7549
7550 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7551
7552 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7553 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7554
7555 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7556
7557 * cli/cli-decode.c (set_cmd_completer): New function.
7558 * command.h (set_cmd_completer): Declare.
7559 * cli/cli-decode.h (set_cmd_completer): Ditto.
7560
7561 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7562 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7563 * win32-nat.c (_initialize_inftarg): Ditto.
7564 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7565 * proc-api.c (_initialize_proc_api): Ditto.
7566 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7567 * source.c (_initialize_source): Ditto.
7568 * exec.c (_initialize_exec): Ditto.
7569 * solib.c (_initialize_solib): Ditto.
7570 * top.c (init_main): Ditto.
7571 * tracepoint.c (_initialize_tracepoint): Ditto.
7572 * symfile.c (_initialize_symfile): Ditto.
7573 * printcmd.c (_initialize_printcmd): Ditto.
7574 * infcmd.c (_initialize_infcmd): Ditto.
7575 * corefile.c (_initialize_core): Ditto.
7576
7577 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7578
7579 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7580
7581 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7582
7583 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7584
7585 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7586
7587 * NEWS: Update headings, 5.2 has branched.
7588
7589 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7590
7591 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7592 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7593 (register_addr, REGISTER_RAW_SIZE): Likewise.
7594 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7595 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7596
7597 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7598
7599 * MAINTAINERS (x86-64): Add myself.
7600 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7601 changed value_ptr -> struct value *
7602
7603 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7604
7605 * configure.host (sparc64-*-freebsd): Add.
7606 * configure.tgt: Likewise.
7607 * config/sparc/fbsd.mh: New file.
7608 * config/sparc/fbsd.mt: Likewise.
7609 * config/sparc/nm-fbsd.h: Likewise.
7610 * config/sparc/tm-fbsd.h: Likewise.
7611
7612 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7615 regformats/reg-s390x.dat.
7616
7617 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7618
7619 * utils.c: Add FIXME explaining true/false problem.
7620
7621 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7622
7623 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7624
7625 2002-02-28 Michael Chastain <mec@shout.net>
7626
7627 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7628
7629 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7630
7631 * gdbserver/linux-s390-low.c: New file.
7632 * regformats/reg-s390.dat: New file.
7633 * regformats/reg-s390x.dat: New file.
7634 * gdbserver/configure.srv: Add S/390.
7635 * gdbserver/Makefile.in: Add S/390.
7636 * configure.tgt: Enable gdbserver for S/390.
7637
7638 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7639
7640 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7641 first line of the doc string for "info dos", except at the end of
7642 the sentence, since the short help stops at the first period.
7643
7644 2002-02-28 Jason Merrill <jason@redhat.com>
7645
7646 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7647
7648 2002-02-27 Fred Fish <fnf@redhat.com>
7649
7650 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7651 comment (dumy -> dummy).
7652
7653 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7654
7655 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7656
7657 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7658
7659 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7660
7661 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7662
7663 * gdbserver/acconfig.h: New file.
7664 * gdbserver/i387-fp.c: New file.
7665 * gdbserver/i387-fp.h: New file.
7666 * gdbserver/linux-x86-64.c: New file.
7667 * regformats/reg-x86-64.dat: New file.
7668 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7669 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7670 * gdbserver/configure.in: Add support for regsets.
7671 * gdbserver/config.in: Regenerate.
7672 * gdbserver/configure: Regenerate.
7673 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7674 * gdbserver/linux-low.h: New file.
7675 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7676 for regsets.
7677 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7678 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7679 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7680 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7681 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7682 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7683 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7684 "i387-fp.h". Add PTRACE_GETREGS and friends.
7685 * gdbserver/regcache.c (supply_register): New function.
7686 (supply_register_by_name): New function.
7687 (collect_register): New function.
7688 (collect_register_by_name): New function.
7689
7690 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7691
7692 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7693 (config.status): Add configure.srv dependency.
7694 (server_h): Add config.h dependency.
7695
7696 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7699 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7700 * gdbserver/configure.srv: Change i386-*-linux* to use
7701 reg-i386-linux.o.
7702
7703 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7704
7705 * x86-64-tdep.c: Re-indent. Update copyright date.
7706
7707 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7708
7709 From Michal Ludvig <mludvig@suse.cz>:
7710 * x86-64-tdep.c (value.h): Delete.
7711 (gdb_assert.h): Include.
7712 (x86_64_register_convert_to_virtual,
7713 x86_64_register_convert_to_raw ): Add check which lets only
7714 floating-point values to be converted.
7715 (value_push): Delete.
7716 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7717 (i386_gdbarch_init): Number of register_bytes fixed.
7718
7719 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7720
7721 * MAINTAINERS: Add x86-64 target.
7722
7723 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7724
7725 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7726 * osfsolib.c (solib_map_sections): Ditto.
7727 * irix5-nat.c (solib_map_sections): Ditto.
7728 * corelow.c (gdb_check_format): Ditto.
7729 * symfile.c (symfile_bfd_open): Ditto.
7730 * solib.c (solib_map_sections): Ditto.
7731 Fix PR gdb/354.
7732
7733 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7734
7735 * remote.c (_initialize_remote): By default, disable ``e'' and
7736 ``E'' step out-of-range packets.
7737
7738 2002-02-26 Andreas Schwab <schwab@suse.de>
7739
7740 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7741 m68k_linux_frame_saved_pc.
7742 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7743 in_sigtramp.
7744 (SIGCONTEXT_PC_OFFSET): Remove.
7745 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7746 m68k_linux_sigtramp_saved_pc): New functions.
7747 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7748 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7749 (UCONTEXT_PC_OFFSET): Define.
7750 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7751 non-RT and RT signal trampolines.
7752
7753 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7754
7755 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7756 (TARGET_NBPG, STACK_END_ADDR): Delete
7757 (VARIABLES_INSIDE_BLOCK): Delete.
7758
7759 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7760
7761 * utils.c (perror_with_name): Make string parameter constant.
7762 (print_sys_errmsg): Ditto.
7763 (query): Ditto.
7764 * defs.h (perror_with_name): Update.
7765 (print_sys_errmsg): Update.
7766 (query): Update.
7767
7768 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7769
7770 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7771 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7772
7773 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7774
7775 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7776 if it already matches the current architecture from the exec file.
7777 Include arch-utils.h for gdbarch_info_init prototype.
7778 * Makefile.in (rs6000-nat.o): Update dependencies.
7779
7780 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7781
7782 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7783 list of exported variables.
7784
7785 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7786
7787 * gdbserver/configure.srv: New file.
7788 * gdbserver/configure.in: Use configure.srv instead
7789 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7790 from it.
7791 * gdbserver/configure: Regenerated.
7792 * gdbserver/terminal.h: New file.
7793 * gdbserver/Makefile.in: Update for configure changes. Remove
7794 more unneeded include paths.
7795
7796 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7797
7798 From wiz at danbala:
7799 * config/sparc/tm-sp64.h: Fix grammar and typos.
7800 Fix PR gdb/287.
7801
7802 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7803
7804 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7805 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7806 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7807 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7808 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7809 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7810 * s390-tdep.c: Ditto.
7811 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7812 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7813 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7814 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7815 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7816 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7817 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7818 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7819 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7820 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7821 Fix PR gdb/378.
7822
7823 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7824
7825 * lin-thread.c: Delete file.
7826 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7827 to gdb_proc_service.h.
7828 * configure: Re-generate.
7829
7830 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7831 * serial.c (serial_open): Delete check for "ocd".
7832 Fix PR gdb/349.
7833
7834 * Makefile.in (linux-thread.o): Delete target.
7835 * linux-thread.c: Delete file.
7836
7837 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7838 renamed SH files to be consistent.
7839
7840 * symtab.c (sort_search_symbols): Use xfree.
7841
7842 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7843
7844 * arm-linux-tdep.c (arm_linux_init_abi): Register
7845 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7846 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7847 definition with undef, since we don't want the sysvr4 definition.
7848 (SKIP_TRAMPOLINE_CODE): Likewise.
7849
7850 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7851
7852 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7853
7854 * configure.in: (AC_CHECK_FUNCS) Added test for
7855 canonicalize_file_name Regenerated.
7856 * config.in, configure: Regenerated.
7857 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7858 defined use canonicalize_file_name.
7859
7860 2002-02-23 Michael Chastain <mec@shout.net>
7861
7862 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7863
7864 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7865
7866 * README: Remove references to cygnus.com.
7867 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7868 dot com'' form. Remove references to cygnus.com and sourceware.
7869
7870 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7871
7872 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7873 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7874 1003.1-2001 no longer allows "head -1".
7875 * gdb/Makefile.in (version.c): Likewise.
7876 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7877 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7878 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7879
7880 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7881
7882 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7883 * command.h (cmd_cfunc_eq): Declare.
7884 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7885
7886 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7887 ``struct cmd_list_element *''.
7888 * cli/cli-cmds.c (is_complete_command): Update. Use
7889 cmd_cfunc_eq.
7890 * top.c (execute_command): Pass the command to
7891 is_complete_command.
7892 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7893
7894 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7895
7896 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7897 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7898 architecture defines.
7899 * s390-tdep.c (s390_gdbarch_init): Likewise.
7900
7901 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7902
7903 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7904 (arm_linux_push_arguments): Likewise.
7905 (arm_linux_init_abi): Register them. Also register linux-specific
7906 call_dummy_words.
7907 (find_minsym_and_objfile): Use strcmp, not STREQ.
7908 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7909 (arm_linux_call_dummy_words): Delete declaration.
7910 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7911 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7912 declarations.
7913 (LOWEST_PC): Delete.
7914
7915 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7916
7917 * maint.c (print_section_info): Do not prepend `0x' to filepos
7918 output, it will be handled by local_hex_string_custom.
7919
7920 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7921
7922 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7923 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7924 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7925
7926 2002-02-22 Jim Blandy <jimb@redhat.com>
7927
7928 Indicate that the bcache functions don't change the strings
7929 they're passed.
7930 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7931 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7932
7933 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7934
7935 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7936
7937 2002-02-21 Christopher Faylor <cgf@redhat.com>
7938
7939 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7940 find the complete path to a loaded DLL.
7941
7942 2002-02-21 Fred Fish <fnf@redhat.com>
7943
7944 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7945 that marks the end of the range of a function, enter a line number
7946 entry that has a line number of zero and a PC offset that matches
7947 the end of the function. This starts a range of PC's for which no
7948 line number information is known.
7949 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7950 PC's for which no line number info is found (line number is zero)
7951 then we didn't find any valid line information.
7952 * symtab.h: Document use of zero line number entry.
7953
7954 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
7955
7956 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7957 (have_ptrace_getvrregs): Define for run time checks.
7958 (gdb_vrregset_t): New type for Altivec register handling.
7959 (fetch_register, store_register): Fetch/store altivec register
7960 when needed.
7961 (fetch_altivec_register, store_altivec_register): New functions.
7962 (supply_vrregset, fill_vrregset): New functions.
7963 (fetch_altivec_registers, store_altivec_registers): New functions.
7964 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7965 registers as well.
7966
7967 2002-02-21 Jiri Smid <smid@suse.cz>
7968
7969 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7970
7971 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7972
7973 * Makefile.in (armnbsd-nat.o): Update dependencies.
7974 * armnbsd-nat.c (supply_gregset): New function. Common code to
7975 supply the integer register set.
7976 (supply_fparegset): New function. Similar for FPA registers.
7977 (fetch_regs, fetch_fp_regs): Use them.
7978 (fetch_core_registers): Likewise.
7979 (fetch_elfcore_registers): New function.
7980 (arm_netbsd_elfcore_fns): New core-file type specification.
7981 (_initialize_arm_netbsd_nat): Register it.
7982
7983 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7984
7985 * armnbsd-nat.c: Include gdbcore.h.
7986 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7987 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7988 'void' to declaration, to shut up ARI.
7989 (fetch_core_registers): Make static. Rewrite using supply_register.
7990 (arm_netbsd_core_fns): New core-file type specification.
7991 (_initialize_arm_netbsd_nat): New function.
7992
7993 2002-02-21 Christopher Faylor <cgf@redhat.com>
7994
7995 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7996 value.
7997
7998 2002-02-20 Christopher Faylor <cgf@redhat.com>
7999
8000 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8001 fails.
8002
8003 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8004
8005 * jv-exp.y (parse_number): Change type of implicit longs
8006 to builtin_type_uint64.
8007
8008 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8009
8010 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8011 to be an integer instead of a `union wait'.
8012
8013 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * mips-linux-nat.c: Call the operating system GNU/Linux.
8016 * mips-linux-tdep.c: Likewise.
8017 * mips-tdep.c: Likewise.
8018
8019 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8020
8021 Fix PR gdb/265.
8022 * jv-exp.y (parse_number): Handle 64-bit integers.
8023
8024 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8025
8026 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8027 AC_STDC_HEADERS to AC_HEADER_STDC.
8028 * gdbserver/configure: Regenerated.
8029
8030 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8031
8032 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8033 is defined.
8034 * sparc-tdep.c (get_longjmp_target): Likewise.
8035
8036 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8037
8038 * News: Add news about ARM and Multi-arch. Mention the new target
8039 arm*-*-netbsd*.
8040
8041 2002-02-19 Jim Blandy <jimb@redhat.com>
8042
8043 * stabsread.c (error_type_complaint): Improve error message.
8044
8045 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8046
8047 * gdbserver/README: Update documentation.
8048 * gdbserver/configure.in: Update configury to match documentation.
8049 * gdbserver/Makefile.in: Likewise.
8050 * gdbserver/configure: Regenerated.
8051 * gdbserver/aclocal.m4: New file, generated by aclocal.
8052 * gdbserver/config.in: New file, generated by autoheader.
8053
8054 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8055
8056 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8057 armnbsd-nat.c.
8058
8059 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8060
8061 * arm-tdep.h (enum arm_float_model): New enum.
8062 (struct gdbarch_tdep): Add fp_model.
8063 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8064 up floating-point conversions until we know the floating-point model
8065 in use by the inferior. Don't complain about being unable to
8066 determine the ABI of the inferior when we don't have one.
8067 (arm_extract_return_value): Support different floating-point models.
8068 (arm_store_return_value): Likewise.
8069 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8070 ARM_FLOAT_SOFT.
8071 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8072
8073 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8074
8075 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8076 of ``current_gdbarch''.
8077
8078 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8079
8080 * armnbsd-nat.c : ANSIfy all function declarations.
8081 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8082 (fetch_inferior_registers): Re-implement in terms of above.
8083 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8084 (store_inferior_registers): Re-implement in terms of above.
8085
8086 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8087
8088 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8089 kernel.
8090 * arm-linux-tdep.c: Likewise.
8091 * config/arm/tm-linux.h: Likewise.
8092
8093 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8094
8095 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8096 * config/arm/nbsd.mt (TM_FILE): Delete.
8097 * config/arm/tm-nbsd.h: Delete.
8098
8099 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8100
8101 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8102 Initialize CALL_DUMMY_LENGTH.
8103
8104 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8105
8106 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8107 function.
8108 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8109 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8110 defines one thing and that is incorrect for this port.
8111 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8112
8113 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8114
8115 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8116
8117 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8118
8119 * win32-nat.c (display_selector): New function. Displays information
8120 about the information returned by GetThreadSelectorEntry API function.
8121 (display_selectors): New function. Displays the infomation of
8122 the selector given as argument, or of CS, DS ans FS selectors
8123 if no argument is given.
8124 ( _initialize_inftarg): Add "w32" as info prefix command.
8125 Add "info w32 selector" as command calling display_selectors.
8126
8127 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8128
8129 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8130 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8131 if not defined.
8132
8133 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8134
8135 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8136
8137 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8138
8139 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8140 (arm_fix_call_dummy): Call it.
8141 (arm_call_dummy_breakpoint_offset): Delete.
8142 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8143 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8144
8145 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8146
8147 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8148 Default to func_frame_chain_valid.
8149 * gdbarch.h, gdbarch.c: Re-generate.
8150 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8151
8152 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8153
8154 * ppc-linux-nat.c: Update copyright.
8155 (fetch_register, store_register): Add tid parameter, don't compute
8156 tid here.
8157 (fetch_ppc_registers, store_ppc_registers): Add tid
8158 parameter. Pass it along to callees.
8159 (fetch_inferior_registers, store_inferior_registers): Compute tid
8160 here, and pass it to calleed functions.
8161 (fill_gregset, supply_fpregset): Clean up formatting.
8162
8163 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8164
8165 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8166 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8167
8168 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8169
8170 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8171 * gdbarch.c gdbarch.h: Regenerate.
8172 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8173 function.
8174 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8175 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8176 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8177
8178 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8179 * arm-tdep.c (arm_get_longjmp_target): New function.
8180 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8181 this to a positive value register arm_get_longjmp_target as the
8182 longjmp handler.
8183 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8184 (arm_linux_init_abi): Set up longjmp description in tdep.
8185 * armnbsd-nat.c (get_longjmp_target): Delete.
8186 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8187 description in tdep.
8188 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8189 (get_longjmp_target): Delete declaration.
8190 (GET_LONGJMP_TARGET): Delete.
8191 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8192 (GET_LONGJMP_TARGET): Delete.
8193
8194 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8195
8196 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8197 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8198 of ``current_gdbarch''.
8199
8200 2002-02-17 Tom Tromey <tromey@redhat.com>
8201
8202 * cli/cli-cmds.c (compare_strings): New function.
8203 (complete_command): Only print each unique item once.
8204 * completer.h (complete_line): Declare.
8205 * completer.c (complete_line): New function.
8206 (line_completion_function): Use it.
8207
8208 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8209
8210 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8211 * gdbarch.h, gdbarch.c: Re-generate.
8212
8213 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8214
8215 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8216
8217 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8218
8219 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8220 * valops.c (value_arg_coerce): Don't take the address of a reference
8221 to convert an argument to a reference.
8222
8223 2002-02-15 Christopher Faylor <cgf@redhat.com>
8224
8225 * win32-nat.c (get_image_name): New function.
8226 (handle_load_dll): Use get_image_name function.
8227 (get_child_debug_event): Avoid registering debug events until possibly
8228 execed process is started.
8229 (child_create_inferior): Allow invocation via shell so that command
8230 line redirection, etc. works ok.
8231 (_initialize_inftarg): Add new command: "set shell" to control whether
8232 a shell is used to start a process.
8233
8234 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8235
8236 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8237 instead of find_register_by_number.
8238 (cannot_store_register): Likewise.
8239
8240 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8241
8242 * dwarf2read.c: Replace fprintf (stderr, ...) by
8243 fprintf_unfiltered (gdb_stderr, ...).
8244
8245 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8246
8247 * gdbserver/gdbserver.1: Document --attach.
8248
8249 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8250
8251 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8252 descriptions.
8253 * arm-tdep.c (arm_default_arm_le_breakpoint)
8254 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8255 (arm_default_thumb_be_breakpoint): New. Initialize them from
8256 traditional breakpoint defines.
8257 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8258 (arm_gdbarch_init): Initialize new breakpoint variables.
8259 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8260 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8261 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8262 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8263 code out to ...
8264 (arm_netbsd_init_abi_common): ... here; new function.
8265 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8266 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8267 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8268 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8269
8270 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8271
8272 * arm-tdep.h (enum arm_abi): New enum.
8273 (struct gdbarch_tdep): New structure.
8274 (LOWEST_PC): Provide a default.
8275 (arm_gdbarch_register_os_abi): Declare new function.
8276 * arm-tdep.c (arm_abi_names): New array.
8277 (process_note_abi_tag_sections): New function.
8278 (get_elfosabi): New function.
8279 (arm_gdbarch_register_os_abi): New function.
8280 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8281 support for that ABI has been built in, then call the appropriate
8282 configuration routine. Use gdbarch_num_regs() to get the number
8283 of registers.
8284 (arm_dump_tdep): New function.
8285 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8286 place-holder functions.
8287 (_initialize_arm_tdep): Register them.
8288 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8289
8290 * armnbsd-tdep.c: New file.
8291 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8292 * config/arm/nbsd.mt (TDEPFILES): Add it.
8293 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8294
8295 * armnbsd-nat.c: Include regcache.h.
8296 * Makefile.in (armnbsd-nat.o): Update dependency list.
8297
8298 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8299
8300 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8301
8302 * gdbserver/Makefile.in: Fix typos in target rules.
8303
8304 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8305
8306 Fix part of PR gdb/267.
8307 * linespec.c (find_methods): Handle constructors specially for now.
8308
8309 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8310
8311 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8312 handling.
8313 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8314 standard_coerce_float_to_double().
8315
8316 2002-02-14 Christopher Faylor <cgf@redhat.com>
8317
8318 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8319 GDBINIT_FILENAME.
8320
8321 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8322
8323 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8324 find_variant_by_name, because it confuses the multiarch
8325 framework. Return NULL if there isn't an architecture with the
8326 user supplied name, instead of forcing a different one without
8327 recording the change with the multiarch machinery.
8328 (find_variant_by_name): Delete.
8329
8330 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8331
8332 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8333 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8334
8335 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8336
8337 * stack.c (print_frame_info_base): When calling
8338 print_frame_info_listing_hook, set current_source_symtab.
8339
8340 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8341
8342 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8343 and remove unused $(INCLUDE_DIR).
8344 Add regcache.c to OBS.
8345 Add generated register protocol files to clean target.
8346 Update dependencies for new objects, obsolete old target code.
8347
8348 * gdbserver/linux-low.c: Remove all platform-specific code to
8349 new files. Remove various dead code. Update to use regcache
8350 functionality.
8351 * gdbserver/remote-utils.c (fromhex): Add return statement
8352 to quiet warning.
8353 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8354 constant.
8355 (input_interrupt): Add integer parameter to match prototype
8356 of a signal handler.
8357 (outreg): Use register_data ().
8358 (prepare_resume_reply): Use gdbserver_expedite_regs.
8359 * gdbserver/server.c (main): Dynamically allocate own_buf because
8360 PBUFSIZ is no longer constant. Use registers_to_string () and
8361 registers_from_string ().
8362 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8363 for error (), fatal (), and warning (). Update definition of
8364 PBUFSIZ to use regcache functionality. Add include guard.
8365 * gdbserver/utils.c (fatal): Add missing ``const''.
8366 (warning): New function.
8367
8368 * regformats/regdat.sh: Include "regcache.h" in generated files.
8369 Provide init_registers () function.
8370 * regformats/regdef.h: Add prototype for set_register_cache ().
8371 Add include guard.
8372
8373 * gdbserver/linux-arm-low.c: New file.
8374 * gdbserver/linux-i386-low.c: New file.
8375 * gdbserver/linux-ia64-low.c: New file.
8376 * gdbserver/linux-m68k-low.c: New file.
8377 * gdbserver/linux-mips-low.c: New file.
8378 * gdbserver/linux-ppc-low.c: New file.
8379 * gdbserver/linux-sh-low.c: New file.
8380
8381 * gdbserver/regcache.c: New file.
8382 * gdbserver/regcache.h: New file.
8383
8384 * gdbserver/low-linux.c: Removed obsolete file.
8385
8386 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8387
8388 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8389 * config/i386/linux.mt: Likewise.
8390 * config/ia64/linux.mt: Likewise.
8391 * config/m68k/linux.mh: Likewise.
8392 * config/powerpc/linux.mh: Likewise.
8393 * config/mips/linux.mt: Likewise.
8394
8395 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8396
8397 * config/i386/i386lynx.mh: Mark gdbserver variables
8398 as (currently) obsolete for this target.
8399 * config/i386/nbsd.mt: Likewise.
8400 * config/i386/nbsdelf.mt: Likewise.
8401 * config/m32r/m32r.mt: Likewise.
8402 * config/m68k/m68klynx.mh: Likewise.
8403 * config/m68k/nbsd.mt: Likewise.
8404 * config/m68k/sun3os4.mh: Likewise.
8405 * config/mips/vr5000.mt: Likewise.
8406 * config/ns32k/nbsd.mt: Likewise.
8407 * config/pa/hppabsd.mh: Likewise.
8408 * config/pa/hppaosf.mh: Likewise.
8409 * config/powerpc/nbsd.mt: Likewise.
8410 * config/rs6000/rs6000lynx.mh: Likewise.
8411 * config/s390/s390.mt: Likewise.
8412 * config/s390/s390x.mt: Likewise.
8413 * config/sparc/sparclynx.mh: Likewise.
8414 * config/sparc/sun4os4.mh: Likewise.
8415 * config/i386/x86-64linux.mt: Likewise.
8416 * config/sparc/linux.mh: Likewise.
8417
8418 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8419
8420 * configure.tgt: Configure gdbserver only for known working
8421 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8422 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8423 SUBDIRS if it is configured. Update comment for ${nativefile}.
8424 * configure: Regenerated.
8425
8426 2002-02-13 Michael Snyder <msnyder@redhat.com>
8427
8428 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8429
8430 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8431 (default_gcore_mach): Just return 0, work around a problem in bfd.
8432 (default_gcore_target): OK to return NULL if exec_bfd is null.
8433 (make_mem_sec): Use a cast, avoid a warning.
8434
8435 * procfs.c (find_memory_regions_callback): Use a cast instead of
8436 calling host_pointer_to_address (which complains if
8437 sizeof (host pointer) != sizeof (target pointer)).
8438 (procfs_make_note_section): Avoid overflow in psargs string.
8439
8440 * procfs.c (procfs_make_note_section): Make the default
8441 implementation return an error.
8442
8443 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8444
8445 * procfs.c (procfs_make_note_section): Provide a default definition
8446 (for alpha-dec-osf4.0f). Fix typos.
8447
8448 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8449
8450 * linux-proc.c: Add include of regcache.h.
8451 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8452
8453 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8454
8455 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8456 * memattr.c (create_mem_region): Disallow useless empty region.
8457 Regions are half-open intervals, so allow [A..B) [B..C) as
8458 non-overlapping.
8459
8460 2002-02-13 Michael Chastain <mec@shout.net>
8461
8462 * defs.h: Kill CONST_PTR.
8463 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8464 * c-lang.c (c_builtin_types): Likewise.
8465 * ch-lang.c (ch_builtin_types): Likewise.
8466 * f-lang.c (f_builtin_types): Likewise.
8467 * language.c (unknown_builtin_types): Likewise.
8468 * m2-lang.c (m2_builtin_types): Likewise.
8469 * p-lang.c (pascal_builtin_types): Likewise.
8470 * scm-lang.c (c_builtin_types): Likewise.
8471
8472 2002-02-13 Keith Seitz <keiths@redhat.com>
8473
8474 * arm-tdep.h (arm_get_next_pc): Add declaration.
8475
8476 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8477
8478 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8479 with other related struct-returning functions.
8480 (arm_extract_struct_value_address): New function.
8481 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8482 initialize float_format, double_format and long_double_format as
8483 appropriate to the endianness of the target.
8484 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8485 (arm_use_struct_convention): Delete declaration.
8486 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8487
8488 2002-02-13 Keith Seitz <keiths@redhat.com>
8489
8490 * defs.h (core_addr_to_string_nz): New function.
8491
8492 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8493
8494 Apply missing bits of 2002-01-15 patch.
8495 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8496 (fill_fpregset): Use i387_fill_fsave.
8497
8498 2002-02-12 Keith Seitz <keiths@redhat.com>
8499
8500 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8501 (core_addr_to_string_nz): New function.
8502
8503 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8504
8505 * arm-linux-nat.c: Really include arm-tdep.h.
8506 * config/arm/tm-linux.h (struct type, struct value): Declare.
8507
8508 2002-02-11 Michael Snyder <msnyder@redhat.com>
8509
8510 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8511 (gcore section): Ifdef for Solaris and Unixware only.
8512 (procfs_do_thread_registers): Unixware needs one lwpstatus
8513 per thread (not one prstatus or pstatus).
8514 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8515 not over all gdb threads. For unixware, call elfcore_write_pstatus
8516 once before iterating over threads.
8517
8518 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8519
8520 * arm-tdep.h: New file.
8521 * arm-tdep.c: Include arm-tdep.h.
8522 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8523 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8524 (arm_print_float_info, arm_register_type, convert_to_extended)
8525 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8526 (arm_extract_return_value, arm_register_name): Make static.
8527 (arm_software_single_step): Similarly. Fix types in declaration.
8528 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8529 (arm_store_return_value, arm_store_struct_return): New functions.
8530 (arm_gdbarch_init): Register the above functions. Also register
8531 call_dummy_start_offset, sizeof_call_dummy_words,
8532 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8533 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8534 max_register_virtual_size, register_size. Set up
8535 prologue_cache.saved_regs here, rather than ...
8536 (_initialize_arm_tdep): ... here.
8537 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8538 declarations.
8539 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8540 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8541 (arm_print_float_info, arm_register_type, convert_to_extended)
8542 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8543 (arm_extract_return_value, arm_register_name): Delete declarations.
8544 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8545 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8546 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8547 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8548 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8549 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8550 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8551 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8552 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8553 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8554 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8555 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8556 interface.
8557 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8558 * remote-rdi.c remote-rdp.c: Likewise.
8559 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8560 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8561 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8562 definition.
8563
8564 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8565 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8566 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8567 from non-ARM_ prefixed definitions.
8568 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8569 all uses of above.
8570 * remote-rdi.c remote-rdp.c: Likewise.
8571 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8572
8573 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8574
8575 * arm-tdep.c (arm_frameless_function_invocation)
8576 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8577 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8578 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8579 (arm_pop_frame, arm_get_next_pc): Make static.
8580 (arm_gdbarch_init): Register above in gdbarch structure.
8581 (arm_read_fp): Renamed from arm_target_read_fp.
8582 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8583 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8584 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8585 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8586 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8587 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8588 (arm_pc_is_thumb_dummy): Delete declarations.
8589 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8590 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8591 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8592 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8593
8594 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * symtab.c (compare_search_syms): New function.
8597 (sort_search_symbols): New function.
8598 (search_symbols): Sort symbols after searching rather than
8599 before.
8600
8601 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8602
8603 * NEWS: Linux -> GNU/Linux.
8604
8605 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8606
8607 * gdbarch.sh: For for level one methods, disallow a definition
8608 when partially multi-arched. Add comments explaining rationale.
8609 * gdbarch.h: Re-generate.
8610
8611 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8612
8613 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8614 multi-arch partial.
8615
8616 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8617
8618 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8619 field. Use diff -u.
8620 * gdbarch.c: Re-generate.
8621
8622 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8623
8624 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8625 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8626 partial.
8627
8628 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8629
8630 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8631 multi-arch partial.
8632 (PUSH_ARGUMENTS): Switch to using predefault.
8633 * gdbarch.c: Regenerate.
8634
8635 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8636
8637 * valops.c (PUSH_ARGUMENTS): Delete definition.
8638 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8639 partial. Default to default_push_arguments.
8640 * gdbarch.h, gdbarch.c: Regenerate.
8641
8642 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8643
8644 * defs.h (throw_exception): Rename return_to_top_level. Update
8645 comments.
8646 * utils.c (error_stream, internal_verror, quit): Ditto.
8647 * top.c (throw_exception, catcher): Ditto.
8648 * sparclet-rom.c (sparclet_load): Ditto.
8649 * remote.c (interrupt_query, minitelnet): Ditto.
8650 * remote-sds.c (interrupt_query): Ditto.
8651 * remote-mips.c (mips_error, mips_kill): Ditto.
8652 * ocd.c (interrupt_query): Ditto.
8653 * monitor.c (monitor_interrupt_query): Ditto.
8654 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8655 * target.h: Update comment.
8656
8657 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8658
8659 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8660
8661 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8662 default_double_format.
8663 * gdbarch.h, gdbarch.c: Re-generate.
8664 * findvar.c (floatformat_unknown): Delete variable definition.
8665 * doublest.h (floatformat_unknown): Delete variable declaration.
8666
8667 2002-02-09 Jim Blandy <jimb@redhat.com>
8668
8669 * stabsread.c (read_type): Add code to parse Sun's syntax for
8670 prototyped function types.
8671
8672 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8673
8674 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8675 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8676
8677 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8678
8679 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8680 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8681 now _initialize_xcoffsolib gets called again and overrides the
8682 commands from solib.c in a native configuration.
8683
8684 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8685
8686 * doublest.c (store_typed_floating): Don't try to return a value.
8687 Fixes PR gdb/290.
8688
8689 2002-02-08 Jim Blandy <jimb@redhat.com>
8690
8691 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8692 is prototyped and has no arguments, print its argument list as
8693 `(void)'.
8694
8695 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8696
8697 * MAINTAINERS (write-after-approval): Add myself.
8698 (paper-trail): I've escaped!
8699
8700 2002-02-08 Christopher Faylor <cgf@redhat.com>
8701
8702 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8703 changes.
8704 (_initialize_check_for_gdb_ini): Ditto.
8705
8706 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8707
8708 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8709 xaprintf -> xasprintf.
8710
8711 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8712
8713 * win32-nat.c: Remove use of printf and sprintf functions.
8714
8715 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8716
8717 * arm-tdep.c (arm_frame_chain_valid): Make static.
8718 (arm_push_arguments): Likewise.
8719 (arm_gdbarch_init): New function.
8720 (_initialize_arm_tdep): Call it.
8721 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8722 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8723 (FRAME_CHAIN_VALID): Delete.
8724 (arm_frame_chain_valid): Delete declaration.
8725 (PUSH_ARGUMENTS): Delete.
8726 (arm_push_arguments): Delete declaration.
8727 (CALL_DUMMY_P): Delete.
8728
8729 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8730 Corinna Vinschen <vinschen@redhat.com>
8731
8732 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8733 on builtin float types.
8734
8735 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8736
8737 * utils.c: Include <curses.h> before "bfd.h".
8738 * tui/tui-hooks.c: Likewise.
8739 * tui/tui.c: Likewise.
8740 * tui/tuiCommand.c: Likewise.
8741 * tui/tuiData.c: Likewise.
8742 * tui/tuiDataWin.c: Likewise.
8743 * tui/tuiDisassem.c: Likewise.
8744 * tui/tuiGeneralWin.c: Likewise.
8745 * tui/tuiIO.c: Likewise.
8746 * tui/tuiLayout.c: Likewise.
8747 * tui/tuiRegs.c: Likewise.
8748 * tui/tuiSource.c: Likewise.
8749 * tui/tuiSourceWin.c: Likewise.
8750 * tui/tuiStack.c: Likewise.
8751 * tui/tuiWin.c: Likewise.
8752
8753 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8754
8755 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8756 to include space for pseudoregs as well. Update loops accordingly.
8757 (sh_fp_frame_init_saved_regs): Ditto.
8758 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8759
8760 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8761
8762 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8763 Add Richard Earnshaw to Arm maintainers.
8764
8765 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8766
8767 * defs.h (warning_begin): Delete declaration.
8768
8769 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8770 Delete macro.
8771
8772 2002-02-07 Michael Snyder <msnyder@redhat.com>
8773
8774 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8775 Logic bug, remove misplaced else.
8776
8777 2002-02-07 Klee Dienes <klee@apple.com>
8778
8779 * fork-inferior.c (fork_inferior): Add '!' to the list of
8780 characters that need to be quoted when building a string for the
8781 shell. Quote '!' specifically with a backslash, since CSH chokes
8782 when trying to evaluate "str!str".
8783
8784 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8785
8786 * rdi-share/host.h: Only provide a typedef for bool if it is not
8787 defined.
8788
8789 2002-02-04 Michael Snyder <msnyder@redhat.com>
8790
8791 * breakpoint.h (enum bptype): Add new overlay event bp type.
8792 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8793
8794 * breakpoint.c (create_internal_breakpoint): New function.
8795 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8796 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8797 (create_thread_event_breakpoint): Ditto.
8798 (create_solib_event_breakpoint): Ditto.
8799 (create_overlay_event_breakpoint): New function.
8800 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8801 (update_breakpoints_after_exec): Delete and re-initialize
8802 overlay event breakpoints after an exec. Add FIXME comment
8803 about longjmp breakpoint.
8804 (print_it_typical): Ignore overlay event breakpoints.
8805 (print_one_breakpoint): Ditto.
8806 (mention): Ditto.
8807 (bpstat_what): Do not stop for overlay event breakpoints.
8808 (delete_breakpoint): Don't delete overlay event breakpoints.
8809 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8810 (breakpoint_re_set): Re-create overlay event breakpoint.
8811
8812 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8813 (overlay_manual_command): Disable overlay breakpoints.
8814 (overlay_off_command): Disable overlay breakpoints.
8815
8816 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8817
8818 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8819 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8820 to here from config/tm-arm.h.
8821 (coff_sym_is_thumb): Make static.
8822 (arm_elf_make_msymbol_special): New function.
8823 (arm_coff_make_msymbol_special): New function.
8824 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8825 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8826 (coff_sym_is_thumb): Delete declaration.
8827 (arm_elf_make_msymbol_special): Declare.
8828 (arm_coff_make_msymbol_special): Declare.
8829 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8830 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8831
8832 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8833
8834 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8835
8836 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8837
8838 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8839 * gdbarch.c gdbarch.h: Regenerate.
8840 * arch-utils.c (default_print_float_info): New function.
8841 * arch-utils.h (default_print_float_info): Prototype it.
8842 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8843 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8844 (PRINT_FLOAT_INFO): Document it.
8845
8846 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8847 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8848 (PRINT_FLOAT_INFO): Define.
8849
8850 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8851
8852 * win32-nat.c (_initialize_check_for_gdb_ini):
8853 Add typecast to sprintf argument to suppress a warning.
8854
8855 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8856
8857 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8858 to allow easier handling of pass state.
8859 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8860 that gives exception name and address.
8861 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8862 and set last_sig value to ourstatus->value.sig. Some missing
8863 exceptions added.
8864 (child_continue): Correctly report continue_status.
8865 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8866 TARGET_SIGNAL_0 (new default value).
8867 (child_resume): consider sig argument passed to decide if
8868 the exception should be passed to debuggee or not.
8869
8870 2002-02-05 Michael Snyder <msnyder@redhat.com>
8871
8872 * regcache.c (fetch_register): Call target_fetch_register
8873 only if we don't call FETCH_PSEUDO_REGISTER.
8874 (store_register): Call target_store_register only if we
8875 don't call STORE_PSEUDO_REGISTER.
8876
8877 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
8878
8879 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8880 ELF_MAKE_MSYMBOL_SPECIAL.
8881 * gdbarch.c, gdbarch.h: Regenerate.
8882 * arch-utils.c (default_make_msymbol_special): New function.
8883 * arch-utils.h (default_make_msymbol_special): Export.
8884 * elfread.c (elf_symtab_read): Compile use of
8885 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8886 multiarched.
8887 * coffread.c (coff_symtab_read): Ditto, for
8888 COFF_MAKE_MSYMBOL_SPECIAL.
8889
8890 2002-02-05 Jim Blandy <jimb@redhat.com>
8891
8892 * solib-svr4.c (svr4_truncate_ptr): New function.
8893 (svr4_relocate_section_addresses): Do the address arithmetic with
8894 the appropriate truncation for target addresses, even when
8895 CORE_ADDR is larger than a target address.
8896
8897 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8900 to (int *).
8901
8902 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8903
8904 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8905 code.
8906
8907 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8908
8909 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8910
8911 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8912
8913 * gdbserver/linux-low.c: Remove unused include files.
8914
8915 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8916
8917 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8918 (read_inferior_memory): Use it.
8919 (write_inferior_memory): Likewise.
8920
8921 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8922
8923 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8924 grubbing through sys_errlist.
8925
8926 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8927
8928 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8929
8930 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8931 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8932
8933 2002-02-04 Andrew Cagney <ac131313@redhat.com>
8934
8935 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8936 (do_sfunc, set_cmd_sfunc): New functions.
8937
8938 * command.h (struct cmd_list_element): Add field func.
8939 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8940 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8941 * cli/cli-decode.h: Ditto.
8942
8943 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8944 (help_all, help_cmd_list): Ditto.
8945 (find_cmd, complete_on_cmdlist): Ditto.
8946 * top.c (execute_command): Ditto.
8947
8948 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8949 function.sfunc.
8950
8951 * infcmd.c (notice_args_read): Fix function signature.
8952
8953 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8954 * cli/cli-decode.c (add_set_cmd): Ditto.
8955 * utils.c (initialize_utils): Ditto.
8956 * maint.c (_initialize_maint_cmds): Ditto.
8957 * infrun.c (_initialize_infrun): Ditto.
8958 * demangle.c (_initialize_demangler): Ditto.
8959 * remote.c (add_packet_config_cmd): Ditto.
8960 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8961 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8962 * proc-api.c (_initialize_proc_api): Ditto.
8963 * kod.c (_initialize_kod): Ditto.
8964 * valprint.c (_initialize_valprint): Ditto.
8965 * top.c (init_main): Ditto.
8966 * infcmd.c (_initialize_infcmd): Ditto.
8967 * corefile.c (_initialize_core): Ditto.
8968 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8969 * arch-utils.c (initialize_current_architecture): Ditto.
8970 (_initialize_gdbarch_utils): Ditto.
8971 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8972
8973 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8974 * wince.c (_initialize_inftarg): Ditto.
8975 * symfile.c (_initialize_symfile): Ditto.
8976 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8977 * language.c (_initialize_language): Ditto.
8978 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8979
8980 2002-02-04 Michael Snyder <msnyder@redhat.com>
8981
8982 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8983
8984 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8985
8986 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8987 Add rules for building the register data files.
8988
8989 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8990
8991 * regformats/regdat.sh: Add braces to the definition of
8992 expedite_regs_${arch}.
8993
8994 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8995
8996 * regformats/regdef.h (struct reg): Add comment describing the
8997 requirements for offset and size fields.
8998
8999 2002-02-04 Andreas Schwab <schwab@suse.de>
9000
9001 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9002 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9003
9004 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9005
9006 * gdbarch.sh (copyright): Update years in generated header.
9007 (SMASH_TEXT_ADDRESS): Add rule.
9008 * gdbarch.h, gdbarch.c: Re-generate.
9009 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9010 * dbxread.c: Likewise.
9011 * dwarfread.c: Likewise.
9012 * elfread.c: Likewise.
9013 * somread.c: Likewise.
9014
9015 * arm-tdep.c (arm_smash_text_address): New function.
9016 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9017
9018 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9019
9020 Add support for hardware watchpoints on win32 native.
9021 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9022 CONTEXT_DEBUG_REGISTERS.
9023 (dr variable): New variable. Static array containing a local copy
9024 of debug registers.
9025 (debug_registers_changed): New variable. Reflects when debug registers
9026 are changed and need to be written to inferior.
9027 (debug_registers_used): New variable. Reflects when any debug register
9028 was set, used when new threads are created.
9029 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9030 i386-nat code.
9031 (thread_rec): Set dr array if id is the thread of current_event .
9032 (child_continue, child_resume): Change the debug registers for all
9033 threads if debug_registers_changed.
9034 (child_add_thread): Change the debug registers if debug_registers_used.
9035 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9036 Link nm.h to new nm-cygwin.h file.
9037 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9038 of hardware registers.
9039
9040 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9041
9042 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9043 Restore behavour broken by 2002-01-20 Andrew Cagney
9044 <ac131313@redhat.com> IEEE_FLOAT removal.
9045
9046 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9047
9048 * c-valprint.c (c_val_print): Pass a proper valaddr to
9049 cp_print_class_method.
9050 * valops.c (search_struct_method): If there is only one method
9051 and args is NULL, return that method.
9052
9053 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9054
9055 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9056 accessing tag_name directly.
9057
9058 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9061 of accessing tag_name directly.
9062
9063 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9064
9065 PR gdb/280
9066 * gdbtypes.c (replace_type): New function.
9067 * gdbtypes.h (replace_type): Add prototype.
9068 * stabsread.c (read_type): Use replace_type.
9069
9070 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9071
9072 * Makefile.in (memattr.o): Add missing dependencies rule.
9073
9074 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9075
9076 * breakpoint.c (break_at_finish_command): Really export.
9077 (break_at_finish_at_depth_command): Ditto.
9078 (tbreak_at_finish_command): Ditto.
9079 * hppa-tdep.c: Include completer.h.
9080 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9081 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9082
9083 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9084
9085 * utils.c (do_write): New function.
9086 (error_stream): Rewrite combining the code from error_begin and
9087 verror.
9088 (verror): Rewrite using error_stream.
9089 (error_begin): Delete function.
9090
9091 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9092
9093 * utils.c (error_begin): Make static.
9094 * defs.h (error_begin): Delete declaration.
9095
9096 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9097 (decode_line_1): Use cplusplus_error instead of error_begin,
9098 cplusplus_hint and return_to_top_level.
9099 * coffread.c (coff_symfile_read): Use error instead of error_begin
9100 and return_to_top_level.
9101 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9102
9103 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9104
9105 * language.h (type_error, range_error): Make string parameter
9106 constant.
9107 * language.c (warning_pre_print): Delete extern declaration.
9108 * dwarfread.c (warning_pre_print): Ditto.
9109 * language.c (type_error, range_error): Rewrite to use verror and
9110 vwarning instead of warning_begin.
9111
9112 2002-02-01 Michael Snyder <msnyder@redhat.com>
9113
9114 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9115 (set_ignore_count): Move misplaced comment back where it belongs.
9116
9117 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9118
9119 * command.h (NO_FUNCTION): Delete macro.
9120 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9121 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9122 * tracepoint.c (_initialize_tracepoint): Ditto.
9123 * cli/cli-decode.c (add_set_cmd): Ditto.
9124 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9125
9126 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9127
9128 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9129 Update ``this'' pointer when calling virtual functions.
9130
9131 2002-02-01 Michael Snyder <msnyder@redhat.com>
9132
9133 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9134 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9135
9136 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9137
9138 * regformats/reg-arm.dat: New file.
9139 * regformats/reg-i386.dat: New file.
9140 * regformats/reg-ia64.dat: New file.
9141 * regformats/reg-m68k.dat: New file.
9142 * regformats/reg-mips.dat: New file.
9143 * regformats/reg-ppc.dat: New file.
9144 * regformats/reg-sh.dat: New file.
9145 * regformats/regdef.h: New file.
9146 * regformats/regdat.sh: New file.
9147
9148 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9149
9150 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9151 (arm_frame_args_address, arm_frame_locals_address): New functions.
9152 (arm_frame_num_args): New function.
9153 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9154 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9155 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9156
9157 2002-01-31 Michael Snyder <msnyder@redhat.com>
9158
9159 * breakpoint.c (break_at_finish_command): Export.
9160 (break_at_finish_at_depth_command): Export.
9161 (tbreak_at_finish_command): Export.
9162 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9163 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9164 "tbreak" commands, which are HPPA specific.
9165
9166 * printcmd.c (disassemble_command): Remove an ancient
9167 artifact of an old merge.
9168
9169 * symfile.h (enum overlay_debugging_state):
9170 Define enum constant values for overlay mode.
9171 * symfile.c (overlay_debugging): Use enums instead of literals.
9172 (overlay_is_mapped, overlay_auto_command,
9173 overlay_manual_command): Ditto.
9174
9175 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9176 breakpoint_here_p, breakpoint_inserted_here_p,
9177 breakpoint_thread_match, bpstat_stop_status,
9178 describe_other_breakpoints, check_duplicates, clear_command):
9179 Coding standard fixes.
9180
9181 * target.c (target_xfer_memory): Add spaces, coding standard.
9182 (do_xfer_memory): Add missing line to trust-readonly
9183 code: check bfd SEC_READONLY flag for section.
9184
9185 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9186
9187 * PROBLEMS: Fix typo, 5.1->5.1.1.
9188
9189 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9190
9191 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9192 data symbols, since we search based on textlow and texthigh.
9193 (find_pc_sect_symtab): Likewise.
9194
9195 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9196
9197 * defs.h (vwarning): Declare.
9198 * utils.c (vwarning): New function.
9199 (warning): Call vwarning.
9200 (warning_begin): Delete function.
9201
9202 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9203 the warning message.
9204 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9205 warning_begin.
9206
9207 2002-01-30 Michael Snyder <msnyder@redhat.com>
9208
9209 * NEWS: Mention "set trust-readonly-sections" command.
9210 Mention generate-core-file command.
9211
9212 2002-01-15 Michael Snyder <msnyder@redhat.com>
9213
9214 * target.c: New command, "set trust-readonly-sections on".
9215 (do_xfer_memory): Honor the suggestion to trust readonly sections
9216 by reading them from the object file instead of from the target.
9217 (initialize_targets): Register command "set trust-readonly-sections".
9218
9219 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9220
9221 * parse.c (target_map_name_to_register): Simplify, search regs and
9222 pseudo-regs using a single loop.
9223
9224 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9225
9226 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9227
9228 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9229
9230 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9231 * config/i386/i386v42mp.mh: Add i387-nat.o .
9232 * i386v4-nat.c: Include i387-nat.h.
9233 (supply_fpregset): Use i387_supply_fsave.
9234 (fill_fpregset): Use i387_fill_fsave.
9235
9236 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9237
9238 * arm-tdep.c (arm_call_dummy_words): Define.
9239 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9240 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9241 (CALL_DUMMY_WORDS): Define.
9242 (arm_call_dummy_words): Declare.
9243 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9244 (arm_linux_call_dummy_words): Declare.
9245
9246 2002-01-30 Andreas Schwab <schwab@suse.de>
9247
9248 * m68klinux-nat.c: Fix last change to use regcache_collect
9249 instead of referencing registers[] directly.
9250
9251 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9252
9253 * parse.c (target_map_name_to_register): Delete code wrapped in
9254 #ifdef REGISTER_NAME_ALIAS_HOOK.
9255
9256 2002-01-28 Michael Snyder <msnyder@redhat.com>
9257
9258 * regcache.c (legacy_read_register_gen): Need to be able to
9259 read pseudo-register as well as real register.
9260 (legacy_write_register_gen): Ditto.
9261
9262 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9263
9264 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9265 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9266 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9267 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9268 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9269 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9270 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9271 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9272 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9273 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9274 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9275 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9276 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9277 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9278 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9279 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9280 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9281 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9282 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9283 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9284
9285 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9286
9287 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9288 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9289 (initialize_current_architecture): Update target_byte_order using
9290 information from BFD.
9291 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9292 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9293
9294 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9295
9296 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9297 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9298
9299 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9300 #ifdef INVALID_FLOAT.
9301 * infcmd.c (do_registers_info): Ditto.
9302 * values.c (unpack_double): Ditto. Add comment.
9303
9304 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9305 already commented out.
9306
9307 2002-01-26 Andreas Schwab <schwab@suse.de>
9308
9309 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9310 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9311 registers and add support for PTRACE_GETREGS.
9312
9313 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9314
9315 GDB 5.1.1 released from 5.1 branch.
9316 * NEWS: Add 5.1.1 news.
9317 * README: Sync with 5.1 branch.
9318
9319 2002-01-23 Fred Fish <fnf@redhat.com>
9320
9321 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9322 stabstring on initial malloc. Reallocing will copy it for us,
9323 if necessary.
9324
9325 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9326
9327 * Makefile.in (hpread_h): Delete.
9328 (HFILES_NO_SRCDIR): Remove hpread.h.
9329 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9330 (hpread.o): Update dependencies.
9331 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9332
9333 * hp-psymtab-read.c: Remove file.
9334 * hp-symtab-read.c: Remove file.
9335 * hpread.h: Remove file.
9336
9337 * hpread.c: Merge all contents of hp-psymtab-read.c,
9338 hp-symtab-read.c and hpread.h into this file, as it was prior to
9339 January 1999.
9340
9341 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9342 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9343 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9344 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9345
9346 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9347
9348 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9349 fill_gregset): Call gdbarch_tdep() just once, assign result to
9350 variable and use that, instead of calling the function several
9351 times.
9352
9353 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9354
9355 * configure.host: Accept sparcv9 as alias for sparc64.
9356 * configure.tgt: Likewise.
9357
9358 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9359
9360 * solib-aix5.c (build_so_list_from_mapfile)
9361 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9362 arguments is not reversed.
9363 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9364 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9365
9366 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9367
9368 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9369 modified version of obsolete sh_fetch_pseudo_register.
9370 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9371 (sh4_register_read): New function.
9372 (sh_pseudo_register_write): New function. Renamed and modified
9373 version of obsolete sh_store_pseudo_register.
9374 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9375 (sh4_register_write): New function.
9376 (sh_gdbarch_init): Remove setting of gdbarch function
9377 fetch_pseudo_register and store_pseudo_register. Remove setting of
9378 register_convert_to_raw, register_convert_to_virtual,
9379 register_convertible.
9380 (sh_sh4_register_convertible): Delete. No longer needed. All is
9381 taken care by architecture specific functions
9382 register_read/register_write.
9383 (sh_sh4_register_convert_to_virtual): Make static.
9384 (sh_sh4_register_convert_to_raw): Ditto.
9385
9386 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9387
9388 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9389 (floatformat_is_nan, floatformat_mantissa): Ditto.
9390
9391 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9392 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9393 builtin_type_ieee_double_little,
9394 builtin_type_ieee_double_littlebyte_bigword,
9395 builtin_type_m68881_ext, builtin_type_i960_ext,
9396 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9397 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9398 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9399 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9400
9401 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9402
9403 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9404 parameter. Set frameless flag if it exists and depended of
9405 whether the scanned function is frameless or not.
9406 (xstormy16_skip_prologue): If function is frameless, return
9407 result of xstormy16_scan_prologue().
9408 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9409 call.
9410
9411 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9412
9413 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9414 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9415 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9416 sh_sh4_register_byte, sh_sh4_register_raw_size,
9417 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9418 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9419 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9420 sh_store_pseudo_register, sh_do_pseudo_register): Call
9421 gdbarch_tdep() just once, assign result to variable and use that,
9422 instead of calling the function several times.
9423
9424 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9425
9426 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9427 macros instead of LAST_FPU_CTRL_REGNUM.
9428 (store_register): Likewise.
9429
9430 2002-01-21 Jim Blandy <jimb@redhat.com>
9431
9432 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9433 is up-to-date before running the program, not just when a program
9434 exits.
9435
9436 2002-01-21 Fred Fish <fnf@redhat.com>
9437
9438 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9439 when we have found all instructions we are looking for.
9440
9441 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9442
9443 * arm-tdep.c (arm_register_name): New function.
9444 (arm_registers_names): Make static.
9445 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9446 (arm_register_name): Declare.
9447 (REGISTER_NAME): Use it.
9448
9449 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9450 Kevin Buettner <kevinb@redhat.com>
9451
9452 Convert arm targets to new FRAME interface.
9453 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9454 (arm_frame_find_save_regs): Delete.
9455 (arm_frame_init_saved_regs): New.
9456 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9457 Allocate extra_info as required. Convert all uses of fsr.regs
9458 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9459 to use extra_info.
9460 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9461 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9462 (check_prologue_cache, save_prologue_cache): Likewise.
9463 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9464 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9465 (FRAME_FIND_SAVED_REGS): Delete.
9466 (arm_frame_find_saved_regs): Delete prototype.
9467 (arm_frame_init_saved_regs): New prototype.
9468 (FRAME_INIT_SAVED_REGS): Define.
9469
9470 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9471
9472 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9473
9474 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9475
9476 From Jeff Law <law@redhat.com>:
9477 * infttrace.c: Include <sys/pstat.h>.
9478 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9479 exec file if the ttrace equivalent fails.
9480
9481 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9482
9483 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9484 (closeLogFile): Ditto.
9485
9486 2002-01-20 Michael Chastain <mec@shout.net>
9487
9488 * top.c (print_gdb_version): Bump copyright year to 2002.
9489
9490 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9491
9492 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9493 Zannoni and Eli Zaretskii.
9494
9495 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9496
9497 * buildsym.c: Update copyright years.
9498 * c-typeprint.c: Likewise.
9499 * dwarf2read.c: Likewise.
9500 * f-typeprint.c: Likewise.
9501 * gdbtypes.c: Likewise.
9502 * gdbtypes.h: Likewise.
9503 * hp-symtab-read.c: Likewise.
9504 * hpread.c: Likewise.
9505 * mdebugread.c: Likewise.
9506 * p-typeprint.c: Likewise.
9507
9508 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9509
9510 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9511 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9512 byte-order selectable.
9513 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9514 * arch-utils.c: Ditto.
9515 (set_endian): Ditto.
9516 (set_endian_from_file): Ditto.
9517 * gdbserver/low-sim.c (create_inferior): Ditto.
9518 * gdbarch.sh: Ditto.
9519 * gdbarch.h: Re-generate.
9520 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9521 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9522 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9523 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9524 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9525 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9526 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9527 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9528 macro definition.
9529 * config/mips/tm-wince.h: Remove #undef of macro
9530 TARGET_BYTE_ORDER_SELECTABLE.
9531 * config/sh/tm-wince.h: Ditto.
9532
9533 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9534
9535 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9536 member function fields. Add accessor macro
9537 TYPE_FN_FIELD_ARTIFICIAL.
9538 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9539 * c-typeprint.c (c_type_print_base): Skip artificial member
9540 functions.
9541
9542 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9543
9544 * f-typeprint.c: Delete unused function f_type_print_args.
9545 * p-typeprint.c: Delete unused function pascal_type_print_args.
9546
9547 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9548
9549 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9550 comment. Add ``artificial'' to ``union field_location''.
9551
9552 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9553
9554 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9555 * mdebugread.c (parse_symbol): Likewise.
9556 * stabsread.c (define_symbol): Likewise.
9557 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9558 initializing TYPE_FIELD_BITPOS to n (obsolete).
9559 (hpread_doc_function_type): Likewise.
9560 * hpread.c (hpread_function_type): Likewise.
9561
9562 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9563
9564 * configure.in (host_makefile_frag): Only require a host makefile
9565 fragment when a native build.
9566 * configure: Re-generate.
9567
9568 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9569
9570 * doublest.h (floatformat_from_type): Declare.
9571 * doublest.c (floatformat_from_type): New function.
9572 (convert_typed_floating): Use.
9573
9574 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9575 call to function floatformat_from_type.
9576
9577 * gdbarch.sh (IEEE_FLOAT): Delete.
9578 * gdbarch.h, gdbarch.c: Re-generate.
9579 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9580 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9581 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9582 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9583 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9584 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9585 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9586 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9587 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9588 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9589 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9590 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9591
9592 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9593 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9594 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9595 * sh-tdep.c (sh_gdbarch_init): Ditto.
9596 * mips-tdep.c (mips_gdbarch_init): Ditto.
9597 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9598 * cris-tdep.c (cris_gdbarch_init): Ditto.
9599
9600 2002-01-20 Jiri Smid <smid@suse.cz>
9601
9602 * configure.host, configure.tgt: Support x86-64.
9603 * NEWS: Note new target x86-64.
9604
9605 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9606 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9607 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9608 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9609 x86-64-linux-nat.o): Fix dependencies.
9610
9611 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9612
9613 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9614 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9615 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9616 * config/sparc/xm-sun4os4.h: Delete file.
9617 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9618
9619 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9620
9621 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9622 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9623 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9624 * config/i386/i386lynx.mh (XM_FILE): Delete.
9625 * config/rs6000/xm-rs6000ly.h: Delete file.
9626 * config/sparc/xm-sparclynx.h: Delete file.
9627 * config/m68k/xm-m68klynx.h: Delete file.
9628 * config/i386/xm-i386lynx.h: Delete file.
9629 * config/xm-lynx.h: Delete file.
9630 * config/djgpp/fnchange.lst: Update.
9631
9632 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9633
9634 * alpha-tdep.c (alpha_register_byte): New function.
9635 (alpha_register_raw_size): Ditto.
9636 (alpha_register_virtual_size): Ditto.
9637 (alpha_skip_prologue_internal): Renamed from
9638 alpha_skip_prologue.
9639 (alpha_skip_prologue): New version that calls
9640 alpha_skip_prologue_internal.
9641 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9642 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9643 second argument from alpha_skip_prologue.
9644 (REGISTER_BYTE): Use alpha_register_byte.
9645 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9646 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9647 (FRAMELESS_FUNCTION_INVOCATION): Use
9648 generic_frameless_function_invocation_not.
9649 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9650 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9651
9652 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9653
9654 * config/mips/xm-news-mips.h: Delete file.
9655 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9656
9657 * config/m88k/xm-m88k.h: Delete file.
9658 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9659 * config/m88k/xm-delta88v4.h: Ditto.
9660 * config/m88k/xm-delta88.h: Ditto.
9661
9662 * config/alpha/xm-fbsd.h: Delete file.
9663 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9664
9665 * config/sparc/xm-sparc.h: Delete file.
9666 * Makefile.in (xm-sun4os4.h): Delete dependency.
9667 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9668 * config/sparc/xm-sun4os4.h: Ditto.
9669 * config/sparc/xm-linux.h: Ditto.
9670
9671 * config/i386/xm-windows.h: Delete file.
9672
9673 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9674
9675 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9676 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9677
9678 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9679
9680 * alpha-tdep.c (alpha_call_dummy_words): New.
9681 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9682 (CALL_DUMMY_P): Define.
9683 (CALL_DUMMY_WORDS): Define.
9684 (SIZEOF_CALL_DUMMY_WORDS): Define.
9685
9686 2002-01-19 Per Bothner <per@bothner.com>
9687
9688 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9689 isn't NULL, which can happen with some gcj-3.x-produced code.
9690
9691 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9692
9693 * alpha-tdep.c (alpha_register_virtual_type): New function.
9694 (alpha_init_frame_pc_first): Ditto.
9695 (alpha_fix_call_dummy): Ditto.
9696 (alpha_store_struct_return): Ditto.
9697 (alpha_extract_struct_value_address): Ditto.
9698 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9699 alpha_register_virtual_type.
9700 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9701 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9702 alpha_extract_struct_value_address.
9703 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9704 (INIT_FRAME_PC): Use init_frame_pc_noop.
9705 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9706
9707 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9708
9709 * i386gnu-nat.c: Include "i386-tdep.h".
9710 (fetch_fpregs): Simplify code dealing with uninitialized floating
9711 point states such that it doesn't require FP7_REGNUM.
9712
9713 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9714
9715 * alpha-tdep.c (frame_extra_info): New.
9716 (alpha_find_saved_regs): Make static. Use
9717 frame->extra_info.
9718 (alpha_frame_init_saved_regs): New function.
9719 (alpha_frame_saved_pc): Use frame->extra_info.
9720 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9721 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9722 (init_extra_frame_info): Rename to...
9723 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9724 (alpha_print_extra_frame_info): New function.
9725 (alpha_frame_locals_address): Ditto.
9726 (alpha_frame_args_address): Ditto.
9727 (alpha_pop_frame): Use frame->extra_info.
9728 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9729 alpha_frame_args_address.
9730 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9731 (alpha_find_saved_regs): Remove prototype.
9732 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9733 (EXTRA_FRAME_INFO): Remove.
9734 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9735 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9736
9737 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9738
9739 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9740 (alpha_cannot_fetch_register): Ditto.
9741 (alpha_cannot_store_register): Ditto.
9742 (alpha_register_convertible): Ditto.
9743 (alpha_use_struct_convention): Ditto.
9744 * config/alpha/tm-alpha.h: Update copyright years.
9745 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9746 (INNER_THAN): Use core_addr_lessthan.
9747 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9748 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9749 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9750 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9751 (FRAME_CHAIN): Remove unnecessary cast.
9752
9753 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9754
9755 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9756 obsolete.
9757
9758 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9759
9760 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9761 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9762 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9763 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9764 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9765 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9766 * x86-64-linux-nat.c: Ditto.
9767
9768 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9769
9770 * alpha-tdep.c (alpha_register_name): New function.
9771 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9772 (REGISTER_NAME): Define.
9773
9774 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9775
9776 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9777
9778 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9779
9780 * alpha-tdep.c: Update copyright years.
9781 (alpha_next_pc): New function.
9782 (alpha_software_single_step): Ditto.
9783 * config/alpha/tm-alpha.h: Add prototype for
9784 alpha_software_single_step.
9785
9786 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9787
9788 * alphabsd-nat.c: Update copyright years.
9789 (fill_gregset): Use regcache_collect.
9790 (fill_fpregset): Likewise.
9791 (fetch_inferior_registers): Only fetch integer registers
9792 if requested to do so.
9793 (store_inferior_registers): Only store integer registers
9794 if requested to do so.
9795
9796 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9797
9798 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9799 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9800 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9801 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9802 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9803 * config/arm/linux.mh (XDEPFILES): Delete.
9804 * config/arm/nbsd.mh (XDEPFILES): Delete.
9805 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9806 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9807 * config/i386/i386m3.mh (XDEPFILES): Delete.
9808 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9809 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9810 * config/i386/fbsd.mh (XDEPFILES): Delete.
9811 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9812 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9813 * config/i386/i386v4.mh (XDEPFILES): Delete.
9814 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9815 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9816 * config/i386/i386aix.mh (XDEPFILES): Delete.
9817 * config/i386/go32.mh (XDEPFILES): Delete.
9818 * config/i386/cygwin.mh (XDEPFILES): Delete.
9819 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9820 * config/i386/i386mach.mh (XDEPFILES): Delete.
9821 * config/i386/i386v32.mh (XDEPFILES): Delete.
9822 * config/i386/linux.mh (XDEPFILES): Delete.
9823 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9824 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9825 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9826 * config/i386/i386sco.mh (XDEPFILES): Delete.
9827 * config/i386/i386v.mh (XDEPFILES): Delete.
9828 * config/i386/nbsd.mh (XDEPFILES): Delete.
9829 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9830 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9831 * config/i386/symmetry.mh (XDEPFILES): Delete.
9832 * config/i386/obsd.mh (XDEPFILES): Delete.
9833 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9834 * config/ia64/linux.mh (XDEPFILES): Delete.
9835 * config/ia64/aix.mh (XDEPFILES): Delete.
9836 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9837 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9838 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9839 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9840 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9841 * config/m68k/linux.mh (XDEPFILES): Delete.
9842 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9843 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9844 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9845 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9846 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9847 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9848 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9849 * config/m88k/delta88.mh (XDEPFILES): Delete.
9850 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9851 * config/m88k/m88k.mh (XDEPFILES): Delete.
9852 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9853 * config/mips/linux.mh (XDEPFILES): Delete.
9854 * config/mips/irix6.mh (XDEPFILES): Delete.
9855 * config/mips/irix5.mh (XDEPFILES): Delete.
9856 * config/mips/irix4.mh (XDEPFILES): Delete.
9857 * config/mips/irix3.mh (XDEPFILES): Delete.
9858 * config/mips/decstation.mh (XDEPFILES): Delete.
9859 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9860 (NATDEPFILES): Move core-aout.o to here.
9861 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9862 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9863 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9864 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9865 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9866 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9867 * config/pa/hpux11.mh (XDEPFILES): Delete.
9868 * config/powerpc/aix.mh (XDEPFILES): Delete.
9869 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9870 * config/powerpc/linux.mh (XDEPFILES): Delete.
9871 * config/romp/rtbsd.mh: Rename XDEPFILES.
9872 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9873 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9874 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9875 * config/s390/s390.mh (XDEPFILES): Delete.
9876 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9877 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9878 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9879 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9880 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9881 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9882 * config/sparc/linux.mh (XDEPFILES): Delete.
9883 * config/vax/vaxult.mh (XDEPFILES): Delete.
9884 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9885 * Makefile.in (DEPFILES): Remove XDEPFILES.
9886
9887 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9888
9889 * utils.c (internal_verror): Fix comments, default is yes not no.
9890 Update queries to match. Default to quit and dump core.
9891
9892 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9893
9894 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9895 copyright.
9896 * defs.h, event-top.c, gdbcmd.h: Ditto.
9897 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9898 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9899 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9900 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9901 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9902 * mi/mi-main.c:Ditto.
9903
9904 * stack.c, symfile.c: Update copyright.
9905
9906 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9907
9908 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9909 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9910 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9911 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
9912
9913 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9914
9915 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9916 * gdbserver/low-lynx.c (myattach): Likewise.
9917 * gdbserver/low-nbsd.c (myattach): Likewise.
9918 * gdbserver/low-sim.c (myattach): Likewise.
9919 * gdbserver/low-sparc.c (myattach): Likewise.
9920 * gdbserver/low-sun3.c (myattach): Likewise.
9921
9922 * gdbserver/low-linux.c (myattach): New function.
9923
9924 * gdbserver/server.c (attach_inferior): New function.
9925 (main): Handle "--attach".
9926
9927 2002-01-16 Andrew Cagney <ac131313@redhat.com>
9928
9929 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9930 maintainer.
9931
9932 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
9933
9934 * c-typeprint.c (is_type_conversion_operator): Add additional
9935 check for non-conversion operators.
9936
9937 2002-01-15 Michael Snyder <msnyder@redhat.com>
9938
9939 * linux-proc.c: Add "info proc" command, a la procfs.c.
9940 (read_mapping): New function, abstract and re-use code.
9941 (linux_find_memory_regions): Use new func read_mapping.
9942 (linux_info_proc_cmd): New function, implement "info proc".
9943 (_initialize_linux_proc): Add new command "info proc".
9944
9945 2002-01-15 Michael Snyder <msnyder@redhat.com>
9946
9947 * symfile.c (generic_load): Use bfd_map_over_sections method
9948 instead of manipulating bfd structure members directly.
9949 (add_section_size_callback): New function, bfd sections callback
9950 used by generic_load.
9951 (load_sections_callback): New function, bfd sections callback
9952 used by generic_load.
9953
9954 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
9955
9956 [Based on work by Jim Blandy]
9957 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9958 (builtin_type_vec128): Export.
9959 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9960 types.
9961 (builtin_type_vec128): New builtin type for 128 bit vector
9962 registers.
9963 (build_gdbtypes): Initialize builtin_type_v16qi and
9964 builtin_type_v8hi. Create the vec128 register builtin type
9965 structure.
9966 (build_builtin_type_vec128): New function.
9967 (_initialize_gdbtypes): Register builtin_type_v16qi and
9968 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9969 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9970 AltiVec register to new builtin type.
9971
9972 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
9973
9974 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9975 to make_cv_type.
9976
9977 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9978
9979 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9980 CLEAN_UP_REGISTER_VALUE.
9981 * regcache.c (supply_register): Update only call.
9982
9983 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9984
9985 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9986 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9987 a29k-*-vxworks* targets as obsolete.
9988
9989 2002-01-14 Michael Snyder <msnyder@redhat.com>
9990
9991 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9992 until we can resolve portability issues.
9993 * gregset.h: Remove references to fpxregs.
9994 * gcore.c (gcore_command): Initialize note_sec to NULL.
9995
9996 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9997
9998 * signals.c (target_signal_to_name): Rewrite. Only use
9999 signals[].name when in bounds and non-NULL.
10000
10001 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10002
10003 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10004 * signals.c (target_signal_to_name): Verify that SIG is within the
10005 bounds of the signals array.
10006
10007 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10008
10009 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10010
10011 2002-01-13 Keith Seitz <keiths@redhat.com>
10012
10013 * stack.c (print_frame_info_base): Print the frame's pc
10014 only if when print_frame_info_listing_hook is not defined.
10015
10016 2002-01-13 Keith Seitz <keiths@redhat.com>
10017
10018 * varobj.c (varobj_set_value): Make sure that there were no
10019 errors evaluating the object before attempting to set its
10020 value.
10021 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10022 so this offset adjustment is no longer necessary.
10023 (create_child): Don't set the error flag if the child is
10024 a CPLUS_FAKE_CHILD.
10025 (value_of_child): If value_fetch_lazy fails, return NULL
10026 so that callers will be notified that an error occurred.
10027 (c_value_of_variable): Delay check of variable's validity
10028 until later. We actually want all structs and unions to have
10029 the value "{...}".
10030 Do not return "???" for variables which could not be evaluated.
10031 This error condition must be returned to the caller so that it
10032 can get the error condition from gdb.
10033 (cplus_name_of_child): Adjust index for vptr before figuring
10034 out the name of the child.
10035 (cplus_value_of_child): If a child's (real) parent is not valid,
10036 don't even bother trying to give a value for it. Just return
10037 an error. Change all instances in this function.
10038 (cplus_type_of_child): If our parent is one of the "fake"
10039 parents, we need to get at the type of the real parent, and
10040 derive the child's true type using this information.
10041
10042 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10043
10044 From 2002-01-09 John Marshall <johnm@falch.net>:
10045 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10046 sources.redhat.com, and tweak some related URLs which had
10047 suffered from linkrot.
10048
10049 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10050
10051 From Jeff law:
10052 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10053 structures passed in registers.
10054
10055 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10056
10057 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10058 white space which prevented compilation. Reported by DSK
10059 <dsk@student.unsw.edu.au>.
10060
10061 2002-01-11 Michael Snyder <msnyder@redhat.com>
10062
10063 * symfile.c (build_section_addr_info_from_section_tab):
10064 Use bfd access method instead of manipulating bfd directly.
10065 (syms_from_objfile): Ditto.
10066 (simple_overlay_update_1): Ditto.
10067 (simple_overlay_update): Ditto.
10068 (generic_load): Ditto.
10069 (overlay_unmapped_address): FIXME comment, bfd access methods.
10070 (sections_overlap): FIXME comment, bfd access methods.
10071 (pc_in_mapped_range): FIXME comment, bfd access methods.
10072 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10073 (section_is_mapped): FIXME comment, bfd access methods.
10074 (section_is_overlay): FIXME comment, bfd access methods.
10075
10076 * symfile.c (generic_load): Whitespace and long line cleanups.
10077 Remove duplicate variable, change several local variables to
10078 more appropriate data types.
10079 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10080
10081 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10082
10083 From Peter Schauer:
10084 * language.c (longest_local_hex_string_custom): Use phex_nz to
10085 convert NUM to a hex string.
10086
10087 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10088
10089 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10090 the function.
10091 Update Copyright year.
10092
10093 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10094
10095 * language.c (longest_raw_hex_string): Delete unused function.
10096
10097 2002-01-11 Petr Sorfa <petrs@caldera.com>
10098
10099 * MAINTAINERS (write-after-approval): Add myself.
10100 * dwarf2read.c (read_tag_string_type): Handling of
10101 DW_AT_byte_size.
10102 (read_tag_string_type): FORTRAN fix to prevent propagation of
10103 first string size.
10104 (set_cu_language): Handling of DW_LANG_Fortran95
10105
10106 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10107
10108 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10109 GETPID(inferior_ptid).
10110 (store_inferior_registers): Likewise.
10111
10112 2002-01-10 Jason Merrill <jason@redhat.com>
10113
10114 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10115 Fix DW_OP_minus.
10116
10117 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10118
10119 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10120 and bfd/elf32-sh-nbsd.c.
10121
10122 2002-01-10 Michael Snyder <msnyder@redhat.com>
10123
10124 * NEWS: Mention --pid and corefile/proc-id behavior change.
10125
10126 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10127 * gcore.c: Include cli/cli-decode.h instead of command.h.
10128
10129 * main.c (captured_main): Add new command line option "--pid".
10130 If the second command line argument (following the symbol-file)
10131 begins with a digit, try to attach to it before trying to open
10132 it as a corefile.
10133 (print_gdb_help): Document the "--pid" argument.
10134
10135 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10136
10137 * completer.c (command_completer): New function.
10138
10139 * completer.h <command_completer>: Add prototype.
10140
10141 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10142 completer for the "help" command.
10143
10144 2002-01-09 Jason Merrill <jason@redhat.com>
10145
10146 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10147
10148 2002-01-09 Michael Snyder <msnyder@redhat.com>
10149
10150 * i386-linux-nat.c (fill_fpxregset): Make global.
10151 (store_fpxregset): Ditto.
10152
10153 * gregset.h (gdb_fpxregset_t): Define.
10154 (supply_fpxregset): Prototype.
10155 (fill_fpxregset): Prototype.
10156
10157 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10158
10159 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10160
10161 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10162 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10163 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10164
10165 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10166
10167 * MAINTAINERS: Update target maintainer rules so that any
10168 Maintainer can approve a tested patch for a maintenance-only
10169 target.
10170
10171 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10172
10173 * MAINTAINERS (write-after-approval): Add myself.
10174
10175 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10176 IN_SIGTRAMP.
10177
10178 2002-01-08 Michael Snyder <msnyder@redhat.com>
10179
10180 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10181 real name of the executable, rather than the /proc name.
10182
10183 2002-01-03 Michael Snyder <msnyder@redhat.com>
10184
10185 Implement a "generate-core-file" command in gdb, save target state.
10186 * gcore.c: New file. Implement new command 'generate-core-file'.
10187 Save a corefile image of the current state of the inferior.
10188 * linux-proc.c: Add linux-specific code for saving corefiles.
10189 * target.h (struct target_ops): Add new target vectors for saving
10190 corefiles; to_find_memory_regions and to_make_corefile_notes.
10191 (target_find_memory_regions): New macro.
10192 (target_make_corefile_notes): New macro.
10193 * target.c (update_current_target): Inherit new target methods.
10194 (dummy_find_memory_regions): New place-holder method.
10195 (dummy_make_corefile_notes): New place-holder method.
10196 (init_dummy_target): Initialize new dummy target vectors.
10197 * exec.c (exec_set_find_memory_regions): New function.
10198 Allow the exec_ops vector for memory regions to be taken over.
10199 (exec_make_note_section): New function, target vector method.
10200 * defs.h (exec_set_find_memory_regions): Export prototype.
10201 * procfs.c (proc_find_memory_regions): New function, corefile method.
10202 (procfs_make_note_section): New function, corefile method.
10203 (init_procfs_ops): Set new target vector pointers.
10204 (find_memory_regions_callback): New function.
10205 (procfs_do_thread_registers): New function.
10206 (procfs_corefile_thread_callback): New function.
10207 * sol-thread.c (sol_find_memory_regions): New function.
10208 (sol_make_note_section): New function.
10209 (init_sol_thread_ops): Initialize new target vectors.
10210 * inftarg.c (inftarg_set_find_memory_regions): New function.
10211 Allow to_find_memory_regions vector to be taken over.
10212 (inftarg_set_make_corefile_notes): New function.
10213 Allow to_make_corefile_notes vector to be taken over.
10214 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10215 interface layer if not target_has_execution (may be a corefile).
10216 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10217 * config/sparc/sun4sol2.mh: Ditto.
10218 * config/alpha/alpha-linux.mh: Ditto.
10219 * config/arm/linux.mh: Ditto.
10220 * config/i386/x86-64linux.mh: Ditto.
10221 * config/ia64/linux.mh: Ditto.
10222 * config/m68k/linux.mh: Ditto.
10223 * config/mips/linux.mh: Ditto.
10224 * config/powerpc/linux.mh: Ditto.
10225 * config/sparc/linux.mh: Ditto.
10226
10227 2002-01-07 Michael Snyder <msnyder@redhat.com>
10228
10229 * arm-linux-nat.c: Remove references to regcache.c internal data
10230 (registers[] and register_valid[]).
10231
10232 2002-01-07 Michael Snyder <msnyder@redhat.com>
10233
10234 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10235 so that attaching to a pid will automatically read the process's
10236 symbol file and shlibs.
10237 * Makefile.in: Add rule for linux-proc.o.
10238 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10239 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10240 * config/arm/linux.mh: Ditto.
10241 * config/i386/linux.mh: Ditto.
10242 * config/i386/x86-64linux.mh: Ditto.
10243 * config/ia64/linux.mh: Ditto.
10244 * config/m68k/linux.mh: Ditto.
10245 * config/mips/linux.mh: Ditto.
10246 * config/powerpc/linux.mh: Ditto.
10247 * config/sparc/linux.mh: Ditto.
10248
10249 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10250
10251 * win32-nat.c: Add i386-tdep.h dependency.
10252
10253 2002-01-07 Michael Snyder <msnyder@redhat.com>
10254
10255 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10256 instead of bfd_get_arch_size. Don't bail out just because
10257 there's no exec_bfd.
10258
10259 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10260 * p-valprint.c (pascal_object_print_value): Ditto.
10261 * somread.c (som_symtab_read): Ditto.
10262 * symfile.c (simple_free_overlay_region_table): Ditto.
10263 * valops.c (value_assign): Ditto.
10264
10265 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10266 use tilde_expand and strerror for opening save-tracepoints file.
10267
10268 * thread-db.c (thread_db_new_objfile): Indendation fix.
10269
10270 * infptrace.c (GDB_MAX_ALLOCA): New define.
10271 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10272 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10273 can be overridden with whatever value is appropriate to the host).
10274 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10275 alloca to allocate potentially large buffer.
10276 * rs6000-nat.c (child_xfer_memory): Ditto.
10277 * symm-nat.c (child_xfer_memory): Ditto.
10278 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10279
10280 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10281
10282 From Nick Clifton <nickc@redhat.com>
10283 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10284
10285 2002-01-07 Michael Snyder <msnyder@redhat.com>
10286
10287 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10288 Don't use exec_bfd if it's NULL.
10289
10290 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10291
10292 * valops.c (value_arg_coerce): Fix formatting.
10293
10294 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10295
10296 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10297 * gnu-nat.c: Ditto.
10298
10299 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10300
10301 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10302 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10303 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10304 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10305 z8k-coff have not been multi-arched. Update z8k-coff build
10306 status.
10307
10308 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10309
10310 * MAINTAINERS: Mark a29k target as obsolete.
10311 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10312 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10313 comments.
10314 * NEWS: Note that a29k targets are obsolete.
10315 * a29k-tdep.c: Mark as obsolete.
10316 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10317 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10318 a29k-*-vxworks* targets as obsolete.
10319 * remote-adapt.c: Obsolete.
10320 * remote-eb.c: Obsolete.
10321 * remote-mm.c: Obsolete.
10322 * remote-udi.c: Obsolete.
10323 * config/a29k/a29k-udi.mt: Obsolete.
10324 * config/a29k/a29k.mt: Obsolete.
10325 * config/a29k/tm-a29k.h: Obsolete.
10326 * config/a29k/tm-vx29k.h: Obsolete.
10327 * config/a29k/vx29k.mt: Obsolete.
10328
10329 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10330
10331 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10332 with BFD_ENDIAN_BIG.
10333
10334 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10335
10336 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10337 * configure, config.in: Re-generate.
10338 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10339 * defs.h: Do not include <endian.h>.
10340
10341 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10342
10343 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10344 * config.in: Regenerate.
10345 * configure.in: Update copyright years.
10346 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10347 * configure: Regenerate.
10348 * i386bsd-nat.c: Update copyright years.
10349 (fill_gregset): Use regcache_collect.
10350 (fetch_inferior_registers): Only fetch integer registers
10351 if requested to do so. Add support for XMM registers
10352 using PT_GETXMMREGS.
10353 (store_inferior_registers): Only store integer registers
10354 if requested to do so. Add support for XMM registers
10355 using PT_SETXMMREGS.
10356 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10357 (store_inferior_registers): Remove.
10358 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10359 (fetch_elfcore_registers): New function.
10360 (i386nbsd_elfcore_fns): New.
10361 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10362 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10363 i386bsd-nat.o.
10364 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10365 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10366 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10367 * config/i386/tm-nbsd.h: Update copyright years.
10368 (HAVE_SSE_REGS): Define.
10369 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10370 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10371 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10372 (SIGCONTEXT_PC_OFFSET): Remove.
10373 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10374
10375 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10376
10377 * configure.tgt: Remove powerpc-*-macos* target.
10378 * config/m68k/xm-mpw.h: Delete file.
10379 * config/xm-mpw.h: Delete file.
10380 * ser-mac.c: Delete file.
10381 * mpw-make.sed: Delete file.
10382 * mpw-config.in: Delete file.
10383 * mac-xdep.c: Delete file.
10384 * mac-gdb.r: Delete file.
10385 * mac-defs.h: Delete file.
10386 * mac-nat.c: Delete file.
10387 * config/powerpc/macos.mh: Delete file.
10388 * config/powerpc/macos.mt: Delete file.
10389 * config/powerpc/nm-macos.h: Delete file.
10390 * config/powerpc/tm-macos.h: Delete file.
10391 * source.c (openp, open_source_file): Remove obsolete code.
10392 * top.c (gdb_readline): Ditto.
10393 * utils.c (query): Ditto.
10394 * event-top.c (display_gdb_prompt): Ditto.
10395 * Makefile.in (ser-mac.o): Delete obsolete target.
10396 * NEWS: Update.
10397
10398 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10399
10400 * defs.h (BIG_ENDIAN): Delete macro definition.
10401 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10402 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10403 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10404 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10405 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10406 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10407 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10408 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10409 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10410 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10411 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10412 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10413 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10414 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10415 * gdbarch.c: Re-generate.
10416
10417 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10418
10419 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10420 for core files.
10421
10422 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10423
10424 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10425
10426 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10427
10428 * value.h (value_ptr): Delete typedef.
10429
10430 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10431
10432 * i386nbsd-nat.c: Update copyright years.
10433 Include i386-tdep.h.
10434
10435 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10436
10437 * stabsread.c: Update copyright years.
10438
10439 From Debashis Mahata <debashis.mahata@wipro.com>:
10440 (read_struct_fields): Deal with Sun C compiler erroneous stab
10441 output for structs and unions.
10442 Fix PR gdb/269.
10443
10444 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10447 prototype.
10448
10449 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10450
10451 * cp-abi.c: Fix whitespace.
10452 (baseclass_offset): New wrapper function.
10453 * cp-abi.h (baseclass_offset): Add prototype.
10454 (struct cp_abi_ops): Add baseclass_offset pointer.
10455
10456 * valops.c (vb_match): Move to...
10457 * gnu-v2-abi.c (vb_match): here.
10458 * valops.c (baseclass_offset): Move to...
10459 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10460
10461 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10462
10463 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10464 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10465 * hpacc-abi.c (init_hpacc_ops): Likewise.
10466
10467 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10468
10469 * valops.c (find_overload_match): Accept obj as a
10470 reference parameter. Update it before returning.
10471 * value.h (find_overload_match): Update prototype.
10472 * eval.c (evaluate_subexp_standard): Pass object to
10473 find_overload_match by reference.
10474
10475 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10476
10477 * valarith.c: Replace value_ptr with struct value pointer. Remove
10478 register attribute from value declarations.
10479 * valops.c: Ditto.
10480 * value.h: Ditto.
10481 * scm-lang.c (scm_lookup_name): Ditto.
10482
10483 2002-01-03 Michael Snyder <msnyder@redhat.com>
10484
10485 Abstract the functionality of iterating over mapped memory
10486 regions into a general purpose iterator function.
10487 * procfs.c (iterate_over_mappings): New function, general purpose
10488 iterator for memory sections.
10489 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10490 (solib_mappings_callback): New function, callback for above.
10491 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10492 (info_mappings_callback): New function, callback for above.
10493
10494 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10495
10496 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10497
10498 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10499 * i386-tdep.c: Include "elf-bfd.h".
10500 (process_note_abi_tag_sections): New function.
10501 (i386_gdbarch_init): Add code to recognize various OS/ABI
10502 combinations.
10503
10504 * maint.c (_initialize_maint_cmds): Add missing \ in
10505 string-literal.
10506
10507 For older changes see ChangeLog-2001
10508 \f
10509 Local Variables:
10510 mode: change-log
10511 left-margin: 8
10512 fill-column: 74
10513 version-control: never
10514 End: