* ada-lang.c: Change k&r style function definitions to prototyped
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-07-24  Aidan Skinner <aidan@velvet.net>
2
3         * ada-lang.c: Change k&r style function definitions to prototyped
4         form.
5         * ada-typeprint.c: Change k&r style function definitions to prototyped
6         form.
7         * ada-valprint.c: Change k&r style function definitions to prototyped
8         form.
9         
10 2002-07-24  Andrew Cagney  <cagney@redhat.com>
11
12         * README: Remove reference to remote-bug.
13         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
14         remote-bug.c.
15         (m88k-nat.o): Delete rule.
16         (m88k-tdep.o): Delete rule.
17         (remote-bug.o): Delete rule.
18         * MAINTAINERS: Mark as obsolete.
19         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
20         * m88k-tdep.c: Make file obsolete.
21         * config/m88k/m88k.mh: Ditto.
22         * config/m88k/delta88v4.mh: Ditto.
23         * config/m88k/delta88v4.mt: Ditto.
24         * config/m88k/delta88.mt: Ditto.
25         * config/m88k/delta88.mh: Ditto.
26         * remote-bug.c: Ditto.
27         * config/m88k/tm-delta88.h: Ditto.
28         * config/m88k/nm-delta88v4.h: Ditto.
29         * config/m88k/xm-delta88.h: Ditto.
30         * config/m88k/xm-dgux.h: Ditto.
31         * config/m88k/tm-m88k.h: Ditto.
32         * config/m88k/nm-m88k.h: Ditto.
33         * config/m88k/tm-delta88v4.h: Ditto.
34         * m88k-nat.c: Ditto.
35         * cxux-nat.c: Ditto.
36         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
37         and m88*-*-* obsolete.
38         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
39         m88*-*-* obsolete.
40
41 2002-07-24  Andrew Cagney  <cagney@redhat.com>
42
43         * findvar.c (extract_unsigned_integer): Make `addr' parameter
44         constant.  Same for local pointer variables.
45         (extract_signed_integer): Ditto.
46         * defs.h (extract_unsigned_integer): Update.
47         (extract_signed_integer): Update.
48
49 2002-07-24  Kevin Buettner  <kevinb@redhat.com>
50
51         * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
52         * gdbserver/configure: Regenerate.
53         * gdbserver/config.in: Regenerate.
54
55 2002-07-24  Andrew Cagney  <cagney@redhat.com>
56
57         * regcache.c (regcache_raw_write): Change buf parameter to a
58         constant void pointer.
59         (regcache_raw_read): Change buf parameter to a void pointer.
60         (legacy_write_register_gen): Change myaddr parameter a constant
61         void pointer.
62         (supply_register): Change val parameter to a const void pointer.
63         * regcache.h (regcache_raw_write): Update declaration.
64         (regcache_raw_read): Update declaration.
65         (supply_register): Update declaration.
66
67 >>>>>>> 1.2946
68 2002-07-24  Tom Tromey  <tromey@redhat.com>
69
70         * defs.h (gdb_readline_wrapper): Declare.
71         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
72         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
73         * top.c (gdb_readline_wrapper): New function.
74         (command_line_input): Use it.
75
76 2002-07-24  Andrew Cagney  <cagney@redhat.com>
77
78         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
79         regcache_read and regcache_write.
80         (regcache_raw_read_as_address): Replace regcache_read_as_address.
81         * regcache.c: Update.
82         * sh-tdep.c (sh64_push_arguments): Update comment.
83         (sh_pseudo_register_read): Update.
84         (sh_pseudo_register_write): Update.
85         (sh4_register_read): Update.
86         (sh4_register_write): Update.
87         (sh64_pseudo_register_read): Update.
88         (sh64_pseudo_register_write): Update.
89         (sh64_register_read): Update.
90         (sh64_register_write): Update.
91         * i386-tdep.c (i386_extract_return_value): Update.
92         (i386_extract_struct_value_address): Update.
93         (i386_extract_return_value): Update.
94         * blockframe.c (generic_read_register_dummy): Update.
95         (generic_call_dummy_register_unwind): Update
96         * infrun.c (write_inferior_status_register): Update.
97
98 2002-07-23  Jim Blandy  <jimb@redhat.com>
99
100         * parser-defs.h (expression_context_pc): Make this extern.
101         (Thanks to Michael Snyder.)
102
103 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
104
105         GDB 5.2.1 released from 5.2 branch.
106         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
107         * README: Update to mention 5.2.1.
108
109 2002-07-23  Mark Salter  <msalter@redhat.com>
110
111         * remote.c (remote_read_bytes): Fix check for error.
112
113 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
114
115         * aix-thread.c (language.h): Include.
116         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
117         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
118         Print newlines at end of debug messages.
119         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
120         (pdc_write_data): Use local_hex_string() instead of %llx formats.
121
122 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
123
124         * aix-thread.c (ppc-tdep.h): Include.
125         (special_register_p): New function.
126         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
127         (store_regs_user_thread): Use register number information from
128         gdbarch_tdep struct instead of hardcoded offsets relative to
129         FIRST_UISA_SP_REGNUM.
130         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
131         special_register_p() instead of using FPLAST_REGNUM and
132         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
133         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
134         will be MQ's register number.
135
136 2002-07-22  Michael Snyder  <msnyder@redhat.com>
137
138         * aix-thread.c (ops): Rename to aix_thread_ops.
139         (base_ops): Rename to base_target.
140         (ops_attach): Rename to aix_thread_attach.
141         (ops_detach): Rename to aix_thread_detach.
142         (ops_resume): Rename to aix_thread_detach.
143         (ops_wait):   Rename to aix_thread_wait.
144         (ops_kill):   Rename to aix_thread_kill.
145         (init_ops):   Rename to init_aix_thread_ops.
146         (ops_fetch_register): Rename to aix_thread_fetch_register.
147         (ops_store_register): Rename to aix_thread_store_register.
148         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
149         (ops_thread_alive):   Rename to aix_thread_thread_alive.
150         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
151         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
152         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
153         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
154         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
155         (store_regs_lib):  Rename to store_regs_user_thread.
156         (store_regs_kern): Rename to store_regs_kernel_thread.
157
158 2002-07-22  Michael Snyder  <msnyder@redhat.com>
159
160         * aix-thread.c (ops_prepare_to_store): Eliminate.
161         (init_ops): Don't initialize ops.prepare_to_store.
162         (store_regs_kern): Pre-fetch register buffers from child, 
163         because some registers may not be in the cache.  Copy
164         regs from register cache only if they are cached.
165         (store_regs_lib): Copy regs from register cache only
166         if they are cached.
167         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
168         fill_gprs64): Ditto.
169
170 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
171
172         * aix-thread.c (gdb_assert.h): Include.
173         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
174         register sizes (from register cache) match size of buffer holding
175         register data.
176         (fill_sprs32): Change parameter types to match those in the ptrace()
177         buffer.
178         (store_regs_lib): Likewise, but for 32-bit temporary variables.
179         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
180
181 2002-07-22  Michael Snyder  <msnyder@redhat.com>
182
183         * aix-thread.c (supply_sprs64): Cosmetic change.
184         (supply_sprs32): Cosmetic change.
185         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
186         (fill_sprs64): Use regcache_collect instead of read_register.
187         (store_regs_lib): Use regcache_collect instead of 
188         read_register.  Use fill_sprs32 instead of fill_sprs64,
189         if debugging a 32-bit architecture.
190         (store_regs_kern): Use fill_gprs64 etc. to pull the values
191         out of the register cache, instead of passing a pointer into
192         the register cache directly to ptrace.  Use regcache_collect
193         insteaad of read_register.
194         (ops_prepare_to_store): Use target_read_registers instead
195         of read_register_bytes.
196
197 2002-07-20  Aidan Skinner <aidan@velvet.net>
198
199         * MAINTAINERS: Add self under write after approval. 
200                 
201 2002-07-20  Aidan Skinner <aidan@velvet.net>
202
203         * ada-tasks.c: Change k&r style function definitions to prototyped
204         form.
205                 
206 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
207
208         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
209         * x86-64-tdep.c: Include "objfiles.h".
210         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
211         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
212
213 2002-07-17  Michal Ludvig  <michal@suse.cz>
214
215         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
216         (update_context): Initialise cfa variable.
217
218 2002-07-17  Michael Snyder  <msnyder@redhat.com>
219
220         * aix-thread.c: Shorten some long lines.  
221         Bring comments into line with code spec.
222
223 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
224
225         * infrun.c: Re-indent using gdb_indent.sh.
226
227 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
228
229         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
230         Leave the indentation temporarily untouched, to minimize the diffs.
231
232 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
233
234         * stabsread.c: Make os9k sections of the code obsolete,
235         for real this time.
236         * stabsread.h: Make os9k sections of the code obsolete.
237
238 2002-07-18  Michal Ludvig <mludvig@suse.cz>
239
240         * linux-low.c (regsets_store_inferior_registers): Add free()
241         at the end of a loop to prevent memory leak.
242         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
243         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
244         * config/sparc/tm-sp64linux.h: Make the rest of #endif
245         line a comment.
246         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
247
248 2002-07-17  Jim Blandy  <jimb@redhat.com>
249
250         * macrocmd.c (info_macro_command): Remove newline from error
251         message.
252
253 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
254
255         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
256         (sh_gdbarch_init): Use it for sh-dsp.
257
258 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
259
260         * dwarf2read.c (read_initial_length): Handle older, non-standard,
261         64-bit DWARF2 format.
262
263 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
264
265         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
266         <sys/proc.h> when not available.
267
268 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
269
270         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
271         * stabsread.c: Make os9k sections of the code obsolete.
272         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
273         * config/i386/i386os9k.mt: Make file obsolete.
274         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
275         (COMMON_OBS): Remove os9kread.o
276         (SFILES): Remove os9kread.c.
277         (os9kread.o, remote-os9k.o): Make target obsolete.
278         * remote-os9k.c: Make file obsolete.
279         * os9kread.c: Make file obsolete.
280         * Makefile.in
281
282 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
283
284         * NEWS: Mention that the FR30 has been made obsolete.
285         * fr30-tdep.c: Make file obsolete.
286         * config/fr30/tm-fr30.h: Ditto.
287         * config/fr30/fr30.mt: Ditto.
288         * configure.tgt: Make fr30-*-elf obsolete.
289         * MAINTAINERS: Make fr30-elf obsolete.
290
291 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
292
293         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
294         found is not inside a section.
295
296 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
297
298         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
299         strerror().
300         (pdc_realloc): Use xrealloc() instead of realloc().
301
302 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
303
304         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
305         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
306         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
307         macros.
308
309 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
310
311         * aix-thread.c (ptrace_check): Eliminate goto.
312         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
313         problem.
314
315 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
316
317         * aix-thread.c (gdbcmd.h): Include.
318         (DEBUG, DBG, DBG2, dbg): Eliminate.
319         (debug_aix_thread): New static global.
320         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
321         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
322         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
323         invocations to DBG and DBG2 macros to test against
324         ``debug_aix_thread'' and call fprintf_unfiltered().
325         (_initialize_aix_thread): Add new command "set debug aix-thread".
326
327 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
328
329         From Gerhard Tonn <TON@de.ibm.com>:
330         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
331         instead of supply_register.
332
333 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
334
335         * dwarf2cfi.c: Include "gdb_assert.h".
336         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
337         non-NULL.
338         (update_context): Do not use __func__.  Add missing ``break''.
339         (update_context): Do not use __func__.
340
341 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
342
343         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
344         and its setting.  Set gdbarch instruction printing functions
345         directly.  For non-rs6000 case use new function
346         gdb_print_insn_powerpc.
347         (gdb_print_insn_powerpc): New function.
348
349 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
350
351         * NEWS: Mention that the d30v has been marked obsolete.
352         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
353         * configure.tgt: Mark d30v-*-* as obsolete.
354         * d30v-tdep.c: Mark file as obsolete.
355         * config/d30v/d30v.mt: Ditto.
356         * config/d30v/tm-d30v.h: Ditto.
357
358 2002-07-13  Aidan Skinner <aidan@velvet.net>
359
360         * ada-tasks.c (add_task_entry): replace calls to
361         malloc() with xmalloc
362         * ada-tasks.c (init_task_list): replace calls to free with xfree()
363         
364         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
365         ada_finish_decode_line_1, all_sals_for_line
366         ada_breakpoint_rewrite): replace calls to free() with xfree()
367                 
368 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
369
370         From Nicholas Duffek (with minor changes by Martin Hunt, 
371         Louis Hamilton, and Kevin Buettner):
372         * aix-thread.c: New file.
373
374 2002-07-12  Petr Sorfa <petrs@caldera.com>
375
376         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
377         complaint for invalid attribute class or form.
378         (read_func_scope): DW_AT_frame_base
379         better handling of DW_AT_block*.
380         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
381         better handling of DW_AT_block*.
382         (read_common_block): DW_AT_location
383         better handling of DW_AT_block*.
384         (read_partial_die): DW_AT_location better handling
385         of DW_AT_block*.
386         (new_symbol): DW_AT_external better handling of
387         DW_AT_block*. Proper initialization of variable
388         "addr".
389         (attr_form_is_block): New function that returns true
390         if the attribute's form is of DW_FORM_block*.
391
392 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
393
394         * valops.c (find_method_list): Remove comment about
395         removed STATIC_MEMFUNCP argument.
396         (value_find_oload_method_list): Likewise.
397
398 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
399
400         From Nicholas Duffek:
401         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
402         target_new_objfile_hook.
403
404 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
405
406         From Nicholas Duffek:
407         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
408         csect.
409
410 2002-07-12  Andrew Cagney  <cagney@redhat.com>
411
412         * MAINTAINERS: Mention --enable-sim-build-warnings.
413         (m68hc11-elf): Disable sim build warnings.
414         (m32r-elf): Mark as broken obsolete candidate.
415         (x86_64-linux-gnu): Mark as buildable with -Werror.
416         (arm-elf): Change -w to ``,'' which enables warnings but not
417         -Werror.
418
419 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
420
421         * bcache.h: Update copyright.
422         (struct bstring, struct bcache): Move definition to "bcache.c".
423         Replaced by opaque declaration.
424         (bcache_xfree): Replace free_bcache.
425         (bcache_xmalloc, bcache_memory_used): Declare.
426         
427         * bcache.c: Update copyright.
428         (struct bstring, struct bcache): Moved to here from "bcache.h".
429         Update comments.
430         (bcache_xmalloc, bcache_memory_used): New functions.
431         (bcache_xfree): Replace function free_bcache.
432         
433         * Makefile.in (objfiles.o): Add $(bcache_h).
434         (objfiles_h): Remove $(bcache_h).
435         (symfile.o): Add $(bcache_h).
436
437         * symmisc.c: Update copyright.
438         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
439         (print_objfile_statistics): Use bcache_memory_used.
440
441         * symfile.c: Include "bcache.h".
442         (reread_symbols): Use bcache_xfree.
443         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
444         (add_psymbol_to_list): Pass psymbol_cache by value.
445         (add_psymbol_with_dem_name_to_list): Ditto.
446
447         * objfiles.h: Update copyright.
448         (struct bcache): Declare opaque.  Do not include "bcache.h".
449         (struct objfile): Change psymbol_cache and macro_cache to ``struct
450         bcache'' pointers.
451         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
452
453         * objfiles.c: Include "bcache.h".  Update copyright.
454         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
455         macro_cache.
456         (free_objfile): Use bcache_xfree.
457
458 2002-07-11  Grace Sainsbury  <graces@redhat.com>
459
460         * monitor.c (monitor_fetch_register): Make name a constant.
461         (monitor_store_register): Same.
462
463 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
464
465         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
466         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
467         (finish_block) For non-function blocks, hash the symbol table.  For
468         function blocks, mark the symbol table as unhashed.
469         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
470         (msymbol_hash_iw): Likewise.
471         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
472         value.
473         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
474         (lookup_minimal_symbol): Likewise for both.
475         * symtab.h (struct block): Add `hashtable' flag.  Comment the
476         hashtable.
477         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
478         (ALL_BLOCK_SYMBOLS): Update.
479         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
480         (struct symbol): Add `hash_next' pointer.
481         * symtab.c (lookup_block_symbol): Search using the hash table when
482         possible.
483         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
484         (search_symbols, find_addr_symbol): Likewise.
485
486         * dstread.c (process_dst_block): Clear hashtable bit for new block.
487         (read_dst_symtab): Likewise.
488         * jv-lang.c (get_java_class_symtab): Likewise.
489         * mdebugread.c: Include "gdb_assert.h".
490         (shrink_block): Assert that the block being modified is not hashed.
491         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
492         * symmisc.c (free_symtab_block): Walk the hash table when freeing
493         symbols.
494         (dump_symtab): Recognize hashed blocks.
495         * printcmd.c (print_frame_args):  Assert that function blocks do not
496         have hashed symbol tables.
497         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
498         (fill_in_ada_prototype, debug_print_block): Likewise.
499         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
500
501 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
502
503         * stack.c (print_frame): Use result of frame_address_in_block()
504         instead of fi->pc when evaluating symbols.
505         (backtrace_command_1): Ditto.
506
507 2002-07-11  Andrew Cagney  <cagney@redhat.com>
508
509         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
510         Make static.
511
512         * arm-tdep.c (arm_register_name): Make return type constant.
513
514 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
515
516         * win32-nat.c (has_detach_ability): Convert to strict ISO C
517         prototype.
518         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
519         * s390-tdep.c (s390_fp_regnum): Ditto.
520         (s390_read_fp): Ditto.
521         (s390_pop_frame): Ditto.
522         (_initialize_s390_tdep): Ditto.
523         * remote.c (get_remote_state): Ditto.
524         * procfs.c (mappingflags): Ditto.
525         * memattr.c (_initialize_mem): Ditto.
526         * mcore-tdep.c (mcore_pop_frame): Ditto.
527         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
528         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
529         * language.c (set_case_str): Ditto.
530         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
531         * frv-tdep.c (new_variant): Ditto.
532         (frv_stopped_data_address): Ditto.
533         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
534         (context_alloc): Ditto.
535         (frame_state_alloc): Ditto.
536         (unwind_tmp_obstack_init): Ditto.
537         (unwind_tmp_obstack_free): Ditto.
538         (cfi_read_fp): Ditto.
539         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
540         (cris_pop_frame): Ditto.
541         * c-lang.c (scanning_macro_expansion): Ditto.
542         (finished_macro_expansion): Ditto.
543         (c_preprocess_and_parse): Ditto.
544         * gdbarch.sh: Ditto.
545         * gdbarch.h, gdbarch.c: Regenerate.
546         * config/mn10200/tm-mn10200.h: Adjust indentation.
547         * target.c: Adjust indentation.
548         * symtab.h: Adjust indentation.
549         * stabsread.h: Adjust indentation.
550         * remote-es.c: Adjust indentation.
551         * os9kread.c: Adjust indentation.
552
553 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
554         
555         * wince.c (_initialize_wince): Rename _initialize_inftarg.
556         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
557
558 2002-07-10  Grace Sainsbury  <graces@redhat.com>
559         
560         * NEWS: Mention m68k, mcore multi-arching.  
561         * MAINTAINERS: Change status of m68k, mcore to reflect
562         multi-arching.
563
564 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
565
566         * valops.c (find_overload_match): Free oload_syms.
567
568 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
569
570         Define HAVE_SYS_PROC_H if sys/proc.h exists
571         * configure.in: Add check for sys/proc.h
572         * config.in: Regenerate.
573         * configure: Regenerate.
574
575 2002-07-09  Grace Sainsbury  <graces@redhat.com>
576
577         * config/m68k/tm-m68k.h: Remove macros wrapped in 
578         #if !GDB_MULTI_ARCH. 
579
580 2002-07-09  David O'Brien  <obrien@FreeBSD.org>
581
582         * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
583         (perror_with_name, remote_close, remote_open, expect, play): Static.
584
585 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
586
587         * config.in, configure: Regenerate.
588
589 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
590
591         * dwarf2cfi.c: Include "gcore.h".
592         (execute_stack_op): Fix implementation of the
593         DW_OP_deref and DW_OP_deref_size operators by letting do their
594         lookup in the target.
595
596 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
597
598         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
599         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
600         tdep->sc_sp_offset.
601
602 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
603
604         Fix PR gdb/595, gdb/602
605         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
606         Don't call value_cast, just read the vtable pointer; update comments
607         to match.
608
609 2002-07-05  Grace Sainsbury  <graces@redhat.com>
610
611         * config/mcore/tm-mcore.h: Remove file.
612         * config/mcore/mcore.mt: Remove definition of TM_FILE
613         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
614
615 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
616
617         * i386bsd-tdep.c: Include "gdb_string.h".
618
619 2002-07-04  Grace Sainsbury  <graces@redhat.com>
620
621         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
622         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
623         mcore-tdep.
624         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
625         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
626         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
627         (RETVAL_REGNUM): Move macros from tm-mcore.h
628         (mcore_reg_struct_has_addr): New function.
629         (mcore_gdbarch_init): Added initializations for the macros removed
630         from tm-mcore.h.
631
632 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
633
634         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
635         traditonal string branding within the ELF header.
636
637 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
638
639         * symtab.c (remove_params): New function.
640         (make_symbol_overload_list): Use it instead of cplus_demangle.
641         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
642
643 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
644
645         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
646
647         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
648         New variables.
649         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
650         and tdep->sigtramp_end.
651         * i386obsd-nat.c: New file.
652         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
653
654         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
655         Don't call get_current_frame().
656
657 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
658
659         * i386-nat.c (child_post_startup_inferior): New function
660         calling i386_cleanup_dregs if
661         I386_USE_GENERIC_WATCHPOINTS is defined.
662         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
663         conditional to acknowledge that i386-nat.c has its
664         own child_post_startup_inferior function.
665
666 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
667
668         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
669         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
670         instead of MAX_REGISTER_RAW_SIZE.
671         (i386_extract_return_value, i386_extract_struct_value_address):
672         Convert to use regcache.
673         (i386_gdbarch_init): Set max_register_raw_size and
674         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
675         Set extract_return_value and extract_struct_value_address instead
676         of their deprecated variants.
677
678         Convert i386 target to generic dummy frames.
679         * i386-tdep.c: Include "symfile.h".
680         (i386_frameless_signal_p): Consider a function to be frameless if
681         the pc points at the first instruction of the function.
682         (i386_frame_chain): Handle (generic) call dummies.
683         (i386_frame_saved_pc): Likewise.
684         (i386_frame_init_saved_regs): Remove code dealing with call
685         dummies on the stack.
686         (i386_push_dummy_frame): Removed.
687         (i386_call_dummy_words): Removed.
688         (i386_fix_call_dummy): Removed.
689         (i386_push_return_address): New function.
690         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
691         parameter, and don't call get_current_frame.
692         (i386_pop_frame): New function.
693         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
694         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
695         entry_point_address, set call_dummy_breakpoint_offset to 0, set
696         call_dummy_length to 0, set call_dummy_words to NULL, set
697         sizeof_call_dummy_words to 0, set fix_call_dummy to
698         generic_fix_call_dummy, set pc_in_call_dummy to
699         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
700         generic_push_dummy_frame, set push_return_address to
701         i386_push_return_address and set frame_chain_valid to
702         generic_file_frame_chain_valid.
703
704 2002-07-04  Michal Ludvig  <mludvig@suse.cz>
705
706         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of 
707         byte offsets instead of an array of indexes.
708         (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
709
710 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
711
712         * gdbarch.sh (struct regcache): Add opaque declaration.
713         (EXTRACT_RETURN_VALUE): New architecture method.
714         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
715         * gdbarch.h, gdbarch.c: Regenerate.
716         * arch-utils.c (legacy_extract_return_value): New function.
717         * arch-utils.h (legacy_extract_return_value): Declare.
718         * values.c (value_being_returned): Re-enable code handling
719         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
720         deprecated_grub_regcache_for_registers call to block handling
721         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
722         (EXTRACT_RETURN_VALUE): Do not define.
723
724 2002-07-03  Grace Sainsbury  <graces@redhat.com>
725
726         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
727         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
728         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
729         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
730         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
731         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
732         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
733         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
734         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
735         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
736         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
737         argument so the function fits the prototype in the architecture
738         vector.
739         (mcore_pop_frame): Remove argument so the function fits the
740         prototype. Use get_current_frame instead of the argument.
741         (mcore_push_arguments): Change type of struct_return so the
742         function can be used in the architecture vector.
743         (mcore_store_struct_return): Add.
744         (mcore_frame_init_saved_regs): Add.
745         (mcore_gdbarch_init): Add function calls to replace the macros
746         removed from tm-mcore.h
747
748 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
749
750         * infcmd.c (print_return_value): Remove compatibility code calling
751         deprecated_grub_regcache_for_registers.
752         
753         * values.c: Include "regcache.h".
754         (value_being_returned): Update.  Use
755         deprecated_grub_regcache_for_registers to extract the register
756         buffer address.  
757         * value.h (value_being_returned): Change ``retbuf'' parameter to a
758         ``struct regcache''.
759         * Makefile.in (values.o): Add dependency on $(regcache_h).
760
761         * inferior.h (run_stack_dummy): Change type of second parameter to
762         a ``struct regcache''.
763         * valops.c (hand_function_call): Change type of retbuf to ``struct
764         regcache''.  Allocate using regcache_xmalloc, clean using
765         make_cleanup_regcache_xfree.
766         * infcmd.c (run_stack_dummy): Update.  Use
767         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
768
769         * regcache.c (do_regcache_xfree): New function.
770         (make_cleanup_regcache_xfree): New function.
771         * regcache.h (make_cleanup_regcache_xfree): Declare.
772
773 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
774
775         * event-top.c (command_line_handler): Don't read past
776         beginning of buffer.
777
778 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
779         
780         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
781         struct frame_id. 
782         (varobj_create): Store frame_id for root.
783         (varobj_gen_name): Use xasprintf.
784         (varobj_update): Save and restore frame using get_frame_id() and
785         frame_find_by_id().
786         (create_child): Use xasprintf.
787         (new_root_variable): Initialize frame_id.
788         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
789         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
790         to prevent memory leak.
791
792 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
793
794         * valops.c (hand_function_call): Move declaration of retbuf to
795         start of function, allocate using malloc, add a cleanup but before
796         the inf_status cleanup, cleanup the buffer.  Rename local variable
797         old_chain to inf_status_cleanup.
798
799 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
800
801         * top.c (execute_command): Use cmd_func() and cmd_func_p().
802
803         * cli/cli-decode.c (cmd_func_p): New function.
804         (cmd_func): New function.
805
806         * command.h: Add cmd_func() and cmd_func_p().   
807         
808 2002-07-03  Grace Sainsbury  <graces@redhat.com>
809
810         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
811         (REGISTER_SIZE): Remove.
812         (MAX_REGISTER_RAW_SIZE): Remove.
813         (REGISTER_VIRTUAL_TYPE): Remove.
814         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
815         (REGISTER_NAME): Remove.
816         (USE_GENERIC_DUMMY_FRAMES): Remove.
817         (CALL_DUMMY): Remove.
818         (CALL_DUMMY_START_OFFSET): Remove.
819         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
820         (CALL_DUMMY_LOCATION): Remove.
821         (FIX_CALL_DUMMY): Remove.
822         (CALL_DUMMY_ADDRESS): Remove.
823         (SIZEOF_CALL_DUMMY_WORDS): Remove.
824         (SAVE_DUMMY_FRAME_TOS): Remove.
825         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
826         (mcore_register_virtual_type): New function.
827         (mcore_register_byte): New function.
828         (mcore_register_size): New function.
829         (mcore_register_name): New function.
830         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
831         macros removed from tm-mcore.h.
832         (mcore_dump_tdep): Add.
833         (_initialize_mcore_tdep): Add gdbarch_register call.
834
835 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
836
837         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
838         frameless_look_for_prologue, such that we actually call this
839         function.
840
841 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
842
843         * frame.h (frame_address_in_block): New function.
844
845         * blockframe.c (frame_address_in_block): New function extracted
846         from get_frame_block().
847         (get_frame_block): Use frame_address_in_block().
848         (block_innermost_frame): Use frame_address_in_block() to match
849         the frame pc address against the block boundaries rather than
850         the frame pc directly. This prevents a failure when a frame pc
851         is actually a return-address pointing immediately after the end
852         of the given block. 
853
854 2002-07-02  Grace Sainsbury  <graces@redhat.com>
855
856         * MAINTAINERS: Add self under write after approval. 
857
858 2002-07-02  Grace Sainsbury  <graces@redhat.com>
859
860         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
861         used in architecture vector. The default is
862         m68k_local_breakpoint_from_pc.
863         (m68k_local_breakpoint_from_pc): Add.
864         (enum): Add register numbers from tm-m68k.h.
865         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
866         vector.  
867         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
868         GDB_MULTI_ARCH_PARTIAL.
869         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
870         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
871         m68k-tdep.c.
872         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
873         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
874         to enum in m68k-tdep.c
875
876 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
877
878         * solib-osf.c (open_map): Compute the list of shared libraries
879         loaded by the inferior, rather than the list of libraries loaded
880         by GDB itself.  Otherwise, GDB ends up reading the symbols from
881         the wrong shared libraries...
882
883 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
884
885         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
886         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
887         macros.
888         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
889         Remove functions.
890         (FRAMELESS_SIGNAL): Remove function.
891         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
892         i386_linux_saved_pc_after_call): Removed.
893         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
894         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
895         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
896
897         * i386-tdep.c (i386_frameless_signal_p): New function.
898         (i386_frame_chain): Deal with frameless signals.
899         (i386_sigtramp_saved_sp): New function.
900         (i386_frame_saved_pc): Deal with frameless signals.
901         (i386_saved_pc_after_call): Make sure the correct value is
902         returned just after entry into a sigtramp.
903         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
904         i386fbsd4_sc_sp_offset): New variables.
905         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
906         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
907         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
908         similiar to what we already did for sc_pc_offset.
909         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
910         tdep->sc_sp_offset.
911
912         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
913
914 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
915
916         * config/i386/tm-x86-64linux.h: New.
917         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
918         definitions.
919         * config/i386/nm-x86-64.h: Rename to ...
920         * config/i386/nm-x86-64linux.h: ... this one.
921         * config/i386/x86-64linux.mh: Reflect the above change.
922         
923 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
924
925         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
926         with sigcontext_addr.  Add sc_sp_offset.
927         (i386bsd_sigtramp_saved_pc): Remove prototype.
928         (i386bsd_sicontext_addr): Add prototype.
929         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
930         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
931         (i386_svr4_sigtramp_saved_pc): Removed.
932         (i386_svr4_sigcontext_addr): New function.
933         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
934         Initialize tdep->sigcontext_addr instead.  Initialize
935         tdep->sc_pc_offset and tdep->sc_sp_offset.
936         (i386_gdbarch_init): Likewise.
937         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
938         any more.
939         (i386bsd_sigtramp_saved_pc): Remove function.
940         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
941         Initialize tdep->sigcontext_addr instead.  Initialize
942         tdep->sc_pc_offset.
943         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
944         of tdep->sigtramp_saved_pc.
945         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
946         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
947         instead.
948
949         * i386-tdep.c (i386_frameless_function_invocation,
950         i386_frame_num_args, i386_frame_init_saved_regs,
951         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
952         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
953         i386_extract_return_value, i386_store_return_value,
954         i386_extract_struct_value_address, i386_register_virtual_type,
955         i386_register_convertible, i386_register_convert_to_virtual,
956         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
957         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
958         static.
959
960 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
961
962         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
963
964         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
965         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
966         this macro.  Include "value.h".
967
968 2002-06-30  Aidan Skinner  <aidan@velvet.net>
969
970         * ada-exp.tab.c: remove as it's a generated file
971         * ada-lex.c: remove as it's a generated file
972                 
973 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
974
975         * config/i386/tm-i386.h (struct frame_info, struct
976         frame_saved_regs, struct value, struct type): Remove forward
977         declarations.
978
979         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
980         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
981         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
982         (FILL_FPXREGSET): Define.
983
984         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
985
986         * configure.tgt (i[3456]86-*-openbsd*): Fold into
987         i[3456]86-*-netbsd* case.
988         * config/i386/tm-obsd.h: Removed.
989         * config/i386/obsd.mt: Removed.
990         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
991         core-aout.o.
992         (MH_CFLAGS): Add -DYYDEBUG=0.
993
994         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
995         i386nbsd_sc_pc_offset on OpenBSD too.
996
997         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
998         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
999         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
1000         define.
1001         * i386bsd-tdep.c: Include "arch-utils.h".
1002         (i386bsd_aout_in_solib_call_trampoline): New function.
1003         (i386bsd_init_abi): Set in_solib_call_trampoline to
1004         i386bsd_aout_in_solib_call_trampoline.
1005         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
1006         in_solib_call_trampoline to generic_in_solib_call_trampoline.
1007
1008 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
1009
1010         * macrotab.h: Do not include "obstack.h" or "bcache.h".
1011         (struct obstack, struct bcache): Add opaque declarations.
1012         * Makefile.in (macrotab_h): Update
1013
1014 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
1015
1016         * blockframe.c (generic_find_dummy_frame): Change return type to
1017         ``struct regcache''.
1018         (struct dummy_frame): Replace field ``registers'' with regcache, a
1019         struct regcache object.
1020         (generic_find_dummy_frame): Update.
1021         (generic_push_dummy_frame): Update.  Use regcache_xfree,
1022         regcache_xmalloc and regcache_cpy.
1023         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
1024         regcache_xfree.
1025         (deprecated_generic_find_dummy_frame): Update.
1026         (generic_read_register_dummy): Update.  Use
1027         regcache_read_as_address.
1028         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
1029         (generic_get_saved_register): Update.  Use regcache_read.
1030
1031 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
1032
1033         * Makefile.in (objfiles_h): Add $(bcache_h).
1034         * objfiles.h: Include "bcache.h".
1035
1036         * Makefile.in (symtab_h): Remove $(bcache_h).
1037         * symtab.h: Do not include "bcache.h".
1038
1039 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
1040
1041         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
1042         generic_func_frame_chain_valid.
1043
1044 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
1045
1046         * config/i386/nm-fbsd.h: Include <sys/param.h>.
1047         * config/i386/tm-fbsd.h: Likewise.
1048
1049 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
1050
1051         * rs6000-tdep.c (rs6000_gdbarch_init): Use
1052         generic_unwind_get_saved_register.
1053
1054 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
1055
1056         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
1057         * regcache.c (supply_register): Add missing argument to
1058         register_buffer call.
1059
1060 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
1061
1062         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
1063         Solaris /bin/grep does not not like it.  From Peter Schauer.
1064
1065 2002-06-26  Tom Tromey  <tromey@redhat.com>
1066
1067         * command.h (add_setshow_cmd): Declare.
1068         (add_setshow_cmd_full): Declare.
1069         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
1070         returns void.  Use add_setshow_cmd_full.
1071         (add_setshow_cmd_full): New function.
1072         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
1073         (add_setshow_boolean_cmd): Likewise.
1074
1075 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
1076
1077         * config/vax/tm-vax.h: Protect from multiple inclusion.
1078         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
1079         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
1080         * config/vax/tm-vaxbsd.h: ...here.  New file.
1081         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
1082
1083 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
1084
1085         * config/vax/tm-vax.h (BREAKPOINT): Remove.
1086         (BELIEVE_PCC_PROMOTION): Remove.
1087         (AP_REGNUM): Move to...
1088         * config/vax/nm-vax.h: ...here.
1089         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
1090         (vax_breakpoint_from_pc): New function.
1091         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
1092         and gdbarch_believe_pcc_promotion.
1093
1094 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
1095
1096         * Makefile.in (vax_tdep_h): Define.  
1097         (vax-tdep.o): Use $(vax_tdep_h).
1098         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
1099         (vax_dump_tdep): New function. 
1100         (_initialize_vax_tdep): Register vax_dump_tdep.
1101         * vax-tdep.h: Include osabi.h.     
1102         (struct gdbarch_tdep): New. 
1103
1104 2002-06-26  Andrew Cagney  <cagney@redhat.com>
1105
1106         * frame.h (deprecated_generic_find_dummy_frame): Rename
1107         generic_find_dummy_frame.
1108         * blockframe.c (generic_find_dummy_frame): Make static.
1109         (deprecated_generic_find_dummy_frame): New function.
1110         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
1111         generic_find_dummy_frame with deprecated_find_dummy_frame.
1112         (sh64_nofp_frame_init_saved_regs): Ditto.
1113         (sh_fp_frame_init_saved_regs): Ditto.
1114         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
1115         (s390_frame_chain): Ditto.
1116         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
1117
1118 2002-06-26  Grace Sainsbury  <graces@redhat.com>
1119
1120         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
1121         gdbarch vector are at the top.
1122         (NUM_REGS): Remove.
1123         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
1124         (FRAME_ARGS_ADDRESS): Remove.
1125         (FRAME_LOCALS_ADDRESS): Remove.
1126         (FRAME_NUM_ARGS): Remove.
1127         (FRAME_ARGS_SKIP): Remove.  
1128         * m68k-tdep.c (enum): Add eumeration of special register numbers.
1129         (m68k_gdbarch_init): Add gdbarch initializations for macros
1130         undefined in tm-m68k.h
1131
1132 2002-06-26  Grace Sainsbury  <graces@redhat.com>
1133
1134         * monitor.h: Add the function regname to monitor_ops
1135         structure. This way NUM_REGS does not have to be a constant.
1136         * monitor.c (monitor_fetch_register): Added support for regname
1137         function. The function is called if the array regnames is NULL.
1138         (monitor_store_register): Same.
1139         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
1140         regnames array.
1141         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
1142         cpu32bug_cmds.regname to point to new function.
1143         * abug-rom.c (abug_regname): Same as above.
1144         (init_abug_cmds): Same.
1145         * dbug-rom.c (dbug_regname): Same as above.
1146         (init_dbug_cmds): Same.
1147         * remote-est.c (est_regname): Same. 
1148         (init_est_cmds): Same.
1149         * rom68k-rom.c (rom68k_regname): Same. 
1150         (init_rom68k_cmds): Same.
1151
1152 2002-06-25  Tom Tromey  <tromey@redhat.com>
1153
1154         * breakpoint.c (delete_command): Don't repeat `delete' commands.
1155
1156 2002-06-25  Andrew Cagney  <cagney@redhat.com>
1157
1158         * infrun.c (stop_registers): Change variable's type to ``struct
1159         regcache'''.
1160         (xmalloc_inferior_status): Delete function.
1161         (free_inferior_status): Delete function.
1162         (normal_stop): Use regcache_cpy.
1163         (struct inferior_status): Change type of fields ``stop_registers''
1164         and ``registers'' to ``struct regcache''.
1165         (write_inferior_status_register): Use regcache_write.
1166         (save_inferior_status): Instead of calling
1167         xmalloc_inferior_status, allocate the inf_status buffer directly.
1168         Use regcache_dup_no_passthrough and regcache_dup to save the
1169         buffers.
1170         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
1171         Replace the stop_registers regcache instead of overriding it.  Use
1172         regcache_xfree.  Instead of calling free_inferior_status, xfree
1173         the buffer directly.
1174         (discard_inferior_status): Use regcache_xfree.  Instead of calling
1175         free_inferior_status, xfree the buffer directly.
1176         (build_infrun): Use regcache_xmalloc.
1177         (_initialize_infrun): Delete redundant call to build_infrun.
1178
1179         * Makefile.in (infcmd.o): Add $(regcache_h).
1180
1181         * infcmd.c: Include "regcache.h".
1182         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
1183         obtain the address of `stop_registers' register buffer.
1184         (print_return_value): Ditto.
1185
1186         * inferior.h (struct regcache): Add opaque declaration.
1187         (stop_registers): Change variable's declared type to ``struct
1188         regcache''.
1189
1190 2002-06-24  Tom Tromey  <tromey@redhat.com>
1191
1192         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
1193         * target.c (initialize_targets): Fixed typo in
1194         trust-readonly-sections `show' documentation.
1195
1196         * main.c: Marked all strings with _().
1197
1198 2002-06-24  Don Howard  <dhoward@redhat.com>
1199
1200         * memattr.c (create_mem_region): Treat hi == 0 as a special case
1201         that means max CORE_ADDR+1.
1202         (lookup_mem_region): Ditto.
1203         (mem_info_command): Ditto.
1204
1205 2002-06-24  Grace Sainsbury  <graces@redhat.com>
1206
1207         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
1208         (REGISTER_BYTES_OK): Remove.
1209         (REGISTER_BYTES): Remove.
1210         (STORE_STRUCT_RETURN): Remove.
1211         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
1212         (STORE_RETURN_VALUE): Remove.
1213         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1214         (FRAME_CHAIN): Remove.
1215         (FRAMELESS_FUNCTION_INVOCATION): Remove.
1216         (FRAME_SAVED_PC): Remove.  
1217         * m68k-tdep.c (m68k_register_bytes_ok):Add.
1218         (m68k_store_struct_return): Add.
1219         (m68k_deprecated_extract_return_value): Add.
1220         (m68k_deprecated_extract_struct_value_address): Add.
1221         (m68k_store_return_value): Add.
1222         (m68k_frame_chain): Add.
1223         (m68k_frameless_function_invocation): Add.
1224         (m68k_frame_saved_pc): Add.
1225         (m68k_gdbarch_init): added set_gdbarch calls for new 
1226         functions and deleted macros.
1227
1228 2002-06-23  Tom Tromey  <tromey@redhat.com>
1229
1230         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
1231         (ALLDEPFILES): Likewise.
1232         (udiheaders): Removed.
1233         (udip2soc.o): Likewise.
1234         (udi2go32.o): Likewise.
1235         (udr.o): Likewise.
1236         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
1237
1238 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
1239
1240         * infrun.c (_initialize_infrun): Delete unnecessary call to
1241         build_infrun.
1242
1243         * regcache.h: Update comments describing the regcache_cpy family
1244         of functions.
1245         (regcache_save, regcache_restore): Delete declaration.
1246         (regcache_save_no_passthrough): Delete declaration.
1247         (regcache_restore_no_passthrough): Delete declaration.
1248         * regcache.c (regcache_save): Delete function.
1249         (regcache_save_no_passthrough): Delete function.
1250         (regcache_restore): Delete function.
1251         (regcache_restore_no_passthrough): Delete function.
1252
1253 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
1254
1255         * config/m68k/tm-m68k.h: Fix typo.
1256         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
1257         (m68k_frame_init_saved_regs): Declare.
1258
1259 2002-06-21  Jim Blandy  <jimb@redhat.com>
1260
1261         Remove some vestiges of Harris 88k support.
1262         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
1263         register numbering quirk.
1264         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
1265         odd symbols occurring in Harris 88k ELF targets.
1266
1267 2002-06-21  Tom Tromey  <tromey@redhat.com>
1268
1269         * gdb_locale.h: New file.
1270         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
1271         (defs_h): Added gdb_locale.h.
1272         * configure, config.in: Rebuilt.
1273         * configure.in (PACKAGE): Define.
1274         * defs.h: Include gdb_locale.h.
1275         * main.c (captured_main): Call setlocale, bindtextdomain,
1276         textdomain.
1277
1278 2002-06-21  Dave Brolley  <brolley@redhat.com>
1279
1280         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
1281         * config/frv/frv.mt: New file.
1282         * config/frv/tm-frv.h: New file.
1283         * configure.tgt: Support frv-*-*.
1284         * Makefile.in (frv-tdep.o): New target.
1285         * frv-tdep.c: New file.
1286         * NEWS: Mention frv.
1287
1288 2002-06-21  Dave Brolley  <brolley@redhat.com>
1289
1290         * MAINTAINERS: Add self to "Write After Approval" list.
1291
1292 2002-06-21  Grace Sainsbury  <graces@redhat.com>
1293
1294         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
1295         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
1296         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
1297         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
1298         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
1299
1300         * m68k-tdep.c: Include arch-utils.h
1301         (m68k_register_raw_size): Add.
1302         (m68k_register_virtual_size): Add.
1303         (m68k_register_virtual_type): Add.
1304         (m68k_register_name): Add.
1305         (m68k_stack_align): Add.
1306         (m68k_register_byte): Add.
1307         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
1308         tm-m68k.h.
1309
1310 2002-06-21  Grace Sainsbury  <graces@redhat.com>
1311
1312         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
1313         m68k_find_saved_regs.
1314         (m68k_pop_frame): Removed saved_regs structure, and replaced
1315         references to it with frame->saved_regs.
1316         (m68k_gdbarch_init): Added function calls to initialize the
1317         gdbarch structure.
1318         (m68k_fix_call_dummy): Add. 
1319         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
1320         (CALL_DUMMY): Remove.
1321         (CALL_DUMMY_LENGTH): Remove.
1322         (CALL_DUMMY_START_OFFSET): Remove.
1323         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
1324         (FIX_CALL_DUMMY): Remove.
1325         (PUSH_DUMMY_FRAME): Remove.
1326         (POP_FRAME): Remove.
1327
1328 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
1329
1330         * parse.c (parse_fprintf): New function used to avoid calls to
1331         fprintf in bison parser generated debug code.
1332         * parser-defs.h: Declaration of new parse_fprintf function.
1333         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
1334         Set YYDEBUG to 1 by default.
1335         Set YYFPRINTF as parse_fprintf.
1336
1337 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
1338
1339         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
1340         encoding anymore.
1341         (pointer_encoding, enum ptr_encoding): New.
1342         (execute_cfa_program): Take care about pointer encoding.        
1343         (dwarf2_build_frame_info): Only call parse_frame_info for 
1344         .debug_frame and .eh_frame.
1345         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
1346         fixed augmentation handling, added relative addressing, 
1347         ignore duplicate FDEs. Added comments.
1348         * dwarf2cfi.c: Reindented.
1349         
1350 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
1351
1352         * event-top.c (command_handler): Don't use space_at_cmd_start
1353         unless there is sbrk() on the host. Assign time and space data
1354         to union fields of the appropriate length.
1355
1356 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
1357
1358         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
1359         x86_64_register_name. Return type changed to 'const char *'.
1360         (x86_64_register_name2nr): Rename to x86_64_register_number.
1361         (x86_64_gdbarch_init): Update to reflect the change.
1362         * x86-64-tdep.h: Ditto.
1363         * x86-64-linux-nat.c (x86_64_fxsave_offset)
1364         (supply_fpregset): Ditto.
1365
1366 2002-06-19  Andrew Cagney  <cagney@redhat.com>
1367
1368         * regcache.h: Update copyright.
1369         (struct regcache, struct gdbarch): Add opaque declarations.
1370         (current_regcache): Declare global variable.
1371         (regcache_read, regcache_write): Add gdbarch parameter.
1372         (regcache_save, regcache_save_no_passthrough)
1373         (regcache_restore, regcache_restore_no_passthrough)
1374         (regcache_dup, regcache_dup_no_passthrough)
1375         (regcache_cpy, regcache_cpy_no_passthrough)
1376         (deprecated_grub_regcache_for_registers)
1377         (deprecated_grub_regcache_for_register_valid)
1378         (regcache_valid_p): Add function declarations.
1379         
1380         * regcache.c: Update copyright.
1381         (regcache_descr_handle): New global variable.
1382         (struct regcache_descr): Define.
1383         (init_legacy_regcache_descr, init_regcache_descr): New functions.
1384         (regcache_descr, xfree_regcache_descr): New functions.
1385         (struct regcache): Define.
1386         (regcache_xmalloc, regcache_xfree): New functions.
1387         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
1388         (regcache_dup, regcache_dup_no_passthrough): New functions.
1389         (regcache_valid_p, regcache_read_as_address): New functions.
1390         (deprecated_grub_regcache_for_registers): New function.
1391         (deprecated_grub_regcache_for_register_valid): New function.
1392         (current_regcache): New global variable.
1393         (register_buffer): Add regcache parameter.  Update calls.
1394         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
1395         (read_register_gen, write_register_gen): Update register_buffer
1396         call.  Test for legacy_p instead of gdbarch_register_read_p or
1397         gdbarch_register_write_p.
1398         (regcache_collect): Update register_buffer call.
1399         (build_regcache): Rewrite.  Use deprecated grub functions.
1400         (regcache_save, regcache_save_no_passthrough): New functions.
1401         (regcache_restore, regcache_restore_no_passthrough): New
1402         functions.
1403         (_initialize_regcache): Create the regcache_data_handle. Swap
1404         current_regcache global variable.
1405         
1406         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
1407         parameter to regcache_read and regcache_write calls.
1408         (sh4_register_read): Ditto.
1409         (sh64_pseudo_register_read): Ditto.
1410         (sh64_register_read): Ditto.
1411         (sh_pseudo_register_write): Ditto.
1412         (sh4_register_write): Ditto.
1413         (sh64_pseudo_register_write): Ditto.
1414         (sh64_register_write): Ditto.
1415
1416         * defs.h (XCALLOC): Define.
1417
1418 2002-06-19  Grace Sainsbury  <graces@redhat.com>
1419
1420         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
1421         * m68k-tdep.c (m68k_gdbarch_init): Added.
1422         (m68k_dump_tdep): Added.
1423
1424 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
1425
1426         * ada-lang.c (fill_in_ada_prototype): Update comment.
1427
1428 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
1429
1430         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
1431         MIPS_ABI_LAST.
1432         (mips_abi_string, mips_abi_strings): New.
1433         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
1434         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
1435         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
1436         O32 if no ABI is found.
1437         (mips_dump_tdep): Use mips_abi_strings.
1438         (mips_abi_update): New function.
1439         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
1440         ``set mips abi'' and ``show mips abi''.  Check the size of
1441         mips_abi_strings.
1442
1443 2002-06-19  Andrew Cagney  <cagney@redhat.com>
1444
1445         * i386-linux-tdep.c (i386_linux_register_name): Make return type
1446         constant.
1447
1448 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
1449
1450         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
1451         current frame using only the first stack size adjustment. All
1452         subsequent size adjustments are not considered to be part of
1453         the "static" part of the current frame.
1454         Compute the address of the saved registers relative to the
1455         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
1456         in use in this frame.
1457
1458 2002-06-18  Don Howard  <dhoward@redhat.com>
1459  
1460         * valops.c (value_ind): Use value_at_lazy() when dereferencing
1461         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
1462         suggesting this solution.
1463
1464 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
1465
1466         * config/romp/xm-rtbsd.h: Delete file.
1467         * config/romp/rtbsd.mh: Delete file.
1468
1469 2002-06-18  Keith Seitz  <keiths@redhat.com>
1470
1471         * breakpoint.c (condition_command): Post breakpoint_modify
1472         when a condition is added to an existing breakpoint.
1473         (commands_command): Likewise for commands.
1474         (set_ignore_count): Likewise for ignore counts.
1475         If no tty, do not simply return, still need to send event
1476         notification.
1477         (ignore_command): Only print a newline if the command came
1478         from a tty.
1479         Don't call breakpoints_changed, since this is now properly
1480         handled by set_ignore_count.
1481
1482 2002-06-18  Andrew Cagney  <cagney@redhat.com>
1483
1484         * MAINTAINERS: Note that cris-elf target can be compiled with
1485         -Werror.
1486         * cris-tdep.c (cris_register_name): Make return type constant.
1487         (cris_breakpoint_from_pc): Ditto.
1488
1489 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
1490
1491         * frame.h (struct frame_info): Change type of context to 
1492         'struct context'.
1493
1494 2002-06-17  Andrew Cagney  <cagney@redhat.com>
1495
1496         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
1497         pointer.
1498         * gdbarch.h, gdbarch.c: Regenerate.
1499         * config/mips/tm-mips.h (mips_register_name): Update.
1500         * i386-tdep.h (i386_register_name): Update.
1501         * mips-tdep.c (mips_register_name): Update
1502         * alpha-tdep.c (alpha_register_name): Update.
1503         * arch-utils.c (legacy_register_name): Update.
1504         * arch-utils.h (legacy_register_name): Update.
1505         * avr-tdep.c (avr_register_name): Update.
1506         * ia64-tdep.c (ia64_register_name): Update.
1507         * i386-tdep.c (i386_register_name): Update.
1508         * sparc-tdep.c (sparc32_register_name): Update.
1509         (sparc64_register_name): Update.
1510         (sparclite_register_name): Update.
1511         (sparclet_register_name): Update.
1512         * sh-tdep.c (sh_generic_register_name): Update.
1513         (sh_sh_register_name): Update.
1514         (sh_sh3_register_name): Update.
1515         (sh_sh3e_register_name): Update.
1516         (sh_sh_dsp_register_name): Update.
1517         (sh_sh3_dsp_register_name): Update.
1518         (sh_sh4_register_name): Update.
1519         (sh_sh64_register_name): Update.
1520         * s390-tdep.c (s390_register_name): Update.
1521         * rs6000-tdep.c (rs6000_register_name): Update.
1522         * ns32k-tdep.c (ns32k_register_name_32082): Update.
1523         (ns32k_register_name_32382): Update.
1524         * d10v-tdep.c (d10v_ts2_register_name): Update.
1525         (d10v_ts3_register_name): Update.
1526         * xstormy16-tdep.c (xstormy16_register_name): Update.
1527         * vax-tdep.c (vax_register_name): Update.
1528         * v850-tdep.c (v850_register_name): Update.
1529         * m68hc11-tdep.c (m68hc11_register_name): Update.
1530         * mn10300-tdep.c (mn10300_generic_register_name): Update.
1531         (am33_register_name): Update.
1532
1533 2002-06-17  Grace Sainsbury  <graces@redhat.com>
1534
1535         * m68k-tdep.c: Reindented.
1536
1537 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
1538
1539         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
1540         list of predefined types.
1541
1542 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
1543
1544         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
1545         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
1546         REGISTER_CONVERT_TO_RAW): Remove defines.
1547         (i386_register_virtual_type, i386_register_convertible,
1548         i386_register_convert_to_virtual, i386_register_convert_to_raw):
1549         Remove prototypes.
1550         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1551         macros mentioned above.
1552
1553         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
1554         (i386lynx_saved_pc_after_call): Remove prototype.
1555         * i386ly-tdep.c: Include "i386-tdep.h".
1556         (i386lynx_saved_pc_after_call): Make static.  Use
1557         read_memory_nobpt instead of read_memory.  Use
1558         read_memory_unsigned_integer instead of read_memory_integer.
1559         (i386lynx_init_abi): New function.
1560         (i386lynx_coff_osabi_sniffer): New function.
1561         (_initialize_i386bsd_tdep): New function.
1562
1563         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
1564         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
1565         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
1566         (i386_fix_call_dummy): Remove prototype.
1567         * i386-tdep.c (i386_call_dummy_words): New variable.
1568         (i386_gdbarch_init): Adjust for removal of the
1569         macros mentioned above.
1570
1571 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
1572
1573         * command.h (add_setshow_auto_boolean_cmd): Replace
1574         add_set_auto_boolean_cmd.
1575         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
1576         add_set_auto_boolean_cmd.
1577         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
1578         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
1579         mask-address'' command.
1580         (show_mask_address): Add cmd parameter.
1581         * remote.c (add_packet_config_cmd): Update.  Change type of
1582         set_func and show_func to cmd_sfunc_ftype.
1583         (_initialize_remote): Update `set remote Z-packet'
1584         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
1585         (show_remote_protocol_e_packet_cmd): Ditto.
1586         (show_remote_protocol_E_packet_cmd): Ditto.
1587         (show_remote_protocol_P_packet_cmd): Ditto.
1588         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
1589         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
1590         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
1591         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
1592         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
1593         (show_remote_protocol_Z_packet_cmd): Ditto.
1594         (show_remote_protocol_binary_download_cmd): Ditto.
1595         (show_remote_cmd): Pass NULL to all of above.
1596
1597 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1598
1599         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
1600         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
1601         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
1602         POP_FRAME): Remove defines.
1603         (i386_push_arguments, i386_store_struct_return,
1604         i386_extract_return_value, i386_store_return_value,
1605         i386_extract_struct_value_address, i386_push_dummy_frame,
1606         i386_pop_frame): Renove prototypes.
1607         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1608         macros mentioned above.
1609
1610 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
1611
1612         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
1613         add_set_boolean_cmd.
1614         (add_setshow_cmd): New function.
1615         * command.h (add_setshow_boolean_cmd): Replace
1616         add_set_boolean_cmd.
1617         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
1618         and ``set rdiromatzero''.
1619         * maint.c (_initialize_maint_cmds): Update commented out code.
1620         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
1621         * target.c (initialize_targets): Update `set
1622         trust-readonly-sections'.
1623         * remote.c (_initialize_remote): Update `set remotebreak'.
1624
1625 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1626
1627         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
1628         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
1629         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
1630         fit into multi-arch framework.
1631         (i386_breakpoint_from_pc): New function.
1632         (i386_gdbarch_init): Adjust for removal of the macros mentioned
1633         above.
1634
1635         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
1636         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
1637         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
1638         (i386_frameless_function_invocation, i386_frame_num_args,
1639         i386_frame_init_saved_regs): Remove prototypes.
1640         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
1641         macros mentioned above.
1642
1643 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
1644
1645         * cli/cli-decode.c (set_cmd_cfunc): Update.
1646         (set_cmd_sfunc): Update.
1647         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
1648         (set_cmd_sfunc, set_cmd_cfunc): Update.
1649         * cli/cli-decode.h: Update.
1650
1651 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1652
1653         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
1654         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
1655
1656 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
1657
1658         * defs.h (auto_boolean): Declare enum.
1659         * command.h (cmd_auto_boolean): Delete enum.
1660         * mips-tdep.c (mask_address_var): Update.
1661         (mips_mask_address_p): Update.
1662         (show_mask_address): Update.
1663         * remote.c (struct packet_config): Update.
1664         (update_packet_config): Update.
1665         (show_packet_config_cmd): Update.
1666         (packet_ok): Update.
1667         (add_packet_config_cmd): Update.
1668         (_initialize_remote): 
1669         * command.h: Update.
1670         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
1671         (do_setshow_command): Update.
1672         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
1673         * cli/cli-decode.h: Update.
1674
1675 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1676
1677         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
1678         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
1679         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
1680         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
1681         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
1682         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
1683
1684         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
1685         list of DJGPP COFF targets.
1686
1687         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
1688         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
1689         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
1690         (FP0_REGNUM): Remove define.
1691         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
1692         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
1693         (i386_register_virtual_size): Remove protoype.
1694         * i386-tdep.c (i386_register_virtual_size): Removed.
1695         (i386_extract_return_value, i386_store_return_value): Use
1696         FP0_REGNUM instead of NUM_FREGS to determine whether the
1697         floating-point registers are available.
1698         (i386_gdbarch_init): Tweak FIXME about FPU registers.
1699         Adjust for removal of macros mentioned above.
1700
1701 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1702
1703         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
1704         comments.
1705         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
1706         Remove prototypes.
1707         (supply_gregset, fill_gregset): Remove use of register keyword and
1708         remove declaration for regmap.  Use I386_NUM_GREGS instead of
1709         NUM_REGS and NUM_FREGS.
1710         (FPREGSET_FSAVE_OFFSET): Remove.
1711         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
1712         NUM_FREGS to determine whether the floating-point registers are
1713         available.
1714
1715         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
1716         gnu_store_registers): Replace usage of NUM_GREGS with
1717         I386_NUM_GREGS.
1718
1719         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
1720         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
1721         usage of NUM_GREGS with I386_NUM_GREGS.
1722
1723         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
1724
1725         * i386bsd-nat.c: Include "i386-tdep.h".
1726         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
1727         I386_NUM_GREGS.
1728
1729         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
1730         and associated comment.  They no longer make any sense, since we
1731         don't use this file anymore on Linux.
1732
1733         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
1734         * i386-tdep.c (i386_register_offset, i386_register_size): Use
1735         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
1736         elements in these arrays.
1737         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
1738         MAX_NUM_REGS.
1739
1740 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
1741
1742         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
1743         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
1744
1745 2002-06-14  Andrew Cagney  <cagney@redhat.com>
1746
1747         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
1748         EXTRACT_RETURN_VALUE.
1749         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
1750         EXTRACT_STRUCT_VALUE_ADDRESS.
1751         * gdbarch.h, gdbarch.c: Regenerate.
1752         
1753         * values.c (value_being_returned): Handle
1754         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1755         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
1756
1757         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
1758         * arm-tdep.c (arm_gdbarch_init): Update.
1759         * avr-tdep.c (avr_gdbarch_init): Update.
1760         * cris-tdep.c (cris_gdbarch_init): Update.
1761         * d10v-tdep.c (d10v_gdbarch_init): Update.
1762         * ia64-tdep.c (ia64_gdbarch_init): Update.
1763         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1764         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1765         * s390-tdep.c (s390_gdbarch_init): Update.
1766         * sh-tdep.c (sh_gdbarch_init): Update.
1767         * s390-tdep.c (s390_gdbarch_init): Update.
1768         * sparc-tdep.c (sparc_gdbarch_init): Update.
1769         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1770         * v850-tdep.c (v850_gdbarch_init): Update.
1771         * vax-tdep.c (vax_gdbarch_init): Update.
1772         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1773         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1774
1775         * config/arc/tm-arc.h: Update.
1776         * config/d30v/tm-d30v.h: Update.
1777         * config/fr30/tm-fr30.h: Update.
1778         * config/h8300/tm-h8300.h: Update.
1779         * config/h8500/tm-h8500.h: Update.
1780         * config/i386/tm-i386.h: Update.
1781         * config/i386/tm-ptx.h: Update.
1782         * config/i386/tm-symmetry.h: Update.
1783         * config/i960/tm-i960.h: Update.
1784         * config/m32r/tm-m32r.h: Update.
1785         * config/m68k/tm-delta68.h: Update.
1786         * config/m68k/tm-linux.h: Update.
1787         * config/m68k/tm-m68k.h: Update.
1788         * config/m88k/tm-m88k.h: Update.
1789         * config/mcore/tm-mcore.h: Update.
1790         * config/mips/tm-mips.h: Update.
1791         * config/mn10200/tm-mn10200.h: Update.
1792         * config/pa/tm-hppa.h: Update.
1793         * config/pa/tm-hppa64.h: Update.
1794         * config/sparc/tm-sp64.h: Update.
1795         * config/sparc/tm-sparc.h: Update.
1796         * config/sparc/tm-sparclet.h: Update.
1797         * config/z8k/tm-z8k.h: Update.
1798
1799 2002-06-14  Andrew Cagney  <cagney@redhat.com>
1800
1801         * Makefile.in (i386_linux_tdep_h): Define.
1802         (i386_tdep_h, i387_tdep_h): Define.
1803         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
1804         $(i386_tdep_h) and $(i387_tdep_h).
1805         * i386-linux-nat.c: Include "i386-linux-tdep.h".
1806
1807 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
1808
1809         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
1810         Already covered by the default.
1811
1812         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
1813         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
1814         (i386_gdbarch_init): Initialize long_double_format and long_double
1815         bit.
1816
1817         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
1818         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
1819         Move these to ...
1820         * config/i386/i386sol2.mh: ... here.
1821         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
1822         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
1823         (SIGCONTEXT_PC_OFFSET): Remove define.
1824         (IN_SIGTRAMP): Remove define.
1825         * i386-sol2-tdep.c: New file.
1826         
1827         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
1828         * config/i386/tm-i386nw.h: Removed.
1829
1830         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
1831         USE_STRUCT_CONVENTION): Remove defines.
1832         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1833         (get_longjmp_target): Remove prototype.
1834         (IN_SIGTRAMP): Remove define.
1835         (i386bsd_in_sigtramp): Remove prototype.
1836         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1837         function.  Update comment accordingly
1838         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1839         (FRAME_SAVED_PC): Remove define.
1840         (i386bsd_frame_saved_pc): Remove prototype.
1841         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
1842         GET_LONGJMP_TARGET): Remove defines.
1843         (get_longjmp_target): Remove prototype.
1844         (IN_SIGTRAMP): Remove define.
1845         (i386bsd_in_sigtramp): Remove prototype.
1846         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
1847         function.  Update comment accordingly
1848         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
1849         (FRAME_SAVED_PC): Remove define.
1850         (i386bsd_frame_saved_pc): Remove prototype.
1851         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
1852         Remove prototype.
1853         (USE_STRUCT_CONVENTION): Remove prototype.
1854         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
1855         declaration.
1856         (_initialize_i386bsd_nat): Revise logic to determine some
1857         constants at compile time when compiling a native GDB.  Warn if
1858         things don't match up with what we expect.
1859         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
1860         Remove variables.
1861         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
1862         to use date stored in `struct gdbarch_tdep'.
1863         (i386bsd_sigcontext_offset): Remove varaible.
1864         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
1865         stored in `struct gdbarch_tdep'.
1866         (i386bsd_frame_saved_pc): Make static.
1867         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
1868         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
1869         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
1870         i386fbsd4_sc_pc_offset): New variables.
1871         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
1872         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
1873         functions.
1874         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
1875         functions.
1876         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
1877         Modify the value of i386fbsd_sigtramp_start and
1878         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
1879         i386fbsd_sigtramp_end.
1880         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
1881         function.
1882
1883         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
1884         define to i386-linux-tdep.h.
1885         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
1886         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
1887         defines.
1888         (i386_linux_register_name, i386_linux_register_byte,
1889         i386_linux_register_raw_size): Remove prototypes.
1890         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
1891         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1892         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
1893         TARGET_WRITE_PC): Remove defines.
1894         (i386_linux_in_sigtramp, i386_linux_frame_chain,
1895         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
1896         i386_linux_write_pc): Remove prototypes.
1897         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1898         (get_longjmp_target): Remove prototype.
1899         * i386-linux-tdep.h: New file.
1900         * i386-linux-nat.c: Include "i386-linux-tdep.h".
1901         * i386-linux-tdep.c: Include "i386-tdep.h" and
1902         "i386-linux-tdep.h".
1903         (i386_linux_register_name, i386_linux_register_byte,
1904         i386_linux_register_raw_size, i386_linux_in_sigtramp,
1905         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
1906         Make static.
1907         (i386_linux_init_abi): New function.
1908         (_initialize_i386_linux_tdep): New function.
1909
1910         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
1911         (i386_saved_pc_after_call): Remove prototype.
1912         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
1913         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
1914         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
1915         (i386_register_name, i386_stab_reg_to_regnum,
1916         i386_dwarf_reg_to_regnum): Remove prototypes.
1917         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
1918         SIZEOF_SSE_REGS): Remove defines.
1919         (REGISTER_BYTES): Remove define.
1920         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
1921         (i386_register_byte, i386_register_raw_size): Remove prototypes.
1922         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
1923         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
1924         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
1925         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
1926         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
1927         (get_longjmp_target): Remove prototype.
1928         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
1929         (sigtramp_saved_pc): Remove define.
1930         (i386v4_sigtramp_saved_pc): Remove prototype.
1931         * config/i386/tm-go32.h (FRAME_CHAIN,
1932         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
1933         (i386go32_frame_saved_pc): Remove prototype.
1934         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
1935         (get_longjmp_target): Remove prototype.
1936         * i386-tdep.h: Include "osabi.h".
1937         (enum i386_abi): Removed.
1938         (enum struct_return): New enum.
1939         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
1940         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
1941         sc_pc_offset members.
1942         (i386_gdbarch_register_os_abi): Remove prototype.
1943         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
1944         I386_SSE_NUM_REGS): New defines.
1945         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
1946         I386_SSE_SIZEOF_REGS): New defines.
1947         (i386_register_name, i386_register_byte, i386_register_raw_size):
1948         New prototypes.
1949         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
1950         (i386bsd_sigtramp_saved_pc): New prototype.
1951         * i386-tdep.c: Don't include "elf-bfd.h".
1952         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
1953         i386_frame_chain, i386_saved_pc_after_call): Make static.
1954         (i386_frame_saved_pc): Rewrite to call architecture dependent
1955         function to deal with signal handlers.  Make static.
1956         (i386go32_frame_saved_pc): Removed.
1957         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
1958         Removed.
1959         (i386_get_longjmp_target): New function.
1960         (default_struct_convention, pcc_struct_convention,
1961         reg_struct_convention, valid_conventions, struct_convention): New
1962         variables.
1963         (i386_use_struct_convention): New function.
1964         (i386v4_sigtramp_saved_pc): Renamed to
1965         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
1966         (i386_pc_in_sigtramp): New function.
1967         (i386_abi_names): Removed.
1968         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
1969         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
1970         Removed.
1971         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
1972         i386_gdbarch_register_os_abi): Removed.
1973         (struct i386_abi_handler): Removed.
1974         (i386_abi_handler_list): Removed.
1975         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
1976         functions.
1977         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
1978         i386_nw_init_abi): New functions.
1979         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
1980         Use set_gdbarch_xxx() calls instead of relying on macros for a
1981         number of calls.
1982         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
1983         (_initialize_i386_tdep): Add new 'struct-convcention' command.
1984         Register the various architecture variants defined in this file.
1985
1986 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
1987
1988         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
1989         (struct main_type): Remove arg_types member.  Update comments for
1990         struct field.
1991         (TYPE_ARG_TYPES): Remove.
1992         (TYPE_FN_FIELD_ARGS): Update.
1993         (smash_to_method_type): Update prototype.
1994
1995         * c-typeprint.c (cp_type_print_method_args): Take method type
1996         instead of argument list.  Use new argument layout.  Simplify.
1997         (c_type_print_args): Use new argument layout.  Simplify.
1998         (c_type_print_base): Update call to cp_type_print_method_args.
1999         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
2000         argument; use die->type instead.  Update call to
2001         smash_to_method_type.
2002         (read_structure_scope): Update call to dwarf2_add_member_fn.
2003         * gdbtypes.c (allocate_stub_method): Update comment.
2004         (smash_to_method_type): Take new NARGS and VARARGS arguments.
2005         Use new argument layout.
2006         (check_stub_method): Use new argument layout.  Don't count
2007         void as an argument.
2008         (print_arg_types): Update comments.  Use new argument layout.
2009         (recursive_dump_type): Don't print arg_types member.
2010         * hpread.c (hpread_read_struct_type): Use new argument layout.
2011         (fixup_class_method_type): Likewise.
2012         (hpread_type_lookup): Likewise.
2013         * stabsread.c (read_type): Update calls to read_args and
2014         smash_to_method_type.
2015         (read_args): Use new argument layout.  Simplify.
2016         * valops.c (typecmp): Use new argument layout.  Update parameters
2017         and comments.  Simplify.
2018         (hand_function_call): Use new argument layout.
2019         (search_struct_method): Update call to typecmp.
2020         (find_overload_match): Use new argument layout.
2021
2022 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
2023
2024         * NEWS: Mention multithreaded debug support for gdbserver.
2025
2026 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
2027
2028         * MAINTAINERS: Mention NEWS.
2029
2030 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
2031
2032         * gdbserver/regcache.c: Add comment.
2033
2034 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
2035
2036         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
2037         (struct mips_objfile_private, compare_pdr_entries): New.
2038         (non_heuristic_proc_desc): Read the ".pdr" section if it
2039         is present.
2040
2041 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
2042
2043         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
2044         (arm_debug): New static variable.
2045         (_initialize_arm_tdep): Add ``set debug arm'' command.
2046
2047 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
2048
2049         * Makefile.in (sim_arm_h): Define.
2050         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
2051         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
2052         (arm_register_sim_regno): New function, map an internal REGNUM
2053         onto a simulator register number.
2054         (arm_gdbarch_init): Set register_sim_regno.
2055
2056 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
2057
2058         * MAINTAINERS: Add self.
2059
2060 2002-06-11  Jim Blandy  <jimb@redhat.com>
2061
2062         * source.c (source_info): Mention whether the symtab has
2063         information about preprocessor macros.
2064
2065         Call the command `info macro', not `show macro'.
2066         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
2067         Fix error message.
2068         (_initialize_macrocmd): Register `info_macro_command' in
2069         `infolist', not `showlist'.
2070
2071 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
2072
2073         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
2074         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
2075         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
2076         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
2077         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
2078         unconditionally.
2079         (set_mipsfpu_single_command, set_mipsfpu_double_command)
2080         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
2081         (_initialize_mips_tdep): Remove dead code.
2082         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
2083         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2084         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
2085         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
2086         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
2087         MIPS_LAST_FP_ARG_REGNUM): Remove.
2088
2089 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
2090
2091         * gdbserver/thread-db.c: New file.
2092         * gdbserver/proc-service.c: New file.
2093         * gdbserver/acinclude.m4: New file.
2094         * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
2095         proc-service.o, and thread-db.o.
2096         (linux-low.o): Add USE_THREAD_DB.
2097         * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
2098         HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
2099         * gdbserver/aclocal.m4: Regenerated.
2100         * gdbserver/config.in: Regenerated.
2101         * gdbserver/configure: Regenerated.
2102         * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
2103         thread_db.h, and linux/elf.h headrs.
2104         Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
2105         PRFPREGSET_T_BROKEN.  Introduce srv_thread_depfiles and USE_THREAD_DB.
2106         Check for -lthread_db and thread support.
2107         * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
2108         PowerPC, and SuperH.
2109         * gdbserver/i387-fp.c: Constify arguments.
2110         * gdbserver/i387-fp.h: Likewise.
2111         * gdbserver/inferiors.c: (struct thread_info): Renamed from
2112         `struct inferior_info'.  Remove PID member.  Use generic inferior
2113         list header.  All uses updated.
2114         (inferiors, signal_pid): Removed.
2115         (all_threads): New variable.
2116         (get_thread): Define.
2117         (add_inferior_to_list): New function.
2118         (for_each_inferior): New function.
2119         (change_inferior_id): New function.
2120         (add_inferior): Removed.
2121         (remove_inferior): New function.
2122         (add_thread): New function.
2123         (free_one_thread): New function.
2124         (remove_thread): New function.
2125         (clear_inferiors): Use for_each_inferior and free_one_thread.
2126         (find_inferior): New function.
2127         (find_inferior_id): New function.
2128         (inferior_target_data): Update argument type.
2129         (set_inferior_target_data): Likewise.
2130         (inferior_regcache_data): Likewise.
2131         (set_inferior_regcache_data): Likewise.
2132         * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
2133         (all_processes, stopping_threads, using_thrads)
2134         (struct pending_signals, debug_threads, pid_of): New.
2135         (inferior_pid): Replace with macro.
2136         (struct inferior_linux_data): Remove.
2137         (get_stop_pc, add_process): New functions.
2138         (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
2139         Use add_process and add_thread.
2140         (linux_attach_lwp): New function, based on old linux_attach.  Use
2141         add_process and add_thread.  Set stop_expected for new threads.
2142         (linux_attach): New function.
2143         (linux_kill_one_process): New function.
2144         (linux_kill): Kill all LWPs.
2145         (linux_thread_alive): Use find_inferior_id.
2146         (check_removed_breakpoints, status_pending_p): New functions.
2147         (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
2148         Update.  Use WNOHANG.  Wait for cloned processes also.  Update process
2149         struct for the found process.
2150         (linux_wait_for_event): New function.
2151         (linux_wait): Use it.  Support LWPs.
2152         (send_sigstop, wait_for_sigstop, stop_all_processes)
2153         (linux_resume_one_process, linux_continue_one_process): New functions.
2154         (linux_resume): Support LWPs.
2155         (REGISTER_RAW_SIZE): Remove.
2156         (fetch_register): Use register_size instead.  Call supply_register.
2157         (usr_store_inferior_registers): Likewise.  Call collect_register.
2158         Fix recursive case.
2159         (regsets_fetch_inferior_registers): Improve error message.
2160         (regsets_store_inferior_registers): Add debugging.
2161         (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
2162         (unstopped_p, linux_signal_pid): New functions.
2163         (linux_target_ops): Add linux_signal_pid.
2164         (linux_init_signals): New function.
2165         (initialize_low): Call it.  Initialize using_threads.
2166         * gdbserver/regcache.c (inferior_regcache_data): Add valid
2167         flag.
2168         (get_regcache): Fetch registers lazily.  Add fetch argument
2169         and update all callers.
2170         (regcache_invalidate_one, regcache_invalidate): New
2171         functions.
2172         (new_register_cache): Renamed from create_register_cache.
2173         Return the new regcache.
2174         (free_register_cache): Change argument to a void *.
2175         (registers_to_string, registers_from_string): Call get_regcache
2176         with fetch flag set.
2177         (register_data): Make static.  Pass fetch flag to get_regcache.
2178         (supply_register): Call get_regcache with fetch flag clear.
2179         (collect_register): Call get_regcache with fetch flag set.
2180         (collect_register_as_string): New function.
2181         * gdbserver/regcache.h: Update.
2182         * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
2183         stderr.
2184         Handle input interrupts while waiting for an ACK.
2185         (input_interrupt): Use signal_pid method.
2186         (getpkt): Flush after debug output and use stderr.
2187         (outreg): Use collect_register_as_string.
2188         (new_thread_notify, dead_thread_notify): New functions.
2189         (prepare_resume_reply): Check using_threads.  Set thread_from_wait
2190         and general_thread.
2191         (look_up_one_symbol): Flush after debug output.
2192         * gdbserver/server.c (step_thread, server_waiting): New variables.
2193         (start_inferior): Don't use signal_pid.  Update call to mywait.
2194         (attach_inferior): Update call to mywait.
2195         (handle_query): Handle qfThreadInfo and qsThreadInfo.
2196         (main): Don't fetch/store registers explicitly.  Use
2197         set_desired_inferior.  Support proposed ``Hs'' packet.  Update
2198         calls to mywait.
2199         * gdbserver/server.h: Update.
2200         (struct inferior_list, struct_inferior_list_entry): New.
2201         * gdbserver/target.c (set_desired_inferior): New.
2202         (write_inferior_memory): Constify.
2203         (mywait): New function.
2204         * gdbserver/target.h: Update.
2205         (struct target_ops): New signal_pid method.
2206         (mywait): Removed macro, added prototype.
2207
2208         * gdbserver/linux-low.h (regset_func): Removed.
2209         (regset_fill_func, regset_store_func): New.
2210         (enum regset_type): New.
2211         (struct regset_info): Add type field.  Use new operation types.
2212         (struct linux_target_ops): stop_pc renamed to get_pc.
2213         Add decr_pc_after_break and breakpoint_at.
2214         (get_process, get_thread_proess, get_process_thread)
2215         (strut process_info, all_processes, linux_attach_lwp)
2216         (thread_db_init): New.
2217
2218         * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
2219         arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
2220         (the_low_target): Add new members.
2221         * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
2222         (i386_store_fpxregset): Constify.
2223         (target_regsets): Add new kind identifier.
2224         (i386_get_pc): Renamed from i386_stop_pc.  Simplify.
2225         (i386_set_pc): Add debugging.
2226         (i386_breakpoint_at): New function.
2227         (the_low_target): Add new members.
2228         * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
2229         (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
2230         (mips_breakpoint_at): New.
2231         (the_low_target): Add new members.
2232         * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
2233         (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
2234         (the_low_target): Add new members.
2235         * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
2236         (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
2237         (the_low_target): Add new members.
2238         * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
2239         identifier.
2240
2241 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
2242
2243         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
2244         (unwind_tmp_obstack_free, parse_frame_info)
2245         (update_context, cfi_read_fp, cfi_write_fp)
2246         (cfi_frame_chain, cfi_init_extra_frame_info)
2247         (cfi_virtual_frame_pointer): Use the above function.
2248         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
2249
2250 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
2251
2252         * v850-tdep.c (v850_type_is_scalar): New function.
2253         (v850_use_struct_convention): Match current gcc implementation
2254         as close as possible.
2255         (v850_push_arguments): Fix stack_offset handling.  Don't write
2256         struct_addr into register.  This is done by v850_store_struct_return.
2257         (v850_extract_return_value): Care for structs.
2258         (v850_store_return_value): Ditto.
2259         (v850_store_struct_return): Actually write address.
2260
2261 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
2262
2263         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
2264         without debug information too.
2265
2266 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
2267
2268         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
2269         Make multi-arch pure.
2270         * gdbarch.h, gdbarch.c: Re-generate.
2271         * arm-tdep.c (arm_print_float_info): Update.
2272         * arch-utils.h (default_print_float_info): Update.
2273         * arch-utils.c (default_print_float_info): Update.
2274         * infcmd.c (float_info): Update call.
2275
2276 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
2277
2278         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
2279         the front of the initialize list.
2280
2281 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
2282
2283         * infrun.c (struct inferior_status): Replace fields
2284         selected_frame_address and selected_level with field
2285         selected_frame_id.
2286         (save_inferior_status): Update.  Use get_frame_id.
2287         (struct restore_selected_frame_args): Delete.
2288         (restore_selected_frame): Update.  Use frame_find_by_id.
2289         (restore_inferior_status): Update.
2290
2291         * breakpoint.h (struct breakpoint): Change type of
2292         watchpoint_frame to frame_id.
2293         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
2294         call to get_current_frame.
2295         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
2296         get_current_frame.
2297         (watchpoint_check): Use frame_find_by_id.
2298
2299         * frame.h (record_selected_frame): Delete declaration.
2300         * stack.c (record_selected_frame): Delete function.
2301         
2302         * frame.h (struct frame_id): Define.
2303         (get_frame_id): Declare.
2304         (frame_find_by_id): Declare.
2305         * frame.c (frame_find_by_id): New function.
2306         (get_frame_id): New function.
2307
2308 2002-06-10  Andrey Volkov <avolkov@transas.com>
2309
2310         * ser-e7kpc.c: Fix duplicated define and call of 
2311         _initialize_ser_e7000pc
2312             
2313 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
2314
2315         * signals/signals.c (target_signal_from_host): Fix #ifdef
2316         SIGRTMIN case.
2317         (do_target_signal_to_host): Likewise.
2318
2319 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
2320
2321         * mips-tdep.c (mips_find_abi_section): New function.
2322         (mips_gdbarch_init): Call it.
2323
2324 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
2325
2326         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
2327         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
2328         after Andrew's 2002-06-08 gdbarch change.
2329
2330 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
2331
2332         * i386-linux-nat.c (suppy_gregset): Don't supply
2333         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
2334         register cache.
2335         (fill_gregset): Don't fetch it under the same circumstances.
2336
2337 2002-06-09  Andrew Cagney  <cagney@redhat.com>
2338
2339         * Makefile.in (callback_h): Define.
2340         (remote_sim_h): Update path to remote-sim.h.
2341         (remote-rdp.o): Add $(callback_h).
2342         (remote-sim.o): Use $(callback_h).
2343         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
2344         * remote-rdp.c: Include "gdb/callback.h".
2345
2346 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
2347
2348         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
2349         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
2350
2351 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
2352
2353         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
2354         * rdi-share/serpardr.c: Ditto.
2355         * rdi-share/unixcomm.c: Ditto.
2356         * rdi-share/serdrv.c: Ditto.
2357         * rdi-share/hostchan.h: Ditto.
2358         * rdi-share/hostchan.c: Ditto.
2359         * rdi-share/host.h: Ditto.
2360         * rdi-share/devsw.c: Ditto.
2361
2362         * objfiles.h: Change type of obj_private to void pointer.
2363         * pa64solib.c: Update copyright.  Don't include "assert.h", use
2364         strcmp instead of STREQ, use LONGEST, do not use PTR
2365         * somsolib.c: Ditto.
2366
2367         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
2368         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
2369         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
2370
2371 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
2372
2373         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
2374         (default_get_saved_register): Delete function.
2375         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
2376         generic_unwind_get_saved_register.
2377         * gdbarch.h, gdbarch.c: Re-generate.
2378         
2379 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
2380
2381         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
2382         generic_func_frame_chain_valid.
2383         * gdbarch.h, gdbarch.c: Re-generate.
2384         * blockframe.c (generic_func_frame_chain_valid): Only check
2385         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
2386         passing FP to PC_IN_CALL_DUMMY.
2387         Fix PR gdb/360.
2388
2389 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
2390
2391         * gdbarch.sh (struct gdbarch_data): Add field init_p.
2392         (register_gdbarch_data): Initialize init_p.
2393         (gdbarch_data): Initialize data pointer using the init function.
2394         (init_gdbarch_data): Delete function.
2395         (gdbarch_update_p): Update.
2396         (initialize_non_multiarch): Update.
2397         (struct gdbarch): Add field initialized_p.
2398         * gdbarch.h, gdbarch.c: Re-generate.
2399
2400 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
2401
2402         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
2403         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
2404         better do the things actually here.
2405         * x86-64-tdep.c (x86_64_register_name2nr): New.
2406         (x86_64_register_name): Renamed to x86_64_register_nr2name.
2407         (x86_64_gdbarch_init): Respect the above change.
2408         * x86-64-tdep.h (x86_64_register_name2nr)
2409         (x86_64_register_nr2name): Add prototypes.
2410         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
2411
2412 2002-06-06  Michael Snyder  <msnyder@redhat.com>
2413
2414         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
2415         Delete extra braces and re-indent.
2416         (d10v_store_return_value): Char return values
2417         must be shifted over by one byte in R0.
2418         (d10v_extract_return_value): Delete extra braces, re-indent.
2419
2420 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
2421
2422         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
2423         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
2424         (d10v_integer_to_address): Rewrite.
2425         (d10v_frame_init_saved_regs): When reading fp and sp registers use
2426         the d10v specific functions which take care of converting to the
2427         correct space.
2428
2429 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
2430
2431         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
2432         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
2433
2434 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
2435
2436         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
2437         includes.
2438         * config/tm-linux.h: Ditto.
2439         * config/alpha/tm-alphalinux.h: Ditto.
2440         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
2441         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
2442         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
2443         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
2444         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
2445         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
2446         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
2447         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
2448         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
2449         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
2450         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
2451         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
2452         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
2453         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
2454         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
2455         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
2456         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
2457         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
2458         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
2459         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
2460         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
2461         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
2462         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
2463         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
2464         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
2465         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
2466         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
2467         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
2468         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
2469         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
2470         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
2471         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
2472         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
2473         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
2474         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
2475         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
2476         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
2477
2478 2002-05-04  Aidan Skinner <aidan@velvet.net>
2479
2480         * ada-exp.tab.c: New file
2481         * ada-exp.y: New file
2482         * ada-lang.c: New file
2483         * ada-lang.h: New file
2484         * ada-lex.c: New file
2485         * ada-lex.l: New file
2486         * ada-tasks.c: New file
2487         * ada-typeprint.c: New file
2488         * ada-valprint.c: New file
2489         
2490 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
2491
2492         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
2493         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
2494
2495 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
2496
2497         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
2498         insetead of ppc-linux-tdep.o.
2499         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
2500         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
2501
2502 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
2503
2504         2002-05-07 Christian Groessler <chris@groessler.org>
2505         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
2506         bit register contents for little endian hosts.
2507
2508 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
2509
2510         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
2511         any maintainer.
2512
2513 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
2514
2515         * gdbarch.h: Regenerate.
2516
2517 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
2518
2519         * MAINTAINERS: Add everyone to write-after-approval list.
2520
2521 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
2522
2523         * stack.c (frame_info): Use frame_register_unwind instead of
2524         saved_regs.  Mention when the SP is on the stack or in a register.
2525
2526         * frame.h (frame_register_unwind_ftype): Define.  Document.
2527         (struct frame_info): Add field register_unwind and
2528         register_unwind_cache.
2529         (frame_register_unwind): Declare.
2530         (generic_unwind_get_saved_register): Declare.
2531
2532         * frame.c (frame_register_unwind): New function.
2533         (generic_unwind_get_saved_register): New function.
2534
2535         * blockframe.c (generic_call_dummy_register_unwind): New function.
2536         (frame_saved_regs_register_unwind): New function.
2537         (set_unwind_by_pc): New function.
2538         (create_new_frame): New function.
2539         (get_prev_frame): New function.
2540
2541 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
2542
2543         * a29k-share/: Delete directory.
2544         * remote-vx29k.c: Delete file.
2545
2546 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2547
2548         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
2549         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
2550
2551 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2552
2553         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
2554         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
2555         (sparc64nbsd-nat.o)
2556         (sparcnbsd-nat.o)
2557         (sparcnbsd-tdep.o): New dependency lists.
2558         * NEWS: Note new UltraSPARC NetBSD native configuration.
2559         * configure.host (sparc64-*-netbsd*): New host.
2560         * configure.tgt (sparc-*-netbsdelf*)
2561         (sparc-*-netbsd*): Set gdb_target to nbsd.
2562         (sparc64-*-netbsd*): New target.
2563         * sparc64nbsd-nat.c: New file.
2564         * sparcnbsd-nat.c: New file.
2565         * sparcnbsd-tdep.c: New file.
2566         * sparcnbsd-tdep.h: New file.
2567         * config/sparc/nbsd.mt: New file.
2568         * config/sparc/nbsd64.mh: New file.
2569         * config/sparc/nbsd64.mt: New file.
2570         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
2571         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
2572         (HOST_IPC): Remove.
2573         * config/sparc/nbsdaout.mt: Remove.
2574         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
2575         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
2576         (HOST_IPC): Remove.
2577         * config/sparc/nbsdelf.mt: Remove.
2578         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
2579         sparc-nat.c compatiblity defines.
2580         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
2581         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
2582         * config/sparc/tm-nbsd64.h: New file.
2583         * config/sparc/tm-nbsdaout.h: Remove.
2584         * config/sparc/xm-nbsd.h: Remove.
2585
2586 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2587
2588         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
2589         * sparc-tdep.c: Include osabi.h.
2590         (gdbarch_tdep): Add osabi member.
2591         (_initialize_sparc_tdep): Use gdbarch_register.
2592         (sparc_gdbarch_init): Use generic OS ABI framework.
2593         (sparc_dump_tdep): New function.
2594
2595 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
2596
2597         * corefile.c (do_captured_read_memory_integer): Return non-zero
2598         result.
2599         (safe_read_memory_integer): Copy result of memory read when
2600         status is non-zero.  Also, add comments.
2601
2602 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
2603
2604         * Makefile.in (ppc_tdep_h): Define.
2605         (ppc-linux-nat.o)
2606         (ppc-linux-tdep.o)
2607         (rs6000-tdep.o): Use $(ppc_tdep_h).
2608         (ppc-sysv-tdep.o)
2609         (ppcnbsd-nat.o)
2610         (ppcnbsd-tdep.o): New dependency lists.
2611         * ppc-tdep.h: Use generic OS ABI framework.
2612         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
2613         (ppc_linux_init_abi): New functions.
2614         (ppc_sysv_abi_broken_use_struct_convention)
2615         (ppc_sysv_abi_use_struct_convention)
2616         (ppc_sysv_abi_push_arguments): Move to...
2617         * ppc-sysv-tdep.c: ...here.
2618         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
2619         * rs6000-tdep.c (process_note_abi_tag_sections)
2620         (get_elfosabi): Remove.
2621         (rs6000_gdbarch_init): Use generic OS ABI framework.
2622         (rs6000_dump_tdep): New function.
2623         (_initialize_rs6000_tdep): Use gdbarch_register.
2624         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
2625         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2626         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
2627         of ppc-linux-tdep.o.
2628         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
2629         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
2630         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
2631         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
2632         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
2633         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
2634
2635 2002-05-29  Jim Blandy  <jimb@redhat.com>
2636
2637         * macroscope.c (default_macro_scope): Put `void' in empty argument
2638         list.
2639
2640 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
2641
2642         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
2643         * arch-utils.c: Include "sim-regno.h".
2644         * gdbarch.sh: Don't include "sim-regno.h".
2645         * gdbarch.h, gdbarch.c: Regenerate.
2646         * sim-regno.h (legacy_register_sim_regno): Move declaration from
2647         here.
2648         * arch-utils.h (legacy_register_sim_regno): To here.
2649         * remote-sim.c (legacy_register_sim_regno): Move function from
2650         here.
2651         * arch-utils.c (legacy_register_sim_regno): To here.
2652
2653 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
2654
2655         * sim-regno.h: New file.
2656         * Makefile.in (sim_regno_h): Define.
2657         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
2658         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
2659         (legacy_register_sim_regno): New function.
2660         (one2one_register_sim_regno): New function.
2661         (gdbsim_fetch_register): Rewrite.
2662         (gdbsim_store_register): Only store a register when
2663         REGISTER_SIM_REGNO is valid.
2664         * d10v-tdep.c: Include "sim-regno.h".
2665         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
2666         (d10v_ts3_register_sim_regno): Ditto.
2667         * gdbarch.sh: Include "sim-regno.h".
2668         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
2669         * gdbarch.h, gdbarch.c: Regenerate.
2670         * arch-utils.h (default_register_sim_regno): Delete declaration.
2671         * arch-utils.c (default_register_sim_regno): Delete function.
2672
2673 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
2674
2675         * ppcnbsd-nat.c: Rewrite.
2676         * ppcnbsd-tdep.c: New file.
2677         * ppcnbsd-tdep.h: New file.
2678         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
2679         solib.o, and solib-svr4.o.
2680         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
2681         nbsd-tdep.o, and corelow.o.
2682
2683 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
2684
2685         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
2686         `tr' and `sed'.  Mention that `broken' targets are not expected to
2687         build.
2688
2689 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
2690
2691         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
2692         Let PC point right after the prologue before looking up symbols.
2693         
2694 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
2695
2696         * i386-tdep.c (i386_register_virtual_type): Return 
2697         builtin_type_vec128i for SSE registers.
2698
2699         * gdbtypes.h (builtin_type_vec128i): Declare.
2700
2701         * gdbtypes.c (build_builtin_type_vec128i): New function.
2702         (builtin_type_v2_double, builtin_type_v4_int64): New types.
2703         (builtin_type_vec128i): New type for SSE2 128-bit registers.
2704         (build_gdbtypes): Initialize new builtin vector types.
2705         (_initialize_gdbtypes): Register new vector types with gdbarch.
2706
2707 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2708
2709         * MAINTAINERS: ns32k is not longer an obsolete candidate,
2710         since it has been multi-arch'd.
2711         * NEWS: Note that ns32k-*-* is now partial multi-arch.
2712         Move Alpha and VAX multi-arch news entries to same section
2713         as other multi-arch news.
2714
2715 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2716
2717         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
2718         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
2719         static.  Rename some register numbers to put them in ns32k-tdep
2720         private namespace.
2721         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
2722         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
2723         functions.
2724         (_initialize_ns32k_tdep): Use gdbarch_register.
2725         * ns32k-tdep.h: New file.
2726         * ns32knbsd-tdep.c: New file.
2727         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
2728         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
2729         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
2730         REGISTER_BYTES, REGISTER_BYTE): Remove.
2731         * config/ns32k/tm-ns32k.h: New file.
2732         * config/ns32k/tm-umax.h: Remove.
2733
2734 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2735
2736         * ns32k-tdep.c (ns32k_saved_pc_after_call,
2737         ns32k_store_struct_return, ns32k_extract_return_value,
2738         ns32k_store_return_value, ns32k_extract_struct_value_address): New
2739         functions.
2740         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
2741         ns32k_saved_pc_after_call.
2742         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
2743         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
2744         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
2745         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
2746         ns32k_extract_struct_value_address.
2747
2748 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2749
2750         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
2751         ns32k_fix_call_dummy): New.
2752         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
2753         ns32k_call_dummy_words.
2754         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
2755         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
2756         CALL_DUMMY_NARGS): Remove.
2757         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
2758
2759 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2760
2761         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
2762         ns32k_frame_saved_pc, ns32k_frame_args_address,
2763         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
2764         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
2765         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
2766         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
2767         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
2768         (BREAKPOINT): Remove..
2769         (FRAME_CHAIN): Define as ns32k_frame_chain.
2770         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
2771         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
2772         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
2773         (FRAME_FIND_SAVED_REGS): Remove.
2774         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
2775         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
2776         (POP_FRAME): Define as ns32k_pop_frame.
2777
2778 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2779
2780         * ns32k-tdep.c (ns32k_register_byte_32082,
2781         ns32k_register_byte_32382, ns32k_register_raw_size,
2782         ns32k_register_virtual_size, ns32k_register_virtual_type): New
2783         functions.
2784         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
2785         ns32k_register_byte_32382.
2786         * config/ns32k/tm-umax.h: Update copyright years.
2787         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
2788         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
2789         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
2790         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
2791         (ns32k_get_enter_addr): Fix prototype.
2792
2793 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2794
2795         * ns32k-tdep.c: Update copyright years.
2796         (ns32k_register_name_32082): New function.
2797         (ns32k_register_name_32382): Ditto.
2798         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
2799         (REGISTER_NAME): Define as ns32k_register_name_32382.
2800         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
2801         (REGISTER_NAME): Define as ns32k_register_name_32082.
2802
2803 2002-05-24  Jim Blandy  <jimb@redhat.com>
2804
2805         * dwarf2read.c (free_line_header): Use xfree, not free.
2806
2807 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
2808
2809         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
2810         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
2811
2812 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
2813
2814         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
2815
2816 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
2817
2818         From Ross Alexander at NEC Europe:
2819         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
2820
2821 2002-05-23  Michael Snyder  <msnyder@redhat.com>
2822
2823         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
2824         for input, rather than parse_and_eval_address.  
2825
2826 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
2827
2828         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
2829         * Makefile.in (sim_d10v_h): Update definition.
2830
2831 2002-05-24  Andrew Cagney  <cagney@redhat.com>
2832
2833         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
2834         change `2002-05-22 Michael Snyder' below.
2835         (d10v_push_arguments): Ditto.
2836         (d10v_extract_return_value): Ditto.
2837
2838 2002-05-23  Jim Blandy  <jimb@redhat.com>
2839
2840         * macrotab.c (check_for_redefinition): Don't complain if the new
2841         definition is the same as the previous one.  Take more arguments
2842         to allow the comparison.
2843         (macro_define_object, macro_define_function): Pass more arguments
2844         to check_for_redefinition.
2845
2846 2002-05-22  Michael Snyder  <msnyder@redhat.com>
2847
2848         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
2849         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
2850         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
2851         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
2852         Don't bail if return_pc is PC_IN_CALL_DUMMY.
2853         Add a temp variable to save a call (and a memory read).
2854         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
2855         if possible (so that PC_IN_CALL_DUMMY will work).
2856
2857 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
2858
2859         * MAINTAINERS: Remove status `OBSOLETE' from v850.
2860
2861 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
2862
2863         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
2864         fde->cie_ptr.
2865         (dwarf2_build_frame_info): Corrected handling of eh_frame.
2866         (dwarf2_build_frame_info): Add offset to fde->initial_location 
2867         so that frames of shared libraries are mapped correctly.
2868         (execute_stack_op): Change type of 'result' from ULONGEST to
2869         CORE_ADDR.
2870         
2871 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2872
2873         * config/alpha/tm-nbsd.h: Include solib.h.
2874
2875 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2876
2877         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
2878         assumptions about the host's byte order.
2879
2880 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2881
2882         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
2883         to dependency list.
2884         * alphanbsd-tdep.c: Include solib-svr4.h.
2885         * shnbsd-tdep.c: Ditto.
2886
2887 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
2888
2889         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
2890         nbsd-tdep.h to dependency list.
2891         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
2892         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
2893         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
2894         nbsdaout.mh and nbsdelf.mh consistently.
2895         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
2896         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
2897         nbsdaout.mt and nbsdelf.mh consistently.
2898         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
2899         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
2900         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2901         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
2902         a.out shared library stuff from here...
2903         * config/nm-nbsdaout.h: ...to here.
2904         * config/tm-nbsd.h: Remove.
2905         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
2906         * config/arm/nbsd.mh: Remove.
2907         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
2908         nbsd-tdep.o.
2909         * config/arm/nbsdaout.mh: New file. 
2910         * config/arm/nbsdelf.mh: New file.
2911         * config/arm/nm-nbsdaout.h: New file.
2912         * config/i386/nbsd.mh: Remove.
2913         * config/i386/nbsd.mt: Remove.
2914         * config/i386/nbsdaout.mh: New file.
2915         * config/i386/nbsdaout.mt: New file.
2916         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2917         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
2918         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
2919         i386_register_u_addr): Remove.
2920         * config/i386/nm-nbsdaout.h: New file.
2921         * config/i386/nm-nbsdelf.h: Remove.
2922         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
2923         (USE_STRUCT_CONVENTION): Remove.
2924         * config/i386/tm-nbsdaout.h: New file.
2925         * config/i386/tm-nbsdelf.h: Remove.
2926         * config/m68k/nbsd.mh: Remove.
2927         * config/m68k/nbsd.mt: Remove.
2928         * config/m68k/nbsdaout.mh: New file.
2929         * config/m68k/nbsdaout.mt: New file. 
2930         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
2931         * config/m68k/nm-nbsdaout.h: New file.
2932         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
2933         (IN_SOLIB_CALL_TRAMPOLINE): Define.
2934         * config/ns32k/nbsd.mh: Remove.
2935         * config/ns32k/nbsd.mt: Remove. 
2936         * config/ns32k/nbsdaout.mh: New file.
2937         * config/ns32k/nbsdaout.mt: New file.
2938         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
2939         * config/ns32k/nm-nbsdaout.h: New file.
2940         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
2941         (IN_SOLIB_CALL_TRAMPOLINE): Define.
2942         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
2943         (SVR4_SHARED_LIBS): Remove.
2944         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
2945         * config/sparc/nbsd.mh: Remove.
2946         * config/sparc/nbsd.mt: Remove.
2947         * config/sparc/nbsdaout.mh: New file.
2948         * config/sparc/nbsdaout.mt: New file.
2949         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
2950         * config/sparc/nbsdelf.mt: New file.
2951         * config/sparc/nm-nbsdaout.h: New file.   
2952         * config/sparc/nm-nbsdelf.h: Remove.
2953         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
2954         * config/sparc/tm-nbsdaout.h: New file.
2955
2956 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2957
2958         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
2959         mipsnbsd-tdep.c
2960         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
2961
2962 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2963
2964         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
2965         shnbsd-nat.c.
2966         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
2967
2968 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2969
2970         * NEWS: Note new MIPS NetBSD native configuration. 
2971         * configure.host (mips*-*-netbsd*): New host. 
2972         * configure.tgt (mips*-*-netbsd*): New target. 
2973         * mipsnbsd-nat.c: New file.
2974         * mipsnbsd-tdep.c: New file.
2975         * mipsnbsd-tdep.h: New file.
2976         * config/mips/nbsd.mh: New file.
2977         * config/mips/nbsd.mt: New file.
2978         * config/mips/nm-nbsd.h: New file.
2979         * config/mips/tm-nbsd.h: New file.
2980
2981 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2982
2983         * Makefile.in (SFILES): Add osabi.c.
2984         (COMMON_OBS): Add osabi.o.
2985         (osabi.o): New dependency list.
2986         * osabi.c: New file.
2987         * osabi.h: New file.
2988         * doc/gdbint.texinfo: Document new generic OS ABI framework.
2989
2990         * Makefile.in (alpha_tdep_h): Define and use instead of
2991         alpha-tdep.h.
2992         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
2993         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
2994         Remove.
2995         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
2996         * alpha-tdep.h: Include osabi.h.
2997         (alpha_abi): Remove.
2998         (gdbarch_tdep): Use generic OS ABI framework.
2999         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
3000         gdbarch_register_osabi.
3001         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
3002         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
3003         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
3004
3005         * Makefile.in (sh_tdep_h): Add osabi.h.
3006         * sh-tdep.h (sh_osabi): Remove.
3007         (gdbarch_tdep): Use generic OS ABI framework.
3008         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
3009         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
3010         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
3011         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
3012
3013         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
3014         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
3015         gdbarch_register_osabi.
3016         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
3017         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
3018         (get_elfosabi): Rename to...
3019         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
3020         ABI framework support routines.
3021         (arm_gdbarch_init): Use generic OS ABI framework.
3022         (arm_dump_tdep): Likewise.
3023         (_initialize_arm_tdep): Likewise.
3024         * arm-tdep.h: Include osabi.h.
3025         (arm_abi): Remove.
3026         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
3027         osabi member.
3028         (arm_gdbarch_register_os_abi): Remove prototype.
3029         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
3030         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
3031
3032         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
3033         * mips-tdep.c: Include osabi.h.
3034         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
3035         OS ABI framework.
3036
3037 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
3038
3039         * h8300-tdep.c: Fix formatting.
3040
3041 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
3042
3043         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
3044         printing vector registers.
3045
3046 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
3047
3048         From Fernando Nasser:
3049         * remote.c (remote_async_open_1): Re-throw the exception when the
3050         connection fails.
3051         (remote_cisco_open): Ditto.
3052         (remote_open_1): Ditto.
3053
3054 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
3055
3056         * remote.c (remote_start_remote_dummy): Add uiout parameter.
3057         (remote_start_remote): Add uiout parameter.  Pass through to
3058         remote_start_remote_dummy.
3059         (remote_open_1): Use catch_exception instead of catch_errors.
3060         (remote_async_open_1): Ditto.
3061         (remote_cisco_open): Ditto.
3062
3063 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
3064
3065         * remote.c (remote_start_remote): Replace PTR with void pointer.
3066         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
3067         static.
3068
3069 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
3070
3071         * gdb_indent.sh: Allow the script to be run in the sim directory.
3072
3073 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
3074
3075         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
3076         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
3077
3078         * corelow.c (core_open): Only call set_gdbarch_from_file if
3079         exec_bfd is NULL.
3080
3081 2002-05-17  Andrey Volkov <avolkov@transas.com>
3082
3083         * h8300-tdep.c: Add support of EXR register
3084         * config/h8300/tm-h8300.h: Ditto. 
3085         
3086 2002-05-17  Andrey Volkov <avolkov@transas.com>
3087
3088         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
3089         
3090 2002-05-17  Andrey Volkov <avolkov@transas.com>
3091
3092         * h8300-tdep.c: Change literal regnums to REGNO.
3093         
3094 2002-05-17  Jim Blandy  <jimb@redhat.com>
3095
3096         * NEWS: Note addition of macro support.
3097
3098         Expand preprocessor macros in C expressions.
3099         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
3100         (scan_macro_expansion, scanning_macro_expansion,
3101         finished_macro_expansion): New function declarations.
3102         (expression_macro_lookup_func, expression_macro_lookup_baton): New
3103         variable declarations.
3104         * parser-defs.h (expression_context_pc): New declaration.
3105         * parse.c (expression_context_pc): New variable.
3106         (parse_exp_1): Set expression_context_pc, as well as
3107         expression_context_block.
3108         * c-exp.y (yylex): If we're not already reading the result of a
3109         macro expansion, try to macro-expand the next token.  When we're
3110         done scanning a macro expansion, switch back to the mainline text.
3111         Commas and `if's in a macro's expansion don't terminate the input.
3112         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
3113         (macro_original_text, macro_expanded_text,
3114         expression_macro_lookup_func, expression_macro_lookup_baton): New
3115         variables.
3116         (scan_macro_expansion, scanning_macro_expansion,
3117         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
3118         c_preprocess_and_parse): New functions.
3119         (c_language_defn, cplus_language_defn, asm_language_defn): Call
3120         c_preprocess_and_parse, instead of c_parse.
3121         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
3122         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
3123
3124 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
3125
3126         * sh-tdep.c (gdb_print_insn_sh64): Delete.
3127         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
3128         (sh_gdbarch_init): Always use gdb_print_insn_sh.
3129
3130 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
3131
3132         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
3133
3134 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
3135
3136         * Makefile.in (sh_tdep_h): Define and use.
3137         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
3138         register enum): Move to...
3139         * * sh-tdep.h: ...here.
3140         * sh-tdep.c: Include sh-tdep.h.
3141         * sh3-rom.c: Likewise.
3142         * shnbsd-tdep.c: Likewise.
3143
3144 2002-05-16  Michael Snyder  <msnyder@redhat.com>
3145
3146         * arm-tdep.c: Spelling fix in comment.
3147
3148 2002-05-16  Jim Blandy  <jimb@redhat.com>
3149
3150         Add commands for manually expanding macros and showing their
3151         definitions.
3152         * macrocmd.c, macroscope.c, macroscope.h: New files.
3153         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
3154         (macroscope_h): New variable.
3155         (HFILES_NO_SRCDIR): Add macroscope.h.
3156         (COMMON_OBS): Add macrocmd.o, macroscope.o.
3157         (macroscope.o, macrocmd.o): New rules.
3158
3159         Teach the Dwarf 2 reader to read macro information.
3160         * dwarf2read.c: #include "macrotab.h".
3161         (dwarf_macinfo_buffer): New variable.
3162         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
3163         dwarf_macinfo_size.
3164         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
3165         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
3166         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
3167         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
3168         dwarf2_macro_spaces_in_definition): New complaints.
3169         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
3170         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
3171         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
3172         the partial symbol table.
3173         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
3174         from what's recorded in the partial symbol table.
3175         (read_file_scope): If the compilation unit has a
3176         `DW_AT_macro_info' attribute, read its macro information.
3177         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
3178
3179 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
3180
3181         Fix PR gdb/546
3182         * ser-tcp.c: Don't include <netinet/udp.h>.
3183
3184 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
3185
3186         * MAINTAINERS: Update my email address.
3187
3188 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
3189
3190         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
3191         include file of the same name.
3192
3193 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
3194
3195         * configure.tgt: Mark v850 as multi-arched.
3196         * config/v850/tm-v850.h: Remove file.
3197         * config/v850/v850.mt: Eliminate TM_FILE.
3198
3199 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
3200
3201         * v850-tdep.c: Full multi-arch.
3202         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
3203         Define GDB_MULTI_ARCH to 2.
3204
3205 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3206
3207         * p-exp.y (current_type): New static variable.
3208         Carries the type of the expression at the position that is parsed.
3209         (push_current_type, pop_current_type): Two new functions. Used
3210         to store/restore current_type in expression on specific tokens.
3211         (search_field): New static variable. Set to one after parsing a point
3212         as at that point only a FIELDNAME token should be searched.
3213         (FIELDNAME): New token. After a point only a token belonging to 
3214         current_type type definition is allowed.
3215         (all over token rules): reset and change current_type according
3216         to rules.
3217         (exp '[' rule): insert implicit array index field if
3218         exp is a pascal string type.
3219
3220 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
3221
3222         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
3223         frame info.  Use frame_info's saved_regs instead of matching member
3224         in extra_frame_info throughout.
3225         (v850_frame_init_saved_regs): New function.
3226         (v850_init_extra_frame_info): Move most functionality into
3227         v850_frame_init_saved_regs().
3228         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
3229         (v850_frame_find_saved_regs): Remove declaration.
3230         (FRAME_FIND_SAVED_REGS): Remove definition.
3231         (v850_frame_init_saved_regs): Add declaration.
3232         (FRAME_INIT_SAVED_REGS): Add definition.
3233
3234 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
3235
3236         * v850-tdep.c: Begin multi-arch'ing v850.
3237         (v850_target_architecture_hook): Remove function.
3238         (v850_gdbarch_init): New function.  Add code previously in
3239         v850_target_architecture_hook().
3240         (_initialize_v850_tdep): Don't  set target_architecture_hook.
3241         Call register_gdbarch_init() instead.
3242
3243 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
3244
3245         * gdbtypes.h (struct cplus_struct_type): Remove args field.
3246         * hpread.c (hpread_read_struct_type): Remove assignments to args.
3247         (fixup_class_method_type): Likewise.
3248
3249 2002-05-15  Daniel Jacobowitz  <drow@mvista.com>
3250
3251         From Martin Pool <mbp@samba.org>:
3252         * gdbserver/server.c (gdbserver_usage): New function.
3253         (main): Call it.
3254
3255 2002-05-15  Jim Blandy  <jimb@redhat.com>
3256
3257         Add macro structures to GDB's symbol tables.  Nobody puts anything
3258         in them yet.
3259         * symtab.h (struct symtab): New member: `macro_table'.
3260         * buildsym.h (pending_macros): New global variable.
3261         * buildsym.c: #include "macrotab.h".
3262         (buildsym_init): Initialize `pending_macros'.
3263         (end_symtab): If we found macro information while reading a CU's
3264         debugging info, do build a symtab structure for it.  Make the
3265         symtab point to the macro information, and clear the
3266         `pending_macros' pointer which held it while we were reading the
3267         debug info.
3268         (really_free_pendings): Free any pending macro table.
3269         * objfiles.h (struct objfile): New member: `macro_cache'.
3270         * objfiles.c (allocate_objfile): Set allocate and free functions
3271         for the macro cache's objstack.
3272         (free_objfile): Empty the macro cache's obstack.
3273         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
3274         set new allocate and free functions for it.
3275         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
3276         free functions for the macro cache's objstack.  (Why is this
3277         function building its own objfile?)
3278         * symmisc.c (print_objfile_statistics): Print statistics on the
3279         macro bcache.
3280         * Makefile.in: Note that buildsym.o depends on macrotab.h.
3281
3282 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
3283
3284         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
3285         (REGISTER_U_ADDR): Delete definition.
3286         (arm_register_u_addr): Delete declaration.
3287
3288 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
3289
3290         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
3291         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
3292
3293 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3294
3295         * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
3296         stop_at -> stop_pc.
3297
3298 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
3299
3300         * regcache.c (register_valid): Revise comments refering to "Not
3301         available" and "unavailable".
3302         * frame.c (frame_register_read): Ditto.
3303         * findvar.c (value_of_register): Ditto.
3304
3305 2002-05-15  Andrew Cagney  <cagney@redhat.com>
3306
3307         * Makefile.in (remote_sim_h): Replace remote-sim_h.
3308         (remote-sim.o): Update dependencies.
3309         (d10v-tdep.o): Specify dependencies.
3310         (sim_d10v_h): Define.
3311
3312 2002-05-14  Jim Blandy  <jimb@redhat.com>
3313
3314         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
3315         * macrotab.c (macro_lookup_inclusion, find_definition,
3316         new_macro_table): Same.
3317         
3318         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
3319         not `! strcmp ()'.  This is a dubious improvement.
3320         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
3321
3322         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
3323         although it's not necessary, to avoid a warning.
3324
3325 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3326
3327         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
3328         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
3329         TYPE_INSTANCE_FLAGS.
3330         (struct main_type): New.
3331         (struct type): Move most members to struct main_type.  Change
3332         cv_type and as_type to new type_chain member.  Add instance_flags.
3333         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
3334         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
3335         (finish_cv_type): Remove prototype.
3336         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
3337         Set TYPE_CHAIN.
3338         (alloc_type_instance): New function.
3339         (smash_type): New function.
3340         (make_pointer_type, make_reference_type, make_function_type)
3341         (smash_to_member_type, smash_to_method_type): Call smash_type.
3342         (make_qualified_type): New function.
3343         (make_type_with_address_space): Call make_qualified_type.
3344         (make_cv_type): Likewise.
3345         (finish_cv_type): Remove unnecessary function.
3346         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
3347         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
3348         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
3349         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
3350         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
3351         * hpread.c (hpread_read_struct_type): Likewise.
3352         * stabsread.c (read_struct_type): Likewise.
3353
3354 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
3355
3356         * configure.tgt: Add a catch all sh* target, for cases like
3357         sh[2,3,4]-elf and sh-hms.
3358
3359 2002-05-14  Keith Seitz  <keiths@redhat.com>
3360
3361         * event-loop.c (create_file_handler): Don't do anything but
3362         update data when we are given a fd which we are already
3363         monitoring.
3364
3365 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
3366
3367         * dwarf2cfi.c (context_cpy): Copy registers correctly.
3368         (update_context): Use __func__ in warnings.
3369         
3370 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
3371
3372         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
3373         and tcp_close to net_open and net_close.
3374         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
3375         using UDP if requested.  Don't try to disable Nagle on UDP
3376         sockets.
3377         * remote.c (remote_serial_open): New function.  Warn about UDP.
3378         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
3379
3380 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
3381
3382         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
3383
3384 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
3385
3386         * configure.tgt: Remove sh-hms target.
3387         * MAINTAINERS: Don't list sh-hms as a separate target.
3388
3389 2002-05-13  Jim Blandy  <jimb@redhat.com>
3390
3391         Add first preprocessor macro-expansion files.
3392         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
3393         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
3394         (splay_tree_h, macroexp_h, macrotab_h): New variable.
3395         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
3396         (COMMON_OBS): Add macrotab.o, macroexp.o.
3397         (macroexp.o, macrotab.o): New rules.
3398
3399 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
3400
3401         * config/m88k/tm-m88k.h: Update copyright.
3402         (m88k_target_write_pc): Declare
3403         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
3404         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
3405         (SHIFT_INST_REGS): Update definition.
3406         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
3407         using old definition of TARGET_WRITE_PC.
3408         * regcache.c (generic_target_write_pc): Delete code handling
3409         NNPC_REGNUM.
3410         * gdbarch.sh (NNPC_REGNUM): Delete.
3411         * gdbarch.h, gdbarch.c: Regenerate.
3412
3413 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
3414
3415         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
3416         builtin reg number.
3417
3418 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
3419
3420         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
3421         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
3422         (gen_address_of, gen_struct_ref, gen_repeat): Use type
3423         access macros.
3424         * c-typeprint.c (cp_type_print_method_args): Likewise.
3425         (c_type_print_args): Likewise.
3426         * d10v-tdep.c (d10v_push_arguments): Likewise.
3427         (d10v_extract_return_value): Likewise.
3428         * expprint.c (print_subexp): Likewise.
3429         * gdbtypes.c (lookup_primitive_typename): Likewise.
3430         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
3431         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
3432         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
3433         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
3434         (TYPE_VECTOR): Likewise.
3435         * hpread.c (hpread_read_struct_type)
3436         (fix_static_member_physnames, fixup_class_method_type)
3437         (hpread_type_lookup): Likewise.
3438         * mdebugread.c (parse_symbol, parse_type): Likewise.
3439         * p-lang.c (is_pascal_string_type): Likewise.
3440         * valops.c (hand_function_call): Likewise.
3441         * x86-64-tdep.c (classify_argument): Likewise.
3442
3443         * hpread.c (hpread_read_function_type)
3444         (hpread_read_doc_function_type): Call replace_type.
3445         * dstread.c (create_new_type): Delete.
3446         (decode_dst_structure, process_dst_function): Call alloc_type.
3447         Use type access macros.
3448
3449 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
3450
3451         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
3452         the're not supported by the current architecture.
3453         (i387_fill_fxsave): Likewise.
3454
3455 2002-05-12  Fred Fish  <fnf@redhat.com>
3456
3457         * symfile.c (default_symfile_offsets): Arrange for uninitialized
3458         sect_index_xxx members to index the first slot in section_offsets
3459         if all of the section_offsets are zero.
3460
3461 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
3462
3463         * configure.tgt (sparc-*openbsd): Remove entry accidentially
3464         checked in with last change.
3465
3466 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
3467
3468         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
3469         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
3470         config.sub.
3471
3472 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
3473
3474         * Makefile.in: Update dependencies.
3475
3476 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3477
3478         * language.c (local_hex_string_custom): Simplify.  Do not depend
3479         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
3480
3481         * memattr.c (mem_info_command): Replace calls to
3482         longest_local_hex_string and longest_local_hex_string_custom.
3483         * buildsym.c (make_blockvector): Ditto.
3484         * solib.c (info_sharedlibrary_command): Ditto.
3485         * tracepoint.c (tracepoints_info): Ditto.
3486         * symtab.c (print_msymbol_info): Ditto.
3487
3488         * language.c (local_hex_string): Delete.
3489         (local_hex_string_custom): Delete.
3490         (longest_local_hex_string): Rename to local_hex_string.
3491         (longest_local_hex_string_custom): Rename to
3492         local_hex_string_custom.
3493         * language.h (local_hex_string): Change parameter type to LONGEST.
3494         (local_hex_string_custom): Ditto.
3495         (longest_local_hex_string): Delete declaration.
3496         (longest_local_hex_string_custom): Ditto.
3497
3498         * solib.c: Update copyright.
3499         * memattr.c: Update copyright.
3500         
3501 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3502
3503         * arch-utils.h (legacy_register_to_value): Declare.
3504         (legacy_value_to_register): Declare.
3505         (legacy_convert_register_p): Declare.
3506         * arch-utils.c (legacy_register_to_value): New function.
3507         (legacy_value_to_register): New function.
3508         (legacy_convert_register_p): New function.
3509
3510         * gdbarch.sh (REGISTER_TO_VALUE): Define.
3511         (VALUE_TO_REGISTER): Define.
3512         (CONVERT_REGISTER_P): Define.
3513         * gdbarch.h, gdbarch.c: Regenerate.
3514
3515         * valops.c (value_assign): Use CONVERT_REGISTER_P and
3516         VALUE_TO_REGISTER.
3517         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
3518         CONVERT_REGISTER_P.
3519
3520 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
3521             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3522
3523         * Makefile.in: Update dependencies for valops.c.
3524         * valops.c: Include "gdb_assert.h".
3525         (typecmp): Skip THIS parameter to methods.
3526         (find_method_list): Remove static_memfuncp argument,
3527         update callers.  Check for stub methods.
3528         (find_value_oload_method_list): Don't set *static_memfuncp.
3529         (find_overload_match): Don't check for stub methods.  Assert
3530         that methods are not stubbed.  Handle static methods.
3531         (value_find_oload_method_list): Remove static_memfuncp argument.
3532         * gdbtypes.c (check_stub_method): Do not add THIS pointer
3533         to the argument list for static stub methods.
3534         * value.h (value_find_oload_method_list): Update prototype.
3535
3536 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3537
3538         * arch-utils.h (generic_register_size): Declare.
3539         (generic_register_raw_size, generic_register_virtual_size): Delete
3540         declarations.
3541         * arch-utils.c (generic_register_raw_size): Delete.
3542         (generic_register_size): New function.
3543         (generic_register_virtual_size): Delete.
3544
3545         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
3546         default generic_register_size.
3547         * gdbarch.h, gdbarch.c: Re-generate.
3548         
3549         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
3550         register_virtual_size.
3551         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
3552         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3553
3554 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3555
3556         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
3557         * gdbarch.h, gdbarch.c: Regenerate.
3558         * gnu-v3-abi.c: Update copyright.
3559         (vtable_address_point_offset): Update.
3560         (gnuv3_rtti_type): Update.
3561         (gnuv3_baseclass_offset): Update.
3562         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
3563         (init_fetch_link_map_offsets): Update.
3564         * remote.c (get_remote_state): Update.
3565         
3566 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
3567
3568         * TODO: Remove value_headof/value_from_vtable_info comment.
3569         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
3570         * values.c (value_headof, value_from_vtable_info): Delete.
3571         * value.h (value_from_vtable_info): Delete prototype.
3572
3573 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
3574
3575         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
3576         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
3577         $(gdb_regex_h).
3578         (gdb_assert_h): Define.
3579         (gdb_wait_h): Define.
3580         (gdb_regex_h): Define.
3581
3582 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
3583
3584         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3585         * linespec.c (find_methods): Handle GCC 3.x template constructors.
3586
3587 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3588
3589         * nbsd-tdep.c: Fix comment.
3590
3591 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3592
3593         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
3594         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
3595         (nbsd-tdep.o): New dependency list.
3596         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
3597         nbsd-tdep.h.
3598         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
3599         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
3600         * nbsd-tdep.c: New file.
3601         * nbsd-tdep.h: New file.
3602         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
3603         nbsd-tdep.h.
3604         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
3605         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3606         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3607         * config/sh/nbsd.mt (TDEPFILES): Ditto.
3608
3609 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3610
3611         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
3612         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
3613         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
3614         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
3615         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
3616         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
3617
3618 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3619
3620         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
3621         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3622         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
3623         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
3624         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
3625         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
3626         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
3627
3628 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3629
3630         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
3631         fetch_elfcore_registers to...
3632         * i386nbsd-tdep.c: ...here.
3633         (i386nbsd_use_struct_convention): Rename to...
3634         (i386nbsd_aout_use_struct_convention): ...this.
3635         (i386nbsd_supply_reg): New function.
3636         (i386nbsd_fill_reg): New function.
3637         (fetch_core_registers): Use i386nbsd_supply_reg.
3638         (fetch_elfcore_registers): Likewise.
3639         (_initialize_i386nbsd_tdep): New function.
3640         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
3641         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3642         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
3643         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
3644         (i386nbsd_aout_use_struct_convention): ...this.
3645
3646 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3647
3648         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
3649         (store_inferior_registers): Use shnbsd_fill_reg.
3650         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
3651         sh_nbsd_supply_register): Collapse into...
3652         (shnbsd_supply_reg): ...this.
3653         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
3654         (shnbsd_fill_reg): ...this.
3655         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
3656         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
3657         (fetch_core_registers): Use shnbsd_supply_reg.
3658         (fetch_elfcore_registers): Use shnbsd_supply_reg.
3659         (sh_nbsd_core_fns): Rename to...
3660         (shnbsd_core_fns): ...this.
3661         (sh_nbsd_elfcore_fns): Rename to...
3662         (shnbsd_elfcore_fns): ...this.
3663         (sh_nbsd_init_abi): Rename to...
3664         (shnbsd_init_abi): ...this.
3665         (_initialize_sh_nbsd_tdep): Rename to...
3666         (_initialize_shnbsd_tdep): ...this.
3667         * shnbsd-tdep.h (sh_nbsd_supply_registers,
3668         sh_nbsd_supply_register, sh_nbsd_fill_registers,
3669         sh_nbsd_fill_register): Remove prototypes.
3670         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
3671
3672 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3673
3674         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
3675         (i387-nat.o): Delete dependency list.
3676         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
3677         (x86-64-linux-nat.o): Likewise.
3678         * i387-nat.c: Delete file, moving contents to...
3679         * i387-tdep.c: ...here.
3680         * i387-nat.h: Rename...
3681         * i387-tdep.h: ...to this.
3682         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
3683         * i386-linux-nat.c: Likewise.
3684         * i386bsd-nat.c: Likewise.
3685         * i386gnu-nat.c: Likewise.
3686         * i386nbsd-nat.c: Likewise.
3687         * i386v4-nat.c: Likewise.
3688         * x86-64-linux-nat.c: Likewise.
3689         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
3690         * config/i386/go32.mh (NATDEPFILES): Likewise.
3691         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
3692         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
3693         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
3694         * config/i386/linux.mh (NATDEPFILES): Likewise.
3695         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
3696         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3697         * config/i386/obsd.mh (NATDEPFILES): Likewise.
3698         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
3699
3700 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3701
3702         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
3703         (alphanbsd-nat.o): Remove dependency list.
3704         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
3705         * alphanbsd-nat.c: Delete.  Contents moved to...
3706         * alphanbsd-tdep.c: ...here.
3707         (_initialize_alphanbsd_tdep): Register core functions.
3708         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
3709
3710 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
3711
3712         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
3713         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
3714         (alphanbsd-nat.o): Likewise.
3715         (alphabsd-tdep.o): New dependency list.
3716         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
3717         (fill_gregset): Use alphabsd_fill_reg.
3718         (supply_fpregset): Use alphabsd_supply_fpreg.
3719         (fill_fpregset): Use alphabsd_fill_fpreg.
3720         (fetch_inferior_registers): Use struct reg and struct fpreg
3721         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
3722         and alphabsd_supply_fpreg.
3723         (store_inferior_registers): Use struct reg and struct fpreg
3724         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
3725         and alphabsd_fill_fpreg.
3726         * alphabsd-tdep.c: New file.
3727         * alphabsd-tdep.h: New file.
3728         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
3729         (fetch_elfcore_registers): Use alphabsd_supply_reg and
3730         alphabsd_supply_fpreg.
3731         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
3732         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3733
3734 2002-05-11  Eric Christopher  <echristo@redhat.com>
3735
3736         * mips-tdep.c (mips_double_register_type): Fix thinko.
3737         (mips_single_register_type): Ditto.
3738         * MAINTAINERS: Add self.
3739
3740 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
3741
3742         * i387-nat.c (i387_supply_register, i387_fill_fsave,
3743         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
3744         right thing on architectures with different endianness and/or
3745         integer sizes.
3746
3747 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
3748
3749         From Christian Limpach <chris@Pin.LU>
3750         * configure.in: Change sed expression which comments out
3751         NATDEPFILES to also comment out continuation lines.
3752         * configure: Regenerate.
3753
3754 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
3755
3756         * sh-tdep.c: Clean up code erroneously reintroduced by previous
3757         big patch.
3758
3759 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
3760
3761         * sh-tdep.c: Include correct file.
3762
3763 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
3764
3765         New support for sh64-elf (sh5) target.
3766
3767         * configure.tgt: For sh64-elf target, default to sh-elf.
3768
3769         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
3770         (struct gdbarch_tdep): Add new fields for new registers and ABI
3771         info.
3772
3773         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
3774         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
3775         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
3776         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
3777         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
3778         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
3779         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
3780         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
3781         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
3782         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
3783         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
3784         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
3785         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
3786         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
3787         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
3788         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
3789         sh64_get_gdb_regnum, sh64_media_reg_base_num,
3790         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
3791         sign_extend, sh64_nofp_frame_init_saved_regs,
3792         sh64_init_extra_frame_info, sh64_get_saved_register,
3793         sh64_extract_struct_value_address, sh64_pop_frame,
3794         sh64_push_arguments, sh64_extract_return_value,
3795         sh64_store_return_value, sh64_show_media_regs,
3796         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
3797         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
3798         sh_sh64_register_virtual_type,
3799         sh_sh64_register_convert_to_virtual,
3800         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
3801         sh64_register_read, sh64_pseudo_register_write,
3802         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
3803         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
3804         sh64_do_pseudo_register, sh_compact_do_registers_info,
3805         sh64_do_registers_info, sh_gdbarch_init): New functions.
3806
3807 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
3808
3809         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
3810
3811 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
3812
3813         * linespec.c (decode_line_1): Check for a double quote after
3814         a filename correctly.
3815
3816 2002-05-10  Jim Blandy  <jimb@redhat.com>
3817
3818         Properly track the size of the current objfile's .debug_line section.
3819         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
3820         (DWARF_LINE_SIZE): New macro.
3821         (dwarf2_build_psymtabs_hard): Record the line section's size in
3822         the partial symbol table.
3823         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
3824         symbol table.
3825
3826 2002-05-10  Petr Sorfa  <petrs@caldera.com>
3827
3828         * ia64-tdep.c: Handle breakpoints on L instruction type
3829         in MLX instruction bundle by moving the breakpoint to
3830         the third slot (X instruction type) as L holds only data.
3831
3832 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
3833
3834         * dbxread.c (discarding_local_symbols_complaint): New complaint.
3835         (process_one_symbol): Complain about discarding local symbols
3836         due to a misplaced N_LBRAC entry.
3837
3838 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
3839
3840         From Daniel Berlin <dan@cgsoftware.com>
3841         * linespec.c (find_toplevel_char): '<' and '>' also increase and
3842         decrease the depth we are at, in the case of templates.
3843
3844 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
3845
3846         * mips-tdep.c (mips_float_register_type): New function.
3847         (mips_double_register_type): New function.
3848         (mips_print_register): Use them.
3849         (do_fp_register_row): Likewise.
3850
3851 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
3852
3853         * signals/signals.c (signals): Remove conditional compilation around
3854         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
3855         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
3856
3857 2002-05-09  Michael Snyder  <msnyder@redhat.com>
3858
3859         * remote-rdp.c (remote_rdp_can_run): Remove.
3860
3861 2002-05-09  Tom Tromey  <tromey@redhat.com>
3862
3863         * jv-valprint.c (java_val_print): Handle `char' as a special case
3864         of TYPE_CODE_INT.
3865
3866 2002-05-09  Michael Snyder  <msnyder@redhat.com>
3867
3868         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
3869         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
3870         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
3871         str r(0123),[sp,#nn].
3872         (arm_skip_prologue): Ditto.  Also make disassembly
3873         order-independent by placing it in a loop.
3874
3875 2002-05-06  Michael Snyder  <msnyder@redhat.com>
3876
3877         * stabsread.c (read_type): Add recognition for new attribute:
3878         "@V;" means that an array type is actually a vector.
3879         This is analogous to the vector flag that's been added to dwarf2.
3880
3881 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
3882
3883         * i386-tdep.h (i386_abi): New enum.
3884         (struct gdbarch_tdep): Replace os_ident member with abi.
3885         (i386_gdbarch_register_os_abi): New prototype.
3886         * i386-tdep.c (i386_abi_names): New array.
3887         (process_note_abi_tag_sections): Removed.
3888         (process_note_sections): New function.
3889         (i386_elf_abi_from_note, i386_elf_abi): New functions.
3890         (struct i386_abi_handler): New struct.
3891         (i386_abi_handler_list): New variable.
3892         (i386_gdbarch_register_os_abi): New function.
3893         (i386_gdbarch_init): Adapt for the changes given above.
3894
3895 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
3896
3897         * gregset.h: Say "GNU/Linux".
3898
3899 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
3900
3901         * gdbtypes.c : Add new builtin type for 64 bit vectors.
3902         (build_gdbtypes): Build builtin_type_v2_float.
3903         (_initialize_gdbtypes): Register new builtin type.
3904
3905 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
3906
3907         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
3908         (clear_gdbarch_swap): New function.
3909         (initialize_non_multiarch): Call.
3910         (gdbarch_update_p): Before calling init(), swap out and clear the
3911         existing architecture.
3912         * gdbarch.c: Regenerate.
3913
3914 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
3915
3916         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
3917         alphanbsd-tdep.c.
3918
3919 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
3920
3921         * sh-nbsd-nat.c: Rename to...
3922         * shnbsd-nat.c: ...this.
3923         * sh-nbsd-tdep.c: Rename to...
3924         * shnbsd-tdep.c: ...this.
3925         * sh-nbsd-tdep.h: Rename to...
3926         * shnbsd-tdep.h: ...this.
3927         * config/sh/nbsd.mh: Use shnbsd-nat.o.
3928         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
3929
3930 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
3931
3932         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
3933         concatenation for command help messages.
3934
3935 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
3936
3937         * NEWS: Note new sh*-*-netbsdelf* configuration.
3938         * configure.host: Set gdb_host_cpu to sh for all sh*.
3939         (sh*-*-netbsdelf*): New host.
3940         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
3941         (sh*-*-netbsdelf*): New target.
3942         * sh-nbsd-nat.c: New file.
3943         * sh-nbsd-tdep.c: New file.
3944         * sh-nbsd-tdep.h: New file.
3945         * config/sh/nbsd.mh: New file.
3946         * config/sh/nbsd.mt: New file.
3947         * config/sh/nm-nbsd.h: New file.
3948         * config/sh/tm-nbsd.h: New file.
3949
3950 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
3951
3952         * sh-tdep.c (sh_osabi_names): Declare.
3953         (process_note_abi_tag_sections): New function.
3954         (get_elfosabi): Ditto.
3955         (sh_gdbarch_register_os_abi): Ditto.
3956         (sh_dump_tdep): Ditto.
3957         _initialize_sh_tdep): Use gdbarch_register to register
3958         sh_gdbarch_init and sh_dump_tdep.
3959         * config/sh/tm-sh.h (sh_osabi): Declare.
3960         (gdbarch_tdep): Add sh_osabi and osabi_name members.
3961
3962 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
3963
3964         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
3965         (thumb_scan_prologue): Ditto.
3966         (arm_find_callers_reg): Ditto.
3967         (arm_frame_chain): Ditto.
3968         (arm_init_extra_frame_info): Ditto.
3969         (arm_frame_saved_pc): Ditto.
3970         (arm_pop_frame): Ditto.
3971         (arm_push_return_address): New function.
3972         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
3973         call_dummy_location, call_dummy_breakpoint_offset_p,
3974         call_dummy_breakpoint_offset, call_dummy_p,
3975         call_dummy_stack_adjust_p, call_dummy_words,
3976         sizeof_call_dummy_words, call_dummy_start_offset,
3977         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
3978         call_dummy_address, push_return_address and push_dummy_frame for
3979         generic dummy frames.
3980
3981 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
3982
3983         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
3984         size computation for alloca.
3985         (sh_fp_frame_init_saved_regs): Likewise.
3986
3987 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
3988
3989         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
3990         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
3991         * arm-tdep.c (arm_store_return_value): Use them.
3992         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
3993         * remote-rdp.c (remote_rdp_fetch_register): Use
3994         ARM_MAX_REGISTER_RAW_SIZE.
3995         (remote_rdp_store_register): Likewise.
3996
3997 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
3998
3999         * dwarf2cfi.c: Code cleanup, removed unused variables,
4000         added default labels to switch {} statements.
4001         * x86-64-tdep.c: Ditto.
4002         * x86-64-linux-nat.c: Ditto.
4003
4004 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
4005
4006         * solib.h: Protect against multiple inclusion.
4007
4008 2002-05-06  Jim Blandy  <jimb@redhat.com>
4009
4010         Add first preprocessor macro-expansion files.
4011         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4012         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4013         (splay_tree_h, macroexp_h, macrotab_h): New variable.
4014         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4015         (COMMON_OBS): Add macrotab.o, macroexp.o.
4016         (macroexp.o, macrotab.o): New rules.
4017
4018         Separate the job of reading the line number info statement program
4019         header (...expialidocious) out into its own function.
4020         * dwarf2read.c (struct line_head, struct filenames, struct
4021         directories): Replace with...
4022         (struct line_header): New structure, containing the full
4023         contents of the statement program header, including the
4024         include directory and file name tables.
4025         (read_file_scope): If we have line number info, instead of just
4026         calling dwarf_decode_lines to do all the work, call
4027         dwarf_decode_line_header first to get a `struct line_header'
4028         containing the data in the statement program header, and then
4029         pass that to dwarf_decode_lines, which will pick up where that
4030         left off.  Be sure to clean up the `struct line_header' object.
4031         (dwarf_decode_line_header, free_line_header, add_include_dir,
4032         add_file_name): New functions.
4033         (dwarf_decode_lines): Move all the code to read the statement
4034         program header into dwarf_decode_line_header.  Take the line
4035         header it built as the first argument, instead of the offset to
4036         the compilation unit's line number info.  Use the new `struct
4037         line_header' type instead of the old structures.  No need to do
4038         cleanups here now, since we don't allocate anything.
4039         (dwarf2_statement_list_fits_in_line_number_section,
4040         dwarf2_line_header_too_long): New complaints.
4041
4042 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
4043
4044         * gdbtypes.c (init_vector_type): New function.
4045         (build_builtin_type_vec128): Simplify the representation of SIMD
4046         registers.
4047         (build_gdbtypes): Initialize new builtin vector types.
4048         (_initialize_gdbtypes): Register new vector types with gdbarch.
4049         (builtin_type_v4_float, builtin_type_v4_int32,
4050         builtin_type_v8_int16, builtin_type_v16_int8,
4051         builtin_type_v2_int32, builtin_type_v4_int16,
4052         builtin_type_v8_int8): New (renamed) SIMD types.
4053
4054 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
4055
4056         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
4057         (i387_fill_fxsave): Likewise.
4058
4059 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
4060
4061         * alpha-tdep.c (alpha_extract_return_value): Don't use
4062         non-constant array size in prototype.
4063
4064 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4065
4066         From Brian Taylor <briant at model dot com>:
4067         * ui-out.c (ui_out_field_core_addr): Use the function
4068         longest_local_hex_string_custom'to format addresses > 32 bits
4069         wide.
4070
4071         * ui-out.c (ui_out_field_core_addr): Update comment.
4072
4073 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4074
4075         * stack.c (select_and_print_frame): Make static.  Delete the
4076         parameter `level'.
4077         (func_command): Update call.
4078         (select_frame_command): Delete code computing the frame level.
4079         * frame.h (select_and_print_frame): Delete declaration.
4080
4081 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4082
4083         * sparc-tdep.c (sparc_get_saved_register): Comment why
4084         get_prev_frame call is safe.
4085
4086 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4087
4088         * frame.h (select_frame): Delete level parameter.
4089         * stack.c (select_frame): Update.  Use frame_relative_level to
4090         obtain the frame's level.
4091         (select_and_print_frame): Update call.
4092         (select_frame_command): Ditto.
4093         (up_silently_base): Ditto.
4094         (down_silently_base): Ditto.
4095         * ocd.c (ocd_start_remote): Ditto.
4096         * remote-rdp.c (remote_rdp_open): Ditto.
4097         * remote-mips.c (mips_initialize): Ditto.
4098         (common_open): Ditto.
4099         * remote-e7000.c (e7000_start_remote): Ditto.
4100         * m3-nat.c (select_thread): Ditto.
4101         * hppa-tdep.c (child_get_current_exception_event): Ditto.
4102         (child_get_current_exception_event): Ditto.
4103         * varobj.c (varobj_create): Ditto.
4104         (varobj_update): Ditto.
4105         (c_value_of_root): Ditto.
4106         * tracepoint.c (finish_tfind_command): Ditto.
4107         * corelow.c (core_open): Ditto.
4108         * arch-utils.c (generic_prepare_to_proceed): Ditto.
4109         * thread.c (info_threads_command): Ditto.
4110         (switch_to_thread): Ditto.
4111         * infrun.c (normal_stop): Ditto.
4112         (restore_selected_frame): Ditto.
4113         (restore_inferior_status): Ditto.
4114         * breakpoint.c (insert_breakpoints): Ditto.
4115         (watchpoint_check): Ditto.
4116         (bpstat_stop_status): Ditto.
4117         (do_enable_breakpoint): Ditto.
4118         * blockframe.c (flush_cached_frames): Ditto.
4119         (reinit_frame_cache): Ditto.
4120
4121 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4122
4123         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
4124         maintainer.
4125
4126 2002-05-04  Jim Blandy  <jimb@redhat.com>
4127
4128         * gdbtypes.c (replace_type): Doc fix.
4129
4130 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4131
4132         * valprint.c (strcat_longest): Delete commented out function.
4133         Update copyright.
4134
4135 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4136
4137         * MAINTAINERS: Mark a29k as deleted.
4138         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
4139         Move new configurations to the top.
4140         * configure.tgt: Remove a29k.
4141         * config/a29k/tm-vx29k.h: Delete.
4142         * config/a29k/vx29k.mt: Delete.
4143         * config/a29k/tm-a29k.h: Delete.
4144         * config/a29k/a29k-udi.mt: Delete.
4145         * config/a29k/a29k.mt: Delete.
4146         * a29k-tdep.c: Delete.
4147         * remote-udi.c: Delete.
4148         * remote-mm.c: Delete.
4149         * remote-eb.c: Delete.
4150         * remote-adapt.c: Delete.
4151         * Makefile.in: Remove obsolete code.
4152         * gdbserver/Makefile.in: Ditto.
4153         * config/s390/s390x.mt: Ditto.
4154         * config/s390/s390.mt: Ditto.
4155         * config/sparc/sparclynx.mh: Ditto.
4156         * config/sparc/linux.mh: Ditto.
4157         * config/pa/hppaosf.mh: Ditto.
4158         * config/pa/hppabsd.mh: Ditto.
4159         * config/ns32k/nbsd.mt: Ditto.
4160         * config/mips/vr5000.mt: Ditto.
4161         * config/m68k/sun3os4.mh: Ditto.
4162         * config/m68k/nbsd.mt: Ditto.
4163         * config/m68k/m68klynx.mh: Ditto.
4164         * config/m32r/m32r.mt: Ditto.
4165         * config/i386/x86-64linux.mt: Ditto.
4166         * config/i386/nbsdelf.mt: Ditto.
4167         * config/i386/nbsd.mt: Ditto.
4168         * config/i386/i386lynx.mh: Ditto.
4169
4170 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
4171
4172         * target.c (debug_print_register): New function.  Handle oversize
4173         registers.
4174         (debug_to_fetch_registers): Call.
4175         (debug_to_store_registers): Call.
4176
4177 2002-05-03  Jim Blandy  <jimb@redhat.com>
4178
4179         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
4180         (read_type): Doc fix.
4181         * gdbtypes.c (replace_type): Doc fix.
4182
4183         * stabsread.c (multiply_defined_struct): New complaint.
4184         (read_struct_type): If the type we were passed isn't empty, or
4185         incomplete, don't read the new struct type into it; complain,
4186         and return the original type unchanged.  Take a new `type_code'
4187         argument, which is the type code for the new type.
4188         (read_type): Rather than storing the type's type code here, pass
4189         it as an argument to read_struct_type, and let that take care of
4190         storing it.  That way, we don't overwrite the original type code,
4191         so read_struct_type can use it to decide whether we're overwriting
4192         something we shouldn't.
4193         (complain_about_struct_wipeout): New function.
4194
4195 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
4196
4197         * gdbarch.sh: Assert that gdbarch is non-NULL.
4198         * gdbarch.c: Regenerate.
4199
4200 2002-05-03  Jason Merrill  <jason@redhat.com>
4201
4202         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
4203         and return NULL.
4204
4205 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
4206
4207         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
4208         (x86_64_dwarf2gdb_regno_map_length),
4209         (x86_64_dwarf2_reg_to_regnum): Added.
4210         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
4211         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
4212         (_initialize_x86_64_tdep): Synced with the change above.
4213         (x86_64_skip_prologue): Reformulated message.
4214
4215 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
4216
4217         * f-exp.y: Also use new prev_lexptr variable
4218         to improve error reporting. Based on Michael Snyder
4219         2002-04-24 dated patch to c-exp.y.
4220         * jv-exp.y: Likewise.
4221         * m2-exp.y: Likewise.
4222
4223 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
4224
4225         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
4226         we are dealing with vectors.
4227
4228 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4229
4230         * config/m68k/tm-nbsd.h: Obvious fix,
4231         correct machine name.
4232
4233 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4234
4235         * p-typeprint.c (pascal_type_print_base): Add support
4236         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
4237
4238 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4239
4240         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
4241         for fondamental pascal 'char' type.
4242
4243 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
4244
4245         * p-lang.h (is_pascal_string_type): Declaration changed,
4246         new sixth argument of type char ** added.
4247         * p-lang.c (is_pascal_string_type): Implementation
4248         changed. Args length_pos, length_size, string_pos, char_size
4249         can now be NULL. New argument arrayname set to the field
4250         name of the char array. Return value set to char array
4251         field index plus one.
4252         * p-valprint.c (pascal_val_print): Adapt to new declaration of
4253         is_pascal_string_type function.
4254
4255 2002-05-02  Andrew Cagney  <cagney@redhat.com>
4256
4257         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
4258         <cagney@redhat.com> change.
4259         * gdbarch.c: Regenerate.
4260
4261 2002-05-02  Andrew Cagney  <cagney@redhat.com>
4262
4263         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
4264         before probing for a new one.  Detect errorenous gdbarch_init
4265         functions.
4266         * gdbarch.c: Regenerate.
4267
4268 2002-05-01  Andrew Cagney  <cagney@redhat.com>
4269
4270         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
4271         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
4272         * config/v850/tm-v850.h: Ditto.  Update copyright.
4273
4274 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
4275
4276         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
4277         current_gdbarch.
4278
4279 2002-04-30  Michael Snyder  <msnyder@redhat.com>
4280
4281         * arm-tdep.c: Whitespace clean-ups.
4282         (arm_skip_prologue): Fix thinko; two lines
4283         should have been removed as part of 4/24 change.
4284
4285 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
4286
4287         * rs6000-tdep.c: Added comment describing how fpscr register
4288         numbers were chosen.
4289
4290 2002-04-30  Michael Snyder  <msnyder@redhat.com>
4291
4292         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
4293
4294 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
4295
4296         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
4297         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
4298         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
4299
4300 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
4301
4302         From Louis Hamilton <hamilton@redhat.com>:
4303         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
4304         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
4305         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
4306         not bfd-private xcoff data, to determine wordsize.
4307         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
4308
4309 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
4310
4311         GDB 5.2 released from 5.2 branch.
4312
4313 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
4314
4315         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
4316         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
4317         (x86_64_register_info_table): Added comments with register numbers.
4318
4319 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
4320
4321         * rs6000-tdep.c (rs6000_extract_return_value,
4322         rs6000_store_return_value): Handle returning vectors.
4323         (rs6000_gdbarch_init): Use
4324         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
4325         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
4326         New function.
4327         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
4328         vectors.
4329         (ppc_sysv_abi_push_arguments): Handle vector parameters.
4330         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
4331
4332 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
4333
4334         * hpread.c (hpread_psymtab_to_symtab_1,
4335         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
4336         with fprintf_unfiltered (gdb_stderr,...).
4337
4338 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
4339
4340         * remote-array.c (printf_monitor, write_monitor,
4341         array_insert_breakpoint, array_remove_breakpoint ):
4342         Replace fprintf (stderr,...
4343         with fprintf_unfiltered (gdb_stderr,....
4344         * remote-es.c: Likewise.
4345         * remote-os9k.c: Likewise.
4346         * remote-st.c: Likewise.
4347
4348 2002-04-28  Andreas Schwab  <schwab@suse.de>
4349
4350         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
4351         linux-proc.o and gcore.o.
4352
4353 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
4354
4355         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
4356         code without frame pointers.
4357
4358 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
4359
4360         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
4361         ON_STACK is needed.
4362
4363 2002-04-26  Ben Elliston  <bje@redhat.com>
4364
4365         * target.c (do_xfer_memory): Correct reference to the new option
4366         "trust-readonly-sections".
4367
4368 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
4369
4370         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
4371         * gdbtypes.c (recursive_dump_type): Output the vector flag.
4372         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
4373         vectors.
4374         (read_array_type): Record the fact that this array type is really a
4375         vector (i.e. are passed in by value).
4376
4377 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
4378
4379         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
4380         * alpha-tdep.c (alpha_sigcontext_addr): New function.
4381         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
4382         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
4383         * alpha-linux-tdep.c: Include frame.h.
4384         (alpha_linux_sigcontext_addr): New function.
4385         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
4386         alpha_linux_sigcontext_addr.
4387         * alpha-osf1-tdep.c: Include gdbcore.h.
4388         (alpha_osf1_sigcontext_addr): New function.
4389         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
4390         alpha_osf1_sigcontext_addr.
4391         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
4392         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
4393
4394 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
4395
4396         * stack.c (selected_frame_level):
4397         (select_frame): Do not set selected_frame_level.
4398         * frame.h (selected_frame_level): Delete declaration.
4399
4400 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
4401
4402         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
4403         convert_from_func_ptr-addr when AIX / PowerOpen.
4404
4405 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
4406
4407         * valops.c (hand_function_call): Call
4408         generic_save_call_dummy_addr.
4409         * frame.h (generic_save_call_dummy_addr): Declare.
4410         * blockframe.c (struct dummy_frame): Add fields call_lo and
4411         call_hi.
4412         (generic_find_dummy_frame): Check for PC in range call_lo to
4413         call_hi instead of entry_point_address.
4414         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
4415         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
4416         (generic_save_call_dummy_addr): New function.
4417
4418 2002-04-24  David S. Miller  <davem@redhat.com>
4419
4420         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
4421         sparc_skip_prologue.
4422         (sparc_skip_prologue): Kill frameless_p arg, and use line number
4423         information to find prologue when possible.
4424         (sparc_prologue_frameless_p): Call examine_prologue directly.
4425         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
4426         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
4427         second argument.
4428         (SKIP_PROLOGUE): Likewise.
4429
4430 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
4431
4432         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
4433         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
4434         indicate that the condition it was testing is always true.
4435         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
4436         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
4437         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
4438
4439 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
4440
4441         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
4442         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
4443         tdep->jb_pc and tdep->jb_elt_size.
4444         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
4445         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
4446         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
4447         * alpha-nat.c (get_longjmp_target): Remove.
4448         (JB_ELEMENT_SIZE): Ditto.
4449         (JB_PC): Ditto.
4450         * alpha-tdep.c (alpha_get_longjmp_target): New function.
4451         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
4452         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
4453         to alpha_get_longjmp_target.
4454         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
4455         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
4456         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
4457
4458 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
4459
4460         * README: Update to GDB 5.2.
4461
4462 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
4463
4464         * gdbarch.sh (LC_ALL): Set to `c'.
4465
4466 2002-04-25  Theodore A. Roth  <troth@verinet.com>
4467
4468         * avr-tdep.c: Ran through gdb_indent.sh.
4469
4470 2002-04-25  Theodore A. Roth  <troth@verinet.com>
4471
4472         * MAINTAINERS: Add myself as AVR maintainer.
4473         * NEWS: Note new target avr.
4474
4475 2002-04-25  Theodore A. Roth  <troth@verinet.com>
4476
4477         * Makefile.in: Add support for AVR target.
4478         * configure.tgt: Add support for AVR target.
4479         * avr-tdep.c: New file
4480         * config/avr/avr.mt: New file.
4481
4482 2002-04-25  Theodore A. Roth  <troth@verinet.com>
4483
4484         * MAINTAINERS: Add myself to write-after-approval.
4485
4486 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
4487
4488         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
4489         with fprintf_unfiltered (gdb_stderr,....
4490
4491 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
4492
4493         Fix PR gdb/508.
4494         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
4495
4496 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
4497
4498         * p-exp.y: Also use new prev_lexptr variable
4499         to improve error reporting. Based on Michael Snyder
4500         2002-04-24 dated patch to c-exp.y.
4501
4502 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
4503
4504         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
4505         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
4506         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
4507         to 0.
4508         * config/alpha/tm-alpha.h: Remove forward decls of struct type
4509         and struct value.
4510         (FUNCTION_START_OFFSET): Remove.
4511         (BREAKPOINT): Ditto.
4512
4513 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
4514
4515         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
4516         * NEWS: Ditto.
4517
4518 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
4519
4520         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
4521         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
4522         alpha_linux_pc_in_sigtramp.
4523         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
4524         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
4525         alpha_osf1_pc_in_sigtramp.
4526         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
4527         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
4528         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4529         alphafbsd_pc_in_sigtramp.
4530         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
4531         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
4532         alphanbsd_pc_in_sigtramp.
4533         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
4534         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
4535
4536 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
4537
4538         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4539
4540 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
4541
4542         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
4543         alphanbsd-tdep.c.
4544         (alphanbsd-nat.o): New dependency list.
4545         (alphanbsd-tdep.o): Ditto.
4546         * NEWS: Note new native NetBSD/alpha configuration.
4547         * alphanbsd-nat.c: New file.
4548         * alphanbsd-tdep.c: Ditto.
4549         * configure.host (alpha*-*-netbsd*): New host.
4550         * configure.tgt (alpha*-*-netbsd*): New target.
4551         * config/alpha/nbsd.mh: New file.
4552         * config/alpha/nbsd.mt: Ditto.
4553         * config/alpha/nm-nbsd.h: Ditto.
4554         * config/alpha/tm-nbsd.h: Ditto.
4555
4556 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
4557
4558         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
4559         (alpha-osf1-tdep.o): New dependency list.
4560         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
4561         and skip_sigtramp_frame members.
4562         * alpha-linux-tdep.c: Include gdbcore.h.
4563         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
4564         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
4565         * alpha-osf1-tdep.c: New file.
4566         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
4567         alpha-osf1-dep.c.
4568         (alpha_frame_past_sigtramp_frame): New function.
4569         (alpha_dynamic_sigtramp_offset): Ditto.
4570         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
4571         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
4572         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
4573         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
4574         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
4575         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
4576         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
4577         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
4578         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
4579         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
4580         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
4581         to find_solib_trampoline_target.
4582         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
4583         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
4584         (SKIP_TRAMPOLINE_CODE): Remove.
4585         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4586         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4587         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
4588         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
4589         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
4590         (PROC_SIGTRAMP_MAGIC): Ditto.
4591         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4592         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4593         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
4594         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
4595         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
4596
4597 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
4598
4599         * NEWS: Note that Alpha targets are now multi-arch.
4600
4601 2002-04-24  Michael Snyder  <msnyder@redhat.com>
4602
4603         * parser-defs.h (prev_lexptr): New external variable.
4604         * parse.c (parse_exp_1): Set prev_lexptr to null before
4605         calling the language-specific parser.
4606         * c-exp.y (yylex): Set prev_lexptr to start of current token.
4607         (yyerror): Use prev_lexptr in error reporting.
4608
4609 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
4610
4611         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
4612         * gregset.h: If FILL_FPXREGSET is defined, provide
4613         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
4614         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
4615         is defined, call fill_fpxregset.
4616
4617 2002-04-24  Roland McGrath  <roland@frob.com>
4618
4619         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
4620         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
4621         (supply_gregset, supply_fpregset): New functions.
4622
4623         * gnu-nat.c (gnu_find_memory_regions): New function.
4624         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
4625         (gnu_xfer_memory): Add a cast.
4626
4627 2002-04-24  Michael Snyder  <msnyder@redhat.com>
4628
4629         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
4630         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
4631         of argument regs ("str r(0123), [r11, #-nn"]).
4632         (arm_skip_prologue): Better handling for frameless functions.
4633         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
4634         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
4635
4636 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
4637
4638         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
4639         NUM_PSEUDO_REGS can be used.
4640
4641 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
4642
4643         * arch-utils.h: Update copyright.
4644
4645         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
4646         * gdbarch.h, gdbarch.c: Re-generate.
4647
4648         * inferior.h (IN_SIGTRAMP): Delete definition.
4649         * arch-utils.c (legacy_pc_in_sigtramp): New function.
4650         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
4651
4652         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
4653         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
4654         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
4655         (find_proc_framesize): Ditto.
4656         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
4657         (alpha_init_extra_frame_info): Ditto.
4658         * infrun.c (handle_inferior_event): Ditto.
4659         (handle_inferior_event): Ditto.
4660         (check_sigtramp2): Ditto.
4661         * blockframe.c (create_new_frame): Ditto.
4662         (get_prev_frame): Ditto.
4663         * ppc-linux-tdep.c: Update comments.
4664         * i386-linux-tdep.c: Update comments.
4665         * breakpoint.c (bpstat_what): Update comment.
4666
4667 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
4668
4669         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
4670         (regsets_store_inferior_registers): Removed cast to int from
4671         ptrace() calls.
4672         * gdbserver/regcache.h: Added declaration of struct inferior_info.
4673
4674 2002-04-24  David S. Miller  <davem@redhat.com>
4675
4676         * i960-tdep.c (register_in_window_p): New function.
4677         (i960_find_saved_register): Use it instead of
4678         REGISTER_IN_WINDOW_P.
4679         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
4680
4681         * symtab.h (find_stab_function_addr): Kill extern.
4682         * minsyms.c (find_stab_function_addr): Remove from here...
4683         * dbxread.c: ... to here, and mark it static.
4684
4685 2002-04-20  David S. Miller  <davem@redhat.com>
4686
4687         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
4688         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
4689
4690 2002-04-21  David S. Miller  <davem@redhat.com>
4691
4692         * remote-vxsparc.c (vx_read_register): Fix typo, we want
4693         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
4694         (vx_write_register): Likewise.
4695
4696 2002-04-23  J. Brobecker  <brobecker@gnat.com>
4697
4698         * source.c (is_regular_file): New function.
4699         (openp): Check wether file to open is a regular file
4700         to avoid opening directories.
4701
4702 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4703
4704         * findvar.c (extract_signed_integer): Cast printf argument
4705         to suppress format warning.
4706         (extract_unsigned_integer): Likewise.
4707         * infcmd.c (registers_info): Likewise.
4708         * top.c (get_prompt_1): Likewise.
4709         * valops.c (value_assign): Likewise.
4710         * valprint.c (print_decimal): Likewise.
4711
4712 2002-04-22  H.J. Lu  (hjl@gnu.org)
4713
4714         * c-exp.y (typebase): Support
4715
4716         [long|long long|short] [signed|unsigned] [int|]
4717
4718         and
4719
4720         signed [long|long long|short] int
4721
4722 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4723
4724         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
4725         and vax-tdep.h.
4726         * vax-tdep.h: New file.
4727         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
4728         Make several routines static.
4729         (vax_get_saved_register): New function.
4730         (vax_gdbarch_init): New function.
4731         (_initialize_vax_tdep): Register vax_gdbarch_init.
4732         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
4733         Remove macros now under the control of gdbarch.
4734
4735 2002-04-22  Michael Snyder  <msnyder@redhat.com>
4736
4737         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
4738         Some whitespace and coding standards tweaks.
4739
4740 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4741
4742         * vax-tdep.c: Include regcache.h.
4743         (vax_call_dummy_words): New.
4744         (sizeof_vax_call_dummy_words): New.
4745         (vax_fix_call_dummy): New function.
4746         (vax_saved_pc_after_call): Ditto.
4747         * config/vax/tm-vax.h: Don't include regcache.h.
4748         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
4749         (CALL_DUMMY): Remove.
4750         (CALL_DUMMY_WORDS): Define.
4751         (SIZEOF_CALL_DUMMY_WORDS): Define.
4752         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
4753
4754 2002-04-18  Michael Snyder  <msnyder@redhat.com>
4755
4756         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
4757
4758 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4759
4760         * vax-tdep.c (vax_frame_chain): New function.
4761         (vax_push_dummy_frame): Ditto.
4762         (vax_pop_frame): Ditto.
4763         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
4764         (FRAMELESS_FUNCTION_INVOCATION): Use
4765         generic_frameless_function_invocation_not.
4766         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
4767         (POP_FRAME): Use vax_pop_frame.
4768
4769 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4770
4771         * vax-tdep.c (vax_store_struct_return): New function.
4772         (vax_extract_return_value): Ditto.
4773         (vax_store_return_value): Ditto.
4774         (vax_extract_struct_value_address): Ditto.
4775         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
4776         vax_store_struct_return.
4777         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
4778         (STORE_RETURN_VALUE): Use vax_store_return_value.
4779         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
4780
4781 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4782
4783         * vax-tdep.c (vax_frame_saved_pc): New function.
4784         (vax_frame_args_address_correct): Ditto.
4785         (vax_frame_args_address): Ditto.
4786         (vax_frame_locals_address): Ditto.
4787         (vax_frame_num_args): Move code to be in proximity to
4788         other frame-related functions.
4789         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
4790         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
4791         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
4792         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
4793         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
4794
4795 2002-04-22  H.J. Lu  (hjl@gnu.org)
4796
4797         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
4798         includedir.
4799
4800 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4801
4802         * vax-tdep.c (vax_frame_init_saved_regs): New function.
4803         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
4804         (FRAME_INIT_SAVED_REGS): New macro.
4805
4806 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4807
4808         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
4809
4810 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4811
4812         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
4813         where needed.
4814         (fetch_osf_core_registers): Likewise.
4815         (supply_gregset): Likewise.
4816
4817 2002-04-22  J. Brobecker  <brobecker@gnat.com>
4818
4819         * symfile.h (get_section_index): Define.
4820         * symfile.c (get_section_index): New function.
4821         * mdebugread.c (SC_IS_SBSS): New macro.
4822         (SC_IS_BSS): Return true for the scBss storage class only, as
4823         the scSBss storage class refers to the .sbss section.
4824         (parse_partial_symbols): Discard the symbols which associated
4825         section does not exist.
4826         Make sure to use the .sbss section index for symbols which
4827         storage class is scBss, rather than using the .bss section index.
4828
4829 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
4830
4831         * vax-tdep.c: Update copyright years.
4832         (vax_register_name): New function.
4833         (vax_register_byte): Ditto.
4834         (vax_register_raw_size): Ditto.
4835         (vax_register_virtual_size): Ditto.
4836         (vax_register_virtual_type): Ditto.
4837         * config/vax/tm-vax.h: Update copyright years.
4838         (REGISTER_NAMES): Remove.
4839         (REGISTER_NAME): Define.
4840         (REGISTER_BYTE): Use vax_register_byte.
4841         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
4842         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
4843         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
4844
4845 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4846
4847         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
4848         declaration
4849         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
4850
4851 2002-04-21  David S. Miller  <davem@redhat.com>
4852
4853         * arch-utils.c (generic_prologue_frameless_p): Kill
4854         SKIP_PROLOGUE_FRAMELESS_P code.
4855         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4856         references.
4857         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
4858         * arc-tdep.c (arc_prologue_frameless_p): Implement.
4859         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
4860         references.
4861         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
4862         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
4863         (sparc_gdbarch_init): Pass it to
4864         set_gdbarch_prologue_frameless_p.
4865
4866 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4867
4868         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
4869         (alphabsd-nat.o): New dependency list.
4870
4871 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4872
4873         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
4874         alphafbsd-tdep.c.
4875         (alpha-linux-tdep.o): New dependency list.
4876         (alphafbsd-tdep.o): Likewise.
4877
4878 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4879
4880         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
4881         to here...
4882         * alpha-tdep.c: ...from here.
4883         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
4884
4885 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4886
4887         * config/alpha/tm-alpha.h: Move alpha_software_single_step
4888         prototype from here...
4889         * alpha-tdep.h: ...to here.
4890
4891 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4892
4893         * frame.h (selected_frame_level): Document as deprecated.
4894         (frame_relative_level): Declare.
4895         * stack.c (frame_relative_level): New function.
4896         (selected_frame_level): Document as deprecated.
4897         (select_frame): Do not set the selected_frame_level.
4898
4899         * stack.c (frame_info, record_selected_frame): Update.
4900         (frame_command, current_frame_command): Update.
4901         (up_silently_base, up_command, down_silently_base): Update.
4902         (down_command): Update.
4903         * inflow.c (kill_command): Update.
4904         * tracepoint.c (finish_tfind_command): Update.
4905         * corelow.c (core_open): Update.
4906         * thread.c (info_threads_command): Update.
4907         (do_captured_thread_select): Update.
4908         * infcmd.c (finish_command): Update.
4909         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
4910
4911 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4912
4913         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
4914
4915 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4916
4917         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
4918         type const.
4919
4920 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4921
4922         * alphafbsd-tdep.c: Update copyright years.  Include
4923         alpha-tdep.h.
4924         (alphafbsd_use_struct_convention): Make static.
4925         (alphafbsd_init_abi): New function.
4926         (_initialize_alphafbsd_tdep): New function.
4927         * config/alpha/tm-fbsd.h: Update copyright years.
4928         (USE_STRUCT_CONVENTION): Remove.
4929
4930 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4931
4932         * alpha-tdep.c (alpha_abi_handler): New structure to describe
4933         an Alpha ABI variant.
4934         (alpha_abi_handler_list): Declare.
4935         (alpha_gdbarch_register_os_abi): New function.
4936         (alpha_gdbarch_init): Give registered ABI variant handlers a
4937         chance to tweak the gdbarch once we have set up defaults.
4938         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
4939
4940 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4941
4942         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
4943         to standard_coerce_float_to_double.
4944         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
4945
4946 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4947
4948         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
4949         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
4950         from gdbarch_tdep rather than a constant.
4951         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
4952         the default text address for all Alpha Unix ABIs.
4953         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
4954         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
4955
4956 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
4957
4958         * alpha-tdep.h: New file.  Includes several Alpha target constants
4959         taken from...
4960         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
4961         let gdbarch deal with.
4962         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
4963         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
4964         to dependency list.
4965         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
4966         Alpha target register names.
4967         * alphabsd-nat.c: Likewise.
4968         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
4969         Alpha target register names.  Make serveral routines static.
4970         (alpha_get_saved_register): New function.
4971         (alpha_abi_names): New.
4972         (process_note_abi_tag_sections): New function.
4973         (get_elfosabi): New function.
4974         (alpha_gdbarch_init): New function.
4975         (alpha_dump_tdep): New function.
4976         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
4977
4978 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4979
4980         * frame.c (find_saved_register): Delete #ifdef
4981         HAVE_REGISTER_WINDOWS code.
4982         * config/sparc/tm-sparc.h: Update comments.
4983         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
4984
4985 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
4986
4987         * i960-tdep.c (i960_find_saved_register): New function.
4988         (i960_get_saved_register): New function.
4989         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
4990         (i960_get_saved_register): Declare.
4991         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
4992
4993 2002-04-20  David S. Miller  <davem@redhat.com>
4994
4995         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
4996
4997 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
4998
4999         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
5000         instead of NUM_PSEUDO_REGS.
5001
5002 2002-04-20  David S. Miller  <davem@redhat.com>
5003
5004         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
5005         GDB_MULTI_ARCH_PARTIAL
5006         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
5007         define, let tm-sp64.h do it.
5008
5009 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
5010
5011         * frame.c (find_saved_register): Avoid a NULL pointer
5012         dereference and actually walk the frame list.
5013
5014 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
5015
5016         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
5017         sorted in most most-recent-used order.  Document.
5018         * gdbarch.h, gdbarch.c: Regenerate.
5019
5020 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
5021
5022         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
5023         (add_inferior): Call create_register_cache.
5024         (clear_inferiors): Call free_register_cache.
5025         (inferior_regcache_data, set_inferior_regcache_data): New functions.
5026         * gdbserver/regcache.c (struct inferior_regcache_data): New.
5027         (registers): Remove.
5028         (get_regcache): New function.
5029         (create_register_cache, free_register_cache): New functions.
5030         (set_register_cache): Don't initialize the register cache here.
5031         (registers_to_string, registers_from_string, register_data): Call
5032         get_regcache.
5033         * gdbserver/regcache.h: Add prototypes.
5034         * gdbserver/server.h: Likewise.
5035
5036 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
5037
5038         * gdbserver/mem-break.c: New file.
5039         * gdbserver/mem-break.h: New file.
5040         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
5041         dependencies.
5042         * gdbserver/inferiors.c (struct inferior_info): Add target_data
5043         member.
5044         (clear_inferiors): Free target_data member if set.
5045         (inferior_target_data, set_inferior_target_data): New functions.
5046         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5047         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
5048         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
5049         (struct inferior_linux_data): New.
5050         (linux_create_inferior): Use set_inferior_target_data.
5051         (linux_attach): Likewise.  Call add_inferior.
5052         (linux_wait_for_one_inferior): New function.
5053         (linux_wait): Call it.
5054         (linux_write_memory): Add const.
5055         (initialize_low): Call set_breakpoint_data.
5056         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
5057         handling members.
5058         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
5059         call.
5060         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
5061         prototypes.
5062         * gdbserver/target.c (read_inferior_memory)
5063         (write_inferior_memory): New functions.
5064         * gdbserver/target.h (read_inferior_memory)
5065         (write_inferior_memory): Change macros to prototypes.
5066         (struct target_ops): Update comments.  Add const to write_memory
5067         definition.
5068
5069 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
5070
5071         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
5072         instead of ->prev.
5073         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
5074         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
5075         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
5076         instead of ->prev.
5077
5078 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
5079
5080         Fix PR gdb/471.
5081         * gdbtypes.c (init_simd_type): Rewrite using new functions.
5082         (build_builtin_type_vec128): Ditto.
5083         (append_composite_type_field): Fix calculation of type length in
5084         union case.
5085
5086 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
5087
5088         * config/djgpp/README: Update.
5089
5090         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
5091         compiler warnings.
5092
5093 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
5094
5095         * alpha-tdep.c (setup_arbitrary_frame): Rename...
5096         (alpha_setup_arbitrary_frame): ...to this.
5097         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
5098         for alpha_setup_arbitrary_frame.
5099
5100 2002-04-18  Andrew Cagney  <cagney@redhat.com>
5101
5102         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
5103         * gdbarch.h, gdbarch.c: Regenerate.
5104
5105         * defs.h (breakpoint_from_pc_fn): Delete type definition.
5106         * target.h (memory_breakpoint_from_pc): Update declaration.
5107         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
5108
5109         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
5110         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
5111         * mem-break.c (memory_breakpoint_from_pc): Ditto.
5112         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
5113         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
5114         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
5115         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
5116         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
5117         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
5118         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
5119         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
5120         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
5121
5122         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
5123         const pointer.
5124         * monitor.c (monitor_insert_breakpoint): Ditto.
5125         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
5126
5127         * config/mcore/tm-mcore.h: Update copyright.
5128         * mem-break.c: Ditto.
5129         * xstormy16-tdep.c: Ditto.
5130
5131 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
5132
5133         * p-exp.y: Add precedence rule for '^' token.
5134         This removes the shift/reduce conflicts.
5135         Remove the comment concerning these shift/reduce conflicts.
5136
5137 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
5138
5139         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
5140         (registers_powerpc_nofp): New register set for processors
5141         without floating point unit.
5142
5143 2002-04-18  David S. Miller  <davem@redhat.com>
5144
5145         * MAINTAINERS: Add myself to write-after-approval.
5146
5147 2002-04-17  Michael Snyder  <msnyder@redhat.com>
5148
5149         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
5150
5151 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
5152
5153         * rs6000-tdep.c (frame_initial_stack_address): Use
5154         frame_register_read to read the alloca_reg.
5155
5156 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
5157
5158         * frame.c (find_saved_register): Find saved registers in the next
5159         not prev frame.
5160         Fix PR gdb/365.
5161
5162 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
5163
5164         * gdbarch.sh (LANG): Set to ``c''.
5165
5166 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
5167
5168         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
5169
5170 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
5171
5172         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
5173         Update copyright.
5174
5175         * hpread.c (hpread_get_lntt): Add declaration.
5176         Also fix PR gdb/391.
5177
5178 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
5179
5180         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
5181         * aclocal.m4, configure: Re-generate.
5182         Fix PR gdb/391.
5183
5184 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
5185
5186         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
5187         instead of tm_print_insn.
5188
5189 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
5190
5191         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
5192
5193 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
5194
5195         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
5196         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
5197         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
5198
5199 2002-04-12  Don Howard  <dhoward@redhat.com>
5200
5201         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
5202         max_user_call_depth.
5203         (init_cmd_lists): Initialize the new value;
5204         * cli/cli-script.c (execute_user_command): Limit the call depth of
5205         user defined commands.  This avoids a core-dump when user commands
5206         are infinitly recursive.
5207
5208 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
5209
5210         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
5211         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
5212         from tdep struct instead of DEFAULT_LR_SAVE.
5213         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
5214         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
5215         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
5216
5217 2002-04-12  Michael Snyder  <msnyder@redhat.com>
5218
5219         * Remote.c: Spelling fix.
5220         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
5221         If no symbol found for "sbrk", try "_sbrk".
5222         (make_output_phdrs): Use bfd_section_name.
5223         (gcore_copy_callback): Use bfd_section_name.
5224         * eval.c: Indentation fix-ups.
5225         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
5226         in case it gets applied to an address that is already
5227         in the instruction space.
5228         * cli/cli-decode.c (help_list): Allow long lines to wrap.
5229         * symfile.c: Fix indentation, long lines.
5230         * source.c: White space fix-up.
5231
5232 2002-04-12  Andrew Cagney  <cagney@redhat.com>
5233
5234         * defs.h (read_relative_register_raw_bytes): Delete declaration.
5235         * frame.c (frame_register_read): New function.  Return non-zero on
5236         success.
5237         (read_relative_register_raw_bytes_for_frame): Delete.
5238         (read_relative_register_raw_bytes): Delete.
5239         * frame.h (frame_register_read): Declare.
5240         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
5241         * sh-tdep.c: Ditto.
5242         * infcmd.c (do_registers_info): Ditto.
5243         * hppa-tdep.c: Ditto.
5244         * rs6000-tdep.c: Ditto.
5245         * h8500-tdep.c: Ditto.
5246         * mips-tdep.c: Ditto.
5247         * h8300-tdep.c: Ditto.
5248         * z8k-tdep.c: Ditto.
5249
5250 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
5251
5252         From Jimi X <jimix@watson.ibm.com>:
5253         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
5254         64-bit SysV ABI.
5255
5256 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
5257
5258         From Jimi X <jimix@watson.ibm.com>:
5259         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
5260         bfd info.
5261
5262 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
5263
5264         From Jimi X <jimix@watson.ibm.com>:
5265         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
5266         register sets for these processor variants.
5267
5268 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
5269
5270         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
5271         registers which are allowed to fail to store.
5272         * gdbserver/linux-low.h (linux_target_ops): Likewise.
5273         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
5274         (ppc_cannot_store_register): FPSCR may not be storable.
5275         * regformats/reg-ppc.dat: Support FPSCR.
5276
5277 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
5278
5279         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
5280         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5281         Add fpscr as an invalid/unfetchable register.
5282         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
5283         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
5284         (fill_fpregset): Add support for register fpscr.
5285         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
5286         (fill_gregset): Account for the fact that register ``mq'' might
5287         not exist.
5288         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
5289         (registers_power): Add fpscr to register set at slot 71.
5290         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
5291         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
5292
5293 2002-04-11  Michael Snyder  <msnyder@redhat.com>
5294
5295         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
5296         * configure: Regenerate.
5297         * config.in: Regenerate.
5298         * acconfig.h: Add define for _SYSCALL32.
5299         * core-sol2.c: Remove #define _SYSCALL32.
5300         * solib-legacy.c: Remove #define _SYSCALL32.
5301
5302 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
5303
5304         * stack.c (select_frame): Cleanup internal error message, do not
5305         use %p.
5306
5307 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
5308
5309         * stack.c (select_frame): Check that selected_frame and the
5310         specified level are as expected.
5311         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
5312         Update copyright.
5313         * frame.h (struct frame_info): Add field `level'.  Update
5314         copyright.
5315         Work-in-progress PR gdb/464.
5316
5317 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
5318
5319         * maint.c (maint_print_section_info): Rename print_section_info.
5320         (print_bfd_section_info, print_objfile_section_info): Update.
5321         * inferior.h (struct gdbarch): Add opaque declaration.
5322         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
5323         * gdbarch.h: Regenerate.
5324
5325 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
5326
5327         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
5328         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
5329         (kernel_u_size): Added.
5330         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
5331         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
5332
5333 2002-04-04  Jim Ingham  <jingham@apple.com>
5334
5335        * valarith.c (find_size_for_pointer_math): New function, either returns
5336        the size for a pointer's target, returns 1 for void *, or errors for
5337        incomplete types.
5338        (value_add, value_sub): use find_size_for_pointer_math.
5339
5340 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5341
5342         * linux-low.c (linux_look_up_symbols): New hook.
5343         (linux_target_ops): Add linux_look_up_symbols.
5344         * remote-utils.c (decode_address): New function.
5345         (look_up_one_symbol): New function.
5346         * server.c (handle_query): Call target look_up_symbols hook.
5347         * server.h (look_up_one_symbol): Add prototype.
5348         * target.h (struct target_ops): Add look_up_symbols hook.
5349
5350 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5351
5352         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
5353         * ChangeLog: Correct paths in last ChangeLog entry.
5354
5355 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5356
5357         * gdbserver/linux-low.h: Remove obsolete prototypes.
5358         (struct linux_target_ops): New.
5359         (extern the_low_target): New.
5360         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
5361         (register_addr): Use the_low_target explicitly.
5362         (fetch_register): Likewise.
5363         (usr_fetch_inferior_registers): Likewise.
5364         (usr_store_inferior_registers): Likewise.
5365         * gdbserver/linux-arm-low.c (num_regs): Remove.
5366         (arm_num_regs): Define.
5367         (arm_regmap): Renamed from regmap, made static.
5368         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
5369         made static.
5370         (arm_cannot_store_register): Renamed from cannot_store_register,
5371         made static.
5372         (the_low_target): New.
5373         * gdbserver/linux-i386-low.c (num_regs): Remove.
5374         (i386_num_regs): Define.
5375         (i386_regmap): Renamed from regmap, made static.
5376         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
5377         made static.
5378         (i386_cannot_store_register): Renamed from cannot_store_register,
5379         made static.
5380         (the_low_target): New.
5381         * gdbserver/linux-ia64-low.c (num_regs): Remove.
5382         (ia64_num_regs): Define.
5383         (ia64_regmap): Renamed from regmap, made static.
5384         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
5385         made static.
5386         (ia64_cannot_store_register): Renamed from cannot_store_register,
5387         made static.
5388         (the_low_target): New.
5389         * gdbserver/linux-m68k-low.c (num_regs): Remove.
5390         (m68k_num_regs): Define.
5391         (m68k_regmap): Renamed from regmap, made static.
5392         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
5393         made static.
5394         (m68k_cannot_store_register): Renamed from cannot_store_register,
5395         made static.
5396         (the_low_target): New.
5397         * gdbserver/linux-mips-low.c (num_regs): Remove.
5398         (mips_num_regs): Define.
5399         (mips_regmap): Renamed from regmap, made static.
5400         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
5401         made static.
5402         (mips_cannot_store_register): Renamed from cannot_store_register,
5403         made static.
5404         (the_low_target): New.
5405         * gdbserver/linux-ppc-low.c (num_regs): Remove.
5406         (ppc_num_regs): Define.
5407         (ppc_regmap): Renamed from regmap, made static.
5408         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
5409         made static.
5410         (ppc_cannot_store_register): Renamed from cannot_store_register,
5411         made static.
5412         (the_low_target): New.
5413         * gdbserver/linux-s390-low.c (num_regs): Remove.
5414         (s390_num_regs): Define.
5415         (s390_regmap): Renamed from regmap, made static.
5416         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
5417         made static.
5418         (s390_cannot_store_register): Renamed from cannot_store_register,
5419         made static.
5420         (the_low_target): New.
5421         * gdbserver/linux-sh-low.c (num_regs): Remove.
5422         (sh_num_regs): Define.
5423         (sh_regmap): Renamed from regmap, made static.
5424         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
5425         made static.
5426         (sh_cannot_store_register): Renamed from cannot_store_register,
5427         made static.
5428         (the_low_target): New.
5429         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
5430         (the_low_target): New.
5431
5432 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
5433
5434         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
5435         override FP_REGNUM with frame->fp.  Update copyright.
5436         * parse.c (num_std_regs, std_regs): Delete.
5437         (target_map_name_to_register): Do not search std_regs.  Update
5438         function description.
5439         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
5440         declarations.  Update copyright.
5441         Fix PR gdb/251.
5442
5443 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5444
5445         * gdbserver/Makefile.in: Add stamp-h target.
5446         * gdbserver/configure.in: Create stamp-h.
5447         * gdbserver/configure: Regenerated.
5448
5449 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5450
5451         * gdbserver/inferiors.c: New file.
5452         * gdbserver/target.c: New file.
5453         * gdbserver/target.h: New file.
5454         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
5455         dependencies.
5456         * gdbserver/linux-low.c (inferior_pid): New static variable,
5457         moved from server.c.
5458         (linux_create_inferior): Renamed from create_inferior.
5459         Call add_inferior.  Return 0 on success instead of a PID.
5460         (linux_attach): Renamed from myattach.
5461         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
5462         (linux_thread_alive): Renamed from mythread_alive.
5463         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
5464         child dies.
5465         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
5466         (regsets_store_inferior_registers): Correct error message.
5467         Add missing ``return 0''.
5468         (linux_fetch_registers): Renamed from fetch_inferior_registers.
5469         (linux_store_registers): Renamed from store_inferior_registers.
5470         (linux_read_memory): Renamed from read_inferior_memory.
5471         (linux_write_memory): Renamed from write_inferior_memory.
5472         (linux_target_ops): New structure.
5473         (initialize_low): Call set_target_ops ().
5474         * gdbserver/remote-utils.c (unhexify): New function.
5475         (hexify): New function.
5476         (input_interrupt): Send signals to ``signal_pid''.
5477         * gdbserver/server.c (inferior_pid): Remove.
5478         (start_inferior): Update create_inferior call.
5479         (attach_inferior): Call add_inferior.
5480         (handle_query): New function.
5481         (main): Call handle_query for `q' packets.
5482         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
5483         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
5484
5485 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5486
5487         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
5488         dependencies.
5489         * gdbserver/configure.in: Check for <string.h>
5490         * gdbserver/configure: Regenerate.
5491         * gdbserver/config.in: Regenerate.
5492         * gdbserver/gdbreplay.c: Include needed system headers.
5493         (remote_open): Remove strchr prototype.
5494         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
5495         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
5496         (supply_register_by_name): Likewise.
5497         (collect_register): Change buf argument to void *.
5498         (collect_register_by_name): Likewise.
5499         * gdbserver/regcache.h: Add missing prototypes.
5500         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
5501         * gdbserver/server.c (handle_query): New function.
5502         (attached): New static variable, moved out of main.
5503         (main): Quiet longjmp clobber warnings.
5504         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
5505         * gdbserver/utils.c (error): Remove NORETURN.
5506         (fatal): Likewise.
5507
5508 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
5509
5510         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
5511         after the last symbol in a block.
5512
5513 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
5514
5515         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
5516         is non zero as a found symbol.
5517
5518 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
5519
5520         * findvar.c: Include "builtin-regs.h".
5521         (value_of_register): Call value_of_builtin_reg when applicable.
5522         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
5523         (target_map_name_to_register): Call
5524         builtin_reg_map_name_to_regnum.
5525         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
5526         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
5527         (builtin_regs_h): Define.
5528         (builtin-regs.o): New target.
5529         (findvar.o): Add $(builtin_regs_h).
5530         * builtin-regs.c, builtin-regs.h: New files.
5531         * std-regs.c: New file.
5532         Partial fix for PR gdb/251.
5533
5534 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
5535
5536         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
5537         it's no longer required.
5538
5539 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
5540
5541         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
5542
5543 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
5544
5545         From Jimi X <jimix@watson.ibm.com>:
5546         * rs6000-tdep.c (rs6000_software_single_step): Use
5547         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
5548         and size.  Use target_insert_breakpoint() and
5549         target_remove_breakpoint() to insert and remove breakpoints
5550         instead of explicit memory reads and writes.
5551
5552 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
5553
5554         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
5555         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
5556         ELF_OBJECT_FORMAT ifdef.
5557
5558 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
5559
5560         From Jimi X <jimix@watson.ibm.com>:
5561         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
5562
5563 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
5564
5565         From Jimi X <jimix@watson.ibm.com>:
5566         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
5567         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
5568
5569 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
5570
5571         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
5572         s/asprintf/xasprintf/.
5573         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
5574
5575 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5576
5577         I believe Jeff Law denies responsability for this one:
5578         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
5579         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
5580         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
5581         Work-around for PR gdb/366.
5582
5583 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
5584
5585         * remote-e7000.c (write_small, e7000_read_inferior_memory,
5586         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
5587         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
5588
5589 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
5590
5591         * sh-tdep.c (sh_fp_frame_init_saved_regs,
5592         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
5593         information.
5594
5595 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5596
5597         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
5598         maintainer.
5599
5600 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
5601
5602         * README (Reporting Bugs in GDB): Document the bug web page as the
5603         prefered way of submitting bugs.
5604         Fix PR gdb/402.
5605
5606 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
5607
5608         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
5609         -1.  Update comment.
5610         * gdbarch.h, gdbarch.c: Re-generate.
5611
5612 2002-04-07  Andreas Schwab  <schwab@suse.de>
5613
5614         * m68klinux-nat.c (fill_fpregset): Properly pass address of
5615         buffer to regcache_collect.
5616
5617 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
5618
5619         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
5620         * gdbarch.c, gdbarch.h: Re-generate.
5621
5622 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
5623
5624         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
5625         declaration.  Fix -Werror.
5626
5627 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
5628
5629         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
5630         * gdbarch.c: Regenerate.
5631
5632 2002-04-05  Michael Snyder  <msnyder@redhat.com>
5633
5634         * breakpoint.c (clear_command): Rewrite middle section to
5635         combine two loops with identical control conditions.
5636         Add a cleanup to eliminate a memory leak.
5637         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
5638
5639 2002-04-05  H.J. Lu  (hjl@gnu.org)
5640
5641         * solib-svr4.c (bkpt_names): Add "__start".
5642
5643 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
5644
5645         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
5646         as test for 64 bit target.
5647
5648 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
5649
5650         * h8500-tdep.c (h8500_write_fp): Delete function.
5651         * dwarf2cfi.c (cfi_write_fp): Document as not used.
5652         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
5653         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
5654         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
5655         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
5656         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
5657         (s390_write_fp):
5658         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
5659         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
5660         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
5661         (d10v_write_fp): Delete function.
5662         * inferior.h (write_fp, generic_target_write_fp): Delete
5663         declarations.
5664         * regcache.c (generic_target_write_fp): Delete function.
5665         (write_fp): Delete function.
5666         * gdbarch.sh (TARGET_WRITE_FP): Delete.
5667         * gdbarch.h, gdbarch.c: Regenerate.
5668         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
5669         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
5670         (sparc64_write_fp): Delete declaration.
5671         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
5672         (h8500_write_fp): Delete declaration.
5673
5674 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
5675
5676         * sparc-tdep.c (sparc64_write_fp): Delete.
5677         (sparc_push_dummy_frame): Replace write_fp call with code to store
5678         the FP directly.
5679         (sparc_gdbarch_init): Do not initialize write_fp.
5680
5681 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
5682
5683         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
5684         clause.
5685
5686 2002-03-29  Jim Blandy  <jimb@redhat.com>
5687
5688         * stack.c (get_selected_block): Add new argument `addr_in_block',
5689         used to return the exact code address we used to select the block,
5690         not just the block.
5691         * blockframe.c (get_frame_block, get_current_block): Same.
5692         * frame.h (get_frame_block, get_current_block,
5693         get_selected_block): Update declarations.
5694         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
5695         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
5696
5697 2002-04-05  Michael Snyder  <msnyder@redhat.com>
5698
5699         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
5700         warning message.
5701
5702 2002-04-05  J. Brobecker  <brobecker@gnat.com>
5703
5704         * utils.c (xfullpath): New function.
5705         * defs.h (xfullpath): Add declaration.
5706         * source.c (openp): Use xfullpath in place of gdb_realpath to
5707         avoid resolving the basename part of filenames when the
5708         associated file is a symbolic link. This fixes a potential
5709         inconsistency between the filenames known to GDB and the
5710         filenames it prints in the annotations.
5711         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
5712         to be able to match a filename with either the real filename, or
5713         the name of any symbolic link to this file.
5714         (lookup_partial_symtab): Ditto.
5715
5716 2002-04-04  Michael Snyder  <msnyder@redhat.com>
5717
5718         * breakpoint.c: Add support for hardware breakpoints in overlays.
5719         (overlay_events_enabled): New state variable.
5720         (insert_breakpoints): Use overlay_events_enabled to decide
5721         whether to attempt to set a breakpoint at the overlay load addr.
5722         Handle bp_hardware_breakpoint as well as bp_breakpoint.
5723         (remove_breakpoint): Use overlay_events_enabled to decide
5724         whether breakpoints need to be removed from overlay load addr.
5725         Handle bp_hardware_breakpoint as well as bp_breakpoint.
5726         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
5727         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
5728         disable_overlay_breakpoints): Update overlay_events_enabled.
5729
5730 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
5731
5732         * dwarf2read.c (struct function_range): New.
5733         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
5734         (check_cu_functions): New.
5735         (read_file_scope): Initialize global function lists.
5736         Call dwarf_decode_line after processing children.
5737         (read_func_scope): Add to global function list.
5738         (dwarf_decode_lines): Call check_cu_functions everywhere
5739         record_line is called.  Call record_line with a linenumber
5740         of 0 to mark sequence ends.
5741
5742 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
5743
5744         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
5745         change sync with glibc.
5746
5747 2002-04-03  Jim Blandy  <jimb@redhat.com>
5748
5749         * configure.in: Call AC_C_INLINE.
5750         * configure: Regenerated.
5751
5752 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
5753
5754         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
5755         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
5756
5757 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
5758
5759         * NEWS: Mention gcore support on FreeBSD/i386.
5760
5761         * fbsd-proc.c: New file.
5762         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
5763         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
5764
5765         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
5766         while statement.
5767
5768 2002-03-29  Jim Blandy  <jimb@redhat.com>
5769
5770         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
5771         unescaped newlines in string literals, but newer ones don't.  So
5772         escape them.
5773
5774 2002-03-26  Michael Snyder  <msnyder@redhat.com>
5775             Andrew Cagney <cagney@redhat.com>
5776
5777         * cli/cli-dump.c: New file.  Dump memory to file,
5778         restore file to memory.
5779         * cli/cli-dump.h: New file.
5780         * Makefile.in: Add rules, dependencies for cli-dump.o.
5781         * NEWS: Mention new commands.
5782
5783 2002-03-28  Michael Snyder  <msnyder@redhat.com>
5784
5785         * symfile.c (symbol_file_add): Move test for null symbols to later.
5786
5787 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
5788
5789         From veksler at il.ibm.com:
5790         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
5791         the xstrduped original path.
5792         Fix PR gdb/417.
5793
5794 2002-03-27  Michael Snyder  <msnyder@redhat.com>
5795
5796         * breakpoint.c (_initialize_breakpoint): Clean up help string.
5797         * infcmd.c (_initialize_infcmd): Ditto.
5798         * language.c (_initialize_language): Ditto.
5799         * symfile.c (_initialize_symfile): Ditto.
5800         * top.c (_init_main): Ditto.
5801         * cli/cli-cmds.c (init_cli_cmds): Ditto.
5802
5803 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
5804
5805         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
5806         vector registers handling.
5807         (skip_prologue): Handle new AltiVec instructions.  Fill in new
5808         fields of frame data.
5809         (frame_get_saved_regs): Fill in information for AltiVec registers.
5810
5811 2002-03-27  Jim Blandy  <jimb@redhat.com>
5812
5813         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
5814         a function; leave this macro here to invoke that function.
5815         (symbol_init_mangled_name): Declaration for that function.
5816         * symtab.c (symbol_init_mangled_name): New function.
5817
5818 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
5819
5820         * valarith.c: Replace strerror with safe_strerror.
5821         * tracepoint.c: Ditto.
5822         * lin-lwp.c: Ditto.
5823         * go32-nat.c: Ditto.
5824         * inflow.c: Ditto.
5825         * gnu-nat.c: Ditto.
5826
5827 2002-03-27  Andreas Schwab  <schwab@suse.de>
5828
5829         * event-top.c (command_line_handler): Remove useless if.
5830
5831 2002-03-27  Andreas Jaeger  <aj@suse.de>
5832
5833         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
5834         comment.
5835
5836 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
5837
5838         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
5839         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
5840         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
5841         (x86_64_linux_dr_get_status, supply_gregset),
5842         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
5843         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
5844         (x86_64_register_info_table): Add.
5845         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
5846         (x86_64_register_raw_size, x86_64_register_virtual_type),
5847         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
5848         general x86_64_register_info_table.
5849         (i386_gdbarch_init): gdbarch_register_bytes is now set
5850         dynamicaly during initialization.
5851         * regformats/reg-x86-64.dat: Synced with changes to registers above.
5852         * gdbserver/linux-x86-64-low.c: Ditto.
5853
5854 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
5855
5856         * gdbserver/server.c (main): Call target_signal_to_host_p
5857         and target_signal_to_host on signals received from the remote.
5858         * gdbserver/remote-utils.c (prepare_resume_reply): Call
5859         target_signal_from_host on signals sent to the remote.
5860         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
5861         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
5862
5863 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
5864
5865         * signals/signals.c: Include "server.h" in gdbserver build.
5866         (target_signal_from_name): Don't use STREQ.
5867         (_initialize_signals): Likewise.  Don't include function in
5868         gdbserver build.
5869
5870 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
5871
5872         * signals.c: Moved to...
5873         * signals/signals.c: Here.
5874         * Makefile (signals.o): Update.
5875
5876 2002-03-26  Jeff Law (law@redhat.com)
5877
5878         * somread.c (som_symtab_read): Remove some commented out code and
5879         updated related comments.  Do not set the minimal symbol table to
5880         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
5881         in a dynamic executable.
5882         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
5883         where we are unable to find the minimal symbol for the given
5884         PC value.
5885
5886 2002-03-25  Jeff Law (law@redhat.com)
5887
5888         * linux-proc.c (read_mapping): Scan up to end of line for filename.
5889
5890 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
5891
5892         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
5893
5894 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
5895
5896         * command.h: Update copyright.
5897         (struct cmd_list_element): Replace definition with opaque
5898         declaration.
5899         (enum cmd_types): Document that it will eventually be moved to
5900         cli/cli-decode.h
5901         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
5902         (MALLOCED_REPLACEMENT): Delete macro.
5903         * Makefile.in (cli_decode_h): Add $(command_h).
5904         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
5905         * top.c: Include "cli/cli-decode.h".
5906         * completer.c: Include "cli/cli-decode.h".
5907         * maint.c: Include "cli/cli-decode.h".
5908         * cli/cli-decode.h: Include "command.h".
5909         (enum command_class): Delete.
5910         (enum cmd_types): Comment out.
5911         (enum cmd_auto_boolean): Delete.
5912         (enum var_types): Delete.
5913
5914 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
5915
5916         * cli/cli-decode.c: Include "gdb_assert.h".
5917         (add_set_or_show_cmd): New static function.
5918         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
5919         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
5920         all fields, such as func, from the set command.
5921
5922 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
5923
5924         * MAINTAINERS (sh-elf): Change warning flag to -w.
5925
5926 2002-03-23  Andrew Cagney  <cagney@redhat.com>
5927
5928         * defs.h (error): Add printf format attribute.
5929         * thread-db.c (thread_from_lwp): Fix error format string.
5930         * stack.c (parse_frame_specification): Ditto.
5931         * cli/cli-decode.c (undef_cmd_error): Ditto.
5932         * scm-lang.c (scm_lookup_name): Ditto.
5933         * tracepoint.c (trace_error): Ditto.
5934         * remote-utils.c (usage): Ditto.
5935         * remote.c (compare_sections_command): Ditto.
5936         Fix PR gdb/328.
5937
5938 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
5939
5940         * gdbtypes.c (append_composite_type_field): New function.
5941         (init_composite_type): New function.
5942         * gdbtypes.h (append_composite_type_field): Declare.
5943         (init_composite_type): Ditto.
5944
5945 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
5946
5947         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
5948         function.
5949         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
5950         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
5951         structure returning convention for SYSV ABI case, but not
5952         for GNU/Linux, FreeBSD, or NetBSD.
5953
5954 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
5955
5956         * symtab.h (lookup_block_symbol): Add mangled_name argument
5957         to prototype.
5958
5959         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
5960         with new mangled_name argument.
5961         * linespec.c (decode_line_1): Likewise.
5962         * valops (value_of_this): Likewise.
5963         * symtab.c (lookup_transparent_type): Likewise.
5964         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
5965         (lookup_symbol): If we are given a mangled name, pass it down
5966         to lookup_symbol_aux.
5967         (lookup_block_symbol): If we are given a mangled name to check
5968         against, only return symbols which match it.
5969
5970 2002-03-22  Christopher Faylor  <cgf@redhat.com>
5971
5972         * win32-nat.c (child_create_inferior): Check for proper shell to use
5973         here, in case the user changes it on the fly.
5974         (_initialize_inftarg): Remove shell path considerations.
5975
5976 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
5977
5978         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
5979         for gdbarch_max_register_raw_size and max_register_virtual_size.
5980         Adjust copyright year.
5981
5982 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
5983
5984          * dbxread.c (process_one_symbol): Extend the first N_SLINE
5985          in a function to cover the entire beginning of the function
5986          as well if it does not already.
5987
5988 2002-03-21  Tom Rix  <trix@redhat.com>
5989
5990         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
5991         (rs6000_ptrace64): Renamed from ptrace64.
5992
5993 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
5994
5995         * gdbserver/remote-utils.c (remote_open): Don't call
5996         getprotobyname, we're all using TCP here so just use
5997         IPPROTO_TCP.
5998         * gdbserver/gdbreplay.c (remote_open): Ditto.
5999
6000 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
6001
6002         * regcache.c (_initialize_regcache): No need to call
6003         build_regcache() at this time; it gets called whenever
6004         the gdbarch changes.
6005
6006 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
6007
6008         * sparc-nat.c:  Include sys/param.h where possible.
6009
6010 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
6011
6012         Fix PR gdb/422.
6013         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
6014         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
6015         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
6016         complex types.
6017         * stabsread.c (rs6000_builtin_type): Likewise.
6018         (read_sun_floating_type): Likewise.
6019
6020 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6021
6022         * stabsread.c (read_member_functions): Remove skip code for duplicate
6023         constructor/destructor methods.  Use standard parsing for these
6024         methods and just do not chain them to the list of methods after
6025         parsing.
6026
6027 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
6028
6029         * coffread.c: Remove redundant static declarations.  Replace
6030         occurrences of `PTR' with `void *'.
6031         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
6032         * top.h (quit_cover): Likewise.
6033         * defs.h (catch_errors): Likewise.
6034
6035 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
6036
6037         * defs.h (XMALLOC): Define.
6038         * gdb-events.sh (XMALLOC): Delete macro.
6039         * gdb-events.c, gdb-events.h: Regenerate.
6040         * gdbarch.sh (XMALLOC): Delete macro.
6041         * gdbarch.c: Regenerate.
6042         * serial.c (XMALLOC): Delete macro.
6043         * ui-file.c (XMALLOC): Ditto.
6044         * ser-unix.h (XMALLOC): Ditto.
6045         * sh-tdep.c (XMALLOC): Ditto.
6046         * ui-out.c (XMALLOC): Ditto.
6047         * utils.c (XMALLOC): Ditto.
6048         * i386-tdep.c (XMALLOC): Ditto.
6049         * gdb-events.c (XMALLOC): Ditto.
6050         * d10v-tdep.c (XMALLOC): Ditto.
6051         * cli-out.c (XMALLOC): Ditto.
6052
6053         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
6054         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
6055         * ui-file.c, ui-out.c: Ditto.
6056
6057 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
6058
6059         * command.h (struct cmd_list_element): Add field context.
6060         (set_cmd_context, get_cmd_context): Declare.
6061         * cli/cli-decode.h: Ditto.
6062         * cli/cli-decode.c (get_cmd_context): New function.
6063         (set_cmd_context): New function.
6064         (add_cmd): Initialize context.
6065         Part of fixing PR gdb/145 and PR gdb/146.
6066
6067 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
6068
6069         * cli/cli-decode.c (cmd_type): New function.
6070         * command.h (cmd_type): Declare.
6071         * infrun.c (set_schedlock_func): Call function cmd_type.
6072         * kod.c (kod_set_os): Call cmd_type.
6073         * cris-tdep.c (cris_version_update): Use function cmd_type.
6074         (cris_mode_update, cris_abi_update): Ditto.
6075
6076         * command.h: (execute_cmd_post_hook): Declare.
6077         (execute_cmd_pre_hook): Declare.
6078         * cli/cli-script.c (clear_hook_in_cleanup): New function.
6079         (execute_cmd_post_hook, execute_cmd_pre_hook): New
6080         functions. Execute pre/post hook while ensuring that afterwords
6081         hook_in is cleared.
6082         * top.c (execute_command): Use execute_cmd_post_hook, and
6083         execute_cmd_pre_hook to execute pre/post commands.
6084         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
6085         hook_stop_stub.
6086         (hook_stop_stub): Call execute_cmd_pre_hook.
6087
6088 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
6089
6090         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
6091         set'' and this leads to a core dump.  Move xstrdup of
6092         operating_system to after check that it is not NULL.
6093
6094 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
6095
6096         * kod.c (kod_set_os): Remove unnecessary check that
6097         ``command->type'' is set_cmd.
6098
6099         * valprint.c (set_input_radix): Use input_radix.
6100         (set_output_radix): Use output_radix.
6101         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
6102         isn't reverted.
6103
6104 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
6105
6106         * value.h (struct value): Delete field ``substring_addr''.  Change
6107         aligner fields to force_doublest_align, force_longest_align,
6108         force_core_addr_align and force_pointer_aligh.
6109
6110         * value.h (struct value): Fix typo in above change.
6111
6112 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6113
6114         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
6115         to fix internal_error from ``maintenance print architecture''.
6116
6117 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6118
6119         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
6120         for gcc versions after gcc-2.8.1.
6121
6122 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6123
6124         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
6125         for method resolution.  Restore adjustment of ``this'' pointer after
6126         calling value_struct_elt, which was accidentally removed during the
6127         HP merge.
6128
6129 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
6130
6131         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
6132         value_of_register.
6133         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
6134         get_saved_register.
6135         * value.h (value_of_register): Update.
6136
6137 2002-03-14  Richard Henderson  <rth@redhat.com>
6138
6139         * configure.in: Detect declaration for canonicalize_file_name.
6140         * utils.c (canonicalize_file_name): Declare, if needed.
6141         (gdb_realpath): Prefer realpath if available and usable.
6142         * config.in, configure: Rebuild.
6143
6144 2002-03-14  Richard Henderson  <rth@redhat.com>
6145
6146         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
6147         a constant array bound.
6148
6149         * MAINTAINERS: Add myself to write-after-approval.
6150
6151 2002-03-14  Michael Snyder  <msnyder@redhat.com>
6152
6153         * symfile.c (syms_from_objfile): Return immediately if no syms.
6154         (symbol_file_add): Return immediately if no syms.
6155         (find_sym_fns): Return immediately if no syms.
6156
6157 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
6158
6159         * gdbserver/remote-util.c (remote_open): Print remote-side's
6160         IP address when remote debugging over the network.
6161
6162 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
6163
6164         * config/sparc/fbsd.mh: Fix copyright.
6165         * config/sparc/fbsd.mt: Likewise.
6166
6167 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
6168
6169         * MAINTAINERS: Fix typo in name of gdb warnings option.
6170         (x86-64): Fix formating so that this can be parsed by awk.
6171
6172 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
6173
6174         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
6175         * defs.h: Include "gdb/signals.h".
6176         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
6177
6178 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
6179
6180         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
6181         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
6182         from x86-64-tdep.h
6183
6184 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
6185             Don Howard <dhoward@redhat.com>
6186
6187         * mips-tdep.c (ST0_FR): Define.
6188         (mips2_fp_compat): New function, temporarily disabled.
6189         (mips_read_fp_register_single): New function.
6190         (mips_read_fp_register_double): New function.
6191         (mips_print_register): Use them.
6192         (do_fp_register_row): Likewise.
6193
6194 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
6195
6196         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
6197         approval''.
6198
6199 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6200
6201         * stabsread.c (read_member_functions): Fix is_stub test for
6202         static member functions, improve comment.
6203
6204 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
6205
6206         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
6207         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
6208         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
6209         commands that set boolean values.
6210         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
6211         (arm_rdi_resume): Always initialize PC.
6212         (arm_rdi_open): Don't use rslt as a boolean.
6213         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
6214         (arm_rdi_fetch_registers, arm_rdi_store_registers)
6215         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
6216         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
6217
6218 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
6219
6220         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
6221         * configure: Rebuilt.
6222
6223 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6224
6225         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
6226         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
6227
6228 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
6229
6230         * cli/cli-decode.c (set_cmd_completer): New function.
6231         * command.h (set_cmd_completer): Declare.
6232         * cli/cli-decode.h (set_cmd_completer): Ditto.
6233
6234         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
6235         * cli/cli-cmds.c (init_cli_cmds): Ditto.
6236         * win32-nat.c (_initialize_inftarg): Ditto.
6237         * remote-rdi.c (_initialize_remote_rdi): Ditto.
6238         * proc-api.c (_initialize_proc_api): Ditto.
6239         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
6240         * source.c (_initialize_source): Ditto.
6241         * exec.c (_initialize_exec): Ditto.
6242         * solib.c (_initialize_solib): Ditto.
6243         * top.c (init_main): Ditto.
6244         * tracepoint.c (_initialize_tracepoint): Ditto.
6245         * symfile.c (_initialize_symfile): Ditto.
6246         * printcmd.c (_initialize_printcmd): Ditto.
6247         * infcmd.c (_initialize_infcmd): Ditto.
6248         * corefile.c (_initialize_core): Ditto.
6249
6250 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
6251
6252         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
6253
6254 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
6255
6256         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
6257
6258 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
6259
6260         * NEWS: Update headings, 5.2 has branched.
6261
6262 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
6263
6264         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
6265         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
6266         (register_addr, REGISTER_RAW_SIZE): Likewise.
6267         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
6268         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
6269
6270 2002-03-03  Michal Ludvig <mludvig@suse.cz>
6271
6272         * MAINTAINERS (x86-64): Add myself.
6273         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
6274         changed value_ptr -> struct value *
6275
6276 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
6277
6278         * configure.host (sparc64-*-freebsd): Add.
6279         * configure.tgt: Likewise.
6280         * config/sparc/fbsd.mh: New file.
6281         * config/sparc/fbsd.mt: Likewise.
6282         * config/sparc/nm-fbsd.h: Likewise.
6283         * config/sparc/tm-fbsd.h: Likewise.
6284
6285 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
6286
6287         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
6288         regformats/reg-s390x.dat.
6289
6290 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
6291
6292         * utils.c: Add FIXME explaining true/false problem.
6293
6294 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
6295
6296         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
6297
6298 2002-02-28  Michael Chastain  <mec@shout.net>
6299
6300         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
6301
6302 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
6303
6304         * gdbserver/linux-s390-low.c: New file.
6305         * regformats/reg-s390.dat: New file.
6306         * regformats/reg-s390x.dat: New file.
6307         * gdbserver/configure.srv: Add S/390.
6308         * gdbserver/Makefile.in: Add S/390.
6309         * configure.tgt: Enable gdbserver for S/390.
6310
6311 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
6312
6313         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
6314         first line of the doc string for "info dos", except at the end of
6315         the sentence, since the short help stops at the first period.
6316
6317 2002-02-28  Jason Merrill  <jason@redhat.com>
6318
6319         * dwarf2read.c (dwarf_cfi_name): Add new codes.
6320
6321 2002-02-27  Fred Fish  <fnf@redhat.com>
6322
6323         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
6324         comment (dumy -> dummy).
6325
6326 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6327
6328         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
6329
6330 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
6331
6332       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
6333
6334 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
6335
6336         * gdbserver/acconfig.h: New file.
6337         * gdbserver/i387-fp.c: New file.
6338         * gdbserver/i387-fp.h: New file.
6339         * gdbserver/linux-x86-64.c: New file.
6340         * regformats/reg-x86-64.dat: New file.
6341         * configure.tgt: Add x86_64-*-linux* gdbserver support.
6342         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
6343         * gdbserver/configure.in: Add support for regsets.
6344         * gdbserver/config.in: Regenerate.
6345         * gdbserver/configure: Regenerate.
6346         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
6347         * gdbserver/linux-low.h: New file.
6348         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
6349         for regsets.
6350         * gdbserver/linux-arm-low.c: Include "linux-low.h".
6351         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
6352         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
6353         * gdbserver/linux-mips-low.c: Include "linux-low.h".
6354         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
6355         * gdbserver/linux-sh-low.c: Include "linux-low.h".
6356         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
6357         "i387-fp.h".  Add PTRACE_GETREGS and friends.
6358         * gdbserver/regcache.c (supply_register): New function.
6359         (supply_register_by_name): New function.
6360         (collect_register): New function.
6361         (collect_register_by_name): New function.
6362
6363 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
6364
6365         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
6366         (config.status): Add configure.srv dependency.
6367         (server_h): Add config.h dependency.
6368
6369 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
6370
6371         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
6372         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
6373         * gdbserver/configure.srv: Change i386-*-linux* to use
6374         reg-i386-linux.o.
6375
6376 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
6377
6378         * x86-64-tdep.c: Re-indent.  Update copyright date.
6379
6380 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
6381
6382         From Michal Ludvig <mludvig@suse.cz>:
6383         * x86-64-tdep.c (value.h): Delete.
6384         (gdb_assert.h): Include.
6385         (x86_64_register_convert_to_virtual,
6386         x86_64_register_convert_to_raw ): Add check which lets only
6387         floating-point values to be converted.
6388         (value_push): Delete.
6389         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
6390         (i386_gdbarch_init): Number of register_bytes fixed.
6391
6392 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
6393
6394         * MAINTAINERS: Add x86-64 target.
6395
6396 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
6397
6398         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
6399         * osfsolib.c (solib_map_sections): Ditto.
6400         * irix5-nat.c (solib_map_sections): Ditto.
6401         * corelow.c (gdb_check_format): Ditto.
6402         * symfile.c (symfile_bfd_open): Ditto.
6403         * solib.c (solib_map_sections): Ditto.
6404         Fix PR gdb/354.
6405
6406 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
6407
6408         * remote.c (_initialize_remote): By default, disable ``e'' and
6409         ``E'' step out-of-range packets.
6410
6411 2002-02-26  Andreas Schwab  <schwab@suse.de>
6412
6413         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
6414         m68k_linux_frame_saved_pc.
6415         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
6416         in_sigtramp.
6417         (SIGCONTEXT_PC_OFFSET): Remove.
6418         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
6419         m68k_linux_sigtramp_saved_pc): New functions.
6420         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
6421         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
6422         (UCONTEXT_PC_OFFSET): Define.
6423         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
6424         non-RT and RT signal trampolines.
6425
6426 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
6427
6428         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
6429         (TARGET_NBPG, STACK_END_ADDR): Delete
6430         (VARIABLES_INSIDE_BLOCK): Delete.
6431
6432 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
6433
6434         * utils.c (perror_with_name): Make string parameter constant.
6435         (print_sys_errmsg): Ditto.
6436         (query): Ditto.
6437         * defs.h (perror_with_name): Update.
6438         (print_sys_errmsg): Update.
6439         (query): Update.
6440
6441 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
6442
6443         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
6444         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
6445
6446 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6447
6448         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
6449         if it already matches the current architecture from the exec file.
6450         Include arch-utils.h for gdbarch_info_init prototype.
6451         * Makefile.in (rs6000-nat.o): Update dependencies.
6452
6453 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
6454
6455         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
6456          list of exported variables.
6457
6458 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
6459
6460         * gdbserver/configure.srv: New file.
6461         * gdbserver/configure.in: Use configure.srv instead
6462         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
6463         from it.
6464         * gdbserver/configure: Regenerated.
6465         * gdbserver/terminal.h: New file.
6466         * gdbserver/Makefile.in: Update for configure changes.  Remove
6467         more unneeded include paths.
6468
6469 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6470
6471         From wiz at danbala:
6472         * config/sparc/tm-sp64.h: Fix grammar and typos.
6473         Fix PR gdb/287.
6474
6475 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
6476
6477         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
6478         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
6479         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
6480         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
6481         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
6482         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
6483         * s390-tdep.c: Ditto.
6484         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
6485         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
6486         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
6487         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
6488         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
6489         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
6490         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
6491         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
6492         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
6493         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
6494         Fix PR gdb/378.
6495
6496 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6497
6498         * lin-thread.c: Delete file.
6499         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
6500         to gdb_proc_service.h.
6501         * configure: Re-generate.
6502
6503         * ocd.c (ocd_open): Do not try to open the "ocd" device.
6504         * serial.c (serial_open): Delete check for "ocd".
6505         Fix PR gdb/349.
6506
6507         * Makefile.in (linux-thread.o): Delete target.
6508         * linux-thread.c: Delete file.
6509
6510         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
6511         renamed SH files to be consistent.
6512
6513         * symtab.c (sort_search_symbols): Use xfree.
6514
6515 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
6516
6517         * arm-linux-tdep.c (arm_linux_init_abi): Register
6518         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
6519         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
6520         definition with undef, since we don't want the sysvr4 definition.
6521         (SKIP_TRAMPOLINE_CODE): Likewise.
6522
6523 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6524
6525         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
6526
6527         * configure.in: (AC_CHECK_FUNCS) Added test for
6528         canonicalize_file_name Regenerated.
6529         * config.in, configure: Regenerated.
6530         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
6531         defined use canonicalize_file_name.
6532
6533 2002-02-23  Michael Chastain  <mec@shout.net>
6534
6535         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
6536
6537 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6538
6539         * README: Remove references to cygnus.com.
6540         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
6541         dot com'' form.  Remove references to cygnus.com and sourceware.
6542
6543 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6544
6545         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
6546         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
6547         1003.1-2001 no longer allows "head -1".
6548         * gdb/Makefile.in (version.c): Likewise.
6549         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
6550         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
6551         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
6552
6553 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6554
6555         * cli/cli-decode.c (cmd_cfunc_eq): New function.
6556         * command.h (cmd_cfunc_eq): Declare.
6557         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
6558
6559         * cli/cli-cmds.h (is_complete_command): Change parameter to a
6560         ``struct cmd_list_element *''.
6561         * cli/cli-cmds.c (is_complete_command): Update.  Use
6562         cmd_cfunc_eq.
6563         * top.c (execute_command): Pass the command to
6564         is_complete_command.
6565         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
6566
6567 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
6568
6569         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
6570         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
6571         architecture defines.
6572         * s390-tdep.c (s390_gdbarch_init): Likewise.
6573
6574 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
6575
6576         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
6577         (arm_linux_push_arguments): Likewise.
6578         (arm_linux_init_abi): Register them.  Also register linux-specific
6579         call_dummy_words.
6580         (find_minsym_and_objfile): Use strcmp, not STREQ.
6581         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
6582         (arm_linux_call_dummy_words): Delete declaration.
6583         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
6584         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
6585         declarations.
6586         (LOWEST_PC): Delete.
6587
6588 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6589
6590         * maint.c (print_section_info): Do not prepend `0x' to filepos
6591         output, it will be handled by local_hex_string_custom.
6592
6593 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
6594
6595         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
6596         (store_newfpe_double, store_newfpe_extended, store_fpregister)
6597         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
6598
6599 2002-02-22  Jim Blandy  <jimb@redhat.com>
6600
6601         Indicate that the bcache functions don't change the strings
6602         they're passed.
6603         * bcache.h (bcache, hash): Add `const' keywords to declarations.
6604         * bcache.c (bcache, hash): Add `const' keywords to definitions.
6605
6606 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6607
6608         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
6609
6610 2002-02-21  Christopher Faylor  <cgf@redhat.com>
6611
6612         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
6613         find the complete path to a loaded DLL.
6614
6615 2002-02-21  Fred Fish  <fnf@redhat.com>
6616
6617         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
6618         that marks the end of the range of a function, enter a line number
6619         entry that has a line number of zero and a PC offset that matches
6620         the end of the function.  This starts a range of PC's for which no
6621         line number information is known.
6622         * symtab.c (find_pc_sect_line): If our best fit is in a range of
6623         PC's for which no line number info is found (line number is zero)
6624         then we didn't find any valid line information.
6625         * symtab.h: Document use of zero line number entry.
6626
6627 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
6628
6629         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
6630         (have_ptrace_getvrregs): Define for run time checks.
6631         (gdb_vrregset_t): New type for Altivec register handling.
6632         (fetch_register, store_register): Fetch/store altivec register
6633         when needed.
6634         (fetch_altivec_register, store_altivec_register): New functions.
6635         (supply_vrregset, fill_vrregset): New functions.
6636         (fetch_altivec_registers, store_altivec_registers): New functions.
6637         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
6638         registers as well.
6639
6640 2002-02-21  Jiri Smid  <smid@suse.cz>
6641
6642         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
6643
6644 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
6645
6646         * Makefile.in (armnbsd-nat.o): Update dependencies.
6647         * armnbsd-nat.c (supply_gregset): New function.  Common code to
6648         supply the integer register set.
6649         (supply_fparegset): New function.  Similar for FPA registers.
6650         (fetch_regs, fetch_fp_regs): Use them.
6651         (fetch_core_registers): Likewise.
6652         (fetch_elfcore_registers): New function.
6653         (arm_netbsd_elfcore_fns): New core-file type specification.
6654         (_initialize_arm_netbsd_nat): Register it.
6655
6656 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
6657
6658         * armnbsd-nat.c: Include gdbcore.h.
6659         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
6660         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
6661         'void' to declaration, to shut up ARI.
6662         (fetch_core_registers): Make static.  Rewrite using supply_register.
6663         (arm_netbsd_core_fns): New core-file type specification.
6664         (_initialize_arm_netbsd_nat): New function.
6665
6666 2002-02-21  Christopher Faylor  <cgf@redhat.com>
6667
6668         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
6669         value.
6670
6671 2002-02-20  Christopher Faylor  <cgf@redhat.com>
6672
6673         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
6674         fails.
6675
6676 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
6677
6678         * jv-exp.y (parse_number): Change type of implicit longs
6679         to builtin_type_uint64.
6680
6681 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
6682
6683         * gdbserver/linux-low.c (mywait): Change argument to waitpid
6684         to be an integer instead of a `union wait'.
6685
6686 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
6687
6688         * mips-linux-nat.c: Call the operating system GNU/Linux.
6689         * mips-linux-tdep.c: Likewise.
6690         * mips-tdep.c: Likewise.
6691
6692 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
6693
6694         Fix PR gdb/265.
6695         * jv-exp.y (parse_number): Handle 64-bit integers.
6696
6697 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
6698
6699         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
6700         AC_STDC_HEADERS to AC_HEADER_STDC.
6701         * gdbserver/configure: Regenerated.
6702
6703 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
6704
6705         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
6706         is defined.
6707         * sparc-tdep.c (get_longjmp_target): Likewise.
6708
6709 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
6710
6711         * News: Add news about ARM and Multi-arch.  Mention the new target
6712         arm*-*-netbsd*.
6713
6714 2002-02-19  Jim Blandy  <jimb@redhat.com>
6715
6716         * stabsread.c (error_type_complaint): Improve error message.
6717
6718 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
6719
6720         * gdbserver/README: Update documentation.
6721         * gdbserver/configure.in: Update configury to match documentation.
6722         * gdbserver/Makefile.in: Likewise.
6723         * gdbserver/configure: Regenerated.
6724         * gdbserver/aclocal.m4: New file, generated by aclocal.
6725         * gdbserver/config.in: New file, generated by autoheader.
6726
6727 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6728
6729         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
6730         armnbsd-nat.c.
6731
6732 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6733
6734         * arm-tdep.h (enum arm_float_model): New enum.
6735         (struct gdbarch_tdep): Add fp_model.
6736         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
6737         up floating-point conversions until we know the floating-point model
6738         in use by the inferior.  Don't complain about being unable to
6739         determine the ABI of the inferior when we don't have one.
6740         (arm_extract_return_value): Support different floating-point models.
6741         (arm_store_return_value): Likewise.
6742         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
6743         ARM_FLOAT_SOFT.
6744         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
6745
6746 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6747
6748         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
6749         of ``current_gdbarch''.
6750
6751 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6752
6753         * armnbsd-nat.c : ANSIfy all function declarations.
6754         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
6755         (fetch_inferior_registers): Re-implement in terms of above.
6756         (store_register, store_regs, store_fp_register, store_fp_regs): New.
6757         (store_inferior_registers): Re-implement in terms of above.
6758
6759 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6760
6761         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
6762         kernel.
6763         * arm-linux-tdep.c: Likewise.
6764         * config/arm/tm-linux.h: Likewise.
6765
6766 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6767
6768         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
6769         * config/arm/nbsd.mt (TM_FILE): Delete.
6770         * config/arm/tm-nbsd.h: Delete.
6771
6772 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6773
6774         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
6775         Initialize CALL_DUMMY_LENGTH.
6776
6777 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
6778
6779         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
6780         function.
6781         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
6782         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
6783         defines one thing and that is incorrect for this port.
6784         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
6785
6786 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6787
6788         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
6789
6790 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
6791
6792         * win32-nat.c (display_selector): New function. Displays information
6793         about the information returned by GetThreadSelectorEntry API function.
6794         (display_selectors): New function. Displays the infomation of
6795         the selector given as argument, or of CS, DS ans FS selectors
6796         if no argument is given.
6797         ( _initialize_inftarg): Add "w32" as info prefix command.
6798         Add "info w32 selector" as command calling display_selectors.
6799
6800 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
6801
6802         * i386-tdep.c (get_longjmp_target): Fix compilation failure
6803         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
6804         if not defined.
6805
6806 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
6807
6808         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
6809
6810 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
6811
6812         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
6813         (arm_fix_call_dummy): Call it.
6814         (arm_call_dummy_breakpoint_offset): Delete.
6815         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
6816         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6817
6818 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
6819
6820         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
6821         Default to func_frame_chain_valid.
6822         * gdbarch.h, gdbarch.c: Re-generate.
6823         * frame.h (FRAME_CHAIN_VALID): Delete definition.
6824
6825 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
6826
6827         * ppc-linux-nat.c: Update copyright.
6828         (fetch_register, store_register): Add tid parameter, don't compute
6829         tid here.
6830         (fetch_ppc_registers, store_ppc_registers): Add tid
6831         parameter. Pass it along to callees.
6832         (fetch_inferior_registers, store_inferior_registers): Compute tid
6833         here, and pass it to calleed functions.
6834         (fill_gregset, supply_fpregset): Clean up formatting.
6835
6836 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
6837
6838         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
6839         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
6840
6841 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
6842
6843         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
6844         * gdbarch.c gdbarch.h: Regenerate.
6845         * breakpoint.c (create_longjmp_breakpoint): Always compile this
6846         function.
6847         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
6848         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
6849         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
6850
6851         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
6852         * arm-tdep.c (arm_get_longjmp_target): New function.
6853         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
6854         this to a positive value register arm_get_longjmp_target as the
6855         longjmp handler.
6856         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
6857         (arm_linux_init_abi): Set up longjmp description in tdep.
6858         * armnbsd-nat.c (get_longjmp_target): Delete.
6859         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
6860         description in tdep.
6861         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
6862         (get_longjmp_target): Delete declaration.
6863         (GET_LONGJMP_TARGET): Delete.
6864         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
6865         (GET_LONGJMP_TARGET): Delete.
6866
6867 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
6868
6869         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
6870         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
6871         of ``current_gdbarch''.
6872
6873 2002-02-17  Tom Tromey  <tromey@redhat.com>
6874
6875         * cli/cli-cmds.c (compare_strings): New function.
6876         (complete_command): Only print each unique item once.
6877         * completer.h (complete_line): Declare.
6878         * completer.c (complete_line): New function.
6879         (line_completion_function): Use it.
6880
6881 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
6882
6883         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
6884         * gdbarch.h, gdbarch.c: Re-generate.
6885
6886 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
6887
6888         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
6889
6890 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
6891
6892         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6893         * valops.c (value_arg_coerce): Don't take the address of a reference
6894         to convert an argument to a reference.
6895
6896 2002-02-15  Christopher Faylor  <cgf@redhat.com>
6897
6898         * win32-nat.c (get_image_name): New function.
6899         (handle_load_dll): Use get_image_name function.
6900         (get_child_debug_event): Avoid registering debug events until possibly
6901         execed process is started.
6902         (child_create_inferior): Allow invocation via shell so that command
6903         line redirection, etc.  works ok.
6904         (_initialize_inftarg): Add new command: "set shell" to control whether
6905         a shell is used to start a process.
6906
6907 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
6908
6909         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
6910         instead of find_register_by_number.
6911         (cannot_store_register): Likewise.
6912
6913 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6914
6915         * dwarf2read.c: Replace fprintf (stderr, ...) by
6916         fprintf_unfiltered (gdb_stderr, ...).
6917
6918 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
6919
6920         * gdbserver/gdbserver.1: Document --attach.
6921
6922 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
6923
6924         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
6925         descriptions.
6926         * arm-tdep.c (arm_default_arm_le_breakpoint)
6927         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
6928         (arm_default_thumb_be_breakpoint): New.  Initialize them from
6929         traditional breakpoint defines.
6930         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
6931         (arm_gdbarch_init): Initialize new breakpoint variables.
6932         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
6933         (arm_linux_init_abi): Initialize linux-specific breakpoint.
6934         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
6935         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
6936         code out to ...
6937         (arm_netbsd_init_abi_common): ... here; new function.
6938         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
6939         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
6940         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
6941         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
6942
6943 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
6944
6945         * arm-tdep.h (enum arm_abi): New enum.
6946         (struct gdbarch_tdep): New structure.
6947         (LOWEST_PC): Provide a default.
6948         (arm_gdbarch_register_os_abi): Declare new function.
6949         * arm-tdep.c (arm_abi_names): New array.
6950         (process_note_abi_tag_sections): New function.
6951         (get_elfosabi): New function.
6952         (arm_gdbarch_register_os_abi): New function.
6953         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
6954         support for that ABI has been built in, then call the appropriate
6955         configuration routine.  Use gdbarch_num_regs() to get the number
6956         of registers.
6957         (arm_dump_tdep): New function.
6958         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
6959         place-holder functions.
6960         (_initialize_arm_tdep): Register them.
6961         * config/arm/tm-arm.h (LOWEST_PC): Delete.
6962
6963         * armnbsd-tdep.c: New file.
6964         * Makefile.in (armnbsd-tdep.o): Add dependencies.
6965         * config/arm/nbsd.mt (TDEPFILES): Add it.
6966         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
6967
6968         * armnbsd-nat.c: Include regcache.h.
6969         * Makefile.in (armnbsd-nat.o): Update dependency list.
6970
6971         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
6972
6973 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
6974
6975         * gdbserver/Makefile.in: Fix typos in target rules.
6976
6977 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
6978
6979         Fix part of PR gdb/267.
6980         * linespec.c (find_methods): Handle constructors specially for now.
6981
6982 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
6983
6984         * arm-tdep.c (arm_push_arguments): Eliminate special float type
6985         handling.
6986         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
6987         standard_coerce_float_to_double().
6988
6989 2002-02-14  Christopher Faylor  <cgf@redhat.com>
6990
6991         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
6992         GDBINIT_FILENAME.
6993
6994 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
6995
6996         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
6997         find_variant_by_name, because it confuses the multiarch
6998         framework. Return NULL if there isn't an architecture with the
6999         user supplied name, instead of forcing a different one without
7000         recording the change with the multiarch machinery.
7001         (find_variant_by_name): Delete.
7002
7003 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7004
7005         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
7006         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
7007
7008 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
7009
7010         * stack.c (print_frame_info_base): When calling
7011         print_frame_info_listing_hook, set current_source_symtab.
7012
7013 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
7014
7015         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
7016         and remove unused $(INCLUDE_DIR).
7017         Add regcache.c to OBS.
7018         Add generated register protocol files to clean target.
7019         Update dependencies for new objects, obsolete old target code.
7020
7021         * gdbserver/linux-low.c: Remove all platform-specific code to
7022         new files.  Remove various dead code.  Update to use regcache
7023         functionality.
7024         * gdbserver/remote-utils.c (fromhex): Add return statement
7025         to quiet warning.
7026         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
7027         constant.
7028         (input_interrupt): Add integer parameter to match prototype
7029         of a signal handler.
7030         (outreg): Use register_data ().
7031         (prepare_resume_reply): Use gdbserver_expedite_regs.
7032         * gdbserver/server.c (main): Dynamically allocate own_buf because
7033         PBUFSIZ is no longer constant.  Use registers_to_string () and
7034         registers_from_string ().
7035         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
7036         for error (), fatal (), and warning ().  Update definition of
7037         PBUFSIZ to use regcache functionality.  Add include guard.
7038         * gdbserver/utils.c (fatal): Add missing ``const''.
7039         (warning): New function.
7040
7041         * regformats/regdat.sh: Include "regcache.h" in generated files.
7042         Provide init_registers () function.
7043         * regformats/regdef.h: Add prototype for set_register_cache ().
7044         Add include guard.
7045
7046         * gdbserver/linux-arm-low.c: New file.
7047         * gdbserver/linux-i386-low.c: New file.
7048         * gdbserver/linux-ia64-low.c: New file.
7049         * gdbserver/linux-m68k-low.c: New file.
7050         * gdbserver/linux-mips-low.c: New file.
7051         * gdbserver/linux-ppc-low.c: New file.
7052         * gdbserver/linux-sh-low.c: New file.
7053
7054         * gdbserver/regcache.c: New file.
7055         * gdbserver/regcache.h: New file.
7056
7057         * gdbserver/low-linux.c: Removed obsolete file.
7058
7059 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
7060
7061         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
7062         * config/i386/linux.mt: Likewise.
7063         * config/ia64/linux.mt: Likewise.
7064         * config/m68k/linux.mh: Likewise.
7065         * config/powerpc/linux.mh: Likewise.
7066         * config/mips/linux.mt: Likewise.
7067
7068         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
7069
7070         * config/i386/i386lynx.mh: Mark gdbserver variables
7071         as (currently) obsolete for this target.
7072         * config/i386/nbsd.mt: Likewise.
7073         * config/i386/nbsdelf.mt: Likewise.
7074         * config/m32r/m32r.mt: Likewise.
7075         * config/m68k/m68klynx.mh: Likewise.
7076         * config/m68k/nbsd.mt: Likewise.
7077         * config/m68k/sun3os4.mh: Likewise.
7078         * config/mips/vr5000.mt: Likewise.
7079         * config/ns32k/nbsd.mt: Likewise.
7080         * config/pa/hppabsd.mh: Likewise.
7081         * config/pa/hppaosf.mh: Likewise.
7082         * config/powerpc/nbsd.mt: Likewise.
7083         * config/rs6000/rs6000lynx.mh: Likewise.
7084         * config/s390/s390.mt: Likewise.
7085         * config/s390/s390x.mt: Likewise.
7086         * config/sparc/sparclynx.mh: Likewise.
7087         * config/sparc/sun4os4.mh: Likewise.
7088         * config/i386/x86-64linux.mt: Likewise.
7089         * config/sparc/linux.mh: Likewise.
7090
7091 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
7092
7093         * configure.tgt: Configure gdbserver only for known working
7094         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
7095         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
7096         SUBDIRS if it is configured.  Update comment for ${nativefile}.
7097         * configure: Regenerated.
7098
7099 2002-02-13  Michael Snyder  <msnyder@redhat.com>
7100
7101         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
7102
7103         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
7104         (default_gcore_mach): Just return 0, work around a problem in bfd.
7105         (default_gcore_target): OK to return NULL if exec_bfd is null.
7106         (make_mem_sec): Use a cast, avoid a warning.
7107
7108         * procfs.c (find_memory_regions_callback): Use a cast instead of
7109         calling host_pointer_to_address (which complains if
7110         sizeof (host pointer) != sizeof (target pointer)).
7111         (procfs_make_note_section): Avoid overflow in psargs string.
7112
7113         * procfs.c (procfs_make_note_section): Make the default
7114         implementation return an error.
7115
7116 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
7117
7118         * procfs.c (procfs_make_note_section): Provide a default definition
7119         (for alpha-dec-osf4.0f). Fix typos.
7120
7121 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
7122
7123         * linux-proc.c: Add include of regcache.h.
7124         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
7125
7126 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
7127
7128         From 2002-01-18 Greg McGary <greg@mcgary.org>:
7129         * memattr.c (create_mem_region): Disallow useless empty region.
7130         Regions are half-open intervals, so allow [A..B) [B..C) as
7131         non-overlapping.
7132
7133 2002-02-13  Michael Chastain <mec@shout.net>
7134
7135         * defs.h: Kill CONST_PTR.
7136         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
7137         * c-lang.c (c_builtin_types): Likewise.
7138         * ch-lang.c (ch_builtin_types): Likewise.
7139         * f-lang.c (f_builtin_types): Likewise.
7140         * language.c (unknown_builtin_types): Likewise.
7141         * m2-lang.c (m2_builtin_types): Likewise.
7142         * p-lang.c (pascal_builtin_types): Likewise.
7143         * scm-lang.c (c_builtin_types): Likewise.
7144
7145 2002-02-13  Keith Seitz  <keiths@redhat.com>
7146
7147         * arm-tdep.h (arm_get_next_pc): Add declaration.
7148
7149 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
7150
7151         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
7152         with other related struct-returning functions.
7153         (arm_extract_struct_value_address): New function.
7154         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
7155         initialize float_format, double_format and long_double_format as
7156         appropriate to the endianness of the target.
7157         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
7158         (arm_use_struct_convention): Delete declaration.
7159         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
7160
7161 2002-02-13  Keith Seitz  <keiths@redhat.com>
7162
7163         * defs.h (core_addr_to_string_nz): New function.
7164
7165 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
7166
7167         Apply missing bits of 2002-01-15 patch.
7168         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
7169         (fill_fpregset): Use i387_fill_fsave.
7170
7171 2002-02-12  Keith Seitz  <keiths@redhat.com>
7172
7173         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
7174         (core_addr_to_string_nz): New function.
7175
7176 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
7177
7178         * arm-linux-nat.c: Really include arm-tdep.h.
7179         * config/arm/tm-linux.h (struct type, struct value): Declare.
7180
7181 2002-02-11  Michael Snyder  <msnyder@redhat.com>
7182
7183         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
7184         (gcore section): Ifdef for Solaris and Unixware only.
7185         (procfs_do_thread_registers): Unixware needs one lwpstatus
7186         per thread (not one prstatus or pstatus).
7187         (procfs_make_note_section): Iterate only over kernel threads (lwps),
7188         not over all gdb threads.  For unixware, call elfcore_write_pstatus
7189         once before iterating over threads.
7190
7191 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
7192
7193         * arm-tdep.h: New file.
7194         * arm-tdep.c: Include arm-tdep.h.
7195         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
7196         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
7197         (arm_print_float_info, arm_register_type, convert_to_extended)
7198         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
7199         (arm_extract_return_value, arm_register_name): Make static.
7200         (arm_software_single_step): Similarly.  Fix types in declaration.
7201         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
7202         (arm_store_return_value, arm_store_struct_return): New functions.
7203         (arm_gdbarch_init): Register the above functions.  Also register
7204         call_dummy_start_offset, sizeof_call_dummy_words,
7205         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
7206         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
7207         max_register_virtual_size, register_size.  Set up
7208         prologue_cache.saved_regs here, rather than ...
7209         (_initialize_arm_tdep): ... here.
7210         * config/arm/tm-arm.h (struct type, struct value): Delete forward
7211         declarations.
7212         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
7213         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
7214         (arm_print_float_info, arm_register_type, convert_to_extended)
7215         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
7216         (arm_extract_return_value, arm_register_name): Delete declarations.
7217         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
7218         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
7219         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
7220         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
7221         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
7222         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
7223         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
7224         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
7225         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
7226         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
7227         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
7228         (arm_get_next_pc): No-longer static -- these are needed by the RDI
7229         interface.
7230         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
7231         * remote-rdi.c remote-rdp.c: Likewise.
7232         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
7233         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
7234         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
7235         definition.
7236
7237         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
7238         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
7239         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
7240         from non-ARM_ prefixed definitions.
7241         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
7242         all uses of above.
7243         * remote-rdi.c remote-rdp.c: Likewise.
7244         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
7245
7246 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
7247
7248         * arm-tdep.c (arm_frameless_function_invocation)
7249         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
7250         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
7251         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
7252         (arm_pop_frame, arm_get_next_pc): Make static.
7253         (arm_gdbarch_init): Register above in gdbarch structure.
7254         (arm_read_fp): Renamed from arm_target_read_fp.
7255         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
7256         * config/arm/tm-arm.h (arm_frameless_function_invocation)
7257         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
7258         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
7259         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
7260         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
7261         (arm_pc_is_thumb_dummy): Delete declarations.
7262         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
7263         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
7264         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
7265         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
7266
7267 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
7268
7269         * symtab.c (compare_search_syms): New function.
7270         (sort_search_symbols): New function.
7271         (search_symbols): Sort symbols after searching rather than
7272         before.
7273
7274 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7275
7276         * NEWS: Linux -> GNU/Linux.
7277
7278 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7279
7280         * gdbarch.sh: For for level one methods, disallow a definition
7281         when partially multi-arched.  Add comments explaining rationale.
7282         * gdbarch.h: Re-generate.
7283
7284 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7285
7286         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
7287         multi-arch partial.
7288
7289 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7290
7291         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
7292         field.  Use diff -u.
7293         * gdbarch.c: Re-generate.
7294
7295 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7296
7297         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
7298         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
7299         partial.
7300
7301 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7302
7303         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
7304         multi-arch partial.
7305         (PUSH_ARGUMENTS): Switch to using predefault.
7306         * gdbarch.c: Regenerate.
7307
7308 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
7309
7310         * valops.c (PUSH_ARGUMENTS): Delete definition.
7311         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
7312         partial.  Default to default_push_arguments.
7313         * gdbarch.h, gdbarch.c: Regenerate.
7314
7315 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
7316
7317         * defs.h (throw_exception): Rename return_to_top_level.  Update
7318         comments.
7319         * utils.c (error_stream, internal_verror, quit): Ditto.
7320         * top.c (throw_exception, catcher): Ditto.
7321         * sparclet-rom.c (sparclet_load): Ditto.
7322         * remote.c (interrupt_query, minitelnet): Ditto.
7323         * remote-sds.c (interrupt_query): Ditto.
7324         * remote-mips.c (mips_error, mips_kill): Ditto.
7325         * ocd.c (interrupt_query): Ditto.
7326         * monitor.c (monitor_interrupt_query): Ditto.
7327         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
7328         * target.h: Update comment.
7329
7330         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
7331
7332 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
7333
7334         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
7335         default_double_format.
7336         * gdbarch.h, gdbarch.c: Re-generate.
7337         * findvar.c (floatformat_unknown): Delete variable definition.
7338         * doublest.h (floatformat_unknown): Delete variable declaration.
7339
7340 2002-02-09  Jim Blandy  <jimb@redhat.com>
7341
7342         * stabsread.c (read_type): Add code to parse Sun's syntax for
7343         prototyped function types.
7344
7345 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
7346
7347         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
7348         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
7349
7350 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7351
7352         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
7353         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
7354         now _initialize_xcoffsolib gets called again and overrides the
7355         commands from solib.c in a native configuration.
7356
7357 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
7358
7359         * doublest.c (store_typed_floating): Don't try to return a value.
7360         Fixes PR gdb/290.
7361
7362 2002-02-08  Jim Blandy  <jimb@redhat.com>
7363
7364         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
7365         is prototyped and has no arguments, print its argument list as
7366         `(void)'.
7367
7368 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
7369
7370         * MAINTAINERS (write-after-approval): Add myself.
7371         (paper-trail): I've escaped!
7372
7373 2002-02-08  Christopher Faylor  <cgf@redhat.com>
7374
7375         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
7376         changes.
7377         (_initialize_check_for_gdb_ini): Ditto.
7378
7379 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
7380
7381         * win32-nat.c (cygwin_pid_to_str): Fix typo.
7382         xaprintf -> xasprintf.
7383
7384 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
7385
7386         * win32-nat.c: Remove use of printf and sprintf functions.
7387
7388 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
7389
7390         * arm-tdep.c (arm_frame_chain_valid): Make static.
7391         (arm_push_arguments): Likewise.
7392         (arm_gdbarch_init): New function.
7393         (_initialize_arm_tdep): Call it.
7394         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
7395         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
7396         (FRAME_CHAIN_VALID): Delete.
7397         (arm_frame_chain_valid): Delete declaration.
7398         (PUSH_ARGUMENTS): Delete.
7399         (arm_push_arguments): Delete declaration.
7400         (CALL_DUMMY_P): Delete.
7401
7402 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
7403             Corinna Vinschen  <vinschen@redhat.com>
7404
7405         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
7406         on builtin float types.
7407
7408 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
7409
7410         * utils.c: Include <curses.h> before "bfd.h".
7411         * tui/tui-hooks.c: Likewise.
7412         * tui/tui.c: Likewise.
7413         * tui/tuiCommand.c: Likewise.
7414         * tui/tuiData.c: Likewise.
7415         * tui/tuiDataWin.c: Likewise.
7416         * tui/tuiDisassem.c: Likewise.
7417         * tui/tuiGeneralWin.c: Likewise.
7418         * tui/tuiIO.c: Likewise.
7419         * tui/tuiLayout.c: Likewise.
7420         * tui/tuiRegs.c: Likewise.
7421         * tui/tuiSource.c: Likewise.
7422         * tui/tuiSourceWin.c: Likewise.
7423         * tui/tuiStack.c: Likewise.
7424         * tui/tuiWin.c: Likewise.
7425
7426 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
7427
7428         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
7429         to include space for pseudoregs as well. Update loops accordingly.
7430         (sh_fp_frame_init_saved_regs): Ditto.
7431         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
7432
7433 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
7434
7435         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
7436         Add Richard Earnshaw to Arm maintainers.
7437
7438 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
7439
7440         * defs.h (warning_begin): Delete declaration.
7441
7442         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
7443         Delete macro.
7444
7445 2002-02-07  Michael Snyder  <msnyder@redhat.com>
7446
7447         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
7448         Logic bug, remove misplaced else.
7449
7450 2002-02-07  Klee Dienes  <klee@apple.com>
7451
7452         * fork-inferior.c (fork_inferior): Add '!' to the list of
7453         characters that need to be quoted when building a string for the
7454         shell.  Quote '!' specifically with a backslash, since CSH chokes
7455         when trying to evaluate "str!str".
7456
7457 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
7458
7459         * rdi-share/host.h: Only provide a typedef for bool if it is not
7460         defined.
7461
7462 2002-02-04  Michael Snyder  <msnyder@redhat.com>
7463
7464         * breakpoint.h (enum bptype): Add new overlay event bp type.
7465         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
7466
7467         * breakpoint.c (create_internal_breakpoint): New function.
7468         (internal_breakpoint_number): Moved into create_internal_breakpoint.
7469         (create_longjmp_breakpoint): Use create_internal_breakpoint.
7470         (create_thread_event_breakpoint): Ditto.
7471         (create_solib_event_breakpoint): Ditto.
7472         (create_overlay_event_breakpoint): New function.
7473         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
7474         (update_breakpoints_after_exec): Delete and re-initialize
7475         overlay event breakpoints after an exec.  Add FIXME comment
7476         about longjmp breakpoint.
7477         (print_it_typical): Ignore overlay event breakpoints.
7478         (print_one_breakpoint): Ditto.
7479         (mention): Ditto.
7480         (bpstat_what): Do not stop for overlay event breakpoints.
7481         (delete_breakpoint): Don't delete overlay event breakpoints.
7482         (breakpoint_re_set_one): Delete the overlay event breakpoint.
7483         (breakpoint_re_set): Re-create overlay event breakpoint.
7484
7485         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
7486         (overlay_manual_command): Disable overlay breakpoints.
7487         (overlay_off_command): Disable overlay breakpoints.
7488
7489 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
7490
7491         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
7492         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
7493         to here from config/tm-arm.h.
7494         (coff_sym_is_thumb): Make static.
7495         (arm_elf_make_msymbol_special): New function.
7496         (arm_coff_make_msymbol_special): New function.
7497         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
7498         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
7499         (coff_sym_is_thumb): Delete declaration.
7500         (arm_elf_make_msymbol_special): Declare.
7501         (arm_coff_make_msymbol_special): Declare.
7502         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
7503         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
7504
7505 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
7506
7507         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
7508
7509 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
7510
7511         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
7512         * gdbarch.c gdbarch.h: Regenerate.
7513         * arch-utils.c (default_print_float_info): New function.
7514         * arch-utils.h (default_print_float_info): Prototype it.
7515         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
7516         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
7517         (PRINT_FLOAT_INFO): Document it.
7518
7519         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
7520         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
7521         (PRINT_FLOAT_INFO): Define.
7522
7523 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
7524
7525         * win32-nat.c (_initialize_check_for_gdb_ini):
7526         Add typecast to sprintf argument to suppress a warning.
7527
7528 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
7529
7530         * win32-nat.c (last_sig): Changed type of variable to target_signal,
7531         to allow easier handling of pass state.
7532         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
7533         that gives exception name and address.
7534         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
7535         and set last_sig value to ourstatus->value.sig. Some missing
7536         exceptions added.
7537         (child_continue): Correctly report continue_status.
7538         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7539         TARGET_SIGNAL_0 (new default value).
7540         (child_resume): consider sig argument passed to decide if
7541         the exception should be passed to debuggee or not.
7542
7543 2002-02-05  Michael Snyder  <msnyder@redhat.com>
7544
7545         * regcache.c (fetch_register): Call target_fetch_register
7546         only if we don't call FETCH_PSEUDO_REGISTER.
7547         (store_register): Call target_store_register only if we
7548         don't call STORE_PSEUDO_REGISTER.
7549
7550 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
7551
7552         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
7553         ELF_MAKE_MSYMBOL_SPECIAL.
7554         * gdbarch.c, gdbarch.h: Regenerate.
7555         * arch-utils.c (default_make_msymbol_special): New function.
7556         * arch-utils.h (default_make_msymbol_special): Export.
7557         * elfread.c (elf_symtab_read): Compile use of
7558         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
7559         multiarched.
7560         * coffread.c (coff_symtab_read): Ditto, for
7561         COFF_MAKE_MSYMBOL_SPECIAL.
7562
7563 2002-02-05  Jim Blandy  <jimb@redhat.com>
7564
7565         * solib-svr4.c (svr4_truncate_ptr): New function.
7566         (svr4_relocate_section_addresses): Do the address arithmetic with
7567         the appropriate truncation for target addresses, even when
7568         CORE_ADDR is larger than a target address.
7569
7570 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7571
7572         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
7573         to (int *).
7574
7575 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7576
7577         * gdbserver/linux-low.c (kill_inferior): Remove commented out
7578         code.
7579
7580 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7581
7582         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
7583
7584 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7585
7586         * gdbserver/linux-low.c: Remove unused include files.
7587
7588 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7589
7590         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
7591         (read_inferior_memory): Use it.
7592         (write_inferior_memory): Likewise.
7593
7594 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7595
7596         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
7597         grubbing through sys_errlist.
7598
7599 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
7600
7601         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
7602
7603 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
7604         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
7605
7606 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
7607
7608         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
7609         (do_sfunc, set_cmd_sfunc): New functions.
7610
7611         * command.h (struct cmd_list_element): Add field func.
7612         * cli/cli-decode.h (struct cmd_list_element): Ditto.
7613         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
7614         * cli/cli-decode.h: Ditto.
7615
7616         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
7617         (help_all, help_cmd_list): Ditto.
7618         (find_cmd, complete_on_cmdlist): Ditto.
7619         * top.c (execute_command): Ditto.
7620
7621         * cli/cli-setshow.c (do_setshow_command): Call func instead of
7622         function.sfunc.
7623
7624         * infcmd.c (notice_args_read): Fix function signature.
7625
7626         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
7627         * cli/cli-decode.c (add_set_cmd): Ditto.
7628         * utils.c (initialize_utils): Ditto.
7629         * maint.c (_initialize_maint_cmds): Ditto.
7630         * infrun.c (_initialize_infrun): Ditto.
7631         * demangle.c (_initialize_demangler): Ditto.
7632         * remote.c (add_packet_config_cmd): Ditto.
7633         * mips-tdep.c (_initialize_mips_tdep): Ditto.
7634         * cris-tdep.c (_initialize_cris_tdep): Ditto.
7635         * proc-api.c (_initialize_proc_api): Ditto.
7636         * kod.c (_initialize_kod): Ditto.
7637         * valprint.c (_initialize_valprint): Ditto.
7638         * top.c (init_main): Ditto.
7639         * infcmd.c (_initialize_infcmd): Ditto.
7640         * corefile.c (_initialize_core): Ditto.
7641         * arm-tdep.c (_initialize_arm_tdep): Ditto.
7642         * arch-utils.c (initialize_current_architecture): Ditto.
7643         (_initialize_gdbarch_utils): Ditto.
7644         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
7645
7646         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
7647         * wince.c (_initialize_inftarg): Ditto.
7648         * symfile.c (_initialize_symfile): Ditto.
7649         * mips-tdep.c (_initialize_mips_tdep): Ditto.
7650         * language.c (_initialize_language): Ditto.
7651         * arc-tdep.c (_initialize_arc_tdep): Ditto.
7652
7653 2002-02-04  Michael Snyder  <msnyder@redhat.com>
7654
7655         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
7656
7657 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
7658
7659         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
7660         Add rules for building the register data files.
7661
7662 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
7663
7664         * regformats/regdat.sh: Add braces to the definition of
7665         expedite_regs_${arch}.
7666
7667 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
7668
7669         * regformats/regdef.h (struct reg): Add comment describing the
7670         requirements for offset and size fields.
7671
7672 2002-02-04  Andreas Schwab  <schwab@suse.de>
7673
7674         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
7675         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
7676
7677 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
7678
7679         * gdbarch.sh (copyright): Update years in generated header.
7680         (SMASH_TEXT_ADDRESS): Add rule.
7681         * gdbarch.h, gdbarch.c: Re-generate.
7682         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
7683         * dbxread.c: Likewise.
7684         * dwarfread.c: Likewise.
7685         * elfread.c: Likewise.
7686         * somread.c: Likewise.
7687
7688         * arm-tdep.c (arm_smash_text_address): New function.
7689         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
7690
7691 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
7692
7693         Add support for hardware watchpoints on win32 native.
7694         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
7695         CONTEXT_DEBUG_REGISTERS.
7696         (dr variable): New variable. Static array containing a local copy
7697         of debug registers.
7698         (debug_registers_changed): New variable.  Reflects when debug registers
7699         are changed and need to be written to inferior.
7700         (debug_registers_used): New variable. Reflects when any debug register
7701         was set, used when new threads are created.
7702         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
7703         i386-nat code.
7704         (thread_rec): Set dr array if id is the thread of current_event .
7705         (child_continue, child_resume): Change the debug registers for all
7706         threads if debug_registers_changed.
7707         (child_add_thread): Change the debug registers if debug_registers_used.
7708         * config/i386/cygwin.mh: Add use of i386-nat.o file.
7709         Link nm.h to new nm-cygwin.h file.
7710         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
7711         of hardware registers.
7712
7713 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
7714
7715         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
7716         Restore behavour broken by 2002-01-20 Andrew Cagney
7717         <ac131313@redhat.com> IEEE_FLOAT removal.
7718
7719 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
7720
7721         * c-valprint.c (c_val_print): Pass a proper valaddr to
7722         cp_print_class_method.
7723         * valops.c (search_struct_method): If there is only one method
7724         and args is NULL, return that method.
7725
7726 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
7727
7728         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
7729         accessing tag_name directly.
7730
7731 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
7732
7733         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
7734         of accessing tag_name directly.
7735
7736 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
7737
7738         PR gdb/280
7739         * gdbtypes.c (replace_type): New function.
7740         * gdbtypes.h (replace_type): Add prototype.
7741         * stabsread.c (read_type): Use replace_type.
7742
7743 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
7744
7745         * Makefile.in (memattr.o): Add missing dependencies rule.
7746
7747 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7748
7749         * breakpoint.c (break_at_finish_command): Really export.
7750         (break_at_finish_at_depth_command): Ditto.
7751         (tbreak_at_finish_command): Ditto.
7752         * hppa-tdep.c: Include completer.h.
7753         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
7754         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
7755
7756 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
7757
7758         * utils.c (do_write): New function.
7759         (error_stream): Rewrite combining the code from error_begin and
7760         verror.
7761         (verror): Rewrite using error_stream.
7762         (error_begin): Delete function.
7763
7764 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
7765
7766         * utils.c (error_begin): Make static.
7767         * defs.h (error_begin): Delete declaration.
7768
7769         * linespec.c (cplusplus_error): Replace cplusplus_hint.
7770         (decode_line_1): Use cplusplus_error instead of error_begin,
7771         cplusplus_hint and return_to_top_level.
7772         * coffread.c (coff_symfile_read): Use error instead of error_begin
7773         and return_to_top_level.
7774         * infrun.c (default_skip_permanent_breakpoint): Ditto.
7775
7776 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
7777
7778         * language.h (type_error, range_error): Make string parameter
7779         constant.
7780         * language.c (warning_pre_print): Delete extern declaration.
7781         * dwarfread.c (warning_pre_print): Ditto.
7782         * language.c (type_error, range_error): Rewrite to use verror and
7783         vwarning instead of warning_begin.
7784
7785 2002-02-01  Michael Snyder  <msnyder@redhat.com>
7786
7787         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
7788         (set_ignore_count): Move misplaced comment back where it belongs.
7789
7790 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
7791
7792         * command.h (NO_FUNCTION): Delete macro.
7793         * cli/cli-decode.h (NO_FUNCTION): Ditto.
7794         * top.c (execute_command): Replace NO_FUNCTION with NULL.
7795         * tracepoint.c (_initialize_tracepoint): Ditto.
7796         * cli/cli-decode.c (add_set_cmd): Ditto.
7797         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7798
7799 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
7800
7801         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
7802         Update ``this'' pointer when calling virtual functions.
7803
7804 2002-02-01  Michael Snyder  <msnyder@redhat.com>
7805
7806         * breakpoint.c (create_temp_exception_breakpoint): Delete.
7807         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
7808
7809 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
7810
7811         * regformats/reg-arm.dat: New file.
7812         * regformats/reg-i386.dat: New file.
7813         * regformats/reg-ia64.dat: New file.
7814         * regformats/reg-m68k.dat: New file.
7815         * regformats/reg-mips.dat: New file.
7816         * regformats/reg-ppc.dat: New file.
7817         * regformats/reg-sh.dat: New file.
7818         * regformats/regdef.h: New file.
7819         * regformats/regdat.sh: New file.
7820
7821 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
7822
7823         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
7824         (arm_frame_args_address, arm_frame_locals_address): New functions.
7825         (arm_frame_num_args): New function.
7826         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
7827         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
7828         (FRMA_NUM_ARGS): Call arm_frame_num_args.
7829
7830 2002-01-31  Michael Snyder  <msnyder@redhat.com>
7831
7832         * breakpoint.c (break_at_finish_command): Export.
7833         (break_at_finish_at_depth_command): Export.
7834         (tbreak_at_finish_command): Export.
7835         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
7836         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
7837         "tbreak" commands, which are HPPA specific.
7838
7839         * printcmd.c (disassemble_command): Remove an ancient
7840         artifact of an old merge.
7841
7842         * symfile.h (enum overlay_debugging_state):
7843         Define enum constant values for overlay mode.
7844         * symfile.c (overlay_debugging): Use enums instead of literals.
7845         (overlay_is_mapped, overlay_auto_command,
7846         overlay_manual_command): Ditto.
7847
7848         * breakpoint.c (insert_breakpoints, remove_breakpoint,
7849         breakpoint_here_p, breakpoint_inserted_here_p,
7850         breakpoint_thread_match, bpstat_stop_status,
7851         describe_other_breakpoints, check_duplicates, clear_command):
7852         Coding standard fixes.
7853
7854         * target.c (target_xfer_memory): Add spaces, coding standard.
7855         (do_xfer_memory): Add missing line to trust-readonly
7856         code: check bfd SEC_READONLY flag for section.
7857
7858 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
7859
7860         * PROBLEMS: Fix typo, 5.1->5.1.1.
7861
7862 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
7863
7864         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
7865         data symbols, since we search based on textlow and texthigh.
7866         (find_pc_sect_symtab): Likewise.
7867
7868 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
7869
7870         * defs.h (vwarning): Declare.
7871         * utils.c (vwarning): New function.
7872         (warning): Call vwarning.
7873         (warning_begin): Delete function.
7874
7875         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
7876         the warning message.
7877         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
7878         warning_begin.
7879
7880 2002-01-30  Michael Snyder  <msnyder@redhat.com>
7881
7882         * NEWS: Mention "set trust-readonly-sections" command.
7883         Mention generate-core-file command.
7884
7885 2002-01-15  Michael Snyder  <msnyder@redhat.com>
7886
7887         * target.c: New command, "set trust-readonly-sections on".
7888         (do_xfer_memory): Honor the suggestion to trust readonly sections
7889         by reading them from the object file instead of from the target.
7890         (initialize_targets): Register command "set trust-readonly-sections".
7891
7892 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
7893
7894         * parse.c (target_map_name_to_register): Simplify, search regs and
7895         pseudo-regs using a single loop.
7896
7897 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
7898
7899         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
7900
7901 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
7902
7903         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
7904         * config/i386/i386v42mp.mh: Add i387-nat.o .
7905         * i386v4-nat.c: Include i387-nat.h.
7906         (supply_fpregset): Use i387_supply_fsave.
7907         (fill_fpregset): Use i387_fill_fsave.
7908
7909 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
7910
7911         * arm-tdep.c (arm_call_dummy_words): Define.
7912         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
7913         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
7914         (CALL_DUMMY_WORDS): Define.
7915         (arm_call_dummy_words): Declare.
7916         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
7917         (arm_linux_call_dummy_words): Declare.
7918
7919 2002-01-30  Andreas Schwab  <schwab@suse.de>
7920
7921         * m68klinux-nat.c: Fix last change to use regcache_collect
7922         instead of referencing registers[] directly.
7923
7924 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
7925
7926         * parse.c (target_map_name_to_register): Delete code wrapped in
7927         #ifdef REGISTER_NAME_ALIAS_HOOK.
7928
7929 2002-01-28  Michael Snyder  <msnyder@redhat.com>
7930
7931         * regcache.c (legacy_read_register_gen): Need to be able to
7932         read pseudo-register as well as real register.
7933         (legacy_write_register_gen): Ditto.
7934
7935 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
7936
7937         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7938         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
7939         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
7940         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
7941         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
7942         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
7943         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
7944         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
7945         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
7946         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
7947         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
7948         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
7949         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
7950         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
7951         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
7952         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
7953         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
7954         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
7955         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
7956         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
7957
7958 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
7959
7960         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
7961         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
7962         (initialize_current_architecture): Update target_byte_order using
7963         information from BFD.
7964         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
7965         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
7966
7967 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
7968
7969         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
7970         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
7971
7972         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
7973         #ifdef INVALID_FLOAT.
7974         * infcmd.c (do_registers_info): Ditto.
7975         * values.c (unpack_double): Ditto.  Add comment.
7976
7977         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
7978         already commented out.
7979
7980 2002-01-26  Andreas Schwab  <schwab@suse.de>
7981
7982         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7983         * m68klinux-nat.c: Update ptrace interface for fetching/storing
7984         registers and add support for PTRACE_GETREGS.
7985
7986 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
7987
7988         GDB 5.1.1 released from 5.1 branch.
7989         * NEWS: Add 5.1.1 news.
7990         * README: Sync with 5.1 branch.
7991
7992 2002-01-23  Fred Fish  <fnf@redhat.com>
7993
7994         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
7995         stabstring on initial malloc.  Reallocing will copy it for us,
7996         if necessary.
7997
7998 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
7999
8000         * Makefile.in (hpread_h): Delete.
8001         (HFILES_NO_SRCDIR): Remove hpread.h.
8002         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
8003         (hpread.o): Update dependencies.
8004         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
8005
8006         * hp-psymtab-read.c: Remove file.
8007         * hp-symtab-read.c: Remove file.
8008         * hpread.h: Remove file.
8009
8010         * hpread.c: Merge all contents of hp-psymtab-read.c,
8011         hp-symtab-read.c and hpread.h into this file, as it was prior to
8012         January 1999.
8013
8014         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
8015         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8016         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
8017         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
8018
8019 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
8020
8021         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
8022         fill_gregset): Call gdbarch_tdep() just once, assign result to
8023         variable and use that, instead of calling the function several
8024         times.
8025
8026 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
8027
8028         * configure.host: Accept sparcv9 as alias for sparc64.
8029         * configure.tgt: Likewise.
8030
8031 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
8032
8033         * solib-aix5.c (build_so_list_from_mapfile)
8034         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
8035         arguments is not reversed.
8036         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
8037         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
8038
8039 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
8040
8041         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
8042         modified version of obsolete sh_fetch_pseudo_register.
8043         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
8044         (sh4_register_read): New function.
8045         (sh_pseudo_register_write): New function. Renamed and modified
8046         version of obsolete sh_store_pseudo_register.
8047         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
8048         (sh4_register_write): New function.
8049         (sh_gdbarch_init): Remove setting of gdbarch function
8050         fetch_pseudo_register and store_pseudo_register. Remove setting of
8051         register_convert_to_raw, register_convert_to_virtual,
8052         register_convertible.
8053         (sh_sh4_register_convertible): Delete. No longer needed. All is
8054         taken care by architecture specific functions
8055         register_read/register_write.
8056         (sh_sh4_register_convert_to_virtual): Make static.
8057         (sh_sh4_register_convert_to_raw): Ditto.
8058
8059 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
8060
8061         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
8062         (floatformat_is_nan, floatformat_mantissa): Ditto.
8063
8064         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
8065         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
8066         builtin_type_ieee_double_little,
8067         builtin_type_ieee_double_littlebyte_bigword,
8068         builtin_type_m68881_ext, builtin_type_i960_ext,
8069         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
8070         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
8071         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
8072         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
8073
8074 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
8075
8076         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
8077         parameter.  Set frameless flag if it exists and depended of
8078         whether the scanned function is frameless or not.
8079         (xstormy16_skip_prologue): If function is frameless, return
8080         result of xstormy16_scan_prologue().
8081         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
8082         call.
8083
8084 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
8085
8086         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
8087         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
8088         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
8089         sh_sh4_register_byte, sh_sh4_register_raw_size,
8090         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
8091         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
8092         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
8093         sh_store_pseudo_register, sh_do_pseudo_register): Call
8094         gdbarch_tdep() just once, assign result to variable and use that,
8095         instead of calling the function several times.
8096
8097 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
8098
8099         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
8100         macros instead of LAST_FPU_CTRL_REGNUM.
8101         (store_register): Likewise.
8102
8103 2002-01-21  Jim Blandy  <jimb@redhat.com>
8104
8105         * infcmd.c (run_command): Check that the `exec' target layer's BFD
8106         is up-to-date before running the program, not just when a program
8107         exits.
8108
8109 2002-01-21  Fred Fish  <fnf@redhat.com>
8110
8111         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
8112         when we have found all instructions we are looking for.
8113
8114 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
8115
8116         * arm-tdep.c (arm_register_name): New function.
8117         (arm_registers_names): Make static.
8118         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
8119         (arm_register_name): Declare.
8120         (REGISTER_NAME): Use it.
8121
8122 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
8123             Kevin Buettner  <kevinb@redhat.com>
8124
8125         Convert arm targets to new FRAME interface.
8126         * arm-tdep.c (struct frame_extra_info): Remove fsr.
8127         (arm_frame_find_save_regs): Delete.
8128         (arm_frame_init_saved_regs): New.
8129         (arm_init_extra_frame_info): Alloacte saved_regs as required.
8130         Allocate extra_info as required.  Convert all uses of fsr.regs
8131         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
8132         to use extra_info.
8133         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
8134         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
8135         (check_prologue_cache, save_prologue_cache): Likewise.
8136         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
8137         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
8138         (FRAME_FIND_SAVED_REGS): Delete.
8139         (arm_frame_find_saved_regs): Delete prototype.
8140         (arm_frame_init_saved_regs): New prototype.
8141         (FRAME_INIT_SAVED_REGS): Define.
8142
8143 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8144
8145         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
8146
8147 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8148
8149         From Jeff Law <law@redhat.com>:
8150         * infttrace.c: Include <sys/pstat.h>.
8151         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
8152         exec file if the ttrace equivalent fails.
8153
8154 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8155
8156         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
8157         (closeLogFile): Ditto.
8158
8159 2002-01-20  Michael Chastain  <mec@shout.net>
8160
8161         * top.c (print_gdb_version): Bump copyright year to 2002.
8162
8163 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8164
8165         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
8166         Zannoni and Eli Zaretskii.
8167
8168 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
8169
8170         * buildsym.c: Update copyright years.
8171         * c-typeprint.c: Likewise.
8172         * dwarf2read.c: Likewise.
8173         * f-typeprint.c: Likewise.
8174         * gdbtypes.c: Likewise.
8175         * gdbtypes.h: Likewise.
8176         * hp-symtab-read.c: Likewise.
8177         * hpread.c: Likewise.
8178         * mdebugread.c: Likewise.
8179         * p-typeprint.c: Likewise.
8180
8181 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8182
8183         * remote-sim.c (gdbsim_open): Simplify code testing the macro
8184         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
8185         byte-order selectable.
8186         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
8187         * arch-utils.c: Ditto.
8188         (set_endian): Ditto.
8189         (set_endian_from_file): Ditto.
8190         * gdbserver/low-sim.c (create_inferior): Ditto.
8191         * gdbarch.sh: Ditto.
8192         * gdbarch.h: Re-generate.
8193         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8194         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
8195         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
8196         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8197         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8198         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
8199         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
8200         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
8201         macro definition.
8202         * config/mips/tm-wince.h: Remove #undef of macro
8203         TARGET_BYTE_ORDER_SELECTABLE.
8204         * config/sh/tm-wince.h: Ditto.
8205
8206 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
8207
8208         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
8209         member function fields.  Add accessor macro
8210         TYPE_FN_FIELD_ARTIFICIAL.
8211         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
8212         * c-typeprint.c (c_type_print_base): Skip artificial member
8213         functions.
8214
8215 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
8216
8217         * f-typeprint.c: Delete unused function f_type_print_args.
8218         * p-typeprint.c: Delete unused function pascal_type_print_args.
8219
8220 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
8221
8222         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
8223         comment.  Add ``artificial'' to ``union field_location''.
8224
8225         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
8226
8227         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
8228         * mdebugread.c (parse_symbol): Likewise.
8229         * stabsread.c (define_symbol): Likewise.
8230         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
8231         initializing TYPE_FIELD_BITPOS to n (obsolete).
8232         (hpread_doc_function_type): Likewise.
8233         * hpread.c (hpread_function_type): Likewise.
8234
8235 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8236
8237         * configure.in (host_makefile_frag): Only require a host makefile
8238         fragment when a native build.
8239         * configure: Re-generate.
8240
8241 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
8242
8243         * doublest.h (floatformat_from_type): Declare.
8244         * doublest.c (floatformat_from_type): New function.
8245         (convert_typed_floating): Use.
8246
8247         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
8248         call to function floatformat_from_type.
8249
8250         * gdbarch.sh (IEEE_FLOAT): Delete.
8251         * gdbarch.h, gdbarch.c: Re-generate.
8252         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
8253         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
8254         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
8255         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
8256         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
8257         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
8258         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
8259         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
8260         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
8261         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
8262         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
8263         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
8264
8265         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
8266         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8267         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8268         * sh-tdep.c (sh_gdbarch_init): Ditto.
8269         * mips-tdep.c (mips_gdbarch_init): Ditto.
8270         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8271         * cris-tdep.c (cris_gdbarch_init): Ditto.
8272
8273 2002-01-20  Jiri Smid  <smid@suse.cz>
8274
8275         * configure.host, configure.tgt: Support x86-64.
8276         * NEWS: Note new target x86-64.
8277
8278         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
8279         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
8280         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
8281         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
8282         x86-64-linux-nat.o): Fix dependencies.
8283
8284 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
8285
8286         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
8287         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
8288         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
8289         * config/sparc/xm-sun4os4.h: Delete file.
8290         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
8291
8292 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
8293
8294         * config/sparc/sparclynx.mh (XM_FILE): Delete.
8295         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
8296         * config/m68k/m68klynx.mh (XM_FILE): Delete.
8297         * config/i386/i386lynx.mh (XM_FILE): Delete.
8298         * config/rs6000/xm-rs6000ly.h: Delete file.
8299         * config/sparc/xm-sparclynx.h: Delete file.
8300         * config/m68k/xm-m68klynx.h: Delete file.
8301         * config/i386/xm-i386lynx.h: Delete file.
8302         * config/xm-lynx.h: Delete file.
8303         * config/djgpp/fnchange.lst: Update.
8304
8305 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
8306
8307         * alpha-tdep.c (alpha_register_byte): New function.
8308         (alpha_register_raw_size): Ditto.
8309         (alpha_register_virtual_size): Ditto.
8310         (alpha_skip_prologue_internal): Renamed from
8311         alpha_skip_prologue.
8312         (alpha_skip_prologue): New version that calls
8313         alpha_skip_prologue_internal.
8314         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
8315         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
8316         second argument from alpha_skip_prologue.
8317         (REGISTER_BYTE): Use alpha_register_byte.
8318         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
8319         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
8320         (FRAMELESS_FUNCTION_INVOCATION): Use
8321         generic_frameless_function_invocation_not.
8322         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
8323         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
8324
8325 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
8326
8327         * config/mips/xm-news-mips.h: Delete file.
8328         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
8329
8330         * config/m88k/xm-m88k.h: Delete file.
8331         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
8332         * config/m88k/xm-delta88v4.h: Ditto.
8333         * config/m88k/xm-delta88.h: Ditto.
8334
8335         * config/alpha/xm-fbsd.h: Delete file.
8336         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
8337
8338         * config/sparc/xm-sparc.h: Delete file.
8339         * Makefile.in (xm-sun4os4.h): Delete dependency.
8340         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
8341         * config/sparc/xm-sun4os4.h: Ditto.
8342         * config/sparc/xm-linux.h: Ditto.
8343
8344         * config/i386/xm-windows.h: Delete file.
8345
8346 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
8347
8348         * utils.c: Include <sys/param.h> for MAXPATHLEN.
8349         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
8350
8351 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
8352
8353         * alpha-tdep.c (alpha_call_dummy_words): New.
8354         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
8355         (CALL_DUMMY_P): Define.
8356         (CALL_DUMMY_WORDS): Define.
8357         (SIZEOF_CALL_DUMMY_WORDS): Define.
8358
8359 2002-01-19  Per Bothner  <per@bothner.com>
8360
8361         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
8362         isn't NULL, which can happen with some gcj-3.x-produced code.
8363
8364 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
8365
8366         * alpha-tdep.c (alpha_register_virtual_type): New function.
8367         (alpha_init_frame_pc_first): Ditto.
8368         (alpha_fix_call_dummy): Ditto.
8369         (alpha_store_struct_return): Ditto.
8370         (alpha_extract_struct_value_address): Ditto.
8371         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
8372         alpha_register_virtual_type.
8373         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
8374         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
8375         alpha_extract_struct_value_address.
8376         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
8377         (INIT_FRAME_PC): Use init_frame_pc_noop.
8378         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
8379
8380 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
8381
8382         * i386gnu-nat.c: Include "i386-tdep.h".
8383         (fetch_fpregs): Simplify code dealing with uninitialized floating
8384         point states such that it doesn't require FP7_REGNUM.
8385
8386 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8387
8388         * alpha-tdep.c (frame_extra_info): New.
8389         (alpha_find_saved_regs): Make static.  Use
8390         frame->extra_info.
8391         (alpha_frame_init_saved_regs): New function.
8392         (alpha_frame_saved_pc): Use frame->extra_info.
8393         (temp_saved_regs): Don't declare as struct frame_saved_regs.
8394         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
8395         (init_extra_frame_info): Rename to...
8396         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
8397         (alpha_print_extra_frame_info): New function.
8398         (alpha_frame_locals_address): Ditto.
8399         (alpha_frame_args_address): Ditto.
8400         (alpha_pop_frame): Use frame->extra_info.
8401         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
8402         alpha_frame_args_address.
8403         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
8404         (alpha_find_saved_regs): Remove prototype.
8405         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
8406         (EXTRA_FRAME_INFO): Remove.
8407         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
8408         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
8409
8410 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8411
8412         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
8413         (alpha_cannot_fetch_register): Ditto.
8414         (alpha_cannot_store_register): Ditto.
8415         (alpha_register_convertible): Ditto.
8416         (alpha_use_struct_convention): Ditto.
8417         * config/alpha/tm-alpha.h: Update copyright years.
8418         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
8419         (INNER_THAN): Use core_addr_lessthan.
8420         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
8421         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
8422         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
8423         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
8424         (FRAME_CHAIN): Remove unnecessary cast.
8425
8426 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
8427
8428         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
8429         obsolete.
8430
8431 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
8432
8433         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
8434         * monitor.c, remote-array.c, remote-bug.c: Ditto.
8435         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
8436         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
8437         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
8438         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
8439         * x86-64-linux-nat.c: Ditto.
8440
8441 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8442
8443         * alpha-tdep.c (alpha_register_name): New function.
8444         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
8445         (REGISTER_NAME): Define.
8446
8447 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8448
8449         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
8450
8451 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8452
8453         * alpha-tdep.c: Update copyright years.
8454         (alpha_next_pc): New function.
8455         (alpha_software_single_step): Ditto.
8456         * config/alpha/tm-alpha.h: Add prototype for
8457         alpha_software_single_step.
8458
8459 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
8460
8461         * alphabsd-nat.c: Update copyright years.
8462         (fill_gregset): Use regcache_collect.
8463         (fill_fpregset): Likewise.
8464         (fetch_inferior_registers): Only fetch integer registers
8465         if requested to do so.
8466         (store_inferior_registers): Only store integer registers
8467         if requested to do so.
8468
8469 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8470
8471         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
8472         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
8473         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
8474         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
8475         * config/alpha/fbsd.mh (XDEPFILES): Delete.
8476         * config/arm/linux.mh (XDEPFILES): Delete.
8477         * config/arm/nbsd.mh (XDEPFILES): Delete.
8478         * config/i386/i386dgux.mh (XDEPFILES): Delete.
8479         * config/i386/i386sol2.mh (XDEPFILES): Delete.
8480         * config/i386/i386m3.mh (XDEPFILES): Delete.
8481         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
8482         * config/i386/i386gnu.mh (XDEPFILES): Delete.
8483         * config/i386/fbsd.mh (XDEPFILES): Delete.
8484         * config/i386/i386bsd.mh (XDEPFILES): Delete.
8485         * config/i386/i386sco5.mh (XDEPFILES): Delete.
8486         * config/i386/i386v4.mh (XDEPFILES): Delete.
8487         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
8488         * config/i386/i386sco4.mh (XDEPFILES): Delete.
8489         * config/i386/i386aix.mh (XDEPFILES): Delete.
8490         * config/i386/go32.mh (XDEPFILES): Delete.
8491         * config/i386/cygwin.mh (XDEPFILES): Delete.
8492         * config/i386/i386lynx.mh (XDEPFILES): Delete.
8493         * config/i386/i386mach.mh (XDEPFILES): Delete.
8494         * config/i386/i386v32.mh (XDEPFILES): Delete.
8495         * config/i386/linux.mh (XDEPFILES): Delete.
8496         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
8497         * config/i386/ncr3000.mh (XDEPFILES): Delete.
8498         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
8499         * config/i386/i386sco.mh (XDEPFILES): Delete.
8500         * config/i386/i386v.mh (XDEPFILES): Delete.
8501         * config/i386/nbsd.mh (XDEPFILES): Delete.
8502         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
8503         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
8504         * config/i386/symmetry.mh (XDEPFILES): Delete.
8505         * config/i386/obsd.mh (XDEPFILES): Delete.
8506         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
8507         * config/ia64/linux.mh (XDEPFILES): Delete.
8508         * config/ia64/aix.mh (XDEPFILES): Delete.
8509         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
8510         * config/m68k/dpx2.mh (XDEPFILES): Delete.
8511         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
8512         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
8513         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
8514         * config/m68k/linux.mh (XDEPFILES): Delete.
8515         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
8516         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
8517         * config/m68k/nbsd.mh (XDEPFILES): Delete.
8518         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
8519         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
8520         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
8521         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
8522         * config/m88k/delta88.mh (XDEPFILES): Delete.
8523         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
8524         * config/m88k/m88k.mh (XDEPFILES): Delete.
8525         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
8526         * config/mips/linux.mh (XDEPFILES): Delete.
8527         * config/mips/irix6.mh (XDEPFILES): Delete.
8528         * config/mips/irix5.mh (XDEPFILES): Delete.
8529         * config/mips/irix4.mh (XDEPFILES): Delete.
8530         * config/mips/irix3.mh (XDEPFILES): Delete.
8531         * config/mips/decstation.mh (XDEPFILES): Delete.
8532         * config/mips/mipsm3.mh (XDEPFILES): Delete.
8533         (NATDEPFILES): Move core-aout.o to here.
8534         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
8535         * config/pa/hpux1020.mh (XDEPFILES): Delete.
8536         * config/pa/hppabsd.mh (XDEPFILES): Delete.
8537         * config/pa/hppahpux.mh (XDEPFILES): Delete.
8538         * config/pa/hpux11w.mh (XDEPFILES): Delete.
8539         * config/pa/hppaosf.mh (XDEPFILES): Delete.
8540         * config/pa/hpux11.mh (XDEPFILES): Delete.
8541         * config/powerpc/aix.mh (XDEPFILES): Delete.
8542         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
8543         * config/powerpc/linux.mh (XDEPFILES): Delete.
8544         * config/romp/rtbsd.mh: Rename XDEPFILES.
8545         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
8546         * config/rs6000/aix4.mh (XDEPFILES): Delete.
8547         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
8548         * config/s390/s390.mh (XDEPFILES): Delete.
8549         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
8550         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
8551         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
8552         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
8553         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
8554         * config/sparc/nbsd.mh (XDEPFILES): Delete.
8555         * config/sparc/linux.mh (XDEPFILES): Delete.
8556         * config/vax/vaxult.mh (XDEPFILES): Delete.
8557         * config/vax/vaxult2.mh (XDEPFILES): Delete.
8558         * Makefile.in (DEPFILES): Remove XDEPFILES.
8559
8560 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8561
8562         * utils.c (internal_verror): Fix comments, default is yes not no.
8563         Update queries to match.  Default to quit and dump core.
8564
8565 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
8566
8567         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
8568         copyright.
8569         * defs.h, event-top.c, gdbcmd.h: Ditto.
8570         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
8571         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
8572         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
8573         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
8574         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
8575         * mi/mi-main.c:Ditto.
8576
8577         * stack.c, symfile.c: Update copyright.
8578
8579 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
8580
8581         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
8582         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
8583         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
8584         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
8585
8586 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
8587
8588         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
8589         * gdbserver/low-lynx.c (myattach): Likewise.
8590         * gdbserver/low-nbsd.c (myattach): Likewise.
8591         * gdbserver/low-sim.c (myattach): Likewise.
8592         * gdbserver/low-sparc.c (myattach): Likewise.
8593         * gdbserver/low-sun3.c (myattach): Likewise.
8594
8595         * gdbserver/low-linux.c (myattach): New function.
8596
8597         * gdbserver/server.c (attach_inferior): New function.
8598         (main): Handle "--attach".
8599
8600 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
8601
8602         * MAINTAINERS (language support): Daniel Jacobwitz is C++
8603         maintainer.
8604
8605 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
8606
8607         * c-typeprint.c (is_type_conversion_operator): Add additional
8608         check for non-conversion operators.
8609
8610 2002-01-15  Michael Snyder  <msnyder@redhat.com>
8611
8612         * linux-proc.c: Add "info proc" command, a la procfs.c.
8613         (read_mapping): New function, abstract and re-use code.
8614         (linux_find_memory_regions): Use new func read_mapping.
8615         (linux_info_proc_cmd): New function, implement "info proc".
8616         (_initialize_linux_proc): Add new command "info proc".
8617
8618 2002-01-15  Michael Snyder  <msnyder@redhat.com>
8619
8620         * symfile.c (generic_load): Use bfd_map_over_sections method
8621         instead of manipulating bfd structure members directly.
8622         (add_section_size_callback): New function, bfd sections callback
8623         used by generic_load.
8624         (load_sections_callback): New function, bfd sections callback
8625         used by generic_load.
8626
8627 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
8628
8629         [Based on work by Jim Blandy]
8630         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
8631         (builtin_type_vec128): Export.
8632         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
8633         types.
8634         (builtin_type_vec128): New builtin type for 128 bit vector
8635         registers.
8636         (build_gdbtypes): Initialize builtin_type_v16qi and
8637         builtin_type_v8hi. Create the vec128 register builtin type
8638         structure.
8639         (build_builtin_type_vec128): New function.
8640         (_initialize_gdbtypes): Register builtin_type_v16qi and
8641         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
8642         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
8643         AltiVec register to new builtin type.
8644
8645 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
8646
8647         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
8648         to make_cv_type.
8649
8650 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
8651
8652         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
8653         CLEAN_UP_REGISTER_VALUE.
8654         * regcache.c (supply_register): Update only call.
8655
8656 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
8657
8658         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8659         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8660         a29k-*-vxworks* targets as obsolete.
8661
8662 2002-01-14  Michael Snyder  <msnyder@redhat.com>
8663
8664         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
8665         until we can resolve portability issues.
8666         * gregset.h: Remove references to fpxregs.
8667         * gcore.c (gcore_command): Initialize note_sec to NULL.
8668
8669 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8670
8671         * signals.c (target_signal_to_name): Rewrite.  Only use
8672         signals[].name when in bounds and non-NULL.
8673
8674 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8675
8676         From Petr Ledvina <ledvinap@kae.zcu.cz>:
8677         * signals.c (target_signal_to_name): Verify that SIG is within the
8678         bounds of the signals array.
8679
8680 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8681
8682         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
8683
8684 2002-01-13  Keith Seitz  <keiths@redhat.com>
8685
8686         * stack.c (print_frame_info_base): Print the frame's pc
8687         only if when print_frame_info_listing_hook is not defined.
8688
8689 2002-01-13  Keith Seitz  <keiths@redhat.com>
8690
8691         * varobj.c (varobj_set_value): Make sure that there were no
8692         errors evaluating the object before attempting to set its
8693         value.
8694         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
8695         so this offset adjustment is no longer necessary.
8696         (create_child): Don't set the error flag if the child is
8697         a CPLUS_FAKE_CHILD.
8698         (value_of_child): If value_fetch_lazy fails, return NULL
8699         so that callers will be notified that an error occurred.
8700         (c_value_of_variable): Delay check of variable's validity
8701         until later. We actually want all structs and unions to have
8702         the value "{...}".
8703         Do not return "???" for variables which could not be evaluated.
8704         This error condition must be returned to the caller so that it
8705         can get the error condition from gdb.
8706         (cplus_name_of_child): Adjust index for vptr before figuring
8707         out the name of the child.
8708         (cplus_value_of_child): If a child's (real) parent is not valid,
8709         don't even bother trying to give a value for it. Just return
8710         an error. Change all instances in this function.
8711         (cplus_type_of_child): If our parent is one of the "fake"
8712         parents, we need to get at the type of the real parent, and
8713         derive the child's true type using this information.
8714
8715 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8716
8717         From 2002-01-09 John Marshall <johnm@falch.net>:
8718         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
8719         sources.redhat.com, and tweak some related URLs which had
8720         suffered from linkrot.
8721
8722 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
8723
8724         From Jeff law:
8725         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
8726         structures passed in registers.
8727
8728 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
8729
8730         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
8731         white space which prevented compilation.  Reported by DSK
8732         <dsk@student.unsw.edu.au>.
8733
8734 2002-01-11  Michael Snyder  <msnyder@redhat.com>
8735
8736         * symfile.c (build_section_addr_info_from_section_tab):
8737         Use bfd access method instead of manipulating bfd directly.
8738         (syms_from_objfile): Ditto.
8739         (simple_overlay_update_1): Ditto.
8740         (simple_overlay_update): Ditto.
8741         (generic_load): Ditto.
8742         (overlay_unmapped_address): FIXME comment, bfd access methods.
8743         (sections_overlap): FIXME comment, bfd access methods.
8744         (pc_in_mapped_range): FIXME comment, bfd access methods.
8745         (pc_in_unmapped_range): FIXME comment, bfd access methods.
8746         (section_is_mapped): FIXME comment, bfd access methods.
8747         (section_is_overlay): FIXME comment, bfd access methods.
8748
8749         * symfile.c (generic_load): Whitespace and long line cleanups.
8750         Remove duplicate variable, change several local variables to
8751         more appropriate data types.
8752         (print_transfer_performance): Use %lu instead of %ld for ulongs.
8753
8754 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
8755
8756         From Peter Schauer:
8757         * language.c (longest_local_hex_string_custom): Use phex_nz to
8758         convert NUM to a hex string.
8759
8760 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
8761
8762         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
8763         the function.
8764         Update Copyright year.
8765
8766 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
8767
8768         * language.c (longest_raw_hex_string): Delete unused function.
8769
8770 2002-01-11  Petr Sorfa  <petrs@caldera.com>
8771
8772         * MAINTAINERS (write-after-approval): Add myself.
8773         * dwarf2read.c (read_tag_string_type): Handling of
8774         DW_AT_byte_size.
8775         (read_tag_string_type): FORTRAN fix to prevent propagation of
8776         first string size.
8777         (set_cu_language): Handling of DW_LANG_Fortran95
8778
8779 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
8780
8781         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
8782         GETPID(inferior_ptid).
8783         (store_inferior_registers): Likewise.
8784
8785 2002-01-10  Jason Merrill  <jason@redhat.com>
8786
8787         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
8788         Fix DW_OP_minus.
8789
8790 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
8791
8792         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
8793         and bfd/elf32-sh-nbsd.c.
8794
8795 2002-01-10  Michael Snyder  <msnyder@redhat.com>
8796
8797         * NEWS: Mention --pid and corefile/proc-id behavior change.
8798
8799         * Makefile.in: Add rules for gcore.o and linux-proc.o.
8800         * gcore.c: Include cli/cli-decode.h instead of command.h.
8801
8802         * main.c (captured_main): Add new command line option "--pid".
8803         If the second command line argument (following the symbol-file)
8804         begins with a digit, try to attach to it before trying to open
8805         it as a corefile.
8806         (print_gdb_help): Document the "--pid" argument.
8807
8808 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
8809
8810         * completer.c (command_completer): New function.
8811
8812         * completer.h <command_completer>: Add prototype.
8813
8814         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
8815         completer for the "help" command.
8816
8817 2002-01-09  Jason Merrill  <jason@redhat.com>
8818
8819         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
8820
8821 2002-01-09  Michael Snyder  <msnyder@redhat.com>
8822
8823         * i386-linux-nat.c (fill_fpxregset): Make global.
8824         (store_fpxregset): Ditto.
8825
8826         * gregset.h (gdb_fpxregset_t): Define.
8827         (supply_fpxregset): Prototype.
8828         (fill_fpxregset): Prototype.
8829
8830         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
8831
8832 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
8833
8834         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
8835         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
8836         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
8837
8838 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
8839
8840         * MAINTAINERS: Update target maintainer rules so that any
8841         Maintainer can approve a tested patch for a maintenance-only
8842         target.
8843
8844 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
8845
8846         * MAINTAINERS (write-after-approval): Add myself.
8847
8848         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
8849         IN_SIGTRAMP.
8850
8851 2002-01-08  Michael Snyder  <msnyder@redhat.com>
8852
8853         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
8854         real name of the executable, rather than the /proc name.
8855
8856 2002-01-03  Michael Snyder  <msnyder@redhat.com>
8857
8858         Implement a "generate-core-file" command in gdb, save target state.
8859         * gcore.c: New file.  Implement new command 'generate-core-file'.
8860         Save a corefile image of the current state of the inferior.
8861         * linux-proc.c: Add linux-specific code for saving corefiles.
8862         * target.h (struct target_ops): Add new target vectors for saving
8863         corefiles; to_find_memory_regions and to_make_corefile_notes.
8864         (target_find_memory_regions): New macro.
8865         (target_make_corefile_notes): New macro.
8866         * target.c (update_current_target): Inherit new target methods.
8867         (dummy_find_memory_regions): New place-holder method.
8868         (dummy_make_corefile_notes): New place-holder method.
8869         (init_dummy_target): Initialize new dummy target vectors.
8870         * exec.c (exec_set_find_memory_regions): New function.
8871         Allow the exec_ops vector for memory regions to be taken over.
8872         (exec_make_note_section): New function, target vector method.
8873         * defs.h (exec_set_find_memory_regions): Export prototype.
8874         * procfs.c (proc_find_memory_regions): New function, corefile method.
8875         (procfs_make_note_section): New function, corefile method.
8876         (init_procfs_ops): Set new target vector pointers.
8877         (find_memory_regions_callback): New function.
8878         (procfs_do_thread_registers): New function.
8879         (procfs_corefile_thread_callback): New function.
8880         * sol-thread.c (sol_find_memory_regions): New function.
8881         (sol_make_note_section): New function.
8882         (init_sol_thread_ops): Initialize new target vectors.
8883         * inftarg.c (inftarg_set_find_memory_regions): New function.
8884         Allow to_find_memory_regions vector to be taken over.
8885         (inftarg_set_make_corefile_notes): New function.
8886         Allow to_make_corefile_notes vector to be taken over.
8887         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
8888         interface layer if not target_has_execution (may be a corefile).
8889         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
8890         * config/sparc/sun4sol2.mh: Ditto.
8891         * config/alpha/alpha-linux.mh: Ditto.
8892         * config/arm/linux.mh: Ditto.
8893         * config/i386/x86-64linux.mh: Ditto.
8894         * config/ia64/linux.mh: Ditto.
8895         * config/m68k/linux.mh: Ditto.
8896         * config/mips/linux.mh: Ditto.
8897         * config/powerpc/linux.mh: Ditto.
8898         * config/sparc/linux.mh: Ditto.
8899
8900 2002-01-07  Michael Snyder  <msnyder@redhat.com>
8901
8902         * arm-linux-nat.c: Remove references to regcache.c internal data
8903         (registers[] and register_valid[]).
8904
8905 2002-01-07  Michael Snyder  <msnyder@redhat.com>
8906
8907         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
8908         so that attaching to a pid will automatically read the process's
8909         symbol file and shlibs.
8910         * Makefile.in: Add rule for linux-proc.o.
8911         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
8912         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
8913         * config/arm/linux.mh: Ditto.
8914         * config/i386/linux.mh: Ditto.
8915         * config/i386/x86-64linux.mh: Ditto.
8916         * config/ia64/linux.mh: Ditto.
8917         * config/m68k/linux.mh: Ditto.
8918         * config/mips/linux.mh: Ditto.
8919         * config/powerpc/linux.mh: Ditto.
8920         * config/sparc/linux.mh: Ditto.
8921
8922 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
8923
8924         * win32-nat.c: Add i386-tdep.h dependency.
8925
8926 2002-01-07  Michael Snyder  <msnyder@redhat.com>
8927
8928         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
8929         instead of bfd_get_arch_size.  Don't bail out just because
8930         there's no exec_bfd.
8931
8932         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
8933         * p-valprint.c (pascal_object_print_value): Ditto.
8934         * somread.c (som_symtab_read): Ditto.
8935         * symfile.c (simple_free_overlay_region_table): Ditto.
8936         * valops.c (value_assign): Ditto.
8937
8938         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
8939         use tilde_expand and strerror for opening save-tracepoints file.
8940
8941         * thread-db.c (thread_db_new_objfile): Indendation fix.
8942
8943         * infptrace.c (GDB_MAX_ALLOCA): New define.
8944         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
8945         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
8946         can be overridden with whatever value is appropriate to the host).
8947         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
8948         alloca to allocate potentially large buffer.
8949         * rs6000-nat.c (child_xfer_memory): Ditto.
8950         * symm-nat.c (child_xfer_memory): Ditto.
8951         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
8952
8953 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
8954
8955         From Nick Clifton  <nickc@redhat.com>
8956         * d10v-tdep.c: Set STACK_START to 0x200bffe.
8957
8958 2002-01-07  Michael Snyder  <msnyder@redhat.com>
8959
8960         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8961         Don't use exec_bfd if it's NULL.
8962
8963 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
8964
8965         * valops.c (value_arg_coerce): Fix formatting.
8966
8967 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
8968
8969         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
8970         * gnu-nat.c: Ditto.
8971
8972 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
8973
8974         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
8975         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
8976         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
8977         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
8978         z8k-coff have not been multi-arched.  Update z8k-coff build
8979         status.
8980
8981 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
8982
8983         * MAINTAINERS: Mark a29k target as obsolete.
8984         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
8985         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
8986         comments.
8987         * NEWS: Note that a29k targets are obsolete.
8988         * a29k-tdep.c: Mark as obsolete.
8989         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
8990         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
8991         a29k-*-vxworks* targets as obsolete.
8992         * remote-adapt.c: Obsolete.
8993         * remote-eb.c: Obsolete.
8994         * remote-mm.c: Obsolete.
8995         * remote-udi.c: Obsolete.
8996         * config/a29k/a29k-udi.mt: Obsolete.
8997         * config/a29k/a29k.mt: Obsolete.
8998         * config/a29k/tm-a29k.h: Obsolete.
8999         * config/a29k/tm-vx29k.h: Obsolete.
9000         * config/a29k/vx29k.mt: Obsolete.
9001
9002 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
9003
9004         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
9005         with BFD_ENDIAN_BIG.
9006
9007 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
9008
9009         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
9010         * configure, config.in: Re-generate.
9011         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
9012         * defs.h: Do not include <endian.h>.
9013
9014 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
9015
9016         * acconfig.h (HAVE_PT_GETXMMREGS): New.
9017         * config.in: Regenerate.
9018         * configure.in: Update copyright years.
9019         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
9020         * configure: Regenerate.
9021         * i386bsd-nat.c: Update copyright years.
9022         (fill_gregset): Use regcache_collect.
9023         (fetch_inferior_registers): Only fetch integer registers
9024         if requested to do so.  Add support for XMM registers
9025         using PT_GETXMMREGS.
9026         (store_inferior_registers): Only store integer registers
9027         if requested to do so.  Add support for XMM registers
9028         using PT_SETXMMREGS.
9029         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
9030         (store_inferior_registers): Remove.
9031         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
9032         (fetch_elfcore_registers): New function.
9033         (i386nbsd_elfcore_fns): New.
9034         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
9035         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
9036         i386bsd-nat.o.
9037         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
9038         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
9039         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
9040         * config/i386/tm-nbsd.h: Update copyright years.
9041         (HAVE_SSE_REGS): Define.
9042         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
9043         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
9044         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
9045         (SIGCONTEXT_PC_OFFSET): Remove.
9046         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
9047
9048 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
9049
9050         * configure.tgt: Remove powerpc-*-macos* target.
9051         * config/m68k/xm-mpw.h: Delete file.
9052         * config/xm-mpw.h: Delete file.
9053         * ser-mac.c: Delete file.
9054         * mpw-make.sed: Delete file.
9055         * mpw-config.in: Delete file.
9056         * mac-xdep.c: Delete file.
9057         * mac-gdb.r: Delete file.
9058         * mac-defs.h: Delete file.
9059         * mac-nat.c: Delete file.
9060         * config/powerpc/macos.mh: Delete file.
9061         * config/powerpc/macos.mt: Delete file.
9062         * config/powerpc/nm-macos.h: Delete file.
9063         * config/powerpc/tm-macos.h: Delete file.
9064         * source.c (openp, open_source_file): Remove obsolete code.
9065         * top.c (gdb_readline): Ditto.
9066         * utils.c (query): Ditto.
9067         * event-top.c (display_gdb_prompt): Ditto.
9068         * Makefile.in (ser-mac.o): Delete obsolete target.
9069         * NEWS: Update.
9070
9071 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9072
9073         * defs.h (BIG_ENDIAN): Delete macro definition.
9074         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
9075         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
9076         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
9077         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
9078         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
9079         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
9080         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
9081         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
9082         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
9083         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
9084         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
9085         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
9086         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9087         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
9088         * gdbarch.c: Re-generate.
9089
9090 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
9091
9092         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
9093         for core files.
9094
9095 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
9096
9097         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
9098
9099 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9100
9101         * value.h (value_ptr): Delete typedef.
9102
9103 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
9104
9105         * i386nbsd-nat.c: Update copyright years.
9106         Include i386-tdep.h.
9107
9108 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
9109
9110         * stabsread.c: Update copyright years.
9111
9112         From Debashis Mahata <debashis.mahata@wipro.com>:
9113         (read_struct_fields): Deal with Sun C compiler erroneous stab
9114         output for structs and unions.
9115         Fix PR gdb/269.
9116
9117 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
9118
9119         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
9120         prototype.
9121
9122 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
9123
9124         * cp-abi.c: Fix whitespace.
9125         (baseclass_offset): New wrapper function.
9126         * cp-abi.h (baseclass_offset): Add prototype.
9127         (struct cp_abi_ops): Add baseclass_offset pointer.
9128
9129         * valops.c (vb_match): Move to...
9130         * gnu-v2-abi.c (vb_match): here.
9131         * valops.c (baseclass_offset): Move to...
9132         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
9133
9134         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
9135
9136         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
9137         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
9138         * hpacc-abi.c (init_hpacc_ops): Likewise.
9139
9140 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
9141
9142         * valops.c (find_overload_match): Accept obj as a
9143         reference parameter.  Update it before returning.
9144         * value.h (find_overload_match): Update prototype.
9145         * eval.c (evaluate_subexp_standard): Pass object to
9146         find_overload_match by reference.
9147
9148 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9149
9150         * valarith.c: Replace value_ptr with struct value pointer.  Remove
9151         register attribute from value declarations.
9152         * valops.c: Ditto.
9153         * value.h: Ditto.
9154         * scm-lang.c (scm_lookup_name): Ditto.
9155
9156 2002-01-03  Michael Snyder  <msnyder@redhat.com>
9157
9158         Abstract the functionality of iterating over mapped memory
9159         regions into a general purpose iterator function.
9160         * procfs.c (iterate_over_mappings): New function, general purpose
9161         iterator for memory sections.
9162         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
9163         (solib_mappings_callback): New function, callback for above.
9164         (info_proc_mappings): Reimpliment using iterate_over_mappings.
9165         (info_mappings_callback): New function, callback for above.
9166
9167         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
9168
9169 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
9170
9171         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
9172         * i386-tdep.c: Include "elf-bfd.h".
9173         (process_note_abi_tag_sections): New function.
9174         (i386_gdbarch_init): Add code to recognize various OS/ABI
9175         combinations.
9176
9177         * maint.c (_initialize_maint_cmds): Add missing \ in
9178         string-literal.
9179
9180 For older changes see ChangeLog-2001
9181 \f
9182 Local Variables:
9183 mode: change-log
9184 left-margin: 8
9185 fill-column: 74
9186 version-control: never
9187 End: