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