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