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