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