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