]> Git Repo - binutils.git/blob - gdb/ChangeLog
2f01146f79821fa9ae0c06603125229e6e6d1976
[binutils.git] / gdb / ChangeLog
1 2002-03-22  Elena Zannoni  <[email protected]>
2
3         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
4         function.  
5         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
6         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7         structure returning convention for SYSV ABI case, but not
8         for GNU/Linux, FreeBSD, or NetBSD.
9
10 2002-03-22  Daniel Jacobowitz  <[email protected]>
11
12         * symtab.h (lookup_block_symbol): Add mangled_name argument
13         to prototype.
14
15         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
16         with new mangled_name argument.
17         * linespec.c (decode_line_1): Likewise.
18         * valops (value_of_this): Likewise.
19         * symtab.c (lookup_transparent_type): Likewise.
20         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
21         (lookup_symbol): If we are given a mangled name, pass it down
22         to lookup_symbol_aux.
23         (lookup_block_symbol): If we are given a mangled name to check
24         against, only return symbols which match it.
25
26 2002-03-22  Christopher Faylor  <[email protected]>
27
28         * win32-nat.c (child_create_inferior): Check for proper shell to use
29         here, in case the user changes it on the fly.
30         (_initialize_inftarg): Remove shell path considerations.
31
32 2002-03-21  Elena Zannoni  <[email protected]>
33
34         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
35         for gdbarch_max_register_raw_size and max_register_virtual_size.
36         Adjust copyright year.
37
38 2002-03-21  Daniel Jacobowitz  <[email protected]>
39
40          * dbxread.c (process_one_symbol): Extend the first N_SLINE
41          in a function to cover the entire beginning of the function
42          as well if it does not already.
43
44 2002-03-21  Tom Rix  <[email protected]>
45
46         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
47         (rs6000_ptrace64): Renamed from ptrace64.
48
49 2002-03-20  Martin M. Hunt  <[email protected]>
50
51         * gdbserver/remote-utils.c (remote_open): Don't call
52         getprotobyname, we're all using TCP here so just use
53         IPPROTO_TCP.
54         * gdbserver/gdbreplay.c (remote_open): Ditto.   
55
56 2002-03-20  Martin M. Hunt  <[email protected]>
57         
58         * regcache.c (_initialize_regcache): No need to call
59         build_regcache() at this time; it gets called whenever
60         the gdbarch changes.
61
62 2002-03-20  David O'Brien  <[email protected]>
63
64         * sparc-nat.c:  Include sys/param.h where possible.
65
66 2002-03-20  Daniel Jacobowitz  <[email protected]>
67
68         Fix PR gdb/422.
69         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
70         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
71         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
72         complex types.
73         * stabsread.c (rs6000_builtin_type): Likewise.
74         (read_sun_floating_type): Likewise.
75
76 2002-03-19  Peter Schauer  <[email protected]>
77
78         * stabsread.c (read_member_functions): Remove skip code for duplicate
79         constructor/destructor methods.  Use standard parsing for these
80         methods and just do not chain them to the list of methods after
81         parsing.
82
83 2002-03-19  Alexandre Oliva  <[email protected]>
84
85         * coffread.c: Remove redundant static declarations.  Replace
86         occurrences of `PTR' with `void *'.
87         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
88         * top.h (quit_cover): Likewise.
89         * defs.h (catch_errors): Likewise.
90
91 2002-03-18  Andrew Cagney  <[email protected]>
92
93         * defs.h (XMALLOC): Define.
94         * gdb-events.sh (XMALLOC): Delete macro.
95         * gdb-events.c, gdb-events.h: Regenerate.
96         * gdbarch.sh (XMALLOC): Delete macro.
97         * gdbarch.c: Regenerate.
98         * serial.c (XMALLOC): Delete macro.
99         * ui-file.c (XMALLOC): Ditto.
100         * ser-unix.h (XMALLOC): Ditto.
101         * sh-tdep.c (XMALLOC): Ditto.
102         * ui-out.c (XMALLOC): Ditto.
103         * utils.c (XMALLOC): Ditto.
104         * i386-tdep.c (XMALLOC): Ditto.
105         * gdb-events.c (XMALLOC): Ditto.
106         * d10v-tdep.c (XMALLOC): Ditto.
107         * cli-out.c (XMALLOC): Ditto.
108
109         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
110         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
111         * ui-file.c, ui-out.c: Ditto.
112
113 2002-03-18  Andrew Cagney  <[email protected]>
114
115         * command.h (struct cmd_list_element): Add field context.
116         (set_cmd_context, get_cmd_context): Declare.
117         * cli/cli-decode.h: Ditto.
118         * cli/cli-decode.c (get_cmd_context): New function.
119         (set_cmd_context): New function.
120         (add_cmd): Initialize context.
121         Part of fixing PR gdb/145 and PR gdb/146.
122
123 2002-03-17  Andrew Cagney  <[email protected]>
124
125         * cli/cli-decode.c (cmd_type): New function.
126         * command.h (cmd_type): Declare.
127         * infrun.c (set_schedlock_func): Call function cmd_type.
128         * kod.c (kod_set_os): Call cmd_type.
129         * cris-tdep.c (cris_version_update): Use function cmd_type.
130         (cris_mode_update, cris_abi_update): Ditto.
131
132         * command.h: (execute_cmd_post_hook): Declare.
133         (execute_cmd_pre_hook): Declare.
134         * cli/cli-script.c (clear_hook_in_cleanup): New function.
135         (execute_cmd_post_hook, execute_cmd_pre_hook): New
136         functions. Execute pre/post hook while ensuring that afterwords
137         hook_in is cleared.
138         * top.c (execute_command): Use execute_cmd_post_hook, and
139         execute_cmd_pre_hook to execute pre/post commands.
140         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
141         hook_stop_stub.
142         (hook_stop_stub): Call execute_cmd_pre_hook.
143
144 2002-03-17  Andrew Cagney  <[email protected]>
145
146         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
147         set'' and this leads to a core dump.  Move xstrdup of
148         operating_system to after check that it is not NULL.
149
150 2002-03-17  Andrew Cagney  <[email protected]>
151
152         * kod.c (kod_set_os): Remove unnecessary check that
153         ``command->type'' is set_cmd.
154
155         * valprint.c (set_input_radix): Use input_radix.
156         (set_output_radix): Use output_radix.
157         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
158         isn't reverted.
159
160 2002-03-16  Andrew Cagney  <[email protected]>
161
162         * value.h (struct value): Delete field ``substring_addr''.  Change
163         aligner fields to force_doublest_align, force_longest_align,
164         force_core_addr_align and force_pointer_aligh.
165
166         * value.h (struct value): Fix typo in above change.
167
168 2002-03-16  Peter Schauer  <[email protected]>
169
170         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
171         to fix internal_error from ``maintenance print architecture''.
172
173 2002-03-16  Peter Schauer  <[email protected]>
174
175         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
176         for gcc versions after gcc-2.8.1.
177
178 2002-03-16  Peter Schauer  <[email protected]>
179
180         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
181         for method resolution.  Restore adjustment of ``this'' pointer after
182         calling value_struct_elt, which was accidentally removed during the
183         HP merge.
184
185 2002-03-15  Andrew Cagney  <[email protected]>
186
187         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
188         value_of_register.
189         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
190         get_saved_register.
191         * value.h (value_of_register): Update.
192
193 2002-03-14  Richard Henderson  <[email protected]>
194
195         * configure.in: Detect declaration for canonicalize_file_name.
196         * utils.c (canonicalize_file_name): Declare, if needed.
197         (gdb_realpath): Prefer realpath if available and usable.
198         * config.in, configure: Rebuild.
199
200 2002-03-14  Richard Henderson  <[email protected]>
201
202         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
203         a constant array bound.
204
205         * MAINTAINERS: Add myself to write-after-approval.
206
207 2002-03-14  Michael Snyder  <[email protected]>
208
209         * symfile.c (syms_from_objfile): Return immediately if no syms.
210         (symbol_file_add): Return immediately if no syms.
211         (find_sym_fns): Return immediately if no syms.
212
213 2002-03-13  Michal Ludvig  <[email protected]>
214
215         * gdbserver/remote-util.c (remote_open): Print remote-side's
216         IP address when remote debugging over the network.
217                  
218 2002-03-12  David O'Brien  <[email protected]>
219
220         * config/sparc/fbsd.mh: Fix copyright.
221         * config/sparc/fbsd.mt: Likewise.
222
223 2002-03-11  Richard Earnshaw  <[email protected]>
224
225         * MAINTAINERS: Fix typo in name of gdb warnings option.
226         (x86-64): Fix formating so that this can be parsed by awk.
227
228 2002-03-10  Daniel Jacobowitz  <[email protected]>
229
230         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
231         * defs.h: Include "gdb/signals.h".
232         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
233
234 2002-03-10  Michal Ludvig  <[email protected]>
235
236         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
237         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here 
238         from x86-64-tdep.h
239
240 2002-03-10  Daniel Jacobowitz  <[email protected]>
241             Don Howard <[email protected]>
242
243         * mips-tdep.c (ST0_FR): Define.
244         (mips2_fp_compat): New function, temporarily disabled.
245         (mips_read_fp_register_single): New function.
246         (mips_read_fp_register_double): New function.
247         (mips_print_register): Use them.
248         (do_fp_register_row): Likewise.
249
250 2002-03-09  Andrew Cagney  <[email protected]>
251
252         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
253         approval''.
254
255 2002-03-08  Peter Schauer  <[email protected]>
256
257         * stabsread.c (read_member_functions): Fix is_stub test for
258         static member functions, improve comment.
259
260 2002-03-07  Richard Earnshaw  <[email protected]>
261
262         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
263         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
264         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
265         commands that set boolean values.
266         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
267         (arm_rdi_resume): Always initialize PC.
268         (arm_rdi_open): Don't use rslt as a boolean.
269         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
270         (arm_rdi_fetch_registers, arm_rdi_store_registers)
271         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
272         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
273
274 2002-03-06  Alexandre Oliva  <[email protected]>
275
276         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
277         * configure: Rebuilt.
278
279 2002-03-06  Stephane Carrez  <[email protected]>
280
281         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
282         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
283
284 2002-03-06  Andrew Cagney  <[email protected]>
285
286         * cli/cli-decode.c (set_cmd_completer): New function.
287         * command.h (set_cmd_completer): Declare.
288         * cli/cli-decode.h (set_cmd_completer): Ditto.
289
290         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
291         * cli/cli-cmds.c (init_cli_cmds): Ditto.
292         * win32-nat.c (_initialize_inftarg): Ditto.
293         * remote-rdi.c (_initialize_remote_rdi): Ditto.
294         * proc-api.c (_initialize_proc_api): Ditto.
295         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
296         * source.c (_initialize_source): Ditto.
297         * exec.c (_initialize_exec): Ditto.
298         * solib.c (_initialize_solib): Ditto.
299         * top.c (init_main): Ditto.
300         * tracepoint.c (_initialize_tracepoint): Ditto.
301         * symfile.c (_initialize_symfile): Ditto.
302         * printcmd.c (_initialize_printcmd): Ditto.
303         * infcmd.c (_initialize_infcmd): Ditto.
304         * corefile.c (_initialize_core): Ditto.
305
306 2002-03-05  Andrew Cagney  <[email protected]>
307
308         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
309
310 2002-03-05  Andrew Cagney  <[email protected]>
311
312         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
313
314 2002-03-05  Andrew Cagney  <[email protected]>
315
316         * NEWS: Update headings, 5.2 has branched.
317
318 2002-03-04  Daniel Jacobowitz  <[email protected]>
319
320         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
321         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
322         (register_addr, REGISTER_RAW_SIZE): Likewise.
323         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
324         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
325
326 2002-03-03  Michal Ludvig <[email protected]>
327
328         * MAINTAINERS (x86-64): Add myself.
329         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
330         changed value_ptr -> struct value *
331
332 2002-03-01  David O'Brien  <[email protected]>
333
334         * configure.host (sparc64-*-freebsd): Add.
335         * configure.tgt: Likewise.
336         * config/sparc/fbsd.mh: New file.
337         * config/sparc/fbsd.mt: Likewise.
338         * config/sparc/nm-fbsd.h: Likewise.
339         * config/sparc/tm-fbsd.h: Likewise.
340
341 2002-03-01  Daniel Jacobowitz  <[email protected]>
342
343         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
344         regformats/reg-s390x.dat.
345
346 2002-03-01  Andrew Cagney  <[email protected]>
347
348         * utils.c: Add FIXME explaining true/false problem.
349
350 2002-02-28  Andrew Cagney  <[email protected]>
351
352         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
353
354 2002-02-28  Michael Chastain  <[email protected]>
355
356         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
357
358 2002-02-28  Daniel Jacobowitz  <[email protected]>
359
360         * gdbserver/linux-s390-low.c: New file.
361         * regformats/reg-s390.dat: New file.
362         * regformats/reg-s390x.dat: New file.
363         * gdbserver/configure.srv: Add S/390.
364         * gdbserver/Makefile.in: Add S/390.
365         * configure.tgt: Enable gdbserver for S/390.
366
367 2002-02-28  Eli Zaretskii  <[email protected]>
368
369         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
370         first line of the doc string for "info dos", except at the end of
371         the sentence, since the short help stops at the first period.
372
373 2002-02-28  Jason Merrill  <[email protected]>
374
375         * dwarf2read.c (dwarf_cfi_name): Add new codes.
376
377 2002-02-27  Fred Fish  <[email protected]>
378
379         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
380         comment (dumy -> dummy).
381
382 2002-02-27  Peter Schauer  <[email protected]>
383
384         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
385
386 2002-02-27  Rodney Brown  <[email protected]>
387
388       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
389
390 2002-02-27  Daniel Jacobowitz  <[email protected]>
391
392         * gdbserver/acconfig.h: New file.
393         * gdbserver/i387-fp.c: New file.
394         * gdbserver/i387-fp.h: New file.
395         * gdbserver/linux-x86-64.c: New file.
396         * regformats/reg-x86-64.dat: New file.
397         * configure.tgt: Add x86_64-*-linux* gdbserver support.
398         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
399         * gdbserver/configure.in: Add support for regsets.
400         * gdbserver/config.in: Regenerate.
401         * gdbserver/configure: Regenerate.
402         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
403         * gdbserver/linux-low.h: New file.
404         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
405         for regsets.
406         * gdbserver/linux-arm-low.c: Include "linux-low.h".
407         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
408         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
409         * gdbserver/linux-mips-low.c: Include "linux-low.h".
410         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
411         * gdbserver/linux-sh-low.c: Include "linux-low.h".
412         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
413         "i387-fp.h".  Add PTRACE_GETREGS and friends.
414         * gdbserver/regcache.c (supply_register): New function.
415         (supply_register_by_name): New function.
416         (collect_register): New function.
417         (collect_register_by_name): New function.
418
419 2002-02-27  Daniel Jacobowitz  <[email protected]>
420
421         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
422         (config.status): Add configure.srv dependency.
423         (server_h): Add config.h dependency.
424
425 2002-02-27  Daniel Jacobowitz  <[email protected]>
426
427         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
428         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
429         * gdbserver/configure.srv: Change i386-*-linux* to use
430         reg-i386-linux.o.
431
432 2002-02-26  Andrew Cagney  <[email protected]>
433
434         * x86-64-tdep.c: Re-indent.  Update copyright date.
435
436 2002-02-26  Andrew Cagney  <[email protected]>
437
438         From Michal Ludvig <[email protected]>:
439         * x86-64-tdep.c (value.h): Delete.
440         (gdb_assert.h): Include.
441         (x86_64_register_convert_to_virtual,
442         x86_64_register_convert_to_raw ): Add check which lets only
443         floating-point values to be converted.
444         (value_push): Delete.
445         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
446         (i386_gdbarch_init): Number of register_bytes fixed.
447
448 2002-02-26  Andrew Cagney  <[email protected]>
449
450         * MAINTAINERS: Add x86-64 target.
451
452 2002-02-26  Andrew Cagney  <[email protected]>
453
454         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
455         * osfsolib.c (solib_map_sections): Ditto.
456         * irix5-nat.c (solib_map_sections): Ditto.
457         * corelow.c (gdb_check_format): Ditto.
458         * symfile.c (symfile_bfd_open): Ditto.
459         * solib.c (solib_map_sections): Ditto.
460         Fix PR gdb/354.
461         
462 2002-02-26  Andrew Cagney  <[email protected]>
463
464         * remote.c (_initialize_remote): By default, disable ``e'' and
465         ``E'' step out-of-range packets.
466
467 2002-02-26  Andreas Schwab  <[email protected]>
468
469         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
470         m68k_linux_frame_saved_pc.
471         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
472         in_sigtramp.
473         (SIGCONTEXT_PC_OFFSET): Remove.
474         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
475         m68k_linux_sigtramp_saved_pc): New functions.
476         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
477         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
478         (UCONTEXT_PC_OFFSET): Define.
479         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
480         non-RT and RT signal trampolines.
481
482 2002-02-26  Richard Earnshaw  <[email protected]>
483
484         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
485         (TARGET_NBPG, STACK_END_ADDR): Delete
486         (VARIABLES_INSIDE_BLOCK): Delete.
487
488 2002-02-25  Andrew Cagney  <[email protected]>
489
490         * utils.c (perror_with_name): Make string parameter constant.
491         (print_sys_errmsg): Ditto.
492         (query): Ditto.
493         * defs.h (perror_with_name): Update.
494         (print_sys_errmsg): Update.
495         (query): Update.
496
497 2002-02-25  Daniel Jacobowitz  <[email protected]>
498
499         From Eliot Dresselhaus <[email protected]>:
500         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
501
502 2002-02-25  Peter Schauer  <[email protected]>
503
504         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
505         if it already matches the current architecture from the exec file.
506         Include arch-utils.h for gdbarch_info_init prototype.
507         * Makefile.in (rs6000-nat.o): Update dependencies.
508
509 2002-02-25  Eli Zaretskii  <[email protected]>
510
511         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
512          list of exported variables.
513
514 2002-02-24  Daniel Jacobowitz  <[email protected]>
515
516         * gdbserver/configure.srv: New file.
517         * gdbserver/configure.in: Use configure.srv instead
518         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
519         from it.
520         * gdbserver/configure: Regenerated.
521         * gdbserver/terminal.h: New file.
522         * gdbserver/Makefile.in: Update for configure changes.  Remove
523         more unneeded include paths.
524
525 2002-02-24  Andrew Cagney  <[email protected]>
526
527         From wiz at danbala:
528         * config/sparc/tm-sp64.h: Fix grammar and typos.
529         Fix PR gdb/287.
530
531 2002-02-24  Andrew Cagney  <[email protected]>
532
533         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
534         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
535         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
536         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
537         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
538         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
539         * s390-tdep.c: Ditto.
540         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
541         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
542         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
543         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
544         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
545         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
546         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
547         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
548         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
549         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
550         Fix PR gdb/378.
551         
552 2002-02-23  Andrew Cagney  <[email protected]>
553
554         * lin-thread.c: Delete file.
555         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
556         to gdb_proc_service.h.
557         * configure: Re-generate.
558
559         * ocd.c (ocd_open): Do not try to open the "ocd" device.
560         * serial.c (serial_open): Delete check for "ocd".
561         Fix PR gdb/349.
562
563         * Makefile.in (linux-thread.o): Delete target.
564         * linux-thread.c: Delete file.
565
566         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
567         renamed SH files to be consistent.
568
569         * symtab.c (sort_search_symbols): Use xfree.
570
571 2002-02-23  Richard Earnshaw  <[email protected]>
572
573         * arm-linux-tdep.c (arm_linux_init_abi): Register
574         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
575         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
576         definition with undef, since we don't want the sysvr4 definition.
577         (SKIP_TRAMPOLINE_CODE): Likewise.
578
579 2002-02-23  Andrew Cagney  <[email protected]>
580
581         From 2002-02-22 Alfred M. Szmidt <[email protected]>:
582
583         * configure.in: (AC_CHECK_FUNCS) Added test for
584         canonicalize_file_name Regenerated.
585         * config.in, configure: Regenerated.
586         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
587         defined use canonicalize_file_name.
588         
589 2002-02-23  Michael Chastain  <[email protected]>
590
591         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
592
593 2002-02-23  Andrew Cagney  <[email protected]>
594
595         * README: Remove references to cygnus.com.
596         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
597         dot com'' form.  Remove references to cygnus.com and sourceware.
598
599 2002-02-23  Andrew Cagney  <[email protected]>
600
601         From 2002-02-19 Paul Eggert <[email protected]>:
602         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
603         1003.1-2001 no longer allows "head -1".
604         * gdb/Makefile.in (version.c): Likewise.
605         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
606         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
607         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
608
609 2002-02-23  Andrew Cagney  <[email protected]>
610
611         * cli/cli-decode.c (cmd_cfunc_eq): New function.
612         * command.h (cmd_cfunc_eq): Declare.
613         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
614
615         * cli/cli-cmds.h (is_complete_command): Change parameter to a
616         ``struct cmd_list_element *''.
617         * cli/cli-cmds.c (is_complete_command): Update.  Use
618         cmd_cfunc_eq.
619         * top.c (execute_command): Pass the command to
620         is_complete_command.
621         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
622
623 2002-02-23  Andrew Cagney  <[email protected]>
624
625         From 2002-02-20 Martin Schwidefsky <[email protected]>:
626         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
627         architecture defines.
628         * s390-tdep.c (s390_gdbarch_init): Likewise.
629
630 2002-02-23  Richard Earnshaw  <[email protected]>
631
632         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
633         (arm_linux_push_arguments): Likewise.
634         (arm_linux_init_abi): Register them.  Also register linux-specific
635         call_dummy_words.
636         (find_minsym_and_objfile): Use strcmp, not STREQ.
637         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
638         (arm_linux_call_dummy_words): Delete declaration.
639         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
640         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
641         declarations.
642         (LOWEST_PC): Delete.
643
644 2002-02-23  Peter Schauer  <[email protected]>
645
646         * maint.c (print_section_info): Do not prepend `0x' to filepos
647         output, it will be handled by local_hex_string_custom.
648
649 2002-02-23  Richard Earnshaw  <[email protected]>
650
651         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
652         (store_newfpe_double, store_newfpe_extended, store_fpregister)
653         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
654
655 2002-02-22  Jim Blandy  <[email protected]>
656
657         Indicate that the bcache functions don't change the strings
658         they're passed.
659         * bcache.h (bcache, hash): Add `const' keywords to declarations.
660         * bcache.c (bcache, hash): Add `const' keywords to definitions.
661
662 2002-02-22  Pierre Muller  <[email protected]>
663
664         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
665
666 2002-02-21  Christopher Faylor  <[email protected]>
667
668         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
669         find the complete path to a loaded DLL.
670
671 2002-02-21  Fred Fish  <[email protected]>
672
673         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
674         that marks the end of the range of a function, enter a line number
675         entry that has a line number of zero and a PC offset that matches
676         the end of the function.  This starts a range of PC's for which no
677         line number information is known.
678         * symtab.c (find_pc_sect_line): If our best fit is in a range of
679         PC's for which no line number info is found (line number is zero)
680         then we didn't find any valid line information.
681         * symtab.h: Document use of zero line number entry.
682
683 2002-02-21  Elena Zannoni  <[email protected]>
684
685         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
686         (have_ptrace_getvrregs): Define for run time checks.
687         (gdb_vrregset_t): New type for Altivec register handling.
688         (fetch_register, store_register): Fetch/store altivec register
689         when needed.
690         (fetch_altivec_register, store_altivec_register): New functions.
691         (supply_vrregset, fill_vrregset): New functions.
692         (fetch_altivec_registers, store_altivec_registers): New functions.
693         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
694         registers as well.
695
696 2002-02-21  Jiri Smid  <[email protected]>
697
698         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
699
700 2002-02-21  Richard Earnshaw  <[email protected]>
701
702         * Makefile.in (armnbsd-nat.o): Update dependencies.
703         * armnbsd-nat.c (supply_gregset): New function.  Common code to
704         supply the integer register set.
705         (supply_fparegset): New function.  Similar for FPA registers.
706         (fetch_regs, fetch_fp_regs): Use them.
707         (fetch_core_registers): Likewise.
708         (fetch_elfcore_registers): New function.
709         (arm_netbsd_elfcore_fns): New core-file type specification.
710         (_initialize_arm_netbsd_nat): Register it.
711
712 2002-02-21  Richard Earnshaw  <[email protected]>
713
714         * armnbsd-nat.c: Include gdbcore.h.
715         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
716         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
717         'void' to declaration, to shut up ARI.
718         (fetch_core_registers): Make static.  Rewrite using supply_register.
719         (arm_netbsd_core_fns): New core-file type specification.
720         (_initialize_arm_netbsd_nat): New function.
721
722 2002-02-21  Christopher Faylor  <[email protected]>
723
724         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
725         value.
726
727 2002-02-20  Christopher Faylor  <[email protected]>
728
729         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
730         fails.
731
732 2002-02-20  Daniel Jacobowitz  <[email protected]>
733
734         * jv-exp.y (parse_number): Change type of implicit longs
735         to builtin_type_uint64.
736
737 2002-02-20  Daniel Jacobowitz  <[email protected]>
738
739         * gdbserver/linux-low.c (mywait): Change argument to waitpid
740         to be an integer instead of a `union wait'.
741
742 2002-02-20  Daniel Jacobowitz  <[email protected]>
743
744         * mips-linux-nat.c: Call the operating system GNU/Linux.
745         * mips-linux-tdep.c: Likewise.
746         * mips-tdep.c: Likewise.
747
748 2002-02-20  Daniel Jacobowitz  <[email protected]>
749
750         Fix PR gdb/265.
751         * jv-exp.y (parse_number): Handle 64-bit integers.
752
753 2002-02-20  Daniel Jacobowitz  <[email protected]>
754
755         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
756         AC_STDC_HEADERS to AC_HEADER_STDC.
757         * gdbserver/configure: Regenerated.
758
759 2002-02-20  Richard Earnshaw  <[email protected]>
760
761         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
762         is defined.
763         * sparc-tdep.c (get_longjmp_target): Likewise.
764
765 2002-02-20  Richard Earnshaw  <[email protected]>
766
767         * News: Add news about ARM and Multi-arch.  Mention the new target
768         arm*-*-netbsd*.
769
770 2002-02-19  Jim Blandy  <[email protected]>
771
772         * stabsread.c (error_type_complaint): Improve error message.
773
774 2002-02-19  Daniel Jacobowitz  <[email protected]>
775
776         * gdbserver/README: Update documentation.
777         * gdbserver/configure.in: Update configury to match documentation.
778         * gdbserver/Makefile.in: Likewise.
779         * gdbserver/configure: Regenerated.
780         * gdbserver/aclocal.m4: New file, generated by aclocal.
781         * gdbserver/config.in: New file, generated by autoheader.
782
783 2002-02-19  Richard Earnshaw  <[email protected]>
784
785         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
786         armnbsd-nat.c.
787
788 2002-02-19  Richard Earnshaw  <[email protected]>
789
790         * arm-tdep.h (enum arm_float_model): New enum.
791         (struct gdbarch_tdep): Add fp_model.
792         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
793         up floating-point conversions until we know the floating-point model
794         in use by the inferior.  Don't complain about being unable to
795         determine the ABI of the inferior when we don't have one.
796         (arm_extract_return_value): Support different floating-point models.
797         (arm_store_return_value): Likewise.
798         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
799         ARM_FLOAT_SOFT.
800         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
801
802 2002-02-19  Peter Schauer  <[email protected]>
803
804         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
805         of ``current_gdbarch''.
806
807 2002-02-19  Richard Earnshaw  <[email protected]>
808
809         * armnbsd-nat.c : ANSIfy all function declarations.
810         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
811         (fetch_inferior_registers): Re-implement in terms of above.
812         (store_register, store_regs, store_fp_register, store_fp_regs): New.
813         (store_inferior_registers): Re-implement in terms of above.
814
815 2002-02-19  Richard Earnshaw  <[email protected]>
816
817         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
818         kernel.
819         * arm-linux-tdep.c: Likewise.
820         * config/arm/tm-linux.h: Likewise.
821
822 2002-02-19  Richard Earnshaw  <[email protected]>
823
824         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
825         * config/arm/nbsd.mt (TM_FILE): Delete.
826         * config/arm/tm-nbsd.h: Delete.
827
828 2002-02-19  Richard Earnshaw  <[email protected]>
829
830         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
831         Initialize CALL_DUMMY_LENGTH.
832
833 2002-02-19  Richard Earnshaw  <[email protected]>
834
835         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
836         function.
837         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
838         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
839         defines one thing and that is incorrect for this port.
840         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
841
842 2002-02-18  Pierre Muller  <[email protected]>
843
844         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
845
846 2002-02-18  Pierre Muller  <[email protected]>
847
848         * win32-nat.c (display_selector): New function. Displays information
849         about the information returned by GetThreadSelectorEntry API function.
850         (display_selectors): New function. Displays the infomation of
851         the selector given as argument, or of CS, DS ans FS selectors
852         if no argument is given.
853         ( _initialize_inftarg): Add "w32" as info prefix command.
854         Add "info w32 selector" as command calling display_selectors.
855
856 2002-02-19  Pierre Muller  <[email protected]>
857
858         * i386-tdep.c (get_longjmp_target): Fix compilation failure
859         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
860         if not defined.
861
862 2002-02-18  Richard Earnshaw  <[email protected]>
863
864         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
865
866 2002-02-18  Richard Earnshaw  <[email protected]>
867
868         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
869         (arm_fix_call_dummy): Call it.
870         (arm_call_dummy_breakpoint_offset): Delete.
871         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
872         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
873
874 2002-02-18  Andrew Cagney  <[email protected]>
875
876         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
877         Default to func_frame_chain_valid.
878         * gdbarch.h, gdbarch.c: Re-generate.
879         * frame.h (FRAME_CHAIN_VALID): Delete definition.
880
881 2002-02-18  Elena Zannoni  <[email protected]>
882
883         * ppc-linux-nat.c: Update copyright.
884         (fetch_register, store_register): Add tid parameter, don't compute
885         tid here.
886         (fetch_ppc_registers, store_ppc_registers): Add tid
887         parameter. Pass it along to callees.
888         (fetch_inferior_registers, store_inferior_registers): Compute tid
889         here, and pass it to calleed functions.
890         (fill_gregset, supply_fpregset): Clean up formatting.
891
892 2002-02-18  Richard Earnshaw  <[email protected]>
893
894         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
895         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
896
897 2002-02-18  Richard Earnshaw  <[email protected]>
898
899         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
900         * gdbarch.c gdbarch.h: Regenerate.
901         * breakpoint.c (create_longjmp_breakpoint): Always compile this
902         function.
903         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
904         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
905         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
906
907         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
908         * arm-tdep.c (arm_get_longjmp_target): New function.
909         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
910         this to a positive value register arm_get_longjmp_target as the
911         longjmp handler.
912         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
913         (arm_linux_init_abi): Set up longjmp description in tdep.
914         * armnbsd-nat.c (get_longjmp_target): Delete.
915         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
916         description in tdep.
917         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
918         (get_longjmp_target): Delete declaration.
919         (GET_LONGJMP_TARGET): Delete.
920         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
921         (GET_LONGJMP_TARGET): Delete.
922
923 2002-02-17  Kevin Buettner  <[email protected]>
924
925         From Peter Schauer  <[email protected]>:
926         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
927         of ``current_gdbarch''.
928
929 2002-02-17  Tom Tromey  <[email protected]>
930
931         * cli/cli-cmds.c (compare_strings): New function.
932         (complete_command): Only print each unique item once.
933         * completer.h (complete_line): Declare.
934         * completer.c (complete_line): New function.
935         (line_completion_function): Use it.
936
937 2002-02-16  Andrew Cagney  <[email protected]>
938
939         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
940         * gdbarch.h, gdbarch.c: Re-generate.
941
942 2002-02-16  Daniel Jacobowitz  <[email protected]>
943
944         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
945
946 2002-02-16  Daniel Jacobowitz  <[email protected]>
947
948         From Peter Schauer <[email protected]>:
949         * valops.c (value_arg_coerce): Don't take the address of a reference
950         to convert an argument to a reference.
951
952 2002-02-15  Christopher Faylor  <[email protected]>
953
954         * win32-nat.c (get_image_name): New function.
955         (handle_load_dll): Use get_image_name function.
956         (get_child_debug_event): Avoid registering debug events until possibly
957         execed process is started.
958         (child_create_inferior): Allow invocation via shell so that command
959         line redirection, etc.  works ok.
960         (_initialize_inftarg): Add new command: "set shell" to control whether
961         a shell is used to start a process.
962
963 2002-02-15  Daniel Jacobowitz  <[email protected]>
964
965         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
966         instead of find_register_by_number.
967         (cannot_store_register): Likewise.
968
969 2002-02-14  Pierre Muller  <[email protected]>
970
971         * dwarf2read.c: Replace fprintf (stderr, ...) by
972         fprintf_unfiltered (gdb_stderr, ...).
973
974 2002-02-15  Daniel Jacobowitz  <[email protected]>
975
976         * gdbserver/gdbserver.1: Document --attach.
977
978 2002-02-15  Richard Earnshaw  <[email protected]>
979
980         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
981         descriptions.
982         * arm-tdep.c (arm_default_arm_le_breakpoint)
983         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
984         (arm_default_thumb_be_breakpoint): New.  Initialize them from
985         traditional breakpoint defines.
986         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
987         (arm_gdbarch_init): Initialize new breakpoint variables.
988         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
989         (arm_linux_init_abi): Initialize linux-specific breakpoint.
990         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
991         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
992         code out to ...
993         (arm_netbsd_init_abi_common): ... here; new function.
994         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
995         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
996         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
997         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
998
999 2002-02-15  Richard Earnshaw  <[email protected]>
1000
1001         * arm-tdep.h (enum arm_abi): New enum.
1002         (struct gdbarch_tdep): New structure.
1003         (LOWEST_PC): Provide a default.
1004         (arm_gdbarch_register_os_abi): Declare new function.
1005         * arm-tdep.c (arm_abi_names): New array.
1006         (process_note_abi_tag_sections): New function.
1007         (get_elfosabi): New function.
1008         (arm_gdbarch_register_os_abi): New function.
1009         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
1010         support for that ABI has been built in, then call the appropriate
1011         configuration routine.  Use gdbarch_num_regs() to get the number
1012         of registers.
1013         (arm_dump_tdep): New function.
1014         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
1015         place-holder functions.
1016         (_initialize_arm_tdep): Register them.
1017         * config/arm/tm-arm.h (LOWEST_PC): Delete.
1018
1019         * armnbsd-tdep.c: New file.
1020         * Makefile.in (armnbsd-tdep.o): Add dependencies.
1021         * config/arm/nbsd.mt (TDEPFILES): Add it.
1022         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
1023
1024         * armnbsd-nat.c: Include regcache.h.
1025         * Makefile.in (armnbsd-nat.o): Update dependency list.
1026
1027         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
1028
1029 2002-02-14  Daniel Jacobowitz  <[email protected]>
1030
1031         * gdbserver/Makefile.in: Fix typos in target rules.
1032
1033 2002-02-14  Daniel Jacobowitz  <[email protected]>
1034
1035         Fix part of PR gdb/267.
1036         * linespec.c (find_methods): Handle constructors specially for now.
1037
1038 2002-02-14  Corinna Vinschen  <[email protected]>
1039
1040         * arm-tdep.c (arm_push_arguments): Eliminate special float type
1041         handling.
1042         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
1043         standard_coerce_float_to_double().
1044
1045 2002-02-14  Christopher Faylor  <[email protected]>
1046
1047         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
1048         GDBINIT_FILENAME.
1049
1050 2002-02-14  Elena Zannoni  <[email protected]>
1051
1052         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
1053         find_variant_by_name, because it confuses the multiarch
1054         framework. Return NULL if there isn't an architecture with the
1055         user supplied name, instead of forcing a different one without
1056         recording the change with the multiarch machinery.
1057         (find_variant_by_name): Delete.
1058
1059 2002-02-14  Peter Schauer  <[email protected]>
1060
1061         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
1062         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
1063
1064 2002-02-13  Martin M. Hunt  <[email protected]>
1065
1066         * stack.c (print_frame_info_base): When calling
1067         print_frame_info_listing_hook, set current_source_symtab.
1068
1069 2002-02-14  Daniel Jacobowitz  <[email protected]>
1070
1071         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
1072         and remove unused $(INCLUDE_DIR).
1073         Add regcache.c to OBS.
1074         Add generated register protocol files to clean target.
1075         Update dependencies for new objects, obsolete old target code.
1076
1077         * gdbserver/linux-low.c: Remove all platform-specific code to
1078         new files.  Remove various dead code.  Update to use regcache
1079         functionality.
1080         * gdbserver/remote-utils.c (fromhex): Add return statement
1081         to quiet warning.
1082         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
1083         constant.
1084         (input_interrupt): Add integer parameter to match prototype
1085         of a signal handler.
1086         (outreg): Use register_data ().
1087         (prepare_resume_reply): Use gdbserver_expedite_regs.
1088         * gdbserver/server.c (main): Dynamically allocate own_buf because
1089         PBUFSIZ is no longer constant.  Use registers_to_string () and
1090         registers_from_string ().
1091         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
1092         for error (), fatal (), and warning ().  Update definition of
1093         PBUFSIZ to use regcache functionality.  Add include guard.
1094         * gdbserver/utils.c (fatal): Add missing ``const''.
1095         (warning): New function.
1096
1097         * regformats/regdat.sh: Include "regcache.h" in generated files.
1098         Provide init_registers () function.
1099         * regformats/regdef.h: Add prototype for set_register_cache ().
1100         Add include guard.
1101
1102         * gdbserver/linux-arm-low.c: New file.
1103         * gdbserver/linux-i386-low.c: New file.
1104         * gdbserver/linux-ia64-low.c: New file.
1105         * gdbserver/linux-m68k-low.c: New file.
1106         * gdbserver/linux-mips-low.c: New file.
1107         * gdbserver/linux-ppc-low.c: New file.
1108         * gdbserver/linux-sh-low.c: New file.
1109
1110         * gdbserver/regcache.c: New file.
1111         * gdbserver/regcache.h: New file.
1112
1113         * gdbserver/low-linux.c: Removed obsolete file.
1114
1115 2002-02-14  Daniel Jacobowitz  <[email protected]>
1116
1117         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
1118         * config/i386/linux.mt: Likewise.
1119         * config/ia64/linux.mt: Likewise.
1120         * config/m68k/linux.mh: Likewise.
1121         * config/powerpc/linux.mh: Likewise.
1122         * config/mips/linux.mt: Likewise.
1123
1124         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
1125
1126         * config/i386/i386lynx.mh: Mark gdbserver variables
1127         as (currently) obsolete for this target.
1128         * config/i386/nbsd.mt: Likewise.
1129         * config/i386/nbsdelf.mt: Likewise.
1130         * config/m32r/m32r.mt: Likewise.
1131         * config/m68k/m68klynx.mh: Likewise.
1132         * config/m68k/nbsd.mt: Likewise.
1133         * config/m68k/sun3os4.mh: Likewise.
1134         * config/mips/vr5000.mt: Likewise.
1135         * config/ns32k/nbsd.mt: Likewise.
1136         * config/pa/hppabsd.mh: Likewise.
1137         * config/pa/hppaosf.mh: Likewise.
1138         * config/powerpc/nbsd.mt: Likewise.
1139         * config/rs6000/rs6000lynx.mh: Likewise.
1140         * config/s390/s390.mt: Likewise.
1141         * config/s390/s390x.mt: Likewise.
1142         * config/sparc/sparclynx.mh: Likewise.
1143         * config/sparc/sun4os4.mh: Likewise.
1144         * config/i386/x86-64linux.mt: Likewise.
1145         * config/sparc/linux.mh: Likewise.
1146
1147 2002-02-14  Daniel Jacobowitz  <[email protected]>
1148
1149         * configure.tgt: Configure gdbserver only for known working
1150         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
1151         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
1152         SUBDIRS if it is configured.  Update comment for ${nativefile}.
1153         * configure: Regenerated.
1154
1155 2002-02-13  Michael Snyder  <[email protected]>
1156
1157         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
1158         (default_gcore_mach): Just return 0, work around a problem in bfd.
1159         (default_gcore_target): OK to return NULL if exec_bfd is null.
1160         (make_mem_sec): Use a cast, avoid a warning.
1161
1162         * procfs.c (find_memory_regions_callback): Use a cast instead of
1163         calling host_pointer_to_address (which complains if
1164         sizeof (host pointer) != sizeof (target pointer)).
1165         (procfs_make_note_section): Avoid overflow in psargs string.
1166
1167         * procfs.c (procfs_make_note_section): Make the default
1168         implementation return an error.
1169
1170 2002-02-13  Rodney Brown  <[email protected]>
1171
1172         * procfs.c (procfs_make_note_section): Provide a default definition
1173         (for alpha-dec-osf4.0f). Fix typos.
1174
1175 2002-02-13  Elena Zannoni  <[email protected]>
1176
1177         * linux-proc.c: Add include of regcache.h.
1178         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
1179
1180 2002-02-13  Andrew Cagney  <[email protected]>
1181
1182         From 2002-01-18 Greg McGary <[email protected]>:
1183         * memattr.c (create_mem_region): Disallow useless empty region.
1184         Regions are half-open intervals, so allow [A..B) [B..C) as
1185         non-overlapping.
1186
1187 2002-02-13  Michael Chastain <[email protected]>
1188
1189         * defs.h: Kill CONST_PTR.
1190         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
1191         * c-lang.c (c_builtin_types): Likewise.
1192         * ch-lang.c (ch_builtin_types): Likewise.
1193         * f-lang.c (f_builtin_types): Likewise.
1194         * language.c (unknown_builtin_types): Likewise.
1195         * m2-lang.c (m2_builtin_types): Likewise.
1196         * p-lang.c (pascal_builtin_types): Likewise.
1197         * scm-lang.c (c_builtin_types): Likewise.
1198
1199 2002-02-13  Keith Seitz  <[email protected]>
1200
1201         * arm-tdep.h (arm_get_next_pc): Add declaration.
1202
1203 2002-02-13  Richard Earnshaw  <[email protected]>
1204
1205         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
1206         with other related struct-returning functions.
1207         (arm_extract_struct_value_address): New function.
1208         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
1209         initialize float_format, double_format and long_double_format as
1210         appropriate to the endianness of the target.
1211         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
1212         (arm_use_struct_convention): Delete declaration.
1213         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1214
1215 2002-02-13  Keith Seitz  <[email protected]>
1216
1217         * defs.h (core_addr_to_string_nz): New function.
1218
1219 2002-02-13  Mark Kettenis  <[email protected]>
1220
1221         Apply missing bits of 2002-01-15 patch.
1222         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
1223         (fill_fpregset): Use i387_fill_fsave.
1224
1225 2002-02-12  Keith Seitz  <[email protected]>
1226
1227         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
1228         (core_addr_to_string_nz): New function.
1229
1230 2002-02-11  Richard Earnshaw  <[email protected]>
1231
1232         * arm-linux-nat.c: Really include arm-tdep.h.
1233         * config/arm/tm-linux.h (struct type, struct value): Declare.
1234
1235 2002-02-11  Michael Snyder  <[email protected]>
1236
1237         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
1238         (gcore section): Ifdef for Solaris and Unixware only.
1239         (procfs_do_thread_registers): Unixware needs one lwpstatus
1240         per thread (not one prstatus or pstatus).
1241         (procfs_make_note_section): Iterate only over kernel threads (lwps),
1242         not over all gdb threads.  For unixware, call elfcore_write_pstatus
1243         once before iterating over threads.
1244
1245 2002-02-11  Richard Earnshaw  <[email protected]>
1246
1247         * arm-tdep.h: New file.
1248         * arm-tdep.c: Include arm-tdep.h.
1249         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1250         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1251         (arm_print_float_info, arm_register_type, convert_to_extended)
1252         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1253         (arm_extract_return_value, arm_register_name): Make static.
1254         (arm_software_single_step): Similarly.  Fix types in declaration.
1255         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
1256         (arm_store_return_value, arm_store_struct_return): New functions.
1257         (arm_gdbarch_init): Register the above functions.  Also register
1258         call_dummy_start_offset, sizeof_call_dummy_words,
1259         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
1260         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
1261         max_register_virtual_size, register_size.  Set up
1262         prologue_cache.saved_regs here, rather than ...
1263         (_initialize_arm_tdep): ... here.
1264         * config/arm/tm-arm.h (struct type, struct value): Delete forward
1265         declarations.
1266         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1267         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1268         (arm_print_float_info, arm_register_type, convert_to_extended)
1269         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1270         (arm_extract_return_value, arm_register_name): Delete declarations.
1271         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
1272         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
1273         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
1274         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
1275         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
1276         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
1277         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
1278         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
1279         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
1280         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
1281         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
1282         (arm_get_next_pc): No-longer static -- these are needed by the RDI
1283         interface.
1284         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
1285         * remote-rdi.c remote-rdp.c: Likewise.
1286         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
1287         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
1288         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
1289         definition.
1290
1291         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
1292         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
1293         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
1294         from non-ARM_ prefixed definitions.
1295         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
1296         all uses of above.
1297         * remote-rdi.c remote-rdp.c: Likewise.
1298         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
1299
1300 2002-02-11  Richard Earnshaw  <[email protected]>
1301
1302         * arm-tdep.c (arm_frameless_function_invocation)
1303         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1304         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1305         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1306         (arm_pop_frame, arm_get_next_pc): Make static.
1307         (arm_gdbarch_init): Register above in gdbarch structure.
1308         (arm_read_fp): Renamed from arm_target_read_fp.
1309         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
1310         * config/arm/tm-arm.h (arm_frameless_function_invocation)
1311         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1312         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1313         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1314         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
1315         (arm_pc_is_thumb_dummy): Delete declarations.
1316         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
1317         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
1318         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
1319         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
1320
1321 2002-02-10  Daniel Jacobowitz  <[email protected]>
1322
1323         * symtab.c (compare_search_syms): New function.
1324         (sort_search_symbols): New function.
1325         (search_symbols): Sort symbols after searching rather than
1326         before.
1327
1328 2002-02-10  Andrew Cagney  <[email protected]>
1329
1330         * NEWS: Linux -> GNU/Linux.
1331
1332 2002-02-10  Andrew Cagney  <[email protected]>
1333
1334         * gdbarch.sh: For for level one methods, disallow a definition
1335         when partially multi-arched.  Add comments explaining rationale.
1336         * gdbarch.h: Re-generate.
1337
1338 2002-02-10  Andrew Cagney  <[email protected]>
1339
1340         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
1341         multi-arch partial.
1342
1343 2002-02-10  Andrew Cagney  <[email protected]>
1344
1345         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
1346         field.  Use diff -u.
1347         * gdbarch.c: Re-generate.
1348
1349 2002-02-10  Andrew Cagney  <[email protected]>
1350
1351         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
1352         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
1353         partial.
1354
1355 2002-02-10  Andrew Cagney  <[email protected]>
1356
1357         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
1358         multi-arch partial.
1359         (PUSH_ARGUMENTS): Switch to using predefault.
1360         * gdbarch.c: Regenerate.
1361
1362 2002-02-10  Andrew Cagney  <[email protected]>
1363
1364         * valops.c (PUSH_ARGUMENTS): Delete definition.
1365         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
1366         partial.  Default to default_push_arguments.
1367         * gdbarch.h, gdbarch.c: Regenerate.
1368
1369 2002-02-09  Andrew Cagney  <[email protected]>
1370
1371         * defs.h (throw_exception): Rename return_to_top_level.  Update
1372         comments.
1373         * utils.c (error_stream, internal_verror, quit): Ditto.
1374         * top.c (throw_exception, catcher): Ditto.
1375         * sparclet-rom.c (sparclet_load): Ditto.
1376         * remote.c (interrupt_query, minitelnet): Ditto.
1377         * remote-sds.c (interrupt_query): Ditto.
1378         * remote-mips.c (mips_error, mips_kill): Ditto.
1379         * ocd.c (interrupt_query): Ditto.
1380         * monitor.c (monitor_interrupt_query): Ditto.
1381         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
1382         * target.h: Update comment.
1383
1384         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
1385
1386 2002-02-09  Andrew Cagney  <[email protected]>
1387
1388         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
1389         default_double_format.
1390         * gdbarch.h, gdbarch.c: Re-generate.
1391         * findvar.c (floatformat_unknown): Delete variable definition.
1392         * doublest.h (floatformat_unknown): Delete variable declaration.
1393
1394 2002-02-09  Jim Blandy  <[email protected]>
1395
1396         * stabsread.c (read_type): Add code to parse Sun's syntax for
1397         prototyped function types.
1398
1399 2002-02-09  Andrew Cagney  <[email protected]>
1400
1401         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
1402         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
1403
1404 2002-02-09  Peter Schauer  <[email protected]>
1405
1406         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
1407         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
1408         now _initialize_xcoffsolib gets called again and overrides the
1409         commands from solib.c in a native configuration.
1410
1411 2002-02-09  Mark Kettenis  <[email protected]>
1412
1413         * doublest.c (store_typed_floating): Don't try to return a value.
1414         Fixes PR gdb/290.
1415
1416 2002-02-08  Jim Blandy  <[email protected]>
1417
1418         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
1419         is prototyped and has no arguments, print its argument list as
1420         `(void)'.
1421
1422 2002-02-08  Chris Demetriou  <[email protected]>
1423
1424         * MAINTAINERS (write-after-approval): Add myself.
1425         (paper-trail): I've escaped!
1426
1427 2002-02-08  Christopher Faylor  <[email protected]>
1428
1429         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
1430         changes.
1431         (_initialize_check_for_gdb_ini): Ditto.
1432
1433 2002-02-08  Martin M. Hunt  <[email protected]>
1434
1435         * win32-nat.c (cygwin_pid_to_str): Fix typo.
1436         xaprintf -> xasprintf.
1437
1438 2002-02-08  Pierre Muller  <[email protected]>
1439
1440         * win32-nat.c: Remove use of printf and sprintf functions.
1441
1442 2002-02-08  Richard Earnshaw  <[email protected]>
1443
1444         * arm-tdep.c (arm_frame_chain_valid): Make static.
1445         (arm_push_arguments): Likewise.
1446         (arm_gdbarch_init): New function.
1447         (_initialize_arm_tdep): Call it.
1448         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
1449         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
1450         (FRAME_CHAIN_VALID): Delete.
1451         (arm_frame_chain_valid): Delete declaration.
1452         (PUSH_ARGUMENTS): Delete.
1453         (arm_push_arguments): Delete declaration.
1454         (CALL_DUMMY_P): Delete.
1455
1456 2002-02-08  Andrew Cagney  <[email protected]>
1457             Corinna Vinschen  <[email protected]>
1458
1459         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
1460         on builtin float types.
1461
1462 2002-02-08  Daniel Jacobowitz  <[email protected]>
1463
1464         * utils.c: Include <curses.h> before "bfd.h".
1465         * tui/tui-hooks.c: Likewise.
1466         * tui/tui.c: Likewise.
1467         * tui/tuiCommand.c: Likewise.
1468         * tui/tuiData.c: Likewise.
1469         * tui/tuiDataWin.c: Likewise.
1470         * tui/tuiDisassem.c: Likewise.
1471         * tui/tuiGeneralWin.c: Likewise.
1472         * tui/tuiIO.c: Likewise.
1473         * tui/tuiLayout.c: Likewise.
1474         * tui/tuiRegs.c: Likewise.
1475         * tui/tuiSource.c: Likewise.
1476         * tui/tuiSourceWin.c: Likewise.
1477         * tui/tuiStack.c: Likewise.
1478         * tui/tuiWin.c: Likewise.
1479
1480 2002-02-07  Elena Zannoni  <[email protected]>
1481
1482         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
1483         to include space for pseudoregs as well. Update loops accordingly.
1484         (sh_fp_frame_init_saved_regs): Ditto.
1485         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
1486
1487 2002-02-07  Andrew Cagney  <[email protected]>
1488
1489         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
1490         Add Richard Earnshaw to Arm maintainers.
1491
1492 2002-02-07  Andrew Cagney  <[email protected]>
1493
1494         * defs.h (warning_begin): Delete declaration.
1495
1496         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
1497         Delete macro.
1498
1499 2002-02-07  Michael Snyder  <[email protected]>
1500
1501         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
1502         Logic bug, remove misplaced else.
1503
1504 2002-02-07  Klee Dienes  <[email protected]>
1505
1506         * fork-inferior.c (fork_inferior): Add '!' to the list of
1507         characters that need to be quoted when building a string for the
1508         shell.  Quote '!' specifically with a backslash, since CSH chokes
1509         when trying to evaluate "str!str".
1510
1511 2002-02-06  Nick Clifton  <[email protected]>
1512
1513         * rdi-share/host.h: Only provide a typedef for bool if it is not
1514         defined.
1515
1516 2002-02-04  Michael Snyder  <[email protected]>
1517
1518         * breakpoint.h (enum bptype): Add new overlay event bp type.
1519         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
1520
1521         * breakpoint.c (create_internal_breakpoint): New function.
1522         (internal_breakpoint_number): Moved into create_internal_breakpoint.
1523         (create_longjmp_breakpoint): Use create_internal_breakpoint.
1524         (create_thread_event_breakpoint): Ditto.
1525         (create_solib_event_breakpoint): Ditto.
1526         (create_overlay_event_breakpoint): New function.
1527         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
1528         (update_breakpoints_after_exec): Delete and re-initialize
1529         overlay event breakpoints after an exec.  Add FIXME comment
1530         about longjmp breakpoint.
1531         (print_it_typical): Ignore overlay event breakpoints.
1532         (print_one_breakpoint): Ditto.
1533         (mention): Ditto.
1534         (bpstat_what): Do not stop for overlay event breakpoints.
1535         (delete_breakpoint): Don't delete overlay event breakpoints.
1536         (breakpoint_re_set_one): Delete the overlay event breakpoint.
1537         (breakpoint_re_set): Re-create overlay event breakpoint.
1538
1539         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
1540         (overlay_manual_command): Disable overlay breakpoints.
1541         (overlay_off_command): Disable overlay breakpoints.
1542
1543 2002-02-06  Richard Earnshaw  <[email protected]>
1544
1545         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
1546         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
1547         to here from config/tm-arm.h.
1548         (coff_sym_is_thumb): Make static.
1549         (arm_elf_make_msymbol_special): New function.
1550         (arm_coff_make_msymbol_special): New function.
1551         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
1552         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
1553         (coff_sym_is_thumb): Delete declaration.
1554         (arm_elf_make_msymbol_special): Declare.
1555         (arm_coff_make_msymbol_special): Declare.
1556         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
1557         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
1558
1559 2002-02-06  Richard Earnshaw  <[email protected]>
1560
1561         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
1562
1563 2002-02-06  Richard Earnshaw  <[email protected]>
1564
1565         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
1566         * gdbarch.c gdbarch.h: Regenerate.
1567         * arch-utils.c (default_print_float_info): New function.
1568         * arch-utils.h (default_print_float_info): Prototype it.
1569         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
1570         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
1571         (PRINT_FLOAT_INFO): Document it.
1572
1573         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
1574         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
1575         (PRINT_FLOAT_INFO): Define.
1576
1577 2002-02-06  Pierre Muller  <[email protected]>
1578
1579         * win32-nat.c (_initialize_check_for_gdb_ini):
1580         Add typecast to sprintf argument to suppress a warning.
1581
1582 2002-02-05  Pierre Muller  <[email protected]>
1583
1584         * win32-nat.c (last_sig): Changed type of variable to target_signal,
1585         to allow easier handling of pass state.
1586         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
1587         that gives exception name and address.
1588         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
1589         and set last_sig value to ourstatus->value.sig. Some missing
1590         exceptions added.
1591         (child_continue): Correctly report continue_status.
1592         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
1593         TARGET_SIGNAL_0 (new default value).
1594         (child_resume): consider sig argument passed to decide if
1595         the exception should be passed to debuggee or not.
1596
1597 2002-02-05  Michael Snyder  <[email protected]>
1598
1599         * regcache.c (fetch_register): Call target_fetch_register
1600         only if we don't call FETCH_PSEUDO_REGISTER.
1601         (store_register): Call target_store_register only if we
1602         don't call STORE_PSEUDO_REGISTER.
1603
1604 2002-02-05  Elena Zannoni  <[email protected]>
1605
1606         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
1607         ELF_MAKE_MSYMBOL_SPECIAL.
1608         * gdbarch.c, gdbarch.h: Regenerate.
1609         * arch-utils.c (default_make_msymbol_special): New function.
1610         * arch-utils.h (default_make_msymbol_special): Export.
1611         * elfread.c (elf_symtab_read): Compile use of
1612         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
1613         multiarched.
1614         * coffread.c (coff_symtab_read): Ditto, for
1615         COFF_MAKE_MSYMBOL_SPECIAL.
1616
1617 2002-02-05  Jim Blandy  <[email protected]>
1618
1619         * solib-svr4.c (svr4_truncate_ptr): New function.
1620         (svr4_relocate_section_addresses): Do the address arithmetic with
1621         the appropriate truncation for target addresses, even when
1622         CORE_ADDR is larger than a target address.
1623
1624 2002-02-05  Daniel Jacobowitz  <[email protected]>
1625
1626         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
1627         to (int *).
1628
1629 2002-02-05  Daniel Jacobowitz  <[email protected]>
1630
1631         * gdbserver/linux-low.c (kill_inferior): Remove commented out
1632         code.
1633
1634 2002-02-05  Daniel Jacobowitz  <[email protected]>
1635
1636         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
1637
1638 2002-02-05  Daniel Jacobowitz  <[email protected]>
1639
1640         * gdbserver/linux-low.c: Remove unused include files.
1641
1642 2002-02-05  Daniel Jacobowitz  <[email protected]>
1643
1644         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
1645         (read_inferior_memory): Use it.
1646         (write_inferior_memory): Likewise.
1647
1648 2002-02-05  Daniel Jacobowitz  <[email protected]>
1649
1650         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
1651         grubbing through sys_errlist.
1652
1653 2002-02-05  Daniel Jacobowitz  <[email protected]>
1654
1655         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
1656
1657 2002-02-04  Pierre Muller  <[email protected]>
1658         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
1659
1660 2002-02-04  Andrew Cagney  <[email protected]>
1661
1662         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
1663         (do_sfunc, set_cmd_sfunc): New functions.
1664
1665         * command.h (struct cmd_list_element): Add field func.
1666         * cli/cli-decode.h (struct cmd_list_element): Ditto.
1667         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
1668         * cli/cli-decode.h: Ditto.
1669
1670         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
1671         (help_all, help_cmd_list): Ditto.
1672         (find_cmd, complete_on_cmdlist): Ditto.
1673         * top.c (execute_command): Ditto.
1674
1675         * cli/cli-setshow.c (do_setshow_command): Call func instead of
1676         function.sfunc.
1677
1678         * infcmd.c (notice_args_read): Fix function signature.
1679
1680         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
1681         * cli/cli-decode.c (add_set_cmd): Ditto.
1682         * utils.c (initialize_utils): Ditto.
1683         * maint.c (_initialize_maint_cmds): Ditto.
1684         * infrun.c (_initialize_infrun): Ditto.
1685         * demangle.c (_initialize_demangler): Ditto.
1686         * remote.c (add_packet_config_cmd): Ditto.
1687         * mips-tdep.c (_initialize_mips_tdep): Ditto.
1688         * cris-tdep.c (_initialize_cris_tdep): Ditto.
1689         * proc-api.c (_initialize_proc_api): Ditto.
1690         * kod.c (_initialize_kod): Ditto.
1691         * valprint.c (_initialize_valprint): Ditto.
1692         * top.c (init_main): Ditto.
1693         * infcmd.c (_initialize_infcmd): Ditto.
1694         * corefile.c (_initialize_core): Ditto.
1695         * arm-tdep.c (_initialize_arm_tdep): Ditto.
1696         * arch-utils.c (initialize_current_architecture): Ditto.
1697         (_initialize_gdbarch_utils): Ditto.
1698         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1699
1700         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
1701         * wince.c (_initialize_inftarg): Ditto.
1702         * symfile.c (_initialize_symfile): Ditto.
1703         * mips-tdep.c (_initialize_mips_tdep): Ditto.
1704         * language.c (_initialize_language): Ditto.
1705         * arc-tdep.c (_initialize_arc_tdep): Ditto.
1706
1707 2002-02-04  Michael Snyder  <[email protected]>
1708
1709         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
1710
1711 2002-02-04  Daniel Jacobowitz  <[email protected]>
1712
1713         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
1714         Add rules for building the register data files.
1715
1716 2002-02-04  Daniel Jacobowitz  <[email protected]>
1717
1718         * regformats/regdat.sh: Add braces to the definition of
1719         expedite_regs_${arch}.
1720
1721 2002-02-04  Daniel Jacobowitz  <[email protected]>
1722
1723         * regformats/regdef.h (struct reg): Add comment describing the
1724         requirements for offset and size fields.
1725
1726 2002-02-04  Andreas Schwab  <[email protected]>
1727
1728         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
1729         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
1730
1731 2002-02-04  Richard Earnshaw  <[email protected]>
1732
1733         * gdbarch.sh (copyright): Update years in generated header.
1734         (SMASH_TEXT_ADDRESS): Add rule.
1735         * gdbarch.h, gdbarch.c: Re-generate.
1736         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
1737         * dbxread.c: Likewise.
1738         * dwarfread.c: Likewise.
1739         * elfread.c: Likewise.
1740         * somread.c: Likewise.
1741
1742         * arm-tdep.c (arm_smash_text_address): New function.
1743         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
1744
1745 2002-02-04  Pierre Muller  <[email protected]>
1746
1747         Add support for hardware watchpoints on win32 native.
1748         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
1749         CONTEXT_DEBUG_REGISTERS.
1750         (dr variable): New variable. Static array containing a local copy
1751         of debug registers.
1752         (debug_registers_changed): New variable.  Reflects when debug registers
1753         are changed and need to be written to inferior.
1754         (debug_registers_used): New variable. Reflects when any debug register
1755         was set, used when new threads are created.
1756         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
1757         i386-nat code.
1758         (thread_rec): Set dr array if id is the thread of current_event .
1759         (child_continue, child_resume): Change the debug registers for all
1760         threads if debug_registers_changed.
1761         (child_add_thread): Change the debug registers if debug_registers_used.
1762         * config/i386/cygwin.mh: Add use of i386-nat.o file.
1763         Link nm.h to new nm-cygwin.h file.
1764         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
1765         of hardware registers.
1766
1767 2002-02-03  Andrew Cagney  <[email protected]>
1768
1769         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
1770         Restore behavour broken by 2002-01-20 Andrew Cagney
1771         <[email protected]> IEEE_FLOAT removal.
1772
1773 2002-02-03  Daniel Jacobowitz  <[email protected]>
1774
1775         * c-valprint.c (c_val_print): Pass a proper valaddr to
1776         cp_print_class_method.
1777         * valops.c (search_struct_method): If there is only one method
1778         and args is NULL, return that method.
1779
1780 2002-02-03  Daniel Jacobowitz  <[email protected]>
1781
1782         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
1783         accessing tag_name directly.
1784
1785 2002-02-03  Daniel Jacobowitz  <[email protected]>
1786
1787         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
1788         of accessing tag_name directly.
1789
1790 2002-02-03  Daniel Jacobowitz  <[email protected]>
1791
1792         PR gdb/280
1793         * gdbtypes.c (replace_type): New function.
1794         * gdbtypes.h (replace_type): Add prototype.
1795         * stabsread.c (read_type): Use replace_type.
1796
1797 2002-02-03  Richard Earnshaw  <[email protected]>
1798
1799         * Makefile.in (memattr.o): Add missing dependencies rule.
1800
1801 2002-02-03  Peter Schauer  <[email protected]>
1802
1803         * breakpoint.c (break_at_finish_command): Really export.
1804         (break_at_finish_at_depth_command): Ditto.
1805         (tbreak_at_finish_command): Ditto.
1806         * hppa-tdep.c: Include completer.h.
1807         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
1808         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
1809
1810 2002-02-01  Andrew Cagney  <[email protected]>
1811
1812         * utils.c (do_write): New function.
1813         (error_stream): Rewrite combining the code from error_begin and
1814         verror.
1815         (verror): Rewrite using error_stream.
1816         (error_begin): Delete function.
1817
1818 2002-02-01  Andrew Cagney  <[email protected]>
1819
1820         * utils.c (error_begin): Make static.
1821         * defs.h (error_begin): Delete declaration.
1822
1823         * linespec.c (cplusplus_error): Replace cplusplus_hint.
1824         (decode_line_1): Use cplusplus_error instead of error_begin,
1825         cplusplus_hint and return_to_top_level.
1826         * coffread.c (coff_symfile_read): Use error instead of error_begin
1827         and return_to_top_level.
1828         * infrun.c (default_skip_permanent_breakpoint): Ditto.
1829
1830 2002-02-01  Andrew Cagney  <[email protected]>
1831
1832         * language.h (type_error, range_error): Make string parameter
1833         constant.
1834         * language.c (warning_pre_print): Delete extern declaration.
1835         * dwarfread.c (warning_pre_print): Ditto.
1836         * language.c (type_error, range_error): Rewrite to use verror and
1837         vwarning instead of warning_begin.
1838
1839 2002-02-01  Michael Snyder  <[email protected]>
1840
1841         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1842         (set_ignore_count): Move misplaced comment back where it belongs.
1843
1844 2002-02-01  Andrew Cagney  <[email protected]>
1845
1846         * command.h (NO_FUNCTION): Delete macro.
1847         * cli/cli-decode.h (NO_FUNCTION): Ditto.
1848         * top.c (execute_command): Replace NO_FUNCTION with NULL.
1849         * tracepoint.c (_initialize_tracepoint): Ditto.
1850         * cli/cli-decode.c (add_set_cmd): Ditto.
1851         * cli/cli-cmds.c (init_cli_cmds): Ditto.
1852
1853 2002-02-01  Daniel Jacobowitz  <[email protected]>
1854
1855         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1856         Update ``this'' pointer when calling virtual functions.
1857
1858 2002-02-01  Michael Snyder  <[email protected]>
1859
1860         * breakpoint.c (create_temp_exception_breakpoint): Delete.
1861         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1862
1863 2002-02-01  Daniel Jacobowitz  <[email protected]>
1864
1865         * regformats/reg-arm.dat: New file.
1866         * regformats/reg-i386.dat: New file.
1867         * regformats/reg-ia64.dat: New file.
1868         * regformats/reg-m68k.dat: New file.
1869         * regformats/reg-mips.dat: New file.
1870         * regformats/reg-ppc.dat: New file.
1871         * regformats/reg-sh.dat: New file.
1872         * regformats/regdef.h: New file.
1873         * regformats/regdat.sh: New file.
1874
1875 2002-02-01  Richard Earnshaw  <[email protected]>
1876
1877         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1878         (arm_frame_args_address, arm_frame_locals_address): New functions.
1879         (arm_frame_num_args): New function.
1880         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1881         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1882         (FRMA_NUM_ARGS): Call arm_frame_num_args.
1883
1884 2002-01-31  Michael Snyder  <[email protected]>
1885
1886         * breakpoint.c (break_at_finish_command): Export.
1887         (break_at_finish_at_depth_command): Export.
1888         (tbreak_at_finish_command): Export.
1889         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1890         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1891         "tbreak" commands, which are HPPA specific.
1892
1893         * printcmd.c (disassemble_command): Remove an ancient
1894         artifact of an old merge.
1895
1896         * symfile.h (enum overlay_debugging_state):
1897         Define enum constant values for overlay mode.
1898         * symfile.c (overlay_debugging): Use enums instead of literals.
1899         (overlay_is_mapped, overlay_auto_command,
1900         overlay_manual_command): Ditto.
1901
1902         * breakpoint.c (insert_breakpoints, remove_breakpoint,
1903         breakpoint_here_p, breakpoint_inserted_here_p,
1904         breakpoint_thread_match, bpstat_stop_status,
1905         describe_other_breakpoints, check_duplicates, clear_command):
1906         Coding standard fixes.
1907
1908         * target.c (target_xfer_memory): Add spaces, coding standard.
1909         (do_xfer_memory): Add missing line to trust-readonly
1910         code: check bfd SEC_READONLY flag for section.
1911
1912 2002-01-31  Andrew Cagney  <[email protected]>
1913
1914         * PROBLEMS: Fix typo, 5.1->5.1.1.
1915
1916 2002-01-30  Daniel Jacobowitz  <[email protected]>
1917
1918         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1919         data symbols, since we search based on textlow and texthigh.
1920         (find_pc_sect_symtab): Likewise.
1921
1922 2002-01-30  Andrew Cagney  <[email protected]>
1923
1924         * defs.h (vwarning): Declare.
1925         * utils.c (vwarning): New function.
1926         (warning): Call vwarning.
1927         (warning_begin): Delete function.
1928
1929         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1930         the warning message.
1931         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1932         warning_begin.
1933
1934 2002-01-30  Michael Snyder  <[email protected]>
1935
1936         * NEWS: Mention "set trust-readonly-sections" command.
1937         Mention generate-core-file command.
1938
1939 2002-01-15  Michael Snyder  <[email protected]>
1940
1941         * target.c: New command, "set trust-readonly-sections on".
1942         (do_xfer_memory): Honor the suggestion to trust readonly sections
1943         by reading them from the object file instead of from the target.
1944         (initialize_targets): Register command "set trust-readonly-sections".
1945
1946 2002-01-29  Andrew Cagney  <[email protected]>
1947
1948         * parse.c (target_map_name_to_register): Simplify, search regs and
1949         pseudo-regs using a single loop.
1950
1951 2002-01-30  Andrew Cagney  <[email protected]>
1952
1953         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1954
1955 2002-01-15  Rodney Brown  <[email protected]>
1956
1957         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1958         * config/i386/i386v42mp.mh: Add i387-nat.o .
1959         * i386v4-nat.c: Include i387-nat.h.
1960         (supply_fpregset): Use i387_supply_fsave.
1961         (fill_fpregset): Use i387_fill_fsave.
1962
1963 2002-01-30  Richard Earnshaw  <[email protected]>
1964
1965         * arm-tdep.c (arm_call_dummy_words): Define.
1966         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1967         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1968         (CALL_DUMMY_WORDS): Define.
1969         (arm_call_dummy_words): Declare.
1970         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1971         (arm_linux_call_dummy_words): Declare.
1972
1973 2002-01-30  Andreas Schwab  <[email protected]>
1974
1975         * m68klinux-nat.c: Fix last change to use regcache_collect
1976         instead of referencing registers[] directly.
1977
1978 2002-01-29  Andrew Cagney  <[email protected]>
1979
1980         * parse.c (target_map_name_to_register): Delete code wrapped in
1981         #ifdef REGISTER_NAME_ALIAS_HOOK.
1982
1983 2002-01-28  Michael Snyder  <[email protected]>
1984
1985         * regcache.c (legacy_read_register_gen): Need to be able to
1986         read pseudo-register as well as real register.
1987         (legacy_write_register_gen): Ditto.
1988
1989 2002-01-28  Andrew Cagney  <[email protected]>
1990
1991         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1992         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1993         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1994         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1995         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1996         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1997         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1998         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1999         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
2000         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
2001         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
2002         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
2003         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
2004         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
2005         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
2006         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
2007         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
2008         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
2009         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
2010         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
2011
2012 2002-01-28  Andrew Cagney  <[email protected]>
2013
2014         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
2015         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
2016         (initialize_current_architecture): Update target_byte_order using
2017         information from BFD.
2018         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
2019         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
2020
2021 2002-01-28  Andrew Cagney  <[email protected]>
2022
2023         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
2024         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
2025
2026         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
2027         #ifdef INVALID_FLOAT.
2028         * infcmd.c (do_registers_info): Ditto.
2029         * values.c (unpack_double): Ditto.  Add comment.
2030
2031         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
2032         already commented out.
2033
2034 2002-01-26  Andreas Schwab  <[email protected]>
2035
2036         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
2037         * m68klinux-nat.c: Update ptrace interface for fetching/storing
2038         registers and add support for PTRACE_GETREGS.
2039
2040 2002-01-24  Andrew Cagney  <[email protected]>
2041
2042         GDB 5.1.1 released from 5.1 branch.
2043         * NEWS: Add 5.1.1 news.
2044         * README: Sync with 5.1 branch.
2045
2046 2002-01-23  Fred Fish  <[email protected]>
2047
2048         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
2049         stabstring on initial malloc.  Reallocing will copy it for us,
2050         if necessary.
2051
2052 2002-01-23  Elena Zannoni  <[email protected]>
2053
2054         * Makefile.in (hpread_h): Delete.
2055         (HFILES_NO_SRCDIR): Remove hpread.h.
2056         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
2057         (hpread.o): Update dependencies.
2058         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
2059
2060         * hp-psymtab-read.c: Remove file.
2061         * hp-symtab-read.c: Remove file.
2062         * hpread.h: Remove file.
2063
2064         * hpread.c: Merge all contents of hp-psymtab-read.c,
2065         hp-symtab-read.c and hpread.h into this file, as it was prior to
2066         January 1999.
2067
2068         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
2069         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
2070         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
2071         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
2072
2073 2002-01-23  Elena Zannoni  <[email protected]>
2074
2075         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
2076         fill_gregset): Call gdbarch_tdep() just once, assign result to
2077         variable and use that, instead of calling the function several
2078         times.
2079
2080 2002-01-24  Alexandre Oliva  <[email protected]>
2081
2082         * configure.host: Accept sparcv9 as alias for sparc64.
2083         * configure.tgt: Likewise.
2084
2085 2002-01-22  Kevin Buettner  <[email protected]>
2086
2087         * solib-aix5.c (build_so_list_from_mapfile)
2088         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
2089         arguments is not reversed.
2090         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
2091         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
2092
2093 2002-01-22  Elena Zannoni  <[email protected]>
2094
2095         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
2096         modified version of obsolete sh_fetch_pseudo_register.
2097         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
2098         (sh4_register_read): New function.
2099         (sh_pseudo_register_write): New function. Renamed and modified
2100         version of obsolete sh_store_pseudo_register.
2101         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
2102         (sh4_register_write): New function.
2103         (sh_gdbarch_init): Remove setting of gdbarch function
2104         fetch_pseudo_register and store_pseudo_register. Remove setting of
2105         register_convert_to_raw, register_convert_to_virtual,
2106         register_convertible.
2107         (sh_sh4_register_convertible): Delete. No longer needed. All is
2108         taken care by architecture specific functions
2109         register_read/register_write.
2110         (sh_sh4_register_convert_to_virtual): Make static.
2111         (sh_sh4_register_convert_to_raw): Ditto.
2112
2113 2002-01-22  Andrew Cagney  <[email protected]>
2114
2115         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
2116         (floatformat_is_nan, floatformat_mantissa): Ditto.
2117
2118         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
2119         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
2120         builtin_type_ieee_double_little,
2121         builtin_type_ieee_double_littlebyte_bigword,
2122         builtin_type_m68881_ext, builtin_type_i960_ext,
2123         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
2124         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
2125         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
2126         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
2127
2128 2002-01-22  Corinna Vinschen  <[email protected]>
2129
2130         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
2131         parameter.  Set frameless flag if it exists and depended of
2132         whether the scanned function is frameless or not.
2133         (xstormy16_skip_prologue): If function is frameless, return
2134         result of xstormy16_scan_prologue().
2135         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
2136         call.
2137
2138 2002-01-21  Elena Zannoni  <[email protected]>
2139
2140         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
2141         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
2142         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
2143         sh_sh4_register_byte, sh_sh4_register_raw_size,
2144         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
2145         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
2146         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
2147         sh_store_pseudo_register, sh_do_pseudo_register): Call
2148         gdbarch_tdep() just once, assign result to variable and use that,
2149         instead of calling the function several times.
2150
2151 2002-01-20  Mark Kettenis  <[email protected]>
2152
2153         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
2154         macros instead of LAST_FPU_CTRL_REGNUM.
2155         (store_register): Likewise.
2156
2157 2002-01-21  Jim Blandy  <[email protected]>
2158
2159         * infcmd.c (run_command): Check that the `exec' target layer's BFD
2160         is up-to-date before running the program, not just when a program
2161         exits.
2162
2163 2002-01-21  Fred Fish  <[email protected]>
2164
2165         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
2166         when we have found all instructions we are looking for.
2167
2168 2002-01-21  Richard Earnshaw  <[email protected]>
2169
2170         * arm-tdep.c (arm_register_name): New function.
2171         (arm_registers_names): Make static.
2172         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
2173         (arm_register_name): Declare.
2174         (REGISTER_NAME): Use it.
2175
2176 2002-01-21  Richard Earnshaw  <[email protected]>
2177             Kevin Buettner  <[email protected]>
2178
2179         Convert arm targets to new FRAME interface.
2180         * arm-tdep.c (struct frame_extra_info): Remove fsr.
2181         (arm_frame_find_save_regs): Delete.
2182         (arm_frame_init_saved_regs): New.
2183         (arm_init_extra_frame_info): Alloacte saved_regs as required.
2184         Allocate extra_info as required.  Convert all uses of fsr.regs
2185         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
2186         to use extra_info.
2187         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
2188         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
2189         (check_prologue_cache, save_prologue_cache): Likewise.
2190         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
2191         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
2192         (FRAME_FIND_SAVED_REGS): Delete.
2193         (arm_frame_find_saved_regs): Delete prototype.
2194         (arm_frame_init_saved_regs): New prototype.
2195         (FRAME_INIT_SAVED_REGS): Define.
2196
2197 2002-01-20  Andrew Cagney  <[email protected]>
2198
2199         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
2200
2201 2002-01-20  Andrew Cagney  <[email protected]>
2202
2203         From Jeff Law <[email protected]>:
2204         * infttrace.c: Include <sys/pstat.h>.
2205         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
2206         exec file if the ttrace equivalent fails.
2207
2208 2002-01-20  Andrew Cagney  <[email protected]>
2209
2210         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
2211         (closeLogFile): Ditto.
2212
2213 2002-01-20  Michael Chastain  <[email protected]>
2214
2215         * top.c (print_gdb_version): Bump copyright year to 2002.
2216
2217 2002-01-20  Andrew Cagney  <[email protected]>
2218
2219         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
2220         Zannoni and Eli Zaretskii.
2221
2222 2002-01-20  Daniel Jacobowitz  <[email protected]>
2223
2224         * buildsym.c: Update copyright years.
2225         * c-typeprint.c: Likewise.
2226         * dwarf2read.c: Likewise.
2227         * f-typeprint.c: Likewise.
2228         * gdbtypes.c: Likewise.
2229         * gdbtypes.h: Likewise.
2230         * hp-symtab-read.c: Likewise.
2231         * hpread.c: Likewise.
2232         * mdebugread.c: Likewise.
2233         * p-typeprint.c: Likewise.
2234
2235 2002-01-20  Andrew Cagney  <[email protected]>
2236
2237         * remote-sim.c (gdbsim_open): Simplify code testing the macro
2238         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
2239         byte-order selectable.
2240         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
2241         * arch-utils.c: Ditto.
2242         (set_endian): Ditto.
2243         (set_endian_from_file): Ditto.
2244         * gdbserver/low-sim.c (create_inferior): Ditto.
2245         * gdbarch.sh: Ditto.
2246         * gdbarch.h: Re-generate.
2247         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2248         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
2249         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
2250         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2251         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2252         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2253         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
2254         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
2255         macro definition.
2256         * config/mips/tm-wince.h: Remove #undef of macro
2257         TARGET_BYTE_ORDER_SELECTABLE.
2258         * config/sh/tm-wince.h: Ditto.
2259
2260 2002-01-20  Daniel Jacobowitz  <[email protected]>
2261
2262         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
2263         member function fields.  Add accessor macro
2264         TYPE_FN_FIELD_ARTIFICIAL.
2265         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
2266         * c-typeprint.c (c_type_print_base): Skip artificial member
2267         functions.
2268
2269 2002-01-20  Daniel Jacobowitz  <[email protected]>
2270
2271         * f-typeprint.c: Delete unused function f_type_print_args.
2272         * p-typeprint.c: Delete unused function pascal_type_print_args.
2273
2274 2002-01-20  Daniel Jacobowitz  <[email protected]>
2275
2276         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
2277         comment.  Add ``artificial'' to ``union field_location''.
2278
2279         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
2280
2281         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
2282         * mdebugread.c (parse_symbol): Likewise.
2283         * stabsread.c (define_symbol): Likewise.
2284         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
2285         initializing TYPE_FIELD_BITPOS to n (obsolete).
2286         (hpread_doc_function_type): Likewise.
2287         * hpread.c (hpread_function_type): Likewise.
2288
2289 2002-01-20  Andrew Cagney  <[email protected]>
2290
2291         * configure.in (host_makefile_frag): Only require a host makefile
2292         fragment when a native build.
2293         * configure: Re-generate.
2294
2295 2002-01-20  Andrew Cagney  <[email protected]>
2296
2297         * doublest.h (floatformat_from_type): Declare.
2298         * doublest.c (floatformat_from_type): New function.
2299         (convert_typed_floating): Use.
2300
2301         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
2302         call to function floatformat_from_type.
2303
2304         * gdbarch.sh (IEEE_FLOAT): Delete.
2305         * gdbarch.h, gdbarch.c: Re-generate.
2306         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
2307         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
2308         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
2309         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
2310         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
2311         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
2312         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
2313         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
2314         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
2315         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
2316         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
2317         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
2318
2319         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
2320         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2321         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2322         * sh-tdep.c (sh_gdbarch_init): Ditto.
2323         * mips-tdep.c (mips_gdbarch_init): Ditto.
2324         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2325         * cris-tdep.c (cris_gdbarch_init): Ditto.
2326
2327 2002-01-20  Jiri Smid  <[email protected]>
2328
2329         * configure.host, configure.tgt: Support x86-64.
2330         * NEWS: Note new target x86-64.
2331
2332         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
2333         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
2334         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
2335         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
2336         x86-64-linux-nat.o): Fix dependencies.
2337
2338 2002-01-19  Andrew Cagney  <[email protected]>
2339
2340         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
2341         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
2342         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
2343         * config/sparc/xm-sun4os4.h: Delete file.
2344         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
2345
2346 2002-01-19  Andrew Cagney  <[email protected]>
2347
2348         * config/sparc/sparclynx.mh (XM_FILE): Delete.
2349         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
2350         * config/m68k/m68klynx.mh (XM_FILE): Delete.
2351         * config/i386/i386lynx.mh (XM_FILE): Delete.
2352         * config/rs6000/xm-rs6000ly.h: Delete file.
2353         * config/sparc/xm-sparclynx.h: Delete file.
2354         * config/m68k/xm-m68klynx.h: Delete file.
2355         * config/i386/xm-i386lynx.h: Delete file.
2356         * config/xm-lynx.h: Delete file.
2357         * config/djgpp/fnchange.lst: Update.
2358
2359 2002-01-19  Jason Thorpe  <[email protected]>
2360
2361         * alpha-tdep.c (alpha_register_byte): New function.
2362         (alpha_register_raw_size): Ditto.
2363         (alpha_register_virtual_size): Ditto.
2364         (alpha_skip_prologue_internal): Renamed from
2365         alpha_skip_prologue.
2366         (alpha_skip_prologue): New version that calls
2367         alpha_skip_prologue_internal.
2368         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
2369         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
2370         second argument from alpha_skip_prologue.
2371         (REGISTER_BYTE): Use alpha_register_byte.
2372         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
2373         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
2374         (FRAMELESS_FUNCTION_INVOCATION): Use
2375         generic_frameless_function_invocation_not.
2376         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
2377         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
2378
2379 2002-01-19  Andrew Cagney  <[email protected]>
2380
2381         * config/mips/xm-news-mips.h: Delete file.
2382         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
2383
2384         * config/m88k/xm-m88k.h: Delete file.
2385         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
2386         * config/m88k/xm-delta88v4.h: Ditto.
2387         * config/m88k/xm-delta88.h: Ditto.
2388
2389         * config/alpha/xm-fbsd.h: Delete file.
2390         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
2391
2392         * config/sparc/xm-sparc.h: Delete file.
2393         * Makefile.in (xm-sun4os4.h): Delete dependency.
2394         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
2395         * config/sparc/xm-sun4os4.h: Ditto.
2396         * config/sparc/xm-linux.h: Ditto.
2397
2398         * config/i386/xm-windows.h: Delete file.
2399
2400 2002-01-19  Andrew Cagney  <[email protected]>
2401
2402         * utils.c: Include <sys/param.h> for MAXPATHLEN.
2403         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
2404
2405 2002-01-19  Jason Thorpe  <[email protected]>
2406
2407         * alpha-tdep.c (alpha_call_dummy_words): New.
2408         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
2409         (CALL_DUMMY_P): Define.
2410         (CALL_DUMMY_WORDS): Define.
2411         (SIZEOF_CALL_DUMMY_WORDS): Define.
2412
2413 2002-01-19  Per Bothner  <[email protected]>
2414
2415         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
2416         isn't NULL, which can happen with some gcj-3.x-produced code.
2417
2418 2002-01-19  Jason Thorpe  <[email protected]>
2419
2420         * alpha-tdep.c (alpha_register_virtual_type): New function.
2421         (alpha_init_frame_pc_first): Ditto.
2422         (alpha_fix_call_dummy): Ditto.
2423         (alpha_store_struct_return): Ditto.
2424         (alpha_extract_struct_value_address): Ditto.
2425         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
2426         alpha_register_virtual_type.
2427         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
2428         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
2429         alpha_extract_struct_value_address.
2430         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
2431         (INIT_FRAME_PC): Use init_frame_pc_noop.
2432         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
2433
2434 2002-01-19  Mark Kettenis  <[email protected]>
2435
2436         * i386gnu-nat.c: Include "i386-tdep.h".
2437         (fetch_fpregs): Simplify code dealing with uninitialized floating
2438         point states such that it doesn't require FP7_REGNUM.
2439
2440 2002-01-18  Jason Thorpe  <[email protected]>
2441
2442         * alpha-tdep.c (frame_extra_info): New.
2443         (alpha_find_saved_regs): Make static.  Use
2444         frame->extra_info.
2445         (alpha_frame_init_saved_regs): New function.
2446         (alpha_frame_saved_pc): Use frame->extra_info.
2447         (temp_saved_regs): Don't declare as struct frame_saved_regs.
2448         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
2449         (init_extra_frame_info): Rename to...
2450         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
2451         (alpha_print_extra_frame_info): New function.
2452         (alpha_frame_locals_address): Ditto.
2453         (alpha_frame_args_address): Ditto.
2454         (alpha_pop_frame): Use frame->extra_info.
2455         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
2456         alpha_frame_args_address.
2457         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
2458         (alpha_find_saved_regs): Remove prototype.
2459         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
2460         (EXTRA_FRAME_INFO): Remove.
2461         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
2462         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
2463
2464 2002-01-18  Jason Thorpe  <[email protected]>
2465
2466         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
2467         (alpha_cannot_fetch_register): Ditto.
2468         (alpha_cannot_store_register): Ditto.
2469         (alpha_register_convertible): Ditto.
2470         (alpha_use_struct_convention): Ditto.
2471         * config/alpha/tm-alpha.h: Update copyright years.
2472         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
2473         (INNER_THAN): Use core_addr_lessthan.
2474         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
2475         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
2476         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
2477         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
2478         (FRAME_CHAIN): Remove unnecessary cast.
2479
2480 2002-01-18  Andrew Cagney  <[email protected]>
2481
2482         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
2483         obsolete.
2484
2485 2002-01-18  Andrew Cagney  <[email protected]>
2486
2487         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
2488         * monitor.c, remote-array.c, remote-bug.c: Ditto.
2489         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
2490         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
2491         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
2492         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
2493         * x86-64-linux-nat.c: Ditto.
2494
2495 2002-01-18  Jason Thorpe  <[email protected]>
2496
2497         * alpha-tdep.c (alpha_register_name): New function.
2498         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
2499         (REGISTER_NAME): Define.
2500
2501 2002-01-18  Jason Thorpe  <[email protected]>
2502
2503         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
2504
2505 2002-01-18  Jason Thorpe  <[email protected]>
2506
2507         * alpha-tdep.c: Update copyright years.
2508         (alpha_next_pc): New function.
2509         (alpha_software_single_step): Ditto.
2510         * config/alpha/tm-alpha.h: Add prototype for
2511         alpha_software_single_step.
2512
2513 2002-01-18  Jason Thorpe  <[email protected]>
2514
2515         * alphabsd-nat.c: Update copyright years.
2516         (fill_gregset): Use regcache_collect.
2517         (fill_fpregset): Likewise.
2518         (fetch_inferior_registers): Only fetch integer registers
2519         if requested to do so.
2520         (store_inferior_registers): Only store integer registers
2521         if requested to do so.
2522
2523 2002-01-17  Andrew Cagney  <[email protected]>
2524
2525         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
2526         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
2527         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
2528         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
2529         * config/alpha/fbsd.mh (XDEPFILES): Delete.
2530         * config/arm/linux.mh (XDEPFILES): Delete.
2531         * config/arm/nbsd.mh (XDEPFILES): Delete.
2532         * config/i386/i386dgux.mh (XDEPFILES): Delete.
2533         * config/i386/i386sol2.mh (XDEPFILES): Delete.
2534         * config/i386/i386m3.mh (XDEPFILES): Delete.
2535         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
2536         * config/i386/i386gnu.mh (XDEPFILES): Delete.
2537         * config/i386/fbsd.mh (XDEPFILES): Delete.
2538         * config/i386/i386bsd.mh (XDEPFILES): Delete.
2539         * config/i386/i386sco5.mh (XDEPFILES): Delete.
2540         * config/i386/i386v4.mh (XDEPFILES): Delete.
2541         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
2542         * config/i386/i386sco4.mh (XDEPFILES): Delete.
2543         * config/i386/i386aix.mh (XDEPFILES): Delete.
2544         * config/i386/go32.mh (XDEPFILES): Delete.
2545         * config/i386/cygwin.mh (XDEPFILES): Delete.
2546         * config/i386/i386lynx.mh (XDEPFILES): Delete.
2547         * config/i386/i386mach.mh (XDEPFILES): Delete.
2548         * config/i386/i386v32.mh (XDEPFILES): Delete.
2549         * config/i386/linux.mh (XDEPFILES): Delete.
2550         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
2551         * config/i386/ncr3000.mh (XDEPFILES): Delete.
2552         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
2553         * config/i386/i386sco.mh (XDEPFILES): Delete.
2554         * config/i386/i386v.mh (XDEPFILES): Delete.
2555         * config/i386/nbsd.mh (XDEPFILES): Delete.
2556         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
2557         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
2558         * config/i386/symmetry.mh (XDEPFILES): Delete.
2559         * config/i386/obsd.mh (XDEPFILES): Delete.
2560         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
2561         * config/ia64/linux.mh (XDEPFILES): Delete.
2562         * config/ia64/aix.mh (XDEPFILES): Delete.
2563         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
2564         * config/m68k/dpx2.mh (XDEPFILES): Delete.
2565         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
2566         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
2567         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
2568         * config/m68k/linux.mh (XDEPFILES): Delete.
2569         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
2570         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
2571         * config/m68k/nbsd.mh (XDEPFILES): Delete.
2572         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
2573         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
2574         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
2575         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
2576         * config/m88k/delta88.mh (XDEPFILES): Delete.
2577         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
2578         * config/m88k/m88k.mh (XDEPFILES): Delete.
2579         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
2580         * config/mips/linux.mh (XDEPFILES): Delete.
2581         * config/mips/irix6.mh (XDEPFILES): Delete.
2582         * config/mips/irix5.mh (XDEPFILES): Delete.
2583         * config/mips/irix4.mh (XDEPFILES): Delete.
2584         * config/mips/irix3.mh (XDEPFILES): Delete.
2585         * config/mips/decstation.mh (XDEPFILES): Delete.
2586         * config/mips/mipsm3.mh (XDEPFILES): Delete.
2587         (NATDEPFILES): Move core-aout.o to here.
2588         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
2589         * config/pa/hpux1020.mh (XDEPFILES): Delete.
2590         * config/pa/hppabsd.mh (XDEPFILES): Delete.
2591         * config/pa/hppahpux.mh (XDEPFILES): Delete.
2592         * config/pa/hpux11w.mh (XDEPFILES): Delete.
2593         * config/pa/hppaosf.mh (XDEPFILES): Delete.
2594         * config/pa/hpux11.mh (XDEPFILES): Delete.
2595         * config/powerpc/aix.mh (XDEPFILES): Delete.
2596         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
2597         * config/powerpc/linux.mh (XDEPFILES): Delete.
2598         * config/romp/rtbsd.mh: Rename XDEPFILES.
2599         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
2600         * config/rs6000/aix4.mh (XDEPFILES): Delete.
2601         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
2602         * config/s390/s390.mh (XDEPFILES): Delete.
2603         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
2604         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
2605         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
2606         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
2607         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
2608         * config/sparc/nbsd.mh (XDEPFILES): Delete.
2609         * config/sparc/linux.mh (XDEPFILES): Delete.
2610         * config/vax/vaxult.mh (XDEPFILES): Delete.
2611         * config/vax/vaxult2.mh (XDEPFILES): Delete.
2612         * Makefile.in (DEPFILES): Remove XDEPFILES.
2613
2614 2002-01-17  Andrew Cagney  <[email protected]>
2615
2616         * utils.c (internal_verror): Fix comments, default is yes not no.
2617         Update queries to match.  Default to quit and dump core.
2618
2619 2002-01-17  Andrew Cagney  <[email protected]>
2620
2621         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
2622         copyright.
2623         * defs.h, event-top.c, gdbcmd.h: Ditto.
2624         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
2625         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
2626         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
2627         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
2628         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
2629         * mi/mi-main.c:Ditto.
2630
2631         * stack.c, symfile.c: Update copyright.
2632
2633 2002-01-17  Daniel Jacobowitz  <[email protected]>
2634
2635         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
2636         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
2637         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
2638         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
2639
2640 2002-01-17  Daniel Jacobowitz  <[email protected]>
2641
2642         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
2643         * gdbserver/low-lynx.c (myattach): Likewise.
2644         * gdbserver/low-nbsd.c (myattach): Likewise.
2645         * gdbserver/low-sim.c (myattach): Likewise.
2646         * gdbserver/low-sparc.c (myattach): Likewise.
2647         * gdbserver/low-sun3.c (myattach): Likewise.
2648
2649         * gdbserver/low-linux.c (myattach): New function.
2650
2651         * gdbserver/server.c (attach_inferior): New function.
2652         (main): Handle "--attach".
2653
2654 2002-01-16  Andrew Cagney  <[email protected]>
2655
2656         * MAINTAINERS (language support): Daniel Jacobwitz is C++
2657         maintainer.
2658
2659 2002-01-15  Daniel Jacobowitz  <[email protected]>
2660
2661         * c-typeprint.c (is_type_conversion_operator): Add additional
2662         check for non-conversion operators.
2663
2664 2002-01-15  Michael Snyder  <[email protected]>
2665
2666         * linux-proc.c: Add "info proc" command, a la procfs.c.
2667         (read_mapping): New function, abstract and re-use code.
2668         (linux_find_memory_regions): Use new func read_mapping.
2669         (linux_info_proc_cmd): New function, implement "info proc".
2670         (_initialize_linux_proc): Add new command "info proc".
2671
2672 2002-01-15  Michael Snyder  <[email protected]>
2673
2674         * symfile.c (generic_load): Use bfd_map_over_sections method
2675         instead of manipulating bfd structure members directly.
2676         (add_section_size_callback): New function, bfd sections callback
2677         used by generic_load.
2678         (load_sections_callback): New function, bfd sections callback
2679         used by generic_load.
2680
2681 2002-01-15  Elena Zannoni  <[email protected]>
2682
2683         [Based on work by Jim Blandy]
2684         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
2685         (builtin_type_vec128): Export.
2686         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
2687         types.
2688         (builtin_type_vec128): New builtin type for 128 bit vector
2689         registers.
2690         (build_gdbtypes): Initialize builtin_type_v16qi and
2691         builtin_type_v8hi. Create the vec128 register builtin type
2692         structure.
2693         (build_builtin_type_vec128): New function.
2694         (_initialize_gdbtypes): Register builtin_type_v16qi and
2695         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
2696         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
2697         AltiVec register to new builtin type.
2698
2699 2001-01-15  Daniel Jacobowitz  <[email protected]>
2700
2701         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
2702         to make_cv_type.
2703
2704 2002-01-14  Andrew Cagney  <[email protected]>
2705
2706         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
2707         CLEAN_UP_REGISTER_VALUE.
2708         * regcache.c (supply_register): Update only call.
2709
2710 2002-01-14  Andrew Cagney  <[email protected]>
2711
2712         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2713         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2714         a29k-*-vxworks* targets as obsolete.
2715
2716 2002-01-14  Michael Snyder  <[email protected]>
2717
2718         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
2719         until we can resolve portability issues.
2720         * gregset.h: Remove references to fpxregs.
2721         * gcore.c (gcore_command): Initialize note_sec to NULL.
2722
2723 2002-01-13  Andrew Cagney  <[email protected]>
2724
2725         * signals.c (target_signal_to_name): Rewrite.  Only use
2726         signals[].name when in bounds and non-NULL.
2727
2728 2002-01-13  Andrew Cagney  <[email protected]>
2729
2730         From Petr Ledvina <[email protected]>:
2731         * signals.c (target_signal_to_name): Verify that SIG is within the
2732         bounds of the signals array.
2733
2734 2002-01-13  Andrew Cagney  <[email protected]>
2735
2736         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
2737
2738 2002-01-13  Keith Seitz  <[email protected]>
2739
2740         * stack.c (print_frame_info_base): Print the frame's pc
2741         only if when print_frame_info_listing_hook is not defined.
2742
2743 2002-01-13  Keith Seitz  <[email protected]>
2744
2745         * varobj.c (varobj_set_value): Make sure that there were no
2746         errors evaluating the object before attempting to set its
2747         value.
2748         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
2749         so this offset adjustment is no longer necessary.
2750         (create_child): Don't set the error flag if the child is
2751         a CPLUS_FAKE_CHILD.
2752         (value_of_child): If value_fetch_lazy fails, return NULL
2753         so that callers will be notified that an error occurred.
2754         (c_value_of_variable): Delay check of variable's validity
2755         until later. We actually want all structs and unions to have
2756         the value "{...}".
2757         Do not return "???" for variables which could not be evaluated.
2758         This error condition must be returned to the caller so that it
2759         can get the error condition from gdb.
2760         (cplus_name_of_child): Adjust index for vptr before figuring
2761         out the name of the child.
2762         (cplus_value_of_child): If a child's (real) parent is not valid,
2763         don't even bother trying to give a value for it. Just return
2764         an error. Change all instances in this function.
2765         (cplus_type_of_child): If our parent is one of the "fake"
2766         parents, we need to get at the type of the real parent, and
2767         derive the child's true type using this information.
2768
2769 2002-01-13  Andrew Cagney  <[email protected]>
2770
2771         From 2002-01-09 John Marshall <[email protected]>:
2772         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
2773         sources.redhat.com, and tweak some related URLs which had
2774         suffered from linkrot.
2775
2776 2002-01-13  Andrew Cagney  <[email protected]>
2777
2778         From Jeff law:
2779         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
2780         structures passed in registers.
2781
2782 2002-01-13  Eli Zaretskii  <[email protected]>
2783
2784         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
2785         white space which prevented compilation.  Reported by DSK
2786         <[email protected]>.
2787
2788 2002-01-11  Michael Snyder  <[email protected]>
2789
2790         * symfile.c (build_section_addr_info_from_section_tab):
2791         Use bfd access method instead of manipulating bfd directly.
2792         (syms_from_objfile): Ditto.
2793         (simple_overlay_update_1): Ditto.
2794         (simple_overlay_update): Ditto.
2795         (generic_load): Ditto.
2796         (overlay_unmapped_address): FIXME comment, bfd access methods.
2797         (sections_overlap): FIXME comment, bfd access methods.
2798         (pc_in_mapped_range): FIXME comment, bfd access methods.
2799         (pc_in_unmapped_range): FIXME comment, bfd access methods.
2800         (section_is_mapped): FIXME comment, bfd access methods.
2801         (section_is_overlay): FIXME comment, bfd access methods.
2802
2803         * symfile.c (generic_load): Whitespace and long line cleanups.
2804         Remove duplicate variable, change several local variables to
2805         more appropriate data types.
2806         (print_transfer_performance): Use %lu instead of %ld for ulongs.
2807
2808 2002-01-12  Andrew Cagney  <[email protected]>
2809
2810         From Peter Schauer:
2811         * language.c (longest_local_hex_string_custom): Use phex_nz to
2812         convert NUM to a hex string.
2813
2814 2002-01-12  Elena Zannoni  <[email protected]>
2815
2816         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
2817         the function.
2818         Update Copyright year.
2819
2820 2002-01-12  Andrew Cagney  <[email protected]>
2821
2822         * language.c (longest_raw_hex_string): Delete unused function.
2823
2824 2002-01-11  Petr Sorfa  <[email protected]>
2825
2826         * MAINTAINERS (write-after-approval): Add myself.
2827         * dwarf2read.c (read_tag_string_type): Handling of
2828         DW_AT_byte_size.
2829         (read_tag_string_type): FORTRAN fix to prevent propagation of
2830         first string size.
2831         (set_cu_language): Handling of DW_LANG_Fortran95
2832
2833 2002-01-11  Richard Earnshaw  <[email protected]>
2834
2835         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2836         GETPID(inferior_ptid).
2837         (store_inferior_registers): Likewise.
2838
2839 2002-01-10  Jason Merrill  <[email protected]>
2840
2841         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2842         Fix DW_OP_minus.
2843
2844 2002-01-10  Andrew Cagney  <[email protected]>
2845
2846         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2847         and bfd/elf32-sh-nbsd.c.
2848
2849 2002-01-10  Michael Snyder  <[email protected]>
2850
2851         * NEWS: Mention --pid and corefile/proc-id behavior change.
2852
2853         * Makefile.in: Add rules for gcore.o and linux-proc.o.
2854         * gcore.c: Include cli/cli-decode.h instead of command.h.
2855
2856         * main.c (captured_main): Add new command line option "--pid".
2857         If the second command line argument (following the symbol-file)
2858         begins with a digit, try to attach to it before trying to open
2859         it as a corefile.
2860         (print_gdb_help): Document the "--pid" argument.
2861
2862 2002-01-10  Eli Zaretskii  <[email protected]>
2863
2864         * completer.c (command_completer): New function.
2865
2866         * completer.h <command_completer>: Add prototype.
2867
2868         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2869         completer for the "help" command.
2870
2871 2002-01-09  Jason Merrill  <[email protected]>
2872
2873         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2874
2875 2002-01-09  Michael Snyder  <[email protected]>
2876
2877         * i386-linux-nat.c (fill_fpxregset): Make global.
2878         (store_fpxregset): Ditto.
2879
2880         * gregset.h (gdb_fpxregset_t): Define.
2881         (supply_fpxregset): Prototype.
2882         (fill_fpxregset): Prototype.
2883
2884         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2885
2886 2002-01-09  Richard Earnshaw  <[email protected]>
2887
2888         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2889         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2890         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2891
2892 2002-01-09  Andrew Cagney  <[email protected]>
2893
2894         * MAINTAINERS: Update target maintainer rules so that any
2895         Maintainer can approve a tested patch for a maintenance-only
2896         target.
2897
2898 2002-01-09  Richard Earnshaw  <[email protected]>
2899
2900         * MAINTAINERS (write-after-approval): Add myself.
2901
2902         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
2903         IN_SIGTRAMP.
2904
2905 2002-01-08  Michael Snyder  <[email protected]>
2906
2907         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2908         real name of the executable, rather than the /proc name.
2909
2910 2002-01-03  Michael Snyder  <[email protected]>
2911
2912         Implement a "generate-core-file" command in gdb, save target state.
2913         * gcore.c: New file.  Implement new command 'generate-core-file'.
2914         Save a corefile image of the current state of the inferior.
2915         * linux-proc.c: Add linux-specific code for saving corefiles.
2916         * target.h (struct target_ops): Add new target vectors for saving
2917         corefiles; to_find_memory_regions and to_make_corefile_notes.
2918         (target_find_memory_regions): New macro.
2919         (target_make_corefile_notes): New macro.
2920         * target.c (update_current_target): Inherit new target methods.
2921         (dummy_find_memory_regions): New place-holder method.
2922         (dummy_make_corefile_notes): New place-holder method.
2923         (init_dummy_target): Initialize new dummy target vectors.
2924         * exec.c (exec_set_find_memory_regions): New function.
2925         Allow the exec_ops vector for memory regions to be taken over.
2926         (exec_make_note_section): New function, target vector method.
2927         * defs.h (exec_set_find_memory_regions): Export prototype.
2928         * procfs.c (proc_find_memory_regions): New function, corefile method.
2929         (procfs_make_note_section): New function, corefile method.
2930         (init_procfs_ops): Set new target vector pointers.
2931         (find_memory_regions_callback): New function.
2932         (procfs_do_thread_registers): New function.
2933         (procfs_corefile_thread_callback): New function.
2934         * sol-thread.c (sol_find_memory_regions): New function.
2935         (sol_make_note_section): New function.
2936         (init_sol_thread_ops): Initialize new target vectors.
2937         * inftarg.c (inftarg_set_find_memory_regions): New function.
2938         Allow to_find_memory_regions vector to be taken over.
2939         (inftarg_set_make_corefile_notes): New function.
2940         Allow to_make_corefile_notes vector to be taken over.
2941         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2942         interface layer if not target_has_execution (may be a corefile).
2943         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2944         * config/sparc/sun4sol2.mh: Ditto.
2945         * config/alpha/alpha-linux.mh: Ditto.
2946         * config/arm/linux.mh: Ditto.
2947         * config/i386/x86-64linux.mh: Ditto.
2948         * config/ia64/linux.mh: Ditto.
2949         * config/m68k/linux.mh: Ditto.
2950         * config/mips/linux.mh: Ditto.
2951         * config/powerpc/linux.mh: Ditto.
2952         * config/sparc/linux.mh: Ditto.
2953
2954 2002-01-07  Michael Snyder  <[email protected]>
2955
2956         * arm-linux-nat.c: Remove references to regcache.c internal data
2957         (registers[] and register_valid[]).
2958
2959 2002-01-07  Michael Snyder  <[email protected]>
2960
2961         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
2962         so that attaching to a pid will automatically read the process's
2963         symbol file and shlibs.
2964         * Makefile.in: Add rule for linux-proc.o.
2965         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2966         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2967         * config/arm/linux.mh: Ditto.
2968         * config/i386/linux.mh: Ditto.
2969         * config/i386/x86-64linux.mh: Ditto.
2970         * config/ia64/linux.mh: Ditto.
2971         * config/m68k/linux.mh: Ditto.
2972         * config/mips/linux.mh: Ditto.
2973         * config/powerpc/linux.mh: Ditto.
2974         * config/sparc/linux.mh: Ditto.
2975
2976 2002-01-06  Pierre Muller  <[email protected]>
2977
2978         * win32-nat.c: Add i386-tdep.h dependency.
2979
2980 2002-01-07  Michael Snyder  <[email protected]>
2981
2982         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2983         instead of bfd_get_arch_size.  Don't bail out just because
2984         there's no exec_bfd.
2985
2986         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2987         * p-valprint.c (pascal_object_print_value): Ditto.
2988         * somread.c (som_symtab_read): Ditto.
2989         * symfile.c (simple_free_overlay_region_table): Ditto.
2990         * valops.c (value_assign): Ditto.
2991
2992         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2993         use tilde_expand and strerror for opening save-tracepoints file.
2994
2995         * thread-db.c (thread_db_new_objfile): Indendation fix.
2996
2997         * infptrace.c (GDB_MAX_ALLOCA): New define.
2998         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
2999         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
3000         can be overridden with whatever value is appropriate to the host).
3001         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
3002         alloca to allocate potentially large buffer.
3003         * rs6000-nat.c (child_xfer_memory): Ditto.
3004         * symm-nat.c (child_xfer_memory): Ditto.
3005         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
3006
3007 2002-01-07  Jackie Smith Cashion  <[email protected]>
3008
3009         From Nick Clifton  <[email protected]>
3010         * d10v-tdep.c: Set STACK_START to 0x200bffe.
3011
3012 2002-01-07  Michael Snyder  <[email protected]>
3013
3014         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
3015         Don't use exec_bfd if it's NULL.
3016
3017 2002-01-06  Mark Kettenis  <[email protected]>
3018
3019         * valops.c (value_arg_coerce): Fix formatting.
3020
3021 2002-01-06  Andrew Cagney  <[email protected]>
3022
3023         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
3024         * gnu-nat.c: Ditto.
3025
3026 2002-01-06  Andrew Cagney  <[email protected]>
3027
3028         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
3029         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
3030         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
3031         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
3032         z8k-coff have not been multi-arched.  Update z8k-coff build
3033         status.
3034
3035 2002-01-06  Andrew Cagney  <[email protected]>
3036
3037         * MAINTAINERS: Mark a29k target as obsolete.
3038         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
3039         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
3040         comments.
3041         * NEWS: Note that a29k targets are obsolete.
3042         * a29k-tdep.c: Mark as obsolete.
3043         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
3044         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
3045         a29k-*-vxworks* targets as obsolete.
3046         * remote-adapt.c: Obsolete.
3047         * remote-eb.c: Obsolete.
3048         * remote-mm.c: Obsolete.
3049         * remote-udi.c: Obsolete.
3050         * config/a29k/a29k-udi.mt: Obsolete.
3051         * config/a29k/a29k.mt: Obsolete.
3052         * config/a29k/tm-a29k.h: Obsolete.
3053         * config/a29k/tm-vx29k.h: Obsolete.
3054         * config/a29k/vx29k.mt: Obsolete.
3055
3056 2002-01-05  Andrew Cagney  <[email protected]>
3057
3058         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
3059         with BFD_ENDIAN_BIG.
3060
3061 2002-01-05  Andrew Cagney  <[email protected]>
3062
3063         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
3064         * configure, config.in: Re-generate.
3065         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
3066         * defs.h: Do not include <endian.h>.
3067
3068 2002-01-05  Jason Thorpe  <[email protected]>
3069
3070         * acconfig.h (HAVE_PT_GETXMMREGS): New.
3071         * config.in: Regenerate.
3072         * configure.in: Update copyright years.
3073         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
3074         * configure: Regenerate.
3075         * i386bsd-nat.c: Update copyright years.
3076         (fill_gregset): Use regcache_collect.
3077         (fetch_inferior_registers): Only fetch integer registers
3078         if requested to do so.  Add support for XMM registers
3079         using PT_GETXMMREGS.
3080         (store_inferior_registers): Only store integer registers
3081         if requested to do so.  Add support for XMM registers
3082         using PT_SETXMMREGS.
3083         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
3084         (store_inferior_registers): Remove.
3085         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
3086         (fetch_elfcore_registers): New function.
3087         (i386nbsd_elfcore_fns): New.
3088         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
3089         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
3090         i386bsd-nat.o.
3091         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
3092         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
3093         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3094         * config/i386/tm-nbsd.h: Update copyright years.
3095         (HAVE_SSE_REGS): Define.
3096         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
3097         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
3098         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
3099         (SIGCONTEXT_PC_OFFSET): Remove.
3100         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
3101
3102 2002-01-05  Andrew Cagney  <[email protected]>
3103
3104         * configure.tgt: Remove powerpc-*-macos* target.
3105         * config/m68k/xm-mpw.h: Delete file.
3106         * config/xm-mpw.h: Delete file.
3107         * ser-mac.c: Delete file.
3108         * mpw-make.sed: Delete file.
3109         * mpw-config.in: Delete file.
3110         * mac-xdep.c: Delete file.
3111         * mac-gdb.r: Delete file.
3112         * mac-defs.h: Delete file.
3113         * mac-nat.c: Delete file.
3114         * config/powerpc/macos.mh: Delete file.
3115         * config/powerpc/macos.mt: Delete file.
3116         * config/powerpc/nm-macos.h: Delete file.
3117         * config/powerpc/tm-macos.h: Delete file.
3118         * source.c (openp, open_source_file): Remove obsolete code.
3119         * top.c (gdb_readline): Ditto.
3120         * utils.c (query): Ditto.
3121         * event-top.c (display_gdb_prompt): Ditto.
3122         * Makefile.in (ser-mac.o): Delete obsolete target.
3123         * NEWS: Update.
3124
3125 2002-01-04  Andrew Cagney  <[email protected]>
3126
3127         * defs.h (BIG_ENDIAN): Delete macro definition.
3128         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
3129         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
3130         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
3131         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3132         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
3133         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
3134         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
3135         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
3136         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
3137         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
3138         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
3139         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
3140         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3141         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
3142         * gdbarch.c: Re-generate.
3143
3144 2002-01-04  Daniel Jacobowitz  <[email protected]>
3145
3146         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
3147         for core files.
3148
3149 2002-01-04  Jason Thorpe  <[email protected]>
3150
3151         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
3152
3153 2002-01-04  Andrew Cagney  <[email protected]>
3154
3155         * value.h (value_ptr): Delete typedef.
3156
3157 2002-01-04  Jason Thorpe  <[email protected]>
3158
3159         * i386nbsd-nat.c: Update copyright years.
3160         Include i386-tdep.h.
3161
3162 2002-01-04  Elena Zannoni  <[email protected]>
3163
3164         * stabsread.c: Update copyright years.
3165
3166         From Debashis Mahata <[email protected]>:
3167         (read_struct_fields): Deal with Sun C compiler erroneous stab
3168         output for structs and unions.
3169         Fix PR gdb/269.
3170
3171 2002-01-04  Daniel Jacobowitz  <[email protected]>
3172
3173         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
3174         prototype.
3175
3176 2002-01-04  Daniel Jacobowitz  <[email protected]>
3177
3178         * cp-abi.c: Fix whitespace.
3179         (baseclass_offset): New wrapper function.
3180         * cp-abi.h (baseclass_offset): Add prototype.
3181         (struct cp_abi_ops): Add baseclass_offset pointer.
3182
3183         * valops.c (vb_match): Move to...
3184         * gnu-v2-abi.c (vb_match): here.
3185         * valops.c (baseclass_offset): Move to...
3186         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
3187
3188         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
3189
3190         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
3191         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
3192         * hpacc-abi.c (init_hpacc_ops): Likewise.
3193
3194 2002-01-04  Daniel Jacobowitz  <[email protected]>
3195
3196         * valops.c (find_overload_match): Accept obj as a
3197         reference parameter.  Update it before returning.
3198         * value.h (find_overload_match): Update prototype.
3199         * eval.c (evaluate_subexp_standard): Pass object to
3200         find_overload_match by reference.
3201
3202 2002-01-03  Andrew Cagney  <[email protected]>
3203
3204         * valarith.c: Replace value_ptr with struct value pointer.  Remove
3205         register attribute from value declarations.
3206         * valops.c: Ditto.
3207         * value.h: Ditto.
3208         * scm-lang.c (scm_lookup_name): Ditto.
3209
3210 2002-01-03  Michael Snyder  <[email protected]>
3211
3212         Abstract the functionality of iterating over mapped memory
3213         regions into a general purpose iterator function.
3214         * procfs.c (iterate_over_mappings): New function, general purpose
3215         iterator for memory sections.
3216         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
3217         (solib_mappings_callback): New function, callback for above.
3218         (info_proc_mappings): Reimpliment using iterate_over_mappings.
3219         (info_mappings_callback): New function, callback for above.
3220
3221         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
3222
3223 2002-01-01  Mark Kettenis  <[email protected]>
3224
3225         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
3226         * i386-tdep.c: Include "elf-bfd.h".
3227         (process_note_abi_tag_sections): New function.
3228         (i386_gdbarch_init): Add code to recognize various OS/ABI
3229         combinations.
3230
3231         * maint.c (_initialize_maint_cmds): Add missing \ in
3232         string-literal.
3233
3234 For older changes see ChangeLog-2001
3235 \f
3236 Local Variables:
3237 mode: change-log
3238 left-margin: 8
3239 fill-column: 74
3240 version-control: never
3241 End:
This page took 0.206238 seconds and 2 git commands to generate.