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