2002-11-12 Andrew Cagney <ac131313@redhat.com>
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
2
3         * utils.c (gdb_realpath): Make rp a constant pointer.
4
5 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
6
7         * utils.c (gdb_realpath): Rewrite.  Try, in order: realpath() with
8         a constant buffer; cannonicalize_file_name(); realpath() with a
9         pathconf() defined buffer, xstrdup().
10
11 2002-11-12  Andrew Cagney  <ac131313@redhat.com>
12
13         * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
14         to hang2.C; hang3.c to hang3.C.
15
16 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
17
18         * findvar.c (read_var_value): Reenable TLS code.
19
20 2002-11-11  Elena Zannoni  <ezannoni@redhat.com>
21             Jim Blandy  <jimb@redhat.com>
22         
23         * gdb_thread_db.h (enum): Add TD_NOTALLOC.
24         * target.c (update_current_target): Add
25         to_get_thread_local_address.
26         * target.h (to_get_thread_local_address): Export.
27         (target_get_thread_local_address): Define.
28         (target_get_thread_local_address_p): Define.
29         * thread-db.c: Include solib-svr4.h.
30         (td_thr_tls_get_addr_p): Define.
31         (thread_db_load): Get a pointer to td_thr_tls_get_addr.
32         (thread_db_get_thread_local_address): New function.
33         (init_thread_db_ops): Initialize to_get_thread_local_address.
34         * configure.in: Add test for TD_NOTALLOC in thread_db.h.
35         * configure: Regenerate.
36         * config.in: Regenerate.
37
38 2002-11-11  David Carlton  <carlton@math.stanford.edu>
39
40         * linespec.c (set_flags): New function.
41         (decode_line_1): Move code into set_flags.
42
43 2002-11-11  David Carlton  <carlton@math.stanford.edu>
44
45         * linespec.c (decode_line_1): Move chunks of code to separate
46         functions.
47         (initialize_defaults): New function.
48         (decode_indirect): New function.
49
50 2002-11-11  Andrew Cagney  <ac131313@redhat.com>
51
52         * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
53         instead of void_code_ptr.
54         (sigtramp_saved_pc): Ditto.
55
56         * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
57         i386_fp_regnum_p.
58
59 2002-11-10  Daniel Jacobowitz  <drow@mvista.com>
60
61         * gdbtypes.h (struct main_type): Move artificial flag out of
62         loc.  New member of ``struct field'' named static_kind.  Reduce
63         overloaded meaning of bitsize.
64         (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
65         (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
66         (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
67
68         * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
69         new fields.
70         (template_to_fixed_record_type, template_to_static_fixed_type)
71         (to_record_with_fixed_variant_part): Likewise.
72         * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
73         * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
74         * dwarfread.c (struct_type, enum_type): Likewise.
75         * hpread.c (hpread_read_enum_type)
76         (hpread_read_function_type, hpread_read_doc_function_type)
77         (hpread_read_struct_type): Likewise.
78         * mdebugread.c (parse_symbol): Likewise.
79
80 2002-11-10  Andrew Cagney  <ac131313@redhat.com>
81
82         * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
83         * stack.c (print_frame_info_base): Update.
84         (print_frame_info_base, frame_info): Update.
85         * sparc-tdep.c (sparc_init_extra_frame_info): Update.
86         (sparc_frame_saved_pc): Update.
87         * ada-lang.c (find_printable_frame): Update.
88         * breakpoint.c (deprecated_frame_in_dummy): Update.
89         
90 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
91
92         * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
93         defined.
94         (regmap): Extend to cover all registers.
95         (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
96         OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
97         definitions.
98         (fetch_register, sore_register): Simplify.
99         (old_fetch_inferior_registers, old_store_inferior_registers):
100         Remove functions.
101         (cannot_fetch_register, cannot_store_register): Change
102         implementation to use regmap array to decide which registers
103         cannot be fetched/stored.  This removes $orig_eax from the
104         registers that cannot be fetched/stored.
105         (fetch_inferior_registers): Call fetch_register directly instead
106         of calling old_fetch_inferior_registers.
107         (store_inferior_registers): Call store_register directly instead
108         of calling old_store_inferior_registers.
109         (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
110         (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
111         * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
112
113 2002-11-09  Klee Dienes  <kdienes@apple.com>
114
115         * i387-tdep.c (i387_supply_register): When called with NULL as a
116         buffer, mark the register as not provided (to mirror the behavior
117         of supply_register).
118         (i387_supply_fxsave): Ditto.
119         (i387_supply_fsave): Ditto (inherits the behavior from
120         i387_supply_register).
121
122 2002-11-09  Klee Dienes  <kdienes@apple.com>
123
124         * blockframe.c (sigtramp_saved_pc): Use
125         builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
126         extracting the PC).  Use TYPE_LENGTH (builtin_type_void_code_ptr)
127         instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
128         
129 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
130
131         * frame.c (get_prev_frame): Test prev_p to identify a previously
132         unwound frame.  Initialize prev_p.
133         * frame.h (struct frame_info): Add field prev_p.  Expand prev/next
134         comment.
135
136 2002-11-09  Andrew Cagney  <ac131313@redhat.com>
137
138         * frame.c (get_prev_frame): Cleanups.  Eliminate redundant tests
139         for a NULL NEXT_FRAME.  Simplify fromleaf initialization.  Add
140         more comments.  Zap dead code.
141
142 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
143
144         * infcmd.c (print_vector_info, print_float_info): Move code that
145         checks whether the target has any registers and whether there is a
146         selected frame up, such that it is also used if a target provides
147         multi-arch definitions of these functions.
148
149 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
150
151         * Makefile.in (DESTDIR): Define.
152         (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
153         prefix.
154
155         * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
156         i386obsd-tdep.c.  Rename to "gdb.cxx", paths containing "gdb.c++".
157
158 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
159
160         * i386-linux-tdep.c: Include "reggroups.h".
161         (i386_linux_register_reggroup_p): New function.
162         (i386_linux_init_abi): Set register_reggroup_p to
163         i386_linux_register_reggroup_p.
164         * i386-tdep.h (i386_register_reggroup_p): Declare.
165         * i386-tdep.c: Include "reggroups.h".
166         (i386_init_reggroups): New function.
167         (i386_add_reggroups): New function.
168         (i386_register_reggroup_p): New function.
169         (i386_sse_reggroup, i386_mmx_reggroup): New variables.
170         (_initialize_i386_tdep): Call i386_init_reggroups.
171         (i386_gdbarch_init): Set register_reggroup_p and add in the i386
172         specific reggroups.
173
174 2002-11-09  Mark Kettenis  <kettenis@gnu.org>
175
176         * infptrace.c (child_xfer_memory): Make use of the new PT_IO
177         request that's available in *BSD.
178
179         * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
180
181         * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
182         FDOFF_REGNUM.
183
184 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
185
186         * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
187         * dummy-frame.c (find_dummy_frame): Rename
188         generic_find_dummy_frame, make static.  Return the dummy frame
189         instead of the regcache.
190         (generic_find_dummy_frame): Re-implement using find_dummy_frame,
191         (cached_find_dummy_frame): New function.  Use find_dummy_frame.
192         (dummy_frame_register_unwind): Rename
193         generic_call_dummy_register_unwind.  Use cached_find_dummy_frame.
194         * dummy-frame.h (dummy_frame_register_unwind): Rename
195         generic_call_dummy_register_unwind.
196
197 2002-11-08  Mark Kettenis  <kettenis@gnu.org>
198
199         * config/i386/tm-i386v42mp.h: Remove file.  Move its contents,
200         except the inclusion of "i386/tm-i386.h", to...
201         * config/i386/nm-i386v42mp.h: ...here.
202         * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
203
204 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
205
206         * Makefile.in (frame.o): Update dependencies.
207         * blockframe.c (current_frame, frame_obstack_alloc)
208         (frame_saved_regs_zalloc, get_current_frame)
209         (set_current_frame, create_new_frame)
210         (set_unwind_by_pc, get_next_frame)
211         (flush_cached_frames, reinit_frame_cache)
212         (frame_saved_regs_register_unwind)
213         (deprecated_generic_get_saved_register)
214         (get_prev_frame, get_frame_pc, get_frame_saved_regs)
215         (_initialize_blockframe): Move frame code from here...
216         * frame.c: ...to here.  Include "gdb_obstack.h", "gdbcore.h",
217         "annotate.h" and "dummy-frame.h".
218         (_initialize_frame): New function.
219
220 2002-11-08  Jim Blandy  <jimb@redhat.com>
221
222         * dwarf2read.c (read_func_scope): Restore list_in_scope properly
223         when we finish a function a context.
224         * buildsym.h (outermost_context_p): New macro.
225         (Bug analyzed by David Edelsohn.)
226
227 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
228
229         * blockframe.c: Include "dummy-frame.h".
230         (struct dummy_frame, dummy_frame_stack)
231         (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
232         (generic_pc_in_call_dummy, deprecated_read_register_dummy)
233         (generic_push_dummy_frame, generic_save_dummy_frame_tos)
234         (generic_save_call_dummy_addr, generic_pop_current_frame)
235         (generic_pop_dummy_frame, generic_fix_call_dummy)
236         (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
237         dummy frame code from here...
238         * dummy-frame.c: ...to here.  New file.
239         * dummy-frame.h: New file.
240         (generic_call_dummy_register_unwind): Declare.
241         (generic_find_dummy_frame): Declare.
242         * Makefile.in (SFILES): Add dummy-frame.c.
243         (dummy-frame.o): Specify dependencies.
244         (dummy_frame_h): Define.
245         (COMMON_OBS): Add dummy-frame.o.
246         (blockframe.o): Update dependencies.
247
248 2002-11-08  Jim Blandy  <jimb@redhat.com>
249
250         * dwarf2read.c (read_func_scope): Restore local_symbols and
251         param_symbols after we finish the function context.  (Based on a
252         patch from David Edelsohn.)
253
254 2002-11-08  David Carlton  <carlton@math.stanford.edu>
255
256         * linespec.c (symbol_found): New function.
257         (minsym_found): New function.
258         (decode_line_1): Separate out some code into separate functions.
259
260 2002-11-08  Joel Brobecker  <brobecker@gnat.com>
261
262         * i386-tdep.c (i386_frameless_signal_p): Make non static for
263         the benefit of the interix target.
264         * i386-tdep.h (i386_frameless_signal_p): Declare.
265
266 2002-11-08  Andrew Cagney  <ac131313@redhat.com>
267
268         * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
269         declaration that snuck in from change below.
270
271 2002-11-06  Andrew Cagney  <cagney@redhat.com>
272
273         * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p.  Update
274         all callers.
275         (i386_fp_regnum_p): New function.  Use instead of FP_REGNUM_P.
276         (i386_fpc_regnum_p): New function.  Use instead of FPC_REGNUM_P.
277         (i386_sse_regnum_p): New function.  Use instead of SSE_REGNUM_P.
278         (i386_mxcsr_regnum_p): new function.  Use instead of
279         MXCSR_REGNUM_P.
280         * i386-tdep.h (SSE_REGNUM_P): Delete macro.
281         (i386_sse_regnum_p): Declare.
282         (i386_mxcsr_regnum_p): Declare.
283         (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
284         (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
285         (IS_FP_REGNUM): Update definition.
286         (IS_FPU_CTRL_REGNUM): Update definition..
287         (IS_SSE_REGNUM): Update definition..
288         * i386v-nat.c (register_u_addr): Update.
289         * go32-nat.c (fetch_register): Update.
290         (store_register): Update.
291
292 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
293
294         Preparation work to convert the hppa targets to multiarch partial.
295
296         * hppa-tdep.c: Add new functions replacing macro bodies from
297         config/pa/tm-hppa.h. These function will be used to initialize
298         the gdbarch structure. Import some comments from tm-hppa.h,
299         and place them where appropriate, to avoid loosing them when
300         we cleanup this file.
301         (hppa_reg_struct_has_addr): New function.
302         (hppa_inner_than): New function.
303         (hppa_stack_align): New function.
304         (hppa_pc_requires_run_before_use): New function.
305         (hppa_instruction_nullified): New function.
306         (hppa_register_byte): New function.
307         (hppa_register_virtual_type): New function.
308         (hppa_store_struct_return): New function.
309         (hppa_cannot_store_register): New function.
310         (hppa_frame_args_address): New function.
311         (hppa_frame_locals_address): New function.
312         (hppa_smash_text_address): New function.
313         (hppa_coerce_float_to_double): New function. Requires the inclusion
314         of "language.h".
315
316         * Makefile.in (hppa-tdep.o): Add dependency on language.h.
317
318         * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
319         gdbarch-eligible macro to a call to the new associated function
320         created in hppa-tdep.c.
321         (INNER_THAN): Likewise.
322         (STACK_ALIGN): Likewise.
323         (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
324         (INSTRUCTION_NULLIFIED): Likewise.
325         (REGISTER_BYTE): Likewise.
326         (REGISTER_VIRTUAL_TYPE): Likewise.
327         (STORE_STRUCT_RETURN): Likewise.
328         (CANNOT_STORE_REGISTER): Likewise.
329         (FRAME_ARGS_ADDRESS): Likewise.
330         (FRAME_LOCALS_ADDRESS): Likewise.
331         (SMASH_TEXT_ADDRESS): Likewise.
332         (COERCE_FLOAT_TO_DOUBLE): Likewise.
333         (ABOUT_TO_RETURN): Delete, as no longer used.
334
335 2002-11-07  Fernando Nasser  <fnasser@redhat.com>
336
337         * printcmd.c (disassemble_command): Remove obsolete function.
338         (_initialize_printcmd): Do not create disassemble command here.
339         * cli/cli-cmds.c (disassemble_command): New function.  Implements
340         disassemble command.
341         (init_cli_cmds): Create disassemble command here instead.
342
343 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
344
345         * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
346
347 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
348
349         * regcache.h (regcache_cooked_read_using_offset_hack)
350         (regcache_cooked_write_using_offset_hack): Delete declarations.
351         (register_changed): Delete declaration.
352         * regcache.c (regcache_cooked_read_using_offset_hack)
353         (regcache_cooked_write_using_offset_hack): Delete functions.
354         (cooked_xfer_using_offset_hack): Delete function.
355         (register_changed): Delete function.
356
357 2002-11-07  Jim Blandy  <jimb@redhat.com>
358
359         * macroscope.c: #include "complaints.h".
360         (sal_macro_scope): Cope with filenames that appear in the symtabs,
361         but not in the macro table.
362         * Makefile.in (macroscope.o): Record dependency.
363
364 2002-11-07  Joel Brobecker  <brobecker@gnat.com>
365
366         * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
367
368 2002-11-07  Andrew Cagney  <ac131313@redhat.com>
369
370         * regcache.c (deprecated_registers_fetched): Update.
371         * regcache.h (deprecated_registers_fetched): Rename
372         registers_fetched.
373         * remote-vxsparc.c (vx_read_register): Update.
374         * remote-vxmips.c (vx_read_register): Update.
375         * remote-vx68.c (vx_read_register): Update.
376         * irix5-nat.c (fetch_core_registers): Update.
377         * mipsm3-nat.c (fetch_inferior_registers): Update.
378         * sun3-nat.c (fetch_inferior_registers): Update.
379         * symm-nat.c (fetch_inferior_registers): Update.
380         * ns32knbsd-nat.c (fetch_inferior_registers): Update.
381         (fetch_core_registers): Update.
382         (fetch_kcore_registers): Update.
383         * mips-nat.c (fetch_inferior_registers): Update.
384         * corelow.c (get_core_registers): Update.
385         * a68v-nat.c (fetch_inferior_registers): Update.
386
387 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
388
389         Put in place the framework necessary for multiarching the hppa targets.
390         * hppa-tdep.c (hppa_gdbarch_init): New function.
391         (hppa_dump_tdep): New function.
392         (_initialize_hppa_tdep): Register the hppa gdbarch init function and
393         tdep structure dumper.
394         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
395         until the multi-arching conversion has partially been completed.
396
397 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
398
399         * valops.c (value_assign): Merge lval_register case into
400         lval_reg_frame_relative.  Use frame_register and
401         regcache_cooked_write instead of get_saved_register and
402         write_register_bytes.  After flushing the register cache, try to
403         re-select the selected frame.
404
405 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
406
407         * regcache.h (deprecated_register_valid): Rename register_valid.
408         * regcache.c: Update.
409         * ia64-aix-nat.c: Update.
410         * i386gnu-nat.c: Update.
411         * alpha-nat.c: Update.
412         * sparc-nat.c: Update.
413         * lynx-nat.c: Update.
414         * remote-mips.c: Update.
415
416 2002-11-06  Joel Brobecker  <brobecker@gnat.com>
417
418         * hppa-tdep.c (_initialize_hppa_tdep): Move function body
419         to end of file, to be more consistent with the pratice followed
420         by other targets.
421
422 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
423
424         * infcmd.c: Include "reggroups.h" and <ctype.h>.
425         (print_float_info): Print registers in float_reggroup.
426         (print_vector_info): Print registers in vector_reggroup.
427         (default_print_registers_info): When all, print registers in
428         all_reggroup.  Otherwize, print registers in general_reggroup.
429         (registers_info): Rewrite.  Add support for register groups.
430         Eliminate a goto.
431
432 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
433
434         * symtab.c (methods_info): Delete. It has been ifdeffed out for
435         ages.
436         (symtab_symbol_info): Remove eons old ifdeffed out code.
437         (_initialize_symtab): Remove prehistoric disabled 'info methods'
438         command.
439
440 2002-11-06  Theodore A. Roth  <troth@openavr.org>
441
442         * c-exp.y: Add missing semi-colons.
443         * f-exp.y: Add missing semi-colons.
444         * m2-exp.y: Add missing semi-colons.
445         * p-exp.y: Add missing semi-colons.
446         Add empty action to start rule to avoid a type clash error when
447         building with bison >= 1.50.
448
449 2002-11-06  Jim Blandy  <jimb@redhat.com>
450
451         * macrotab.h (struct macro_source_file): Doc fix.
452
453 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
454
455         * varobj.c (child_exists, cplus_number_of_children): Change
456         STREQ macro references to strcmp.
457         (cplus_name_of_child): Change code to handle the fact that
458         fields are not necessarily contiguous with regards to their 
459         access control. This is a fix for PR gdb/792.
460
461 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
462
463         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
464         * gdbarch.h, gdbarch.c: Regnerate.
465         * frame.h (frame_register): Declare.
466         * frame.c (frame_register): New function.
467         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
468         GET_SAVED_REGISTER, otherwize call
469         generic_unwind_get_saved_register.
470         (frame_register_read): Use frame_register instead of
471         get_saved_register.
472
473 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
474         
475         From Jim Ingham  <jingham@apple.com>:
476         * event-top.c (gdb_disable_readline): New function.
477         (_initialize_event_loop): Move comment.
478
479 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
480
481         * event-loop.c (start_event_loop): Add comment.
482         Update copyright.
483
484 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
485
486         * infcmd.c (default_print_registers_info): Do not call
487         PRINT_REGISTER_HOOK.
488
489 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
490
491         * sparc-tdep.c (sparc_print_register_hook): Make static.
492         (sparc_print_registers_info): New function.
493         (sparc_do_registers_info): New function.
494         (sparclet_print_registers_info): New function.
495         (sparclet_do_registers_info): New function.
496         (do_sparc_print_registers_info): New function.
497         (sparc_print_registers): New static function, clone of infcmd.c's
498         default_print_registers_info.
499         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
500         (sparclet_do_registers_info): Declare.
501         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
502         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
503         Re-define.
504         (sparc_do_registers_info): Declare.
505         (PRINT_REGISTER_HOOK): Delete macro.
506         (sparc_print_register_hook): Delete declaration.
507
508 2002-11-05  David Carlton  <carlton@math.stanford.edu>
509
510         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
511         functions.
512         (lookup_symbol_aux_local): New function.
513         (lookup_symbol_aux_symtabs): New function.
514         (lookup_symbol_aux_psymtabs): New function.
515
516 2002-11-05  David Carlton  <carlton@math.stanford.edu>
517
518         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
519         previous values of 'objfile' and 'block'.
520
521 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
522
523         * values.c (value_change_enclosing_type): Set 
524         enclosing_type field correctly also for the case where 
525         more memory needs to be allocated.
526
527 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
528
529         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
530         of puts_filtered.
531
532         * i387-tdep.c (i387_print_float_info): Replace calls to
533         register_read and deprecated_read_register_gen with calls to
534         frame_register_read, and make the necessary adjustments to the
535         surrounding code.
536
537 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
538
539         * gdbarch.sh (register_reggroup_p): Allow default value.
540         * gdbarch.h, gdbarch.c: Regenerate.
541
542 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
543
544         * regcache.h: Add coment indicating replacements for deprecated
545         functions.
546
547 2002-11-02  Andrew Cagney  <cagney@redhat.com>
548
549         * reggroups.h, reggroups.c: New files.
550         * regcache.c: Include "reggroups.h".
551         (enum regcache_dump_what): Add `regcache_dump_groups'.
552         (regcache_dump): Contract size of the "Type" column.  When
553         specified, dump the register's groups.
554         (maintenance_print_register_groups): New function.
555         (_initialize_regcache): Add command `maint print register-groups'.
556         * Makefile.in (COMMON_OBS): Add reggroups.o
557         (SFILES): Add reggroups.c.
558         (reggroups_h): Define.
559         (regcache.o, gdbarch.o): Update dependencies.
560         (reggroups.o): Specify dependencies.
561         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
562         Add opaque declaration for `struct reggroup' in generated .h file.
563         Include "reggroups.h" in generated .c file.
564         gdbarch.h, gdbarch.c: Re-generate.
565
566 2002-11-02  Andrew Cagney  <cagney@redhat.com>
567
568         * regcache.h (deprecated_read_register_gen): Rename
569         read_register_gen.
570         (deprecated_write_register_gen): Rename write_register_gen.
571         * i387-tdep.c: Update.
572         * x86-64-linux-nat.c: Update
573         * wince.c: Update.
574         * thread-db.c: Update.
575         * win32-nat.c: Update.
576         * mips-tdep.c: Update.
577         * d10v-tdep.c: Update.
578         * cris-tdep.c: Update.
579         * remote-sim.c: Update.
580         * remote-rdi.c: Update.
581         * remote-rdp.c: Update.
582         * frame.c: Update.
583         * target.c: Update.
584         * blockframe.c: Update.
585         * x86-64-tdep.c: Update.
586         * xstormy16-tdep.c: Update.
587         * sh-tdep.c: Update.
588         * s390-tdep.c: Update.
589         * rs6000-tdep.c: Update.
590         * sparc-tdep.c: Update.
591         * i386-tdep.c: Update.
592         * dwarf2cfi.c: Update.
593         * regcache.c: Update.
594
595 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
596
597         New interix-specific files:
598         * config/i386/nm-interix.h: New file.
599         * config/i386/interix.mh: New file.
600         * config/i386/interix.mt: New file.
601         * i386-interix-nat.c: New file.
602         * i386-interix-tdep.c: New file.
603
604 2002-11-01  Andrew Cagney  <cagney@redhat.com>
605
606         * frame.h (deprecated_generic_get_saved_register): Rename
607         generic_get_saved_register.
608         * blockframe.c (deprecated_generic_get_saved_register): Update.
609         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
610         (xstormy16_frame_saved_register): Update.
611         * sh-tdep.c (sh_gdbarch_init): Update.
612         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
613         * ia64-tdep.c (ia64_get_saved_register): Update.
614         * cris-tdep.c (cris_gdbarch_init): Update.
615         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
616         * arm-tdep.c (arm_gdbarch_init): Update.
617
618 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
619
620         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
621
622 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
623
624         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
625         trampolines in sigaction.
626
627 2002-10-31  Andrew Cagney  <cagney@redhat.com>
628
629         * h8300-tdep.c: Include "gdb_assert.h".
630         (h8300_print_register): Add gdbarch, file and frame parameters.
631         Use frame_read_unsigned_register to read the register's value.
632         Use fprintf_filtered to display output.
633         (h8300_print_registers_info): Replace h8300_do_registers_info.
634         (h8300_gdbarch_init): Set print_registers_info.
635
636 2002-10-31  Andrew Cagney  <cagney@redhat.com>
637
638         * frame.c (frame_read_unsigned_register): New function.
639         (frame_read_signed_register): New function.
640         * frame.h (frame_read_unsigned_register): Declare.
641         (frame_read_signed_register): Declare.
642
643 2002-10-31  Andrew Cagney  <cagney@redhat.com>
644
645         * h8500-tdep.c (h8500_print_registers_info): New static function,
646         clone of infcmd.c's default_print_registers_info.
647         (h8500_do_registers_info): New funtion.
648         (h8500_print_register_hook): Rename print_register_hook, make
649         static.
650
651         * config/h8500/tm-h8500.h: Update copyright.
652         (DEPRECATED_DO_REGISTERS_INFO): Define.
653         (h8500_do_registers_info: Declare.
654         (PRINT_REGISTER_HOOK): Delete macro.
655         (print_register_hook): Delete function.
656
657 2002-10-31  Andrew Cagney  <cagney@redhat.com>
658
659         * z8k-tdep.c (z8k_print_register_hook): Make static.
660         (z8k_print_registers_info): New static function, clone of
661         infcmd.c's default_print_registers_info.
662         (z8k_do_registers_info): New function.  Wrap
663         z8k_print_registers_info.
664         * config/z8k/tm-z8k.h: Update copyright.
665         (PRINT_REGISTER_HOOK): Delete macro.
666         (z8k_print_register_hook): Delete declaration.
667         (DEPRECATED_DO_REGISTERS_INFO): Define.
668         (z8k_do_registers_info): Declare.
669
670 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
671
672         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
673         as this is already provided by value.h, and was actually causing
674         a compilation error because of a conflict in parameter type
675         declaration due to a missing const keyword.
676         (low_text_segment_addres): Fix a compilation warning.
677
678 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
679
680         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
681         registers without a name.
682         (mips_linux_cannot_store_register): Don't store registers without
683         a name.
684
685 2002-10-28  David Carlton  <carlton@math.stanford.edu>
686
687         * symtab.c (find_addr_symbol): Delete.  (It was already commented
688         out.)
689         * symtab.h: Delete prototype for find_addr_symbol.
690
691 2002-10-26  Andrew Cagney  <cagney@redhat.com>
692
693         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
694         DO_REGISTERS_INFO.
695         gdbarch.h, gdbarch.c: Re-generate.
696         * infcmd.c (default_print_registers_info): Update reference.
697         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
698         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
699         * sh-tdep.c (sh_gdbarch_init): Ditto.
700         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
701         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
702
703 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
704
705         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
706         cfi_init_extra_frame_info.
707         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
708         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
709
710         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
711         target where necessary.  Add more comments and remove the ones
712         that don't provide any useful information.
713
714         * i386-tdep.c (i386_frame_saved_pc): Replace call to
715         deprecated_read_register_dummy with
716         frame_unwind_unsigned_register.
717
718         * i386-tdep.c (i386_extract_struct_value_address): Use
719         regcache_raw_read_unsigned instead of
720         regcache_cooked_read_unsigned since we know that the register
721         we're reading isn't a pseudo register.  Rename variable 'val' into
722         the more descriptive 'addr'.
723
724         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
725         (x86_64_push_return_address): Add comment.
726         (x86_64_pop_frame): Make static.
727         (examine_argument): Clarify comment.
728         (x86_64_skip_prologue): Make prolog_expact variable static.
729
730         * dwarf2cfi.c: Fix some formatting problems.
731         (context_cpy, read_encoded_pointer): Clarify comments.
732
733         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
734         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
735         i386 target back into x86_64_gdbarch_init.  Add some comments and
736         remove meaningless ones.
737
738 2002-10-25  Andrew Cagney  <cagney@redhat.com>
739
740         * complaints.h (struct deprecated_complaint): Rename `struct
741         complaint'.
742         * complaints.c (complain): Update.
743         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
744         incorrect comment indicating that "symfile.h" was being included
745         for the `struct complaint' definition.
746         * remote-vx.c: Update.
747         * objc-lang.c: Update.
748         * xcoffread.c: Update.
749         * hpread.c: Update.
750         * mdebugread.c: Update.
751         * stabsread.c: Update.
752         * dwarf2read.c: Update.
753         * dwarfread.c: Update.
754         * elfread.c: Update.
755         * coffread.c: Update.
756         * stabsread.h: Update.
757         * dbxread.c: Update.
758         * buildsym.c: Update.
759         * gdbtypes.c: Update.
760         * macrotab.c: Update.
761
762 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
763
764         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
765         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
766         (x86_64_init_abi): ...new function.
767
768         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
769         * i386v-nat.c: Include "i386-tdep.h".
770
771 2002-10-25  Andrew Cagney  <cagney@redhat.com>
772
773         * gdbtypes.c (address_space_name_to_int): Update.
774         (address_space_int_to_name): Update.
775         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
776         multi-arch predicate.
777         (address_class_name_to_type_flags): Ditto.
778         * gdbarch.h, gdbarch.c: Re-generate.
779         
780         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
781
782 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
783
784         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
785
786 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
787
788         * symtab.h (INIT_SAL): Delete macro.
789         (init_sal): Export.
790         * symtab.c (init_sal): New function.
791
792         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
793         to init_sal function call.
794         (find_sal_from_funcs_and_line): Ditto.
795         (all_sals_for_line): Ditto. 
796         * breakpoint.c (create_internal_breakpoint): Ditto. 
797         (create_fork_vfork_event_catchpoint): Ditto. 
798         (create_exec_event_catchpoint): Ditto. 
799         (parse_breakpoint_sals): Ditto. 
800         (watch_command_1): Ditto. 
801         (handle_gnu_4_16_catch_command): Ditto.
802         (clear_command): Ditto. 
803         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
804         * infcmd.c (run_stack_dummy): Ditto. 
805         * infrun.c (process_event_stop_test): Ditto.
806         (check_sigtramp2): Ditto.
807         (step_over_function): Ditto. 
808         * linespec.c (decode_line_2): Ditto. 
809         (decode_line_1): Ditto. 
810         * source.c (line_info): Ditto. 
811         * symtab.c (find_pc_sect_line): Ditto.
812
813 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
814
815         * dwarf2cfi.c (struct context)
816         (struct context_reg): Moved to dwarf2cfi.h
817         (context_alloc, frame_state_alloc, context_cpy):
818         Made extern instead of static, removed prototypes.
819         * dwarf2cfi.h (struct context)
820         (struct context_reg): New, moved from dwarf2cfi.c
821         (context_alloc, frame_state_alloc, context_cpy):
822         New prototypes.
823         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
824         Changed from static to extern.
825         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
826         (LINUX_SIGCONTEXT_FP_OFFSET)
827         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
828         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
829         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
830         * x86-64-tdep.c (x86_64_gdbarch_init): Several
831         set_gdbarch_*() calls now use x86-64 specific functions 
832         instead of DWARF2 CFI ones.
833         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
834         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
835         (x86_64_init_extra_frame_info): New prototypes.
836         
837 2002-10-23  David Carlton  <carlton@math.stanford.edu>
838
839         * linespec.c: #include "parser-defs.h".
840         Delete prototype for find_template_name_end.
841         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
842
843 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
844
845         * NEWS: add recent mi fixes.
846         * varobj.c (struct varobj): Add new "updated" flag.
847         (new_variable): Default "updated" flag to 0.
848         (varobj_set_value): Set "updated" flag to 1 if value
849         changes.
850         (varobj_update): Check varobj "updated" flag before
851         comparing old and refreshed values.  Fix for
852         PR gdb/702.
853
854 2002-10-23  David Carlton  <carlton@math.stanford.edu>
855
856         * parse.c (parse_exp_1): Use BLOCK_START.
857         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
858         SYMBOL_BLOCK_VALUE.
859         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
860
861 2002-10-23  David Carlton  <carlton@math.stanford.edu>
862
863         * symtab.c: Delete cplusplus_hint.
864         Delete prototype for find_template_name_end.
865
866 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
867
868         * symtab.h: Update comment.
869
870 2002-10-23  Michael Snyder  <msnyder@redhat.com>
871
872         * printcmd.c (address_info): Restore quotes in output.
873         * valops.c (value_of_local): Restore quotes in error message.
874
875 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
876
877         * symtab.c (symbol_demangled_name): New function.
878         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
879         turning most of it into a function.
880         (symbol_demangled_name): Export.
881
882 2002-10-23  Michael Snyder  <msnyder@redhat.com>
883
884         * valops.c (value_of_local): Restore quotes in error message.
885
886 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
887
888         * symtab.c (symbol_init_language_specific): New function.
889         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
890         turning most of it into a function.
891         (symbol_init_language_specific): Export.
892
893 2002-10-23  David Carlton  <carlton@math.stanford.edu>
894
895         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
896         (dwarf_attr_name): Ditto.
897         (dwarf_type_encoding_name): Ditto.
898         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
899         (process_die): Handle DW_TAG_namespace,
900         DW_TAG_imported_declaration, DW_TAG_imported_module.
901         (read_namespace): New function.
902
903 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
904
905         * configure.in: Define NEW_PROC_API on Interix too.
906         * configure: Regenerate.
907
908 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
909
910         * configure: Regenerate using the proper version of autoconf.
911
912 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
913
914         * findvar.c (read_var_value): Temporarily disable TLS code, until
915         complete TLS support is added.
916
917 2002-10-21  Jim Blandy  <jimb@redhat.com>
918             Elena Zannoni  <ezannoni@redhat.com>
919
920         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
921         for thread local storage locations.
922         (struct symbol): Add objfile field.
923         (SYMBOL_OBJFILE): Define.
924         * dwarf2read.c (is_thread_local): New static variable.
925         (new_symbol): If variable is in thread local fill in address class
926         and objfile appropriately.
927         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
928         stack operation.
929         * printcmd.c (address_info): Print the information for thread
930         local storage variable.
931         * findvar.c (read_var_value): In case of thread local variable,
932         defer to the target vector code to compute address.
933
934 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
935
936         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
937         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
938
939 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
940
941         * symtab.h (address_class):  Rename
942         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
943         * hpread.c (hpread_process_one_debug_symbol): Ditto.
944         * printcmd.c (address_info): Ditto.
945         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
946
947 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
948
949         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
950         DBREG_DRX macro to acces debug registers.
951
952         * Makefile.in (i386obsd-tdep.o): New target.
953
954         * solib-sunos.c: Include "bcache.h" and "regcache.h".
955         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
956
957         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
958         * config/i386/obsd.mt: New file.
959         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
960         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
961         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
962         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
963         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
964         * i386obsd-tdep.c: New file.
965
966 2002-10-19  Adam Fedor  <fedor@gnu.org>
967
968         * objc-exp.y (name_not_typename): Fix invalid comment.  
969
970 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
971
972         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
973         to allocate partial syms and macro byte caches.
974
975 2002-10-18  David Carlton  <carlton@math.stanford.edu>
976
977         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
978
979 2002-10-18  Adam Fedor  <fedor@gnu.org>
980
981         * stabsread.c (find_name_end): New function.
982         (define_symbol): Use it.
983
984 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
985
986         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
987         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
988         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
989         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
990
991 2002-10-17  David Carlton  <carlton@math.stanford.edu>
992
993         * symfile.h: Add opaque declaration for struct obstack.
994         Declare obsavestring to take a const char *.
995         * symfile.c (obsavestring): Make first argument a const char *.
996
997 2002-10-16  Adam Fedor  <fedor@gnu.org>
998
999         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1000         names when matching breakpoints in current file.
1001
1002 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
1003
1004         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1005         (read_tag_pointer_type): Add address class support.
1006         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1007         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1008         New methods.
1009         * gdbarch.h, gdbarch.c: Regenerate.
1010         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1011         (make_type_with_address_space, recursive_type_dump): Add address
1012         class support.
1013         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1014         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1015         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1016
1017 2002-10-16  Klee Dienes  <kdienes@apple.com>
1018
1019         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1020         to get the last character of a char[] buffer, not
1021         name[sizeof(vptr_name)-1].
1022
1023 2002-10-14  Adam Fedor  <fedor@gnu.org>
1024
1025         * symtab.h: New objc_specific struct.
1026         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1027         (SYMBOL_DEMANGLED_NAME): Likewise.
1028
1029 2002-10-14  Adam Fedor  <fedor@gnu.org>
1030
1031         * symfile.c (init_filename_language_table): Add ObjC file extension.
1032
1033 2002-10-14  Adam Fedor  <fedor@gnu.org>
1034
1035         * utils.c (puts_filtered_tabular): New function.
1036         (fprintf_symbol_filtered): Get ObjC demangled name.
1037         * defs.h (puts_filtered_tabular): Declared.
1038
1039 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
1040
1041         * c-lang.h (c_type_print_varspec_prefix): Delete.
1042         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
1043         ``need_post_space'' parameter.  Adjust all callers.
1044
1045 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
1046  
1047         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1048         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1049         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1050         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1051
1052 2002-10-13  Adam Fedor  <fedor@gnu.org>
1053
1054         * source.c (print_source_lines): Update comments.
1055
1056 2002-10-13  Adam Fedor  <fedor@gnu.org>
1057
1058         * valops.c (value_of_local): New function.
1059         (value_of_this): Use it.
1060         * value.h (value_of_local): Declared.
1061
1062 2002-10-13  Adam Fedor  <fedor@gnu.org>
1063
1064         * parse.c: (length_of_subexp, prefixify_subexp): Handle
1065         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1066
1067 2002-10-12  Adam Fedor  <fedor@gnu.org>
1068
1069         * language.c (binop_result_type): Add language_objc to case.
1070         (integral_type): Likewise.
1071         (character_type): Likewise.
1072         (string_type): Likewise.
1073         (boolean_type): Likewise.
1074         (structured_type): Likewise.
1075         (binop_type_check): Likewise.
1076
1077 2002-10-11  Adam Fedor  <fedor@gnu.org>
1078
1079         * printcmd.c (address_info): Print 'self' for ObjC.
1080
1081 2002-10-11  Adam Fedor  <fedor@gnu.org>
1082
1083         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1084         OP_SELF.
1085
1086 2002-10-11  Adam Fedor  <fedor@gnu.org>
1087
1088         * language.h (CAST_IS_CONVERSION): Add language_objc.
1089
1090 2002-10-11  Adam Fedor  <fedor@gnu.org>
1091
1092         * defs.h (enum language): Add language_objc.
1093
1094 2002-10-11  Klee Dienes  <kdienes@apple.com>
1095
1096         * corefile.c (read_memory_typed_address): New function.
1097         * gdbcore.h (read_memory_typed_address): Add prototype.
1098         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1099         to read a value destined for a CORE_ADDR, not read_memory_integer.
1100         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1101         (f77_get_dynamic_lowerbound): Ditto.
1102
1103 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
1104
1105         * utils.c (string_to_core_addr): After turning string into
1106         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1107         which will do necessary sign-extension, etc.
1108
1109 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
1110
1111         * c-exp.y (THIS): Delete token and grammar rule.
1112         (yylex): Don't return THIS.
1113         * cp-valprint.c (vtbl_ptr_name_old): Delete.
1114         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1115         * demangle.c (cplus_markers): Update comment.  Put '$'
1116         first.  Remove CPLUS_MARKER.
1117         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1118         * jv-exp.y (THIS): Delete token and grammar rule.
1119         (yylex): Don't return THIS.
1120         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1121         * objc-exp.y (THIS): Delete token and grammar rule.
1122         (yylex): Don't return THIS.
1123         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1124         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1125         (read_member_functions): Likewise for opname.
1126         (read_tilde_fields): Use is_cplus_marker.
1127
1128         * defs.h (CPLUS_MARKER): Don't define.
1129         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1130         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1131         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1132         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1133         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1134
1135         * config/i386/tm-i386v4.h: Delete file.
1136         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1137         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1138         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1139         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1140         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1141         * config/i386/i386sco5.mt (TM_FILE): Likewise.
1142         * config/i386/i386v4.mt (TM_FILE): Likewise.
1143         * config/i386/ncr3000.mt (TM_FILE): Likewise.
1144
1145 2002-10-10  Marko Mlinar  <markom@opencores.org>
1146
1147         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1148         accidentially not commited 2002-10-09
1149         * gdbarch.h, gdbarch.c: Re-generate.
1150
1151 2002-10-09  Marko Mlinar  <markom@opencores.org>
1152
1153         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1154         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1155         * gdbarch.h, gdbarch.c: Re-generate.
1156
1157 2002-10-08  Petr Sorfa <petrs@caldera.com>
1158
1159         Revised and re-submitted by John Wolfe <jlw@caldera.com>
1160
1161         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1162         so we can work on more than one compilation unit at a time.  This
1163         helps prepare GDB to handle inter-CU die references.
1164         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1165         the code to be defined before struct comp_unit_head.
1166         (comp_unit_head): Added new members - offset, cu_head,
1167         begin_die, next and dwarf2_abbrevs.
1168         (dwarf2_abbrevs): Removed single static var; now member of
1169         struct comp_unit_head.
1170         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1171         members.
1172         (psymtab_to_symtab_1): Changed to work with the new
1173         struct comp_unit_head.
1174         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1175         constructs the dwarf2_abbrevs[] inside the cu_header.
1176         (dwarf2_empty_abbrev_table): Now expects a ptr to a
1177         dwarf2_abbrev table to clean up.
1178         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1179         handling of dwarf2_abbrevs inside the cu_header.
1180         (read_partial_die): Now supports the call to the new
1181         dwarf2_lookup_abbrev.
1182         (read_full_die): Now supports the call to the new
1183         dwarf2_lookup_abbrev.
1184
1185 2002-10-06  Christopher Faylor  <cgf@redhat.com>
1186
1187         * Makefile.in (install-gdbtk): Add missing continuation backslash to
1188         insure that shell variables, such as "transformed_name" are propagated
1189         to later shell statements in rule.
1190
1191 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
1192
1193         * config/i386/nm-i386sco.h: Add protection against
1194         multiple-inclusion.  Include "i386/nm-i386v.h".
1195         (REGISTER_U_ADDR): Remove define.
1196         (i386_register_u_addr): Remove prototype.
1197
1198 2002-10-04  Michael Snyder  <msnyder@redhat.com>
1199
1200         * m32r-stub.c (handle_exception): Make sure exception is "trap"
1201         before treating it as a single-step event.
1202
1203 2002-10-03  Adam Fedor  <fedor@gnu.org>
1204
1205         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
1206         (objc_demangle): Remove assignment in if statements, Replace
1207         free with xfree.
1208         (add_msglist): Likewise.
1209         (end_msglist): Likewise.
1210         (complare_selectors): Likewise.
1211         (selectors_info): Likewise.
1212         (compare_classes): Likewise.
1213         (classes_info): Likewise.
1214         (print_object_command): Likewise.
1215         (find_objc_msgcall_submethod): Replace PTR with void *.
1216         * objc-lang.h: Remove check for __STDC__.
1217
1218 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1219
1220         * ui-out.h (ui_out_field_fmt_int): New prototype.
1221         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1222         of field width and alignment.
1223         * stack.c (print_frame_info_base): When printing frame level, use
1224         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
1225         PR gdb/192
1226
1227 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
1228
1229         * MAINTAINERS: Add self to Write After Approval list.
1230
1231 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1232
1233         * infcmd.c (interrupt_target_command_wrapper): Delete.
1234         (interrupt_target_command): Make non static.
1235         (nofp_registers_info): Make static.
1236         * stack.c (return_command_wrapper): Delete.
1237         (return_command): Make non static.
1238
1239 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1240
1241         * event-top.c (gdb_setup_readline): New function. Code moved from
1242         _initialize_event_loop().
1243         (_initialize_event_loop): Call gdb_setup_readline().
1244
1245 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1246
1247         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1248         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1249         * gdbarch.h, gdbarch.c: Re-generate.
1250
1251 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
1252
1253         Fix PR gdb/778
1254         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1255         before recursing.
1256         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1257         of fill_in_vptr_fieldno.
1258
1259 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
1260
1261         * inferior.h (registers_info, stepi_command, nexti_command,
1262         continue_command, interrupt_target_command): Export from infcmd.c.
1263         * frame.h (args_info, selected_frame_level_changed_hook,
1264         return_command): Export from stack.c.
1265         * v850ice.c (stepi_command, nexti_command, continue_command): use
1266         prototypes from inferior.h.
1267         * tracepoint.c (registers_info, args_info, locals_info): Use
1268         prototypes from frame.h and inferior.h.
1269         * Makefile.in (mi-main.o): Add dependency on frame.h.
1270
1271 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
1272
1273         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1274         value in register 3 adjusted by ppc_gp0_regnum.
1275
1276         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1277
1278 2002-10-02  Marko Mlinar <markom@opencores.org>
1279
1280         * MAINTAINERS: Add myself to the Write After Approval list.
1281
1282 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
1283
1284         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1285         of the section for the N64 ABI, fixed.
1286
1287         * config/mips/tm-irix6.h: Include solib.h.
1288
1289 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
1290
1291         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1292         GNU operators.
1293
1294 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1295
1296         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1297         and that "mi0" syntax has been removed.
1298
1299 2002-09-30  David Carlton  <carlton@math.stanford.edu>
1300
1301         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1302         * ppc-sysv-tdep.c: #include "gdb_string.h".
1303         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1304         pacify GCC.
1305
1306 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
1307
1308         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1309         "vrsave"'s register number.
1310
1311 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1312
1313         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1314         use frame_unwind_signed_register to obtain the PC.
1315         (mips_frame_chain): Handle a generic dummy frame.
1316         (mips_init_extra_frame_info): When a generic dummy frame, don't
1317         re-compute the frame base.
1318         (mips_pop_frame): Handle generic dummy frames.
1319         (mips_gdbarch_init): When generic dummy frames, set
1320         use_generic_dummy_frames, push_dummy_frame to
1321         generic_push_dummy_frame, pc_in_call_dummy to
1322         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1323         generic_save_dummy_frame_tos.
1324
1325 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
1326
1327         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
1328         against TOP when TOP was explictly set.
1329         (generic_push_dummy_frame): Set TOP to zero.
1330
1331 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
1332
1333         * event-loop.c (start_event_loop): Rename variable 'result' to
1334         'gdb_result', to avoid conflicts with upcoming intepreters changes.
1335
1336 2002-09-30  Keith Seitz  <keiths@redhat.com>
1337
1338         * gdb-events.sh (selected_thread_changed): New event.
1339         * gdb-events.c: Regenerated.
1340         * gdb-events.h: Regenerated.
1341
1342 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1343
1344         * MAINTAINERS: Add self to Write After Approval list.
1345
1346 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
1347
1348         * disasm.c: New file.  
1349         * disasm.h: New file.  
1350         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1351         (compare_lines): Ditto.
1352         (dump_insns): Ditto.
1353         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1354         argument.
1355         (do_assembly_only): Ditto.
1356         (do_disassembly): Renamed to gdb_disassembly and moved to
1357         disasm.c.  Sdded uiout argument.
1358         * Makefile.in: Add new files.  Reorder SFILES list. Update
1359         dependencies.  Include libgdb.a later in the insight executable.
1360
1361 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1362
1363         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1364         bfd/elf64-alpha-fbsd.c.
1365
1366 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1367
1368         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1369         i386gnu-tdep.c.
1370
1371 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
1372
1373         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1374         __FUNCTION__.
1375         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1376         function name.
1377         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1378         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1379         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1380         (S_msg_sig_post_reply): Ditto.
1381         
1382 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
1383
1384         * sh-tdep.c (sh_use_struct_convention): Use definition according
1385         to ABI.
1386         (sh_push_arguments): Store in register with correct endianess.
1387         (sh_default_store_return_value): Ditto.
1388         (sh_gdbarch_init): Set sizeof long double to 8.
1389
1390 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
1391
1392         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1393         Fix some whitespace problems.
1394
1395 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1396
1397         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1398         (mcore-tdep.o): Ditto.
1399         (ns32k-tdep.o): Ditto.
1400         (ns32knbsd-tdep.o): Ditto.
1401         (sh3-rom.o): Ditto.
1402         (vax-tdep.o): Ditto.
1403         * cris-tdep.c: #include "gdb_string.h"
1404         * mcore-tdep.c: Ditto.
1405         * ns32k-tdep.c: Ditto.
1406         * ns32knbsd-tdep.c: Ditto.
1407         * sh3-rom.c: Ditto.
1408         * vax-tdep.c: Ditto.
1409
1410 2002-09-27  David Carlton  <carlton@math.stanford.edu>
1411
1412         * config/djgpp/fnchange.lst: Add entries for
1413         gdb/testsuite/gdb.c++/m-static files.
1414
1415 2002-09-27  Jim Wilson  <wilson@redhat.com>
1416
1417         * MAINTAINERS: Add myself to the Write After Approval list.
1418
1419 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
1420
1421         * mips-tdep.c (find_proc_desc): Initialize startaddr.
1422
1423
1424 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1425
1426         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1427         frame.
1428
1429 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1430
1431         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1432         (rs6000_struct_return_address): Delete variable.
1433         (rs6000_store_struct_return): Update.
1434         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1435         deprecated_extract_struct_value_address.
1436         (rs6000_frame_align): New function.
1437         (rs6000_gdbarch_init): Set frame_align.
1438
1439 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1440
1441         From Grace Sainsbury <graces@redhat.com>:
1442         * Makefile.in (gdbtk-main.o): New target.
1443         (gdb.o): New target.
1444         (main_h): Define.
1445         (main.o): Update dependencies.
1446         (gdb$(EXEEXT)): Add gdb.o.
1447         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1448         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1449         (SUBDIR_GDBTK_CLEAN): Set.
1450         (install-gdbtk): Install the insight binary.
1451         (uninstall-gdbtk): New target.
1452         (all-gdbtk, clean-gdbtk): New rule.
1453         * top.c (use_windows): Default to zero.
1454         * main.c: Include "main.h".
1455         (main): Delete.
1456         (struct captured_main_args): Delete.
1457         (gdb_main): New function.
1458         * main.h: New file.
1459         * gdb.c: New File.
1460
1461 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1462
1463         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1464         (frame_map_regnum_to_name): New function.
1465         (frame_map_name_to_regnum): New function.
1466         * frame.h (frame_map_name_to_regnum): Declare.
1467         (frame_map_regnum_to_name): Declare.
1468         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1469         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1470         * parse.c: Do not include "builtin-regs.h".
1471         (target_map_name_to_register): Delete function.
1472         (write_dollar_variable): Use frame_map_name_to_regnum.
1473         * parser-defs.h (target_map_name_to_register): Delete declaration.
1474         * expprint.c: Include "frame.h".
1475         (print_subexp): Use frame_map_regnum_to_name.
1476         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1477         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1478
1479 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1480
1481         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1482         wasn't saved, and the next innermost frame is a dummy, return the
1483         dummy frame's link register.
1484
1485 2002-09-24  Jim Blandy  <jimb@redhat.com>
1486
1487         Fix from Paul Breed:
1488         * main.c (captured_main): Add a `break' after the case for 'b'.
1489
1490 2002-09-24  Keith Seitz  <keiths@redhat.com>
1491
1492         * varobj.c (c_type_of_child): Use get_target_type instead
1493         of TYPE_TARGET_TYPE.
1494
1495 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1496
1497         * source.c (get_current_or_default_source_symtab_and_line): Remove
1498         function.
1499         (set_default_source_symtab_and_line): New function. Attempts to
1500         determine a source file to list lines from if one is not currently
1501         defined.
1502         (get_current_source_symtab_and_line): Initialize sal.pc and
1503         sal.end fields.
1504         (set_current_source_symtab_and_line): Mark argument as const.
1505         * source.h: Update declarations and comments.
1506         * linespec.c (decode_line_1): Replace call to removed routine above.
1507         * stack.c (print_frame_info_base): Ditto.
1508         * cli/cli-cmds.c (edit_command): Ditto.
1509         (list_command): Ditto.
1510
1511 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1512
1513         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1514         sal.pc and sal.end fields.
1515         (get_current_or_default_source_symtab_and_line): Ditto.
1516         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1517         so we do not cause a new source symtab to be searched for (reverting an
1518         unintentional change from the 2002-09-20 patch).
1519         * scm-lang.c (scm_unpac): Ditto.
1520
1521 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1522
1523         * complaints.c (symfile_explanations): Remove new-line from
1524         ``isolated_message''.
1525         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1526         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1527
1528 2002-09-20  Nick Clifton  <nickc@redhat.com>
1529         
1530         * NEWS: Announce that V850EA ISA is no longer supported.
1531         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1532
1533 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1534
1535         * Makefile.in (c-lang.o): Correct dependencies.
1536         (utils.o): Gather dependencies.
1537         (charset.o): Move.
1538         * c-lang.c: #include "gdb_string.h"
1539
1540 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1541
1542         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1543         * cli/cli-cmds.c (list_command): New function.  Implements the new
1544         cli edit command.
1545         (_init_cli_cmds): Add new command definition.
1546         * gdb.1: Document edit command.
1547         * doc/gdb.texinfo: Document edit command.
1548
1549 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1550
1551         * source.c: Make global variables current_source_symtab and
1552         current_source_line static.
1553         (list_command): Moved to cli/cli-cmds.c.
1554         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1555         (get_first_line_listed): New accessor function.
1556         (get_lines_to_list): New accessor function.
1557         (get_current_source_symtab_and_line): New function. Retrieves the
1558         position in the source code that we consider current.
1559         (get_current_or_default_source_symtab_and_line): New function.
1560         Like the above but attempts to determine a default position if one
1561         is not currently defined.
1562         (set_current_source_symtab_and_line): New function. Sets the source
1563         code position considered current and returns the previously set one.
1564         (clear_current_source_symtab_and_line): Reset stored information about
1565         a current source line.
1566         (_initialize_source): Remove registration for the "list" command and
1567         its alias.
1568         * source.h: Add declarations for the new functions above.
1569         * symtab.h: Remove declarations for the global variables mentioned
1570         above.
1571         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1572         obtain current source line.
1573         * linespec.c (decode_line_1): Ditto.
1574         * macroscope.c (default_macro_scope): Ditto.
1575         * scm-lang.c (scm_unpac): Ditto.
1576         * stack.c (print_frame_info_base): Ditto.
1577         * symfile.c (clear_symtab_users): Ditto.
1578         * symtab.c (decode_line_spec): Ditto.
1579         * cli/cli-cmds.c (list_command): Moved here from source.c.
1580         (ambiguous_line_spec): Moved here from source.c.
1581         (_init_cli_cmds): Add definition for "list" and its alias.
1582         * Makefile.in: Update dependencies.
1583
1584 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1585
1586         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1587         with what gcc thinks is correct.
1588
1589 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1590
1591         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1592         multiple register push instruction.
1593
1594 2002-09-19  Jim Blandy  <jimb@redhat.com>
1595
1596         Add support for distinct host and target character sets.
1597         * charset.c, charset.h: New files.
1598         * c-exp.y: #include "charset.h".
1599         (yylex): Convert character and string literals to the target
1600         character set, before returning them as the semantic value of the
1601         token.
1602         * c-lang.c: #include "charset.h".
1603         (c_emit_char): Use charset-specific methods to recognize
1604         characters with backslash escape forms, to decide which characters
1605         to print literally and which to print using numeric escape
1606         sequences, and to convert target characters to host characters
1607         before printing.
1608         * utils.c: #include "charset.h".
1609         (no_control_char_error): New function.
1610         (parse_escape): Use charset-specific methods to recognize
1611         backslash escapes, parse `control character' notation, and convert
1612         characters from the host character set to the target character set.
1613         * configure.in: Set the default host character set.
1614         Check where to find iconv, and what its argument types might be.
1615         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1616         * Makefile.in (SFILES): List charset.c.
1617         (COMMON_OBS): List charset.o.   
1618         (charset.o): New rule.
1619         (charset_h): New header dependency variable.
1620         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1621         (LIBICONV): New variable, set by configure.
1622         (CLIBS): Include $(LIBICONV) here.
1623         * aclocal.m4, config.in, configure: Regenerated.
1624
1625 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1626
1627         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1628         bison 1.35 warning.
1629
1630 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1631
1632         * gdb_mbuild.sh: New file.
1633
1634 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1635
1636         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1637
1638 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1639
1640         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1641         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1642         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1643         valops.c, value.h: Revert previous change.
1644         
1645 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1646
1647         Preliminary support for Objective-C:
1648         * defs.h (language_objc): New enum value.
1649         (puts_filtered_tabular): Declaration only, exported from utils.c.
1650         (skip_quoted): Delete, declared in completer.h.
1651         * c-exp.y: Include completer.h.
1652         * p-exp.y: Ditto.
1653         * jv-exp.y: Ditto.
1654         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1655         New operator enum values.
1656         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1657         * language.c (binop_result_type): Handle language_objc case.
1658         (integral_type, character_type, string_type, boolean_type,
1659         structured_type, binop_type_check): Ditto.
1660         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1661         (struct objc_specific): Add to general_symbol_info.
1662         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1663         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1664         * parser-defs.h (struct objc_class_str): New struct type.
1665         (start_msglist, end_msglist, add_msglist): Declaration only,
1666         exported from objc-lang.c.
1667         * value.h (value_of_local, value_nsstring, 
1668         call_function_by_hand_expecting_type): Exported from valops.c.
1669         * valops.c (find_function_addr): Export.
1670         (call_function_by_hand_expecting_type): New function.
1671         (value_of_local): New function.
1672         * symfile.c (init_filename_language_table): Add ".m" extension
1673         for Objective-C.
1674         * utils.c (puts_filtered_tabular): New function.
1675         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1676         (set/show demangle): Extend help-string to refer to ObjC.
1677         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1678         * stabsread.c (symbol_reference_defined): Objective-C symbols
1679         may contain colons: make allowances when scanning stabs strings
1680         for colons.
1681         (objc_find_colon): New function.
1682         * printcmd.c (address_info): If language == objc then print
1683         "self" instead of "this".
1684         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1685         OP_NSSTRING, and OP_SELF.
1686         (prefixify_subexp): Ditto.
1687         * source.c (print_source_lines): Mention objc in comment.
1688         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1689         method names.
1690
1691 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1692
1693         * complaints.h: Update copyright.
1694         (struct complaints): Declare.
1695         (struct complaint): Make `message' constant.
1696         (internal_complaint): Declare.
1697         (complaint): Declare.
1698         (complaint_root): Delete declaration.
1699         (symfile_complaints): Delete declaration.
1700         (struct complaints): Add opaque declaration.
1701         (clear_complaints): Add a complaints parameter.
1702         * complaints.c: Update copyright.
1703         (enum complaint_series): Define.
1704         (complaint_root): Delete.
1705         (struct complaints): Define.
1706         (complaint_sentinel, symfile_complaint_book): New variables.
1707         (symfile_explanations, symfile_complaints): New variables.
1708         New variables.
1709         (get_complaints): New function.
1710         (vcomplaint): New function.
1711         (complaint): New function.
1712         (internal_complaint): New function.
1713         (complain): Call vcomplain with symfile_complaint.
1714         (clear_complaints): Rewrite.
1715         (_initialize_complaints): Use add_setshow_command.
1716         * Makefile.in (complaints.o): Update dependencies.
1717         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1718         to call to clear_complaints.
1719         (new_symfile_objfile, reread_symbols): Ditto.
1720         (oldsyms_complaint): Delete.
1721         (empty_symtab_complaint, unknown_option_complaint): Delete.
1722         (free_named_symtabs): Use complaint instead of complain.
1723
1724 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1725
1726         Contributed by Apple Computer, Inc.  Merged with current sources
1727         by Adam Fedor <fedor@doc.com> [cagney].
1728         
1729         * objc-lang.c: First clean-up round: comments, indentation.
1730         * objc-lang.h: Ditto.
1731         * objc-lang.y: Ditto.
1732
1733 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1734
1735         * maint.c (maintenance_internal_error): Print the parameter as the
1736         error message.
1737         (maintenance_internal_warning): New function.
1738         (_initialize_maint_cmds): Add command `maint internal-warning'.
1739
1740         * defs.h (internal_warning, internal_vwarning): Declare.
1741         * utils.c (struct internal_problem): Define.
1742         (internal_vproblem): New function.
1743         (internal_warning): New function.
1744         (internal_vwarning): New function.
1745         (internal_warning_problem, internal_error_problem): New variables.
1746         (internal_verror): Just call internal_vproblem.
1747
1748 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1749
1750         * objc-lang.c: New file, support for Objective-C.
1751         Preliminary check-in, not yet integrated into gdb.
1752         * objc-lang.h: New file.
1753         * objc-exp.y:  New file.
1754
1755 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1756
1757         * infrun.c (signal_stop_update): Convert definition to ISO C.
1758         (signal_print_update): Ditto.
1759         (signal_pass_update): Ditto.
1760         * inflow.c (terminal_save_ours): Ditto.
1761
1762         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1763         comments.
1764         
1765         * config/djgpp/fnchange.lst: Handle name clashes between
1766         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1767         bfd/coff-tic80.c.
1768
1769         * i386-linux-tdep.h: Fix tipo.
1770
1771 2002-09-18  Adam Fedor  <fedor@gnu.org>
1772
1773         * MAINTAINERS: Add myself to the Write After Approval list.
1774
1775 2002-09-18  Jim Blandy  <jimb@redhat.com>
1776
1777         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1778         texthigh and textlow to reader-specific structs caused
1779         objfile_relocate to miss them.  This is fixable, but the work that
1780         the change was supposed to prepare GDB for never got done anyway.
1781
1782 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1783
1784         * MAINTAINERS: Alphabetize Write After Approval list.
1785
1786 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1787
1788         Fix PR gdb/709
1789         * values.c (value_static_field): Call read_var_value.
1790
1791 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1792
1793         * valops.c (hand_function_call): Align the initial stack pointer
1794         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
1795         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1796         return value.
1797         * mips-tdep.c (mips_frame_align): New function.
1798         (mips_gdbarch_init): Set frame_align.
1799         * gdbarch.sh (FRAME_ALIGN): New method.
1800         * gdbarch.h, gdbarch.c: Re-generate.
1801
1802 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
1803
1804         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1805         registers.
1806
1807 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1808
1809         * NEWS: Mention that MIPS $fp behavior changed.
1810         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1811         reference to FP_REGNUM.
1812         (mipsnbsd_cannot_store_register): Ditto.
1813         * mips-linux-nat.c: Update copyright.
1814         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1815         (mips_linux_cannot_store_register): Ditto.
1816         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
1817         * config/mips/tm-mips.h: Update copyright.
1818         (FP_REGNUM): Delete macro.
1819         (MIPS_REGISTER_NAMES): Replace "fp" with "".
1820         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1821         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1822         (mips_r3041_reg_names, mips_r3051_reg_names)
1823         (mips_r3081_reg_names): Replace "fp" with "".
1824         Fix PR gdb/480.
1825
1826 2002-09-17  Theodore A. Roth  <troth@verinet.com>
1827
1828         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
1829         generic_read_register_dummy() (PR gdb/703).
1830         (avr_push_return_address): #if 0 out unused vars.
1831         (avr_gdbarch_init): Enable use of avr_push_return_address().
1832
1833 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1834
1835         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1836         RTE will take care of it.
1837
1838 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1839
1840         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1841         invalid, return SP_REGNUM.
1842
1843 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1844
1845         * mips-tdep.c (mips_pop_frame): Read saved values of floating
1846         point registers without sign extension.
1847
1848 2002-09-17  Andrew Cagney  <cagney@redhat.com>
1849
1850         * blockframe.c (deprecated_read_register_dummy): Rename
1851         generic_read_register_dummy.
1852         * frame.c (frame_unwind_signed_register): New function.
1853         (frame_unwind_unsigned_register): New function.
1854         * frame.h (frame_unwind_signed_register): Declare.
1855         (frame_unwind_unsigned_register): Declare.
1856         (deprecated_read_register_dummy): Rename
1857         generic_read_register_dummy.
1858
1859         * h8300-tdep.c (h8300_frame_chain): Update.
1860         (h8300_frame_saved_pc): Update.
1861         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1862         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1863         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1864         (s390_frame_chain): Update.
1865         * v850-tdep.c (v850_find_callers_reg): Update.
1866         (v850_frame_saved_pc): Update.
1867         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1868         (m32r_find_callers_reg): Update.
1869         (m32r_frame_saved_pc): Update.
1870         * sh-tdep.c (sh_find_callers_reg): Update.
1871         (sh64_get_saved_pr): Update.
1872         (sh_init_extra_frame_info): Update.
1873         (sh_init_extra_frame_info): Update.
1874         (sh64_init_extra_frame_info): Update.
1875         (sh64_init_extra_frame_info): Update.
1876         * mcore-tdep.c (mcore_find_callers_reg): Update.
1877         (mcore_frame_saved_pc): Update.
1878         (mcore_init_extra_frame_info): Update.
1879         * i386-tdep.c (i386_frame_saved_pc): Update.
1880         * ia64-tdep.c (ia64_frame_saved_pc): Update.
1881         (ia64_init_extra_frame_info): Update.
1882         (ia64_init_extra_frame_info): Update.
1883         * d10v-tdep.c (d10v_frame_saved_pc): Update.
1884         * cris-tdep.c (cris_init_extra_frame_info): Update.
1885         * avr-tdep.c (avr_frame_chain): Update.
1886         (avr_init_extra_frame_info): Update.
1887         (avr_frame_saved_pc): Update.
1888         * arm-tdep.c (arm_find_callers_reg): Update.
1889         (arm_init_extra_frame_info): Update.
1890         (arm_frame_saved_pc): Update.
1891
1892 2002-09-17  Tom Tromey  <tromey@redhat.com>
1893
1894         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1895         is "'".
1896
1897 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
1898
1899         * MAINTAINERS: Remove "non multi-arched" text from h8300.
1900         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1901         NEXT_PROLOGUE_INSN.
1902         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1903         NEXT_PROLOGUE_INSN.
1904
1905 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
1906
1907         * osfsolib.c: Remove file, replaced by solib-osf.c.
1908         * Makefile.in: Remove compilation rules for osfsolib.c.
1909
1910 2002-09-16  David Carlton  <carlton@math.stanford.edu>
1911
1912         * cp-valprint.c (cp_print_class_method): Correct args to
1913         check_stub_method_group.
1914
1915 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
1916
1917         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
1918         `set architecture'.  Unify naming convention of functions.
1919         (h8300_skip_prologue): Improve prologue analysis.
1920         (h8300_push_arguments): Rewritten to more closely match GCC's
1921         bizarre argument-passing behavior, along with the comment describing
1922         said behavior.
1923         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1924         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
1925         sim, remote-e7000.c, remote-hms.c and remote.c
1926
1927 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
1928
1929         * i386-tdep.c (gdb_print_insn_i386): Removed.
1930         (i386_print_insn): New function.
1931         (i386_gdbarch_init): Set print_insn to i386_print_insns.
1932         (_initialize_i386_tdep): Don't initialize tm_print_insn and
1933         tm_print_insn_info.
1934
1935 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
1936
1937         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1938         zero.
1939
1940 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
1941
1942         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1943         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
1944         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1945
1946 2002-09-13  Christopher Faylor  <cgf@redhat.com>
1947
1948         * win32-nat.c (child_create_inferior): Honor 'tty' command.
1949
1950 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
1951
1952         * gdbtypes.c (check_stub_method): Make static.
1953         (check_stub_method_group): New function.
1954         * gdbtypes.h: Update prototypes.
1955         * cp-support.c: New file.
1956         * cp-support.h: New file.
1957
1958         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1959         (update_method_name_from_physname): New function.
1960         (read_member_functions): Correct method names for operators
1961         and v3 constructors/destructors.  Separate v2 constructors and
1962         destructors.
1963         * Makefile.in (stabsread.o): Update dependencies.
1964         (SFILES): Add cp-support.c.
1965         (COMMON_OBS): Add cp-support.o.
1966         (cp_support_h, cp-support.o): Add.
1967
1968         * cp-valprint.c (cp_print_class_method): Call
1969         check_stub_method_group instead of check_stub_method.  Remove
1970         extraneous QUITs.
1971         * p-valprint.c (pascal_object_print_class_method): Likewise.
1972         * valops.c (search_struct_method): Likewise.
1973         (find_method_list, value_struct_elt_for_reference): Likewise.
1974
1975 2002-09-13  Andrew Cagney  <cagney@redhat.com>
1976
1977         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1978         * gdbarch.h, gdbarch.c: Regenerate.
1979
1980 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
1981
1982         * frame.c (find_saved_register): Delete function.
1983         * frame.h (find_saved_register): Delete declaration.
1984         Fix PR gdb/631.
1985
1986 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
1987
1988         * mips-tdep.c (read_next_frame_reg): Re-hack using
1989         frame_register_unwind.
1990
1991 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
1992
1993         * mips-tdep.c (mips_get_saved_register): Re-hack using
1994         frame_register_unwind.
1995
1996 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1997
1998         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1999         vector. Will be useful for Interix.  
2000         * gdbarch.h, gdbarch.c: Regenerate.
2001
2002         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2003         name of the malloc function by NAME_OF_MALLOC.
2004
2005 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2006
2007         * value.h (find_function_in_inferior): Add const keyword to
2008         one of the parameters. Allows us to invoke this function with
2009         a const char *.
2010         * valops.c (find_function_in_inferior): Likewise.
2011
2012 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
2013
2014         * exec.c (xfer_memory): Fix compilation warning with old versions
2015         of GCC.
2016         * tracepoint.c (trace_find_tracepoint_command): Likewise.
2017
2018 2002-09-12  David Carlton  <carlton@math.stanford.edu>
2019
2020         * symtab.h: Run through gdb_indent.h.
2021         Add 2002 to Copyright year list.
2022
2023 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
2024
2025         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2026         mach constants.
2027         * MAINTAINERS: Add myself to write after approval list.
2028
2029 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2030
2031         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2032
2033 2002-09-11  J. Brobecker  <brobecker@gnat.com>
2034
2035         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2036         Interix.
2037
2038 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
2039
2040         * procfs.c (do_detach): Clear current signal, not just fault.
2041         Corrects problem with breakpoint trap signal leaking to detached
2042         process on Tru64.
2043
2044 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2045
2046         * buildsym.c (finish_block): Protect against null pointer.
2047
2048 2002-09-10  Andrew Cagney  <cagney@redhat.com>
2049
2050         * infcmd.c (default_print_registers_info): Send all output to
2051         ``file'' instead of ``gdb_stdout''.
2052
2053 2002-09-10  Michael Snyder  <msnyder@redhat.com>
2054
2055         * mips-tdep.c (mips_extract_struct_value_address): Make val a
2056         LONGEST, and use signed register read (addresses are sign-
2057         extended for mips).
2058
2059 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
2060
2061         * event-loop.c (gdb_do_one_event): Make public.
2062         * event-loop.h (gdb_do_one_event): Declare.
2063
2064 2002-09-10  Jeff Law  <law@redhat.com>
2065
2066         * infttrace.c (child_resume): Simplify and rework to avoid
2067         TT_PROC_CONTINUE.
2068
2069 2002-09-09  Fred Fish  <fnf@intrinsity.com>
2070
2071         * printcmd.c (print_scalar_formatted): "len" is the number of
2072         target bytes, NOT the number of target bits.
2073
2074 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
2075
2076         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
2077         * top.c (init_main): Set rl_terminal_name.
2078
2079 2002-09-08  Aidan Skinner <aidan@velvet.net>
2080
2081         * ada-lang.c (ada_array_bound, ada_type_match,
2082         _initialize_ada_language): Fix K&R definitions.
2083         * ada-tasks.c (get_current_task): Fix K&R definitions.
2084         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2085                         
2086 2002-09-07  Christopher Faylor  <cgf@redhat.com>
2087
2088         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2089         Add XP.
2090
2091 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
2092
2093         * i386-tdep.c (i386_register_virtual_type,
2094         i386_register_convertible, i386_register_convert_to_virtual,
2095         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2096         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2097         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
2098         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2099         Don't set push_arguments twice.
2100
2101         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2102         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2103         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2104         sigtramp_end to NULL.
2105         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2106         defines.
2107         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2108
2109         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2110         whitespace.
2111
2112         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2113         * gdbarch.h, gdbarch.c: Re-generate.
2114         * blockframe.c (find_pc_sect_partial_function): Convert to use
2115         SIGTRAMP_START_P predicate.
2116
2117 2002-09-05  Michael Snyder  <msnyder@redhat.com>
2118
2119         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2120         generic_dummy_frame method and old method.  Also distinguish
2121         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2122         (arm_extract_return_value): Use new regcache method.
2123
2124         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2125         adjustment that doesn't conform to the ABI.
2126         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2127         saved regcache, not from current regcache.
2128
2129 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
2130
2131         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
2132         * README: Update.
2133
2134 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
2135
2136         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2137         if arm_apcs_32 is false.
2138
2139 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
2140
2141         GDB 5.3 branch created.
2142
2143 2002-09-03  Theodore A. Roth  <troth@verinet.com>
2144
2145         * gdb/avr-tdep.c (avr_gdbarch_init): Use
2146         generic_unwind_get_saved_register.
2147
2148 2002-09-03  David Carlton  <carlton@math.stanford.edu>
2149
2150         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2151         argument (PR gdb/653).  Update call to smash_to_method_type.
2152         (read_structure_scope): Update call to dwarf2_add_member_fn.
2153
2154 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
2155
2156         * x86-64-linux-tdep.c: Include gdb_string.h
2157         * x86-64-linux-nat.c: Ditto.
2158
2159 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2160
2161         * ada-exp.y (yyname, yyrule): Remap global variables that appear
2162         when YYDEBUG is set to 1.  
2163         * c-exp.y: Likewise.
2164         * f-exp.y: Likewise.
2165         * jv-exp.y: Likewise.
2166         * m2-exp.y: Likewise.
2167         * p-exp.y: Likewise.
2168
2169 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2170
2171         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2172         dependency list.
2173         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2174         solib_svr4_fetch_link_map_offsets to
2175         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2176         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2177         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2178         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2179         solib-svr4.o, and solib-legacy.o.
2180         * config/i386/tm-nbsd.h: Include solib.h.
2181
2182 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2183
2184         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
2185         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
2186         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
2187         comment noting that this needs its own target configuration.
2188         * config/i386/nbsd.mt: New file.
2189         * config/i386/nbsdaout.mt: Remove.
2190         * config/i386/nbsdelf.mt: Ditto.
2191         * config/i386/tm-nbsdaout.h: Ditto. 
2192
2193 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2194
2195         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
2196         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
2197         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2198         tdep->sigtramp_end.
2199         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
2200         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2201         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2202
2203 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
2204
2205         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2206         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2207         * i386-tdep.h (i386bsd_init_abi): New prototype.
2208         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2209         function declaration.
2210         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2211         for NetBSD-a.out or NetBSD-ELF.
2212         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2213         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2214         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2215         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
2216         and nbsd-tdep.h.
2217         (i386nbsd_pc_in_sigtramp): New function.
2218         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2219         i386nbsd_pc_in_sigtramp.
2220         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2221         and i386nbsdelf_init_abi OS ABI handlers.
2222         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2223         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2224
2225 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
2226
2227         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2228         registers if the target really has them.
2229
2230 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2231
2232         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2233         than nbsd-tdep.h.
2234
2235 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2236
2237         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2238         list.
2239         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2240         (alphanbsd_skip_sigtramp_frame): New functions. 
2241         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2242         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
2243         to alphanbsd_sigcontext_addr. 
2244
2245 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
2246
2247         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2248         list.
2249         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
2250         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2251         nbsd_pc_in_sigtramp. 
2252         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2253         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2254         * nbsd-tdep.c: Include gdb_string.h.
2255         (nbsd_pc_in_sigtramp): New function. 
2256         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
2257         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2258         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2259         ppcnbsd_pc_in_sigtramp. 
2260         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2261         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2262         shnbsd_pc_in_sigtramp. 
2263         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2264         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
2265         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2266
2267 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
2268
2269         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2270         watchpoints to NULL.
2271         (insert_breakpoints): set val field of watchpoints if NULL.
2272
2273
2274 2002-08-29  Jim Blandy  <jimb@redhat.com>
2275
2276         * symtab.c (lookup_symbol_aux): In the cases where we find a
2277         minimal symbol of an appropriate name and use its address to
2278         select a symtab to read and search, use `name' (as passed to us)
2279         as the demangled name when searching the symtab's global and
2280         static blocks, not the minsym's name.
2281
2282 2002-08-29  Keith Seitz  <keiths@redhat.com>
2283
2284         * stack.c (print_frame_info_base): Always set current_source_symtab
2285         and current_source_line.
2286
2287 2002-08-29  Donn Terry  <donnte@microsoft.com>
2288
2289         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2290
2291 2002-08-28  Keith Seitz  <keiths@redhat.com>
2292
2293         * stack.c (select_frame): Add FIXME concerning selected-frame
2294         events.
2295         (select_frame_command): Send selected-frame-level-changed
2296         event notification, but only if the level actually changed.
2297         (up_silently_base): Add selected-frame-level-changed event
2298         notification.
2299         (down_silently_base): Likewise.
2300
2301 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
2302
2303         * Makefile.in: Update dependencies for all gdb/*.c files.
2304
2305 2002-08-27  Tom Tromey  <tromey@redhat.com>
2306
2307         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2308         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2309         Update dependencies.
2310         * i387-tdep.c: Include gdb_string.h.
2311         * osabi.c: Likewise.
2312         * i386-linux-nat.c: Likewise.
2313         * lin-lwp.c: Likewise.
2314         * ax-gdb.c: Likewise.
2315         * signals/signals.c: Likewise.
2316         * jv-valprint.c: Likewise.
2317         * p-lang.c: Likewise.
2318         * c-valprint.c: Likewise.
2319         * cp-abi.c: Likewise.
2320
2321 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
2322
2323         * cli/cli-script.h (copy_command_lines): Export.
2324         * breakpoint.c: Include cli/cli-script.h.
2325         * Makefile.in (breakpoint.o): Update dependencies.
2326
2327 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2328
2329         * breakpoint.c (insert_breakpoints): Protect all references
2330         to 'process_warning'.  Shorten long lines.
2331
2332 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
2333
2334         * cli/cli-script.c (copy_command_lines): New function.
2335         * defs.h (copy_command_lines): Export.
2336         * testsuite/gdb.base/commands.exp: New tests for commands
2337         attached to a temporary breakpoint, and for commands that
2338         delete the breakpoint they are attached to.
2339         
2340 2002-08-26  Michael Snyder  <msnyder@redhat.com>
2341
2342         * breakpoint.c (bpstat_stop_status): Instead of copying the 
2343         pointer to the breakpoint commands struct, make a new copy
2344         of the struct and point to that.
2345         (bpstat_clear): Free the commands struct.
2346         (bpstat_clear_actions): Free the commands struct.
2347         (bpstat_do_actions): Free the command actions.  Also execute
2348         the local cleanups, instead of deleting them.
2349         (delete_breakpoint): Leave the commands field of the bpstat
2350         chain alone -- it will be freed later.
2351
2352 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
2353
2354         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2355         deleted in 2002-08-20 commit.  This function is still used by
2356         ppc-linux-nat.c.
2357
2358 2002-08-26  Keith Seitz  <keiths@redhat.com>
2359
2360         * gdb-events.sh: Add selected-frame-level-changed event.
2361         * gdb-events.c: Regenerated.
2362         * gdb-events.h: Regenerated.
2363         
2364 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
2365
2366         Fix PR gdb/393:
2367         * inflow.c (terminal_save_ours): New function to save terminal
2368         settings.
2369         * inferior.h (terminal_save_ours): Declare.
2370         * target.c (debug_to_terminal_save_ours): New function.
2371         (cleanup_target): Defaults to_terminal_save_ours.
2372         (update_current_target): Inherit to_terminal_save_ours.
2373         (setup_target_debug): Set to_terminal_save_ours.
2374         * target.h (target_terminal_save_ours): New to save terminal settings.
2375         (target_ops): New member to_terminal_save_ours.
2376         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2377         * hpux-thread.c (init_hpux_thread_ops): Likewise.
2378         * inftarg.c (init_child_ops): Likewise.
2379         * m3-nat.c (init_m3_ops): Likewise.
2380         * procfs.c (init_procfs_ops): Likewise.
2381         * wince.c (init_child_ops): Likewise.
2382         * win32-nat.c (init_child_ops): Likewise.
2383         * sol-thread.c (init_sol_thread_ops): Likewise.
2384
2385 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
2386
2387         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
2388         use regcache_* functions.
2389         (i386_gdbarch_init): Set store_return_value instead of
2390         deprecated_store_return_value.
2391
2392         * regcache.c (regcache_raw_write_signed,
2393         regcache_raw_write_unsigned): New functions.
2394         * regcache.h (regcache_raw_write_signed,
2395         regcache_raw_write_unsigned): New prototypes.
2396
2397 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2398
2399         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2400         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2401         source file dependencies.  Cleanup corresponding generator rules.
2402
2403 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2404
2405         * regcache.h (register_offset_hack): Declare.
2406         (regcache_cooked_read_using_offset_hack): Declare.
2407         (regcache_cooked_write_using_offset_hack): Declare.
2408
2409         * regcache.c (register_offset_hack): New function.
2410         (regcache_cooked_read_using_offset_hack): New function.
2411         (regcache_cooked_write_using_offset_hack): New function.
2412         (regcache_dump): Check that the registers, according to their
2413         offset, are packed hard against each other.
2414         (cooked_xfer_using_offset_hack): New function.
2415
2416 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2417
2418         * regcache.c (struct regcache_descr): Add field register_type.
2419         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2420         in as a parameter
2421         (init_regcache_descr): Initialize register_type.  Pass the descr
2422         to init_legacy_regcache_descr.  Use register_type instead of
2423         REGISTER_VIRTUAL_TYPE.
2424         (register_type): New function.
2425         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2426         * regcache.h (register_type): Declare.
2427
2428 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2429
2430         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2431         instead of deprecated_store_return_value.  Fix fallout from
2432         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2433
2434 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2435
2436         * regcache.c (max_register_size): New function.
2437         (init_legacy_regcache_descr): Ensure that max_register_size is
2438         large enough for REGISTER_VIRTUAL_SIZE.
2439         * regcache.h (max_register_size): Declare.
2440
2441 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2442
2443         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2444         store_return_value.
2445         (e500_extract_return_value): Change type of valbuf pointer to
2446         void.
2447
2448 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2449
2450         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2451         workaround.
2452
2453         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2454         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2455         long long) to prevent compiler warning on 64-bit systems.
2456
2457 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2458
2459         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2460         (DEPRECATED_STORE_RETURN_VALUE): New method.
2461         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2462         * gdbarch.h, gdbarch.c: Re-generate.
2463
2464         * values.c (set_return_value): Pass current_regcache to
2465         STORE_RETURN_VALUE.
2466         * arch-utils.h (legacy_store_return_value): Declare.
2467         * arch-utils.c (legacy_store_return_value): New function.
2468         (legacy_extract_return_value): Update parameters.
2469
2470         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2471         STORE_RETURN_VALUE.
2472         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2473         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2474         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2475         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2476         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2477         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2478         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2479         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2480         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2481         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2482
2483         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2484         * i386-tdep.c (i386_extract_return_value): Update.
2485         * arch-utils.c (legacy_extract_return_value): Update.
2486         * frv-tdep.c (frv_gdbarch_init): Update.
2487         * cris-tdep.c (cris_gdbarch_init): Update.
2488         * d10v-tdep.c (d10v_gdbarch_init): Update.
2489         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2490         * m68k-tdep.c (m68k_gdbarch_init): Update.
2491         * mcore-tdep.c (mcore_gdbarch_init): Update.
2492         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2493         * s390-tdep.c (s390_gdbarch_init): Update.
2494         * sparc-tdep.c (sparc_gdbarch_init): Update.
2495         * sh-tdep.c (sh_gdbarch_init): Update.
2496         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2497         * v850-tdep.c (v850_gdbarch_init): Update.
2498         * avr-tdep.c (avr_gdbarch_init): Update.
2499         * ia64-tdep.c (ia64_gdbarch_init): Update.
2500         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2501         * vax-tdep.c (vax_gdbarch_init): Update.
2502         * alpha-tdep.c (alpha_gdbarch_init): Update.
2503         * arm-tdep.c (arm_gdbarch_init): Update.
2504         * mips-tdep.c (mips_gdbarch_init): Update.
2505         * i386-tdep.c (i386_gdbarch_init): Update.
2506
2507 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2508
2509         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2510         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2511
2512 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2513
2514         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2515         problems.
2516
2517 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2518
2519         * infrun.c (handle_inferior_event): Move a comment outside of a
2520         function call, in order to avoid indent reformatting this part
2521         of the code in an unreadable way.
2522
2523 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2524
2525         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2526         when breakpoints fail. Move general breakpoint error messages to
2527         insert_breakpoints.  
2528         * breakpoint.c (insert_breakpoints): Change warnings when
2529         breakpoints are nto inserted to specify the type. Remove call to
2530         memory_error when hardware breakpoints can't be inserted. Remove
2531         multiple calls to warning so all messages are sent to the user at
2532         once.
2533         (delete_breakpoints): Make insert error messsages more explicit.
2534
2535 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2536
2537         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2538         gdbserver/ChangeLog.
2539
2540 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2541
2542         * i386-tdep.c: Include "objfiles.h".
2543         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2544         skip_trampoline_code.
2545         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2546         (CPLUS_MARKER): Define to '.'.
2547
2548         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2549         member.
2550         (linux_corefile_thread_callback): Increase args->num_notes.
2551         (linux_make_note_section): Initialize thread_args.num_notes, and
2552         use it to determine whether notes for any threads were created.
2553
2554 2002-08-23  Donn Terry  <donnte@microsoft.com>
2555
2556         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2557         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2558         and PCUNKILL.
2559         (write_with_trace): Conditionalize out the switch branch handling
2560         PCSHOLD if the corresponding macro is not defined. Likewise for
2561         PRSABORT and PRSTOP.
2562         This change will be needed by the Interix port.
2563
2564 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2565
2566         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2567         write_register wherever possible instead of manipulating the
2568         register bytes directly.
2569         Assign VALUE_CONTENTS to a variable and use that.
2570         The GPR numbers are now dependent on the architecture.
2571         
2572 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2573
2574         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2575         ev_offset fields.
2576         (skip_prologue): Add support for BookE/e500 instructions.
2577         (e500_extract_return_value): New function.
2578         (frame_get_saved_regs): Add support for saving ev registers and
2579         pseudo gpr's.
2580         (e500_store_return_value): New function.
2581         (rs6000_gdbarch_init): Move up default intializations of
2582         deprecated_extract_return_value and store_return_value.  Overwrite
2583         init of store_return_value with e500 specific version.
2584         Set extract_return_value for e500.
2585         
2586 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2587
2588         * blockframe.c (generic_call_dummy_register_unwind): Use
2589         regcache_cooked_read to catch cases in which the variable is
2590         stored in a pseudo register.
2591
2592 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2593
2594         * NEWS: Mention that the i960 has been made obsolete.
2595         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2596         i960-tdep.c
2597         (remote-nrom.o): Obsolete target.
2598         (remote-nindy.o, i960-tdep.o): Ditto.
2599         * remote-nrom.c: Make file obsolete.
2600         * remote-nindy.c, remote-vx960.c: Ditto.
2601         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2602         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2603         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2604         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2605         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2606         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2607         i960-*-vxworks* obsolete.
2608         * MAINTAINERS: Note that the i960 is obsolete.
2609
2610 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2611
2612         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2613         detach to allow reinitialization.
2614
2615 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2616
2617         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2618         attempt).
2619
2620 2002-08-22  Jim Blandy  <jimb@redhat.com>
2621
2622         * coffread.c (coff_symfile_read): Don't try to read the line
2623         number table from disk if the image file doesn't have a symbol
2624         table; we'll never actually look at the info anyway, and Windows
2625         ships DLL's with bogus file offsets for the line number data.
2626
2627 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2628
2629         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2630         an e500 executable.
2631
2632 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2633
2634         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2635         (MSYMBOL_SIZE): Replace macro with function.
2636         (DEFAULT_MIPS_TYPE): Delete unused macro.
2637         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2638         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2639
2640 2002-08-21  Jim Blandy  <jimb@redhat.com>
2641
2642         * valops.c (value_cast): Simplify and correct logic for doing a
2643         static cast from a pointer to a base class to a pointer to a
2644         derived class.
2645
2646 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2647
2648         * infcmd.c (default_print_registers_info): Replace
2649         do_registers_info.
2650         (registers_info): Use gdbarch_print_registers_info instead of
2651         DO_REGISTERS_INFO.
2652         * inferior.h (default_print_registers_info): Replace
2653         do_registers_info.
2654         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2655         (DO_REGISTERS_INFO): Change to a predicate function.
2656         * gdbarch.h, gdbarch.c: Regenerate.
2657         
2658 2002-08-21  Keith Seitz  <keiths@redhat.com>
2659
2660         * gdb-events.sh: Add target-changed event.
2661         * gdb-events.c: Regenerated.
2662         * gdb-events.c: Regenerated.
2663         * valops.c (value_assign): Add target-changed event notification
2664         to inlval_register, lval_memory, and lval_reg_frame_relative.
2665
2666 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2667
2668         * NEWS: Add an entry regarding the improvement of the next/step
2669         operation on Alpha Tru64 multi-processor machines.
2670
2671 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2672
2673         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2674         directores.
2675         * Makefile.in: Update all _h macro definitions.
2676         * Makefile.in (install-gdbtk): Move to install section.
2677         (rdi-share/libangsd.a): Move to end of file.
2678
2679 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2680
2681         * frame.c (frame_register_unwind): When a register, set addrp to
2682         the register's byte.
2683
2684 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2685
2686         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2687         used locally, so move them from the target machine header to here.
2688         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2689         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2690         Make static.
2691         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2692
2693 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2694
2695         * NEWS: Mention that the Apollo line was made obsolete.
2696         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2697         m68*-hp-hpux* obsolete.
2698         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2699         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2700         * buildsym.c (make_blockvector): Make static.
2701         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2702         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2703         (ALLDEPFILES): Remove dstread.c.
2704         (dstread.o): Obsolete make rule.
2705         * dstread.c: Makefile obsolete.
2706         * dst.h: Ditto.
2707         * config/m68k/hp300hpux.mt: Ditto.
2708         * config/m68k/hp300hpux.mh: Ditto.
2709         * config/m68k/hp300bsd.mt: Ditto.
2710         * config/m68k/hp300bsd.mh: Ditto.
2711         * config/m68k/apollo68b.mt: Ditto.
2712         * config/m68k/apollo68v.mh: Ditto.
2713         * config/m68k/apollo68b.mh: Ditto.
2714
2715 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2716
2717         * mips-tdep.c (mips_in_return_stub): Make static.
2718         (mips_gdbarch_init): Set in_solib_return_trampoline.
2719         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2720
2721 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2722
2723         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2724         * gdbarch.c, gdbarch.h: Regenerate.
2725         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2726         Add.
2727         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2728
2729 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2730
2731         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2732         (mips_gdbarch_init): Set skip_trampoline_code, 
2733         in_solib_call_trampoline.
2734         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2735         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2736
2737 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2738
2739         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2740
2741         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2742         vector type for ev registers.
2743         (e500_pseudo_register_read): New function.
2744         (e500_pseudo_register_write): New function.
2745         (e500_dwarf2_reg_to_regnum): New function.
2746         (PPC_UISA_NOFP_SPRS): New macro.
2747         (PPC_EV_REGS): New macro.
2748         (PPC_GPRS_PSEUDO_REGS): New macro.
2749         (registers_e500): New register set for e500.
2750         (variants): Add e500 variant.
2751         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2752         before setting architectural dependent variations.  Initialize ev
2753         registers numbers.  Add case for e500 architecture.  Set the
2754         number of pseudo registers.
2755
2756 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2757
2758         * rs6000-tdep.c: Clean up comments.
2759
2760 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2761
2762         * h8300-tdep.c: Re-indent file.
2763
2764 2002-08-20  Jim Blandy  <jimb@redhat.com>
2765
2766         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2767         default for this.
2768
2769 2002-08-20  Keith Seitz  <keiths@redhat.com>
2770
2771         * breakpoints.c (watch_command_1): Use internal breakpoint
2772         when setting a watchpoint_scope breakpoint.
2773
2774 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2775
2776         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2777         (build_builtin_type_vec64i): Ditto.
2778         (build_builtin_type_vec128): Ditto.
2779         (build_builtin_type_vec128i): Ditto.
2780
2781 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2782
2783         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2784         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2785         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2786         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2787         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2788         CALL_DUMMY_ADDRESS): Delete.
2789         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2790         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2791         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
2792         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
2793         push_return_address.
2794         (mips_register_raw_size, mips_eabi_use_struct_convention, 
2795         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2796         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2797         mips_init_extra_frame_info, mips_eabi_push_arguments, 
2798         mips_n32n64_push_arguments, mips_push_return_address,
2799         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2800         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2801
2802 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2803
2804         * mips-tdep.c (mips_frame_num_args): New function.
2805         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2806         frame_saved_pc, frame_args_address, frame_locals_address, 
2807         frame_num_args, and frame_args_skip.
2808         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2809         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
2810         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2811         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2812
2813 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2814
2815         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2816         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2817         * mips-tdep.c (mips_store_struct_return): New function.
2818         (mips_extract_struct_value_address): New function.
2819         (mips_gdbarch_init): Set store_struct_return and
2820         extract_struct_value_address.
2821
2822 2002-08-20  David Carlton  <carlton@math.stanford.edu>
2823
2824         * dwarf2read.c (dwarf2_build_psymtabs): Check that
2825         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2826         (read_file_scope): Check that line_header is nonzero before
2827         decoding macro information.
2828
2829 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
2830
2831         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2832         flag the general-purpose registers as floating-point on targets
2833         that don't support the floating-point registers.
2834
2835 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2836
2837         * rs6000-tdep.c (altivec_register_p): Delete.
2838         (rs6000_do_altivec_registers): Delete.
2839         (rs6000_altivec_registers_info): Delete.
2840         (rs6000_do_registers_info): Delete.
2841         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2842         (rs6000_gdbarch_init): Remove setting of do_registers_info.
2843
2844 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2845
2846         * infcmd.c (do_registers_info): Print vector registers in hex
2847         format only.
2848         (print_vector_info): Check that printing registers
2849         makes sense.
2850         (print_float_info): Ditto.
2851
2852 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2853
2854         * mips-tdep.c (mips_gdbarch_init): Update.
2855         (mips_o32_extract_return_value): Rewrite.
2856         (mips_o32_store_return_value): Rewrite.
2857         (mips_o32_xfer_return_value): New function.
2858         (mips_xfer_register): Tweak debug print message.  Allow for
2859         buf_offset when dumping the value transfered.
2860
2861 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2862
2863         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2864         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2865         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2866         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2867         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2868
2869 2002-08-14  Michael Snyder  <msnyder@redhat.com>
2870
2871         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2872
2873 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2874
2875         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2876         register.
2877         (P): New macro to define a register as a pseudo register.
2878         (R, R4, R8, R16, FR32, R64, R0): Updated.
2879         (struct variant): Add new fields for number of pseudo registers
2880         and number of total registers.
2881         (tot_num_registers): New macro replacing....
2882         (num_registers): ...deleted macro.
2883         (num_registers): New function.
2884         (num_pseudo_registers): New function.
2885         (variants): Update all variants to intialize new fields correctly.
2886         Postpone initialization of number of pseudo regs and real regs.
2887         (init_variants): New function.
2888         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
2889         registers offsets.
2890
2891 2002-08-19  David Carlton  <carlton@math.stanford.edu>
2892
2893         * valops.c (search_struct_field): Change error message to treat
2894         return value of 0 from value_static_field as meaning that field is
2895         optimized out.
2896         (value_struct_elt_for_reference): Ditto.
2897         * values.c (value_static_field): Treat an unresolved location the
2898         same as a nonexistent symbol.  Fix PR gdb/635.
2899         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2900         enclosed.  Fix PR gdb/574.
2901         * MAINTAINERS: Add self to Write After Approval list.
2902
2903 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2904
2905         * mips-tdep.c (mips_xfer_register): New function.
2906         (mips_n32n64_extract_return_value): Rewrite.
2907         (mips_gdbarch_init): For N32 and N64, set extract_return_value
2908         instead of deprecated_extract_return_value.
2909
2910 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2911
2912         * rs6000-tdep.c (TDEP): Delete macro.
2913         (branch_dest): Replace use of TDEP macro with its body.
2914         (rs6000_pop_frame): Ditto.
2915         (rs6000_push_arguments): Ditto.
2916         (rs6000_skip_trampoline_code): Ditto.
2917         (rs6000_frame_saved_pc): Ditto.
2918         (rs6000_frame_chain): Ditto.
2919         (rs6000_register_name): Ditto.
2920         (rs6000_register_byte): Ditto.
2921         (rs6000_register_raw_size): Ditto.
2922         (rs6000_register_virtual_type): Ditto.
2923         (rs6000_register_convertible): Ditto.
2924         (rs6000_convert_from_func_ptr_addr): Ditto.
2925
2926 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
2927
2928         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2929         conditionally.
2930         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2931         MIPS_LINUX_JB_ELEMENT_SIZE.
2932         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2933         for MAX_REGISTER_RAW_SIZE arrays.
2934         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2935         MIPS_LINUX_JB_ELEMENT_SIZE.
2936
2937 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2938
2939         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2940
2941 2002-08-19  Aidan Skinner <aidan@velvet.net>
2942
2943         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2944         ada-valprint.c ada-tasks.c.
2945         (YYFILES): Add ada-exp.y.
2946         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2947         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2948         (ada-exp.tab.o): New target.
2949                 
2950 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2951
2952         * regcache.c (regcache_xfer_part): New function.
2953         (regcache_raw_read_part): New function.
2954         (regcache_raw_write_part): New function.
2955         (regcache_cooked_read_part): New function.
2956         (regcache_cooked_write_part): New function.
2957         * regcache.h (regcache_raw_read_part): Declare.
2958         (regcache_raw_write_part): Declare.
2959         (regcache_cooked_read_part): Declare.
2960         (regcache_cooked_write_part): Declare.
2961
2962 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
2963
2964         * remote.c (remote_open_1): Add async_p.
2965         (remote_async_open_1): Delete.
2966         (open_remote_target): Delete.
2967         (remote_open, extended_remote_open): Update calls to remote_open_1.
2968         (remote_async_open, extended_remote_async_open): Call
2969         remote_open_1 instead of remote_async_open_1.
2970
2971 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2972
2973         * blockframe.c: Fix a few coding standard violations.
2974
2975 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2976
2977         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2978         here from ...
2979         * config/i386/tm-i386sco5.h: ... here.  File removed.
2980         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2981
2982         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2983         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2984         (TM_FILE): Set to tm-i386.h.
2985         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2986         * config/i386/tm-i386v.h: Remove file.
2987         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2988         instead of "i386/tm-i386v.h".
2989         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2990         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2991         "i386/tm-i386v.h".
2992         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2993         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2994         "i386/tm-i386.h".
2995
2996 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2997
2998         * config/i386/nm-i386v.h: Add protection against
2999         multiple-inclusion.
3000         (i386_register_u_addr): Remove prototype.
3001         (register_u_addr): New prototype.
3002         (REGISTER_U_ADDR): Redefine accordingly.
3003         * i386v-nat.c: Improve several comments.
3004         (i386_register_u_addr): Change signature and rename to
3005         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
3006         ubase variable.
3007
3008 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3009
3010         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3011         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3012         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3013         deprecated_extract_return_value.
3014         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3015         rename mips_o32o64_push_arguments.
3016         (mips_gdbarch_init): Update.
3017         (mips_extract_return_value): Delete.
3018         (mips_o32_extract_return_value): Clone mips_extract_return_value.
3019         (mips_o64_extract_return_value): Clone mips_extract_return_value.
3020         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3021         (mips_n32n64_extract_return_value): Clone
3022         mips_extract_return_value.
3023         (mips_store_return_value): Delete.
3024         (mips_o32_store_return_value): Clone mips_store_return_value.
3025         (mips_o64_store_return_value): Clone mips_store_return_value.
3026         (mips_eabi_store_return_value): Clone mips_store_return_value.
3027         (mips_n32n64_store_return_value): Clone mips_store_return_value.
3028
3029 2002-08-18  Aidan Skinner <aidan@velvet.net>
3030
3031         * ada-lang.c: Use gdb_string.h instead of <string.h>.
3032         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3033                 
3034 2002-08-18  Aidan Skinner <aidan@velvet.net>
3035
3036         * ada-lang.c: Run through gdb_indent.sh.
3037         * ada-lang.h: Run through gdb_indent.sh.
3038         * ada-tasks.c: Run through gdb_indent.sh.
3039         * ada-typeprint.c: Run through gdb_indent.sh.
3040         * ada-valprint.c: Run through gdb_indent.sh.
3041
3042 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3043
3044         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3045         ABI.
3046
3047 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3048
3049         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3050
3051         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3052         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3053
3054         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3055         write_register_gen instead of write_register_bytes.
3056
3057         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3058         i[3456]-*-osf1mk* configurations have been made obsolete.
3059         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3060         i[3456]86-*-osf1mk* hosts obsolete.
3061         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3062         targets obsolete.
3063         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3064         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3065         config/i386/i386m3.mt, config/i386/nm-m3.h,
3066         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3067         config/i386/i386mk.mh, config/i386/i386mk.mt,
3068         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3069         obsolete.
3070         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3071         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3072         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3073
3074 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3075
3076         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3077         (hppa_value_returned_from_stack): Declare.
3078         (hppa_extract_return_value): Declare.
3079         * config/pa/hppa.mt: New file.
3080         * configure.tgt: Recognize hppa*-*-*.
3081         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
3082
3083 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
3084
3085         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3086         comment.
3087
3088 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
3089
3090         * top.c (gdb_rl_operate_and_get_next): Make sure
3091         operate-and-get-next functions correctly even when the history
3092         list is completely filled.
3093
3094 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
3095
3096         * MAINTAINERS (Target Instruction Set Architectures): Rename
3097         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
3098         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
3099         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
3100         already listed under Host/Native.
3101
3102         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3103         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
3104         mips*-*-*.
3105
3106 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
3107
3108         * config/ia64/ia64.mt: New file.
3109         * config/alpha/alpha.mt: New file.
3110         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3111         ia64-linux-gnu.  Mention that ia64-elf is broken.
3112         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3113
3114 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
3115
3116         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3117         generic_func_frame_valid instead of func_frame_valid.
3118
3119 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3120
3121         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3122         procfs appears to be broken when debugging on multi-processor
3123         machines. So enable software single stepping in order to avoid
3124         using the procfs interface to do next/step operations, using
3125         internal breakpoints instead.
3126
3127         * infrun.c (handle_inferior_event): Readjust the stop_pc by
3128         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3129         make this pc address equal to the value it would have if the
3130         system stepping capability was used. Also set a new flag used
3131         to ensure that we don't readjust the PC one more time later.
3132
3133         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3134         address by DECR_PC_AFTER_BREAK when software single step is
3135         in use for this architecture, as this has already been taken
3136         care of in handle_inferior_event().
3137
3138 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3139
3140         * infrun.c (handle_inferior_event): Minor reformatting, to make
3141         a rather long condition expression easier to read.
3142
3143 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3144
3145         * Makefile.in (gdbtk.o): Move to end of file.
3146         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3147         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3148         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3149         (gdbtk-wrapper.o, gdbres.o): Ditto.
3150
3151 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3152
3153         * Makefile.in (copying.o): Separate out compile rule.
3154         (hpux-thread.o, procfs.o, signals.o): Ditto.
3155         (v850ice.o, z8k-tdep.o): Ditto.
3156         (tui-file.o): Move to TUI section.
3157         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3158         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3159
3160 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3161
3162         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3163         skip_trampoline_code, for better namespace-proofing.   
3164
3165         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3166
3167 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3168
3169         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3170
3171 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
3172
3173         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3174         signal, check whether we hit a breakpoint before checking for a
3175         single step breakpoint. Otherwise, GDB fails to notice that a
3176         breakpoint has been hit when stepping onto a breakpoint.
3177
3178 2002-08-16  Keith Seitz  <keiths@redhat.com>
3179
3180         * gdb-events.sh (clear_gdb_event_hooks): New function.
3181         * gdb-events.c: Regenerate.
3182         * gdb-events.h: Regenerate.
3183
3184 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
3185
3186         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3187         not_a_sw_breakpoint.
3188         * breakpoint.h (bpstat_stop_status): Add parameter names.
3189
3190 2002-08-16  Grace Sainsbury  <graces@redhat.com>
3191
3192         * remote.c (remote_insert_hw_breakpoint)
3193         (remote_remove_hw_breakpoint): Fix calculation of length field
3194         for Z-packet.
3195
3196 2002-08-15  Michael Snyder  <msnyder@redhat.com>
3197
3198         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3199         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3200         (supply_fpregset): Ditto.
3201         
3202         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
3203         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
3204         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3205         (TARGET_READ_SP): Delete.
3206         (DO_REGISTERS_INFO): Delete.
3207         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3208         Delete.
3209         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3210         from macros to functions.
3211
3212         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3213         (mips_register_convertible, mips_register_convert_to_virtual,
3214         mips_register_convert_to_raw): Make static.
3215         (mips_read_sp): New function.
3216         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3217         (mips_do_registers_info): Make static.
3218         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3219         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3220         (mips_register_convert_from_type, mips_register_convert_to_type):
3221         New functions.
3222         (mips_gdbarch_init): Set up function_start_offset, 
3223         register_virtual_size, pc_in_sigtramp.
3224
3225 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3226
3227         * infcmd.c (vector_info): New function.
3228         (_initialize_infcmd): Add command "info vector".
3229         (print_vector_info): New function.
3230
3231         * gdbarch.sh (PRINT_VECTOR_INFO): New method
3232         * gdbarch.h, gdbarch.c: Regenerate.
3233
3234 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3235
3236         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3237         ``print_all''.  Only print vector registers when ``print_all''.
3238
3239 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
3240
3241         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3242         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3243
3244         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3245         Add `args' parameter.
3246         * gdbarch.h, gdbarch.c: Regenerate.
3247         
3248         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3249         
3250         * infcmd.c (float_info): Call print_float_info.
3251         (print_float_info): New function.  By default, print the
3252         floating-point registers.
3253
3254         * arch-utils.h (default_print_float_info): Delete declaration.
3255         * arch-utils.c (default_print_float_info): Delete function.
3256         
3257 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
3258
3259         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3260         out define.
3261
3262         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3263         FRAME.
3264
3265         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3266         * configure.host: Make i[3456]86-*-aix host obsolete.
3267         * configure.tgt: Make i[3456]86-*-aix target obsolete.
3268         * config/i386/i386aix.mh, config/i386/i386aix.mt,
3269         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3270         config/i386/xm-i386aix.h: Make files obsolete.
3271         * i386aix-nat.c: Make file obsolete.
3272         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3273         (i386aix-nat.o): Make target obsolete.
3274
3275         * config/i386/nm-gnu.h: Removed.
3276         * config/i386/nm-i386gnu.h: New file.
3277         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3278         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3279         Moved here from ...
3280         * config/i386/tm-i386gnu.h: ... here.  Removed.
3281         * config/i386/xm-i386gnu.h: Removed.
3282         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3283         (NAT_FILE): Set to nm-i386gnu.h.
3284         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3285         * i386-tdep.c: New file.
3286         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3287         (i386gnu-tdep.o): Specify dependencies.
3288
3289 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
3290
3291         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3292         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3293         Adjust a few comments to reflect reality a bit closer.
3294         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3295         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3296         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3297         target_insert_watchpoint, target_remove_watchpoint):
3298         Move defines to ...
3299         * config/i386/nm-i386sco5.h: ... here.
3300         (kernel_u_size): Add prototype.  Improve a few comments and add
3301         protection against multiple inclusion.
3302         
3303         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3304         out define.
3305
3306         * uw-thread.c (SP_ARG0): Define if not already defined.
3307         * config/i386/tm-i386.h (SO_ARG0): Remove define.
3308
3309         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3310
3311         * config/i386/tm-i386.h: Don't include "regcache.h".
3312
3313         * i387-tdep.h (i387_print_float_info): New prototype.
3314         * i387-tdep.c (print_i387_value, print_i387_ext,
3315         print_i387_status_word, print_i387_control_word): Add `struct
3316         ui_file *' argument and use it for output.
3317         (i387_print_float_info): Renamed from i387_float_info.  Add
3318         `struct gdbarch *' and `struct ui_file *' arguments and use the
3319         latter for output.
3320         * i386-tdep.c: Include "i387-tdep.h".
3321         (i386_gdbarch_init): Set print_float_info.
3322         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3323         (FLOAT_INFO): Remove define.
3324
3325 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3326
3327         * mips-tdep.c (mips_push_arguments): Rename to
3328         mips_eabi_push_arguments, and tune for EABI.
3329         (MIPS_REGS_HAVE_HOME_P): Delete.
3330         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3331         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3332         Delete references to mips_regs_have_home_p.
3333
3334 2002-08-14  Keith Seitz  <keiths@redhat.com>
3335
3336         * Makefile.in (install-gdbtk): Create insight plugin directory.
3337         Install plugins.tcl file.
3338
3339 2002-08-14  Keith Seitz  <keiths@redhat.com>
3340
3341         * configure.in: Move SUBDIRS to near top of the file so that
3342         --enable options may add things to it.
3343         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3344         * configure: Regenerate.
3345
3346 2002-08-13  Michael Snyder  <msnyder@redhat.com>
3347
3348         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
3349         cloned from mips_push_arguments, tuned for o32/o64 ABI.
3350         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3351
3352 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
3353
3354         * vax-tdep.c (vax_get_saved_register): Delete function.
3355         (vax_gdbarch_init): Update.
3356         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3357         (ns32k_gdbarch_init): Update.
3358         * alpha-tdep.c (alpha_get_saved_register): Delete function.
3359         (alpha_gdbarch_init): Update.
3360
3361 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3362
3363         * regcache.c (init_regcache_descr): Overallocate the
3364         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3365         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3366         nr_raw_registers.
3367         (set_register_cached): Add range checking assertions.  Use
3368         current_regcache.
3369
3370 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
3371
3372         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3373         numbers for MMX registers.
3374
3375 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3376
3377         * i386-tdep.c (i386_gdbarch_init): Use
3378         generic_unwind_get_saved_register.
3379
3380 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
3381
3382         * procfs.c (procfs_can_use_hw_breakpoint): New function.
3383         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3384         target vector.
3385         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3386         Delete.  Add comment regarding this now-deleted target method.
3387
3388 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3389
3390         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3391         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3392         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3393         real PC and the page number (if it's within the memory bank window).
3394         (m68hc11_pseudo_register_write): Likewise when saving.
3395         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3396         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3397         (m68hc11_register_raw_size): And use 32-bit for it.
3398         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3399         16K memory bank is used by the prog; also use the virtual pc.
3400
3401 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3402
3403         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3404         (m68hc11_gdbarch_init): Install it in gdbarch.
3405         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3406         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3407         (MSYMBOL_SIZE): New for documentation.
3408         (insn_return_kind): Enum to specify how a function returns.
3409         (frame_extra_info): Cleanup and record the return mode.
3410         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
3411         register in address computation.
3412         (m68hc11_get_return_insn): New to obtain the return instruction used
3413         by the function.
3414         (m68hc11_frame_init_saved_regs): Take into account the return
3415         instruction used by the function for far and interrupt functions.
3416         (m68hc11_init_extra_frame_info): Take into account page register.
3417         (m68hc11_frame_args_address): Adjust according to the return mode.
3418         (show_regs): Print page register only when it's used.
3419
3420 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3421
3422         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3423         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3424         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3425         registers.
3426         (m68hc11_register_raw_size): Likewise.
3427
3428 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3429
3430         * i386-tdep.c (i386_register_name): Handle mmx registers.
3431         (mmx_regnum_p): New function.
3432         (i386_mmx_names): New array.
3433         (mmx_num_regs): New variable.
3434         (i386_pseudo_register_read): New function.
3435         (i386_pseudo_register_write): New function.
3436         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3437
3438         * regcache.c (regcache_raw_read_unsigned): New function.
3439         (regcache_raw_read_signed): New function.
3440         * regcache.h (regcache_raw_read_unsigned): Declare.
3441         (regcache_raw_read_signed): Declare.
3442
3443 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3444
3445         * regcache.c (regcache_raw_read_as_address): Delete function.
3446         (regcache_cooked_read_signed): New function.
3447         (regcache_cooked_read_unsigned): New function.
3448         * regcache.h (regcache_cooked_read_signed): Declare.
3449         (regcache_cooked_read_unsigned): Declare.
3450         (regcache_raw_read_as_address): Delete declaration.
3451
3452         * blockframe.c (generic_read_register_dummy): Use
3453         regcache_cooked_read_unsigned.
3454         * i386-tdep.c (i386_extract_struct_value_address): Use
3455         regcache_cooked_read_unsigned.
3456
3457 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3458
3459         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3460         double sizes according to ELF ABI flags.
3461         (gdbarch_tdep): Record elf_flags.
3462
3463 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3464
3465         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3466         (m6812_prolog): They can appear in 68HC12 function prologue.
3467         (m68hc11_frame_chain): Cleanup.
3468
3469 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3470
3471         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3472         declarations.
3473         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3474         (i386_linux_register_raw_size): Delete function.
3475         (i386_linux_init_abi): Update.
3476         * i386-tdep.c (i386_register_raw_size): Delete function.
3477         (i386_register_byte): Delete function.
3478         (i386_gdbarch_init): Update.
3479         (i386_register_size): Delete array.
3480         (i386_register_offset): Delete array.
3481
3482         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3483         (REGISTER_RAW_SIZE): Delete macro.
3484         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3485         (REGISTER_BYTE): Delete macro.
3486
3487 2002-08-11  Aidan Skinner <aidan@velvet.net>
3488
3489         * ada-lang.c (ada_lookup_partial_symbol)
3490         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3491         prototype names so that grep ^func works properly.
3492
3493         * ada-lang.c (ada_array_element_type)
3494         (ada_lookup_partial_symbol): Fix typos in parameter list.
3495
3496         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3497         Fix prototype names so that grep ^func works properly.
3498         
3499 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3500             Elena Zannoni  <ezannoni@redhat.com>
3501             Martin M. Hunt  <hunt@redhat.com>
3502
3503         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3504         (build_builtin_type_vec128i): Set the vector bit.
3505         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3506         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3507         (build_builtin_type_vec64): New function.
3508         (build_builtin_type_vec64i): New function.
3509         (build_gdbtypes): Initialize builtin_type_vec64 and
3510         builtin_type_vec64i.
3511
3512 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3513
3514         * regcache.c (regcache_dump): Compare the register offset
3515         with REGISTER_BYTE.
3516         * arch-utils.c (generic_register_byte): New function.
3517         * arch-utils.h (generic_register_byte): Declare.
3518         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3519         * gdbarch.h, gdbarch.c: Regenerate.
3520
3521 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3522
3523         * regcache.c: Include "gdbcmd.h"
3524         (_initialize_regcache): Add commands "maintenance print
3525         registers", "maintenance print raw-registers" and "maintenance
3526         print cooked-registers".
3527         (enum regcache_dump_what): Define.
3528         (dump_endian_bytes): New function.
3529         (regcache_dump): New function.
3530         (regcache_print): New function.
3531         (maintenance_print_registers): New function.
3532         (maintenance_print_raw_registers): New function.
3533         (maintenance_print_cooked_registers): New function.
3534         * Makefile.in (regcache.o): Update dependencies.
3535
3536 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3537
3538         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3539         (mips_push_arguments): Correct some comments.  Use paddr_nz
3540         for printing addresses in debug output.  Replace static
3541         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3542         (mips_n32n64_push_arguments): New function, cloned from
3543         mips_push_arguments and tuned for the n32/n64 ABI.
3544         (mips_push_register): Buffer needs dynamic allocation.
3545         (mips_print_register): Ditto.
3546         (do_gp_register_row): Ditto.
3547         (mips_store_return_value): Ditto.
3548         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3549
3550 2002-08-09  Don Howard  <dhoward@redhat.com>
3551
3552         * memattr.c (mem_info_command): Print special case of upper bound
3553         as max CORE_ADDR + 1.
3554
3555 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3556
3557         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3558         returns structs by ref if they're too big to fit in two registers.
3559
3560 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3561
3562         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3563         saved regs value.
3564         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3565         mips_find_saved_regs().
3566         (mips_pop_frame): Likewise.
3567
3568 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3569
3570         * blockframe.c (frame_saved_regs_register_unwind): Revise
3571         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3572         frames are in use.
3573
3574 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3575         
3576         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3577         T-packets; the 'a' is not taken as a register number.
3578         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3579         (remote_stopped_data_address): New functions; add to target
3580         vector.
3581         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3582         prototypes to match other implementations of this
3583         function. replace integer argument with pointer -- the length
3584         field in the Z-packet is the length of what is pointed to or 1 if
3585         pointer is null. Add to target vector.
3586         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3587         target vector.
3588
3589         From Mark Salter:
3590         * remote.c (remote_wait): Add support to extract optional
3591         watchpoint information from T-packet. Ignore unrecognized
3592         optional info in T-packet.
3593         (remote_async_wait): Ditto.
3594
3595 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3596
3597         * cli/cli-dump.c: Change fopen modes to use binary open modes
3598         as defined in include/fopen-bin.h throughout.
3599
3600 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3601
3602         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3603
3604 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3605
3606         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3607         assertion failure by returning early after a warning.
3608
3609 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3610
3611         * mips-tdep.c (mips_find_saved_regs): Make static.
3612         (mips_frame_init_saved_regs): New function.
3613         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3614         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3615         (mips_find_saved_regs): Delete declaration.
3616
3617 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3618
3619         * remote.c (remote_wait, remote_async_wait): Change
3620         thread_num from int to ULONGEST.
3621         (unpack_varlen_hex): Change result parameter from
3622         int * to ULONGEST *.
3623
3624 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3625
3626         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3627         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3628         powerpc*-*-*.
3629         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3630
3631 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3632
3633         * gcore.c (override_derive_stack_segment): Delete variable.
3634         (preempt_derive_stack_segment): Delete function.
3635         (derive_stack_segment): Delete function.
3636         (default_derive_stack_segment): Renamed to derive_stack_segment.
3637         (override_derive_heap_segment): Delete variable.
3638         (preempt_derive_heap_segment): Delete function.
3639         (derive_heap_segment): Delete function.
3640         (default_derive_heap_segment): Rename to derive_heap_segment.
3641
3642 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3643
3644         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3645         * mips-tdep.c (mips_EABI_use_struct_convention, 
3646         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3647         New functions.  (mips_use_struct_convention): Delete.
3648         (mips_gdbarch_init): set use_gdbarch_convention.
3649
3650 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3651
3652         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3653         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3654         mips_o32_reg_struct_has_addr): New functions.
3655         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3656
3657 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3658
3659         * regcache.c (pseudo_register): Delete function.
3660         (fetch_register): Delete function.
3661         (store_register): Delete function.
3662         (regcache_raw_read, legacy_read_register_gen): Use
3663         target_fetch_registers instead of fetch_register.
3664         (legacy_write_register_gen, regcache_raw_write): Use
3665         target_store_register instead of store_register.
3666         (write_register_bytes): Ditto.
3667
3668         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3669         (STORE_PSEUDO_REGISTER): Delete.
3670         * gdbarch.h, gdbarch.c: Regenerate.
3671
3672 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3673
3674         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3675         write dump file binary.
3676
3677 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3678
3679         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3680         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3681         (mips_gdbarch_init): Set N32 target to be mips64.
3682
3683 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3684
3685         * frame.c (find_saved_register): Break out of loop once saved
3686         register address is found.  Don't mention sparc in loop comment
3687         anymore.
3688
3689 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3690
3691         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3692         mips_default_saved_regsize to 8.
3693
3694 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3695
3696         * gcore.c: Do not include <sys/procfs.h>.
3697         * Makefile.in (gcore.o): Update dependencies.
3698
3699 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3700
3701         * configure.tgt: Make arc-*-* obsolete.
3702         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3703         * MAINTAINERS: Make arc-elf obsolete.
3704         * arc-tdep.c: Make file obsolete.
3705         * config/arc/arc.mt: Ditto.
3706         * config/arc/tm-arc.h: Ditto.
3707
3708 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3709
3710         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3711
3712 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3713
3714         * mcore-tdep.c (mcore_gdbarch_init): Use
3715         generic_unwind_get_saved_register instead of
3716         generic_get_saved_register.
3717         * v850-tdep.c (v850_gdbarch_init): Ditto.
3718         * frv-tdep.c (frv_gdbarch_init): Ditto.
3719         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3720         * s390-tdep.c (s390_gdbarch_init): Ditto.
3721         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3722         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3723         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3724
3725 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3726
3727         * objfiles.h: Add missing #include "symfile.h"
3728
3729         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3730
3731 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3732
3733         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3734         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3735         of FIELD_BITSIZE.
3736
3737 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3738
3739         * NEWS: Cleanup and nitpick.
3740
3741 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3742
3743         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3744
3745 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3746
3747         * Makefile.in (gdbtk-bp.o): Update dependencies.
3748         (gdbtk-register.o): Ditto.
3749         (gdbtk-varobj.o): Ditto.
3750
3751 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3752
3753         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3754         m68hc11_fetch_pseudo_register.
3755         (m68hc11_pseudo_register_write): Replace
3756         m68hc11_store_pseudo_register.
3757         (m68hc11_gdbarch_init): Update.
3758
3759 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3760
3761         * gdbarch.sh: Include "gdb_string.h".
3762         * gdbarch.c: Regenerate.
3763
3764         * regcache.c: Include "gdb_string.h".
3765         * ax-general.c: Ditto.
3766         * varobj.c: Ditto.
3767         * std-regs.c: Ditto.
3768         * fbsd-proc.c: Ditto.
3769         * thread.c: Ditto.
3770
3771         * Makefile.in (regcache.o): Update dependencies.
3772         (thread.o, gdbarch.o): Ditto.
3773         (ax-general.o, gdbarch.o): Ditto.
3774         (varobj.o, std-regs.o): Ditto.
3775         (fbsd-proc.o): Specify dependencies.
3776
3777 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3778
3779         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3780         regnum.
3781         (regcache_cooked_write): Ditto.
3782
3783 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3784
3785         * regcache.c (regcache_cooked_read): New function.
3786         (regcache_cooked_write): New function.
3787         (read_register_gen): Rewrite using regcache_cooked_read.
3788         (write_register_gen): Rewrite using regcache_cooked_write.
3789
3790         * regcache.h (regcache_cooked_read, regcache_cooked_write):
3791         Declare.
3792
3793 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3794
3795         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3796         Replace the architecture methods register_read and register_write.
3797         * gdbarch.h, gdbarch.c: Regenerate.
3798         * regcache.c (init_regcache_descr): Update.
3799         (read_register_gen): Update.
3800         (write_register_gen): Update.
3801         (supply_register): Update comment.
3802
3803         * sh-tdep.c (sh_gdbarch_init): Update.
3804         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3805         `regcache' and `gdbarch' parameters.  Make `buffer' a void
3806         pointer.  Update code.
3807         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3808         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
3809         void pointer.  Update code.
3810         (sh64_register_write): Delete.
3811         (sh4_register_read): Delete.
3812         (sh64_register_read): Delete.
3813         (sh4_register_write): Delete.
3814         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3815         void pointer, `to' parameter a void pointer.
3816         (sh_sh64_register_convert_to_raw): Ditto.
3817
3818 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3819
3820         * mips-tdep.c (mips_register_virtual_type): Use architecture
3821         invariant return values.
3822
3823 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3824
3825         * linux-proc.c: Include "gdb_string.h".
3826         * Makefile.in (linux-proc.o): Update dependency list.
3827
3828 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3829
3830         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
3831         comment.
3832
3833 2002-08-01  Grace Sainsbury  <graces@redhat.com>
3834
3835         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3836         to_insert_watchpoint, to_remove_watchpoint,
3837         to_stopped_by_watchpoint, to_stopped_data_address,
3838         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3839         target vecctor. Define their corresponding macros so they call
3840         them.
3841         
3842         * target.c: Add default and debug versions of for
3843         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3844         to_insert_watchpoint, to_remove_watchpoint,
3845         to_stopped_by_watchpoint, to_stopped_data_address,
3846         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3847
3848 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3849
3850         * mips-tdep.c (mips_register_virtual_type): New function.
3851         (mips_gdbarch_init): Register mips_register_virtual_type()
3852         with gdbarch machinery.
3853         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3854         this file instead of tm-bigmips.h.
3855         (MIPS_REGSIZE): Delete this macro.
3856         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
3857         multiarch version in mips-tdep.c will be found.
3858
3859 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3860
3861         * NEWS: Menion that CHILL has been made obsolete.
3862
3863         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3864         * stabsread.c (read_range_type): Ditto.
3865         * gdbtypes.h: Ditto.
3866         * language.c (binop_type_check): Ditto.
3867         (binop_result_type): Ditto.
3868         (integral_type): Ditto.
3869         (character_type): Ditto.
3870         (string_type): Ditto.
3871         (boolean_type): Ditto.
3872         (structured_type): Ditto.
3873         (lang_bool_type): Ditto.
3874         (binop_type_check): Ditto.
3875         * language.h (_LANG_chill): Ditto.
3876         * dwarfread.c (set_cu_language): Ditto.
3877         * dwarfread.c (CHILL_PRODUCER): Ditto.
3878         * dwarfread.c (handle_producer): Ditto.
3879         * expression.h (enum exp_opcode): Ditto.
3880         * eval.c: Ditto for comments.
3881         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3882         * expprint.c (print_subexp): Ditto.
3883         (print_subexp): Ditto.
3884         * valops.c (value_cast): Ditto.
3885         (search_struct_field): Ditto.
3886         * value.h (COERCE_VARYING_ARRAY): Ditto.
3887         * symfile.c (init_filename_language_table): Ditto.
3888         (add_psymbol_with_dem_name_to_list): Ditto.
3889         * valarith.c (value_binop): Ditto.
3890         (value_neg): Ditto.
3891         * valops.c (value_slice): Ditto.
3892         * symtab.h (union language_specific): Ditto.
3893         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3894         (SYMBOL_DEMANGLED_NAME): Ditto.
3895         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3896         * defs.h (enum language): Ditto.
3897         * symtab.c (got_symtab): Ditto.
3898         * utils.c (fprintf_symbol_filtered): Ditto.
3899
3900         * ch-typeprint.c: Make file obsolete.
3901         * ch-valprint.c: Make file obsolete.
3902         * ch-lang.h: Make file obsolete.
3903         * ch-exp.c: Make file obsolete.
3904         * ch-lang.c: Make file obsolete.
3905
3906         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3907         CHILL_LIB.
3908         (TARGET_FLAGS_TO_PASS): Ditto.
3909         (CHILLFLAGS): Obsolete.
3910         (CHILL): Obsolete.
3911         (CHILL_FOR_TARGET): Obsolete.
3912         (CHILL_LIB): Obsolete.
3913         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3914         ch-valprint.c.
3915         (HFILES_NO_SRCDIR): Remove ch-lang.h.
3916         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3917         ch-lang.o.
3918         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3919         targets.
3920
3921 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
3922
3923         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3924         This does not change anything at the moment, but will be helpful
3925         later when full Ada support is integrated.
3926
3927 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3928
3929         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3930         help message.
3931
3932 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3933
3934         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3935         and save it in a local variable.  Use variable in later test.
3936
3937 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3938
3939         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3940         test.  (Thanks to Daniel Jacobowitz.)
3941         
3942 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3943
3944         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3945         (mips_abi_strings): Add "n64".
3946         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
3947
3948 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3949
3950         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3951         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3952
3953 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3954
3955         * utils.c (host_pointer_to_address, address_to_host_pointer):
3956         Use gdb_assert() instead of explicit call to internal_error().
3957
3958 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
3959
3960         * Makefile.in (rs6000-nat.o): Update dependencies.
3961
3962         From Nicholas Duffek:
3963         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3964         (aix-thread.o): New rule.
3965         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3966         * config/powerpc/aix432.mh: New file.
3967
3968 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3969
3970         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3971         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3972         (fetch_core_registers, ppc_linux_supply_gregset)
3973         (ppc_linux_supply_fpregset): New functions.
3974         (ppc_linux_regset_core_fns): New.
3975         (_initialize_ppc_linux_tdep): Call add_core_fns.
3976         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3977         and ppc_linux_supply_gregset.
3978         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3979         (supply_fpregset): Call ppc_linux_supply_fpregset.
3980         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3981         corelow.o.
3982         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3983
3984 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3985
3986         * symtab.c (lookup_symbol): Demangle before lowercasing.
3987
3988 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
3989
3990         * symtab.h: Replace #include "gdb_obstack.h" with opaque
3991         declaration.
3992         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3993         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3994         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3995         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3996         "gdb_string.h".
3997         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3998         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3999         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4000         (avr-tdep.o, mon960-rom.o): Ditto.
4001         (aout_stabs_gnu_h): Define.
4002         (symtab_h): Remove $(gdb_obstack_h).
4003
4004 2002-07-30  Jim Blandy  <jimb@redhat.com>
4005
4006         Patch from David Carlton <carlton@math.stanford.edu>:
4007         * gdbinit.in: Move the `dir' commands that add GDB's own source
4008         directory to the search path to the end, so that the `gdb' source
4009         directory will be searched first.
4010
4011 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4012
4013         * gdb_obstack.h: New file.
4014         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4015         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4016         * objfiles.h: Include "gdb_obstack.h".
4017         * Makefile.in (gdb_obstack_h): Define.
4018         (symtab_h): Add $(gdb_obstack_h).
4019         (objfiles_h): Add $(gdb_obstack_h).
4020         
4021         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4022         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4023         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4024         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4025         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4026         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4027         * symfile.c, coffread.c, c-typeprint.c: Ditto.
4028         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4029
4030         * Makefile.in (bcache.o): Update dependencies.
4031         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4032         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4033         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4034         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4035         (stabsread.o, symfile.o, symmisc.o): Ditto.
4036         (symtab.o, typeprint.o, macroexp.o): Ditto.
4037         (macrotab.o, mdebugread.o): Ditto.
4038         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4039         (coff_ecoff_h, aout_aout64_h): Define.
4040         (aout_stabs_gnu_h, libaout_h): Define.
4041
4042 2002-07-29  Andrew Cagney  <cagney@redhat.com>
4043
4044         * regcache.c (struct regcache_descr): Rename nr_registers to
4045         nr_cooked_registers.  Revise comments describing the structure
4046         member fields.
4047         (init_regcache_descr): Update.
4048         (init_legacy_regcache_descr): Update.
4049         (read_register_gen, write_register_gen): When a cooked register in
4050         the raw register range, directly access the value from the raw
4051         register cache.
4052
4053 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
4054
4055         * z8k-tdep.c: Do not include "obstack.h".
4056         * h8300-tdep.c, h8500-tdep.c: Ditto.
4057         * m68hc11-tdep.c, sh-tdep.c: Ditto.
4058         * valprint.c, v850-tdep.c: Ditto.
4059         * d10v-tdep.c, mn10300-tdep.c: Ditto.
4060         * mn10200-tdep.c: Ditto.
4061
4062         * Makefile.in (z8k-tdep.o): Update dependencies.
4063         (m68hc11-tdep.o, valprint.o): Ditto.
4064         (v850-tdep.o, d10v-tdep.o): Ditto.
4065         (mn10300-tdep.o, sparc-tdep.o): Ditto.
4066         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4067         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4068         (sh_opc_h, gdb_sim_sh_h): Define.
4069         (elf_sh_h, elf_bfd_h): Define.
4070         (opcode_m68hc11_h): Define.
4071         (OPCODES_SRC, OPCODES_DIR): define.
4072         (OPCODES): Use $(OPCODES_DIR).
4073         (gdb_sim_d10v_h): Rename sim_d10v_h.
4074         (gdb_sim_arm_h): Rename sim_arm_h.
4075
4076 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4077
4078         * utils.c (host_pointer_to_address, address_to_host_pointer):
4079         Change internal_error() message to indicate function responsible
4080         for the error.
4081
4082 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4083
4084         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4085         calls to local_hex_string_custom().
4086
4087 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4088
4089         * irix5-nat.c: Move IRIX shared library support from here...
4090         * solib-irix.c: ...to here.  Revised substantially to work with
4091         generic solib framework.
4092
4093         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4094         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4095         * mips-irix-tdep.c: New file.
4096
4097         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4098         (mips-irix-tdep.o, solib-irix.o): New rules.
4099         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4100         solib-irix.o.
4101         * config/mips/irix6.mt (TDEPFILES): Likewise.
4102         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4103
4104 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4105
4106         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4107         disabled (via ``#if 0'') includes.
4108
4109 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4110
4111         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4112         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4113         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4114         Add support for the fpscr register.
4115         * rs6000-nat.c (regmap, fetch_inferior_registers)
4116         (store_inferior_registers, fetch_core_registers): Likewise.
4117
4118 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
4119
4120         * rs6000-nat.c (language.h): Include.
4121         (special_regs): Delete this array.
4122         (regmap): New function.
4123         (fetch_register, store_register):  Use regmap() to map gdb
4124         register numbers to ptrace register numbers.  Also, use
4125         outputs from regmap() to make decisions regarding type of
4126         ptrace() call to make.  In particular, don't compare against
4127         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4128         (fetch_inferior_registers, store_inferior_registers): Where
4129         possible, obtain register numbers from tdep struct.  Don't
4130         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4131         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4132         (LAST_UISA_SP_REGNUM): Delete.
4133         
4134 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
4135
4136         * rs6000-nat.c (ppc-tdep.h): Include.
4137         (fetch_registers, store_register, fetch_core_registers): Don't
4138         access registers[] directly.  Instead, use supply_register() or
4139         regcache_collect() as appropriate.
4140         (find_toc_address): Format hex address with local_hex_string().
4141
4142 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
4143
4144         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4145         bfd/elf32-frv.c.
4146
4147 2002-07-24  Tom Tromey  <tromey@redhat.com>
4148
4149         * jv-exp.y: Marked all strings with _().
4150         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4151         internal_error.
4152         (MethodInvocation, CastExpression, parse_number, yyerror,
4153         java_type_from_name, push_expression_name, yylex): Typo fixes.
4154
4155 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
4156
4157         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4158         (tee_file_flush, tee_file_write, tee_file_fputs)
4159         (tee_file_isatty): New.
4160         * ui-file.h (tee_file_new): Add prototype.
4161
4162 2002-07-24  Aidan Skinner <aidan@velvet.net>
4163
4164         * ada-lang.c: Change k&r style function definitions to prototyped
4165         form.
4166         * ada-typeprint.c: Change k&r style function definitions to prototyped
4167         form.
4168         * ada-valprint.c: Change k&r style function definitions to prototyped
4169         form.
4170         
4171 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4172
4173         * README: Remove reference to remote-bug.
4174         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4175         remote-bug.c.
4176         (m88k-nat.o): Delete rule.
4177         (m88k-tdep.o): Delete rule.
4178         (remote-bug.o): Delete rule.
4179         * MAINTAINERS: Mark as obsolete.
4180         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4181         * m88k-tdep.c: Make file obsolete.
4182         * config/m88k/m88k.mh: Ditto.
4183         * config/m88k/delta88v4.mh: Ditto.
4184         * config/m88k/delta88v4.mt: Ditto.
4185         * config/m88k/delta88.mt: Ditto.
4186         * config/m88k/delta88.mh: Ditto.
4187         * remote-bug.c: Ditto.
4188         * config/m88k/tm-delta88.h: Ditto.
4189         * config/m88k/nm-delta88v4.h: Ditto.
4190         * config/m88k/xm-delta88.h: Ditto.
4191         * config/m88k/xm-dgux.h: Ditto.
4192         * config/m88k/tm-m88k.h: Ditto.
4193         * config/m88k/nm-m88k.h: Ditto.
4194         * config/m88k/tm-delta88v4.h: Ditto.
4195         * m88k-nat.c: Ditto.
4196         * cxux-nat.c: Ditto.
4197         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4198         and m88*-*-* obsolete.
4199         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4200         m88*-*-* obsolete.
4201
4202 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4203
4204         * findvar.c (extract_unsigned_integer): Make `addr' parameter
4205         constant.  Same for local pointer variables.
4206         (extract_signed_integer): Ditto.
4207         * defs.h (extract_unsigned_integer): Update.
4208         (extract_signed_integer): Update.
4209
4210 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4211
4212         * regcache.c (regcache_raw_write): Change buf parameter to a
4213         constant void pointer.
4214         (regcache_raw_read): Change buf parameter to a void pointer.
4215         (legacy_write_register_gen): Change myaddr parameter a constant
4216         void pointer.
4217         (supply_register): Change val parameter to a const void pointer.
4218         * regcache.h (regcache_raw_write): Update declaration.
4219         (regcache_raw_read): Update declaration.
4220         (supply_register): Update declaration.
4221
4222 2002-07-24  Tom Tromey  <tromey@redhat.com>
4223
4224         * defs.h (gdb_readline_wrapper): Declare.
4225         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4226         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4227         * top.c (gdb_readline_wrapper): New function.
4228         (command_line_input): Use it.
4229
4230 2002-07-24  Andrew Cagney  <cagney@redhat.com>
4231
4232         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4233         regcache_read and regcache_write.
4234         (regcache_raw_read_as_address): Replace regcache_read_as_address.
4235         * regcache.c: Update.
4236         * sh-tdep.c (sh64_push_arguments): Update comment.
4237         (sh_pseudo_register_read): Update.
4238         (sh_pseudo_register_write): Update.
4239         (sh4_register_read): Update.
4240         (sh4_register_write): Update.
4241         (sh64_pseudo_register_read): Update.
4242         (sh64_pseudo_register_write): Update.
4243         (sh64_register_read): Update.
4244         (sh64_register_write): Update.
4245         * i386-tdep.c (i386_extract_return_value): Update.
4246         (i386_extract_struct_value_address): Update.
4247         (i386_extract_return_value): Update.
4248         * blockframe.c (generic_read_register_dummy): Update.
4249         (generic_call_dummy_register_unwind): Update
4250         * infrun.c (write_inferior_status_register): Update.
4251
4252 2002-07-23  Jim Blandy  <jimb@redhat.com>
4253
4254         * parser-defs.h (expression_context_pc): Make this extern.
4255         (Thanks to Michael Snyder.)
4256
4257 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
4258
4259         GDB 5.2.1 released from 5.2 branch.
4260         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4261         * README: Update to mention 5.2.1.
4262
4263 2002-07-23  Mark Salter  <msalter@redhat.com>
4264
4265         * remote.c (remote_read_bytes): Fix check for error.
4266
4267 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4268
4269         * aix-thread.c (language.h): Include.
4270         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4271         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4272         Print newlines at end of debug messages.
4273         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4274         (pdc_write_data): Use local_hex_string() instead of %llx formats.
4275
4276 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4277
4278         * aix-thread.c (ppc-tdep.h): Include.
4279         (special_register_p): New function.
4280         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4281         (store_regs_user_thread): Use register number information from
4282         gdbarch_tdep struct instead of hardcoded offsets relative to
4283         FIRST_UISA_SP_REGNUM.
4284         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
4285         special_register_p() instead of using FPLAST_REGNUM and
4286         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4287         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
4288         will be MQ's register number.
4289
4290 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4291
4292         * aix-thread.c (ops): Rename to aix_thread_ops.
4293         (base_ops): Rename to base_target.
4294         (ops_attach): Rename to aix_thread_attach.
4295         (ops_detach): Rename to aix_thread_detach.
4296         (ops_resume): Rename to aix_thread_detach.
4297         (ops_wait):   Rename to aix_thread_wait.
4298         (ops_kill):   Rename to aix_thread_kill.
4299         (init_ops):   Rename to init_aix_thread_ops.
4300         (ops_fetch_register): Rename to aix_thread_fetch_register.
4301         (ops_store_register): Rename to aix_thread_store_register.
4302         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4303         (ops_thread_alive):   Rename to aix_thread_thread_alive.
4304         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4305         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
4306         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4307         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
4308         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4309         (store_regs_lib):  Rename to store_regs_user_thread.
4310         (store_regs_kern): Rename to store_regs_kernel_thread.
4311
4312 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4313
4314         * aix-thread.c (ops_prepare_to_store): Eliminate.
4315         (init_ops): Don't initialize ops.prepare_to_store.
4316         (store_regs_kern): Pre-fetch register buffers from child, 
4317         because some registers may not be in the cache.  Copy
4318         regs from register cache only if they are cached.
4319         (store_regs_lib): Copy regs from register cache only
4320         if they are cached.
4321         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4322         fill_gprs64): Ditto.
4323
4324 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
4325
4326         * aix-thread.c (gdb_assert.h): Include.
4327         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4328         register sizes (from register cache) match size of buffer holding
4329         register data.
4330         (fill_sprs32): Change parameter types to match those in the ptrace()
4331         buffer.
4332         (store_regs_lib): Likewise, but for 32-bit temporary variables.
4333         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4334
4335 2002-07-22  Michael Snyder  <msnyder@redhat.com>
4336
4337         * aix-thread.c (supply_sprs64): Cosmetic change.
4338         (supply_sprs32): Cosmetic change.
4339         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4340         (fill_sprs64): Use regcache_collect instead of read_register.
4341         (store_regs_lib): Use regcache_collect instead of 
4342         read_register.  Use fill_sprs32 instead of fill_sprs64,
4343         if debugging a 32-bit architecture.
4344         (store_regs_kern): Use fill_gprs64 etc. to pull the values
4345         out of the register cache, instead of passing a pointer into
4346         the register cache directly to ptrace.  Use regcache_collect
4347         insteaad of read_register.
4348         (ops_prepare_to_store): Use target_read_registers instead
4349         of read_register_bytes.
4350
4351 2002-07-20  Aidan Skinner <aidan@velvet.net>
4352
4353         * MAINTAINERS: Add self under write after approval. 
4354                 
4355 2002-07-20  Aidan Skinner <aidan@velvet.net>
4356
4357         * ada-tasks.c: Change k&r style function definitions to prototyped
4358         form.
4359                 
4360 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
4361
4362         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4363         * x86-64-tdep.c: Include "objfiles.h".
4364         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4365         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4366
4367 2002-07-17  Michal Ludvig  <michal@suse.cz>
4368
4369         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4370         (update_context): Initialise cfa variable.
4371
4372 2002-07-17  Michael Snyder  <msnyder@redhat.com>
4373
4374         * aix-thread.c: Shorten some long lines.  
4375         Bring comments into line with code spec.
4376
4377 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4378
4379         * infrun.c: Re-indent using gdb_indent.sh.
4380
4381 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
4382
4383         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4384         Leave the indentation temporarily untouched, to minimize the diffs.
4385
4386 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
4387
4388         * stabsread.c: Make os9k sections of the code obsolete,
4389         for real this time.
4390         * stabsread.h: Make os9k sections of the code obsolete.
4391
4392 2002-07-18  Michal Ludvig <mludvig@suse.cz>
4393
4394         * linux-low.c (regsets_store_inferior_registers): Add free()
4395         at the end of a loop to prevent memory leak.
4396         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4397         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4398         * config/sparc/tm-sp64linux.h: Make the rest of #endif
4399         line a comment.
4400         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4401
4402 2002-07-17  Jim Blandy  <jimb@redhat.com>
4403
4404         * macrocmd.c (info_macro_command): Remove newline from error
4405         message.
4406
4407 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
4408
4409         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4410         (sh_gdbarch_init): Use it for sh-dsp.
4411
4412 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
4413
4414         * dwarf2read.c (read_initial_length): Handle older, non-standard,
4415         64-bit DWARF2 format.
4416
4417 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
4418
4419         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4420         <sys/proc.h> when not available.
4421
4422 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4423
4424         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4425         * stabsread.c: Make os9k sections of the code obsolete.
4426         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4427         * config/i386/i386os9k.mt: Make file obsolete.
4428         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4429         (COMMON_OBS): Remove os9kread.o
4430         (SFILES): Remove os9kread.c.
4431         (os9kread.o, remote-os9k.o): Make target obsolete.
4432         * remote-os9k.c: Make file obsolete.
4433         * os9kread.c: Make file obsolete.
4434         * Makefile.in
4435
4436 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4437
4438         * NEWS: Mention that the FR30 has been made obsolete.
4439         * fr30-tdep.c: Make file obsolete.
4440         * config/fr30/tm-fr30.h: Ditto.
4441         * config/fr30/fr30.mt: Ditto.
4442         * configure.tgt: Make fr30-*-elf obsolete.
4443         * MAINTAINERS: Make fr30-elf obsolete.
4444
4445 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4446
4447         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4448         found is not inside a section.
4449
4450 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4451
4452         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4453         strerror().
4454         (pdc_realloc): Use xrealloc() instead of realloc().
4455
4456 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4457
4458         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4459         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4460         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4461         macros.
4462
4463 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4464
4465         * aix-thread.c (ptrace_check): Eliminate goto.
4466         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4467         problem.
4468
4469 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4470
4471         * aix-thread.c (gdbcmd.h): Include.
4472         (DEBUG, DBG, DBG2, dbg): Eliminate.
4473         (debug_aix_thread): New static global.
4474         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4475         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4476         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4477         invocations to DBG and DBG2 macros to test against
4478         ``debug_aix_thread'' and call fprintf_unfiltered().
4479         (_initialize_aix_thread): Add new command "set debug aix-thread".
4480
4481 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4482
4483         From Gerhard Tonn <TON@de.ibm.com>:
4484         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4485         instead of supply_register.
4486
4487 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4488
4489         * dwarf2cfi.c: Include "gdb_assert.h".
4490         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4491         non-NULL.
4492         (update_context): Do not use __func__.  Add missing ``break''.
4493         (update_context): Do not use __func__.
4494
4495 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4496
4497         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4498         and its setting.  Set gdbarch instruction printing functions
4499         directly.  For non-rs6000 case use new function
4500         gdb_print_insn_powerpc.
4501         (gdb_print_insn_powerpc): New function.
4502
4503 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4504
4505         * NEWS: Mention that the d30v has been marked obsolete.
4506         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4507         * configure.tgt: Mark d30v-*-* as obsolete.
4508         * d30v-tdep.c: Mark file as obsolete.
4509         * config/d30v/d30v.mt: Ditto.
4510         * config/d30v/tm-d30v.h: Ditto.
4511
4512 2002-07-13  Aidan Skinner <aidan@velvet.net>
4513
4514         * ada-tasks.c (add_task_entry): replace calls to
4515         malloc() with xmalloc
4516         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4517         
4518         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4519         ada_finish_decode_line_1, all_sals_for_line
4520         ada_breakpoint_rewrite): replace calls to free() with xfree()
4521                 
4522 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4523
4524         From Nicholas Duffek (with minor changes by Martin Hunt, 
4525         Louis Hamilton, and Kevin Buettner):
4526         * aix-thread.c: New file.
4527
4528 2002-07-12  Petr Sorfa <petrs@caldera.com>
4529
4530         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4531         complaint for invalid attribute class or form.
4532         (read_func_scope): DW_AT_frame_base
4533         better handling of DW_AT_block*.
4534         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4535         better handling of DW_AT_block*.
4536         (read_common_block): DW_AT_location
4537         better handling of DW_AT_block*.
4538         (read_partial_die): DW_AT_location better handling
4539         of DW_AT_block*.
4540         (new_symbol): DW_AT_external better handling of
4541         DW_AT_block*. Proper initialization of variable
4542         "addr".
4543         (attr_form_is_block): New function that returns true
4544         if the attribute's form is of DW_FORM_block*.
4545
4546 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4547
4548         * valops.c (find_method_list): Remove comment about
4549         removed STATIC_MEMFUNCP argument.
4550         (value_find_oload_method_list): Likewise.
4551
4552 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4553
4554         From Nicholas Duffek:
4555         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4556         target_new_objfile_hook.
4557
4558 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4559
4560         From Nicholas Duffek:
4561         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4562         csect.
4563
4564 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4565
4566         * MAINTAINERS: Mention --enable-sim-build-warnings.
4567         (m68hc11-elf): Disable sim build warnings.
4568         (m32r-elf): Mark as broken obsolete candidate.
4569         (x86_64-linux-gnu): Mark as buildable with -Werror.
4570         (arm-elf): Change -w to ``,'' which enables warnings but not
4571         -Werror.
4572
4573 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4574
4575         * bcache.h: Update copyright.
4576         (struct bstring, struct bcache): Move definition to "bcache.c".
4577         Replaced by opaque declaration.
4578         (bcache_xfree): Replace free_bcache.
4579         (bcache_xmalloc, bcache_memory_used): Declare.
4580         
4581         * bcache.c: Update copyright.
4582         (struct bstring, struct bcache): Moved to here from "bcache.h".
4583         Update comments.
4584         (bcache_xmalloc, bcache_memory_used): New functions.
4585         (bcache_xfree): Replace function free_bcache.
4586         
4587         * Makefile.in (objfiles.o): Add $(bcache_h).
4588         (objfiles_h): Remove $(bcache_h).
4589         (symfile.o): Add $(bcache_h).
4590
4591         * symmisc.c: Update copyright.
4592         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4593         (print_objfile_statistics): Use bcache_memory_used.
4594
4595         * symfile.c: Include "bcache.h".
4596         (reread_symbols): Use bcache_xfree.
4597         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4598         (add_psymbol_to_list): Pass psymbol_cache by value.
4599         (add_psymbol_with_dem_name_to_list): Ditto.
4600
4601         * objfiles.h: Update copyright.
4602         (struct bcache): Declare opaque.  Do not include "bcache.h".
4603         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4604         bcache'' pointers.
4605         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4606
4607         * objfiles.c: Include "bcache.h".  Update copyright.
4608         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4609         macro_cache.
4610         (free_objfile): Use bcache_xfree.
4611
4612 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4613
4614         * monitor.c (monitor_fetch_register): Make name a constant.
4615         (monitor_store_register): Same.
4616
4617 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4618
4619         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4620         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4621         (finish_block) For non-function blocks, hash the symbol table.  For
4622         function blocks, mark the symbol table as unhashed.
4623         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4624         (msymbol_hash_iw): Likewise.
4625         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4626         value.
4627         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4628         (lookup_minimal_symbol): Likewise for both.
4629         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4630         hashtable.
4631         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4632         (ALL_BLOCK_SYMBOLS): Update.
4633         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4634         (struct symbol): Add `hash_next' pointer.
4635         * symtab.c (lookup_block_symbol): Search using the hash table when
4636         possible.
4637         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4638         (search_symbols, find_addr_symbol): Likewise.
4639
4640         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4641         (read_dst_symtab): Likewise.
4642         * jv-lang.c (get_java_class_symtab): Likewise.
4643         * mdebugread.c: Include "gdb_assert.h".
4644         (shrink_block): Assert that the block being modified is not hashed.
4645         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4646         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4647         symbols.
4648         (dump_symtab): Recognize hashed blocks.
4649         * printcmd.c (print_frame_args):  Assert that function blocks do not
4650         have hashed symbol tables.
4651         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4652         (fill_in_ada_prototype, debug_print_block): Likewise.
4653         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4654
4655 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4656
4657         * stack.c (print_frame): Use result of frame_address_in_block()
4658         instead of fi->pc when evaluating symbols.
4659         (backtrace_command_1): Ditto.
4660
4661 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4662
4663         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4664         Make static.
4665
4666         * arm-tdep.c (arm_register_name): Make return type constant.
4667
4668 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4669
4670         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4671         prototype.
4672         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4673         * s390-tdep.c (s390_fp_regnum): Ditto.
4674         (s390_read_fp): Ditto.
4675         (s390_pop_frame): Ditto.
4676         (_initialize_s390_tdep): Ditto.
4677         * remote.c (get_remote_state): Ditto.
4678         * procfs.c (mappingflags): Ditto.
4679         * memattr.c (_initialize_mem): Ditto.
4680         * mcore-tdep.c (mcore_pop_frame): Ditto.
4681         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4682         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4683         * language.c (set_case_str): Ditto.
4684         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4685         * frv-tdep.c (new_variant): Ditto.
4686         (frv_stopped_data_address): Ditto.
4687         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4688         (context_alloc): Ditto.
4689         (frame_state_alloc): Ditto.
4690         (unwind_tmp_obstack_init): Ditto.
4691         (unwind_tmp_obstack_free): Ditto.
4692         (cfi_read_fp): Ditto.
4693         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4694         (cris_pop_frame): Ditto.
4695         * c-lang.c (scanning_macro_expansion): Ditto.
4696         (finished_macro_expansion): Ditto.
4697         (c_preprocess_and_parse): Ditto.
4698         * gdbarch.sh: Ditto.
4699         * gdbarch.h, gdbarch.c: Regenerate.
4700         * config/mn10200/tm-mn10200.h: Adjust indentation.
4701         * target.c: Adjust indentation.
4702         * symtab.h: Adjust indentation.
4703         * stabsread.h: Adjust indentation.
4704         * remote-es.c: Adjust indentation.
4705         * os9kread.c: Adjust indentation.
4706
4707 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4708         
4709         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4710         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4711
4712 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4713         
4714         * NEWS: Mention m68k, mcore multi-arching.  
4715         * MAINTAINERS: Change status of m68k, mcore to reflect
4716         multi-arching.
4717
4718 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4719
4720         * valops.c (find_overload_match): Free oload_syms.
4721
4722 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4723
4724         Define HAVE_SYS_PROC_H if sys/proc.h exists
4725         * configure.in: Add check for sys/proc.h
4726         * config.in: Regenerate.
4727         * configure: Regenerate.
4728
4729 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4730
4731         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4732         #if !GDB_MULTI_ARCH. 
4733
4734 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4735
4736         * config.in, configure: Regenerate.
4737
4738 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4739
4740         * dwarf2cfi.c: Include "gcore.h".
4741         (execute_stack_op): Fix implementation of the
4742         DW_OP_deref and DW_OP_deref_size operators by letting do their
4743         lookup in the target.
4744
4745 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4746
4747         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4748         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4749         tdep->sc_sp_offset.
4750
4751 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4752
4753         Fix PR gdb/595, gdb/602
4754         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4755         Don't call value_cast, just read the vtable pointer; update comments
4756         to match.
4757
4758 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4759
4760         * config/mcore/tm-mcore.h: Remove file.
4761         * config/mcore/mcore.mt: Remove definition of TM_FILE
4762         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4763
4764 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4765
4766         * i386bsd-tdep.c: Include "gdb_string.h".
4767
4768 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4769
4770         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4771         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4772         mcore-tdep.
4773         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4774         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4775         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4776         (RETVAL_REGNUM): Move macros from tm-mcore.h
4777         (mcore_reg_struct_has_addr): New function.
4778         (mcore_gdbarch_init): Added initializations for the macros removed
4779         from tm-mcore.h.
4780
4781 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4782
4783         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4784         traditonal string branding within the ELF header.
4785
4786 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4787
4788         * symtab.c (remove_params): New function.
4789         (make_symbol_overload_list): Use it instead of cplus_demangle.
4790         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
4791
4792 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4793
4794         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4795
4796         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4797         New variables.
4798         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4799         and tdep->sigtramp_end.
4800         * i386obsd-nat.c: New file.
4801         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4802
4803         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4804         Don't call get_current_frame().
4805
4806 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4807
4808         * i386-nat.c (child_post_startup_inferior): New function
4809         calling i386_cleanup_dregs if
4810         I386_USE_GENERIC_WATCHPOINTS is defined.
4811         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4812         conditional to acknowledge that i386-nat.c has its
4813         own child_post_startup_inferior function.
4814
4815 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4816
4817         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4818         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4819         instead of MAX_REGISTER_RAW_SIZE.
4820         (i386_extract_return_value, i386_extract_struct_value_address):
4821         Convert to use regcache.
4822         (i386_gdbarch_init): Set max_register_raw_size and
4823         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4824         Set extract_return_value and extract_struct_value_address instead
4825         of their deprecated variants.
4826
4827         Convert i386 target to generic dummy frames.
4828         * i386-tdep.c: Include "symfile.h".
4829         (i386_frameless_signal_p): Consider a function to be frameless if
4830         the pc points at the first instruction of the function.
4831         (i386_frame_chain): Handle (generic) call dummies.
4832         (i386_frame_saved_pc): Likewise.
4833         (i386_frame_init_saved_regs): Remove code dealing with call
4834         dummies on the stack.
4835         (i386_push_dummy_frame): Removed.
4836         (i386_call_dummy_words): Removed.
4837         (i386_fix_call_dummy): Removed.
4838         (i386_push_return_address): New function.
4839         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
4840         parameter, and don't call get_current_frame.
4841         (i386_pop_frame): New function.
4842         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4843         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4844         entry_point_address, set call_dummy_breakpoint_offset to 0, set
4845         call_dummy_length to 0, set call_dummy_words to NULL, set
4846         sizeof_call_dummy_words to 0, set fix_call_dummy to
4847         generic_fix_call_dummy, set pc_in_call_dummy to
4848         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4849         generic_push_dummy_frame, set push_return_address to
4850         i386_push_return_address and set frame_chain_valid to
4851         generic_file_frame_chain_valid.
4852
4853 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4854
4855         * gdbarch.sh (struct regcache): Add opaque declaration.
4856         (EXTRACT_RETURN_VALUE): New architecture method.
4857         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4858         * gdbarch.h, gdbarch.c: Regenerate.
4859         * arch-utils.c (legacy_extract_return_value): New function.
4860         * arch-utils.h (legacy_extract_return_value): Declare.
4861         * values.c (value_being_returned): Re-enable code handling
4862         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
4863         deprecated_grub_regcache_for_registers call to block handling
4864         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4865         (EXTRACT_RETURN_VALUE): Do not define.
4866
4867 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4868
4869         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4870         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4871         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4872         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4873         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4874         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4875         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4876         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4877         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4878         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4879         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4880         argument so the function fits the prototype in the architecture
4881         vector.
4882         (mcore_pop_frame): Remove argument so the function fits the
4883         prototype. Use get_current_frame instead of the argument.
4884         (mcore_push_arguments): Change type of struct_return so the
4885         function can be used in the architecture vector.
4886         (mcore_store_struct_return): Add.
4887         (mcore_frame_init_saved_regs): Add.
4888         (mcore_gdbarch_init): Add function calls to replace the macros
4889         removed from tm-mcore.h
4890
4891 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4892
4893         * infcmd.c (print_return_value): Remove compatibility code calling
4894         deprecated_grub_regcache_for_registers.
4895         
4896         * values.c: Include "regcache.h".
4897         (value_being_returned): Update.  Use
4898         deprecated_grub_regcache_for_registers to extract the register
4899         buffer address.  
4900         * value.h (value_being_returned): Change ``retbuf'' parameter to a
4901         ``struct regcache''.
4902         * Makefile.in (values.o): Add dependency on $(regcache_h).
4903
4904         * inferior.h (run_stack_dummy): Change type of second parameter to
4905         a ``struct regcache''.
4906         * valops.c (hand_function_call): Change type of retbuf to ``struct
4907         regcache''.  Allocate using regcache_xmalloc, clean using
4908         make_cleanup_regcache_xfree.
4909         * infcmd.c (run_stack_dummy): Update.  Use
4910         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4911
4912         * regcache.c (do_regcache_xfree): New function.
4913         (make_cleanup_regcache_xfree): New function.
4914         * regcache.h (make_cleanup_regcache_xfree): Declare.
4915
4916 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4917
4918         * event-top.c (command_line_handler): Don't read past
4919         beginning of buffer.
4920
4921 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4922         
4923         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
4924         struct frame_id. 
4925         (varobj_create): Store frame_id for root.
4926         (varobj_gen_name): Use xasprintf.
4927         (varobj_update): Save and restore frame using get_frame_id() and
4928         frame_find_by_id().
4929         (create_child): Use xasprintf.
4930         (new_root_variable): Initialize frame_id.
4931         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4932         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4933         to prevent memory leak.
4934
4935 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4936
4937         * valops.c (hand_function_call): Move declaration of retbuf to
4938         start of function, allocate using malloc, add a cleanup but before
4939         the inf_status cleanup, cleanup the buffer.  Rename local variable
4940         old_chain to inf_status_cleanup.
4941
4942 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4943
4944         * top.c (execute_command): Use cmd_func() and cmd_func_p().
4945
4946         * cli/cli-decode.c (cmd_func_p): New function.
4947         (cmd_func): New function.
4948
4949         * command.h: Add cmd_func() and cmd_func_p().   
4950         
4951 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4952
4953         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4954         (REGISTER_SIZE): Remove.
4955         (MAX_REGISTER_RAW_SIZE): Remove.
4956         (REGISTER_VIRTUAL_TYPE): Remove.
4957         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4958         (REGISTER_NAME): Remove.
4959         (USE_GENERIC_DUMMY_FRAMES): Remove.
4960         (CALL_DUMMY): Remove.
4961         (CALL_DUMMY_START_OFFSET): Remove.
4962         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4963         (CALL_DUMMY_LOCATION): Remove.
4964         (FIX_CALL_DUMMY): Remove.
4965         (CALL_DUMMY_ADDRESS): Remove.
4966         (SIZEOF_CALL_DUMMY_WORDS): Remove.
4967         (SAVE_DUMMY_FRAME_TOS): Remove.
4968         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4969         (mcore_register_virtual_type): New function.
4970         (mcore_register_byte): New function.
4971         (mcore_register_size): New function.
4972         (mcore_register_name): New function.
4973         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4974         macros removed from tm-mcore.h.
4975         (mcore_dump_tdep): Add.
4976         (_initialize_mcore_tdep): Add gdbarch_register call.
4977
4978 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
4979
4980         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4981         frameless_look_for_prologue, such that we actually call this
4982         function.
4983
4984 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4985
4986         * frame.h (frame_address_in_block): New function.
4987
4988         * blockframe.c (frame_address_in_block): New function extracted
4989         from get_frame_block().
4990         (get_frame_block): Use frame_address_in_block().
4991         (block_innermost_frame): Use frame_address_in_block() to match
4992         the frame pc address against the block boundaries rather than
4993         the frame pc directly. This prevents a failure when a frame pc
4994         is actually a return-address pointing immediately after the end
4995         of the given block. 
4996
4997 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4998
4999         * MAINTAINERS: Add self under write after approval. 
5000
5001 2002-07-02  Grace Sainsbury  <graces@redhat.com>
5002
5003         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5004         used in architecture vector. The default is
5005         m68k_local_breakpoint_from_pc.
5006         (m68k_local_breakpoint_from_pc): Add.
5007         (enum): Add register numbers from tm-m68k.h.
5008         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5009         vector.  
5010         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5011         GDB_MULTI_ARCH_PARTIAL.
5012         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5013         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5014         m68k-tdep.c.
5015         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5016         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5017         to enum in m68k-tdep.c
5018
5019 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
5020
5021         * solib-osf.c (open_map): Compute the list of shared libraries
5022         loaded by the inferior, rather than the list of libraries loaded
5023         by GDB itself.  Otherwise, GDB ends up reading the symbols from
5024         the wrong shared libraries...
5025
5026 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
5027
5028         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5029         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5030         macros.
5031         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5032         Remove functions.
5033         (FRAMELESS_SIGNAL): Remove function.
5034         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5035         i386_linux_saved_pc_after_call): Removed.
5036         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5037         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
5038         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5039
5040         * i386-tdep.c (i386_frameless_signal_p): New function.
5041         (i386_frame_chain): Deal with frameless signals.
5042         (i386_sigtramp_saved_sp): New function.
5043         (i386_frame_saved_pc): Deal with frameless signals.
5044         (i386_saved_pc_after_call): Make sure the correct value is
5045         returned just after entry into a sigtramp.
5046         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5047         i386fbsd4_sc_sp_offset): New variables.
5048         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5049         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
5050         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5051         similiar to what we already did for sc_pc_offset.
5052         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5053         tdep->sc_sp_offset.
5054
5055         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5056
5057 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
5058
5059         * config/i386/tm-x86-64linux.h: New.
5060         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5061         definitions.
5062         * config/i386/nm-x86-64.h: Rename to ...
5063         * config/i386/nm-x86-64linux.h: ... this one.
5064         * config/i386/x86-64linux.mh: Reflect the above change.
5065         
5066 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5067
5068         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5069         with sigcontext_addr.  Add sc_sp_offset.
5070         (i386bsd_sigtramp_saved_pc): Remove prototype.
5071         (i386bsd_sicontext_addr): Add prototype.
5072         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5073         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5074         (i386_svr4_sigtramp_saved_pc): Removed.
5075         (i386_svr4_sigcontext_addr): New function.
5076         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5077         Initialize tdep->sigcontext_addr instead.  Initialize
5078         tdep->sc_pc_offset and tdep->sc_sp_offset.
5079         (i386_gdbarch_init): Likewise.
5080         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5081         any more.
5082         (i386bsd_sigtramp_saved_pc): Remove function.
5083         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5084         Initialize tdep->sigcontext_addr instead.  Initialize
5085         tdep->sc_pc_offset.
5086         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5087         of tdep->sigtramp_saved_pc.
5088         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5089         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
5090         instead.
5091
5092         * i386-tdep.c (i386_frameless_function_invocation,
5093         i386_frame_num_args, i386_frame_init_saved_regs,
5094         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5095         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5096         i386_extract_return_value, i386_store_return_value,
5097         i386_extract_struct_value_address, i386_register_virtual_type,
5098         i386_register_convertible, i386_register_convert_to_virtual,
5099         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5100         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5101         static.
5102
5103 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
5104
5105         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5106
5107         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5108         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5109         this macro.  Include "value.h".
5110
5111 2002-06-30  Aidan Skinner  <aidan@velvet.net>
5112
5113         * ada-exp.tab.c: remove as it's a generated file
5114         * ada-lex.c: remove as it's a generated file
5115                 
5116 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
5117
5118         * config/i386/tm-i386.h (struct frame_info, struct
5119         frame_saved_regs, struct value, struct type): Remove forward
5120         declarations.
5121
5122         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5123         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5124         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5125         (FILL_FPXREGSET): Define.
5126
5127         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5128
5129         * configure.tgt (i[3456]86-*-openbsd*): Fold into
5130         i[3456]86-*-netbsd* case.
5131         * config/i386/tm-obsd.h: Removed.
5132         * config/i386/obsd.mt: Removed.
5133         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5134         core-aout.o.
5135         (MH_CFLAGS): Add -DYYDEBUG=0.
5136
5137         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5138         i386nbsd_sc_pc_offset on OpenBSD too.
5139
5140         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5141         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5142         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5143         define.
5144         * i386bsd-tdep.c: Include "arch-utils.h".
5145         (i386bsd_aout_in_solib_call_trampoline): New function.
5146         (i386bsd_init_abi): Set in_solib_call_trampoline to
5147         i386bsd_aout_in_solib_call_trampoline.
5148         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5149         in_solib_call_trampoline to generic_in_solib_call_trampoline.
5150
5151 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5152
5153         * macrotab.h: Do not include "obstack.h" or "bcache.h".
5154         (struct obstack, struct bcache): Add opaque declarations.
5155         * Makefile.in (macrotab_h): Update
5156
5157 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5158
5159         * blockframe.c (generic_find_dummy_frame): Change return type to
5160         ``struct regcache''.
5161         (struct dummy_frame): Replace field ``registers'' with regcache, a
5162         struct regcache object.
5163         (generic_find_dummy_frame): Update.
5164         (generic_push_dummy_frame): Update.  Use regcache_xfree,
5165         regcache_xmalloc and regcache_cpy.
5166         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
5167         regcache_xfree.
5168         (deprecated_generic_find_dummy_frame): Update.
5169         (generic_read_register_dummy): Update.  Use
5170         regcache_read_as_address.
5171         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
5172         (generic_get_saved_register): Update.  Use regcache_read.
5173
5174 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5175
5176         * Makefile.in (objfiles_h): Add $(bcache_h).
5177         * objfiles.h: Include "bcache.h".
5178
5179         * Makefile.in (symtab_h): Remove $(bcache_h).
5180         * symtab.h: Do not include "bcache.h".
5181
5182 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5183
5184         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5185         generic_func_frame_chain_valid.
5186
5187 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
5188
5189         * config/i386/nm-fbsd.h: Include <sys/param.h>.
5190         * config/i386/tm-fbsd.h: Likewise.
5191
5192 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
5193
5194         * rs6000-tdep.c (rs6000_gdbarch_init): Use
5195         generic_unwind_get_saved_register.
5196
5197 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5198
5199         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5200         * regcache.c (supply_register): Add missing argument to
5201         register_buffer call.
5202
5203 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
5204
5205         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
5206         Solaris /bin/grep does not not like it.  From Peter Schauer.
5207
5208 2002-06-26  Tom Tromey  <tromey@redhat.com>
5209
5210         * command.h (add_setshow_cmd): Declare.
5211         (add_setshow_cmd_full): Declare.
5212         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
5213         returns void.  Use add_setshow_cmd_full.
5214         (add_setshow_cmd_full): New function.
5215         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5216         (add_setshow_boolean_cmd): Likewise.
5217
5218 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5219
5220         * config/vax/tm-vax.h: Protect from multiple inclusion.
5221         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5222         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5223         * config/vax/tm-vaxbsd.h: ...here.  New file.
5224         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5225
5226 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5227
5228         * config/vax/tm-vax.h (BREAKPOINT): Remove.
5229         (BELIEVE_PCC_PROMOTION): Remove.
5230         (AP_REGNUM): Move to...
5231         * config/vax/nm-vax.h: ...here.
5232         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5233         (vax_breakpoint_from_pc): New function.
5234         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5235         and gdbarch_believe_pcc_promotion.
5236
5237 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
5238
5239         * Makefile.in (vax_tdep_h): Define.  
5240         (vax-tdep.o): Use $(vax_tdep_h).
5241         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5242         (vax_dump_tdep): New function. 
5243         (_initialize_vax_tdep): Register vax_dump_tdep.
5244         * vax-tdep.h: Include osabi.h.     
5245         (struct gdbarch_tdep): New. 
5246
5247 2002-06-26  Andrew Cagney  <cagney@redhat.com>
5248
5249         * frame.h (deprecated_generic_find_dummy_frame): Rename
5250         generic_find_dummy_frame.
5251         * blockframe.c (generic_find_dummy_frame): Make static.
5252         (deprecated_generic_find_dummy_frame): New function.
5253         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5254         generic_find_dummy_frame with deprecated_find_dummy_frame.
5255         (sh64_nofp_frame_init_saved_regs): Ditto.
5256         (sh_fp_frame_init_saved_regs): Ditto.
5257         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5258         (s390_frame_chain): Ditto.
5259         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5260
5261 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5262
5263         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5264         gdbarch vector are at the top.
5265         (NUM_REGS): Remove.
5266         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5267         (FRAME_ARGS_ADDRESS): Remove.
5268         (FRAME_LOCALS_ADDRESS): Remove.
5269         (FRAME_NUM_ARGS): Remove.
5270         (FRAME_ARGS_SKIP): Remove.  
5271         * m68k-tdep.c (enum): Add eumeration of special register numbers.
5272         (m68k_gdbarch_init): Add gdbarch initializations for macros
5273         undefined in tm-m68k.h
5274
5275 2002-06-26  Grace Sainsbury  <graces@redhat.com>
5276
5277         * monitor.h: Add the function regname to monitor_ops
5278         structure. This way NUM_REGS does not have to be a constant.
5279         * monitor.c (monitor_fetch_register): Added support for regname
5280         function. The function is called if the array regnames is NULL.
5281         (monitor_store_register): Same.
5282         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5283         regnames array.
5284         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5285         cpu32bug_cmds.regname to point to new function.
5286         * abug-rom.c (abug_regname): Same as above.
5287         (init_abug_cmds): Same.
5288         * dbug-rom.c (dbug_regname): Same as above.
5289         (init_dbug_cmds): Same.
5290         * remote-est.c (est_regname): Same. 
5291         (init_est_cmds): Same.
5292         * rom68k-rom.c (rom68k_regname): Same. 
5293         (init_rom68k_cmds): Same.
5294
5295 2002-06-25  Tom Tromey  <tromey@redhat.com>
5296
5297         * breakpoint.c (delete_command): Don't repeat `delete' commands.
5298
5299 2002-06-25  Andrew Cagney  <cagney@redhat.com>
5300
5301         * infrun.c (stop_registers): Change variable's type to ``struct
5302         regcache'''.
5303         (xmalloc_inferior_status): Delete function.
5304         (free_inferior_status): Delete function.
5305         (normal_stop): Use regcache_cpy.
5306         (struct inferior_status): Change type of fields ``stop_registers''
5307         and ``registers'' to ``struct regcache''.
5308         (write_inferior_status_register): Use regcache_write.
5309         (save_inferior_status): Instead of calling
5310         xmalloc_inferior_status, allocate the inf_status buffer directly.
5311         Use regcache_dup_no_passthrough and regcache_dup to save the
5312         buffers.
5313         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5314         Replace the stop_registers regcache instead of overriding it.  Use
5315         regcache_xfree.  Instead of calling free_inferior_status, xfree
5316         the buffer directly.
5317         (discard_inferior_status): Use regcache_xfree.  Instead of calling
5318         free_inferior_status, xfree the buffer directly.
5319         (build_infrun): Use regcache_xmalloc.
5320         (_initialize_infrun): Delete redundant call to build_infrun.
5321
5322         * Makefile.in (infcmd.o): Add $(regcache_h).
5323
5324         * infcmd.c: Include "regcache.h".
5325         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5326         obtain the address of `stop_registers' register buffer.
5327         (print_return_value): Ditto.
5328
5329         * inferior.h (struct regcache): Add opaque declaration.
5330         (stop_registers): Change variable's declared type to ``struct
5331         regcache''.
5332
5333 2002-06-24  Tom Tromey  <tromey@redhat.com>
5334
5335         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5336         * target.c (initialize_targets): Fixed typo in
5337         trust-readonly-sections `show' documentation.
5338
5339         * main.c: Marked all strings with _().
5340
5341 2002-06-24  Don Howard  <dhoward@redhat.com>
5342
5343         * memattr.c (create_mem_region): Treat hi == 0 as a special case
5344         that means max CORE_ADDR+1.
5345         (lookup_mem_region): Ditto.
5346         (mem_info_command): Ditto.
5347
5348 2002-06-24  Grace Sainsbury  <graces@redhat.com>
5349
5350         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5351         (REGISTER_BYTES_OK): Remove.
5352         (REGISTER_BYTES): Remove.
5353         (STORE_STRUCT_RETURN): Remove.
5354         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5355         (STORE_RETURN_VALUE): Remove.
5356         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5357         (FRAME_CHAIN): Remove.
5358         (FRAMELESS_FUNCTION_INVOCATION): Remove.
5359         (FRAME_SAVED_PC): Remove.  
5360         * m68k-tdep.c (m68k_register_bytes_ok):Add.
5361         (m68k_store_struct_return): Add.
5362         (m68k_deprecated_extract_return_value): Add.
5363         (m68k_deprecated_extract_struct_value_address): Add.
5364         (m68k_store_return_value): Add.
5365         (m68k_frame_chain): Add.
5366         (m68k_frameless_function_invocation): Add.
5367         (m68k_frame_saved_pc): Add.
5368         (m68k_gdbarch_init): added set_gdbarch calls for new 
5369         functions and deleted macros.
5370
5371 2002-06-23  Tom Tromey  <tromey@redhat.com>
5372
5373         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5374         (ALLDEPFILES): Likewise.
5375         (udiheaders): Removed.
5376         (udip2soc.o): Likewise.
5377         (udi2go32.o): Likewise.
5378         (udr.o): Likewise.
5379         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5380
5381 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
5382
5383         * infrun.c (_initialize_infrun): Delete unnecessary call to
5384         build_infrun.
5385
5386         * regcache.h: Update comments describing the regcache_cpy family
5387         of functions.
5388         (regcache_save, regcache_restore): Delete declaration.
5389         (regcache_save_no_passthrough): Delete declaration.
5390         (regcache_restore_no_passthrough): Delete declaration.
5391         * regcache.c (regcache_save): Delete function.
5392         (regcache_save_no_passthrough): Delete function.
5393         (regcache_restore): Delete function.
5394         (regcache_restore_no_passthrough): Delete function.
5395
5396 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
5397
5398         * config/m68k/tm-m68k.h: Fix typo.
5399         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5400         (m68k_frame_init_saved_regs): Declare.
5401
5402 2002-06-21  Jim Blandy  <jimb@redhat.com>
5403
5404         Remove some vestiges of Harris 88k support.
5405         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5406         register numbering quirk.
5407         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5408         odd symbols occurring in Harris 88k ELF targets.
5409
5410 2002-06-21  Tom Tromey  <tromey@redhat.com>
5411
5412         * gdb_locale.h: New file.
5413         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5414         (defs_h): Added gdb_locale.h.
5415         * configure, config.in: Rebuilt.
5416         * configure.in (PACKAGE): Define.
5417         * defs.h: Include gdb_locale.h.
5418         * main.c (captured_main): Call setlocale, bindtextdomain,
5419         textdomain.
5420
5421 2002-06-21  Dave Brolley  <brolley@redhat.com>
5422
5423         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5424         * config/frv/frv.mt: New file.
5425         * config/frv/tm-frv.h: New file.
5426         * configure.tgt: Support frv-*-*.
5427         * Makefile.in (frv-tdep.o): New target.
5428         * frv-tdep.c: New file.
5429         * NEWS: Mention frv.
5430
5431 2002-06-21  Dave Brolley  <brolley@redhat.com>
5432
5433         * MAINTAINERS: Add self to "Write After Approval" list.
5434
5435 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5436
5437         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5438         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5439         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5440         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5441         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5442
5443         * m68k-tdep.c: Include arch-utils.h
5444         (m68k_register_raw_size): Add.
5445         (m68k_register_virtual_size): Add.
5446         (m68k_register_virtual_type): Add.
5447         (m68k_register_name): Add.
5448         (m68k_stack_align): Add.
5449         (m68k_register_byte): Add.
5450         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5451         tm-m68k.h.
5452
5453 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5454
5455         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5456         m68k_find_saved_regs.
5457         (m68k_pop_frame): Removed saved_regs structure, and replaced
5458         references to it with frame->saved_regs.
5459         (m68k_gdbarch_init): Added function calls to initialize the
5460         gdbarch structure.
5461         (m68k_fix_call_dummy): Add. 
5462         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5463         (CALL_DUMMY): Remove.
5464         (CALL_DUMMY_LENGTH): Remove.
5465         (CALL_DUMMY_START_OFFSET): Remove.
5466         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5467         (FIX_CALL_DUMMY): Remove.
5468         (PUSH_DUMMY_FRAME): Remove.
5469         (POP_FRAME): Remove.
5470
5471 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5472
5473         * parse.c (parse_fprintf): New function used to avoid calls to
5474         fprintf in bison parser generated debug code.
5475         * parser-defs.h: Declaration of new parse_fprintf function.
5476         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5477         Set YYDEBUG to 1 by default.
5478         Set YYFPRINTF as parse_fprintf.
5479
5480 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5481
5482         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5483         encoding anymore.
5484         (pointer_encoding, enum ptr_encoding): New.
5485         (execute_cfa_program): Take care about pointer encoding.        
5486         (dwarf2_build_frame_info): Only call parse_frame_info for 
5487         .debug_frame and .eh_frame.
5488         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5489         fixed augmentation handling, added relative addressing, 
5490         ignore duplicate FDEs. Added comments.
5491         * dwarf2cfi.c: Reindented.
5492         
5493 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5494
5495         * event-top.c (command_handler): Don't use space_at_cmd_start
5496         unless there is sbrk() on the host. Assign time and space data
5497         to union fields of the appropriate length.
5498
5499 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5500
5501         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5502         x86_64_register_name. Return type changed to 'const char *'.
5503         (x86_64_register_name2nr): Rename to x86_64_register_number.
5504         (x86_64_gdbarch_init): Update to reflect the change.
5505         * x86-64-tdep.h: Ditto.
5506         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5507         (supply_fpregset): Ditto.
5508
5509 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5510
5511         * regcache.h: Update copyright.
5512         (struct regcache, struct gdbarch): Add opaque declarations.
5513         (current_regcache): Declare global variable.
5514         (regcache_read, regcache_write): Add gdbarch parameter.
5515         (regcache_save, regcache_save_no_passthrough)
5516         (regcache_restore, regcache_restore_no_passthrough)
5517         (regcache_dup, regcache_dup_no_passthrough)
5518         (regcache_cpy, regcache_cpy_no_passthrough)
5519         (deprecated_grub_regcache_for_registers)
5520         (deprecated_grub_regcache_for_register_valid)
5521         (regcache_valid_p): Add function declarations.
5522         
5523         * regcache.c: Update copyright.
5524         (regcache_descr_handle): New global variable.
5525         (struct regcache_descr): Define.
5526         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5527         (regcache_descr, xfree_regcache_descr): New functions.
5528         (struct regcache): Define.
5529         (regcache_xmalloc, regcache_xfree): New functions.
5530         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5531         (regcache_dup, regcache_dup_no_passthrough): New functions.
5532         (regcache_valid_p, regcache_read_as_address): New functions.
5533         (deprecated_grub_regcache_for_registers): New function.
5534         (deprecated_grub_regcache_for_register_valid): New function.
5535         (current_regcache): New global variable.
5536         (register_buffer): Add regcache parameter.  Update calls.
5537         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5538         (read_register_gen, write_register_gen): Update register_buffer
5539         call.  Test for legacy_p instead of gdbarch_register_read_p or
5540         gdbarch_register_write_p.
5541         (regcache_collect): Update register_buffer call.
5542         (build_regcache): Rewrite.  Use deprecated grub functions.
5543         (regcache_save, regcache_save_no_passthrough): New functions.
5544         (regcache_restore, regcache_restore_no_passthrough): New
5545         functions.
5546         (_initialize_regcache): Create the regcache_data_handle. Swap
5547         current_regcache global variable.
5548         
5549         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5550         parameter to regcache_read and regcache_write calls.
5551         (sh4_register_read): Ditto.
5552         (sh64_pseudo_register_read): Ditto.
5553         (sh64_register_read): Ditto.
5554         (sh_pseudo_register_write): Ditto.
5555         (sh4_register_write): Ditto.
5556         (sh64_pseudo_register_write): Ditto.
5557         (sh64_register_write): Ditto.
5558
5559         * defs.h (XCALLOC): Define.
5560
5561 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5562
5563         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5564         * m68k-tdep.c (m68k_gdbarch_init): Added.
5565         (m68k_dump_tdep): Added.
5566
5567 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5568
5569         * ada-lang.c (fill_in_ada_prototype): Update comment.
5570
5571 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5572
5573         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5574         MIPS_ABI_LAST.
5575         (mips_abi_string, mips_abi_strings): New.
5576         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5577         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5578         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5579         O32 if no ABI is found.
5580         (mips_dump_tdep): Use mips_abi_strings.
5581         (mips_abi_update): New function.
5582         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5583         ``set mips abi'' and ``show mips abi''.  Check the size of
5584         mips_abi_strings.
5585
5586 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5587
5588         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5589         constant.
5590
5591 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5592
5593         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5594         current frame using only the first stack size adjustment. All
5595         subsequent size adjustments are not considered to be part of
5596         the "static" part of the current frame.
5597         Compute the address of the saved registers relative to the
5598         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5599         in use in this frame.
5600
5601 2002-06-18  Don Howard  <dhoward@redhat.com>
5602  
5603         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5604         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5605         suggesting this solution.
5606
5607 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5608
5609         * config/romp/xm-rtbsd.h: Delete file.
5610         * config/romp/rtbsd.mh: Delete file.
5611
5612 2002-06-18  Keith Seitz  <keiths@redhat.com>
5613
5614         * breakpoint.c (condition_command): Post breakpoint_modify
5615         when a condition is added to an existing breakpoint.
5616         (commands_command): Likewise for commands.
5617         (set_ignore_count): Likewise for ignore counts.
5618         If no tty, do not simply return, still need to send event
5619         notification.
5620         (ignore_command): Only print a newline if the command came
5621         from a tty.
5622         Don't call breakpoints_changed, since this is now properly
5623         handled by set_ignore_count.
5624
5625 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5626
5627         * MAINTAINERS: Note that cris-elf target can be compiled with
5628         -Werror.
5629         * cris-tdep.c (cris_register_name): Make return type constant.
5630         (cris_breakpoint_from_pc): Ditto.
5631
5632 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5633
5634         * frame.h (struct frame_info): Change type of context to 
5635         'struct context'.
5636
5637 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5638
5639         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5640         pointer.
5641         * gdbarch.h, gdbarch.c: Regenerate.
5642         * config/mips/tm-mips.h (mips_register_name): Update.
5643         * i386-tdep.h (i386_register_name): Update.
5644         * mips-tdep.c (mips_register_name): Update
5645         * alpha-tdep.c (alpha_register_name): Update.
5646         * arch-utils.c (legacy_register_name): Update.
5647         * arch-utils.h (legacy_register_name): Update.
5648         * avr-tdep.c (avr_register_name): Update.
5649         * ia64-tdep.c (ia64_register_name): Update.
5650         * i386-tdep.c (i386_register_name): Update.
5651         * sparc-tdep.c (sparc32_register_name): Update.
5652         (sparc64_register_name): Update.
5653         (sparclite_register_name): Update.
5654         (sparclet_register_name): Update.
5655         * sh-tdep.c (sh_generic_register_name): Update.
5656         (sh_sh_register_name): Update.
5657         (sh_sh3_register_name): Update.
5658         (sh_sh3e_register_name): Update.
5659         (sh_sh_dsp_register_name): Update.
5660         (sh_sh3_dsp_register_name): Update.
5661         (sh_sh4_register_name): Update.
5662         (sh_sh64_register_name): Update.
5663         * s390-tdep.c (s390_register_name): Update.
5664         * rs6000-tdep.c (rs6000_register_name): Update.
5665         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5666         (ns32k_register_name_32382): Update.
5667         * d10v-tdep.c (d10v_ts2_register_name): Update.
5668         (d10v_ts3_register_name): Update.
5669         * xstormy16-tdep.c (xstormy16_register_name): Update.
5670         * vax-tdep.c (vax_register_name): Update.
5671         * v850-tdep.c (v850_register_name): Update.
5672         * m68hc11-tdep.c (m68hc11_register_name): Update.
5673         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5674         (am33_register_name): Update.
5675
5676 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5677
5678         * m68k-tdep.c: Reindented.
5679
5680 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5681
5682         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5683         list of predefined types.
5684
5685 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5686
5687         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5688         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5689         REGISTER_CONVERT_TO_RAW): Remove defines.
5690         (i386_register_virtual_type, i386_register_convertible,
5691         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5692         Remove prototypes.
5693         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5694         macros mentioned above.
5695
5696         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5697         (i386lynx_saved_pc_after_call): Remove prototype.
5698         * i386ly-tdep.c: Include "i386-tdep.h".
5699         (i386lynx_saved_pc_after_call): Make static.  Use
5700         read_memory_nobpt instead of read_memory.  Use
5701         read_memory_unsigned_integer instead of read_memory_integer.
5702         (i386lynx_init_abi): New function.
5703         (i386lynx_coff_osabi_sniffer): New function.
5704         (_initialize_i386bsd_tdep): New function.
5705
5706         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5707         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5708         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5709         (i386_fix_call_dummy): Remove prototype.
5710         * i386-tdep.c (i386_call_dummy_words): New variable.
5711         (i386_gdbarch_init): Adjust for removal of the
5712         macros mentioned above.
5713
5714 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5715
5716         * command.h (add_setshow_auto_boolean_cmd): Replace
5717         add_set_auto_boolean_cmd.
5718         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5719         add_set_auto_boolean_cmd.
5720         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5721         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5722         mask-address'' command.
5723         (show_mask_address): Add cmd parameter.
5724         * remote.c (add_packet_config_cmd): Update.  Change type of
5725         set_func and show_func to cmd_sfunc_ftype.
5726         (_initialize_remote): Update `set remote Z-packet'
5727         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5728         (show_remote_protocol_e_packet_cmd): Ditto.
5729         (show_remote_protocol_E_packet_cmd): Ditto.
5730         (show_remote_protocol_P_packet_cmd): Ditto.
5731         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5732         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5733         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5734         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5735         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5736         (show_remote_protocol_Z_packet_cmd): Ditto.
5737         (show_remote_protocol_binary_download_cmd): Ditto.
5738         (show_remote_cmd): Pass NULL to all of above.
5739
5740 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5741
5742         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5743         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5744         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5745         POP_FRAME): Remove defines.
5746         (i386_push_arguments, i386_store_struct_return,
5747         i386_extract_return_value, i386_store_return_value,
5748         i386_extract_struct_value_address, i386_push_dummy_frame,
5749         i386_pop_frame): Renove prototypes.
5750         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5751         macros mentioned above.
5752
5753 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5754
5755         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5756         add_set_boolean_cmd.
5757         (add_setshow_cmd): New function.
5758         * command.h (add_setshow_boolean_cmd): Replace
5759         add_set_boolean_cmd.
5760         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5761         and ``set rdiromatzero''.
5762         * maint.c (_initialize_maint_cmds): Update commented out code.
5763         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5764         * target.c (initialize_targets): Update `set
5765         trust-readonly-sections'.
5766         * remote.c (_initialize_remote): Update `set remotebreak'.
5767
5768 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5769
5770         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5771         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5772         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5773         fit into multi-arch framework.
5774         (i386_breakpoint_from_pc): New function.
5775         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5776         above.
5777
5778         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5779         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5780         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5781         (i386_frameless_function_invocation, i386_frame_num_args,
5782         i386_frame_init_saved_regs): Remove prototypes.
5783         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5784         macros mentioned above.
5785
5786 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5787
5788         * cli/cli-decode.c (set_cmd_cfunc): Update.
5789         (set_cmd_sfunc): Update.
5790         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5791         (set_cmd_sfunc, set_cmd_cfunc): Update.
5792         * cli/cli-decode.h: Update.
5793
5794 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5795
5796         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5797         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5798
5799 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5800
5801         * defs.h (auto_boolean): Declare enum.
5802         * command.h (cmd_auto_boolean): Delete enum.
5803         * mips-tdep.c (mask_address_var): Update.
5804         (mips_mask_address_p): Update.
5805         (show_mask_address): Update.
5806         * remote.c (struct packet_config): Update.
5807         (update_packet_config): Update.
5808         (show_packet_config_cmd): Update.
5809         (packet_ok): Update.
5810         (add_packet_config_cmd): Update.
5811         (_initialize_remote): 
5812         * command.h: Update.
5813         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5814         (do_setshow_command): Update.
5815         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5816         * cli/cli-decode.h: Update.
5817
5818 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5819
5820         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5821         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5822         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5823         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5824         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5825         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5826
5827         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5828         list of DJGPP COFF targets.
5829
5830         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5831         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5832         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5833         (FP0_REGNUM): Remove define.
5834         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5835         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5836         (i386_register_virtual_size): Remove protoype.
5837         * i386-tdep.c (i386_register_virtual_size): Removed.
5838         (i386_extract_return_value, i386_store_return_value): Use
5839         FP0_REGNUM instead of NUM_FREGS to determine whether the
5840         floating-point registers are available.
5841         (i386_gdbarch_init): Tweak FIXME about FPU registers.
5842         Adjust for removal of macros mentioned above.
5843
5844 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5845
5846         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
5847         comments.
5848         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5849         Remove prototypes.
5850         (supply_gregset, fill_gregset): Remove use of register keyword and
5851         remove declaration for regmap.  Use I386_NUM_GREGS instead of
5852         NUM_REGS and NUM_FREGS.
5853         (FPREGSET_FSAVE_OFFSET): Remove.
5854         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5855         NUM_FREGS to determine whether the floating-point registers are
5856         available.
5857
5858         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5859         gnu_store_registers): Replace usage of NUM_GREGS with
5860         I386_NUM_GREGS.
5861
5862         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5863         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5864         usage of NUM_GREGS with I386_NUM_GREGS.
5865
5866         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5867
5868         * i386bsd-nat.c: Include "i386-tdep.h".
5869         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5870         I386_NUM_GREGS.
5871
5872         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5873         and associated comment.  They no longer make any sense, since we
5874         don't use this file anymore on Linux.
5875
5876         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5877         * i386-tdep.c (i386_register_offset, i386_register_size): Use
5878         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5879         elements in these arrays.
5880         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5881         MAX_NUM_REGS.
5882
5883 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5884
5885         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5886         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5887
5888 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5889
5890         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5891         EXTRACT_RETURN_VALUE.
5892         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5893         EXTRACT_STRUCT_VALUE_ADDRESS.
5894         * gdbarch.h, gdbarch.c: Regenerate.
5895         
5896         * values.c (value_being_returned): Handle
5897         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5898         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5899
5900         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
5901         * arm-tdep.c (arm_gdbarch_init): Update.
5902         * avr-tdep.c (avr_gdbarch_init): Update.
5903         * cris-tdep.c (cris_gdbarch_init): Update.
5904         * d10v-tdep.c (d10v_gdbarch_init): Update.
5905         * ia64-tdep.c (ia64_gdbarch_init): Update.
5906         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5907         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5908         * s390-tdep.c (s390_gdbarch_init): Update.
5909         * sh-tdep.c (sh_gdbarch_init): Update.
5910         * s390-tdep.c (s390_gdbarch_init): Update.
5911         * sparc-tdep.c (sparc_gdbarch_init): Update.
5912         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5913         * v850-tdep.c (v850_gdbarch_init): Update.
5914         * vax-tdep.c (vax_gdbarch_init): Update.
5915         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5916         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5917
5918         * config/arc/tm-arc.h: Update.
5919         * config/d30v/tm-d30v.h: Update.
5920         * config/fr30/tm-fr30.h: Update.
5921         * config/h8300/tm-h8300.h: Update.
5922         * config/h8500/tm-h8500.h: Update.
5923         * config/i386/tm-i386.h: Update.
5924         * config/i386/tm-ptx.h: Update.
5925         * config/i386/tm-symmetry.h: Update.
5926         * config/i960/tm-i960.h: Update.
5927         * config/m32r/tm-m32r.h: Update.
5928         * config/m68k/tm-delta68.h: Update.
5929         * config/m68k/tm-linux.h: Update.
5930         * config/m68k/tm-m68k.h: Update.
5931         * config/m88k/tm-m88k.h: Update.
5932         * config/mcore/tm-mcore.h: Update.
5933         * config/mips/tm-mips.h: Update.
5934         * config/mn10200/tm-mn10200.h: Update.
5935         * config/pa/tm-hppa.h: Update.
5936         * config/pa/tm-hppa64.h: Update.
5937         * config/sparc/tm-sp64.h: Update.
5938         * config/sparc/tm-sparc.h: Update.
5939         * config/sparc/tm-sparclet.h: Update.
5940         * config/z8k/tm-z8k.h: Update.
5941
5942 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5943
5944         * Makefile.in (i386_linux_tdep_h): Define.
5945         (i386_tdep_h, i387_tdep_h): Define.
5946         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5947         $(i386_tdep_h) and $(i387_tdep_h).
5948         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5949
5950 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
5951
5952         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5953         Already covered by the default.
5954
5955         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5956         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
5957         (i386_gdbarch_init): Initialize long_double_format and long_double
5958         bit.
5959
5960         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5961         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
5962         Move these to ...
5963         * config/i386/i386sol2.mh: ... here.
5964         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5965         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5966         (SIGCONTEXT_PC_OFFSET): Remove define.
5967         (IN_SIGTRAMP): Remove define.
5968         * i386-sol2-tdep.c: New file.
5969         
5970         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5971         * config/i386/tm-i386nw.h: Removed.
5972
5973         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5974         USE_STRUCT_CONVENTION): Remove defines.
5975         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5976         (get_longjmp_target): Remove prototype.
5977         (IN_SIGTRAMP): Remove define.
5978         (i386bsd_in_sigtramp): Remove prototype.
5979         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5980         function.  Update comment accordingly
5981         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5982         (FRAME_SAVED_PC): Remove define.
5983         (i386bsd_frame_saved_pc): Remove prototype.
5984         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5985         GET_LONGJMP_TARGET): Remove defines.
5986         (get_longjmp_target): Remove prototype.
5987         (IN_SIGTRAMP): Remove define.
5988         (i386bsd_in_sigtramp): Remove prototype.
5989         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5990         function.  Update comment accordingly
5991         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5992         (FRAME_SAVED_PC): Remove define.
5993         (i386bsd_frame_saved_pc): Remove prototype.
5994         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5995         Remove prototype.
5996         (USE_STRUCT_CONVENTION): Remove prototype.
5997         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5998         declaration.
5999         (_initialize_i386bsd_nat): Revise logic to determine some
6000         constants at compile time when compiling a native GDB.  Warn if
6001         things don't match up with what we expect.
6002         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6003         Remove variables.
6004         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
6005         to use date stored in `struct gdbarch_tdep'.
6006         (i386bsd_sigcontext_offset): Remove varaible.
6007         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
6008         stored in `struct gdbarch_tdep'.
6009         (i386bsd_frame_saved_pc): Make static.
6010         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6011         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6012         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6013         i386fbsd4_sc_pc_offset): New variables.
6014         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6015         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6016         functions.
6017         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6018         functions.
6019         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6020         Modify the value of i386fbsd_sigtramp_start and
6021         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6022         i386fbsd_sigtramp_end.
6023         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6024         function.
6025
6026         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6027         define to i386-linux-tdep.h.
6028         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6029         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6030         defines.
6031         (i386_linux_register_name, i386_linux_register_byte,
6032         i386_linux_register_raw_size): Remove prototypes.
6033         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6034         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6035         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6036         TARGET_WRITE_PC): Remove defines.
6037         (i386_linux_in_sigtramp, i386_linux_frame_chain,
6038         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6039         i386_linux_write_pc): Remove prototypes.
6040         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6041         (get_longjmp_target): Remove prototype.
6042         * i386-linux-tdep.h: New file.
6043         * i386-linux-nat.c: Include "i386-linux-tdep.h".
6044         * i386-linux-tdep.c: Include "i386-tdep.h" and
6045         "i386-linux-tdep.h".
6046         (i386_linux_register_name, i386_linux_register_byte,
6047         i386_linux_register_raw_size, i386_linux_in_sigtramp,
6048         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6049         Make static.
6050         (i386_linux_init_abi): New function.
6051         (_initialize_i386_linux_tdep): New function.
6052
6053         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6054         (i386_saved_pc_after_call): Remove prototype.
6055         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6056         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6057         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6058         (i386_register_name, i386_stab_reg_to_regnum,
6059         i386_dwarf_reg_to_regnum): Remove prototypes.
6060         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6061         SIZEOF_SSE_REGS): Remove defines.
6062         (REGISTER_BYTES): Remove define.
6063         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6064         (i386_register_byte, i386_register_raw_size): Remove prototypes.
6065         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6066         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6067         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6068         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6069         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6070         (get_longjmp_target): Remove prototype.
6071         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6072         (sigtramp_saved_pc): Remove define.
6073         (i386v4_sigtramp_saved_pc): Remove prototype.
6074         * config/i386/tm-go32.h (FRAME_CHAIN,
6075         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6076         (i386go32_frame_saved_pc): Remove prototype.
6077         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6078         (get_longjmp_target): Remove prototype.
6079         * i386-tdep.h: Include "osabi.h".
6080         (enum i386_abi): Removed.
6081         (enum struct_return): New enum.
6082         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6083         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6084         sc_pc_offset members.
6085         (i386_gdbarch_register_os_abi): Remove prototype.
6086         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6087         I386_SSE_NUM_REGS): New defines.
6088         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6089         I386_SSE_SIZEOF_REGS): New defines.
6090         (i386_register_name, i386_register_byte, i386_register_raw_size):
6091         New prototypes.
6092         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6093         (i386bsd_sigtramp_saved_pc): New prototype.
6094         * i386-tdep.c: Don't include "elf-bfd.h".
6095         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6096         i386_frame_chain, i386_saved_pc_after_call): Make static.
6097         (i386_frame_saved_pc): Rewrite to call architecture dependent
6098         function to deal with signal handlers.  Make static.
6099         (i386go32_frame_saved_pc): Removed.
6100         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6101         Removed.
6102         (i386_get_longjmp_target): New function.
6103         (default_struct_convention, pcc_struct_convention,
6104         reg_struct_convention, valid_conventions, struct_convention): New
6105         variables.
6106         (i386_use_struct_convention): New function.
6107         (i386v4_sigtramp_saved_pc): Renamed to
6108         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
6109         (i386_pc_in_sigtramp): New function.
6110         (i386_abi_names): Removed.
6111         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6112         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6113         Removed.
6114         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6115         i386_gdbarch_register_os_abi): Removed.
6116         (struct i386_abi_handler): Removed.
6117         (i386_abi_handler_list): Removed.
6118         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6119         functions.
6120         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6121         i386_nw_init_abi): New functions.
6122         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6123         Use set_gdbarch_xxx() calls instead of relying on macros for a
6124         number of calls.
6125         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6126         (_initialize_i386_tdep): Add new 'struct-convcention' command.
6127         Register the various architecture variants defined in this file.
6128
6129 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
6130
6131         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6132         (struct main_type): Remove arg_types member.  Update comments for
6133         struct field.
6134         (TYPE_ARG_TYPES): Remove.
6135         (TYPE_FN_FIELD_ARGS): Update.
6136         (smash_to_method_type): Update prototype.
6137
6138         * c-typeprint.c (cp_type_print_method_args): Take method type
6139         instead of argument list.  Use new argument layout.  Simplify.
6140         (c_type_print_args): Use new argument layout.  Simplify.
6141         (c_type_print_base): Update call to cp_type_print_method_args.
6142         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6143         argument; use die->type instead.  Update call to
6144         smash_to_method_type.
6145         (read_structure_scope): Update call to dwarf2_add_member_fn.
6146         * gdbtypes.c (allocate_stub_method): Update comment.
6147         (smash_to_method_type): Take new NARGS and VARARGS arguments.
6148         Use new argument layout.
6149         (check_stub_method): Use new argument layout.  Don't count
6150         void as an argument.
6151         (print_arg_types): Update comments.  Use new argument layout.
6152         (recursive_dump_type): Don't print arg_types member.
6153         * hpread.c (hpread_read_struct_type): Use new argument layout.
6154         (fixup_class_method_type): Likewise.
6155         (hpread_type_lookup): Likewise.
6156         * stabsread.c (read_type): Update calls to read_args and
6157         smash_to_method_type.
6158         (read_args): Use new argument layout.  Simplify.
6159         * valops.c (typecmp): Use new argument layout.  Update parameters
6160         and comments.  Simplify.
6161         (hand_function_call): Use new argument layout.
6162         (search_struct_method): Update call to typecmp.
6163         (find_overload_match): Use new argument layout.
6164
6165 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6166
6167         * NEWS: Mention multithreaded debug support for gdbserver.
6168
6169 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6170
6171         * MAINTAINERS: Mention NEWS.
6172
6173 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
6174
6175         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6176         (struct mips_objfile_private, compare_pdr_entries): New.
6177         (non_heuristic_proc_desc): Read the ".pdr" section if it
6178         is present.
6179
6180 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6181
6182         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6183         (arm_debug): New static variable.
6184         (_initialize_arm_tdep): Add ``set debug arm'' command.
6185
6186 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
6187
6188         * Makefile.in (sim_arm_h): Define.
6189         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6190         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6191         (arm_register_sim_regno): New function, map an internal REGNUM
6192         onto a simulator register number.
6193         (arm_gdbarch_init): Set register_sim_regno.
6194
6195 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
6196
6197         * MAINTAINERS: Add self.
6198
6199 2002-06-11  Jim Blandy  <jimb@redhat.com>
6200
6201         * source.c (source_info): Mention whether the symtab has
6202         information about preprocessor macros.
6203
6204         Call the command `info macro', not `show macro'.
6205         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6206         Fix error message.
6207         (_initialize_macrocmd): Register `info_macro_command' in
6208         `infolist', not `showlist'.
6209
6210 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
6211
6212         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6213         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6214         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6215         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6216         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
6217         unconditionally.
6218         (set_mipsfpu_single_command, set_mipsfpu_double_command)
6219         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6220         (_initialize_mips_tdep): Remove dead code.
6221         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6222         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6223         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6224         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6225         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6226         MIPS_LAST_FP_ARG_REGNUM): Remove.
6227
6228 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6229
6230         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6231         (unwind_tmp_obstack_free, parse_frame_info)
6232         (update_context, cfi_read_fp, cfi_write_fp)
6233         (cfi_frame_chain, cfi_init_extra_frame_info)
6234         (cfi_virtual_frame_pointer): Use the above function.
6235         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6236
6237 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
6238
6239         * v850-tdep.c (v850_type_is_scalar): New function.
6240         (v850_use_struct_convention): Match current gcc implementation
6241         as close as possible.
6242         (v850_push_arguments): Fix stack_offset handling.  Don't write
6243         struct_addr into register.  This is done by v850_store_struct_return.
6244         (v850_extract_return_value): Care for structs.
6245         (v850_store_return_value): Ditto.
6246         (v850_store_struct_return): Actually write address.
6247
6248 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
6249
6250         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6251         without debug information too.
6252
6253 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6254
6255         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6256         Make multi-arch pure.
6257         * gdbarch.h, gdbarch.c: Re-generate.
6258         * arm-tdep.c (arm_print_float_info): Update.
6259         * arch-utils.h (default_print_float_info): Update.
6260         * arch-utils.c (default_print_float_info): Update.
6261         * infcmd.c (float_info): Update call.
6262
6263 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6264
6265         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6266         the front of the initialize list.
6267
6268 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
6269
6270         * infrun.c (struct inferior_status): Replace fields
6271         selected_frame_address and selected_level with field
6272         selected_frame_id.
6273         (save_inferior_status): Update.  Use get_frame_id.
6274         (struct restore_selected_frame_args): Delete.
6275         (restore_selected_frame): Update.  Use frame_find_by_id.
6276         (restore_inferior_status): Update.
6277
6278         * breakpoint.h (struct breakpoint): Change type of
6279         watchpoint_frame to frame_id.
6280         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
6281         call to get_current_frame.
6282         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
6283         get_current_frame.
6284         (watchpoint_check): Use frame_find_by_id.
6285
6286         * frame.h (record_selected_frame): Delete declaration.
6287         * stack.c (record_selected_frame): Delete function.
6288         
6289         * frame.h (struct frame_id): Define.
6290         (get_frame_id): Declare.
6291         (frame_find_by_id): Declare.
6292         * frame.c (frame_find_by_id): New function.
6293         (get_frame_id): New function.
6294
6295 2002-06-10  Andrey Volkov <avolkov@transas.com>
6296
6297         * ser-e7kpc.c: Fix duplicated define and call of 
6298         _initialize_ser_e7000pc
6299             
6300 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6301
6302         * signals/signals.c (target_signal_from_host): Fix #ifdef
6303         SIGRTMIN case.
6304         (do_target_signal_to_host): Likewise.
6305
6306 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
6307
6308         * mips-tdep.c (mips_find_abi_section): New function.
6309         (mips_gdbarch_init): Call it.
6310
6311 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6312
6313         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6314         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
6315         after Andrew's 2002-06-08 gdbarch change.
6316
6317 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6318
6319         * i386-linux-nat.c (suppy_gregset): Don't supply
6320         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6321         register cache.
6322         (fill_gregset): Don't fetch it under the same circumstances.
6323
6324 2002-06-09  Andrew Cagney  <cagney@redhat.com>
6325
6326         * Makefile.in (callback_h): Define.
6327         (remote_sim_h): Update path to remote-sim.h.
6328         (remote-rdp.o): Add $(callback_h).
6329         (remote-sim.o): Use $(callback_h).
6330         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6331         * remote-rdp.c: Include "gdb/callback.h".
6332
6333 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
6334
6335         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6336         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6337
6338 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6339
6340         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6341         * rdi-share/serpardr.c: Ditto.
6342         * rdi-share/unixcomm.c: Ditto.
6343         * rdi-share/serdrv.c: Ditto.
6344         * rdi-share/hostchan.h: Ditto.
6345         * rdi-share/hostchan.c: Ditto.
6346         * rdi-share/host.h: Ditto.
6347         * rdi-share/devsw.c: Ditto.
6348
6349         * objfiles.h: Change type of obj_private to void pointer.
6350         * pa64solib.c: Update copyright.  Don't include "assert.h", use
6351         strcmp instead of STREQ, use LONGEST, do not use PTR
6352         * somsolib.c: Ditto.
6353
6354         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6355         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6356         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6357
6358 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6359
6360         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6361         (default_get_saved_register): Delete function.
6362         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6363         generic_unwind_get_saved_register.
6364         * gdbarch.h, gdbarch.c: Re-generate.
6365         
6366 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6367
6368         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6369         generic_func_frame_chain_valid.
6370         * gdbarch.h, gdbarch.c: Re-generate.
6371         * blockframe.c (generic_func_frame_chain_valid): Only check
6372         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
6373         passing FP to PC_IN_CALL_DUMMY.
6374         Fix PR gdb/360.
6375
6376 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
6377
6378         * gdbarch.sh (struct gdbarch_data): Add field init_p.
6379         (register_gdbarch_data): Initialize init_p.
6380         (gdbarch_data): Initialize data pointer using the init function.
6381         (init_gdbarch_data): Delete function.
6382         (gdbarch_update_p): Update.
6383         (initialize_non_multiarch): Update.
6384         (struct gdbarch): Add field initialized_p.
6385         * gdbarch.h, gdbarch.c: Re-generate.
6386
6387 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
6388
6389         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6390         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6391         better do the things actually here.
6392         * x86-64-tdep.c (x86_64_register_name2nr): New.
6393         (x86_64_register_name): Renamed to x86_64_register_nr2name.
6394         (x86_64_gdbarch_init): Respect the above change.
6395         * x86-64-tdep.h (x86_64_register_name2nr)
6396         (x86_64_register_nr2name): Add prototypes.
6397         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6398
6399 2002-06-06  Michael Snyder  <msnyder@redhat.com>
6400
6401         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6402         Delete extra braces and re-indent.
6403         (d10v_store_return_value): Char return values
6404         must be shifted over by one byte in R0.
6405         (d10v_extract_return_value): Delete extra braces, re-indent.
6406
6407 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6408
6409         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6410         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6411         (d10v_integer_to_address): Rewrite.
6412         (d10v_frame_init_saved_regs): When reading fp and sp registers use
6413         the d10v specific functions which take care of converting to the
6414         correct space.
6415
6416 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
6417
6418         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6419         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6420
6421 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6422
6423         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6424         includes.
6425         * config/tm-linux.h: Ditto.
6426         * config/alpha/tm-alphalinux.h: Ditto.
6427         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6428         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6429         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6430         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6431         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6432         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6433         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6434         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6435         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6436         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6437         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6438         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6439         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6440         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6441         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6442         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6443         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6444         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6445         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6446         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6447         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6448         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6449         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6450         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6451         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6452         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6453         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6454         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6455         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6456         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6457         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6458         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6459         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6460         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6461         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6462         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6463         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6464
6465 2002-05-04  Aidan Skinner <aidan@velvet.net>
6466
6467         * ada-exp.tab.c: New file
6468         * ada-exp.y: New file
6469         * ada-lang.c: New file
6470         * ada-lang.h: New file
6471         * ada-lex.c: New file
6472         * ada-lex.l: New file
6473         * ada-tasks.c: New file
6474         * ada-typeprint.c: New file
6475         * ada-valprint.c: New file
6476         
6477 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6478
6479         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6480         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6481
6482 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6483
6484         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6485         insetead of ppc-linux-tdep.o.
6486         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6487         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6488
6489 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6490
6491         2002-05-07 Christian Groessler <chris@groessler.org>
6492         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6493         bit register contents for little endian hosts.
6494
6495 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6496
6497         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6498         any maintainer.
6499
6500 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6501
6502         * gdbarch.h: Regenerate.
6503
6504 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6505
6506         * MAINTAINERS: Add everyone to write-after-approval list.
6507
6508 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6509
6510         * stack.c (frame_info): Use frame_register_unwind instead of
6511         saved_regs.  Mention when the SP is on the stack or in a register.
6512
6513         * frame.h (frame_register_unwind_ftype): Define.  Document.
6514         (struct frame_info): Add field register_unwind and
6515         register_unwind_cache.
6516         (frame_register_unwind): Declare.
6517         (generic_unwind_get_saved_register): Declare.
6518
6519         * frame.c (frame_register_unwind): New function.
6520         (generic_unwind_get_saved_register): New function.
6521
6522         * blockframe.c (generic_call_dummy_register_unwind): New function.
6523         (frame_saved_regs_register_unwind): New function.
6524         (set_unwind_by_pc): New function.
6525         (create_new_frame): New function.
6526         (get_prev_frame): New function.
6527
6528 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6529
6530         * a29k-share/: Delete directory.
6531         * remote-vx29k.c: Delete file.
6532
6533 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6534
6535         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6536         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6537
6538 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6539
6540         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6541         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6542         (sparc64nbsd-nat.o)
6543         (sparcnbsd-nat.o)
6544         (sparcnbsd-tdep.o): New dependency lists.
6545         * NEWS: Note new UltraSPARC NetBSD native configuration.
6546         * configure.host (sparc64-*-netbsd*): New host.
6547         * configure.tgt (sparc-*-netbsdelf*)
6548         (sparc-*-netbsd*): Set gdb_target to nbsd.
6549         (sparc64-*-netbsd*): New target.
6550         * sparc64nbsd-nat.c: New file.
6551         * sparcnbsd-nat.c: New file.
6552         * sparcnbsd-tdep.c: New file.
6553         * sparcnbsd-tdep.h: New file.
6554         * config/sparc/nbsd.mt: New file.
6555         * config/sparc/nbsd64.mh: New file.
6556         * config/sparc/nbsd64.mt: New file.
6557         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6558         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6559         (HOST_IPC): Remove.
6560         * config/sparc/nbsdaout.mt: Remove.
6561         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6562         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6563         (HOST_IPC): Remove.
6564         * config/sparc/nbsdelf.mt: Remove.
6565         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6566         sparc-nat.c compatiblity defines.
6567         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6568         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6569         * config/sparc/tm-nbsd64.h: New file.
6570         * config/sparc/tm-nbsdaout.h: Remove.
6571         * config/sparc/xm-nbsd.h: Remove.
6572
6573 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6574
6575         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6576         * sparc-tdep.c: Include osabi.h.
6577         (gdbarch_tdep): Add osabi member.
6578         (_initialize_sparc_tdep): Use gdbarch_register.
6579         (sparc_gdbarch_init): Use generic OS ABI framework.
6580         (sparc_dump_tdep): New function.
6581
6582 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6583
6584         * corefile.c (do_captured_read_memory_integer): Return non-zero
6585         result.
6586         (safe_read_memory_integer): Copy result of memory read when
6587         status is non-zero.  Also, add comments.
6588
6589 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6590
6591         * Makefile.in (ppc_tdep_h): Define.
6592         (ppc-linux-nat.o)
6593         (ppc-linux-tdep.o)
6594         (rs6000-tdep.o): Use $(ppc_tdep_h).
6595         (ppc-sysv-tdep.o)
6596         (ppcnbsd-nat.o)
6597         (ppcnbsd-tdep.o): New dependency lists.
6598         * ppc-tdep.h: Use generic OS ABI framework.
6599         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6600         (ppc_linux_init_abi): New functions.
6601         (ppc_sysv_abi_broken_use_struct_convention)
6602         (ppc_sysv_abi_use_struct_convention)
6603         (ppc_sysv_abi_push_arguments): Move to...
6604         * ppc-sysv-tdep.c: ...here.
6605         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6606         * rs6000-tdep.c (process_note_abi_tag_sections)
6607         (get_elfosabi): Remove.
6608         (rs6000_gdbarch_init): Use generic OS ABI framework.
6609         (rs6000_dump_tdep): New function.
6610         (_initialize_rs6000_tdep): Use gdbarch_register.
6611         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6612         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6613         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6614         of ppc-linux-tdep.o.
6615         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6616         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6617         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6618         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6619         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6620         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6621
6622 2002-05-29  Jim Blandy  <jimb@redhat.com>
6623
6624         * macroscope.c (default_macro_scope): Put `void' in empty argument
6625         list.
6626
6627 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6628
6629         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6630         * arch-utils.c: Include "sim-regno.h".
6631         * gdbarch.sh: Don't include "sim-regno.h".
6632         * gdbarch.h, gdbarch.c: Regenerate.
6633         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6634         here.
6635         * arch-utils.h (legacy_register_sim_regno): To here.
6636         * remote-sim.c (legacy_register_sim_regno): Move function from
6637         here.
6638         * arch-utils.c (legacy_register_sim_regno): To here.
6639
6640 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6641
6642         * sim-regno.h: New file.
6643         * Makefile.in (sim_regno_h): Define.
6644         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6645         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6646         (legacy_register_sim_regno): New function.
6647         (one2one_register_sim_regno): New function.
6648         (gdbsim_fetch_register): Rewrite.
6649         (gdbsim_store_register): Only store a register when
6650         REGISTER_SIM_REGNO is valid.
6651         * d10v-tdep.c: Include "sim-regno.h".
6652         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6653         (d10v_ts3_register_sim_regno): Ditto.
6654         * gdbarch.sh: Include "sim-regno.h".
6655         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6656         * gdbarch.h, gdbarch.c: Regenerate.
6657         * arch-utils.h (default_register_sim_regno): Delete declaration.
6658         * arch-utils.c (default_register_sim_regno): Delete function.
6659
6660 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6661
6662         * ppcnbsd-nat.c: Rewrite.
6663         * ppcnbsd-tdep.c: New file.
6664         * ppcnbsd-tdep.h: New file.
6665         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6666         solib.o, and solib-svr4.o.
6667         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6668         nbsd-tdep.o, and corelow.o.
6669
6670 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6671
6672         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6673         `tr' and `sed'.  Mention that `broken' targets are not expected to
6674         build.
6675
6676 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6677
6678         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6679         Let PC point right after the prologue before looking up symbols.
6680         
6681 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6682
6683         * i386-tdep.c (i386_register_virtual_type): Return 
6684         builtin_type_vec128i for SSE registers.
6685
6686         * gdbtypes.h (builtin_type_vec128i): Declare.
6687
6688         * gdbtypes.c (build_builtin_type_vec128i): New function.
6689         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6690         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6691         (build_gdbtypes): Initialize new builtin vector types.
6692         (_initialize_gdbtypes): Register new vector types with gdbarch.
6693
6694 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6695
6696         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6697         since it has been multi-arch'd.
6698         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6699         Move Alpha and VAX multi-arch news entries to same section
6700         as other multi-arch news.
6701
6702 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6703
6704         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6705         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6706         static.  Rename some register numbers to put them in ns32k-tdep
6707         private namespace.
6708         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6709         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6710         functions.
6711         (_initialize_ns32k_tdep): Use gdbarch_register.
6712         * ns32k-tdep.h: New file.
6713         * ns32knbsd-tdep.c: New file.
6714         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6715         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6716         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6717         REGISTER_BYTES, REGISTER_BYTE): Remove.
6718         * config/ns32k/tm-ns32k.h: New file.
6719         * config/ns32k/tm-umax.h: Remove.
6720
6721 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6722
6723         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6724         ns32k_store_struct_return, ns32k_extract_return_value,
6725         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6726         functions.
6727         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6728         ns32k_saved_pc_after_call.
6729         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6730         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6731         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6732         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6733         ns32k_extract_struct_value_address.
6734
6735 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6736
6737         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6738         ns32k_fix_call_dummy): New.
6739         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6740         ns32k_call_dummy_words.
6741         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6742         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6743         CALL_DUMMY_NARGS): Remove.
6744         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6745
6746 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6747
6748         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6749         ns32k_frame_saved_pc, ns32k_frame_args_address,
6750         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6751         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6752         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6753         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6754         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6755         (BREAKPOINT): Remove..
6756         (FRAME_CHAIN): Define as ns32k_frame_chain.
6757         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6758         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6759         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6760         (FRAME_FIND_SAVED_REGS): Remove.
6761         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6762         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6763         (POP_FRAME): Define as ns32k_pop_frame.
6764
6765 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6766
6767         * ns32k-tdep.c (ns32k_register_byte_32082,
6768         ns32k_register_byte_32382, ns32k_register_raw_size,
6769         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6770         functions.
6771         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6772         ns32k_register_byte_32382.
6773         * config/ns32k/tm-umax.h: Update copyright years.
6774         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6775         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6776         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6777         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6778         (ns32k_get_enter_addr): Fix prototype.
6779
6780 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6781
6782         * ns32k-tdep.c: Update copyright years.
6783         (ns32k_register_name_32082): New function.
6784         (ns32k_register_name_32382): Ditto.
6785         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6786         (REGISTER_NAME): Define as ns32k_register_name_32382.
6787         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6788         (REGISTER_NAME): Define as ns32k_register_name_32082.
6789
6790 2002-05-24  Jim Blandy  <jimb@redhat.com>
6791
6792         * dwarf2read.c (free_line_header): Use xfree, not free.
6793
6794 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
6795
6796         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6797         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6798
6799 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6800
6801         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6802
6803 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6804
6805         From Ross Alexander at NEC Europe:
6806         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6807
6808 2002-05-23  Michael Snyder  <msnyder@redhat.com>
6809
6810         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6811         for input, rather than parse_and_eval_address.  
6812
6813 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6814
6815         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6816         * Makefile.in (sim_d10v_h): Update definition.
6817
6818 2002-05-24  Andrew Cagney  <cagney@redhat.com>
6819
6820         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6821         change `2002-05-22 Michael Snyder' below.
6822         (d10v_push_arguments): Ditto.
6823         (d10v_extract_return_value): Ditto.
6824
6825 2002-05-23  Jim Blandy  <jimb@redhat.com>
6826
6827         * macrotab.c (check_for_redefinition): Don't complain if the new
6828         definition is the same as the previous one.  Take more arguments
6829         to allow the comparison.
6830         (macro_define_object, macro_define_function): Pass more arguments
6831         to check_for_redefinition.
6832
6833 2002-05-22  Michael Snyder  <msnyder@redhat.com>
6834
6835         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6836         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6837         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6838         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6839         Don't bail if return_pc is PC_IN_CALL_DUMMY.
6840         Add a temp variable to save a call (and a memory read).
6841         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6842         if possible (so that PC_IN_CALL_DUMMY will work).
6843
6844 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6845
6846         * MAINTAINERS: Remove status `OBSOLETE' from v850.
6847
6848 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
6849
6850         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6851         fde->cie_ptr.
6852         (dwarf2_build_frame_info): Corrected handling of eh_frame.
6853         (dwarf2_build_frame_info): Add offset to fde->initial_location 
6854         so that frames of shared libraries are mapped correctly.
6855         (execute_stack_op): Change type of 'result' from ULONGEST to
6856         CORE_ADDR.
6857         
6858 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6859
6860         * config/alpha/tm-nbsd.h: Include solib.h.
6861
6862 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6863
6864         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6865         assumptions about the host's byte order.
6866
6867 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6868
6869         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6870         to dependency list.
6871         * alphanbsd-tdep.c: Include solib-svr4.h.
6872         * shnbsd-tdep.c: Ditto.
6873
6874 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6875
6876         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6877         nbsd-tdep.h to dependency list.
6878         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6879         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6880         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6881         nbsdaout.mh and nbsdelf.mh consistently.
6882         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6883         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6884         nbsdaout.mt and nbsdelf.mh consistently.
6885         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
6886         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6887         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6888         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
6889         a.out shared library stuff from here...
6890         * config/nm-nbsdaout.h: ...to here.
6891         * config/tm-nbsd.h: Remove.
6892         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6893         * config/arm/nbsd.mh: Remove.
6894         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6895         nbsd-tdep.o.
6896         * config/arm/nbsdaout.mh: New file. 
6897         * config/arm/nbsdelf.mh: New file.
6898         * config/arm/nm-nbsdaout.h: New file.
6899         * config/i386/nbsd.mh: Remove.
6900         * config/i386/nbsd.mt: Remove.
6901         * config/i386/nbsdaout.mh: New file.
6902         * config/i386/nbsdaout.mt: New file.
6903         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6904         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6905         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
6906         i386_register_u_addr): Remove.
6907         * config/i386/nm-nbsdaout.h: New file.
6908         * config/i386/nm-nbsdelf.h: Remove.
6909         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6910         (USE_STRUCT_CONVENTION): Remove.
6911         * config/i386/tm-nbsdaout.h: New file.
6912         * config/i386/tm-nbsdelf.h: Remove.
6913         * config/m68k/nbsd.mh: Remove.
6914         * config/m68k/nbsd.mt: Remove.
6915         * config/m68k/nbsdaout.mh: New file.
6916         * config/m68k/nbsdaout.mt: New file. 
6917         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6918         * config/m68k/nm-nbsdaout.h: New file.
6919         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6920         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6921         * config/ns32k/nbsd.mh: Remove.
6922         * config/ns32k/nbsd.mt: Remove. 
6923         * config/ns32k/nbsdaout.mh: New file.
6924         * config/ns32k/nbsdaout.mt: New file.
6925         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
6926         * config/ns32k/nm-nbsdaout.h: New file.
6927         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
6928         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6929         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6930         (SVR4_SHARED_LIBS): Remove.
6931         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6932         * config/sparc/nbsd.mh: Remove.
6933         * config/sparc/nbsd.mt: Remove.
6934         * config/sparc/nbsdaout.mh: New file.
6935         * config/sparc/nbsdaout.mt: New file.
6936         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6937         * config/sparc/nbsdelf.mt: New file.
6938         * config/sparc/nm-nbsdaout.h: New file.   
6939         * config/sparc/nm-nbsdelf.h: Remove.
6940         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6941         * config/sparc/tm-nbsdaout.h: New file.
6942
6943 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6944
6945         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6946         mipsnbsd-tdep.c
6947         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6948
6949 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6950
6951         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6952         shnbsd-nat.c.
6953         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6954
6955 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6956
6957         * NEWS: Note new MIPS NetBSD native configuration. 
6958         * configure.host (mips*-*-netbsd*): New host. 
6959         * configure.tgt (mips*-*-netbsd*): New target. 
6960         * mipsnbsd-nat.c: New file.
6961         * mipsnbsd-tdep.c: New file.
6962         * mipsnbsd-tdep.h: New file.
6963         * config/mips/nbsd.mh: New file.
6964         * config/mips/nbsd.mt: New file.
6965         * config/mips/nm-nbsd.h: New file.
6966         * config/mips/tm-nbsd.h: New file.
6967
6968 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6969
6970         * Makefile.in (SFILES): Add osabi.c.
6971         (COMMON_OBS): Add osabi.o.
6972         (osabi.o): New dependency list.
6973         * osabi.c: New file.
6974         * osabi.h: New file.
6975         * doc/gdbint.texinfo: Document new generic OS ABI framework.
6976
6977         * Makefile.in (alpha_tdep_h): Define and use instead of
6978         alpha-tdep.h.
6979         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6980         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6981         Remove.
6982         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6983         * alpha-tdep.h: Include osabi.h.
6984         (alpha_abi): Remove.
6985         (gdbarch_tdep): Use generic OS ABI framework.
6986         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6987         gdbarch_register_osabi.
6988         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6989         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6990         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6991
6992         * Makefile.in (sh_tdep_h): Add osabi.h.
6993         * sh-tdep.h (sh_osabi): Remove.
6994         (gdbarch_tdep): Use generic OS ABI framework.
6995         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6996         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6997         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6998         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6999
7000         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7001         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7002         gdbarch_register_osabi.
7003         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7004         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7005         (get_elfosabi): Rename to...
7006         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
7007         ABI framework support routines.
7008         (arm_gdbarch_init): Use generic OS ABI framework.
7009         (arm_dump_tdep): Likewise.
7010         (_initialize_arm_tdep): Likewise.
7011         * arm-tdep.h: Include osabi.h.
7012         (arm_abi): Remove.
7013         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
7014         osabi member.
7015         (arm_gdbarch_register_os_abi): Remove prototype.
7016         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7017         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7018
7019         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7020         * mips-tdep.c: Include osabi.h.
7021         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7022         OS ABI framework.
7023
7024 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
7025
7026         * h8300-tdep.c: Fix formatting.
7027
7028 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
7029
7030         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7031         printing vector registers.
7032
7033 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7034
7035         From Fernando Nasser:
7036         * remote.c (remote_async_open_1): Re-throw the exception when the
7037         connection fails.
7038         (remote_cisco_open): Ditto.
7039         (remote_open_1): Ditto.
7040
7041 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7042
7043         * remote.c (remote_start_remote_dummy): Add uiout parameter.
7044         (remote_start_remote): Add uiout parameter.  Pass through to
7045         remote_start_remote_dummy.
7046         (remote_open_1): Use catch_exception instead of catch_errors.
7047         (remote_async_open_1): Ditto.
7048         (remote_cisco_open): Ditto.
7049
7050 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
7051
7052         * remote.c (remote_start_remote): Replace PTR with void pointer.
7053         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
7054         static.
7055
7056 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
7057
7058         * gdb_indent.sh: Allow the script to be run in the sim directory.
7059
7060 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
7061
7062         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7063         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7064
7065         * corelow.c (core_open): Only call set_gdbarch_from_file if
7066         exec_bfd is NULL.
7067
7068 2002-05-17  Andrey Volkov <avolkov@transas.com>
7069
7070         * h8300-tdep.c: Add support of EXR register
7071         * config/h8300/tm-h8300.h: Ditto. 
7072         
7073 2002-05-17  Andrey Volkov <avolkov@transas.com>
7074
7075         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
7076         
7077 2002-05-17  Andrey Volkov <avolkov@transas.com>
7078
7079         * h8300-tdep.c: Change literal regnums to REGNO.
7080         
7081 2002-05-17  Jim Blandy  <jimb@redhat.com>
7082
7083         * NEWS: Note addition of macro support.
7084
7085         Expand preprocessor macros in C expressions.
7086         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7087         (scan_macro_expansion, scanning_macro_expansion,
7088         finished_macro_expansion): New function declarations.
7089         (expression_macro_lookup_func, expression_macro_lookup_baton): New
7090         variable declarations.
7091         * parser-defs.h (expression_context_pc): New declaration.
7092         * parse.c (expression_context_pc): New variable.
7093         (parse_exp_1): Set expression_context_pc, as well as
7094         expression_context_block.
7095         * c-exp.y (yylex): If we're not already reading the result of a
7096         macro expansion, try to macro-expand the next token.  When we're
7097         done scanning a macro expansion, switch back to the mainline text.
7098         Commas and `if's in a macro's expansion don't terminate the input.
7099         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7100         (macro_original_text, macro_expanded_text,
7101         expression_macro_lookup_func, expression_macro_lookup_baton): New
7102         variables.
7103         (scan_macro_expansion, scanning_macro_expansion,
7104         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7105         c_preprocess_and_parse): New functions.
7106         (c_language_defn, cplus_language_defn, asm_language_defn): Call
7107         c_preprocess_and_parse, instead of c_parse.
7108         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7109         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7110
7111 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
7112
7113         * sh-tdep.c (gdb_print_insn_sh64): Delete.
7114         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7115         (sh_gdbarch_init): Always use gdb_print_insn_sh.
7116
7117 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
7118
7119         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
7120
7121 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
7122
7123         * Makefile.in (sh_tdep_h): Define and use.
7124         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7125         register enum): Move to...
7126         * * sh-tdep.h: ...here.
7127         * sh-tdep.c: Include sh-tdep.h.
7128         * sh3-rom.c: Likewise.
7129         * shnbsd-tdep.c: Likewise.
7130
7131 2002-05-16  Michael Snyder  <msnyder@redhat.com>
7132
7133         * arm-tdep.c: Spelling fix in comment.
7134
7135 2002-05-16  Jim Blandy  <jimb@redhat.com>
7136
7137         Add commands for manually expanding macros and showing their
7138         definitions.
7139         * macrocmd.c, macroscope.c, macroscope.h: New files.
7140         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7141         (macroscope_h): New variable.
7142         (HFILES_NO_SRCDIR): Add macroscope.h.
7143         (COMMON_OBS): Add macrocmd.o, macroscope.o.
7144         (macroscope.o, macrocmd.o): New rules.
7145
7146         Teach the Dwarf 2 reader to read macro information.
7147         * dwarf2read.c: #include "macrotab.h".
7148         (dwarf_macinfo_buffer): New variable.
7149         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7150         dwarf_macinfo_size.
7151         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7152         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7153         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7154         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7155         dwarf2_macro_spaces_in_definition): New complaints.
7156         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7157         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7158         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7159         the partial symbol table.
7160         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7161         from what's recorded in the partial symbol table.
7162         (read_file_scope): If the compilation unit has a
7163         `DW_AT_macro_info' attribute, read its macro information.
7164         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7165
7166 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
7167
7168         Fix PR gdb/546
7169         * ser-tcp.c: Don't include <netinet/udp.h>.
7170
7171 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
7172
7173         * MAINTAINERS: Update my email address.
7174
7175 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
7176
7177         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7178         include file of the same name.
7179
7180 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7181
7182         * configure.tgt: Mark v850 as multi-arched.
7183         * config/v850/tm-v850.h: Remove file.
7184         * config/v850/v850.mt: Eliminate TM_FILE.
7185
7186 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7187
7188         * v850-tdep.c: Full multi-arch.
7189         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7190         Define GDB_MULTI_ARCH to 2.
7191
7192 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7193
7194         * p-exp.y (current_type): New static variable.
7195         Carries the type of the expression at the position that is parsed.
7196         (push_current_type, pop_current_type): Two new functions. Used
7197         to store/restore current_type in expression on specific tokens.
7198         (search_field): New static variable. Set to one after parsing a point
7199         as at that point only a FIELDNAME token should be searched.
7200         (FIELDNAME): New token. After a point only a token belonging to 
7201         current_type type definition is allowed.
7202         (all over token rules): reset and change current_type according
7203         to rules.
7204         (exp '[' rule): insert implicit array index field if
7205         exp is a pascal string type.
7206
7207 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7208
7209         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
7210         frame info.  Use frame_info's saved_regs instead of matching member
7211         in extra_frame_info throughout.
7212         (v850_frame_init_saved_regs): New function.
7213         (v850_init_extra_frame_info): Move most functionality into
7214         v850_frame_init_saved_regs().
7215         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7216         (v850_frame_find_saved_regs): Remove declaration.
7217         (FRAME_FIND_SAVED_REGS): Remove definition.
7218         (v850_frame_init_saved_regs): Add declaration.
7219         (FRAME_INIT_SAVED_REGS): Add definition.
7220
7221 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
7222
7223         * v850-tdep.c: Begin multi-arch'ing v850.
7224         (v850_target_architecture_hook): Remove function.
7225         (v850_gdbarch_init): New function.  Add code previously in
7226         v850_target_architecture_hook().
7227         (_initialize_v850_tdep): Don't  set target_architecture_hook.
7228         Call register_gdbarch_init() instead.
7229
7230 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
7231
7232         * gdbtypes.h (struct cplus_struct_type): Remove args field.
7233         * hpread.c (hpread_read_struct_type): Remove assignments to args.
7234         (fixup_class_method_type): Likewise.
7235
7236 2002-05-15  Jim Blandy  <jimb@redhat.com>
7237
7238         Add macro structures to GDB's symbol tables.  Nobody puts anything
7239         in them yet.
7240         * symtab.h (struct symtab): New member: `macro_table'.
7241         * buildsym.h (pending_macros): New global variable.
7242         * buildsym.c: #include "macrotab.h".
7243         (buildsym_init): Initialize `pending_macros'.
7244         (end_symtab): If we found macro information while reading a CU's
7245         debugging info, do build a symtab structure for it.  Make the
7246         symtab point to the macro information, and clear the
7247         `pending_macros' pointer which held it while we were reading the
7248         debug info.
7249         (really_free_pendings): Free any pending macro table.
7250         * objfiles.h (struct objfile): New member: `macro_cache'.
7251         * objfiles.c (allocate_objfile): Set allocate and free functions
7252         for the macro cache's objstack.
7253         (free_objfile): Empty the macro cache's obstack.
7254         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7255         set new allocate and free functions for it.
7256         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7257         free functions for the macro cache's objstack.  (Why is this
7258         function building its own objfile?)
7259         * symmisc.c (print_objfile_statistics): Print statistics on the
7260         macro bcache.
7261         * Makefile.in: Note that buildsym.o depends on macrotab.h.
7262
7263 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7264
7265         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7266         (REGISTER_U_ADDR): Delete definition.
7267         (arm_register_u_addr): Delete declaration.
7268
7269 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
7270
7271         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7272         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7273
7274 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
7275
7276         * regcache.c (register_valid): Revise comments refering to "Not
7277         available" and "unavailable".
7278         * frame.c (frame_register_read): Ditto.
7279         * findvar.c (value_of_register): Ditto.
7280
7281 2002-05-15  Andrew Cagney  <cagney@redhat.com>
7282
7283         * Makefile.in (remote_sim_h): Replace remote-sim_h.
7284         (remote-sim.o): Update dependencies.
7285         (d10v-tdep.o): Specify dependencies.
7286         (sim_d10v_h): Define.
7287
7288 2002-05-14  Jim Blandy  <jimb@redhat.com>
7289
7290         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7291         * macrotab.c (macro_lookup_inclusion, find_definition,
7292         new_macro_table): Same.
7293         
7294         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7295         not `! strcmp ()'.  This is a dubious improvement.
7296         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7297
7298         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7299         although it's not necessary, to avoid a warning.
7300
7301 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7302
7303         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7304         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7305         TYPE_INSTANCE_FLAGS.
7306         (struct main_type): New.
7307         (struct type): Move most members to struct main_type.  Change
7308         cv_type and as_type to new type_chain member.  Add instance_flags.
7309         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7310         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7311         (finish_cv_type): Remove prototype.
7312         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
7313         Set TYPE_CHAIN.
7314         (alloc_type_instance): New function.
7315         (smash_type): New function.
7316         (make_pointer_type, make_reference_type, make_function_type)
7317         (smash_to_member_type, smash_to_method_type): Call smash_type.
7318         (make_qualified_type): New function.
7319         (make_type_with_address_space): Call make_qualified_type.
7320         (make_cv_type): Likewise.
7321         (finish_cv_type): Remove unnecessary function.
7322         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
7323         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7324         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7325         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7326         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7327         * hpread.c (hpread_read_struct_type): Likewise.
7328         * stabsread.c (read_struct_type): Likewise.
7329
7330 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
7331
7332         * configure.tgt: Add a catch all sh* target, for cases like
7333         sh[2,3,4]-elf and sh-hms.
7334
7335 2002-05-14  Keith Seitz  <keiths@redhat.com>
7336
7337         * event-loop.c (create_file_handler): Don't do anything but
7338         update data when we are given a fd which we are already
7339         monitoring.
7340
7341 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
7342
7343         * dwarf2cfi.c (context_cpy): Copy registers correctly.
7344         (update_context): Use __func__ in warnings.
7345         
7346 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
7347
7348         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
7349         and tcp_close to net_open and net_close.
7350         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
7351         using UDP if requested.  Don't try to disable Nagle on UDP
7352         sockets.
7353         * remote.c (remote_serial_open): New function.  Warn about UDP.
7354         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7355
7356 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7357
7358         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7359
7360 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
7361
7362         * configure.tgt: Remove sh-hms target.
7363         * MAINTAINERS: Don't list sh-hms as a separate target.
7364
7365 2002-05-13  Jim Blandy  <jimb@redhat.com>
7366
7367         Add first preprocessor macro-expansion files.
7368         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7369         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7370         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7371         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7372         (COMMON_OBS): Add macrotab.o, macroexp.o.
7373         (macroexp.o, macrotab.o): New rules.
7374
7375 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
7376
7377         * config/m88k/tm-m88k.h: Update copyright.
7378         (m88k_target_write_pc): Declare
7379         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7380         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7381         (SHIFT_INST_REGS): Update definition.
7382         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
7383         using old definition of TARGET_WRITE_PC.
7384         * regcache.c (generic_target_write_pc): Delete code handling
7385         NNPC_REGNUM.
7386         * gdbarch.sh (NNPC_REGNUM): Delete.
7387         * gdbarch.h, gdbarch.c: Regenerate.
7388
7389 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
7390
7391         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7392         builtin reg number.
7393
7394 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
7395
7396         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7397         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7398         (gen_address_of, gen_struct_ref, gen_repeat): Use type
7399         access macros.
7400         * c-typeprint.c (cp_type_print_method_args): Likewise.
7401         (c_type_print_args): Likewise.
7402         * d10v-tdep.c (d10v_push_arguments): Likewise.
7403         (d10v_extract_return_value): Likewise.
7404         * expprint.c (print_subexp): Likewise.
7405         * gdbtypes.c (lookup_primitive_typename): Likewise.
7406         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7407         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7408         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7409         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7410         (TYPE_VECTOR): Likewise.
7411         * hpread.c (hpread_read_struct_type)
7412         (fix_static_member_physnames, fixup_class_method_type)
7413         (hpread_type_lookup): Likewise.
7414         * mdebugread.c (parse_symbol, parse_type): Likewise.
7415         * p-lang.c (is_pascal_string_type): Likewise.
7416         * valops.c (hand_function_call): Likewise.
7417         * x86-64-tdep.c (classify_argument): Likewise.
7418
7419         * hpread.c (hpread_read_function_type)
7420         (hpread_read_doc_function_type): Call replace_type.
7421         * dstread.c (create_new_type): Delete.
7422         (decode_dst_structure, process_dst_function): Call alloc_type.
7423         Use type access macros.
7424
7425 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7426
7427         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7428         the're not supported by the current architecture.
7429         (i387_fill_fxsave): Likewise.
7430
7431 2002-05-12  Fred Fish  <fnf@redhat.com>
7432
7433         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7434         sect_index_xxx members to index the first slot in section_offsets
7435         if all of the section_offsets are zero.
7436
7437 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7438
7439         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7440         checked in with last change.
7441
7442 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7443
7444         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7445         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7446         config.sub.
7447
7448 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7449
7450         * Makefile.in: Update dependencies.
7451
7452 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7453
7454         * language.c (local_hex_string_custom): Simplify.  Do not depend
7455         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7456
7457         * memattr.c (mem_info_command): Replace calls to
7458         longest_local_hex_string and longest_local_hex_string_custom.
7459         * buildsym.c (make_blockvector): Ditto.
7460         * solib.c (info_sharedlibrary_command): Ditto.
7461         * tracepoint.c (tracepoints_info): Ditto.
7462         * symtab.c (print_msymbol_info): Ditto.
7463
7464         * language.c (local_hex_string): Delete.
7465         (local_hex_string_custom): Delete.
7466         (longest_local_hex_string): Rename to local_hex_string.
7467         (longest_local_hex_string_custom): Rename to
7468         local_hex_string_custom.
7469         * language.h (local_hex_string): Change parameter type to LONGEST.
7470         (local_hex_string_custom): Ditto.
7471         (longest_local_hex_string): Delete declaration.
7472         (longest_local_hex_string_custom): Ditto.
7473
7474         * solib.c: Update copyright.
7475         * memattr.c: Update copyright.
7476         
7477 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7478
7479         * arch-utils.h (legacy_register_to_value): Declare.
7480         (legacy_value_to_register): Declare.
7481         (legacy_convert_register_p): Declare.
7482         * arch-utils.c (legacy_register_to_value): New function.
7483         (legacy_value_to_register): New function.
7484         (legacy_convert_register_p): New function.
7485
7486         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7487         (VALUE_TO_REGISTER): Define.
7488         (CONVERT_REGISTER_P): Define.
7489         * gdbarch.h, gdbarch.c: Regenerate.
7490
7491         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7492         VALUE_TO_REGISTER.
7493         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7494         CONVERT_REGISTER_P.
7495
7496 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7497             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7498
7499         * Makefile.in: Update dependencies for valops.c.
7500         * valops.c: Include "gdb_assert.h".
7501         (typecmp): Skip THIS parameter to methods.
7502         (find_method_list): Remove static_memfuncp argument,
7503         update callers.  Check for stub methods.
7504         (find_value_oload_method_list): Don't set *static_memfuncp.
7505         (find_overload_match): Don't check for stub methods.  Assert
7506         that methods are not stubbed.  Handle static methods.
7507         (value_find_oload_method_list): Remove static_memfuncp argument.
7508         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7509         to the argument list for static stub methods.
7510         * value.h (value_find_oload_method_list): Update prototype.
7511
7512 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7513
7514         * arch-utils.h (generic_register_size): Declare.
7515         (generic_register_raw_size, generic_register_virtual_size): Delete
7516         declarations.
7517         * arch-utils.c (generic_register_raw_size): Delete.
7518         (generic_register_size): New function.
7519         (generic_register_virtual_size): Delete.
7520
7521         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7522         default generic_register_size.
7523         * gdbarch.h, gdbarch.c: Re-generate.
7524         
7525         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7526         register_virtual_size.
7527         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7528         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7529
7530 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7531
7532         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7533         * gdbarch.h, gdbarch.c: Regenerate.
7534         * gnu-v3-abi.c: Update copyright.
7535         (vtable_address_point_offset): Update.
7536         (gnuv3_rtti_type): Update.
7537         (gnuv3_baseclass_offset): Update.
7538         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7539         (init_fetch_link_map_offsets): Update.
7540         * remote.c (get_remote_state): Update.
7541         
7542 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7543
7544         * TODO: Remove value_headof/value_from_vtable_info comment.
7545         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7546         * values.c (value_headof, value_from_vtable_info): Delete.
7547         * value.h (value_from_vtable_info): Delete prototype.
7548
7549 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7550
7551         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7552         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7553         $(gdb_regex_h).
7554         (gdb_assert_h): Define.
7555         (gdb_wait_h): Define.
7556         (gdb_regex_h): Define.
7557
7558 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7559
7560         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7561         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7562
7563 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7564
7565         * nbsd-tdep.c: Fix comment.
7566
7567 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7568
7569         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7570         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7571         (nbsd-tdep.o): New dependency list.
7572         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7573         nbsd-tdep.h.
7574         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7575         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7576         * nbsd-tdep.c: New file.
7577         * nbsd-tdep.h: New file.
7578         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7579         nbsd-tdep.h.
7580         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7581         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7582         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7583         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7584
7585 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7586
7587         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7588         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7589         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7590         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7591         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7592         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7593
7594 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7595
7596         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7597         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7598         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7599         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7600         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7601         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7602         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7603
7604 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7605
7606         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7607         fetch_elfcore_registers to...
7608         * i386nbsd-tdep.c: ...here.
7609         (i386nbsd_use_struct_convention): Rename to...
7610         (i386nbsd_aout_use_struct_convention): ...this.
7611         (i386nbsd_supply_reg): New function.
7612         (i386nbsd_fill_reg): New function.
7613         (fetch_core_registers): Use i386nbsd_supply_reg.
7614         (fetch_elfcore_registers): Likewise.
7615         (_initialize_i386nbsd_tdep): New function.
7616         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7617         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7618         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7619         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7620         (i386nbsd_aout_use_struct_convention): ...this.
7621
7622 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7623
7624         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7625         (store_inferior_registers): Use shnbsd_fill_reg.
7626         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7627         sh_nbsd_supply_register): Collapse into...
7628         (shnbsd_supply_reg): ...this.
7629         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7630         (shnbsd_fill_reg): ...this.
7631         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7632         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7633         (fetch_core_registers): Use shnbsd_supply_reg.
7634         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7635         (sh_nbsd_core_fns): Rename to...
7636         (shnbsd_core_fns): ...this.
7637         (sh_nbsd_elfcore_fns): Rename to...
7638         (shnbsd_elfcore_fns): ...this.
7639         (sh_nbsd_init_abi): Rename to...
7640         (shnbsd_init_abi): ...this.
7641         (_initialize_sh_nbsd_tdep): Rename to...
7642         (_initialize_shnbsd_tdep): ...this.
7643         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7644         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7645         sh_nbsd_fill_register): Remove prototypes.
7646         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7647
7648 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7649
7650         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7651         (i387-nat.o): Delete dependency list.
7652         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7653         (x86-64-linux-nat.o): Likewise.
7654         * i387-nat.c: Delete file, moving contents to...
7655         * i387-tdep.c: ...here.
7656         * i387-nat.h: Rename...
7657         * i387-tdep.h: ...to this.
7658         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7659         * i386-linux-nat.c: Likewise.
7660         * i386bsd-nat.c: Likewise.
7661         * i386gnu-nat.c: Likewise.
7662         * i386nbsd-nat.c: Likewise.
7663         * i386v4-nat.c: Likewise.
7664         * x86-64-linux-nat.c: Likewise.
7665         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7666         * config/i386/go32.mh (NATDEPFILES): Likewise.
7667         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7668         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7669         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7670         * config/i386/linux.mh (NATDEPFILES): Likewise.
7671         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7672         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7673         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7674         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7675
7676 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7677
7678         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7679         (alphanbsd-nat.o): Remove dependency list.
7680         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7681         * alphanbsd-nat.c: Delete.  Contents moved to...
7682         * alphanbsd-tdep.c: ...here.
7683         (_initialize_alphanbsd_tdep): Register core functions.
7684         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7685
7686 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7687
7688         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7689         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7690         (alphanbsd-nat.o): Likewise.
7691         (alphabsd-tdep.o): New dependency list.
7692         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7693         (fill_gregset): Use alphabsd_fill_reg.
7694         (supply_fpregset): Use alphabsd_supply_fpreg.
7695         (fill_fpregset): Use alphabsd_fill_fpreg.
7696         (fetch_inferior_registers): Use struct reg and struct fpreg
7697         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7698         and alphabsd_supply_fpreg.
7699         (store_inferior_registers): Use struct reg and struct fpreg
7700         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7701         and alphabsd_fill_fpreg.
7702         * alphabsd-tdep.c: New file.
7703         * alphabsd-tdep.h: New file.
7704         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7705         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7706         alphabsd_supply_fpreg.
7707         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7708         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7709
7710 2002-05-11  Eric Christopher  <echristo@redhat.com>
7711
7712         * mips-tdep.c (mips_double_register_type): Fix thinko.
7713         (mips_single_register_type): Ditto.
7714         * MAINTAINERS: Add self.
7715
7716 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7717
7718         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7719         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7720         right thing on architectures with different endianness and/or
7721         integer sizes.
7722
7723 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7724
7725         From Christian Limpach <chris@Pin.LU>
7726         * configure.in: Change sed expression which comments out
7727         NATDEPFILES to also comment out continuation lines.
7728         * configure: Regenerate.
7729
7730 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7731
7732         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7733         big patch.
7734
7735 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7736
7737         * sh-tdep.c: Include correct file.
7738
7739 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7740
7741         New support for sh64-elf (sh5) target.
7742
7743         * configure.tgt: For sh64-elf target, default to sh-elf.
7744
7745         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7746         (struct gdbarch_tdep): Add new fields for new registers and ABI
7747         info.
7748
7749         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7750         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7751         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7752         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7753         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7754         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7755         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7756         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7757         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7758         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7759         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7760         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7761         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7762         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7763         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7764         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7765         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7766         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7767         sign_extend, sh64_nofp_frame_init_saved_regs,
7768         sh64_init_extra_frame_info, sh64_get_saved_register,
7769         sh64_extract_struct_value_address, sh64_pop_frame,
7770         sh64_push_arguments, sh64_extract_return_value,
7771         sh64_store_return_value, sh64_show_media_regs,
7772         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7773         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7774         sh_sh64_register_virtual_type,
7775         sh_sh64_register_convert_to_virtual,
7776         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7777         sh64_register_read, sh64_pseudo_register_write,
7778         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7779         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7780         sh64_do_pseudo_register, sh_compact_do_registers_info,
7781         sh64_do_registers_info, sh_gdbarch_init): New functions.
7782
7783 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7784
7785         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7786
7787 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7788
7789         * linespec.c (decode_line_1): Check for a double quote after
7790         a filename correctly.
7791
7792 2002-05-10  Jim Blandy  <jimb@redhat.com>
7793
7794         Properly track the size of the current objfile's .debug_line section.
7795         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7796         (DWARF_LINE_SIZE): New macro.
7797         (dwarf2_build_psymtabs_hard): Record the line section's size in
7798         the partial symbol table.
7799         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7800         symbol table.
7801
7802 2002-05-10  Petr Sorfa  <petrs@caldera.com>
7803
7804         * ia64-tdep.c: Handle breakpoints on L instruction type
7805         in MLX instruction bundle by moving the breakpoint to
7806         the third slot (X instruction type) as L holds only data.
7807
7808 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
7809
7810         * dbxread.c (discarding_local_symbols_complaint): New complaint.
7811         (process_one_symbol): Complain about discarding local symbols
7812         due to a misplaced N_LBRAC entry.
7813
7814 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
7815
7816         From Daniel Berlin <dan@cgsoftware.com>
7817         * linespec.c (find_toplevel_char): '<' and '>' also increase and
7818         decrease the depth we are at, in the case of templates.
7819
7820 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7821
7822         * mips-tdep.c (mips_float_register_type): New function.
7823         (mips_double_register_type): New function.
7824         (mips_print_register): Use them.
7825         (do_fp_register_row): Likewise.
7826
7827 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7828
7829         * signals/signals.c (signals): Remove conditional compilation around
7830         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
7831         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7832
7833 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7834
7835         * remote-rdp.c (remote_rdp_can_run): Remove.
7836
7837 2002-05-09  Tom Tromey  <tromey@redhat.com>
7838
7839         * jv-valprint.c (java_val_print): Handle `char' as a special case
7840         of TYPE_CODE_INT.
7841
7842 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7843
7844         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7845         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7846         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7847         str r(0123),[sp,#nn].
7848         (arm_skip_prologue): Ditto.  Also make disassembly
7849         order-independent by placing it in a loop.
7850
7851 2002-05-06  Michael Snyder  <msnyder@redhat.com>
7852
7853         * stabsread.c (read_type): Add recognition for new attribute:
7854         "@V;" means that an array type is actually a vector.
7855         This is analogous to the vector flag that's been added to dwarf2.
7856
7857 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
7858
7859         * i386-tdep.h (i386_abi): New enum.
7860         (struct gdbarch_tdep): Replace os_ident member with abi.
7861         (i386_gdbarch_register_os_abi): New prototype.
7862         * i386-tdep.c (i386_abi_names): New array.
7863         (process_note_abi_tag_sections): Removed.
7864         (process_note_sections): New function.
7865         (i386_elf_abi_from_note, i386_elf_abi): New functions.
7866         (struct i386_abi_handler): New struct.
7867         (i386_abi_handler_list): New variable.
7868         (i386_gdbarch_register_os_abi): New function.
7869         (i386_gdbarch_init): Adapt for the changes given above.
7870
7871 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
7872
7873         * gregset.h: Say "GNU/Linux".
7874
7875 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
7876
7877         * gdbtypes.c : Add new builtin type for 64 bit vectors.
7878         (build_gdbtypes): Build builtin_type_v2_float.
7879         (_initialize_gdbtypes): Register new builtin type.
7880
7881 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
7882
7883         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7884         (clear_gdbarch_swap): New function.
7885         (initialize_non_multiarch): Call.
7886         (gdbarch_update_p): Before calling init(), swap out and clear the
7887         existing architecture.
7888         * gdbarch.c: Regenerate.
7889
7890 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7891
7892         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7893         alphanbsd-tdep.c.
7894
7895 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7896
7897         * sh-nbsd-nat.c: Rename to...
7898         * shnbsd-nat.c: ...this.
7899         * sh-nbsd-tdep.c: Rename to...
7900         * shnbsd-tdep.c: ...this.
7901         * sh-nbsd-tdep.h: Rename to...
7902         * shnbsd-tdep.h: ...this.
7903         * config/sh/nbsd.mh: Use shnbsd-nat.o.
7904         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7905
7906 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
7907
7908         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7909         concatenation for command help messages.
7910
7911 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7912
7913         * NEWS: Note new sh*-*-netbsdelf* configuration.
7914         * configure.host: Set gdb_host_cpu to sh for all sh*.
7915         (sh*-*-netbsdelf*): New host.
7916         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7917         (sh*-*-netbsdelf*): New target.
7918         * sh-nbsd-nat.c: New file.
7919         * sh-nbsd-tdep.c: New file.
7920         * sh-nbsd-tdep.h: New file.
7921         * config/sh/nbsd.mh: New file.
7922         * config/sh/nbsd.mt: New file.
7923         * config/sh/nm-nbsd.h: New file.
7924         * config/sh/tm-nbsd.h: New file.
7925
7926 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7927
7928         * sh-tdep.c (sh_osabi_names): Declare.
7929         (process_note_abi_tag_sections): New function.
7930         (get_elfosabi): Ditto.
7931         (sh_gdbarch_register_os_abi): Ditto.
7932         (sh_dump_tdep): Ditto.
7933         _initialize_sh_tdep): Use gdbarch_register to register
7934         sh_gdbarch_init and sh_dump_tdep.
7935         * config/sh/tm-sh.h (sh_osabi): Declare.
7936         (gdbarch_tdep): Add sh_osabi and osabi_name members.
7937
7938 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
7939
7940         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7941         (thumb_scan_prologue): Ditto.
7942         (arm_find_callers_reg): Ditto.
7943         (arm_frame_chain): Ditto.
7944         (arm_init_extra_frame_info): Ditto.
7945         (arm_frame_saved_pc): Ditto.
7946         (arm_pop_frame): Ditto.
7947         (arm_push_return_address): New function.
7948         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7949         call_dummy_location, call_dummy_breakpoint_offset_p,
7950         call_dummy_breakpoint_offset, call_dummy_p,
7951         call_dummy_stack_adjust_p, call_dummy_words,
7952         sizeof_call_dummy_words, call_dummy_start_offset,
7953         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7954         call_dummy_address, push_return_address and push_dummy_frame for
7955         generic dummy frames.
7956
7957 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7958
7959         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7960         size computation for alloca.
7961         (sh_fp_frame_init_saved_regs): Likewise.
7962
7963 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
7964
7965         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7966         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7967         * arm-tdep.c (arm_store_return_value): Use them.
7968         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7969         * remote-rdp.c (remote_rdp_fetch_register): Use
7970         ARM_MAX_REGISTER_RAW_SIZE.
7971         (remote_rdp_store_register): Likewise.
7972
7973 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
7974
7975         * dwarf2cfi.c: Code cleanup, removed unused variables,
7976         added default labels to switch {} statements.
7977         * x86-64-tdep.c: Ditto.
7978         * x86-64-linux-nat.c: Ditto.
7979
7980 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7981
7982         * solib.h: Protect against multiple inclusion.
7983
7984 2002-05-06  Jim Blandy  <jimb@redhat.com>
7985
7986         Add first preprocessor macro-expansion files.
7987         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7988         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7989         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7990         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7991         (COMMON_OBS): Add macrotab.o, macroexp.o.
7992         (macroexp.o, macrotab.o): New rules.
7993
7994         Separate the job of reading the line number info statement program
7995         header (...expialidocious) out into its own function.
7996         * dwarf2read.c (struct line_head, struct filenames, struct
7997         directories): Replace with...
7998         (struct line_header): New structure, containing the full
7999         contents of the statement program header, including the
8000         include directory and file name tables.
8001         (read_file_scope): If we have line number info, instead of just
8002         calling dwarf_decode_lines to do all the work, call
8003         dwarf_decode_line_header first to get a `struct line_header'
8004         containing the data in the statement program header, and then
8005         pass that to dwarf_decode_lines, which will pick up where that
8006         left off.  Be sure to clean up the `struct line_header' object.
8007         (dwarf_decode_line_header, free_line_header, add_include_dir,
8008         add_file_name): New functions.
8009         (dwarf_decode_lines): Move all the code to read the statement
8010         program header into dwarf_decode_line_header.  Take the line
8011         header it built as the first argument, instead of the offset to
8012         the compilation unit's line number info.  Use the new `struct
8013         line_header' type instead of the old structures.  No need to do
8014         cleanups here now, since we don't allocate anything.
8015         (dwarf2_statement_list_fits_in_line_number_section,
8016         dwarf2_line_header_too_long): New complaints.
8017
8018 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
8019
8020         * gdbtypes.c (init_vector_type): New function.
8021         (build_builtin_type_vec128): Simplify the representation of SIMD
8022         registers.
8023         (build_gdbtypes): Initialize new builtin vector types.
8024         (_initialize_gdbtypes): Register new vector types with gdbarch.
8025         (builtin_type_v4_float, builtin_type_v4_int32,
8026         builtin_type_v8_int16, builtin_type_v16_int8,
8027         builtin_type_v2_int32, builtin_type_v4_int16,
8028         builtin_type_v8_int8): New (renamed) SIMD types.
8029
8030 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
8031
8032         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8033         (i387_fill_fxsave): Likewise.
8034
8035 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
8036
8037         * alpha-tdep.c (alpha_extract_return_value): Don't use
8038         non-constant array size in prototype.
8039
8040 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8041
8042         From Brian Taylor <briant at model dot com>:
8043         * ui-out.c (ui_out_field_core_addr): Use the function
8044         longest_local_hex_string_custom'to format addresses > 32 bits
8045         wide.
8046
8047         * ui-out.c (ui_out_field_core_addr): Update comment.
8048
8049 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8050
8051         * stack.c (select_and_print_frame): Make static.  Delete the
8052         parameter `level'.
8053         (func_command): Update call.
8054         (select_frame_command): Delete code computing the frame level.
8055         * frame.h (select_and_print_frame): Delete declaration.
8056
8057 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8058
8059         * sparc-tdep.c (sparc_get_saved_register): Comment why
8060         get_prev_frame call is safe.
8061
8062 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8063
8064         * frame.h (select_frame): Delete level parameter.
8065         * stack.c (select_frame): Update.  Use frame_relative_level to
8066         obtain the frame's level.
8067         (select_and_print_frame): Update call.
8068         (select_frame_command): Ditto.
8069         (up_silently_base): Ditto.
8070         (down_silently_base): Ditto.
8071         * ocd.c (ocd_start_remote): Ditto.
8072         * remote-rdp.c (remote_rdp_open): Ditto.
8073         * remote-mips.c (mips_initialize): Ditto.
8074         (common_open): Ditto.
8075         * remote-e7000.c (e7000_start_remote): Ditto.
8076         * m3-nat.c (select_thread): Ditto.
8077         * hppa-tdep.c (child_get_current_exception_event): Ditto.
8078         (child_get_current_exception_event): Ditto.
8079         * varobj.c (varobj_create): Ditto.
8080         (varobj_update): Ditto.
8081         (c_value_of_root): Ditto.
8082         * tracepoint.c (finish_tfind_command): Ditto.
8083         * corelow.c (core_open): Ditto.
8084         * arch-utils.c (generic_prepare_to_proceed): Ditto.
8085         * thread.c (info_threads_command): Ditto.
8086         (switch_to_thread): Ditto.
8087         * infrun.c (normal_stop): Ditto.
8088         (restore_selected_frame): Ditto.
8089         (restore_inferior_status): Ditto.
8090         * breakpoint.c (insert_breakpoints): Ditto.
8091         (watchpoint_check): Ditto.
8092         (bpstat_stop_status): Ditto.
8093         (do_enable_breakpoint): Ditto.
8094         * blockframe.c (flush_cached_frames): Ditto.
8095         (reinit_frame_cache): Ditto.
8096
8097 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8098
8099         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8100         maintainer.
8101
8102 2002-05-04  Jim Blandy  <jimb@redhat.com>
8103
8104         * gdbtypes.c (replace_type): Doc fix.
8105
8106 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8107
8108         * valprint.c (strcat_longest): Delete commented out function.
8109         Update copyright.
8110
8111 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8112
8113         * MAINTAINERS: Mark a29k as deleted.
8114         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
8115         Move new configurations to the top.
8116         * configure.tgt: Remove a29k.
8117         * config/a29k/tm-vx29k.h: Delete.
8118         * config/a29k/vx29k.mt: Delete.
8119         * config/a29k/tm-a29k.h: Delete.
8120         * config/a29k/a29k-udi.mt: Delete.
8121         * config/a29k/a29k.mt: Delete.
8122         * a29k-tdep.c: Delete.
8123         * remote-udi.c: Delete.
8124         * remote-mm.c: Delete.
8125         * remote-eb.c: Delete.
8126         * remote-adapt.c: Delete.
8127         * Makefile.in: Remove obsolete code.
8128         * config/s390/s390x.mt: Ditto.
8129         * config/s390/s390.mt: Ditto.
8130         * config/sparc/sparclynx.mh: Ditto.
8131         * config/sparc/linux.mh: Ditto.
8132         * config/pa/hppaosf.mh: Ditto.
8133         * config/pa/hppabsd.mh: Ditto.
8134         * config/ns32k/nbsd.mt: Ditto.
8135         * config/mips/vr5000.mt: Ditto.
8136         * config/m68k/sun3os4.mh: Ditto.
8137         * config/m68k/nbsd.mt: Ditto.
8138         * config/m68k/m68klynx.mh: Ditto.
8139         * config/m32r/m32r.mt: Ditto.
8140         * config/i386/x86-64linux.mt: Ditto.
8141         * config/i386/nbsdelf.mt: Ditto.
8142         * config/i386/nbsd.mt: Ditto.
8143         * config/i386/i386lynx.mh: Ditto.
8144
8145 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
8146
8147         * target.c (debug_print_register): New function.  Handle oversize
8148         registers.
8149         (debug_to_fetch_registers): Call.
8150         (debug_to_store_registers): Call.
8151
8152 2002-05-03  Jim Blandy  <jimb@redhat.com>
8153
8154         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8155         (read_type): Doc fix.
8156         * gdbtypes.c (replace_type): Doc fix.
8157
8158         * stabsread.c (multiply_defined_struct): New complaint.
8159         (read_struct_type): If the type we were passed isn't empty, or
8160         incomplete, don't read the new struct type into it; complain,
8161         and return the original type unchanged.  Take a new `type_code'
8162         argument, which is the type code for the new type.
8163         (read_type): Rather than storing the type's type code here, pass
8164         it as an argument to read_struct_type, and let that take care of
8165         storing it.  That way, we don't overwrite the original type code,
8166         so read_struct_type can use it to decide whether we're overwriting
8167         something we shouldn't.
8168         (complain_about_struct_wipeout): New function.
8169
8170 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
8171
8172         * gdbarch.sh: Assert that gdbarch is non-NULL.
8173         * gdbarch.c: Regenerate.
8174
8175 2002-05-03  Jason Merrill  <jason@redhat.com>
8176
8177         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8178         and return NULL.
8179
8180 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
8181
8182         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8183         (x86_64_dwarf2gdb_regno_map_length),
8184         (x86_64_dwarf2_reg_to_regnum): Added.
8185         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8186         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8187         (_initialize_x86_64_tdep): Synced with the change above.
8188         (x86_64_skip_prologue): Reformulated message.
8189
8190 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
8191
8192         * f-exp.y: Also use new prev_lexptr variable
8193         to improve error reporting. Based on Michael Snyder
8194         2002-04-24 dated patch to c-exp.y.
8195         * jv-exp.y: Likewise.
8196         * m2-exp.y: Likewise.
8197
8198 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
8199
8200         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8201         we are dealing with vectors.
8202
8203 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8204
8205         * config/m68k/tm-nbsd.h: Obvious fix,
8206         correct machine name.
8207
8208 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8209
8210         * p-typeprint.c (pascal_type_print_base): Add support
8211         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8212
8213 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8214
8215         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8216         for fondamental pascal 'char' type.
8217
8218 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
8219
8220         * p-lang.h (is_pascal_string_type): Declaration changed,
8221         new sixth argument of type char ** added.
8222         * p-lang.c (is_pascal_string_type): Implementation
8223         changed. Args length_pos, length_size, string_pos, char_size
8224         can now be NULL. New argument arrayname set to the field
8225         name of the char array. Return value set to char array
8226         field index plus one.
8227         * p-valprint.c (pascal_val_print): Adapt to new declaration of
8228         is_pascal_string_type function.
8229
8230 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8231
8232         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8233         <cagney@redhat.com> change.
8234         * gdbarch.c: Regenerate.
8235
8236 2002-05-02  Andrew Cagney  <cagney@redhat.com>
8237
8238         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8239         before probing for a new one.  Detect errorenous gdbarch_init
8240         functions.
8241         * gdbarch.c: Regenerate.
8242
8243 2002-05-01  Andrew Cagney  <cagney@redhat.com>
8244
8245         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8246         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
8247         * config/v850/tm-v850.h: Ditto.  Update copyright.
8248
8249 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
8250
8251         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8252         current_gdbarch.
8253
8254 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8255
8256         * arm-tdep.c: Whitespace clean-ups.
8257         (arm_skip_prologue): Fix thinko; two lines
8258         should have been removed as part of 4/24 change.
8259
8260 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
8261
8262         * rs6000-tdep.c: Added comment describing how fpscr register
8263         numbers were chosen.
8264
8265 2002-04-30  Michael Snyder  <msnyder@redhat.com>
8266
8267         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8268
8269 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8270
8271         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8272         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8273         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8274
8275 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
8276
8277         From Louis Hamilton <hamilton@redhat.com>:
8278         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8279         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8280         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8281         not bfd-private xcoff data, to determine wordsize.
8282         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8283
8284 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
8285
8286         GDB 5.2 released from 5.2 branch.
8287
8288 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
8289
8290         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8291         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8292         (x86_64_register_info_table): Added comments with register numbers.
8293
8294 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
8295
8296         * rs6000-tdep.c (rs6000_extract_return_value,
8297         rs6000_store_return_value): Handle returning vectors.
8298         (rs6000_gdbarch_init): Use
8299         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8300         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8301         New function.
8302         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8303         vectors.
8304         (ppc_sysv_abi_push_arguments): Handle vector parameters.
8305         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8306
8307 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8308
8309         * hpread.c (hpread_psymtab_to_symtab_1,
8310         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8311         with fprintf_unfiltered (gdb_stderr,...).
8312
8313 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8314
8315         * remote-array.c (printf_monitor, write_monitor,
8316         array_insert_breakpoint, array_remove_breakpoint ):
8317         Replace fprintf (stderr,...
8318         with fprintf_unfiltered (gdb_stderr,....
8319         * remote-es.c: Likewise.
8320         * remote-os9k.c: Likewise.
8321         * remote-st.c: Likewise.
8322
8323 2002-04-28  Andreas Schwab  <schwab@suse.de>
8324
8325         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8326         linux-proc.o and gcore.o.
8327
8328 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
8329
8330         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8331         code without frame pointers.
8332
8333 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8334
8335         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8336         ON_STACK is needed.
8337
8338 2002-04-26  Ben Elliston  <bje@redhat.com>
8339
8340         * target.c (do_xfer_memory): Correct reference to the new option
8341         "trust-readonly-sections".
8342
8343 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
8344
8345         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8346         * gdbtypes.c (recursive_dump_type): Output the vector flag.
8347         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8348         vectors.
8349         (read_array_type): Record the fact that this array type is really a
8350         vector (i.e. are passed in by value).
8351
8352 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
8353
8354         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8355         * alpha-tdep.c (alpha_sigcontext_addr): New function.
8356         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8357         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8358         * alpha-linux-tdep.c: Include frame.h.
8359         (alpha_linux_sigcontext_addr): New function.
8360         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8361         alpha_linux_sigcontext_addr.
8362         * alpha-osf1-tdep.c: Include gdbcore.h.
8363         (alpha_osf1_sigcontext_addr): New function.
8364         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8365         alpha_osf1_sigcontext_addr.
8366         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8367         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8368
8369 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8370
8371         * stack.c (selected_frame_level):
8372         (select_frame): Do not set selected_frame_level.
8373         * frame.h (selected_frame_level): Delete declaration.
8374
8375 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
8376
8377         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8378         convert_from_func_ptr-addr when AIX / PowerOpen.
8379
8380 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8381
8382         * valops.c (hand_function_call): Call
8383         generic_save_call_dummy_addr.
8384         * frame.h (generic_save_call_dummy_addr): Declare.
8385         * blockframe.c (struct dummy_frame): Add fields call_lo and
8386         call_hi.
8387         (generic_find_dummy_frame): Check for PC in range call_lo to
8388         call_hi instead of entry_point_address.
8389         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8390         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
8391         (generic_save_call_dummy_addr): New function.
8392
8393 2002-04-24  David S. Miller  <davem@redhat.com>
8394
8395         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8396         sparc_skip_prologue.
8397         (sparc_skip_prologue): Kill frameless_p arg, and use line number
8398         information to find prologue when possible.
8399         (sparc_prologue_frameless_p): Call examine_prologue directly.
8400         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8401         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8402         second argument.
8403         (SKIP_PROLOGUE): Likewise.
8404
8405 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8406
8407         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8408         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8409         indicate that the condition it was testing is always true.
8410         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8411         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8412         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8413
8414 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8415
8416         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8417         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8418         tdep->jb_pc and tdep->jb_elt_size.
8419         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8420         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8421         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8422         * alpha-nat.c (get_longjmp_target): Remove.
8423         (JB_ELEMENT_SIZE): Ditto.
8424         (JB_PC): Ditto.
8425         * alpha-tdep.c (alpha_get_longjmp_target): New function.
8426         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
8427         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8428         to alpha_get_longjmp_target.
8429         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8430         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8431         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8432
8433 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8434
8435         * README: Update to GDB 5.2.
8436
8437 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8438
8439         * gdbarch.sh (LC_ALL): Set to `c'.
8440
8441 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8442
8443         * avr-tdep.c: Ran through gdb_indent.sh.
8444
8445 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8446
8447         * MAINTAINERS: Add myself as AVR maintainer.
8448         * NEWS: Note new target avr.
8449
8450 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8451
8452         * Makefile.in: Add support for AVR target.
8453         * configure.tgt: Add support for AVR target.
8454         * avr-tdep.c: New file
8455         * config/avr/avr.mt: New file.
8456
8457 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8458
8459         * MAINTAINERS: Add myself to write-after-approval.
8460
8461 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8462
8463         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8464         with fprintf_unfiltered (gdb_stderr,....
8465
8466 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8467
8468         Fix PR gdb/508.
8469         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8470
8471 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8472
8473         * p-exp.y: Also use new prev_lexptr variable
8474         to improve error reporting. Based on Michael Snyder
8475         2002-04-24 dated patch to c-exp.y.
8476
8477 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8478
8479         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8480         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8481         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8482         to 0.
8483         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8484         and struct value.
8485         (FUNCTION_START_OFFSET): Remove.
8486         (BREAKPOINT): Ditto.
8487
8488 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8489
8490         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8491         * NEWS: Ditto.
8492
8493 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8494
8495         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8496         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8497         alpha_linux_pc_in_sigtramp.
8498         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8499         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8500         alpha_osf1_pc_in_sigtramp.
8501         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8502         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8503         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8504         alphafbsd_pc_in_sigtramp.
8505         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8506         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8507         alphanbsd_pc_in_sigtramp.
8508         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8509         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8510
8511 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8512
8513         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8514
8515 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8516
8517         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8518         alphanbsd-tdep.c.
8519         (alphanbsd-nat.o): New dependency list.
8520         (alphanbsd-tdep.o): Ditto.
8521         * NEWS: Note new native NetBSD/alpha configuration.
8522         * alphanbsd-nat.c: New file.
8523         * alphanbsd-tdep.c: Ditto.
8524         * configure.host (alpha*-*-netbsd*): New host.
8525         * configure.tgt (alpha*-*-netbsd*): New target.
8526         * config/alpha/nbsd.mh: New file.
8527         * config/alpha/nbsd.mt: Ditto.
8528         * config/alpha/nm-nbsd.h: Ditto.
8529         * config/alpha/tm-nbsd.h: Ditto.
8530
8531 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8532
8533         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8534         (alpha-osf1-tdep.o): New dependency list.
8535         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8536         and skip_sigtramp_frame members.
8537         * alpha-linux-tdep.c: Include gdbcore.h.
8538         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8539         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8540         * alpha-osf1-tdep.c: New file.
8541         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8542         alpha-osf1-dep.c.
8543         (alpha_frame_past_sigtramp_frame): New function.
8544         (alpha_dynamic_sigtramp_offset): Ditto.
8545         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8546         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8547         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8548         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8549         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8550         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8551         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8552         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8553         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8554         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8555         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8556         to find_solib_trampoline_target.
8557         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8558         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8559         (SKIP_TRAMPOLINE_CODE): Remove.
8560         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8561         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8562         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8563         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8564         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8565         (PROC_SIGTRAMP_MAGIC): Ditto.
8566         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8567         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8568         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8569         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8570         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8571
8572 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8573
8574         * NEWS: Note that Alpha targets are now multi-arch.
8575
8576 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8577
8578         * parser-defs.h (prev_lexptr): New external variable.
8579         * parse.c (parse_exp_1): Set prev_lexptr to null before
8580         calling the language-specific parser.
8581         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8582         (yyerror): Use prev_lexptr in error reporting.
8583
8584 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8585
8586         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8587         * gregset.h: If FILL_FPXREGSET is defined, provide
8588         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8589         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8590         is defined, call fill_fpxregset.
8591
8592 2002-04-24  Roland McGrath  <roland@frob.com>
8593
8594         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8595         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8596         (supply_gregset, supply_fpregset): New functions.
8597
8598         * gnu-nat.c (gnu_find_memory_regions): New function.
8599         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8600         (gnu_xfer_memory): Add a cast.
8601
8602 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8603
8604         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8605         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8606         of argument regs ("str r(0123), [r11, #-nn"]).
8607         (arm_skip_prologue): Better handling for frameless functions.
8608         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8609         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8610
8611 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8612
8613         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8614         NUM_PSEUDO_REGS can be used.
8615
8616 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8617
8618         * arch-utils.h: Update copyright.
8619
8620         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8621         * gdbarch.h, gdbarch.c: Re-generate.
8622
8623         * inferior.h (IN_SIGTRAMP): Delete definition.
8624         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8625         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8626
8627         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8628         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8629         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8630         (find_proc_framesize): Ditto.
8631         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8632         (alpha_init_extra_frame_info): Ditto.
8633         * infrun.c (handle_inferior_event): Ditto.
8634         (handle_inferior_event): Ditto.
8635         (check_sigtramp2): Ditto.
8636         * blockframe.c (create_new_frame): Ditto.
8637         (get_prev_frame): Ditto.
8638         * ppc-linux-tdep.c: Update comments.
8639         * i386-linux-tdep.c: Update comments.
8640         * breakpoint.c (bpstat_what): Update comment.
8641
8642 2002-04-24  David S. Miller  <davem@redhat.com>
8643
8644         * i960-tdep.c (register_in_window_p): New function.
8645         (i960_find_saved_register): Use it instead of
8646         REGISTER_IN_WINDOW_P.
8647         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8648
8649         * symtab.h (find_stab_function_addr): Kill extern.
8650         * minsyms.c (find_stab_function_addr): Remove from here...
8651         * dbxread.c: ... to here, and mark it static.
8652
8653 2002-04-20  David S. Miller  <davem@redhat.com>
8654
8655         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8656         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8657
8658 2002-04-21  David S. Miller  <davem@redhat.com>
8659
8660         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8661         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8662         (vx_write_register): Likewise.
8663
8664 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8665
8666         * source.c (is_regular_file): New function.
8667         (openp): Check wether file to open is a regular file
8668         to avoid opening directories.
8669
8670 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8671
8672         * findvar.c (extract_signed_integer): Cast printf argument
8673         to suppress format warning.
8674         (extract_unsigned_integer): Likewise.
8675         * infcmd.c (registers_info): Likewise.
8676         * top.c (get_prompt_1): Likewise.
8677         * valops.c (value_assign): Likewise.
8678         * valprint.c (print_decimal): Likewise.
8679
8680 2002-04-22  H.J. Lu  (hjl@gnu.org)
8681
8682         * c-exp.y (typebase): Support
8683
8684         [long|long long|short] [signed|unsigned] [int|]
8685
8686         and
8687
8688         signed [long|long long|short] int
8689
8690 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8691
8692         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8693         and vax-tdep.h.
8694         * vax-tdep.h: New file.
8695         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8696         Make several routines static.
8697         (vax_get_saved_register): New function.
8698         (vax_gdbarch_init): New function.
8699         (_initialize_vax_tdep): Register vax_gdbarch_init.
8700         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8701         Remove macros now under the control of gdbarch.
8702
8703 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8704
8705         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8706         Some whitespace and coding standards tweaks.
8707
8708 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8709
8710         * vax-tdep.c: Include regcache.h.
8711         (vax_call_dummy_words): New.
8712         (sizeof_vax_call_dummy_words): New.
8713         (vax_fix_call_dummy): New function.
8714         (vax_saved_pc_after_call): Ditto.
8715         * config/vax/tm-vax.h: Don't include regcache.h.
8716         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8717         (CALL_DUMMY): Remove.
8718         (CALL_DUMMY_WORDS): Define.
8719         (SIZEOF_CALL_DUMMY_WORDS): Define.
8720         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8721
8722 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8723
8724         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8725
8726 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8727
8728         * vax-tdep.c (vax_frame_chain): New function.
8729         (vax_push_dummy_frame): Ditto.
8730         (vax_pop_frame): Ditto.
8731         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8732         (FRAMELESS_FUNCTION_INVOCATION): Use
8733         generic_frameless_function_invocation_not.
8734         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8735         (POP_FRAME): Use vax_pop_frame.
8736
8737 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8738
8739         * vax-tdep.c (vax_store_struct_return): New function.
8740         (vax_extract_return_value): Ditto.
8741         (vax_store_return_value): Ditto.
8742         (vax_extract_struct_value_address): Ditto.
8743         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8744         vax_store_struct_return.
8745         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8746         (STORE_RETURN_VALUE): Use vax_store_return_value.
8747         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8748
8749 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8750
8751         * vax-tdep.c (vax_frame_saved_pc): New function.
8752         (vax_frame_args_address_correct): Ditto.
8753         (vax_frame_args_address): Ditto.
8754         (vax_frame_locals_address): Ditto.
8755         (vax_frame_num_args): Move code to be in proximity to
8756         other frame-related functions.
8757         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8758         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8759         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8760         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8761         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8762
8763 2002-04-22  H.J. Lu  (hjl@gnu.org)
8764
8765         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8766         includedir.
8767
8768 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8769
8770         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8771         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8772         (FRAME_INIT_SAVED_REGS): New macro.
8773
8774 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8775
8776         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8777
8778 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8779
8780         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8781         where needed.
8782         (fetch_osf_core_registers): Likewise.
8783         (supply_gregset): Likewise.
8784
8785 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8786
8787         * symfile.h (get_section_index): Define.
8788         * symfile.c (get_section_index): New function.
8789         * mdebugread.c (SC_IS_SBSS): New macro.
8790         (SC_IS_BSS): Return true for the scBss storage class only, as
8791         the scSBss storage class refers to the .sbss section.
8792         (parse_partial_symbols): Discard the symbols which associated
8793         section does not exist.
8794         Make sure to use the .sbss section index for symbols which
8795         storage class is scBss, rather than using the .bss section index.
8796
8797 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8798
8799         * vax-tdep.c: Update copyright years.
8800         (vax_register_name): New function.
8801         (vax_register_byte): Ditto.
8802         (vax_register_raw_size): Ditto.
8803         (vax_register_virtual_size): Ditto.
8804         (vax_register_virtual_type): Ditto.
8805         * config/vax/tm-vax.h: Update copyright years.
8806         (REGISTER_NAMES): Remove.
8807         (REGISTER_NAME): Define.
8808         (REGISTER_BYTE): Use vax_register_byte.
8809         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8810         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8811         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8812
8813 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8814
8815         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8816         declaration
8817         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8818
8819 2002-04-21  David S. Miller  <davem@redhat.com>
8820
8821         * arch-utils.c (generic_prologue_frameless_p): Kill
8822         SKIP_PROLOGUE_FRAMELESS_P code.
8823         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8824         references.
8825         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8826         * arc-tdep.c (arc_prologue_frameless_p): Implement.
8827         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8828         references.
8829         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8830         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8831         (sparc_gdbarch_init): Pass it to
8832         set_gdbarch_prologue_frameless_p.
8833
8834 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8835
8836         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8837         (alphabsd-nat.o): New dependency list.
8838
8839 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8840
8841         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8842         alphafbsd-tdep.c.
8843         (alpha-linux-tdep.o): New dependency list.
8844         (alphafbsd-tdep.o): Likewise.
8845
8846 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8847
8848         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
8849         to here...
8850         * alpha-tdep.c: ...from here.
8851         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8852
8853 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8854
8855         * config/alpha/tm-alpha.h: Move alpha_software_single_step
8856         prototype from here...
8857         * alpha-tdep.h: ...to here.
8858
8859 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8860
8861         * frame.h (selected_frame_level): Document as deprecated.
8862         (frame_relative_level): Declare.
8863         * stack.c (frame_relative_level): New function.
8864         (selected_frame_level): Document as deprecated.
8865         (select_frame): Do not set the selected_frame_level.
8866
8867         * stack.c (frame_info, record_selected_frame): Update.
8868         (frame_command, current_frame_command): Update.
8869         (up_silently_base, up_command, down_silently_base): Update.
8870         (down_command): Update.
8871         * inflow.c (kill_command): Update.
8872         * tracepoint.c (finish_tfind_command): Update.
8873         * corelow.c (core_open): Update.
8874         * thread.c (info_threads_command): Update.
8875         (do_captured_thread_select): Update.
8876         * infcmd.c (finish_command): Update.
8877         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8878
8879 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8880
8881         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8882
8883 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8884
8885         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
8886         type const.
8887
8888 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8889
8890         * alphafbsd-tdep.c: Update copyright years.  Include
8891         alpha-tdep.h.
8892         (alphafbsd_use_struct_convention): Make static.
8893         (alphafbsd_init_abi): New function.
8894         (_initialize_alphafbsd_tdep): New function.
8895         * config/alpha/tm-fbsd.h: Update copyright years.
8896         (USE_STRUCT_CONVENTION): Remove.
8897
8898 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8899
8900         * alpha-tdep.c (alpha_abi_handler): New structure to describe
8901         an Alpha ABI variant.
8902         (alpha_abi_handler_list): Declare.
8903         (alpha_gdbarch_register_os_abi): New function.
8904         (alpha_gdbarch_init): Give registered ABI variant handlers a
8905         chance to tweak the gdbarch once we have set up defaults.
8906         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8907
8908 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8909
8910         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8911         to standard_coerce_float_to_double.
8912         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8913
8914 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8915
8916         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8917         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8918         from gdbarch_tdep rather than a constant.
8919         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8920         the default text address for all Alpha Unix ABIs.
8921         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8922         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8923
8924 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8925
8926         * alpha-tdep.h: New file.  Includes several Alpha target constants
8927         taken from...
8928         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
8929         let gdbarch deal with.
8930         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8931         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8932         to dependency list.
8933         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
8934         Alpha target register names.
8935         * alphabsd-nat.c: Likewise.
8936         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
8937         Alpha target register names.  Make serveral routines static.
8938         (alpha_get_saved_register): New function.
8939         (alpha_abi_names): New.
8940         (process_note_abi_tag_sections): New function.
8941         (get_elfosabi): New function.
8942         (alpha_gdbarch_init): New function.
8943         (alpha_dump_tdep): New function.
8944         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8945
8946 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8947
8948         * frame.c (find_saved_register): Delete #ifdef
8949         HAVE_REGISTER_WINDOWS code.
8950         * config/sparc/tm-sparc.h: Update comments.
8951         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8952
8953 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8954
8955         * i960-tdep.c (i960_find_saved_register): New function.
8956         (i960_get_saved_register): New function.
8957         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8958         (i960_get_saved_register): Declare.
8959         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8960
8961 2002-04-20  David S. Miller  <davem@redhat.com>
8962
8963         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8964
8965 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8966
8967         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8968         instead of NUM_PSEUDO_REGS.
8969
8970 2002-04-20  David S. Miller  <davem@redhat.com>
8971
8972         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8973         GDB_MULTI_ARCH_PARTIAL
8974         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8975         define, let tm-sp64.h do it.
8976
8977 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
8978
8979         * frame.c (find_saved_register): Avoid a NULL pointer
8980         dereference and actually walk the frame list.
8981
8982 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8983
8984         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8985         sorted in most most-recent-used order.  Document.
8986         * gdbarch.h, gdbarch.c: Regenerate.
8987
8988 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
8989
8990         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8991         instead of ->prev.
8992         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8993         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8994         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8995         instead of ->prev.
8996
8997 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
8998
8999         Fix PR gdb/471.
9000         * gdbtypes.c (init_simd_type): Rewrite using new functions.
9001         (build_builtin_type_vec128): Ditto.
9002         (append_composite_type_field): Fix calculation of type length in
9003         union case.
9004
9005 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
9006
9007         * config/djgpp/README: Update.
9008
9009         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9010         compiler warnings.
9011
9012 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
9013
9014         * alpha-tdep.c (setup_arbitrary_frame): Rename...
9015         (alpha_setup_arbitrary_frame): ...to this.
9016         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9017         for alpha_setup_arbitrary_frame.
9018
9019 2002-04-18  Andrew Cagney  <cagney@redhat.com>
9020
9021         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9022         * gdbarch.h, gdbarch.c: Regenerate.
9023
9024         * defs.h (breakpoint_from_pc_fn): Delete type definition.
9025         * target.h (memory_breakpoint_from_pc): Update declaration.
9026         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9027
9028         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9029         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9030         * mem-break.c (memory_breakpoint_from_pc): Ditto.
9031         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9032         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9033         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9034         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9035         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9036         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9037         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9038         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9039         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9040
9041         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9042         const pointer.
9043         * monitor.c (monitor_insert_breakpoint): Ditto.
9044         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9045
9046         * config/mcore/tm-mcore.h: Update copyright.
9047         * mem-break.c: Ditto.
9048         * xstormy16-tdep.c: Ditto.
9049
9050 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
9051
9052         * p-exp.y: Add precedence rule for '^' token.
9053         This removes the shift/reduce conflicts.
9054         Remove the comment concerning these shift/reduce conflicts.
9055
9056 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
9057
9058         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9059         (registers_powerpc_nofp): New register set for processors
9060         without floating point unit.
9061
9062 2002-04-18  David S. Miller  <davem@redhat.com>
9063
9064         * MAINTAINERS: Add myself to write-after-approval.
9065
9066 2002-04-17  Michael Snyder  <msnyder@redhat.com>
9067
9068         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9069
9070 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9071
9072         * rs6000-tdep.c (frame_initial_stack_address): Use
9073         frame_register_read to read the alloca_reg.
9074
9075 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9076
9077         * frame.c (find_saved_register): Find saved registers in the next
9078         not prev frame.
9079         Fix PR gdb/365.
9080
9081 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
9082
9083         * gdbarch.sh (LANG): Set to ``c''.
9084
9085 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9086
9087         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9088
9089 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
9090
9091         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9092         Update copyright.
9093
9094         * hpread.c (hpread_get_lntt): Add declaration.
9095         Also fix PR gdb/391.
9096
9097 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9098
9099         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9100         * aclocal.m4, configure: Re-generate.
9101         Fix PR gdb/391.
9102
9103 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9104
9105         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9106         instead of tm_print_insn.
9107
9108 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
9109
9110         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9111
9112 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9113
9114         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9115         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9116         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9117
9118 2002-04-12  Don Howard  <dhoward@redhat.com>
9119
9120         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9121         max_user_call_depth.
9122         (init_cmd_lists): Initialize the new value;
9123         * cli/cli-script.c (execute_user_command): Limit the call depth of
9124         user defined commands.  This avoids a core-dump when user commands
9125         are infinitly recursive.
9126
9127 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9128
9129         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9130         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9131         from tdep struct instead of DEFAULT_LR_SAVE.
9132         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9133         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9134         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9135
9136 2002-04-12  Michael Snyder  <msnyder@redhat.com>
9137
9138         * Remote.c: Spelling fix.
9139         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9140         If no symbol found for "sbrk", try "_sbrk".
9141         (make_output_phdrs): Use bfd_section_name.
9142         (gcore_copy_callback): Use bfd_section_name.
9143         * eval.c: Indentation fix-ups.
9144         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9145         in case it gets applied to an address that is already
9146         in the instruction space.
9147         * cli/cli-decode.c (help_list): Allow long lines to wrap.
9148         * symfile.c: Fix indentation, long lines.
9149         * source.c: White space fix-up.
9150
9151 2002-04-12  Andrew Cagney  <cagney@redhat.com>
9152
9153         * defs.h (read_relative_register_raw_bytes): Delete declaration.
9154         * frame.c (frame_register_read): New function.  Return non-zero on
9155         success.
9156         (read_relative_register_raw_bytes_for_frame): Delete.
9157         (read_relative_register_raw_bytes): Delete.
9158         * frame.h (frame_register_read): Declare.
9159         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
9160         * sh-tdep.c: Ditto.
9161         * infcmd.c (do_registers_info): Ditto.
9162         * hppa-tdep.c: Ditto.
9163         * rs6000-tdep.c: Ditto.
9164         * h8500-tdep.c: Ditto.
9165         * mips-tdep.c: Ditto.
9166         * h8300-tdep.c: Ditto.
9167         * z8k-tdep.c: Ditto.
9168
9169 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9170
9171         From Jimi X <jimix@watson.ibm.com>:
9172         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9173         64-bit SysV ABI.
9174
9175 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9176
9177         From Jimi X <jimix@watson.ibm.com>:
9178         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9179         bfd info.
9180
9181 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
9182
9183         From Jimi X <jimix@watson.ibm.com>:
9184         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9185         register sets for these processor variants.
9186
9187 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
9188
9189         * regformats/reg-ppc.dat: Support FPSCR.
9190
9191 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
9192
9193         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9194         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9195         Add fpscr as an invalid/unfetchable register.
9196         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9197         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9198         (fill_fpregset): Add support for register fpscr.
9199         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9200         (fill_gregset): Account for the fact that register ``mq'' might
9201         not exist.
9202         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9203         (registers_power): Add fpscr to register set at slot 71.
9204         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9205         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
9206
9207 2002-04-11  Michael Snyder  <msnyder@redhat.com>
9208
9209         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9210         * configure: Regenerate.
9211         * config.in: Regenerate.
9212         * acconfig.h: Add define for _SYSCALL32.
9213         * core-sol2.c: Remove #define _SYSCALL32.
9214         * solib-legacy.c: Remove #define _SYSCALL32.
9215
9216 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9217
9218         * stack.c (select_frame): Cleanup internal error message, do not
9219         use %p.
9220
9221 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9222
9223         * stack.c (select_frame): Check that selected_frame and the
9224         specified level are as expected.
9225         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9226         Update copyright.
9227         * frame.h (struct frame_info): Add field `level'.  Update
9228         copyright.
9229         Work-in-progress PR gdb/464.
9230
9231 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
9232
9233         * maint.c (maint_print_section_info): Rename print_section_info.
9234         (print_bfd_section_info, print_objfile_section_info): Update.
9235         * inferior.h (struct gdbarch): Add opaque declaration.
9236         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9237         * gdbarch.h: Regenerate.
9238
9239 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
9240
9241         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9242         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9243         (kernel_u_size): Added.
9244         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9245         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9246
9247 2002-04-04  Jim Ingham  <jingham@apple.com>
9248
9249        * valarith.c (find_size_for_pointer_math): New function, either returns
9250        the size for a pointer's target, returns 1 for void *, or errors for
9251        incomplete types.
9252        (value_add, value_sub): use find_size_for_pointer_math.
9253
9254 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9255
9256         * linux-low.c (linux_look_up_symbols): New hook.
9257         (linux_target_ops): Add linux_look_up_symbols.
9258         * remote-utils.c (decode_address): New function.
9259         (look_up_one_symbol): New function.
9260         * server.c (handle_query): Call target look_up_symbols hook.
9261         * server.h (look_up_one_symbol): Add prototype.
9262         * target.h (struct target_ops): Add look_up_symbols hook.
9263
9264 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
9265
9266         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9267         override FP_REGNUM with frame->fp.  Update copyright.
9268         * parse.c (num_std_regs, std_regs): Delete.
9269         (target_map_name_to_register): Do not search std_regs.  Update
9270         function description.
9271         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9272         declarations.  Update copyright.
9273         Fix PR gdb/251.
9274
9275 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
9276
9277         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9278         after the last symbol in a block.
9279
9280 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
9281
9282         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9283         is non zero as a found symbol.
9284
9285 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9286
9287         * findvar.c: Include "builtin-regs.h".
9288         (value_of_register): Call value_of_builtin_reg when applicable.
9289         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9290         (target_map_name_to_register): Call
9291         builtin_reg_map_name_to_regnum.
9292         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9293         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9294         (builtin_regs_h): Define.
9295         (builtin-regs.o): New target.
9296         (findvar.o): Add $(builtin_regs_h).
9297         * builtin-regs.c, builtin-regs.h: New files.
9298         * std-regs.c: New file.
9299         Partial fix for PR gdb/251.
9300
9301 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9302
9303         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9304         it's no longer required.
9305
9306 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
9307
9308         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9309
9310 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9311
9312         From Jimi X <jimix@watson.ibm.com>:
9313         * rs6000-tdep.c (rs6000_software_single_step): Use
9314         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9315         and size.  Use target_insert_breakpoint() and
9316         target_remove_breakpoint() to insert and remove breakpoints
9317         instead of explicit memory reads and writes.
9318
9319 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9320
9321         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9322         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9323         ELF_OBJECT_FORMAT ifdef.
9324
9325 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9326
9327         From Jimi X <jimix@watson.ibm.com>:
9328         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9329
9330 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
9331
9332         From Jimi X <jimix@watson.ibm.com>:
9333         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9334         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9335
9336 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
9337
9338         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9339         s/asprintf/xasprintf/.
9340         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9341
9342 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9343
9344         I believe Jeff Law denies responsability for this one:
9345         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9346         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9347         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9348         Work-around for PR gdb/366.
9349
9350 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9351
9352         * remote-e7000.c (write_small, e7000_read_inferior_memory,
9353         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9354         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9355
9356 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
9357
9358         * sh-tdep.c (sh_fp_frame_init_saved_regs,
9359         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9360         information.
9361
9362 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9363
9364         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9365         maintainer.
9366
9367 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9368
9369         * README (Reporting Bugs in GDB): Document the bug web page as the
9370         prefered way of submitting bugs.
9371         Fix PR gdb/402.
9372
9373 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9374
9375         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9376         -1.  Update comment.
9377         * gdbarch.h, gdbarch.c: Re-generate.
9378
9379 2002-04-07  Andreas Schwab  <schwab@suse.de>
9380
9381         * m68klinux-nat.c (fill_fpregset): Properly pass address of
9382         buffer to regcache_collect.
9383
9384 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9385
9386         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
9387         * gdbarch.c, gdbarch.h: Re-generate.
9388
9389 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
9390
9391         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9392         declaration.  Fix -Werror.
9393
9394 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
9395
9396         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9397         * gdbarch.c: Regenerate.
9398
9399 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9400
9401         * breakpoint.c (clear_command): Rewrite middle section to
9402         combine two loops with identical control conditions.
9403         Add a cleanup to eliminate a memory leak.
9404         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9405
9406 2002-04-05  H.J. Lu  (hjl@gnu.org)
9407
9408         * solib-svr4.c (bkpt_names): Add "__start".
9409
9410 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9411
9412         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9413         as test for 64 bit target.
9414
9415 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9416
9417         * h8500-tdep.c (h8500_write_fp): Delete function.
9418         * dwarf2cfi.c (cfi_write_fp): Document as not used.
9419         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9420         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9421         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9422         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9423         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9424         (s390_write_fp):
9425         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9426         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9427         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9428         (d10v_write_fp): Delete function.
9429         * inferior.h (write_fp, generic_target_write_fp): Delete
9430         declarations.
9431         * regcache.c (generic_target_write_fp): Delete function.
9432         (write_fp): Delete function.
9433         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9434         * gdbarch.h, gdbarch.c: Regenerate.
9435         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9436         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9437         (sparc64_write_fp): Delete declaration.
9438         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9439         (h8500_write_fp): Delete declaration.
9440
9441 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9442
9443         * sparc-tdep.c (sparc64_write_fp): Delete.
9444         (sparc_push_dummy_frame): Replace write_fp call with code to store
9445         the FP directly.
9446         (sparc_gdbarch_init): Do not initialize write_fp.
9447
9448 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9449
9450         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9451         clause.
9452
9453 2002-03-29  Jim Blandy  <jimb@redhat.com>
9454
9455         * stack.c (get_selected_block): Add new argument `addr_in_block',
9456         used to return the exact code address we used to select the block,
9457         not just the block.
9458         * blockframe.c (get_frame_block, get_current_block): Same.
9459         * frame.h (get_frame_block, get_current_block,
9460         get_selected_block): Update declarations.
9461         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9462         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9463
9464 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9465
9466         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9467         warning message.
9468
9469 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9470
9471         * utils.c (xfullpath): New function.
9472         * defs.h (xfullpath): Add declaration.
9473         * source.c (openp): Use xfullpath in place of gdb_realpath to
9474         avoid resolving the basename part of filenames when the
9475         associated file is a symbolic link. This fixes a potential
9476         inconsistency between the filenames known to GDB and the
9477         filenames it prints in the annotations.
9478         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9479         to be able to match a filename with either the real filename, or
9480         the name of any symbolic link to this file.
9481         (lookup_partial_symtab): Ditto.
9482
9483 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9484
9485         * breakpoint.c: Add support for hardware breakpoints in overlays.
9486         (overlay_events_enabled): New state variable.
9487         (insert_breakpoints): Use overlay_events_enabled to decide
9488         whether to attempt to set a breakpoint at the overlay load addr.
9489         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9490         (remove_breakpoint): Use overlay_events_enabled to decide
9491         whether breakpoints need to be removed from overlay load addr.
9492         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9493         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9494         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9495         disable_overlay_breakpoints): Update overlay_events_enabled.
9496
9497 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9498
9499         * dwarf2read.c (struct function_range): New.
9500         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9501         (check_cu_functions): New.
9502         (read_file_scope): Initialize global function lists.
9503         Call dwarf_decode_line after processing children.
9504         (read_func_scope): Add to global function list.
9505         (dwarf_decode_lines): Call check_cu_functions everywhere
9506         record_line is called.  Call record_line with a linenumber
9507         of 0 to mark sequence ends.
9508
9509 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9510
9511         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9512         change sync with glibc.
9513
9514 2002-04-03  Jim Blandy  <jimb@redhat.com>
9515
9516         * configure.in: Call AC_C_INLINE.
9517         * configure: Regenerated.
9518
9519 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9520
9521         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9522         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9523
9524 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9525
9526         * NEWS: Mention gcore support on FreeBSD/i386.
9527
9528         * fbsd-proc.c: New file.
9529         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9530         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9531
9532         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9533         while statement.
9534
9535 2002-03-29  Jim Blandy  <jimb@redhat.com>
9536
9537         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9538         unescaped newlines in string literals, but newer ones don't.  So
9539         escape them.
9540
9541 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9542             Andrew Cagney <cagney@redhat.com>
9543
9544         * cli/cli-dump.c: New file.  Dump memory to file,
9545         restore file to memory.
9546         * cli/cli-dump.h: New file.
9547         * Makefile.in: Add rules, dependencies for cli-dump.o.
9548         * NEWS: Mention new commands.
9549
9550 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9551
9552         * symfile.c (symbol_file_add): Move test for null symbols to later.
9553
9554 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9555
9556         From veksler at il.ibm.com:
9557         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9558         the xstrduped original path.
9559         Fix PR gdb/417.
9560
9561 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9562
9563         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9564         * infcmd.c (_initialize_infcmd): Ditto.
9565         * language.c (_initialize_language): Ditto.
9566         * symfile.c (_initialize_symfile): Ditto.
9567         * top.c (_init_main): Ditto.
9568         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9569
9570 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9571
9572         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9573         vector registers handling.
9574         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9575         fields of frame data.
9576         (frame_get_saved_regs): Fill in information for AltiVec registers.
9577
9578 2002-03-27  Jim Blandy  <jimb@redhat.com>
9579
9580         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9581         a function; leave this macro here to invoke that function.
9582         (symbol_init_mangled_name): Declaration for that function.
9583         * symtab.c (symbol_init_mangled_name): New function.
9584
9585 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9586
9587         * valarith.c: Replace strerror with safe_strerror.
9588         * tracepoint.c: Ditto.
9589         * lin-lwp.c: Ditto.
9590         * go32-nat.c: Ditto.
9591         * inflow.c: Ditto.
9592         * gnu-nat.c: Ditto.
9593
9594 2002-03-27  Andreas Schwab  <schwab@suse.de>
9595
9596         * event-top.c (command_line_handler): Remove useless if.
9597
9598 2002-03-27  Andreas Jaeger  <aj@suse.de>
9599
9600         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9601         comment.
9602
9603 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9604
9605         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9606         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9607         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9608         (x86_64_linux_dr_get_status, supply_gregset),
9609         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9610         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9611         (x86_64_register_info_table): Add.
9612         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9613         (x86_64_register_raw_size, x86_64_register_virtual_type),
9614         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9615         general x86_64_register_info_table.
9616         (i386_gdbarch_init): gdbarch_register_bytes is now set
9617         dynamicaly during initialization.
9618         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9619         * gdbserver/linux-x86-64-low.c: Ditto.
9620
9621 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9622
9623         * gdbserver/server.c (main): Call target_signal_to_host_p
9624         and target_signal_to_host on signals received from the remote.
9625         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9626         target_signal_from_host on signals sent to the remote.
9627         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9628         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9629
9630 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9631
9632         * signals/signals.c: Include "server.h" in gdbserver build.
9633         (target_signal_from_name): Don't use STREQ.
9634         (_initialize_signals): Likewise.  Don't include function in
9635         gdbserver build.
9636
9637 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9638
9639         * signals.c: Moved to...
9640         * signals/signals.c: Here.
9641         * Makefile (signals.o): Update.
9642
9643 2002-03-26  Jeff Law (law@redhat.com)
9644
9645         * somread.c (som_symtab_read): Remove some commented out code and
9646         updated related comments.  Do not set the minimal symbol table to
9647         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9648         in a dynamic executable.
9649         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9650         where we are unable to find the minimal symbol for the given
9651         PC value.
9652
9653 2002-03-25  Jeff Law (law@redhat.com)
9654
9655         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9656
9657 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9658
9659         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9660
9661 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9662
9663         * command.h: Update copyright.
9664         (struct cmd_list_element): Replace definition with opaque
9665         declaration.
9666         (enum cmd_types): Document that it will eventually be moved to
9667         cli/cli-decode.h
9668         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9669         (MALLOCED_REPLACEMENT): Delete macro.
9670         * Makefile.in (cli_decode_h): Add $(command_h).
9671         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9672         * top.c: Include "cli/cli-decode.h".
9673         * completer.c: Include "cli/cli-decode.h".
9674         * maint.c: Include "cli/cli-decode.h".
9675         * cli/cli-decode.h: Include "command.h".
9676         (enum command_class): Delete.
9677         (enum cmd_types): Comment out.
9678         (enum cmd_auto_boolean): Delete.
9679         (enum var_types): Delete.
9680
9681 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9682
9683         * cli/cli-decode.c: Include "gdb_assert.h".
9684         (add_set_or_show_cmd): New static function.
9685         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9686         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9687         all fields, such as func, from the set command.
9688
9689 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9690
9691         * MAINTAINERS (sh-elf): Change warning flag to -w.
9692
9693 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9694
9695         * defs.h (error): Add printf format attribute.
9696         * thread-db.c (thread_from_lwp): Fix error format string.
9697         * stack.c (parse_frame_specification): Ditto.
9698         * cli/cli-decode.c (undef_cmd_error): Ditto.
9699         * scm-lang.c (scm_lookup_name): Ditto.
9700         * tracepoint.c (trace_error): Ditto.
9701         * remote-utils.c (usage): Ditto.
9702         * remote.c (compare_sections_command): Ditto.
9703         Fix PR gdb/328.
9704
9705 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9706
9707         * gdbtypes.c (append_composite_type_field): New function.
9708         (init_composite_type): New function.
9709         * gdbtypes.h (append_composite_type_field): Declare.
9710         (init_composite_type): Ditto.
9711
9712 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9713
9714         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9715         function.
9716         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9717         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9718         structure returning convention for SYSV ABI case, but not
9719         for GNU/Linux, FreeBSD, or NetBSD.
9720
9721 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9722
9723         * symtab.h (lookup_block_symbol): Add mangled_name argument
9724         to prototype.
9725
9726         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9727         with new mangled_name argument.
9728         * linespec.c (decode_line_1): Likewise.
9729         * valops (value_of_this): Likewise.
9730         * symtab.c (lookup_transparent_type): Likewise.
9731         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9732         (lookup_symbol): If we are given a mangled name, pass it down
9733         to lookup_symbol_aux.
9734         (lookup_block_symbol): If we are given a mangled name to check
9735         against, only return symbols which match it.
9736
9737 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9738
9739         * win32-nat.c (child_create_inferior): Check for proper shell to use
9740         here, in case the user changes it on the fly.
9741         (_initialize_inftarg): Remove shell path considerations.
9742
9743 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9744
9745         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9746         for gdbarch_max_register_raw_size and max_register_virtual_size.
9747         Adjust copyright year.
9748
9749 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9750
9751          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9752          in a function to cover the entire beginning of the function
9753          as well if it does not already.
9754
9755 2002-03-21  Tom Rix  <trix@redhat.com>
9756
9757         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9758         (rs6000_ptrace64): Renamed from ptrace64.
9759
9760 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9761
9762         * gdbserver/remote-utils.c (remote_open): Don't call
9763         getprotobyname, we're all using TCP here so just use
9764         IPPROTO_TCP.
9765         * gdbserver/gdbreplay.c (remote_open): Ditto.
9766
9767 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9768
9769         * regcache.c (_initialize_regcache): No need to call
9770         build_regcache() at this time; it gets called whenever
9771         the gdbarch changes.
9772
9773 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9774
9775         * sparc-nat.c:  Include sys/param.h where possible.
9776
9777 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9778
9779         Fix PR gdb/422.
9780         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9781         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9782         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9783         complex types.
9784         * stabsread.c (rs6000_builtin_type): Likewise.
9785         (read_sun_floating_type): Likewise.
9786
9787 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9788
9789         * stabsread.c (read_member_functions): Remove skip code for duplicate
9790         constructor/destructor methods.  Use standard parsing for these
9791         methods and just do not chain them to the list of methods after
9792         parsing.
9793
9794 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
9795
9796         * coffread.c: Remove redundant static declarations.  Replace
9797         occurrences of `PTR' with `void *'.
9798         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9799         * top.h (quit_cover): Likewise.
9800         * defs.h (catch_errors): Likewise.
9801
9802 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9803
9804         * defs.h (XMALLOC): Define.
9805         * gdb-events.sh (XMALLOC): Delete macro.
9806         * gdb-events.c, gdb-events.h: Regenerate.
9807         * gdbarch.sh (XMALLOC): Delete macro.
9808         * gdbarch.c: Regenerate.
9809         * serial.c (XMALLOC): Delete macro.
9810         * ui-file.c (XMALLOC): Ditto.
9811         * ser-unix.h (XMALLOC): Ditto.
9812         * sh-tdep.c (XMALLOC): Ditto.
9813         * ui-out.c (XMALLOC): Ditto.
9814         * utils.c (XMALLOC): Ditto.
9815         * i386-tdep.c (XMALLOC): Ditto.
9816         * gdb-events.c (XMALLOC): Ditto.
9817         * d10v-tdep.c (XMALLOC): Ditto.
9818         * cli-out.c (XMALLOC): Ditto.
9819
9820         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9821         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9822         * ui-file.c, ui-out.c: Ditto.
9823
9824 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9825
9826         * command.h (struct cmd_list_element): Add field context.
9827         (set_cmd_context, get_cmd_context): Declare.
9828         * cli/cli-decode.h: Ditto.
9829         * cli/cli-decode.c (get_cmd_context): New function.
9830         (set_cmd_context): New function.
9831         (add_cmd): Initialize context.
9832         Part of fixing PR gdb/145 and PR gdb/146.
9833
9834 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9835
9836         * cli/cli-decode.c (cmd_type): New function.
9837         * command.h (cmd_type): Declare.
9838         * infrun.c (set_schedlock_func): Call function cmd_type.
9839         * kod.c (kod_set_os): Call cmd_type.
9840         * cris-tdep.c (cris_version_update): Use function cmd_type.
9841         (cris_mode_update, cris_abi_update): Ditto.
9842
9843         * command.h: (execute_cmd_post_hook): Declare.
9844         (execute_cmd_pre_hook): Declare.
9845         * cli/cli-script.c (clear_hook_in_cleanup): New function.
9846         (execute_cmd_post_hook, execute_cmd_pre_hook): New
9847         functions. Execute pre/post hook while ensuring that afterwords
9848         hook_in is cleared.
9849         * top.c (execute_command): Use execute_cmd_post_hook, and
9850         execute_cmd_pre_hook to execute pre/post commands.
9851         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9852         hook_stop_stub.
9853         (hook_stop_stub): Call execute_cmd_pre_hook.
9854
9855 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9856
9857         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
9858         set'' and this leads to a core dump.  Move xstrdup of
9859         operating_system to after check that it is not NULL.
9860
9861 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9862
9863         * kod.c (kod_set_os): Remove unnecessary check that
9864         ``command->type'' is set_cmd.
9865
9866         * valprint.c (set_input_radix): Use input_radix.
9867         (set_output_radix): Use output_radix.
9868         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9869         isn't reverted.
9870
9871 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
9872
9873         * value.h (struct value): Delete field ``substring_addr''.  Change
9874         aligner fields to force_doublest_align, force_longest_align,
9875         force_core_addr_align and force_pointer_aligh.
9876
9877         * value.h (struct value): Fix typo in above change.
9878
9879 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9880
9881         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9882         to fix internal_error from ``maintenance print architecture''.
9883
9884 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9885
9886         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9887         for gcc versions after gcc-2.8.1.
9888
9889 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9890
9891         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9892         for method resolution.  Restore adjustment of ``this'' pointer after
9893         calling value_struct_elt, which was accidentally removed during the
9894         HP merge.
9895
9896 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
9897
9898         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9899         value_of_register.
9900         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
9901         get_saved_register.
9902         * value.h (value_of_register): Update.
9903
9904 2002-03-14  Richard Henderson  <rth@redhat.com>
9905
9906         * configure.in: Detect declaration for canonicalize_file_name.
9907         * utils.c (canonicalize_file_name): Declare, if needed.
9908         (gdb_realpath): Prefer realpath if available and usable.
9909         * config.in, configure: Rebuild.
9910
9911 2002-03-14  Richard Henderson  <rth@redhat.com>
9912
9913         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9914         a constant array bound.
9915
9916         * MAINTAINERS: Add myself to write-after-approval.
9917
9918 2002-03-14  Michael Snyder  <msnyder@redhat.com>
9919
9920         * symfile.c (syms_from_objfile): Return immediately if no syms.
9921         (symbol_file_add): Return immediately if no syms.
9922         (find_sym_fns): Return immediately if no syms.
9923
9924 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
9925
9926         * gdbserver/remote-util.c (remote_open): Print remote-side's
9927         IP address when remote debugging over the network.
9928
9929 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
9930
9931         * config/sparc/fbsd.mh: Fix copyright.
9932         * config/sparc/fbsd.mt: Likewise.
9933
9934 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
9935
9936         * MAINTAINERS: Fix typo in name of gdb warnings option.
9937         (x86-64): Fix formating so that this can be parsed by awk.
9938
9939 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9940
9941         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9942         * defs.h: Include "gdb/signals.h".
9943         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9944
9945 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
9946
9947         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9948         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9949         from x86-64-tdep.h
9950
9951 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9952             Don Howard <dhoward@redhat.com>
9953
9954         * mips-tdep.c (ST0_FR): Define.
9955         (mips2_fp_compat): New function, temporarily disabled.
9956         (mips_read_fp_register_single): New function.
9957         (mips_read_fp_register_double): New function.
9958         (mips_print_register): Use them.
9959         (do_fp_register_row): Likewise.
9960
9961 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
9962
9963         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9964         approval''.
9965
9966 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9967
9968         * stabsread.c (read_member_functions): Fix is_stub test for
9969         static member functions, improve comment.
9970
9971 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9972
9973         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9974         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9975         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9976         commands that set boolean values.
9977         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9978         (arm_rdi_resume): Always initialize PC.
9979         (arm_rdi_open): Don't use rslt as a boolean.
9980         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9981         (arm_rdi_fetch_registers, arm_rdi_store_registers)
9982         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9983         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9984
9985 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
9986
9987         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9988         * configure: Rebuilt.
9989
9990 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9991
9992         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9993         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9994
9995 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
9996
9997         * cli/cli-decode.c (set_cmd_completer): New function.
9998         * command.h (set_cmd_completer): Declare.
9999         * cli/cli-decode.h (set_cmd_completer): Ditto.
10000
10001         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10002         * cli/cli-cmds.c (init_cli_cmds): Ditto.
10003         * win32-nat.c (_initialize_inftarg): Ditto.
10004         * remote-rdi.c (_initialize_remote_rdi): Ditto.
10005         * proc-api.c (_initialize_proc_api): Ditto.
10006         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10007         * source.c (_initialize_source): Ditto.
10008         * exec.c (_initialize_exec): Ditto.
10009         * solib.c (_initialize_solib): Ditto.
10010         * top.c (init_main): Ditto.
10011         * tracepoint.c (_initialize_tracepoint): Ditto.
10012         * symfile.c (_initialize_symfile): Ditto.
10013         * printcmd.c (_initialize_printcmd): Ditto.
10014         * infcmd.c (_initialize_infcmd): Ditto.
10015         * corefile.c (_initialize_core): Ditto.
10016
10017 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10018
10019         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10020
10021 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10022
10023         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10024
10025 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
10026
10027         * NEWS: Update headings, 5.2 has branched.
10028
10029 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
10030
10031         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10032         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10033         (register_addr, REGISTER_RAW_SIZE): Likewise.
10034         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10035         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10036
10037 2002-03-03  Michal Ludvig <mludvig@suse.cz>
10038
10039         * MAINTAINERS (x86-64): Add myself.
10040         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10041         changed value_ptr -> struct value *
10042
10043 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
10044
10045         * configure.host (sparc64-*-freebsd): Add.
10046         * configure.tgt: Likewise.
10047         * config/sparc/fbsd.mh: New file.
10048         * config/sparc/fbsd.mt: Likewise.
10049         * config/sparc/nm-fbsd.h: Likewise.
10050         * config/sparc/tm-fbsd.h: Likewise.
10051
10052 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
10053
10054         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10055         regformats/reg-s390x.dat.
10056
10057 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
10058
10059         * utils.c: Add FIXME explaining true/false problem.
10060
10061 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
10062
10063         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10064
10065 2002-02-28  Michael Chastain  <mec@shout.net>
10066
10067         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10068
10069 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
10070
10071         * gdbserver/linux-s390-low.c: New file.
10072         * regformats/reg-s390.dat: New file.
10073         * regformats/reg-s390x.dat: New file.
10074         * gdbserver/configure.srv: Add S/390.
10075         * gdbserver/Makefile.in: Add S/390.
10076         * configure.tgt: Enable gdbserver for S/390.
10077
10078 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
10079
10080         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10081         first line of the doc string for "info dos", except at the end of
10082         the sentence, since the short help stops at the first period.
10083
10084 2002-02-28  Jason Merrill  <jason@redhat.com>
10085
10086         * dwarf2read.c (dwarf_cfi_name): Add new codes.
10087
10088 2002-02-27  Fred Fish  <fnf@redhat.com>
10089
10090         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10091         comment (dumy -> dummy).
10092
10093 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10094
10095         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10096
10097 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
10098
10099       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10100
10101 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10102
10103         * gdbserver/acconfig.h: New file.
10104         * gdbserver/i387-fp.c: New file.
10105         * gdbserver/i387-fp.h: New file.
10106         * gdbserver/linux-x86-64.c: New file.
10107         * regformats/reg-x86-64.dat: New file.
10108         * configure.tgt: Add x86_64-*-linux* gdbserver support.
10109         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10110         * gdbserver/configure.in: Add support for regsets.
10111         * gdbserver/config.in: Regenerate.
10112         * gdbserver/configure: Regenerate.
10113         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
10114         * gdbserver/linux-low.h: New file.
10115         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
10116         for regsets.
10117         * gdbserver/linux-arm-low.c: Include "linux-low.h".
10118         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10119         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10120         * gdbserver/linux-mips-low.c: Include "linux-low.h".
10121         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10122         * gdbserver/linux-sh-low.c: Include "linux-low.h".
10123         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
10124         "i387-fp.h".  Add PTRACE_GETREGS and friends.
10125         * gdbserver/regcache.c (supply_register): New function.
10126         (supply_register_by_name): New function.
10127         (collect_register): New function.
10128         (collect_register_by_name): New function.
10129
10130 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10131
10132         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10133         (config.status): Add configure.srv dependency.
10134         (server_h): Add config.h dependency.
10135
10136 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
10137
10138         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10139         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10140         * gdbserver/configure.srv: Change i386-*-linux* to use
10141         reg-i386-linux.o.
10142
10143 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10144
10145         * x86-64-tdep.c: Re-indent.  Update copyright date.
10146
10147 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10148
10149         From Michal Ludvig <mludvig@suse.cz>:
10150         * x86-64-tdep.c (value.h): Delete.
10151         (gdb_assert.h): Include.
10152         (x86_64_register_convert_to_virtual,
10153         x86_64_register_convert_to_raw ): Add check which lets only
10154         floating-point values to be converted.
10155         (value_push): Delete.
10156         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10157         (i386_gdbarch_init): Number of register_bytes fixed.
10158
10159 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10160
10161         * MAINTAINERS: Add x86-64 target.
10162
10163 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10164
10165         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10166         * osfsolib.c (solib_map_sections): Ditto.
10167         * irix5-nat.c (solib_map_sections): Ditto.
10168         * corelow.c (gdb_check_format): Ditto.
10169         * symfile.c (symfile_bfd_open): Ditto.
10170         * solib.c (solib_map_sections): Ditto.
10171         Fix PR gdb/354.
10172
10173 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
10174
10175         * remote.c (_initialize_remote): By default, disable ``e'' and
10176         ``E'' step out-of-range packets.
10177
10178 2002-02-26  Andreas Schwab  <schwab@suse.de>
10179
10180         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10181         m68k_linux_frame_saved_pc.
10182         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10183         in_sigtramp.
10184         (SIGCONTEXT_PC_OFFSET): Remove.
10185         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10186         m68k_linux_sigtramp_saved_pc): New functions.
10187         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10188         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10189         (UCONTEXT_PC_OFFSET): Define.
10190         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10191         non-RT and RT signal trampolines.
10192
10193 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
10194
10195         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10196         (TARGET_NBPG, STACK_END_ADDR): Delete
10197         (VARIABLES_INSIDE_BLOCK): Delete.
10198
10199 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
10200
10201         * utils.c (perror_with_name): Make string parameter constant.
10202         (print_sys_errmsg): Ditto.
10203         (query): Ditto.
10204         * defs.h (perror_with_name): Update.
10205         (print_sys_errmsg): Update.
10206         (query): Update.
10207
10208 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
10209
10210         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10211         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10212
10213 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10214
10215         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10216         if it already matches the current architecture from the exec file.
10217         Include arch-utils.h for gdbarch_info_init prototype.
10218         * Makefile.in (rs6000-nat.o): Update dependencies.
10219
10220 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
10221
10222         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10223          list of exported variables.
10224
10225 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
10226
10227         * gdbserver/configure.srv: New file.
10228         * gdbserver/configure.in: Use configure.srv instead
10229         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
10230         from it.
10231         * gdbserver/configure: Regenerated.
10232         * gdbserver/terminal.h: New file.
10233         * gdbserver/Makefile.in: Update for configure changes.  Remove
10234         more unneeded include paths.
10235
10236 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10237
10238         From wiz at danbala:
10239         * config/sparc/tm-sp64.h: Fix grammar and typos.
10240         Fix PR gdb/287.
10241
10242 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10243
10244         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10245         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
10246         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10247         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10248         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10249         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10250         * s390-tdep.c: Ditto.
10251         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10252         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10253         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10254         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10255         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10256         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10257         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10258         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10259         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10260         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10261         Fix PR gdb/378.
10262
10263 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10264
10265         * lin-thread.c: Delete file.
10266         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10267         to gdb_proc_service.h.
10268         * configure: Re-generate.
10269
10270         * ocd.c (ocd_open): Do not try to open the "ocd" device.
10271         * serial.c (serial_open): Delete check for "ocd".
10272         Fix PR gdb/349.
10273
10274         * Makefile.in (linux-thread.o): Delete target.
10275         * linux-thread.c: Delete file.
10276
10277         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
10278         renamed SH files to be consistent.
10279
10280         * symtab.c (sort_search_symbols): Use xfree.
10281
10282 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10283
10284         * arm-linux-tdep.c (arm_linux_init_abi): Register
10285         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10286         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10287         definition with undef, since we don't want the sysvr4 definition.
10288         (SKIP_TRAMPOLINE_CODE): Likewise.
10289
10290 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10291
10292         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10293
10294         * configure.in: (AC_CHECK_FUNCS) Added test for
10295         canonicalize_file_name Regenerated.
10296         * config.in, configure: Regenerated.
10297         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10298         defined use canonicalize_file_name.
10299
10300 2002-02-23  Michael Chastain  <mec@shout.net>
10301
10302         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10303
10304 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10305
10306         * README: Remove references to cygnus.com.
10307         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10308         dot com'' form.  Remove references to cygnus.com and sourceware.
10309
10310 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10311
10312         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10313         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10314         1003.1-2001 no longer allows "head -1".
10315         * gdb/Makefile.in (version.c): Likewise.
10316         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10317         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10318         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
10319
10320 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10321
10322         * cli/cli-decode.c (cmd_cfunc_eq): New function.
10323         * command.h (cmd_cfunc_eq): Declare.
10324         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10325
10326         * cli/cli-cmds.h (is_complete_command): Change parameter to a
10327         ``struct cmd_list_element *''.
10328         * cli/cli-cmds.c (is_complete_command): Update.  Use
10329         cmd_cfunc_eq.
10330         * top.c (execute_command): Pass the command to
10331         is_complete_command.
10332         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10333
10334 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10335
10336         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10337         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10338         architecture defines.
10339         * s390-tdep.c (s390_gdbarch_init): Likewise.
10340
10341 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10342
10343         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10344         (arm_linux_push_arguments): Likewise.
10345         (arm_linux_init_abi): Register them.  Also register linux-specific
10346         call_dummy_words.
10347         (find_minsym_and_objfile): Use strcmp, not STREQ.
10348         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10349         (arm_linux_call_dummy_words): Delete declaration.
10350         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10351         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10352         declarations.
10353         (LOWEST_PC): Delete.
10354
10355 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10356
10357         * maint.c (print_section_info): Do not prepend `0x' to filepos
10358         output, it will be handled by local_hex_string_custom.
10359
10360 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
10361
10362         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10363         (store_newfpe_double, store_newfpe_extended, store_fpregister)
10364         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10365
10366 2002-02-22  Jim Blandy  <jimb@redhat.com>
10367
10368         Indicate that the bcache functions don't change the strings
10369         they're passed.
10370         * bcache.h (bcache, hash): Add `const' keywords to declarations.
10371         * bcache.c (bcache, hash): Add `const' keywords to definitions.
10372
10373 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
10374
10375         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10376
10377 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10378
10379         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10380         find the complete path to a loaded DLL.
10381
10382 2002-02-21  Fred Fish  <fnf@redhat.com>
10383
10384         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10385         that marks the end of the range of a function, enter a line number
10386         entry that has a line number of zero and a PC offset that matches
10387         the end of the function.  This starts a range of PC's for which no
10388         line number information is known.
10389         * symtab.c (find_pc_sect_line): If our best fit is in a range of
10390         PC's for which no line number info is found (line number is zero)
10391         then we didn't find any valid line information.
10392         * symtab.h: Document use of zero line number entry.
10393
10394 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
10395
10396         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10397         (have_ptrace_getvrregs): Define for run time checks.
10398         (gdb_vrregset_t): New type for Altivec register handling.
10399         (fetch_register, store_register): Fetch/store altivec register
10400         when needed.
10401         (fetch_altivec_register, store_altivec_register): New functions.
10402         (supply_vrregset, fill_vrregset): New functions.
10403         (fetch_altivec_registers, store_altivec_registers): New functions.
10404         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10405         registers as well.
10406
10407 2002-02-21  Jiri Smid  <smid@suse.cz>
10408
10409         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10410
10411 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10412
10413         * Makefile.in (armnbsd-nat.o): Update dependencies.
10414         * armnbsd-nat.c (supply_gregset): New function.  Common code to
10415         supply the integer register set.
10416         (supply_fparegset): New function.  Similar for FPA registers.
10417         (fetch_regs, fetch_fp_regs): Use them.
10418         (fetch_core_registers): Likewise.
10419         (fetch_elfcore_registers): New function.
10420         (arm_netbsd_elfcore_fns): New core-file type specification.
10421         (_initialize_arm_netbsd_nat): Register it.
10422
10423 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10424
10425         * armnbsd-nat.c: Include gdbcore.h.
10426         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10427         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10428         'void' to declaration, to shut up ARI.
10429         (fetch_core_registers): Make static.  Rewrite using supply_register.
10430         (arm_netbsd_core_fns): New core-file type specification.
10431         (_initialize_arm_netbsd_nat): New function.
10432
10433 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10434
10435         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10436         value.
10437
10438 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10439
10440         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10441         fails.
10442
10443 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10444
10445         * jv-exp.y (parse_number): Change type of implicit longs
10446         to builtin_type_uint64.
10447
10448 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10449
10450         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10451         to be an integer instead of a `union wait'.
10452
10453 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10454
10455         * mips-linux-nat.c: Call the operating system GNU/Linux.
10456         * mips-linux-tdep.c: Likewise.
10457         * mips-tdep.c: Likewise.
10458
10459 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10460
10461         Fix PR gdb/265.
10462         * jv-exp.y (parse_number): Handle 64-bit integers.
10463
10464 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10465
10466         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10467         AC_STDC_HEADERS to AC_HEADER_STDC.
10468         * gdbserver/configure: Regenerated.
10469
10470 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10471
10472         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10473         is defined.
10474         * sparc-tdep.c (get_longjmp_target): Likewise.
10475
10476 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10477
10478         * News: Add news about ARM and Multi-arch.  Mention the new target
10479         arm*-*-netbsd*.
10480
10481 2002-02-19  Jim Blandy  <jimb@redhat.com>
10482
10483         * stabsread.c (error_type_complaint): Improve error message.
10484
10485 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10486
10487         * gdbserver/README: Update documentation.
10488         * gdbserver/configure.in: Update configury to match documentation.
10489         * gdbserver/Makefile.in: Likewise.
10490         * gdbserver/configure: Regenerated.
10491         * gdbserver/aclocal.m4: New file, generated by aclocal.
10492         * gdbserver/config.in: New file, generated by autoheader.
10493
10494 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10495
10496         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10497         armnbsd-nat.c.
10498
10499 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10500
10501         * arm-tdep.h (enum arm_float_model): New enum.
10502         (struct gdbarch_tdep): Add fp_model.
10503         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10504         up floating-point conversions until we know the floating-point model
10505         in use by the inferior.  Don't complain about being unable to
10506         determine the ABI of the inferior when we don't have one.
10507         (arm_extract_return_value): Support different floating-point models.
10508         (arm_store_return_value): Likewise.
10509         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10510         ARM_FLOAT_SOFT.
10511         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10512
10513 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10514
10515         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10516         of ``current_gdbarch''.
10517
10518 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10519
10520         * armnbsd-nat.c : ANSIfy all function declarations.
10521         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10522         (fetch_inferior_registers): Re-implement in terms of above.
10523         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10524         (store_inferior_registers): Re-implement in terms of above.
10525
10526 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10527
10528         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10529         kernel.
10530         * arm-linux-tdep.c: Likewise.
10531         * config/arm/tm-linux.h: Likewise.
10532
10533 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10534
10535         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10536         * config/arm/nbsd.mt (TM_FILE): Delete.
10537         * config/arm/tm-nbsd.h: Delete.
10538
10539 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10540
10541         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10542         Initialize CALL_DUMMY_LENGTH.
10543
10544 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10545
10546         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10547         function.
10548         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10549         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10550         defines one thing and that is incorrect for this port.
10551         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10552
10553 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10554
10555         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10556
10557 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10558
10559         * win32-nat.c (display_selector): New function. Displays information
10560         about the information returned by GetThreadSelectorEntry API function.
10561         (display_selectors): New function. Displays the infomation of
10562         the selector given as argument, or of CS, DS ans FS selectors
10563         if no argument is given.
10564         ( _initialize_inftarg): Add "w32" as info prefix command.
10565         Add "info w32 selector" as command calling display_selectors.
10566
10567 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10568
10569         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10570         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10571         if not defined.
10572
10573 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10574
10575         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10576
10577 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10578
10579         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10580         (arm_fix_call_dummy): Call it.
10581         (arm_call_dummy_breakpoint_offset): Delete.
10582         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10583         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10584
10585 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10586
10587         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10588         Default to func_frame_chain_valid.
10589         * gdbarch.h, gdbarch.c: Re-generate.
10590         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10591
10592 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10593
10594         * ppc-linux-nat.c: Update copyright.
10595         (fetch_register, store_register): Add tid parameter, don't compute
10596         tid here.
10597         (fetch_ppc_registers, store_ppc_registers): Add tid
10598         parameter. Pass it along to callees.
10599         (fetch_inferior_registers, store_inferior_registers): Compute tid
10600         here, and pass it to calleed functions.
10601         (fill_gregset, supply_fpregset): Clean up formatting.
10602
10603 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10604
10605         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10606         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10607
10608 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10609
10610         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10611         * gdbarch.c gdbarch.h: Regenerate.
10612         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10613         function.
10614         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10615         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10616         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10617
10618         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10619         * arm-tdep.c (arm_get_longjmp_target): New function.
10620         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10621         this to a positive value register arm_get_longjmp_target as the
10622         longjmp handler.
10623         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10624         (arm_linux_init_abi): Set up longjmp description in tdep.
10625         * armnbsd-nat.c (get_longjmp_target): Delete.
10626         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10627         description in tdep.
10628         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10629         (get_longjmp_target): Delete declaration.
10630         (GET_LONGJMP_TARGET): Delete.
10631         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10632         (GET_LONGJMP_TARGET): Delete.
10633
10634 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10635
10636         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10637         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10638         of ``current_gdbarch''.
10639
10640 2002-02-17  Tom Tromey  <tromey@redhat.com>
10641
10642         * cli/cli-cmds.c (compare_strings): New function.
10643         (complete_command): Only print each unique item once.
10644         * completer.h (complete_line): Declare.
10645         * completer.c (complete_line): New function.
10646         (line_completion_function): Use it.
10647
10648 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10649
10650         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10651         * gdbarch.h, gdbarch.c: Re-generate.
10652
10653 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10654
10655         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10656
10657 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10658
10659         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10660         * valops.c (value_arg_coerce): Don't take the address of a reference
10661         to convert an argument to a reference.
10662
10663 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10664
10665         * win32-nat.c (get_image_name): New function.
10666         (handle_load_dll): Use get_image_name function.
10667         (get_child_debug_event): Avoid registering debug events until possibly
10668         execed process is started.
10669         (child_create_inferior): Allow invocation via shell so that command
10670         line redirection, etc.  works ok.
10671         (_initialize_inftarg): Add new command: "set shell" to control whether
10672         a shell is used to start a process.
10673
10674 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10675
10676         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10677         instead of find_register_by_number.
10678         (cannot_store_register): Likewise.
10679
10680 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10681
10682         * dwarf2read.c: Replace fprintf (stderr, ...) by
10683         fprintf_unfiltered (gdb_stderr, ...).
10684
10685 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10686
10687         * gdbserver/gdbserver.1: Document --attach.
10688
10689 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10690
10691         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10692         descriptions.
10693         * arm-tdep.c (arm_default_arm_le_breakpoint)
10694         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10695         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10696         traditional breakpoint defines.
10697         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10698         (arm_gdbarch_init): Initialize new breakpoint variables.
10699         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10700         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10701         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10702         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10703         code out to ...
10704         (arm_netbsd_init_abi_common): ... here; new function.
10705         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10706         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10707         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10708         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10709
10710 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10711
10712         * arm-tdep.h (enum arm_abi): New enum.
10713         (struct gdbarch_tdep): New structure.
10714         (LOWEST_PC): Provide a default.
10715         (arm_gdbarch_register_os_abi): Declare new function.
10716         * arm-tdep.c (arm_abi_names): New array.
10717         (process_note_abi_tag_sections): New function.
10718         (get_elfosabi): New function.
10719         (arm_gdbarch_register_os_abi): New function.
10720         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10721         support for that ABI has been built in, then call the appropriate
10722         configuration routine.  Use gdbarch_num_regs() to get the number
10723         of registers.
10724         (arm_dump_tdep): New function.
10725         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10726         place-holder functions.
10727         (_initialize_arm_tdep): Register them.
10728         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10729
10730         * armnbsd-tdep.c: New file.
10731         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10732         * config/arm/nbsd.mt (TDEPFILES): Add it.
10733         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10734
10735         * armnbsd-nat.c: Include regcache.h.
10736         * Makefile.in (armnbsd-nat.o): Update dependency list.
10737
10738         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10739
10740 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10741
10742         * gdbserver/Makefile.in: Fix typos in target rules.
10743
10744 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10745
10746         Fix part of PR gdb/267.
10747         * linespec.c (find_methods): Handle constructors specially for now.
10748
10749 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10750
10751         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10752         handling.
10753         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10754         standard_coerce_float_to_double().
10755
10756 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10757
10758         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10759         GDBINIT_FILENAME.
10760
10761 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10762
10763         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10764         find_variant_by_name, because it confuses the multiarch
10765         framework. Return NULL if there isn't an architecture with the
10766         user supplied name, instead of forcing a different one without
10767         recording the change with the multiarch machinery.
10768         (find_variant_by_name): Delete.
10769
10770 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10771
10772         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10773         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10774
10775 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10776
10777         * stack.c (print_frame_info_base): When calling
10778         print_frame_info_listing_hook, set current_source_symtab.
10779
10780 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10781
10782         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10783         and remove unused $(INCLUDE_DIR).
10784         Add regcache.c to OBS.
10785         Add generated register protocol files to clean target.
10786         Update dependencies for new objects, obsolete old target code.
10787
10788         * gdbserver/linux-low.c: Remove all platform-specific code to
10789         new files.  Remove various dead code.  Update to use regcache
10790         functionality.
10791         * gdbserver/remote-utils.c (fromhex): Add return statement
10792         to quiet warning.
10793         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10794         constant.
10795         (input_interrupt): Add integer parameter to match prototype
10796         of a signal handler.
10797         (outreg): Use register_data ().
10798         (prepare_resume_reply): Use gdbserver_expedite_regs.
10799         * gdbserver/server.c (main): Dynamically allocate own_buf because
10800         PBUFSIZ is no longer constant.  Use registers_to_string () and
10801         registers_from_string ().
10802         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
10803         for error (), fatal (), and warning ().  Update definition of
10804         PBUFSIZ to use regcache functionality.  Add include guard.
10805         * gdbserver/utils.c (fatal): Add missing ``const''.
10806         (warning): New function.
10807
10808         * regformats/regdat.sh: Include "regcache.h" in generated files.
10809         Provide init_registers () function.
10810         * regformats/regdef.h: Add prototype for set_register_cache ().
10811         Add include guard.
10812
10813         * gdbserver/linux-arm-low.c: New file.
10814         * gdbserver/linux-i386-low.c: New file.
10815         * gdbserver/linux-ia64-low.c: New file.
10816         * gdbserver/linux-m68k-low.c: New file.
10817         * gdbserver/linux-mips-low.c: New file.
10818         * gdbserver/linux-ppc-low.c: New file.
10819         * gdbserver/linux-sh-low.c: New file.
10820
10821         * gdbserver/regcache.c: New file.
10822         * gdbserver/regcache.h: New file.
10823
10824         * gdbserver/low-linux.c: Removed obsolete file.
10825
10826 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10827
10828         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10829         * config/i386/linux.mt: Likewise.
10830         * config/ia64/linux.mt: Likewise.
10831         * config/m68k/linux.mh: Likewise.
10832         * config/powerpc/linux.mh: Likewise.
10833         * config/mips/linux.mt: Likewise.
10834
10835         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10836
10837         * config/i386/i386lynx.mh: Mark gdbserver variables
10838         as (currently) obsolete for this target.
10839         * config/i386/nbsd.mt: Likewise.
10840         * config/i386/nbsdelf.mt: Likewise.
10841         * config/m32r/m32r.mt: Likewise.
10842         * config/m68k/m68klynx.mh: Likewise.
10843         * config/m68k/nbsd.mt: Likewise.
10844         * config/m68k/sun3os4.mh: Likewise.
10845         * config/mips/vr5000.mt: Likewise.
10846         * config/ns32k/nbsd.mt: Likewise.
10847         * config/pa/hppabsd.mh: Likewise.
10848         * config/pa/hppaosf.mh: Likewise.
10849         * config/powerpc/nbsd.mt: Likewise.
10850         * config/rs6000/rs6000lynx.mh: Likewise.
10851         * config/s390/s390.mt: Likewise.
10852         * config/s390/s390x.mt: Likewise.
10853         * config/sparc/sparclynx.mh: Likewise.
10854         * config/sparc/sun4os4.mh: Likewise.
10855         * config/i386/x86-64linux.mt: Likewise.
10856         * config/sparc/linux.mh: Likewise.
10857
10858 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10859
10860         * configure.tgt: Configure gdbserver only for known working
10861         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
10862         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
10863         SUBDIRS if it is configured.  Update comment for ${nativefile}.
10864         * configure: Regenerated.
10865
10866 2002-02-13  Michael Snyder  <msnyder@redhat.com>
10867
10868         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10869
10870         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10871         (default_gcore_mach): Just return 0, work around a problem in bfd.
10872         (default_gcore_target): OK to return NULL if exec_bfd is null.
10873         (make_mem_sec): Use a cast, avoid a warning.
10874
10875         * procfs.c (find_memory_regions_callback): Use a cast instead of
10876         calling host_pointer_to_address (which complains if
10877         sizeof (host pointer) != sizeof (target pointer)).
10878         (procfs_make_note_section): Avoid overflow in psargs string.
10879
10880         * procfs.c (procfs_make_note_section): Make the default
10881         implementation return an error.
10882
10883 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
10884
10885         * procfs.c (procfs_make_note_section): Provide a default definition
10886         (for alpha-dec-osf4.0f). Fix typos.
10887
10888 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
10889
10890         * linux-proc.c: Add include of regcache.h.
10891         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10892
10893 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
10894
10895         From 2002-01-18 Greg McGary <greg@mcgary.org>:
10896         * memattr.c (create_mem_region): Disallow useless empty region.
10897         Regions are half-open intervals, so allow [A..B) [B..C) as
10898         non-overlapping.
10899
10900 2002-02-13  Michael Chastain <mec@shout.net>
10901
10902         * defs.h: Kill CONST_PTR.
10903         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10904         * c-lang.c (c_builtin_types): Likewise.
10905         * ch-lang.c (ch_builtin_types): Likewise.
10906         * f-lang.c (f_builtin_types): Likewise.
10907         * language.c (unknown_builtin_types): Likewise.
10908         * m2-lang.c (m2_builtin_types): Likewise.
10909         * p-lang.c (pascal_builtin_types): Likewise.
10910         * scm-lang.c (c_builtin_types): Likewise.
10911
10912 2002-02-13  Keith Seitz  <keiths@redhat.com>
10913
10914         * arm-tdep.h (arm_get_next_pc): Add declaration.
10915
10916 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
10917
10918         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
10919         with other related struct-returning functions.
10920         (arm_extract_struct_value_address): New function.
10921         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
10922         initialize float_format, double_format and long_double_format as
10923         appropriate to the endianness of the target.
10924         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10925         (arm_use_struct_convention): Delete declaration.
10926         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10927
10928 2002-02-13  Keith Seitz  <keiths@redhat.com>
10929
10930         * defs.h (core_addr_to_string_nz): New function.
10931
10932 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
10933
10934         Apply missing bits of 2002-01-15 patch.
10935         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10936         (fill_fpregset): Use i387_fill_fsave.
10937
10938 2002-02-12  Keith Seitz  <keiths@redhat.com>
10939
10940         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10941         (core_addr_to_string_nz): New function.
10942
10943 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10944
10945         * arm-linux-nat.c: Really include arm-tdep.h.
10946         * config/arm/tm-linux.h (struct type, struct value): Declare.
10947
10948 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10949
10950         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10951         (gcore section): Ifdef for Solaris and Unixware only.
10952         (procfs_do_thread_registers): Unixware needs one lwpstatus
10953         per thread (not one prstatus or pstatus).
10954         (procfs_make_note_section): Iterate only over kernel threads (lwps),
10955         not over all gdb threads.  For unixware, call elfcore_write_pstatus
10956         once before iterating over threads.
10957
10958 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10959
10960         * arm-tdep.h: New file.
10961         * arm-tdep.c: Include arm-tdep.h.
10962         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10963         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10964         (arm_print_float_info, arm_register_type, convert_to_extended)
10965         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10966         (arm_extract_return_value, arm_register_name): Make static.
10967         (arm_software_single_step): Similarly.  Fix types in declaration.
10968         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10969         (arm_store_return_value, arm_store_struct_return): New functions.
10970         (arm_gdbarch_init): Register the above functions.  Also register
10971         call_dummy_start_offset, sizeof_call_dummy_words,
10972         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10973         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10974         max_register_virtual_size, register_size.  Set up
10975         prologue_cache.saved_regs here, rather than ...
10976         (_initialize_arm_tdep): ... here.
10977         * config/arm/tm-arm.h (struct type, struct value): Delete forward
10978         declarations.
10979         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10980         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10981         (arm_print_float_info, arm_register_type, convert_to_extended)
10982         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10983         (arm_extract_return_value, arm_register_name): Delete declarations.
10984         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10985         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10986         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10987         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10988         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10989         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10990         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10991         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10992         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10993         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10994         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10995         (arm_get_next_pc): No-longer static -- these are needed by the RDI
10996         interface.
10997         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10998         * remote-rdi.c remote-rdp.c: Likewise.
10999         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11000         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11001         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11002         definition.
11003
11004         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11005         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11006         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11007         from non-ARM_ prefixed definitions.
11008         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11009         all uses of above.
11010         * remote-rdi.c remote-rdp.c: Likewise.
11011         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11012
11013 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
11014
11015         * arm-tdep.c (arm_frameless_function_invocation)
11016         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11017         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11018         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11019         (arm_pop_frame, arm_get_next_pc): Make static.
11020         (arm_gdbarch_init): Register above in gdbarch structure.
11021         (arm_read_fp): Renamed from arm_target_read_fp.
11022         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11023         * config/arm/tm-arm.h (arm_frameless_function_invocation)
11024         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11025         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11026         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11027         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11028         (arm_pc_is_thumb_dummy): Delete declarations.
11029         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11030         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11031         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11032         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11033
11034 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
11035
11036         * symtab.c (compare_search_syms): New function.
11037         (sort_search_symbols): New function.
11038         (search_symbols): Sort symbols after searching rather than
11039         before.
11040
11041 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11042
11043         * NEWS: Linux -> GNU/Linux.
11044
11045 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11046
11047         * gdbarch.sh: For for level one methods, disallow a definition
11048         when partially multi-arched.  Add comments explaining rationale.
11049         * gdbarch.h: Re-generate.
11050
11051 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11052
11053         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11054         multi-arch partial.
11055
11056 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11057
11058         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
11059         field.  Use diff -u.
11060         * gdbarch.c: Re-generate.
11061
11062 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11063
11064         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11065         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11066         partial.
11067
11068 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11069
11070         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11071         multi-arch partial.
11072         (PUSH_ARGUMENTS): Switch to using predefault.
11073         * gdbarch.c: Regenerate.
11074
11075 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
11076
11077         * valops.c (PUSH_ARGUMENTS): Delete definition.
11078         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11079         partial.  Default to default_push_arguments.
11080         * gdbarch.h, gdbarch.c: Regenerate.
11081
11082 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11083
11084         * defs.h (throw_exception): Rename return_to_top_level.  Update
11085         comments.
11086         * utils.c (error_stream, internal_verror, quit): Ditto.
11087         * top.c (throw_exception, catcher): Ditto.
11088         * sparclet-rom.c (sparclet_load): Ditto.
11089         * remote.c (interrupt_query, minitelnet): Ditto.
11090         * remote-sds.c (interrupt_query): Ditto.
11091         * remote-mips.c (mips_error, mips_kill): Ditto.
11092         * ocd.c (interrupt_query): Ditto.
11093         * monitor.c (monitor_interrupt_query): Ditto.
11094         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11095         * target.h: Update comment.
11096
11097         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11098
11099 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11100
11101         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11102         default_double_format.
11103         * gdbarch.h, gdbarch.c: Re-generate.
11104         * findvar.c (floatformat_unknown): Delete variable definition.
11105         * doublest.h (floatformat_unknown): Delete variable declaration.
11106
11107 2002-02-09  Jim Blandy  <jimb@redhat.com>
11108
11109         * stabsread.c (read_type): Add code to parse Sun's syntax for
11110         prototyped function types.
11111
11112 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
11113
11114         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11115         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11116
11117 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11118
11119         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11120         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
11121         now _initialize_xcoffsolib gets called again and overrides the
11122         commands from solib.c in a native configuration.
11123
11124 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
11125
11126         * doublest.c (store_typed_floating): Don't try to return a value.
11127         Fixes PR gdb/290.
11128
11129 2002-02-08  Jim Blandy  <jimb@redhat.com>
11130
11131         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11132         is prototyped and has no arguments, print its argument list as
11133         `(void)'.
11134
11135 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11136
11137         * MAINTAINERS (write-after-approval): Add myself.
11138         (paper-trail): I've escaped!
11139
11140 2002-02-08  Christopher Faylor  <cgf@redhat.com>
11141
11142         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11143         changes.
11144         (_initialize_check_for_gdb_ini): Ditto.
11145
11146 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
11147
11148         * win32-nat.c (cygwin_pid_to_str): Fix typo.
11149         xaprintf -> xasprintf.
11150
11151 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
11152
11153         * win32-nat.c: Remove use of printf and sprintf functions.
11154
11155 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
11156
11157         * arm-tdep.c (arm_frame_chain_valid): Make static.
11158         (arm_push_arguments): Likewise.
11159         (arm_gdbarch_init): New function.
11160         (_initialize_arm_tdep): Call it.
11161         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11162         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11163         (FRAME_CHAIN_VALID): Delete.
11164         (arm_frame_chain_valid): Delete declaration.
11165         (PUSH_ARGUMENTS): Delete.
11166         (arm_push_arguments): Delete declaration.
11167         (CALL_DUMMY_P): Delete.
11168
11169 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
11170             Corinna Vinschen  <vinschen@redhat.com>
11171
11172         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11173         on builtin float types.
11174
11175 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
11176
11177         * utils.c: Include <curses.h> before "bfd.h".
11178         * tui/tui-hooks.c: Likewise.
11179         * tui/tui.c: Likewise.
11180         * tui/tuiCommand.c: Likewise.
11181         * tui/tuiData.c: Likewise.
11182         * tui/tuiDataWin.c: Likewise.
11183         * tui/tuiDisassem.c: Likewise.
11184         * tui/tuiGeneralWin.c: Likewise.
11185         * tui/tuiIO.c: Likewise.
11186         * tui/tuiLayout.c: Likewise.
11187         * tui/tuiRegs.c: Likewise.
11188         * tui/tuiSource.c: Likewise.
11189         * tui/tuiSourceWin.c: Likewise.
11190         * tui/tuiStack.c: Likewise.
11191         * tui/tuiWin.c: Likewise.
11192
11193 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
11194
11195         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11196         to include space for pseudoregs as well. Update loops accordingly.
11197         (sh_fp_frame_init_saved_regs): Ditto.
11198         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11199
11200 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11201
11202         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11203         Add Richard Earnshaw to Arm maintainers.
11204
11205 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
11206
11207         * defs.h (warning_begin): Delete declaration.
11208
11209         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11210         Delete macro.
11211
11212 2002-02-07  Michael Snyder  <msnyder@redhat.com>
11213
11214         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11215         Logic bug, remove misplaced else.
11216
11217 2002-02-07  Klee Dienes  <klee@apple.com>
11218
11219         * fork-inferior.c (fork_inferior): Add '!' to the list of
11220         characters that need to be quoted when building a string for the
11221         shell.  Quote '!' specifically with a backslash, since CSH chokes
11222         when trying to evaluate "str!str".
11223
11224 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11225
11226         * rdi-share/host.h: Only provide a typedef for bool if it is not
11227         defined.
11228
11229 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11230
11231         * breakpoint.h (enum bptype): Add new overlay event bp type.
11232         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11233
11234         * breakpoint.c (create_internal_breakpoint): New function.
11235         (internal_breakpoint_number): Moved into create_internal_breakpoint.
11236         (create_longjmp_breakpoint): Use create_internal_breakpoint.
11237         (create_thread_event_breakpoint): Ditto.
11238         (create_solib_event_breakpoint): Ditto.
11239         (create_overlay_event_breakpoint): New function.
11240         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11241         (update_breakpoints_after_exec): Delete and re-initialize
11242         overlay event breakpoints after an exec.  Add FIXME comment
11243         about longjmp breakpoint.
11244         (print_it_typical): Ignore overlay event breakpoints.
11245         (print_one_breakpoint): Ditto.
11246         (mention): Ditto.
11247         (bpstat_what): Do not stop for overlay event breakpoints.
11248         (delete_breakpoint): Don't delete overlay event breakpoints.
11249         (breakpoint_re_set_one): Delete the overlay event breakpoint.
11250         (breakpoint_re_set): Re-create overlay event breakpoint.
11251
11252         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11253         (overlay_manual_command): Disable overlay breakpoints.
11254         (overlay_off_command): Disable overlay breakpoints.
11255
11256 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11257
11258         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11259         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11260         to here from config/tm-arm.h.
11261         (coff_sym_is_thumb): Make static.
11262         (arm_elf_make_msymbol_special): New function.
11263         (arm_coff_make_msymbol_special): New function.
11264         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11265         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11266         (coff_sym_is_thumb): Delete declaration.
11267         (arm_elf_make_msymbol_special): Declare.
11268         (arm_coff_make_msymbol_special): Declare.
11269         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11270         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11271
11272 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11273
11274         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11275
11276 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
11277
11278         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11279         * gdbarch.c gdbarch.h: Regenerate.
11280         * arch-utils.c (default_print_float_info): New function.
11281         * arch-utils.h (default_print_float_info): Prototype it.
11282         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11283         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11284         (PRINT_FLOAT_INFO): Document it.
11285
11286         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11287         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11288         (PRINT_FLOAT_INFO): Define.
11289
11290 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
11291
11292         * win32-nat.c (_initialize_check_for_gdb_ini):
11293         Add typecast to sprintf argument to suppress a warning.
11294
11295 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
11296
11297         * win32-nat.c (last_sig): Changed type of variable to target_signal,
11298         to allow easier handling of pass state.
11299         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11300         that gives exception name and address.
11301         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11302         and set last_sig value to ourstatus->value.sig. Some missing
11303         exceptions added.
11304         (child_continue): Correctly report continue_status.
11305         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11306         TARGET_SIGNAL_0 (new default value).
11307         (child_resume): consider sig argument passed to decide if
11308         the exception should be passed to debuggee or not.
11309
11310 2002-02-05  Michael Snyder  <msnyder@redhat.com>
11311
11312         * regcache.c (fetch_register): Call target_fetch_register
11313         only if we don't call FETCH_PSEUDO_REGISTER.
11314         (store_register): Call target_store_register only if we
11315         don't call STORE_PSEUDO_REGISTER.
11316
11317 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
11318
11319         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11320         ELF_MAKE_MSYMBOL_SPECIAL.
11321         * gdbarch.c, gdbarch.h: Regenerate.
11322         * arch-utils.c (default_make_msymbol_special): New function.
11323         * arch-utils.h (default_make_msymbol_special): Export.
11324         * elfread.c (elf_symtab_read): Compile use of
11325         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11326         multiarched.
11327         * coffread.c (coff_symtab_read): Ditto, for
11328         COFF_MAKE_MSYMBOL_SPECIAL.
11329
11330 2002-02-05  Jim Blandy  <jimb@redhat.com>
11331
11332         * solib-svr4.c (svr4_truncate_ptr): New function.
11333         (svr4_relocate_section_addresses): Do the address arithmetic with
11334         the appropriate truncation for target addresses, even when
11335         CORE_ADDR is larger than a target address.
11336
11337 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11338
11339         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11340         to (int *).
11341
11342 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11343
11344         * gdbserver/linux-low.c (kill_inferior): Remove commented out
11345         code.
11346
11347 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11348
11349         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11350
11351 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11352
11353         * gdbserver/linux-low.c: Remove unused include files.
11354
11355 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11356
11357         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11358         (read_inferior_memory): Use it.
11359         (write_inferior_memory): Likewise.
11360
11361 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11362
11363         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11364         grubbing through sys_errlist.
11365
11366 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
11367
11368         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11369
11370 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11371         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11372
11373 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
11374
11375         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11376         (do_sfunc, set_cmd_sfunc): New functions.
11377
11378         * command.h (struct cmd_list_element): Add field func.
11379         * cli/cli-decode.h (struct cmd_list_element): Ditto.
11380         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11381         * cli/cli-decode.h: Ditto.
11382
11383         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11384         (help_all, help_cmd_list): Ditto.
11385         (find_cmd, complete_on_cmdlist): Ditto.
11386         * top.c (execute_command): Ditto.
11387
11388         * cli/cli-setshow.c (do_setshow_command): Call func instead of
11389         function.sfunc.
11390
11391         * infcmd.c (notice_args_read): Fix function signature.
11392
11393         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11394         * cli/cli-decode.c (add_set_cmd): Ditto.
11395         * utils.c (initialize_utils): Ditto.
11396         * maint.c (_initialize_maint_cmds): Ditto.
11397         * infrun.c (_initialize_infrun): Ditto.
11398         * demangle.c (_initialize_demangler): Ditto.
11399         * remote.c (add_packet_config_cmd): Ditto.
11400         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11401         * cris-tdep.c (_initialize_cris_tdep): Ditto.
11402         * proc-api.c (_initialize_proc_api): Ditto.
11403         * kod.c (_initialize_kod): Ditto.
11404         * valprint.c (_initialize_valprint): Ditto.
11405         * top.c (init_main): Ditto.
11406         * infcmd.c (_initialize_infcmd): Ditto.
11407         * corefile.c (_initialize_core): Ditto.
11408         * arm-tdep.c (_initialize_arm_tdep): Ditto.
11409         * arch-utils.c (initialize_current_architecture): Ditto.
11410         (_initialize_gdbarch_utils): Ditto.
11411         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11412
11413         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11414         * wince.c (_initialize_inftarg): Ditto.
11415         * symfile.c (_initialize_symfile): Ditto.
11416         * mips-tdep.c (_initialize_mips_tdep): Ditto.
11417         * language.c (_initialize_language): Ditto.
11418         * arc-tdep.c (_initialize_arc_tdep): Ditto.
11419
11420 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11421
11422         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11423
11424 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11425
11426         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11427         Add rules for building the register data files.
11428
11429 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11430
11431         * regformats/regdat.sh: Add braces to the definition of
11432         expedite_regs_${arch}.
11433
11434 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11435
11436         * regformats/regdef.h (struct reg): Add comment describing the
11437         requirements for offset and size fields.
11438
11439 2002-02-04  Andreas Schwab  <schwab@suse.de>
11440
11441         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11442         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11443
11444 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11445
11446         * gdbarch.sh (copyright): Update years in generated header.
11447         (SMASH_TEXT_ADDRESS): Add rule.
11448         * gdbarch.h, gdbarch.c: Re-generate.
11449         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11450         * dbxread.c: Likewise.
11451         * dwarfread.c: Likewise.
11452         * elfread.c: Likewise.
11453         * somread.c: Likewise.
11454
11455         * arm-tdep.c (arm_smash_text_address): New function.
11456         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11457
11458 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11459
11460         Add support for hardware watchpoints on win32 native.
11461         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11462         CONTEXT_DEBUG_REGISTERS.
11463         (dr variable): New variable. Static array containing a local copy
11464         of debug registers.
11465         (debug_registers_changed): New variable.  Reflects when debug registers
11466         are changed and need to be written to inferior.
11467         (debug_registers_used): New variable. Reflects when any debug register
11468         was set, used when new threads are created.
11469         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11470         i386-nat code.
11471         (thread_rec): Set dr array if id is the thread of current_event .
11472         (child_continue, child_resume): Change the debug registers for all
11473         threads if debug_registers_changed.
11474         (child_add_thread): Change the debug registers if debug_registers_used.
11475         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11476         Link nm.h to new nm-cygwin.h file.
11477         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11478         of hardware registers.
11479
11480 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11481
11482         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11483         Restore behavour broken by 2002-01-20 Andrew Cagney
11484         <ac131313@redhat.com> IEEE_FLOAT removal.
11485
11486 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11487
11488         * c-valprint.c (c_val_print): Pass a proper valaddr to
11489         cp_print_class_method.
11490         * valops.c (search_struct_method): If there is only one method
11491         and args is NULL, return that method.
11492
11493 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11494
11495         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11496         accessing tag_name directly.
11497
11498 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11499
11500         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11501         of accessing tag_name directly.
11502
11503 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11504
11505         PR gdb/280
11506         * gdbtypes.c (replace_type): New function.
11507         * gdbtypes.h (replace_type): Add prototype.
11508         * stabsread.c (read_type): Use replace_type.
11509
11510 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11511
11512         * Makefile.in (memattr.o): Add missing dependencies rule.
11513
11514 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11515
11516         * breakpoint.c (break_at_finish_command): Really export.
11517         (break_at_finish_at_depth_command): Ditto.
11518         (tbreak_at_finish_command): Ditto.
11519         * hppa-tdep.c: Include completer.h.
11520         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11521         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11522
11523 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11524
11525         * utils.c (do_write): New function.
11526         (error_stream): Rewrite combining the code from error_begin and
11527         verror.
11528         (verror): Rewrite using error_stream.
11529         (error_begin): Delete function.
11530
11531 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11532
11533         * utils.c (error_begin): Make static.
11534         * defs.h (error_begin): Delete declaration.
11535
11536         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11537         (decode_line_1): Use cplusplus_error instead of error_begin,
11538         cplusplus_hint and return_to_top_level.
11539         * coffread.c (coff_symfile_read): Use error instead of error_begin
11540         and return_to_top_level.
11541         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11542
11543 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11544
11545         * language.h (type_error, range_error): Make string parameter
11546         constant.
11547         * language.c (warning_pre_print): Delete extern declaration.
11548         * dwarfread.c (warning_pre_print): Ditto.
11549         * language.c (type_error, range_error): Rewrite to use verror and
11550         vwarning instead of warning_begin.
11551
11552 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11553
11554         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11555         (set_ignore_count): Move misplaced comment back where it belongs.
11556
11557 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11558
11559         * command.h (NO_FUNCTION): Delete macro.
11560         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11561         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11562         * tracepoint.c (_initialize_tracepoint): Ditto.
11563         * cli/cli-decode.c (add_set_cmd): Ditto.
11564         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11565
11566 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11567
11568         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11569         Update ``this'' pointer when calling virtual functions.
11570
11571 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11572
11573         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11574         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11575
11576 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11577
11578         * regformats/reg-arm.dat: New file.
11579         * regformats/reg-i386.dat: New file.
11580         * regformats/reg-ia64.dat: New file.
11581         * regformats/reg-m68k.dat: New file.
11582         * regformats/reg-mips.dat: New file.
11583         * regformats/reg-ppc.dat: New file.
11584         * regformats/reg-sh.dat: New file.
11585         * regformats/regdef.h: New file.
11586         * regformats/regdat.sh: New file.
11587
11588 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11589
11590         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11591         (arm_frame_args_address, arm_frame_locals_address): New functions.
11592         (arm_frame_num_args): New function.
11593         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11594         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11595         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11596
11597 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11598
11599         * breakpoint.c (break_at_finish_command): Export.
11600         (break_at_finish_at_depth_command): Export.
11601         (tbreak_at_finish_command): Export.
11602         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11603         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11604         "txbreak" commands, which are HPPA specific.
11605
11606         * printcmd.c (disassemble_command): Remove an ancient
11607         artifact of an old merge.
11608
11609         * symfile.h (enum overlay_debugging_state):
11610         Define enum constant values for overlay mode.
11611         * symfile.c (overlay_debugging): Use enums instead of literals.
11612         (overlay_is_mapped, overlay_auto_command,
11613         overlay_manual_command): Ditto.
11614
11615         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11616         breakpoint_here_p, breakpoint_inserted_here_p,
11617         breakpoint_thread_match, bpstat_stop_status,
11618         describe_other_breakpoints, check_duplicates, clear_command):
11619         Coding standard fixes.
11620
11621         * target.c (target_xfer_memory): Add spaces, coding standard.
11622         (do_xfer_memory): Add missing line to trust-readonly
11623         code: check bfd SEC_READONLY flag for section.
11624
11625 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11626
11627         * PROBLEMS: Fix typo, 5.1->5.1.1.
11628
11629 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11630
11631         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11632         data symbols, since we search based on textlow and texthigh.
11633         (find_pc_sect_symtab): Likewise.
11634
11635 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11636
11637         * defs.h (vwarning): Declare.
11638         * utils.c (vwarning): New function.
11639         (warning): Call vwarning.
11640         (warning_begin): Delete function.
11641
11642         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11643         the warning message.
11644         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11645         warning_begin.
11646
11647 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11648
11649         * NEWS: Mention "set trust-readonly-sections" command.
11650         Mention generate-core-file command.
11651
11652 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11653
11654         * target.c: New command, "set trust-readonly-sections on".
11655         (do_xfer_memory): Honor the suggestion to trust readonly sections
11656         by reading them from the object file instead of from the target.
11657         (initialize_targets): Register command "set trust-readonly-sections".
11658
11659 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11660
11661         * parse.c (target_map_name_to_register): Simplify, search regs and
11662         pseudo-regs using a single loop.
11663
11664 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11665
11666         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11667
11668 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11669
11670         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11671         * config/i386/i386v42mp.mh: Add i387-nat.o .
11672         * i386v4-nat.c: Include i387-nat.h.
11673         (supply_fpregset): Use i387_supply_fsave.
11674         (fill_fpregset): Use i387_fill_fsave.
11675
11676 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11677
11678         * arm-tdep.c (arm_call_dummy_words): Define.
11679         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11680         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11681         (CALL_DUMMY_WORDS): Define.
11682         (arm_call_dummy_words): Declare.
11683         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11684         (arm_linux_call_dummy_words): Declare.
11685
11686 2002-01-30  Andreas Schwab  <schwab@suse.de>
11687
11688         * m68klinux-nat.c: Fix last change to use regcache_collect
11689         instead of referencing registers[] directly.
11690
11691 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11692
11693         * parse.c (target_map_name_to_register): Delete code wrapped in
11694         #ifdef REGISTER_NAME_ALIAS_HOOK.
11695
11696 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11697
11698         * regcache.c (legacy_read_register_gen): Need to be able to
11699         read pseudo-register as well as real register.
11700         (legacy_write_register_gen): Ditto.
11701
11702 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11703
11704         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11705         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11706         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11707         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11708         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11709         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11710         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11711         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11712         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11713         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11714         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11715         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11716         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11717         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11718         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11719         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11720         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11721         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11722         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11723         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11724
11725 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11726
11727         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11728         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11729         (initialize_current_architecture): Update target_byte_order using
11730         information from BFD.
11731         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11732         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11733
11734 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11735
11736         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11737         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11738
11739         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11740         #ifdef INVALID_FLOAT.
11741         * infcmd.c (do_registers_info): Ditto.
11742         * values.c (unpack_double): Ditto.  Add comment.
11743
11744         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11745         already commented out.
11746
11747 2002-01-26  Andreas Schwab  <schwab@suse.de>
11748
11749         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11750         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11751         registers and add support for PTRACE_GETREGS.
11752
11753 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11754
11755         GDB 5.1.1 released from 5.1 branch.
11756         * NEWS: Add 5.1.1 news.
11757         * README: Sync with 5.1 branch.
11758
11759 2002-01-23  Fred Fish  <fnf@redhat.com>
11760
11761         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11762         stabstring on initial malloc.  Reallocing will copy it for us,
11763         if necessary.
11764
11765 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11766
11767         * Makefile.in (hpread_h): Delete.
11768         (HFILES_NO_SRCDIR): Remove hpread.h.
11769         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11770         (hpread.o): Update dependencies.
11771         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11772
11773         * hp-psymtab-read.c: Remove file.
11774         * hp-symtab-read.c: Remove file.
11775         * hpread.h: Remove file.
11776
11777         * hpread.c: Merge all contents of hp-psymtab-read.c,
11778         hp-symtab-read.c and hpread.h into this file, as it was prior to
11779         January 1999.
11780
11781         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11782         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11783         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11784         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11785
11786 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11787
11788         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11789         fill_gregset): Call gdbarch_tdep() just once, assign result to
11790         variable and use that, instead of calling the function several
11791         times.
11792
11793 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
11794
11795         * configure.host: Accept sparcv9 as alias for sparc64.
11796         * configure.tgt: Likewise.
11797
11798 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
11799
11800         * solib-aix5.c (build_so_list_from_mapfile)
11801         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11802         arguments is not reversed.
11803         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11804         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11805
11806 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
11807
11808         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11809         modified version of obsolete sh_fetch_pseudo_register.
11810         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11811         (sh4_register_read): New function.
11812         (sh_pseudo_register_write): New function. Renamed and modified
11813         version of obsolete sh_store_pseudo_register.
11814         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11815         (sh4_register_write): New function.
11816         (sh_gdbarch_init): Remove setting of gdbarch function
11817         fetch_pseudo_register and store_pseudo_register. Remove setting of
11818         register_convert_to_raw, register_convert_to_virtual,
11819         register_convertible.
11820         (sh_sh4_register_convertible): Delete. No longer needed. All is
11821         taken care by architecture specific functions
11822         register_read/register_write.
11823         (sh_sh4_register_convert_to_virtual): Make static.
11824         (sh_sh4_register_convert_to_raw): Ditto.
11825
11826 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
11827
11828         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11829         (floatformat_is_nan, floatformat_mantissa): Ditto.
11830
11831         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11832         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11833         builtin_type_ieee_double_little,
11834         builtin_type_ieee_double_littlebyte_bigword,
11835         builtin_type_m68881_ext, builtin_type_i960_ext,
11836         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11837         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11838         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11839         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11840
11841 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
11842
11843         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11844         parameter.  Set frameless flag if it exists and depended of
11845         whether the scanned function is frameless or not.
11846         (xstormy16_skip_prologue): If function is frameless, return
11847         result of xstormy16_scan_prologue().
11848         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11849         call.
11850
11851 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
11852
11853         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11854         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11855         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11856         sh_sh4_register_byte, sh_sh4_register_raw_size,
11857         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11858         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11859         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11860         sh_store_pseudo_register, sh_do_pseudo_register): Call
11861         gdbarch_tdep() just once, assign result to variable and use that,
11862         instead of calling the function several times.
11863
11864 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
11865
11866         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11867         macros instead of LAST_FPU_CTRL_REGNUM.
11868         (store_register): Likewise.
11869
11870 2002-01-21  Jim Blandy  <jimb@redhat.com>
11871
11872         * infcmd.c (run_command): Check that the `exec' target layer's BFD
11873         is up-to-date before running the program, not just when a program
11874         exits.
11875
11876 2002-01-21  Fred Fish  <fnf@redhat.com>
11877
11878         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11879         when we have found all instructions we are looking for.
11880
11881 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11882
11883         * arm-tdep.c (arm_register_name): New function.
11884         (arm_registers_names): Make static.
11885         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11886         (arm_register_name): Declare.
11887         (REGISTER_NAME): Use it.
11888
11889 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11890             Kevin Buettner  <kevinb@redhat.com>
11891
11892         Convert arm targets to new FRAME interface.
11893         * arm-tdep.c (struct frame_extra_info): Remove fsr.
11894         (arm_frame_find_save_regs): Delete.
11895         (arm_frame_init_saved_regs): New.
11896         (arm_init_extra_frame_info): Alloacte saved_regs as required.
11897         Allocate extra_info as required.  Convert all uses of fsr.regs
11898         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11899         to use extra_info.
11900         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11901         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11902         (check_prologue_cache, save_prologue_cache): Likewise.
11903         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11904         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11905         (FRAME_FIND_SAVED_REGS): Delete.
11906         (arm_frame_find_saved_regs): Delete prototype.
11907         (arm_frame_init_saved_regs): New prototype.
11908         (FRAME_INIT_SAVED_REGS): Define.
11909
11910 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11911
11912         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11913
11914 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11915
11916         From Jeff Law <law@redhat.com>:
11917         * infttrace.c: Include <sys/pstat.h>.
11918         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
11919         exec file if the ttrace equivalent fails.
11920
11921 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11922
11923         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11924         (closeLogFile): Ditto.
11925
11926 2002-01-20  Michael Chastain  <mec@shout.net>
11927
11928         * top.c (print_gdb_version): Bump copyright year to 2002.
11929
11930 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11931
11932         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11933         Zannoni and Eli Zaretskii.
11934
11935 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11936
11937         * buildsym.c: Update copyright years.
11938         * c-typeprint.c: Likewise.
11939         * dwarf2read.c: Likewise.
11940         * f-typeprint.c: Likewise.
11941         * gdbtypes.c: Likewise.
11942         * gdbtypes.h: Likewise.
11943         * hp-symtab-read.c: Likewise.
11944         * hpread.c: Likewise.
11945         * mdebugread.c: Likewise.
11946         * p-typeprint.c: Likewise.
11947
11948 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11949
11950         * remote-sim.c (gdbsim_open): Simplify code testing the macro
11951         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
11952         byte-order selectable.
11953         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11954         * arch-utils.c: Ditto.
11955         (set_endian): Ditto.
11956         (set_endian_from_file): Ditto.
11957         * gdbserver/low-sim.c (create_inferior): Ditto.
11958         * gdbarch.sh: Ditto.
11959         * gdbarch.h: Re-generate.
11960         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11961         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11962         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11963         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11964         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11965         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11966         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11967         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11968         macro definition.
11969         * config/mips/tm-wince.h: Remove #undef of macro
11970         TARGET_BYTE_ORDER_SELECTABLE.
11971         * config/sh/tm-wince.h: Ditto.
11972
11973 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11974
11975         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11976         member function fields.  Add accessor macro
11977         TYPE_FN_FIELD_ARTIFICIAL.
11978         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11979         * c-typeprint.c (c_type_print_base): Skip artificial member
11980         functions.
11981
11982 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11983
11984         * f-typeprint.c: Delete unused function f_type_print_args.
11985         * p-typeprint.c: Delete unused function pascal_type_print_args.
11986
11987 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11988
11989         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
11990         comment.  Add ``artificial'' to ``union field_location''.
11991
11992         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11993
11994         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11995         * mdebugread.c (parse_symbol): Likewise.
11996         * stabsread.c (define_symbol): Likewise.
11997         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11998         initializing TYPE_FIELD_BITPOS to n (obsolete).
11999         (hpread_doc_function_type): Likewise.
12000         * hpread.c (hpread_function_type): Likewise.
12001
12002 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12003
12004         * configure.in (host_makefile_frag): Only require a host makefile
12005         fragment when a native build.
12006         * configure: Re-generate.
12007
12008 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
12009
12010         * doublest.h (floatformat_from_type): Declare.
12011         * doublest.c (floatformat_from_type): New function.
12012         (convert_typed_floating): Use.
12013
12014         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12015         call to function floatformat_from_type.
12016
12017         * gdbarch.sh (IEEE_FLOAT): Delete.
12018         * gdbarch.h, gdbarch.c: Re-generate.
12019         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12020         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12021         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12022         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12023         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12024         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12025         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12026         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12027         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12028         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12029         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12030         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12031
12032         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12033         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12034         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12035         * sh-tdep.c (sh_gdbarch_init): Ditto.
12036         * mips-tdep.c (mips_gdbarch_init): Ditto.
12037         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12038         * cris-tdep.c (cris_gdbarch_init): Ditto.
12039
12040 2002-01-20  Jiri Smid  <smid@suse.cz>
12041
12042         * configure.host, configure.tgt: Support x86-64.
12043         * NEWS: Note new target x86-64.
12044
12045         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12046         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12047         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12048         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12049         x86-64-linux-nat.o): Fix dependencies.
12050
12051 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12052
12053         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12054         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12055         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12056         * config/sparc/xm-sun4os4.h: Delete file.
12057         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12058
12059 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12060
12061         * config/sparc/sparclynx.mh (XM_FILE): Delete.
12062         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12063         * config/m68k/m68klynx.mh (XM_FILE): Delete.
12064         * config/i386/i386lynx.mh (XM_FILE): Delete.
12065         * config/rs6000/xm-rs6000ly.h: Delete file.
12066         * config/sparc/xm-sparclynx.h: Delete file.
12067         * config/m68k/xm-m68klynx.h: Delete file.
12068         * config/i386/xm-i386lynx.h: Delete file.
12069         * config/xm-lynx.h: Delete file.
12070         * config/djgpp/fnchange.lst: Update.
12071
12072 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12073
12074         * alpha-tdep.c (alpha_register_byte): New function.
12075         (alpha_register_raw_size): Ditto.
12076         (alpha_register_virtual_size): Ditto.
12077         (alpha_skip_prologue_internal): Renamed from
12078         alpha_skip_prologue.
12079         (alpha_skip_prologue): New version that calls
12080         alpha_skip_prologue_internal.
12081         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12082         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12083         second argument from alpha_skip_prologue.
12084         (REGISTER_BYTE): Use alpha_register_byte.
12085         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12086         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12087         (FRAMELESS_FUNCTION_INVOCATION): Use
12088         generic_frameless_function_invocation_not.
12089         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12090         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12091
12092 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12093
12094         * config/mips/xm-news-mips.h: Delete file.
12095         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12096
12097         * config/m88k/xm-m88k.h: Delete file.
12098         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12099         * config/m88k/xm-delta88v4.h: Ditto.
12100         * config/m88k/xm-delta88.h: Ditto.
12101
12102         * config/alpha/xm-fbsd.h: Delete file.
12103         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12104
12105         * config/sparc/xm-sparc.h: Delete file.
12106         * Makefile.in (xm-sun4os4.h): Delete dependency.
12107         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12108         * config/sparc/xm-sun4os4.h: Ditto.
12109         * config/sparc/xm-linux.h: Ditto.
12110
12111         * config/i386/xm-windows.h: Delete file.
12112
12113 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
12114
12115         * utils.c: Include <sys/param.h> for MAXPATHLEN.
12116         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12117
12118 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12119
12120         * alpha-tdep.c (alpha_call_dummy_words): New.
12121         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12122         (CALL_DUMMY_P): Define.
12123         (CALL_DUMMY_WORDS): Define.
12124         (SIZEOF_CALL_DUMMY_WORDS): Define.
12125
12126 2002-01-19  Per Bothner  <per@bothner.com>
12127
12128         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
12129         isn't NULL, which can happen with some gcj-3.x-produced code.
12130
12131 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
12132
12133         * alpha-tdep.c (alpha_register_virtual_type): New function.
12134         (alpha_init_frame_pc_first): Ditto.
12135         (alpha_fix_call_dummy): Ditto.
12136         (alpha_store_struct_return): Ditto.
12137         (alpha_extract_struct_value_address): Ditto.
12138         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12139         alpha_register_virtual_type.
12140         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12141         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12142         alpha_extract_struct_value_address.
12143         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12144         (INIT_FRAME_PC): Use init_frame_pc_noop.
12145         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12146
12147 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
12148
12149         * i386gnu-nat.c: Include "i386-tdep.h".
12150         (fetch_fpregs): Simplify code dealing with uninitialized floating
12151         point states such that it doesn't require FP7_REGNUM.
12152
12153 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12154
12155         * alpha-tdep.c (frame_extra_info): New.
12156         (alpha_find_saved_regs): Make static.  Use
12157         frame->extra_info.
12158         (alpha_frame_init_saved_regs): New function.
12159         (alpha_frame_saved_pc): Use frame->extra_info.
12160         (temp_saved_regs): Don't declare as struct frame_saved_regs.
12161         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12162         (init_extra_frame_info): Rename to...
12163         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
12164         (alpha_print_extra_frame_info): New function.
12165         (alpha_frame_locals_address): Ditto.
12166         (alpha_frame_args_address): Ditto.
12167         (alpha_pop_frame): Use frame->extra_info.
12168         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12169         alpha_frame_args_address.
12170         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12171         (alpha_find_saved_regs): Remove prototype.
12172         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12173         (EXTRA_FRAME_INFO): Remove.
12174         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12175         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12176
12177 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12178
12179         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12180         (alpha_cannot_fetch_register): Ditto.
12181         (alpha_cannot_store_register): Ditto.
12182         (alpha_register_convertible): Ditto.
12183         (alpha_use_struct_convention): Ditto.
12184         * config/alpha/tm-alpha.h: Update copyright years.
12185         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12186         (INNER_THAN): Use core_addr_lessthan.
12187         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12188         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12189         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12190         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12191         (FRAME_CHAIN): Remove unnecessary cast.
12192
12193 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12194
12195         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12196         obsolete.
12197
12198 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
12199
12200         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
12201         * monitor.c, remote-array.c, remote-bug.c: Ditto.
12202         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12203         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12204         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12205         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12206         * x86-64-linux-nat.c: Ditto.
12207
12208 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12209
12210         * alpha-tdep.c (alpha_register_name): New function.
12211         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12212         (REGISTER_NAME): Define.
12213
12214 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12215
12216         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12217
12218 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12219
12220         * alpha-tdep.c: Update copyright years.
12221         (alpha_next_pc): New function.
12222         (alpha_software_single_step): Ditto.
12223         * config/alpha/tm-alpha.h: Add prototype for
12224         alpha_software_single_step.
12225
12226 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
12227
12228         * alphabsd-nat.c: Update copyright years.
12229         (fill_gregset): Use regcache_collect.
12230         (fill_fpregset): Likewise.
12231         (fetch_inferior_registers): Only fetch integer registers
12232         if requested to do so.
12233         (store_inferior_registers): Only store integer registers
12234         if requested to do so.
12235
12236 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12237
12238         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12239         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12240         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12241         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12242         * config/alpha/fbsd.mh (XDEPFILES): Delete.
12243         * config/arm/linux.mh (XDEPFILES): Delete.
12244         * config/arm/nbsd.mh (XDEPFILES): Delete.
12245         * config/i386/i386dgux.mh (XDEPFILES): Delete.
12246         * config/i386/i386sol2.mh (XDEPFILES): Delete.
12247         * config/i386/i386m3.mh (XDEPFILES): Delete.
12248         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12249         * config/i386/i386gnu.mh (XDEPFILES): Delete.
12250         * config/i386/fbsd.mh (XDEPFILES): Delete.
12251         * config/i386/i386bsd.mh (XDEPFILES): Delete.
12252         * config/i386/i386sco5.mh (XDEPFILES): Delete.
12253         * config/i386/i386v4.mh (XDEPFILES): Delete.
12254         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12255         * config/i386/i386sco4.mh (XDEPFILES): Delete.
12256         * config/i386/i386aix.mh (XDEPFILES): Delete.
12257         * config/i386/go32.mh (XDEPFILES): Delete.
12258         * config/i386/cygwin.mh (XDEPFILES): Delete.
12259         * config/i386/i386lynx.mh (XDEPFILES): Delete.
12260         * config/i386/i386mach.mh (XDEPFILES): Delete.
12261         * config/i386/i386v32.mh (XDEPFILES): Delete.
12262         * config/i386/linux.mh (XDEPFILES): Delete.
12263         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12264         * config/i386/ncr3000.mh (XDEPFILES): Delete.
12265         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12266         * config/i386/i386sco.mh (XDEPFILES): Delete.
12267         * config/i386/i386v.mh (XDEPFILES): Delete.
12268         * config/i386/nbsd.mh (XDEPFILES): Delete.
12269         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12270         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12271         * config/i386/symmetry.mh (XDEPFILES): Delete.
12272         * config/i386/obsd.mh (XDEPFILES): Delete.
12273         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12274         * config/ia64/linux.mh (XDEPFILES): Delete.
12275         * config/ia64/aix.mh (XDEPFILES): Delete.
12276         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12277         * config/m68k/dpx2.mh (XDEPFILES): Delete.
12278         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12279         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12280         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12281         * config/m68k/linux.mh (XDEPFILES): Delete.
12282         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12283         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12284         * config/m68k/nbsd.mh (XDEPFILES): Delete.
12285         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12286         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12287         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12288         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12289         * config/m88k/delta88.mh (XDEPFILES): Delete.
12290         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12291         * config/m88k/m88k.mh (XDEPFILES): Delete.
12292         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12293         * config/mips/linux.mh (XDEPFILES): Delete.
12294         * config/mips/irix6.mh (XDEPFILES): Delete.
12295         * config/mips/irix5.mh (XDEPFILES): Delete.
12296         * config/mips/irix4.mh (XDEPFILES): Delete.
12297         * config/mips/irix3.mh (XDEPFILES): Delete.
12298         * config/mips/decstation.mh (XDEPFILES): Delete.
12299         * config/mips/mipsm3.mh (XDEPFILES): Delete.
12300         (NATDEPFILES): Move core-aout.o to here.
12301         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12302         * config/pa/hpux1020.mh (XDEPFILES): Delete.
12303         * config/pa/hppabsd.mh (XDEPFILES): Delete.
12304         * config/pa/hppahpux.mh (XDEPFILES): Delete.
12305         * config/pa/hpux11w.mh (XDEPFILES): Delete.
12306         * config/pa/hppaosf.mh (XDEPFILES): Delete.
12307         * config/pa/hpux11.mh (XDEPFILES): Delete.
12308         * config/powerpc/aix.mh (XDEPFILES): Delete.
12309         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12310         * config/powerpc/linux.mh (XDEPFILES): Delete.
12311         * config/romp/rtbsd.mh: Rename XDEPFILES.
12312         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12313         * config/rs6000/aix4.mh (XDEPFILES): Delete.
12314         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12315         * config/s390/s390.mh (XDEPFILES): Delete.
12316         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12317         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12318         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12319         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12320         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12321         * config/sparc/nbsd.mh (XDEPFILES): Delete.
12322         * config/sparc/linux.mh (XDEPFILES): Delete.
12323         * config/vax/vaxult.mh (XDEPFILES): Delete.
12324         * config/vax/vaxult2.mh (XDEPFILES): Delete.
12325         * Makefile.in (DEPFILES): Remove XDEPFILES.
12326
12327 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12328
12329         * utils.c (internal_verror): Fix comments, default is yes not no.
12330         Update queries to match.  Default to quit and dump core.
12331
12332 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
12333
12334         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
12335         copyright.
12336         * defs.h, event-top.c, gdbcmd.h: Ditto.
12337         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12338         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12339         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12340         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12341         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12342         * mi/mi-main.c:Ditto.
12343
12344         * stack.c, symfile.c: Update copyright.
12345
12346 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12347
12348         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12349         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12350         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12351         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12352
12353 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
12354
12355         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12356         * gdbserver/low-lynx.c (myattach): Likewise.
12357         * gdbserver/low-nbsd.c (myattach): Likewise.
12358         * gdbserver/low-sim.c (myattach): Likewise.
12359         * gdbserver/low-sparc.c (myattach): Likewise.
12360         * gdbserver/low-sun3.c (myattach): Likewise.
12361
12362         * gdbserver/low-linux.c (myattach): New function.
12363
12364         * gdbserver/server.c (attach_inferior): New function.
12365         (main): Handle "--attach".
12366
12367 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
12368
12369         * MAINTAINERS (language support): Daniel Jacobwitz is C++
12370         maintainer.
12371
12372 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
12373
12374         * c-typeprint.c (is_type_conversion_operator): Add additional
12375         check for non-conversion operators.
12376
12377 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12378
12379         * linux-proc.c: Add "info proc" command, a la procfs.c.
12380         (read_mapping): New function, abstract and re-use code.
12381         (linux_find_memory_regions): Use new func read_mapping.
12382         (linux_info_proc_cmd): New function, implement "info proc".
12383         (_initialize_linux_proc): Add new command "info proc".
12384
12385 2002-01-15  Michael Snyder  <msnyder@redhat.com>
12386
12387         * symfile.c (generic_load): Use bfd_map_over_sections method
12388         instead of manipulating bfd structure members directly.
12389         (add_section_size_callback): New function, bfd sections callback
12390         used by generic_load.
12391         (load_sections_callback): New function, bfd sections callback
12392         used by generic_load.
12393
12394 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
12395
12396         [Based on work by Jim Blandy]
12397         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12398         (builtin_type_vec128): Export.
12399         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12400         types.
12401         (builtin_type_vec128): New builtin type for 128 bit vector
12402         registers.
12403         (build_gdbtypes): Initialize builtin_type_v16qi and
12404         builtin_type_v8hi. Create the vec128 register builtin type
12405         structure.
12406         (build_builtin_type_vec128): New function.
12407         (_initialize_gdbtypes): Register builtin_type_v16qi and
12408         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12409         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12410         AltiVec register to new builtin type.
12411
12412 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
12413
12414         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12415         to make_cv_type.
12416
12417 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12418
12419         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12420         CLEAN_UP_REGISTER_VALUE.
12421         * regcache.c (supply_register): Update only call.
12422
12423 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12424
12425         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12426         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12427         a29k-*-vxworks* targets as obsolete.
12428
12429 2002-01-14  Michael Snyder  <msnyder@redhat.com>
12430
12431         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12432         until we can resolve portability issues.
12433         * gregset.h: Remove references to fpxregs.
12434         * gcore.c (gcore_command): Initialize note_sec to NULL.
12435
12436 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12437
12438         * signals.c (target_signal_to_name): Rewrite.  Only use
12439         signals[].name when in bounds and non-NULL.
12440
12441 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12442
12443         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12444         * signals.c (target_signal_to_name): Verify that SIG is within the
12445         bounds of the signals array.
12446
12447 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12448
12449         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12450
12451 2002-01-13  Keith Seitz  <keiths@redhat.com>
12452
12453         * stack.c (print_frame_info_base): Print the frame's pc
12454         only if when print_frame_info_listing_hook is not defined.
12455
12456 2002-01-13  Keith Seitz  <keiths@redhat.com>
12457
12458         * varobj.c (varobj_set_value): Make sure that there were no
12459         errors evaluating the object before attempting to set its
12460         value.
12461         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12462         so this offset adjustment is no longer necessary.
12463         (create_child): Don't set the error flag if the child is
12464         a CPLUS_FAKE_CHILD.
12465         (value_of_child): If value_fetch_lazy fails, return NULL
12466         so that callers will be notified that an error occurred.
12467         (c_value_of_variable): Delay check of variable's validity
12468         until later. We actually want all structs and unions to have
12469         the value "{...}".
12470         Do not return "???" for variables which could not be evaluated.
12471         This error condition must be returned to the caller so that it
12472         can get the error condition from gdb.
12473         (cplus_name_of_child): Adjust index for vptr before figuring
12474         out the name of the child.
12475         (cplus_value_of_child): If a child's (real) parent is not valid,
12476         don't even bother trying to give a value for it. Just return
12477         an error. Change all instances in this function.
12478         (cplus_type_of_child): If our parent is one of the "fake"
12479         parents, we need to get at the type of the real parent, and
12480         derive the child's true type using this information.
12481
12482 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12483
12484         From 2002-01-09 John Marshall <johnm@falch.net>:
12485         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12486         sources.redhat.com, and tweak some related URLs which had
12487         suffered from linkrot.
12488
12489 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12490
12491         From Jeff law:
12492         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12493         structures passed in registers.
12494
12495 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12496
12497         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12498         white space which prevented compilation.  Reported by DSK
12499         <dsk@student.unsw.edu.au>.
12500
12501 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12502
12503         * symfile.c (build_section_addr_info_from_section_tab):
12504         Use bfd access method instead of manipulating bfd directly.
12505         (syms_from_objfile): Ditto.
12506         (simple_overlay_update_1): Ditto.
12507         (simple_overlay_update): Ditto.
12508         (generic_load): Ditto.
12509         (overlay_unmapped_address): FIXME comment, bfd access methods.
12510         (sections_overlap): FIXME comment, bfd access methods.
12511         (pc_in_mapped_range): FIXME comment, bfd access methods.
12512         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12513         (section_is_mapped): FIXME comment, bfd access methods.
12514         (section_is_overlay): FIXME comment, bfd access methods.
12515
12516         * symfile.c (generic_load): Whitespace and long line cleanups.
12517         Remove duplicate variable, change several local variables to
12518         more appropriate data types.
12519         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12520
12521 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12522
12523         From Peter Schauer:
12524         * language.c (longest_local_hex_string_custom): Use phex_nz to
12525         convert NUM to a hex string.
12526
12527 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12528
12529         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12530         the function.
12531         Update Copyright year.
12532
12533 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12534
12535         * language.c (longest_raw_hex_string): Delete unused function.
12536
12537 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12538
12539         * MAINTAINERS (write-after-approval): Add myself.
12540         * dwarf2read.c (read_tag_string_type): Handling of
12541         DW_AT_byte_size.
12542         (read_tag_string_type): FORTRAN fix to prevent propagation of
12543         first string size.
12544         (set_cu_language): Handling of DW_LANG_Fortran95
12545
12546 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12547
12548         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12549         GETPID(inferior_ptid).
12550         (store_inferior_registers): Likewise.
12551
12552 2002-01-10  Jason Merrill  <jason@redhat.com>
12553
12554         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12555         Fix DW_OP_minus.
12556
12557 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12558
12559         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12560         and bfd/elf32-sh-nbsd.c.
12561
12562 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12563
12564         * NEWS: Mention --pid and corefile/proc-id behavior change.
12565
12566         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12567         * gcore.c: Include cli/cli-decode.h instead of command.h.
12568
12569         * main.c (captured_main): Add new command line option "--pid".
12570         If the second command line argument (following the symbol-file)
12571         begins with a digit, try to attach to it before trying to open
12572         it as a corefile.
12573         (print_gdb_help): Document the "--pid" argument.
12574
12575 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12576
12577         * completer.c (command_completer): New function.
12578
12579         * completer.h <command_completer>: Add prototype.
12580
12581         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12582         completer for the "help" command.
12583
12584 2002-01-09  Jason Merrill  <jason@redhat.com>
12585
12586         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12587
12588 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12589
12590         * i386-linux-nat.c (fill_fpxregset): Make global.
12591         (store_fpxregset): Ditto.
12592
12593         * gregset.h (gdb_fpxregset_t): Define.
12594         (supply_fpxregset): Prototype.
12595         (fill_fpxregset): Prototype.
12596
12597         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12598
12599 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12600
12601         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12602         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12603         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12604
12605 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12606
12607         * MAINTAINERS: Update target maintainer rules so that any
12608         Maintainer can approve a tested patch for a maintenance-only
12609         target.
12610
12611 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12612
12613         * MAINTAINERS (write-after-approval): Add myself.
12614
12615         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12616         IN_SIGTRAMP.
12617
12618 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12619
12620         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12621         real name of the executable, rather than the /proc name.
12622
12623 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12624
12625         Implement a "generate-core-file" command in gdb, save target state.
12626         * gcore.c: New file.  Implement new command 'generate-core-file'.
12627         Save a corefile image of the current state of the inferior.
12628         * linux-proc.c: Add linux-specific code for saving corefiles.
12629         * target.h (struct target_ops): Add new target vectors for saving
12630         corefiles; to_find_memory_regions and to_make_corefile_notes.
12631         (target_find_memory_regions): New macro.
12632         (target_make_corefile_notes): New macro.
12633         * target.c (update_current_target): Inherit new target methods.
12634         (dummy_find_memory_regions): New place-holder method.
12635         (dummy_make_corefile_notes): New place-holder method.
12636         (init_dummy_target): Initialize new dummy target vectors.
12637         * exec.c (exec_set_find_memory_regions): New function.
12638         Allow the exec_ops vector for memory regions to be taken over.
12639         (exec_make_note_section): New function, target vector method.
12640         * defs.h (exec_set_find_memory_regions): Export prototype.
12641         * procfs.c (proc_find_memory_regions): New function, corefile method.
12642         (procfs_make_note_section): New function, corefile method.
12643         (init_procfs_ops): Set new target vector pointers.
12644         (find_memory_regions_callback): New function.
12645         (procfs_do_thread_registers): New function.
12646         (procfs_corefile_thread_callback): New function.
12647         * sol-thread.c (sol_find_memory_regions): New function.
12648         (sol_make_note_section): New function.
12649         (init_sol_thread_ops): Initialize new target vectors.
12650         * inftarg.c (inftarg_set_find_memory_regions): New function.
12651         Allow to_find_memory_regions vector to be taken over.
12652         (inftarg_set_make_corefile_notes): New function.
12653         Allow to_make_corefile_notes vector to be taken over.
12654         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12655         interface layer if not target_has_execution (may be a corefile).
12656         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12657         * config/sparc/sun4sol2.mh: Ditto.
12658         * config/alpha/alpha-linux.mh: Ditto.
12659         * config/arm/linux.mh: Ditto.
12660         * config/i386/x86-64linux.mh: Ditto.
12661         * config/ia64/linux.mh: Ditto.
12662         * config/m68k/linux.mh: Ditto.
12663         * config/mips/linux.mh: Ditto.
12664         * config/powerpc/linux.mh: Ditto.
12665         * config/sparc/linux.mh: Ditto.
12666
12667 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12668
12669         * arm-linux-nat.c: Remove references to regcache.c internal data
12670         (registers[] and register_valid[]).
12671
12672 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12673
12674         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12675         so that attaching to a pid will automatically read the process's
12676         symbol file and shlibs.
12677         * Makefile.in: Add rule for linux-proc.o.
12678         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12679         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12680         * config/arm/linux.mh: Ditto.
12681         * config/i386/linux.mh: Ditto.
12682         * config/i386/x86-64linux.mh: Ditto.
12683         * config/ia64/linux.mh: Ditto.
12684         * config/m68k/linux.mh: Ditto.
12685         * config/mips/linux.mh: Ditto.
12686         * config/powerpc/linux.mh: Ditto.
12687         * config/sparc/linux.mh: Ditto.
12688
12689 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12690
12691         * win32-nat.c: Add i386-tdep.h dependency.
12692
12693 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12694
12695         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12696         instead of bfd_get_arch_size.  Don't bail out just because
12697         there's no exec_bfd.
12698
12699         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12700         * p-valprint.c (pascal_object_print_value): Ditto.
12701         * somread.c (som_symtab_read): Ditto.
12702         * symfile.c (simple_free_overlay_region_table): Ditto.
12703         * valops.c (value_assign): Ditto.
12704
12705         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12706         use tilde_expand and strerror for opening save-tracepoints file.
12707
12708         * thread-db.c (thread_db_new_objfile): Indendation fix.
12709
12710         * infptrace.c (GDB_MAX_ALLOCA): New define.
12711         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12712         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12713         can be overridden with whatever value is appropriate to the host).
12714         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12715         alloca to allocate potentially large buffer.
12716         * rs6000-nat.c (child_xfer_memory): Ditto.
12717         * symm-nat.c (child_xfer_memory): Ditto.
12718         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12719
12720 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12721
12722         From Nick Clifton  <nickc@redhat.com>
12723         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12724
12725 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12726
12727         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12728         Don't use exec_bfd if it's NULL.
12729
12730 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12731
12732         * valops.c (value_arg_coerce): Fix formatting.
12733
12734 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12735
12736         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12737         * gnu-nat.c: Ditto.
12738
12739 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12740
12741         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12742         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12743         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12744         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12745         z8k-coff have not been multi-arched.  Update z8k-coff build
12746         status.
12747
12748 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12749
12750         * MAINTAINERS: Mark a29k target as obsolete.
12751         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12752         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12753         comments.
12754         * NEWS: Note that a29k targets are obsolete.
12755         * a29k-tdep.c: Mark as obsolete.
12756         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12757         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12758         a29k-*-vxworks* targets as obsolete.
12759         * remote-adapt.c: Obsolete.
12760         * remote-eb.c: Obsolete.
12761         * remote-mm.c: Obsolete.
12762         * remote-udi.c: Obsolete.
12763         * config/a29k/a29k-udi.mt: Obsolete.
12764         * config/a29k/a29k.mt: Obsolete.
12765         * config/a29k/tm-a29k.h: Obsolete.
12766         * config/a29k/tm-vx29k.h: Obsolete.
12767         * config/a29k/vx29k.mt: Obsolete.
12768
12769 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12770
12771         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12772         with BFD_ENDIAN_BIG.
12773
12774 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12775
12776         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12777         * configure, config.in: Re-generate.
12778         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12779         * defs.h: Do not include <endian.h>.
12780
12781 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12782
12783         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12784         * config.in: Regenerate.
12785         * configure.in: Update copyright years.
12786         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12787         * configure: Regenerate.
12788         * i386bsd-nat.c: Update copyright years.
12789         (fill_gregset): Use regcache_collect.
12790         (fetch_inferior_registers): Only fetch integer registers
12791         if requested to do so.  Add support for XMM registers
12792         using PT_GETXMMREGS.
12793         (store_inferior_registers): Only store integer registers
12794         if requested to do so.  Add support for XMM registers
12795         using PT_SETXMMREGS.
12796         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12797         (store_inferior_registers): Remove.
12798         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12799         (fetch_elfcore_registers): New function.
12800         (i386nbsd_elfcore_fns): New.
12801         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12802         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12803         i386bsd-nat.o.
12804         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12805         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12806         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12807         * config/i386/tm-nbsd.h: Update copyright years.
12808         (HAVE_SSE_REGS): Define.
12809         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12810         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12811         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12812         (SIGCONTEXT_PC_OFFSET): Remove.
12813         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12814
12815 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12816
12817         * configure.tgt: Remove powerpc-*-macos* target.
12818         * config/m68k/xm-mpw.h: Delete file.
12819         * config/xm-mpw.h: Delete file.
12820         * ser-mac.c: Delete file.
12821         * mpw-make.sed: Delete file.
12822         * mpw-config.in: Delete file.
12823         * mac-xdep.c: Delete file.
12824         * mac-gdb.r: Delete file.
12825         * mac-defs.h: Delete file.
12826         * mac-nat.c: Delete file.
12827         * config/powerpc/macos.mh: Delete file.
12828         * config/powerpc/macos.mt: Delete file.
12829         * config/powerpc/nm-macos.h: Delete file.
12830         * config/powerpc/tm-macos.h: Delete file.
12831         * source.c (openp, open_source_file): Remove obsolete code.
12832         * top.c (gdb_readline): Ditto.
12833         * utils.c (query): Ditto.
12834         * event-top.c (display_gdb_prompt): Ditto.
12835         * Makefile.in (ser-mac.o): Delete obsolete target.
12836         * NEWS: Update.
12837
12838 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12839
12840         * defs.h (BIG_ENDIAN): Delete macro definition.
12841         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12842         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12843         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12844         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12845         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12846         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12847         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12848         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12849         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12850         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12851         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12852         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12853         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12854         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12855         * gdbarch.c: Re-generate.
12856
12857 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12858
12859         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12860         for core files.
12861
12862 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12863
12864         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12865
12866 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12867
12868         * value.h (value_ptr): Delete typedef.
12869
12870 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12871
12872         * i386nbsd-nat.c: Update copyright years.
12873         Include i386-tdep.h.
12874
12875 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
12876
12877         * stabsread.c: Update copyright years.
12878
12879         From Debashis Mahata <debashis.mahata@wipro.com>:
12880         (read_struct_fields): Deal with Sun C compiler erroneous stab
12881         output for structs and unions.
12882         Fix PR gdb/269.
12883
12884 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12885
12886         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12887         prototype.
12888
12889 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12890
12891         * cp-abi.c: Fix whitespace.
12892         (baseclass_offset): New wrapper function.
12893         * cp-abi.h (baseclass_offset): Add prototype.
12894         (struct cp_abi_ops): Add baseclass_offset pointer.
12895
12896         * valops.c (vb_match): Move to...
12897         * gnu-v2-abi.c (vb_match): here.
12898         * valops.c (baseclass_offset): Move to...
12899         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12900
12901         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12902
12903         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12904         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12905         * hpacc-abi.c (init_hpacc_ops): Likewise.
12906
12907 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12908
12909         * valops.c (find_overload_match): Accept obj as a
12910         reference parameter.  Update it before returning.
12911         * value.h (find_overload_match): Update prototype.
12912         * eval.c (evaluate_subexp_standard): Pass object to
12913         find_overload_match by reference.
12914
12915 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
12916
12917         * valarith.c: Replace value_ptr with struct value pointer.  Remove
12918         register attribute from value declarations.
12919         * valops.c: Ditto.
12920         * value.h: Ditto.
12921         * scm-lang.c (scm_lookup_name): Ditto.
12922
12923 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12924
12925         Abstract the functionality of iterating over mapped memory
12926         regions into a general purpose iterator function.
12927         * procfs.c (iterate_over_mappings): New function, general purpose
12928         iterator for memory sections.
12929         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12930         (solib_mappings_callback): New function, callback for above.
12931         (info_proc_mappings): Reimpliment using iterate_over_mappings.
12932         (info_mappings_callback): New function, callback for above.
12933
12934         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12935
12936 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
12937
12938         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12939         * i386-tdep.c: Include "elf-bfd.h".
12940         (process_note_abi_tag_sections): New function.
12941         (i386_gdbarch_init): Add code to recognize various OS/ABI
12942         combinations.
12943
12944         * maint.c (_initialize_maint_cmds): Add missing \ in
12945         string-literal.
12946
12947 For older changes see ChangeLog-2001
12948 \f
12949 Local Variables:
12950 mode: change-log
12951 left-margin: 8
12952 fill-column: 74
12953 version-control: never
12954 End: