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