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