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