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