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