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