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