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