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