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