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