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