]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Update copyright.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
34588f23
MK
12002-02-13 Mark Kettenis <kettenis@gnu.org>
2
3 Apply missing bits of 2002-01-15 patch.
4 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
5 (fill_fpregset): Use i387_fill_fsave.
6
49b563f9
KS
72002-02-12 Keith Seitz <keiths@redhat.com>
8
9 * defs.h (core_addr_to_string_nz): New function.
10 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11 (core_addr_to_string_nz): New function.
12
aeb98c60
RE
132002-02-11 Richard Earnshaw <rearnsha@arm.com>
14
15 * arm-linux-nat.c: Really include arm-tdep.h.
16 * config/arm/tm-linux.h (struct type, struct value): Declare.
17
34e8f22d
RE
182002-02-11 Richard Earnshaw <rearnsha@arm.com>
19
20 * arm-tdep.h: New file.
21 * arm-tdep.c: Include arm-tdep.h.
22 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
23 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
24 (arm_print_float_info, arm_register_type, convert_to_extended)
25 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
26 (arm_extract_return_value, arm_register_name): Make static.
27 (arm_software_single_step): Similarly. Fix types in declaration.
28 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
29 (arm_store_return_value, arm_store_struct_return): New functions.
30 (arm_gdbarch_init): Register the above functions. Also register
31 call_dummy_start_offset, sizeof_call_dummy_words,
32 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
33 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
34 max_register_virtual_size, register_size. Set up
35 prologue_cache.saved_regs here, rather than ...
36 (_initialize_arm_tdep): ... here.
37 * config/arm/tm-arm.h (struct type, struct value): Delete forward
38 declarations.
39 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
40 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
41 (arm_print_float_info, arm_register_type, convert_to_extended)
42 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
43 (arm_extract_return_value, arm_register_name): Delete declarations.
44 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
45 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
46 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
47 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
48 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
49 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
50 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
51 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
52 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
53 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
54 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
55 (arm_get_next_pc): No-longer static -- these are needed by the RDI
56 interface.
57 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
58 * remote-rdi.c remote-rdp.c: Likewise.
59 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
60 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
61 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
62 definition.
63
64 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
65 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
66 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
67 from non-ARM_ prefixed definitions.
68 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
69 all uses of above.
70 * remote-rdi.c remote-rdp.c: Likewise.
71 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
72
148754e5
RE
732002-02-11 Richard Earnshaw <rearnsha@arm.com>
74
75 * arm-tdep.c (arm_frameless_function_invocation)
76 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
77 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
78 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
79 (arm_pop_frame, arm_get_next_pc): Make static.
80 (arm_gdbarch_init): Register above in gdbarch structure.
81 (arm_read_fp): Renamed from arm_target_read_fp.
82 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
83 * config/arm/tm-arm.h (arm_frameless_function_invocation)
84 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
85 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
86 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
87 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
88 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
89 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
90 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
91 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
92 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 93
434d2d4f
DJ
942002-02-10 Daniel Jacobowitz <drow@mvista.com>
95
96 * symtab.c (compare_search_syms): New function.
97 (sort_search_symbols): New function.
98 (search_symbols): Sort symbols after searching rather than
99 before.
100
55241689
AC
1012002-02-10 Andrew Cagney <ac131313@redhat.com>
102
103 * NEWS: Linux -> GNU/Linux.
104
028c194b
AC
1052002-02-10 Andrew Cagney <ac131313@redhat.com>
106
107 * gdbarch.sh: For for level one methods, disallow a definition
108 when partially multi-arched. Add comments explaining rationale.
109 * gdbarch.h: Re-generate.
110
6acf50cd
AC
1112002-02-10 Andrew Cagney <ac131313@redhat.com>
112
113 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
114 multi-arch partial.
115
50248794
AC
1162002-02-10 Andrew Cagney <ac131313@redhat.com>
117
118 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
119 field. Use diff -u.
120 * gdbarch.c: Re-generate.
121
c30e0066
AC
1222002-02-10 Andrew Cagney <ac131313@redhat.com>
123
9b56c5f3 124 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
125 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
126 partial.
127
6e6d6484
AC
1282002-02-10 Andrew Cagney <ac131313@redhat.com>
129
130 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
131 multi-arch partial.
132 (PUSH_ARGUMENTS): Switch to using predefault.
133 * gdbarch.c: Regenerate.
134
c203844d
AC
1352002-02-10 Andrew Cagney <ac131313@redhat.com>
136
137 * valops.c (PUSH_ARGUMENTS): Delete definition.
138 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
139 partial. Default to default_push_arguments.
140 * gdbarch.h, gdbarch.c: Regenerate.
141
b5a2688f
AC
1422002-02-09 Andrew Cagney <ac131313@redhat.com>
143
144 * defs.h (throw_exception): Rename return_to_top_level. Update
145 comments.
146 * utils.c (error_stream, internal_verror, quit): Ditto.
147 * top.c (throw_exception, catcher): Ditto.
148 * sparclet-rom.c (sparclet_load): Ditto.
149 * remote.c (interrupt_query, minitelnet): Ditto.
150 * remote-sds.c (interrupt_query): Ditto.
151 * remote-mips.c (mips_error, mips_kill): Ditto.
152 * ocd.c (interrupt_query): Ditto.
153 * monitor.c (monitor_interrupt_query): Ditto.
154 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
155 * target.h: Update comment.
156
157 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
158
2fa5c1e0
AC
1592002-02-09 Andrew Cagney <ac131313@redhat.com>
160
161 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
162 default_double_format.
163 * gdbarch.h, gdbarch.c: Re-generate.
164 * findvar.c (floatformat_unknown): Delete variable definition.
165 * doublest.h (floatformat_unknown): Delete variable declaration.
166
da966255
JB
1672002-02-09 Jim Blandy <jimb@redhat.com>
168
169 * stabsread.c (read_type): Add code to parse Sun's syntax for
170 prototyped function types.
171
123a4891
AC
1722002-02-09 Andrew Cagney <ac131313@redhat.com>
173
174 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
175 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
176
fb39c8f3
PS
1772002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
178
179 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
180 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
181 now _initialize_xcoffsolib gets called again and overrides the
182 commands from solib.c in a native configuration.
183
0b87a11d
MK
1842002-02-09 Mark Kettenis <kettenis@gnu.org>
185
186 * doublest.c (store_typed_floating): Don't try to return a value.
187 Fixes PR gdb/290.
188
bdc2fc72
JB
1892002-02-08 Jim Blandy <jimb@redhat.com>
190
191 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
192 is prototyped and has no arguments, print its argument list as
193 `(void)'.
194
da69bbcf
CD
1952002-02-08 Chris Demetriou <cgd@broadcom.com>
196
197 * MAINTAINERS (write-after-approval): Add myself.
198 (paper-trail): I've escaped!
199
b69571f5
CF
2002002-02-08 Christopher Faylor <cgf@redhat.com>
201
202 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
203 changes.
204 (_initialize_check_for_gdb_ini): Ditto.
205
f6871398
MH
2062002-02-08 Martin M. Hunt <hunt@redhat.com>
207
208 * win32-nat.c (cygwin_pid_to_str): Fix typo.
209 xaprintf -> xasprintf.
210
4e52d31c
PM
2112002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
212
213 * win32-nat.c: Remove use of printf and sprintf functions.
214
39bbf761
RE
2152002-02-08 Richard Earnshaw <rearnsha@arm.com>
216
217 * arm-tdep.c (arm_frame_chain_valid): Make static.
218 (arm_push_arguments): Likewise.
219 (arm_gdbarch_init): New function.
220 (_initialize_arm_tdep): Call it.
221 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
222 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
223 (FRAME_CHAIN_VALID): Delete.
224 (arm_frame_chain_valid): Delete declaration.
225 (PUSH_ARGUMENTS): Delete.
226 (arm_push_arguments): Delete declaration.
227 (CALL_DUMMY_P): Delete.
228
9c9532c9
CV
2292002-02-08 Andrew Cagney <ac131313@redhat.com>
230 Corinna Vinschen <vinschen@redhat.com>
231
232 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
233 on builtin float types.
234
4e8f7a8b
DJ
2352002-02-08 Daniel Jacobowitz <drow@mvista.com>
236
237 * utils.c: Include <curses.h> before "bfd.h".
238 * tui/tui-hooks.c: Likewise.
239 * tui/tui.c: Likewise.
240 * tui/tuiCommand.c: Likewise.
241 * tui/tuiData.c: Likewise.
242 * tui/tuiDataWin.c: Likewise.
243 * tui/tuiDisassem.c: Likewise.
244 * tui/tuiGeneralWin.c: Likewise.
245 * tui/tuiIO.c: Likewise.
246 * tui/tuiLayout.c: Likewise.
247 * tui/tuiRegs.c: Likewise.
248 * tui/tuiSource.c: Likewise.
249 * tui/tuiSourceWin.c: Likewise.
250 * tui/tuiStack.c: Likewise.
251 * tui/tuiWin.c: Likewise.
252
cd4bffcf
EZ
2532002-02-07 Elena Zannoni <ezannoni@redhat.com>
254
255 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
256 to include space for pseudoregs as well. Update loops accordingly.
257 (sh_fp_frame_init_saved_regs): Ditto.
258 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
259
26806ce2
AC
2602002-02-07 Andrew Cagney <ac131313@redhat.com>
261
262 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
263 Add Richard Earnshaw to Arm maintainers.
264
97fdab62
AC
2652002-02-07 Andrew Cagney <ac131313@redhat.com>
266
a6b98203
AC
267 * defs.h (warning_begin): Delete declaration.
268
97fdab62
AC
269 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
270 Delete macro.
271
78b29b40
MS
2722002-02-07 Michael Snyder <msnyder@redhat.com>
273
274 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
275 Logic bug, remove misplaced else.
276
d8849953
KD
2772002-02-07 Klee Dienes <klee@apple.com>
278
279 * fork-inferior.c (fork_inferior): Add '!' to the list of
280 characters that need to be quoted when building a string for the
281 shell. Quote '!' specifically with a backslash, since CSH chokes
282 when trying to evaluate "str!str".
283
095778a0
NC
2842002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
285
286 * rdi-share/host.h: Only provide a typedef for bool if it is not
287 defined.
288
1900040c
MS
2892002-02-04 Michael Snyder <msnyder@redhat.com>
290
291 * breakpoint.h (enum bptype): Add new overlay event bp type.
292 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
293
294 * breakpoint.c (create_internal_breakpoint): New function.
295 (internal_breakpoint_number): Moved into create_internal_breakpoint.
296 (create_longjmp_breakpoint): Use create_internal_breakpoint.
297 (create_thread_event_breakpoint): Ditto.
298 (create_solib_event_breakpoint): Ditto.
299 (create_overlay_event_breakpoint): New function.
300 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
301 (update_breakpoints_after_exec): Delete and re-initialize
302 overlay event breakpoints after an exec. Add FIXME comment
303 about longjmp breakpoint.
304 (print_it_typical): Ignore overlay event breakpoints.
305 (print_one_breakpoint): Ditto.
306 (mention): Ditto.
307 (bpstat_what): Do not stop for overlay event breakpoints.
308 (delete_breakpoint): Don't delete overlay event breakpoints.
309 (breakpoint_re_set_one): Delete the overlay event breakpoint.
310 (breakpoint_re_set): Re-create overlay event breakpoint.
311
312 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
313 (overlay_manual_command): Disable overlay breakpoints.
314 (overlay_off_command): Disable overlay breakpoints.
315
082fc60d
RE
3162002-02-06 Richard Earnshaw <rearnsha@arm.com>
317
318 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
319 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
320 to here from config/tm-arm.h.
321 (coff_sym_is_thumb): Make static.
322 (arm_elf_make_msymbol_special): New function.
323 (arm_coff_make_msymbol_special): New function.
324 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
325 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
326 (coff_sym_is_thumb): Delete declaration.
327 (arm_elf_make_msymbol_special): Declare.
328 (arm_coff_make_msymbol_special): Declare.
329 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
330 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
331
039c5766
RE
3322002-02-06 Richard Earnshaw <rearnsha@arm.com>
333
334 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
335
3362002-02-06 Richard Earnshaw <rearnsha@arm.com>
337
338 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
339 * gdbarch.c gdbarch.h: Regenerate.
340 * arch-utils.c (default_print_float_info): New function.
341 * arch-utils.h (default_print_float_info): Prototype it.
342 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
343 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
344 (PRINT_FLOAT_INFO): Document it.
345
346 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
347 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
348 (PRINT_FLOAT_INFO): Define.
349
58fa08f0
PM
3502002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
351
352 * win32-nat.c (_initialize_check_for_gdb_ini):
353 Add typecast to sprintf argument to suppress a warning.
354
7393af7c
PM
3552002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
356
58fa08f0 357 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
358 to allow easier handling of pass state.
359 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
360 that gives exception name and address.
361 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
362 and set last_sig value to ourstatus->value.sig. Some missing
363 exceptions added.
364 (child_continue): Correctly report continue_status.
365 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
366 TARGET_SIGNAL_0 (new default value).
367 (child_resume): consider sig argument passed to decide if
368 the exception should be passed to debuggee or not.
369
6af4589c
MS
3702002-02-05 Michael Snyder <msnyder@redhat.com>
371
372 * regcache.c (fetch_register): Call target_fetch_register
373 only if we don't call FETCH_PSEUDO_REGISTER.
374 (store_register): Call target_store_register only if we
375 don't call STORE_PSEUDO_REGISTER.
376
a2cf933a
EZ
3772002-02-05 Elena Zannoni <ezannoni@redhat.com>
378
379 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
380 ELF_MAKE_MSYMBOL_SPECIAL.
381 * gdbarch.c, gdbarch.h: Regenerate.
382 * arch-utils.c (default_make_msymbol_special): New function.
383 * arch-utils.h (default_make_msymbol_special): Export.
384 * elfread.c (elf_symtab_read): Compile use of
385 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
386 multiarched.
387 * coffread.c (coff_symtab_read): Ditto, for
388 COFF_MAKE_MSYMBOL_SPECIAL.
389
6bb7be43
JB
3902002-02-05 Jim Blandy <jimb@redhat.com>
391
392 * solib-svr4.c (svr4_truncate_ptr): New function.
393 (svr4_relocate_section_addresses): Do the address arithmetic with
394 the appropriate truncation for target addresses, even when
395 CORE_ADDR is larger than a target address.
396
e18651ec
DJ
3972002-02-05 Daniel Jacobowitz <drow@mvista.com>
398
399 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
400 to (int *).
401
6b2725be
DJ
4022002-02-05 Daniel Jacobowitz <drow@mvista.com>
403
404 * gdbserver/linux-low.c (kill_inferior): Remove commented out
405 code.
406
fca9e603
DJ
4072002-02-05 Daniel Jacobowitz <drow@mvista.com>
408
409 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
410
6c537a52
DJ
4112002-02-05 Daniel Jacobowitz <drow@mvista.com>
412
413 * gdbserver/linux-low.c: Remove unused include files.
414
d844cde6
DJ
4152002-02-05 Daniel Jacobowitz <drow@mvista.com>
416
417 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
418 (read_inferior_memory): Use it.
419 (write_inferior_memory): Likewise.
420
d07c63e7
DJ
4212002-02-05 Daniel Jacobowitz <drow@mvista.com>
422
423 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
424 grubbing through sys_errlist.
425
da6d8c04
DJ
4262002-02-05 Daniel Jacobowitz <drow@mvista.com>
427
428 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
429
5b421780
PM
4302002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
431 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
432
9f60d481
AC
4332002-02-04 Andrew Cagney <ac131313@redhat.com>
434
435 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
436 (do_sfunc, set_cmd_sfunc): New functions.
437
438 * command.h (struct cmd_list_element): Add field func.
439 * cli/cli-decode.h (struct cmd_list_element): Ditto.
440 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
441 * cli/cli-decode.h: Ditto.
442
443 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
444 (help_all, help_cmd_list): Ditto.
445 (find_cmd, complete_on_cmdlist): Ditto.
446 * top.c (execute_command): Ditto.
447
448 * cli/cli-setshow.c (do_setshow_command): Call func instead of
449 function.sfunc.
450
451 * infcmd.c (notice_args_read): Fix function signature.
452
453 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
454 * cli/cli-decode.c (add_set_cmd): Ditto.
455 * utils.c (initialize_utils): Ditto.
456 * maint.c (_initialize_maint_cmds): Ditto.
457 * infrun.c (_initialize_infrun): Ditto.
458 * demangle.c (_initialize_demangler): Ditto.
459 * remote.c (add_packet_config_cmd): Ditto.
460 * mips-tdep.c (_initialize_mips_tdep): Ditto.
461 * cris-tdep.c (_initialize_cris_tdep): Ditto.
462 * proc-api.c (_initialize_proc_api): Ditto.
463 * kod.c (_initialize_kod): Ditto.
464 * valprint.c (_initialize_valprint): Ditto.
465 * top.c (init_main): Ditto.
466 * infcmd.c (_initialize_infcmd): Ditto.
467 * corefile.c (_initialize_core): Ditto.
468 * arm-tdep.c (_initialize_arm_tdep): Ditto.
469 * arch-utils.c (initialize_current_architecture): Ditto.
470 (_initialize_gdbarch_utils): Ditto.
471 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
472
473 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
474 * wince.c (_initialize_inftarg): Ditto.
475 * symfile.c (_initialize_symfile): Ditto.
476 * mips-tdep.c (_initialize_mips_tdep): Ditto.
477 * language.c (_initialize_language): Ditto.
478 * arc-tdep.c (_initialize_arc_tdep): Ditto.
479
f9ba0717
MS
4802002-02-04 Michael Snyder <msnyder@redhat.com>
481
482 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
483
0c74b2a7
DJ
4842002-02-04 Daniel Jacobowitz <drow@mvista.com>
485
486 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
487 Add rules for building the register data files.
488
c638789f
DJ
4892002-02-04 Daniel Jacobowitz <drow@mvista.com>
490
491 * regformats/regdat.sh: Add braces to the definition of
492 expedite_regs_${arch}.
493
db253027
DJ
4942002-02-04 Daniel Jacobowitz <drow@mvista.com>
495
496 * regformats/regdef.h (struct reg): Add comment describing the
497 requirements for offset and size fields.
498
206be19c
AS
4992002-02-04 Andreas Schwab <schwab@suse.de>
500
501 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
502 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
503
181c1381
RE
5042002-02-04 Richard Earnshaw <rearnsha@arm.com>
505
506 * gdbarch.sh (copyright): Update years in generated header.
507 (SMASH_TEXT_ADDRESS): Add rule.
db253027 508 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
509 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
510 * dbxread.c: Likewise.
511 * dwarfread.c: Likewise.
512 * elfread.c: Likewise.
513 * somread.c: Likewise.
514
515 * arm-tdep.c (arm_smash_text_address): New function.
516 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
517
fa4ba8da
PM
5182002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
519
520 Add support for hardware watchpoints on win32 native.
521 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
522 CONTEXT_DEBUG_REGISTERS.
523 (dr variable): New variable. Static array containing a local copy
524 of debug registers.
525 (debug_registers_changed): New variable. Reflects when debug registers
526 are changed and need to be written to inferior.
527 (debug_registers_used): New variable. Reflects when any debug register
528 was set, used when new threads are created.
529 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
530 i386-nat code.
531 (thread_rec): Set dr array if id is the thread of current_event .
532 (child_continue, child_resume): Change the debug registers for all
533 threads if debug_registers_changed.
534 (child_add_thread): Change the debug registers if debug_registers_used.
535 * config/i386/cygwin.mh: Add use of i386-nat.o file.
536 Link nm.h to new nm-cygwin.h file.
537 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
538 of hardware registers.
539
a73c86fb
AC
5402002-02-03 Andrew Cagney <ac131313@redhat.com>
541
542 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
543 Restore behavour broken by 2002-01-20 Andrew Cagney
544 <ac131313@redhat.com> IEEE_FLOAT removal.
545
acf5ed49
DJ
5462002-02-03 Daniel Jacobowitz <drow@mvista.com>
547
548 * c-valprint.c (c_val_print): Pass a proper valaddr to
549 cp_print_class_method.
550 * valops.c (search_struct_method): If there is only one method
551 and args is NULL, return that method.
552
493d28d5
DJ
5532002-02-03 Daniel Jacobowitz <drow@mvista.com>
554
555 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
556 accessing tag_name directly.
557
7495dfdb
DJ
5582002-02-03 Daniel Jacobowitz <drow@mvista.com>
559
560 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
561 of accessing tag_name directly.
562
dd6bda65
DJ
5632002-02-03 Daniel Jacobowitz <drow@mvista.com>
564
565 PR gdb/280
566 * gdbtypes.c (replace_type): New function.
567 * gdbtypes.h (replace_type): Add prototype.
568 * stabsread.c (read_type): Use replace_type.
569
88fe217c
RE
5702002-02-03 Richard Earnshaw <rearnsha@arm.com>
571
572 * Makefile.in (memattr.o): Add missing dependencies rule.
573
e5d66720
PS
5742002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
575
576 * breakpoint.c (break_at_finish_command): Really export.
577 (break_at_finish_at_depth_command): Ditto.
578 (tbreak_at_finish_command): Ditto.
579 * hppa-tdep.c: Include completer.h.
580 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
581 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
582
fffee0be
AC
5832002-02-01 Andrew Cagney <ac131313@redhat.com>
584
585 * utils.c (do_write): New function.
586 (error_stream): Rewrite combining the code from error_begin and
587 verror.
588 (verror): Rewrite using error_stream.
589 (error_begin): Delete function.
590
255e7dbf
AC
5912002-02-01 Andrew Cagney <ac131313@redhat.com>
592
593 * utils.c (error_begin): Make static.
594 * defs.h (error_begin): Delete declaration.
595
596 * linespec.c (cplusplus_error): Replace cplusplus_hint.
597 (decode_line_1): Use cplusplus_error instead of error_begin,
598 cplusplus_hint and return_to_top_level.
599 * coffread.c (coff_symfile_read): Use error instead of error_begin
600 and return_to_top_level.
601 * infrun.c (default_skip_permanent_breakpoint): Ditto.
602
ddfe3c15
AC
6032002-02-01 Andrew Cagney <ac131313@redhat.com>
604
605 * language.h (type_error, range_error): Make string parameter
606 constant.
607 * language.c (warning_pre_print): Delete extern declaration.
608 * dwarfread.c (warning_pre_print): Ditto.
609 * language.c (type_error, range_error): Rewrite to use verror and
610 vwarning instead of warning_begin.
611
03ac34d5
MS
6122002-02-01 Michael Snyder <msnyder@redhat.com>
613
261c4ca2
MS
614 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
615 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 616
e00d1dc8
AC
6172002-02-01 Andrew Cagney <ac131313@redhat.com>
618
619 * command.h (NO_FUNCTION): Delete macro.
620 * cli/cli-decode.h (NO_FUNCTION): Ditto.
621 * top.c (execute_command): Replace NO_FUNCTION with NULL.
622 * tracepoint.c (_initialize_tracepoint): Ditto.
623 * cli/cli-decode.c (add_set_cmd): Ditto.
624 * cli/cli-cmds.c (init_cli_cmds): Ditto.
625
76b79d6e
DJ
6262002-02-01 Daniel Jacobowitz <drow@mvista.com>
627
628 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
629 Update ``this'' pointer when calling virtual functions.
630
799f9e91
MS
6312002-02-01 Michael Snyder <msnyder@redhat.com>
632
c7bd442c 633 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
634 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
635
3cf384d4
DJ
6362002-02-01 Daniel Jacobowitz <drow@mvista.com>
637
638 * regformats/reg-arm.dat: New file.
639 * regformats/reg-i386.dat: New file.
640 * regformats/reg-ia64.dat: New file.
641 * regformats/reg-m68k.dat: New file.
642 * regformats/reg-mips.dat: New file.
643 * regformats/reg-ppc.dat: New file.
644 * regformats/reg-sh.dat: New file.
645 * regformats/regdef.h: New file.
646 * regformats/regdat.sh: New file.
647
0defa245
RE
6482002-02-01 Richard Earnshaw <reanrsha@arm.com>
649
650 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
651 (arm_frame_args_address, arm_frame_locals_address): New functions.
652 (arm_frame_num_args): New function.
653 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
654 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
655 (FRMA_NUM_ARGS): Call arm_frame_num_args.
656
405f26e6
MS
6572002-01-31 Michael Snyder <msnyder@redhat.com>
658
502fd408
MS
659 * breakpoint.c (break_at_finish_command): Export.
660 (break_at_finish_at_depth_command): Export.
661 (tbreak_at_finish_command): Export.
662 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
663 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
664 "tbreak" commands, which are HPPA specific.
665
7d35e135
MS
666 * printcmd.c (disassemble_command): Remove an ancient
667 artifact of an old merge.
668
d874f1e2
MS
669 * symfile.h (enum overlay_debugging_state):
670 Define enum constant values for overlay mode.
671 * symfile.c (overlay_debugging): Use enums instead of literals.
672 (overlay_is_mapped, overlay_auto_command,
673 overlay_manual_command): Ditto.
674
9f04af04
MS
675 * breakpoint.c (insert_breakpoints, remove_breakpoint,
676 breakpoint_here_p, breakpoint_inserted_here_p,
677 breakpoint_thread_match, bpstat_stop_status,
678 describe_other_breakpoints, check_duplicates, clear_command):
679 Coding standard fixes.
680
8add0441 681 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 682 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
683 code: check bfd SEC_READONLY flag for section.
684
e351066e
AC
6852002-01-31 Andrew Cagney <ac131313@redhat.com>
686
7d35e135 687 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 688
8a48e967
DJ
6892002-01-30 Daniel Jacobowitz <drow@mvista.com>
690
691 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
692 data symbols, since we search based on textlow and texthigh.
693 (find_pc_sect_symtab): Likewise.
694
f5a96129
AC
6952002-01-30 Andrew Cagney <ac131313@redhat.com>
696
697 * defs.h (vwarning): Declare.
f5a96129
AC
698 * utils.c (vwarning): New function.
699 (warning): Call vwarning.
700 (warning_begin): Delete function.
701
702 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
703 the warning message.
704 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
705 warning_begin.
706
cefd4ef5
MS
7072002-01-30 Michael Snyder <msnyder@redhat.com>
708
1a703748
MS
709 * NEWS: Mention "set trust-readonly-sections" command.
710 Mention generate-core-file command.
cefd4ef5 711
3a11626d
MS
7122002-01-15 Michael Snyder <msnyder@redhat.com>
713
714 * target.c: New command, "set trust-readonly-sections on".
715 (do_xfer_memory): Honor the suggestion to trust readonly sections
716 by reading them from the object file instead of from the target.
717 (initialize_targets): Register command "set trust-readonly-sections".
718
d1c7e53b
AC
7192002-01-29 Andrew Cagney <ac131313@redhat.com>
720
721 * parse.c (target_map_name_to_register): Simplify, search regs and
722 pseudo-regs using a single loop.
723
e2c9a72c
AC
7242002-01-30 Andrew Cagney <ac131313@redhat.com>
725
726 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
727
69824b4e
MK
7282002-01-15 Rodney Brown <rbrown64@csc.com.au>
729
730 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
731 * config/i386/i386v42mp.mh: Add i387-nat.o .
732 * i386v4-nat.c: Include i387-nat.h.
733 (supply_fpregset): Use i387_supply_fsave.
734 (fill_fpregset): Use i387_fill_fsave.
735
6eb69eab
RE
7362002-01-30 Richard Earnshaw <rearnsha@arm.com>
737
738 * arm-tdep.c (arm_call_dummy_words): Define.
739 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
740 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
741 (CALL_DUMMY_WORDS): Define.
742 (arm_call_dummy_words): Declare.
743 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
744 (arm_linux_call_dummy_words): Declare.
745
9852326a
AS
7462002-01-30 Andreas Schwab <schwab@suse.de>
747
748 * m68klinux-nat.c: Fix last change to use regcache_collect
749 instead of referencing registers[] directly.
750
977a3030
AC
7512002-01-29 Andrew Cagney <ac131313@redhat.com>
752
753 * parse.c (target_map_name_to_register): Delete code wrapped in
754 #ifdef REGISTER_NAME_ALIAS_HOOK.
755
2076c72b
MS
7562002-01-28 Michael Snyder <msnyder@redhat.com>
757
758 * regcache.c (legacy_read_register_gen): Need to be able to
759 read pseudo-register as well as real register.
760 (legacy_write_register_gen): Ditto.
761
8fcc723b
AC
7622002-01-28 Andrew Cagney <ac131313@redhat.com>
763
764 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
765 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
766 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
767 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
768 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
769 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
770 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
771 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
772 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
773 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
774 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
775 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
776 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
777 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
778 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
779 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
780 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
781 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
782 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
783 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
784
afe64c1a
AC
7852002-01-28 Andrew Cagney <ac131313@redhat.com>
786
787 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
788 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
789 (initialize_current_architecture): Update target_byte_order using
790 information from BFD.
afe64c1a
AC
791 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
792 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
793
75bc7ddf
AC
7942002-01-28 Andrew Cagney <ac131313@redhat.com>
795
796 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
797 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
798
799 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
800 #ifdef INVALID_FLOAT.
801 * infcmd.c (do_registers_info): Ditto.
802 * values.c (unpack_double): Ditto. Add comment.
803
804 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
805 already commented out.
806
0280a90a
AS
8072002-01-26 Andreas Schwab <schwab@suse.de>
808
809 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
810 * m68klinux-nat.c: Update ptrace interface for fetching/storing
811 registers and add support for PTRACE_GETREGS.
812
7072a954
AC
8132002-01-24 Andrew Cagney <ac131313@redhat.com>
814
815 GDB 5.1.1 released from 5.1 branch.
816 * NEWS: Add 5.1.1 news.
817 * README: Sync with 5.1 branch.
818
86f902e0
FF
8192002-01-23 Fred Fish <fnf@redhat.com>
820
821 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
822 stabstring on initial malloc. Reallocing will copy it for us,
823 if necessary.
824
8af51c36
EZ
8252002-01-23 Elena Zannoni <ezannoni@redhat.com>
826
827 * Makefile.in (hpread_h): Delete.
828 (HFILES_NO_SRCDIR): Remove hpread.h.
829 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
830 (hpread.o): Update dependencies.
831 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
832
833 * hp-psymtab-read.c: Remove file.
834 * hp-symtab-read.c: Remove file.
835 * hpread.h: Remove file.
836
837 * hpread.c: Merge all contents of hp-psymtab-read.c,
838 hp-symtab-read.c and hpread.h into this file, as it was prior to
839 January 1999.
840
841 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
842 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
843 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
844 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
845
dc5cfeb6
EZ
8462002-01-23 Elena Zannoni <ezannoni@redhat.com>
847
848 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
849 fill_gregset): Call gdbarch_tdep() just once, assign result to
850 variable and use that, instead of calling the function several
851 times.
852
ea87b71b
AO
8532002-01-24 Alexandre Oliva <aoliva@redhat.com>
854
855 * configure.host: Accept sparcv9 as alias for sparc64.
856 * configure.tgt: Likewise.
857
13fc0c2f
KB
8582002-01-22 Kevin Buettner <kevinb@redhat.com>
859
860 * solib-aix5.c (build_so_list_from_mapfile)
861 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
862 arguments is not reversed.
863 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
864 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
865
7bd872fe
EZ
8662002-01-22 Elena Zannoni <ezannoni@redhat.com>
867
868 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
869 modified version of obsolete sh_fetch_pseudo_register.
870 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
871 (sh4_register_read): New function.
872 (sh_pseudo_register_write): New function. Renamed and modified
873 version of obsolete sh_store_pseudo_register.
874 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
875 (sh4_register_write): New function.
876 (sh_gdbarch_init): Remove setting of gdbarch function
877 fetch_pseudo_register and store_pseudo_register. Remove setting of
878 register_convert_to_raw, register_convert_to_virtual,
879 register_convertible.
880 (sh_sh4_register_convertible): Delete. No longer needed. All is
881 taken care by architecture specific functions
882 register_read/register_write.
883 (sh_sh4_register_convert_to_virtual): Make static.
884 (sh_sh4_register_convert_to_raw): Ditto.
885
069e84fd
AC
8862002-01-22 Andrew Cagney <ac131313@redhat.com>
887
888 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
889 (floatformat_is_nan, floatformat_mantissa): Ditto.
890
891 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
892 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
893 builtin_type_ieee_double_little,
894 builtin_type_ieee_double_littlebyte_bigword,
895 builtin_type_m68881_ext, builtin_type_i960_ext,
896 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
897 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
898 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
899 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
900
211a4f69
CV
9012002-01-22 Corinna Vinschen <vinschen@redhat.com>
902
903 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
904 parameter. Set frameless flag if it exists and depended of
905 whether the scanned function is frameless or not.
906 (xstormy16_skip_prologue): If function is frameless, return
907 result of xstormy16_scan_prologue().
908 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
909 call.
910
f81353e4
EZ
9112002-01-21 Elena Zannoni <ezannoni@redhat.com>
912
913 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
914 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
915 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
916 sh_sh4_register_byte, sh_sh4_register_raw_size,
917 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
918 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
919 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
920 sh_store_pseudo_register, sh_do_pseudo_register): Call
921 gdbarch_tdep() just once, assign result to variable and use that,
922 instead of calling the function several times.
923
63c73a17
MK
9242002-01-20 Mark Kettenis <kettenis@gnu.org>
925
926 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
927 macros instead of LAST_FPU_CTRL_REGNUM.
928 (store_register): Likewise.
929
39ad761d
JB
9302002-01-21 Jim Blandy <jimb@redhat.com>
931
932 * infcmd.c (run_command): Check that the `exec' target layer's BFD
933 is up-to-date before running the program, not just when a program
934 exits.
935
3d74b771
FF
9362002-01-21 Fred Fish <fnf@redhat.com>
937
938 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
939 when we have found all instructions we are looking for.
940
966fbf70
RE
9412002-01-21 Richard Earnshaw <rearnsha@arm.com>
942
943 * arm-tdep.c (arm_register_name): New function.
944 (arm_registers_names): Make static.
945 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
946 (arm_register_name): Declare.
947 (REGISTER_NAME): Use it.
948
c3b4394c
RE
9492002-01-21 Richard Earnshaw <rearnsha@arm.com>
950 Kevin Buettner <kevinb@redhat.com>
951
952 Convert arm targets to new FRAME interface.
953 * arm-tdep.c (struct frame_extra_info): Remove fsr.
954 (arm_frame_find_save_regs): Delete.
955 (arm_frame_init_saved_regs): New.
956 (arm_init_extra_frame_info): Alloacte saved_regs as required.
957 Allocate extra_info as required. Convert all uses of fsr.regs
958 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
959 to use extra_info.
960 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
961 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
962 (check_prologue_cache, save_prologue_cache): Likewise.
963 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
964 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
965 (FRAME_FIND_SAVED_REGS): Delete.
966 (arm_frame_find_saved_regs): Delete prototype.
967 (arm_frame_init_saved_regs): New prototype.
968 (FRAME_INIT_SAVED_REGS): Define.
969
61d99182
AC
9702002-01-20 Andrew Cagney <ac131313@redhat.com>
971
972 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
973
6aaea291
AC
9742002-01-20 Andrew Cagney <ac131313@redhat.com>
975
976 From Jeff Law <law@redhat.com>:
977 * infttrace.c: Include <sys/pstat.h>.
978 (child_pid_to_exec_file): Revamp. Use pstat call to get the
979 exec file if the ttrace equivalent fails.
980
15f698d2
AC
9812002-01-20 Andrew Cagney <ac131313@redhat.com>
982
983 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
984 (closeLogFile): Ditto.
985
f86ddd7c
MC
9862002-01-20 Michael Chastain <mec@shout.net>
987
988 * top.c (print_gdb_version): Bump copyright year to 2002.
989
904507ce
AC
9902002-01-20 Andrew Cagney <ac131313@redhat.com>
991
992 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
993 Zannoni and Eli Zaretskii.
994
d7f0b9ce
DJ
9952002-01-20 Daniel Jacobowitz <drow@mvista.com>
996
997 * buildsym.c: Update copyright years.
998 * c-typeprint.c: Likewise.
999 * dwarf2read.c: Likewise.
1000 * f-typeprint.c: Likewise.
1001 * gdbtypes.c: Likewise.
1002 * gdbtypes.h: Likewise.
1003 * hp-symtab-read.c: Likewise.
1004 * hpread.c: Likewise.
1005 * mdebugread.c: Likewise.
1006 * p-typeprint.c: Likewise.
1007
3fd3d7d2
AC
10082002-01-20 Andrew Cagney <ac131313@redhat.com>
1009
1010 * remote-sim.c (gdbsim_open): Simplify code testing the macro
1011 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
1012 byte-order selectable.
1013 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
1014 * arch-utils.c: Ditto.
1015 (set_endian): Ditto.
1016 (set_endian_from_file): Ditto.
1017 * gdbserver/low-sim.c (create_inferior): Ditto.
1018 * gdbarch.sh: Ditto.
1019 * gdbarch.h: Re-generate.
1020 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1021 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
1022 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
1023 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1024 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1025 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1026 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
1027 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
1028 macro definition.
1029 * config/mips/tm-wince.h: Remove #undef of macro
1030 TARGET_BYTE_ORDER_SELECTABLE.
1031 * config/sh/tm-wince.h: Ditto.
1032
b02dede2
DJ
10332002-01-20 Daniel Jacobowitz <drow@mvista.com>
1034
1035 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
1036 member function fields. Add accessor macro
1037 TYPE_FN_FIELD_ARTIFICIAL.
1038 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
1039 * c-typeprint.c (c_type_print_base): Skip artificial member
1040 functions.
1041
c3643761
DJ
10422002-01-20 Daniel Jacobowitz <drow@mvista.com>
1043
1044 * f-typeprint.c: Delete unused function f_type_print_args.
1045 * p-typeprint.c: Delete unused function pascal_type_print_args.
1046
8176bb6d
DJ
10472002-01-20 Daniel Jacobowitz <drow@mvista.com>
1048
1049 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
1050 comment. Add ``artificial'' to ``union field_location''.
1051
1052 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
1053
1054 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
1055 * mdebugread.c (parse_symbol): Likewise.
1056 * stabsread.c (define_symbol): Likewise.
1057 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
1058 initializing TYPE_FIELD_BITPOS to n (obsolete).
1059 (hpread_doc_function_type): Likewise.
1060 * hpread.c (hpread_function_type): Likewise.
1061
7fd60527
AC
10622002-01-20 Andrew Cagney <ac131313@redhat.com>
1063
1064 * configure.in (host_makefile_frag): Only require a host makefile
1065 fragment when a native build.
1066 * configure: Re-generate.
1067
c2f05ac9
AC
10682002-01-20 Andrew Cagney <ac131313@redhat.com>
1069
1070 * doublest.h (floatformat_from_type): Declare.
1071 * doublest.c (floatformat_from_type): New function.
1072 (convert_typed_floating): Use.
1073
1074 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
1075 call to function floatformat_from_type.
1076
1077 * gdbarch.sh (IEEE_FLOAT): Delete.
1078 * gdbarch.h, gdbarch.c: Re-generate.
1079 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
1080 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
1081 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
1082 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
1083 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
1084 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
1085 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
1086 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
1087 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
1088 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
1089 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
1090 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
1091
1092 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
1093 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1094 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1095 * sh-tdep.c (sh_gdbarch_init): Ditto.
1096 * mips-tdep.c (mips_gdbarch_init): Ditto.
1097 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1098 * cris-tdep.c (cris_gdbarch_init): Ditto.
1099
abf22e64
AJ
11002002-01-20 Jiri Smid <smid@suse.cz>
1101
1102 * configure.host, configure.tgt: Support x86-64.
1103 * NEWS: Note new target x86-64.
1104
b7c4cbf8
AJ
1105 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
1106 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
1107 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
1108 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
1109 x86-64-linux-nat.o): Fix dependencies.
1110
82600034
AC
11112002-01-19 Andrew Cagney <ac131313@redhat.com>
1112
1113 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
1114 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
1115 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
1116 * config/sparc/xm-sun4os4.h: Delete file.
1117 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 1118
bbe5c628
AC
11192002-01-19 Andrew Cagney <ac131313@redhat.com>
1120
1121 * config/sparc/sparclynx.mh (XM_FILE): Delete.
1122 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
1123 * config/m68k/m68klynx.mh (XM_FILE): Delete.
1124 * config/i386/i386lynx.mh (XM_FILE): Delete.
1125 * config/rs6000/xm-rs6000ly.h: Delete file.
1126 * config/sparc/xm-sparclynx.h: Delete file.
1127 * config/m68k/xm-m68klynx.h: Delete file.
1128 * config/i386/xm-i386lynx.h: Delete file.
1129 * config/xm-lynx.h: Delete file.
1130 * config/djgpp/fnchange.lst: Update.
1131
f8453e34
JT
11322002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1133
1134 * alpha-tdep.c (alpha_register_byte): New function.
1135 (alpha_register_raw_size): Ditto.
1136 (alpha_register_virtual_size): Ditto.
1137 (alpha_skip_prologue_internal): Renamed from
1138 alpha_skip_prologue.
1139 (alpha_skip_prologue): New version that calls
1140 alpha_skip_prologue_internal.
1141 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
1142 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
1143 second argument from alpha_skip_prologue.
1144 (REGISTER_BYTE): Use alpha_register_byte.
1145 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
1146 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
1147 (FRAMELESS_FUNCTION_INVOCATION): Use
1148 generic_frameless_function_invocation_not.
1149 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
1150 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
1151
52d9e613
AC
11522002-01-19 Andrew Cagney <ac131313@redhat.com>
1153
1154 * config/mips/xm-news-mips.h: Delete file.
1155 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
1156
1157 * config/m88k/xm-m88k.h: Delete file.
1158 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1159 * config/m88k/xm-delta88v4.h: Ditto.
1160 * config/m88k/xm-delta88.h: Ditto.
1161
1162 * config/alpha/xm-fbsd.h: Delete file.
1163 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1164
1165 * config/sparc/xm-sparc.h: Delete file.
1166 * Makefile.in (xm-sun4os4.h): Delete dependency.
1167 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1168 * config/sparc/xm-sun4os4.h: Ditto.
1169 * config/sparc/xm-linux.h: Ditto.
1170
1171 * config/i386/xm-windows.h: Delete file.
1172
2d1b2124
AC
11732002-01-19 Andrew Cagney <ac131313@redhat.com>
1174
1175 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1176 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1177
ee1f65f0
JT
11782002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1179
1180 * alpha-tdep.c (alpha_call_dummy_words): New.
1181 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1182 (CALL_DUMMY_P): Define.
1183 (CALL_DUMMY_WORDS): Define.
1184 (SIZEOF_CALL_DUMMY_WORDS): Define.
1185
98081e55
PB
11862002-01-19 Per Bothner <per@bothner.com>
1187
1188 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1189 isn't NULL, which can happen with some gcj-3.x-produced code.
1190
0d056799
JT
11912002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1192
1193 * alpha-tdep.c (alpha_register_virtual_type): New function.
1194 (alpha_init_frame_pc_first): Ditto.
1195 (alpha_fix_call_dummy): Ditto.
1196 (alpha_store_struct_return): Ditto.
1197 (alpha_extract_struct_value_address): Ditto.
1198 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1199 alpha_register_virtual_type.
1200 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1201 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1202 alpha_extract_struct_value_address.
1203 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1204 (INIT_FRAME_PC): Use init_frame_pc_noop.
1205 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1206
4604bcad
MK
12072002-01-19 Mark Kettenis <kettenis@gnu.org>
1208
1209 * i386gnu-nat.c: Include "i386-tdep.h".
1210 (fetch_fpregs): Simplify code dealing with uninitialized floating
1211 point states such that it doesn't require FP7_REGNUM.
1212
140f9984
JT
12132002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1214
abf22e64
AJ
1215 * alpha-tdep.c (frame_extra_info): New.
1216 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1217 frame->extra_info.
1218 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1219 (alpha_frame_saved_pc): Use frame->extra_info.
1220 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1221 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1222 (init_extra_frame_info): Rename to...
1223 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1224 (alpha_print_extra_frame_info): New function.
140f9984
JT
1225 (alpha_frame_locals_address): Ditto.
1226 (alpha_frame_args_address): Ditto.
abf22e64 1227 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1228 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1229 alpha_frame_args_address.
abf22e64 1230 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1231 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1232 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1233 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1234 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1235 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1236
d734c450
JT
12372002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1238
1239 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1240 (alpha_cannot_fetch_register): Ditto.
1241 (alpha_cannot_store_register): Ditto.
1242 (alpha_register_convertible): Ditto.
1243 (alpha_use_struct_convention): Ditto.
1244 * config/alpha/tm-alpha.h: Update copyright years.
1245 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1246 (INNER_THAN): Use core_addr_lessthan.
1247 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1248 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1249 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1250 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1251 (FRAME_CHAIN): Remove unnecessary cast.
1252
b4ceaee6
AC
12532002-01-18 Andrew Cagney <ac131313@redhat.com>
1254
1255 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1256 obsolete.
1257
0a65a603
AC
12582002-01-18 Andrew Cagney <ac131313@redhat.com>
1259
1260 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1261 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1262 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1263 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1264 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1265 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1266 * x86-64-linux-nat.c: Ditto.
1267
636a6dfc
JT
12682002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1269
abf22e64 1270 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1271 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1272 (REGISTER_NAME): Define.
1273
acceddb6
JT
12742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1275
1276 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1277
ec32e4be
JT
12782002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1279
1280 * alpha-tdep.c: Update copyright years.
1281 (alpha_next_pc): New function.
1282 (alpha_software_single_step): Ditto.
1283 * config/alpha/tm-alpha.h: Add prototype for
1284 alpha_software_single_step.
1285
e771a871
JT
12862002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1287
1288 * alphabsd-nat.c: Update copyright years.
1289 (fill_gregset): Use regcache_collect.
1290 (fill_fpregset): Likewise.
1291 (fetch_inferior_registers): Only fetch integer registers
1292 if requested to do so.
1293 (store_inferior_registers): Only store integer registers
1294 if requested to do so.
1295
7708fa01
AC
12962002-01-17 Andrew Cagney <ac131313@redhat.com>
1297
1298 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1299 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1300 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1301 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1302 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1303 * config/arm/linux.mh (XDEPFILES): Delete.
1304 * config/arm/nbsd.mh (XDEPFILES): Delete.
1305 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1306 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1307 * config/i386/i386m3.mh (XDEPFILES): Delete.
1308 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1309 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1310 * config/i386/fbsd.mh (XDEPFILES): Delete.
1311 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1312 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1313 * config/i386/i386v4.mh (XDEPFILES): Delete.
1314 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1315 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1316 * config/i386/i386aix.mh (XDEPFILES): Delete.
1317 * config/i386/go32.mh (XDEPFILES): Delete.
1318 * config/i386/cygwin.mh (XDEPFILES): Delete.
1319 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1320 * config/i386/i386mach.mh (XDEPFILES): Delete.
1321 * config/i386/i386v32.mh (XDEPFILES): Delete.
1322 * config/i386/linux.mh (XDEPFILES): Delete.
1323 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1324 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1325 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1326 * config/i386/i386sco.mh (XDEPFILES): Delete.
1327 * config/i386/i386v.mh (XDEPFILES): Delete.
1328 * config/i386/nbsd.mh (XDEPFILES): Delete.
1329 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1330 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1331 * config/i386/symmetry.mh (XDEPFILES): Delete.
1332 * config/i386/obsd.mh (XDEPFILES): Delete.
1333 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1334 * config/ia64/linux.mh (XDEPFILES): Delete.
1335 * config/ia64/aix.mh (XDEPFILES): Delete.
1336 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1337 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1338 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1339 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1340 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1341 * config/m68k/linux.mh (XDEPFILES): Delete.
1342 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1343 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1344 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1345 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1346 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1347 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1348 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1349 * config/m88k/delta88.mh (XDEPFILES): Delete.
1350 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1351 * config/m88k/m88k.mh (XDEPFILES): Delete.
1352 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1353 * config/mips/linux.mh (XDEPFILES): Delete.
1354 * config/mips/irix6.mh (XDEPFILES): Delete.
1355 * config/mips/irix5.mh (XDEPFILES): Delete.
1356 * config/mips/irix4.mh (XDEPFILES): Delete.
1357 * config/mips/irix3.mh (XDEPFILES): Delete.
1358 * config/mips/decstation.mh (XDEPFILES): Delete.
1359 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1360 (NATDEPFILES): Move core-aout.o to here.
1361 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1362 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1363 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1364 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1365 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1366 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1367 * config/pa/hpux11.mh (XDEPFILES): Delete.
1368 * config/powerpc/aix.mh (XDEPFILES): Delete.
1369 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1370 * config/powerpc/linux.mh (XDEPFILES): Delete.
1371 * config/romp/rtbsd.mh: Rename XDEPFILES.
1372 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1373 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1374 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1375 * config/s390/s390.mh (XDEPFILES): Delete.
1376 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1377 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1378 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1379 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1380 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1381 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1382 * config/sparc/linux.mh (XDEPFILES): Delete.
1383 * config/vax/vaxult.mh (XDEPFILES): Delete.
1384 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1385 * Makefile.in (DEPFILES): Remove XDEPFILES.
1386
375fc983
AC
13872002-01-17 Andrew Cagney <ac131313@redhat.com>
1388
1389 * utils.c (internal_verror): Fix comments, default is yes not no.
1390 Update queries to match. Default to quit and dump core.
1391
8926118c
AC
13922002-01-17 Andrew Cagney <ac131313@redhat.com>
1393
1394 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1395 copyright.
1396 * defs.h, event-top.c, gdbcmd.h: Ditto.
1397 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1398 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1399 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1400 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1401 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1402 * mi/mi-main.c:Ditto.
1403
1404 * stack.c, symfile.c: Update copyright.
1405
45b7b345
DJ
14062002-01-17 Daniel Jacobowitz <drow@mvista.com>
1407
db728ff7
DJ
1408 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1409 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1410 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1411 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 1412
db728ff7
DJ
14132002-01-17 Daniel Jacobowitz <drow@mvista.com>
1414
1415 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1416 * gdbserver/low-lynx.c (myattach): Likewise.
1417 * gdbserver/low-nbsd.c (myattach): Likewise.
1418 * gdbserver/low-sim.c (myattach): Likewise.
1419 * gdbserver/low-sparc.c (myattach): Likewise.
1420 * gdbserver/low-sun3.c (myattach): Likewise.
1421
1422 * gdbserver/low-linux.c (myattach): New function.
45b7b345 1423
db728ff7 1424 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
1425 (main): Handle "--attach".
1426
8de3c354
AC
14272002-01-16 Andrew Cagney <ac131313@redhat.com>
1428
1429 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1430 maintainer.
1431
b0129042
DJ
14322002-01-15 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * c-typeprint.c (is_type_conversion_operator): Add additional
1435 check for non-conversion operators.
1436
ba8679fb 14372002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
1438
1439 * linux-proc.c: Add "info proc" command, a la procfs.c.
1440 (read_mapping): New function, abstract and re-use code.
1441 (linux_find_memory_regions): Use new func read_mapping.
1442 (linux_info_proc_cmd): New function, implement "info proc".
1443 (_initialize_linux_proc): Add new command "info proc".
1444
e4f9b4d5
MS
14452002-01-15 Michael Snyder <msnyder@redhat.com>
1446
1447 * symfile.c (generic_load): Use bfd_map_over_sections method
1448 instead of manipulating bfd structure members directly.
1449 (add_section_size_callback): New function, bfd sections callback
1450 used by generic_load.
1451 (load_sections_callback): New function, bfd sections callback
1452 used by generic_load.
1453
08cf96df
EZ
14542002-01-15 Elena Zannoni <ezannoni@redhat.com>
1455
abf22e64 1456 [Based on work by Jim Blandy]
08cf96df
EZ
1457 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1458 (builtin_type_vec128): Export.
1459 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1460 types.
1461 (builtin_type_vec128): New builtin type for 128 bit vector
1462 registers.
1463 (build_gdbtypes): Initialize builtin_type_v16qi and
1464 builtin_type_v8hi. Create the vec128 register builtin type
1465 structure.
1466 (build_builtin_type_vec128): New function.
abf22e64 1467 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
1468 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1469 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1470 AltiVec register to new builtin type.
1471
d7242108
DJ
14722001-01-15 Daniel Jacobowitz <drow@mvista.com>
1473
1474 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1475 to make_cv_type.
1476
4ee3352d
AC
14772002-01-14 Andrew Cagney <ac131313@redhat.com>
1478
1479 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1480 CLEAN_UP_REGISTER_VALUE.
1481 * regcache.c (supply_register): Update only call.
1482
f015b2e7
AC
14832002-01-14 Andrew Cagney <ac131313@redhat.com>
1484
1485 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1486 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1487 a29k-*-vxworks* targets as obsolete.
1488
356ae49d
MS
14892002-01-14 Michael Snyder <msnyder@redhat.com>
1490
1491 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1492 until we can resolve portability issues.
1493 * gregset.h: Remove references to fpxregs.
1494 * gcore.c (gcore_command): Initialize note_sec to NULL.
1495
ade8f45e
AC
14962002-01-13 Andrew Cagney <ac131313@redhat.com>
1497
1498 * signals.c (target_signal_to_name): Rewrite. Only use
1499 signals[].name when in bounds and non-NULL.
abf22e64 1500
89c49e7a
AC
15012002-01-13 Andrew Cagney <ac131313@redhat.com>
1502
1503 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1504 * signals.c (target_signal_to_name): Verify that SIG is within the
1505 bounds of the signals array.
1506
4daa9f9f
AC
15072002-01-13 Andrew Cagney <ac131313@redhat.com>
1508
1509 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1510
ba4bbdcb
KS
15112002-01-13 Keith Seitz <keiths@redhat.com>
1512
1513 * stack.c (print_frame_info_base): Print the frame's pc
1514 only if when print_frame_info_listing_hook is not defined.
1515
575bbeb6
KS
15162002-01-13 Keith Seitz <keiths@redhat.com>
1517
1518 * varobj.c (varobj_set_value): Make sure that there were no
1519 errors evaluating the object before attempting to set its
1520 value.
1521 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1522 so this offset adjustment is no longer necessary.
1523 (create_child): Don't set the error flag if the child is
1524 a CPLUS_FAKE_CHILD.
1525 (value_of_child): If value_fetch_lazy fails, return NULL
1526 so that callers will be notified that an error occurred.
1527 (c_value_of_variable): Delay check of variable's validity
1528 until later. We actually want all structs and unions to have
1529 the value "{...}".
1530 Do not return "???" for variables which could not be evaluated.
1531 This error condition must be returned to the caller so that it
1532 can get the error condition from gdb.
1533 (cplus_name_of_child): Adjust index for vptr before figuring
1534 out the name of the child.
1535 (cplus_value_of_child): If a child's (real) parent is not valid,
1536 don't even bother trying to give a value for it. Just return
1537 an error. Change all instances in this function.
1538 (cplus_type_of_child): If our parent is one of the "fake"
1539 parents, we need to get at the type of the real parent, and
1540 derive the child's true type using this information.
1541
b76898ab
AC
15422002-01-13 Andrew Cagney <ac131313@redhat.com>
1543
1544 From 2002-01-09 John Marshall <johnm@falch.net>:
1545 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1546 sources.redhat.com, and tweak some related URLs which had
1547 suffered from linkrot.
1548
b6649e88
AC
15492002-01-13 Andrew Cagney <ac131313@redhat.com>
1550
1551 From Jeff law:
1552 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1553 structures passed in registers.
1554
82cc5033
EZ
15552002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1556
1557 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1558 white space which prevented compilation. Reported by DSK
1559 <dsk@student.unsw.edu.au>.
1560
ba5f2f8a
MS
15612002-01-11 Michael Snyder <msnyder@redhat.com>
1562
fbd35540
MS
1563 * symfile.c (build_section_addr_info_from_section_tab):
1564 Use bfd access method instead of manipulating bfd directly.
1565 (syms_from_objfile): Ditto.
1566 (simple_overlay_update_1): Ditto.
1567 (simple_overlay_update): Ditto.
1568 (generic_load): Ditto.
1569 (overlay_unmapped_address): FIXME comment, bfd access methods.
1570 (sections_overlap): FIXME comment, bfd access methods.
1571 (pc_in_mapped_range): FIXME comment, bfd access methods.
1572 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1573 (section_is_mapped): FIXME comment, bfd access methods.
1574 (section_is_overlay): FIXME comment, bfd access methods.
1575
ba5f2f8a
MS
1576 * symfile.c (generic_load): Whitespace and long line cleanups.
1577 Remove duplicate variable, change several local variables to
1578 more appropriate data types.
1579 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1580
17df2af6
AC
15812002-01-12 Andrew Cagney <ac131313@redhat.com>
1582
1583 From Peter Schauer:
1584 * language.c (longest_local_hex_string_custom): Use phex_nz to
1585 convert NUM to a hex string.
1586
ec920329
EZ
15872002-01-12 Elena Zannoni <ezannoni@redhat.com>
1588
1589 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1590 the function.
538a76d6 1591 Update Copyright year.
ec920329 1592
3abd2e01
AC
15932002-01-12 Andrew Cagney <ac131313@redhat.com>
1594
1595 * language.c (longest_raw_hex_string): Delete unused function.
1596
b21b22e0
PS
15972002-01-11 Petr Sorfa <petrs@caldera.com>
1598
1599 * MAINTAINERS (write-after-approval): Add myself.
1600 * dwarf2read.c (read_tag_string_type): Handling of
1601 DW_AT_byte_size.
1602 (read_tag_string_type): FORTRAN fix to prevent propagation of
1603 first string size.
1604 (set_cu_language): Handling of DW_LANG_Fortran95
1605
747fe712
RE
16062002-01-11 Richard Earnshaw <rearnsha@arm.com>
1607
1608 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
1609 GETPID(inferior_ptid).
1610 (store_inferior_registers): Likewise.
1611
f1bea926
JM
16122002-01-10 Jason Merrill <jason@redhat.com>
1613
1614 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
1615 Fix DW_OP_minus.
1616
ae940673
AC
16172002-01-10 Andrew Cagney <ac131313@redhat.com>
1618
1619 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
1620 and bfd/elf32-sh-nbsd.c.
1621
00546b04
MS
16222002-01-10 Michael Snyder <msnyder@redhat.com>
1623
352ed7b4
MS
1624 * NEWS: Mention --pid and corefile/proc-id behavior change.
1625
c18be923
MS
1626 * Makefile.in: Add rules for gcore.o and linux-proc.o.
1627 * gcore.c: Include cli/cli-decode.h instead of command.h.
1628
00546b04
MS
1629 * main.c (captured_main): Add new command line option "--pid".
1630 If the second command line argument (following the symbol-file)
1631 begins with a digit, try to attach to it before trying to open
1632 it as a corefile.
1633 (print_gdb_help): Document the "--pid" argument.
1634
db60ec62
EZ
16352002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * completer.c (command_completer): New function.
1638
1639 * completer.h <command_completer>: Add prototype.
1640
1641 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1642 completer for the "help" command.
1643
39c22d1a
JM
16442002-01-09 Jason Merrill <jason@redhat.com>
1645
1646 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1647
c564377f
MS
16482002-01-09 Michael Snyder <msnyder@redhat.com>
1649
975aec09
MS
1650 * i386-linux-nat.c (fill_fpxregset): Make global.
1651 (store_fpxregset): Ditto.
1652
db4a10fa
MS
1653 * gregset.h (gdb_fpxregset_t): Define.
1654 (supply_fpxregset): Prototype.
1655 (fill_fpxregset): Prototype.
1656
c564377f
MS
1657 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1658
c3d45d70
RE
16592002-01-09 Richard Earnshaw <rearnsha@arm.com>
1660
1661 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1662 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1663 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1664
fcc87af1
AC
16652002-01-09 Andrew Cagney <ac131313@redhat.com>
1666
1667 * MAINTAINERS: Update target maintainer rules so that any
1668 Maintainer can approve a tested patch for a maintenance-only
1669 target.
1670
dd96c05b
RE
16712002-01-09 Richard Earnshaw <rearnsha@arm.com>
1672
d4297db9 1673 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 1674
d4297db9 1675 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
1676 IN_SIGTRAMP.
1677
145fdc6e
MS
16782002-01-08 Michael Snyder <msnyder@redhat.com>
1679
1680 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1681 real name of the executable, rather than the /proc name.
1682
be4d1333
MS
16832002-01-03 Michael Snyder <msnyder@redhat.com>
1684
1685 Implement a "generate-core-file" command in gdb, save target state.
1686 * gcore.c: New file. Implement new command 'generate-core-file'.
1687 Save a corefile image of the current state of the inferior.
1688 * linux-proc.c: Add linux-specific code for saving corefiles.
1689 * target.h (struct target_ops): Add new target vectors for saving
1690 corefiles; to_find_memory_regions and to_make_corefile_notes.
1691 (target_find_memory_regions): New macro.
1692 (target_make_corefile_notes): New macro.
1693 * target.c (update_current_target): Inherit new target methods.
1694 (dummy_find_memory_regions): New place-holder method.
1695 (dummy_make_corefile_notes): New place-holder method.
1696 (init_dummy_target): Initialize new dummy target vectors.
1697 * exec.c (exec_set_find_memory_regions): New function.
1698 Allow the exec_ops vector for memory regions to be taken over.
1699 (exec_make_note_section): New function, target vector method.
1700 * defs.h (exec_set_find_memory_regions): Export prototype.
1701 * procfs.c (proc_find_memory_regions): New function, corefile method.
1702 (procfs_make_note_section): New function, corefile method.
1703 (init_procfs_ops): Set new target vector pointers.
1704 (find_memory_regions_callback): New function.
1705 (procfs_do_thread_registers): New function.
1706 (procfs_corefile_thread_callback): New function.
1707 * sol-thread.c (sol_find_memory_regions): New function.
1708 (sol_make_note_section): New function.
1709 (init_sol_thread_ops): Initialize new target vectors.
1710 * inftarg.c (inftarg_set_find_memory_regions): New function.
1711 Allow to_find_memory_regions vector to be taken over.
1712 (inftarg_set_make_corefile_notes): New function.
1713 Allow to_make_corefile_notes vector to be taken over.
1714 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1715 interface layer if not target_has_execution (may be a corefile).
1716 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1717 * config/sparc/sun4sol2.mh: Ditto.
1718 * config/alpha/alpha-linux.mh: Ditto.
1719 * config/arm/linux.mh: Ditto.
1720 * config/i386/x86-64linux.mh: Ditto.
1721 * config/ia64/linux.mh: Ditto.
1722 * config/m68k/linux.mh: Ditto.
1723 * config/mips/linux.mh: Ditto.
1724 * config/powerpc/linux.mh: Ditto.
1725 * config/sparc/linux.mh: Ditto.
1726
c6b92abd
MS
17272002-01-07 Michael Snyder <msnyder@redhat.com>
1728
1729 * arm-linux-nat.c: Remove references to regcache.c internal data
1730 (registers[] and register_valid[]).
1731
4b09dc8c
MS
17322002-01-07 Michael Snyder <msnyder@redhat.com>
1733
abf22e64
AJ
1734 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1735 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
1736 symbol file and shlibs.
1737 * Makefile.in: Add rule for linux-proc.o.
1738 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1739 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1740 * config/arm/linux.mh: Ditto.
1741 * config/i386/linux.mh: Ditto.
1742 * config/i386/x86-64linux.mh: Ditto.
1743 * config/ia64/linux.mh: Ditto.
1744 * config/m68k/linux.mh: Ditto.
1745 * config/mips/linux.mh: Ditto.
1746 * config/powerpc/linux.mh: Ditto.
1747 * config/sparc/linux.mh: Ditto.
1748
c25b74ac
PM
17492002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1750
1751 * win32-nat.c: Add i386-tdep.h dependency.
1752
94cd915f
MS
17532002-01-07 Michael Snyder <msnyder@redhat.com>
1754
c7cccb76
MS
1755 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1756 instead of bfd_get_arch_size. Don't bail out just because
1757 there's no exec_bfd.
abf22e64 1758
34c0bd93
MS
1759 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1760 * p-valprint.c (pascal_object_print_value): Ditto.
1761 * somread.c (som_symtab_read): Ditto.
1762 * symfile.c (simple_free_overlay_region_table): Ditto.
1763 * valops.c (value_assign): Ditto.
1764
21c1c920
MS
1765 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1766 use tilde_expand and strerror for opening save-tracepoints file.
1767
5bbd998e
MS
1768 * thread-db.c (thread_db_new_objfile): Indendation fix.
1769
94cd915f
MS
1770 * infptrace.c (GDB_MAX_ALLOCA): New define.
1771 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 1772 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
1773 can be overridden with whatever value is appropriate to the host).
1774 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1775 alloca to allocate potentially large buffer.
1776 * rs6000-nat.c (child_xfer_memory): Ditto.
1777 * symm-nat.c (child_xfer_memory): Ditto.
1778 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1779
494e8a93
JSC
17802002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1781
1782 From Nick Clifton <nickc@redhat.com>
1783 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1784
d0e1d48e
MS
17852002-01-07 Michael Snyder <msnyder@redhat.com>
1786
abf22e64 1787 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
1788 Don't use exec_bfd if it's NULL.
1789
290b2c7a
MK
17902002-01-06 Mark Kettenis <kettenis@gnu.org>
1791
abf22e64 1792 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 1793
aef21287
AC
17942002-01-06 Andrew Cagney <ac131313@redhat.com>
1795
1796 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1797 * gnu-nat.c: Ditto.
1798
30efa627
AC
17992002-01-06 Andrew Cagney <ac131313@redhat.com>
1800
1801 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1802 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1803 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1804 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1805 z8k-coff have not been multi-arched. Update z8k-coff build
1806 status.
1807
9b4ff276
AC
18082002-01-06 Andrew Cagney <ac131313@redhat.com>
1809
1810 * MAINTAINERS: Mark a29k target as obsolete.
1811 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1812 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1813 comments.
1814 * NEWS: Note that a29k targets are obsolete.
1815 * a29k-tdep.c: Mark as obsolete.
1816 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1817 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1818 a29k-*-vxworks* targets as obsolete.
1819 * remote-adapt.c: Obsolete.
1820 * remote-eb.c: Obsolete.
1821 * remote-mm.c: Obsolete.
1822 * remote-udi.c: Obsolete.
1823 * config/a29k/a29k-udi.mt: Obsolete.
1824 * config/a29k/a29k.mt: Obsolete.
1825 * config/a29k/tm-a29k.h: Obsolete.
1826 * config/a29k/tm-vx29k.h: Obsolete.
1827 * config/a29k/vx29k.mt: Obsolete.
1828
a9011d31
AC
18292002-01-05 Andrew Cagney <ac131313@redhat.com>
1830
1831 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1832 with BFD_ENDIAN_BIG.
1833
9299404e
AC
18342002-01-05 Andrew Cagney <ac131313@redhat.com>
1835
1836 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1837 * configure, config.in: Re-generate.
1838 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1839 * defs.h: Do not include <endian.h>.
1840
7e89e357
JT
18412002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1842
1843 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1844 * config.in: Regenerate.
1845 * configure.in: Update copyright years.
1846 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1847 * configure: Regenerate.
1848 * i386bsd-nat.c: Update copyright years.
1849 (fill_gregset): Use regcache_collect.
1850 (fetch_inferior_registers): Only fetch integer registers
1851 if requested to do so. Add support for XMM registers
1852 using PT_GETXMMREGS.
1853 (store_inferior_registers): Only store integer registers
1854 if requested to do so. Add support for XMM registers
1855 using PT_SETXMMREGS.
1856 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1857 (store_inferior_registers): Remove.
1858 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1859 (fetch_elfcore_registers): New function.
1860 (i386nbsd_elfcore_fns): New.
1861 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1862 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1863 i386bsd-nat.o.
1864 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1865 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1866 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1867 * config/i386/tm-nbsd.h: Update copyright years.
1868 (HAVE_SSE_REGS): Define.
1869 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1870 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1871 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1872 (SIGCONTEXT_PC_OFFSET): Remove.
1873 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1874
a752853e
AC
18752002-01-05 Andrew Cagney <ac131313@redhat.com>
1876
1877 * configure.tgt: Remove powerpc-*-macos* target.
1878 * config/m68k/xm-mpw.h: Delete file.
1879 * config/xm-mpw.h: Delete file.
1880 * ser-mac.c: Delete file.
1881 * mpw-make.sed: Delete file.
1882 * mpw-config.in: Delete file.
1883 * mac-xdep.c: Delete file.
1884 * mac-gdb.r: Delete file.
1885 * mac-defs.h: Delete file.
1886 * mac-nat.c: Delete file.
1887 * config/powerpc/macos.mh: Delete file.
1888 * config/powerpc/macos.mt: Delete file.
1889 * config/powerpc/nm-macos.h: Delete file.
1890 * config/powerpc/tm-macos.h: Delete file.
1891 * source.c (openp, open_source_file): Remove obsolete code.
1892 * top.c (gdb_readline): Ditto.
1893 * utils.c (query): Ditto.
1894 * event-top.c (display_gdb_prompt): Ditto.
1895 * Makefile.in (ser-mac.o): Delete obsolete target.
1896 * NEWS: Update.
1897
d7449b42
AC
18982002-01-04 Andrew Cagney <ac131313@redhat.com>
1899
1900 * defs.h (BIG_ENDIAN): Delete macro definition.
1901 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1902 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1903 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1904 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1905 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1906 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1907 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1908 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1909 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1910 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1911 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1912 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1913 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1914 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1915 * gdbarch.c: Re-generate.
1916
356374e8
DJ
19172002-01-04 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1920 for core files.
1921
a2b8f8f8
JT
19222002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1923
1924 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1925
12466af9
AC
19262002-01-04 Andrew Cagney <ac131313@redhat.com>
1927
1928 * value.h (value_ptr): Delete typedef.
1929
3549ab40
JT
19302002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1931
1932 * i386nbsd-nat.c: Update copyright years.
1933 Include i386-tdep.h.
1934
fedbd091
EZ
19352002-01-04 Elena Zannoni <ezannoni@redhat.com>
1936
1937 * stabsread.c: Update copyright years.
1938
1939 From Debashis Mahata <debashis.mahata@wipro.com>:
1940 (read_struct_fields): Deal with Sun C compiler erroneous stab
1941 output for structs and unions.
fec8b34f 1942 Fix PR gdb/269.
fedbd091 1943
eb43544b
DJ
19442002-01-04 Daniel Jacobowitz <drow@mvista.com>
1945
1946 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1947 prototype.
1948
1514d34e
DJ
19492002-01-04 Daniel Jacobowitz <drow@mvista.com>
1950
1951 * cp-abi.c: Fix whitespace.
1952 (baseclass_offset): New wrapper function.
1953 * cp-abi.h (baseclass_offset): Add prototype.
1954 (struct cp_abi_ops): Add baseclass_offset pointer.
1955
1956 * valops.c (vb_match): Move to...
1957 * gnu-v2-abi.c (vb_match): here.
1958 * valops.c (baseclass_offset): Move to...
1959 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1960
1961 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1962
1963 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1964 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1965 * hpacc-abi.c (init_hpacc_ops): Likewise.
1966
7f8c9282
DJ
19672002-01-04 Daniel Jacobowitz <drow@mvista.com>
1968
1969 * valops.c (find_overload_match): Accept obj as a
1970 reference parameter. Update it before returning.
1971 * value.h (find_overload_match): Update prototype.
1972 * eval.c (evaluate_subexp_standard): Pass object to
1973 find_overload_match by reference.
1974
f23631e4
AC
19752002-01-03 Andrew Cagney <ac131313@redhat.com>
1976
1977 * valarith.c: Replace value_ptr with struct value pointer. Remove
1978 register attribute from value declarations.
1979 * valops.c: Ditto.
1980 * value.h: Ditto.
1981 * scm-lang.c (scm_lookup_name): Ditto.
1982
79e10fab 19832002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 1984
79e10fab
AC
1985 Abstract the functionality of iterating over mapped memory
1986 regions into a general purpose iterator function.
abf22e64 1987 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
1988 iterator for memory sections.
1989 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1990 (solib_mappings_callback): New function, callback for above.
1991 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1992 (info_mappings_callback): New function, callback for above.
1993
1994 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1995
c5ad026a
MK
19962002-01-01 Mark Kettenis <kettenis@gnu.org>
1997
d2a7c97a
MK
1998 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1999 * i386-tdep.c: Include "elf-bfd.h".
2000 (process_note_abi_tag_sections): New function.
2001 (i386_gdbarch_init): Add code to recognize various OS/ABI
2002 combinations.
2003
c5ad026a
MK
2004 * maint.c (_initialize_maint_cmds): Add missing \ in
2005 string-literal.
2006
a1a5b71e 2007For older changes see ChangeLog-2001
c906108c
SS
2008\f
2009Local Variables:
2010mode: change-log
2011left-margin: 8
2012fill-column: 74
2013version-control: never
2014End: