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