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