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