* alpha-tdep.c (setup_arbitrary_frame): Rename...
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * alpha-tdep.c (setup_arbitrary_frame): Rename...
4 (alpha_setup_arbitrary_frame): ...to this.
5 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6 for alpha_setup_arbitrary_frame.
7
8 2002-04-18 Andrew Cagney <cagney@redhat.com>
9
10 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
11 * gdbarch.h, gdbarch.c: Regenerate.
12
13 * defs.h (breakpoint_from_pc_fn): Delete type definition.
14 * target.h (memory_breakpoint_from_pc): Update declaration.
15 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
16
17 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
18 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
19 * mem-break.c (memory_breakpoint_from_pc): Ditto.
20 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
21 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
22 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
23 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
24 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
25 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
26 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
27 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
28 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
29
30 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
31 const pointer.
32 * monitor.c (monitor_insert_breakpoint): Ditto.
33 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
34
35 * config/mcore/tm-mcore.h: Update copyright.
36 * mem-break.c: Ditto.
37 * xstormy16-tdep.c: Ditto.
38
39 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
40
41 * p-exp.y: Add precedence rule for '^' token.
42 This removes the shift/reduce conflicts.
43 Remove the comment concerning these shift/reduce conflicts.
44
45 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
46
47 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
48 (registers_powerpc_nofp): New register set for processors
49 without floating point unit.
50
51 2002-04-18 David S. Miller <davem@redhat.com>
52
53 * MAINTAINERS: Add myself to write-after-approval.
54
55 2002-04-17 Andrew Cagney <ac131313@redhat.com>
56
57 * rs6000-tdep.c (frame_initial_stack_address): Use
58 frame_register_read to read the alloca_reg.
59
60 2002-04-17 Andrew Cagney <ac131313@redhat.com>
61
62 * frame.c (find_saved_register): Find saved registers in the next
63 not prev frame.
64 Fix PR gdb/365.
65
66 2002-04-17 Andrew Cagney <ac131313@redhat.com>
67
68 * gdbarch.sh (LANG): Set to ``c''.
69
70 2002-04-15 Andrew Cagney <ac131313@redhat.com>
71
72 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
73
74 2002-04-15 Andrew Cagney <ac131313@redhat.com>
75
76 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
77 Update copyright.
78
79 * hpread.c (hpread_get_lntt): Add declaration.
80 Also fix PR gdb/391.
81
82 2002-04-14 Andrew Cagney <ac131313@redhat.com>
83
84 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
85 * aclocal.m4, configure: Re-generate.
86 Fix PR gdb/391.
87
88 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
89
90 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
91 instead of tm_print_insn.
92
93 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
94
95 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
96
97 2002-04-14 Andrew Cagney <ac131313@redhat.com>
98
99 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
100 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
101 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
102
103 2002-04-12 Don Howard <dhoward@redhat.com>
104
105 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
106 max_user_call_depth.
107 (init_cmd_lists): Initialize the new value;
108 * cli/cli-script.c (execute_user_command): Limit the call depth of
109 user defined commands. This avoids a core-dump when user commands
110 are infinitly recursive.
111
112 2002-04-12 Kevin Buettner <kevinb@redhat.com>
113
114 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
115 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
116 from tdep struct instead of DEFAULT_LR_SAVE.
117 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
118 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
119 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
120
121 2002-04-12 Michael Snyder <msnyder@redhat.com>
122
123 * Remote.c: Spelling fix.
124 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
125 If no symbol found for "sbrk", try "_sbrk".
126 (make_output_phdrs): Use bfd_section_name.
127 (gcore_copy_callback): Use bfd_section_name.
128 * eval.c: Indentation fix-ups.
129 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
130 in case it gets applied to an address that is already
131 in the instruction space.
132 * cli/cli-decode.c (help_list): Allow long lines to wrap.
133 * symfile.c: Fix indentation, long lines.
134 * source.c: White space fix-up.
135
136 2002-04-12 Andrew Cagney <cagney@redhat.com>
137
138 * defs.h (read_relative_register_raw_bytes): Delete declaration.
139 * frame.c (frame_register_read): New function. Return non-zero on
140 success.
141 (read_relative_register_raw_bytes_for_frame): Delete.
142 (read_relative_register_raw_bytes): Delete.
143 * frame.h (frame_register_read): Declare.
144 * d30v-tdep.c: Update Copyright. Use frame_register_read.
145 * sh-tdep.c: Ditto.
146 * infcmd.c (do_registers_info): Ditto.
147 * hppa-tdep.c: Ditto.
148 * rs6000-tdep.c: Ditto.
149 * h8500-tdep.c: Ditto.
150 * mips-tdep.c: Ditto.
151 * h8300-tdep.c: Ditto.
152 * z8k-tdep.c: Ditto.
153
154 2002-04-12 Kevin Buettner <kevinb@redhat.com>
155
156 From Jimi X <jimix@watson.ibm.com>:
157 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
158 64-bit SysV ABI.
159
160 2002-04-12 Kevin Buettner <kevinb@redhat.com>
161
162 From Jimi X <jimix@watson.ibm.com>:
163 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
164 bfd info.
165
166 2002-04-12 Kevin Buettner <kevinb@redhat.com>
167
168 From Jimi X <jimix@watson.ibm.com>:
169 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
170 register sets for these processor variants.
171
172 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
173
174 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
175 registers which are allowed to fail to store.
176 * gdbserver/linux-low.h (linux_target_ops): Likewise.
177 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
178 (ppc_cannot_store_register): FPSCR may not be storable.
179 * regformats/reg-ppc.dat: Support FPSCR.
180
181 2002-04-11 Kevin Buettner <kevinb@redhat.com>
182
183 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
184 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
185 Add fpscr as an invalid/unfetchable register.
186 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
187 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
188 (fill_fpregset): Add support for register fpscr.
189 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
190 (fill_gregset): Account for the fact that register ``mq'' might
191 not exist.
192 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
193 (registers_power): Add fpscr to register set at slot 71.
194 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
195 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
196
197 2002-04-11 Michael Snyder <msnyder@redhat.com>
198
199 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
200 * configure: Regenerate.
201 * config.in: Regenerate.
202 * acconfig.h: Add define for _SYSCALL32.
203 * core-sol2.c: Remove #define _SYSCALL32.
204 * solib-legacy.c: Remove #define _SYSCALL32.
205
206 2002-04-10 Andrew Cagney <ac131313@redhat.com>
207
208 * stack.c (select_frame): Cleanup internal error message, do not
209 use %p.
210
211 2002-04-10 Andrew Cagney <ac131313@redhat.com>
212
213 * stack.c (select_frame): Check that selected_frame and the
214 specified level are as expected.
215 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
216 Update copyright.
217 * frame.h (struct frame_info): Add field `level'. Update
218 copyright.
219 Work-in-progress PR gdb/464.
220
221 2002-04-10 Andrew Cagney <ac131313@redhat.com>
222
223 * maint.c (maint_print_section_info): Rename print_section_info.
224 (print_bfd_section_info, print_objfile_section_info): Update.
225 * inferior.h (struct gdbarch): Add opaque declaration.
226 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
227 * gdbarch.h: Regenerate.
228
229 2002-04-10 Michal Ludvig <mludvig@suse.cz>
230
231 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
232 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
233 (kernel_u_size): Added.
234 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
235 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
236
237 2002-04-04 Jim Ingham <jingham@apple.com>
238
239 * valarith.c (find_size_for_pointer_math): New function, either returns
240 the size for a pointer's target, returns 1 for void *, or errors for
241 incomplete types.
242 (value_add, value_sub): use find_size_for_pointer_math.
243
244 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
245
246 * linux-low.c (linux_look_up_symbols): New hook.
247 (linux_target_ops): Add linux_look_up_symbols.
248 * remote-utils.c (decode_address): New function.
249 (look_up_one_symbol): New function.
250 * server.c (handle_query): Call target look_up_symbols hook.
251 * server.h (look_up_one_symbol): Add prototype.
252 * target.h (struct target_ops): Add look_up_symbols hook.
253
254 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
255
256 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
257 * ChangeLog: Correct paths in last ChangeLog entry.
258
259 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
260
261 * gdbserver/linux-low.h: Remove obsolete prototypes.
262 (struct linux_target_ops): New.
263 (extern the_low_target): New.
264 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
265 (register_addr): Use the_low_target explicitly.
266 (fetch_register): Likewise.
267 (usr_fetch_inferior_registers): Likewise.
268 (usr_store_inferior_registers): Likewise.
269 * gdbserver/linux-arm-low.c (num_regs): Remove.
270 (arm_num_regs): Define.
271 (arm_regmap): Renamed from regmap, made static.
272 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
273 made static.
274 (arm_cannot_store_register): Renamed from cannot_store_register,
275 made static.
276 (the_low_target): New.
277 * gdbserver/linux-i386-low.c (num_regs): Remove.
278 (i386_num_regs): Define.
279 (i386_regmap): Renamed from regmap, made static.
280 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
281 made static.
282 (i386_cannot_store_register): Renamed from cannot_store_register,
283 made static.
284 (the_low_target): New.
285 * gdbserver/linux-ia64-low.c (num_regs): Remove.
286 (ia64_num_regs): Define.
287 (ia64_regmap): Renamed from regmap, made static.
288 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
289 made static.
290 (ia64_cannot_store_register): Renamed from cannot_store_register,
291 made static.
292 (the_low_target): New.
293 * gdbserver/linux-m68k-low.c (num_regs): Remove.
294 (m68k_num_regs): Define.
295 (m68k_regmap): Renamed from regmap, made static.
296 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
297 made static.
298 (m68k_cannot_store_register): Renamed from cannot_store_register,
299 made static.
300 (the_low_target): New.
301 * gdbserver/linux-mips-low.c (num_regs): Remove.
302 (mips_num_regs): Define.
303 (mips_regmap): Renamed from regmap, made static.
304 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
305 made static.
306 (mips_cannot_store_register): Renamed from cannot_store_register,
307 made static.
308 (the_low_target): New.
309 * gdbserver/linux-ppc-low.c (num_regs): Remove.
310 (ppc_num_regs): Define.
311 (ppc_regmap): Renamed from regmap, made static.
312 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
313 made static.
314 (ppc_cannot_store_register): Renamed from cannot_store_register,
315 made static.
316 (the_low_target): New.
317 * gdbserver/linux-s390-low.c (num_regs): Remove.
318 (s390_num_regs): Define.
319 (s390_regmap): Renamed from regmap, made static.
320 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
321 made static.
322 (s390_cannot_store_register): Renamed from cannot_store_register,
323 made static.
324 (the_low_target): New.
325 * gdbserver/linux-sh-low.c (num_regs): Remove.
326 (sh_num_regs): Define.
327 (sh_regmap): Renamed from regmap, made static.
328 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
329 made static.
330 (sh_cannot_store_register): Renamed from cannot_store_register,
331 made static.
332 (the_low_target): New.
333 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
334 (the_low_target): New.
335
336 2002-04-09 Andrew Cagney <ac131313@redhat.com>
337
338 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
339 override FP_REGNUM with frame->fp. Update copyright.
340 * parse.c (num_std_regs, std_regs): Delete.
341 (target_map_name_to_register): Do not search std_regs. Update
342 function description.
343 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
344 declarations. Update copyright.
345 Fix PR gdb/251.
346
347 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
348
349 * gdbserver/Makefile.in: Add stamp-h target.
350 * gdbserver/configure.in: Create stamp-h.
351 * gdbserver/configure: Regenerated.
352
353 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
354
355 * gdbserver/inferiors.c: New file.
356 * gdbserver/target.c: New file.
357 * gdbserver/target.h: New file.
358 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
359 dependencies.
360 * gdbserver/linux-low.c (inferior_pid): New static variable,
361 moved from server.c.
362 (linux_create_inferior): Renamed from create_inferior.
363 Call add_inferior. Return 0 on success instead of a PID.
364 (linux_attach): Renamed from myattach.
365 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
366 (linux_thread_alive): Renamed from mythread_alive.
367 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
368 child dies.
369 (linux_resume): Renamed from myresume. Add missing ``return 0''.
370 (regsets_store_inferior_registers): Correct error message.
371 Add missing ``return 0''.
372 (linux_fetch_registers): Renamed from fetch_inferior_registers.
373 (linux_store_registers): Renamed from store_inferior_registers.
374 (linux_read_memory): Renamed from read_inferior_memory.
375 (linux_write_memory): Renamed from write_inferior_memory.
376 (linux_target_ops): New structure.
377 (initialize_low): Call set_target_ops ().
378 * gdbserver/remote-utils.c (unhexify): New function.
379 (hexify): New function.
380 (input_interrupt): Send signals to ``signal_pid''.
381 * gdbserver/server.c (inferior_pid): Remove.
382 (start_inferior): Update create_inferior call.
383 (attach_inferior): Call add_inferior.
384 (handle_query): New function.
385 (main): Call handle_query for `q' packets.
386 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
387 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
388
389 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
390
391 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
392 dependencies.
393 * gdbserver/configure.in: Check for <string.h>
394 * gdbserver/configure: Regenerate.
395 * gdbserver/config.in: Regenerate.
396 * gdbserver/gdbreplay.c: Include needed system headers.
397 (remote_open): Remove strchr prototype.
398 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
399 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
400 (supply_register_by_name): Likewise.
401 (collect_register): Change buf argument to void *.
402 (collect_register_by_name): Likewise.
403 * gdbserver/regcache.h: Add missing prototypes.
404 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
405 * gdbserver/server.c (handle_query): New function.
406 (attached): New static variable, moved out of main.
407 (main): Quiet longjmp clobber warnings.
408 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
409 * gdbserver/utils.c (error): Remove NORETURN.
410 (fatal): Likewise.
411
412 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
413
414 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
415 after the last symbol in a block.
416
417 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
418
419 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
420 is non zero as a found symbol.
421
422 2002-04-08 Andrew Cagney <ac131313@redhat.com>
423
424 * findvar.c: Include "builtin-regs.h".
425 (value_of_register): Call value_of_builtin_reg when applicable.
426 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
427 (target_map_name_to_register): Call
428 builtin_reg_map_name_to_regnum.
429 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
430 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
431 (builtin_regs_h): Define.
432 (builtin-regs.o): New target.
433 (findvar.o): Add $(builtin_regs_h).
434 * builtin-regs.c, builtin-regs.h: New files.
435 * std-regs.c: New file.
436 Partial fix for PR gdb/251.
437
438 2002-04-08 Kevin Buettner <kevinb@redhat.com>
439
440 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
441 it's no longer required.
442
443 2002-04-08 Andrew Cagney <ac131313@redhat.com>
444
445 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
446
447 2002-04-08 Kevin Buettner <kevinb@redhat.com>
448
449 From Jimi X <jimix@watson.ibm.com>:
450 * rs6000-tdep.c (rs6000_software_single_step): Use
451 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
452 and size. Use target_insert_breakpoint() and
453 target_remove_breakpoint() to insert and remove breakpoints
454 instead of explicit memory reads and writes.
455
456 2002-04-08 Kevin Buettner <kevinb@redhat.com>
457
458 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
459 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
460 ELF_OBJECT_FORMAT ifdef.
461
462 2002-04-08 Kevin Buettner <kevinb@redhat.com>
463
464 From Jimi X <jimix@watson.ibm.com>:
465 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
466
467 2002-04-08 Kevin Buettner <kevinb@redhat.com>
468
469 From Jimi X <jimix@watson.ibm.com>:
470 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
471 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
472
473 2002-04-07 Mark Kettenis <kettenis@gnu.org>
474
475 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
476 s/asprintf/xasprintf/.
477 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
478
479 2002-04-07 Andrew Cagney <ac131313@redhat.com>
480
481 I believe Jeff Law denies responsability for this one:
482 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
483 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
484 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
485 Work-around for PR gdb/366.
486
487 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
488
489 * remote-e7000.c (write_small, e7000_read_inferior_memory,
490 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
491 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
492
493 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
494
495 * sh-tdep.c (sh_fp_frame_init_saved_regs,
496 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
497 information.
498
499 2002-04-07 Andrew Cagney <ac131313@redhat.com>
500
501 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
502 maintainer.
503
504 2002-04-07 Andrew Cagney <ac131313@redhat.com>
505
506 * README (Reporting Bugs in GDB): Document the bug web page as the
507 prefered way of submitting bugs.
508 Fix PR gdb/402.
509
510 2002-04-06 Andrew Cagney <ac131313@redhat.com>
511
512 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
513 -1. Update comment.
514 * gdbarch.h, gdbarch.c: Re-generate.
515
516 2002-04-07 Andreas Schwab <schwab@suse.de>
517
518 * m68klinux-nat.c (fill_fpregset): Properly pass address of
519 buffer to regcache_collect.
520
521 2002-04-06 Andrew Cagney <ac131313@redhat.com>
522
523 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
524 * gdbarch.c, gdbarch.h: Re-generate.
525
526 2002-04-06 Andrew Cagney <ac131313@redhat.com>
527
528 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
529 declaration. Fix -Werror.
530
531 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
532
533 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
534 * gdbarch.c: Regenerate.
535
536 2002-04-05 Michael Snyder <msnyder@redhat.com>
537
538 * breakpoint.c (clear_command): Rewrite middle section to
539 combine two loops with identical control conditions.
540 Add a cleanup to eliminate a memory leak.
541 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
542
543 2002-04-05 H.J. Lu (hjl@gnu.org)
544
545 * solib-svr4.c (bkpt_names): Add "__start".
546
547 2002-04-04 Andrew Cagney <ac131313@redhat.com>
548
549 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
550 as test for 64 bit target.
551
552 2002-04-05 Andrew Cagney <ac131313@redhat.com>
553
554 * h8500-tdep.c (h8500_write_fp): Delete function.
555 * dwarf2cfi.c (cfi_write_fp): Document as not used.
556 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
557 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
559 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
560 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
561 (s390_write_fp):
562 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
563 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
564 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
565 (d10v_write_fp): Delete function.
566 * inferior.h (write_fp, generic_target_write_fp): Delete
567 declarations.
568 * regcache.c (generic_target_write_fp): Delete function.
569 (write_fp): Delete function.
570 * gdbarch.sh (TARGET_WRITE_FP): Delete.
571 * gdbarch.h, gdbarch.c: Regenerate.
572 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
573 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
574 (sparc64_write_fp): Delete declaration.
575 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
576 (h8500_write_fp): Delete declaration.
577
578 2002-04-04 Andrew Cagney <ac131313@redhat.com>
579
580 * sparc-tdep.c (sparc64_write_fp): Delete.
581 (sparc_push_dummy_frame): Replace write_fp call with code to store
582 the FP directly.
583 (sparc_gdbarch_init): Do not initialize write_fp.
584
585 2002-04-05 Kevin Buettner <kevinb@redhat.com>
586
587 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
588 clause.
589
590 2002-03-29 Jim Blandy <jimb@redhat.com>
591
592 * stack.c (get_selected_block): Add new argument `addr_in_block',
593 used to return the exact code address we used to select the block,
594 not just the block.
595 * blockframe.c (get_frame_block, get_current_block): Same.
596 * frame.h (get_frame_block, get_current_block,
597 get_selected_block): Update declarations.
598 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
599 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
600
601 2002-04-05 Michael Snyder <msnyder@redhat.com>
602
603 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
604 warning message.
605
606 2002-04-05 J. Brobecker <brobecker@gnat.com>
607
608 * utils.c (xfullpath): New function.
609 * defs.h (xfullpath): Add declaration.
610 * source.c (openp): Use xfullpath in place of gdb_realpath to
611 avoid resolving the basename part of filenames when the
612 associated file is a symbolic link. This fixes a potential
613 inconsistency between the filenames known to GDB and the
614 filenames it prints in the annotations.
615 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
616 to be able to match a filename with either the real filename, or
617 the name of any symbolic link to this file.
618 (lookup_partial_symtab): Ditto.
619
620 2002-04-04 Michael Snyder <msnyder@redhat.com>
621
622 * breakpoint.c: Add support for hardware breakpoints in overlays.
623 (overlay_events_enabled): New state variable.
624 (insert_breakpoints): Use overlay_events_enabled to decide
625 whether to attempt to set a breakpoint at the overlay load addr.
626 Handle bp_hardware_breakpoint as well as bp_breakpoint.
627 (remove_breakpoint): Use overlay_events_enabled to decide
628 whether breakpoints need to be removed from overlay load addr.
629 Handle bp_hardware_breakpoint as well as bp_breakpoint.
630 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
631 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
632 disable_overlay_breakpoints): Update overlay_events_enabled.
633
634 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
635
636 * dwarf2read.c (struct function_range): New.
637 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
638 (check_cu_functions): New.
639 (read_file_scope): Initialize global function lists.
640 Call dwarf_decode_line after processing children.
641 (read_func_scope): Add to global function list.
642 (dwarf_decode_lines): Call check_cu_functions everywhere
643 record_line is called. Call record_line with a linenumber
644 of 0 to mark sequence ends.
645
646 2002-04-04 Michal Ludvig <mludvig@suse.cz>
647
648 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
649 change sync with glibc.
650
651 2002-04-03 Jim Blandy <jimb@redhat.com>
652
653 * configure.in: Call AC_C_INLINE.
654 * configure: Regenerated.
655
656 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
657
658 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
659 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
660
661 2002-03-31 Mark Kettenis <kettenis@gnu.org>
662
663 * NEWS: Mention gcore support on FreeBSD/i386.
664
665 * fbsd-proc.c: New file.
666 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
667 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
668
669 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
670 while statement.
671
672 2002-03-29 Jim Blandy <jimb@redhat.com>
673
674 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
675 unescaped newlines in string literals, but newer ones don't. So
676 escape them.
677
678 2002-03-26 Michael Snyder <msnyder@redhat.com>
679 Andrew Cagney <cagney@redhat.com>
680
681 * cli/cli-dump.c: New file. Dump memory to file,
682 restore file to memory.
683 * cli/cli-dump.h: New file.
684 * Makefile.in: Add rules, dependencies for cli-dump.o.
685 * NEWS: Mention new commands.
686
687 2002-03-28 Michael Snyder <msnyder@redhat.com>
688
689 * symfile.c (symbol_file_add): Move test for null symbols to later.
690
691 2002-03-27 Andrew Cagney <ac131313@redhat.com>
692
693 From veksler at il.ibm.com:
694 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
695 the xstrduped original path.
696 Fix PR gdb/417.
697
698 2002-03-27 Michael Snyder <msnyder@redhat.com>
699
700 * breakpoint.c (_initialize_breakpoint): Clean up help string.
701 * infcmd.c (_initialize_infcmd): Ditto.
702 * language.c (_initialize_language): Ditto.
703 * symfile.c (_initialize_symfile): Ditto.
704 * top.c (_init_main): Ditto.
705 * cli/cli-cmds.c (init_cli_cmds): Ditto.
706
707 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
708
709 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
710 vector registers handling.
711 (skip_prologue): Handle new AltiVec instructions. Fill in new
712 fields of frame data.
713 (frame_get_saved_regs): Fill in information for AltiVec registers.
714
715 2002-03-27 Jim Blandy <jimb@redhat.com>
716
717 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
718 a function; leave this macro here to invoke that function.
719 (symbol_init_mangled_name): Declaration for that function.
720 * symtab.c (symbol_init_mangled_name): New function.
721
722 2002-03-27 Andrew Cagney <ac131313@redhat.com>
723
724 * valarith.c: Replace strerror with safe_strerror.
725 * tracepoint.c: Ditto.
726 * lin-lwp.c: Ditto.
727 * go32-nat.c: Ditto.
728 * inflow.c: Ditto.
729 * gnu-nat.c: Ditto.
730
731 2002-03-27 Andreas Schwab <schwab@suse.de>
732
733 * event-top.c (command_line_handler): Remove useless if.
734
735 2002-03-27 Andreas Jaeger <aj@suse.de>
736
737 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
738 comment.
739
740 2002-03-27 Michal Ludvig <mludvig@suse.cz>
741
742 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
743 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
744 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
745 (x86_64_linux_dr_get_status, supply_gregset),
746 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
747 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
748 (x86_64_register_info_table): Add.
749 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
750 (x86_64_register_raw_size, x86_64_register_virtual_type),
751 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
752 general x86_64_register_info_table.
753 (i386_gdbarch_init): gdbarch_register_bytes is now set
754 dynamicaly during initialization.
755 * regformats/reg-x86-64.dat: Synced with changes to registers above.
756 * gdbserver/linux-x86-64-low.c: Ditto.
757
758 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
759
760 * gdbserver/server.c (main): Call target_signal_to_host_p
761 and target_signal_to_host on signals received from the remote.
762 * gdbserver/remote-utils.c (prepare_resume_reply): Call
763 target_signal_from_host on signals sent to the remote.
764 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
765 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
766
767 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
768
769 * signals/signals.c: Include "server.h" in gdbserver build.
770 (target_signal_from_name): Don't use STREQ.
771 (_initialize_signals): Likewise. Don't include function in
772 gdbserver build.
773
774 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
775
776 * signals.c: Moved to...
777 * signals/signals.c: Here.
778 * Makefile (signals.o): Update.
779
780 2002-03-26 Jeff Law (law@redhat.com)
781
782 * somread.c (som_symtab_read): Remove some commented out code and
783 updated related comments. Do not set the minimal symbol table to
784 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
785 in a dynamic executable.
786 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
787 where we are unable to find the minimal symbol for the given
788 PC value.
789
790 2002-03-25 Jeff Law (law@redhat.com)
791
792 * linux-proc.c (read_mapping): Scan up to end of line for filename.
793
794 2002-03-25 Michal Ludvig <mludvig@suse.cz>
795
796 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
797
798 2002-03-23 Andrew Cagney <ac131313@redhat.com>
799
800 * command.h: Update copyright.
801 (struct cmd_list_element): Replace definition with opaque
802 declaration.
803 (enum cmd_types): Document that it will eventually be moved to
804 cli/cli-decode.h
805 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
806 (MALLOCED_REPLACEMENT): Delete macro.
807 * Makefile.in (cli_decode_h): Add $(command_h).
808 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
809 * top.c: Include "cli/cli-decode.h".
810 * completer.c: Include "cli/cli-decode.h".
811 * maint.c: Include "cli/cli-decode.h".
812 * cli/cli-decode.h: Include "command.h".
813 (enum command_class): Delete.
814 (enum cmd_types): Comment out.
815 (enum cmd_auto_boolean): Delete.
816 (enum var_types): Delete.
817
818 2002-03-23 Andrew Cagney <ac131313@redhat.com>
819
820 * cli/cli-decode.c: Include "gdb_assert.h".
821 (add_set_or_show_cmd): New static function.
822 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
823 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
824 all fields, such as func, from the set command.
825
826 2002-03-23 Andrew Cagney <ac131313@redhat.com>
827
828 * MAINTAINERS (sh-elf): Change warning flag to -w.
829
830 2002-03-23 Andrew Cagney <cagney@redhat.com>
831
832 * defs.h (error): Add printf format attribute.
833 * thread-db.c (thread_from_lwp): Fix error format string.
834 * stack.c (parse_frame_specification): Ditto.
835 * cli/cli-decode.c (undef_cmd_error): Ditto.
836 * scm-lang.c (scm_lookup_name): Ditto.
837 * tracepoint.c (trace_error): Ditto.
838 * remote-utils.c (usage): Ditto.
839 * remote.c (compare_sections_command): Ditto.
840 Fix PR gdb/328.
841
842 2002-03-22 Andrew Cagney <ac131313@redhat.com>
843
844 * gdbtypes.c (append_composite_type_field): New function.
845 (init_composite_type): New function.
846 * gdbtypes.h (append_composite_type_field): Declare.
847 (init_composite_type): Ditto.
848
849 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
850
851 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
852 function.
853 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
854 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
855 structure returning convention for SYSV ABI case, but not
856 for GNU/Linux, FreeBSD, or NetBSD.
857
858 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
859
860 * symtab.h (lookup_block_symbol): Add mangled_name argument
861 to prototype.
862
863 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
864 with new mangled_name argument.
865 * linespec.c (decode_line_1): Likewise.
866 * valops (value_of_this): Likewise.
867 * symtab.c (lookup_transparent_type): Likewise.
868 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
869 (lookup_symbol): If we are given a mangled name, pass it down
870 to lookup_symbol_aux.
871 (lookup_block_symbol): If we are given a mangled name to check
872 against, only return symbols which match it.
873
874 2002-03-22 Christopher Faylor <cgf@redhat.com>
875
876 * win32-nat.c (child_create_inferior): Check for proper shell to use
877 here, in case the user changes it on the fly.
878 (_initialize_inftarg): Remove shell path considerations.
879
880 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
881
882 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
883 for gdbarch_max_register_raw_size and max_register_virtual_size.
884 Adjust copyright year.
885
886 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
887
888 * dbxread.c (process_one_symbol): Extend the first N_SLINE
889 in a function to cover the entire beginning of the function
890 as well if it does not already.
891
892 2002-03-21 Tom Rix <trix@redhat.com>
893
894 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
895 (rs6000_ptrace64): Renamed from ptrace64.
896
897 2002-03-20 Martin M. Hunt <hunt@redhat.com>
898
899 * gdbserver/remote-utils.c (remote_open): Don't call
900 getprotobyname, we're all using TCP here so just use
901 IPPROTO_TCP.
902 * gdbserver/gdbreplay.c (remote_open): Ditto.
903
904 2002-03-20 Martin M. Hunt <hunt@redhat.com>
905
906 * regcache.c (_initialize_regcache): No need to call
907 build_regcache() at this time; it gets called whenever
908 the gdbarch changes.
909
910 2002-03-20 David O'Brien <obrien@FreeBSD.org>
911
912 * sparc-nat.c: Include sys/param.h where possible.
913
914 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
915
916 Fix PR gdb/422.
917 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
918 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
919 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
920 complex types.
921 * stabsread.c (rs6000_builtin_type): Likewise.
922 (read_sun_floating_type): Likewise.
923
924 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
925
926 * stabsread.c (read_member_functions): Remove skip code for duplicate
927 constructor/destructor methods. Use standard parsing for these
928 methods and just do not chain them to the list of methods after
929 parsing.
930
931 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
932
933 * coffread.c: Remove redundant static declarations. Replace
934 occurrences of `PTR' with `void *'.
935 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
936 * top.h (quit_cover): Likewise.
937 * defs.h (catch_errors): Likewise.
938
939 2002-03-18 Andrew Cagney <ac131313@redhat.com>
940
941 * defs.h (XMALLOC): Define.
942 * gdb-events.sh (XMALLOC): Delete macro.
943 * gdb-events.c, gdb-events.h: Regenerate.
944 * gdbarch.sh (XMALLOC): Delete macro.
945 * gdbarch.c: Regenerate.
946 * serial.c (XMALLOC): Delete macro.
947 * ui-file.c (XMALLOC): Ditto.
948 * ser-unix.h (XMALLOC): Ditto.
949 * sh-tdep.c (XMALLOC): Ditto.
950 * ui-out.c (XMALLOC): Ditto.
951 * utils.c (XMALLOC): Ditto.
952 * i386-tdep.c (XMALLOC): Ditto.
953 * gdb-events.c (XMALLOC): Ditto.
954 * d10v-tdep.c (XMALLOC): Ditto.
955 * cli-out.c (XMALLOC): Ditto.
956
957 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
958 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
959 * ui-file.c, ui-out.c: Ditto.
960
961 2002-03-18 Andrew Cagney <ac131313@redhat.com>
962
963 * command.h (struct cmd_list_element): Add field context.
964 (set_cmd_context, get_cmd_context): Declare.
965 * cli/cli-decode.h: Ditto.
966 * cli/cli-decode.c (get_cmd_context): New function.
967 (set_cmd_context): New function.
968 (add_cmd): Initialize context.
969 Part of fixing PR gdb/145 and PR gdb/146.
970
971 2002-03-17 Andrew Cagney <ac131313@redhat.com>
972
973 * cli/cli-decode.c (cmd_type): New function.
974 * command.h (cmd_type): Declare.
975 * infrun.c (set_schedlock_func): Call function cmd_type.
976 * kod.c (kod_set_os): Call cmd_type.
977 * cris-tdep.c (cris_version_update): Use function cmd_type.
978 (cris_mode_update, cris_abi_update): Ditto.
979
980 * command.h: (execute_cmd_post_hook): Declare.
981 (execute_cmd_pre_hook): Declare.
982 * cli/cli-script.c (clear_hook_in_cleanup): New function.
983 (execute_cmd_post_hook, execute_cmd_pre_hook): New
984 functions. Execute pre/post hook while ensuring that afterwords
985 hook_in is cleared.
986 * top.c (execute_command): Use execute_cmd_post_hook, and
987 execute_cmd_pre_hook to execute pre/post commands.
988 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
989 hook_stop_stub.
990 (hook_stop_stub): Call execute_cmd_pre_hook.
991
992 2002-03-17 Andrew Cagney <ac131313@redhat.com>
993
994 * kod.c (kod_set_os): Revert previous change. Is called by ``info
995 set'' and this leads to a core dump. Move xstrdup of
996 operating_system to after check that it is not NULL.
997
998 2002-03-17 Andrew Cagney <ac131313@redhat.com>
999
1000 * kod.c (kod_set_os): Remove unnecessary check that
1001 ``command->type'' is set_cmd.
1002
1003 * valprint.c (set_input_radix): Use input_radix.
1004 (set_output_radix): Use output_radix.
1005 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1006 isn't reverted.
1007
1008 2002-03-16 Andrew Cagney <ac131313@redhat.com>
1009
1010 * value.h (struct value): Delete field ``substring_addr''. Change
1011 aligner fields to force_doublest_align, force_longest_align,
1012 force_core_addr_align and force_pointer_aligh.
1013
1014 * value.h (struct value): Fix typo in above change.
1015
1016 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1017
1018 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1019 to fix internal_error from ``maintenance print architecture''.
1020
1021 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1022
1023 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1024 for gcc versions after gcc-2.8.1.
1025
1026 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1027
1028 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1029 for method resolution. Restore adjustment of ``this'' pointer after
1030 calling value_struct_elt, which was accidentally removed during the
1031 HP merge.
1032
1033 2002-03-15 Andrew Cagney <ac131313@redhat.com>
1034
1035 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1036 value_of_register.
1037 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1038 get_saved_register.
1039 * value.h (value_of_register): Update.
1040
1041 2002-03-14 Richard Henderson <rth@redhat.com>
1042
1043 * configure.in: Detect declaration for canonicalize_file_name.
1044 * utils.c (canonicalize_file_name): Declare, if needed.
1045 (gdb_realpath): Prefer realpath if available and usable.
1046 * config.in, configure: Rebuild.
1047
1048 2002-03-14 Richard Henderson <rth@redhat.com>
1049
1050 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1051 a constant array bound.
1052
1053 * MAINTAINERS: Add myself to write-after-approval.
1054
1055 2002-03-14 Michael Snyder <msnyder@redhat.com>
1056
1057 * symfile.c (syms_from_objfile): Return immediately if no syms.
1058 (symbol_file_add): Return immediately if no syms.
1059 (find_sym_fns): Return immediately if no syms.
1060
1061 2002-03-13 Michal Ludvig <mludvig@suse.cz>
1062
1063 * gdbserver/remote-util.c (remote_open): Print remote-side's
1064 IP address when remote debugging over the network.
1065
1066 2002-03-12 David O'Brien <obrien@FreeBSD.org>
1067
1068 * config/sparc/fbsd.mh: Fix copyright.
1069 * config/sparc/fbsd.mt: Likewise.
1070
1071 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
1072
1073 * MAINTAINERS: Fix typo in name of gdb warnings option.
1074 (x86-64): Fix formating so that this can be parsed by awk.
1075
1076 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
1077
1078 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1079 * defs.h: Include "gdb/signals.h".
1080 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1081
1082 2002-03-10 Michal Ludvig <mludvig@suse.cz>
1083
1084 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
1085 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
1086 from x86-64-tdep.h
1087
1088 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
1089 Don Howard <dhoward@redhat.com>
1090
1091 * mips-tdep.c (ST0_FR): Define.
1092 (mips2_fp_compat): New function, temporarily disabled.
1093 (mips_read_fp_register_single): New function.
1094 (mips_read_fp_register_double): New function.
1095 (mips_print_register): Use them.
1096 (do_fp_register_row): Likewise.
1097
1098 2002-03-09 Andrew Cagney <ac131313@redhat.com>
1099
1100 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1101 approval''.
1102
1103 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1104
1105 * stabsread.c (read_member_functions): Fix is_stub test for
1106 static member functions, improve comment.
1107
1108 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
1109
1110 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1111 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1112 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1113 commands that set boolean values.
1114 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1115 (arm_rdi_resume): Always initialize PC.
1116 (arm_rdi_open): Don't use rslt as a boolean.
1117 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1118 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1119 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1120 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1121
1122 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
1123
1124 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1125 * configure: Rebuilt.
1126
1127 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1128
1129 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1130 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1131
1132 2002-03-06 Andrew Cagney <ac131313@redhat.com>
1133
1134 * cli/cli-decode.c (set_cmd_completer): New function.
1135 * command.h (set_cmd_completer): Declare.
1136 * cli/cli-decode.h (set_cmd_completer): Ditto.
1137
1138 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1139 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1140 * win32-nat.c (_initialize_inftarg): Ditto.
1141 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1142 * proc-api.c (_initialize_proc_api): Ditto.
1143 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1144 * source.c (_initialize_source): Ditto.
1145 * exec.c (_initialize_exec): Ditto.
1146 * solib.c (_initialize_solib): Ditto.
1147 * top.c (init_main): Ditto.
1148 * tracepoint.c (_initialize_tracepoint): Ditto.
1149 * symfile.c (_initialize_symfile): Ditto.
1150 * printcmd.c (_initialize_printcmd): Ditto.
1151 * infcmd.c (_initialize_infcmd): Ditto.
1152 * corefile.c (_initialize_core): Ditto.
1153
1154 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1155
1156 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1157
1158 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1159
1160 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1161
1162 2002-03-05 Andrew Cagney <ac131313@redhat.com>
1163
1164 * NEWS: Update headings, 5.2 has branched.
1165
1166 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
1167
1168 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1169 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1170 (register_addr, REGISTER_RAW_SIZE): Likewise.
1171 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1172 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1173
1174 2002-03-03 Michal Ludvig <mludvig@suse.cz>
1175
1176 * MAINTAINERS (x86-64): Add myself.
1177 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1178 changed value_ptr -> struct value *
1179
1180 2002-03-01 David O'Brien <obrien@FreeBSD.org>
1181
1182 * configure.host (sparc64-*-freebsd): Add.
1183 * configure.tgt: Likewise.
1184 * config/sparc/fbsd.mh: New file.
1185 * config/sparc/fbsd.mt: Likewise.
1186 * config/sparc/nm-fbsd.h: Likewise.
1187 * config/sparc/tm-fbsd.h: Likewise.
1188
1189 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
1190
1191 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1192 regformats/reg-s390x.dat.
1193
1194 2002-03-01 Andrew Cagney <ac131313@redhat.com>
1195
1196 * utils.c: Add FIXME explaining true/false problem.
1197
1198 2002-02-28 Andrew Cagney <ac131313@redhat.com>
1199
1200 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1201
1202 2002-02-28 Michael Chastain <mec@shout.net>
1203
1204 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1205
1206 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
1207
1208 * gdbserver/linux-s390-low.c: New file.
1209 * regformats/reg-s390.dat: New file.
1210 * regformats/reg-s390x.dat: New file.
1211 * gdbserver/configure.srv: Add S/390.
1212 * gdbserver/Makefile.in: Add S/390.
1213 * configure.tgt: Enable gdbserver for S/390.
1214
1215 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
1216
1217 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1218 first line of the doc string for "info dos", except at the end of
1219 the sentence, since the short help stops at the first period.
1220
1221 2002-02-28 Jason Merrill <jason@redhat.com>
1222
1223 * dwarf2read.c (dwarf_cfi_name): Add new codes.
1224
1225 2002-02-27 Fred Fish <fnf@redhat.com>
1226
1227 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1228 comment (dumy -> dummy).
1229
1230 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1231
1232 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1233
1234 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
1235
1236 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1237
1238 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1239
1240 * gdbserver/acconfig.h: New file.
1241 * gdbserver/i387-fp.c: New file.
1242 * gdbserver/i387-fp.h: New file.
1243 * gdbserver/linux-x86-64.c: New file.
1244 * regformats/reg-x86-64.dat: New file.
1245 * configure.tgt: Add x86_64-*-linux* gdbserver support.
1246 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1247 * gdbserver/configure.in: Add support for regsets.
1248 * gdbserver/config.in: Regenerate.
1249 * gdbserver/configure: Regenerate.
1250 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
1251 * gdbserver/linux-low.h: New file.
1252 * gdbserver/linux-low.c: Include "linux-low.h". Add support
1253 for regsets.
1254 * gdbserver/linux-arm-low.c: Include "linux-low.h".
1255 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1256 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1257 * gdbserver/linux-mips-low.c: Include "linux-low.h".
1258 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1259 * gdbserver/linux-sh-low.c: Include "linux-low.h".
1260 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
1261 "i387-fp.h". Add PTRACE_GETREGS and friends.
1262 * gdbserver/regcache.c (supply_register): New function.
1263 (supply_register_by_name): New function.
1264 (collect_register): New function.
1265 (collect_register_by_name): New function.
1266
1267 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1268
1269 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1270 (config.status): Add configure.srv dependency.
1271 (server_h): Add config.h dependency.
1272
1273 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1276 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1277 * gdbserver/configure.srv: Change i386-*-linux* to use
1278 reg-i386-linux.o.
1279
1280 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1281
1282 * x86-64-tdep.c: Re-indent. Update copyright date.
1283
1284 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1285
1286 From Michal Ludvig <mludvig@suse.cz>:
1287 * x86-64-tdep.c (value.h): Delete.
1288 (gdb_assert.h): Include.
1289 (x86_64_register_convert_to_virtual,
1290 x86_64_register_convert_to_raw ): Add check which lets only
1291 floating-point values to be converted.
1292 (value_push): Delete.
1293 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1294 (i386_gdbarch_init): Number of register_bytes fixed.
1295
1296 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1297
1298 * MAINTAINERS: Add x86-64 target.
1299
1300 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1301
1302 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
1303 * osfsolib.c (solib_map_sections): Ditto.
1304 * irix5-nat.c (solib_map_sections): Ditto.
1305 * corelow.c (gdb_check_format): Ditto.
1306 * symfile.c (symfile_bfd_open): Ditto.
1307 * solib.c (solib_map_sections): Ditto.
1308 Fix PR gdb/354.
1309
1310 2002-02-26 Andrew Cagney <ac131313@redhat.com>
1311
1312 * remote.c (_initialize_remote): By default, disable ``e'' and
1313 ``E'' step out-of-range packets.
1314
1315 2002-02-26 Andreas Schwab <schwab@suse.de>
1316
1317 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
1318 m68k_linux_frame_saved_pc.
1319 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
1320 in_sigtramp.
1321 (SIGCONTEXT_PC_OFFSET): Remove.
1322 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
1323 m68k_linux_sigtramp_saved_pc): New functions.
1324 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
1325 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
1326 (UCONTEXT_PC_OFFSET): Define.
1327 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
1328 non-RT and RT signal trampolines.
1329
1330 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
1331
1332 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
1333 (TARGET_NBPG, STACK_END_ADDR): Delete
1334 (VARIABLES_INSIDE_BLOCK): Delete.
1335
1336 2002-02-25 Andrew Cagney <ac131313@redhat.com>
1337
1338 * utils.c (perror_with_name): Make string parameter constant.
1339 (print_sys_errmsg): Ditto.
1340 (query): Ditto.
1341 * defs.h (perror_with_name): Update.
1342 (print_sys_errmsg): Update.
1343 (query): Update.
1344
1345 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
1346
1347 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
1348 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
1349
1350 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1351
1352 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
1353 if it already matches the current architecture from the exec file.
1354 Include arch-utils.h for gdbarch_info_init prototype.
1355 * Makefile.in (rs6000-nat.o): Update dependencies.
1356
1357 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
1360 list of exported variables.
1361
1362 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
1363
1364 * gdbserver/configure.srv: New file.
1365 * gdbserver/configure.in: Use configure.srv instead
1366 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
1367 from it.
1368 * gdbserver/configure: Regenerated.
1369 * gdbserver/terminal.h: New file.
1370 * gdbserver/Makefile.in: Update for configure changes. Remove
1371 more unneeded include paths.
1372
1373 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1374
1375 From wiz at danbala:
1376 * config/sparc/tm-sp64.h: Fix grammar and typos.
1377 Fix PR gdb/287.
1378
1379 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1380
1381 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
1382 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
1383 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
1384 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
1385 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
1386 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
1387 * s390-tdep.c: Ditto.
1388 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
1389 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
1390 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
1391 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
1392 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
1393 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
1394 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
1395 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
1396 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
1397 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
1398 Fix PR gdb/378.
1399
1400 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1401
1402 * lin-thread.c: Delete file.
1403 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
1404 to gdb_proc_service.h.
1405 * configure: Re-generate.
1406
1407 * ocd.c (ocd_open): Do not try to open the "ocd" device.
1408 * serial.c (serial_open): Delete check for "ocd".
1409 Fix PR gdb/349.
1410
1411 * Makefile.in (linux-thread.o): Delete target.
1412 * linux-thread.c: Delete file.
1413
1414 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
1415 renamed SH files to be consistent.
1416
1417 * symtab.c (sort_search_symbols): Use xfree.
1418
1419 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1420
1421 * arm-linux-tdep.c (arm_linux_init_abi): Register
1422 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
1423 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
1424 definition with undef, since we don't want the sysvr4 definition.
1425 (SKIP_TRAMPOLINE_CODE): Likewise.
1426
1427 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1428
1429 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
1430
1431 * configure.in: (AC_CHECK_FUNCS) Added test for
1432 canonicalize_file_name Regenerated.
1433 * config.in, configure: Regenerated.
1434 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
1435 defined use canonicalize_file_name.
1436
1437 2002-02-23 Michael Chastain <mec@shout.net>
1438
1439 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
1440
1441 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1442
1443 * README: Remove references to cygnus.com.
1444 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
1445 dot com'' form. Remove references to cygnus.com and sourceware.
1446
1447 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1448
1449 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
1450 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
1451 1003.1-2001 no longer allows "head -1".
1452 * gdb/Makefile.in (version.c): Likewise.
1453 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
1454 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
1455 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
1456
1457 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1458
1459 * cli/cli-decode.c (cmd_cfunc_eq): New function.
1460 * command.h (cmd_cfunc_eq): Declare.
1461 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
1462
1463 * cli/cli-cmds.h (is_complete_command): Change parameter to a
1464 ``struct cmd_list_element *''.
1465 * cli/cli-cmds.c (is_complete_command): Update. Use
1466 cmd_cfunc_eq.
1467 * top.c (execute_command): Pass the command to
1468 is_complete_command.
1469 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
1470
1471 2002-02-23 Andrew Cagney <ac131313@redhat.com>
1472
1473 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
1474 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
1475 architecture defines.
1476 * s390-tdep.c (s390_gdbarch_init): Likewise.
1477
1478 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1479
1480 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
1481 (arm_linux_push_arguments): Likewise.
1482 (arm_linux_init_abi): Register them. Also register linux-specific
1483 call_dummy_words.
1484 (find_minsym_and_objfile): Use strcmp, not STREQ.
1485 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
1486 (arm_linux_call_dummy_words): Delete declaration.
1487 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
1488 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
1489 declarations.
1490 (LOWEST_PC): Delete.
1491
1492 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1493
1494 * maint.c (print_section_info): Do not prepend `0x' to filepos
1495 output, it will be handled by local_hex_string_custom.
1496
1497 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
1498
1499 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
1500 (store_newfpe_double, store_newfpe_extended, store_fpregister)
1501 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
1502
1503 2002-02-22 Jim Blandy <jimb@redhat.com>
1504
1505 Indicate that the bcache functions don't change the strings
1506 they're passed.
1507 * bcache.h (bcache, hash): Add `const' keywords to declarations.
1508 * bcache.c (bcache, hash): Add `const' keywords to definitions.
1509
1510 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
1511
1512 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
1513
1514 2002-02-21 Christopher Faylor <cgf@redhat.com>
1515
1516 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
1517 find the complete path to a loaded DLL.
1518
1519 2002-02-21 Fred Fish <fnf@redhat.com>
1520
1521 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
1522 that marks the end of the range of a function, enter a line number
1523 entry that has a line number of zero and a PC offset that matches
1524 the end of the function. This starts a range of PC's for which no
1525 line number information is known.
1526 * symtab.c (find_pc_sect_line): If our best fit is in a range of
1527 PC's for which no line number info is found (line number is zero)
1528 then we didn't find any valid line information.
1529 * symtab.h: Document use of zero line number entry.
1530
1531 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
1532
1533 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
1534 (have_ptrace_getvrregs): Define for run time checks.
1535 (gdb_vrregset_t): New type for Altivec register handling.
1536 (fetch_register, store_register): Fetch/store altivec register
1537 when needed.
1538 (fetch_altivec_register, store_altivec_register): New functions.
1539 (supply_vrregset, fill_vrregset): New functions.
1540 (fetch_altivec_registers, store_altivec_registers): New functions.
1541 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
1542 registers as well.
1543
1544 2002-02-21 Jiri Smid <smid@suse.cz>
1545
1546 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
1547
1548 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
1549
1550 * Makefile.in (armnbsd-nat.o): Update dependencies.
1551 * armnbsd-nat.c (supply_gregset): New function. Common code to
1552 supply the integer register set.
1553 (supply_fparegset): New function. Similar for FPA registers.
1554 (fetch_regs, fetch_fp_regs): Use them.
1555 (fetch_core_registers): Likewise.
1556 (fetch_elfcore_registers): New function.
1557 (arm_netbsd_elfcore_fns): New core-file type specification.
1558 (_initialize_arm_netbsd_nat): Register it.
1559
1560 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
1561
1562 * armnbsd-nat.c: Include gdbcore.h.
1563 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
1564 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
1565 'void' to declaration, to shut up ARI.
1566 (fetch_core_registers): Make static. Rewrite using supply_register.
1567 (arm_netbsd_core_fns): New core-file type specification.
1568 (_initialize_arm_netbsd_nat): New function.
1569
1570 2002-02-21 Christopher Faylor <cgf@redhat.com>
1571
1572 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
1573 value.
1574
1575 2002-02-20 Christopher Faylor <cgf@redhat.com>
1576
1577 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
1578 fails.
1579
1580 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1581
1582 * jv-exp.y (parse_number): Change type of implicit longs
1583 to builtin_type_uint64.
1584
1585 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1586
1587 * gdbserver/linux-low.c (mywait): Change argument to waitpid
1588 to be an integer instead of a `union wait'.
1589
1590 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1591
1592 * mips-linux-nat.c: Call the operating system GNU/Linux.
1593 * mips-linux-tdep.c: Likewise.
1594 * mips-tdep.c: Likewise.
1595
1596 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1597
1598 Fix PR gdb/265.
1599 * jv-exp.y (parse_number): Handle 64-bit integers.
1600
1601 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
1602
1603 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
1604 AC_STDC_HEADERS to AC_HEADER_STDC.
1605 * gdbserver/configure: Regenerated.
1606
1607 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
1608
1609 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
1610 is defined.
1611 * sparc-tdep.c (get_longjmp_target): Likewise.
1612
1613 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
1614
1615 * News: Add news about ARM and Multi-arch. Mention the new target
1616 arm*-*-netbsd*.
1617
1618 2002-02-19 Jim Blandy <jimb@redhat.com>
1619
1620 * stabsread.c (error_type_complaint): Improve error message.
1621
1622 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
1623
1624 * gdbserver/README: Update documentation.
1625 * gdbserver/configure.in: Update configury to match documentation.
1626 * gdbserver/Makefile.in: Likewise.
1627 * gdbserver/configure: Regenerated.
1628 * gdbserver/aclocal.m4: New file, generated by aclocal.
1629 * gdbserver/config.in: New file, generated by autoheader.
1630
1631 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1632
1633 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
1634 armnbsd-nat.c.
1635
1636 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1637
1638 * arm-tdep.h (enum arm_float_model): New enum.
1639 (struct gdbarch_tdep): Add fp_model.
1640 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
1641 up floating-point conversions until we know the floating-point model
1642 in use by the inferior. Don't complain about being unable to
1643 determine the ABI of the inferior when we don't have one.
1644 (arm_extract_return_value): Support different floating-point models.
1645 (arm_store_return_value): Likewise.
1646 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
1647 ARM_FLOAT_SOFT.
1648 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
1649
1650 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1651
1652 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
1653 of ``current_gdbarch''.
1654
1655 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1656
1657 * armnbsd-nat.c : ANSIfy all function declarations.
1658 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
1659 (fetch_inferior_registers): Re-implement in terms of above.
1660 (store_register, store_regs, store_fp_register, store_fp_regs): New.
1661 (store_inferior_registers): Re-implement in terms of above.
1662
1663 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1664
1665 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
1666 kernel.
1667 * arm-linux-tdep.c: Likewise.
1668 * config/arm/tm-linux.h: Likewise.
1669
1670 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1671
1672 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
1673 * config/arm/nbsd.mt (TM_FILE): Delete.
1674 * config/arm/tm-nbsd.h: Delete.
1675
1676 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1677
1678 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
1679 Initialize CALL_DUMMY_LENGTH.
1680
1681 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
1682
1683 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
1684 function.
1685 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
1686 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
1687 defines one thing and that is incorrect for this port.
1688 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1689
1690 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1691
1692 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
1693
1694 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1695
1696 * win32-nat.c (display_selector): New function. Displays information
1697 about the information returned by GetThreadSelectorEntry API function.
1698 (display_selectors): New function. Displays the infomation of
1699 the selector given as argument, or of CS, DS ans FS selectors
1700 if no argument is given.
1701 ( _initialize_inftarg): Add "w32" as info prefix command.
1702 Add "info w32 selector" as command calling display_selectors.
1703
1704 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
1705
1706 * i386-tdep.c (get_longjmp_target): Fix compilation failure
1707 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
1708 if not defined.
1709
1710 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
1711
1712 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
1713
1714 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
1715
1716 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
1717 (arm_fix_call_dummy): Call it.
1718 (arm_call_dummy_breakpoint_offset): Delete.
1719 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
1720 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
1721
1722 2002-02-18 Andrew Cagney <ac131313@redhat.com>
1723
1724 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
1725 Default to func_frame_chain_valid.
1726 * gdbarch.h, gdbarch.c: Re-generate.
1727 * frame.h (FRAME_CHAIN_VALID): Delete definition.
1728
1729 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
1730
1731 * ppc-linux-nat.c: Update copyright.
1732 (fetch_register, store_register): Add tid parameter, don't compute
1733 tid here.
1734 (fetch_ppc_registers, store_ppc_registers): Add tid
1735 parameter. Pass it along to callees.
1736 (fetch_inferior_registers, store_inferior_registers): Compute tid
1737 here, and pass it to calleed functions.
1738 (fill_gregset, supply_fpregset): Clean up formatting.
1739
1740 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
1741
1742 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
1743 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
1744
1745 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
1746
1747 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
1748 * gdbarch.c gdbarch.h: Regenerate.
1749 * breakpoint.c (create_longjmp_breakpoint): Always compile this
1750 function.
1751 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
1752 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
1753 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
1754
1755 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
1756 * arm-tdep.c (arm_get_longjmp_target): New function.
1757 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
1758 this to a positive value register arm_get_longjmp_target as the
1759 longjmp handler.
1760 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
1761 (arm_linux_init_abi): Set up longjmp description in tdep.
1762 * armnbsd-nat.c (get_longjmp_target): Delete.
1763 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
1764 description in tdep.
1765 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
1766 (get_longjmp_target): Delete declaration.
1767 (GET_LONGJMP_TARGET): Delete.
1768 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
1769 (GET_LONGJMP_TARGET): Delete.
1770
1771 2002-02-17 Kevin Buettner <kevinb@redhat.com>
1772
1773 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
1774 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
1775 of ``current_gdbarch''.
1776
1777 2002-02-17 Tom Tromey <tromey@redhat.com>
1778
1779 * cli/cli-cmds.c (compare_strings): New function.
1780 (complete_command): Only print each unique item once.
1781 * completer.h (complete_line): Declare.
1782 * completer.c (complete_line): New function.
1783 (line_completion_function): Use it.
1784
1785 2002-02-16 Andrew Cagney <ac131313@redhat.com>
1786
1787 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
1788 * gdbarch.h, gdbarch.c: Re-generate.
1789
1790 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
1791
1792 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
1793
1794 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
1795
1796 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1797 * valops.c (value_arg_coerce): Don't take the address of a reference
1798 to convert an argument to a reference.
1799
1800 2002-02-15 Christopher Faylor <cgf@redhat.com>
1801
1802 * win32-nat.c (get_image_name): New function.
1803 (handle_load_dll): Use get_image_name function.
1804 (get_child_debug_event): Avoid registering debug events until possibly
1805 execed process is started.
1806 (child_create_inferior): Allow invocation via shell so that command
1807 line redirection, etc. works ok.
1808 (_initialize_inftarg): Add new command: "set shell" to control whether
1809 a shell is used to start a process.
1810
1811 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
1812
1813 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
1814 instead of find_register_by_number.
1815 (cannot_store_register): Likewise.
1816
1817 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
1818
1819 * dwarf2read.c: Replace fprintf (stderr, ...) by
1820 fprintf_unfiltered (gdb_stderr, ...).
1821
1822 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
1823
1824 * gdbserver/gdbserver.1: Document --attach.
1825
1826 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
1827
1828 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
1829 descriptions.
1830 * arm-tdep.c (arm_default_arm_le_breakpoint)
1831 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
1832 (arm_default_thumb_be_breakpoint): New. Initialize them from
1833 traditional breakpoint defines.
1834 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
1835 (arm_gdbarch_init): Initialize new breakpoint variables.
1836 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
1837 (arm_linux_init_abi): Initialize linux-specific breakpoint.
1838 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
1839 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
1840 code out to ...
1841 (arm_netbsd_init_abi_common): ... here; new function.
1842 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
1843 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
1844 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
1845 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
1846
1847 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
1848
1849 * arm-tdep.h (enum arm_abi): New enum.
1850 (struct gdbarch_tdep): New structure.
1851 (LOWEST_PC): Provide a default.
1852 (arm_gdbarch_register_os_abi): Declare new function.
1853 * arm-tdep.c (arm_abi_names): New array.
1854 (process_note_abi_tag_sections): New function.
1855 (get_elfosabi): New function.
1856 (arm_gdbarch_register_os_abi): New function.
1857 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
1858 support for that ABI has been built in, then call the appropriate
1859 configuration routine. Use gdbarch_num_regs() to get the number
1860 of registers.
1861 (arm_dump_tdep): New function.
1862 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
1863 place-holder functions.
1864 (_initialize_arm_tdep): Register them.
1865 * config/arm/tm-arm.h (LOWEST_PC): Delete.
1866
1867 * armnbsd-tdep.c: New file.
1868 * Makefile.in (armnbsd-tdep.o): Add dependencies.
1869 * config/arm/nbsd.mt (TDEPFILES): Add it.
1870 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
1871
1872 * armnbsd-nat.c: Include regcache.h.
1873 * Makefile.in (armnbsd-nat.o): Update dependency list.
1874
1875 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
1876
1877 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1878
1879 * gdbserver/Makefile.in: Fix typos in target rules.
1880
1881 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1882
1883 Fix part of PR gdb/267.
1884 * linespec.c (find_methods): Handle constructors specially for now.
1885
1886 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
1887
1888 * arm-tdep.c (arm_push_arguments): Eliminate special float type
1889 handling.
1890 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
1891 standard_coerce_float_to_double().
1892
1893 2002-02-14 Christopher Faylor <cgf@redhat.com>
1894
1895 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
1896 GDBINIT_FILENAME.
1897
1898 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
1899
1900 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
1901 find_variant_by_name, because it confuses the multiarch
1902 framework. Return NULL if there isn't an architecture with the
1903 user supplied name, instead of forcing a different one without
1904 recording the change with the multiarch machinery.
1905 (find_variant_by_name): Delete.
1906
1907 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1908
1909 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
1910 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
1911
1912 2002-02-13 Martin M. Hunt <hunt@redhat.com>
1913
1914 * stack.c (print_frame_info_base): When calling
1915 print_frame_info_listing_hook, set current_source_symtab.
1916
1917 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
1920 and remove unused $(INCLUDE_DIR).
1921 Add regcache.c to OBS.
1922 Add generated register protocol files to clean target.
1923 Update dependencies for new objects, obsolete old target code.
1924
1925 * gdbserver/linux-low.c: Remove all platform-specific code to
1926 new files. Remove various dead code. Update to use regcache
1927 functionality.
1928 * gdbserver/remote-utils.c (fromhex): Add return statement
1929 to quiet warning.
1930 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
1931 constant.
1932 (input_interrupt): Add integer parameter to match prototype
1933 of a signal handler.
1934 (outreg): Use register_data ().
1935 (prepare_resume_reply): Use gdbserver_expedite_regs.
1936 * gdbserver/server.c (main): Dynamically allocate own_buf because
1937 PBUFSIZ is no longer constant. Use registers_to_string () and
1938 registers_from_string ().
1939 * gdbserver/server.h: No longer include "defs.h". Add prototypes
1940 for error (), fatal (), and warning (). Update definition of
1941 PBUFSIZ to use regcache functionality. Add include guard.
1942 * gdbserver/utils.c (fatal): Add missing ``const''.
1943 (warning): New function.
1944
1945 * regformats/regdat.sh: Include "regcache.h" in generated files.
1946 Provide init_registers () function.
1947 * regformats/regdef.h: Add prototype for set_register_cache ().
1948 Add include guard.
1949
1950 * gdbserver/linux-arm-low.c: New file.
1951 * gdbserver/linux-i386-low.c: New file.
1952 * gdbserver/linux-ia64-low.c: New file.
1953 * gdbserver/linux-m68k-low.c: New file.
1954 * gdbserver/linux-mips-low.c: New file.
1955 * gdbserver/linux-ppc-low.c: New file.
1956 * gdbserver/linux-sh-low.c: New file.
1957
1958 * gdbserver/regcache.c: New file.
1959 * gdbserver/regcache.h: New file.
1960
1961 * gdbserver/low-linux.c: Removed obsolete file.
1962
1963 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
1966 * config/i386/linux.mt: Likewise.
1967 * config/ia64/linux.mt: Likewise.
1968 * config/m68k/linux.mh: Likewise.
1969 * config/powerpc/linux.mh: Likewise.
1970 * config/mips/linux.mt: Likewise.
1971
1972 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
1973
1974 * config/i386/i386lynx.mh: Mark gdbserver variables
1975 as (currently) obsolete for this target.
1976 * config/i386/nbsd.mt: Likewise.
1977 * config/i386/nbsdelf.mt: Likewise.
1978 * config/m32r/m32r.mt: Likewise.
1979 * config/m68k/m68klynx.mh: Likewise.
1980 * config/m68k/nbsd.mt: Likewise.
1981 * config/m68k/sun3os4.mh: Likewise.
1982 * config/mips/vr5000.mt: Likewise.
1983 * config/ns32k/nbsd.mt: Likewise.
1984 * config/pa/hppabsd.mh: Likewise.
1985 * config/pa/hppaosf.mh: Likewise.
1986 * config/powerpc/nbsd.mt: Likewise.
1987 * config/rs6000/rs6000lynx.mh: Likewise.
1988 * config/s390/s390.mt: Likewise.
1989 * config/s390/s390x.mt: Likewise.
1990 * config/sparc/sparclynx.mh: Likewise.
1991 * config/sparc/sun4os4.mh: Likewise.
1992 * config/i386/x86-64linux.mt: Likewise.
1993 * config/sparc/linux.mh: Likewise.
1994
1995 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1996
1997 * configure.tgt: Configure gdbserver only for known working
1998 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
1999 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2000 SUBDIRS if it is configured. Update comment for ${nativefile}.
2001 * configure: Regenerated.
2002
2003 2002-02-13 Michael Snyder <msnyder@redhat.com>
2004
2005 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2006
2007 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2008 (default_gcore_mach): Just return 0, work around a problem in bfd.
2009 (default_gcore_target): OK to return NULL if exec_bfd is null.
2010 (make_mem_sec): Use a cast, avoid a warning.
2011
2012 * procfs.c (find_memory_regions_callback): Use a cast instead of
2013 calling host_pointer_to_address (which complains if
2014 sizeof (host pointer) != sizeof (target pointer)).
2015 (procfs_make_note_section): Avoid overflow in psargs string.
2016
2017 * procfs.c (procfs_make_note_section): Make the default
2018 implementation return an error.
2019
2020 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
2021
2022 * procfs.c (procfs_make_note_section): Provide a default definition
2023 (for alpha-dec-osf4.0f). Fix typos.
2024
2025 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
2026
2027 * linux-proc.c: Add include of regcache.h.
2028 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2029
2030 2002-02-13 Andrew Cagney <ac131313@redhat.com>
2031
2032 From 2002-01-18 Greg McGary <greg@mcgary.org>:
2033 * memattr.c (create_mem_region): Disallow useless empty region.
2034 Regions are half-open intervals, so allow [A..B) [B..C) as
2035 non-overlapping.
2036
2037 2002-02-13 Michael Chastain <mec@shout.net>
2038
2039 * defs.h: Kill CONST_PTR.
2040 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2041 * c-lang.c (c_builtin_types): Likewise.
2042 * ch-lang.c (ch_builtin_types): Likewise.
2043 * f-lang.c (f_builtin_types): Likewise.
2044 * language.c (unknown_builtin_types): Likewise.
2045 * m2-lang.c (m2_builtin_types): Likewise.
2046 * p-lang.c (pascal_builtin_types): Likewise.
2047 * scm-lang.c (c_builtin_types): Likewise.
2048
2049 2002-02-13 Keith Seitz <keiths@redhat.com>
2050
2051 * arm-tdep.h (arm_get_next_pc): Add declaration.
2052
2053 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2054
2055 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2056 with other related struct-returning functions.
2057 (arm_extract_struct_value_address): New function.
2058 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2059 initialize float_format, double_format and long_double_format as
2060 appropriate to the endianness of the target.
2061 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2062 (arm_use_struct_convention): Delete declaration.
2063 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2064
2065 2002-02-13 Keith Seitz <keiths@redhat.com>
2066
2067 * defs.h (core_addr_to_string_nz): New function.
2068
2069 2002-02-13 Mark Kettenis <kettenis@gnu.org>
2070
2071 Apply missing bits of 2002-01-15 patch.
2072 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2073 (fill_fpregset): Use i387_fill_fsave.
2074
2075 2002-02-12 Keith Seitz <keiths@redhat.com>
2076
2077 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2078 (core_addr_to_string_nz): New function.
2079
2080 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2081
2082 * arm-linux-nat.c: Really include arm-tdep.h.
2083 * config/arm/tm-linux.h (struct type, struct value): Declare.
2084
2085 2002-02-11 Michael Snyder <msnyder@redhat.com>
2086
2087 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2088 (gcore section): Ifdef for Solaris and Unixware only.
2089 (procfs_do_thread_registers): Unixware needs one lwpstatus
2090 per thread (not one prstatus or pstatus).
2091 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2092 not over all gdb threads. For unixware, call elfcore_write_pstatus
2093 once before iterating over threads.
2094
2095 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2096
2097 * arm-tdep.h: New file.
2098 * arm-tdep.c: Include arm-tdep.h.
2099 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2100 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2101 (arm_print_float_info, arm_register_type, convert_to_extended)
2102 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2103 (arm_extract_return_value, arm_register_name): Make static.
2104 (arm_software_single_step): Similarly. Fix types in declaration.
2105 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2106 (arm_store_return_value, arm_store_struct_return): New functions.
2107 (arm_gdbarch_init): Register the above functions. Also register
2108 call_dummy_start_offset, sizeof_call_dummy_words,
2109 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2110 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
2111 max_register_virtual_size, register_size. Set up
2112 prologue_cache.saved_regs here, rather than ...
2113 (_initialize_arm_tdep): ... here.
2114 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2115 declarations.
2116 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2117 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2118 (arm_print_float_info, arm_register_type, convert_to_extended)
2119 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2120 (arm_extract_return_value, arm_register_name): Delete declarations.
2121 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2122 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2123 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2124 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2125 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2126 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2127 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2128 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2129 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2130 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2131 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2132 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2133 interface.
2134 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2135 * remote-rdi.c remote-rdp.c: Likewise.
2136 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2137 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2138 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2139 definition.
2140
2141 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2142 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2143 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2144 from non-ARM_ prefixed definitions.
2145 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2146 all uses of above.
2147 * remote-rdi.c remote-rdp.c: Likewise.
2148 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2149
2150 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
2151
2152 * arm-tdep.c (arm_frameless_function_invocation)
2153 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2154 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2155 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2156 (arm_pop_frame, arm_get_next_pc): Make static.
2157 (arm_gdbarch_init): Register above in gdbarch structure.
2158 (arm_read_fp): Renamed from arm_target_read_fp.
2159 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2160 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2161 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2162 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2163 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2164 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2165 (arm_pc_is_thumb_dummy): Delete declarations.
2166 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2167 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2168 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2169 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
2170
2171 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2172
2173 * symtab.c (compare_search_syms): New function.
2174 (sort_search_symbols): New function.
2175 (search_symbols): Sort symbols after searching rather than
2176 before.
2177
2178 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2179
2180 * NEWS: Linux -> GNU/Linux.
2181
2182 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2183
2184 * gdbarch.sh: For for level one methods, disallow a definition
2185 when partially multi-arched. Add comments explaining rationale.
2186 * gdbarch.h: Re-generate.
2187
2188 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2189
2190 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2191 multi-arch partial.
2192
2193 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2194
2195 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2196 field. Use diff -u.
2197 * gdbarch.c: Re-generate.
2198
2199 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2200
2201 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
2202 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2203 partial.
2204
2205 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2206
2207 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2208 multi-arch partial.
2209 (PUSH_ARGUMENTS): Switch to using predefault.
2210 * gdbarch.c: Regenerate.
2211
2212 2002-02-10 Andrew Cagney <ac131313@redhat.com>
2213
2214 * valops.c (PUSH_ARGUMENTS): Delete definition.
2215 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2216 partial. Default to default_push_arguments.
2217 * gdbarch.h, gdbarch.c: Regenerate.
2218
2219 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2220
2221 * defs.h (throw_exception): Rename return_to_top_level. Update
2222 comments.
2223 * utils.c (error_stream, internal_verror, quit): Ditto.
2224 * top.c (throw_exception, catcher): Ditto.
2225 * sparclet-rom.c (sparclet_load): Ditto.
2226 * remote.c (interrupt_query, minitelnet): Ditto.
2227 * remote-sds.c (interrupt_query): Ditto.
2228 * remote-mips.c (mips_error, mips_kill): Ditto.
2229 * ocd.c (interrupt_query): Ditto.
2230 * monitor.c (monitor_interrupt_query): Ditto.
2231 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2232 * target.h: Update comment.
2233
2234 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
2235
2236 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2237
2238 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2239 default_double_format.
2240 * gdbarch.h, gdbarch.c: Re-generate.
2241 * findvar.c (floatformat_unknown): Delete variable definition.
2242 * doublest.h (floatformat_unknown): Delete variable declaration.
2243
2244 2002-02-09 Jim Blandy <jimb@redhat.com>
2245
2246 * stabsread.c (read_type): Add code to parse Sun's syntax for
2247 prototyped function types.
2248
2249 2002-02-09 Andrew Cagney <ac131313@redhat.com>
2250
2251 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2252 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2253
2254 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2255
2256 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2257 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
2258 now _initialize_xcoffsolib gets called again and overrides the
2259 commands from solib.c in a native configuration.
2260
2261 2002-02-09 Mark Kettenis <kettenis@gnu.org>
2262
2263 * doublest.c (store_typed_floating): Don't try to return a value.
2264 Fixes PR gdb/290.
2265
2266 2002-02-08 Jim Blandy <jimb@redhat.com>
2267
2268 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2269 is prototyped and has no arguments, print its argument list as
2270 `(void)'.
2271
2272 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2273
2274 * MAINTAINERS (write-after-approval): Add myself.
2275 (paper-trail): I've escaped!
2276
2277 2002-02-08 Christopher Faylor <cgf@redhat.com>
2278
2279 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2280 changes.
2281 (_initialize_check_for_gdb_ini): Ditto.
2282
2283 2002-02-08 Martin M. Hunt <hunt@redhat.com>
2284
2285 * win32-nat.c (cygwin_pid_to_str): Fix typo.
2286 xaprintf -> xasprintf.
2287
2288 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
2289
2290 * win32-nat.c: Remove use of printf and sprintf functions.
2291
2292 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
2293
2294 * arm-tdep.c (arm_frame_chain_valid): Make static.
2295 (arm_push_arguments): Likewise.
2296 (arm_gdbarch_init): New function.
2297 (_initialize_arm_tdep): Call it.
2298 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
2299 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
2300 (FRAME_CHAIN_VALID): Delete.
2301 (arm_frame_chain_valid): Delete declaration.
2302 (PUSH_ARGUMENTS): Delete.
2303 (arm_push_arguments): Delete declaration.
2304 (CALL_DUMMY_P): Delete.
2305
2306 2002-02-08 Andrew Cagney <ac131313@redhat.com>
2307 Corinna Vinschen <vinschen@redhat.com>
2308
2309 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
2310 on builtin float types.
2311
2312 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
2313
2314 * utils.c: Include <curses.h> before "bfd.h".
2315 * tui/tui-hooks.c: Likewise.
2316 * tui/tui.c: Likewise.
2317 * tui/tuiCommand.c: Likewise.
2318 * tui/tuiData.c: Likewise.
2319 * tui/tuiDataWin.c: Likewise.
2320 * tui/tuiDisassem.c: Likewise.
2321 * tui/tuiGeneralWin.c: Likewise.
2322 * tui/tuiIO.c: Likewise.
2323 * tui/tuiLayout.c: Likewise.
2324 * tui/tuiRegs.c: Likewise.
2325 * tui/tuiSource.c: Likewise.
2326 * tui/tuiSourceWin.c: Likewise.
2327 * tui/tuiStack.c: Likewise.
2328 * tui/tuiWin.c: Likewise.
2329
2330 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
2331
2332 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
2333 to include space for pseudoregs as well. Update loops accordingly.
2334 (sh_fp_frame_init_saved_regs): Ditto.
2335 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
2336
2337 2002-02-07 Andrew Cagney <ac131313@redhat.com>
2338
2339 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
2340 Add Richard Earnshaw to Arm maintainers.
2341
2342 2002-02-07 Andrew Cagney <ac131313@redhat.com>
2343
2344 * defs.h (warning_begin): Delete declaration.
2345
2346 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
2347 Delete macro.
2348
2349 2002-02-07 Michael Snyder <msnyder@redhat.com>
2350
2351 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2352 Logic bug, remove misplaced else.
2353
2354 2002-02-07 Klee Dienes <klee@apple.com>
2355
2356 * fork-inferior.c (fork_inferior): Add '!' to the list of
2357 characters that need to be quoted when building a string for the
2358 shell. Quote '!' specifically with a backslash, since CSH chokes
2359 when trying to evaluate "str!str".
2360
2361 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2362
2363 * rdi-share/host.h: Only provide a typedef for bool if it is not
2364 defined.
2365
2366 2002-02-04 Michael Snyder <msnyder@redhat.com>
2367
2368 * breakpoint.h (enum bptype): Add new overlay event bp type.
2369 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
2370
2371 * breakpoint.c (create_internal_breakpoint): New function.
2372 (internal_breakpoint_number): Moved into create_internal_breakpoint.
2373 (create_longjmp_breakpoint): Use create_internal_breakpoint.
2374 (create_thread_event_breakpoint): Ditto.
2375 (create_solib_event_breakpoint): Ditto.
2376 (create_overlay_event_breakpoint): New function.
2377 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
2378 (update_breakpoints_after_exec): Delete and re-initialize
2379 overlay event breakpoints after an exec. Add FIXME comment
2380 about longjmp breakpoint.
2381 (print_it_typical): Ignore overlay event breakpoints.
2382 (print_one_breakpoint): Ditto.
2383 (mention): Ditto.
2384 (bpstat_what): Do not stop for overlay event breakpoints.
2385 (delete_breakpoint): Don't delete overlay event breakpoints.
2386 (breakpoint_re_set_one): Delete the overlay event breakpoint.
2387 (breakpoint_re_set): Re-create overlay event breakpoint.
2388
2389 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
2390 (overlay_manual_command): Disable overlay breakpoints.
2391 (overlay_off_command): Disable overlay breakpoints.
2392
2393 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2394
2395 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
2396 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
2397 to here from config/tm-arm.h.
2398 (coff_sym_is_thumb): Make static.
2399 (arm_elf_make_msymbol_special): New function.
2400 (arm_coff_make_msymbol_special): New function.
2401 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
2402 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
2403 (coff_sym_is_thumb): Delete declaration.
2404 (arm_elf_make_msymbol_special): Declare.
2405 (arm_coff_make_msymbol_special): Declare.
2406 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
2407 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
2408
2409 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2410
2411 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
2412
2413 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
2414
2415 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
2416 * gdbarch.c gdbarch.h: Regenerate.
2417 * arch-utils.c (default_print_float_info): New function.
2418 * arch-utils.h (default_print_float_info): Prototype it.
2419 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
2420 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
2421 (PRINT_FLOAT_INFO): Document it.
2422
2423 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
2424 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
2425 (PRINT_FLOAT_INFO): Define.
2426
2427 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
2428
2429 * win32-nat.c (_initialize_check_for_gdb_ini):
2430 Add typecast to sprintf argument to suppress a warning.
2431
2432 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
2433
2434 * win32-nat.c (last_sig): Changed type of variable to target_signal,
2435 to allow easier handling of pass state.
2436 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
2437 that gives exception name and address.
2438 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
2439 and set last_sig value to ourstatus->value.sig. Some missing
2440 exceptions added.
2441 (child_continue): Correctly report continue_status.
2442 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
2443 TARGET_SIGNAL_0 (new default value).
2444 (child_resume): consider sig argument passed to decide if
2445 the exception should be passed to debuggee or not.
2446
2447 2002-02-05 Michael Snyder <msnyder@redhat.com>
2448
2449 * regcache.c (fetch_register): Call target_fetch_register
2450 only if we don't call FETCH_PSEUDO_REGISTER.
2451 (store_register): Call target_store_register only if we
2452 don't call STORE_PSEUDO_REGISTER.
2453
2454 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
2455
2456 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
2457 ELF_MAKE_MSYMBOL_SPECIAL.
2458 * gdbarch.c, gdbarch.h: Regenerate.
2459 * arch-utils.c (default_make_msymbol_special): New function.
2460 * arch-utils.h (default_make_msymbol_special): Export.
2461 * elfread.c (elf_symtab_read): Compile use of
2462 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
2463 multiarched.
2464 * coffread.c (coff_symtab_read): Ditto, for
2465 COFF_MAKE_MSYMBOL_SPECIAL.
2466
2467 2002-02-05 Jim Blandy <jimb@redhat.com>
2468
2469 * solib-svr4.c (svr4_truncate_ptr): New function.
2470 (svr4_relocate_section_addresses): Do the address arithmetic with
2471 the appropriate truncation for target addresses, even when
2472 CORE_ADDR is larger than a target address.
2473
2474 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2475
2476 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
2477 to (int *).
2478
2479 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * gdbserver/linux-low.c (kill_inferior): Remove commented out
2482 code.
2483
2484 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2485
2486 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
2487
2488 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2489
2490 * gdbserver/linux-low.c: Remove unused include files.
2491
2492 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2493
2494 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
2495 (read_inferior_memory): Use it.
2496 (write_inferior_memory): Likewise.
2497
2498 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2499
2500 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
2501 grubbing through sys_errlist.
2502
2503 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
2504
2505 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
2506
2507 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2508 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
2509
2510 2002-02-04 Andrew Cagney <ac131313@redhat.com>
2511
2512 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
2513 (do_sfunc, set_cmd_sfunc): New functions.
2514
2515 * command.h (struct cmd_list_element): Add field func.
2516 * cli/cli-decode.h (struct cmd_list_element): Ditto.
2517 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
2518 * cli/cli-decode.h: Ditto.
2519
2520 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
2521 (help_all, help_cmd_list): Ditto.
2522 (find_cmd, complete_on_cmdlist): Ditto.
2523 * top.c (execute_command): Ditto.
2524
2525 * cli/cli-setshow.c (do_setshow_command): Call func instead of
2526 function.sfunc.
2527
2528 * infcmd.c (notice_args_read): Fix function signature.
2529
2530 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
2531 * cli/cli-decode.c (add_set_cmd): Ditto.
2532 * utils.c (initialize_utils): Ditto.
2533 * maint.c (_initialize_maint_cmds): Ditto.
2534 * infrun.c (_initialize_infrun): Ditto.
2535 * demangle.c (_initialize_demangler): Ditto.
2536 * remote.c (add_packet_config_cmd): Ditto.
2537 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2538 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2539 * proc-api.c (_initialize_proc_api): Ditto.
2540 * kod.c (_initialize_kod): Ditto.
2541 * valprint.c (_initialize_valprint): Ditto.
2542 * top.c (init_main): Ditto.
2543 * infcmd.c (_initialize_infcmd): Ditto.
2544 * corefile.c (_initialize_core): Ditto.
2545 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2546 * arch-utils.c (initialize_current_architecture): Ditto.
2547 (_initialize_gdbarch_utils): Ditto.
2548 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2549
2550 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
2551 * wince.c (_initialize_inftarg): Ditto.
2552 * symfile.c (_initialize_symfile): Ditto.
2553 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2554 * language.c (_initialize_language): Ditto.
2555 * arc-tdep.c (_initialize_arc_tdep): Ditto.
2556
2557 2002-02-04 Michael Snyder <msnyder@redhat.com>
2558
2559 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
2560
2561 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2562
2563 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
2564 Add rules for building the register data files.
2565
2566 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * regformats/regdat.sh: Add braces to the definition of
2569 expedite_regs_${arch}.
2570
2571 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
2572
2573 * regformats/regdef.h (struct reg): Add comment describing the
2574 requirements for offset and size fields.
2575
2576 2002-02-04 Andreas Schwab <schwab@suse.de>
2577
2578 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
2579 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
2580
2581 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
2582
2583 * gdbarch.sh (copyright): Update years in generated header.
2584 (SMASH_TEXT_ADDRESS): Add rule.
2585 * gdbarch.h, gdbarch.c: Re-generate.
2586 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
2587 * dbxread.c: Likewise.
2588 * dwarfread.c: Likewise.
2589 * elfread.c: Likewise.
2590 * somread.c: Likewise.
2591
2592 * arm-tdep.c (arm_smash_text_address): New function.
2593 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
2594
2595 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
2596
2597 Add support for hardware watchpoints on win32 native.
2598 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
2599 CONTEXT_DEBUG_REGISTERS.
2600 (dr variable): New variable. Static array containing a local copy
2601 of debug registers.
2602 (debug_registers_changed): New variable. Reflects when debug registers
2603 are changed and need to be written to inferior.
2604 (debug_registers_used): New variable. Reflects when any debug register
2605 was set, used when new threads are created.
2606 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
2607 i386-nat code.
2608 (thread_rec): Set dr array if id is the thread of current_event .
2609 (child_continue, child_resume): Change the debug registers for all
2610 threads if debug_registers_changed.
2611 (child_add_thread): Change the debug registers if debug_registers_used.
2612 * config/i386/cygwin.mh: Add use of i386-nat.o file.
2613 Link nm.h to new nm-cygwin.h file.
2614 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
2615 of hardware registers.
2616
2617 2002-02-03 Andrew Cagney <ac131313@redhat.com>
2618
2619 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
2620 Restore behavour broken by 2002-01-20 Andrew Cagney
2621 <ac131313@redhat.com> IEEE_FLOAT removal.
2622
2623 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2624
2625 * c-valprint.c (c_val_print): Pass a proper valaddr to
2626 cp_print_class_method.
2627 * valops.c (search_struct_method): If there is only one method
2628 and args is NULL, return that method.
2629
2630 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2631
2632 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
2633 accessing tag_name directly.
2634
2635 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2636
2637 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
2638 of accessing tag_name directly.
2639
2640 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
2641
2642 PR gdb/280
2643 * gdbtypes.c (replace_type): New function.
2644 * gdbtypes.h (replace_type): Add prototype.
2645 * stabsread.c (read_type): Use replace_type.
2646
2647 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
2648
2649 * Makefile.in (memattr.o): Add missing dependencies rule.
2650
2651 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2652
2653 * breakpoint.c (break_at_finish_command): Really export.
2654 (break_at_finish_at_depth_command): Ditto.
2655 (tbreak_at_finish_command): Ditto.
2656 * hppa-tdep.c: Include completer.h.
2657 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
2658 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
2659
2660 2002-02-01 Andrew Cagney <ac131313@redhat.com>
2661
2662 * utils.c (do_write): New function.
2663 (error_stream): Rewrite combining the code from error_begin and
2664 verror.
2665 (verror): Rewrite using error_stream.
2666 (error_begin): Delete function.
2667
2668 2002-02-01 Andrew Cagney <ac131313@redhat.com>
2669
2670 * utils.c (error_begin): Make static.
2671 * defs.h (error_begin): Delete declaration.
2672
2673 * linespec.c (cplusplus_error): Replace cplusplus_hint.
2674 (decode_line_1): Use cplusplus_error instead of error_begin,
2675 cplusplus_hint and return_to_top_level.
2676 * coffread.c (coff_symfile_read): Use error instead of error_begin
2677 and return_to_top_level.
2678 * infrun.c (default_skip_permanent_breakpoint): Ditto.
2679
2680 2002-02-01 Andrew Cagney <ac131313@redhat.com>
2681
2682 * language.h (type_error, range_error): Make string parameter
2683 constant.
2684 * language.c (warning_pre_print): Delete extern declaration.
2685 * dwarfread.c (warning_pre_print): Ditto.
2686 * language.c (type_error, range_error): Rewrite to use verror and
2687 vwarning instead of warning_begin.
2688
2689 2002-02-01 Michael Snyder <msnyder@redhat.com>
2690
2691 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
2692 (set_ignore_count): Move misplaced comment back where it belongs.
2693
2694 2002-02-01 Andrew Cagney <ac131313@redhat.com>
2695
2696 * command.h (NO_FUNCTION): Delete macro.
2697 * cli/cli-decode.h (NO_FUNCTION): Ditto.
2698 * top.c (execute_command): Replace NO_FUNCTION with NULL.
2699 * tracepoint.c (_initialize_tracepoint): Ditto.
2700 * cli/cli-decode.c (add_set_cmd): Ditto.
2701 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2702
2703 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
2704
2705 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
2706 Update ``this'' pointer when calling virtual functions.
2707
2708 2002-02-01 Michael Snyder <msnyder@redhat.com>
2709
2710 * breakpoint.c (create_temp_exception_breakpoint): Delete.
2711 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
2712
2713 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
2714
2715 * regformats/reg-arm.dat: New file.
2716 * regformats/reg-i386.dat: New file.
2717 * regformats/reg-ia64.dat: New file.
2718 * regformats/reg-m68k.dat: New file.
2719 * regformats/reg-mips.dat: New file.
2720 * regformats/reg-ppc.dat: New file.
2721 * regformats/reg-sh.dat: New file.
2722 * regformats/regdef.h: New file.
2723 * regformats/regdat.sh: New file.
2724
2725 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
2726
2727 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
2728 (arm_frame_args_address, arm_frame_locals_address): New functions.
2729 (arm_frame_num_args): New function.
2730 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
2731 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
2732 (FRMA_NUM_ARGS): Call arm_frame_num_args.
2733
2734 2002-01-31 Michael Snyder <msnyder@redhat.com>
2735
2736 * breakpoint.c (break_at_finish_command): Export.
2737 (break_at_finish_at_depth_command): Export.
2738 (tbreak_at_finish_command): Export.
2739 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
2740 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
2741 "tbreak" commands, which are HPPA specific.
2742
2743 * printcmd.c (disassemble_command): Remove an ancient
2744 artifact of an old merge.
2745
2746 * symfile.h (enum overlay_debugging_state):
2747 Define enum constant values for overlay mode.
2748 * symfile.c (overlay_debugging): Use enums instead of literals.
2749 (overlay_is_mapped, overlay_auto_command,
2750 overlay_manual_command): Ditto.
2751
2752 * breakpoint.c (insert_breakpoints, remove_breakpoint,
2753 breakpoint_here_p, breakpoint_inserted_here_p,
2754 breakpoint_thread_match, bpstat_stop_status,
2755 describe_other_breakpoints, check_duplicates, clear_command):
2756 Coding standard fixes.
2757
2758 * target.c (target_xfer_memory): Add spaces, coding standard.
2759 (do_xfer_memory): Add missing line to trust-readonly
2760 code: check bfd SEC_READONLY flag for section.
2761
2762 2002-01-31 Andrew Cagney <ac131313@redhat.com>
2763
2764 * PROBLEMS: Fix typo, 5.1->5.1.1.
2765
2766 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2767
2768 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
2769 data symbols, since we search based on textlow and texthigh.
2770 (find_pc_sect_symtab): Likewise.
2771
2772 2002-01-30 Andrew Cagney <ac131313@redhat.com>
2773
2774 * defs.h (vwarning): Declare.
2775 * utils.c (vwarning): New function.
2776 (warning): Call vwarning.
2777 (warning_begin): Delete function.
2778
2779 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
2780 the warning message.
2781 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
2782 warning_begin.
2783
2784 2002-01-30 Michael Snyder <msnyder@redhat.com>
2785
2786 * NEWS: Mention "set trust-readonly-sections" command.
2787 Mention generate-core-file command.
2788
2789 2002-01-15 Michael Snyder <msnyder@redhat.com>
2790
2791 * target.c: New command, "set trust-readonly-sections on".
2792 (do_xfer_memory): Honor the suggestion to trust readonly sections
2793 by reading them from the object file instead of from the target.
2794 (initialize_targets): Register command "set trust-readonly-sections".
2795
2796 2002-01-29 Andrew Cagney <ac131313@redhat.com>
2797
2798 * parse.c (target_map_name_to_register): Simplify, search regs and
2799 pseudo-regs using a single loop.
2800
2801 2002-01-30 Andrew Cagney <ac131313@redhat.com>
2802
2803 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
2804
2805 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
2806
2807 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
2808 * config/i386/i386v42mp.mh: Add i387-nat.o .
2809 * i386v4-nat.c: Include i387-nat.h.
2810 (supply_fpregset): Use i387_supply_fsave.
2811 (fill_fpregset): Use i387_fill_fsave.
2812
2813 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
2814
2815 * arm-tdep.c (arm_call_dummy_words): Define.
2816 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
2817 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
2818 (CALL_DUMMY_WORDS): Define.
2819 (arm_call_dummy_words): Declare.
2820 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
2821 (arm_linux_call_dummy_words): Declare.
2822
2823 2002-01-30 Andreas Schwab <schwab@suse.de>
2824
2825 * m68klinux-nat.c: Fix last change to use regcache_collect
2826 instead of referencing registers[] directly.
2827
2828 2002-01-29 Andrew Cagney <ac131313@redhat.com>
2829
2830 * parse.c (target_map_name_to_register): Delete code wrapped in
2831 #ifdef REGISTER_NAME_ALIAS_HOOK.
2832
2833 2002-01-28 Michael Snyder <msnyder@redhat.com>
2834
2835 * regcache.c (legacy_read_register_gen): Need to be able to
2836 read pseudo-register as well as real register.
2837 (legacy_write_register_gen): Ditto.
2838
2839 2002-01-28 Andrew Cagney <ac131313@redhat.com>
2840
2841 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
2842 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
2843 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
2844 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
2845 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
2846 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
2847 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
2848 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
2849 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
2850 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
2851 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
2852 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
2853 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
2854 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
2855 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
2856 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
2857 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
2858 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
2859 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
2860 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
2861
2862 2002-01-28 Andrew Cagney <ac131313@redhat.com>
2863
2864 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
2865 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
2866 (initialize_current_architecture): Update target_byte_order using
2867 information from BFD.
2868 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
2869 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
2870
2871 2002-01-28 Andrew Cagney <ac131313@redhat.com>
2872
2873 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
2874 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
2875
2876 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
2877 #ifdef INVALID_FLOAT.
2878 * infcmd.c (do_registers_info): Ditto.
2879 * values.c (unpack_double): Ditto. Add comment.
2880
2881 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
2882 already commented out.
2883
2884 2002-01-26 Andreas Schwab <schwab@suse.de>
2885
2886 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
2887 * m68klinux-nat.c: Update ptrace interface for fetching/storing
2888 registers and add support for PTRACE_GETREGS.
2889
2890 2002-01-24 Andrew Cagney <ac131313@redhat.com>
2891
2892 GDB 5.1.1 released from 5.1 branch.
2893 * NEWS: Add 5.1.1 news.
2894 * README: Sync with 5.1 branch.
2895
2896 2002-01-23 Fred Fish <fnf@redhat.com>
2897
2898 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
2899 stabstring on initial malloc. Reallocing will copy it for us,
2900 if necessary.
2901
2902 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
2903
2904 * Makefile.in (hpread_h): Delete.
2905 (HFILES_NO_SRCDIR): Remove hpread.h.
2906 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
2907 (hpread.o): Update dependencies.
2908 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
2909
2910 * hp-psymtab-read.c: Remove file.
2911 * hp-symtab-read.c: Remove file.
2912 * hpread.h: Remove file.
2913
2914 * hpread.c: Merge all contents of hp-psymtab-read.c,
2915 hp-symtab-read.c and hpread.h into this file, as it was prior to
2916 January 1999.
2917
2918 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
2919 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
2920 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
2921 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
2922
2923 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
2924
2925 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
2926 fill_gregset): Call gdbarch_tdep() just once, assign result to
2927 variable and use that, instead of calling the function several
2928 times.
2929
2930 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2931
2932 * configure.host: Accept sparcv9 as alias for sparc64.
2933 * configure.tgt: Likewise.
2934
2935 2002-01-22 Kevin Buettner <kevinb@redhat.com>
2936
2937 * solib-aix5.c (build_so_list_from_mapfile)
2938 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
2939 arguments is not reversed.
2940 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
2941 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
2942
2943 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
2944
2945 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
2946 modified version of obsolete sh_fetch_pseudo_register.
2947 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
2948 (sh4_register_read): New function.
2949 (sh_pseudo_register_write): New function. Renamed and modified
2950 version of obsolete sh_store_pseudo_register.
2951 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
2952 (sh4_register_write): New function.
2953 (sh_gdbarch_init): Remove setting of gdbarch function
2954 fetch_pseudo_register and store_pseudo_register. Remove setting of
2955 register_convert_to_raw, register_convert_to_virtual,
2956 register_convertible.
2957 (sh_sh4_register_convertible): Delete. No longer needed. All is
2958 taken care by architecture specific functions
2959 register_read/register_write.
2960 (sh_sh4_register_convert_to_virtual): Make static.
2961 (sh_sh4_register_convert_to_raw): Ditto.
2962
2963 2002-01-22 Andrew Cagney <ac131313@redhat.com>
2964
2965 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
2966 (floatformat_is_nan, floatformat_mantissa): Ditto.
2967
2968 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
2969 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
2970 builtin_type_ieee_double_little,
2971 builtin_type_ieee_double_littlebyte_bigword,
2972 builtin_type_m68881_ext, builtin_type_i960_ext,
2973 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
2974 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
2975 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
2976 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
2977
2978 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
2979
2980 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
2981 parameter. Set frameless flag if it exists and depended of
2982 whether the scanned function is frameless or not.
2983 (xstormy16_skip_prologue): If function is frameless, return
2984 result of xstormy16_scan_prologue().
2985 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
2986 call.
2987
2988 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
2989
2990 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
2991 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
2992 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
2993 sh_sh4_register_byte, sh_sh4_register_raw_size,
2994 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
2995 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
2996 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
2997 sh_store_pseudo_register, sh_do_pseudo_register): Call
2998 gdbarch_tdep() just once, assign result to variable and use that,
2999 instead of calling the function several times.
3000
3001 2002-01-20 Mark Kettenis <kettenis@gnu.org>
3002
3003 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3004 macros instead of LAST_FPU_CTRL_REGNUM.
3005 (store_register): Likewise.
3006
3007 2002-01-21 Jim Blandy <jimb@redhat.com>
3008
3009 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3010 is up-to-date before running the program, not just when a program
3011 exits.
3012
3013 2002-01-21 Fred Fish <fnf@redhat.com>
3014
3015 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3016 when we have found all instructions we are looking for.
3017
3018 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
3019
3020 * arm-tdep.c (arm_register_name): New function.
3021 (arm_registers_names): Make static.
3022 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3023 (arm_register_name): Declare.
3024 (REGISTER_NAME): Use it.
3025
3026 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
3027 Kevin Buettner <kevinb@redhat.com>
3028
3029 Convert arm targets to new FRAME interface.
3030 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3031 (arm_frame_find_save_regs): Delete.
3032 (arm_frame_init_saved_regs): New.
3033 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3034 Allocate extra_info as required. Convert all uses of fsr.regs
3035 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3036 to use extra_info.
3037 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3038 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3039 (check_prologue_cache, save_prologue_cache): Likewise.
3040 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3041 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3042 (FRAME_FIND_SAVED_REGS): Delete.
3043 (arm_frame_find_saved_regs): Delete prototype.
3044 (arm_frame_init_saved_regs): New prototype.
3045 (FRAME_INIT_SAVED_REGS): Define.
3046
3047 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3048
3049 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3050
3051 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3052
3053 From Jeff Law <law@redhat.com>:
3054 * infttrace.c: Include <sys/pstat.h>.
3055 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3056 exec file if the ttrace equivalent fails.
3057
3058 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3059
3060 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3061 (closeLogFile): Ditto.
3062
3063 2002-01-20 Michael Chastain <mec@shout.net>
3064
3065 * top.c (print_gdb_version): Bump copyright year to 2002.
3066
3067 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3068
3069 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3070 Zannoni and Eli Zaretskii.
3071
3072 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3073
3074 * buildsym.c: Update copyright years.
3075 * c-typeprint.c: Likewise.
3076 * dwarf2read.c: Likewise.
3077 * f-typeprint.c: Likewise.
3078 * gdbtypes.c: Likewise.
3079 * gdbtypes.h: Likewise.
3080 * hp-symtab-read.c: Likewise.
3081 * hpread.c: Likewise.
3082 * mdebugread.c: Likewise.
3083 * p-typeprint.c: Likewise.
3084
3085 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3086
3087 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3088 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3089 byte-order selectable.
3090 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3091 * arch-utils.c: Ditto.
3092 (set_endian): Ditto.
3093 (set_endian_from_file): Ditto.
3094 * gdbserver/low-sim.c (create_inferior): Ditto.
3095 * gdbarch.sh: Ditto.
3096 * gdbarch.h: Re-generate.
3097 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3098 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3099 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3100 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3101 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3102 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3103 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3104 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3105 macro definition.
3106 * config/mips/tm-wince.h: Remove #undef of macro
3107 TARGET_BYTE_ORDER_SELECTABLE.
3108 * config/sh/tm-wince.h: Ditto.
3109
3110 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3111
3112 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3113 member function fields. Add accessor macro
3114 TYPE_FN_FIELD_ARTIFICIAL.
3115 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3116 * c-typeprint.c (c_type_print_base): Skip artificial member
3117 functions.
3118
3119 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3120
3121 * f-typeprint.c: Delete unused function f_type_print_args.
3122 * p-typeprint.c: Delete unused function pascal_type_print_args.
3123
3124 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
3125
3126 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3127 comment. Add ``artificial'' to ``union field_location''.
3128
3129 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3130
3131 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3132 * mdebugread.c (parse_symbol): Likewise.
3133 * stabsread.c (define_symbol): Likewise.
3134 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3135 initializing TYPE_FIELD_BITPOS to n (obsolete).
3136 (hpread_doc_function_type): Likewise.
3137 * hpread.c (hpread_function_type): Likewise.
3138
3139 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3140
3141 * configure.in (host_makefile_frag): Only require a host makefile
3142 fragment when a native build.
3143 * configure: Re-generate.
3144
3145 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3146
3147 * doublest.h (floatformat_from_type): Declare.
3148 * doublest.c (floatformat_from_type): New function.
3149 (convert_typed_floating): Use.
3150
3151 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3152 call to function floatformat_from_type.
3153
3154 * gdbarch.sh (IEEE_FLOAT): Delete.
3155 * gdbarch.h, gdbarch.c: Re-generate.
3156 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3157 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3158 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3159 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3160 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3161 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3162 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3163 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3164 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3165 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3166 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
3167 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3168
3169 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3170 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3171 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3172 * sh-tdep.c (sh_gdbarch_init): Ditto.
3173 * mips-tdep.c (mips_gdbarch_init): Ditto.
3174 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3175 * cris-tdep.c (cris_gdbarch_init): Ditto.
3176
3177 2002-01-20 Jiri Smid <smid@suse.cz>
3178
3179 * configure.host, configure.tgt: Support x86-64.
3180 * NEWS: Note new target x86-64.
3181
3182 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3183 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3184 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3185 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3186 x86-64-linux-nat.o): Fix dependencies.
3187
3188 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3189
3190 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3191 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3192 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3193 * config/sparc/xm-sun4os4.h: Delete file.
3194 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
3195
3196 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3197
3198 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3199 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3200 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3201 * config/i386/i386lynx.mh (XM_FILE): Delete.
3202 * config/rs6000/xm-rs6000ly.h: Delete file.
3203 * config/sparc/xm-sparclynx.h: Delete file.
3204 * config/m68k/xm-m68klynx.h: Delete file.
3205 * config/i386/xm-i386lynx.h: Delete file.
3206 * config/xm-lynx.h: Delete file.
3207 * config/djgpp/fnchange.lst: Update.
3208
3209 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3210
3211 * alpha-tdep.c (alpha_register_byte): New function.
3212 (alpha_register_raw_size): Ditto.
3213 (alpha_register_virtual_size): Ditto.
3214 (alpha_skip_prologue_internal): Renamed from
3215 alpha_skip_prologue.
3216 (alpha_skip_prologue): New version that calls
3217 alpha_skip_prologue_internal.
3218 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3219 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3220 second argument from alpha_skip_prologue.
3221 (REGISTER_BYTE): Use alpha_register_byte.
3222 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3223 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3224 (FRAMELESS_FUNCTION_INVOCATION): Use
3225 generic_frameless_function_invocation_not.
3226 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3227 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3228
3229 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3230
3231 * config/mips/xm-news-mips.h: Delete file.
3232 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3233
3234 * config/m88k/xm-m88k.h: Delete file.
3235 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3236 * config/m88k/xm-delta88v4.h: Ditto.
3237 * config/m88k/xm-delta88.h: Ditto.
3238
3239 * config/alpha/xm-fbsd.h: Delete file.
3240 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3241
3242 * config/sparc/xm-sparc.h: Delete file.
3243 * Makefile.in (xm-sun4os4.h): Delete dependency.
3244 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3245 * config/sparc/xm-sun4os4.h: Ditto.
3246 * config/sparc/xm-linux.h: Ditto.
3247
3248 * config/i386/xm-windows.h: Delete file.
3249
3250 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3251
3252 * utils.c: Include <sys/param.h> for MAXPATHLEN.
3253 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3254
3255 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3256
3257 * alpha-tdep.c (alpha_call_dummy_words): New.
3258 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3259 (CALL_DUMMY_P): Define.
3260 (CALL_DUMMY_WORDS): Define.
3261 (SIZEOF_CALL_DUMMY_WORDS): Define.
3262
3263 2002-01-19 Per Bothner <per@bothner.com>
3264
3265 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
3266 isn't NULL, which can happen with some gcj-3.x-produced code.
3267
3268 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3269
3270 * alpha-tdep.c (alpha_register_virtual_type): New function.
3271 (alpha_init_frame_pc_first): Ditto.
3272 (alpha_fix_call_dummy): Ditto.
3273 (alpha_store_struct_return): Ditto.
3274 (alpha_extract_struct_value_address): Ditto.
3275 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3276 alpha_register_virtual_type.
3277 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3278 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3279 alpha_extract_struct_value_address.
3280 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3281 (INIT_FRAME_PC): Use init_frame_pc_noop.
3282 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3283
3284 2002-01-19 Mark Kettenis <kettenis@gnu.org>
3285
3286 * i386gnu-nat.c: Include "i386-tdep.h".
3287 (fetch_fpregs): Simplify code dealing with uninitialized floating
3288 point states such that it doesn't require FP7_REGNUM.
3289
3290 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3291
3292 * alpha-tdep.c (frame_extra_info): New.
3293 (alpha_find_saved_regs): Make static. Use
3294 frame->extra_info.
3295 (alpha_frame_init_saved_regs): New function.
3296 (alpha_frame_saved_pc): Use frame->extra_info.
3297 (temp_saved_regs): Don't declare as struct frame_saved_regs.
3298 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
3299 (init_extra_frame_info): Rename to...
3300 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
3301 (alpha_print_extra_frame_info): New function.
3302 (alpha_frame_locals_address): Ditto.
3303 (alpha_frame_args_address): Ditto.
3304 (alpha_pop_frame): Use frame->extra_info.
3305 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
3306 alpha_frame_args_address.
3307 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
3308 (alpha_find_saved_regs): Remove prototype.
3309 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
3310 (EXTRA_FRAME_INFO): Remove.
3311 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
3312 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
3313
3314 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3315
3316 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
3317 (alpha_cannot_fetch_register): Ditto.
3318 (alpha_cannot_store_register): Ditto.
3319 (alpha_register_convertible): Ditto.
3320 (alpha_use_struct_convention): Ditto.
3321 * config/alpha/tm-alpha.h: Update copyright years.
3322 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
3323 (INNER_THAN): Use core_addr_lessthan.
3324 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
3325 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
3326 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
3327 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
3328 (FRAME_CHAIN): Remove unnecessary cast.
3329
3330 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3331
3332 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
3333 obsolete.
3334
3335 2002-01-18 Andrew Cagney <ac131313@redhat.com>
3336
3337 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
3338 * monitor.c, remote-array.c, remote-bug.c: Ditto.
3339 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
3340 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
3341 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
3342 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
3343 * x86-64-linux-nat.c: Ditto.
3344
3345 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3346
3347 * alpha-tdep.c (alpha_register_name): New function.
3348 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
3349 (REGISTER_NAME): Define.
3350
3351 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3352
3353 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
3354
3355 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3356
3357 * alpha-tdep.c: Update copyright years.
3358 (alpha_next_pc): New function.
3359 (alpha_software_single_step): Ditto.
3360 * config/alpha/tm-alpha.h: Add prototype for
3361 alpha_software_single_step.
3362
3363 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3364
3365 * alphabsd-nat.c: Update copyright years.
3366 (fill_gregset): Use regcache_collect.
3367 (fill_fpregset): Likewise.
3368 (fetch_inferior_registers): Only fetch integer registers
3369 if requested to do so.
3370 (store_inferior_registers): Only store integer registers
3371 if requested to do so.
3372
3373 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3374
3375 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
3376 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
3377 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
3378 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
3379 * config/alpha/fbsd.mh (XDEPFILES): Delete.
3380 * config/arm/linux.mh (XDEPFILES): Delete.
3381 * config/arm/nbsd.mh (XDEPFILES): Delete.
3382 * config/i386/i386dgux.mh (XDEPFILES): Delete.
3383 * config/i386/i386sol2.mh (XDEPFILES): Delete.
3384 * config/i386/i386m3.mh (XDEPFILES): Delete.
3385 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
3386 * config/i386/i386gnu.mh (XDEPFILES): Delete.
3387 * config/i386/fbsd.mh (XDEPFILES): Delete.
3388 * config/i386/i386bsd.mh (XDEPFILES): Delete.
3389 * config/i386/i386sco5.mh (XDEPFILES): Delete.
3390 * config/i386/i386v4.mh (XDEPFILES): Delete.
3391 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
3392 * config/i386/i386sco4.mh (XDEPFILES): Delete.
3393 * config/i386/i386aix.mh (XDEPFILES): Delete.
3394 * config/i386/go32.mh (XDEPFILES): Delete.
3395 * config/i386/cygwin.mh (XDEPFILES): Delete.
3396 * config/i386/i386lynx.mh (XDEPFILES): Delete.
3397 * config/i386/i386mach.mh (XDEPFILES): Delete.
3398 * config/i386/i386v32.mh (XDEPFILES): Delete.
3399 * config/i386/linux.mh (XDEPFILES): Delete.
3400 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
3401 * config/i386/ncr3000.mh (XDEPFILES): Delete.
3402 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
3403 * config/i386/i386sco.mh (XDEPFILES): Delete.
3404 * config/i386/i386v.mh (XDEPFILES): Delete.
3405 * config/i386/nbsd.mh (XDEPFILES): Delete.
3406 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
3407 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
3408 * config/i386/symmetry.mh (XDEPFILES): Delete.
3409 * config/i386/obsd.mh (XDEPFILES): Delete.
3410 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
3411 * config/ia64/linux.mh (XDEPFILES): Delete.
3412 * config/ia64/aix.mh (XDEPFILES): Delete.
3413 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
3414 * config/m68k/dpx2.mh (XDEPFILES): Delete.
3415 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
3416 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
3417 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
3418 * config/m68k/linux.mh (XDEPFILES): Delete.
3419 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
3420 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
3421 * config/m68k/nbsd.mh (XDEPFILES): Delete.
3422 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
3423 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
3424 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
3425 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
3426 * config/m88k/delta88.mh (XDEPFILES): Delete.
3427 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
3428 * config/m88k/m88k.mh (XDEPFILES): Delete.
3429 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
3430 * config/mips/linux.mh (XDEPFILES): Delete.
3431 * config/mips/irix6.mh (XDEPFILES): Delete.
3432 * config/mips/irix5.mh (XDEPFILES): Delete.
3433 * config/mips/irix4.mh (XDEPFILES): Delete.
3434 * config/mips/irix3.mh (XDEPFILES): Delete.
3435 * config/mips/decstation.mh (XDEPFILES): Delete.
3436 * config/mips/mipsm3.mh (XDEPFILES): Delete.
3437 (NATDEPFILES): Move core-aout.o to here.
3438 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
3439 * config/pa/hpux1020.mh (XDEPFILES): Delete.
3440 * config/pa/hppabsd.mh (XDEPFILES): Delete.
3441 * config/pa/hppahpux.mh (XDEPFILES): Delete.
3442 * config/pa/hpux11w.mh (XDEPFILES): Delete.
3443 * config/pa/hppaosf.mh (XDEPFILES): Delete.
3444 * config/pa/hpux11.mh (XDEPFILES): Delete.
3445 * config/powerpc/aix.mh (XDEPFILES): Delete.
3446 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
3447 * config/powerpc/linux.mh (XDEPFILES): Delete.
3448 * config/romp/rtbsd.mh: Rename XDEPFILES.
3449 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
3450 * config/rs6000/aix4.mh (XDEPFILES): Delete.
3451 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
3452 * config/s390/s390.mh (XDEPFILES): Delete.
3453 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
3454 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
3455 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
3456 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
3457 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
3458 * config/sparc/nbsd.mh (XDEPFILES): Delete.
3459 * config/sparc/linux.mh (XDEPFILES): Delete.
3460 * config/vax/vaxult.mh (XDEPFILES): Delete.
3461 * config/vax/vaxult2.mh (XDEPFILES): Delete.
3462 * Makefile.in (DEPFILES): Remove XDEPFILES.
3463
3464 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3465
3466 * utils.c (internal_verror): Fix comments, default is yes not no.
3467 Update queries to match. Default to quit and dump core.
3468
3469 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3470
3471 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
3472 copyright.
3473 * defs.h, event-top.c, gdbcmd.h: Ditto.
3474 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
3475 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
3476 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
3477 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
3478 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
3479 * mi/mi-main.c:Ditto.
3480
3481 * stack.c, symfile.c: Update copyright.
3482
3483 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
3484
3485 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
3486 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
3487 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
3488 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
3489
3490 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
3493 * gdbserver/low-lynx.c (myattach): Likewise.
3494 * gdbserver/low-nbsd.c (myattach): Likewise.
3495 * gdbserver/low-sim.c (myattach): Likewise.
3496 * gdbserver/low-sparc.c (myattach): Likewise.
3497 * gdbserver/low-sun3.c (myattach): Likewise.
3498
3499 * gdbserver/low-linux.c (myattach): New function.
3500
3501 * gdbserver/server.c (attach_inferior): New function.
3502 (main): Handle "--attach".
3503
3504 2002-01-16 Andrew Cagney <ac131313@redhat.com>
3505
3506 * MAINTAINERS (language support): Daniel Jacobwitz is C++
3507 maintainer.
3508
3509 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
3510
3511 * c-typeprint.c (is_type_conversion_operator): Add additional
3512 check for non-conversion operators.
3513
3514 2002-01-15 Michael Snyder <msnyder@redhat.com>
3515
3516 * linux-proc.c: Add "info proc" command, a la procfs.c.
3517 (read_mapping): New function, abstract and re-use code.
3518 (linux_find_memory_regions): Use new func read_mapping.
3519 (linux_info_proc_cmd): New function, implement "info proc".
3520 (_initialize_linux_proc): Add new command "info proc".
3521
3522 2002-01-15 Michael Snyder <msnyder@redhat.com>
3523
3524 * symfile.c (generic_load): Use bfd_map_over_sections method
3525 instead of manipulating bfd structure members directly.
3526 (add_section_size_callback): New function, bfd sections callback
3527 used by generic_load.
3528 (load_sections_callback): New function, bfd sections callback
3529 used by generic_load.
3530
3531 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
3532
3533 [Based on work by Jim Blandy]
3534 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
3535 (builtin_type_vec128): Export.
3536 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
3537 types.
3538 (builtin_type_vec128): New builtin type for 128 bit vector
3539 registers.
3540 (build_gdbtypes): Initialize builtin_type_v16qi and
3541 builtin_type_v8hi. Create the vec128 register builtin type
3542 structure.
3543 (build_builtin_type_vec128): New function.
3544 (_initialize_gdbtypes): Register builtin_type_v16qi and
3545 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
3546 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
3547 AltiVec register to new builtin type.
3548
3549 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
3550
3551 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
3552 to make_cv_type.
3553
3554 2002-01-14 Andrew Cagney <ac131313@redhat.com>
3555
3556 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
3557 CLEAN_UP_REGISTER_VALUE.
3558 * regcache.c (supply_register): Update only call.
3559
3560 2002-01-14 Andrew Cagney <ac131313@redhat.com>
3561
3562 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
3563 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
3564 a29k-*-vxworks* targets as obsolete.
3565
3566 2002-01-14 Michael Snyder <msnyder@redhat.com>
3567
3568 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
3569 until we can resolve portability issues.
3570 * gregset.h: Remove references to fpxregs.
3571 * gcore.c (gcore_command): Initialize note_sec to NULL.
3572
3573 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3574
3575 * signals.c (target_signal_to_name): Rewrite. Only use
3576 signals[].name when in bounds and non-NULL.
3577
3578 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3579
3580 From Petr Ledvina <ledvinap@kae.zcu.cz>:
3581 * signals.c (target_signal_to_name): Verify that SIG is within the
3582 bounds of the signals array.
3583
3584 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3585
3586 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
3587
3588 2002-01-13 Keith Seitz <keiths@redhat.com>
3589
3590 * stack.c (print_frame_info_base): Print the frame's pc
3591 only if when print_frame_info_listing_hook is not defined.
3592
3593 2002-01-13 Keith Seitz <keiths@redhat.com>
3594
3595 * varobj.c (varobj_set_value): Make sure that there were no
3596 errors evaluating the object before attempting to set its
3597 value.
3598 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
3599 so this offset adjustment is no longer necessary.
3600 (create_child): Don't set the error flag if the child is
3601 a CPLUS_FAKE_CHILD.
3602 (value_of_child): If value_fetch_lazy fails, return NULL
3603 so that callers will be notified that an error occurred.
3604 (c_value_of_variable): Delay check of variable's validity
3605 until later. We actually want all structs and unions to have
3606 the value "{...}".
3607 Do not return "???" for variables which could not be evaluated.
3608 This error condition must be returned to the caller so that it
3609 can get the error condition from gdb.
3610 (cplus_name_of_child): Adjust index for vptr before figuring
3611 out the name of the child.
3612 (cplus_value_of_child): If a child's (real) parent is not valid,
3613 don't even bother trying to give a value for it. Just return
3614 an error. Change all instances in this function.
3615 (cplus_type_of_child): If our parent is one of the "fake"
3616 parents, we need to get at the type of the real parent, and
3617 derive the child's true type using this information.
3618
3619 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3620
3621 From 2002-01-09 John Marshall <johnm@falch.net>:
3622 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
3623 sources.redhat.com, and tweak some related URLs which had
3624 suffered from linkrot.
3625
3626 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3627
3628 From Jeff law:
3629 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
3630 structures passed in registers.
3631
3632 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
3635 white space which prevented compilation. Reported by DSK
3636 <dsk@student.unsw.edu.au>.
3637
3638 2002-01-11 Michael Snyder <msnyder@redhat.com>
3639
3640 * symfile.c (build_section_addr_info_from_section_tab):
3641 Use bfd access method instead of manipulating bfd directly.
3642 (syms_from_objfile): Ditto.
3643 (simple_overlay_update_1): Ditto.
3644 (simple_overlay_update): Ditto.
3645 (generic_load): Ditto.
3646 (overlay_unmapped_address): FIXME comment, bfd access methods.
3647 (sections_overlap): FIXME comment, bfd access methods.
3648 (pc_in_mapped_range): FIXME comment, bfd access methods.
3649 (pc_in_unmapped_range): FIXME comment, bfd access methods.
3650 (section_is_mapped): FIXME comment, bfd access methods.
3651 (section_is_overlay): FIXME comment, bfd access methods.
3652
3653 * symfile.c (generic_load): Whitespace and long line cleanups.
3654 Remove duplicate variable, change several local variables to
3655 more appropriate data types.
3656 (print_transfer_performance): Use %lu instead of %ld for ulongs.
3657
3658 2002-01-12 Andrew Cagney <ac131313@redhat.com>
3659
3660 From Peter Schauer:
3661 * language.c (longest_local_hex_string_custom): Use phex_nz to
3662 convert NUM to a hex string.
3663
3664 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
3665
3666 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
3667 the function.
3668 Update Copyright year.
3669
3670 2002-01-12 Andrew Cagney <ac131313@redhat.com>
3671
3672 * language.c (longest_raw_hex_string): Delete unused function.
3673
3674 2002-01-11 Petr Sorfa <petrs@caldera.com>
3675
3676 * MAINTAINERS (write-after-approval): Add myself.
3677 * dwarf2read.c (read_tag_string_type): Handling of
3678 DW_AT_byte_size.
3679 (read_tag_string_type): FORTRAN fix to prevent propagation of
3680 first string size.
3681 (set_cu_language): Handling of DW_LANG_Fortran95
3682
3683 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
3684
3685 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
3686 GETPID(inferior_ptid).
3687 (store_inferior_registers): Likewise.
3688
3689 2002-01-10 Jason Merrill <jason@redhat.com>
3690
3691 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
3692 Fix DW_OP_minus.
3693
3694 2002-01-10 Andrew Cagney <ac131313@redhat.com>
3695
3696 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
3697 and bfd/elf32-sh-nbsd.c.
3698
3699 2002-01-10 Michael Snyder <msnyder@redhat.com>
3700
3701 * NEWS: Mention --pid and corefile/proc-id behavior change.
3702
3703 * Makefile.in: Add rules for gcore.o and linux-proc.o.
3704 * gcore.c: Include cli/cli-decode.h instead of command.h.
3705
3706 * main.c (captured_main): Add new command line option "--pid".
3707 If the second command line argument (following the symbol-file)
3708 begins with a digit, try to attach to it before trying to open
3709 it as a corefile.
3710 (print_gdb_help): Document the "--pid" argument.
3711
3712 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
3713
3714 * completer.c (command_completer): New function.
3715
3716 * completer.h <command_completer>: Add prototype.
3717
3718 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
3719 completer for the "help" command.
3720
3721 2002-01-09 Jason Merrill <jason@redhat.com>
3722
3723 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
3724
3725 2002-01-09 Michael Snyder <msnyder@redhat.com>
3726
3727 * i386-linux-nat.c (fill_fpxregset): Make global.
3728 (store_fpxregset): Ditto.
3729
3730 * gregset.h (gdb_fpxregset_t): Define.
3731 (supply_fpxregset): Prototype.
3732 (fill_fpxregset): Prototype.
3733
3734 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
3735
3736 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
3737
3738 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
3739 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
3740 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
3741
3742 2002-01-09 Andrew Cagney <ac131313@redhat.com>
3743
3744 * MAINTAINERS: Update target maintainer rules so that any
3745 Maintainer can approve a tested patch for a maintenance-only
3746 target.
3747
3748 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
3749
3750 * MAINTAINERS (write-after-approval): Add myself.
3751
3752 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
3753 IN_SIGTRAMP.
3754
3755 2002-01-08 Michael Snyder <msnyder@redhat.com>
3756
3757 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
3758 real name of the executable, rather than the /proc name.
3759
3760 2002-01-03 Michael Snyder <msnyder@redhat.com>
3761
3762 Implement a "generate-core-file" command in gdb, save target state.
3763 * gcore.c: New file. Implement new command 'generate-core-file'.
3764 Save a corefile image of the current state of the inferior.
3765 * linux-proc.c: Add linux-specific code for saving corefiles.
3766 * target.h (struct target_ops): Add new target vectors for saving
3767 corefiles; to_find_memory_regions and to_make_corefile_notes.
3768 (target_find_memory_regions): New macro.
3769 (target_make_corefile_notes): New macro.
3770 * target.c (update_current_target): Inherit new target methods.
3771 (dummy_find_memory_regions): New place-holder method.
3772 (dummy_make_corefile_notes): New place-holder method.
3773 (init_dummy_target): Initialize new dummy target vectors.
3774 * exec.c (exec_set_find_memory_regions): New function.
3775 Allow the exec_ops vector for memory regions to be taken over.
3776 (exec_make_note_section): New function, target vector method.
3777 * defs.h (exec_set_find_memory_regions): Export prototype.
3778 * procfs.c (proc_find_memory_regions): New function, corefile method.
3779 (procfs_make_note_section): New function, corefile method.
3780 (init_procfs_ops): Set new target vector pointers.
3781 (find_memory_regions_callback): New function.
3782 (procfs_do_thread_registers): New function.
3783 (procfs_corefile_thread_callback): New function.
3784 * sol-thread.c (sol_find_memory_regions): New function.
3785 (sol_make_note_section): New function.
3786 (init_sol_thread_ops): Initialize new target vectors.
3787 * inftarg.c (inftarg_set_find_memory_regions): New function.
3788 Allow to_find_memory_regions vector to be taken over.
3789 (inftarg_set_make_corefile_notes): New function.
3790 Allow to_make_corefile_notes vector to be taken over.
3791 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
3792 interface layer if not target_has_execution (may be a corefile).
3793 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
3794 * config/sparc/sun4sol2.mh: Ditto.
3795 * config/alpha/alpha-linux.mh: Ditto.
3796 * config/arm/linux.mh: Ditto.
3797 * config/i386/x86-64linux.mh: Ditto.
3798 * config/ia64/linux.mh: Ditto.
3799 * config/m68k/linux.mh: Ditto.
3800 * config/mips/linux.mh: Ditto.
3801 * config/powerpc/linux.mh: Ditto.
3802 * config/sparc/linux.mh: Ditto.
3803
3804 2002-01-07 Michael Snyder <msnyder@redhat.com>
3805
3806 * arm-linux-nat.c: Remove references to regcache.c internal data
3807 (registers[] and register_valid[]).
3808
3809 2002-01-07 Michael Snyder <msnyder@redhat.com>
3810
3811 * linux-proc.c: New file. Implement child_pid_to_exec_file,
3812 so that attaching to a pid will automatically read the process's
3813 symbol file and shlibs.
3814 * Makefile.in: Add rule for linux-proc.o.
3815 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
3816 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
3817 * config/arm/linux.mh: Ditto.
3818 * config/i386/linux.mh: Ditto.
3819 * config/i386/x86-64linux.mh: Ditto.
3820 * config/ia64/linux.mh: Ditto.
3821 * config/m68k/linux.mh: Ditto.
3822 * config/mips/linux.mh: Ditto.
3823 * config/powerpc/linux.mh: Ditto.
3824 * config/sparc/linux.mh: Ditto.
3825
3826 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
3827
3828 * win32-nat.c: Add i386-tdep.h dependency.
3829
3830 2002-01-07 Michael Snyder <msnyder@redhat.com>
3831
3832 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
3833 instead of bfd_get_arch_size. Don't bail out just because
3834 there's no exec_bfd.
3835
3836 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
3837 * p-valprint.c (pascal_object_print_value): Ditto.
3838 * somread.c (som_symtab_read): Ditto.
3839 * symfile.c (simple_free_overlay_region_table): Ditto.
3840 * valops.c (value_assign): Ditto.
3841
3842 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
3843 use tilde_expand and strerror for opening save-tracepoints file.
3844
3845 * thread-db.c (thread_db_new_objfile): Indendation fix.
3846
3847 * infptrace.c (GDB_MAX_ALLOCA): New define.
3848 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
3849 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
3850 can be overridden with whatever value is appropriate to the host).
3851 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
3852 alloca to allocate potentially large buffer.
3853 * rs6000-nat.c (child_xfer_memory): Ditto.
3854 * symm-nat.c (child_xfer_memory): Ditto.
3855 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
3856
3857 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
3858
3859 From Nick Clifton <nickc@redhat.com>
3860 * d10v-tdep.c: Set STACK_START to 0x200bffe.
3861
3862 2002-01-07 Michael Snyder <msnyder@redhat.com>
3863
3864 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
3865 Don't use exec_bfd if it's NULL.
3866
3867 2002-01-06 Mark Kettenis <kettenis@gnu.org>
3868
3869 * valops.c (value_arg_coerce): Fix formatting.
3870
3871 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3872
3873 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
3874 * gnu-nat.c: Ditto.
3875
3876 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3877
3878 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
3879 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
3880 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
3881 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
3882 z8k-coff have not been multi-arched. Update z8k-coff build
3883 status.
3884
3885 2002-01-06 Andrew Cagney <ac131313@redhat.com>
3886
3887 * MAINTAINERS: Mark a29k target as obsolete.
3888 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
3889 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
3890 comments.
3891 * NEWS: Note that a29k targets are obsolete.
3892 * a29k-tdep.c: Mark as obsolete.
3893 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
3894 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
3895 a29k-*-vxworks* targets as obsolete.
3896 * remote-adapt.c: Obsolete.
3897 * remote-eb.c: Obsolete.
3898 * remote-mm.c: Obsolete.
3899 * remote-udi.c: Obsolete.
3900 * config/a29k/a29k-udi.mt: Obsolete.
3901 * config/a29k/a29k.mt: Obsolete.
3902 * config/a29k/tm-a29k.h: Obsolete.
3903 * config/a29k/tm-vx29k.h: Obsolete.
3904 * config/a29k/vx29k.mt: Obsolete.
3905
3906 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3907
3908 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
3909 with BFD_ENDIAN_BIG.
3910
3911 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3912
3913 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
3914 * configure, config.in: Re-generate.
3915 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
3916 * defs.h: Do not include <endian.h>.
3917
3918 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
3919
3920 * acconfig.h (HAVE_PT_GETXMMREGS): New.
3921 * config.in: Regenerate.
3922 * configure.in: Update copyright years.
3923 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
3924 * configure: Regenerate.
3925 * i386bsd-nat.c: Update copyright years.
3926 (fill_gregset): Use regcache_collect.
3927 (fetch_inferior_registers): Only fetch integer registers
3928 if requested to do so. Add support for XMM registers
3929 using PT_GETXMMREGS.
3930 (store_inferior_registers): Only store integer registers
3931 if requested to do so. Add support for XMM registers
3932 using PT_SETXMMREGS.
3933 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
3934 (store_inferior_registers): Remove.
3935 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
3936 (fetch_elfcore_registers): New function.
3937 (i386nbsd_elfcore_fns): New.
3938 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
3939 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
3940 i386bsd-nat.o.
3941 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3942 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
3943 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3944 * config/i386/tm-nbsd.h: Update copyright years.
3945 (HAVE_SSE_REGS): Define.
3946 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
3947 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
3948 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
3949 (SIGCONTEXT_PC_OFFSET): Remove.
3950 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
3951
3952 2002-01-05 Andrew Cagney <ac131313@redhat.com>
3953
3954 * configure.tgt: Remove powerpc-*-macos* target.
3955 * config/m68k/xm-mpw.h: Delete file.
3956 * config/xm-mpw.h: Delete file.
3957 * ser-mac.c: Delete file.
3958 * mpw-make.sed: Delete file.
3959 * mpw-config.in: Delete file.
3960 * mac-xdep.c: Delete file.
3961 * mac-gdb.r: Delete file.
3962 * mac-defs.h: Delete file.
3963 * mac-nat.c: Delete file.
3964 * config/powerpc/macos.mh: Delete file.
3965 * config/powerpc/macos.mt: Delete file.
3966 * config/powerpc/nm-macos.h: Delete file.
3967 * config/powerpc/tm-macos.h: Delete file.
3968 * source.c (openp, open_source_file): Remove obsolete code.
3969 * top.c (gdb_readline): Ditto.
3970 * utils.c (query): Ditto.
3971 * event-top.c (display_gdb_prompt): Ditto.
3972 * Makefile.in (ser-mac.o): Delete obsolete target.
3973 * NEWS: Update.
3974
3975 2002-01-04 Andrew Cagney <ac131313@redhat.com>
3976
3977 * defs.h (BIG_ENDIAN): Delete macro definition.
3978 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
3979 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
3980 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
3981 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3982 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
3983 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
3984 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
3985 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
3986 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
3987 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
3988 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
3989 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
3990 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3991 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3992 * gdbarch.c: Re-generate.
3993
3994 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
3995
3996 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
3997 for core files.
3998
3999 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4000
4001 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4002
4003 2002-01-04 Andrew Cagney <ac131313@redhat.com>
4004
4005 * value.h (value_ptr): Delete typedef.
4006
4007 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4008
4009 * i386nbsd-nat.c: Update copyright years.
4010 Include i386-tdep.h.
4011
4012 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
4013
4014 * stabsread.c: Update copyright years.
4015
4016 From Debashis Mahata <debashis.mahata@wipro.com>:
4017 (read_struct_fields): Deal with Sun C compiler erroneous stab
4018 output for structs and unions.
4019 Fix PR gdb/269.
4020
4021 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4022
4023 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4024 prototype.
4025
4026 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4027
4028 * cp-abi.c: Fix whitespace.
4029 (baseclass_offset): New wrapper function.
4030 * cp-abi.h (baseclass_offset): Add prototype.
4031 (struct cp_abi_ops): Add baseclass_offset pointer.
4032
4033 * valops.c (vb_match): Move to...
4034 * gnu-v2-abi.c (vb_match): here.
4035 * valops.c (baseclass_offset): Move to...
4036 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4037
4038 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4039
4040 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4041 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4042 * hpacc-abi.c (init_hpacc_ops): Likewise.
4043
4044 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
4045
4046 * valops.c (find_overload_match): Accept obj as a
4047 reference parameter. Update it before returning.
4048 * value.h (find_overload_match): Update prototype.
4049 * eval.c (evaluate_subexp_standard): Pass object to
4050 find_overload_match by reference.
4051
4052 2002-01-03 Andrew Cagney <ac131313@redhat.com>
4053
4054 * valarith.c: Replace value_ptr with struct value pointer. Remove
4055 register attribute from value declarations.
4056 * valops.c: Ditto.
4057 * value.h: Ditto.
4058 * scm-lang.c (scm_lookup_name): Ditto.
4059
4060 2002-01-03 Michael Snyder <msnyder@redhat.com>
4061
4062 Abstract the functionality of iterating over mapped memory
4063 regions into a general purpose iterator function.
4064 * procfs.c (iterate_over_mappings): New function, general purpose
4065 iterator for memory sections.
4066 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4067 (solib_mappings_callback): New function, callback for above.
4068 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4069 (info_mappings_callback): New function, callback for above.
4070
4071 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4072
4073 2002-01-01 Mark Kettenis <kettenis@gnu.org>
4074
4075 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4076 * i386-tdep.c: Include "elf-bfd.h".
4077 (process_note_abi_tag_sections): New function.
4078 (i386_gdbarch_init): Add code to recognize various OS/ABI
4079 combinations.
4080
4081 * maint.c (_initialize_maint_cmds): Add missing \ in
4082 string-literal.
4083
4084 For older changes see ChangeLog-2001
4085 \f
4086 Local Variables:
4087 mode: change-log
4088 left-margin: 8
4089 fill-column: 74
4090 version-control: never
4091 End:
This page took 0.106817 seconds and 5 git commands to generate.