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