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