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