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