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