Fix date in last entry. I should stop living in the past.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
2fa5c1e0
AC
12002-02-09 Andrew Cagney <ac131313@redhat.com>
2
3 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4 default_double_format.
5 * gdbarch.h, gdbarch.c: Re-generate.
6 * findvar.c (floatformat_unknown): Delete variable definition.
7 * doublest.h (floatformat_unknown): Delete variable declaration.
8
da966255
JB
92002-02-09 Jim Blandy <jimb@redhat.com>
10
11 * stabsread.c (read_type): Add code to parse Sun's syntax for
12 prototyped function types.
13
123a4891
AC
142002-02-09 Andrew Cagney <ac131313@redhat.com>
15
16 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
17 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
18
fb39c8f3
PS
192002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20
21 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
22 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
23 now _initialize_xcoffsolib gets called again and overrides the
24 commands from solib.c in a native configuration.
25
0b87a11d
MK
262002-02-09 Mark Kettenis <kettenis@gnu.org>
27
28 * doublest.c (store_typed_floating): Don't try to return a value.
29 Fixes PR gdb/290.
30
bdc2fc72
JB
312002-02-08 Jim Blandy <jimb@redhat.com>
32
33 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
34 is prototyped and has no arguments, print its argument list as
35 `(void)'.
36
da69bbcf
CD
372002-02-08 Chris Demetriou <cgd@broadcom.com>
38
39 * MAINTAINERS (write-after-approval): Add myself.
40 (paper-trail): I've escaped!
41
b69571f5
CF
422002-02-08 Christopher Faylor <cgf@redhat.com>
43
44 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
45 changes.
46 (_initialize_check_for_gdb_ini): Ditto.
47
f6871398
MH
482002-02-08 Martin M. Hunt <hunt@redhat.com>
49
50 * win32-nat.c (cygwin_pid_to_str): Fix typo.
51 xaprintf -> xasprintf.
52
4e52d31c
PM
532002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
54
55 * win32-nat.c: Remove use of printf and sprintf functions.
56
39bbf761
RE
572002-02-08 Richard Earnshaw <rearnsha@arm.com>
58
59 * arm-tdep.c (arm_frame_chain_valid): Make static.
60 (arm_push_arguments): Likewise.
61 (arm_gdbarch_init): New function.
62 (_initialize_arm_tdep): Call it.
63 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
64 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
65 (FRAME_CHAIN_VALID): Delete.
66 (arm_frame_chain_valid): Delete declaration.
67 (PUSH_ARGUMENTS): Delete.
68 (arm_push_arguments): Delete declaration.
69 (CALL_DUMMY_P): Delete.
70
9c9532c9
CV
712002-02-08 Andrew Cagney <ac131313@redhat.com>
72 Corinna Vinschen <vinschen@redhat.com>
73
74 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
75 on builtin float types.
76
4e8f7a8b
DJ
772002-02-08 Daniel Jacobowitz <drow@mvista.com>
78
79 * utils.c: Include <curses.h> before "bfd.h".
80 * tui/tui-hooks.c: Likewise.
81 * tui/tui.c: Likewise.
82 * tui/tuiCommand.c: Likewise.
83 * tui/tuiData.c: Likewise.
84 * tui/tuiDataWin.c: Likewise.
85 * tui/tuiDisassem.c: Likewise.
86 * tui/tuiGeneralWin.c: Likewise.
87 * tui/tuiIO.c: Likewise.
88 * tui/tuiLayout.c: Likewise.
89 * tui/tuiRegs.c: Likewise.
90 * tui/tuiSource.c: Likewise.
91 * tui/tuiSourceWin.c: Likewise.
92 * tui/tuiStack.c: Likewise.
93 * tui/tuiWin.c: Likewise.
94
cd4bffcf
EZ
952002-02-07 Elena Zannoni <ezannoni@redhat.com>
96
97 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
98 to include space for pseudoregs as well. Update loops accordingly.
99 (sh_fp_frame_init_saved_regs): Ditto.
100 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
101
26806ce2
AC
1022002-02-07 Andrew Cagney <ac131313@redhat.com>
103
104 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
105 Add Richard Earnshaw to Arm maintainers.
106
97fdab62
AC
1072002-02-07 Andrew Cagney <ac131313@redhat.com>
108
a6b98203
AC
109 * defs.h (warning_begin): Delete declaration.
110
97fdab62
AC
111 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
112 Delete macro.
113
78b29b40
MS
1142002-02-07 Michael Snyder <msnyder@redhat.com>
115
116 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
117 Logic bug, remove misplaced else.
118
d8849953
KD
1192002-02-07 Klee Dienes <klee@apple.com>
120
121 * fork-inferior.c (fork_inferior): Add '!' to the list of
122 characters that need to be quoted when building a string for the
123 shell. Quote '!' specifically with a backslash, since CSH chokes
124 when trying to evaluate "str!str".
125
095778a0
NC
1262002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
127
128 * rdi-share/host.h: Only provide a typedef for bool if it is not
129 defined.
130
1900040c
MS
1312002-02-04 Michael Snyder <msnyder@redhat.com>
132
133 * breakpoint.h (enum bptype): Add new overlay event bp type.
134 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
135
136 * breakpoint.c (create_internal_breakpoint): New function.
137 (internal_breakpoint_number): Moved into create_internal_breakpoint.
138 (create_longjmp_breakpoint): Use create_internal_breakpoint.
139 (create_thread_event_breakpoint): Ditto.
140 (create_solib_event_breakpoint): Ditto.
141 (create_overlay_event_breakpoint): New function.
142 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
143 (update_breakpoints_after_exec): Delete and re-initialize
144 overlay event breakpoints after an exec. Add FIXME comment
145 about longjmp breakpoint.
146 (print_it_typical): Ignore overlay event breakpoints.
147 (print_one_breakpoint): Ditto.
148 (mention): Ditto.
149 (bpstat_what): Do not stop for overlay event breakpoints.
150 (delete_breakpoint): Don't delete overlay event breakpoints.
151 (breakpoint_re_set_one): Delete the overlay event breakpoint.
152 (breakpoint_re_set): Re-create overlay event breakpoint.
153
154 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
155 (overlay_manual_command): Disable overlay breakpoints.
156 (overlay_off_command): Disable overlay breakpoints.
157
082fc60d
RE
1582002-02-06 Richard Earnshaw <rearnsha@arm.com>
159
160 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
161 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
162 to here from config/tm-arm.h.
163 (coff_sym_is_thumb): Make static.
164 (arm_elf_make_msymbol_special): New function.
165 (arm_coff_make_msymbol_special): New function.
166 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
167 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
168 (coff_sym_is_thumb): Delete declaration.
169 (arm_elf_make_msymbol_special): Declare.
170 (arm_coff_make_msymbol_special): Declare.
171 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
172 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
173
039c5766
RE
1742002-02-06 Richard Earnshaw <rearnsha@arm.com>
175
176 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
177
1782002-02-06 Richard Earnshaw <rearnsha@arm.com>
179
180 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
181 * gdbarch.c gdbarch.h: Regenerate.
182 * arch-utils.c (default_print_float_info): New function.
183 * arch-utils.h (default_print_float_info): Prototype it.
184 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
185 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
186 (PRINT_FLOAT_INFO): Document it.
187
188 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
189 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
190 (PRINT_FLOAT_INFO): Define.
191
58fa08f0
PM
1922002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
193
194 * win32-nat.c (_initialize_check_for_gdb_ini):
195 Add typecast to sprintf argument to suppress a warning.
196
7393af7c
PM
1972002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
198
58fa08f0 199 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
200 to allow easier handling of pass state.
201 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
202 that gives exception name and address.
203 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
204 and set last_sig value to ourstatus->value.sig. Some missing
205 exceptions added.
206 (child_continue): Correctly report continue_status.
207 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
208 TARGET_SIGNAL_0 (new default value).
209 (child_resume): consider sig argument passed to decide if
210 the exception should be passed to debuggee or not.
211
6af4589c
MS
2122002-02-05 Michael Snyder <msnyder@redhat.com>
213
214 * regcache.c (fetch_register): Call target_fetch_register
215 only if we don't call FETCH_PSEUDO_REGISTER.
216 (store_register): Call target_store_register only if we
217 don't call STORE_PSEUDO_REGISTER.
218
a2cf933a
EZ
2192002-02-05 Elena Zannoni <ezannoni@redhat.com>
220
221 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
222 ELF_MAKE_MSYMBOL_SPECIAL.
223 * gdbarch.c, gdbarch.h: Regenerate.
224 * arch-utils.c (default_make_msymbol_special): New function.
225 * arch-utils.h (default_make_msymbol_special): Export.
226 * elfread.c (elf_symtab_read): Compile use of
227 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
228 multiarched.
229 * coffread.c (coff_symtab_read): Ditto, for
230 COFF_MAKE_MSYMBOL_SPECIAL.
231
6bb7be43
JB
2322002-02-05 Jim Blandy <jimb@redhat.com>
233
234 * solib-svr4.c (svr4_truncate_ptr): New function.
235 (svr4_relocate_section_addresses): Do the address arithmetic with
236 the appropriate truncation for target addresses, even when
237 CORE_ADDR is larger than a target address.
238
e18651ec
DJ
2392002-02-05 Daniel Jacobowitz <drow@mvista.com>
240
241 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
242 to (int *).
243
6b2725be
DJ
2442002-02-05 Daniel Jacobowitz <drow@mvista.com>
245
246 * gdbserver/linux-low.c (kill_inferior): Remove commented out
247 code.
248
fca9e603
DJ
2492002-02-05 Daniel Jacobowitz <drow@mvista.com>
250
251 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
252
6c537a52
DJ
2532002-02-05 Daniel Jacobowitz <drow@mvista.com>
254
255 * gdbserver/linux-low.c: Remove unused include files.
256
d844cde6
DJ
2572002-02-05 Daniel Jacobowitz <drow@mvista.com>
258
259 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
260 (read_inferior_memory): Use it.
261 (write_inferior_memory): Likewise.
262
d07c63e7
DJ
2632002-02-05 Daniel Jacobowitz <drow@mvista.com>
264
265 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
266 grubbing through sys_errlist.
267
da6d8c04
DJ
2682002-02-05 Daniel Jacobowitz <drow@mvista.com>
269
270 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
271
5b421780
PM
2722002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
273 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
274
9f60d481
AC
2752002-02-04 Andrew Cagney <ac131313@redhat.com>
276
277 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
278 (do_sfunc, set_cmd_sfunc): New functions.
279
280 * command.h (struct cmd_list_element): Add field func.
281 * cli/cli-decode.h (struct cmd_list_element): Ditto.
282 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
283 * cli/cli-decode.h: Ditto.
284
285 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
286 (help_all, help_cmd_list): Ditto.
287 (find_cmd, complete_on_cmdlist): Ditto.
288 * top.c (execute_command): Ditto.
289
290 * cli/cli-setshow.c (do_setshow_command): Call func instead of
291 function.sfunc.
292
293 * infcmd.c (notice_args_read): Fix function signature.
294
295 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
296 * cli/cli-decode.c (add_set_cmd): Ditto.
297 * utils.c (initialize_utils): Ditto.
298 * maint.c (_initialize_maint_cmds): Ditto.
299 * infrun.c (_initialize_infrun): Ditto.
300 * demangle.c (_initialize_demangler): Ditto.
301 * remote.c (add_packet_config_cmd): Ditto.
302 * mips-tdep.c (_initialize_mips_tdep): Ditto.
303 * cris-tdep.c (_initialize_cris_tdep): Ditto.
304 * proc-api.c (_initialize_proc_api): Ditto.
305 * kod.c (_initialize_kod): Ditto.
306 * valprint.c (_initialize_valprint): Ditto.
307 * top.c (init_main): Ditto.
308 * infcmd.c (_initialize_infcmd): Ditto.
309 * corefile.c (_initialize_core): Ditto.
310 * arm-tdep.c (_initialize_arm_tdep): Ditto.
311 * arch-utils.c (initialize_current_architecture): Ditto.
312 (_initialize_gdbarch_utils): Ditto.
313 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
314
315 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
316 * wince.c (_initialize_inftarg): Ditto.
317 * symfile.c (_initialize_symfile): Ditto.
318 * mips-tdep.c (_initialize_mips_tdep): Ditto.
319 * language.c (_initialize_language): Ditto.
320 * arc-tdep.c (_initialize_arc_tdep): Ditto.
321
f9ba0717
MS
3222002-02-04 Michael Snyder <msnyder@redhat.com>
323
324 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
325
0c74b2a7
DJ
3262002-02-04 Daniel Jacobowitz <drow@mvista.com>
327
328 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
329 Add rules for building the register data files.
330
c638789f
DJ
3312002-02-04 Daniel Jacobowitz <drow@mvista.com>
332
333 * regformats/regdat.sh: Add braces to the definition of
334 expedite_regs_${arch}.
335
db253027
DJ
3362002-02-04 Daniel Jacobowitz <drow@mvista.com>
337
338 * regformats/regdef.h (struct reg): Add comment describing the
339 requirements for offset and size fields.
340
206be19c
AS
3412002-02-04 Andreas Schwab <schwab@suse.de>
342
343 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
344 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
345
181c1381
RE
3462002-02-04 Richard Earnshaw <rearnsha@arm.com>
347
348 * gdbarch.sh (copyright): Update years in generated header.
349 (SMASH_TEXT_ADDRESS): Add rule.
db253027 350 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
351 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
352 * dbxread.c: Likewise.
353 * dwarfread.c: Likewise.
354 * elfread.c: Likewise.
355 * somread.c: Likewise.
356
357 * arm-tdep.c (arm_smash_text_address): New function.
358 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
359
fa4ba8da
PM
3602002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
361
362 Add support for hardware watchpoints on win32 native.
363 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
364 CONTEXT_DEBUG_REGISTERS.
365 (dr variable): New variable. Static array containing a local copy
366 of debug registers.
367 (debug_registers_changed): New variable. Reflects when debug registers
368 are changed and need to be written to inferior.
369 (debug_registers_used): New variable. Reflects when any debug register
370 was set, used when new threads are created.
371 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
372 i386-nat code.
373 (thread_rec): Set dr array if id is the thread of current_event .
374 (child_continue, child_resume): Change the debug registers for all
375 threads if debug_registers_changed.
376 (child_add_thread): Change the debug registers if debug_registers_used.
377 * config/i386/cygwin.mh: Add use of i386-nat.o file.
378 Link nm.h to new nm-cygwin.h file.
379 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
380 of hardware registers.
381
a73c86fb
AC
3822002-02-03 Andrew Cagney <ac131313@redhat.com>
383
384 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
385 Restore behavour broken by 2002-01-20 Andrew Cagney
386 <ac131313@redhat.com> IEEE_FLOAT removal.
387
acf5ed49
DJ
3882002-02-03 Daniel Jacobowitz <drow@mvista.com>
389
390 * c-valprint.c (c_val_print): Pass a proper valaddr to
391 cp_print_class_method.
392 * valops.c (search_struct_method): If there is only one method
393 and args is NULL, return that method.
394
493d28d5
DJ
3952002-02-03 Daniel Jacobowitz <drow@mvista.com>
396
397 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
398 accessing tag_name directly.
399
7495dfdb
DJ
4002002-02-03 Daniel Jacobowitz <drow@mvista.com>
401
402 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
403 of accessing tag_name directly.
404
dd6bda65
DJ
4052002-02-03 Daniel Jacobowitz <drow@mvista.com>
406
407 PR gdb/280
408 * gdbtypes.c (replace_type): New function.
409 * gdbtypes.h (replace_type): Add prototype.
410 * stabsread.c (read_type): Use replace_type.
411
88fe217c
RE
4122002-02-03 Richard Earnshaw <rearnsha@arm.com>
413
414 * Makefile.in (memattr.o): Add missing dependencies rule.
415
e5d66720
PS
4162002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
417
418 * breakpoint.c (break_at_finish_command): Really export.
419 (break_at_finish_at_depth_command): Ditto.
420 (tbreak_at_finish_command): Ditto.
421 * hppa-tdep.c: Include completer.h.
422 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
423 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
424
fffee0be
AC
4252002-02-01 Andrew Cagney <ac131313@redhat.com>
426
427 * utils.c (do_write): New function.
428 (error_stream): Rewrite combining the code from error_begin and
429 verror.
430 (verror): Rewrite using error_stream.
431 (error_begin): Delete function.
432
255e7dbf
AC
4332002-02-01 Andrew Cagney <ac131313@redhat.com>
434
435 * utils.c (error_begin): Make static.
436 * defs.h (error_begin): Delete declaration.
437
438 * linespec.c (cplusplus_error): Replace cplusplus_hint.
439 (decode_line_1): Use cplusplus_error instead of error_begin,
440 cplusplus_hint and return_to_top_level.
441 * coffread.c (coff_symfile_read): Use error instead of error_begin
442 and return_to_top_level.
443 * infrun.c (default_skip_permanent_breakpoint): Ditto.
444
ddfe3c15
AC
4452002-02-01 Andrew Cagney <ac131313@redhat.com>
446
447 * language.h (type_error, range_error): Make string parameter
448 constant.
449 * language.c (warning_pre_print): Delete extern declaration.
450 * dwarfread.c (warning_pre_print): Ditto.
451 * language.c (type_error, range_error): Rewrite to use verror and
452 vwarning instead of warning_begin.
453
03ac34d5
MS
4542002-02-01 Michael Snyder <msnyder@redhat.com>
455
261c4ca2
MS
456 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
457 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 458
e00d1dc8
AC
4592002-02-01 Andrew Cagney <ac131313@redhat.com>
460
461 * command.h (NO_FUNCTION): Delete macro.
462 * cli/cli-decode.h (NO_FUNCTION): Ditto.
463 * top.c (execute_command): Replace NO_FUNCTION with NULL.
464 * tracepoint.c (_initialize_tracepoint): Ditto.
465 * cli/cli-decode.c (add_set_cmd): Ditto.
466 * cli/cli-cmds.c (init_cli_cmds): Ditto.
467
76b79d6e
DJ
4682002-02-01 Daniel Jacobowitz <drow@mvista.com>
469
470 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
471 Update ``this'' pointer when calling virtual functions.
472
799f9e91
MS
4732002-02-01 Michael Snyder <msnyder@redhat.com>
474
c7bd442c 475 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
476 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
477
3cf384d4
DJ
4782002-02-01 Daniel Jacobowitz <drow@mvista.com>
479
480 * regformats/reg-arm.dat: New file.
481 * regformats/reg-i386.dat: New file.
482 * regformats/reg-ia64.dat: New file.
483 * regformats/reg-m68k.dat: New file.
484 * regformats/reg-mips.dat: New file.
485 * regformats/reg-ppc.dat: New file.
486 * regformats/reg-sh.dat: New file.
487 * regformats/regdef.h: New file.
488 * regformats/regdat.sh: New file.
489
0defa245
RE
4902002-02-01 Richard Earnshaw <reanrsha@arm.com>
491
492 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
493 (arm_frame_args_address, arm_frame_locals_address): New functions.
494 (arm_frame_num_args): New function.
495 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
496 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
497 (FRMA_NUM_ARGS): Call arm_frame_num_args.
498
405f26e6
MS
4992002-01-31 Michael Snyder <msnyder@redhat.com>
500
502fd408
MS
501 * breakpoint.c (break_at_finish_command): Export.
502 (break_at_finish_at_depth_command): Export.
503 (tbreak_at_finish_command): Export.
504 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
505 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
506 "tbreak" commands, which are HPPA specific.
507
7d35e135
MS
508 * printcmd.c (disassemble_command): Remove an ancient
509 artifact of an old merge.
510
d874f1e2
MS
511 * symfile.h (enum overlay_debugging_state):
512 Define enum constant values for overlay mode.
513 * symfile.c (overlay_debugging): Use enums instead of literals.
514 (overlay_is_mapped, overlay_auto_command,
515 overlay_manual_command): Ditto.
516
9f04af04
MS
517 * breakpoint.c (insert_breakpoints, remove_breakpoint,
518 breakpoint_here_p, breakpoint_inserted_here_p,
519 breakpoint_thread_match, bpstat_stop_status,
520 describe_other_breakpoints, check_duplicates, clear_command):
521 Coding standard fixes.
522
8add0441 523 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 524 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
525 code: check bfd SEC_READONLY flag for section.
526
e351066e
AC
5272002-01-31 Andrew Cagney <ac131313@redhat.com>
528
7d35e135 529 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 530
8a48e967
DJ
5312002-01-30 Daniel Jacobowitz <drow@mvista.com>
532
533 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
534 data symbols, since we search based on textlow and texthigh.
535 (find_pc_sect_symtab): Likewise.
536
f5a96129
AC
5372002-01-30 Andrew Cagney <ac131313@redhat.com>
538
539 * defs.h (vwarning): Declare.
f5a96129
AC
540 * utils.c (vwarning): New function.
541 (warning): Call vwarning.
542 (warning_begin): Delete function.
543
544 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
545 the warning message.
546 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
547 warning_begin.
548
cefd4ef5
MS
5492002-01-30 Michael Snyder <msnyder@redhat.com>
550
1a703748
MS
551 * NEWS: Mention "set trust-readonly-sections" command.
552 Mention generate-core-file command.
cefd4ef5 553
3a11626d
MS
5542002-01-15 Michael Snyder <msnyder@redhat.com>
555
556 * target.c: New command, "set trust-readonly-sections on".
557 (do_xfer_memory): Honor the suggestion to trust readonly sections
558 by reading them from the object file instead of from the target.
559 (initialize_targets): Register command "set trust-readonly-sections".
560
d1c7e53b
AC
5612002-01-29 Andrew Cagney <ac131313@redhat.com>
562
563 * parse.c (target_map_name_to_register): Simplify, search regs and
564 pseudo-regs using a single loop.
565
e2c9a72c
AC
5662002-01-30 Andrew Cagney <ac131313@redhat.com>
567
568 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
569
69824b4e
MK
5702002-01-15 Rodney Brown <rbrown64@csc.com.au>
571
572 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
573 * config/i386/i386v42mp.mh: Add i387-nat.o .
574 * i386v4-nat.c: Include i387-nat.h.
575 (supply_fpregset): Use i387_supply_fsave.
576 (fill_fpregset): Use i387_fill_fsave.
577
6eb69eab
RE
5782002-01-30 Richard Earnshaw <rearnsha@arm.com>
579
580 * arm-tdep.c (arm_call_dummy_words): Define.
581 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
582 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
583 (CALL_DUMMY_WORDS): Define.
584 (arm_call_dummy_words): Declare.
585 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
586 (arm_linux_call_dummy_words): Declare.
587
9852326a
AS
5882002-01-30 Andreas Schwab <schwab@suse.de>
589
590 * m68klinux-nat.c: Fix last change to use regcache_collect
591 instead of referencing registers[] directly.
592
977a3030
AC
5932002-01-29 Andrew Cagney <ac131313@redhat.com>
594
595 * parse.c (target_map_name_to_register): Delete code wrapped in
596 #ifdef REGISTER_NAME_ALIAS_HOOK.
597
2076c72b
MS
5982002-01-28 Michael Snyder <msnyder@redhat.com>
599
600 * regcache.c (legacy_read_register_gen): Need to be able to
601 read pseudo-register as well as real register.
602 (legacy_write_register_gen): Ditto.
603
8fcc723b
AC
6042002-01-28 Andrew Cagney <ac131313@redhat.com>
605
606 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
607 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
608 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
609 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
610 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
611 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
612 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
613 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
614 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
615 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
616 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
617 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
618 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
619 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
620 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
621 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
622 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
623 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
624 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
625 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
626
afe64c1a
AC
6272002-01-28 Andrew Cagney <ac131313@redhat.com>
628
629 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
630 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
631 (initialize_current_architecture): Update target_byte_order using
632 information from BFD.
afe64c1a
AC
633 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
634 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
635
75bc7ddf
AC
6362002-01-28 Andrew Cagney <ac131313@redhat.com>
637
638 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
639 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
640
641 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
642 #ifdef INVALID_FLOAT.
643 * infcmd.c (do_registers_info): Ditto.
644 * values.c (unpack_double): Ditto. Add comment.
645
646 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
647 already commented out.
648
0280a90a
AS
6492002-01-26 Andreas Schwab <schwab@suse.de>
650
651 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
652 * m68klinux-nat.c: Update ptrace interface for fetching/storing
653 registers and add support for PTRACE_GETREGS.
654
7072a954
AC
6552002-01-24 Andrew Cagney <ac131313@redhat.com>
656
657 GDB 5.1.1 released from 5.1 branch.
658 * NEWS: Add 5.1.1 news.
659 * README: Sync with 5.1 branch.
660
86f902e0
FF
6612002-01-23 Fred Fish <fnf@redhat.com>
662
663 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
664 stabstring on initial malloc. Reallocing will copy it for us,
665 if necessary.
666
8af51c36
EZ
6672002-01-23 Elena Zannoni <ezannoni@redhat.com>
668
669 * Makefile.in (hpread_h): Delete.
670 (HFILES_NO_SRCDIR): Remove hpread.h.
671 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
672 (hpread.o): Update dependencies.
673 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
674
675 * hp-psymtab-read.c: Remove file.
676 * hp-symtab-read.c: Remove file.
677 * hpread.h: Remove file.
678
679 * hpread.c: Merge all contents of hp-psymtab-read.c,
680 hp-symtab-read.c and hpread.h into this file, as it was prior to
681 January 1999.
682
683 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
684 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
685 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
686 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
687
dc5cfeb6
EZ
6882002-01-23 Elena Zannoni <ezannoni@redhat.com>
689
690 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
691 fill_gregset): Call gdbarch_tdep() just once, assign result to
692 variable and use that, instead of calling the function several
693 times.
694
ea87b71b
AO
6952002-01-24 Alexandre Oliva <aoliva@redhat.com>
696
697 * configure.host: Accept sparcv9 as alias for sparc64.
698 * configure.tgt: Likewise.
699
13fc0c2f
KB
7002002-01-22 Kevin Buettner <kevinb@redhat.com>
701
702 * solib-aix5.c (build_so_list_from_mapfile)
703 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
704 arguments is not reversed.
705 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
706 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
707
7bd872fe
EZ
7082002-01-22 Elena Zannoni <ezannoni@redhat.com>
709
710 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
711 modified version of obsolete sh_fetch_pseudo_register.
712 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
713 (sh4_register_read): New function.
714 (sh_pseudo_register_write): New function. Renamed and modified
715 version of obsolete sh_store_pseudo_register.
716 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
717 (sh4_register_write): New function.
718 (sh_gdbarch_init): Remove setting of gdbarch function
719 fetch_pseudo_register and store_pseudo_register. Remove setting of
720 register_convert_to_raw, register_convert_to_virtual,
721 register_convertible.
722 (sh_sh4_register_convertible): Delete. No longer needed. All is
723 taken care by architecture specific functions
724 register_read/register_write.
725 (sh_sh4_register_convert_to_virtual): Make static.
726 (sh_sh4_register_convert_to_raw): Ditto.
727
069e84fd
AC
7282002-01-22 Andrew Cagney <ac131313@redhat.com>
729
730 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
731 (floatformat_is_nan, floatformat_mantissa): Ditto.
732
733 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
734 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
735 builtin_type_ieee_double_little,
736 builtin_type_ieee_double_littlebyte_bigword,
737 builtin_type_m68881_ext, builtin_type_i960_ext,
738 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
739 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
740 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
741 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
742
211a4f69
CV
7432002-01-22 Corinna Vinschen <vinschen@redhat.com>
744
745 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
746 parameter. Set frameless flag if it exists and depended of
747 whether the scanned function is frameless or not.
748 (xstormy16_skip_prologue): If function is frameless, return
749 result of xstormy16_scan_prologue().
750 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
751 call.
752
f81353e4
EZ
7532002-01-21 Elena Zannoni <ezannoni@redhat.com>
754
755 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
756 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
757 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
758 sh_sh4_register_byte, sh_sh4_register_raw_size,
759 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
760 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
761 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
762 sh_store_pseudo_register, sh_do_pseudo_register): Call
763 gdbarch_tdep() just once, assign result to variable and use that,
764 instead of calling the function several times.
765
63c73a17
MK
7662002-01-20 Mark Kettenis <kettenis@gnu.org>
767
768 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
769 macros instead of LAST_FPU_CTRL_REGNUM.
770 (store_register): Likewise.
771
39ad761d
JB
7722002-01-21 Jim Blandy <jimb@redhat.com>
773
774 * infcmd.c (run_command): Check that the `exec' target layer's BFD
775 is up-to-date before running the program, not just when a program
776 exits.
777
3d74b771
FF
7782002-01-21 Fred Fish <fnf@redhat.com>
779
780 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
781 when we have found all instructions we are looking for.
782
966fbf70
RE
7832002-01-21 Richard Earnshaw <rearnsha@arm.com>
784
785 * arm-tdep.c (arm_register_name): New function.
786 (arm_registers_names): Make static.
787 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
788 (arm_register_name): Declare.
789 (REGISTER_NAME): Use it.
790
c3b4394c
RE
7912002-01-21 Richard Earnshaw <rearnsha@arm.com>
792 Kevin Buettner <kevinb@redhat.com>
793
794 Convert arm targets to new FRAME interface.
795 * arm-tdep.c (struct frame_extra_info): Remove fsr.
796 (arm_frame_find_save_regs): Delete.
797 (arm_frame_init_saved_regs): New.
798 (arm_init_extra_frame_info): Alloacte saved_regs as required.
799 Allocate extra_info as required. Convert all uses of fsr.regs
800 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
801 to use extra_info.
802 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
803 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
804 (check_prologue_cache, save_prologue_cache): Likewise.
805 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
806 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
807 (FRAME_FIND_SAVED_REGS): Delete.
808 (arm_frame_find_saved_regs): Delete prototype.
809 (arm_frame_init_saved_regs): New prototype.
810 (FRAME_INIT_SAVED_REGS): Define.
811
61d99182
AC
8122002-01-20 Andrew Cagney <ac131313@redhat.com>
813
814 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
815
6aaea291
AC
8162002-01-20 Andrew Cagney <ac131313@redhat.com>
817
818 From Jeff Law <law@redhat.com>:
819 * infttrace.c: Include <sys/pstat.h>.
820 (child_pid_to_exec_file): Revamp. Use pstat call to get the
821 exec file if the ttrace equivalent fails.
822
15f698d2
AC
8232002-01-20 Andrew Cagney <ac131313@redhat.com>
824
825 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
826 (closeLogFile): Ditto.
827
f86ddd7c
MC
8282002-01-20 Michael Chastain <mec@shout.net>
829
830 * top.c (print_gdb_version): Bump copyright year to 2002.
831
904507ce
AC
8322002-01-20 Andrew Cagney <ac131313@redhat.com>
833
834 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
835 Zannoni and Eli Zaretskii.
836
d7f0b9ce
DJ
8372002-01-20 Daniel Jacobowitz <drow@mvista.com>
838
839 * buildsym.c: Update copyright years.
840 * c-typeprint.c: Likewise.
841 * dwarf2read.c: Likewise.
842 * f-typeprint.c: Likewise.
843 * gdbtypes.c: Likewise.
844 * gdbtypes.h: Likewise.
845 * hp-symtab-read.c: Likewise.
846 * hpread.c: Likewise.
847 * mdebugread.c: Likewise.
848 * p-typeprint.c: Likewise.
849
3fd3d7d2
AC
8502002-01-20 Andrew Cagney <ac131313@redhat.com>
851
852 * remote-sim.c (gdbsim_open): Simplify code testing the macro
853 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
854 byte-order selectable.
855 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
856 * arch-utils.c: Ditto.
857 (set_endian): Ditto.
858 (set_endian_from_file): Ditto.
859 * gdbserver/low-sim.c (create_inferior): Ditto.
860 * gdbarch.sh: Ditto.
861 * gdbarch.h: Re-generate.
862 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
863 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
864 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
865 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
866 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
867 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
868 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
869 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
870 macro definition.
871 * config/mips/tm-wince.h: Remove #undef of macro
872 TARGET_BYTE_ORDER_SELECTABLE.
873 * config/sh/tm-wince.h: Ditto.
874
b02dede2
DJ
8752002-01-20 Daniel Jacobowitz <drow@mvista.com>
876
877 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
878 member function fields. Add accessor macro
879 TYPE_FN_FIELD_ARTIFICIAL.
880 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
881 * c-typeprint.c (c_type_print_base): Skip artificial member
882 functions.
883
c3643761
DJ
8842002-01-20 Daniel Jacobowitz <drow@mvista.com>
885
886 * f-typeprint.c: Delete unused function f_type_print_args.
887 * p-typeprint.c: Delete unused function pascal_type_print_args.
888
8176bb6d
DJ
8892002-01-20 Daniel Jacobowitz <drow@mvista.com>
890
891 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
892 comment. Add ``artificial'' to ``union field_location''.
893
894 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
895
896 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
897 * mdebugread.c (parse_symbol): Likewise.
898 * stabsread.c (define_symbol): Likewise.
899 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
900 initializing TYPE_FIELD_BITPOS to n (obsolete).
901 (hpread_doc_function_type): Likewise.
902 * hpread.c (hpread_function_type): Likewise.
903
7fd60527
AC
9042002-01-20 Andrew Cagney <ac131313@redhat.com>
905
906 * configure.in (host_makefile_frag): Only require a host makefile
907 fragment when a native build.
908 * configure: Re-generate.
909
c2f05ac9
AC
9102002-01-20 Andrew Cagney <ac131313@redhat.com>
911
912 * doublest.h (floatformat_from_type): Declare.
913 * doublest.c (floatformat_from_type): New function.
914 (convert_typed_floating): Use.
915
916 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
917 call to function floatformat_from_type.
918
919 * gdbarch.sh (IEEE_FLOAT): Delete.
920 * gdbarch.h, gdbarch.c: Re-generate.
921 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
922 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
923 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
924 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
925 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
926 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
927 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
928 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
929 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
930 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
931 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
932 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
933
934 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
935 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
936 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
937 * sh-tdep.c (sh_gdbarch_init): Ditto.
938 * mips-tdep.c (mips_gdbarch_init): Ditto.
939 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
940 * cris-tdep.c (cris_gdbarch_init): Ditto.
941
abf22e64
AJ
9422002-01-20 Jiri Smid <smid@suse.cz>
943
944 * configure.host, configure.tgt: Support x86-64.
945 * NEWS: Note new target x86-64.
946
b7c4cbf8
AJ
947 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
948 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
949 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
950 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
951 x86-64-linux-nat.o): Fix dependencies.
952
82600034
AC
9532002-01-19 Andrew Cagney <ac131313@redhat.com>
954
955 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
956 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
957 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
958 * config/sparc/xm-sun4os4.h: Delete file.
959 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 960
bbe5c628
AC
9612002-01-19 Andrew Cagney <ac131313@redhat.com>
962
963 * config/sparc/sparclynx.mh (XM_FILE): Delete.
964 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
965 * config/m68k/m68klynx.mh (XM_FILE): Delete.
966 * config/i386/i386lynx.mh (XM_FILE): Delete.
967 * config/rs6000/xm-rs6000ly.h: Delete file.
968 * config/sparc/xm-sparclynx.h: Delete file.
969 * config/m68k/xm-m68klynx.h: Delete file.
970 * config/i386/xm-i386lynx.h: Delete file.
971 * config/xm-lynx.h: Delete file.
972 * config/djgpp/fnchange.lst: Update.
973
f8453e34
JT
9742002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
975
976 * alpha-tdep.c (alpha_register_byte): New function.
977 (alpha_register_raw_size): Ditto.
978 (alpha_register_virtual_size): Ditto.
979 (alpha_skip_prologue_internal): Renamed from
980 alpha_skip_prologue.
981 (alpha_skip_prologue): New version that calls
982 alpha_skip_prologue_internal.
983 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
984 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
985 second argument from alpha_skip_prologue.
986 (REGISTER_BYTE): Use alpha_register_byte.
987 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
988 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
989 (FRAMELESS_FUNCTION_INVOCATION): Use
990 generic_frameless_function_invocation_not.
991 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
992 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
993
52d9e613
AC
9942002-01-19 Andrew Cagney <ac131313@redhat.com>
995
996 * config/mips/xm-news-mips.h: Delete file.
997 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
998
999 * config/m88k/xm-m88k.h: Delete file.
1000 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1001 * config/m88k/xm-delta88v4.h: Ditto.
1002 * config/m88k/xm-delta88.h: Ditto.
1003
1004 * config/alpha/xm-fbsd.h: Delete file.
1005 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1006
1007 * config/sparc/xm-sparc.h: Delete file.
1008 * Makefile.in (xm-sun4os4.h): Delete dependency.
1009 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1010 * config/sparc/xm-sun4os4.h: Ditto.
1011 * config/sparc/xm-linux.h: Ditto.
1012
1013 * config/i386/xm-windows.h: Delete file.
1014
2d1b2124
AC
10152002-01-19 Andrew Cagney <ac131313@redhat.com>
1016
1017 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1018 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1019
ee1f65f0
JT
10202002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1021
1022 * alpha-tdep.c (alpha_call_dummy_words): New.
1023 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1024 (CALL_DUMMY_P): Define.
1025 (CALL_DUMMY_WORDS): Define.
1026 (SIZEOF_CALL_DUMMY_WORDS): Define.
1027
98081e55
PB
10282002-01-19 Per Bothner <per@bothner.com>
1029
1030 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1031 isn't NULL, which can happen with some gcj-3.x-produced code.
1032
0d056799
JT
10332002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1034
1035 * alpha-tdep.c (alpha_register_virtual_type): New function.
1036 (alpha_init_frame_pc_first): Ditto.
1037 (alpha_fix_call_dummy): Ditto.
1038 (alpha_store_struct_return): Ditto.
1039 (alpha_extract_struct_value_address): Ditto.
1040 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1041 alpha_register_virtual_type.
1042 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1043 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1044 alpha_extract_struct_value_address.
1045 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1046 (INIT_FRAME_PC): Use init_frame_pc_noop.
1047 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1048
4604bcad
MK
10492002-01-19 Mark Kettenis <kettenis@gnu.org>
1050
1051 * i386gnu-nat.c: Include "i386-tdep.h".
1052 (fetch_fpregs): Simplify code dealing with uninitialized floating
1053 point states such that it doesn't require FP7_REGNUM.
1054
140f9984
JT
10552002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1056
abf22e64
AJ
1057 * alpha-tdep.c (frame_extra_info): New.
1058 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1059 frame->extra_info.
1060 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1061 (alpha_frame_saved_pc): Use frame->extra_info.
1062 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1063 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1064 (init_extra_frame_info): Rename to...
1065 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1066 (alpha_print_extra_frame_info): New function.
140f9984
JT
1067 (alpha_frame_locals_address): Ditto.
1068 (alpha_frame_args_address): Ditto.
abf22e64 1069 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1070 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1071 alpha_frame_args_address.
abf22e64 1072 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1073 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1074 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1075 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1076 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1077 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1078
d734c450
JT
10792002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1080
1081 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1082 (alpha_cannot_fetch_register): Ditto.
1083 (alpha_cannot_store_register): Ditto.
1084 (alpha_register_convertible): Ditto.
1085 (alpha_use_struct_convention): Ditto.
1086 * config/alpha/tm-alpha.h: Update copyright years.
1087 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1088 (INNER_THAN): Use core_addr_lessthan.
1089 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1090 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1091 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1092 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1093 (FRAME_CHAIN): Remove unnecessary cast.
1094
b4ceaee6
AC
10952002-01-18 Andrew Cagney <ac131313@redhat.com>
1096
1097 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1098 obsolete.
1099
0a65a603
AC
11002002-01-18 Andrew Cagney <ac131313@redhat.com>
1101
1102 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1103 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1104 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1105 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1106 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1107 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1108 * x86-64-linux-nat.c: Ditto.
1109
636a6dfc
JT
11102002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1111
abf22e64 1112 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1113 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1114 (REGISTER_NAME): Define.
1115
acceddb6
JT
11162002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1117
1118 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1119
ec32e4be
JT
11202002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1121
1122 * alpha-tdep.c: Update copyright years.
1123 (alpha_next_pc): New function.
1124 (alpha_software_single_step): Ditto.
1125 * config/alpha/tm-alpha.h: Add prototype for
1126 alpha_software_single_step.
1127
e771a871
JT
11282002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1129
1130 * alphabsd-nat.c: Update copyright years.
1131 (fill_gregset): Use regcache_collect.
1132 (fill_fpregset): Likewise.
1133 (fetch_inferior_registers): Only fetch integer registers
1134 if requested to do so.
1135 (store_inferior_registers): Only store integer registers
1136 if requested to do so.
1137
7708fa01
AC
11382002-01-17 Andrew Cagney <ac131313@redhat.com>
1139
1140 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1141 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1142 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1143 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1144 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1145 * config/arm/linux.mh (XDEPFILES): Delete.
1146 * config/arm/nbsd.mh (XDEPFILES): Delete.
1147 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1148 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1149 * config/i386/i386m3.mh (XDEPFILES): Delete.
1150 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1151 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1152 * config/i386/fbsd.mh (XDEPFILES): Delete.
1153 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1154 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1155 * config/i386/i386v4.mh (XDEPFILES): Delete.
1156 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1157 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1158 * config/i386/i386aix.mh (XDEPFILES): Delete.
1159 * config/i386/go32.mh (XDEPFILES): Delete.
1160 * config/i386/cygwin.mh (XDEPFILES): Delete.
1161 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1162 * config/i386/i386mach.mh (XDEPFILES): Delete.
1163 * config/i386/i386v32.mh (XDEPFILES): Delete.
1164 * config/i386/linux.mh (XDEPFILES): Delete.
1165 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1166 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1167 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1168 * config/i386/i386sco.mh (XDEPFILES): Delete.
1169 * config/i386/i386v.mh (XDEPFILES): Delete.
1170 * config/i386/nbsd.mh (XDEPFILES): Delete.
1171 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1172 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1173 * config/i386/symmetry.mh (XDEPFILES): Delete.
1174 * config/i386/obsd.mh (XDEPFILES): Delete.
1175 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1176 * config/ia64/linux.mh (XDEPFILES): Delete.
1177 * config/ia64/aix.mh (XDEPFILES): Delete.
1178 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1179 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1180 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1181 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1182 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1183 * config/m68k/linux.mh (XDEPFILES): Delete.
1184 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1185 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1186 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1187 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1188 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1189 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1190 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1191 * config/m88k/delta88.mh (XDEPFILES): Delete.
1192 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1193 * config/m88k/m88k.mh (XDEPFILES): Delete.
1194 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1195 * config/mips/linux.mh (XDEPFILES): Delete.
1196 * config/mips/irix6.mh (XDEPFILES): Delete.
1197 * config/mips/irix5.mh (XDEPFILES): Delete.
1198 * config/mips/irix4.mh (XDEPFILES): Delete.
1199 * config/mips/irix3.mh (XDEPFILES): Delete.
1200 * config/mips/decstation.mh (XDEPFILES): Delete.
1201 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1202 (NATDEPFILES): Move core-aout.o to here.
1203 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1204 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1205 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1206 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1207 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1208 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1209 * config/pa/hpux11.mh (XDEPFILES): Delete.
1210 * config/powerpc/aix.mh (XDEPFILES): Delete.
1211 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1212 * config/powerpc/linux.mh (XDEPFILES): Delete.
1213 * config/romp/rtbsd.mh: Rename XDEPFILES.
1214 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1215 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1216 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1217 * config/s390/s390.mh (XDEPFILES): Delete.
1218 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1219 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1220 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1221 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1222 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1223 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1224 * config/sparc/linux.mh (XDEPFILES): Delete.
1225 * config/vax/vaxult.mh (XDEPFILES): Delete.
1226 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1227 * Makefile.in (DEPFILES): Remove XDEPFILES.
1228
375fc983
AC
12292002-01-17 Andrew Cagney <ac131313@redhat.com>
1230
1231 * utils.c (internal_verror): Fix comments, default is yes not no.
1232 Update queries to match. Default to quit and dump core.
1233
8926118c
AC
12342002-01-17 Andrew Cagney <ac131313@redhat.com>
1235
1236 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1237 copyright.
1238 * defs.h, event-top.c, gdbcmd.h: Ditto.
1239 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1240 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1241 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1242 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1243 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1244 * mi/mi-main.c:Ditto.
1245
1246 * stack.c, symfile.c: Update copyright.
1247
45b7b345
DJ
12482002-01-17 Daniel Jacobowitz <drow@mvista.com>
1249
db728ff7
DJ
1250 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1251 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1252 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1253 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 1254
db728ff7
DJ
12552002-01-17 Daniel Jacobowitz <drow@mvista.com>
1256
1257 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1258 * gdbserver/low-lynx.c (myattach): Likewise.
1259 * gdbserver/low-nbsd.c (myattach): Likewise.
1260 * gdbserver/low-sim.c (myattach): Likewise.
1261 * gdbserver/low-sparc.c (myattach): Likewise.
1262 * gdbserver/low-sun3.c (myattach): Likewise.
1263
1264 * gdbserver/low-linux.c (myattach): New function.
45b7b345 1265
db728ff7 1266 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
1267 (main): Handle "--attach".
1268
8de3c354
AC
12692002-01-16 Andrew Cagney <ac131313@redhat.com>
1270
1271 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1272 maintainer.
1273
b0129042
DJ
12742002-01-15 Daniel Jacobowitz <drow@mvista.com>
1275
1276 * c-typeprint.c (is_type_conversion_operator): Add additional
1277 check for non-conversion operators.
1278
ba8679fb 12792002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
1280
1281 * linux-proc.c: Add "info proc" command, a la procfs.c.
1282 (read_mapping): New function, abstract and re-use code.
1283 (linux_find_memory_regions): Use new func read_mapping.
1284 (linux_info_proc_cmd): New function, implement "info proc".
1285 (_initialize_linux_proc): Add new command "info proc".
1286
e4f9b4d5
MS
12872002-01-15 Michael Snyder <msnyder@redhat.com>
1288
1289 * symfile.c (generic_load): Use bfd_map_over_sections method
1290 instead of manipulating bfd structure members directly.
1291 (add_section_size_callback): New function, bfd sections callback
1292 used by generic_load.
1293 (load_sections_callback): New function, bfd sections callback
1294 used by generic_load.
1295
08cf96df
EZ
12962002-01-15 Elena Zannoni <ezannoni@redhat.com>
1297
abf22e64 1298 [Based on work by Jim Blandy]
08cf96df
EZ
1299 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1300 (builtin_type_vec128): Export.
1301 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1302 types.
1303 (builtin_type_vec128): New builtin type for 128 bit vector
1304 registers.
1305 (build_gdbtypes): Initialize builtin_type_v16qi and
1306 builtin_type_v8hi. Create the vec128 register builtin type
1307 structure.
1308 (build_builtin_type_vec128): New function.
abf22e64 1309 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
1310 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1311 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1312 AltiVec register to new builtin type.
1313
d7242108
DJ
13142001-01-15 Daniel Jacobowitz <drow@mvista.com>
1315
1316 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1317 to make_cv_type.
1318
4ee3352d
AC
13192002-01-14 Andrew Cagney <ac131313@redhat.com>
1320
1321 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1322 CLEAN_UP_REGISTER_VALUE.
1323 * regcache.c (supply_register): Update only call.
1324
f015b2e7
AC
13252002-01-14 Andrew Cagney <ac131313@redhat.com>
1326
1327 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1328 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1329 a29k-*-vxworks* targets as obsolete.
1330
356ae49d
MS
13312002-01-14 Michael Snyder <msnyder@redhat.com>
1332
1333 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1334 until we can resolve portability issues.
1335 * gregset.h: Remove references to fpxregs.
1336 * gcore.c (gcore_command): Initialize note_sec to NULL.
1337
ade8f45e
AC
13382002-01-13 Andrew Cagney <ac131313@redhat.com>
1339
1340 * signals.c (target_signal_to_name): Rewrite. Only use
1341 signals[].name when in bounds and non-NULL.
abf22e64 1342
89c49e7a
AC
13432002-01-13 Andrew Cagney <ac131313@redhat.com>
1344
1345 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1346 * signals.c (target_signal_to_name): Verify that SIG is within the
1347 bounds of the signals array.
1348
4daa9f9f
AC
13492002-01-13 Andrew Cagney <ac131313@redhat.com>
1350
1351 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1352
ba4bbdcb
KS
13532002-01-13 Keith Seitz <keiths@redhat.com>
1354
1355 * stack.c (print_frame_info_base): Print the frame's pc
1356 only if when print_frame_info_listing_hook is not defined.
1357
575bbeb6
KS
13582002-01-13 Keith Seitz <keiths@redhat.com>
1359
1360 * varobj.c (varobj_set_value): Make sure that there were no
1361 errors evaluating the object before attempting to set its
1362 value.
1363 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1364 so this offset adjustment is no longer necessary.
1365 (create_child): Don't set the error flag if the child is
1366 a CPLUS_FAKE_CHILD.
1367 (value_of_child): If value_fetch_lazy fails, return NULL
1368 so that callers will be notified that an error occurred.
1369 (c_value_of_variable): Delay check of variable's validity
1370 until later. We actually want all structs and unions to have
1371 the value "{...}".
1372 Do not return "???" for variables which could not be evaluated.
1373 This error condition must be returned to the caller so that it
1374 can get the error condition from gdb.
1375 (cplus_name_of_child): Adjust index for vptr before figuring
1376 out the name of the child.
1377 (cplus_value_of_child): If a child's (real) parent is not valid,
1378 don't even bother trying to give a value for it. Just return
1379 an error. Change all instances in this function.
1380 (cplus_type_of_child): If our parent is one of the "fake"
1381 parents, we need to get at the type of the real parent, and
1382 derive the child's true type using this information.
1383
b76898ab
AC
13842002-01-13 Andrew Cagney <ac131313@redhat.com>
1385
1386 From 2002-01-09 John Marshall <johnm@falch.net>:
1387 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1388 sources.redhat.com, and tweak some related URLs which had
1389 suffered from linkrot.
1390
b6649e88
AC
13912002-01-13 Andrew Cagney <ac131313@redhat.com>
1392
1393 From Jeff law:
1394 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1395 structures passed in registers.
1396
82cc5033
EZ
13972002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1398
1399 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1400 white space which prevented compilation. Reported by DSK
1401 <dsk@student.unsw.edu.au>.
1402
ba5f2f8a
MS
14032002-01-11 Michael Snyder <msnyder@redhat.com>
1404
fbd35540
MS
1405 * symfile.c (build_section_addr_info_from_section_tab):
1406 Use bfd access method instead of manipulating bfd directly.
1407 (syms_from_objfile): Ditto.
1408 (simple_overlay_update_1): Ditto.
1409 (simple_overlay_update): Ditto.
1410 (generic_load): Ditto.
1411 (overlay_unmapped_address): FIXME comment, bfd access methods.
1412 (sections_overlap): FIXME comment, bfd access methods.
1413 (pc_in_mapped_range): FIXME comment, bfd access methods.
1414 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1415 (section_is_mapped): FIXME comment, bfd access methods.
1416 (section_is_overlay): FIXME comment, bfd access methods.
1417
ba5f2f8a
MS
1418 * symfile.c (generic_load): Whitespace and long line cleanups.
1419 Remove duplicate variable, change several local variables to
1420 more appropriate data types.
1421 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1422
17df2af6
AC
14232002-01-12 Andrew Cagney <ac131313@redhat.com>
1424
1425 From Peter Schauer:
1426 * language.c (longest_local_hex_string_custom): Use phex_nz to
1427 convert NUM to a hex string.
1428
ec920329
EZ
14292002-01-12 Elena Zannoni <ezannoni@redhat.com>
1430
1431 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1432 the function.
538a76d6 1433 Update Copyright year.
ec920329 1434
3abd2e01
AC
14352002-01-12 Andrew Cagney <ac131313@redhat.com>
1436
1437 * language.c (longest_raw_hex_string): Delete unused function.
1438
b21b22e0
PS
14392002-01-11 Petr Sorfa <petrs@caldera.com>
1440
1441 * MAINTAINERS (write-after-approval): Add myself.
1442 * dwarf2read.c (read_tag_string_type): Handling of
1443 DW_AT_byte_size.
1444 (read_tag_string_type): FORTRAN fix to prevent propagation of
1445 first string size.
1446 (set_cu_language): Handling of DW_LANG_Fortran95
1447
747fe712
RE
14482002-01-11 Richard Earnshaw <rearnsha@arm.com>
1449
1450 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1451 GETPID(inferior_ptid).
1452 (store_inferior_registers): Likewise.
1453
f1bea926
JM
14542002-01-10 Jason Merrill <jason@redhat.com>
1455
1456 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1457 Fix DW_OP_minus.
1458
ae940673
AC
14592002-01-10 Andrew Cagney <ac131313@redhat.com>
1460
1461 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1462 and bfd/elf32-sh-nbsd.c.
1463
00546b04
MS
14642002-01-10 Michael Snyder <msnyder@redhat.com>
1465
352ed7b4
MS
1466 * NEWS: Mention --pid and corefile/proc-id behavior change.
1467
c18be923
MS
1468 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1469 * gcore.c: Include cli/cli-decode.h instead of command.h.
1470
00546b04
MS
1471 * main.c (captured_main): Add new command line option "--pid".
1472 If the second command line argument (following the symbol-file)
1473 begins with a digit, try to attach to it before trying to open
1474 it as a corefile.
1475 (print_gdb_help): Document the "--pid" argument.
1476
db60ec62
EZ
14772002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1478
1479 * completer.c (command_completer): New function.
1480
1481 * completer.h <command_completer>: Add prototype.
1482
1483 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1484 completer for the "help" command.
1485
39c22d1a
JM
14862002-01-09 Jason Merrill <jason@redhat.com>
1487
1488 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1489
c564377f
MS
14902002-01-09 Michael Snyder <msnyder@redhat.com>
1491
975aec09
MS
1492 * i386-linux-nat.c (fill_fpxregset): Make global.
1493 (store_fpxregset): Ditto.
1494
db4a10fa
MS
1495 * gregset.h (gdb_fpxregset_t): Define.
1496 (supply_fpxregset): Prototype.
1497 (fill_fpxregset): Prototype.
1498
c564377f
MS
1499 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1500
c3d45d70
RE
15012002-01-09 Richard Earnshaw <rearnsha@arm.com>
1502
1503 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1504 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1505 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1506
fcc87af1
AC
15072002-01-09 Andrew Cagney <ac131313@redhat.com>
1508
1509 * MAINTAINERS: Update target maintainer rules so that any
1510 Maintainer can approve a tested patch for a maintenance-only
1511 target.
1512
dd96c05b
RE
15132002-01-09 Richard Earnshaw <rearnsha@arm.com>
1514
d4297db9 1515 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 1516
d4297db9 1517 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
1518 IN_SIGTRAMP.
1519
145fdc6e
MS
15202002-01-08 Michael Snyder <msnyder@redhat.com>
1521
1522 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1523 real name of the executable, rather than the /proc name.
1524
be4d1333
MS
15252002-01-03 Michael Snyder <msnyder@redhat.com>
1526
1527 Implement a "generate-core-file" command in gdb, save target state.
1528 * gcore.c: New file. Implement new command 'generate-core-file'.
1529 Save a corefile image of the current state of the inferior.
1530 * linux-proc.c: Add linux-specific code for saving corefiles.
1531 * target.h (struct target_ops): Add new target vectors for saving
1532 corefiles; to_find_memory_regions and to_make_corefile_notes.
1533 (target_find_memory_regions): New macro.
1534 (target_make_corefile_notes): New macro.
1535 * target.c (update_current_target): Inherit new target methods.
1536 (dummy_find_memory_regions): New place-holder method.
1537 (dummy_make_corefile_notes): New place-holder method.
1538 (init_dummy_target): Initialize new dummy target vectors.
1539 * exec.c (exec_set_find_memory_regions): New function.
1540 Allow the exec_ops vector for memory regions to be taken over.
1541 (exec_make_note_section): New function, target vector method.
1542 * defs.h (exec_set_find_memory_regions): Export prototype.
1543 * procfs.c (proc_find_memory_regions): New function, corefile method.
1544 (procfs_make_note_section): New function, corefile method.
1545 (init_procfs_ops): Set new target vector pointers.
1546 (find_memory_regions_callback): New function.
1547 (procfs_do_thread_registers): New function.
1548 (procfs_corefile_thread_callback): New function.
1549 * sol-thread.c (sol_find_memory_regions): New function.
1550 (sol_make_note_section): New function.
1551 (init_sol_thread_ops): Initialize new target vectors.
1552 * inftarg.c (inftarg_set_find_memory_regions): New function.
1553 Allow to_find_memory_regions vector to be taken over.
1554 (inftarg_set_make_corefile_notes): New function.
1555 Allow to_make_corefile_notes vector to be taken over.
1556 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1557 interface layer if not target_has_execution (may be a corefile).
1558 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1559 * config/sparc/sun4sol2.mh: Ditto.
1560 * config/alpha/alpha-linux.mh: Ditto.
1561 * config/arm/linux.mh: Ditto.
1562 * config/i386/x86-64linux.mh: Ditto.
1563 * config/ia64/linux.mh: Ditto.
1564 * config/m68k/linux.mh: Ditto.
1565 * config/mips/linux.mh: Ditto.
1566 * config/powerpc/linux.mh: Ditto.
1567 * config/sparc/linux.mh: Ditto.
1568
c6b92abd
MS
15692002-01-07 Michael Snyder <msnyder@redhat.com>
1570
1571 * arm-linux-nat.c: Remove references to regcache.c internal data
1572 (registers[] and register_valid[]).
1573
4b09dc8c
MS
15742002-01-07 Michael Snyder <msnyder@redhat.com>
1575
abf22e64
AJ
1576 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1577 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
1578 symbol file and shlibs.
1579 * Makefile.in: Add rule for linux-proc.o.
1580 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1581 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1582 * config/arm/linux.mh: Ditto.
1583 * config/i386/linux.mh: Ditto.
1584 * config/i386/x86-64linux.mh: Ditto.
1585 * config/ia64/linux.mh: Ditto.
1586 * config/m68k/linux.mh: Ditto.
1587 * config/mips/linux.mh: Ditto.
1588 * config/powerpc/linux.mh: Ditto.
1589 * config/sparc/linux.mh: Ditto.
1590
c25b74ac
PM
15912002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1592
1593 * win32-nat.c: Add i386-tdep.h dependency.
1594
94cd915f
MS
15952002-01-07 Michael Snyder <msnyder@redhat.com>
1596
c7cccb76
MS
1597 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1598 instead of bfd_get_arch_size. Don't bail out just because
1599 there's no exec_bfd.
abf22e64 1600
34c0bd93
MS
1601 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1602 * p-valprint.c (pascal_object_print_value): Ditto.
1603 * somread.c (som_symtab_read): Ditto.
1604 * symfile.c (simple_free_overlay_region_table): Ditto.
1605 * valops.c (value_assign): Ditto.
1606
21c1c920
MS
1607 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1608 use tilde_expand and strerror for opening save-tracepoints file.
1609
5bbd998e
MS
1610 * thread-db.c (thread_db_new_objfile): Indendation fix.
1611
94cd915f
MS
1612 * infptrace.c (GDB_MAX_ALLOCA): New define.
1613 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 1614 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
1615 can be overridden with whatever value is appropriate to the host).
1616 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1617 alloca to allocate potentially large buffer.
1618 * rs6000-nat.c (child_xfer_memory): Ditto.
1619 * symm-nat.c (child_xfer_memory): Ditto.
1620 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1621
494e8a93
JSC
16222002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1623
1624 From Nick Clifton <nickc@redhat.com>
1625 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1626
d0e1d48e
MS
16272002-01-07 Michael Snyder <msnyder@redhat.com>
1628
abf22e64 1629 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
1630 Don't use exec_bfd if it's NULL.
1631
290b2c7a
MK
16322002-01-06 Mark Kettenis <kettenis@gnu.org>
1633
abf22e64 1634 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 1635
aef21287
AC
16362002-01-06 Andrew Cagney <ac131313@redhat.com>
1637
1638 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1639 * gnu-nat.c: Ditto.
1640
30efa627
AC
16412002-01-06 Andrew Cagney <ac131313@redhat.com>
1642
1643 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1644 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1645 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1646 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1647 z8k-coff have not been multi-arched. Update z8k-coff build
1648 status.
1649
9b4ff276
AC
16502002-01-06 Andrew Cagney <ac131313@redhat.com>
1651
1652 * MAINTAINERS: Mark a29k target as obsolete.
1653 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1654 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1655 comments.
1656 * NEWS: Note that a29k targets are obsolete.
1657 * a29k-tdep.c: Mark as obsolete.
1658 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1659 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1660 a29k-*-vxworks* targets as obsolete.
1661 * remote-adapt.c: Obsolete.
1662 * remote-eb.c: Obsolete.
1663 * remote-mm.c: Obsolete.
1664 * remote-udi.c: Obsolete.
1665 * config/a29k/a29k-udi.mt: Obsolete.
1666 * config/a29k/a29k.mt: Obsolete.
1667 * config/a29k/tm-a29k.h: Obsolete.
1668 * config/a29k/tm-vx29k.h: Obsolete.
1669 * config/a29k/vx29k.mt: Obsolete.
1670
a9011d31
AC
16712002-01-05 Andrew Cagney <ac131313@redhat.com>
1672
1673 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1674 with BFD_ENDIAN_BIG.
1675
9299404e
AC
16762002-01-05 Andrew Cagney <ac131313@redhat.com>
1677
1678 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1679 * configure, config.in: Re-generate.
1680 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1681 * defs.h: Do not include <endian.h>.
1682
7e89e357
JT
16832002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1684
1685 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1686 * config.in: Regenerate.
1687 * configure.in: Update copyright years.
1688 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1689 * configure: Regenerate.
1690 * i386bsd-nat.c: Update copyright years.
1691 (fill_gregset): Use regcache_collect.
1692 (fetch_inferior_registers): Only fetch integer registers
1693 if requested to do so. Add support for XMM registers
1694 using PT_GETXMMREGS.
1695 (store_inferior_registers): Only store integer registers
1696 if requested to do so. Add support for XMM registers
1697 using PT_SETXMMREGS.
1698 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1699 (store_inferior_registers): Remove.
1700 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1701 (fetch_elfcore_registers): New function.
1702 (i386nbsd_elfcore_fns): New.
1703 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1704 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1705 i386bsd-nat.o.
1706 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1707 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1708 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1709 * config/i386/tm-nbsd.h: Update copyright years.
1710 (HAVE_SSE_REGS): Define.
1711 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1712 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1713 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1714 (SIGCONTEXT_PC_OFFSET): Remove.
1715 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1716
a752853e
AC
17172002-01-05 Andrew Cagney <ac131313@redhat.com>
1718
1719 * configure.tgt: Remove powerpc-*-macos* target.
1720 * config/m68k/xm-mpw.h: Delete file.
1721 * config/xm-mpw.h: Delete file.
1722 * ser-mac.c: Delete file.
1723 * mpw-make.sed: Delete file.
1724 * mpw-config.in: Delete file.
1725 * mac-xdep.c: Delete file.
1726 * mac-gdb.r: Delete file.
1727 * mac-defs.h: Delete file.
1728 * mac-nat.c: Delete file.
1729 * config/powerpc/macos.mh: Delete file.
1730 * config/powerpc/macos.mt: Delete file.
1731 * config/powerpc/nm-macos.h: Delete file.
1732 * config/powerpc/tm-macos.h: Delete file.
1733 * source.c (openp, open_source_file): Remove obsolete code.
1734 * top.c (gdb_readline): Ditto.
1735 * utils.c (query): Ditto.
1736 * event-top.c (display_gdb_prompt): Ditto.
1737 * Makefile.in (ser-mac.o): Delete obsolete target.
1738 * NEWS: Update.
1739
d7449b42
AC
17402002-01-04 Andrew Cagney <ac131313@redhat.com>
1741
1742 * defs.h (BIG_ENDIAN): Delete macro definition.
1743 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1744 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1745 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1746 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1747 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1748 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1749 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1750 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1751 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1752 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1753 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1754 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1755 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1756 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1757 * gdbarch.c: Re-generate.
1758
356374e8
DJ
17592002-01-04 Daniel Jacobowitz <drow@mvista.com>
1760
1761 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1762 for core files.
1763
a2b8f8f8
JT
17642002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1765
1766 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1767
12466af9
AC
17682002-01-04 Andrew Cagney <ac131313@redhat.com>
1769
1770 * value.h (value_ptr): Delete typedef.
1771
3549ab40
JT
17722002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1773
1774 * i386nbsd-nat.c: Update copyright years.
1775 Include i386-tdep.h.
1776
fedbd091
EZ
17772002-01-04 Elena Zannoni <ezannoni@redhat.com>
1778
1779 * stabsread.c: Update copyright years.
1780
1781 From Debashis Mahata <debashis.mahata@wipro.com>:
1782 (read_struct_fields): Deal with Sun C compiler erroneous stab
1783 output for structs and unions.
fec8b34f 1784 Fix PR gdb/269.
fedbd091 1785
eb43544b
DJ
17862002-01-04 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1789 prototype.
1790
1514d34e
DJ
17912002-01-04 Daniel Jacobowitz <drow@mvista.com>
1792
1793 * cp-abi.c: Fix whitespace.
1794 (baseclass_offset): New wrapper function.
1795 * cp-abi.h (baseclass_offset): Add prototype.
1796 (struct cp_abi_ops): Add baseclass_offset pointer.
1797
1798 * valops.c (vb_match): Move to...
1799 * gnu-v2-abi.c (vb_match): here.
1800 * valops.c (baseclass_offset): Move to...
1801 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1802
1803 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1804
1805 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1806 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1807 * hpacc-abi.c (init_hpacc_ops): Likewise.
1808
7f8c9282
DJ
18092002-01-04 Daniel Jacobowitz <drow@mvista.com>
1810
1811 * valops.c (find_overload_match): Accept obj as a
1812 reference parameter. Update it before returning.
1813 * value.h (find_overload_match): Update prototype.
1814 * eval.c (evaluate_subexp_standard): Pass object to
1815 find_overload_match by reference.
1816
f23631e4
AC
18172002-01-03 Andrew Cagney <ac131313@redhat.com>
1818
1819 * valarith.c: Replace value_ptr with struct value pointer. Remove
1820 register attribute from value declarations.
1821 * valops.c: Ditto.
1822 * value.h: Ditto.
1823 * scm-lang.c (scm_lookup_name): Ditto.
1824
79e10fab 18252002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 1826
79e10fab
AC
1827 Abstract the functionality of iterating over mapped memory
1828 regions into a general purpose iterator function.
abf22e64 1829 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
1830 iterator for memory sections.
1831 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1832 (solib_mappings_callback): New function, callback for above.
1833 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1834 (info_mappings_callback): New function, callback for above.
1835
1836 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1837
c5ad026a
MK
18382002-01-01 Mark Kettenis <kettenis@gnu.org>
1839
d2a7c97a
MK
1840 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1841 * i386-tdep.c: Include "elf-bfd.h".
1842 (process_note_abi_tag_sections): New function.
1843 (i386_gdbarch_init): Add code to recognize various OS/ABI
1844 combinations.
1845
c5ad026a
MK
1846 * maint.c (_initialize_maint_cmds): Add missing \ in
1847 string-literal.
1848
a1a5b71e 1849For older changes see ChangeLog-2001
c906108c
SS
1850\f
1851Local Variables:
1852mode: change-log
1853left-margin: 8
1854fill-column: 74
1855version-control: never
1856End:
This page took 0.318435 seconds and 4 git commands to generate.