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