]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
typo fix in last change
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bfb01f37
AC
12002-04-26 Andrew Cagney <ac131313@redhat.com>
2
3 * stack.c (selected_frame_level):
4 (select_frame): Do not set selected_frame_level.
5 * frame.h (selected_frame_level): Delete declaration.
6
15813d3f
AC
72002-04-26 Andrew Cagney <ac131313@redhat.com>
8
9 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
10 convert_from_func_ptr-addr when AIX / PowerOpen.
11
6096c27a
AC
122002-04-25 Andrew Cagney <ac131313@redhat.com>
13
14 * valops.c (hand_function_call): Call
15 generic_save_call_dummy_addr.
16 * frame.h (generic_save_call_dummy_addr): Declare.
17 * blockframe.c (struct dummy_frame): Add fields call_lo and
18 call_hi.
19 (generic_find_dummy_frame): Check for PC in range call_lo to
20 call_hi instead of entry_point_address.
21 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
22 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
23 (generic_save_call_dummy_addr): New function.
24
f510d44e
DM
252002-04-24 David S. Miller <davem@redhat.com>
26
27 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
28 sparc_skip_prologue.
29 (sparc_skip_prologue): Kill frameless_p arg, and use line number
30 information to find prologue when possible.
31 (sparc_prologue_frameless_p): Call examine_prologue directly.
32 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
33 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
34 second argument.
35 (SKIP_PROLOGUE): Likewise.
36
15d72a92
JT
372002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
38
39 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
40 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
41 indicate that the condition it was testing is always true.
42 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
43 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
44 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
45
accc6d1f
JT
462002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
47
48 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
49 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
50 tdep->jb_pc and tdep->jb_elt_size.
51 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
52 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
53 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
54 * alpha-nat.c (get_longjmp_target): Remove.
55 (JB_ELEMENT_SIZE): Ditto.
56 (JB_PC): Ditto.
57 * alpha-tdep.c (alpha_get_longjmp_target): New function.
58 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
59 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
60 to alpha_get_longjmp_target.
61 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
62 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
63 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
64
1bfdc549
AC
652002-04-25 Andrew Cagney <ac131313@redhat.com>
66
67 * README: Update to GDB 5.2.
68
1bd316f0
AC
692002-04-25 Andrew Cagney <ac131313@redhat.com>
70
71 * gdbarch.sh (LC_ALL): Set to `c'.
72
2e5ff58c
TR
732002-04-25 Theodore A. Roth <troth@verinet.com>
74
75 * avr-tdep.c: Ran through gdb_indent.sh.
76
e33ce519
TR
772002-04-25 Theodore A. Roth <troth@verinet.com>
78
79 * MAINTAINERS: Add myself as AVR maintainer.
80 * NEWS: Note new target avr.
81
8818c391
TR
822002-04-25 Theodore A. Roth <troth@verinet.com>
83
84 * Makefile.in: Add support for AVR target.
85 * configure.tgt: Add support for AVR target.
86 * avr-tdep.c: New file
87 * config/avr/avr.mt: New file.
88
79509c2d
TR
892002-04-25 Theodore A. Roth <troth@verinet.com>
90
91 * MAINTAINERS: Add myself to write-after-approval.
92
dac8068e
PM
932002-04-24 Pierre Muller <ics.u-strasbg.fr>
94
95 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
96 with fprintf_unfiltered (gdb_stderr,....
97
25bf3106
PM
982002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
99
100 Fix PR gdb/508.
101 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
102
24467a86
PM
1032002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
104
105 * p-exp.y: Also use new prev_lexptr variable
106 to improve error reporting. Based on Michael Snyder
107 2002-04-24 dated patch to c-exp.y.
108
95b80706
JT
1092002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
110
111 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
112 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
113 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
114 to 0.
115 * config/alpha/tm-alpha.h: Remove forward decls of struct type
116 and struct value.
117 (FUNCTION_START_OFFSET): Remove.
118 (BREAKPOINT): Ditto.
119
e90cc612
JT
1202002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
121
122 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
123 * NEWS: Ditto.
124
6c72f9f9
JT
1252002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
126
127 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
128 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
129 alpha_linux_pc_in_sigtramp.
130 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
131 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
132 alpha_osf1_pc_in_sigtramp.
133 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
134 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
135 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
136 alphafbsd_pc_in_sigtramp.
137 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
138 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
139 alphanbsd_pc_in_sigtramp.
140 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
141 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
142
5e4f3379
JT
1432002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
144
145 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
146
da8ca43d
JT
1472002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
148
149 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
150 alphanbsd-tdep.c.
151 (alphanbsd-nat.o): New dependency list.
152 (alphanbsd-tdep.o): Ditto.
153 * NEWS: Note new native NetBSD/alpha configuration.
154 * alphanbsd-nat.c: New file.
155 * alphanbsd-tdep.c: Ditto.
156 * configure.host (alpha*-*-netbsd*): New host.
157 * configure.tgt (alpha*-*-netbsd*): New target.
158 * config/alpha/nbsd.mh: New file.
159 * config/alpha/nbsd.mt: Ditto.
160 * config/alpha/nm-nbsd.h: Ditto.
161 * config/alpha/tm-nbsd.h: Ditto.
162
36a6271d
JT
1632002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
164
165 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
166 (alpha-osf1-tdep.o): New dependency list.
167 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
168 and skip_sigtramp_frame members.
169 * alpha-linux-tdep.c: Include gdbcore.h.
170 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
171 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
172 * alpha-osf1-tdep.c: New file.
173 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
174 alpha-osf1-dep.c.
175 (alpha_frame_past_sigtramp_frame): New function.
176 (alpha_dynamic_sigtramp_offset): Ditto.
177 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
178 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
179 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
180 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
181 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
182 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
183 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
184 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
185 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
186 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
187 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
188 to find_solib_trampoline_target.
189 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
190 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
191 (SKIP_TRAMPOLINE_CODE): Remove.
192 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
193 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
194 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
195 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
196 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
197 (PROC_SIGTRAMP_MAGIC): Ditto.
198 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
199 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
200 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
201 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
202 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
203
2f4bc57b
JT
2042002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
205
206 * NEWS: Note that Alpha targets are now multi-arch.
207
665132f9
MS
2082002-04-24 Michael Snyder <msnyder@redhat.com>
209
210 * parser-defs.h (prev_lexptr): New external variable.
211 * parse.c (parse_exp_1): Set prev_lexptr to null before
212 calling the language-specific parser.
213 * c-exp.y (yylex): Set prev_lexptr to start of current token.
214 (yyerror): Use prev_lexptr in error reporting.
215
32872fa7
DJ
2162002-04-24 Daniel Jacobowitz <drow@mvista.com>
217
218 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
219 * gregset.h: If FILL_FPXREGSET is defined, provide
220 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
221 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
222 is defined, call fill_fpxregset.
223
57e76fac
MS
2242002-04-24 Roland McGrath <roland@frob.com>
225
226 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
227 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
228 (supply_gregset, supply_fpregset): New functions.
229
230 * gnu-nat.c (gnu_find_memory_regions): New function.
231 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
232 (gnu_xfer_memory): Add a cast.
233
f43845b3
MS
2342002-04-24 Michael Snyder <msnyder@redhat.com>
235
236 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
237 loop. Add handling for "str lr, [sp, #-4]!" and for saves
238 of argument regs ("str r(0123), [r11, #-nn"]).
239 (arm_skip_prologue): Better handling for frameless functions.
240 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
241 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
242
a0abec03
AC
243Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
244
245 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
246 NUM_PSEUDO_REGS can be used.
247
d7bd68ca
AC
2482002-04-24 Andrew Cagney <ac131313@redhat.com>
249
250 * arch-utils.h: Update copyright.
251
252 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
253 * gdbarch.h, gdbarch.c: Re-generate.
254
255 * inferior.h (IN_SIGTRAMP): Delete definition.
256 * arch-utils.c (legacy_pc_in_sigtramp): New function.
257 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
258
259 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
260 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
261 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
262 (find_proc_framesize): Ditto.
263 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
264 (alpha_init_extra_frame_info): Ditto.
265 * infrun.c (handle_inferior_event): Ditto.
266 (handle_inferior_event): Ditto.
267 (check_sigtramp2): Ditto.
268 * blockframe.c (create_new_frame): Ditto.
269 (get_prev_frame): Ditto.
270 * ppc-linux-tdep.c: Update comments.
271 * i386-linux-tdep.c: Update comments.
272 * breakpoint.c (bpstat_what): Update comment.
273
d06f167a
ML
2742002-04-24 Michal Ludvig <mludvig@suse.cz>
275
276 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
277 (regsets_store_inferior_registers): Removed cast to int from
278 ptrace() calls.
279 * gdbserver/regcache.h: Added declaration of struct inferior_info.
280
4867e41e
DM
2812002-04-24 David S. Miller <davem@redhat.com>
282
21d83aa5
DM
283 * i960-tdep.c (register_in_window_p): New function.
284 (i960_find_saved_register): Use it instead of
285 REGISTER_IN_WINDOW_P.
286 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
287
4867e41e
DM
288 * symtab.h (find_stab_function_addr): Kill extern.
289 * minsyms.c (find_stab_function_addr): Remove from here...
290 * dbxread.c: ... to here, and mark it static.
291
69cdf6a2
DM
2922002-04-20 David S. Miller <davem@redhat.com>
293
294 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
295 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
296
5a595886
DM
2972002-04-21 David S. Miller <davem@redhat.com>
298
299 * remote-vxsparc.c (vx_read_register): Fix typo, we want
300 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
301 (vx_write_register): Likewise.
302
1da1a192
JB
3032002-04-23 J. Brobecker <brobecker@gnat.com>
304
305 * source.c (is_regular_file): New function.
306 (openp): Check wether file to open is a regular file
307 to avoid opening directories.
308
baa6f10b
JT
3092002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
310
311 * findvar.c (extract_signed_integer): Cast printf argument
312 to suppress format warning.
313 (extract_unsigned_integer): Likewise.
314 * infcmd.c (registers_info): Likewise.
315 * top.c (get_prompt_1): Likewise.
316 * valops.c (value_assign): Likewise.
317 * valprint.c (print_decimal): Likewise.
318
b2c4da81
L
3192002-04-22 H.J. Lu (hjl@gnu.org)
320
321 * c-exp.y (typebase): Support
322
323 [long|long long|short] [signed|unsigned] [int|]
324
325 and
326
327 signed [long|long long|short] int
328
f267bd6a
JT
3292002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
330
331 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
332 and vax-tdep.h.
333 * vax-tdep.h: New file.
334 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
335 Make several routines static.
336 (vax_get_saved_register): New function.
337 (vax_gdbarch_init): New function.
338 (_initialize_vax_tdep): Register vax_gdbarch_init.
339 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
340 Remove macros now under the control of gdbarch.
341
da3c6d4a
MS
3422002-04-22 Michael Snyder <msnyder@redhat.com>
343
11d3b27d
MS
344 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
345 Some whitespace and coding standards tweaks.
da3c6d4a 346
a33f7558
JT
3472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
348
349 * vax-tdep.c: Include regcache.h.
350 (vax_call_dummy_words): New.
351 (sizeof_vax_call_dummy_words): New.
352 (vax_fix_call_dummy): New function.
353 (vax_saved_pc_after_call): Ditto.
354 * config/vax/tm-vax.h: Don't include regcache.h.
355 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
356 (CALL_DUMMY): Remove.
357 (CALL_DUMMY_WORDS): Define.
358 (SIZEOF_CALL_DUMMY_WORDS): Define.
359 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
360
47a73475
MS
3612002-04-18 Michael Snyder <msnyder@redhat.com>
362
363 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
364
52efde73
JT
3652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
366
367 * vax-tdep.c (vax_frame_chain): New function.
368 (vax_push_dummy_frame): Ditto.
369 (vax_pop_frame): Ditto.
370 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
371 (FRAMELESS_FUNCTION_INVOCATION): Use
372 generic_frameless_function_invocation_not.
373 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
374 (POP_FRAME): Use vax_pop_frame.
375
ea74468c
JT
3762002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
377
378 * vax-tdep.c (vax_store_struct_return): New function.
379 (vax_extract_return_value): Ditto.
380 (vax_store_return_value): Ditto.
381 (vax_extract_struct_value_address): Ditto.
382 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
383 vax_store_struct_return.
384 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
385 (STORE_RETURN_VALUE): Use vax_store_return_value.
386 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
387
5516aa92
JT
3882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
389
390 * vax-tdep.c (vax_frame_saved_pc): New function.
391 (vax_frame_args_address_correct): Ditto.
392 (vax_frame_args_address): Ditto.
393 (vax_frame_locals_address): Ditto.
394 (vax_frame_num_args): Move code to be in proximity to
395 other frame-related functions.
396 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
397 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
398 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
399 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
400 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
401
36af0b35
L
4022002-04-22 H.J. Lu (hjl@gnu.org)
403
404 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
405 includedir.
406
ab62c900
JT
4072002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
408
409 * vax-tdep.c (vax_frame_init_saved_regs): New function.
410 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
411 (FRAME_INIT_SAVED_REGS): New macro.
412
7232b100
JT
4132002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
414
415 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
416
b70d2aee
JT
4172002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
418
419 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
420 where needed.
421 (fetch_osf_core_registers): Likewise.
422 (supply_gregset): Likewise.
423
a0e8a2d1
JB
4242002-04-22 J. Brobecker <brobecker@gnat.com>
425
426 * symfile.h (get_section_index): Define.
427 * symfile.c (get_section_index): New function.
428 * mdebugread.c (SC_IS_SBSS): New macro.
429 (SC_IS_BSS): Return true for the scBss storage class only, as
430 the scSBss storage class refers to the .sbss section.
431 (parse_partial_symbols): Discard the symbols which associated
432 section does not exist.
433 Make sure to use the .sbss section index for symbols which
434 storage class is scBss, rather than using the .bss section index.
435
51eb8b08
JT
4362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
437
438 * vax-tdep.c: Update copyright years.
439 (vax_register_name): New function.
440 (vax_register_byte): Ditto.
441 (vax_register_raw_size): Ditto.
442 (vax_register_virtual_size): Ditto.
443 (vax_register_virtual_type): Ditto.
444 * config/vax/tm-vax.h: Update copyright years.
445 (REGISTER_NAMES): Remove.
446 (REGISTER_NAME): Define.
447 (REGISTER_BYTE): Use vax_register_byte.
448 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
449 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
450 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
451
6cc1c0a8
AC
4522002-04-21 Andrew Cagney <ac131313@redhat.com>
453
454 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
455 declaration
456 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
457
9319a2fe
DM
4582002-04-21 David S. Miller <davem@redhat.com>
459
460 * arch-utils.c (generic_prologue_frameless_p): Kill
461 SKIP_PROLOGUE_FRAMELESS_P code.
462 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
463 references.
464 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
465 * arc-tdep.c (arc_prologue_frameless_p): Implement.
466 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
467 references.
468 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
469 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
470 (sparc_gdbarch_init): Pass it to
471 set_gdbarch_prologue_frameless_p.
a0e8a2d1 472
e9ed6d01
JT
4732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
474
475 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
476 (alphabsd-nat.o): New dependency list.
477
36012033
JT
4782002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
479
480 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
481 alphafbsd-tdep.c.
482 (alpha-linux-tdep.o): New dependency list.
483 (alphafbsd-tdep.o): Likewise.
484
3379287a
JT
4852002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
486
487 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
488 to here...
489 * alpha-tdep.c: ...from here.
490 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
491
4bcbd6cb
JT
4922002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
493
494 * config/alpha/tm-alpha.h: Move alpha_software_single_step
495 prototype from here...
496 * alpha-tdep.h: ...to here.
497
b31da25e
AC
4982002-04-21 Andrew Cagney <ac131313@redhat.com>
499
500 * frame.h (selected_frame_level): Document as deprecated.
501 (frame_relative_level): Declare.
502 * stack.c (frame_relative_level): New function.
503 (selected_frame_level): Document as deprecated.
504 (select_frame): Do not set the selected_frame_level.
505
506 * stack.c (frame_info, record_selected_frame): Update.
507 (frame_command, current_frame_command): Update.
508 (up_silently_base, up_command, down_silently_base): Update.
509 (down_command): Update.
510 * inflow.c (kill_command): Update.
511 * tracepoint.c (finish_tfind_command): Update.
512 * corelow.c (core_open): Update.
513 * thread.c (info_threads_command): Update.
514 (do_captured_thread_select): Update.
515 * infcmd.c (finish_command): Update.
516 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
517
9c1d6fe5
JT
5182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
519
520 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
521
ab89facf
AC
5222002-04-21 Andrew Cagney <ac131313@redhat.com>
523
524 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
525 type const.
526
82a4efa1
JT
5272002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
528
529 * alphafbsd-tdep.c: Update copyright years. Include
530 alpha-tdep.h.
531 (alphafbsd_use_struct_convention): Make static.
532 (alphafbsd_init_abi): New function.
533 (_initialize_alphafbsd_tdep): New function.
534 * config/alpha/tm-fbsd.h: Update copyright years.
535 (USE_STRUCT_CONVENTION): Remove.
536
44dffaac
JT
5372002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
538
539 * alpha-tdep.c (alpha_abi_handler): New structure to describe
540 an Alpha ABI variant.
541 (alpha_abi_handler_list): Declare.
542 (alpha_gdbarch_register_os_abi): New function.
543 (alpha_gdbarch_init): Give registered ABI variant handlers a
544 chance to tweak the gdbarch once we have set up defaults.
545 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
546
65585be4
JT
5472002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
548
549 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
550 to standard_coerce_float_to_double.
551 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
552
d9b023cc
JT
5532002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
554
555 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
556 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
557 from gdbarch_tdep rather than a constant.
558 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
559 the default text address for all Alpha Unix ABIs.
560 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
561 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
562
dc129d82
JT
5632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
564
565 * alpha-tdep.h: New file. Includes several Alpha target constants
566 taken from...
567 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
568 let gdbarch deal with.
569 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
570 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
571 to dependency list.
572 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
573 Alpha target register names.
574 * alphabsd-nat.c: Likewise.
575 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
576 Alpha target register names. Make serveral routines static.
577 (alpha_get_saved_register): New function.
578 (alpha_abi_names): New.
579 (process_note_abi_tag_sections): New function.
580 (get_elfosabi): New function.
581 (alpha_gdbarch_init): New function.
582 (alpha_dump_tdep): New function.
583 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
584
d49d1e0a
AC
5852002-04-21 Andrew Cagney <ac131313@redhat.com>
586
587 * frame.c (find_saved_register): Delete #ifdef
588 HAVE_REGISTER_WINDOWS code.
589 * config/sparc/tm-sparc.h: Update comments.
590 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
591
92e8c9ed
AC
5922002-04-21 Andrew Cagney <ac131313@redhat.com>
593
594 * i960-tdep.c (i960_find_saved_register): New function.
595 (i960_get_saved_register): New function.
596 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
597 (i960_get_saved_register): Declare.
598 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
599
e1925118
DM
6002002-04-20 David S. Miller <davem@redhat.com>
601
602 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
603
29673b29
AC
6042002-04-20 Andrew Cagney <ac131313@redhat.com>
605
606 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
607 instead of NUM_PSEUDO_REGS.
608
6c86dcd5
DM
6092002-04-20 David S. Miller <davem@redhat.com>
610
611 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
612 GDB_MULTI_ARCH_PARTIAL
613 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
614 define, let tm-sp64.h do it.
615
aa40ec90
JT
6162002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
617
618 * frame.c (find_saved_register): Avoid a NULL pointer
619 dereference and actually walk the frame list.
620
0f79675b
AC
6212002-04-20 Andrew Cagney <ac131313@redhat.com>
622
623 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
624 sorted in most most-recent-used order. Document.
625 * gdbarch.h, gdbarch.c: Regenerate.
626
c04a1aa8
DJ
6272002-04-20 Daniel Jacobowitz <drow@mvista.com>
628
629 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
630 (add_inferior): Call create_register_cache.
631 (clear_inferiors): Call free_register_cache.
632 (inferior_regcache_data, set_inferior_regcache_data): New functions.
633 * gdbserver/regcache.c (struct inferior_regcache_data): New.
634 (registers): Remove.
635 (get_regcache): New function.
636 (create_register_cache, free_register_cache): New functions.
637 (set_register_cache): Don't initialize the register cache here.
638 (registers_to_string, registers_from_string, register_data): Call
639 get_regcache.
640 * gdbserver/regcache.h: Add prototypes.
641 * gdbserver/server.h: Likewise.
642
611cb4a5
DJ
6432002-04-20 Daniel Jacobowitz <drow@mvista.com>
644
645 * gdbserver/mem-break.c: New file.
646 * gdbserver/mem-break.h: New file.
647 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
648 dependencies.
649 * gdbserver/inferiors.c (struct inferior_info): Add target_data
650 member.
651 (clear_inferiors): Free target_data member if set.
652 (inferior_target_data, set_inferior_target_data): New functions.
653 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
654 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
655 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
656 (struct inferior_linux_data): New.
657 (linux_create_inferior): Use set_inferior_target_data.
658 (linux_attach): Likewise. Call add_inferior.
659 (linux_wait_for_one_inferior): New function.
660 (linux_wait): Call it.
661 (linux_write_memory): Add const.
662 (initialize_low): Call set_breakpoint_data.
663 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
664 handling members.
665 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
666 call.
667 * gdbserver/server.h: Include mem-break.h. Update inferior.c
668 prototypes.
669 * gdbserver/target.c (read_inferior_memory)
670 (write_inferior_memory): New functions.
671 * gdbserver/target.h (read_inferior_memory)
672 (write_inferior_memory): Change macros to prototypes.
673 (struct target_ops): Update comments. Add const to write_memory
674 definition.
675
f91305dd 6762002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
677
678 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
679 instead of ->prev.
680 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
681 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
682 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
683 instead of ->prev.
684
73d322b1
EZ
6852002-04-19 Elena Zannoni <ezannoni@redhat.com>
686
687 Fix PR gdb/471.
688 * gdbtypes.c (init_simd_type): Rewrite using new functions.
689 (build_builtin_type_vec128): Ditto.
690 (append_composite_type_field): Fix calculation of type length in
691 union case.
692
ccd9a834
EZ
6932002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
694
695 * config/djgpp/README: Update.
696
697 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
698 compiler warnings.
699
a57f9e49
JT
7002002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
701
702 * alpha-tdep.c (setup_arbitrary_frame): Rename...
703 (alpha_setup_arbitrary_frame): ...to this.
704 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
705 for alpha_setup_arbitrary_frame.
706
f4f9705a
AC
7072002-04-18 Andrew Cagney <cagney@redhat.com>
708
709 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
710 * gdbarch.h, gdbarch.c: Regenerate.
711
712 * defs.h (breakpoint_from_pc_fn): Delete type definition.
713 * target.h (memory_breakpoint_from_pc): Update declaration.
714 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
715
716 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
717 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
718 * mem-break.c (memory_breakpoint_from_pc): Ditto.
719 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
720 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
721 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
722 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
723 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
724 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
725 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
726 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
727 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
728
729 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
730 const pointer.
731 * monitor.c (monitor_insert_breakpoint): Ditto.
732 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
733
734 * config/mcore/tm-mcore.h: Update copyright.
735 * mem-break.c: Ditto.
736 * xstormy16-tdep.c: Ditto.
737
29f319b8
PM
7382002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
739
740 * p-exp.y: Add precedence rule for '^' token.
741 This removes the shift/reduce conflicts.
742 Remove the comment concerning these shift/reduce conflicts.
743
ebeac11a
EZ
7442002-04-18 Elena Zannoni <ezannoni@redhat.com>
745
746 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
747 (registers_powerpc_nofp): New register set for processors
748 without floating point unit.
749
27c31547
DM
7502002-04-18 David S. Miller <davem@redhat.com>
751
752 * MAINTAINERS: Add myself to write-after-approval.
753
47a73475
MS
7542002-04-17 Michael Snyder <msnyder@redhat.com>
755
756 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
757
953836b2
AC
7582002-04-17 Andrew Cagney <ac131313@redhat.com>
759
760 * rs6000-tdep.c (frame_initial_stack_address): Use
761 frame_register_read to read the alloca_reg.
762
8b0d4340
AC
7632002-04-17 Andrew Cagney <ac131313@redhat.com>
764
765 * frame.c (find_saved_register): Find saved registers in the next
766 not prev frame.
767 Fix PR gdb/365.
768
d8864532
AC
7692002-04-17 Andrew Cagney <ac131313@redhat.com>
770
771 * gdbarch.sh (LANG): Set to ``c''.
772
36cc83a3
AC
7732002-04-15 Andrew Cagney <ac131313@redhat.com>
774
775 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
776
2f4150cc 7772002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
778
779 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
780 Update copyright.
781
628703c6 782 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc
AC
783 Also fix PR gdb/391.
784
56157b4a
AC
7852002-04-14 Andrew Cagney <ac131313@redhat.com>
786
787 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
788 * aclocal.m4, configure: Re-generate.
789 Fix PR gdb/391.
790
6d1e3329
EZ
7912002-04-14 Elena Zannoni <ezannoni@redhat.com>
792
793 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
794 instead of tm_print_insn.
795
cb06fa07
EZ
7962002-04-14 Elena Zannoni <ezannoni@redhat.com>
797
798 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
799
f208ba17
AC
8002002-04-14 Andrew Cagney <ac131313@redhat.com>
801
802 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
803 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
804 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
805
20f01a46
DH
8062002-04-12 Don Howard <dhoward@redhat.com>
807
808 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
809 max_user_call_depth.
810 (init_cmd_lists): Initialize the new value;
811 * cli/cli-script.c (execute_user_command): Limit the call depth of
812 user defined commands. This avoids a core-dump when user commands
813 are infinitly recursive.
814
a88376a3
KB
8152002-04-12 Kevin Buettner <kevinb@redhat.com>
816
817 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
818 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
819 from tdep struct instead of DEFAULT_LR_SAVE.
820 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
821 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
822 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
823
f2172603
MS
8242002-04-12 Michael Snyder <msnyder@redhat.com>
825
694f61fb 826 * Remote.c: Spelling fix.
20fe79c8
MS
827 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
828 If no symbol found for "sbrk", try "_sbrk".
829 (make_output_phdrs): Use bfd_section_name.
830 (gcore_copy_callback): Use bfd_section_name.
62995fc4 831 * eval.c: Indentation fix-ups.
169a7369
MS
832 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
833 in case it gets applied to an address that is already
834 in the instruction space.
de74f71f
MS
835 * cli/cli-decode.c (help_list): Allow long lines to wrap.
836 * symfile.c: Fix indentation, long lines.
f2172603
MS
837 * source.c: White space fix-up.
838
cda5a58a
AC
8392002-04-12 Andrew Cagney <cagney@redhat.com>
840
841 * defs.h (read_relative_register_raw_bytes): Delete declaration.
842 * frame.c (frame_register_read): New function. Return non-zero on
843 success.
844 (read_relative_register_raw_bytes_for_frame): Delete.
845 (read_relative_register_raw_bytes): Delete.
846 * frame.h (frame_register_read): Declare.
847 * d30v-tdep.c: Update Copyright. Use frame_register_read.
848 * sh-tdep.c: Ditto.
849 * infcmd.c (do_registers_info): Ditto.
850 * hppa-tdep.c: Ditto.
851 * rs6000-tdep.c: Ditto.
852 * h8500-tdep.c: Ditto.
853 * mips-tdep.c: Ditto.
854 * h8300-tdep.c: Ditto.
855 * z8k-tdep.c: Ditto.
856
2ea5f656
KB
8572002-04-12 Kevin Buettner <kevinb@redhat.com>
858
859 From Jimi X <jimix@watson.ibm.com>:
860 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
861 64-bit SysV ABI.
862
27b15785
KB
8632002-04-12 Kevin Buettner <kevinb@redhat.com>
864
865 From Jimi X <jimix@watson.ibm.com>:
866 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
867 bfd info.
868
5d57ee30
KB
8692002-04-12 Kevin Buettner <kevinb@redhat.com>
870
871 From Jimi X <jimix@watson.ibm.com>:
872 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
873 register sets for these processor variants.
874
bc1e36ca
DJ
8752002-04-11 Daniel Jacobowitz <drow@mvista.com>
876
877 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
878 registers which are allowed to fail to store.
879 * gdbserver/linux-low.h (linux_target_ops): Likewise.
880 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
881 (ppc_cannot_store_register): FPSCR may not be storable.
882 * regformats/reg-ppc.dat: Support FPSCR.
883
e3f36dbd
KB
8842002-04-11 Kevin Buettner <kevinb@redhat.com>
885
886 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
887 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
888 Add fpscr as an invalid/unfetchable register.
889 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
890 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
891 (fill_fpregset): Add support for register fpscr.
892 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
893 (fill_gregset): Account for the fact that register ``mq'' might
894 not exist.
895 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
896 (registers_power): Add fpscr to register set at slot 71.
897 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
898 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
899
943c9c25
MS
9002002-04-11 Michael Snyder <msnyder@redhat.com>
901
902 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
903 * configure: Regenerate.
904 * config.in: Regenerate.
905 * acconfig.h: Add define for _SYSCALL32.
906 * core-sol2.c: Remove #define _SYSCALL32.
907 * solib-legacy.c: Remove #define _SYSCALL32.
908
d8c0a2e7
AC
9092002-04-10 Andrew Cagney <ac131313@redhat.com>
910
911 * stack.c (select_frame): Cleanup internal error message, do not
912 use %p.
913
7cc19214
AC
9142002-04-10 Andrew Cagney <ac131313@redhat.com>
915
916 * stack.c (select_frame): Check that selected_frame and the
917 specified level are as expected.
918 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
919 Update copyright.
920 * frame.h (struct frame_info): Add field `level'. Update
921 copyright.
922 Work-in-progress PR gdb/464.
923
67a2b77e
AC
9242002-04-10 Andrew Cagney <ac131313@redhat.com>
925
926 * maint.c (maint_print_section_info): Rename print_section_info.
927 (print_bfd_section_info, print_objfile_section_info): Update.
928 * inferior.h (struct gdbarch): Add opaque declaration.
929 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
930 * gdbarch.h: Regenerate.
931
8cfda98c
ML
9322002-04-10 Michal Ludvig <mludvig@suse.cz>
933
934 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
935 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
936 (kernel_u_size): Added.
937 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
938 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
939
ca439ad2
JI
9402002-04-04 Jim Ingham <jingham@apple.com>
941
942 * valarith.c (find_size_for_pointer_math): New function, either returns
943 the size for a pointer's target, returns 1 for void *, or errors for
944 incomplete types.
945 (value_add, value_sub): use find_size_for_pointer_math.
946
2f2893d9
DJ
9472002-04-09 Daniel Jacobowitz <drow@mvista.com>
948
949 * linux-low.c (linux_look_up_symbols): New hook.
950 (linux_target_ops): Add linux_look_up_symbols.
951 * remote-utils.c (decode_address): New function.
952 (look_up_one_symbol): New function.
953 * server.c (handle_query): Call target look_up_symbols hook.
954 * server.h (look_up_one_symbol): Add prototype.
955 * target.h (struct target_ops): Add look_up_symbols hook.
956
2ec06d2e
DJ
9572002-04-09 Daniel Jacobowitz <drow@mvista.com>
958
d64b8841
DJ
959 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
960 * ChangeLog: Correct paths in last ChangeLog entry.
961
9622002-04-09 Daniel Jacobowitz <drow@mvista.com>
963
964 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
965 (struct linux_target_ops): New.
966 (extern the_low_target): New.
d64b8841 967 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
968 (register_addr): Use the_low_target explicitly.
969 (fetch_register): Likewise.
970 (usr_fetch_inferior_registers): Likewise.
971 (usr_store_inferior_registers): Likewise.
d64b8841 972 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
973 (arm_num_regs): Define.
974 (arm_regmap): Renamed from regmap, made static.
975 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
976 made static.
977 (arm_cannot_store_register): Renamed from cannot_store_register,
978 made static.
979 (the_low_target): New.
d64b8841 980 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
981 (i386_num_regs): Define.
982 (i386_regmap): Renamed from regmap, made static.
983 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
984 made static.
985 (i386_cannot_store_register): Renamed from cannot_store_register,
986 made static.
987 (the_low_target): New.
d64b8841 988 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
989 (ia64_num_regs): Define.
990 (ia64_regmap): Renamed from regmap, made static.
991 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
992 made static.
993 (ia64_cannot_store_register): Renamed from cannot_store_register,
994 made static.
995 (the_low_target): New.
d64b8841 996 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
997 (m68k_num_regs): Define.
998 (m68k_regmap): Renamed from regmap, made static.
999 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
1000 made static.
1001 (m68k_cannot_store_register): Renamed from cannot_store_register,
1002 made static.
1003 (the_low_target): New.
d64b8841 1004 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
1005 (mips_num_regs): Define.
1006 (mips_regmap): Renamed from regmap, made static.
1007 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
1008 made static.
1009 (mips_cannot_store_register): Renamed from cannot_store_register,
1010 made static.
1011 (the_low_target): New.
d64b8841 1012 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
1013 (ppc_num_regs): Define.
1014 (ppc_regmap): Renamed from regmap, made static.
1015 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
1016 made static.
1017 (ppc_cannot_store_register): Renamed from cannot_store_register,
1018 made static.
1019 (the_low_target): New.
d64b8841 1020 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
1021 (s390_num_regs): Define.
1022 (s390_regmap): Renamed from regmap, made static.
1023 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
1024 made static.
1025 (s390_cannot_store_register): Renamed from cannot_store_register,
1026 made static.
1027 (the_low_target): New.
d64b8841 1028 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
1029 (sh_num_regs): Define.
1030 (sh_regmap): Renamed from regmap, made static.
1031 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
1032 made static.
1033 (sh_cannot_store_register): Renamed from cannot_store_register,
1034 made static.
1035 (the_low_target): New.
d64b8841 1036 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
1037 (the_low_target): New.
1038
96cb11df
AC
10392002-04-09 Andrew Cagney <ac131313@redhat.com>
1040
1041 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
1042 override FP_REGNUM with frame->fp. Update copyright.
1043 * parse.c (num_std_regs, std_regs): Delete.
1044 (target_map_name_to_register): Do not search std_regs. Update
1045 function description.
1046 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
1047 declarations. Update copyright.
1048 Fix PR gdb/251.
1049
c3a3ccc7
DJ
10502002-04-09 Daniel Jacobowitz <drow@mvista.com>
1051
1052 * gdbserver/Makefile.in: Add stamp-h target.
1053 * gdbserver/configure.in: Create stamp-h.
1054 * gdbserver/configure: Regenerated.
1055
ce3a066d
DJ
10562002-04-09 Daniel Jacobowitz <drow@mvista.com>
1057
1058 * gdbserver/inferiors.c: New file.
1059 * gdbserver/target.c: New file.
1060 * gdbserver/target.h: New file.
1061 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
1062 dependencies.
1063 * gdbserver/linux-low.c (inferior_pid): New static variable,
1064 moved from server.c.
1065 (linux_create_inferior): Renamed from create_inferior.
1066 Call add_inferior. Return 0 on success instead of a PID.
1067 (linux_attach): Renamed from myattach.
1068 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
1069 (linux_thread_alive): Renamed from mythread_alive.
1070 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
1071 child dies.
1072 (linux_resume): Renamed from myresume. Add missing ``return 0''.
1073 (regsets_store_inferior_registers): Correct error message.
1074 Add missing ``return 0''.
1075 (linux_fetch_registers): Renamed from fetch_inferior_registers.
1076 (linux_store_registers): Renamed from store_inferior_registers.
1077 (linux_read_memory): Renamed from read_inferior_memory.
1078 (linux_write_memory): Renamed from write_inferior_memory.
1079 (linux_target_ops): New structure.
1080 (initialize_low): Call set_target_ops ().
1081 * gdbserver/remote-utils.c (unhexify): New function.
1082 (hexify): New function.
1083 (input_interrupt): Send signals to ``signal_pid''.
1084 * gdbserver/server.c (inferior_pid): Remove.
1085 (start_inferior): Update create_inferior call.
1086 (attach_inferior): Call add_inferior.
1087 (handle_query): New function.
1088 (main): Call handle_query for `q' packets.
1089 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
1090 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
1091
0729219d
DJ
10922002-04-09 Daniel Jacobowitz <drow@mvista.com>
1093
1094 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
1095 dependencies.
1096 * gdbserver/configure.in: Check for <string.h>
1097 * gdbserver/configure: Regenerate.
1098 * gdbserver/config.in: Regenerate.
1099 * gdbserver/gdbreplay.c: Include needed system headers.
1100 (remote_open): Remove strchr prototype.
1101 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
1102 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
1103 (supply_register_by_name): Likewise.
1104 (collect_register): Change buf argument to void *.
1105 (collect_register_by_name): Likewise.
1106 * gdbserver/regcache.h: Add missing prototypes.
1107 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
1108 * gdbserver/server.c (handle_query): New function.
1109 (attached): New static variable, moved out of main.
1110 (main): Quiet longjmp clobber warnings.
1111 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
1112 * gdbserver/utils.c (error): Remove NORETURN.
1113 (fatal): Likewise.
1114
97658e92
DJ
11152002-04-09 Daniel Jacobowitz <drow@mvista.com>
1116
1117 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
1118 after the last symbol in a block.
1119
6044e3eb
PM
11202002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
1121
1122 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
1123 is non zero as a found symbol.
1124
0406ec40
AC
11252002-04-08 Andrew Cagney <ac131313@redhat.com>
1126
1127 * findvar.c: Include "builtin-regs.h".
1128 (value_of_register): Call value_of_builtin_reg when applicable.
1129 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
1130 (target_map_name_to_register): Call
1131 builtin_reg_map_name_to_regnum.
1132 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
1133 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
1134 (builtin_regs_h): Define.
1135 (builtin-regs.o): New target.
1136 (findvar.o): Add $(builtin_regs_h).
1137 * builtin-regs.c, builtin-regs.h: New files.
1138 * std-regs.c: New file.
1139 Partial fix for PR gdb/251.
1140
56a6dfb9
KB
11412002-04-08 Kevin Buettner <kevinb@redhat.com>
1142
1143 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
1144 it's no longer required.
1145
3a808432
AC
11462002-04-08 Andrew Cagney <ac131313@redhat.com>
1147
1148 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
1149
7c40d541
KB
11502002-04-08 Kevin Buettner <kevinb@redhat.com>
1151
1152 From Jimi X <jimix@watson.ibm.com>:
1153 * rs6000-tdep.c (rs6000_software_single_step): Use
1154 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
1155 and size. Use target_insert_breakpoint() and
1156 target_remove_breakpoint() to insert and remove breakpoints
1157 instead of explicit memory reads and writes.
1158
cc9836a8
KB
11592002-04-08 Kevin Buettner <kevinb@redhat.com>
1160
1161 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
1162 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
1163 ELF_OBJECT_FORMAT ifdef.
1164
7495d1dc
KB
11652002-04-08 Kevin Buettner <kevinb@redhat.com>
1166
1167 From Jimi X <jimix@watson.ibm.com>:
1168 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
1169
4288e836
KB
11702002-04-08 Kevin Buettner <kevinb@redhat.com>
1171
1172 From Jimi X <jimix@watson.ibm.com>:
1173 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
1174 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
1175
a4e4e501
MK
11762002-04-07 Mark Kettenis <kettenis@gnu.org>
1177
1178 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
1179 s/asprintf/xasprintf/.
1180 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
1181
006defba
AC
11822002-04-07 Andrew Cagney <ac131313@redhat.com>
1183
1184 I believe Jeff Law denies responsability for this one:
1185 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
1186 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
1187 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
1188 Work-around for PR gdb/366.
1189
7aa83cac
EZ
11902002-04-07 Elena Zannoni <ezannoni@redhat.com>
1191
1192 * remote-e7000.c (write_small, e7000_read_inferior_memory,
1193 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
1194 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
1195
cf1fcca1
EZ
11962002-04-07 Elena Zannoni <ezannoni@redhat.com>
1197
1198 * sh-tdep.c (sh_fp_frame_init_saved_regs,
1199 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
1200 information.
1201
3f289e6f
AC
12022002-04-07 Andrew Cagney <ac131313@redhat.com>
1203
1204 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
1205 maintainer.
1206
129188f6
AC
12072002-04-07 Andrew Cagney <ac131313@redhat.com>
1208
1209 * README (Reporting Bugs in GDB): Document the bug web page as the
1210 prefered way of submitting bugs.
1211 Fix PR gdb/402.
1212
1200cd6e
AC
12132002-04-06 Andrew Cagney <ac131313@redhat.com>
1214
1215 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
1216 -1. Update comment.
1217 * gdbarch.h, gdbarch.c: Re-generate.
1218
2853c33c
AS
12192002-04-07 Andreas Schwab <schwab@suse.de>
1220
1221 * m68klinux-nat.c (fill_fpregset): Properly pass address of
1222 buffer to regcache_collect.
1223
c2169756
AC
12242002-04-06 Andrew Cagney <ac131313@redhat.com>
1225
1226 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
1227 * gdbarch.c, gdbarch.h: Re-generate.
1228
25f1b008
AC
12292002-04-06 Andrew Cagney <ac131313@redhat.com>
1230
1231 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
1232 declaration. Fix -Werror.
1233
59263426
DJ
12342002-04-05 Daniel Jacobowitz <drow@mvista.com>
1235
1236 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
1237 * gdbarch.c: Regenerate.
1238
f5db4da3
MS
12392002-04-05 Michael Snyder <msnyder@redhat.com>
1240
80f8a6eb
MS
1241 * breakpoint.c (clear_command): Rewrite middle section to
1242 combine two loops with identical control conditions.
1243 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
1244 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
1245
ad3dcc5c
L
12462002-04-05 H.J. Lu (hjl@gnu.org)
1247
1248 * solib-svr4.c (bkpt_names): Add "__start".
1249
f32e7a74
AC
12502002-04-04 Andrew Cagney <ac131313@redhat.com>
1251
1252 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1253 as test for 64 bit target.
1254
8227c0ff
AC
12552002-04-05 Andrew Cagney <ac131313@redhat.com>
1256
1257 * h8500-tdep.c (h8500_write_fp): Delete function.
1258 * dwarf2cfi.c (cfi_write_fp): Document as not used.
1259 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1260 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1261 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1262 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1263 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1264 (s390_write_fp):
1265 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1266 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1267 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1268 (d10v_write_fp): Delete function.
1269 * inferior.h (write_fp, generic_target_write_fp): Delete
1270 declarations.
1271 * regcache.c (generic_target_write_fp): Delete function.
1272 (write_fp): Delete function.
1273 * gdbarch.sh (TARGET_WRITE_FP): Delete.
1274 * gdbarch.h, gdbarch.c: Regenerate.
1275 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1276 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1277 (sparc64_write_fp): Delete declaration.
1278 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1279 (h8500_write_fp): Delete declaration.
1280
2757dd86
AC
12812002-04-04 Andrew Cagney <ac131313@redhat.com>
1282
1283 * sparc-tdep.c (sparc64_write_fp): Delete.
1284 (sparc_push_dummy_frame): Replace write_fp call with code to store
1285 the FP directly.
1286 (sparc_gdbarch_init): Do not initialize write_fp.
1287
c69255e1
KB
12882002-04-05 Kevin Buettner <kevinb@redhat.com>
1289
1290 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1291 clause.
1292
ae767bfb
JB
12932002-03-29 Jim Blandy <jimb@redhat.com>
1294
1295 * stack.c (get_selected_block): Add new argument `addr_in_block',
1296 used to return the exact code address we used to select the block,
1297 not just the block.
1298 * blockframe.c (get_frame_block, get_current_block): Same.
1299 * frame.h (get_frame_block, get_current_block,
1300 get_selected_block): Update declarations.
1301 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1302 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1303
84d2ac95
MS
13042002-04-05 Michael Snyder <msnyder@redhat.com>
1305
1306 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1307 warning message.
1308
596aa3bf
JB
13092002-04-05 J. Brobecker <brobecker@gnat.com>
1310
1311 * utils.c (xfullpath): New function.
1312 * defs.h (xfullpath): Add declaration.
1313 * source.c (openp): Use xfullpath in place of gdb_realpath to
1314 avoid resolving the basename part of filenames when the
1315 associated file is a symbolic link. This fixes a potential
1316 inconsistency between the filenames known to GDB and the
1317 filenames it prints in the annotations.
1318 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1319 to be able to match a filename with either the real filename, or
1320 the name of any symbolic link to this file.
1321 (lookup_partial_symtab): Ditto.
1322
c02f5703
MS
13232002-04-04 Michael Snyder <msnyder@redhat.com>
1324
1325 * breakpoint.c: Add support for hardware breakpoints in overlays.
1326 (overlay_events_enabled): New state variable.
1327 (insert_breakpoints): Use overlay_events_enabled to decide
1328 whether to attempt to set a breakpoint at the overlay load addr.
1329 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1330 (remove_breakpoint): Use overlay_events_enabled to decide
1331 whether breakpoints need to be removed from overlay load addr.
1332 Handle bp_hardware_breakpoint as well as bp_breakpoint.
1333 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1334 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
1335 disable_overlay_breakpoints): Update overlay_events_enabled.
1336
5fb290d7
DJ
13372002-04-04 Daniel Jacobowitz <drow@mvista.com>
1338
1339 * dwarf2read.c (struct function_range): New.
1340 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1341 (check_cu_functions): New.
1342 (read_file_scope): Initialize global function lists.
1343 Call dwarf_decode_line after processing children.
1344 (read_func_scope): Add to global function list.
1345 (dwarf_decode_lines): Call check_cu_functions everywhere
1346 record_line is called. Call record_line with a linenumber
1347 of 0 to mark sequence ends.
1348
7b3fabf0
ML
13492002-04-04 Michal Ludvig <mludvig@suse.cz>
1350
1351 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
1352 change sync with glibc.
1353
bce58c09
JB
13542002-04-03 Jim Blandy <jimb@redhat.com>
1355
1356 * configure.in: Call AC_C_INLINE.
1357 * configure: Regenerated.
1358
2fccf04a
DJ
13592002-04-01 Daniel Jacobowitz <drow@mvista.com>
1360
1361 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
1362 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
1363
2d1bfe2e
MK
13642002-03-31 Mark Kettenis <kettenis@gnu.org>
1365
a5941fbf
MK
1366 * NEWS: Mention gcore support on FreeBSD/i386.
1367
a90cd31d
MK
1368 * fbsd-proc.c: New file.
1369 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
1370 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
1371
2d1bfe2e
MK
1372 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
1373 while statement.
1374
9eb6e5a1
JB
13752002-03-29 Jim Blandy <jimb@redhat.com>
1376
1377 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
1378 unescaped newlines in string literals, but newer ones don't. So
1379 escape them.
1380
f02df580
MS
13812002-03-26 Michael Snyder <msnyder@redhat.com>
1382 Andrew Cagney <cagney@redhat.com>
1383
1384 * cli/cli-dump.c: New file. Dump memory to file,
1385 restore file to memory.
1386 * cli/cli-dump.h: New file.
1387 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 1388 * NEWS: Mention new commands.
f02df580 1389
109f874e
MS
13902002-03-28 Michael Snyder <msnyder@redhat.com>
1391
1392 * symfile.c (symbol_file_add): Move test for null symbols to later.
1393
520f6ade
AC
13942002-03-27 Andrew Cagney <ac131313@redhat.com>
1395
1396 From veksler at il.ibm.com:
1397 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
1398 the xstrduped original path.
1399 Fix PR gdb/417.
1400
d4654627
MS
14012002-03-27 Michael Snyder <msnyder@redhat.com>
1402
1403 * breakpoint.c (_initialize_breakpoint): Clean up help string.
1404 * infcmd.c (_initialize_infcmd): Ditto.
1405 * language.c (_initialize_language): Ditto.
1406 * symfile.c (_initialize_symfile): Ditto.
1407 * top.c (_init_main): Ditto.
1408 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1409
6be8bc0c
EZ
14102002-03-27 Elena Zannoni <ezannoni@redhat.com>
1411
1412 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
1413 vector registers handling.
1414 (skip_prologue): Handle new AltiVec instructions. Fill in new
1415 fields of frame data.
1416 (frame_get_saved_regs): Fill in information for AltiVec registers.
1417
12af6855
JB
14182002-03-27 Jim Blandy <jimb@redhat.com>
1419
1420 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
1421 a function; leave this macro here to invoke that function.
1422 (symbol_init_mangled_name): Declaration for that function.
1423 * symtab.c (symbol_init_mangled_name): New function.
1424
dc672865
AC
14252002-03-27 Andrew Cagney <ac131313@redhat.com>
1426
1427 * valarith.c: Replace strerror with safe_strerror.
1428 * tracepoint.c: Ditto.
1429 * lin-lwp.c: Ditto.
1430 * go32-nat.c: Ditto.
1431 * inflow.c: Ditto.
1432 * gnu-nat.c: Ditto.
1433
d96429cd
AS
14342002-03-27 Andreas Schwab <schwab@suse.de>
1435
1436 * event-top.c (command_line_handler): Remove useless if.
1437
7e336ba1
AJ
14382002-03-27 Andreas Jaeger <aj@suse.de>
1439
1440 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
1441 comment.
1442
de220d0f
ML
14432002-03-27 Michal Ludvig <mludvig@suse.cz>
1444
1445 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
1446 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
1447 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
1448 (x86_64_linux_dr_get_status, supply_gregset),
1449 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
1450 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
1451 (x86_64_register_info_table): Add.
1452 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
1453 (x86_64_register_raw_size, x86_64_register_virtual_type),
1454 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
1455 general x86_64_register_info_table.
1456 (i386_gdbarch_init): gdbarch_register_bytes is now set
1457 dynamicaly during initialization.
1458 * regformats/reg-x86-64.dat: Synced with changes to registers above.
1459 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 1460
0e98d0a7
DJ
14612002-03-27 Daniel Jacobowitz <drow@mvista.com>
1462
1463 * gdbserver/server.c (main): Call target_signal_to_host_p
1464 and target_signal_to_host on signals received from the remote.
1465 * gdbserver/remote-utils.c (prepare_resume_reply): Call
1466 target_signal_from_host on signals sent to the remote.
1467 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
1468 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
1469
3130066b
DJ
14702002-03-27 Daniel Jacobowitz <drow@mvista.com>
1471
1472 * signals/signals.c: Include "server.h" in gdbserver build.
1473 (target_signal_from_name): Don't use STREQ.
1474 (_initialize_signals): Likewise. Don't include function in
1475 gdbserver build.
1476
9aedf4f4
DJ
14772002-03-27 Daniel Jacobowitz <drow@mvista.com>
1478
1479 * signals.c: Moved to...
1480 * signals/signals.c: Here.
7e336ba1 1481 * Makefile (signals.o): Update.
9aedf4f4 1482
3fa41cdb
JL
14832002-03-26 Jeff Law (law@redhat.com)
1484
1485 * somread.c (som_symtab_read): Remove some commented out code and
1486 updated related comments. Do not set the minimal symbol table to
1487 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
1488 in a dynamic executable.
1489 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
1490 where we are unable to find the minimal symbol for the given
1491 PC value.
1492
ee677e8d
MS
14932002-03-25 Jeff Law (law@redhat.com)
1494
1495 * linux-proc.c (read_mapping): Scan up to end of line for filename.
1496
e76e1718
ML
14972002-03-25 Michal Ludvig <mludvig@suse.cz>
1498
1499 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
1500
18a642a1
AC
15012002-03-23 Andrew Cagney <ac131313@redhat.com>
1502
1503 * command.h: Update copyright.
1504 (struct cmd_list_element): Replace definition with opaque
1505 declaration.
1506 (enum cmd_types): Document that it will eventually be moved to
1507 cli/cli-decode.h
1508 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
1509 (MALLOCED_REPLACEMENT): Delete macro.
1510 * Makefile.in (cli_decode_h): Add $(command_h).
1511 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 1512 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
1513 * completer.c: Include "cli/cli-decode.h".
1514 * maint.c: Include "cli/cli-decode.h".
1515 * cli/cli-decode.h: Include "command.h".
1516 (enum command_class): Delete.
1517 (enum cmd_types): Comment out.
1518 (enum cmd_auto_boolean): Delete.
1519 (enum var_types): Delete.
1520
b2875cc0
AC
15212002-03-23 Andrew Cagney <ac131313@redhat.com>
1522
1523 * cli/cli-decode.c: Include "gdb_assert.h".
1524 (add_set_or_show_cmd): New static function.
1525 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
1526 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
1527 all fields, such as func, from the set command.
1528
3b45974e
AC
15292002-03-23 Andrew Cagney <ac131313@redhat.com>
1530
1531 * MAINTAINERS (sh-elf): Change warning flag to -w.
1532
823ca731
AC
15332002-03-23 Andrew Cagney <cagney@redhat.com>
1534
1535 * defs.h (error): Add printf format attribute.
1536 * thread-db.c (thread_from_lwp): Fix error format string.
1537 * stack.c (parse_frame_specification): Ditto.
1538 * cli/cli-decode.c (undef_cmd_error): Ditto.
1539 * scm-lang.c (scm_lookup_name): Ditto.
1540 * tracepoint.c (trace_error): Ditto.
1541 * remote-utils.c (usage): Ditto.
1542 * remote.c (compare_sections_command): Ditto.
1543 Fix PR gdb/328.
1544
0e101458
AC
15452002-03-22 Andrew Cagney <ac131313@redhat.com>
1546
1547 * gdbtypes.c (append_composite_type_field): New function.
1548 (init_composite_type): New function.
1549 * gdbtypes.h (append_composite_type_field): Declare.
1550 (init_composite_type): Ditto.
1551
8e0662df
EZ
15522002-03-22 Elena Zannoni <ezannoni@redhat.com>
1553
1554 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 1555 function.
8e0662df
EZ
1556 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
1557 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
1558 structure returning convention for SYSV ABI case, but not
1559 for GNU/Linux, FreeBSD, or NetBSD.
1560
3121eff0
DJ
15612002-03-22 Daniel Jacobowitz <drow@mvista.com>
1562
1563 * symtab.h (lookup_block_symbol): Add mangled_name argument
1564 to prototype.
1565
1566 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
1567 with new mangled_name argument.
1568 * linespec.c (decode_line_1): Likewise.
1569 * valops (value_of_this): Likewise.
1570 * symtab.c (lookup_transparent_type): Likewise.
1571 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
1572 (lookup_symbol): If we are given a mangled name, pass it down
1573 to lookup_symbol_aux.
1574 (lookup_block_symbol): If we are given a mangled name to check
1575 against, only return symbols which match it.
1576
349b409f
CF
15772002-03-22 Christopher Faylor <cgf@redhat.com>
1578
1579 * win32-nat.c (child_create_inferior): Check for proper shell to use
1580 here, in case the user changes it on the fly.
1581 (_initialize_inftarg): Remove shell path considerations.
1582
2a873819
EZ
15832002-03-21 Elena Zannoni <ezannoni@redhat.com>
1584
1585 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
1586 for gdbarch_max_register_raw_size and max_register_virtual_size.
1587 Adjust copyright year.
1588
a1b9830c
DJ
15892002-03-21 Daniel Jacobowitz <drow@mvista.com>
1590
1591 * dbxread.c (process_one_symbol): Extend the first N_SLINE
1592 in a function to cover the entire beginning of the function
1593 as well if it does not already.
1594
8b5790f2
TR
15952002-03-21 Tom Rix <trix@redhat.com>
1596
1597 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
1598 (rs6000_ptrace64): Renamed from ptrace64.
1599
bdbe5747
MH
16002002-03-20 Martin M. Hunt <hunt@redhat.com>
1601
1602 * gdbserver/remote-utils.c (remote_open): Don't call
1603 getprotobyname, we're all using TCP here so just use
1604 IPPROTO_TCP.
7e336ba1 1605 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
1606
16072002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 1608
bdbe5747
MH
1609 * regcache.c (_initialize_regcache): No need to call
1610 build_regcache() at this time; it gets called whenever
1611 the gdbarch changes.
1612
7781cd62
DB
16132002-03-20 David O'Brien <obrien@FreeBSD.org>
1614
1615 * sparc-nat.c: Include sys/param.h where possible.
1616
f65ca430
DJ
16172002-03-20 Daniel Jacobowitz <drow@mvista.com>
1618
1619 Fix PR gdb/422.
1620 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
1621 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
1622 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
1623 complex types.
1624 * stabsread.c (rs6000_builtin_type): Likewise.
1625 (read_sun_floating_type): Likewise.
1626
0c867556
PS
16272002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1628
1629 * stabsread.c (read_member_functions): Remove skip code for duplicate
1630 constructor/destructor methods. Use standard parsing for these
1631 methods and just do not chain them to the list of methods after
1632 parsing.
1633
12b9c64f
AO
16342002-03-19 Alexandre Oliva <aoliva@redhat.com>
1635
1636 * coffread.c: Remove redundant static declarations. Replace
1637 occurrences of `PTR' with `void *'.
1638 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
1639 * top.h (quit_cover): Likewise.
1640 * defs.h (catch_errors): Likewise.
1641
349c5d5f
AC
16422002-03-18 Andrew Cagney <ac131313@redhat.com>
1643
1644 * defs.h (XMALLOC): Define.
1645 * gdb-events.sh (XMALLOC): Delete macro.
1646 * gdb-events.c, gdb-events.h: Regenerate.
1647 * gdbarch.sh (XMALLOC): Delete macro.
1648 * gdbarch.c: Regenerate.
1649 * serial.c (XMALLOC): Delete macro.
1650 * ui-file.c (XMALLOC): Ditto.
1651 * ser-unix.h (XMALLOC): Ditto.
1652 * sh-tdep.c (XMALLOC): Ditto.
1653 * ui-out.c (XMALLOC): Ditto.
1654 * utils.c (XMALLOC): Ditto.
1655 * i386-tdep.c (XMALLOC): Ditto.
1656 * gdb-events.c (XMALLOC): Ditto.
1657 * d10v-tdep.c (XMALLOC): Ditto.
1658 * cli-out.c (XMALLOC): Ditto.
1659
1660 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
1661 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
1662 * ui-file.c, ui-out.c: Ditto.
1663
7d0766f3
AC
16642002-03-18 Andrew Cagney <ac131313@redhat.com>
1665
1666 * command.h (struct cmd_list_element): Add field context.
1667 (set_cmd_context, get_cmd_context): Declare.
1668 * cli/cli-decode.h: Ditto.
1669 * cli/cli-decode.c (get_cmd_context): New function.
1670 (set_cmd_context): New function.
1671 (add_cmd): Initialize context.
1672 Part of fixing PR gdb/145 and PR gdb/146.
1673
5913bcb0
AC
16742002-03-17 Andrew Cagney <ac131313@redhat.com>
1675
1868c04e
AC
1676 * cli/cli-decode.c (cmd_type): New function.
1677 * command.h (cmd_type): Declare.
1678 * infrun.c (set_schedlock_func): Call function cmd_type.
1679 * kod.c (kod_set_os): Call cmd_type.
1680 * cris-tdep.c (cris_version_update): Use function cmd_type.
1681 (cris_mode_update, cris_abi_update): Ditto.
1682
5913bcb0
AC
1683 * command.h: (execute_cmd_post_hook): Declare.
1684 (execute_cmd_pre_hook): Declare.
1685 * cli/cli-script.c (clear_hook_in_cleanup): New function.
1686 (execute_cmd_post_hook, execute_cmd_pre_hook): New
1687 functions. Execute pre/post hook while ensuring that afterwords
1688 hook_in is cleared.
1689 * top.c (execute_command): Use execute_cmd_post_hook, and
1690 execute_cmd_pre_hook to execute pre/post commands.
1691 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
1692 hook_stop_stub.
1693 (hook_stop_stub): Call execute_cmd_pre_hook.
1694
b51450c9
AC
16952002-03-17 Andrew Cagney <ac131313@redhat.com>
1696
1697 * kod.c (kod_set_os): Revert previous change. Is called by ``info
1698 set'' and this leads to a core dump. Move xstrdup of
1699 operating_system to after check that it is not NULL.
1700
f66c9f11
AC
17012002-03-17 Andrew Cagney <ac131313@redhat.com>
1702
8e694ecf
AC
1703 * kod.c (kod_set_os): Remove unnecessary check that
1704 ``command->type'' is set_cmd.
1705
f66c9f11
AC
1706 * valprint.c (set_input_radix): Use input_radix.
1707 (set_output_radix): Use output_radix.
1708 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
1709 isn't reverted.
1710
9d01611c
AC
17112002-03-16 Andrew Cagney <ac131313@redhat.com>
1712
1713 * value.h (struct value): Delete field ``substring_addr''. Change
1714 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
1715 force_core_addr_align and force_pointer_aligh.
1716
1717 * value.h (struct value): Fix typo in above change.
9d01611c 1718
4156bb53
PS
17192002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1720
1721 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
1722 to fix internal_error from ``maintenance print architecture''.
1723
0e5e3ea6
PS
17242002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1725
1726 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
1727 for gcc versions after gcc-2.8.1.
1728
9b013045
PS
17292002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1730
1731 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
1732 for method resolution. Restore adjustment of ``this'' pointer after
1733 calling value_struct_elt, which was accidentally removed during the
1734 HP merge.
1735
376c9600
AC
17362002-03-15 Andrew Cagney <ac131313@redhat.com>
1737
1738 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
1739 value_of_register.
1740 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
1741 get_saved_register.
1742 * value.h (value_of_register): Update.
1743
a4db0f07
RH
17442002-03-14 Richard Henderson <rth@redhat.com>
1745
1746 * configure.in: Detect declaration for canonicalize_file_name.
1747 * utils.c (canonicalize_file_name): Declare, if needed.
1748 (gdb_realpath): Prefer realpath if available and usable.
1749 * config.in, configure: Rebuild.
1750
96383835
RH
17512002-03-14 Richard Henderson <rth@redhat.com>
1752
1753 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
1754 a constant array bound.
1755
1756 * MAINTAINERS: Add myself to write-after-approval.
1757
75245b24
MS
17582002-03-14 Michael Snyder <msnyder@redhat.com>
1759
1760 * symfile.c (syms_from_objfile): Return immediately if no syms.
1761 (symbol_file_add): Return immediately if no syms.
1762 (find_sym_fns): Return immediately if no syms.
1763
e641a1ca
ML
17642002-03-13 Michal Ludvig <mludvig@suse.cz>
1765
1766 * gdbserver/remote-util.c (remote_open): Print remote-side's
1767 IP address when remote debugging over the network.
7e336ba1 1768
df08bfec
DB
17692002-03-12 David O'Brien <obrien@FreeBSD.org>
1770
1771 * config/sparc/fbsd.mh: Fix copyright.
1772 * config/sparc/fbsd.mt: Likewise.
1773
9a57864f
RE
17742002-03-11 Richard Earnshaw <rearnsha@arm.com>
1775
1776 * MAINTAINERS: Fix typo in name of gdb warnings option.
1777 (x86-64): Fix formating so that this can be parsed by awk.
1778
dd7bf85e
DJ
17792002-03-10 Daniel Jacobowitz <drow@mvista.com>
1780
1781 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
1782 * defs.h: Include "gdb/signals.h".
1783 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
1784
33a0a2ac
ML
17852002-03-10 Michal Ludvig <mludvig@suse.cz>
1786
1787 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 1788 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
1789 from x86-64-tdep.h
1790
dd824b04
DJ
17912002-03-10 Daniel Jacobowitz <drow@mvista.com>
1792 Don Howard <dhoward@redhat.com>
1793
1794 * mips-tdep.c (ST0_FR): Define.
1795 (mips2_fp_compat): New function, temporarily disabled.
1796 (mips_read_fp_register_single): New function.
1797 (mips_read_fp_register_double): New function.
1798 (mips_print_register): Use them.
1799 (do_fp_register_row): Likewise.
1800
6a41ff59
AC
18012002-03-09 Andrew Cagney <ac131313@redhat.com>
1802
1803 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
1804 approval''.
1805
4ea09c10
PS
18062002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1807
1808 * stabsread.c (read_member_functions): Fix is_stub test for
1809 static member functions, improve comment.
1810
6ccc741d
RE
18112002-03-07 Richard Earnshaw <rearnsha@arm.com>
1812
1813 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
1814 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
1815 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
1816 commands that set boolean values.
1817 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
1818 (arm_rdi_resume): Always initialize PC.
1819 (arm_rdi_open): Don't use rslt as a boolean.
1820 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
1821 (arm_rdi_fetch_registers, arm_rdi_store_registers)
1822 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
1823 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
1824
438013df
AO
18252002-03-06 Alexandre Oliva <aoliva@redhat.com>
1826
1827 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
1828 * configure: Rebuilt.
1829
70ed8774
SC
18302002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1831
1832 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
1833 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
1834
5ba2abeb
AC
18352002-03-06 Andrew Cagney <ac131313@redhat.com>
1836
1837 * cli/cli-decode.c (set_cmd_completer): New function.
1838 * command.h (set_cmd_completer): Declare.
1839 * cli/cli-decode.h (set_cmd_completer): Ditto.
1840
1841 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
1842 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1843 * win32-nat.c (_initialize_inftarg): Ditto.
1844 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1845 * proc-api.c (_initialize_proc_api): Ditto.
1846 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
1847 * source.c (_initialize_source): Ditto.
1848 * exec.c (_initialize_exec): Ditto.
1849 * solib.c (_initialize_solib): Ditto.
1850 * top.c (init_main): Ditto.
1851 * tracepoint.c (_initialize_tracepoint): Ditto.
1852 * symfile.c (_initialize_symfile): Ditto.
1853 * printcmd.c (_initialize_printcmd): Ditto.
1854 * infcmd.c (_initialize_infcmd): Ditto.
1855 * corefile.c (_initialize_core): Ditto.
1856
f779ca99
AC
18572002-03-05 Andrew Cagney <ac131313@redhat.com>
1858
1859 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
1860
01a3934b
AC
18612002-03-05 Andrew Cagney <ac131313@redhat.com>
1862
1863 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
1864
37057839
AC
18652002-03-05 Andrew Cagney <ac131313@redhat.com>
1866
1867 * NEWS: Update headings, 5.2 has branched.
1868
c6ecbae5
DJ
18692002-03-04 Daniel Jacobowitz <drow@mvista.com>
1870
1871 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
1872 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
1873 (register_addr, REGISTER_RAW_SIZE): Likewise.
1874 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
1875 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
1876
e9f30c21
ML
18772002-03-03 Michal Ludvig <mludvig@suse.cz>
1878
1879 * MAINTAINERS (x86-64): Add myself.
1880 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
1881 changed value_ptr -> struct value *
1882
54394ac3
DB
18832002-03-01 David O'Brien <obrien@FreeBSD.org>
1884
1885 * configure.host (sparc64-*-freebsd): Add.
1886 * configure.tgt: Likewise.
1887 * config/sparc/fbsd.mh: New file.
1888 * config/sparc/fbsd.mt: Likewise.
1889 * config/sparc/nm-fbsd.h: Likewise.
1890 * config/sparc/tm-fbsd.h: Likewise.
1891
bfe95955
DJ
18922002-03-01 Daniel Jacobowitz <drow@mvista.com>
1893
1894 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
1895 regformats/reg-s390x.dat.
1896
f33c6cbf
AC
18972002-03-01 Andrew Cagney <ac131313@redhat.com>
1898
1899 * utils.c: Add FIXME explaining true/false problem.
1900
5ecaa7dd
AC
19012002-02-28 Andrew Cagney <ac131313@redhat.com>
1902
1903 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
1904
2a251cc2
MC
19052002-02-28 Michael Chastain <mec@shout.net>
1906
1907 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
1908
6a8031a3 19092002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
1910
1911 * gdbserver/linux-s390-low.c: New file.
1912 * regformats/reg-s390.dat: New file.
1913 * regformats/reg-s390x.dat: New file.
1914 * gdbserver/configure.srv: Add S/390.
1915 * gdbserver/Makefile.in: Add S/390.
1916 * configure.tgt: Enable gdbserver for S/390.
1917
ac469903
EZ
19182002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
1921 first line of the doc string for "info dos", except at the end of
1922 the sentence, since the short help stops at the first period.
1923
985cb1a3
JM
19242002-02-28 Jason Merrill <jason@redhat.com>
1925
1926 * dwarf2read.c (dwarf_cfi_name): Add new codes.
1927
c570663e
FF
19282002-02-27 Fred Fish <fnf@redhat.com>
1929
1930 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
1931 comment (dumy -> dummy).
1932
43630227
PS
19332002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1934
1935 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
1936
b84911e8
RB
19372002-02-27 Rodney Brown <rbrown64@csc.com.au>
1938
1939 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
1940
58caa3dc
DJ
19412002-02-27 Daniel Jacobowitz <drow@mvista.com>
1942
1943 * gdbserver/acconfig.h: New file.
1944 * gdbserver/i387-fp.c: New file.
1945 * gdbserver/i387-fp.h: New file.
1946 * gdbserver/linux-x86-64.c: New file.
1947 * regformats/reg-x86-64.dat: New file.
1948 * configure.tgt: Add x86_64-*-linux* gdbserver support.
1949 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
1950 * gdbserver/configure.in: Add support for regsets.
1951 * gdbserver/config.in: Regenerate.
1952 * gdbserver/configure: Regenerate.
1953 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
1954 * gdbserver/linux-low.h: New file.
1955 * gdbserver/linux-low.c: Include "linux-low.h". Add support
1956 for regsets.
1957 * gdbserver/linux-arm-low.c: Include "linux-low.h".
1958 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
1959 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
1960 * gdbserver/linux-mips-low.c: Include "linux-low.h".
1961 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
1962 * gdbserver/linux-sh-low.c: Include "linux-low.h".
1963 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
1964 "i387-fp.h". Add PTRACE_GETREGS and friends.
1965 * gdbserver/regcache.c (supply_register): New function.
1966 (supply_register_by_name): New function.
1967 (collect_register): New function.
1968 (collect_register_by_name): New function.
1969
93652174
DJ
19702002-02-27 Daniel Jacobowitz <drow@mvista.com>
1971
1972 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
1973 (config.status): Add configure.srv dependency.
1974 (server_h): Add config.h dependency.
1975
a02e4a61
DJ
19762002-02-27 Daniel Jacobowitz <drow@mvista.com>
1977
1978 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
1979 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
1980 * gdbserver/configure.srv: Change i386-*-linux* to use
1981 reg-i386-linux.o.
1982
ce0eebec
AC
19832002-02-26 Andrew Cagney <ac131313@redhat.com>
1984
1985 * x86-64-tdep.c: Re-indent. Update copyright date.
1986
82dbc5f7
AC
19872002-02-26 Andrew Cagney <ac131313@redhat.com>
1988
1989 From Michal Ludvig <mludvig@suse.cz>:
1990 * x86-64-tdep.c (value.h): Delete.
1991 (gdb_assert.h): Include.
1992 (x86_64_register_convert_to_virtual,
1993 x86_64_register_convert_to_raw ): Add check which lets only
1994 floating-point values to be converted.
1995 (value_push): Delete.
1996 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
1997 (i386_gdbarch_init): Number of register_bytes fixed.
1998
e4621584
AC
19992002-02-26 Andrew Cagney <ac131313@redhat.com>
2000
2001 * MAINTAINERS: Add x86-64 target.
2002
81a9a963
AC
20032002-02-26 Andrew Cagney <ac131313@redhat.com>
2004
2005 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
2006 * osfsolib.c (solib_map_sections): Ditto.
2007 * irix5-nat.c (solib_map_sections): Ditto.
2008 * corelow.c (gdb_check_format): Ditto.
2009 * symfile.c (symfile_bfd_open): Ditto.
2010 * solib.c (solib_map_sections): Ditto.
2011 Fix PR gdb/354.
7e336ba1 2012
0f017ab9
AC
20132002-02-26 Andrew Cagney <ac131313@redhat.com>
2014
2015 * remote.c (_initialize_remote): By default, disable ``e'' and
2016 ``E'' step out-of-range packets.
2017
75738c29
AS
20182002-02-26 Andreas Schwab <schwab@suse.de>
2019
2020 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
2021 m68k_linux_frame_saved_pc.
2022 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
2023 in_sigtramp.
2024 (SIGCONTEXT_PC_OFFSET): Remove.
2025 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
2026 m68k_linux_sigtramp_saved_pc): New functions.
2027 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
2028 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
2029 (UCONTEXT_PC_OFFSET): Define.
2030 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
2031 non-RT and RT signal trampolines.
2032
7e8ed687
RE
20332002-02-26 Richard Earnshaw <rearnsha@arm.com>
2034
2035 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
2036 (TARGET_NBPG, STACK_END_ADDR): Delete
2037 (VARIABLES_INSIDE_BLOCK): Delete.
2038
6972bc8b
AC
20392002-02-25 Andrew Cagney <ac131313@redhat.com>
2040
2041 * utils.c (perror_with_name): Make string parameter constant.
2042 (print_sys_errmsg): Ditto.
2043 (query): Ditto.
2044 * defs.h (perror_with_name): Update.
2045 (print_sys_errmsg): Update.
2046 (query): Update.
2047
aa32f823
DJ
20482002-02-25 Daniel Jacobowitz <drow@mvista.com>
2049
2050 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
2051 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
2052
19caaa45
PS
20532002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2054
2055 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
2056 if it already matches the current architecture from the exec file.
2057 Include arch-utils.h for gdbarch_info_init prototype.
2058 * Makefile.in (rs6000-nat.o): Update dependencies.
2059
d951901f
EZ
20602002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
2061
2062 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
2063 list of exported variables.
2064
7ea81414
DJ
20652002-02-24 Daniel Jacobowitz <drow@mvista.com>
2066
2067 * gdbserver/configure.srv: New file.
2068 * gdbserver/configure.in: Use configure.srv instead
2069 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
2070 from it.
2071 * gdbserver/configure: Regenerated.
2072 * gdbserver/terminal.h: New file.
2073 * gdbserver/Makefile.in: Update for configure changes. Remove
2074 more unneeded include paths.
2075
080fe24b
AC
20762002-02-24 Andrew Cagney <ac131313@redhat.com>
2077
2078 From wiz at danbala:
2079 * config/sparc/tm-sp64.h: Fix grammar and typos.
2080 Fix PR gdb/287.
2081
8605d56e
AC
20822002-02-24 Andrew Cagney <ac131313@redhat.com>
2083
2084 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
2085 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
2086 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
2087 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
2088 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
2089 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
2090 * s390-tdep.c: Ditto.
92362027
AC
2091 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
2092 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
2093 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
2094 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
2095 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
2096 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
2097 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
2098 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
2099 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
2100 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 2101 Fix PR gdb/378.
7e336ba1 2102
8ed32cc0
AC
21032002-02-23 Andrew Cagney <ac131313@redhat.com>
2104
a3007b6f
AC
2105 * lin-thread.c: Delete file.
2106 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
2107 to gdb_proc_service.h.
2108 * configure: Re-generate.
2109
50a9e2f1
AC
2110 * ocd.c (ocd_open): Do not try to open the "ocd" device.
2111 * serial.c (serial_open): Delete check for "ocd".
2112 Fix PR gdb/349.
2113
8b6e7932
AC
2114 * Makefile.in (linux-thread.o): Delete target.
2115 * linux-thread.c: Delete file.
2116
d155c46b
AC
2117 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
2118 renamed SH files to be consistent.
2119
8ed32cc0
AC
2120 * symtab.c (sort_search_symbols): Use xfree.
2121
0e18d038
RE
21222002-02-23 Richard Earnshaw <rearnsha@arm.com>
2123
2124 * arm-linux-tdep.c (arm_linux_init_abi): Register
2125 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
2126 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
2127 definition with undef, since we don't want the sysvr4 definition.
2128 (SKIP_TRAMPOLINE_CODE): Likewise.
2129
27aac7ff
AC
21302002-02-23 Andrew Cagney <ac131313@redhat.com>
2131
2132 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
2133
2134 * configure.in: (AC_CHECK_FUNCS) Added test for
2135 canonicalize_file_name Regenerated.
2136 * config.in, configure: Regenerated.
2137 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
2138 defined use canonicalize_file_name.
7e336ba1 2139
65a6e0ee
MC
21402002-02-23 Michael Chastain <mec@shout.net>
2141
2142 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2143
47b95330
AC
21442002-02-23 Andrew Cagney <ac131313@redhat.com>
2145
2146 * README: Remove references to cygnus.com.
2147 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
2148 dot com'' form. Remove references to cygnus.com and sourceware.
2149
696f451b
AC
21502002-02-23 Andrew Cagney <ac131313@redhat.com>
2151
2152 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
2153 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
2154 1003.1-2001 no longer allows "head -1".
2155 * gdb/Makefile.in (version.c): Likewise.
2156 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
2157 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
2158 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
2159
bbaca940
AC
21602002-02-23 Andrew Cagney <ac131313@redhat.com>
2161
2162 * cli/cli-decode.c (cmd_cfunc_eq): New function.
2163 * command.h (cmd_cfunc_eq): Declare.
2164 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
2165
2166 * cli/cli-cmds.h (is_complete_command): Change parameter to a
2167 ``struct cmd_list_element *''.
2168 * cli/cli-cmds.c (is_complete_command): Update. Use
2169 cmd_cfunc_eq.
2170 * top.c (execute_command): Pass the command to
2171 is_complete_command.
2172 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2173
b8b8b047
AC
21742002-02-23 Andrew Cagney <ac131313@redhat.com>
2175
2176 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
2177 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
2178 architecture defines.
2179 * s390-tdep.c (s390_gdbarch_init): Likewise.
2180
19d3fc80
RE
21812002-02-23 Richard Earnshaw <rearnsha@arm.com>
2182
2183 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
2184 (arm_linux_push_arguments): Likewise.
2185 (arm_linux_init_abi): Register them. Also register linux-specific
2186 call_dummy_words.
2187 (find_minsym_and_objfile): Use strcmp, not STREQ.
2188 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
2189 (arm_linux_call_dummy_words): Delete declaration.
2190 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
2191 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
2192 declarations.
2193 (LOWEST_PC): Delete.
2194
3ab13650
PS
21952002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2196
2197 * maint.c (print_section_info): Do not prepend `0x' to filepos
2198 output, it will be handled by local_hex_string_custom.
2199
19d3fc80 22002002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
2201
2202 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
2203 (store_newfpe_double, store_newfpe_extended, store_fpregister)
2204 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2205
d85a5daf
JB
22062002-02-22 Jim Blandy <jimb@redhat.com>
2207
2208 Indicate that the bcache functions don't change the strings
2209 they're passed.
2210 * bcache.h (bcache, hash): Add `const' keywords to declarations.
2211 * bcache.c (bcache, hash): Add `const' keywords to definitions.
2212
eeb25b8a
PM
22132002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
2214
2215 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
2216
6badb179
CF
22172002-02-21 Christopher Faylor <cgf@redhat.com>
2218
2219 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
2220 find the complete path to a loaded DLL.
2221
e8717518
FF
22222002-02-21 Fred Fish <fnf@redhat.com>
2223
2224 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
2225 that marks the end of the range of a function, enter a line number
2226 entry that has a line number of zero and a PC offset that matches
2227 the end of the function. This starts a range of PC's for which no
2228 line number information is known.
2229 * symtab.c (find_pc_sect_line): If our best fit is in a range of
2230 PC's for which no line number info is found (line number is zero)
2231 then we didn't find any valid line information.
2232 * symtab.h: Document use of zero line number entry.
2233
9abe5450
EZ
22342002-02-21 Elena Zannoni <ezannoni@redhat.com>
2235
2236 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
2237 (have_ptrace_getvrregs): Define for run time checks.
2238 (gdb_vrregset_t): New type for Altivec register handling.
2239 (fetch_register, store_register): Fetch/store altivec register
2240 when needed.
2241 (fetch_altivec_register, store_altivec_register): New functions.
2242 (supply_vrregset, fill_vrregset): New functions.
2243 (fetch_altivec_registers, store_altivec_registers): New functions.
2244 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
2245 registers as well.
2246
aaa38bb5
AJ
22472002-02-21 Jiri Smid <smid@suse.cz>
2248
2249 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2250
b34db576
RE
22512002-02-21 Richard Earnshaw <rearnsha@arm.com>
2252
2253 * Makefile.in (armnbsd-nat.o): Update dependencies.
2254 * armnbsd-nat.c (supply_gregset): New function. Common code to
2255 supply the integer register set.
2256 (supply_fparegset): New function. Similar for FPA registers.
2257 (fetch_regs, fetch_fp_regs): Use them.
2258 (fetch_core_registers): Likewise.
2259 (fetch_elfcore_registers): New function.
2260 (arm_netbsd_elfcore_fns): New core-file type specification.
2261 (_initialize_arm_netbsd_nat): Register it.
2262
3e56fc4b
RE
22632002-02-21 Richard Earnshaw <rearnsha@arm.com>
2264
2265 * armnbsd-nat.c: Include gdbcore.h.
2266 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2267 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2268 'void' to declaration, to shut up ARI.
2269 (fetch_core_registers): Make static. Rewrite using supply_register.
2270 (arm_netbsd_core_fns): New core-file type specification.
2271 (_initialize_arm_netbsd_nat): New function.
2272
097f6b0b
CF
22732002-02-21 Christopher Faylor <cgf@redhat.com>
2274
2275 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2276 value.
2277
c914e0cc
CF
22782002-02-20 Christopher Faylor <cgf@redhat.com>
2279
2280 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2281 fails.
2282
385fa495
DJ
22832002-02-20 Daniel Jacobowitz <drow@mvista.com>
2284
2285 * jv-exp.y (parse_number): Change type of implicit longs
2286 to builtin_type_uint64.
2287
e5f1222d
DJ
22882002-02-20 Daniel Jacobowitz <drow@mvista.com>
2289
2290 * gdbserver/linux-low.c (mywait): Change argument to waitpid
2291 to be an integer instead of a `union wait'.
2292
75c9abc6
DJ
22932002-02-20 Daniel Jacobowitz <drow@mvista.com>
2294
2295 * mips-linux-nat.c: Call the operating system GNU/Linux.
2296 * mips-linux-tdep.c: Likewise.
2297 * mips-tdep.c: Likewise.
2298
551792a5
DJ
22992002-02-20 Daniel Jacobowitz <drow@mvista.com>
2300
2301 Fix PR gdb/265.
2302 * jv-exp.y (parse_number): Handle 64-bit integers.
2303
ee6e2b82
DJ
23042002-02-20 Daniel Jacobowitz <drow@mvista.com>
2305
2306 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
2307 AC_STDC_HEADERS to AC_HEADER_STDC.
2308 * gdbserver/configure: Regenerated.
2309
a48442a0
RE
23102002-02-20 Richard Earnshaw <rearnsha@arm.com>
2311
2312 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2313 is defined.
2314 * sparc-tdep.c (get_longjmp_target): Likewise.
2315
fe419ffc
RE
23162002-02-20 Richard Earnshaw <rearnsha@arm.com>
2317
2318 * News: Add news about ARM and Multi-arch. Mention the new target
2319 arm*-*-netbsd*.
2320
5832ed7e
JB
23212002-02-19 Jim Blandy <jimb@redhat.com>
2322
2323 * stabsread.c (error_type_complaint): Improve error message.
2324
84563040
DJ
23252002-02-19 Daniel Jacobowitz <drow@mvista.com>
2326
2327 * gdbserver/README: Update documentation.
2328 * gdbserver/configure.in: Update configury to match documentation.
2329 * gdbserver/Makefile.in: Likewise.
2330 * gdbserver/configure: Regenerated.
2331 * gdbserver/aclocal.m4: New file, generated by aclocal.
2332 * gdbserver/config.in: New file, generated by autoheader.
2333
375fd65b
RE
23342002-02-19 Richard Earnshaw <rearnsha@arm.com>
2335
2336 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2337 armnbsd-nat.c.
2338
08216dd7
RE
23392002-02-19 Richard Earnshaw <rearnsha@arm.com>
2340
2341 * arm-tdep.h (enum arm_float_model): New enum.
2342 (struct gdbarch_tdep): Add fp_model.
2343 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
2344 up floating-point conversions until we know the floating-point model
2345 in use by the inferior. Don't complain about being unable to
2346 determine the ABI of the inferior when we don't have one.
2347 (arm_extract_return_value): Support different floating-point models.
2348 (arm_store_return_value): Likewise.
aaa38bb5 2349 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
2350 ARM_FLOAT_SOFT.
2351 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2352
65d6d66a
PS
23532002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2354
2355 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2356 of ``current_gdbarch''.
2357
47221191
RE
23582002-02-19 Richard Earnshaw <rearnsha@arm.com>
2359
2360 * armnbsd-nat.c : ANSIfy all function declarations.
2361 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
2362 (fetch_inferior_registers): Re-implement in terms of above.
2363 (store_register, store_regs, store_fp_register, store_fp_regs): New.
2364 (store_inferior_registers): Re-implement in terms of above.
2365
fdf39c9a
RE
23662002-02-19 Richard Earnshaw <rearnsha@arm.com>
2367
aaa38bb5 2368 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
2369 kernel.
2370 * arm-linux-tdep.c: Likewise.
2371 * config/arm/tm-linux.h: Likewise.
2372
93247f88
RE
23732002-02-19 Richard Earnshaw <rearnsha@arm.com>
2374
2375 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
2376 * config/arm/nbsd.mt (TM_FILE): Delete.
2377 * config/arm/tm-nbsd.h: Delete.
2378
d7b486e7
RE
23792002-02-19 Richard Earnshaw <rearnsha@arm.com>
2380
2381 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
2382 Initialize CALL_DUMMY_LENGTH.
2383
41d39a95
RE
23842002-02-19 Richard Earnshaw <rearnsha@arm.com>
2385
2386 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
2387 function.
2388 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 2389 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
2390 defines one thing and that is incorrect for this port.
2391 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
2392
e1195560
PM
23932002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2394
2395 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
2396
c1748f97
PM
23972002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
2398
2399 * win32-nat.c (display_selector): New function. Displays information
2400 about the information returned by GetThreadSelectorEntry API function.
2401 (display_selectors): New function. Displays the infomation of
2402 the selector given as argument, or of CS, DS ans FS selectors
2403 if no argument is given.
2404 ( _initialize_inftarg): Add "w32" as info prefix command.
2405 Add "info w32 selector" as command calling display_selectors.
2406
e41e6bbf
PM
24072002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
2408
2409 * i386-tdep.c (get_longjmp_target): Fix compilation failure
2410 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
2411 if not defined.
2412
0d3a9f48
RE
24132002-02-18 Richard Earnshaw <rearnsha@arm.com>
2414
2415 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2416
3fb4b924
RE
24172002-02-18 Richard Earnshaw <rearnsha@arm.com>
2418
2419 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
2420 (arm_fix_call_dummy): Call it.
2421 (arm_call_dummy_breakpoint_offset): Delete.
2422 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
2423 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2424
7f55af32
AC
24252002-02-18 Andrew Cagney <ac131313@redhat.com>
2426
2427 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
2428 Default to func_frame_chain_valid.
2429 * gdbarch.h, gdbarch.c: Re-generate.
2430 * frame.h (FRAME_CHAIN_VALID): Delete definition.
2431
05f13b9c
EZ
24322002-02-18 Elena Zannoni <ezannoni@redhat.com>
2433
2434 * ppc-linux-nat.c: Update copyright.
2435 (fetch_register, store_register): Add tid parameter, don't compute
2436 tid here.
2437 (fetch_ppc_registers, store_ppc_registers): Add tid
2438 parameter. Pass it along to callees.
2439 (fetch_inferior_registers, store_inferior_registers): Compute tid
2440 here, and pass it to calleed functions.
2441 (fill_gregset, supply_fpregset): Clean up formatting.
2442
d7afb4c9
RE
24432002-02-18 Richard Earnshaw <rearnsha@arm.com>
2444
2445 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
2446 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
2447
9df628e0
RE
24482002-02-18 Richard Earnshaw <rearnsha@arm.com>
2449
2450 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
2451 * gdbarch.c gdbarch.h: Regenerate.
2452 * breakpoint.c (create_longjmp_breakpoint): Always compile this
2453 function.
2454 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
2455 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
2456 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
2457
2458 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
2459 * arm-tdep.c (arm_get_longjmp_target): New function.
2460 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
2461 this to a positive value register arm_get_longjmp_target as the
2462 longjmp handler.
2463 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
2464 (arm_linux_init_abi): Set up longjmp description in tdep.
2465 * armnbsd-nat.c (get_longjmp_target): Delete.
2466 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
2467 description in tdep.
2468 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
2469 (get_longjmp_target): Delete declaration.
2470 (GET_LONGJMP_TARGET): Delete.
2471 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
2472 (GET_LONGJMP_TARGET): Delete.
2473
57bc8964
KB
24742002-02-17 Kevin Buettner <kevinb@redhat.com>
2475
2476 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
2477 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
2478 of ``current_gdbarch''.
2479
83d31a92
TT
24802002-02-17 Tom Tromey <tromey@redhat.com>
2481
2482 * cli/cli-cmds.c (compare_strings): New function.
2483 (complete_command): Only print each unique item once.
2484 * completer.h (complete_line): Declare.
2485 * completer.c (complete_line): New function.
2486 (line_completion_function): Use it.
2487
17ef5d92
AC
24882002-02-16 Andrew Cagney <ac131313@redhat.com>
2489
2490 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
2491 * gdbarch.h, gdbarch.c: Re-generate.
2492
491b8946
DJ
24932002-02-16 Daniel Jacobowitz <drow@mvista.com>
2494
2495 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
2496
24972002-02-16 Daniel Jacobowitz <drow@mvista.com>
2498
2499 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2500 * valops.c (value_arg_coerce): Don't take the address of a reference
2501 to convert an argument to a reference.
2502
dfe7f3ac
CF
25032002-02-15 Christopher Faylor <cgf@redhat.com>
2504
2505 * win32-nat.c (get_image_name): New function.
2506 (handle_load_dll): Use get_image_name function.
2507 (get_child_debug_event): Avoid registering debug events until possibly
2508 execed process is started.
2509 (child_create_inferior): Allow invocation via shell so that command
2510 line redirection, etc. works ok.
2511 (_initialize_inftarg): Add new command: "set shell" to control whether
2512 a shell is used to start a process.
2513
1d33e73a
DJ
25142002-02-15 Daniel Jacobowitz <drow@mvista.com>
2515
2516 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
2517 instead of find_register_by_number.
2518 (cannot_store_register): Likewise.
2519
48cd0caa
PM
25202002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2521
aaa38bb5 2522 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
2523 fprintf_unfiltered (gdb_stderr, ...).
2524
8656e7d8
DJ
25252002-02-15 Daniel Jacobowitz <drow@mvista.com>
2526
2527 * gdbserver/gdbserver.1: Document --attach.
2528
66e810cd
RE
25292002-02-15 Richard Earnshaw <rearnsha@arm.com>
2530
2531 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
2532 descriptions.
2533 * arm-tdep.c (arm_default_arm_le_breakpoint)
2534 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
2535 (arm_default_thumb_be_breakpoint): New. Initialize them from
2536 traditional breakpoint defines.
2537 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
2538 (arm_gdbarch_init): Initialize new breakpoint variables.
2539 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
2540 (arm_linux_init_abi): Initialize linux-specific breakpoint.
2541 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
2542 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
2543 code out to ...
2544 (arm_netbsd_init_abi_common): ... here; new function.
2545 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
2546 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
2547 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
2548 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
2549
97e03143
RE
25502002-02-15 Richard Earnshaw <rearnsha@arm.com>
2551
2552 * arm-tdep.h (enum arm_abi): New enum.
2553 (struct gdbarch_tdep): New structure.
2554 (LOWEST_PC): Provide a default.
2555 (arm_gdbarch_register_os_abi): Declare new function.
2556 * arm-tdep.c (arm_abi_names): New array.
2557 (process_note_abi_tag_sections): New function.
2558 (get_elfosabi): New function.
2559 (arm_gdbarch_register_os_abi): New function.
2560 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
2561 support for that ABI has been built in, then call the appropriate
2562 configuration routine. Use gdbarch_num_regs() to get the number
2563 of registers.
2564 (arm_dump_tdep): New function.
2565 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
2566 place-holder functions.
2567 (_initialize_arm_tdep): Register them.
2568 * config/arm/tm-arm.h (LOWEST_PC): Delete.
2569
2570 * armnbsd-tdep.c: New file.
2571 * Makefile.in (armnbsd-tdep.o): Add dependencies.
2572 * config/arm/nbsd.mt (TDEPFILES): Add it.
2573 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
2574
2575 * armnbsd-nat.c: Include regcache.h.
2576 * Makefile.in (armnbsd-nat.o): Update dependency list.
2577
2578 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
2579
ad68be46
DJ
25802002-02-14 Daniel Jacobowitz <drow@mvista.com>
2581
2582 * gdbserver/Makefile.in: Fix typos in target rules.
2583
003d6d1d
DJ
25842002-02-14 Daniel Jacobowitz <drow@mvista.com>
2585
aaa38bb5 2586 Fix part of PR gdb/267.
003d6d1d
DJ
2587 * linespec.c (find_methods): Handle constructors specially for now.
2588
6b230f1b
CV
25892002-02-14 Corinna Vinschen <vinschen@redhat.com>
2590
2591 * arm-tdep.c (arm_push_arguments): Eliminate special float type
2592 handling.
2593 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
2594 standard_coerce_float_to_double().
2595
1ea98d12
CF
25962002-02-14 Christopher Faylor <cgf@redhat.com>
2597
2598 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
2599 GDBINIT_FILENAME.
2600
dd47e6fd
EZ
26012002-02-14 Elena Zannoni <ezannoni@redhat.com>
2602
2603 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
2604 find_variant_by_name, because it confuses the multiarch
2605 framework. Return NULL if there isn't an architecture with the
2606 user supplied name, instead of forcing a different one without
2607 recording the change with the multiarch machinery.
2608 (find_variant_by_name): Delete.
2609
d7e39b9e
PS
26102002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2611
2612 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
2613 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
2614
76e42a4f
MH
26152002-02-13 Martin M. Hunt <hunt@redhat.com>
2616
aaa38bb5 2617 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
2618 print_frame_info_listing_hook, set current_source_symtab.
2619
0a30fbc4
DJ
26202002-02-14 Daniel Jacobowitz <drow@mvista.com>
2621
2622 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
2623 and remove unused $(INCLUDE_DIR).
2624 Add regcache.c to OBS.
2625 Add generated register protocol files to clean target.
2626 Update dependencies for new objects, obsolete old target code.
2627
2628 * gdbserver/linux-low.c: Remove all platform-specific code to
2629 new files. Remove various dead code. Update to use regcache
2630 functionality.
2631 * gdbserver/remote-utils.c (fromhex): Add return statement
2632 to quiet warning.
2633 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
2634 constant.
2635 (input_interrupt): Add integer parameter to match prototype
2636 of a signal handler.
2637 (outreg): Use register_data ().
2638 (prepare_resume_reply): Use gdbserver_expedite_regs.
2639 * gdbserver/server.c (main): Dynamically allocate own_buf because
2640 PBUFSIZ is no longer constant. Use registers_to_string () and
2641 registers_from_string ().
2642 * gdbserver/server.h: No longer include "defs.h". Add prototypes
2643 for error (), fatal (), and warning (). Update definition of
2644 PBUFSIZ to use regcache functionality. Add include guard.
2645 * gdbserver/utils.c (fatal): Add missing ``const''.
2646 (warning): New function.
2647
2648 * regformats/regdat.sh: Include "regcache.h" in generated files.
2649 Provide init_registers () function.
2650 * regformats/regdef.h: Add prototype for set_register_cache ().
2651 Add include guard.
2652
2653 * gdbserver/linux-arm-low.c: New file.
2654 * gdbserver/linux-i386-low.c: New file.
2655 * gdbserver/linux-ia64-low.c: New file.
2656 * gdbserver/linux-m68k-low.c: New file.
2657 * gdbserver/linux-mips-low.c: New file.
2658 * gdbserver/linux-ppc-low.c: New file.
2659 * gdbserver/linux-sh-low.c: New file.
2660
2661 * gdbserver/regcache.c: New file.
2662 * gdbserver/regcache.h: New file.
2663
2664 * gdbserver/low-linux.c: Removed obsolete file.
2665
4cc841d0
DJ
26662002-02-14 Daniel Jacobowitz <drow@mvista.com>
2667
2668 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
2669 * config/i386/linux.mt: Likewise.
2670 * config/ia64/linux.mt: Likewise.
2671 * config/m68k/linux.mh: Likewise.
2672 * config/powerpc/linux.mh: Likewise.
2673 * config/mips/linux.mt: Likewise.
2674
2675 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
2676
2677 * config/i386/i386lynx.mh: Mark gdbserver variables
2678 as (currently) obsolete for this target.
2679 * config/i386/nbsd.mt: Likewise.
2680 * config/i386/nbsdelf.mt: Likewise.
2681 * config/m32r/m32r.mt: Likewise.
2682 * config/m68k/m68klynx.mh: Likewise.
2683 * config/m68k/nbsd.mt: Likewise.
2684 * config/m68k/sun3os4.mh: Likewise.
2685 * config/mips/vr5000.mt: Likewise.
2686 * config/ns32k/nbsd.mt: Likewise.
2687 * config/pa/hppabsd.mh: Likewise.
2688 * config/pa/hppaosf.mh: Likewise.
2689 * config/powerpc/nbsd.mt: Likewise.
2690 * config/rs6000/rs6000lynx.mh: Likewise.
2691 * config/s390/s390.mt: Likewise.
2692 * config/s390/s390x.mt: Likewise.
2693 * config/sparc/sparclynx.mh: Likewise.
2694 * config/sparc/sun4os4.mh: Likewise.
2695 * config/i386/x86-64linux.mt: Likewise.
2696 * config/sparc/linux.mh: Likewise.
2697
a85f51e7
DJ
26982002-02-14 Daniel Jacobowitz <drow@mvista.com>
2699
2700 * configure.tgt: Configure gdbserver only for known working
2701 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
2702 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
2703 SUBDIRS if it is configured. Update comment for ${nativefile}.
2704 * configure: Regenerated.
2705
65554fef
MS
27062002-02-13 Michael Snyder <msnyder@redhat.com>
2707
670a52db
MS
2708 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
2709
6dbdc4a3
MS
2710 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
2711 (default_gcore_mach): Just return 0, work around a problem in bfd.
2712 (default_gcore_target): OK to return NULL if exec_bfd is null.
2713 (make_mem_sec): Use a cast, avoid a warning.
2714
2715 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 2716 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
2717 sizeof (host pointer) != sizeof (target pointer)).
2718 (procfs_make_note_section): Avoid overflow in psargs string.
2719
aaa38bb5 2720 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
2721 implementation return an error.
2722
27232002-02-13 Rodney Brown <rbrown64@csc.com.au>
2724
2725 * procfs.c (procfs_make_note_section): Provide a default definition
2726 (for alpha-dec-osf4.0f). Fix typos.
2727
1e4d76e7
EZ
27282002-02-13 Elena Zannoni <ezannoni@redhat.com>
2729
2730 * linux-proc.c: Add include of regcache.h.
2731 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
2732
b6d1a1d5
AC
27332002-02-13 Andrew Cagney <ac131313@redhat.com>
2734
2735 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
2736 * memattr.c (create_mem_region): Disallow useless empty region.
2737 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 2738 non-overlapping.
b6d1a1d5 2739
6c6ea35e
MC
27402002-02-13 Michael Chastain <mec@shout.net>
2741
2742 * defs.h: Kill CONST_PTR.
2743 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
2744 * c-lang.c (c_builtin_types): Likewise.
2745 * ch-lang.c (ch_builtin_types): Likewise.
2746 * f-lang.c (f_builtin_types): Likewise.
2747 * language.c (unknown_builtin_types): Likewise.
2748 * m2-lang.c (m2_builtin_types): Likewise.
2749 * p-lang.c (pascal_builtin_types): Likewise.
2750 * scm-lang.c (c_builtin_types): Likewise.
2751
3e0b0f48
KS
27522002-02-13 Keith Seitz <keiths@redhat.com>
2753
2754 * arm-tdep.h (arm_get_next_pc): Add declaration.
2755
67255d04
RE
27562002-02-13 Richard Earnshaw <rearnsha@arm.com>
2757
2758 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
2759 with other related struct-returning functions.
2760 (arm_extract_struct_value_address): New function.
2761 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
2762 initialize float_format, double_format and long_double_format as
2763 appropriate to the endianness of the target.
2764 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
2765 (arm_use_struct_convention): Delete declaration.
2766 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2767
079777f6
KS
27682002-02-13 Keith Seitz <keiths@redhat.com>
2769
2770 * defs.h (core_addr_to_string_nz): New function.
2771
34588f23
MK
27722002-02-13 Mark Kettenis <kettenis@gnu.org>
2773
2774 Apply missing bits of 2002-01-15 patch.
2775 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
2776 (fill_fpregset): Use i387_fill_fsave.
2777
49b563f9
KS
27782002-02-12 Keith Seitz <keiths@redhat.com>
2779
49b563f9
KS
2780 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
2781 (core_addr_to_string_nz): New function.
2782
aeb98c60
RE
27832002-02-11 Richard Earnshaw <rearnsha@arm.com>
2784
2785 * arm-linux-nat.c: Really include arm-tdep.h.
2786 * config/arm/tm-linux.h (struct type, struct value): Declare.
2787
65554fef
MS
27882002-02-11 Michael Snyder <msnyder@redhat.com>
2789
2790 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
2791 (gcore section): Ifdef for Solaris and Unixware only.
2792 (procfs_do_thread_registers): Unixware needs one lwpstatus
2793 per thread (not one prstatus or pstatus).
2794 (procfs_make_note_section): Iterate only over kernel threads (lwps),
2795 not over all gdb threads. For unixware, call elfcore_write_pstatus
2796 once before iterating over threads.
2797
34e8f22d
RE
27982002-02-11 Richard Earnshaw <rearnsha@arm.com>
2799
2800 * arm-tdep.h: New file.
2801 * arm-tdep.c: Include arm-tdep.h.
2802 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2803 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2804 (arm_print_float_info, arm_register_type, convert_to_extended)
2805 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2806 (arm_extract_return_value, arm_register_name): Make static.
2807 (arm_software_single_step): Similarly. Fix types in declaration.
2808 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
2809 (arm_store_return_value, arm_store_struct_return): New functions.
2810 (arm_gdbarch_init): Register the above functions. Also register
2811 call_dummy_start_offset, sizeof_call_dummy_words,
2812 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
2813 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 2814 max_register_virtual_size, register_size. Set up
34e8f22d
RE
2815 prologue_cache.saved_regs here, rather than ...
2816 (_initialize_arm_tdep): ... here.
2817 * config/arm/tm-arm.h (struct type, struct value): Delete forward
2818 declarations.
2819 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
2820 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
2821 (arm_print_float_info, arm_register_type, convert_to_extended)
2822 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
2823 (arm_extract_return_value, arm_register_name): Delete declarations.
2824 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
2825 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
2826 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
2827 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
2828 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2829 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
2830 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
2831 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
2832 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
2833 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
2834 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
2835 (arm_get_next_pc): No-longer static -- these are needed by the RDI
2836 interface.
2837 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
2838 * remote-rdi.c remote-rdp.c: Likewise.
2839 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
2840 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
2841 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
2842 definition.
2843
2844 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
2845 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
2846 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
2847 from non-ARM_ prefixed definitions.
2848 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
2849 all uses of above.
2850 * remote-rdi.c remote-rdp.c: Likewise.
2851 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
2852
148754e5
RE
28532002-02-11 Richard Earnshaw <rearnsha@arm.com>
2854
2855 * arm-tdep.c (arm_frameless_function_invocation)
2856 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2857 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2858 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2859 (arm_pop_frame, arm_get_next_pc): Make static.
2860 (arm_gdbarch_init): Register above in gdbarch structure.
2861 (arm_read_fp): Renamed from arm_target_read_fp.
2862 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
2863 * config/arm/tm-arm.h (arm_frameless_function_invocation)
2864 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
2865 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
2866 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
2867 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
2868 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
2869 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
2870 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
2871 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
2872 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 2873
434d2d4f
DJ
28742002-02-10 Daniel Jacobowitz <drow@mvista.com>
2875
2876 * symtab.c (compare_search_syms): New function.
2877 (sort_search_symbols): New function.
2878 (search_symbols): Sort symbols after searching rather than
2879 before.
2880
55241689
AC
28812002-02-10 Andrew Cagney <ac131313@redhat.com>
2882
2883 * NEWS: Linux -> GNU/Linux.
2884
028c194b
AC
28852002-02-10 Andrew Cagney <ac131313@redhat.com>
2886
2887 * gdbarch.sh: For for level one methods, disallow a definition
2888 when partially multi-arched. Add comments explaining rationale.
2889 * gdbarch.h: Re-generate.
2890
6acf50cd
AC
28912002-02-10 Andrew Cagney <ac131313@redhat.com>
2892
2893 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
2894 multi-arch partial.
aaa38bb5 2895
50248794
AC
28962002-02-10 Andrew Cagney <ac131313@redhat.com>
2897
2898 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
2899 field. Use diff -u.
2900 * gdbarch.c: Re-generate.
2901
c30e0066
AC
29022002-02-10 Andrew Cagney <ac131313@redhat.com>
2903
9b56c5f3 2904 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
2905 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
2906 partial.
2907
6e6d6484
AC
29082002-02-10 Andrew Cagney <ac131313@redhat.com>
2909
2910 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
2911 multi-arch partial.
2912 (PUSH_ARGUMENTS): Switch to using predefault.
2913 * gdbarch.c: Regenerate.
2914
c203844d
AC
29152002-02-10 Andrew Cagney <ac131313@redhat.com>
2916
2917 * valops.c (PUSH_ARGUMENTS): Delete definition.
2918 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
2919 partial. Default to default_push_arguments.
2920 * gdbarch.h, gdbarch.c: Regenerate.
2921
b5a2688f
AC
29222002-02-09 Andrew Cagney <ac131313@redhat.com>
2923
2924 * defs.h (throw_exception): Rename return_to_top_level. Update
2925 comments.
2926 * utils.c (error_stream, internal_verror, quit): Ditto.
2927 * top.c (throw_exception, catcher): Ditto.
2928 * sparclet-rom.c (sparclet_load): Ditto.
2929 * remote.c (interrupt_query, minitelnet): Ditto.
2930 * remote-sds.c (interrupt_query): Ditto.
2931 * remote-mips.c (mips_error, mips_kill): Ditto.
2932 * ocd.c (interrupt_query): Ditto.
2933 * monitor.c (monitor_interrupt_query): Ditto.
2934 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
2935 * target.h: Update comment.
aaa38bb5 2936
b5a2688f 2937 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 2938
2fa5c1e0
AC
29392002-02-09 Andrew Cagney <ac131313@redhat.com>
2940
2941 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
2942 default_double_format.
2943 * gdbarch.h, gdbarch.c: Re-generate.
2944 * findvar.c (floatformat_unknown): Delete variable definition.
2945 * doublest.h (floatformat_unknown): Delete variable declaration.
2946
da966255
JB
29472002-02-09 Jim Blandy <jimb@redhat.com>
2948
2949 * stabsread.c (read_type): Add code to parse Sun's syntax for
2950 prototyped function types.
2951
123a4891
AC
29522002-02-09 Andrew Cagney <ac131313@redhat.com>
2953
2954 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
2955 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
2956
fb39c8f3
PS
29572002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2958
2959 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
2960 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
2961 now _initialize_xcoffsolib gets called again and overrides the
2962 commands from solib.c in a native configuration.
2963
0b87a11d
MK
29642002-02-09 Mark Kettenis <kettenis@gnu.org>
2965
2966 * doublest.c (store_typed_floating): Don't try to return a value.
2967 Fixes PR gdb/290.
2968
bdc2fc72
JB
29692002-02-08 Jim Blandy <jimb@redhat.com>
2970
2971 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
2972 is prototyped and has no arguments, print its argument list as
2973 `(void)'.
2974
da69bbcf
CD
29752002-02-08 Chris Demetriou <cgd@broadcom.com>
2976
2977 * MAINTAINERS (write-after-approval): Add myself.
2978 (paper-trail): I've escaped!
aaa38bb5 2979
b69571f5
CF
29802002-02-08 Christopher Faylor <cgf@redhat.com>
2981
2982 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
2983 changes.
2984 (_initialize_check_for_gdb_ini): Ditto.
2985
f6871398
MH
29862002-02-08 Martin M. Hunt <hunt@redhat.com>
2987
2988 * win32-nat.c (cygwin_pid_to_str): Fix typo.
2989 xaprintf -> xasprintf.
2990
4e52d31c
PM
29912002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
2992
2993 * win32-nat.c: Remove use of printf and sprintf functions.
2994
39bbf761
RE
29952002-02-08 Richard Earnshaw <rearnsha@arm.com>
2996
2997 * arm-tdep.c (arm_frame_chain_valid): Make static.
2998 (arm_push_arguments): Likewise.
2999 (arm_gdbarch_init): New function.
3000 (_initialize_arm_tdep): Call it.
3001 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
3002 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
3003 (FRAME_CHAIN_VALID): Delete.
3004 (arm_frame_chain_valid): Delete declaration.
3005 (PUSH_ARGUMENTS): Delete.
3006 (arm_push_arguments): Delete declaration.
3007 (CALL_DUMMY_P): Delete.
3008
9c9532c9
CV
30092002-02-08 Andrew Cagney <ac131313@redhat.com>
3010 Corinna Vinschen <vinschen@redhat.com>
3011
3012 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
3013 on builtin float types.
3014
4e8f7a8b
DJ
30152002-02-08 Daniel Jacobowitz <drow@mvista.com>
3016
3017 * utils.c: Include <curses.h> before "bfd.h".
3018 * tui/tui-hooks.c: Likewise.
3019 * tui/tui.c: Likewise.
3020 * tui/tuiCommand.c: Likewise.
3021 * tui/tuiData.c: Likewise.
3022 * tui/tuiDataWin.c: Likewise.
3023 * tui/tuiDisassem.c: Likewise.
3024 * tui/tuiGeneralWin.c: Likewise.
3025 * tui/tuiIO.c: Likewise.
3026 * tui/tuiLayout.c: Likewise.
3027 * tui/tuiRegs.c: Likewise.
3028 * tui/tuiSource.c: Likewise.
3029 * tui/tuiSourceWin.c: Likewise.
3030 * tui/tuiStack.c: Likewise.
3031 * tui/tuiWin.c: Likewise.
3032
cd4bffcf
EZ
30332002-02-07 Elena Zannoni <ezannoni@redhat.com>
3034
3035 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
3036 to include space for pseudoregs as well. Update loops accordingly.
3037 (sh_fp_frame_init_saved_regs): Ditto.
3038 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
3039
26806ce2
AC
30402002-02-07 Andrew Cagney <ac131313@redhat.com>
3041
3042 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
3043 Add Richard Earnshaw to Arm maintainers.
3044
97fdab62
AC
30452002-02-07 Andrew Cagney <ac131313@redhat.com>
3046
a6b98203
AC
3047 * defs.h (warning_begin): Delete declaration.
3048
97fdab62
AC
3049 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
3050 Delete macro.
3051
78b29b40
MS
30522002-02-07 Michael Snyder <msnyder@redhat.com>
3053
aaa38bb5 3054 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
3055 Logic bug, remove misplaced else.
3056
d8849953
KD
30572002-02-07 Klee Dienes <klee@apple.com>
3058
3059 * fork-inferior.c (fork_inferior): Add '!' to the list of
3060 characters that need to be quoted when building a string for the
3061 shell. Quote '!' specifically with a backslash, since CSH chokes
3062 when trying to evaluate "str!str".
aaa38bb5 3063
095778a0
NC
30642002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
3065
3066 * rdi-share/host.h: Only provide a typedef for bool if it is not
3067 defined.
3068
1900040c
MS
30692002-02-04 Michael Snyder <msnyder@redhat.com>
3070
3071 * breakpoint.h (enum bptype): Add new overlay event bp type.
3072 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 3073
1900040c
MS
3074 * breakpoint.c (create_internal_breakpoint): New function.
3075 (internal_breakpoint_number): Moved into create_internal_breakpoint.
3076 (create_longjmp_breakpoint): Use create_internal_breakpoint.
3077 (create_thread_event_breakpoint): Ditto.
3078 (create_solib_event_breakpoint): Ditto.
3079 (create_overlay_event_breakpoint): New function.
3080 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
3081 (update_breakpoints_after_exec): Delete and re-initialize
3082 overlay event breakpoints after an exec. Add FIXME comment
3083 about longjmp breakpoint.
3084 (print_it_typical): Ignore overlay event breakpoints.
3085 (print_one_breakpoint): Ditto.
3086 (mention): Ditto.
3087 (bpstat_what): Do not stop for overlay event breakpoints.
3088 (delete_breakpoint): Don't delete overlay event breakpoints.
3089 (breakpoint_re_set_one): Delete the overlay event breakpoint.
3090 (breakpoint_re_set): Re-create overlay event breakpoint.
3091
3092 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
3093 (overlay_manual_command): Disable overlay breakpoints.
3094 (overlay_off_command): Disable overlay breakpoints.
3095
082fc60d
RE
30962002-02-06 Richard Earnshaw <rearnsha@arm.com>
3097
3098 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
3099 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
3100 to here from config/tm-arm.h.
3101 (coff_sym_is_thumb): Make static.
3102 (arm_elf_make_msymbol_special): New function.
3103 (arm_coff_make_msymbol_special): New function.
3104 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
3105 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
3106 (coff_sym_is_thumb): Delete declaration.
3107 (arm_elf_make_msymbol_special): Declare.
3108 (arm_coff_make_msymbol_special): Declare.
3109 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
3110 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
3111
039c5766
RE
31122002-02-06 Richard Earnshaw <rearnsha@arm.com>
3113
3114 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
3115
31162002-02-06 Richard Earnshaw <rearnsha@arm.com>
3117
3118 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
3119 * gdbarch.c gdbarch.h: Regenerate.
3120 * arch-utils.c (default_print_float_info): New function.
3121 * arch-utils.h (default_print_float_info): Prototype it.
3122 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
3123 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
3124 (PRINT_FLOAT_INFO): Document it.
3125
3126 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
3127 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
3128 (PRINT_FLOAT_INFO): Define.
3129
58fa08f0
PM
31302002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
3131
aaa38bb5 3132 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
3133 Add typecast to sprintf argument to suppress a warning.
3134
7393af7c
PM
31352002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
3136
58fa08f0 3137 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
3138 to allow easier handling of pass state.
3139 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
3140 that gives exception name and address.
3141 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 3142 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 3143 exceptions added.
aaa38bb5
AJ
3144 (child_continue): Correctly report continue_status.
3145 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 3146 TARGET_SIGNAL_0 (new default value).
aaa38bb5 3147 (child_resume): consider sig argument passed to decide if
7393af7c
PM
3148 the exception should be passed to debuggee or not.
3149
6af4589c
MS
31502002-02-05 Michael Snyder <msnyder@redhat.com>
3151
3152 * regcache.c (fetch_register): Call target_fetch_register
3153 only if we don't call FETCH_PSEUDO_REGISTER.
3154 (store_register): Call target_store_register only if we
3155 don't call STORE_PSEUDO_REGISTER.
3156
a2cf933a
EZ
31572002-02-05 Elena Zannoni <ezannoni@redhat.com>
3158
3159 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
3160 ELF_MAKE_MSYMBOL_SPECIAL.
3161 * gdbarch.c, gdbarch.h: Regenerate.
3162 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 3163 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
3164 * elfread.c (elf_symtab_read): Compile use of
3165 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
3166 multiarched.
3167 * coffread.c (coff_symtab_read): Ditto, for
3168 COFF_MAKE_MSYMBOL_SPECIAL.
3169
6bb7be43
JB
31702002-02-05 Jim Blandy <jimb@redhat.com>
3171
3172 * solib-svr4.c (svr4_truncate_ptr): New function.
3173 (svr4_relocate_section_addresses): Do the address arithmetic with
3174 the appropriate truncation for target addresses, even when
3175 CORE_ADDR is larger than a target address.
3176
e18651ec
DJ
31772002-02-05 Daniel Jacobowitz <drow@mvista.com>
3178
3179 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
3180 to (int *).
3181
6b2725be
DJ
31822002-02-05 Daniel Jacobowitz <drow@mvista.com>
3183
3184 * gdbserver/linux-low.c (kill_inferior): Remove commented out
3185 code.
3186
fca9e603
DJ
31872002-02-05 Daniel Jacobowitz <drow@mvista.com>
3188
3189 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
3190
6c537a52
DJ
31912002-02-05 Daniel Jacobowitz <drow@mvista.com>
3192
3193 * gdbserver/linux-low.c: Remove unused include files.
3194
d844cde6
DJ
31952002-02-05 Daniel Jacobowitz <drow@mvista.com>
3196
3197 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
3198 (read_inferior_memory): Use it.
3199 (write_inferior_memory): Likewise.
3200
d07c63e7
DJ
32012002-02-05 Daniel Jacobowitz <drow@mvista.com>
3202
3203 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
3204 grubbing through sys_errlist.
3205
da6d8c04
DJ
32062002-02-05 Daniel Jacobowitz <drow@mvista.com>
3207
3208 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
3209
5b421780
PM
32102002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3211 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
3212
9f60d481
AC
32132002-02-04 Andrew Cagney <ac131313@redhat.com>
3214
3215 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
3216 (do_sfunc, set_cmd_sfunc): New functions.
3217
3218 * command.h (struct cmd_list_element): Add field func.
3219 * cli/cli-decode.h (struct cmd_list_element): Ditto.
3220 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
3221 * cli/cli-decode.h: Ditto.
3222
3223 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
3224 (help_all, help_cmd_list): Ditto.
3225 (find_cmd, complete_on_cmdlist): Ditto.
3226 * top.c (execute_command): Ditto.
3227
3228 * cli/cli-setshow.c (do_setshow_command): Call func instead of
3229 function.sfunc.
3230
3231 * infcmd.c (notice_args_read): Fix function signature.
3232
3233 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
3234 * cli/cli-decode.c (add_set_cmd): Ditto.
3235 * utils.c (initialize_utils): Ditto.
3236 * maint.c (_initialize_maint_cmds): Ditto.
3237 * infrun.c (_initialize_infrun): Ditto.
3238 * demangle.c (_initialize_demangler): Ditto.
3239 * remote.c (add_packet_config_cmd): Ditto.
3240 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3241 * cris-tdep.c (_initialize_cris_tdep): Ditto.
3242 * proc-api.c (_initialize_proc_api): Ditto.
3243 * kod.c (_initialize_kod): Ditto.
3244 * valprint.c (_initialize_valprint): Ditto.
3245 * top.c (init_main): Ditto.
3246 * infcmd.c (_initialize_infcmd): Ditto.
3247 * corefile.c (_initialize_core): Ditto.
3248 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3249 * arch-utils.c (initialize_current_architecture): Ditto.
3250 (_initialize_gdbarch_utils): Ditto.
3251 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3252
3253 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3254 * wince.c (_initialize_inftarg): Ditto.
3255 * symfile.c (_initialize_symfile): Ditto.
3256 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3257 * language.c (_initialize_language): Ditto.
3258 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3259
f9ba0717
MS
32602002-02-04 Michael Snyder <msnyder@redhat.com>
3261
3262 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3263
0c74b2a7
DJ
32642002-02-04 Daniel Jacobowitz <drow@mvista.com>
3265
3266 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3267 Add rules for building the register data files.
3268
c638789f
DJ
32692002-02-04 Daniel Jacobowitz <drow@mvista.com>
3270
3271 * regformats/regdat.sh: Add braces to the definition of
3272 expedite_regs_${arch}.
3273
db253027
DJ
32742002-02-04 Daniel Jacobowitz <drow@mvista.com>
3275
3276 * regformats/regdef.h (struct reg): Add comment describing the
3277 requirements for offset and size fields.
3278
206be19c
AS
32792002-02-04 Andreas Schwab <schwab@suse.de>
3280
3281 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3282 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3283
181c1381
RE
32842002-02-04 Richard Earnshaw <rearnsha@arm.com>
3285
3286 * gdbarch.sh (copyright): Update years in generated header.
3287 (SMASH_TEXT_ADDRESS): Add rule.
db253027 3288 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
3289 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3290 * dbxread.c: Likewise.
3291 * dwarfread.c: Likewise.
3292 * elfread.c: Likewise.
3293 * somread.c: Likewise.
3294
3295 * arm-tdep.c (arm_smash_text_address): New function.
3296 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3297
fa4ba8da
PM
32982002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
3299
3300 Add support for hardware watchpoints on win32 native.
aaa38bb5 3301 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 3302 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 3303 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
3304 of debug registers.
3305 (debug_registers_changed): New variable. Reflects when debug registers
3306 are changed and need to be written to inferior.
aaa38bb5 3307 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
3308 was set, used when new threads are created.
3309 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3310 i386-nat code.
3311 (thread_rec): Set dr array if id is the thread of current_event .
3312 (child_continue, child_resume): Change the debug registers for all
3313 threads if debug_registers_changed.
3314 (child_add_thread): Change the debug registers if debug_registers_used.
3315 * config/i386/cygwin.mh: Add use of i386-nat.o file.
3316 Link nm.h to new nm-cygwin.h file.
3317 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3318 of hardware registers.
3319
a73c86fb
AC
33202002-02-03 Andrew Cagney <ac131313@redhat.com>
3321
3322 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3323 Restore behavour broken by 2002-01-20 Andrew Cagney
3324 <ac131313@redhat.com> IEEE_FLOAT removal.
3325
acf5ed49
DJ
33262002-02-03 Daniel Jacobowitz <drow@mvista.com>
3327
3328 * c-valprint.c (c_val_print): Pass a proper valaddr to
3329 cp_print_class_method.
3330 * valops.c (search_struct_method): If there is only one method
3331 and args is NULL, return that method.
3332
493d28d5
DJ
33332002-02-03 Daniel Jacobowitz <drow@mvista.com>
3334
3335 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3336 accessing tag_name directly.
3337
7495dfdb
DJ
33382002-02-03 Daniel Jacobowitz <drow@mvista.com>
3339
3340 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3341 of accessing tag_name directly.
3342
dd6bda65
DJ
33432002-02-03 Daniel Jacobowitz <drow@mvista.com>
3344
3345 PR gdb/280
3346 * gdbtypes.c (replace_type): New function.
3347 * gdbtypes.h (replace_type): Add prototype.
3348 * stabsread.c (read_type): Use replace_type.
3349
88fe217c
RE
33502002-02-03 Richard Earnshaw <rearnsha@arm.com>
3351
3352 * Makefile.in (memattr.o): Add missing dependencies rule.
3353
e5d66720
PS
33542002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3355
3356 * breakpoint.c (break_at_finish_command): Really export.
3357 (break_at_finish_at_depth_command): Ditto.
3358 (tbreak_at_finish_command): Ditto.
3359 * hppa-tdep.c: Include completer.h.
3360 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
3361 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
3362
fffee0be
AC
33632002-02-01 Andrew Cagney <ac131313@redhat.com>
3364
3365 * utils.c (do_write): New function.
3366 (error_stream): Rewrite combining the code from error_begin and
3367 verror.
3368 (verror): Rewrite using error_stream.
3369 (error_begin): Delete function.
3370
255e7dbf
AC
33712002-02-01 Andrew Cagney <ac131313@redhat.com>
3372
3373 * utils.c (error_begin): Make static.
3374 * defs.h (error_begin): Delete declaration.
3375
3376 * linespec.c (cplusplus_error): Replace cplusplus_hint.
3377 (decode_line_1): Use cplusplus_error instead of error_begin,
3378 cplusplus_hint and return_to_top_level.
3379 * coffread.c (coff_symfile_read): Use error instead of error_begin
3380 and return_to_top_level.
3381 * infrun.c (default_skip_permanent_breakpoint): Ditto.
3382
ddfe3c15
AC
33832002-02-01 Andrew Cagney <ac131313@redhat.com>
3384
3385 * language.h (type_error, range_error): Make string parameter
3386 constant.
3387 * language.c (warning_pre_print): Delete extern declaration.
3388 * dwarfread.c (warning_pre_print): Ditto.
3389 * language.c (type_error, range_error): Rewrite to use verror and
3390 vwarning instead of warning_begin.
3391
03ac34d5
MS
33922002-02-01 Michael Snyder <msnyder@redhat.com>
3393
261c4ca2
MS
3394 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
3395 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 3396
e00d1dc8
AC
33972002-02-01 Andrew Cagney <ac131313@redhat.com>
3398
3399 * command.h (NO_FUNCTION): Delete macro.
3400 * cli/cli-decode.h (NO_FUNCTION): Ditto.
3401 * top.c (execute_command): Replace NO_FUNCTION with NULL.
3402 * tracepoint.c (_initialize_tracepoint): Ditto.
3403 * cli/cli-decode.c (add_set_cmd): Ditto.
3404 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 3405
76b79d6e
DJ
34062002-02-01 Daniel Jacobowitz <drow@mvista.com>
3407
3408 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
3409 Update ``this'' pointer when calling virtual functions.
3410
799f9e91
MS
34112002-02-01 Michael Snyder <msnyder@redhat.com>
3412
c7bd442c 3413 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
3414 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
3415
3cf384d4
DJ
34162002-02-01 Daniel Jacobowitz <drow@mvista.com>
3417
3418 * regformats/reg-arm.dat: New file.
3419 * regformats/reg-i386.dat: New file.
3420 * regformats/reg-ia64.dat: New file.
3421 * regformats/reg-m68k.dat: New file.
3422 * regformats/reg-mips.dat: New file.
3423 * regformats/reg-ppc.dat: New file.
3424 * regformats/reg-sh.dat: New file.
3425 * regformats/regdef.h: New file.
3426 * regformats/regdat.sh: New file.
3427
0defa245
RE
34282002-02-01 Richard Earnshaw <reanrsha@arm.com>
3429
3430 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
3431 (arm_frame_args_address, arm_frame_locals_address): New functions.
3432 (arm_frame_num_args): New function.
3433 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
3434 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
3435 (FRMA_NUM_ARGS): Call arm_frame_num_args.
3436
405f26e6
MS
34372002-01-31 Michael Snyder <msnyder@redhat.com>
3438
502fd408
MS
3439 * breakpoint.c (break_at_finish_command): Export.
3440 (break_at_finish_at_depth_command): Export.
3441 (tbreak_at_finish_command): Export.
3442 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
3443 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
3444 "tbreak" commands, which are HPPA specific.
3445
7d35e135
MS
3446 * printcmd.c (disassemble_command): Remove an ancient
3447 artifact of an old merge.
3448
aaa38bb5 3449 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
3450 Define enum constant values for overlay mode.
3451 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
3452 (overlay_is_mapped, overlay_auto_command,
3453 overlay_manual_command): Ditto.
d874f1e2 3454
aaa38bb5
AJ
3455 * breakpoint.c (insert_breakpoints, remove_breakpoint,
3456 breakpoint_here_p, breakpoint_inserted_here_p,
3457 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
3458 describe_other_breakpoints, check_duplicates, clear_command):
3459 Coding standard fixes.
3460
8add0441 3461 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 3462 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
3463 code: check bfd SEC_READONLY flag for section.
3464
e351066e
AC
34652002-01-31 Andrew Cagney <ac131313@redhat.com>
3466
7d35e135 3467 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 3468
8a48e967
DJ
34692002-01-30 Daniel Jacobowitz <drow@mvista.com>
3470
3471 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
3472 data symbols, since we search based on textlow and texthigh.
3473 (find_pc_sect_symtab): Likewise.
3474
f5a96129
AC
34752002-01-30 Andrew Cagney <ac131313@redhat.com>
3476
3477 * defs.h (vwarning): Declare.
f5a96129
AC
3478 * utils.c (vwarning): New function.
3479 (warning): Call vwarning.
3480 (warning_begin): Delete function.
3481
3482 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
3483 the warning message.
3484 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
3485 warning_begin.
3486
cefd4ef5
MS
34872002-01-30 Michael Snyder <msnyder@redhat.com>
3488
1a703748
MS
3489 * NEWS: Mention "set trust-readonly-sections" command.
3490 Mention generate-core-file command.
cefd4ef5 3491
3a11626d
MS
34922002-01-15 Michael Snyder <msnyder@redhat.com>
3493
3494 * target.c: New command, "set trust-readonly-sections on".
3495 (do_xfer_memory): Honor the suggestion to trust readonly sections
3496 by reading them from the object file instead of from the target.
3497 (initialize_targets): Register command "set trust-readonly-sections".
3498
d1c7e53b
AC
34992002-01-29 Andrew Cagney <ac131313@redhat.com>
3500
3501 * parse.c (target_map_name_to_register): Simplify, search regs and
3502 pseudo-regs using a single loop.
3503
e2c9a72c
AC
35042002-01-30 Andrew Cagney <ac131313@redhat.com>
3505
3506 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
3507
69824b4e
MK
35082002-01-15 Rodney Brown <rbrown64@csc.com.au>
3509
3510 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
3511 * config/i386/i386v42mp.mh: Add i387-nat.o .
3512 * i386v4-nat.c: Include i387-nat.h.
3513 (supply_fpregset): Use i387_supply_fsave.
3514 (fill_fpregset): Use i387_fill_fsave.
3515
6eb69eab
RE
35162002-01-30 Richard Earnshaw <rearnsha@arm.com>
3517
3518 * arm-tdep.c (arm_call_dummy_words): Define.
3519 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
3520 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
3521 (CALL_DUMMY_WORDS): Define.
3522 (arm_call_dummy_words): Declare.
3523 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
3524 (arm_linux_call_dummy_words): Declare.
3525
9852326a
AS
35262002-01-30 Andreas Schwab <schwab@suse.de>
3527
3528 * m68klinux-nat.c: Fix last change to use regcache_collect
3529 instead of referencing registers[] directly.
3530
977a3030
AC
35312002-01-29 Andrew Cagney <ac131313@redhat.com>
3532
3533 * parse.c (target_map_name_to_register): Delete code wrapped in
3534 #ifdef REGISTER_NAME_ALIAS_HOOK.
3535
2076c72b
MS
35362002-01-28 Michael Snyder <msnyder@redhat.com>
3537
3538 * regcache.c (legacy_read_register_gen): Need to be able to
3539 read pseudo-register as well as real register.
3540 (legacy_write_register_gen): Ditto.
3541
8fcc723b
AC
35422002-01-28 Andrew Cagney <ac131313@redhat.com>
3543
3544 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3545 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
3546 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
3547 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
3548 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
3549 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
3550 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
3551 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
3552 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
3553 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
3554 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
3555 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
3556 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
3557 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
3558 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
3559 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
3560 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
3561 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
3562 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
3563 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
3564
afe64c1a
AC
35652002-01-28 Andrew Cagney <ac131313@redhat.com>
3566
3567 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
3568 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
3569 (initialize_current_architecture): Update target_byte_order using
3570 information from BFD.
aaa38bb5 3571 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
3572 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
3573
75bc7ddf
AC
35742002-01-28 Andrew Cagney <ac131313@redhat.com>
3575
3576 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
3577 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
3578
3579 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
3580 #ifdef INVALID_FLOAT.
3581 * infcmd.c (do_registers_info): Ditto.
3582 * values.c (unpack_double): Ditto. Add comment.
3583
3584 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
3585 already commented out.
3586
0280a90a
AS
35872002-01-26 Andreas Schwab <schwab@suse.de>
3588
3589 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
3590 * m68klinux-nat.c: Update ptrace interface for fetching/storing
3591 registers and add support for PTRACE_GETREGS.
3592
7072a954
AC
35932002-01-24 Andrew Cagney <ac131313@redhat.com>
3594
3595 GDB 5.1.1 released from 5.1 branch.
3596 * NEWS: Add 5.1.1 news.
3597 * README: Sync with 5.1 branch.
3598
86f902e0
FF
35992002-01-23 Fred Fish <fnf@redhat.com>
3600
3601 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
3602 stabstring on initial malloc. Reallocing will copy it for us,
3603 if necessary.
3604
8af51c36
EZ
36052002-01-23 Elena Zannoni <ezannoni@redhat.com>
3606
aaa38bb5 3607 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
3608 (HFILES_NO_SRCDIR): Remove hpread.h.
3609 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
3610 (hpread.o): Update dependencies.
3611 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
3612
3613 * hp-psymtab-read.c: Remove file.
3614 * hp-symtab-read.c: Remove file.
3615 * hpread.h: Remove file.
3616
3617 * hpread.c: Merge all contents of hp-psymtab-read.c,
3618 hp-symtab-read.c and hpread.h into this file, as it was prior to
3619 January 1999.
3620
3621 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 3622 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
3623 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
3624 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
3625
dc5cfeb6
EZ
36262002-01-23 Elena Zannoni <ezannoni@redhat.com>
3627
3628 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
3629 fill_gregset): Call gdbarch_tdep() just once, assign result to
3630 variable and use that, instead of calling the function several
3631 times.
3632
ea87b71b
AO
36332002-01-24 Alexandre Oliva <aoliva@redhat.com>
3634
3635 * configure.host: Accept sparcv9 as alias for sparc64.
3636 * configure.tgt: Likewise.
3637
13fc0c2f
KB
36382002-01-22 Kevin Buettner <kevinb@redhat.com>
3639
3640 * solib-aix5.c (build_so_list_from_mapfile)
3641 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
3642 arguments is not reversed.
3643 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
3644 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 3645
7bd872fe
EZ
36462002-01-22 Elena Zannoni <ezannoni@redhat.com>
3647
3648 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
3649 modified version of obsolete sh_fetch_pseudo_register.
3650 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
3651 (sh4_register_read): New function.
3652 (sh_pseudo_register_write): New function. Renamed and modified
3653 version of obsolete sh_store_pseudo_register.
3654 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
3655 (sh4_register_write): New function.
3656 (sh_gdbarch_init): Remove setting of gdbarch function
3657 fetch_pseudo_register and store_pseudo_register. Remove setting of
3658 register_convert_to_raw, register_convert_to_virtual,
3659 register_convertible.
3660 (sh_sh4_register_convertible): Delete. No longer needed. All is
3661 taken care by architecture specific functions
3662 register_read/register_write.
3663 (sh_sh4_register_convert_to_virtual): Make static.
3664 (sh_sh4_register_convert_to_raw): Ditto.
3665
069e84fd
AC
36662002-01-22 Andrew Cagney <ac131313@redhat.com>
3667
3668 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
3669 (floatformat_is_nan, floatformat_mantissa): Ditto.
3670
3671 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
3672 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
3673 builtin_type_ieee_double_little,
3674 builtin_type_ieee_double_littlebyte_bigword,
3675 builtin_type_m68881_ext, builtin_type_i960_ext,
3676 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
3677 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
3678 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
3679 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
3680
211a4f69
CV
36812002-01-22 Corinna Vinschen <vinschen@redhat.com>
3682
3683 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
3684 parameter. Set frameless flag if it exists and depended of
3685 whether the scanned function is frameless or not.
3686 (xstormy16_skip_prologue): If function is frameless, return
3687 result of xstormy16_scan_prologue().
3688 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
3689 call.
3690
f81353e4
EZ
36912002-01-21 Elena Zannoni <ezannoni@redhat.com>
3692
3693 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
3694 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
3695 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
3696 sh_sh4_register_byte, sh_sh4_register_raw_size,
3697 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
3698 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
3699 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
3700 sh_store_pseudo_register, sh_do_pseudo_register): Call
3701 gdbarch_tdep() just once, assign result to variable and use that,
3702 instead of calling the function several times.
3703
63c73a17
MK
37042002-01-20 Mark Kettenis <kettenis@gnu.org>
3705
3706 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
3707 macros instead of LAST_FPU_CTRL_REGNUM.
3708 (store_register): Likewise.
3709
39ad761d
JB
37102002-01-21 Jim Blandy <jimb@redhat.com>
3711
3712 * infcmd.c (run_command): Check that the `exec' target layer's BFD
3713 is up-to-date before running the program, not just when a program
3714 exits.
3715
3d74b771
FF
37162002-01-21 Fred Fish <fnf@redhat.com>
3717
3718 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
3719 when we have found all instructions we are looking for.
3720
966fbf70
RE
37212002-01-21 Richard Earnshaw <rearnsha@arm.com>
3722
3723 * arm-tdep.c (arm_register_name): New function.
3724 (arm_registers_names): Make static.
3725 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
3726 (arm_register_name): Declare.
3727 (REGISTER_NAME): Use it.
3728
c3b4394c
RE
37292002-01-21 Richard Earnshaw <rearnsha@arm.com>
3730 Kevin Buettner <kevinb@redhat.com>
3731
3732 Convert arm targets to new FRAME interface.
3733 * arm-tdep.c (struct frame_extra_info): Remove fsr.
3734 (arm_frame_find_save_regs): Delete.
3735 (arm_frame_init_saved_regs): New.
3736 (arm_init_extra_frame_info): Alloacte saved_regs as required.
3737 Allocate extra_info as required. Convert all uses of fsr.regs
3738 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
3739 to use extra_info.
3740 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
3741 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
3742 (check_prologue_cache, save_prologue_cache): Likewise.
3743 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
3744 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
3745 (FRAME_FIND_SAVED_REGS): Delete.
3746 (arm_frame_find_saved_regs): Delete prototype.
3747 (arm_frame_init_saved_regs): New prototype.
3748 (FRAME_INIT_SAVED_REGS): Define.
3749
61d99182
AC
37502002-01-20 Andrew Cagney <ac131313@redhat.com>
3751
3752 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
3753
6aaea291
AC
37542002-01-20 Andrew Cagney <ac131313@redhat.com>
3755
3756 From Jeff Law <law@redhat.com>:
3757 * infttrace.c: Include <sys/pstat.h>.
3758 (child_pid_to_exec_file): Revamp. Use pstat call to get the
3759 exec file if the ttrace equivalent fails.
3760
15f698d2
AC
37612002-01-20 Andrew Cagney <ac131313@redhat.com>
3762
3763 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
3764 (closeLogFile): Ditto.
3765
f86ddd7c
MC
37662002-01-20 Michael Chastain <mec@shout.net>
3767
3768 * top.c (print_gdb_version): Bump copyright year to 2002.
3769
904507ce
AC
37702002-01-20 Andrew Cagney <ac131313@redhat.com>
3771
3772 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
3773 Zannoni and Eli Zaretskii.
3774
d7f0b9ce
DJ
37752002-01-20 Daniel Jacobowitz <drow@mvista.com>
3776
3777 * buildsym.c: Update copyright years.
3778 * c-typeprint.c: Likewise.
3779 * dwarf2read.c: Likewise.
3780 * f-typeprint.c: Likewise.
3781 * gdbtypes.c: Likewise.
3782 * gdbtypes.h: Likewise.
3783 * hp-symtab-read.c: Likewise.
3784 * hpread.c: Likewise.
3785 * mdebugread.c: Likewise.
3786 * p-typeprint.c: Likewise.
3787
3fd3d7d2
AC
37882002-01-20 Andrew Cagney <ac131313@redhat.com>
3789
3790 * remote-sim.c (gdbsim_open): Simplify code testing the macro
3791 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
3792 byte-order selectable.
3793 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
3794 * arch-utils.c: Ditto.
3795 (set_endian): Ditto.
3796 (set_endian_from_file): Ditto.
3797 * gdbserver/low-sim.c (create_inferior): Ditto.
3798 * gdbarch.sh: Ditto.
3799 * gdbarch.h: Re-generate.
aaa38bb5
AJ
3800 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3801 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
3802 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
3803 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3804 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3805 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
3806 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
3807 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
3808 macro definition.
3809 * config/mips/tm-wince.h: Remove #undef of macro
3810 TARGET_BYTE_ORDER_SELECTABLE.
3811 * config/sh/tm-wince.h: Ditto.
3812
b02dede2
DJ
38132002-01-20 Daniel Jacobowitz <drow@mvista.com>
3814
3815 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
3816 member function fields. Add accessor macro
3817 TYPE_FN_FIELD_ARTIFICIAL.
3818 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
3819 * c-typeprint.c (c_type_print_base): Skip artificial member
3820 functions.
3821
c3643761
DJ
38222002-01-20 Daniel Jacobowitz <drow@mvista.com>
3823
3824 * f-typeprint.c: Delete unused function f_type_print_args.
3825 * p-typeprint.c: Delete unused function pascal_type_print_args.
3826
8176bb6d
DJ
38272002-01-20 Daniel Jacobowitz <drow@mvista.com>
3828
3829 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
3830 comment. Add ``artificial'' to ``union field_location''.
3831
3832 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
3833
3834 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
3835 * mdebugread.c (parse_symbol): Likewise.
3836 * stabsread.c (define_symbol): Likewise.
3837 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
3838 initializing TYPE_FIELD_BITPOS to n (obsolete).
3839 (hpread_doc_function_type): Likewise.
3840 * hpread.c (hpread_function_type): Likewise.
3841
7fd60527
AC
38422002-01-20 Andrew Cagney <ac131313@redhat.com>
3843
3844 * configure.in (host_makefile_frag): Only require a host makefile
3845 fragment when a native build.
3846 * configure: Re-generate.
3847
c2f05ac9
AC
38482002-01-20 Andrew Cagney <ac131313@redhat.com>
3849
3850 * doublest.h (floatformat_from_type): Declare.
3851 * doublest.c (floatformat_from_type): New function.
3852 (convert_typed_floating): Use.
3853
3854 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
3855 call to function floatformat_from_type.
3856
3857 * gdbarch.sh (IEEE_FLOAT): Delete.
3858 * gdbarch.h, gdbarch.c: Re-generate.
3859 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
3860 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
3861 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
3862 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
3863 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
3864 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
3865 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
3866 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
3867 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
3868 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
3869 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
3870 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
3871
3872 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
3873 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
3874 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3875 * sh-tdep.c (sh_gdbarch_init): Ditto.
3876 * mips-tdep.c (mips_gdbarch_init): Ditto.
3877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3878 * cris-tdep.c (cris_gdbarch_init): Ditto.
3879
abf22e64
AJ
38802002-01-20 Jiri Smid <smid@suse.cz>
3881
3882 * configure.host, configure.tgt: Support x86-64.
3883 * NEWS: Note new target x86-64.
3884
b7c4cbf8
AJ
3885 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
3886 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
3887 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
3888 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
3889 x86-64-linux-nat.o): Fix dependencies.
3890
82600034
AC
38912002-01-19 Andrew Cagney <ac131313@redhat.com>
3892
3893 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
3894 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
3895 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
3896 * config/sparc/xm-sun4os4.h: Delete file.
3897 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 3898
bbe5c628
AC
38992002-01-19 Andrew Cagney <ac131313@redhat.com>
3900
3901 * config/sparc/sparclynx.mh (XM_FILE): Delete.
3902 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
3903 * config/m68k/m68klynx.mh (XM_FILE): Delete.
3904 * config/i386/i386lynx.mh (XM_FILE): Delete.
3905 * config/rs6000/xm-rs6000ly.h: Delete file.
3906 * config/sparc/xm-sparclynx.h: Delete file.
3907 * config/m68k/xm-m68klynx.h: Delete file.
3908 * config/i386/xm-i386lynx.h: Delete file.
3909 * config/xm-lynx.h: Delete file.
3910 * config/djgpp/fnchange.lst: Update.
3911
f8453e34
JT
39122002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3913
3914 * alpha-tdep.c (alpha_register_byte): New function.
3915 (alpha_register_raw_size): Ditto.
3916 (alpha_register_virtual_size): Ditto.
3917 (alpha_skip_prologue_internal): Renamed from
3918 alpha_skip_prologue.
3919 (alpha_skip_prologue): New version that calls
3920 alpha_skip_prologue_internal.
3921 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
3922 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
3923 second argument from alpha_skip_prologue.
3924 (REGISTER_BYTE): Use alpha_register_byte.
3925 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
3926 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
3927 (FRAMELESS_FUNCTION_INVOCATION): Use
3928 generic_frameless_function_invocation_not.
3929 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
3930 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
3931
52d9e613
AC
39322002-01-19 Andrew Cagney <ac131313@redhat.com>
3933
3934 * config/mips/xm-news-mips.h: Delete file.
3935 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
3936
3937 * config/m88k/xm-m88k.h: Delete file.
3938 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
3939 * config/m88k/xm-delta88v4.h: Ditto.
3940 * config/m88k/xm-delta88.h: Ditto.
3941
3942 * config/alpha/xm-fbsd.h: Delete file.
3943 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
3944
3945 * config/sparc/xm-sparc.h: Delete file.
3946 * Makefile.in (xm-sun4os4.h): Delete dependency.
3947 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
3948 * config/sparc/xm-sun4os4.h: Ditto.
3949 * config/sparc/xm-linux.h: Ditto.
3950
3951 * config/i386/xm-windows.h: Delete file.
3952
2d1b2124
AC
39532002-01-19 Andrew Cagney <ac131313@redhat.com>
3954
3955 * utils.c: Include <sys/param.h> for MAXPATHLEN.
3956 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
3957
ee1f65f0
JT
39582002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3959
3960 * alpha-tdep.c (alpha_call_dummy_words): New.
3961 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
3962 (CALL_DUMMY_P): Define.
3963 (CALL_DUMMY_WORDS): Define.
3964 (SIZEOF_CALL_DUMMY_WORDS): Define.
3965
98081e55
PB
39662002-01-19 Per Bothner <per@bothner.com>
3967
3968 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
3969 isn't NULL, which can happen with some gcj-3.x-produced code.
3970
0d056799
JT
39712002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
3972
3973 * alpha-tdep.c (alpha_register_virtual_type): New function.
3974 (alpha_init_frame_pc_first): Ditto.
3975 (alpha_fix_call_dummy): Ditto.
3976 (alpha_store_struct_return): Ditto.
3977 (alpha_extract_struct_value_address): Ditto.
3978 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
3979 alpha_register_virtual_type.
3980 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
3981 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
3982 alpha_extract_struct_value_address.
3983 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
3984 (INIT_FRAME_PC): Use init_frame_pc_noop.
3985 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
3986
4604bcad
MK
39872002-01-19 Mark Kettenis <kettenis@gnu.org>
3988
3989 * i386gnu-nat.c: Include "i386-tdep.h".
3990 (fetch_fpregs): Simplify code dealing with uninitialized floating
3991 point states such that it doesn't require FP7_REGNUM.
3992
140f9984
JT
39932002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
3994
abf22e64
AJ
3995 * alpha-tdep.c (frame_extra_info): New.
3996 (alpha_find_saved_regs): Make static. Use
140f9984
JT
3997 frame->extra_info.
3998 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
3999 (alpha_frame_saved_pc): Use frame->extra_info.
4000 (temp_saved_regs): Don't declare as struct frame_saved_regs.
4001 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
4002 (init_extra_frame_info): Rename to...
4003 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 4004 (alpha_print_extra_frame_info): New function.
140f9984
JT
4005 (alpha_frame_locals_address): Ditto.
4006 (alpha_frame_args_address): Ditto.
abf22e64 4007 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
4008 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
4009 alpha_frame_args_address.
abf22e64 4010 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 4011 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
4012 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
4013 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
4014 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
4015 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
4016
d734c450
JT
40172002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4018
4019 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
4020 (alpha_cannot_fetch_register): Ditto.
4021 (alpha_cannot_store_register): Ditto.
4022 (alpha_register_convertible): Ditto.
4023 (alpha_use_struct_convention): Ditto.
4024 * config/alpha/tm-alpha.h: Update copyright years.
4025 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
4026 (INNER_THAN): Use core_addr_lessthan.
4027 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
4028 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
4029 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
4030 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
4031 (FRAME_CHAIN): Remove unnecessary cast.
4032
b4ceaee6
AC
40332002-01-18 Andrew Cagney <ac131313@redhat.com>
4034
4035 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
4036 obsolete.
4037
0a65a603
AC
40382002-01-18 Andrew Cagney <ac131313@redhat.com>
4039
4040 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
4041 * monitor.c, remote-array.c, remote-bug.c: Ditto.
4042 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
4043 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
4044 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
4045 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
4046 * x86-64-linux-nat.c: Ditto.
4047
636a6dfc
JT
40482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4049
abf22e64 4050 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
4051 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
4052 (REGISTER_NAME): Define.
4053
acceddb6
JT
40542002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4055
4056 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
4057
ec32e4be
JT
40582002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4059
4060 * alpha-tdep.c: Update copyright years.
4061 (alpha_next_pc): New function.
4062 (alpha_software_single_step): Ditto.
4063 * config/alpha/tm-alpha.h: Add prototype for
4064 alpha_software_single_step.
4065
e771a871
JT
40662002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
4067
4068 * alphabsd-nat.c: Update copyright years.
4069 (fill_gregset): Use regcache_collect.
4070 (fill_fpregset): Likewise.
4071 (fetch_inferior_registers): Only fetch integer registers
4072 if requested to do so.
4073 (store_inferior_registers): Only store integer registers
4074 if requested to do so.
4075
7708fa01
AC
40762002-01-17 Andrew Cagney <ac131313@redhat.com>
4077
4078 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
4079 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
4080 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
4081 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
4082 * config/alpha/fbsd.mh (XDEPFILES): Delete.
4083 * config/arm/linux.mh (XDEPFILES): Delete.
4084 * config/arm/nbsd.mh (XDEPFILES): Delete.
4085 * config/i386/i386dgux.mh (XDEPFILES): Delete.
4086 * config/i386/i386sol2.mh (XDEPFILES): Delete.
4087 * config/i386/i386m3.mh (XDEPFILES): Delete.
4088 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
4089 * config/i386/i386gnu.mh (XDEPFILES): Delete.
4090 * config/i386/fbsd.mh (XDEPFILES): Delete.
4091 * config/i386/i386bsd.mh (XDEPFILES): Delete.
4092 * config/i386/i386sco5.mh (XDEPFILES): Delete.
4093 * config/i386/i386v4.mh (XDEPFILES): Delete.
4094 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
4095 * config/i386/i386sco4.mh (XDEPFILES): Delete.
4096 * config/i386/i386aix.mh (XDEPFILES): Delete.
4097 * config/i386/go32.mh (XDEPFILES): Delete.
4098 * config/i386/cygwin.mh (XDEPFILES): Delete.
4099 * config/i386/i386lynx.mh (XDEPFILES): Delete.
4100 * config/i386/i386mach.mh (XDEPFILES): Delete.
4101 * config/i386/i386v32.mh (XDEPFILES): Delete.
4102 * config/i386/linux.mh (XDEPFILES): Delete.
4103 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
4104 * config/i386/ncr3000.mh (XDEPFILES): Delete.
4105 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
4106 * config/i386/i386sco.mh (XDEPFILES): Delete.
4107 * config/i386/i386v.mh (XDEPFILES): Delete.
4108 * config/i386/nbsd.mh (XDEPFILES): Delete.
4109 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
4110 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
4111 * config/i386/symmetry.mh (XDEPFILES): Delete.
4112 * config/i386/obsd.mh (XDEPFILES): Delete.
4113 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
4114 * config/ia64/linux.mh (XDEPFILES): Delete.
4115 * config/ia64/aix.mh (XDEPFILES): Delete.
4116 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
4117 * config/m68k/dpx2.mh (XDEPFILES): Delete.
4118 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
4119 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
4120 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
4121 * config/m68k/linux.mh (XDEPFILES): Delete.
4122 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
4123 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
4124 * config/m68k/nbsd.mh (XDEPFILES): Delete.
4125 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
4126 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
4127 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
4128 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
4129 * config/m88k/delta88.mh (XDEPFILES): Delete.
4130 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
4131 * config/m88k/m88k.mh (XDEPFILES): Delete.
4132 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
4133 * config/mips/linux.mh (XDEPFILES): Delete.
4134 * config/mips/irix6.mh (XDEPFILES): Delete.
4135 * config/mips/irix5.mh (XDEPFILES): Delete.
4136 * config/mips/irix4.mh (XDEPFILES): Delete.
4137 * config/mips/irix3.mh (XDEPFILES): Delete.
4138 * config/mips/decstation.mh (XDEPFILES): Delete.
4139 * config/mips/mipsm3.mh (XDEPFILES): Delete.
4140 (NATDEPFILES): Move core-aout.o to here.
4141 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
4142 * config/pa/hpux1020.mh (XDEPFILES): Delete.
4143 * config/pa/hppabsd.mh (XDEPFILES): Delete.
4144 * config/pa/hppahpux.mh (XDEPFILES): Delete.
4145 * config/pa/hpux11w.mh (XDEPFILES): Delete.
4146 * config/pa/hppaosf.mh (XDEPFILES): Delete.
4147 * config/pa/hpux11.mh (XDEPFILES): Delete.
4148 * config/powerpc/aix.mh (XDEPFILES): Delete.
4149 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
4150 * config/powerpc/linux.mh (XDEPFILES): Delete.
4151 * config/romp/rtbsd.mh: Rename XDEPFILES.
4152 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
4153 * config/rs6000/aix4.mh (XDEPFILES): Delete.
4154 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
4155 * config/s390/s390.mh (XDEPFILES): Delete.
4156 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
4157 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
4158 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
4159 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
4160 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
4161 * config/sparc/nbsd.mh (XDEPFILES): Delete.
4162 * config/sparc/linux.mh (XDEPFILES): Delete.
4163 * config/vax/vaxult.mh (XDEPFILES): Delete.
4164 * config/vax/vaxult2.mh (XDEPFILES): Delete.
4165 * Makefile.in (DEPFILES): Remove XDEPFILES.
4166
375fc983
AC
41672002-01-17 Andrew Cagney <ac131313@redhat.com>
4168
4169 * utils.c (internal_verror): Fix comments, default is yes not no.
4170 Update queries to match. Default to quit and dump core.
4171
8926118c
AC
41722002-01-17 Andrew Cagney <ac131313@redhat.com>
4173
4174 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
4175 copyright.
4176 * defs.h, event-top.c, gdbcmd.h: Ditto.
4177 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
4178 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
4179 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
4180 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
4181 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
4182 * mi/mi-main.c:Ditto.
4183
4184 * stack.c, symfile.c: Update copyright.
4185
45b7b345
DJ
41862002-01-17 Daniel Jacobowitz <drow@mvista.com>
4187
db728ff7
DJ
4188 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
4189 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
4190 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
4191 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 4192
db728ff7
DJ
41932002-01-17 Daniel Jacobowitz <drow@mvista.com>
4194
4195 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
4196 * gdbserver/low-lynx.c (myattach): Likewise.
4197 * gdbserver/low-nbsd.c (myattach): Likewise.
4198 * gdbserver/low-sim.c (myattach): Likewise.
4199 * gdbserver/low-sparc.c (myattach): Likewise.
4200 * gdbserver/low-sun3.c (myattach): Likewise.
4201
4202 * gdbserver/low-linux.c (myattach): New function.
45b7b345 4203
db728ff7 4204 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
4205 (main): Handle "--attach".
4206
8de3c354
AC
42072002-01-16 Andrew Cagney <ac131313@redhat.com>
4208
4209 * MAINTAINERS (language support): Daniel Jacobwitz is C++
4210 maintainer.
4211
b0129042
DJ
42122002-01-15 Daniel Jacobowitz <drow@mvista.com>
4213
4214 * c-typeprint.c (is_type_conversion_operator): Add additional
4215 check for non-conversion operators.
4216
ba8679fb 42172002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
4218
4219 * linux-proc.c: Add "info proc" command, a la procfs.c.
4220 (read_mapping): New function, abstract and re-use code.
4221 (linux_find_memory_regions): Use new func read_mapping.
4222 (linux_info_proc_cmd): New function, implement "info proc".
4223 (_initialize_linux_proc): Add new command "info proc".
4224
e4f9b4d5
MS
42252002-01-15 Michael Snyder <msnyder@redhat.com>
4226
4227 * symfile.c (generic_load): Use bfd_map_over_sections method
4228 instead of manipulating bfd structure members directly.
4229 (add_section_size_callback): New function, bfd sections callback
4230 used by generic_load.
4231 (load_sections_callback): New function, bfd sections callback
4232 used by generic_load.
4233
08cf96df
EZ
42342002-01-15 Elena Zannoni <ezannoni@redhat.com>
4235
abf22e64 4236 [Based on work by Jim Blandy]
08cf96df
EZ
4237 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
4238 (builtin_type_vec128): Export.
4239 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
4240 types.
4241 (builtin_type_vec128): New builtin type for 128 bit vector
4242 registers.
4243 (build_gdbtypes): Initialize builtin_type_v16qi and
4244 builtin_type_v8hi. Create the vec128 register builtin type
4245 structure.
4246 (build_builtin_type_vec128): New function.
abf22e64 4247 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
4248 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4249 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4250 AltiVec register to new builtin type.
4251
d7242108
DJ
42522001-01-15 Daniel Jacobowitz <drow@mvista.com>
4253
4254 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4255 to make_cv_type.
4256
4ee3352d
AC
42572002-01-14 Andrew Cagney <ac131313@redhat.com>
4258
4259 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4260 CLEAN_UP_REGISTER_VALUE.
4261 * regcache.c (supply_register): Update only call.
4262
f015b2e7
AC
42632002-01-14 Andrew Cagney <ac131313@redhat.com>
4264
4265 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4266 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4267 a29k-*-vxworks* targets as obsolete.
4268
356ae49d
MS
42692002-01-14 Michael Snyder <msnyder@redhat.com>
4270
4271 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4272 until we can resolve portability issues.
4273 * gregset.h: Remove references to fpxregs.
4274 * gcore.c (gcore_command): Initialize note_sec to NULL.
4275
ade8f45e
AC
42762002-01-13 Andrew Cagney <ac131313@redhat.com>
4277
4278 * signals.c (target_signal_to_name): Rewrite. Only use
4279 signals[].name when in bounds and non-NULL.
abf22e64 4280
89c49e7a
AC
42812002-01-13 Andrew Cagney <ac131313@redhat.com>
4282
4283 From Petr Ledvina <ledvinap@kae.zcu.cz>:
4284 * signals.c (target_signal_to_name): Verify that SIG is within the
4285 bounds of the signals array.
4286
4daa9f9f
AC
42872002-01-13 Andrew Cagney <ac131313@redhat.com>
4288
4289 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4290
ba4bbdcb
KS
42912002-01-13 Keith Seitz <keiths@redhat.com>
4292
4293 * stack.c (print_frame_info_base): Print the frame's pc
4294 only if when print_frame_info_listing_hook is not defined.
4295
575bbeb6
KS
42962002-01-13 Keith Seitz <keiths@redhat.com>
4297
4298 * varobj.c (varobj_set_value): Make sure that there were no
4299 errors evaluating the object before attempting to set its
4300 value.
4301 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4302 so this offset adjustment is no longer necessary.
4303 (create_child): Don't set the error flag if the child is
4304 a CPLUS_FAKE_CHILD.
4305 (value_of_child): If value_fetch_lazy fails, return NULL
4306 so that callers will be notified that an error occurred.
4307 (c_value_of_variable): Delay check of variable's validity
4308 until later. We actually want all structs and unions to have
4309 the value "{...}".
4310 Do not return "???" for variables which could not be evaluated.
4311 This error condition must be returned to the caller so that it
4312 can get the error condition from gdb.
4313 (cplus_name_of_child): Adjust index for vptr before figuring
4314 out the name of the child.
4315 (cplus_value_of_child): If a child's (real) parent is not valid,
4316 don't even bother trying to give a value for it. Just return
4317 an error. Change all instances in this function.
4318 (cplus_type_of_child): If our parent is one of the "fake"
4319 parents, we need to get at the type of the real parent, and
4320 derive the child's true type using this information.
4321
b76898ab
AC
43222002-01-13 Andrew Cagney <ac131313@redhat.com>
4323
4324 From 2002-01-09 John Marshall <johnm@falch.net>:
4325 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4326 sources.redhat.com, and tweak some related URLs which had
4327 suffered from linkrot.
4328
b6649e88
AC
43292002-01-13 Andrew Cagney <ac131313@redhat.com>
4330
4331 From Jeff law:
4332 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4333 structures passed in registers.
4334
82cc5033
EZ
43352002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4338 white space which prevented compilation. Reported by DSK
4339 <dsk@student.unsw.edu.au>.
4340
ba5f2f8a
MS
43412002-01-11 Michael Snyder <msnyder@redhat.com>
4342
fbd35540
MS
4343 * symfile.c (build_section_addr_info_from_section_tab):
4344 Use bfd access method instead of manipulating bfd directly.
4345 (syms_from_objfile): Ditto.
4346 (simple_overlay_update_1): Ditto.
4347 (simple_overlay_update): Ditto.
4348 (generic_load): Ditto.
4349 (overlay_unmapped_address): FIXME comment, bfd access methods.
4350 (sections_overlap): FIXME comment, bfd access methods.
4351 (pc_in_mapped_range): FIXME comment, bfd access methods.
4352 (pc_in_unmapped_range): FIXME comment, bfd access methods.
4353 (section_is_mapped): FIXME comment, bfd access methods.
4354 (section_is_overlay): FIXME comment, bfd access methods.
4355
ba5f2f8a
MS
4356 * symfile.c (generic_load): Whitespace and long line cleanups.
4357 Remove duplicate variable, change several local variables to
4358 more appropriate data types.
4359 (print_transfer_performance): Use %lu instead of %ld for ulongs.
4360
17df2af6
AC
43612002-01-12 Andrew Cagney <ac131313@redhat.com>
4362
4363 From Peter Schauer:
4364 * language.c (longest_local_hex_string_custom): Use phex_nz to
4365 convert NUM to a hex string.
4366
ec920329
EZ
43672002-01-12 Elena Zannoni <ezannoni@redhat.com>
4368
4369 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
4370 the function.
538a76d6 4371 Update Copyright year.
ec920329 4372
3abd2e01
AC
43732002-01-12 Andrew Cagney <ac131313@redhat.com>
4374
4375 * language.c (longest_raw_hex_string): Delete unused function.
4376
b21b22e0
PS
43772002-01-11 Petr Sorfa <petrs@caldera.com>
4378
4379 * MAINTAINERS (write-after-approval): Add myself.
4380 * dwarf2read.c (read_tag_string_type): Handling of
4381 DW_AT_byte_size.
4382 (read_tag_string_type): FORTRAN fix to prevent propagation of
4383 first string size.
4384 (set_cu_language): Handling of DW_LANG_Fortran95
4385
747fe712
RE
43862002-01-11 Richard Earnshaw <rearnsha@arm.com>
4387
4388 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
4389 GETPID(inferior_ptid).
4390 (store_inferior_registers): Likewise.
4391
f1bea926
JM
43922002-01-10 Jason Merrill <jason@redhat.com>
4393
4394 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
4395 Fix DW_OP_minus.
4396
ae940673
AC
43972002-01-10 Andrew Cagney <ac131313@redhat.com>
4398
4399 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
4400 and bfd/elf32-sh-nbsd.c.
4401
00546b04
MS
44022002-01-10 Michael Snyder <msnyder@redhat.com>
4403
352ed7b4
MS
4404 * NEWS: Mention --pid and corefile/proc-id behavior change.
4405
c18be923
MS
4406 * Makefile.in: Add rules for gcore.o and linux-proc.o.
4407 * gcore.c: Include cli/cli-decode.h instead of command.h.
4408
00546b04
MS
4409 * main.c (captured_main): Add new command line option "--pid".
4410 If the second command line argument (following the symbol-file)
4411 begins with a digit, try to attach to it before trying to open
4412 it as a corefile.
4413 (print_gdb_help): Document the "--pid" argument.
4414
db60ec62
EZ
44152002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
4416
4417 * completer.c (command_completer): New function.
4418
4419 * completer.h <command_completer>: Add prototype.
4420
4421 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
4422 completer for the "help" command.
4423
39c22d1a
JM
44242002-01-09 Jason Merrill <jason@redhat.com>
4425
4426 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
4427
c564377f
MS
44282002-01-09 Michael Snyder <msnyder@redhat.com>
4429
975aec09
MS
4430 * i386-linux-nat.c (fill_fpxregset): Make global.
4431 (store_fpxregset): Ditto.
4432
db4a10fa
MS
4433 * gregset.h (gdb_fpxregset_t): Define.
4434 (supply_fpxregset): Prototype.
4435 (fill_fpxregset): Prototype.
4436
c564377f
MS
4437 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
4438
c3d45d70
RE
44392002-01-09 Richard Earnshaw <rearnsha@arm.com>
4440
4441 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
4442 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
4443 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
4444
fcc87af1
AC
44452002-01-09 Andrew Cagney <ac131313@redhat.com>
4446
4447 * MAINTAINERS: Update target maintainer rules so that any
4448 Maintainer can approve a tested patch for a maintenance-only
4449 target.
4450
dd96c05b
RE
44512002-01-09 Richard Earnshaw <rearnsha@arm.com>
4452
d4297db9 4453 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 4454
d4297db9 4455 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
4456 IN_SIGTRAMP.
4457
145fdc6e
MS
44582002-01-08 Michael Snyder <msnyder@redhat.com>
4459
4460 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
4461 real name of the executable, rather than the /proc name.
4462
be4d1333
MS
44632002-01-03 Michael Snyder <msnyder@redhat.com>
4464
4465 Implement a "generate-core-file" command in gdb, save target state.
4466 * gcore.c: New file. Implement new command 'generate-core-file'.
4467 Save a corefile image of the current state of the inferior.
4468 * linux-proc.c: Add linux-specific code for saving corefiles.
4469 * target.h (struct target_ops): Add new target vectors for saving
4470 corefiles; to_find_memory_regions and to_make_corefile_notes.
4471 (target_find_memory_regions): New macro.
4472 (target_make_corefile_notes): New macro.
4473 * target.c (update_current_target): Inherit new target methods.
4474 (dummy_find_memory_regions): New place-holder method.
4475 (dummy_make_corefile_notes): New place-holder method.
4476 (init_dummy_target): Initialize new dummy target vectors.
4477 * exec.c (exec_set_find_memory_regions): New function.
4478 Allow the exec_ops vector for memory regions to be taken over.
4479 (exec_make_note_section): New function, target vector method.
4480 * defs.h (exec_set_find_memory_regions): Export prototype.
4481 * procfs.c (proc_find_memory_regions): New function, corefile method.
4482 (procfs_make_note_section): New function, corefile method.
4483 (init_procfs_ops): Set new target vector pointers.
4484 (find_memory_regions_callback): New function.
4485 (procfs_do_thread_registers): New function.
4486 (procfs_corefile_thread_callback): New function.
4487 * sol-thread.c (sol_find_memory_regions): New function.
4488 (sol_make_note_section): New function.
4489 (init_sol_thread_ops): Initialize new target vectors.
4490 * inftarg.c (inftarg_set_find_memory_regions): New function.
4491 Allow to_find_memory_regions vector to be taken over.
4492 (inftarg_set_make_corefile_notes): New function.
4493 Allow to_make_corefile_notes vector to be taken over.
4494 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
4495 interface layer if not target_has_execution (may be a corefile).
4496 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
4497 * config/sparc/sun4sol2.mh: Ditto.
4498 * config/alpha/alpha-linux.mh: Ditto.
4499 * config/arm/linux.mh: Ditto.
4500 * config/i386/x86-64linux.mh: Ditto.
4501 * config/ia64/linux.mh: Ditto.
4502 * config/m68k/linux.mh: Ditto.
4503 * config/mips/linux.mh: Ditto.
4504 * config/powerpc/linux.mh: Ditto.
4505 * config/sparc/linux.mh: Ditto.
4506
c6b92abd
MS
45072002-01-07 Michael Snyder <msnyder@redhat.com>
4508
4509 * arm-linux-nat.c: Remove references to regcache.c internal data
4510 (registers[] and register_valid[]).
4511
4b09dc8c
MS
45122002-01-07 Michael Snyder <msnyder@redhat.com>
4513
abf22e64
AJ
4514 * linux-proc.c: New file. Implement child_pid_to_exec_file,
4515 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
4516 symbol file and shlibs.
4517 * Makefile.in: Add rule for linux-proc.o.
4518 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
4519 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
4520 * config/arm/linux.mh: Ditto.
4521 * config/i386/linux.mh: Ditto.
4522 * config/i386/x86-64linux.mh: Ditto.
4523 * config/ia64/linux.mh: Ditto.
4524 * config/m68k/linux.mh: Ditto.
4525 * config/mips/linux.mh: Ditto.
4526 * config/powerpc/linux.mh: Ditto.
4527 * config/sparc/linux.mh: Ditto.
4528
c25b74ac
PM
45292002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
4530
4531 * win32-nat.c: Add i386-tdep.h dependency.
4532
94cd915f
MS
45332002-01-07 Michael Snyder <msnyder@redhat.com>
4534
c7cccb76
MS
4535 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
4536 instead of bfd_get_arch_size. Don't bail out just because
4537 there's no exec_bfd.
abf22e64 4538
34c0bd93
MS
4539 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
4540 * p-valprint.c (pascal_object_print_value): Ditto.
4541 * somread.c (som_symtab_read): Ditto.
4542 * symfile.c (simple_free_overlay_region_table): Ditto.
4543 * valops.c (value_assign): Ditto.
4544
21c1c920
MS
4545 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
4546 use tilde_expand and strerror for opening save-tracepoints file.
4547
5bbd998e
MS
4548 * thread-db.c (thread_db_new_objfile): Indendation fix.
4549
94cd915f
MS
4550 * infptrace.c (GDB_MAX_ALLOCA): New define.
4551 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 4552 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
4553 can be overridden with whatever value is appropriate to the host).
4554 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
4555 alloca to allocate potentially large buffer.
4556 * rs6000-nat.c (child_xfer_memory): Ditto.
4557 * symm-nat.c (child_xfer_memory): Ditto.
4558 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
4559
494e8a93
JSC
45602002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
4561
4562 From Nick Clifton <nickc@redhat.com>
4563 * d10v-tdep.c: Set STACK_START to 0x200bffe.
4564
d0e1d48e
MS
45652002-01-07 Michael Snyder <msnyder@redhat.com>
4566
abf22e64 4567 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
4568 Don't use exec_bfd if it's NULL.
4569
290b2c7a
MK
45702002-01-06 Mark Kettenis <kettenis@gnu.org>
4571
abf22e64 4572 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 4573
aef21287
AC
45742002-01-06 Andrew Cagney <ac131313@redhat.com>
4575
4576 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
4577 * gnu-nat.c: Ditto.
4578
30efa627
AC
45792002-01-06 Andrew Cagney <ac131313@redhat.com>
4580
4581 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
4582 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
4583 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
4584 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
4585 z8k-coff have not been multi-arched. Update z8k-coff build
4586 status.
4587
9b4ff276
AC
45882002-01-06 Andrew Cagney <ac131313@redhat.com>
4589
4590 * MAINTAINERS: Mark a29k target as obsolete.
4591 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
4592 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
4593 comments.
4594 * NEWS: Note that a29k targets are obsolete.
4595 * a29k-tdep.c: Mark as obsolete.
4596 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4597 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4598 a29k-*-vxworks* targets as obsolete.
4599 * remote-adapt.c: Obsolete.
4600 * remote-eb.c: Obsolete.
4601 * remote-mm.c: Obsolete.
4602 * remote-udi.c: Obsolete.
4603 * config/a29k/a29k-udi.mt: Obsolete.
4604 * config/a29k/a29k.mt: Obsolete.
4605 * config/a29k/tm-a29k.h: Obsolete.
4606 * config/a29k/tm-vx29k.h: Obsolete.
4607 * config/a29k/vx29k.mt: Obsolete.
4608
a9011d31
AC
46092002-01-05 Andrew Cagney <ac131313@redhat.com>
4610
4611 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
4612 with BFD_ENDIAN_BIG.
4613
9299404e
AC
46142002-01-05 Andrew Cagney <ac131313@redhat.com>
4615
4616 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
4617 * configure, config.in: Re-generate.
4618 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
4619 * defs.h: Do not include <endian.h>.
4620
7e89e357
JT
46212002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
4622
4623 * acconfig.h (HAVE_PT_GETXMMREGS): New.
4624 * config.in: Regenerate.
4625 * configure.in: Update copyright years.
4626 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
4627 * configure: Regenerate.
4628 * i386bsd-nat.c: Update copyright years.
4629 (fill_gregset): Use regcache_collect.
4630 (fetch_inferior_registers): Only fetch integer registers
4631 if requested to do so. Add support for XMM registers
4632 using PT_GETXMMREGS.
4633 (store_inferior_registers): Only store integer registers
4634 if requested to do so. Add support for XMM registers
4635 using PT_SETXMMREGS.
4636 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
4637 (store_inferior_registers): Remove.
4638 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
4639 (fetch_elfcore_registers): New function.
4640 (i386nbsd_elfcore_fns): New.
4641 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
4642 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
4643 i386bsd-nat.o.
4644 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4645 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
4646 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
4647 * config/i386/tm-nbsd.h: Update copyright years.
4648 (HAVE_SSE_REGS): Define.
4649 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
4650 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
4651 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
4652 (SIGCONTEXT_PC_OFFSET): Remove.
4653 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
4654
a752853e
AC
46552002-01-05 Andrew Cagney <ac131313@redhat.com>
4656
4657 * configure.tgt: Remove powerpc-*-macos* target.
4658 * config/m68k/xm-mpw.h: Delete file.
4659 * config/xm-mpw.h: Delete file.
4660 * ser-mac.c: Delete file.
4661 * mpw-make.sed: Delete file.
4662 * mpw-config.in: Delete file.
4663 * mac-xdep.c: Delete file.
4664 * mac-gdb.r: Delete file.
4665 * mac-defs.h: Delete file.
4666 * mac-nat.c: Delete file.
4667 * config/powerpc/macos.mh: Delete file.
4668 * config/powerpc/macos.mt: Delete file.
4669 * config/powerpc/nm-macos.h: Delete file.
4670 * config/powerpc/tm-macos.h: Delete file.
4671 * source.c (openp, open_source_file): Remove obsolete code.
4672 * top.c (gdb_readline): Ditto.
4673 * utils.c (query): Ditto.
4674 * event-top.c (display_gdb_prompt): Ditto.
4675 * Makefile.in (ser-mac.o): Delete obsolete target.
4676 * NEWS: Update.
4677
d7449b42
AC
46782002-01-04 Andrew Cagney <ac131313@redhat.com>
4679
4680 * defs.h (BIG_ENDIAN): Delete macro definition.
4681 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
4682 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
4683 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
4684 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4685 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
4686 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
4687 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
4688 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
4689 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
4690 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
4691 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
4692 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
4693 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4694 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
4695 * gdbarch.c: Re-generate.
4696
356374e8
DJ
46972002-01-04 Daniel Jacobowitz <drow@mvista.com>
4698
4699 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4700 for core files.
4701
a2b8f8f8
JT
47022002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4703
4704 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
4705
12466af9
AC
47062002-01-04 Andrew Cagney <ac131313@redhat.com>
4707
4708 * value.h (value_ptr): Delete typedef.
4709
3549ab40
JT
47102002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4711
4712 * i386nbsd-nat.c: Update copyright years.
4713 Include i386-tdep.h.
4714
fedbd091
EZ
47152002-01-04 Elena Zannoni <ezannoni@redhat.com>
4716
4717 * stabsread.c: Update copyright years.
4718
4719 From Debashis Mahata <debashis.mahata@wipro.com>:
4720 (read_struct_fields): Deal with Sun C compiler erroneous stab
4721 output for structs and unions.
fec8b34f 4722 Fix PR gdb/269.
fedbd091 4723
eb43544b
DJ
47242002-01-04 Daniel Jacobowitz <drow@mvista.com>
4725
4726 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
4727 prototype.
4728
1514d34e
DJ
47292002-01-04 Daniel Jacobowitz <drow@mvista.com>
4730
4731 * cp-abi.c: Fix whitespace.
4732 (baseclass_offset): New wrapper function.
4733 * cp-abi.h (baseclass_offset): Add prototype.
4734 (struct cp_abi_ops): Add baseclass_offset pointer.
4735
4736 * valops.c (vb_match): Move to...
4737 * gnu-v2-abi.c (vb_match): here.
4738 * valops.c (baseclass_offset): Move to...
4739 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
4740
4741 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
4742
4743 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
4744 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
4745 * hpacc-abi.c (init_hpacc_ops): Likewise.
4746
7f8c9282
DJ
47472002-01-04 Daniel Jacobowitz <drow@mvista.com>
4748
4749 * valops.c (find_overload_match): Accept obj as a
4750 reference parameter. Update it before returning.
4751 * value.h (find_overload_match): Update prototype.
4752 * eval.c (evaluate_subexp_standard): Pass object to
4753 find_overload_match by reference.
4754
f23631e4
AC
47552002-01-03 Andrew Cagney <ac131313@redhat.com>
4756
4757 * valarith.c: Replace value_ptr with struct value pointer. Remove
4758 register attribute from value declarations.
4759 * valops.c: Ditto.
4760 * value.h: Ditto.
4761 * scm-lang.c (scm_lookup_name): Ditto.
4762
79e10fab 47632002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 4764
79e10fab
AC
4765 Abstract the functionality of iterating over mapped memory
4766 regions into a general purpose iterator function.
abf22e64 4767 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
4768 iterator for memory sections.
4769 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
4770 (solib_mappings_callback): New function, callback for above.
4771 (info_proc_mappings): Reimpliment using iterate_over_mappings.
4772 (info_mappings_callback): New function, callback for above.
4773
4774 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
4775
c5ad026a
MK
47762002-01-01 Mark Kettenis <kettenis@gnu.org>
4777
d2a7c97a
MK
4778 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
4779 * i386-tdep.c: Include "elf-bfd.h".
4780 (process_note_abi_tag_sections): New function.
4781 (i386_gdbarch_init): Add code to recognize various OS/ABI
4782 combinations.
4783
c5ad026a
MK
4784 * maint.c (_initialize_maint_cmds): Add missing \ in
4785 string-literal.
4786
a1a5b71e 4787For older changes see ChangeLog-2001
c906108c
SS
4788\f
4789Local Variables:
4790mode: change-log
4791left-margin: 8
4792fill-column: 74
4793version-control: never
4794End: