* elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9750e763
KB
12002-10-14 Kevin Buettner <kevinb@redhat.com>
2
3 * c-lang.h (c_type_print_varspec_prefix): Delete.
4 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
5 ``need_post_space'' parameter. Adjust all callers.
6
eee771c1
DJ
72002-10-14 Daniel Jacobowitz <drow@mvista.com>
8
9 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
10 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
11 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
12 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
13
46c82446
AF
142002-10-13 Adam Fedor <fedor@gnu.org>
15
16 * source.c (print_source_lines): Update comments.
17
d069f99d
AF
182002-10-13 Adam Fedor <fedor@gnu.org>
19
20 * valops.c (value_of_local): New function.
21 (value_of_this): Use it.
22 * value.h (value_of_local): Declared.
23
53c551b7
AF
242002-10-13 Adam Fedor <fedor@gnu.org>
25
26 * parse.c: (length_of_subexp, prefixify_subexp): Handle
27 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
28
eb392fbf
AF
292002-10-12 Adam Fedor <fedor@gnu.org>
30
31 * language.c (binop_result_type): Add language_objc to case.
32 (integral_type): Likewise.
33 (character_type): Likewise.
34 (string_type): Likewise.
35 (boolean_type): Likewise.
36 (structured_type): Likewise.
37 (binop_type_check): Likewise.
38
e2b23ee9
AF
392002-10-11 Adam Fedor <fedor@gnu.org>
40
41 * printcmd.c (address_info): Print 'self' for ObjC.
42
b01ab485
AF
432002-10-11 Adam Fedor <fedor@gnu.org>
44
45 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
46 OP_SELF.
47
806e6073
AF
482002-10-11 Adam Fedor <fedor@gnu.org>
49
50 * language.h (CAST_IS_CONVERSION): Add language_objc.
51
50f85cdf
AF
522002-10-11 Adam Fedor <fedor@gnu.org>
53
54 * defs.h (enum language): Add language_objc.
55
0d540cdf
KD
562002-10-11 Klee Dienes <kdienes@apple.com>
57
58 * findvar.c (read_memory_typed_address): New function.
59 * gdbcore.h (read_memory_typed_address): Add prototype.
60 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
61 to read a value destined for a CORE_ADDR, not read_memory_integer.
62 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
63 (f77_get_dynamic_lowerbound): Ditto.
64
d5dc7960
MH
652002-10-11 Martin M. Hunt <hunt@redhat.com>
66
67 * utils.c (string_to_core_addr): After turning string into
68 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
69 which will do necessary sign-extension, etc.
70
8343f86c
DJ
712002-10-11 Daniel Jacobowitz <drow@mvista.com>
72
73 * c-exp.y (THIS): Delete token and grammar rule.
74 (yylex): Don't return THIS.
75 * cp-valprint.c (vtbl_ptr_name_old): Delete.
76 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
77 * demangle.c (cplus_markers): Update comment. Put '$'
78 first. Remove CPLUS_MARKER.
79 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
80 * jv-exp.y (THIS): Delete token and grammar rule.
81 (yylex): Don't return THIS.
82 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
83 * objc-exp.y (THIS): Delete token and grammar rule.
84 (yylex): Don't return THIS.
85 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
86 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
87 (read_member_functions): Likewise for opname.
88 (read_tilde_fields): Use is_cplus_marker.
89
90 * defs.h (CPLUS_MARKER): Don't define.
91 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
92 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
93 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
94 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
95 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
96
97 * config/i386/tm-i386v4.h: Delete file.
98 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
99 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
100 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
101 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
102 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
103 * config/i386/i386sco5.mt (TM_FILE): Likewise.
104 * config/i386/i386v4.mt (TM_FILE): Likewise.
105 * config/i386/ncr3000.mt (TM_FILE): Likewise.
106
967c0d83
MM
1072002-10-10 Marko Mlinar <markom@opencores.org>
108
109 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
110 accidentially not commited 2002-10-09
111 * gdbarch.h, gdbarch.c: Re-generate.
112
f74fa174
MM
1132002-10-09 Marko Mlinar <markom@opencores.org>
114
115 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
116 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
117 * gdbarch.h, gdbarch.c: Re-generate.
118
57349743
JB
1192002-10-08 Petr Sorfa <petrs@caldera.com>
120
121 Revised and re-submitted by John Wolfe <jlw@caldera.com>
122
123 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
124 so we can work on more than one compilation unit at a time. This
125 helps prepare GDB to handle inter-CU die references.
126 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
127 the code to be defined before struct comp_unit_head.
128 (comp_unit_head): Added new members - offset, cu_head,
129 begin_die, next and dwarf2_abbrevs.
130 (dwarf2_abbrevs): Removed single static var; now member of
131 struct comp_unit_head.
132 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
133 members.
134 (psymtab_to_symtab_1): Changed to work with the new
135 struct comp_unit_head.
136 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
137 constructs the dwarf2_abbrevs[] inside the cu_header.
138 (dwarf2_empty_abbrev_table): Now expects a ptr to a
139 dwarf2_abbrev table to clean up.
140 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
141 handling of dwarf2_abbrevs inside the cu_header.
142 (read_partial_die): Now supports the call to the new
143 dwarf2_lookup_abbrev.
144 (read_full_die): Now supports the call to the new
145 dwarf2_lookup_abbrev.
146
4092aadb
CF
1472002-10-06 Christopher Faylor <cgf@redhat.com>
148
149 * Makefile.in (install-gdbtk): Add missing continuation backslash to
150 insure that shell variables, such as "transformed_name" are propagated
151 to later shell statements in rule.
152
af0b2512
MK
1532002-10-06 Mark Kettenis <kettenis@gnu.org>
154
155 * config/i386/nm-i386sco.h: Add protection against
156 multiple-inclusion. Include "i386/nm-i386v.h".
157 (REGISTER_U_ADDR): Remove define.
158 (i386_register_u_addr): Remove prototype.
159
d6020d45
MS
1602002-10-04 Michael Snyder <msnyder@redhat.com>
161
162 * m32r-stub.c (handle_exception): Make sure exception is "trap"
163 before treating it as a single-step event.
164
7248f48e
AF
1652002-10-03 Adam Fedor <fedor@gnu.org>
166
167 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
168 (objc_demangle): Remove assignment in if statements, Replace
169 free with xfree.
170 (add_msglist): Likewise.
171 (end_msglist): Likewise.
172 (complare_selectors): Likewise.
173 (selectors_info): Likewise.
174 (compare_classes): Likewise.
175 (classes_info): Likewise.
176 (print_object_command): Likewise.
177 (find_objc_msgcall_submethod): Replace PTR with void *.
178 * objc-lang.h: Remove check for __STDC__.
179
52c6a6ac
JJ
1802002-10-03 Jeff Johnston <jjohnstn@redhat.com>
181
182 * ui-out.h (ui_out_field_fmt_int): New prototype.
183 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
184 of field width and alignment.
185 * stack.c (print_frame_info_base): When printing frame level, use
186 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
187 PR gdb/192
188
7e3cec17
JJ
1892002-10-03 Jeff Johnston <jjohnstn@redhat.com>
190
191 * MAINTAINERS: Add self to Write After Approval list.
192
a58dd373
EZ
1932002-10-02 Elena Zannoni <ezannoni@redhat.com>
194
195 * infcmd.c (interrupt_target_command_wrapper): Delete.
196 (interrupt_target_command): Make non static.
197 (nofp_registers_info): Make static.
198 * stack.c (return_command_wrapper): Delete.
199 (return_command): Make non static.
200
cee6ddeb
EZ
2012002-10-02 Elena Zannoni <ezannoni@redhat.com>
202
203 * event-top.c (gdb_setup_readline): New function. Code moved from
204 _initialize_event_loop().
205 (_initialize_event_loop): Call gdb_setup_readline().
206
c4ed33b9
AC
2072002-10-02 Andrew Cagney <ac131313@redhat.com>
208
209 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
210 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
211 * gdbarch.h, gdbarch.c: Re-generate.
212
cef4f5dd
DJ
2132002-10-02 Daniel Jacobowitz <drow@mvista.com>
214
215 Fix PR gdb/778
216 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
217 before recursing.
218 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
219 of fill_in_vptr_fieldno.
220
36dc181b 2212002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 222
36dc181b
EZ
223 * inferior.h (registers_info, stepi_command, nexti_command,
224 continue_command, interrupt_target_command): Export from infcmd.c.
225 * frame.h (args_info, selected_frame_level_changed_hook,
226 return_command): Export from stack.c.
227 * v850ice.c (stepi_command, nexti_command, continue_command): use
228 prototypes from inferior.h.
229 * tracepoint.c (registers_info, args_info, locals_info): Use
230 prototypes from frame.h and inferior.h.
231 * Makefile.in (mi-main.o): Add dependency on frame.h.
232
6f99cb26
AC
2332002-10-02 Andrew Cagney <ac131313@redhat.com>
234
da3eff49
AC
235 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
236 value in register 3 adjusted by ppc_gp0_regnum.
237
6f99cb26
AC
238 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
239
da615bee
MM
2402002-10-02 Marko Mlinar <markom@opencores.org>
241
242 * MAINTAINERS: Add myself to the Write After Approval list.
243
d154bee2
AO
2442002-10-01 Alexandre Oliva <aoliva@redhat.com>
245
62a49b2c
AO
246 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
247 of the section for the N64 ABI, fixed.
248
d154bee2
AO
249 * config/mips/tm-irix6.h: Include solib.h.
250
ed348acc
EZ
2512002-10-01 Elena Zannoni <ezannoni@redhat.com>
252
253 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
254 GNU operators.
255
da0f9dcd
AC
2562002-10-01 Andrew Cagney <ac131313@redhat.com>
257
258 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
259 and that "mi0" syntax has been removed.
260
bdf64bac
DC
2612002-09-30 David Carlton <carlton@math.stanford.edu>
262
263 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
264 * ppc-sysv-tdep.c: #include "gdb_string.h".
265 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
266 pacify GCC.
267
54c2a1e6
AC
2682002-10-01 Andrew Cagney <ac131313@redhat.com>
269
270 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
271 "vrsave"'s register number.
272
cedea778
AC
2732002-09-30 Andrew Cagney <ac131313@redhat.com>
274
275 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
276 use frame_unwind_signed_register to obtain the PC.
277 (mips_frame_chain): Handle a generic dummy frame.
278 (mips_init_extra_frame_info): When a generic dummy frame, don't
279 re-compute the frame base.
280 (mips_pop_frame): Handle generic dummy frames.
281 (mips_gdbarch_init): When generic dummy frames, set
282 use_generic_dummy_frames, push_dummy_frame to
283 generic_push_dummy_frame, pc_in_call_dummy to
284 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
285 generic_save_dummy_frame_tos.
286
68315eb8
AC
2872002-09-30 Andrew Cagney <ac131313@redhat.com>
288
289 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
290 against TOP when TOP was explictly set.
291 (generic_push_dummy_frame): Set TOP to zero.
292
3b8630c3
EZ
2932002-09-30 Elena Zannoni <ezannoni@redhat.com>
294
295 * event-loop.c (start_event_loop): Rename variable 'result' to
296 'gdb_result', to avoid conflicts with upcoming intepreters changes.
297
28ee05e9
KS
2982002-09-30 Keith Seitz <keiths@redhat.com>
299
300 * gdb-events.sh (selected_thread_changed): New event.
301 * gdb-events.c: Regenerated.
302 * gdb-events.h: Regenerated.
303
6eecb1c8
HPN
3042002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
305
306 * MAINTAINERS: Add self to Write After Approval list.
307
92df71f0
FN
3082002-09-30 Fernando Nasser <fnasser@redhat.com>
309
3b8630c3
EZ
310 * disasm.c: New file.
311 * disasm.h: New file.
92df71f0
FN
312 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
313 (compare_lines): Ditto.
314 (dump_insns): Ditto.
3b8630c3
EZ
315 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
316 argument.
92df71f0 317 (do_assembly_only): Ditto.
3b8630c3
EZ
318 (do_disassembly): Renamed to gdb_disassembly and moved to
319 disasm.c. Sdded uiout argument.
320 * Makefile.in: Add new files. Reorder SFILES list. Update
321 dependencies. Include libgdb.a later in the insight executable.
92df71f0 322
0c22854d
AC
3232002-09-29 Andrew Cagney <ac131313@redhat.com>
324
325 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
326 bfd/elf64-alpha-fbsd.c.
327
e67f2023
AC
3282002-09-29 Andrew Cagney <ac131313@redhat.com>
329
330 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
331 i386gnu-tdep.c.
332
89396210
AC
3332002-09-29 Andrew Cagney <ac131313@redhat.com>
334
335 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
336 __FUNCTION__.
337 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
338 function name.
339 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
340 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
341 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
342 (S_msg_sig_post_reply): Ditto.
343
7079c36c
CV
3442002-09-28 Corinna Vinschen <vinschen@redhat.com>
345
89396210
AC
346 * sh-tdep.c (sh_use_struct_convention): Use definition according
347 to ABI.
7079c36c
CV
348 (sh_push_arguments): Store in register with correct endianess.
349 (sh_default_store_return_value): Ditto.
350 (sh_gdbarch_init): Set sizeof long double to 8.
351
975ac915
MK
3522002-09-27 Mark Kettenis <kettenis@gnu.org>
353
354 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
355 Fix some whitespace problems.
356
9bbe19fb
DC
3572002-09-27 David Carlton <carlton@math.stanford.edu>
358
359 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
360 (mcore-tdep.o): Ditto.
361 (ns32k-tdep.o): Ditto.
362 (ns32knbsd-tdep.o): Ditto.
363 (sh3-rom.o): Ditto.
364 (vax-tdep.o): Ditto.
365 * cris-tdep.c: #include "gdb_string.h"
366 * mcore-tdep.c: Ditto.
367 * ns32k-tdep.c: Ditto.
368 * ns32knbsd-tdep.c: Ditto.
369 * sh3-rom.c: Ditto.
370 * vax-tdep.c: Ditto.
371
43b2fdc7
DC
3722002-09-27 David Carlton <carlton@math.stanford.edu>
373
374 * config/djgpp/fnchange.lst: Add entries for
375 gdb/testsuite/gdb.c++/m-static files.
376
e8cfbbd9
JW
3772002-09-27 Jim Wilson <wilson@redhat.com>
378
379 * MAINTAINERS: Add myself to the Write After Approval list.
380
43b2fdc7 3812002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
382
383 * mips-tdep.c (find_proc_desc): Initialize startaddr.
384
385
9f3b7f07
AC
3862002-09-26 Andrew Cagney <ac131313@redhat.com>
387
388 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
389 frame.
390
11269d7e
AC
3912002-09-26 Andrew Cagney <ac131313@redhat.com>
392
393 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
394 (rs6000_struct_return_address): Delete variable.
395 (rs6000_store_struct_return): Update.
396 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
397 deprecated_extract_struct_value_address.
398 (rs6000_frame_align): New function.
399 (rs6000_gdbarch_init): Set frame_align.
400
f15ab4a7
AC
4012002-09-26 Andrew Cagney <ac131313@redhat.com>
402
403 From Grace Sainsbury <graces@redhat.com>:
404 * Makefile.in (gdbtk-main.o): New target.
405 (gdb.o): New target.
406 (main_h): Define.
407 (main.o): Update dependencies.
408 (gdb$(EXEEXT)): Add gdb.o.
409 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
410 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
411 (SUBDIR_GDBTK_CLEAN): Set.
412 (install-gdbtk): Install the insight binary.
413 (uninstall-gdbtk): New target.
414 (all-gdbtk, clean-gdbtk): New rule.
415 * top.c (use_windows): Default to zero.
416 * main.c: Include "main.h".
417 (main): Delete.
418 (struct captured_main_args): Delete.
419 (gdb_main): New function.
420 * main.h: New file.
421 * gdb.c: New File.
422
e36180d7
AC
4232002-09-25 Andrew Cagney <cagney@redhat.com>
424
425 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
426 (frame_map_regnum_to_name): New function.
427 (frame_map_name_to_regnum): New function.
428 * frame.h (frame_map_name_to_regnum): Declare.
429 (frame_map_regnum_to_name): Declare.
430 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
431 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
432 * parse.c: Do not include "builtin-regs.h".
433 (target_map_name_to_register): Delete function.
434 (write_dollar_variable): Use frame_map_name_to_regnum.
435 * parser-defs.h (target_map_name_to_register): Delete declaration.
436 * expprint.c: Include "frame.h".
437 (print_subexp): Use frame_map_regnum_to_name.
438 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
439 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
440
8b69000d
AC
4412002-09-25 Andrew Cagney <ac131313@redhat.com>
442
443 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
444 wasn't saved, and the next innermost frame is a dummy, return the
445 dummy frame's link register.
446
046ca86a
JB
4472002-09-24 Jim Blandy <jimb@redhat.com>
448
449 Fix from Paul Breed:
450 * main.c (captured_main): Add a `break' after the case for 'b'.
451
94b66fa7
KS
4522002-09-24 Keith Seitz <keiths@redhat.com>
453
454 * varobj.c (c_type_of_child): Use get_target_type instead
455 of TYPE_TARGET_TYPE.
456
c214a6fd
FN
4572002-09-22 Fernando Nasser <fnasser@redhat.com>
458
53cb0458
FN
459 * source.c (get_current_or_default_source_symtab_and_line): Remove
460 function.
461 (set_default_source_symtab_and_line): New function. Attempts to
462 determine a source file to list lines from if one is not currently
463 defined.
464 (get_current_source_symtab_and_line): Initialize sal.pc and
465 sal.end fields.
466 (set_current_source_symtab_and_line): Mark argument as const.
467 * source.h: Update declarations and comments.
468 * linespec.c (decode_line_1): Replace call to removed routine above.
469 * stack.c (print_frame_info_base): Ditto.
470 * cli/cli-cmds.c (edit_command): Ditto.
471 (list_command): Ditto.
472
4732002-09-22 Fernando Nasser <fnasser@redhat.com>
474
d6020d45 475 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 476 sal.pc and sal.end fields.
c214a6fd
FN
477 (get_current_or_default_source_symtab_and_line): Ditto.
478 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
479 so we do not cause a new source symtab to be searched for (reverting an
480 unintentional change from the 2002-09-20 patch).
481 * scm-lang.c (scm_unpac): Ditto.
482
cc3b68a5
AC
4832002-09-21 Andrew Cagney <cagney@redhat.com>
484
485 * complaints.c (symfile_explanations): Remove new-line from
486 ``isolated_message''.
487 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
488 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
489
5835abe7
NC
4902002-09-20 Nick Clifton <nickc@redhat.com>
491
492 * NEWS: Announce that V850EA ISA is no longer supported.
493 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
494
a15ef5f5
DC
4952002-09-20 David Carlton <carlton@math.stanford.edu>
496
06ba1b39
DC
497 * Makefile.in (c-lang.o): Correct dependencies.
498 (utils.o): Gather dependencies.
499 (charset.o): Move.
a15ef5f5
DC
500 * c-lang.c: #include "gdb_string.h"
501
87885426
FN
5022002-09-20 Fernando Nasser <fnasser@redhat.com>
503
504 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
505 * cli/cli-cmds.c (list_command): New function. Implements the new
506 cli edit command.
507 (_init_cli_cmds): Add new command definition.
508 * gdb.1: Document edit command.
509 * doc/gdb.texinfo: Document edit command.
510
5112002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
512
513 * source.c: Make global variables current_source_symtab and
514 current_source_line static.
515 (list_command): Moved to cli/cli-cmds.c.
516 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
517 (get_first_line_listed): New accessor function.
518 (get_lines_to_list): New accessor function.
519 (get_current_source_symtab_and_line): New function. Retrieves the
520 position in the source code that we consider current.
521 (get_current_or_default_source_symtab_and_line): New function.
522 Like the above but attempts to determine a default position if one
523 is not currently defined.
524 (set_current_source_symtab_and_line): New function. Sets the source
525 code position considered current and returns the previously set one.
526 (clear_current_source_symtab_and_line): Reset stored information about
527 a current source line.
528 (_initialize_source): Remove registration for the "list" command and
529 its alias.
530 * source.h: Add declarations for the new functions above.
531 * symtab.h: Remove declarations for the global variables mentioned
532 above.
533 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
534 obtain current source line.
535 * linespec.c (decode_line_1): Ditto.
536 * macroscope.c (default_macro_scope): Ditto.
537 * scm-lang.c (scm_unpac): Ditto.
538 * stack.c (print_frame_info_base): Ditto.
539 * symfile.c (clear_symtab_users): Ditto.
540 * symtab.c (decode_line_spec): Ditto.
541 * cli/cli-cmds.c (list_command): Moved here from source.c.
542 (ambiguous_line_spec): Moved here from source.c.
543 (_init_cli_cmds): Add definition for "list" and its alias.
544 * Makefile.in: Update dependencies.
545
ddd216ea
CV
5462002-09-20 Corinna Vinschen <vinschen@redhat.com>
547
548 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
549 with what gcc thinks is correct.
550
6d305052
CV
5512002-09-20 Corinna Vinschen <vinschen@redhat.com>
552
553 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
554 multiple register push instruction.
555
234b45d4
KB
5562002-09-19 Jim Blandy <jimb@redhat.com>
557
558 Add support for distinct host and target character sets.
559 * charset.c, charset.h: New files.
560 * c-exp.y: #include "charset.h".
561 (yylex): Convert character and string literals to the target
562 character set, before returning them as the semantic value of the
563 token.
564 * c-lang.c: #include "charset.h".
565 (c_emit_char): Use charset-specific methods to recognize
566 characters with backslash escape forms, to decide which characters
567 to print literally and which to print using numeric escape
568 sequences, and to convert target characters to host characters
569 before printing.
570 * utils.c: #include "charset.h".
571 (no_control_char_error): New function.
572 (parse_escape): Use charset-specific methods to recognize
573 backslash escapes, parse `control character' notation, and convert
574 characters from the host character set to the target character set.
575 * configure.in: Set the default host character set.
576 Check where to find iconv, and what its argument types might be.
577 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
578 * Makefile.in (SFILES): List charset.c.
579 (COMMON_OBS): List charset.o.
580 (charset.o): New rule.
581 (charset_h): New header dependency variable.
582 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
583 (LIBICONV): New variable, set by configure.
584 (CLIBS): Include $(LIBICONV) here.
585 * aclocal.m4, config.in, configure: Regenerated.
586
525d6a61
JB
5872002-09-19 Joel Brobecker <brobecker@gnat.com>
588
589 * ada-exp.y: Add missing semicolons to end rules. Fixes a
590 bison 1.35 warning.
591
3ed93867
RE
5922002-09-19 Richard Earnshaw <rearnsha@arm.com>
593
594 * gdb_mbuild.sh: New file.
595
437666f8
AC
5962002-09-19 Andrew Cagney <ac131313@redhat.com>
597
598 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
599
389e51db
AC
6002002-09-18 Andrew Cagney <ac131313@redhat.com>
601
602 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
603 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
604 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
605 valops.c, value.h: Revert previous change.
606
3b4efeaa
MS
6072002-09-18 Michael Snyder <msnyder@redhat.com>
608
609 Preliminary support for Objective-C:
610 * defs.h (language_objc): New enum value.
611 (puts_filtered_tabular): Declaration only, exported from utils.c.
612 (skip_quoted): Delete, declared in completer.h.
613 * c-exp.y: Include completer.h.
614 * p-exp.y: Ditto.
615 * jv-exp.y: Ditto.
616 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
617 New operator enum values.
618 * language.h (CAST_IS_CONVERSION): Test for language_objc.
619 * language.c (binop_result_type): Handle language_objc case.
620 (integral_type, character_type, string_type, boolean_type,
621 structured_type, binop_type_check): Ditto.
622 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
623 (struct objc_specific): Add to general_symbol_info.
624 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
625 (SYMBOL_DEMANGLED_NAME): Handle objc case.
626 * parser-defs.h (struct objc_class_str): New struct type.
627 (start_msglist, end_msglist, add_msglist): Declaration only,
628 exported from objc-lang.c.
629 * value.h (value_of_local, value_nsstring,
630 call_function_by_hand_expecting_type): Exported from valops.c.
631 * valops.c (find_function_addr): Export.
632 (call_function_by_hand_expecting_type): New function.
633 (value_of_local): New function.
634 * symfile.c (init_filename_language_table): Add ".m" extension
635 for Objective-C.
636 * utils.c (puts_filtered_tabular): New function.
637 (fprintf_symbol_filtered): Add objc demangling support (disabled).
638 (set/show demangle): Extend help-string to refer to ObjC.
639 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
640 * stabsread.c (symbol_reference_defined): Objective-C symbols
641 may contain colons: make allowances when scanning stabs strings
642 for colons.
643 (objc_find_colon): New function.
644 * printcmd.c (address_info): If language == objc then print
645 "self" instead of "this".
646 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
647 OP_NSSTRING, and OP_SELF.
648 (prefixify_subexp): Ditto.
649 * source.c (print_source_lines): Mention objc in comment.
650 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
651 method names.
652
b9caf505
AC
6532002-09-18 Andrew Cagney <ac131313@redhat.com>
654
655 * complaints.h: Update copyright.
656 (struct complaints): Declare.
657 (struct complaint): Make `message' constant.
658 (internal_complaint): Declare.
659 (complaint): Declare.
660 (complaint_root): Delete declaration.
661 (symfile_complaints): Delete declaration.
662 (struct complaints): Add opaque declaration.
663 (clear_complaints): Add a complaints parameter.
664 * complaints.c: Update copyright.
665 (enum complaint_series): Define.
666 (complaint_root): Delete.
667 (struct complaints): Define.
668 (complaint_sentinel, symfile_complaint_book): New variables.
669 (symfile_explanations, symfile_complaints): New variables.
670 New variables.
671 (get_complaints): New function.
672 (vcomplaint): New function.
673 (complaint): New function.
674 (internal_complaint): New function.
675 (complain): Call vcomplain with symfile_complaint.
676 (clear_complaints): Rewrite.
677 (_initialize_complaints): Use add_setshow_command.
678 * Makefile.in (complaints.o): Update dependencies.
679 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
680 to call to clear_complaints.
681 (new_symfile_objfile, reread_symbols): Ditto.
682 (oldsyms_complaint): Delete.
683 (empty_symtab_complaint, unknown_option_complaint): Delete.
684 (free_named_symtabs): Use complaint instead of complain.
685
d2e6263c
MS
6862002-09-18 Michael Snyder <msnyder@redhat.com>
687
5fb2031a
AC
688 Contributed by Apple Computer, Inc. Merged with current sources
689 by Adam Fedor <fedor@doc.com> [cagney].
690
d2e6263c
MS
691 * objc-lang.c: First clean-up round: comments, indentation.
692 * objc-lang.h: Ditto.
693 * objc-lang.y: Ditto.
694
dec43320
AC
6952002-09-18 Andrew Cagney <ac131313@redhat.com>
696
697 * maint.c (maintenance_internal_error): Print the parameter as the
698 error message.
699 (maintenance_internal_warning): New function.
700 (_initialize_maint_cmds): Add command `maint internal-warning'.
701
702 * defs.h (internal_warning, internal_vwarning): Declare.
703 * utils.c (struct internal_problem): Define.
704 (internal_vproblem): New function.
705 (internal_warning): New function.
706 (internal_vwarning): New function.
707 (internal_warning_problem, internal_error_problem): New variables.
708 (internal_verror): Just call internal_vproblem.
709
b81654f1
MS
7102002-09-18 Michael Snyder <msnyder@redhat.com>
711
712 * objc-lang.c: New file, support for Objective-C.
713 Preliminary check-in, not yet integrated into gdb.
714 * objc-lang.h: New file.
715 * objc-exp.y: New file.
716
0542c381
AC
7172002-09-18 Andrew Cagney <ac131313@redhat.com>
718
7bda5e4a
AC
719 * infrun.c (signal_stop_update): Convert definition to ISO C.
720 (signal_print_update): Ditto.
721 (signal_pass_update): Ditto.
722 * inflow.c (terminal_save_ours): Ditto.
723
5247b418
AC
724 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
725 comments.
726
fc60962c
AC
727 * config/djgpp/fnchange.lst: Handle name clashes between
728 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
729 bfd/coff-tic80.c.
730
0542c381
AC
731 * i386-linux-tdep.h: Fix tipo.
732
5b924b9b
AF
7332002-09-18 Adam Fedor <fedor@gnu.org>
734
735 * MAINTAINERS: Add myself to the Write After Approval list.
736
5afc051b
JB
7372002-09-18 Jim Blandy <jimb@redhat.com>
738
739 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
740 texthigh and textlow to reader-specific structs caused
741 objfile_relocate to miss them. This is fixable, but the work that
742 the change was supposed to prepare GDB for never got done anyway.
743
eb944380
DC
7442002-09-18 David Carlton <carlton@math.stanford.edu>
745
746 * MAINTAINERS: Alphabetize Write After Approval list.
747
948e66d9
DJ
7482002-09-18 Daniel Jacobowitz <drow@mvista.com>
749
750 Fix PR gdb/709
751 * values.c (value_static_field): Call read_var_value.
752
dc604539
AC
7532002-09-18 Andrew Cagney <ac131313@redhat.com>
754
755 * valops.c (hand_function_call): Align the initial stack pointer
756 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
757 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
758 return value.
759 * mips-tdep.c (mips_frame_align): New function.
760 (mips_gdbarch_init): Set frame_align.
761 * gdbarch.sh (FRAME_ALIGN): New method.
762 * gdbarch.h, gdbarch.c: Re-generate.
763
cb7e422f
ML
7642002-09-18 Michal Ludvig <mludvig@suse.cz>
765
766 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
767 registers.
768
a094c6fb
AC
7692002-09-17 Andrew Cagney <ac131313@redhat.com>
770
771 * NEWS: Mention that MIPS $fp behavior changed.
772 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
773 reference to FP_REGNUM.
774 (mipsnbsd_cannot_store_register): Ditto.
775 * mips-linux-nat.c: Update copyright.
776 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
777 (mips_linux_cannot_store_register): Ditto.
778 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
779 * config/mips/tm-mips.h: Update copyright.
780 (FP_REGNUM): Delete macro.
781 (MIPS_REGISTER_NAMES): Replace "fp" with "".
782 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
783 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
784 (mips_r3041_reg_names, mips_r3051_reg_names)
785 (mips_r3081_reg_names): Replace "fp" with "".
786 Fix PR gdb/480.
787
45cf40d1
TR
7882002-09-17 Theodore A. Roth <troth@verinet.com>
789
790 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
791 generic_read_register_dummy() (PR gdb/703).
792 (avr_push_return_address): #if 0 out unused vars.
793 (avr_gdbarch_init): Enable use of avr_push_return_address().
794
c7e701b5
MS
7952002-09-17 Michael Snyder <msnyder@redhat.com>
796
d76ba2a5 797 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
798 RTE will take care of it.
799
20bcf01c
AC
8002002-09-17 Andrew Cagney <ac131313@redhat.com>
801
802 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
803 invalid, return SP_REGNUM.
804
009a9971 8052002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
806
807 * mips-tdep.c (mips_pop_frame): Read saved values of floating
808 point registers without sign extension.
809
135c175f
AC
8102002-09-17 Andrew Cagney <cagney@redhat.com>
811
812 * blockframe.c (deprecated_read_register_dummy): Rename
813 generic_read_register_dummy.
814 * frame.c (frame_unwind_signed_register): New function.
815 (frame_unwind_unsigned_register): New function.
816 * frame.h (frame_unwind_signed_register): Declare.
817 (frame_unwind_unsigned_register): Declare.
818 (deprecated_read_register_dummy): Rename
819 generic_read_register_dummy.
820
821 * h8300-tdep.c (h8300_frame_chain): Update.
822 (h8300_frame_saved_pc): Update.
823 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
824 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
825 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
826 (s390_frame_chain): Update.
827 * v850-tdep.c (v850_find_callers_reg): Update.
828 (v850_frame_saved_pc): Update.
829 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
830 (m32r_find_callers_reg): Update.
831 (m32r_frame_saved_pc): Update.
832 * sh-tdep.c (sh_find_callers_reg): Update.
833 (sh64_get_saved_pr): Update.
834 (sh_init_extra_frame_info): Update.
835 (sh_init_extra_frame_info): Update.
836 (sh64_init_extra_frame_info): Update.
837 (sh64_init_extra_frame_info): Update.
838 * mcore-tdep.c (mcore_find_callers_reg): Update.
839 (mcore_frame_saved_pc): Update.
840 (mcore_init_extra_frame_info): Update.
841 * i386-tdep.c (i386_frame_saved_pc): Update.
842 * ia64-tdep.c (ia64_frame_saved_pc): Update.
843 (ia64_init_extra_frame_info): Update.
844 (ia64_init_extra_frame_info): Update.
845 * d10v-tdep.c (d10v_frame_saved_pc): Update.
846 * cris-tdep.c (cris_init_extra_frame_info): Update.
847 * avr-tdep.c (avr_frame_chain): Update.
848 (avr_init_extra_frame_info): Update.
849 (avr_frame_saved_pc): Update.
850 * arm-tdep.c (arm_find_callers_reg): Update.
851 (arm_init_extra_frame_info): Update.
852 (arm_frame_saved_pc): Update.
853
a741e514
TT
8542002-09-17 Tom Tromey <tromey@redhat.com>
855
856 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
857 is "'".
858
d1a8e808
CV
8592002-09-17 Corinna Vinschen <vinschen@redhat.com>
860
861 * MAINTAINERS: Remove "non multi-arched" text from h8300.
862 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
863 NEXT_PROLOGUE_INSN.
864 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
865 NEXT_PROLOGUE_INSN.
866
d9025a18
JB
8672002-09-16 Joel Brobecker <brobecker@gnat.com>
868
869 * osfsolib.c: Remove file, replaced by solib-osf.c.
870 * Makefile.in: Remove compilation rules for osfsolib.c.
871
1b2ef1b6
DC
8722002-09-16 David Carlton <carlton@math.stanford.edu>
873
874 * cp-valprint.c (cp_print_class_method): Correct args to
875 check_stub_method_group.
876
928e48af
CV
8772002-09-16 Corinna Vinschen <vinschen@redhat.com>
878
879 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
880 `set architecture'. Unify naming convention of functions.
881 (h8300_skip_prologue): Improve prologue analysis.
882 (h8300_push_arguments): Rewritten to more closely match GCC's
883 bizarre argument-passing behavior, along with the comment describing
884 said behavior.
885 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
886 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
887 sim, remote-e7000.c, remote-hms.c and remote.c
888
5e3397bb
MK
8892002-09-15 Mark Kettenis <kettenis@gnu.org>
890
891 * i386-tdep.c (gdb_print_insn_i386): Removed.
892 (i386_print_insn): New function.
893 (i386_gdbarch_init): Set print_insn to i386_print_insns.
894 (_initialize_i386_tdep): Don't initialize tm_print_insn and
895 tm_print_insn_info.
896
f710f4fc
MK
8972002-09-14 Mark Kettenis <kettenis@gnu.org>
898
899 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
900 zero.
901
db54fef4
CV
9022002-09-14 Corinna Vinschen <vinschen@redhat.com>
903
904 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
905 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
906 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
907
2becadee
CF
9082002-09-13 Christopher Faylor <cgf@redhat.com>
909
910 * win32-nat.c (child_create_inferior): Honor 'tty' command.
911
de17c821
DJ
9122002-09-13 Daniel Jacobowitz <drow@mvista.com>
913
914 * gdbtypes.c (check_stub_method): Make static.
915 (check_stub_method_group): New function.
916 * gdbtypes.h: Update prototypes.
917 * cp-support.c: New file.
918 * cp-support.h: New file.
919
920 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
921 (update_method_name_from_physname): New function.
922 (read_member_functions): Correct method names for operators
923 and v3 constructors/destructors. Separate v2 constructors and
924 destructors.
925 * Makefile.in (stabsread.o): Update dependencies.
926 (SFILES): Add cp-support.c.
927 (COMMON_OBS): Add cp-support.o.
928 (cp_support_h, cp-support.o): Add.
929
930 * cp-valprint.c (cp_print_class_method): Call
931 check_stub_method_group instead of check_stub_method. Remove
932 extraneous QUITs.
933 * p-valprint.c (pascal_object_print_class_method): Likewise.
934 * valops.c (search_struct_method): Likewise.
935 (find_method_list, value_struct_elt_for_reference): Likewise.
936
e76cff22
AC
9372002-09-13 Andrew Cagney <cagney@redhat.com>
938
939 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
940 * gdbarch.h, gdbarch.c: Regenerate.
941
905abb3f
AC
9422002-09-13 Andrew Cagney <ac131313@redhat.com>
943
944 * frame.c (find_saved_register): Delete function.
945 * frame.h (find_saved_register): Delete declaration.
946 Fix PR gdb/631.
947
64159455
AC
948Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
949
950 * mips-tdep.c (read_next_frame_reg): Re-hack using
951 frame_register_unwind.
952
795e1e11
AC
953Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
954
955 * mips-tdep.c (mips_get_saved_register): Re-hack using
956 frame_register_unwind.
957
5720643c
JB
9582002-09-12 Joel Brobecker <brobecker@gnat.com>
959
960 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
961 vector. Will be useful for Interix.
962 * gdbarch.h, gdbarch.c: Regenerate.
963
964 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
965 name of the malloc function by NAME_OF_MALLOC.
966
3bada2a2
JB
9672002-09-12 Joel Brobecker <brobecker@gnat.com>
968
969 * value.h (find_function_in_inferior): Add const keyword to
970 one of the parameters. Allows us to invoke this function with
971 a const char *.
972 * valops.c (find_function_in_inferior): Likewise.
973
3db26b01
JB
9742002-09-12 Joel Brobecker <brobecker@gnat.com>
975
976 * exec.c (xfer_memory): Fix compilation warning with old versions
977 of GCC.
978 * tracepoint.c (trace_find_tracepoint_command): Likewise.
979
17c5ed2c
DC
9802002-09-12 David Carlton <carlton@math.stanford.edu>
981
982 * symtab.h: Run through gdb_indent.h.
983 Add 2002 to Copyright year list.
984
ecd1107e
AM
9852002-09-12 Alan Modra <amodra@bigpond.net.au>
986
987 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
988 mach constants.
989 * MAINTAINERS: Add myself to write after approval list.
990
e64f66d1
JB
9912002-09-11 J. Brobecker <brobecker@gnat.com>
992
993 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
994
f9395794
JB
9952002-09-11 J. Brobecker <brobecker@gnat.com>
996
997 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
998 Interix.
999
1a303dec
MS
10002002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1001
1002 * procfs.c (do_detach): Clear current signal, not just fault.
1003 Corrects problem with breakpoint trap signal leaking to detached
1004 process on Tru64.
1005
c0219d42
MS
10062002-09-10 Michael Snyder <msnyder@redhat.com>
1007
1008 * buildsym.c (finish_block): Protect against null pointer.
1009
9d84ac84
AC
10102002-09-10 Andrew Cagney <cagney@redhat.com>
1011
1012 * infcmd.c (default_print_registers_info): Send all output to
1013 ``file'' instead of ``gdb_stdout''.
1014
77d8f2b4
MS
10152002-09-10 Michael Snyder <msnyder@redhat.com>
1016
1017 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1018 LONGEST, and use signed register read (addresses are sign-
1019 extended for mips).
1020
99656a61
SC
10212002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1022
1023 * event-loop.c (gdb_do_one_event): Make public.
1024 * event-loop.h (gdb_do_one_event): Declare.
1025
da12f4d8
JL
10262002-09-10 Jeff Law <law@redhat.com>
1027
1028 * infttrace.c (child_resume): Simplify and rework to avoid
1029 TT_PROC_CONTINUE.
1030
d0aee0c4
FF
10312002-09-09 Fred Fish <fnf@intrinsity.com>
1032
1033 * printcmd.c (print_scalar_formatted): "len" is the number of
1034 target bytes, NOT the number of target bits.
1035
7cb3ec5e
EZ
10362002-09-09 Elena Zannoni <ezannoni@redhat.com>
1037
1038 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1039 * top.c (init_main): Set rl_terminal_name.
1040
4dc81987
AS
10412002-09-08 Aidan Skinner <aidan@velvet.net>
1042
1043 * ada-lang.c (ada_array_bound, ada_type_match,
1044 _initialize_ada_language): Fix K&R definitions.
1045 * ada-tasks.c (get_current_task): Fix K&R definitions.
1046 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1047
842330b4
CF
10482002-09-07 Christopher Faylor <cgf@redhat.com>
1049
1050 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1051 Add XP.
1052
43156d82
MK
10532002-09-06 Mark Kettenis <kettenis@gnu.org>
1054
66da5fd8
MK
1055 * i386-tdep.c (i386_register_virtual_type,
1056 i386_register_convertible, i386_register_convert_to_virtual,
1057 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1058 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1059 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1060 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1061 Don't set push_arguments twice.
1062
4b218c18
MK
1063 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1064 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1065 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1066 sigtramp_end to NULL.
1067 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1068 defines.
1069 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1070
4cc314d5
MK
1071 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1072 whitespace.
1073
43156d82
MK
1074 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1075 * gdbarch.h, gdbarch.c: Re-generate.
1076 * blockframe.c (find_pc_sect_partial_function): Convert to use
1077 SIGTRAMP_START_P predicate.
1078
6672060b
MS
10792002-09-05 Michael Snyder <msnyder@redhat.com>
1080
a90c3637
MS
1081 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1082 generic_dummy_frame method and old method. Also distinguish
1083 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1084 (arm_extract_return_value): Use new regcache method.
a90c3637 1085
6672060b
MS
1086 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1087 adjustment that doesn't conform to the ABI.
1088 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1089 saved regcache, not from current regcache.
1090
299ffc64
AC
10912002-09-05 Andrew Cagney <ac131313@redhat.com>
1092
1093 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1094 * README: Update.
1095
a3a2ee65
JT
10962002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1097
1098 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1099 if arm_apcs_32 is false.
1100
2bc7eea9
AC
11012002-09-04 Andrew Cagney <ac131313@redhat.com>
1102
1103 GDB 5.3 branch created.
1104
8a55a7c5
TR
11052002-09-03 Theodore A. Roth <troth@verinet.com>
1106
1107 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1108 generic_unwind_get_saved_register.
1109
e26fb1d7
DC
11102002-09-03 David Carlton <carlton@math.stanford.edu>
1111
1112 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1113 argument (PR gdb/653). Update call to smash_to_method_type.
1114 (read_structure_scope): Update call to dwarf2_add_member_fn.
1115
30d52491
ML
11162002-09-03 Michal Ludvig <mludvig@suse.cz>
1117
1118 * x86-64-linux-tdep.c: Include gdb_string.h
1119 * x86-64-linux-nat.c: Ditto.
1120
06891d83
JT
11212002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1122
1123 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1124 when YYDEBUG is set to 1.
1125 * c-exp.y: Likewise.
1126 * f-exp.y: Likewise.
1127 * jv-exp.y: Likewise.
1128 * m2-exp.y: Likewise.
1129 * p-exp.y: Likewise.
1130
7d400e77
JT
11312002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1132
1133 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1134 dependency list.
1135 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1136 solib_svr4_fetch_link_map_offsets to
1137 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1138 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1139 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1140 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1141 solib-svr4.o, and solib-legacy.o.
1142 * config/i386/tm-nbsd.h: Include solib.h.
1143
704a27c4
JT
11442002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1145
1146 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1147 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1148 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1149 comment noting that this needs its own target configuration.
1150 * config/i386/nbsd.mt: New file.
1151 * config/i386/nbsdaout.mt: Remove.
1152 * config/i386/nbsdelf.mt: Ditto.
1153 * config/i386/tm-nbsdaout.h: Ditto.
1154
d66198e1
JT
11552002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1156
1157 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1158 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1159 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1160 tdep->sigtramp_end.
1161 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1162 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1163 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1164
3cac699e
JT
11652002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1166
1167 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1168 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1169 * i386-tdep.h (i386bsd_init_abi): New prototype.
1170 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1171 function declaration.
1172 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1173 for NetBSD-a.out or NetBSD-ELF.
1174 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1175 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1176 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1177 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1178 and nbsd-tdep.h.
1179 (i386nbsd_pc_in_sigtramp): New function.
1180 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1181 i386nbsd_pc_in_sigtramp.
1182 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1183 and i386nbsdelf_init_abi OS ABI handlers.
1184 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1185 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1186
7010ca0a
MK
11872002-09-02 Mark Kettenis <kettenis@gnu.org>
1188
1189 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1190 registers if the target really has them.
1191
6dd93b72
JT
11922002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1193
1194 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1195 than nbsd-tdep.h.
1196
2ca8ae21
JT
11972002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1198
1199 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1200 list.
1201 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1202 (alphanbsd_skip_sigtramp_frame): New functions.
1203 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1204 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1205 to alphanbsd_sigcontext_addr.
1206
3d9b49b0
JT
12072002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1208
1209 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1210 list.
1211 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1212 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1213 nbsd_pc_in_sigtramp.
1214 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1215 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1216 * nbsd-tdep.c: Include gdb_string.h.
1217 (nbsd_pc_in_sigtramp): New function.
1218 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1219 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1220 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1221 ppcnbsd_pc_in_sigtramp.
1222 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1223 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1224 shnbsd_pc_in_sigtramp.
1225 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1226 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1227 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1228
c860120c
PM
12292002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1230
1231 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1232 watchpoints to NULL.
1233 (insert_breakpoints): set val field of watchpoints if NULL.
1234
1235
c7612d53
JB
12362002-08-29 Jim Blandy <jimb@redhat.com>
1237
1238 * symtab.c (lookup_symbol_aux): In the cases where we find a
1239 minimal symbol of an appropriate name and use its address to
1240 select a symtab to read and search, use `name' (as passed to us)
1241 as the demangled name when searching the symtab's global and
1242 static blocks, not the minsym's name.
1243
66609862
KS
12442002-08-29 Keith Seitz <keiths@redhat.com>
1245
1246 * stack.c (print_frame_info_base): Always set current_source_symtab
1247 and current_source_line.
1248
151fefe2
JB
12492002-08-29 Donn Terry <donnte@microsoft.com>
1250
1251 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1252
bfb3754e
KS
12532002-08-28 Keith Seitz <keiths@redhat.com>
1254
1255 * stack.c (select_frame): Add FIXME concerning selected-frame
1256 events.
1257 (select_frame_command): Send selected-frame-level-changed
1258 event notification, but only if the level actually changed.
1259 (up_silently_base): Add selected-frame-level-changed event
1260 notification.
1261 (down_silently_base): Likewise.
1262
e822a2a0
AC
12632002-08-28 Andrew Cagney <ac131313@redhat.com>
1264
1265 * Makefile.in: Update dependencies for all gdb/*.c files.
1266
309367d4
TT
12672002-08-27 Tom Tromey <tromey@redhat.com>
1268
1269 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1270 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1271 Update dependencies.
1272 * i387-tdep.c: Include gdb_string.h.
1273 * osabi.c: Likewise.
1274 * i386-linux-nat.c: Likewise.
1275 * lin-lwp.c: Likewise.
1276 * ax-gdb.c: Likewise.
1277 * signals/signals.c: Likewise.
1278 * jv-valprint.c: Likewise.
1279 * p-lang.c: Likewise.
1280 * c-valprint.c: Likewise.
1281 * cp-abi.c: Likewise.
1282
e1507482
EZ
12832002-08-27 Elena Zannoni <ezannoni@redhat.com>
1284
1285 * cli/cli-script.h (copy_command_lines): Export.
1286 * breakpoint.c: Include cli/cli-script.h.
1287 * Makefile.in (breakpoint.o): Update dependencies.
1288
c6510018
MS
12892002-08-26 Michael Snyder <msnyder@redhat.com>
1290
1291 * breakpoint.c (insert_breakpoints): Protect all references
1292 to 'process_warning'. Shorten long lines.
1293
c2b8ed2c
MS
12942002-08-26 Joel Brobecker <brobecker@gnat.com>
1295
1296 * cli/cli-script.c (copy_command_lines): New function.
1297 * defs.h (copy_command_lines): Export.
1298 * testsuite/gdb.base/commands.exp: New tests for commands
1299 attached to a temporary breakpoint, and for commands that
1300 delete the breakpoint they are attached to.
1301
13022002-08-26 Michael Snyder <msnyder@redhat.com>
1303
1304 * breakpoint.c (bpstat_stop_status): Instead of copying the
1305 pointer to the breakpoint commands struct, make a new copy
1306 of the struct and point to that.
1307 (bpstat_clear): Free the commands struct.
1308 (bpstat_clear_actions): Free the commands struct.
1309 (bpstat_do_actions): Free the command actions. Also execute
1310 the local cleanups, instead of deleting them.
1311 (delete_breakpoint): Leave the commands field of the bpstat
1312 chain alone -- it will be freed later.
1313
64b84175
KB
13142002-08-26 Kevin Buettner <kevinb@redhat.com>
1315
1316 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1317 deleted in 2002-08-20 commit. This function is still used by
1318 ppc-linux-nat.c.
1319
55970da6
KS
13202002-08-26 Keith Seitz <keiths@redhat.com>
1321
1322 * gdb-events.sh: Add selected-frame-level-changed event.
1323 * gdb-events.c: Regenerated.
1324 * gdb-events.h: Regenerated.
1325
a790ad35
SC
13262002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1327
1328 Fix PR gdb/393:
1329 * inflow.c (terminal_save_ours): New function to save terminal
1330 settings.
1331 * inferior.h (terminal_save_ours): Declare.
1332 * target.c (debug_to_terminal_save_ours): New function.
1333 (cleanup_target): Defaults to_terminal_save_ours.
1334 (update_current_target): Inherit to_terminal_save_ours.
1335 (setup_target_debug): Set to_terminal_save_ours.
1336 * target.h (target_terminal_save_ours): New to save terminal settings.
1337 (target_ops): New member to_terminal_save_ours.
1338 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1339 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1340 * inftarg.c (init_child_ops): Likewise.
1341 * m3-nat.c (init_m3_ops): Likewise.
1342 * procfs.c (init_procfs_ops): Likewise.
1343 * wince.c (init_child_ops): Likewise.
1344 * win32-nat.c (init_child_ops): Likewise.
1345 * sol-thread.c (init_sol_thread_ops): Likewise.
1346
c00dcbe9
MK
13472002-08-26 Mark Kettenis <kettenis@gnu.org>
1348
3d7f4f49
MK
1349 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1350 use regcache_* functions.
1351 (i386_gdbarch_init): Set store_return_value instead of
1352 deprecated_store_return_value.
1353
c00dcbe9
MK
1354 * regcache.c (regcache_raw_write_signed,
1355 regcache_raw_write_unsigned): New functions.
1356 * regcache.h (regcache_raw_write_signed,
1357 regcache_raw_write_unsigned): New prototypes.
1358
0e0d15ca
AC
13592002-08-25 Andrew Cagney <ac131313@redhat.com>
1360
1361 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1362 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1363 source file dependencies. Cleanup corresponding generator rules.
1364
d3b22ed5
AC
13652002-08-25 Andrew Cagney <ac131313@redhat.com>
1366
1367 * regcache.h (register_offset_hack): Declare.
1368 (regcache_cooked_read_using_offset_hack): Declare.
1369 (regcache_cooked_write_using_offset_hack): Declare.
1370
1371 * regcache.c (register_offset_hack): New function.
1372 (regcache_cooked_read_using_offset_hack): New function.
1373 (regcache_cooked_write_using_offset_hack): New function.
1374 (regcache_dump): Check that the registers, according to their
1375 offset, are packed hard against each other.
1376 (cooked_xfer_using_offset_hack): New function.
1377
bb425013
AC
13782002-08-25 Andrew Cagney <ac131313@redhat.com>
1379
1380 * regcache.c (struct regcache_descr): Add field register_type.
1381 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1382 in as a parameter
1383 (init_regcache_descr): Initialize register_type. Pass the descr
1384 to init_legacy_regcache_descr. Use register_type instead of
1385 REGISTER_VIRTUAL_TYPE.
1386 (register_type): New function.
1387 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1388 * regcache.h (register_type): Declare.
1389
d0403e00
AC
13902002-08-25 Andrew Cagney <ac131313@redhat.com>
1391
1392 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1393 instead of deprecated_store_return_value. Fix fallout from
1394 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1395
0ed04cce
AC
13962002-08-25 Andrew Cagney <ac131313@redhat.com>
1397
1398 * regcache.c (max_register_size): New function.
1399 (init_legacy_regcache_descr): Ensure that max_register_size is
1400 large enough for REGISTER_VIRTUAL_SIZE.
1401 * regcache.h (max_register_size): Declare.
1402
46d79c04
AC
14032002-08-24 Andrew Cagney <ac131313@redhat.com>
1404
1405 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1406 store_return_value.
1407 (e500_extract_return_value): Change type of valbuf pointer to
1408 void.
1409
853c7bd0
MK
14102002-08-24 Mark Kettenis <kettenis@gnu.org>
1411
cd87e769
MK
1412 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1413 workaround.
1414
853c7bd0
MK
1415 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1416 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1417 long long) to prevent compiler warning on 64-bit systems.
1418
ebba8386
AC
14192002-08-23 Andrew Cagney <cagney@redhat.com>
1420
1421 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1422 (DEPRECATED_STORE_RETURN_VALUE): New method.
1423 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1424 * gdbarch.h, gdbarch.c: Re-generate.
1425
1426 * values.c (set_return_value): Pass current_regcache to
1427 STORE_RETURN_VALUE.
1428 * arch-utils.h (legacy_store_return_value): Declare.
1429 * arch-utils.c (legacy_store_return_value): New function.
1430 (legacy_extract_return_value): Update parameters.
1431
1432 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1433 STORE_RETURN_VALUE.
1434 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1435 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1436 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1437 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1438 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1439 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1440 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1441 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1442 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1443 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1444
1445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1446 * i386-tdep.c (i386_extract_return_value): Update.
1447 * arch-utils.c (legacy_extract_return_value): Update.
1448 * frv-tdep.c (frv_gdbarch_init): Update.
1449 * cris-tdep.c (cris_gdbarch_init): Update.
1450 * d10v-tdep.c (d10v_gdbarch_init): Update.
1451 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1452 * m68k-tdep.c (m68k_gdbarch_init): Update.
1453 * mcore-tdep.c (mcore_gdbarch_init): Update.
1454 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1455 * s390-tdep.c (s390_gdbarch_init): Update.
1456 * sparc-tdep.c (sparc_gdbarch_init): Update.
1457 * sh-tdep.c (sh_gdbarch_init): Update.
1458 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1459 * v850-tdep.c (v850_gdbarch_init): Update.
1460 * avr-tdep.c (avr_gdbarch_init): Update.
1461 * ia64-tdep.c (ia64_gdbarch_init): Update.
1462 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1463 * vax-tdep.c (vax_gdbarch_init): Update.
1464 * alpha-tdep.c (alpha_gdbarch_init): Update.
1465 * arm-tdep.c (arm_gdbarch_init): Update.
1466 * mips-tdep.c (mips_gdbarch_init): Update.
1467 * i386-tdep.c (i386_gdbarch_init): Update.
1468
5bd8c6d0
AC
14692002-08-23 Andrew Cagney <ac131313@redhat.com>
1470
1471 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1472 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1473
e73e1724
MK
14742002-08-24 Mark Kettenis <kettenis@gnu.org>
1475
1476 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1477 problems.
1478
3e6564e1
JB
14792002-08-23 Joel Brobecker <brobecker@gnat.com>
1480
1481 * infrun.c (handle_inferior_event): Move a comment outside of a
1482 function call, in order to avoid indent reformatting this part
1483 of the code in an unreadable way.
1484
81d0cc19
GS
14852002-08-23 Grace Sainsbury <graces@redhat.com>
1486
1487 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1488 when breakpoints fail. Move general breakpoint error messages to
1489 insert_breakpoints.
1490 * breakpoint.c (insert_breakpoints): Change warnings when
1491 breakpoints are nto inserted to specify the type. Remove call to
1492 memory_error when hardware breakpoints can't be inserted. Remove
1493 multiple calls to warning so all messages are sent to the user at
1494 once.
1495 (delete_breakpoints): Make insert error messsages more explicit.
1496
17574093
DJ
14972002-08-23 Daniel Jacobowitz <drow@mvista.com>
1498
1499 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1500 gdbserver/ChangeLog.
1501
8acc2935
MK
15022002-08-23 Mark Kettenis <kettenis@gnu.org>
1503
dfe01d39
MK
1504 * i386-tdep.c: Include "objfiles.h".
1505 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1506 skip_trampoline_code.
1507 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1508 (CPLUS_MARKER): Define to '.'.
1509
8acc2935
MK
1510 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1511 member.
1512 (linux_corefile_thread_callback): Increase args->num_notes.
1513 (linux_make_note_section): Initialize thread_args.num_notes, and
1514 use it to determine whether notes for any threads were created.
1515
151fefe2 15162002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1517
1518 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1519 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1520 and PCUNKILL.
1521 (write_with_trace): Conditionalize out the switch branch handling
1522 PCSHOLD if the corresponding macro is not defined. Likewise for
1523 PRSABORT and PRSTOP.
1524 This change will be needed by the Interix port.
1525
e1507482
EZ
15262002-08-22 Elena Zannoni <ezannoni@redhat.com>
1527
1528 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1529 write_register wherever possible instead of manipulating the
1530 register bytes directly.
1531 Assign VALUE_CONTENTS to a variable and use that.
1532 The GPR numbers are now dependent on the architecture.
1533
96ff0de4
EZ
15342002-08-22 Elena Zannoni <ezannoni@redhat.com>
1535
1536 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1537 ev_offset fields.
1538 (skip_prologue): Add support for BookE/e500 instructions.
1539 (e500_extract_return_value): New function.
1540 (frame_get_saved_regs): Add support for saving ev registers and
1541 pseudo gpr's.
1542 (e500_store_return_value): New function.
1543 (rs6000_gdbarch_init): Move up default intializations of
1544 deprecated_extract_return_value and store_return_value. Overwrite
1545 init of store_return_value with e500 specific version.
1546 Set extract_return_value for e500.
1547
fbefca5b
EZ
15482002-08-22 Elena Zannoni <ezannoni@redhat.com>
1549
1550 * blockframe.c (generic_call_dummy_register_unwind): Use
1551 regcache_cooked_read to catch cases in which the variable is
1552 stored in a pseudo register.
1553
4d210288
AC
15542002-08-22 Andrew Cagney <cagney@redhat.com>
1555
1556 * NEWS: Mention that the i960 has been made obsolete.
1557 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1558 i960-tdep.c
1559 (remote-nrom.o): Obsolete target.
1560 (remote-nindy.o, i960-tdep.o): Ditto.
1561 * remote-nrom.c: Make file obsolete.
1562 * remote-nindy.c, remote-vx960.c: Ditto.
1563 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1564 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1565 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1566 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1567 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1568 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1569 i960-*-vxworks* obsolete.
1570 * MAINTAINERS: Note that the i960 is obsolete.
1571
6c0c456d
CV
15722002-08-21 Corinna Vinschen <vinschen@redhat.com
1573
1574 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1575 detach to allow reinitialization.
1576
9f9d12b3
AC
15772002-08-22 Andrew Cagney <ac131313@redhat.com>
1578
1579 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1580 attempt).
1581
ebeb39fe
JB
15822002-08-22 Jim Blandy <jimb@redhat.com>
1583
1584 * coffread.c (coff_symfile_read): Don't try to read the line
1585 number table from disk if the image file doesn't have a symbol
1586 table; we'll never actually look at the info anyway, and Windows
1587 ships DLL's with bogus file offsets for the line number data.
1588
5bf1c677
EZ
15892002-08-21 Elena Zannoni <ezannoni@redhat.com>
1590
1591 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1592 an e500 executable.
1593
71b8ef93
MS
15942002-08-21 Michael Snyder <msnyder@redhat.com>
1595
1596 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1597 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1598 (DEFAULT_MIPS_TYPE): Delete unused macro.
1599 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1600 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1601
d174216d
JB
16022002-08-21 Jim Blandy <jimb@redhat.com>
1603
1604 * valops.c (value_cast): Simplify and correct logic for doing a
1605 static cast from a pointer to a base class to a pointer to a
1606 derived class.
1607
0ab7a791
AC
16082002-08-21 Andrew Cagney <ac131313@redhat.com>
1609
1610 * infcmd.c (default_print_registers_info): Replace
1611 do_registers_info.
1612 (registers_info): Use gdbarch_print_registers_info instead of
1613 DO_REGISTERS_INFO.
1614 * inferior.h (default_print_registers_info): Replace
1615 do_registers_info.
1616 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1617 (DO_REGISTERS_INFO): Change to a predicate function.
1618 * gdbarch.h, gdbarch.c: Regenerate.
1619
e23792cc
KS
16202002-08-21 Keith Seitz <keiths@redhat.com>
1621
1622 * gdb-events.sh: Add target-changed event.
1623 * gdb-events.c: Regenerated.
1624 * gdb-events.c: Regenerated.
1625 * valops.c (value_assign): Add target-changed event notification
1626 to inlval_register, lval_memory, and lval_reg_frame_relative.
1627
9fb14e79
JB
16282002-08-21 Joel Brobecker <brobecker@gnat.com>
1629
1630 * NEWS: Add an entry regarding the improvement of the next/step
1631 operation on Alpha Tru64 multi-processor machines.
1632
6d39a69f
AC
16332002-08-21 Andrew Cagney <ac131313@redhat.com>
1634
72acd513
AC
1635 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1636 directores.
342af04b 1637 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1638 * Makefile.in (install-gdbtk): Move to install section.
1639 (rdi-share/libangsd.a): Move to end of file.
1640
fa5f27c7
AC
16412002-08-19 Andrew Cagney <ac131313@redhat.com>
1642
1643 * frame.c (frame_register_unwind): When a register, set addrp to
1644 the register's byte.
1645
5a89d8aa
MS
16462002-08-20 Michael Snyder <msnyder@redhat.com>
1647
1648 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1649 used locally, so move them from the target machine header to here.
1650 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1651 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1652 Make static.
1653 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1654
822e978b
AC
16552002-08-20 Andrew Cagney <cagney@redhat.com>
1656
1657 * NEWS: Mention that the Apollo line was made obsolete.
1658 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1659 m68*-hp-hpux* obsolete.
1660 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1661 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1662 * buildsym.c (make_blockvector): Make static.
1663 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1664 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1665 (ALLDEPFILES): Remove dstread.c.
1666 (dstread.o): Obsolete make rule.
1667 * dstread.c: Makefile obsolete.
1668 * dst.h: Ditto.
1669 * config/m68k/hp300hpux.mt: Ditto.
1670 * config/m68k/hp300hpux.mh: Ditto.
1671 * config/m68k/hp300bsd.mt: Ditto.
1672 * config/m68k/hp300bsd.mh: Ditto.
1673 * config/m68k/apollo68b.mt: Ditto.
1674 * config/m68k/apollo68v.mh: Ditto.
1675 * config/m68k/apollo68b.mh: Ditto.
1676
e41b17f0
MS
16772002-08-20 Michael Snyder <msnyder@redhat.com>
1678
1679 * mips-tdep.c (mips_in_return_stub): Make static.
1680 (mips_gdbarch_init): Set in_solib_return_trampoline.
1681 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1682
d50355b6
MS
16832002-08-20 Michael Snyder <msnyder@redhat.com>
1684
1685 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1686 * gdbarch.c, gdbarch.h: Regenerate.
1687 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1688 Add.
1689 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1690
757a7cc6
MS
16912002-08-20 Michael Snyder <msnyder@redhat.com>
1692
1693 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1694 (mips_gdbarch_init): Set skip_trampoline_code,
1695 in_solib_call_trampoline.
1696 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1697 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1698
c8001721
EZ
16992002-08-20 Elena Zannoni <ezannoni@redhat.com>
1700
1701 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1702
1703 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1704 vector type for ev registers.
1705 (e500_pseudo_register_read): New function.
1706 (e500_pseudo_register_write): New function.
1707 (e500_dwarf2_reg_to_regnum): New function.
1708 (PPC_UISA_NOFP_SPRS): New macro.
1709 (PPC_EV_REGS): New macro.
1710 (PPC_GPRS_PSEUDO_REGS): New macro.
1711 (registers_e500): New register set for e500.
1712 (variants): Add e500 variant.
1713 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1714 before setting architectural dependent variations. Initialize ev
1715 registers numbers. Add case for e500 architecture. Set the
1716 number of pseudo registers.
1717
64366f1c
EZ
17182002-08-20 Elena Zannoni <ezannoni@redhat.com>
1719
1720 * rs6000-tdep.c: Clean up comments.
1721
7e78f0ca
AC
17222002-08-20 Andrew Cagney <cagney@redhat.com>
1723
1724 * h8300-tdep.c: Re-indent file.
1725
697f7479
JB
17262002-08-20 Jim Blandy <jimb@redhat.com>
1727
1728 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1729 default for this.
697f7479 1730
e86ae29f
KS
17312002-08-20 Keith Seitz <keiths@redhat.com>
1732
1733 * breakpoints.c (watch_command_1): Use internal breakpoint
1734 when setting a watchpoint_scope breakpoint.
1735
216b504f
EZ
17362002-08-20 Elena Zannoni <ezannoni@redhat.com>
1737
1738 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1739 (build_builtin_type_vec64i): Ditto.
1740 (build_builtin_type_vec128): Ditto.
1741 (build_builtin_type_vec128i): Ditto.
1742
f7ab6ec6
MS
17432002-08-19 Michael Snyder <msnyder@redhat.com>
1744
1745 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1746 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1747 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1748 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1749 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1750 CALL_DUMMY_ADDRESS): Delete.
1751 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1752 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1753 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1754 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1755 push_return_address.
1756 (mips_register_raw_size, mips_eabi_use_struct_convention,
1757 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1758 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1759 mips_init_extra_frame_info, mips_eabi_push_arguments,
1760 mips_n32n64_push_arguments, mips_push_return_address,
1761 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1762 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1763
b5d1566e
MS
17642002-08-19 Michael Snyder <msnyder@redhat.com>
1765
1766 * mips-tdep.c (mips_frame_num_args): New function.
1767 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1768 frame_saved_pc, frame_args_address, frame_locals_address,
1769 frame_num_args, and frame_args_skip.
1770 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1771 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1772 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1773 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1774
2f1488ce
MS
17752002-08-20 Michael Snyder <msnyder@redhat.com>
1776
1777 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1778 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1779 * mips-tdep.c (mips_store_struct_return): New function.
1780 (mips_extract_struct_value_address): New function.
1781 (mips_gdbarch_init): Set store_struct_return and
1782 extract_struct_value_address.
1783
41ff2da1
DC
17842002-08-20 David Carlton <carlton@math.stanford.edu>
1785
1786 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1787 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1788 (read_file_scope): Check that line_header is nonzero before
1789 decoding macro information.
1790
e5451d58
MK
17912002-08-20 Mark Kettenis <kettenis@gnu.org>
1792
1793 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1794 flag the general-purpose registers as floating-point on targets
1795 that don't support the floating-point registers.
1796
4a6daafa
EZ
17972002-08-20 Elena Zannoni <ezannoni@redhat.com>
1798
1799 * rs6000-tdep.c (altivec_register_p): Delete.
1800 (rs6000_do_altivec_registers): Delete.
1801 (rs6000_altivec_registers_info): Delete.
1802 (rs6000_do_registers_info): Delete.
1803 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1804 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1805
ab4327e0
EZ
18062002-08-20 Elena Zannoni <ezannoni@redhat.com>
1807
1808 * infcmd.c (do_registers_info): Print vector registers in hex
1809 format only.
1810 (print_vector_info): Check that printing registers
1811 makes sense.
1812 (print_float_info): Ditto.
1813
cb1d2653
AC
18142002-08-20 Andrew Cagney <ac131313@redhat.com>
1815
1816 * mips-tdep.c (mips_gdbarch_init): Update.
1817 (mips_o32_extract_return_value): Rewrite.
1818 (mips_o32_store_return_value): Rewrite.
1819 (mips_o32_xfer_return_value): New function.
1820 (mips_xfer_register): Tweak debug print message. Allow for
1821 buf_offset when dumping the value transfered.
1822
dfc3d9b2
AC
18232002-08-20 Andrew Cagney <ac131313@redhat.com>
1824
1825 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1826 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1827 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1828 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1829 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1830
7807aa61
MS
18312002-08-14 Michael Snyder <msnyder@redhat.com>
1832
1833 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1834
489461e2
EZ
18352002-08-19 Elena Zannoni <ezannoni@redhat.com>
1836
1837 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1838 register.
1839 (P): New macro to define a register as a pseudo register.
1840 (R, R4, R8, R16, FR32, R64, R0): Updated.
1841 (struct variant): Add new fields for number of pseudo registers
1842 and number of total registers.
1843 (tot_num_registers): New macro replacing....
1844 (num_registers): ...deleted macro.
1845 (num_registers): New function.
1846 (num_pseudo_registers): New function.
1847 (variants): Update all variants to intialize new fields correctly.
1848 Postpone initialization of number of pseudo regs and real regs.
1849 (init_variants): New function.
1850 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1851 registers offsets.
1852
fcaffe4c
DC
18532002-08-19 David Carlton <carlton@math.stanford.edu>
1854
2c2738a0
DC
1855 * valops.c (search_struct_field): Change error message to treat
1856 return value of 0 from value_static_field as meaning that field is
1857 optimized out.
1858 (value_struct_elt_for_reference): Ditto.
1859 * values.c (value_static_field): Treat an unresolved location the
1860 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1861 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1862 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1863 * MAINTAINERS: Add self to Write After Approval list.
1864
88658117
AC
18652002-08-19 Andrew Cagney <ac131313@redhat.com>
1866
1867 * mips-tdep.c (mips_xfer_register): New function.
1868 (mips_n32n64_extract_return_value): Rewrite.
1869 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1870 instead of deprecated_extract_return_value.
1871
21283beb
EZ
18722002-08-19 Elena Zannoni <ezannoni@redhat.com>
1873
1874 * rs6000-tdep.c (TDEP): Delete macro.
1875 (branch_dest): Replace use of TDEP macro with its body.
1876 (rs6000_pop_frame): Ditto.
1877 (rs6000_push_arguments): Ditto.
1878 (rs6000_skip_trampoline_code): Ditto.
1879 (rs6000_frame_saved_pc): Ditto.
1880 (rs6000_frame_chain): Ditto.
1881 (rs6000_register_name): Ditto.
1882 (rs6000_register_byte): Ditto.
1883 (rs6000_register_raw_size): Ditto.
1884 (rs6000_register_virtual_type): Ditto.
1885 (rs6000_register_convertible): Ditto.
1886 (rs6000_convert_from_func_ptr_addr): Ditto.
1887
bf072999
DJ
18882002-08-19 Daniel Jacobowitz <drow@mvista.com>
1889
1890 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1891 conditionally.
1892 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1893 MIPS_LINUX_JB_ELEMENT_SIZE.
1894 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1895 for MAX_REGISTER_RAW_SIZE arrays.
1896 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1897 MIPS_LINUX_JB_ELEMENT_SIZE.
1898
9b949a49
PM
18992002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1900
1901 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1902
6d3e79c6
AS
19032002-08-19 Aidan Skinner <aidan@velvet.net>
1904
1905 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1906 ada-valprint.c ada-tasks.c.
1907 (YYFILES): Add ada-exp.y.
1908 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1909 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1910 (ada-exp.tab.o): New target.
1911
06c0b04e
AC
19122002-08-18 Andrew Cagney <ac131313@redhat.com>
1913
1914 * regcache.c (regcache_xfer_part): New function.
1915 (regcache_raw_read_part): New function.
1916 (regcache_raw_write_part): New function.
1917 (regcache_cooked_read_part): New function.
1918 (regcache_cooked_write_part): New function.
1919 * regcache.h (regcache_raw_read_part): Declare.
1920 (regcache_raw_write_part): Declare.
1921 (regcache_cooked_read_part): Declare.
1922 (regcache_cooked_write_part): Declare.
1923
92d1e331
DJ
19242002-08-18 Daniel Jacobowitz <drow@mvista.com>
1925
1926 * remote.c (remote_open_1): Add async_p.
1927 (remote_async_open_1): Delete.
1928 (open_remote_target): Delete.
1929 (remote_open, extended_remote_open): Update calls to remote_open_1.
1930 (remote_async_open, extended_remote_async_open): Call
1931 remote_open_1 instead of remote_async_open_1.
1932
247055de
MK
19332002-08-19 Mark Kettenis <kettenis@gnu.org>
1934
1935 * blockframe.c: Fix a few coding standard violations.
1936
641eda39
MK
19372002-08-19 Mark Kettenis <kettenis@gnu.org>
1938
0b717710
MK
1939 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1940 here from ...
1941 * config/i386/tm-i386sco5.h: ... here. File removed.
1942 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1943
26d28e12 1944 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1945 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1946 (TM_FILE): Set to tm-i386.h.
1947 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1948 * config/i386/tm-i386v.h: Remove file.
1949 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1950 instead of "i386/tm-i386v.h".
1951 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1952 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1953 "i386/tm-i386v.h".
1954 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1955 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1956 "i386/tm-i386.h".
1957
d4e0bab4
MK
19582002-08-18 Mark Kettenis <kettenis@gnu.org>
1959
1960 * config/i386/nm-i386v.h: Add protection against
1961 multiple-inclusion.
1962 (i386_register_u_addr): Remove prototype.
1963 (register_u_addr): New prototype.
1964 (REGISTER_U_ADDR): Redefine accordingly.
1965 * i386v-nat.c: Improve several comments.
1966 (i386_register_u_addr): Change signature and rename to
1967 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1968 ubase variable.
1969
46cac009
AC
19702002-08-18 Andrew Cagney <ac131313@redhat.com>
1971
1972 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1973 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1974 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1975 deprecated_extract_return_value.
1976 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1977 rename mips_o32o64_push_arguments.
1978 (mips_gdbarch_init): Update.
1979 (mips_extract_return_value): Delete.
1980 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1981 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1982 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1983 (mips_n32n64_extract_return_value): Clone
1984 mips_extract_return_value.
1985 (mips_store_return_value): Delete.
1986 (mips_o32_store_return_value): Clone mips_store_return_value.
1987 (mips_o64_store_return_value): Clone mips_store_return_value.
1988 (mips_eabi_store_return_value): Clone mips_store_return_value.
1989 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1990
d2e4a39e
AS
19912002-08-18 Aidan Skinner <aidan@velvet.net>
1992
0c30c098
AS
1993 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1994 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1995
19962002-08-18 Aidan Skinner <aidan@velvet.net>
1997
1998 * ada-lang.c: Run through gdb_indent.sh.
1999 * ada-lang.h: Run through gdb_indent.sh.
2000 * ada-tasks.c: Run through gdb_indent.sh.
2001 * ada-typeprint.c: Run through gdb_indent.sh.
2002 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2003
01fc4e33
AC
20042002-08-18 Andrew Cagney <ac131313@redhat.com>
2005
2006 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2007 ABI.
2008
d8ee244c
MK
20092002-08-18 Mark Kettenis <kettenis@gnu.org>
2010
c38d8261
MK
2011 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2012
222db64c
MK
2013 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2014 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2015
c2848c82
MK
2016 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2017 write_register_gen instead of write_register_bytes.
2018
d8ee244c
MK
2019 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2020 i[3456]-*-osf1mk* configurations have been made obsolete.
2021 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2022 i[3456]86-*-osf1mk* hosts obsolete.
2023 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2024 targets obsolete.
2025 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2026 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2027 config/i386/i386m3.mt, config/i386/nm-m3.h,
2028 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2029 config/i386/i386mk.mh, config/i386/i386mk.mt,
2030 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2031 obsolete.
2032 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2033 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2034 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2035
61d8d407
AC
20362002-08-18 Andrew Cagney <ac131313@redhat.com>
2037
2038 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2039 (hppa_value_returned_from_stack): Declare.
2040 (hppa_extract_return_value): Declare.
2041 * config/pa/hppa.mt: New file.
2042 * configure.tgt: Recognize hppa*-*-*.
2043 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2044
0c52bd59
MK
20452002-08-18 Mark Kettenis <kettenis@gnu.org>
2046
2047 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2048 comment.
2049
b5686e99
MK
20502002-08-17 Mark Kettenis <kettenis@gnu.org>
2051
2052 * top.c (gdb_rl_operate_and_get_next): Make sure
2053 operate-and-get-next functions correctly even when the history
2054 list is completely filled.
2055
c1bab85b
AC
20562002-08-18 Andrew Cagney <ac131313@redhat.com>
2057
2058 * MAINTAINERS (Target Instruction Set Architectures): Rename
2059 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2060 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2061 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2062 already listed under Host/Native.
2063
2064 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2065 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2066 mips*-*-*.
2067
32089c7c
AC
20682002-08-17 Andrew Cagney <ac131313@redhat.com>
2069
2070 * config/ia64/ia64.mt: New file.
2071 * config/alpha/alpha.mt: New file.
2072 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2073 ia64-linux-gnu. Mention that ia64-elf is broken.
2074 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2075
b4671f85
MK
20762002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2077
2078 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2079 generic_func_frame_valid instead of func_frame_valid.
2080
c8edd8b4
JB
20812002-08-16 Joel Brobecker <brobecker@gnat.com>
2082
2083 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2084 procfs appears to be broken when debugging on multi-processor
2085 machines. So enable software single stepping in order to avoid
2086 using the procfs interface to do next/step operations, using
2087 internal breakpoints instead.
2088
2089 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2090 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2091 make this pc address equal to the value it would have if the
2092 system stepping capability was used. Also set a new flag used
2093 to ensure that we don't readjust the PC one more time later.
2094
2095 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2096 address by DECR_PC_AFTER_BREAK when software single step is
2097 in use for this architecture, as this has already been taken
2098 care of in handle_inferior_event().
2099
238617f6
JB
21002002-08-16 Joel Brobecker <brobecker@gnat.com>
2101
2102 * infrun.c (handle_inferior_event): Minor reformatting, to make
2103 a rather long condition expression easier to read.
2104
541a7aac
AC
21052002-08-16 Andrew Cagney <ac131313@redhat.com>
2106
2107 * Makefile.in (gdbtk.o): Move to end of file.
2108 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2109 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2110 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2111 (gdbtk-wrapper.o, gdbres.o): Ditto.
2112
f92d4a7b
AC
21132002-08-16 Andrew Cagney <ac131313@redhat.com>
2114
2115 * Makefile.in (copying.o): Separate out compile rule.
2116 (hpux-thread.o, procfs.o, signals.o): Ditto.
2117 (v850ice.o, z8k-tdep.o): Ditto.
2118 (tui-file.o): Move to TUI section.
2119 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2120 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2121
1cce71eb
JB
21222002-08-16 Joel Brobecker <brobecker@gnat.com>
2123
2124 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2125 skip_trampoline_code, for better namespace-proofing.
2126
2127 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2128
0851f23d
JB
21292002-08-16 Joel Brobecker <brobecker@gnat.com>
2130
2131 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2132
f8d40ec8
JB
21332002-08-16 Joel Brobecker <brobecker@gnat.com>
2134
2135 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2136 signal, check whether we hit a breakpoint before checking for a
2137 single step breakpoint. Otherwise, GDB fails to notice that a
2138 breakpoint has been hit when stepping onto a breakpoint.
2139
63d022e0
KS
21402002-08-16 Keith Seitz <keiths@redhat.com>
2141
2142 * gdb-events.sh (clear_gdb_event_hooks): New function.
2143 * gdb-events.c: Regenerate.
2144 * gdb-events.h: Regenerate.
2145
6e31adb3
AC
21462002-08-16 Andrew Cagney <ac131313@redhat.com>
2147
2148 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2149 not_a_sw_breakpoint.
2150 * breakpoint.h (bpstat_stop_status): Add parameter names.
2151
c8189ed1
GS
21522002-08-16 Grace Sainsbury <graces@redhat.com>
2153
2154 * remote.c (remote_insert_hw_breakpoint)
2155 (remote_remove_hw_breakpoint): Fix calculation of length field
2156 for Z-packet.
2157
d05285fa
MS
21582002-08-15 Michael Snyder <msnyder@redhat.com>
2159
466d7106
MS
2160 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2161 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2162 (supply_fpregset): Ditto.
2163
d05285fa
MS
2164 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2165 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2166 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2167 (TARGET_READ_SP): Delete.
bf1f5b4c 2168 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2169 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2170 Delete.
2171 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2172 from macros to functions.
bf1f5b4c 2173
d05285fa
MS
2174 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2175 (mips_register_convertible, mips_register_convert_to_virtual,
2176 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2177 (mips_read_sp): New function.
2178 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2179 (mips_do_registers_info): Make static.
2180 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2181 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2182 (mips_register_convert_from_type, mips_register_convert_to_type):
2183 New functions.
2184 (mips_gdbarch_init): Set up function_start_offset,
2185 register_virtual_size, pc_in_sigtramp.
d05285fa 2186
e76f1f2e
AC
21872002-08-15 Andrew Cagney <ac131313@redhat.com>
2188
2189 * infcmd.c (vector_info): New function.
2190 (_initialize_infcmd): Add command "info vector".
2191 (print_vector_info): New function.
2192
2193 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2194 * gdbarch.h, gdbarch.c: Regenerate.
2195
4782dc19
AC
21962002-08-15 Andrew Cagney <ac131313@redhat.com>
2197
2198 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2199 ``print_all''. Only print vector registers when ``print_all''.
2200
23e3a7ac
AC
22012002-08-15 Andrew Cagney <ac131313@redhat.com>
2202
8e186fd6
AC
2203 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2204 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2205
23e3a7ac
AC
2206 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2207 Add `args' parameter.
2208 * gdbarch.h, gdbarch.c: Regenerate.
2209
2210 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2211
2212 * infcmd.c (float_info): Call print_float_info.
2213 (print_float_info): New function. By default, print the
2214 floating-point registers.
2215
2216 * arch-utils.h (default_print_float_info): Delete declaration.
2217 * arch-utils.c (default_print_float_info): Delete function.
2218
e0ca2bb9
MK
22192002-08-16 Mark Kettenis <kettenis@gnu.org>
2220
3f733acc
MK
2221 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2222 out define.
2223
7d8d2918
MK
2224 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2225 FRAME.
2226
1c7cc583
MK
2227 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2228 * configure.host: Make i[3456]86-*-aix host obsolete.
2229 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2230 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2231 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2232 config/i386/xm-i386aix.h: Make files obsolete.
2233 * i386aix-nat.c: Make file obsolete.
2234 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2235 (i386aix-nat.o): Make target obsolete.
2236
e0ca2bb9
MK
2237 * config/i386/nm-gnu.h: Removed.
2238 * config/i386/nm-i386gnu.h: New file.
2239 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2240 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2241 Moved here from ...
2242 * config/i386/tm-i386gnu.h: ... here. Removed.
2243 * config/i386/xm-i386gnu.h: Removed.
2244 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2245 (NAT_FILE): Set to nm-i386gnu.h.
2246 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2247 * i386-tdep.c: New file.
2248 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2249 (i386gnu-tdep.o): Specify dependencies.
2250
16057ec7 22512002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2252
6b99ee2e
MK
2253 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2254 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2255 Adjust a few comments to reflect reality a bit closer.
2256 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2257 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2258 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2259 target_insert_watchpoint, target_remove_watchpoint):
2260 Move defines to ...
2261 * config/i386/nm-i386sco5.h: ... here.
2262 (kernel_u_size): Add prototype. Improve a few comments and add
2263 protection against multiple inclusion.
2264
d9a6f65c
MK
2265 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2266 out define.
2267
047eff6a
MK
2268 * uw-thread.c (SP_ARG0): Define if not already defined.
2269 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2270
dcdb1290
MK
2271 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2272
5d2d0b2a
MK
2273 * config/i386/tm-i386.h: Don't include "regcache.h".
2274
61113f8b
MK
2275 * i387-tdep.h (i387_print_float_info): New prototype.
2276 * i387-tdep.c (print_i387_value, print_i387_ext,
2277 print_i387_status_word, print_i387_control_word): Add `struct
2278 ui_file *' argument and use it for output.
2279 (i387_print_float_info): Renamed from i387_float_info. Add
2280 `struct gdbarch *' and `struct ui_file *' arguments and use the
2281 latter for output.
2282 * i386-tdep.c: Include "i387-tdep.h".
2283 (i386_gdbarch_init): Set print_float_info.
2284 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2285 (FLOAT_INFO): Remove define.
2286
46e0f506
MS
22872002-08-13 Michael Snyder <msnyder@redhat.com>
2288
2289 * mips-tdep.c (mips_push_arguments): Rename to
2290 mips_eabi_push_arguments, and tune for EABI.
2291 (MIPS_REGS_HAVE_HOME_P): Delete.
2292 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2293 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2294 Delete references to mips_regs_have_home_p.
2295
409268de
KS
22962002-08-14 Keith Seitz <keiths@redhat.com>
2297
2298 * Makefile.in (install-gdbtk): Create insight plugin directory.
2299 Install plugins.tcl file.
2300
ffc6a242
KS
23012002-08-14 Keith Seitz <keiths@redhat.com>
2302
2303 * configure.in: Move SUBDIRS to near top of the file so that
2304 --enable options may add things to it.
2305 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2306 * configure: Regenerate.
2307
ebafbe83
MS
23082002-08-13 Michael Snyder <msnyder@redhat.com>
2309
2310 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2311 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2312 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2313
32f6f25d
AC
23142002-08-13 Andrew Cagney <ac131313@redhat.com>
2315
2316 * vax-tdep.c (vax_get_saved_register): Delete function.
2317 (vax_gdbarch_init): Update.
2318 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2319 (ns32k_gdbarch_init): Update.
2320 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2321 (alpha_gdbarch_init): Update.
2322
53826de9
AC
23232002-08-13 Andrew Cagney <cagney@redhat.com>
2324
2325 * regcache.c (init_regcache_descr): Overallocate the
2326 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2327 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2328 nr_raw_registers.
2329 (set_register_cached): Add range checking assertions. Use
2330 current_regcache.
2331
16057ec7 23322002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2333
2334 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2335 numbers for MMX registers.
2336
7b4c2dce
AC
23372002-08-13 Andrew Cagney <cagney@redhat.com>
2338
2339 * i386-tdep.c (i386_gdbarch_init): Use
2340 generic_unwind_get_saved_register.
2341
1e03ad20
KB
23422002-08-13 Kevin Buettner <kevinb@redhat.com>
2343
2344 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2345 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2346 target vector.
2347 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2348 Delete. Add comment regarding this now-deleted target method.
2349
548bcbec
SC
23502002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2351
2352 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2353 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2354 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2355 real PC and the page number (if it's within the memory bank window).
2356 (m68hc11_pseudo_register_write): Likewise when saving.
2357 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2358 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2359 (m68hc11_register_raw_size): And use 32-bit for it.
2360 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2361 16K memory bank is used by the prog; also use the virtual pc.
2362
7df11f59
SC
23632002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2364
2365 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2366 (m68hc11_gdbarch_init): Install it in gdbarch.
2367 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2368 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2369 (MSYMBOL_SIZE): New for documentation.
2370 (insn_return_kind): Enum to specify how a function returns.
2371 (frame_extra_info): Cleanup and record the return mode.
2372 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2373 register in address computation.
2374 (m68hc11_get_return_insn): New to obtain the return instruction used
2375 by the function.
2376 (m68hc11_frame_init_saved_regs): Take into account the return
2377 instruction used by the function for far and interrupt functions.
2378 (m68hc11_init_extra_frame_info): Take into account page register.
2379 (m68hc11_frame_args_address): Adjust according to the return mode.
2380 (show_regs): Print page register only when it's used.
2381
5706502a
SC
23822002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2383
2384 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2385 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2386 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2387 registers.
2388 (m68hc11_register_raw_size): Likewise.
2389
28fc6740
AC
23902002-08-13 Andrew Cagney <cagney@redhat.com>
2391
2392 * i386-tdep.c (i386_register_name): Handle mmx registers.
2393 (mmx_regnum_p): New function.
2394 (i386_mmx_names): New array.
2395 (mmx_num_regs): New variable.
2396 (i386_pseudo_register_read): New function.
2397 (i386_pseudo_register_write): New function.
2398 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2399
2400 * regcache.c (regcache_raw_read_unsigned): New function.
2401 (regcache_raw_read_signed): New function.
2402 * regcache.h (regcache_raw_read_unsigned): Declare.
2403 (regcache_raw_read_signed): Declare.
2404
a378f419
AC
24052002-08-13 Andrew Cagney <cagney@redhat.com>
2406
2407 * regcache.c (regcache_raw_read_as_address): Delete function.
2408 (regcache_cooked_read_signed): New function.
2409 (regcache_cooked_read_unsigned): New function.
2410 * regcache.h (regcache_cooked_read_signed): Declare.
2411 (regcache_cooked_read_unsigned): Declare.
2412 (regcache_raw_read_as_address): Delete declaration.
2413
2414 * blockframe.c (generic_read_register_dummy): Use
2415 regcache_cooked_read_unsigned.
2416 * i386-tdep.c (i386_extract_struct_value_address): Use
2417 regcache_cooked_read_unsigned.
2418
81967506
SC
24192002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2420
2421 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2422 double sizes according to ELF ABI flags.
2423 (gdbarch_tdep): Record elf_flags.
2424
ffe1f3ee
SC
24252002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2426
2427 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2428 (m6812_prolog): They can appear in 68HC12 function prologue.
2429 (m68hc11_frame_chain): Cleanup.
2430
98216c5d
AC
24312002-08-12 Andrew Cagney <cagney@redhat.com>
2432
2433 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2434 declarations.
2435 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2436 (i386_linux_register_raw_size): Delete function.
2437 (i386_linux_init_abi): Update.
2438 * i386-tdep.c (i386_register_raw_size): Delete function.
2439 (i386_register_byte): Delete function.
2440 (i386_gdbarch_init): Update.
2441 (i386_register_size): Delete array.
2442 (i386_register_offset): Delete array.
2443
2444 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2445 (REGISTER_RAW_SIZE): Delete macro.
2446 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2447 (REGISTER_BYTE): Delete macro.
2448
3b19021e
AS
24492002-08-11 Aidan Skinner <aidan@velvet.net>
2450
2451 * ada-lang.c (ada_lookup_partial_symbol)
2452 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2453 prototype names so that grep ^func works properly.
2454
2455 * ada-lang.c (ada_array_element_type)
2456 (ada_lookup_partial_symbol): Fix typos in parameter list.
2457
2458 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2459 Fix prototype names so that grep ^func works properly.
2460
b063e7a2
AC
24612002-08-10 Andrew Cagney <cagney@redhat.com>
2462 Elena Zannoni <ezannoni@redhat.com>
2463 Martin M. Hunt <hunt@redhat.com>
2464
2465 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2466 (build_builtin_type_vec128i): Set the vector bit.
2467 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2468 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2469 (build_builtin_type_vec64): New function.
2470 (build_builtin_type_vec64i): New function.
2471 (build_gdbtypes): Initialize builtin_type_vec64 and
2472 builtin_type_vec64i.
2473
a7e3c2ad
AC
24742002-08-09 Andrew Cagney <cagney@redhat.com>
2475
2476 * regcache.c (regcache_dump): Compare the register offset
2477 with REGISTER_BYTE.
2478 * arch-utils.c (generic_register_byte): New function.
2479 * arch-utils.h (generic_register_byte): Declare.
2480 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2481 * gdbarch.h, gdbarch.c: Regenerate.
2482
af030b9a
AC
24832002-08-09 Andrew Cagney <cagney@redhat.com>
2484
2485 * regcache.c: Include "gdbcmd.h"
2486 (_initialize_regcache): Add commands "maintenance print
2487 registers", "maintenance print raw-registers" and "maintenance
2488 print cooked-registers".
2489 (enum regcache_dump_what): Define.
2490 (dump_endian_bytes): New function.
2491 (regcache_dump): New function.
2492 (regcache_print): New function.
2493 (maintenance_print_registers): New function.
2494 (maintenance_print_raw_registers): New function.
2495 (maintenance_print_cooked_registers): New function.
2496 * Makefile.in (regcache.o): Update dependencies.
2497
cb3d25d1
MS
24982002-08-09 Michael Snyder <msnyder@redhat.com>
2499
2500 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2501 (mips_push_arguments): Correct some comments. Use paddr_nz
2502 for printing addresses in debug output. Replace static
2503 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2504 (mips_n32n64_push_arguments): New function, cloned from
2505 mips_push_arguments and tuned for the n32/n64 ABI.
2506 (mips_push_register): Buffer needs dynamic allocation.
2507 (mips_print_register): Ditto.
2508 (do_gp_register_row): Ditto.
2509 (mips_store_return_value): Ditto.
2510 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2511
2163ab9d
DH
25122002-08-09 Don Howard <dhoward@redhat.com>
2513
2514 * memattr.c (mem_info_command): Print special case of upper bound
2515 as max CORE_ADDR + 1.
2516
b78bcb18
MS
25172002-08-08 Michael Snyder <msnyder@redhat.com>
2518
2519 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2520 returns structs by ref if they're too big to fit in two registers.
2521
ffabd70d
KB
25222002-08-09 Kevin Buettner <kevinb@redhat.com>
2523
2524 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2525 saved regs value.
2526 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2527 mips_find_saved_regs().
2528 (mips_pop_frame): Likewise.
2529
fbcdb4a3
KB
25302002-08-09 Kevin Buettner <kevinb@redhat.com>
2531
2532 * blockframe.c (frame_saved_regs_register_unwind): Revise
2533 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2534 frames are in use.
2535
3c3bea1c
GS
25362002-08-09 Grace Sainsbury <graces@redhat.com>
2537
2538 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2539 T-packets; the 'a' is not taken as a register number.
2540 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2541 (remote_stopped_data_address): New functions; add to target
2542 vector.
2543 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2544 prototypes to match other implementations of this
2545 function. replace integer argument with pointer -- the length
2546 field in the Z-packet is the length of what is pointed to or 1 if
2547 pointer is null. Add to target vector.
2548 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2549 target vector.
2550
2551 From Mark Salter:
2552 * remote.c (remote_wait): Add support to extract optional
2553 watchpoint information from T-packet. Ignore unrecognized
2554 optional info in T-packet.
2555 (remote_async_wait): Ditto.
2556
5d1d95de
CV
25572002-08-09 Corinna Vinschen <vinschen@redhat.com>
2558
2559 * cli/cli-dump.c: Change fopen modes to use binary open modes
2560 as defined in include/fopen-bin.h throughout.
2561
c86b5b38
MS
25622002-08-08 Michael Snyder <msnyder@redhat.com>
2563
2564 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2565
b30590dc
KB
25662002-08-08 Kevin Buettner <kevinb@redhat.com>
2567
2568 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2569 assertion failure by returning early after a warning.
2570
498868ed
KB
25712002-08-08 Kevin Buettner <kevinb@redhat.com>
2572
2573 * mips-tdep.c (mips_find_saved_regs): Make static.
2574 (mips_frame_init_saved_regs): New function.
2575 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2576 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2577 (mips_find_saved_regs): Delete declaration.
2578
b2dd6311
GS
25792002-08-08 Grace Sainsbury <graces@redhat.com>
2580
3c3bea1c
GS
2581 * remote.c (remote_wait, remote_async_wait): Change
2582 thread_num from int to ULONGEST.
2583 (unpack_varlen_hex): Change result parameter from
2584 int * to ULONGEST *.
b2dd6311 2585
ea47855f
AC
25862002-08-08 Andrew Cagney <ac131313@redhat.com>
2587
2588 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2589 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2590 powerpc*-*-*.
2591 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2592
69db8bae
AC
25932002-08-08 Andrew Cagney <cagney@redhat.com>
2594
2595 * gcore.c (override_derive_stack_segment): Delete variable.
2596 (preempt_derive_stack_segment): Delete function.
2597 (derive_stack_segment): Delete function.
2598 (default_derive_stack_segment): Renamed to derive_stack_segment.
2599 (override_derive_heap_segment): Delete variable.
2600 (preempt_derive_heap_segment): Delete function.
2601 (derive_heap_segment): Delete function.
2602 (default_derive_heap_segment): Rename to derive_heap_segment.
2603
cb811fe7
MS
26042002-08-06 Michael Snyder <msnyder@redhat.com>
2605
2606 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2607 * mips-tdep.c (mips_EABI_use_struct_convention,
2608 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2609 New functions. (mips_use_struct_convention): Delete.
2610 (mips_gdbarch_init): set use_gdbarch_convention.
2611
8b389c40
MS
26122002-08-06 Michael Snyder <msnyder@redhat.com>
2613
2614 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2615 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2616 mips_o32_reg_struct_has_addr): New functions.
2617 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2618
5c27f28a
AC
26192002-08-07 Andrew Cagney <ac131313@redhat.com>
2620
2621 * regcache.c (pseudo_register): Delete function.
2622 (fetch_register): Delete function.
2623 (store_register): Delete function.
2624 (regcache_raw_read, legacy_read_register_gen): Use
2625 target_fetch_registers instead of fetch_register.
2626 (legacy_write_register_gen, regcache_raw_write): Use
2627 target_store_register instead of store_register.
2628 (write_register_bytes): Ditto.
2629
2630 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2631 (STORE_PSEUDO_REGISTER): Delete.
2632 * gdbarch.h, gdbarch.c: Regenerate.
2633
5b331675
CV
26342002-08-06 Corinna Vinschen <vinschen@redhat.com>
2635
2636 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2637 write dump file binary.
2638
6acdf5c7
MS
26392002-08-05 Michael Snyder <msnyder@redhat.com>
2640
2641 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2642 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2643 (mips_gdbarch_init): Set N32 target to be mips64.
2644
b2f01c35
KB
26452002-08-06 Kevin Buettner <kevinb@redhat.com>
2646
2647 * frame.c (find_saved_register): Break out of loop once saved
2648 register address is found. Don't mention sparc in loop comment
2649 anymore.
2650
63db5580
KB
26512002-08-06 Kevin Buettner <kevinb@redhat.com>
2652
2653 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2654 mips_default_saved_regsize to 8.
2655
5e34e75e
AC
26562002-08-06 Andrew Cagney <ac131313@redhat.com>
2657
2658 * gcore.c: Do not include <sys/procfs.h>.
2659 * Makefile.in (gcore.o): Update dependencies.
2660
eb4c54a2
AC
26612002-08-06 Andrew Cagney <cagney@redhat.com>
2662
2663 * configure.tgt: Make arc-*-* obsolete.
2664 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2665 * MAINTAINERS: Make arc-elf obsolete.
2666 * arc-tdep.c: Make file obsolete.
2667 * config/arc/arc.mt: Ditto.
2668 * config/arc/tm-arc.h: Ditto.
2669
ced15480
TR
26702002-08-05 Theodore A. Roth <troth@verinet.com>
2671
c1bab85b 2672 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2673
b4743822
AC
26742002-08-05 Andrew Cagney <ac131313@redhat.com>
2675
2676 * mcore-tdep.c (mcore_gdbarch_init): Use
2677 generic_unwind_get_saved_register instead of
2678 generic_get_saved_register.
2679 * v850-tdep.c (v850_gdbarch_init): Ditto.
2680 * frv-tdep.c (frv_gdbarch_init): Ditto.
2681 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2682 * s390-tdep.c (s390_gdbarch_init): Ditto.
2683 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2684 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2685 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2686
3956d554
JB
26872002-08-05 Joel Brobecker <brobecker@gnat.com>
2688
2689 * objfiles.h: Add missing #include "symfile.h"
2690
2691 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2692
8249c0d6
AC
26932002-08-04 Andrew Cagney <ac131313@redhat.com>
2694
2695 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2696 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2697 of FIELD_BITSIZE.
2698
b9d14705
DJ
26992002-08-04 Daniel Jacobowitz <drow@mvista.com>
2700
2701 * NEWS: Cleanup and nitpick.
2702
dd73b9bb
AC
27032002-08-03 Andrew Cagney <ac131313@redhat.com>
2704
2705 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2706
043a27f8
AC
27072002-08-03 Andrew Cagney <ac131313@redhat.com>
2708
2709 * Makefile.in (gdbtk-bp.o): Update dependencies.
2710 (gdbtk-register.o): Ditto.
2711 (gdbtk-varobj.o): Ditto.
2712
46ce284d
AC
27132002-08-03 Andrew Cagney <cagney@redhat.com>
2714
2715 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2716 m68hc11_fetch_pseudo_register.
2717 (m68hc11_pseudo_register_write): Replace
2718 m68hc11_store_pseudo_register.
2719 (m68hc11_gdbarch_init): Update.
2720
b66d6d2e
AC
2721Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2722
2723 * gdbarch.sh: Include "gdb_string.h".
2724 * gdbarch.c: Regenerate.
2725
2726 * regcache.c: Include "gdb_string.h".
2727 * ax-general.c: Ditto.
2728 * varobj.c: Ditto.
2729 * std-regs.c: Ditto.
2730 * fbsd-proc.c: Ditto.
2731 * thread.c: Ditto.
2732
2733 * Makefile.in (regcache.o): Update dependencies.
2734 (thread.o, gdbarch.o): Ditto.
2735 (ax-general.o, gdbarch.o): Ditto.
2736 (varobj.o, std-regs.o): Ditto.
2737 (fbsd-proc.o): Specify dependencies.
2738
29e1842b
AC
27392002-08-02 Andrew Cagney <cagney@redhat.com>
2740
2741 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2742 regnum.
2743 (regcache_cooked_write): Ditto.
2744
68365089
AC
27452002-08-02 Andrew Cagney <ac131313@redhat.com>
2746
2747 * regcache.c (regcache_cooked_read): New function.
2748 (regcache_cooked_write): New function.
2749 (read_register_gen): Rewrite using regcache_cooked_read.
2750 (write_register_gen): Rewrite using regcache_cooked_write.
2751
2752 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2753 Declare.
2754
d8124050
AC
27552002-08-02 Andrew Cagney <cagney@redhat.com>
2756
2757 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2758 Replace the architecture methods register_read and register_write.
2759 * gdbarch.h, gdbarch.c: Regenerate.
2760 * regcache.c (init_regcache_descr): Update.
2761 (read_register_gen): Update.
2762 (write_register_gen): Update.
2763 (supply_register): Update comment.
2764
2765 * sh-tdep.c (sh_gdbarch_init): Update.
2766 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2767 `regcache' and `gdbarch' parameters. Make `buffer' a void
2768 pointer. Update code.
2769 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2770 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2771 void pointer. Update code.
2772 (sh64_register_write): Delete.
2773 (sh4_register_read): Delete.
2774 (sh64_register_read): Delete.
2775 (sh4_register_write): Delete.
2776 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2777 void pointer, `to' parameter a void pointer.
2778 (sh_sh64_register_convert_to_raw): Ditto.
2779
a6425924
KB
27802002-08-01 Kevin Buettner <kevinb@redhat.com>
2781
2782 * mips-tdep.c (mips_register_virtual_type): Use architecture
2783 invariant return values.
2784
ff5922b5
AC
27852002-08-01 Andrew Cagney <cagney@redhat.com>
2786
2787 * linux-proc.c: Include "gdb_string.h".
2788 * Makefile.in (linux-proc.o): Update dependency list.
2789
32a6503c
KB
27902002-08-01 Kevin Buettner <kevinb@redhat.com>
2791
2792 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2793 comment.
2794
ccaa32c7
GS
27952002-08-01 Grace Sainsbury <graces@redhat.com>
2796
2797 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2798 to_insert_watchpoint, to_remove_watchpoint,
2799 to_stopped_by_watchpoint, to_stopped_data_address,
2800 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2801 target vecctor. Define their corresponding macros so they call
2802 them.
2803
2804 * target.c: Add default and debug versions of for
2805 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2806 to_insert_watchpoint, to_remove_watchpoint,
2807 to_stopped_by_watchpoint, to_stopped_data_address,
2808 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2809
78fde5f8
KB
28102002-08-01 Kevin Buettner <kevinb@redhat.com>
2811
2812 * mips-tdep.c (mips_register_virtual_type): New function.
2813 (mips_gdbarch_init): Register mips_register_virtual_type()
2814 with gdbarch machinery.
2815 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2816 this file instead of tm-bigmips.h.
2817 (MIPS_REGSIZE): Delete this macro.
2818 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2819 multiarch version in mips-tdep.c will be found.
2820
db034ac5
AC
28212002-08-01 Andrew Cagney <cagney@redhat.com>
2822
2823 * NEWS: Menion that CHILL has been made obsolete.
2824
2825 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2826 * stabsread.c (read_range_type): Ditto.
2827 * gdbtypes.h: Ditto.
2828 * language.c (binop_type_check): Ditto.
2829 (binop_result_type): Ditto.
2830 (integral_type): Ditto.
2831 (character_type): Ditto.
2832 (string_type): Ditto.
2833 (boolean_type): Ditto.
2834 (structured_type): Ditto.
2835 (lang_bool_type): Ditto.
2836 (binop_type_check): Ditto.
2837 * language.h (_LANG_chill): Ditto.
2838 * dwarfread.c (set_cu_language): Ditto.
2839 * dwarfread.c (CHILL_PRODUCER): Ditto.
2840 * dwarfread.c (handle_producer): Ditto.
2841 * expression.h (enum exp_opcode): Ditto.
2842 * eval.c: Ditto for comments.
2843 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2844 * expprint.c (print_subexp): Ditto.
2845 (print_subexp): Ditto.
2846 * valops.c (value_cast): Ditto.
2847 (search_struct_field): Ditto.
2848 * value.h (COERCE_VARYING_ARRAY): Ditto.
2849 * symfile.c (init_filename_language_table): Ditto.
2850 (add_psymbol_with_dem_name_to_list): Ditto.
2851 * valarith.c (value_binop): Ditto.
2852 (value_neg): Ditto.
2853 * valops.c (value_slice): Ditto.
2854 * symtab.h (union language_specific): Ditto.
2855 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2856 (SYMBOL_DEMANGLED_NAME): Ditto.
2857 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2858 * defs.h (enum language): Ditto.
2859 * symtab.c (got_symtab): Ditto.
2860 * utils.c (fprintf_symbol_filtered): Ditto.
2861
2862 * ch-typeprint.c: Make file obsolete.
2863 * ch-valprint.c: Make file obsolete.
2864 * ch-lang.h: Make file obsolete.
2865 * ch-exp.c: Make file obsolete.
2866 * ch-lang.c: Make file obsolete.
2867
2868 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2869 CHILL_LIB.
2870 (TARGET_FLAGS_TO_PASS): Ditto.
2871 (CHILLFLAGS): Obsolete.
2872 (CHILL): Obsolete.
2873 (CHILL_FOR_TARGET): Obsolete.
2874 (CHILL_LIB): Obsolete.
2875 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2876 ch-valprint.c.
2877 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2878 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2879 ch-lang.o.
2880 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2881 targets.
2882
8aaf0b47
JB
28832002-07-31 Joel Brobecker <brobecker@gnat.com>
2884
2885 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2886 This does not change anything at the moment, but will be helpful
2887 later when full Ada support is integrated.
2888
f3a7b3a5
KB
28892002-07-31 Kevin Buettner <kevinb@redhat.com>
2890
2891 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2892 help message.
2893
fb850278
KB
28942002-07-31 Kevin Buettner <kevinb@redhat.com>
2895
2896 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2897 and save it in a local variable. Use variable in later test.
2898
e3bddbfa
KB
28992002-07-31 Kevin Buettner <kevinb@redhat.com>
2900
2901 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2902 test. (Thanks to Daniel Jacobowitz.)
2903
28d169de
KB
29042002-07-31 Kevin Buettner <kevinb@redhat.com>
2905
2906 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2907 (mips_abi_strings): Add "n64".
2908 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2909
7fe7e44e
KB
29102002-07-31 Kevin Buettner <kevinb@redhat.com>
2911
2912 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2913 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2914
c6caf090
KB
29152002-07-31 Kevin Buettner <kevinb@redhat.com>
2916
2917 * utils.c (host_pointer_to_address, address_to_host_pointer):
2918 Use gdb_assert() instead of explicit call to internal_error().
2919
c41669e0
KB
29202002-07-30 Kevin Buettner <kevinb@redhat.com>
2921
2922 * Makefile.in (rs6000-nat.o): Update dependencies.
2923
2924 From Nicholas Duffek:
2925 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2926 (aix-thread.o): New rule.
2927 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2928 * config/powerpc/aix432.mh: New file.
2929
2fda4977
DJ
29302002-07-30 Daniel Jacobowitz <drow@mvista.com>
2931
2932 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2933 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2934 (fetch_core_registers, ppc_linux_supply_gregset)
2935 (ppc_linux_supply_fpregset): New functions.
2936 (ppc_linux_regset_core_fns): New.
2937 (_initialize_ppc_linux_tdep): Call add_core_fns.
2938 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2939 and ppc_linux_supply_gregset.
2940 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2941 (supply_fpregset): Call ppc_linux_supply_fpregset.
2942 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2943 corelow.o.
2944 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2945
729051e6
DJ
29462002-07-30 Daniel Jacobowitz <drow@mvista.com>
2947
2948 * symtab.c (lookup_symbol): Demangle before lowercasing.
2949
5f8a3188
AC
29502002-07-30 Andrew Cagney <ac131313@redhat.com>
2951
2952 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2953 declaration.
2954 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2955 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2956 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2957 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2958 "gdb_string.h".
2959 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2960 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2961 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2962 (avr-tdep.o, mon960-rom.o): Ditto.
2963 (aout_stabs_gnu_h): Define.
2964 (symtab_h): Remove $(gdb_obstack_h).
2965
67f07146
JB
29662002-07-30 Jim Blandy <jimb@redhat.com>
2967
2968 Patch from David Carlton <carlton@math.stanford.edu>:
2969 * gdbinit.in: Move the `dir' commands that add GDB's own source
2970 directory to the search path to the end, so that the `gdb' source
2971 directory will be searched first.
2972
04ea0df1
AC
29732002-07-29 Andrew Cagney <ac131313@redhat.com>
2974
2975 * gdb_obstack.h: New file.
2976 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2977 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2978 * objfiles.h: Include "gdb_obstack.h".
2979 * Makefile.in (gdb_obstack_h): Define.
2980 (symtab_h): Add $(gdb_obstack_h).
2981 (objfiles_h): Add $(gdb_obstack_h).
2982
2983 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2984 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2985 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2986 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2987 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2988 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2989 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2990 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2991
2992 * Makefile.in (bcache.o): Update dependencies.
2993 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2994 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2995 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2996 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2997 (stabsread.o, symfile.o, symmisc.o): Ditto.
2998 (symtab.o, typeprint.o, macroexp.o): Ditto.
2999 (macrotab.o, mdebugread.o): Ditto.
3000 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3001 (coff_ecoff_h, aout_aout64_h): Define.
3002 (aout_stabs_gnu_h, libaout_h): Define.
3003
d138e37a
AC
30042002-07-29 Andrew Cagney <cagney@redhat.com>
3005
3006 * regcache.c (struct regcache_descr): Rename nr_registers to
3007 nr_cooked_registers. Revise comments describing the structure
3008 member fields.
3009 (init_regcache_descr): Update.
3010 (init_legacy_regcache_descr): Update.
3011 (read_register_gen, write_register_gen): When a cooked register in
3012 the raw register range, directly access the value from the raw
3013 register cache.
3014
460e6ec3
AC
30152002-07-29 Andrew Cagney <ac131313@redhat.com>
3016
3017 * z8k-tdep.c: Do not include "obstack.h".
3018 * h8300-tdep.c, h8500-tdep.c: Ditto.
3019 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3020 * valprint.c, v850-tdep.c: Ditto.
3021 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3022 * mn10200-tdep.c: Ditto.
3023
3024 * Makefile.in (z8k-tdep.o): Update dependencies.
3025 (m68hc11-tdep.o, valprint.o): Ditto.
3026 (v850-tdep.o, d10v-tdep.o): Ditto.
3027 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3028 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3029 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3030 (sh_opc_h, gdb_sim_sh_h): Define.
3031 (elf_sh_h, elf_bfd_h): Define.
3032 (opcode_m68hc11_h): Define.
3033 (OPCODES_SRC, OPCODES_DIR): define.
3034 (OPCODES): Use $(OPCODES_DIR).
3035 (gdb_sim_d10v_h): Rename sim_d10v_h.
3036 (gdb_sim_arm_h): Rename sim_arm_h.
3037
790c9cf0
KB
30382002-07-26 Kevin Buettner <kevinb@redhat.com>
3039
3040 * utils.c (host_pointer_to_address, address_to_host_pointer):
3041 Change internal_error() message to indicate function responsible
3042 for the error.
3043
9647fa49
KB
30442002-07-26 Kevin Buettner <kevinb@redhat.com>
3045
3046 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3047 calls to local_hex_string_custom().
3048
dabbe2c0
KB
30492002-07-26 Kevin Buettner <kevinb@redhat.com>
3050
3051 * irix5-nat.c: Move IRIX shared library support from here...
3052 * solib-irix.c: ...to here. Revised substantially to work with
3053 generic solib framework.
3054
b96d0a4e
KB
3055 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3056 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3057 * mips-irix-tdep.c: New file.
3058
313fb2f6
KB
3059 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3060 (mips-irix-tdep.o, solib-irix.o): New rules.
3061 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3062 solib-irix.o.
3063 * config/mips/irix6.mt (TDEPFILES): Likewise.
3064 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3065
ab2eaf26
KB
30662002-07-26 Kevin Buettner <kevinb@redhat.com>
3067
177e4768 3068 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3069 disabled (via ``#if 0'') includes.
3070
7244546a
KB
30712002-07-26 Kevin Buettner <kevinb@redhat.com>
3072
3073 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3074 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3075 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3076 Add support for the fpscr register.
3077 * rs6000-nat.c (regmap, fetch_inferior_registers)
3078 (store_inferior_registers, fetch_core_registers): Likewise.
3079
dd7be90a
KB
30802002-07-26 Kevin Buettner <kevinb@redhat.com>
3081
3082 * rs6000-nat.c (language.h): Include.
3083 (special_regs): Delete this array.
3084 (regmap): New function.
3085 (fetch_register, store_register): Use regmap() to map gdb
3086 register numbers to ptrace register numbers. Also, use
3087 outputs from regmap() to make decisions regarding type of
3088 ptrace() call to make. In particular, don't compare against
3089 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3090 (fetch_inferior_registers, store_inferior_registers): Where
3091 possible, obtain register numbers from tdep struct. Don't
3092 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3093 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3094 (LAST_UISA_SP_REGNUM): Delete.
3095
11bf77db
KB
30962002-07-25 Kevin Buettner <kevinb@redhat.com>
3097
3098 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3099 (fetch_registers, store_register, fetch_core_registers): Don't
3100 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3101 regcache_collect() as appropriate.
3102 (find_toc_address): Format hex address with local_hex_string().
3103
06afebeb
AC
31042002-07-25 Andrew Cagney <ac131313@redhat.com>
3105
3106 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3107 bfd/elf32-frv.c.
3108
8c554d79
TT
31092002-07-24 Tom Tromey <tromey@redhat.com>
3110
3111 * jv-exp.y: Marked all strings with _().
3112 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3113 internal_error.
3114 (MethodInvocation, CastExpression, parse_number, yyerror,
3115 java_type_from_name, push_expression_name, yylex): Typo fixes.
3116
e4c242d9
DJ
31172002-07-24 Daniel Jacobowitz <drow@mvista.com>
3118
3119 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3120 (tee_file_flush, tee_file_write, tee_file_fputs)
3121 (tee_file_isatty): New.
3122 * ui-file.h (tee_file_new): Add prototype.
3123
ebf56fd3
AS
31242002-07-24 Aidan Skinner <aidan@velvet.net>
3125
3126 * ada-lang.c: Change k&r style function definitions to prototyped
3127 form.
3128 * ada-typeprint.c: Change k&r style function definitions to prototyped
3129 form.
3130 * ada-valprint.c: Change k&r style function definitions to prototyped
3131 form.
3132
7fb623f7
AC
31332002-07-24 Andrew Cagney <cagney@redhat.com>
3134
3135 * README: Remove reference to remote-bug.
3136 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3137 remote-bug.c.
3138 (m88k-nat.o): Delete rule.
3139 (m88k-tdep.o): Delete rule.
3140 (remote-bug.o): Delete rule.
3141 * MAINTAINERS: Mark as obsolete.
3142 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3143 * m88k-tdep.c: Make file obsolete.
3144 * config/m88k/m88k.mh: Ditto.
3145 * config/m88k/delta88v4.mh: Ditto.
3146 * config/m88k/delta88v4.mt: Ditto.
3147 * config/m88k/delta88.mt: Ditto.
3148 * config/m88k/delta88.mh: Ditto.
3149 * remote-bug.c: Ditto.
3150 * config/m88k/tm-delta88.h: Ditto.
3151 * config/m88k/nm-delta88v4.h: Ditto.
3152 * config/m88k/xm-delta88.h: Ditto.
3153 * config/m88k/xm-dgux.h: Ditto.
3154 * config/m88k/tm-m88k.h: Ditto.
3155 * config/m88k/nm-m88k.h: Ditto.
3156 * config/m88k/tm-delta88v4.h: Ditto.
3157 * m88k-nat.c: Ditto.
3158 * cxux-nat.c: Ditto.
3159 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3160 and m88*-*-* obsolete.
3161 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3162 m88*-*-* obsolete.
3163
37611a2b
AC
31642002-07-24 Andrew Cagney <cagney@redhat.com>
3165
3166 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3167 constant. Same for local pointer variables.
3168 (extract_signed_integer): Ditto.
3169 * defs.h (extract_unsigned_integer): Update.
3170 (extract_signed_integer): Update.
3171
1aaa5f99
AC
31722002-07-24 Andrew Cagney <cagney@redhat.com>
3173
3174 * regcache.c (regcache_raw_write): Change buf parameter to a
3175 constant void pointer.
3176 (regcache_raw_read): Change buf parameter to a void pointer.
3177 (legacy_write_register_gen): Change myaddr parameter a constant
3178 void pointer.
3179 (supply_register): Change val parameter to a const void pointer.
3180 * regcache.h (regcache_raw_write): Update declaration.
3181 (regcache_raw_read): Update declaration.
3182 (supply_register): Update declaration.
3183
b4f5539f
TT
31842002-07-24 Tom Tromey <tromey@redhat.com>
3185
3186 * defs.h (gdb_readline_wrapper): Declare.
3187 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3188 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3189 * top.c (gdb_readline_wrapper): New function.
3190 (command_line_input): Use it.
3191
0818c12a
AC
31922002-07-24 Andrew Cagney <cagney@redhat.com>
3193
3194 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3195 regcache_read and regcache_write.
3196 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3197 * regcache.c: Update.
3198 * sh-tdep.c (sh64_push_arguments): Update comment.
3199 (sh_pseudo_register_read): Update.
3200 (sh_pseudo_register_write): Update.
3201 (sh4_register_read): Update.
3202 (sh4_register_write): Update.
3203 (sh64_pseudo_register_read): Update.
3204 (sh64_pseudo_register_write): Update.
3205 (sh64_register_read): Update.
3206 (sh64_register_write): Update.
3207 * i386-tdep.c (i386_extract_return_value): Update.
3208 (i386_extract_struct_value_address): Update.
3209 (i386_extract_return_value): Update.
3210 * blockframe.c (generic_read_register_dummy): Update.
3211 (generic_call_dummy_register_unwind): Update
3212 * infrun.c (write_inferior_status_register): Update.
3213
f7321c06
JB
32142002-07-23 Jim Blandy <jimb@redhat.com>
3215
3216 * parser-defs.h (expression_context_pc): Make this extern.
3217 (Thanks to Michael Snyder.)
3218
2037aebb
AC
32192002-07-23 Andrew Cagney <ac131313@redhat.com>
3220
3221 GDB 5.2.1 released from 5.2 branch.
3222 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3223 * README: Update to mention 5.2.1.
3224
66504d44
MS
32252002-07-23 Mark Salter <msalter@redhat.com>
3226
3227 * remote.c (remote_read_bytes): Fix check for error.
3228
27bae383
KB
32292002-07-22 Kevin Buettner <kevinb@redhat.com>
3230
3231 * aix-thread.c (language.h): Include.
3232 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3233 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3234 Print newlines at end of debug messages.
3235 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3236 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3237
32382002-07-22 Kevin Buettner <kevinb@redhat.com>
3239
3240 * aix-thread.c (ppc-tdep.h): Include.
3241 (special_register_p): New function.
3242 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3243 (store_regs_user_thread): Use register number information from
3244 gdbarch_tdep struct instead of hardcoded offsets relative to
3245 FIRST_UISA_SP_REGNUM.
3246 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3247 special_register_p() instead of using FPLAST_REGNUM and
3248 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3249 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3250 will be MQ's register number.
3251
32522002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3253
3254 * aix-thread.c (ops): Rename to aix_thread_ops.
3255 (base_ops): Rename to base_target.
3256 (ops_attach): Rename to aix_thread_attach.
3257 (ops_detach): Rename to aix_thread_detach.
3258 (ops_resume): Rename to aix_thread_detach.
3259 (ops_wait): Rename to aix_thread_wait.
3260 (ops_kill): Rename to aix_thread_kill.
3261 (init_ops): Rename to init_aix_thread_ops.
3262 (ops_fetch_register): Rename to aix_thread_fetch_register.
3263 (ops_store_register): Rename to aix_thread_store_register.
3264 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3265 (ops_thread_alive): Rename to aix_thread_thread_alive.
3266 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3267 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3268 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3269 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3270 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3271 (store_regs_lib): Rename to store_regs_user_thread.
3272 (store_regs_kern): Rename to store_regs_kernel_thread.
3273
27bae383 32742002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3275
3276 * aix-thread.c (ops_prepare_to_store): Eliminate.
3277 (init_ops): Don't initialize ops.prepare_to_store.
3278 (store_regs_kern): Pre-fetch register buffers from child,
3279 because some registers may not be in the cache. Copy
3280 regs from register cache only if they are cached.
3281 (store_regs_lib): Copy regs from register cache only
3282 if they are cached.
3283 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3284 fill_gprs64): Ditto.
3285
61c5da0b
KB
32862002-07-22 Kevin Buettner <kevinb@redhat.com>
3287
3288 * aix-thread.c (gdb_assert.h): Include.
3289 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3290 register sizes (from register cache) match size of buffer holding
3291 register data.
3292 (fill_sprs32): Change parameter types to match those in the ptrace()
3293 buffer.
3294 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3295 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3296
32972002-07-22 Michael Snyder <msnyder@redhat.com>
3298
3299 * aix-thread.c (supply_sprs64): Cosmetic change.
3300 (supply_sprs32): Cosmetic change.
3301 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3302 (fill_sprs64): Use regcache_collect instead of read_register.
3303 (store_regs_lib): Use regcache_collect instead of
3304 read_register. Use fill_sprs32 instead of fill_sprs64,
3305 if debugging a 32-bit architecture.
3306 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3307 out of the register cache, instead of passing a pointer into
3308 the register cache directly to ptrace. Use regcache_collect
3309 insteaad of read_register.
3310 (ops_prepare_to_store): Use target_read_registers instead
3311 of read_register_bytes.
3312
36479eb1
AS
33132002-07-20 Aidan Skinner <aidan@velvet.net>
3314
3315 * MAINTAINERS: Add self under write after approval.
3316
80ae6ee2
AS
33172002-07-20 Aidan Skinner <aidan@velvet.net>
3318
3319 * ada-tasks.c: Change k&r style function definitions to prototyped
3320 form.
3321
8a8ab2b9
AC
33222002-07-19 Andrew Cagney <ac131313@redhat.com>
3323
3324 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3325 * x86-64-tdep.c: Include "objfiles.h".
3326 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3327 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3328
fb16b900
ML
33292002-07-17 Michal Ludvig <michal@suse.cz>
3330
3331 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3332 (update_context): Initialise cfa variable.
3333
0fe7bf7b
MS
33342002-07-17 Michael Snyder <msnyder@redhat.com>
3335
3336 * aix-thread.c: Shorten some long lines.
3337 Bring comments into line with code spec.
3338
488f131b
JB
33392002-07-18 Joel Brobecker <brobecker@gnat.com>
3340
3341 * infrun.c: Re-indent using gdb_indent.sh.
3342
46c415d2
JB
33432002-07-18 Joel Brobecker <brobecker@gnat.com>
3344
3345 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3346 Leave the indentation temporarily untouched, to minimize the diffs.
3347
cdecafbe
EZ
33482002-07-18 Elena Zannoni <ezannoni@redhat.com>
3349
3350 * stabsread.c: Make os9k sections of the code obsolete,
3351 for real this time.
3352 * stabsread.h: Make os9k sections of the code obsolete.
3353
7b6aa020
ML
33542002-07-18 Michal Ludvig <mludvig@suse.cz>
3355
09ec9b38
ML
3356 * linux-low.c (regsets_store_inferior_registers): Add free()
3357 at the end of a loop to prevent memory leak.
3358 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3359 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3360 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3361 line a comment.
4894ac5d 3362 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3363
233282cd
JB
33642002-07-17 Jim Blandy <jimb@redhat.com>
3365
3366 * macrocmd.c (info_macro_command): Remove newline from error
3367 message.
3368
7b6aa020 33692002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3370
3371 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3372 (sh_gdbarch_init): Use it for sh-dsp.
3373
f7ef9339
KB
33742002-07-16 Kevin Buettner <kevinb@redhat.com>
3375
3376 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3377 64-bit DWARF2 format.
3378
8dd72958
JB
33792002-07-16 Joel Brobecker <brobecker@gnat.com>
3380
3381 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3382 <sys/proc.h> when not available.
3383
a99a9e1b
AC
33842002-07-16 Andrew Cagney <ac131313@redhat.com>
3385
3386 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3387 * stabsread.c: Make os9k sections of the code obsolete.
3388 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3389 * config/i386/i386os9k.mt: Make file obsolete.
3390 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3391 (COMMON_OBS): Remove os9kread.o
3392 (SFILES): Remove os9kread.c.
3393 (os9kread.o, remote-os9k.o): Make target obsolete.
3394 * remote-os9k.c: Make file obsolete.
3395 * os9kread.c: Make file obsolete.
3396 * Makefile.in
3397
7a3085c1
AC
33982002-07-16 Andrew Cagney <ac131313@redhat.com>
3399
3400 * NEWS: Mention that the FR30 has been made obsolete.
3401 * fr30-tdep.c: Make file obsolete.
3402 * config/fr30/tm-fr30.h: Ditto.
3403 * config/fr30/fr30.mt: Ditto.
3404 * configure.tgt: Make fr30-*-elf obsolete.
3405 * MAINTAINERS: Make fr30-elf obsolete.
3406
28a93f5a
PM
34072002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3408
3409 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3410 found is not inside a section.
3411
be006b8b
KB
34122002-07-15 Kevin Buettner <kevinb@redhat.com>
3413
3414 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3415 strerror().
3416 (pdc_realloc): Use xrealloc() instead of realloc().
3417
14fa3751
KB
34182002-07-15 Kevin Buettner <kevinb@redhat.com>
3419
3420 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3421 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3422 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3423 macros.
3424
42cc437f
KB
34252002-07-15 Kevin Buettner <kevinb@redhat.com>
3426
3427 * aix-thread.c (ptrace_check): Eliminate goto.
3428 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3429 problem.
3430
8e2c28d4
KB
34312002-07-15 Kevin Buettner <kevinb@redhat.com>
3432
3433 * aix-thread.c (gdbcmd.h): Include.
3434 (DEBUG, DBG, DBG2, dbg): Eliminate.
3435 (debug_aix_thread): New static global.
3436 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3437 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3438 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3439 invocations to DBG and DBG2 macros to test against
3440 ``debug_aix_thread'' and call fprintf_unfiltered().
3441 (_initialize_aix_thread): Add new command "set debug aix-thread".
3442
30413464
AC
34432002-07-15 Andrew Cagney <ac131313@redhat.com>
3444
3445 From Gerhard Tonn <TON@de.ibm.com>:
3446 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3447 instead of supply_register.
3448
7c43edc1
AC
34492002-07-15 Andrew Cagney <ac131313@redhat.com>
3450
3451 * dwarf2cfi.c: Include "gdb_assert.h".
3452 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3453 non-NULL.
3454 (update_context): Do not use __func__. Add missing ``break''.
3455 (update_context): Do not use __func__.
3456
9364a0ef
EZ
34572002-07-15 Elena Zannoni <ezannoni@redhat.com>
3458
3459 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3460 and its setting. Set gdbarch instruction printing functions
3461 directly. For non-rs6000 case use new function
3462 gdb_print_insn_powerpc.
3463 (gdb_print_insn_powerpc): New function.
3464
3fbeef0b
AC
34652002-07-13 Andrew Cagney <ac131313@redhat.com>
3466
92eb23c5 3467 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3468 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3469 * configure.tgt: Mark d30v-*-* as obsolete.
3470 * d30v-tdep.c: Mark file as obsolete.
3471 * config/d30v/d30v.mt: Ditto.
3472 * config/d30v/tm-d30v.h: Ditto.
3473
aacb1f0a
AS
34742002-07-13 Aidan Skinner <aidan@velvet.net>
3475
3476 * ada-tasks.c (add_task_entry): replace calls to
3477 malloc() with xmalloc
3478 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3479
3480 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3481 ada_finish_decode_line_1, all_sals_for_line
3482 ada_breakpoint_rewrite): replace calls to free() with xfree()
3483
c11d79f2
KB
34842002-07-12 Kevin Buettner <kevinb@redhat.com>
3485
3486 From Nicholas Duffek (with minor changes by Martin Hunt,
3487 Louis Hamilton, and Kevin Buettner):
3488 * aix-thread.c: New file.
3489
8e19ed76
PS
34902002-07-12 Petr Sorfa <petrs@caldera.com>
3491
3492 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3493 complaint for invalid attribute class or form.
3494 (read_func_scope): DW_AT_frame_base
3495 better handling of DW_AT_block*.
3496 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3497 better handling of DW_AT_block*.
3498 (read_common_block): DW_AT_location
3499 better handling of DW_AT_block*.
3500 (read_partial_die): DW_AT_location better handling
3501 of DW_AT_block*.
3502 (new_symbol): DW_AT_external better handling of
3503 DW_AT_block*. Proper initialization of variable
3504 "addr".
3505 (attr_form_is_block): New function that returns true
3506 if the attribute's form is of DW_FORM_block*.
3507
295401f7
DJ
35082002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3509
3510 * valops.c (find_method_list): Remove comment about
3511 removed STATIC_MEMFUNCP argument.
3512 (value_find_oload_method_list): Likewise.
3513
e42dc924
KB
35142002-07-12 Kevin Buettner <kevinb@redhat.com>
3515
3516 From Nicholas Duffek:
3517 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3518 target_new_objfile_hook.
3519
6904b546
KB
35202002-07-12 Kevin Buettner <kevinb@redhat.com>
3521
3522 From Nicholas Duffek:
3523 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3524 csect.
3525
53fe9346
AC
35262002-07-12 Andrew Cagney <cagney@redhat.com>
3527
3528 * MAINTAINERS: Mention --enable-sim-build-warnings.
3529 (m68hc11-elf): Disable sim build warnings.
3530 (m32r-elf): Mark as broken obsolete candidate.
3531 (x86_64-linux-gnu): Mark as buildable with -Werror.
3532 (arm-elf): Change -w to ``,'' which enables warnings but not
3533 -Werror.
3534
af5f3db6
AC
35352002-07-12 Andrew Cagney <ac131313@redhat.com>
3536
3537 * bcache.h: Update copyright.
3538 (struct bstring, struct bcache): Move definition to "bcache.c".
3539 Replaced by opaque declaration.
3540 (bcache_xfree): Replace free_bcache.
3541 (bcache_xmalloc, bcache_memory_used): Declare.
3542
3543 * bcache.c: Update copyright.
3544 (struct bstring, struct bcache): Moved to here from "bcache.h".
3545 Update comments.
3546 (bcache_xmalloc, bcache_memory_used): New functions.
3547 (bcache_xfree): Replace function free_bcache.
3548
3549 * Makefile.in (objfiles.o): Add $(bcache_h).
3550 (objfiles_h): Remove $(bcache_h).
3551 (symfile.o): Add $(bcache_h).
3552
3553 * symmisc.c: Update copyright.
3554 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3555 (print_objfile_statistics): Use bcache_memory_used.
3556
3557 * symfile.c: Include "bcache.h".
3558 (reread_symbols): Use bcache_xfree.
3559 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3560 (add_psymbol_to_list): Pass psymbol_cache by value.
3561 (add_psymbol_with_dem_name_to_list): Ditto.
3562
3563 * objfiles.h: Update copyright.
3564 (struct bcache): Declare opaque. Do not include "bcache.h".
3565 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3566 bcache'' pointers.
3567 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3568
3569 * objfiles.c: Include "bcache.h". Update copyright.
3570 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3571 macro_cache.
3572 (free_objfile): Use bcache_xfree.
3573
444199e7
GS
35742002-07-11 Grace Sainsbury <graces@redhat.com>
3575
3576 * monitor.c (monitor_fetch_register): Make name a constant.
3577 (monitor_store_register): Same.
3578
261397f8
DJ
35792002-07-11 Daniel Jacobowitz <drow@mvista.com>
3580
3581 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3582 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3583 (finish_block) For non-function blocks, hash the symbol table. For
3584 function blocks, mark the symbol table as unhashed.
3585 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3586 (msymbol_hash_iw): Likewise.
3587 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3588 value.
3589 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3590 (lookup_minimal_symbol): Likewise for both.
3591 * symtab.h (struct block): Add `hashtable' flag. Comment the
3592 hashtable.
3593 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3594 (ALL_BLOCK_SYMBOLS): Update.
3595 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3596 (struct symbol): Add `hash_next' pointer.
3597 * symtab.c (lookup_block_symbol): Search using the hash table when
3598 possible.
3599 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3600 (search_symbols, find_addr_symbol): Likewise.
3601
3602 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3603 (read_dst_symtab): Likewise.
3604 * jv-lang.c (get_java_class_symtab): Likewise.
3605 * mdebugread.c: Include "gdb_assert.h".
3606 (shrink_block): Assert that the block being modified is not hashed.
3607 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3608 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3609 symbols.
3610 (dump_symtab): Recognize hashed blocks.
3611 * printcmd.c (print_frame_args): Assert that function blocks do not
3612 have hashed symbol tables.
3613 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3614 (fill_in_ada_prototype, debug_print_block): Likewise.
3615 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3616
6f0eaa01
CV
36172002-07-11 Corinna Vinschen <vinschen@redhat.com>
3618
3619 * stack.c (print_frame): Use result of frame_address_in_block()
3620 instead of fi->pc when evaluating symbols.
3621 (backtrace_command_1): Ditto.
3622
a208b0cb
AC
36232002-07-11 Andrew Cagney <cagney@redhat.com>
3624
3625 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3626 Make static.
3627
3628 * arm-tdep.c (arm_register_name): Make return type constant.
3629
a6b6b089
AC
36302002-07-10 Andrew Cagney <ac131313@redhat.com>
3631
5ae5f592
AC
3632 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3633 prototype.
3634 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3635 * s390-tdep.c (s390_fp_regnum): Ditto.
3636 (s390_read_fp): Ditto.
3637 (s390_pop_frame): Ditto.
3638 (_initialize_s390_tdep): Ditto.
3639 * remote.c (get_remote_state): Ditto.
3640 * procfs.c (mappingflags): Ditto.
3641 * memattr.c (_initialize_mem): Ditto.
3642 * mcore-tdep.c (mcore_pop_frame): Ditto.
3643 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3644 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3645 * language.c (set_case_str): Ditto.
3646 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3647 * frv-tdep.c (new_variant): Ditto.
3648 (frv_stopped_data_address): Ditto.
3649 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3650 (context_alloc): Ditto.
3651 (frame_state_alloc): Ditto.
3652 (unwind_tmp_obstack_init): Ditto.
3653 (unwind_tmp_obstack_free): Ditto.
3654 (cfi_read_fp): Ditto.
3655 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3656 (cris_pop_frame): Ditto.
3657 * c-lang.c (scanning_macro_expansion): Ditto.
3658 (finished_macro_expansion): Ditto.
3659 (c_preprocess_and_parse): Ditto.
3660 * gdbarch.sh: Ditto.
3661 * gdbarch.h, gdbarch.c: Regenerate.
3662 * config/mn10200/tm-mn10200.h: Adjust indentation.
3663 * target.c: Adjust indentation.
3664 * symtab.h: Adjust indentation.
3665 * stabsread.h: Adjust indentation.
3666 * remote-es.c: Adjust indentation.
3667 * os9kread.c: Adjust indentation.
3668
36692002-07-10 Andrew Cagney <ac131313@redhat.com>
3670
a6b6b089
AC
3671 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3672 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3673
a1789893
GS
36742002-07-10 Grace Sainsbury <graces@redhat.com>
3675
3676 * NEWS: Mention m68k, mcore multi-arching.
3677 * MAINTAINERS: Change status of m68k, mcore to reflect
3678 multi-arching.
3679
02f0d45d
DJ
36802002-07-10 Daniel Jacobowitz <drow@mvista.com>
3681
3682 * valops.c (find_overload_match): Free oload_syms.
3683
f15f768e
JB
36842002-07-09 Joel Brobecker <brobecker@gnat.com>
3685
3686 Define HAVE_SYS_PROC_H if sys/proc.h exists
3687 * configure.in: Add check for sys/proc.h
3688 * config.in: Regenerate.
3689 * configure: Regenerate.
3690
902a7139
GS
36912002-07-09 Grace Sainsbury <graces@redhat.com>
3692
3693 * config/m68k/tm-m68k.h: Remove macros wrapped in
3694 #if !GDB_MULTI_ARCH.
3695
a534e424
AC
36962002-07-08 Andrew Cagney <ac131313@redhat.com>
3697
3698 * config.in, configure: Regenerate.
3699
9b94f7bf
MK
37002002-07-08 Mark Kettenis <kettenis@gnu.org>
3701
3702 * dwarf2cfi.c: Include "gcore.h".
3703 (execute_stack_op): Fix implementation of the
3704 DW_OP_deref and DW_OP_deref_size operators by letting do their
3705 lookup in the target.
3706
1d34db41
MK
37072002-07-07 Mark Kettenis <kettenis@gnu.org>
3708
3709 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3710 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3711 tdep->sc_sp_offset.
3712
79d5b63a
DJ
37132002-07-05 Daniel Jacobowitz <drow@mvista.com>
3714
3715 Fix PR gdb/595, gdb/602
3716 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3717 Don't call value_cast, just read the vtable pointer; update comments
3718 to match.
3719
3bb912e8
GS
37202002-07-05 Grace Sainsbury <graces@redhat.com>
3721
3722 * config/mcore/tm-mcore.h: Remove file.
3723 * config/mcore/mcore.mt: Remove definition of TM_FILE
3724 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3725
ca39387d
MK
37262002-07-05 Mark Kettenis <kettenis@gnu.org>
3727
3728 * i386bsd-tdep.c: Include "gdb_string.h".
3729
efdc1108
GS
37302002-07-04 Grace Sainsbury <graces@redhat.com>
3731
3732 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3733 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3734 mcore-tdep.
3735 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3736 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3737 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3738 (RETVAL_REGNUM): Move macros from tm-mcore.h
3739 (mcore_reg_struct_has_addr): New function.
3740 (mcore_gdbarch_init): Added initializations for the macros removed
3741 from tm-mcore.h.
3742
bb21884d
MK
37432002-07-04 Mark Kettenis <kettenis@gnu.org>
3744
3745 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3746 traditonal string branding within the ELF header.
3747
228c6d41
DJ
37482002-07-04 Daniel Jacobowitz <drow@mvista.com>
3749
3750 * symtab.c (remove_params): New function.
3751 (make_symbol_overload_list): Use it instead of cplus_demangle.
3752 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3753
2404952e
MK
37542002-07-04 Mark Kettenis <kettenis@gnu.org>
3755
e5e4acad
MK
3756 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3757
baadce09
MK
3758 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3759 New variables.
3760 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3761 and tdep->sigtramp_end.
3762 * i386obsd-nat.c: New file.
3763 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3764
2404952e
MK
3765 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3766 Don't call get_current_frame().
3767
9b4f1ba7
PM
37682002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3769
3770 * i386-nat.c (child_post_startup_inferior): New function
3771 calling i386_cleanup_dregs if
3772 I386_USE_GENERIC_WATCHPOINTS is defined.
3773 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3774 conditional to acknowledge that i386-nat.c has its
3775 own child_post_startup_inferior function.
3776
c0d1d883
MK
37772002-07-04 Mark Kettenis <kettenis@gnu.org>
3778
00f8375e
MK
3779 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3780 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3781 instead of MAX_REGISTER_RAW_SIZE.
3782 (i386_extract_return_value, i386_extract_struct_value_address):
3783 Convert to use regcache.
3784 (i386_gdbarch_init): Set max_register_raw_size and
3785 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3786 Set extract_return_value and extract_struct_value_address instead
3787 of their deprecated variants.
3788
c0d1d883
MK
3789 Convert i386 target to generic dummy frames.
3790 * i386-tdep.c: Include "symfile.h".
3791 (i386_frameless_signal_p): Consider a function to be frameless if
3792 the pc points at the first instruction of the function.
3793 (i386_frame_chain): Handle (generic) call dummies.
3794 (i386_frame_saved_pc): Likewise.
3795 (i386_frame_init_saved_regs): Remove code dealing with call
3796 dummies on the stack.
3797 (i386_push_dummy_frame): Removed.
3798 (i386_call_dummy_words): Removed.
3799 (i386_fix_call_dummy): Removed.
3800 (i386_push_return_address): New function.
3801 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3802 parameter, and don't call get_current_frame.
3803 (i386_pop_frame): New function.
3804 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3805 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3806 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3807 call_dummy_length to 0, set call_dummy_words to NULL, set
3808 sizeof_call_dummy_words to 0, set fix_call_dummy to
3809 generic_fix_call_dummy, set pc_in_call_dummy to
3810 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3811 generic_push_dummy_frame, set push_return_address to
3812 i386_push_return_address and set frame_chain_valid to
3813 generic_file_frame_chain_valid.
3814
049ee0e4
AC
38152002-07-03 Andrew Cagney <ac131313@redhat.com>
3816
3817 * gdbarch.sh (struct regcache): Add opaque declaration.
3818 (EXTRACT_RETURN_VALUE): New architecture method.
3819 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3820 * gdbarch.h, gdbarch.c: Regenerate.
3821 * arch-utils.c (legacy_extract_return_value): New function.
3822 * arch-utils.h (legacy_extract_return_value): Declare.
3823 * values.c (value_being_returned): Re-enable code handling
3824 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3825 deprecated_grub_regcache_for_registers call to block handling
3826 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3827 (EXTRACT_RETURN_VALUE): Do not define.
3828
4e0d9804
GS
38292002-07-03 Grace Sainsbury <graces@redhat.com>
3830
3831 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3832 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3833 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3834 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3835 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3836 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3837 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3838 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3839 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3840 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3841 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3842 argument so the function fits the prototype in the architecture
3843 vector.
3844 (mcore_pop_frame): Remove argument so the function fits the
3845 prototype. Use get_current_frame instead of the argument.
3846 (mcore_push_arguments): Change type of struct_return so the
3847 function can be used in the architecture vector.
3848 (mcore_store_struct_return): Add.
3849 (mcore_frame_init_saved_regs): Add.
3850 (mcore_gdbarch_init): Add function calls to replace the macros
3851 removed from tm-mcore.h
3852
36160dc4
AC
38532002-07-03 Andrew Cagney <ac131313@redhat.com>
3854
3855 * infcmd.c (print_return_value): Remove compatibility code calling
3856 deprecated_grub_regcache_for_registers.
3857
3858 * values.c: Include "regcache.h".
3859 (value_being_returned): Update. Use
3860 deprecated_grub_regcache_for_registers to extract the register
3861 buffer address.
3862 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3863 ``struct regcache''.
3864 * Makefile.in (values.o): Add dependency on $(regcache_h).
3865
3866 * inferior.h (run_stack_dummy): Change type of second parameter to
3867 a ``struct regcache''.
3868 * valops.c (hand_function_call): Change type of retbuf to ``struct
3869 regcache''. Allocate using regcache_xmalloc, clean using
3870 make_cleanup_regcache_xfree.
3871 * infcmd.c (run_stack_dummy): Update. Use
3872 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3873
3874 * regcache.c (do_regcache_xfree): New function.
3875 (make_cleanup_regcache_xfree): New function.
3876 * regcache.h (make_cleanup_regcache_xfree): Declare.
3877
e64d9b3d
MH
38782002-07-03 Martin M. Hunt <hunt@redhat.com>
3879
4dd79c29
MH
3880 * event-top.c (command_line_handler): Don't read past
3881 beginning of buffer.
e64d9b3d 3882
4dd79c29
MH
38832002-07-03 Martin M. Hunt <hunt@redhat.com>
3884
e64d9b3d
MH
3885 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3886 struct frame_id.
3887 (varobj_create): Store frame_id for root.
3888 (varobj_gen_name): Use xasprintf.
3889 (varobj_update): Save and restore frame using get_frame_id() and
3890 frame_find_by_id().
3891 (create_child): Use xasprintf.
3892 (new_root_variable): Initialize frame_id.
3893 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3894 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3895 to prevent memory leak.
3896
26e6c56a
AC
38972002-07-03 Andrew Cagney <ac131313@redhat.com>
3898
3899 * valops.c (hand_function_call): Move declaration of retbuf to
3900 start of function, allocate using malloc, add a cleanup but before
3901 the inf_status cleanup, cleanup the buffer. Rename local variable
3902 old_chain to inf_status_cleanup.
3903
f436dd25
MH
39042002-07-03 Martin M. Hunt <hunt@redhat.com>
3905
3906 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3907
3908 * cli/cli-decode.c (cmd_func_p): New function.
3909 (cmd_func): New function.
3910
3911 * command.h: Add cmd_func() and cmd_func_p().
3912
4cfe2084
GS
39132002-07-03 Grace Sainsbury <graces@redhat.com>
3914
3915 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3916 (REGISTER_SIZE): Remove.
3917 (MAX_REGISTER_RAW_SIZE): Remove.
3918 (REGISTER_VIRTUAL_TYPE): Remove.
3919 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3920 (REGISTER_NAME): Remove.
3921 (USE_GENERIC_DUMMY_FRAMES): Remove.
3922 (CALL_DUMMY): Remove.
3923 (CALL_DUMMY_START_OFFSET): Remove.
3924 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3925 (CALL_DUMMY_LOCATION): Remove.
3926 (FIX_CALL_DUMMY): Remove.
3927 (CALL_DUMMY_ADDRESS): Remove.
3928 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3929 (SAVE_DUMMY_FRAME_TOS): Remove.
3930 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3931 (mcore_register_virtual_type): New function.
3932 (mcore_register_byte): New function.
3933 (mcore_register_size): New function.
3934 (mcore_register_name): New function.
3935 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3936 macros removed from tm-mcore.h.
3937 (mcore_dump_tdep): Add.
3938 (_initialize_mcore_tdep): Add gdbarch_register call.
3939
4fd667e9
MK
39402002-07-03 Mark Kettenis <kettenis@gnu.org>
3941
3942 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3943 frameless_look_for_prologue, such that we actually call this
3944 function.
3945
42f99ac2
JB
39462002-07-02 Joel Brobecker <brobecker@gnat.com>
3947
3948 * frame.h (frame_address_in_block): New function.
3949
3950 * blockframe.c (frame_address_in_block): New function extracted
3951 from get_frame_block().
3952 (get_frame_block): Use frame_address_in_block().
3953 (block_innermost_frame): Use frame_address_in_block() to match
3954 the frame pc address against the block boundaries rather than
3955 the frame pc directly. This prevents a failure when a frame pc
3956 is actually a return-address pointing immediately after the end
3957 of the given block.
3958
103a1597 39592002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3960
3961 * MAINTAINERS: Add self under write after approval.
3962
39632002-07-02 Grace Sainsbury <graces@redhat.com>
3964
103a1597
GS
3965 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3966 used in architecture vector. The default is
3967 m68k_local_breakpoint_from_pc.
3968 (m68k_local_breakpoint_from_pc): Add.
3969 (enum): Add register numbers from tm-m68k.h.
3970 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3971 vector.
3972 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3973 GDB_MULTI_ARCH_PARTIAL.
3974 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3975 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3976 m68k-tdep.c.
3977 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3978 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3979 to enum in m68k-tdep.c
3980
7a5a0534
JB
39812002-07-02 Joel Brobecker <brobecker@gnat.com>
3982
3983 * solib-osf.c (open_map): Compute the list of shared libraries
3984 loaded by the inferior, rather than the list of libraries loaded
3985 by GDB itself. Otherwise, GDB ends up reading the symbols from
3986 the wrong shared libraries...
3987
6f558d74
MK
39882002-07-02 Mark Kettenis <kettenis@gnu.org>
3989
b7d15bf7
MK
3990 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3991 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3992 macros.
3993 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3994 Remove functions.
3995 (FRAMELESS_SIGNAL): Remove function.
3996 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3997 i386_linux_saved_pc_after_call): Removed.
3998 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3999 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4000 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4001
6bff26de
MK
4002 * i386-tdep.c (i386_frameless_signal_p): New function.
4003 (i386_frame_chain): Deal with frameless signals.
4004 (i386_sigtramp_saved_sp): New function.
4005 (i386_frame_saved_pc): Deal with frameless signals.
4006 (i386_saved_pc_after_call): Make sure the correct value is
4007 returned just after entry into a sigtramp.
4008 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4009 i386fbsd4_sc_sp_offset): New variables.
4010 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4011 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4012 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4013 similiar to what we already did for sc_pc_offset.
4014 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4015 tdep->sc_sp_offset.
4016
6f558d74
MK
4017 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4018
145564b7
ML
40192002-07-02 Michal Ludvig <mludvig@suse.cz>
4020
4021 * config/i386/tm-x86-64linux.h: New.
4022 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4023 definitions.
4024 * config/i386/nm-x86-64.h: Rename to ...
4025 * config/i386/nm-x86-64linux.h: ... this one.
4026 * config/i386/x86-64linux.mh: Reflect the above change.
4027
3a1e71e3
MK
40282002-07-01 Mark Kettenis <kettenis@gnu.org>
4029
21d0e8a4
MK
4030 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4031 with sigcontext_addr. Add sc_sp_offset.
4032 (i386bsd_sigtramp_saved_pc): Remove prototype.
4033 (i386bsd_sicontext_addr): Add prototype.
4034 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4035 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4036 (i386_svr4_sigtramp_saved_pc): Removed.
4037 (i386_svr4_sigcontext_addr): New function.
4038 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4039 Initialize tdep->sigcontext_addr instead. Initialize
4040 tdep->sc_pc_offset and tdep->sc_sp_offset.
4041 (i386_gdbarch_init): Likewise.
4042 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4043 any more.
4044 (i386bsd_sigtramp_saved_pc): Remove function.
4045 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4046 Initialize tdep->sigcontext_addr instead. Initialize
4047 tdep->sc_pc_offset.
4048 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4049 of tdep->sigtramp_saved_pc.
4050 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4051 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4052 instead.
4053
3a1e71e3
MK
4054 * i386-tdep.c (i386_frameless_function_invocation,
4055 i386_frame_num_args, i386_frame_init_saved_regs,
4056 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4057 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4058 i386_extract_return_value, i386_store_return_value,
4059 i386_extract_struct_value_address, i386_register_virtual_type,
4060 i386_register_convertible, i386_register_convert_to_virtual,
4061 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4062 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4063 static.
4064
52e9098c
MK
40652002-07-01 Mark Kettenis <kettenis@gnu.org>
4066
77b13a25
MK
4067 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4068
52e9098c
MK
4069 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4070 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4071 this macro. Include "value.h".
4072
1b372fff
AS
40732002-06-30 Aidan Skinner <aidan@velvet.net>
4074
4075 * ada-exp.tab.c: remove as it's a generated file
4076 * ada-lex.c: remove as it's a generated file
4077
9c5045b5
MK
40782002-06-30 Mark Kettenis <kettenis@gnu.org>
4079
4a93c5bb
MK
4080 * config/i386/tm-i386.h (struct frame_info, struct
4081 frame_saved_regs, struct value, struct type): Remove forward
4082 declarations.
4083
322d4fe0
MK
4084 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4085 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4086 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4087 (FILL_FPXREGSET): Define.
4088
fdd8263d
MK
4089 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4090
482e577b
MK
4091 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4092 i[3456]86-*-netbsd* case.
4093 * config/i386/tm-obsd.h: Removed.
4094 * config/i386/obsd.mt: Removed.
4095 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4096 core-aout.o.
4097 (MH_CFLAGS): Add -DYYDEBUG=0.
4098
6916549a
MK
4099 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4100 i386nbsd_sc_pc_offset on OpenBSD too.
4101
9c5045b5
MK
4102 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4103 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4104 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4105 define.
4106 * i386bsd-tdep.c: Include "arch-utils.h".
4107 (i386bsd_aout_in_solib_call_trampoline): New function.
4108 (i386bsd_init_abi): Set in_solib_call_trampoline to
4109 i386bsd_aout_in_solib_call_trampoline.
4110 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4111 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4112
aa84d1bb
AC
41132002-06-28 Andrew Cagney <ac131313@redhat.com>
4114
4115 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4116 (struct obstack, struct bcache): Add opaque declarations.
4117 * Makefile.in (macrotab_h): Update
4118
b4d83933
AC
41192002-06-28 Andrew Cagney <ac131313@redhat.com>
4120
4121 * blockframe.c (generic_find_dummy_frame): Change return type to
4122 ``struct regcache''.
4123 (struct dummy_frame): Replace field ``registers'' with regcache, a
4124 struct regcache object.
4125 (generic_find_dummy_frame): Update.
4126 (generic_push_dummy_frame): Update. Use regcache_xfree,
4127 regcache_xmalloc and regcache_cpy.
4128 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4129 regcache_xfree.
4130 (deprecated_generic_find_dummy_frame): Update.
4131 (generic_read_register_dummy): Update. Use
4132 regcache_read_as_address.
4133 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4134 (generic_get_saved_register): Update. Use regcache_read.
4135
08c0b5bc
AC
41362002-06-28 Andrew Cagney <ac131313@redhat.com>
4137
4138 * Makefile.in (objfiles_h): Add $(bcache_h).
4139 * objfiles.h: Include "bcache.h".
4140
4141 * Makefile.in (symtab_h): Remove $(bcache_h).
4142 * symtab.h: Do not include "bcache.h".
4143
1f89801a
AC
41442002-06-28 Andrew Cagney <ac131313@redhat.com>
4145
4146 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4147 generic_func_frame_chain_valid.
4148
b9644b58
DB
41492002-06-28 David O'Brien <obrien@FreeBSD.org>
4150
4151 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4152 * config/i386/tm-fbsd.h: Likewise.
4153
dd486634
AC
41542002-06-28 Andrew Cagney <ac131313@redhat.com>
4155
4156 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4157 generic_unwind_get_saved_register.
4158
0b434a00
AC
41592002-06-27 Andrew Cagney <ac131313@redhat.com>
4160
4161 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4162 * regcache.c (supply_register): Add missing argument to
4163 register_buffer call.
4164
f30e5a77
AC
41652002-06-27 Andrew Cagney <ac131313@redhat.com>
4166
4167 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4168 Solaris /bin/grep does not not like it. From Peter Schauer.
4169
9f064c95
TT
41702002-06-26 Tom Tromey <tromey@redhat.com>
4171
4172 * command.h (add_setshow_cmd): Declare.
4173 (add_setshow_cmd_full): Declare.
4174 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4175 returns void. Use add_setshow_cmd_full.
4176 (add_setshow_cmd_full): New function.
4177 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4178 (add_setshow_boolean_cmd): Likewise.
4179
099c7589
JT
41802002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4181
4182 * config/vax/tm-vax.h: Protect from multiple inclusion.
4183 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4184 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4185 * config/vax/tm-vaxbsd.h: ...here. New file.
4186 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4187
1d049c5e
JT
41882002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4189
4190 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4191 (BELIEVE_PCC_PROMOTION): Remove.
4192 (AP_REGNUM): Move to...
4193 * config/vax/nm-vax.h: ...here.
4194 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4195 (vax_breakpoint_from_pc): New function.
4196 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4197 and gdbarch_believe_pcc_promotion.
4198
4791e091
JT
41992002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4200
4201 * Makefile.in (vax_tdep_h): Define.
4202 (vax-tdep.o): Use $(vax_tdep_h).
4203 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4204 (vax_dump_tdep): New function.
4205 (_initialize_vax_tdep): Register vax_dump_tdep.
4206 * vax-tdep.h: Include osabi.h.
4207 (struct gdbarch_tdep): New.
4208
da130f98
AC
42092002-06-26 Andrew Cagney <cagney@redhat.com>
4210
4211 * frame.h (deprecated_generic_find_dummy_frame): Rename
4212 generic_find_dummy_frame.
4213 * blockframe.c (generic_find_dummy_frame): Make static.
4214 (deprecated_generic_find_dummy_frame): New function.
4215 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4216 generic_find_dummy_frame with deprecated_find_dummy_frame.
4217 (sh64_nofp_frame_init_saved_regs): Ditto.
4218 (sh_fp_frame_init_saved_regs): Ditto.
4219 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4220 (s390_frame_chain): Ditto.
4221 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4222
6300c360
GS
42232002-06-26 Grace Sainsbury <graces@redhat.com>
4224
4225 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4226 gdbarch vector are at the top.
4227 (NUM_REGS): Remove.
4228 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4229 (FRAME_ARGS_ADDRESS): Remove.
4230 (FRAME_LOCALS_ADDRESS): Remove.
4231 (FRAME_NUM_ARGS): Remove.
4232 (FRAME_ARGS_SKIP): Remove.
4233 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4234 (m68k_gdbarch_init): Add gdbarch initializations for macros
4235 undefined in tm-m68k.h
4236
1c617db8
GS
42372002-06-26 Grace Sainsbury <graces@redhat.com>
4238
4239 * monitor.h: Add the function regname to monitor_ops
4240 structure. This way NUM_REGS does not have to be a constant.
4241 * monitor.c (monitor_fetch_register): Added support for regname
4242 function. The function is called if the array regnames is NULL.
4243 (monitor_store_register): Same.
da130f98
AC
4244 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4245 regnames array.
1c617db8
GS
4246 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4247 cpu32bug_cmds.regname to point to new function.
4248 * abug-rom.c (abug_regname): Same as above.
4249 (init_abug_cmds): Same.
4250 * dbug-rom.c (dbug_regname): Same as above.
4251 (init_dbug_cmds): Same.
4252 * remote-est.c (est_regname): Same.
4253 (init_est_cmds): Same.
4254 * rom68k-rom.c (rom68k_regname): Same.
4255 (init_rom68k_cmds): Same.
4256
ea9365bb
TT
42572002-06-25 Tom Tromey <tromey@redhat.com>
4258
4259 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4260
72cec141
AC
42612002-06-25 Andrew Cagney <cagney@redhat.com>
4262
4263 * infrun.c (stop_registers): Change variable's type to ``struct
4264 regcache'''.
4265 (xmalloc_inferior_status): Delete function.
4266 (free_inferior_status): Delete function.
4267 (normal_stop): Use regcache_cpy.
4268 (struct inferior_status): Change type of fields ``stop_registers''
4269 and ``registers'' to ``struct regcache''.
4270 (write_inferior_status_register): Use regcache_write.
4271 (save_inferior_status): Instead of calling
4272 xmalloc_inferior_status, allocate the inf_status buffer directly.
4273 Use regcache_dup_no_passthrough and regcache_dup to save the
4274 buffers.
4275 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4276 Replace the stop_registers regcache instead of overriding it. Use
4277 regcache_xfree. Instead of calling free_inferior_status, xfree
4278 the buffer directly.
4279 (discard_inferior_status): Use regcache_xfree. Instead of calling
4280 free_inferior_status, xfree the buffer directly.
4281 (build_infrun): Use regcache_xmalloc.
4282 (_initialize_infrun): Delete redundant call to build_infrun.
4283
4284 * Makefile.in (infcmd.o): Add $(regcache_h).
4285
4286 * infcmd.c: Include "regcache.h".
4287 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4288 obtain the address of `stop_registers' register buffer.
4289 (print_return_value): Ditto.
4290
4291 * inferior.h (struct regcache): Add opaque declaration.
4292 (stop_registers): Change variable's declared type to ``struct
4293 regcache''.
4294
defc6f8c
TT
42952002-06-24 Tom Tromey <tromey@redhat.com>
4296
c0e624e7
TT
4297 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4298 * target.c (initialize_targets): Fixed typo in
4299 trust-readonly-sections `show' documentation.
4300
defc6f8c
TT
4301 * main.c: Marked all strings with _().
4302
2b236d82
DH
43032002-06-24 Don Howard <dhoward@redhat.com>
4304
4305 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4306 that means max CORE_ADDR+1.
4307 (lookup_mem_region): Ditto.
4308 (mem_info_command): Ditto.
4309
942dc0e9
GS
43102002-06-24 Grace Sainsbury <graces@redhat.com>
4311
4312 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4313 (REGISTER_BYTES_OK): Remove.
4314 (REGISTER_BYTES): Remove.
4315 (STORE_STRUCT_RETURN): Remove.
4316 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4317 (STORE_RETURN_VALUE): Remove.
4318 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4319 (FRAME_CHAIN): Remove.
4320 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4321 (FRAME_SAVED_PC): Remove.
4322 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4323 (m68k_store_struct_return): Add.
4324 (m68k_deprecated_extract_return_value): Add.
4325 (m68k_deprecated_extract_struct_value_address): Add.
4326 (m68k_store_return_value): Add.
4327 (m68k_frame_chain): Add.
4328 (m68k_frameless_function_invocation): Add.
4329 (m68k_frame_saved_pc): Add.
4330 (m68k_gdbarch_init): added set_gdbarch calls for new
4331 functions and deleted macros.
4332
03c30d4d
TT
43332002-06-23 Tom Tromey <tromey@redhat.com>
4334
4335 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4336 (ALLDEPFILES): Likewise.
4337 (udiheaders): Removed.
4338 (udip2soc.o): Likewise.
4339 (udi2go32.o): Likewise.
4340 (udr.o): Likewise.
4341 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4342
37e71372
AC
43432002-06-22 Andrew Cagney <ac131313@redhat.com>
4344
06a6ac57
AC
4345 * infrun.c (_initialize_infrun): Delete unnecessary call to
4346 build_infrun.
4347
37e71372
AC
4348 * regcache.h: Update comments describing the regcache_cpy family
4349 of functions.
4350 (regcache_save, regcache_restore): Delete declaration.
4351 (regcache_save_no_passthrough): Delete declaration.
4352 (regcache_restore_no_passthrough): Delete declaration.
4353 * regcache.c (regcache_save): Delete function.
4354 (regcache_save_no_passthrough): Delete function.
4355 (regcache_restore): Delete function.
4356 (regcache_restore_no_passthrough): Delete function.
4357
78f6d055
AC
43582002-06-21 Andrew Cagney <ac131313@redhat.com>
4359
4360 * config/m68k/tm-m68k.h: Fix typo.
4361 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4362 (m68k_frame_init_saved_regs): Declare.
4363
78b119cb
JB
43642002-06-21 Jim Blandy <jimb@redhat.com>
4365
4366 Remove some vestiges of Harris 88k support.
4367 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4368 register numbering quirk.
4369 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4370 odd symbols occurring in Harris 88k ELF targets.
4371
0fbb3da7
TT
43722002-06-21 Tom Tromey <tromey@redhat.com>
4373
4374 * gdb_locale.h: New file.
4375 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4376 (defs_h): Added gdb_locale.h.
4377 * configure, config.in: Rebuilt.
4378 * configure.in (PACKAGE): Define.
4379 * defs.h: Include gdb_locale.h.
4380 * main.c (captured_main): Call setlocale, bindtextdomain,
4381 textdomain.
4382
456f8b9d
DB
43832002-06-21 Dave Brolley <brolley@redhat.com>
4384
4385 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4386 * config/frv/frv.mt: New file.
4387 * config/frv/tm-frv.h: New file.
4388 * configure.tgt: Support frv-*-*.
4389 * Makefile.in (frv-tdep.o): New target.
4390 * frv-tdep.c: New file.
4391 * NEWS: Mention frv.
4392
cdd463f9
DB
43932002-06-21 Dave Brolley <brolley@redhat.com>
4394
4395 * MAINTAINERS: Add self to "Write After Approval" list.
4396
5d3ed2e3
GS
43972002-06-21 Grace Sainsbury <graces@redhat.com>
4398
4399 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4400 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4401 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4402 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4403 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4404
4405 * m68k-tdep.c: Include arch-utils.h
4406 (m68k_register_raw_size): Add.
4407 (m68k_register_virtual_size): Add.
4408 (m68k_register_virtual_type): Add.
4409 (m68k_register_name): Add.
4410 (m68k_stack_align): Add.
4411 (m68k_register_byte): Add.
4412 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4413 tm-m68k.h.
4414
7f8e7424
GS
44152002-06-21 Grace Sainsbury <graces@redhat.com>
4416
a2c6a6d5 4417 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4418 m68k_find_saved_regs.
4419 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4420 references to it with frame->saved_regs.
7f8e7424
GS
4421 (m68k_gdbarch_init): Added function calls to initialize the
4422 gdbarch structure.
a2c6a6d5
GS
4423 (m68k_fix_call_dummy): Add.
4424 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4425 (CALL_DUMMY): Remove.
4426 (CALL_DUMMY_LENGTH): Remove.
4427 (CALL_DUMMY_START_OFFSET): Remove.
4428 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4429 (FIX_CALL_DUMMY): Remove.
4430 (PUSH_DUMMY_FRAME): Remove.
4431 (POP_FRAME): Remove.
7f8e7424 4432
f461f5cf
PM
44332002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4434
4435 * parse.c (parse_fprintf): New function used to avoid calls to
4436 fprintf in bison parser generated debug code.
4437 * parser-defs.h: Declaration of new parse_fprintf function.
4438 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4439 Set YYDEBUG to 1 by default.
4440 Set YYFPRINTF as parse_fprintf.
4441
7f0c12ed
ML
44422002-06-21 Michal Ludvig <mludvig@suse.cz>
4443
4444 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4445 encoding anymore.
4446 (pointer_encoding, enum ptr_encoding): New.
4447 (execute_cfa_program): Take care about pointer encoding.
4448 (dwarf2_build_frame_info): Only call parse_frame_info for
4449 .debug_frame and .eh_frame.
4450 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4451 fixed augmentation handling, added relative addressing,
4452 ignore duplicate FDEs. Added comments.
19d833a2 4453 * dwarf2cfi.c: Reindented.
7f0c12ed 4454
87c4a039
EZ
44552002-06-20 Elena Zannoni <ezannoni@redhat.com>
4456
4457 * event-top.c (command_handler): Don't use space_at_cmd_start
4458 unless there is sbrk() on the host. Assign time and space data
4459 to union fields of the appropriate length.
4460
1cf877ad
ML
44612002-06-20 Michal Ludvig <mludvig@suse.cz>
4462
4463 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4464 x86_64_register_name. Return type changed to 'const char *'.
4465 (x86_64_register_name2nr): Rename to x86_64_register_number.
4466 (x86_64_gdbarch_init): Update to reflect the change.
4467 * x86-64-tdep.h: Ditto.
4468 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4469 (supply_fpregset): Ditto.
4470
3fadccb3
AC
44712002-06-19 Andrew Cagney <cagney@redhat.com>
4472
4473 * regcache.h: Update copyright.
4474 (struct regcache, struct gdbarch): Add opaque declarations.
4475 (current_regcache): Declare global variable.
4476 (regcache_read, regcache_write): Add gdbarch parameter.
4477 (regcache_save, regcache_save_no_passthrough)
4478 (regcache_restore, regcache_restore_no_passthrough)
4479 (regcache_dup, regcache_dup_no_passthrough)
4480 (regcache_cpy, regcache_cpy_no_passthrough)
4481 (deprecated_grub_regcache_for_registers)
4482 (deprecated_grub_regcache_for_register_valid)
4483 (regcache_valid_p): Add function declarations.
4484
4485 * regcache.c: Update copyright.
4486 (regcache_descr_handle): New global variable.
4487 (struct regcache_descr): Define.
4488 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4489 (regcache_descr, xfree_regcache_descr): New functions.
4490 (struct regcache): Define.
4491 (regcache_xmalloc, regcache_xfree): New functions.
4492 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4493 (regcache_dup, regcache_dup_no_passthrough): New functions.
4494 (regcache_valid_p, regcache_read_as_address): New functions.
4495 (deprecated_grub_regcache_for_registers): New function.
4496 (deprecated_grub_regcache_for_register_valid): New function.
4497 (current_regcache): New global variable.
4498 (register_buffer): Add regcache parameter. Update calls.
4499 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4500 (read_register_gen, write_register_gen): Update register_buffer
4501 call. Test for legacy_p instead of gdbarch_register_read_p or
4502 gdbarch_register_write_p.
4503 (regcache_collect): Update register_buffer call.
4504 (build_regcache): Rewrite. Use deprecated grub functions.
4505 (regcache_save, regcache_save_no_passthrough): New functions.
4506 (regcache_restore, regcache_restore_no_passthrough): New
4507 functions.
4508 (_initialize_regcache): Create the regcache_data_handle. Swap
4509 current_regcache global variable.
4510
4511 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4512 parameter to regcache_read and regcache_write calls.
4513 (sh4_register_read): Ditto.
4514 (sh64_pseudo_register_read): Ditto.
4515 (sh64_register_read): Ditto.
4516 (sh_pseudo_register_write): Ditto.
4517 (sh4_register_write): Ditto.
4518 (sh64_pseudo_register_write): Ditto.
4519 (sh64_register_write): Ditto.
4520
4521 * defs.h (XCALLOC): Define.
4522
152d9db6
GS
45232002-06-19 Grace Sainsbury <graces@redhat.com>
4524
4525 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4526 * m68k-tdep.c (m68k_gdbarch_init): Added.
4527 (m68k_dump_tdep): Added.
4528
170911c7
DJ
45292002-06-19 Daniel Jacobowitz <drow@mvista.com>
4530
4531 * ada-lang.c (fill_in_ada_prototype): Update comment.
4532
2e4ebe70
DJ
45332002-06-19 Daniel Jacobowitz <drow@mvista.com>
4534
4535 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4536 MIPS_ABI_LAST.
4537 (mips_abi_string, mips_abi_strings): New.
4538 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4539 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4540 tdep->mips_abi_string. Honor mips_abi_string. Default to
4541 O32 if no ABI is found.
4542 (mips_dump_tdep): Use mips_abi_strings.
4543 (mips_abi_update): New function.
4544 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4545 ``set mips abi'' and ``show mips abi''. Check the size of
4546 mips_abi_strings.
4547
16775908
AC
45482002-06-19 Andrew Cagney <cagney@redhat.com>
4549
4550 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4551 constant.
4552
5051bfa4 45532002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4554
5051bfa4
JB
4555 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4556 current frame using only the first stack size adjustment. All
4557 subsequent size adjustments are not considered to be part of
4558 the "static" part of the current frame.
4559 Compute the address of the saved registers relative to the
4560 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4561 in use in this frame.
4562
56468235
DH
45632002-06-18 Don Howard <dhoward@redhat.com>
4564
4565 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4566 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4567 suggesting this solution.
4568
0b624158
AC
45692002-06-18 Andrew Cagney <ac131313@redhat.com>
4570
4571 * config/romp/xm-rtbsd.h: Delete file.
4572 * config/romp/rtbsd.mh: Delete file.
4573
221ea385
KS
45742002-06-18 Keith Seitz <keiths@redhat.com>
4575
4576 * breakpoint.c (condition_command): Post breakpoint_modify
4577 when a condition is added to an existing breakpoint.
4578 (commands_command): Likewise for commands.
4579 (set_ignore_count): Likewise for ignore counts.
4580 If no tty, do not simply return, still need to send event
4581 notification.
4582 (ignore_command): Only print a newline if the command came
4583 from a tty.
4584 Don't call breakpoints_changed, since this is now properly
4585 handled by set_ignore_count.
4586
5402eed1
AC
45872002-06-18 Andrew Cagney <cagney@redhat.com>
4588
4589 * MAINTAINERS: Note that cris-elf target can be compiled with
4590 -Werror.
4591 * cris-tdep.c (cris_register_name): Make return type constant.
4592 (cris_breakpoint_from_pc): Ditto.
4593
cc22880b
ML
45942002-06-18 Michal Ludvig <mludvig@suse.cz>
4595
4596 * frame.h (struct frame_info): Change type of context to
4597 'struct context'.
4598
fa88f677
AC
45992002-06-17 Andrew Cagney <cagney@redhat.com>
4600
4601 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4602 pointer.
4603 * gdbarch.h, gdbarch.c: Regenerate.
4604 * config/mips/tm-mips.h (mips_register_name): Update.
4605 * i386-tdep.h (i386_register_name): Update.
4606 * mips-tdep.c (mips_register_name): Update
4607 * alpha-tdep.c (alpha_register_name): Update.
4608 * arch-utils.c (legacy_register_name): Update.
4609 * arch-utils.h (legacy_register_name): Update.
4610 * avr-tdep.c (avr_register_name): Update.
4611 * ia64-tdep.c (ia64_register_name): Update.
4612 * i386-tdep.c (i386_register_name): Update.
4613 * sparc-tdep.c (sparc32_register_name): Update.
4614 (sparc64_register_name): Update.
4615 (sparclite_register_name): Update.
4616 (sparclet_register_name): Update.
4617 * sh-tdep.c (sh_generic_register_name): Update.
4618 (sh_sh_register_name): Update.
4619 (sh_sh3_register_name): Update.
4620 (sh_sh3e_register_name): Update.
4621 (sh_sh_dsp_register_name): Update.
4622 (sh_sh3_dsp_register_name): Update.
4623 (sh_sh4_register_name): Update.
4624 (sh_sh64_register_name): Update.
4625 * s390-tdep.c (s390_register_name): Update.
4626 * rs6000-tdep.c (rs6000_register_name): Update.
4627 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4628 (ns32k_register_name_32382): Update.
4629 * d10v-tdep.c (d10v_ts2_register_name): Update.
4630 (d10v_ts3_register_name): Update.
4631 * xstormy16-tdep.c (xstormy16_register_name): Update.
4632 * vax-tdep.c (vax_register_name): Update.
4633 * v850-tdep.c (v850_register_name): Update.
4634 * m68hc11-tdep.c (m68hc11_register_name): Update.
4635 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4636 (am33_register_name): Update.
4637
ea1e7ef6
GS
46382002-06-17 Grace Sainsbury <graces@redhat.com>
4639
4640 * m68k-tdep.c: Reindented.
4641
9b02dd1b
AC
46422002-06-17 Andrew Cagney <ac131313@redhat.com>
4643
4644 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4645 list of predefined types.
4646
8758dec1
MK
46472002-06-16 Mark Kettenis <kettenis@gnu.org>
4648
b6197528
MK
4649 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4650 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4651 REGISTER_CONVERT_TO_RAW): Remove defines.
4652 (i386_register_virtual_type, i386_register_convertible,
4653 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4654 Remove prototypes.
4655 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4656 macros mentioned above.
4657
82b47e62
MK
4658 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4659 (i386lynx_saved_pc_after_call): Remove prototype.
4660 * i386ly-tdep.c: Include "i386-tdep.h".
4661 (i386lynx_saved_pc_after_call): Make static. Use
4662 read_memory_nobpt instead of read_memory. Use
4663 read_memory_unsigned_integer instead of read_memory_integer.
4664 (i386lynx_init_abi): New function.
4665 (i386lynx_coff_osabi_sniffer): New function.
4666 (_initialize_i386bsd_tdep): New function.
4667
8758dec1
MK
4668 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4669 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4670 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4671 (i386_fix_call_dummy): Remove prototype.
4672 * i386-tdep.c (i386_call_dummy_words): New variable.
4673 (i386_gdbarch_init): Adjust for removal of the
4674 macros mentioned above.
4675
e9e68a56
AC
46762002-06-15 Andrew Cagney <ac131313@redhat.com>
4677
4678 * command.h (add_setshow_auto_boolean_cmd): Replace
4679 add_set_auto_boolean_cmd.
4680 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4681 add_set_auto_boolean_cmd.
4682 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4683 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4684 mask-address'' command.
4685 (show_mask_address): Add cmd parameter.
4686 * remote.c (add_packet_config_cmd): Update. Change type of
4687 set_func and show_func to cmd_sfunc_ftype.
4688 (_initialize_remote): Update `set remote Z-packet'
4689 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4690 (show_remote_protocol_e_packet_cmd): Ditto.
4691 (show_remote_protocol_E_packet_cmd): Ditto.
4692 (show_remote_protocol_P_packet_cmd): Ditto.
4693 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4694 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4695 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4696 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4697 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4698 (show_remote_protocol_Z_packet_cmd): Ditto.
4699 (show_remote_protocol_binary_download_cmd): Ditto.
4700 (show_remote_cmd): Pass NULL to all of above.
4701
fc08ec52
MK
47022002-06-15 Mark Kettenis <kettenis@gnu.org>
4703
4704 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4705 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4706 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4707 POP_FRAME): Remove defines.
4708 (i386_push_arguments, i386_store_struct_return,
4709 i386_extract_return_value, i386_store_return_value,
4710 i386_extract_struct_value_address, i386_push_dummy_frame,
4711 i386_pop_frame): Renove prototypes.
4712 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4713 macros mentioned above.
4714
e707bbc2
AC
47152002-06-15 Andrew Cagney <ac131313@redhat.com>
4716
4717 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4718 add_set_boolean_cmd.
4719 (add_setshow_cmd): New function.
4720 * command.h (add_setshow_boolean_cmd): Replace
4721 add_set_boolean_cmd.
4722 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4723 and ``set rdiromatzero''.
4724 * maint.c (_initialize_maint_cmds): Update commented out code.
4725 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4726 * target.c (initialize_targets): Update `set
4727 trust-readonly-sections'.
4728 * remote.c (_initialize_remote): Update `set remotebreak'.
4729
42fdc8df
MK
47302002-06-15 Mark Kettenis <kettenis@gnu.org>
4731
93924b6b
MK
4732 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4733 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4734 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4735 fit into multi-arch framework.
4736 (i386_breakpoint_from_pc): New function.
4737 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4738 above.
4739
42fdc8df
MK
4740 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4741 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4742 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4743 (i386_frameless_function_invocation, i386_frame_num_args,
4744 i386_frame_init_saved_regs): Remove prototypes.
4745 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4746 macros mentioned above.
4747
9773a94b
AC
47482002-06-15 Andrew Cagney <ac131313@redhat.com>
4749
4750 * cli/cli-decode.c (set_cmd_cfunc): Update.
4751 (set_cmd_sfunc): Update.
4752 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4753 (set_cmd_sfunc, set_cmd_cfunc): Update.
4754 * cli/cli-decode.h: Update.
4755
6e157172
MK
47562002-06-15 Mark Kettenis <kettenis@gnu.org>
4757
4758 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4759 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4760
7f19b9a2
AC
47612002-06-15 Andrew Cagney <ac131313@redhat.com>
4762
4763 * defs.h (auto_boolean): Declare enum.
4764 * command.h (cmd_auto_boolean): Delete enum.
4765 * mips-tdep.c (mask_address_var): Update.
4766 (mips_mask_address_p): Update.
4767 (show_mask_address): Update.
4768 * remote.c (struct packet_config): Update.
4769 (update_packet_config): Update.
4770 (show_packet_config_cmd): Update.
4771 (packet_ok): Update.
4772 (add_packet_config_cmd): Update.
4773 (_initialize_remote):
4774 * command.h: Update.
4775 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4776 (do_setshow_command): Update.
4777 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4778 * cli/cli-decode.h: Update.
4779
1cf88de5
MK
47802002-06-15 Mark Kettenis <kettenis@gnu.org>
4781
22ba8cf2
MK
4782 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4783 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4784 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4785 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4786 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4787 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4788
762c5349
MK
4789 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4790 list of DJGPP COFF targets.
4791
091198bb
MK
4792 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4793 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4794 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4795 (FP0_REGNUM): Remove define.
4796 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4797 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4798 (i386_register_virtual_size): Remove protoype.
4799 * i386-tdep.c (i386_register_virtual_size): Removed.
4800 (i386_extract_return_value, i386_store_return_value): Use
4801 FP0_REGNUM instead of NUM_FREGS to determine whether the
4802 floating-point registers are available.
4803 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4804 Adjust for removal of macros mentioned above.
4805
48062002-06-15 Mark Kettenis <kettenis@gnu.org>
4807
fcc9bf01
MK
4808 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4809 comments.
4810 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4811 Remove prototypes.
4812 (supply_gregset, fill_gregset): Remove use of register keyword and
4813 remove declaration for regmap. Use I386_NUM_GREGS instead of
4814 NUM_REGS and NUM_FREGS.
4815 (FPREGSET_FSAVE_OFFSET): Remove.
4816 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4817 NUM_FREGS to determine whether the floating-point registers are
4818 available.
4819
65e78234
MK
4820 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4821 gnu_store_registers): Replace usage of NUM_GREGS with
4822 I386_NUM_GREGS.
4823
98df6387
MK
4824 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4825 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4826 usage of NUM_GREGS with I386_NUM_GREGS.
4827
099a9414
MK
4828 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4829
57976e88
MK
4830 * i386bsd-nat.c: Include "i386-tdep.h".
4831 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4832 I386_NUM_GREGS.
4833
b335f4a6
MK
4834 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4835 and associated comment. They no longer make any sense, since we
4836 don't use this file anymore on Linux.
4837
1cf88de5
MK
4838 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4839 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4840 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4841 elements in these arrays.
4842 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4843 MAX_NUM_REGS.
4844
daa66587
MK
48452002-06-15 Mark Kettenis <kettenis@gnu.org>
4846
4847 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4848 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4849
26e9b323
AC
48502002-06-14 Andrew Cagney <cagney@redhat.com>
4851
4852 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4853 EXTRACT_RETURN_VALUE.
4854 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4855 EXTRACT_STRUCT_VALUE_ADDRESS.
4856 * gdbarch.h, gdbarch.c: Regenerate.
4857
4858 * values.c (value_being_returned): Handle
4859 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4860 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4861
4862 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4863 * arm-tdep.c (arm_gdbarch_init): Update.
4864 * avr-tdep.c (avr_gdbarch_init): Update.
4865 * cris-tdep.c (cris_gdbarch_init): Update.
4866 * d10v-tdep.c (d10v_gdbarch_init): Update.
4867 * ia64-tdep.c (ia64_gdbarch_init): Update.
4868 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4869 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4870 * s390-tdep.c (s390_gdbarch_init): Update.
4871 * sh-tdep.c (sh_gdbarch_init): Update.
4872 * s390-tdep.c (s390_gdbarch_init): Update.
4873 * sparc-tdep.c (sparc_gdbarch_init): Update.
4874 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4875 * v850-tdep.c (v850_gdbarch_init): Update.
4876 * vax-tdep.c (vax_gdbarch_init): Update.
4877 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4878 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4879
4880 * config/arc/tm-arc.h: Update.
4881 * config/d30v/tm-d30v.h: Update.
4882 * config/fr30/tm-fr30.h: Update.
4883 * config/h8300/tm-h8300.h: Update.
4884 * config/h8500/tm-h8500.h: Update.
4885 * config/i386/tm-i386.h: Update.
4886 * config/i386/tm-ptx.h: Update.
4887 * config/i386/tm-symmetry.h: Update.
4888 * config/i960/tm-i960.h: Update.
4889 * config/m32r/tm-m32r.h: Update.
4890 * config/m68k/tm-delta68.h: Update.
4891 * config/m68k/tm-linux.h: Update.
4892 * config/m68k/tm-m68k.h: Update.
4893 * config/m88k/tm-m88k.h: Update.
4894 * config/mcore/tm-mcore.h: Update.
4895 * config/mips/tm-mips.h: Update.
4896 * config/mn10200/tm-mn10200.h: Update.
4897 * config/pa/tm-hppa.h: Update.
4898 * config/pa/tm-hppa64.h: Update.
4899 * config/sparc/tm-sp64.h: Update.
4900 * config/sparc/tm-sparc.h: Update.
4901 * config/sparc/tm-sparclet.h: Update.
4902 * config/z8k/tm-z8k.h: Update.
4903
5179e78f
AC
49042002-06-14 Andrew Cagney <cagney@redhat.com>
4905
4906 * Makefile.in (i386_linux_tdep_h): Define.
4907 (i386_tdep_h, i387_tdep_h): Define.
4908 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4909 $(i386_tdep_h) and $(i387_tdep_h).
4910 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4911
8201327c
MK
49122002-06-14 Mark Kettenis <kettenis@gnu.org>
4913
edf393ac
MK
4914 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4915 Already covered by the default.
4916
896fb97d
MK
4917 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4918 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4919 (i386_gdbarch_init): Initialize long_double_format and long_double
4920 bit.
4921
8201327c
MK
4922 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4923 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4924 Move these to ...
4925 * config/i386/i386sol2.mh: ... here.
4926 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4927 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4928 (SIGCONTEXT_PC_OFFSET): Remove define.
4929 (IN_SIGTRAMP): Remove define.
4930 * i386-sol2-tdep.c: New file.
4931
4932 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4933 * config/i386/tm-i386nw.h: Removed.
4934
4935 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4936 USE_STRUCT_CONVENTION): Remove defines.
4937 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4938 (get_longjmp_target): Remove prototype.
4939 (IN_SIGTRAMP): Remove define.
4940 (i386bsd_in_sigtramp): Remove prototype.
4941 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4942 function. Update comment accordingly
4943 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4944 (FRAME_SAVED_PC): Remove define.
4945 (i386bsd_frame_saved_pc): Remove prototype.
4946 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4947 GET_LONGJMP_TARGET): Remove defines.
4948 (get_longjmp_target): Remove prototype.
4949 (IN_SIGTRAMP): Remove define.
4950 (i386bsd_in_sigtramp): Remove prototype.
4951 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4952 function. Update comment accordingly
4953 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4954 (FRAME_SAVED_PC): Remove define.
4955 (i386bsd_frame_saved_pc): Remove prototype.
4956 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4957 Remove prototype.
4958 (USE_STRUCT_CONVENTION): Remove prototype.
4959 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4960 declaration.
4961 (_initialize_i386bsd_nat): Revise logic to determine some
4962 constants at compile time when compiling a native GDB. Warn if
4963 things don't match up with what we expect.
4964 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4965 Remove variables.
4966 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4967 to use date stored in `struct gdbarch_tdep'.
4968 (i386bsd_sigcontext_offset): Remove varaible.
4969 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4970 stored in `struct gdbarch_tdep'.
4971 (i386bsd_frame_saved_pc): Make static.
4972 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4973 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4974 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4975 i386fbsd4_sc_pc_offset): New variables.
4976 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4977 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4978 functions.
4979 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4980 functions.
4981 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4982 Modify the value of i386fbsd_sigtramp_start and
4983 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4984 i386fbsd_sigtramp_end.
4985 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4986 function.
4987
4988 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4989 define to i386-linux-tdep.h.
4990 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4991 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4992 defines.
4993 (i386_linux_register_name, i386_linux_register_byte,
4994 i386_linux_register_raw_size): Remove prototypes.
4995 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4996 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4997 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4998 TARGET_WRITE_PC): Remove defines.
4999 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5000 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5001 i386_linux_write_pc): Remove prototypes.
5002 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5003 (get_longjmp_target): Remove prototype.
5004 * i386-linux-tdep.h: New file.
5005 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5006 * i386-linux-tdep.c: Include "i386-tdep.h" and
5007 "i386-linux-tdep.h".
5008 (i386_linux_register_name, i386_linux_register_byte,
5009 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5010 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5011 Make static.
5012 (i386_linux_init_abi): New function.
5013 (_initialize_i386_linux_tdep): New function.
5014
5015 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5016 (i386_saved_pc_after_call): Remove prototype.
5017 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5018 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5019 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5020 (i386_register_name, i386_stab_reg_to_regnum,
5021 i386_dwarf_reg_to_regnum): Remove prototypes.
5022 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5023 SIZEOF_SSE_REGS): Remove defines.
5024 (REGISTER_BYTES): Remove define.
5025 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5026 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5027 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5028 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5029 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5030 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5031 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5032 (get_longjmp_target): Remove prototype.
5033 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5034 (sigtramp_saved_pc): Remove define.
5035 (i386v4_sigtramp_saved_pc): Remove prototype.
5036 * config/i386/tm-go32.h (FRAME_CHAIN,
5037 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5038 (i386go32_frame_saved_pc): Remove prototype.
5039 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5040 (get_longjmp_target): Remove prototype.
5041 * i386-tdep.h: Include "osabi.h".
5042 (enum i386_abi): Removed.
5043 (enum struct_return): New enum.
5044 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5045 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5046 sc_pc_offset members.
5047 (i386_gdbarch_register_os_abi): Remove prototype.
5048 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5049 I386_SSE_NUM_REGS): New defines.
5050 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5051 I386_SSE_SIZEOF_REGS): New defines.
5052 (i386_register_name, i386_register_byte, i386_register_raw_size):
5053 New prototypes.
5054 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5055 (i386bsd_sigtramp_saved_pc): New prototype.
5056 * i386-tdep.c: Don't include "elf-bfd.h".
5057 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5058 i386_frame_chain, i386_saved_pc_after_call): Make static.
5059 (i386_frame_saved_pc): Rewrite to call architecture dependent
5060 function to deal with signal handlers. Make static.
5061 (i386go32_frame_saved_pc): Removed.
5062 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5063 Removed.
5064 (i386_get_longjmp_target): New function.
5065 (default_struct_convention, pcc_struct_convention,
5066 reg_struct_convention, valid_conventions, struct_convention): New
5067 variables.
5068 (i386_use_struct_convention): New function.
5069 (i386v4_sigtramp_saved_pc): Renamed to
5070 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5071 (i386_pc_in_sigtramp): New function.
5072 (i386_abi_names): Removed.
5073 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5074 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5075 Removed.
5076 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5077 i386_gdbarch_register_os_abi): Removed.
5078 (struct i386_abi_handler): Removed.
5079 (i386_abi_handler_list): Removed.
5080 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5081 functions.
5082 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5083 i386_nw_init_abi): New functions.
5084 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5085 Use set_gdbarch_xxx() calls instead of relying on macros for a
5086 number of calls.
5087 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5088 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5089 Register the various architecture variants defined in this file.
5090
ad2f7632
DJ
50912002-06-14 Daniel Jacobowitz <drow@mvista.com>
5092
5093 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5094 (struct main_type): Remove arg_types member. Update comments for
5095 struct field.
5096 (TYPE_ARG_TYPES): Remove.
5097 (TYPE_FN_FIELD_ARGS): Update.
5098 (smash_to_method_type): Update prototype.
5099
5100 * c-typeprint.c (cp_type_print_method_args): Take method type
5101 instead of argument list. Use new argument layout. Simplify.
5102 (c_type_print_args): Use new argument layout. Simplify.
5103 (c_type_print_base): Update call to cp_type_print_method_args.
5104 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5105 argument; use die->type instead. Update call to
5106 smash_to_method_type.
5107 (read_structure_scope): Update call to dwarf2_add_member_fn.
5108 * gdbtypes.c (allocate_stub_method): Update comment.
5109 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5110 Use new argument layout.
5111 (check_stub_method): Use new argument layout. Don't count
5112 void as an argument.
5113 (print_arg_types): Update comments. Use new argument layout.
5114 (recursive_dump_type): Don't print arg_types member.
5115 * hpread.c (hpread_read_struct_type): Use new argument layout.
5116 (fixup_class_method_type): Likewise.
5117 (hpread_type_lookup): Likewise.
5118 * stabsread.c (read_type): Update calls to read_args and
5119 smash_to_method_type.
5120 (read_args): Use new argument layout. Simplify.
5121 * valops.c (typecmp): Use new argument layout. Update parameters
5122 and comments. Simplify.
5123 (hand_function_call): Use new argument layout.
5124 (search_struct_method): Update call to typecmp.
5125 (find_overload_match): Use new argument layout.
5126
6da02953
DJ
51272002-06-13 Daniel Jacobowitz <drow@mvista.com>
5128
5129 * NEWS: Mention multithreaded debug support for gdbserver.
5130
519b2366
DJ
51312002-06-13 Daniel Jacobowitz <drow@mvista.com>
5132
5133 * MAINTAINERS: Mention NEWS.
5134
6c0d6680
DJ
51352002-06-13 Daniel Jacobowitz <drow@mvista.com>
5136
5137 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5138 (struct mips_objfile_private, compare_pdr_entries): New.
5139 (non_heuristic_proc_desc): Read the ".pdr" section if it
5140 is present.
5141
6529d2dd
AC
51422002-06-12 Andrew Cagney <ac131313@redhat.com>
5143
5144 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5145 (arm_debug): New static variable.
5146 (_initialize_arm_tdep): Add ``set debug arm'' command.
5147
26216b98
AC
51482002-06-12 Andrew Cagney <ac131313@redhat.com>
5149
5150 * Makefile.in (sim_arm_h): Define.
5151 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5152 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5153 (arm_register_sim_regno): New function, map an internal REGNUM
5154 onto a simulator register number.
5155 (arm_gdbarch_init): Set register_sim_regno.
5156
814b3ba0
AH
51572002-06-09 Aldy Hernandez <aldyh@redhat.com>
5158
5159 * MAINTAINERS: Add self.
5160
475b0867
JB
51612002-06-11 Jim Blandy <jimb@redhat.com>
5162
919d772c
JB
5163 * source.c (source_info): Mention whether the symtab has
5164 information about preprocessor macros.
5165
475b0867
JB
5166 Call the command `info macro', not `show macro'.
5167 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5168 Fix error message.
5169 (_initialize_macrocmd): Register `info_macro_command' in
5170 `infolist', not `showlist'.
5171
9e364162
DJ
51722002-06-11 Daniel Jacobowitz <drow@mvista.com>
5173
5174 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5175 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5176 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5177 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5178 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5179 unconditionally.
5180 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5181 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5182 (_initialize_mips_tdep): Remove dead code.
5183 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5184 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5185 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5186 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5187 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5188 MIPS_LAST_FP_ARG_REGNUM): Remove.
5189
23aa4c72
ML
51902002-06-11 Michal Ludvig <mludvig@suse.cz>
5191
5192 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5193 (unwind_tmp_obstack_free, parse_frame_info)
5194 (update_context, cfi_read_fp, cfi_write_fp)
5195 (cfi_frame_chain, cfi_init_extra_frame_info)
5196 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5197 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5198
70eb15a4
CV
51992002-06-11 Corinna Vinschen <vinschen@redhat.com>
5200
5201 * v850-tdep.c (v850_type_is_scalar): New function.
5202 (v850_use_struct_convention): Match current gcc implementation
5203 as close as possible.
5204 (v850_push_arguments): Fix stack_offset handling. Don't write
5205 struct_addr into register. This is done by v850_store_struct_return.
5206 (v850_extract_return_value): Care for structs.
5207 (v850_store_return_value): Ditto.
5208 (v850_store_struct_return): Actually write address.
5209
482a4d06
ML
52102002-06-11 Michal Ludvig <mludvig@suse.cz>
5211
5212 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5213 without debug information too.
5214
d855c300
AC
52152002-06-10 Andrew Cagney <ac131313@redhat.com>
5216
5217 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5218 Make multi-arch pure.
5219 * gdbarch.h, gdbarch.c: Re-generate.
5220 * arm-tdep.c (arm_print_float_info): Update.
5221 * arch-utils.h (default_print_float_info): Update.
5222 * arch-utils.c (default_print_float_info): Update.
5223 * infcmd.c (float_info): Update call.
5224
dd12a101
AC
52252002-06-10 Andrew Cagney <ac131313@redhat.com>
5226
5227 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5228 the front of the initialize list.
5229
101dcfbe
AC
52302002-06-10 Andrew Cagney <ac131313@redhat.com>
5231
5232 * infrun.c (struct inferior_status): Replace fields
5233 selected_frame_address and selected_level with field
5234 selected_frame_id.
5235 (save_inferior_status): Update. Use get_frame_id.
5236 (struct restore_selected_frame_args): Delete.
5237 (restore_selected_frame): Update. Use frame_find_by_id.
5238 (restore_inferior_status): Update.
5239
5240 * breakpoint.h (struct breakpoint): Change type of
5241 watchpoint_frame to frame_id.
5242 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5243 call to get_current_frame.
5244 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5245 get_current_frame.
5246 (watchpoint_check): Use frame_find_by_id.
5247
5248 * frame.h (record_selected_frame): Delete declaration.
5249 * stack.c (record_selected_frame): Delete function.
5250
5251 * frame.h (struct frame_id): Define.
5252 (get_frame_id): Declare.
5253 (frame_find_by_id): Declare.
5254 * frame.c (frame_find_by_id): New function.
5255 (get_frame_id): New function.
5256
304270b6
AV
52572002-06-10 Andrey Volkov <avolkov@transas.com>
5258
5259 * ser-e7kpc.c: Fix duplicated define and call of
5260 _initialize_ser_e7000pc
5261
2f2cf184
DJ
52622002-06-09 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * signals/signals.c (target_signal_from_host): Fix #ifdef
5265 SIGRTMIN case.
5266 (do_target_signal_to_host): Likewise.
5267
caaa3122
DJ
52682002-06-09 Daniel Jacobowitz <drow@mvista.com>
5269
5270 * mips-tdep.c (mips_find_abi_section): New function.
5271 (mips_gdbarch_init): Call it.
5272
6ac5df3a
MK
52732002-06-09 Mark Kettenis <kettenis@gnu.org>
5274
5275 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5276 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5277 after Andrew's 2002-06-08 gdbarch change.
5278
82ea117a
MK
52792002-06-09 Mark Kettenis <kettenis@gnu.org>
5280
5281 * i386-linux-nat.c (suppy_gregset): Don't supply
5282 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5283 register cache.
5284 (fill_gregset): Don't fetch it under the same circumstances.
5285
3c25f8c7
AC
52862002-06-09 Andrew Cagney <cagney@redhat.com>
5287
5288 * Makefile.in (callback_h): Define.
5289 (remote_sim_h): Update path to remote-sim.h.
5290 (remote-rdp.o): Add $(callback_h).
5291 (remote-sim.o): Use $(callback_h).
5292 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5293 * remote-rdp.c: Include "gdb/callback.h".
5294
1029b7fa
MK
52952002-06-09 Mark Kettenis <kettenis@gnu.org>
5296
5297 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5298 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5299
616675d3
AC
53002002-06-08 Andrew Cagney <ac131313@redhat.com>
5301
a3efda28
AC
5302 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5303 * rdi-share/serpardr.c: Ditto.
5304 * rdi-share/unixcomm.c: Ditto.
5305 * rdi-share/serdrv.c: Ditto.
5306 * rdi-share/hostchan.h: Ditto.
5307 * rdi-share/hostchan.c: Ditto.
5308 * rdi-share/host.h: Ditto.
5309 * rdi-share/devsw.c: Ditto.
5310
c5f10366
AC
5311 * objfiles.h: Change type of obj_private to void pointer.
5312 * pa64solib.c: Update copyright. Don't include "assert.h", use
5313 strcmp instead of STREQ, use LONGEST, do not use PTR
5314 * somsolib.c: Ditto.
5315
616675d3
AC
5316 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5317 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5318 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5319
e4b415d9
AC
53202002-06-08 Andrew Cagney <ac131313@redhat.com>
5321
5322 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5323 (default_get_saved_register): Delete function.
5324 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5325 generic_unwind_get_saved_register.
5326 * gdbarch.h, gdbarch.c: Re-generate.
5327
ca0d0b52
AC
53282002-06-08 Andrew Cagney <ac131313@redhat.com>
5329
5330 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5331 generic_func_frame_chain_valid.
5332 * gdbarch.h, gdbarch.c: Re-generate.
5333 * blockframe.c (generic_func_frame_chain_valid): Only check
5334 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5335 passing FP to PC_IN_CALL_DUMMY.
5336 Fix PR gdb/360.
5337
76860b5f
AC
53382002-06-08 Andrew Cagney <ac131313@redhat.com>
5339
5340 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5341 (register_gdbarch_data): Initialize init_p.
5342 (gdbarch_data): Initialize data pointer using the init function.
5343 (init_gdbarch_data): Delete function.
5344 (gdbarch_update_p): Update.
5345 (initialize_non_multiarch): Update.
5346 (struct gdbarch): Add field initialized_p.
5347 * gdbarch.h, gdbarch.c: Re-generate.
5348
8dda9770
ML
53492002-06-07 Michal Ludvig <mludvig@suse.cz>
5350
5351 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5352 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5353 better do the things actually here.
5354 * x86-64-tdep.c (x86_64_register_name2nr): New.
5355 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5356 (x86_64_gdbarch_init): Respect the above change.
5357 * x86-64-tdep.h (x86_64_register_name2nr)
5358 (x86_64_register_nr2name): Add prototypes.
5359 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5360
3d79a47c
MS
53612002-06-06 Michael Snyder <msnyder@redhat.com>
5362
7bd91a28
MS
5363 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5364 Delete extra braces and re-indent.
5365 (d10v_store_return_value): Char return values
3d79a47c
MS
5366 must be shifted over by one byte in R0.
5367 (d10v_extract_return_value): Delete extra braces, re-indent.
5368
095a4c96
EZ
53692002-06-06 Elena Zannoni <ezannoni@redhat.com>
5370
5371 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5372 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5373 (d10v_integer_to_address): Rewrite.
5374 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5375 the d10v specific functions which take care of converting to the
5376 correct space.
5377
e8a77ca4
EZ
53782002-06-06 Elena Zannoni <ezannoni@redhat.com>
5379
5380 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5381 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5382
4f2e4a4f
AC
53832002-06-02 Andrew Cagney <ac131313@redhat.com>
5384
5385 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5386 includes.
5387 * config/tm-linux.h: Ditto.
5388 * config/alpha/tm-alphalinux.h: Ditto.
5389 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5390 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5391 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5392 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5393 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5394 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5395 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5396 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5397 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5398 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5399 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5400 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5401 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5402 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5403 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5404 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5405 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5406 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5407 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5408 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5409 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5410 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5411 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5412 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5413 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5414 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5415 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5416 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5417 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5418 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5419 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5420 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5421 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5422 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5423 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5424 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5425 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5426
ae2ab2ce
AS
54272002-05-04 Aidan Skinner <aidan@velvet.net>
5428
5429 * ada-exp.tab.c: New file
5430 * ada-exp.y: New file
5431 * ada-lang.c: New file
5432 * ada-lang.h: New file
5433 * ada-lex.c: New file
5434 * ada-lex.l: New file
5435 * ada-tasks.c: New file
5436 * ada-typeprint.c: New file
5437 * ada-valprint.c: New file
5438
0ddd0135
JT
54392002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5440
5441 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5442 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5443
750fbacc
JT
54442002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5445
5446 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5447 insetead of ppc-linux-tdep.o.
5448 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5449 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5450
df94e18a
AC
54512002-06-02 Andrew Cagney <ac131313@redhat.com>
5452
5453 2002-05-07 Christian Groessler <chris@groessler.org>
5454 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5455 bit register contents for little endian hosts.
5456
1a38ab75
AC
54572002-06-01 Andrew Cagney <ac131313@redhat.com>
5458
5459 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5460 any maintainer.
5461
8b1632ac
AC
54622002-06-01 Andrew Cagney <ac131313@redhat.com>
5463
5464 * gdbarch.h: Regenerate.
5465
627054c8
AC
54662002-06-01 Andrew Cagney <ac131313@redhat.com>
5467
5468 * MAINTAINERS: Add everyone to write-after-approval list.
5469
4f460812
AC
54702002-06-01 Andrew Cagney <ac131313@redhat.com>
5471
5472 * stack.c (frame_info): Use frame_register_unwind instead of
5473 saved_regs. Mention when the SP is on the stack or in a register.
5474
5475 * frame.h (frame_register_unwind_ftype): Define. Document.
5476 (struct frame_info): Add field register_unwind and
5477 register_unwind_cache.
5478 (frame_register_unwind): Declare.
5479 (generic_unwind_get_saved_register): Declare.
5480
5481 * frame.c (frame_register_unwind): New function.
5482 (generic_unwind_get_saved_register): New function.
5483
5484 * blockframe.c (generic_call_dummy_register_unwind): New function.
5485 (frame_saved_regs_register_unwind): New function.
5486 (set_unwind_by_pc): New function.
5487 (create_new_frame): New function.
5488 (get_prev_frame): New function.
5489
de888f76
AC
54902002-05-30 Andrew Cagney <ac131313@redhat.com>
5491
5492 * a29k-share/: Delete directory.
5493 * remote-vx29k.c: Delete file.
5494
2f2c3626
JT
54952002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5496
5497 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5498 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5499
9ce5c36a
JT
55002002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5501
5502 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5503 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5504 (sparc64nbsd-nat.o)
5505 (sparcnbsd-nat.o)
5506 (sparcnbsd-tdep.o): New dependency lists.
5507 * NEWS: Note new UltraSPARC NetBSD native configuration.
5508 * configure.host (sparc64-*-netbsd*): New host.
5509 * configure.tgt (sparc-*-netbsdelf*)
5510 (sparc-*-netbsd*): Set gdb_target to nbsd.
5511 (sparc64-*-netbsd*): New target.
5512 * sparc64nbsd-nat.c: New file.
5513 * sparcnbsd-nat.c: New file.
5514 * sparcnbsd-tdep.c: New file.
5515 * sparcnbsd-tdep.h: New file.
5516 * config/sparc/nbsd.mt: New file.
5517 * config/sparc/nbsd64.mh: New file.
5518 * config/sparc/nbsd64.mt: New file.
5519 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5520 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5521 (HOST_IPC): Remove.
5522 * config/sparc/nbsdaout.mt: Remove.
5523 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5524 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5525 (HOST_IPC): Remove.
5526 * config/sparc/nbsdelf.mt: Remove.
5527 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5528 sparc-nat.c compatiblity defines.
5529 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5530 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5531 * config/sparc/tm-nbsd64.h: New file.
5532 * config/sparc/tm-nbsdaout.h: Remove.
5533 * config/sparc/xm-nbsd.h: Remove.
5534
ef3cf062
JT
55352002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5536
5537 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5538 * sparc-tdep.c: Include osabi.h.
5539 (gdbarch_tdep): Add osabi member.
5540 (_initialize_sparc_tdep): Use gdbarch_register.
5541 (sparc_gdbarch_init): Use generic OS ABI framework.
5542 (sparc_dump_tdep): New function.
5543
ee8ff470
KB
55442002-05-30 Kevin Buettner <kevinb@redhat.com>
5545
5546 * corefile.c (do_captured_read_memory_integer): Return non-zero
5547 result.
5548 (safe_read_memory_integer): Copy result of memory read when
5549 status is non-zero. Also, add comments.
5550
7b112f9c
JT
55512002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5552
5553 * Makefile.in (ppc_tdep_h): Define.
5554 (ppc-linux-nat.o)
5555 (ppc-linux-tdep.o)
5556 (rs6000-tdep.o): Use $(ppc_tdep_h).
5557 (ppc-sysv-tdep.o)
5558 (ppcnbsd-nat.o)
5559 (ppcnbsd-tdep.o): New dependency lists.
5560 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5561 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5562 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5563 (ppc_sysv_abi_broken_use_struct_convention)
5564 (ppc_sysv_abi_use_struct_convention)
5565 (ppc_sysv_abi_push_arguments): Move to...
5566 * ppc-sysv-tdep.c: ...here.
5567 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5568 * rs6000-tdep.c (process_note_abi_tag_sections)
5569 (get_elfosabi): Remove.
5570 (rs6000_gdbarch_init): Use generic OS ABI framework.
5571 (rs6000_dump_tdep): New function.
5572 (_initialize_rs6000_tdep): Use gdbarch_register.
5573 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5574 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5575 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5576 of ppc-linux-tdep.o.
5577 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5578 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5579 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5580 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5581 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5582 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5583
480dd42a
JB
55842002-05-29 Jim Blandy <jimb@redhat.com>
5585
5586 * macroscope.c (default_macro_scope): Put `void' in empty argument
5587 list.
5588
4182591f
AC
55892002-05-29 Andrew Cagney <ac131313@redhat.com>
5590
5591 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5592 * arch-utils.c: Include "sim-regno.h".
5593 * gdbarch.sh: Don't include "sim-regno.h".
5594 * gdbarch.h, gdbarch.c: Regenerate.
5595 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5596 here.
5597 * arch-utils.h (legacy_register_sim_regno): To here.
5598 * remote-sim.c (legacy_register_sim_regno): Move function from
5599 here.
5600 * arch-utils.c (legacy_register_sim_regno): To here.
5601
8238d0bf
AC
56022002-05-28 Andrew Cagney <ac131313@redhat.com>
5603
5604 * sim-regno.h: New file.
5605 * Makefile.in (sim_regno_h): Define.
5606 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5607 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5608 (legacy_register_sim_regno): New function.
5609 (one2one_register_sim_regno): New function.
5610 (gdbsim_fetch_register): Rewrite.
5611 (gdbsim_store_register): Only store a register when
5612 REGISTER_SIM_REGNO is valid.
5613 * d10v-tdep.c: Include "sim-regno.h".
5614 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5615 (d10v_ts3_register_sim_regno): Ditto.
5616 * gdbarch.sh: Include "sim-regno.h".
5617 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5618 * gdbarch.h, gdbarch.c: Regenerate.
5619 * arch-utils.h (default_register_sim_regno): Delete declaration.
5620 * arch-utils.c (default_register_sim_regno): Delete function.
5621
485721b1
JT
56222002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5623
5624 * ppcnbsd-nat.c: Rewrite.
5625 * ppcnbsd-tdep.c: New file.
5626 * ppcnbsd-tdep.h: New file.
5627 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5628 solib.o, and solib-svr4.o.
5629 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5630 nbsd-tdep.o, and corelow.o.
5631
697f244d
AC
56322002-05-28 Andrew Cagney <ac131313@redhat.com>
5633
5634 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5635 `tr' and `sed'. Mention that `broken' targets are not expected to
5636 build.
5637
f08caad1 56382002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5639
5640 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5641 Let PC point right after the prologue before looking up symbols.
5642
3139facc
MH
56432002-05-27 Martin M. Hunt <hunt@redhat.com>
5644
5645 * i386-tdep.c (i386_register_virtual_type): Return
5646 builtin_type_vec128i for SSE registers.
5647
5648 * gdbtypes.h (builtin_type_vec128i): Declare.
5649
5650 * gdbtypes.c (build_builtin_type_vec128i): New function.
5651 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5652 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5653 (build_gdbtypes): Initialize new builtin vector types.
5654 (_initialize_gdbtypes): Register new vector types with gdbarch.
5655
6e3ba3b8
JT
56562002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5657
5658 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5659 since it has been multi-arch'd.
5660 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5661 Move Alpha and VAX multi-arch news entries to same section
5662 as other multi-arch news.
5663
93d5585d
JT
56642002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5665
5666 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5667 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5668 static. Rename some register numbers to put them in ns32k-tdep
5669 private namespace.
5670 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5671 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5672 functions.
5673 (_initialize_ns32k_tdep): Use gdbarch_register.
5674 * ns32k-tdep.h: New file.
5675 * ns32knbsd-tdep.c: New file.
5676 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5677 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5678 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5679 REGISTER_BYTES, REGISTER_BYTE): Remove.
5680 * config/ns32k/tm-ns32k.h: New file.
5681 * config/ns32k/tm-umax.h: Remove.
5682
efb2c70e
JT
56832002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5684
5685 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5686 ns32k_store_struct_return, ns32k_extract_return_value,
5687 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5688 functions.
5689 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5690 ns32k_saved_pc_after_call.
5691 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5692 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5693 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5694 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5695 ns32k_extract_struct_value_address.
5696
7bcc927b
JT
56972002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5698
5699 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5700 ns32k_fix_call_dummy): New.
5701 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5702 ns32k_call_dummy_words.
5703 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5704 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5705 CALL_DUMMY_NARGS): Remove.
5706 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5707
78f9d765
JT
57082002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5709
5710 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5711 ns32k_frame_saved_pc, ns32k_frame_args_address,
5712 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5713 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5714 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5715 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5716 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5717 (BREAKPOINT): Remove..
5718 (FRAME_CHAIN): Define as ns32k_frame_chain.
5719 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5720 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5721 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5722 (FRAME_FIND_SAVED_REGS): Remove.
5723 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5724 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5725 (POP_FRAME): Define as ns32k_pop_frame.
5726
f2c762e0
JT
57272002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5728
5729 * ns32k-tdep.c (ns32k_register_byte_32082,
5730 ns32k_register_byte_32382, ns32k_register_raw_size,
5731 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5732 functions.
5733 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5734 ns32k_register_byte_32382.
5735 * config/ns32k/tm-umax.h: Update copyright years.
5736 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5737 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5738 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5739 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5740 (ns32k_get_enter_addr): Fix prototype.
5741
af137673
JT
57422002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5743
5744 * ns32k-tdep.c: Update copyright years.
5745 (ns32k_register_name_32082): New function.
5746 (ns32k_register_name_32382): Ditto.
5747 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5748 (REGISTER_NAME): Define as ns32k_register_name_32382.
5749 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5750 (REGISTER_NAME): Define as ns32k_register_name_32082.
5751
a8bc7b56
JB
57522002-05-24 Jim Blandy <jimb@redhat.com>
5753
5754 * dwarf2read.c (free_line_header): Use xfree, not free.
5755
83a45910
JT
57562002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5757
5758 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5759 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5760
0db71247
AC
57612002-05-23 Andrew Cagney <ac131313@redhat.com>
5762
5763 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5764
b9e5e4dd
AC
57652002-05-23 Andrew Cagney <ac131313@redhat.com>
5766
5767 From Ross Alexander at NEC Europe:
5768 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5769
de530e84
MS
57702002-05-23 Michael Snyder <msnyder@redhat.com>
5771
5772 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5773 for input, rather than parse_and_eval_address.
5774
b91b96f4
AC
57752002-05-23 Andrew Cagney <ac131313@redhat.com>
5776
5777 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5778 * Makefile.in (sim_d10v_h): Update definition.
5779
8b279e7a
AC
57802002-05-24 Andrew Cagney <cagney@redhat.com>
5781
5782 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5783 change `2002-05-22 Michael Snyder' below.
5784 (d10v_push_arguments): Ditto.
5785 (d10v_extract_return_value): Ditto.
5786
0a3d0425
JB
57872002-05-23 Jim Blandy <jimb@redhat.com>
5788
5789 * macrotab.c (check_for_redefinition): Don't complain if the new
5790 definition is the same as the previous one. Take more arguments
5791 to allow the comparison.
5792 (macro_define_object, macro_define_function): Pass more arguments
5793 to check_for_redefinition.
5794
78eac43e
MS
57952002-05-22 Michael Snyder <msnyder@redhat.com>
5796
5797 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5798 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5799 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5800 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5801 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5802 Add a temp variable to save a call (and a memory read).
5803 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5804 if possible (so that PC_IN_CALL_DUMMY will work).
5805
9bc1edb8
CV
58062002-05-22 Corinna Vinschen <vinschen@redhat.com>
5807
5808 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5809
005ef3d2
ML
58102002-05-22 Michal Ludvig <mludvig@suse.cz>
5811
5812 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5813 fde->cie_ptr.
5814 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5815 (dwarf2_build_frame_info): Add offset to fde->initial_location
5816 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5817 (execute_stack_op): Change type of 'result' from ULONGEST to
5818 CORE_ADDR.
005ef3d2 5819
fcf4f891
JT
58202002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5821
5822 * config/alpha/tm-nbsd.h: Include solib.h.
5823
cfef91e4
JT
58242002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5825
5826 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5827 assumptions about the host's byte order.
5828
9964235a
JT
58292002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5830
5831 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5832 to dependency list.
5833 * alphanbsd-tdep.c: Include solib-svr4.h.
5834 * shnbsd-tdep.c: Ditto.
5835
9eeef8ef
JT
58362002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5839 nbsd-tdep.h to dependency list.
5840 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5841 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5842 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5843 nbsdaout.mh and nbsdelf.mh consistently.
5844 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5845 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5846 nbsdaout.mt and nbsdelf.mh consistently.
5847 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5848 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5849 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5850 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5851 a.out shared library stuff from here...
5852 * config/nm-nbsdaout.h: ...to here.
5853 * config/tm-nbsd.h: Remove.
5854 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5855 * config/arm/nbsd.mh: Remove.
5856 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5857 nbsd-tdep.o.
5858 * config/arm/nbsdaout.mh: New file.
5859 * config/arm/nbsdelf.mh: New file.
5860 * config/arm/nm-nbsdaout.h: New file.
5861 * config/i386/nbsd.mh: Remove.
5862 * config/i386/nbsd.mt: Remove.
5863 * config/i386/nbsdaout.mh: New file.
5864 * config/i386/nbsdaout.mt: New file.
5865 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5866 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5867 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5868 i386_register_u_addr): Remove.
5869 * config/i386/nm-nbsdaout.h: New file.
5870 * config/i386/nm-nbsdelf.h: Remove.
5871 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5872 (USE_STRUCT_CONVENTION): Remove.
5873 * config/i386/tm-nbsdaout.h: New file.
5874 * config/i386/tm-nbsdelf.h: Remove.
5875 * config/m68k/nbsd.mh: Remove.
5876 * config/m68k/nbsd.mt: Remove.
5877 * config/m68k/nbsdaout.mh: New file.
5878 * config/m68k/nbsdaout.mt: New file.
5879 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5880 * config/m68k/nm-nbsdaout.h: New file.
5881 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5882 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5883 * config/ns32k/nbsd.mh: Remove.
5884 * config/ns32k/nbsd.mt: Remove.
5885 * config/ns32k/nbsdaout.mh: New file.
5886 * config/ns32k/nbsdaout.mt: New file.
5887 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5888 * config/ns32k/nm-nbsdaout.h: New file.
5889 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5890 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5891 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5892 (SVR4_SHARED_LIBS): Remove.
5893 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5894 * config/sparc/nbsd.mh: Remove.
5895 * config/sparc/nbsd.mt: Remove.
5896 * config/sparc/nbsdaout.mh: New file.
5897 * config/sparc/nbsdaout.mt: New file.
5898 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5899 * config/sparc/nbsdelf.mt: New file.
5900 * config/sparc/nm-nbsdaout.h: New file.
5901 * config/sparc/nm-nbsdelf.h: Remove.
5902 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5903 * config/sparc/tm-nbsdaout.h: New file.
5904
257ce470
JT
59052002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5906
5907 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5908 mipsnbsd-tdep.c
5909 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5910
76a6d5fe
JT
59112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5912
5913 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5914 shnbsd-nat.c.
5915 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5916
45888261
JT
59172002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5918
5919 * NEWS: Note new MIPS NetBSD native configuration.
5920 * configure.host (mips*-*-netbsd*): New host.
5921 * configure.tgt (mips*-*-netbsd*): New target.
5922 * mipsnbsd-nat.c: New file.
5923 * mipsnbsd-tdep.c: New file.
5924 * mipsnbsd-tdep.h: New file.
5925 * config/mips/nbsd.mh: New file.
5926 * config/mips/nbsd.mt: New file.
5927 * config/mips/nm-nbsd.h: New file.
5928 * config/mips/tm-nbsd.h: New file.
5929
70f80edf
JT
59302002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5931
5932 * Makefile.in (SFILES): Add osabi.c.
5933 (COMMON_OBS): Add osabi.o.
5934 (osabi.o): New dependency list.
5935 * osabi.c: New file.
5936 * osabi.h: New file.
5937 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5938
5939 * Makefile.in (alpha_tdep_h): Define and use instead of
5940 alpha-tdep.h.
5941 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5942 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5943 Remove.
5944 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5945 * alpha-tdep.h: Include osabi.h.
5946 (alpha_abi): Remove.
5947 (gdbarch_tdep): Use generic OS ABI framework.
5948 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5949 gdbarch_register_osabi.
5950 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5951 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5952 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5953
5954 * Makefile.in (sh_tdep_h): Add osabi.h.
5955 * sh-tdep.h (sh_osabi): Remove.
5956 (gdbarch_tdep): Use generic OS ABI framework.
5957 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5958 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5959 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5960 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5961
5962 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5963 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5964 gdbarch_register_osabi.
5965 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5966 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5967 (get_elfosabi): Rename to...
5968 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5969 ABI framework support routines.
5970 (arm_gdbarch_init): Use generic OS ABI framework.
5971 (arm_dump_tdep): Likewise.
5972 (_initialize_arm_tdep): Likewise.
5973 * arm-tdep.h: Include osabi.h.
5974 (arm_abi): Remove.
5975 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5976 osabi member.
5977 (arm_gdbarch_register_os_abi): Remove prototype.
5978 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5979 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5980
5981 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5982 * mips-tdep.c: Include osabi.h.
5983 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5984 OS ABI framework.
5985
d194345b
KH
59862002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5987
5988 * h8300-tdep.c: Fix formatting.
5989
70c6b0d1
EZ
59902002-05-20 Elena Zannoni <ezannoni@redhat.com>
5991
5992 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5993 printing vector registers.
5994
165b8e33
AC
59952002-05-19 Andrew Cagney <ac131313@redhat.com>
5996
5997 From Fernando Nasser:
5998 * remote.c (remote_async_open_1): Re-throw the exception when the
5999 connection fails.
6000 (remote_cisco_open): Ditto.
6001 (remote_open_1): Ditto.
6002
36918e70
AC
60032002-05-19 Andrew Cagney <ac131313@redhat.com>
6004
6005 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6006 (remote_start_remote): Add uiout parameter. Pass through to
6007 remote_start_remote_dummy.
6008 (remote_open_1): Use catch_exception instead of catch_errors.
6009 (remote_async_open_1): Ditto.
6010 (remote_cisco_open): Ditto.
6011
ae44c0c4
AC
60122002-05-19 Andrew Cagney <ac131313@redhat.com>
6013
6014 * remote.c (remote_start_remote): Replace PTR with void pointer.
6015 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6016 static.
6017
8efe637d
AC
60182002-05-18 Andrew Cagney <ac131313@redhat.com>
6019
6020 * gdb_indent.sh: Allow the script to be run in the sim directory.
6021
2f1b5984
MK
60222002-05-18 Mark Kettenis <kettenis@gnu.org>
6023
f0f625e2
MK
6024 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6025 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6026
2f1b5984
MK
6027 * corelow.c (core_open): Only call set_gdbarch_from_file if
6028 exec_bfd is NULL.
6029
fc974602
AV
60302002-05-17 Andrey Volkov <avolkov@transas.com>
6031
6032 * h8300-tdep.c: Add support of EXR register
6033 * config/h8300/tm-h8300.h: Ditto.
6034
906709f4
AV
60352002-05-17 Andrey Volkov <avolkov@transas.com>
6036
6037 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6038
6e591d68
AV
60392002-05-17 Andrey Volkov <avolkov@transas.com>
6040
6041 * h8300-tdep.c: Change literal regnums to REGNO.
6042
84f0252a
JB
60432002-05-17 Jim Blandy <jimb@redhat.com>
6044
e0e9281e
JB
6045 * NEWS: Note addition of macro support.
6046
84f0252a
JB
6047 Expand preprocessor macros in C expressions.
6048 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6049 (scan_macro_expansion, scanning_macro_expansion,
6050 finished_macro_expansion): New function declarations.
6051 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6052 variable declarations.
6053 * parser-defs.h (expression_context_pc): New declaration.
6054 * parse.c (expression_context_pc): New variable.
6055 (parse_exp_1): Set expression_context_pc, as well as
6056 expression_context_block.
6057 * c-exp.y (yylex): If we're not already reading the result of a
6058 macro expansion, try to macro-expand the next token. When we're
6059 done scanning a macro expansion, switch back to the mainline text.
6060 Commas and `if's in a macro's expansion don't terminate the input.
6061 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6062 (macro_original_text, macro_expanded_text,
6063 expression_macro_lookup_func, expression_macro_lookup_baton): New
6064 variables.
6065 (scan_macro_expansion, scanning_macro_expansion,
6066 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6067 c_preprocess_and_parse): New functions.
6068 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6069 c_preprocess_and_parse, instead of c_parse.
6070 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6071 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6072
1c509ca8
JR
6073Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6074
6075 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6076 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6077 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6078
2250ee0c
CV
60792002-05-17 Corinna Vinschen <vinschen@redhat.com>
6080
6081 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6082
ab3b8126
JT
60832002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6084
6085 * Makefile.in (sh_tdep_h): Define and use.
6086 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6087 register enum): Move to...
6088 * * sh-tdep.h: ...here.
6089 * sh-tdep.c: Include sh-tdep.h.
6090 * sh3-rom.c: Likewise.
6091 * shnbsd-tdep.c: Likewise.
6092
ed9d4749
MS
60932002-05-16 Michael Snyder <msnyder@redhat.com>
6094
6095 * arm-tdep.c: Spelling fix in comment.
6096
2e276125
JB
60972002-05-16 Jim Blandy <jimb@redhat.com>
6098
6821892e
JB
6099 Add commands for manually expanding macros and showing their
6100 definitions.
6101 * macrocmd.c, macroscope.c, macroscope.h: New files.
6102 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6103 (macroscope_h): New variable.
6104 (HFILES_NO_SRCDIR): Add macroscope.h.
6105 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6106 (macroscope.o, macrocmd.o): New rules.
6107
2e276125
JB
6108 Teach the Dwarf 2 reader to read macro information.
6109 * dwarf2read.c: #include "macrotab.h".
6110 (dwarf_macinfo_buffer): New variable.
6111 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6112 dwarf_macinfo_size.
6113 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6114 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6115 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6116 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6117 dwarf2_macro_spaces_in_definition): New complaints.
6118 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6119 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6120 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6121 the partial symbol table.
6122 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6123 from what's recorded in the partial symbol table.
6124 (read_file_scope): If the compilation unit has a
6125 `DW_AT_macro_info' attribute, read its macro information.
6126 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6127
2f53fe6c
DJ
61282002-05-16 Daniel Jacobowitz <drow@mvista.com>
6129
6130 Fix PR gdb/546
6131 * ser-tcp.c: Don't include <netinet/udp.h>.
6132
2be99286
SC
61332002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6134
6135 * MAINTAINERS: Update my email address.
6136
c9af212b 61372002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6138
6139 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6140 include file of the same name.
6141
bf5f1a52
CV
61422002-05-16 Corinna Vinschen <vinschen@redhat.com>
6143
6144 * configure.tgt: Mark v850 as multi-arched.
6145 * config/v850/tm-v850.h: Remove file.
6146 * config/v850/v850.mt: Eliminate TM_FILE.
6147
435e042a
CV
61482002-05-16 Corinna Vinschen <vinschen@redhat.com>
6149
6150 * v850-tdep.c: Full multi-arch.
6151 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6152 Define GDB_MULTI_ARCH to 2.
6153
9819c6c8
PM
61542002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6155
6156 * p-exp.y (current_type): New static variable.
6157 Carries the type of the expression at the position that is parsed.
6158 (push_current_type, pop_current_type): Two new functions. Used
6159 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6160 (search_field): New static variable. Set to one after parsing a point
6161 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6162 (FIELDNAME): New token. After a point only a token belonging to
6163 current_type type definition is allowed.
6164 (all over token rules): reset and change current_type according
6165 to rules.
6166 (exp '[' rule): insert implicit array index field if
6167 exp is a pascal string type.
6168
3a06899a
CV
61692002-05-16 Corinna Vinschen <vinschen@redhat.com>
6170
6171 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6172 frame info. Use frame_info's saved_regs instead of matching member
6173 in extra_frame_info throughout.
6174 (v850_frame_init_saved_regs): New function.
6175 (v850_init_extra_frame_info): Move most functionality into
6176 v850_frame_init_saved_regs().
6177 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6178 (v850_frame_find_saved_regs): Remove declaration.
6179 (FRAME_FIND_SAVED_REGS): Remove definition.
6180 (v850_frame_init_saved_regs): Add declaration.
6181 (FRAME_INIT_SAVED_REGS): Add definition.
6182
6ed14b0e
CV
61832002-05-16 Corinna Vinschen <vinschen@redhat.com>
6184
6185 * v850-tdep.c: Begin multi-arch'ing v850.
6186 (v850_target_architecture_hook): Remove function.
6187 (v850_gdbarch_init): New function. Add code previously in
6188 v850_target_architecture_hook().
6189 (_initialize_v850_tdep): Don't set target_architecture_hook.
6190 Call register_gdbarch_init() instead.
6191
42725910
DJ
61922002-05-16 Daniel Jacobowitz <drow@mvista.com>
6193
6194 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6195 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6196 (fixup_class_method_type): Likewise.
6197
99d9066e
JB
61982002-05-15 Jim Blandy <jimb@redhat.com>
6199
6200 Add macro structures to GDB's symbol tables. Nobody puts anything
6201 in them yet.
6202 * symtab.h (struct symtab): New member: `macro_table'.
6203 * buildsym.h (pending_macros): New global variable.
6204 * buildsym.c: #include "macrotab.h".
6205 (buildsym_init): Initialize `pending_macros'.
6206 (end_symtab): If we found macro information while reading a CU's
6207 debugging info, do build a symtab structure for it. Make the
6208 symtab point to the macro information, and clear the
6209 `pending_macros' pointer which held it while we were reading the
6210 debug info.
6211 (really_free_pendings): Free any pending macro table.
6212 * objfiles.h (struct objfile): New member: `macro_cache'.
6213 * objfiles.c (allocate_objfile): Set allocate and free functions
6214 for the macro cache's objstack.
6215 (free_objfile): Empty the macro cache's obstack.
6216 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6217 set new allocate and free functions for it.
6218 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6219 free functions for the macro cache's objstack. (Why is this
6220 function building its own objfile?)
6221 * symmisc.c (print_objfile_statistics): Print statistics on the
6222 macro bcache.
6223 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6224
c899585b
RE
62252002-05-15 Richard Earnshaw <rearnsha@arm.com>
6226
6227 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6228 (REGISTER_U_ADDR): Delete definition.
6229 (arm_register_u_addr): Delete declaration.
6230
a6cdd8c5
RE
62312002-05-15 Richard Earnshaw <rearnsha@arm.com>
6232
6233 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6234 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6235
c97dcfc7
AC
62362002-05-14 Andrew Cagney <ac131313@redhat.com>
6237
6238 * regcache.c (register_valid): Revise comments refering to "Not
6239 available" and "unavailable".
6240 * frame.c (frame_register_read): Ditto.
6241 * findvar.c (value_of_register): Ditto.
6242
93021b7d
AC
62432002-05-15 Andrew Cagney <cagney@redhat.com>
6244
6245 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6246 (remote-sim.o): Update dependencies.
6247 (d10v-tdep.o): Specify dependencies.
6248 (sim_d10v_h): Define.
6249
a86bc61c
JB
62502002-05-14 Jim Blandy <jimb@redhat.com>
6251
6252 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6253 * macrotab.c (macro_lookup_inclusion, find_definition,
6254 new_macro_table): Same.
6255
6256 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6257 not `! strcmp ()'. This is a dubious improvement.
6258 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6259
6260 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6261 although it's not necessary, to avoid a warning.
6262
2fdde8f8
DJ
62632002-05-14 Daniel Jacobowitz <drow@mvista.com>
6264
6265 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6266 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6267 TYPE_INSTANCE_FLAGS.
6268 (struct main_type): New.
6269 (struct type): Move most members to struct main_type. Change
6270 cv_type and as_type to new type_chain member. Add instance_flags.
6271 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6272 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6273 (finish_cv_type): Remove prototype.
6274 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6275 Set TYPE_CHAIN.
6276 (alloc_type_instance): New function.
6277 (smash_type): New function.
6278 (make_pointer_type, make_reference_type, make_function_type)
6279 (smash_to_member_type, smash_to_method_type): Call smash_type.
6280 (make_qualified_type): New function.
6281 (make_type_with_address_space): Call make_qualified_type.
6282 (make_cv_type): Likewise.
6283 (finish_cv_type): Remove unnecessary function.
6284 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6285 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6286 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6287 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6288 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6289 * hpread.c (hpread_read_struct_type): Likewise.
6290 * stabsread.c (read_struct_type): Likewise.
6291
843fedf4
EZ
62922002-05-14 Elena Zannoni <ezannoni@redhat.com>
6293
6294 * configure.tgt: Add a catch all sh* target, for cases like
6295 sh[2,3,4]-elf and sh-hms.
6296
05a6c72c
KS
62972002-05-14 Keith Seitz <keiths@redhat.com>
6298
6299 * event-loop.c (create_file_handler): Don't do anything but
6300 update data when we are given a fd which we are already
6301 monitoring.
6302
5d085aaf
ML
63032002-05-14 Michal Ludvig <mludvig@suse.cz>
6304
6305 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6306 (update_context): Use __func__ in warnings.
6307
9db8d71f
DJ
63082002-05-14 Daniel Jacobowitz <drow@mvista.com>
6309
6310 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6311 and tcp_close to net_open and net_close.
6312 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6313 using UDP if requested. Don't try to disable Nagle on UDP
6314 sockets.
6315 * remote.c (remote_serial_open): New function. Warn about UDP.
6316 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6317
5dbc6baa
EZ
63182002-05-13 Elena Zannoni <ezannoni@redhat.com>
6319
6320 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6321
cc3023f7
EZ
63222002-05-13 Elena Zannoni <ezannoni@redhat.com>
6323
6324 * configure.tgt: Remove sh-hms target.
6325 * MAINTAINERS: Don't list sh-hms as a separate target.
6326
ec2bcbe7
JB
63272002-05-13 Jim Blandy <jimb@redhat.com>
6328
6329 Add first preprocessor macro-expansion files.
6330 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6331 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6332 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6333 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6334 (COMMON_OBS): Add macrotab.o, macroexp.o.
6335 (macroexp.o, macrotab.o): New rules.
6336
6d531722
AC
63372002-05-13 Andrew Cagney <ac131313@redhat.com>
6338
6339 * config/m88k/tm-m88k.h: Update copyright.
6340 (m88k_target_write_pc): Declare
6341 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6342 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6343 (SHIFT_INST_REGS): Update definition.
6344 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6345 using old definition of TARGET_WRITE_PC.
6346 * regcache.c (generic_target_write_pc): Delete code handling
6347 NNPC_REGNUM.
6348 * gdbarch.sh (NNPC_REGNUM): Delete.
6349 * gdbarch.h, gdbarch.c: Regenerate.
6350
3e3f2739
RE
63512002-05-13 Richard Earnshaw <rearnsha@arm.com>
6352
6353 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6354 builtin reg number.
6355
0004e5a2
DJ
63562002-05-13 Daniel Jacobowitz <drow@mvista.com>
6357
6358 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6359 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6360 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6361 access macros.
6362 * c-typeprint.c (cp_type_print_method_args): Likewise.
6363 (c_type_print_args): Likewise.
6364 * d10v-tdep.c (d10v_push_arguments): Likewise.
6365 (d10v_extract_return_value): Likewise.
6366 * expprint.c (print_subexp): Likewise.
6367 * gdbtypes.c (lookup_primitive_typename): Likewise.
6368 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6369 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6370 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6371 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6372 (TYPE_VECTOR): Likewise.
6373 * hpread.c (hpread_read_struct_type)
6374 (fix_static_member_physnames, fixup_class_method_type)
6375 (hpread_type_lookup): Likewise.
6376 * mdebugread.c (parse_symbol, parse_type): Likewise.
6377 * p-lang.c (is_pascal_string_type): Likewise.
6378 * valops.c (hand_function_call): Likewise.
6379 * x86-64-tdep.c (classify_argument): Likewise.
6380
6381 * hpread.c (hpread_read_function_type)
6382 (hpread_read_doc_function_type): Call replace_type.
6383 * dstread.c (create_new_type): Delete.
6384 (decode_dst_structure, process_dst_function): Call alloc_type.
6385 Use type access macros.
6386
dff95cc7
MK
63872002-05-12 Mark Kettenis <kettenis@gnu.org>
6388
6389 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6390 the're not supported by the current architecture.
6391 (i387_fill_fxsave): Likewise.
6392
bbcd32ad
FF
63932002-05-12 Fred Fish <fnf@redhat.com>
6394
6395 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6396 sect_index_xxx members to index the first slot in section_offsets
6397 if all of the section_offsets are zero.
6398
89cf4787
MK
63992002-05-12 Mark Kettenis <kettenis@gnu.org>
6400
6401 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6402 checked in with last change.
6403
1f77ffc5
MK
64042002-05-12 Mark Kettenis <kettenis@gnu.org>
6405
6406 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6407 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6408 config.sub.
6409
89b8b4a9
DJ
64102002-05-12 Daniel Jacobowitz <drow@mvista.com>
6411
6412 * Makefile.in: Update dependencies.
6413
14a5e767
AC
64142002-05-11 Andrew Cagney <ac131313@redhat.com>
6415
6416 * language.c (local_hex_string_custom): Simplify. Do not depend
6417 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6418
6419 * memattr.c (mem_info_command): Replace calls to
6420 longest_local_hex_string and longest_local_hex_string_custom.
6421 * buildsym.c (make_blockvector): Ditto.
6422 * solib.c (info_sharedlibrary_command): Ditto.
6423 * tracepoint.c (tracepoints_info): Ditto.
6424 * symtab.c (print_msymbol_info): Ditto.
6425
6426 * language.c (local_hex_string): Delete.
6427 (local_hex_string_custom): Delete.
6428 (longest_local_hex_string): Rename to local_hex_string.
6429 (longest_local_hex_string_custom): Rename to
6430 local_hex_string_custom.
6431 * language.h (local_hex_string): Change parameter type to LONGEST.
6432 (local_hex_string_custom): Ditto.
6433 (longest_local_hex_string): Delete declaration.
6434 (longest_local_hex_string_custom): Ditto.
6435
6436 * solib.c: Update copyright.
6437 * memattr.c: Update copyright.
6438
13d01224
AC
64392002-05-11 Andrew Cagney <ac131313@redhat.com>
6440
6441 * arch-utils.h (legacy_register_to_value): Declare.
6442 (legacy_value_to_register): Declare.
6443 (legacy_convert_register_p): Declare.
6444 * arch-utils.c (legacy_register_to_value): New function.
6445 (legacy_value_to_register): New function.
6446 (legacy_convert_register_p): New function.
6447
6448 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6449 (VALUE_TO_REGISTER): Define.
6450 (CONVERT_REGISTER_P): Define.
6451 * gdbarch.h, gdbarch.c: Regenerate.
6452
6453 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6454 VALUE_TO_REGISTER.
6455 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6456 CONVERT_REGISTER_P.
6457
4a1970e4
DJ
64582005-05-11 Daniel Jacobowitz <drow@mvista.com>
6459 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6460
6461 * Makefile.in: Update dependencies for valops.c.
6462 * valops.c: Include "gdb_assert.h".
6463 (typecmp): Skip THIS parameter to methods.
6464 (find_method_list): Remove static_memfuncp argument,
6465 update callers. Check for stub methods.
6466 (find_value_oload_method_list): Don't set *static_memfuncp.
6467 (find_overload_match): Don't check for stub methods. Assert
6468 that methods are not stubbed. Handle static methods.
6469 (value_find_oload_method_list): Remove static_memfuncp argument.
6470 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6471 to the argument list for static stub methods.
6472 * value.h (value_find_oload_method_list): Update prototype.
6473
b2e75d78
AC
64742002-05-11 Andrew Cagney <ac131313@redhat.com>
6475
6476 * arch-utils.h (generic_register_size): Declare.
6477 (generic_register_raw_size, generic_register_virtual_size): Delete
6478 declarations.
6479 * arch-utils.c (generic_register_raw_size): Delete.
6480 (generic_register_size): New function.
6481 (generic_register_virtual_size): Delete.
6482
6483 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6484 default generic_register_size.
6485 * gdbarch.h, gdbarch.c: Re-generate.
6486
6487 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6488 register_virtual_size.
6489 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6490 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6491
451fbdda
AC
64922002-05-11 Andrew Cagney <ac131313@redhat.com>
6493
6494 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6495 * gdbarch.h, gdbarch.c: Regenerate.
6496 * gnu-v3-abi.c: Update copyright.
6497 (vtable_address_point_offset): Update.
6498 (gnuv3_rtti_type): Update.
6499 (gnuv3_baseclass_offset): Update.
6500 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6501 (init_fetch_link_map_offsets): Update.
6502 * remote.c (get_remote_state): Update.
6503
6d2f5cea
DJ
65042002-05-11 Daniel Jacobowitz <drow@mvista.com>
6505
6506 * TODO: Remove value_headof/value_from_vtable_info comment.
6507 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6508 * values.c (value_headof, value_from_vtable_info): Delete.
6509 * value.h (value_from_vtable_info): Delete prototype.
6510
d2324da4
AC
65112002-05-11 Andrew Cagney <ac131313@redhat.com>
6512
6513 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6514 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6515 $(gdb_regex_h).
6516 (gdb_assert_h): Define.
6517 (gdb_wait_h): Define.
6518 (gdb_regex_h): Define.
6519
5c717440
DJ
65202002-05-11 Daniel Jacobowitz <drow@mvista.com>
6521
6522 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6523 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6524
6c7861b3
JT
65252002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6526
6527 * nbsd-tdep.c: Fix comment.
6528
ea5bc2a6
JT
65292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6530
6531 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6532 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6533 (nbsd-tdep.o): New dependency list.
6534 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6535 nbsd-tdep.h.
6536 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6537 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6538 * nbsd-tdep.c: New file.
6539 * nbsd-tdep.h: New file.
6540 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6541 nbsd-tdep.h.
6542 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6543 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6544 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6545 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6546
b28da865
JT
65472002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6548
6549 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6550 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6551 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6552 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6553 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6554 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6555
4b8ff1fa
JT
65562002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6557
6558 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6559 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6560 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6561 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6562 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6563 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6564 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6565
dfe6eb1f
JT
65662002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6567
6568 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6569 fetch_elfcore_registers to...
6570 * i386nbsd-tdep.c: ...here.
6571 (i386nbsd_use_struct_convention): Rename to...
6572 (i386nbsd_aout_use_struct_convention): ...this.
6573 (i386nbsd_supply_reg): New function.
6574 (i386nbsd_fill_reg): New function.
6575 (fetch_core_registers): Use i386nbsd_supply_reg.
6576 (fetch_elfcore_registers): Likewise.
6577 (_initialize_i386nbsd_tdep): New function.
6578 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6579 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6580 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6581 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6582 (i386nbsd_aout_use_struct_convention): ...this.
6583
20cb8cda
JT
65842002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6585
6586 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6587 (store_inferior_registers): Use shnbsd_fill_reg.
6588 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6589 sh_nbsd_supply_register): Collapse into...
6590 (shnbsd_supply_reg): ...this.
6591 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6592 (shnbsd_fill_reg): ...this.
6593 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6594 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6595 (fetch_core_registers): Use shnbsd_supply_reg.
6596 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6597 (sh_nbsd_core_fns): Rename to...
6598 (shnbsd_core_fns): ...this.
6599 (sh_nbsd_elfcore_fns): Rename to...
6600 (shnbsd_elfcore_fns): ...this.
6601 (sh_nbsd_init_abi): Rename to...
6602 (shnbsd_init_abi): ...this.
6603 (_initialize_sh_nbsd_tdep): Rename to...
6604 (_initialize_shnbsd_tdep): ...this.
6605 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6606 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6607 sh_nbsd_fill_register): Remove prototypes.
6608 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6609
e750d25e
JT
66102002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6611
6612 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6613 (i387-nat.o): Delete dependency list.
6614 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6615 (x86-64-linux-nat.o): Likewise.
6616 * i387-nat.c: Delete file, moving contents to...
6617 * i387-tdep.c: ...here.
6618 * i387-nat.h: Rename...
6619 * i387-tdep.h: ...to this.
6620 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6621 * i386-linux-nat.c: Likewise.
6622 * i386bsd-nat.c: Likewise.
6623 * i386gnu-nat.c: Likewise.
6624 * i386nbsd-nat.c: Likewise.
6625 * i386v4-nat.c: Likewise.
6626 * x86-64-linux-nat.c: Likewise.
6627 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6628 * config/i386/go32.mh (NATDEPFILES): Likewise.
6629 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6630 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6631 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6632 * config/i386/linux.mh (NATDEPFILES): Likewise.
6633 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6634 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6635 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6636 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6637
1aee598a
JT
66382002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6639
6640 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6641 (alphanbsd-nat.o): Remove dependency list.
6642 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6643 * alphanbsd-nat.c: Delete. Contents moved to...
6644 * alphanbsd-tdep.c: ...here.
6645 (_initialize_alphanbsd_tdep): Register core functions.
6646 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6647
12bcb0fe
JT
66482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6649
6650 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6651 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6652 (alphanbsd-nat.o): Likewise.
6653 (alphabsd-tdep.o): New dependency list.
6654 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6655 (fill_gregset): Use alphabsd_fill_reg.
6656 (supply_fpregset): Use alphabsd_supply_fpreg.
6657 (fill_fpregset): Use alphabsd_fill_fpreg.
6658 (fetch_inferior_registers): Use struct reg and struct fpreg
6659 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6660 and alphabsd_supply_fpreg.
6661 (store_inferior_registers): Use struct reg and struct fpreg
6662 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6663 and alphabsd_fill_fpreg.
6664 * alphabsd-tdep.c: New file.
6665 * alphabsd-tdep.h: New file.
6666 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6667 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6668 alphabsd_supply_fpreg.
6669 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6670 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6671
361d1df0
EC
66722002-05-11 Eric Christopher <echristo@redhat.com>
6673
6674 * mips-tdep.c (mips_double_register_type): Fix thinko.
6675 (mips_single_register_type): Ditto.
6676 * MAINTAINERS: Add self.
6677
92dd7cee
MK
66782002-05-11 Mark Kettenis <kettenis@gnu.org>
6679
6680 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6681 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6682 right thing on architectures with different endianness and/or
6683 integer sizes.
6684
e27da16d
JT
66852002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6686
6687 From Christian Limpach <chris@Pin.LU>
6688 * configure.in: Change sed expression which comments out
6689 NATDEPFILES to also comment out continuation lines.
6690 * configure: Regenerate.
6691
ddde02bd
EZ
66922002-05-10 Elena Zannoni <ezannoni@redhat.com>
6693
6694 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6695 big patch.
6696
1c922164
EZ
66972002-05-10 Elena Zannoni <ezannoni@redhat.com>
6698
6699 * sh-tdep.c: Include correct file.
6700
283150cd
EZ
67012002-05-10 Elena Zannoni <ezannoni@redhat.com>
6702
6703 New support for sh64-elf (sh5) target.
6704
6705 * configure.tgt: For sh64-elf target, default to sh-elf.
6706
6707 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6708 (struct gdbarch_tdep): Add new fields for new registers and ABI
6709 info.
361d1df0 6710
283150cd
EZ
6711 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6712 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6713 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6714 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6715 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6716 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6717 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6718 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6719 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6720 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6721 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6722 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6723 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6724 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6725 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6726 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6727 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6728 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6729 sign_extend, sh64_nofp_frame_init_saved_regs,
6730 sh64_init_extra_frame_info, sh64_get_saved_register,
6731 sh64_extract_struct_value_address, sh64_pop_frame,
6732 sh64_push_arguments, sh64_extract_return_value,
6733 sh64_store_return_value, sh64_show_media_regs,
6734 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6735 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6736 sh_sh64_register_virtual_type,
6737 sh_sh64_register_convert_to_virtual,
6738 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6739 sh64_register_read, sh64_pseudo_register_write,
6740 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6741 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6742 sh64_do_pseudo_register, sh_compact_do_registers_info,
6743 sh64_do_registers_info, sh_gdbarch_init): New functions.
6744
3117ed25
EZ
67452002-05-10 Elena Zannoni <ezannoni@redhat.com>
6746
6747 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6748
2654e6d4
DJ
67492002-05-10 Daniel Jacobowitz <drow@mvista.com>
6750
6751 * linespec.c (decode_line_1): Check for a double quote after
6752 a filename correctly.
6753
9ab3e532
JB
67542002-05-10 Jim Blandy <jimb@redhat.com>
6755
6756 Properly track the size of the current objfile's .debug_line section.
6757 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6758 (DWARF_LINE_SIZE): New macro.
6759 (dwarf2_build_psymtabs_hard): Record the line section's size in
6760 the partial symbol table.
6761 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6762 symbol table.
6763
126fa72d
PS
67642002-05-10 Petr Sorfa <petrs@caldera.com>
6765
6766 * ia64-tdep.c: Handle breakpoints on L instruction type
6767 in MLX instruction bundle by moving the breakpoint to
6768 the third slot (X instruction type) as L holds only data.
6769
1f077a3e
KB
67702002-05-10 Kevin Buettner <kevinb@redhat.com>
6771
6772 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6773 (process_one_symbol): Complain about discarding local symbols
6774 due to a misplaced N_LBRAC entry.
6775
8120c9d5 67762002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6777
6778 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6779 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6780 decrease the depth we are at, in the case of templates.
361d1df0 6781
67b2c998
DJ
67822002-05-09 Daniel Jacobowitz <drow@mvista.com>
6783
6784 * mips-tdep.c (mips_float_register_type): New function.
6785 (mips_double_register_type): New function.
6786 (mips_print_register): Use them.
6787 (do_fp_register_row): Likewise.
6788
fd326606
DJ
67892002-05-09 Daniel Jacobowitz <drow@mvista.com>
6790
6609d9af 6791 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6792 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6793 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6794
bef35864
MS
67952002-05-09 Michael Snyder <msnyder@redhat.com>
6796
6797 * remote-rdp.c (remote_rdp_can_run): Remove.
6798
c55a3f73
TT
67992002-05-09 Tom Tromey <tromey@redhat.com>
6800
6801 * jv-valprint.c (java_val_print): Handle `char' as a special case
6802 of TYPE_CODE_INT.
6803
b8d5e71d
MS
68042002-05-09 Michael Snyder <msnyder@redhat.com>
6805
6806 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6807 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6808 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6809 str r(0123),[sp,#nn].
361d1df0 6810 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6811 order-independent by placing it in a loop.
6812
e2cd42dd
MS
68132002-05-06 Michael Snyder <msnyder@redhat.com>
6814
6815 * stabsread.c (read_type): Add recognition for new attribute:
6816 "@V;" means that an array type is actually a vector.
6817 This is analogous to the vector flag that's been added to dwarf2.
6818
3ce1502b
MK
68192002-05-09 Mark Kettenis <kettenis@gnu.org>
6820
6821 * i386-tdep.h (i386_abi): New enum.
6822 (struct gdbarch_tdep): Replace os_ident member with abi.
6823 (i386_gdbarch_register_os_abi): New prototype.
6824 * i386-tdep.c (i386_abi_names): New array.
6825 (process_note_abi_tag_sections): Removed.
6826 (process_note_sections): New function.
6827 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6828 (struct i386_abi_handler): New struct.
6829 (i386_abi_handler_list): New variable.
6830 (i386_gdbarch_register_os_abi): New function.
6831 (i386_gdbarch_init): Adapt for the changes given above.
6832
084c156a
DJ
68332002-05-08 Daniel Jacobowitz <drow@mvista.com>
6834
6835 * gregset.h: Say "GNU/Linux".
6836
6599f021
EZ
68372002-05-08 Elena Zannoni <ezannoni@redhat.com>
6838
6839 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6840 (build_gdbtypes): Build builtin_type_v2_float.
6841 (_initialize_gdbtypes): Register new builtin type.
6842
40af4b0c
AC
68432002-05-08 Andrew Cagney <ac131313@redhat.com>
6844
6845 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6846 (clear_gdbarch_swap): New function.
6847 (initialize_non_multiarch): Call.
6848 (gdbarch_update_p): Before calling init(), swap out and clear the
6849 existing architecture.
6850 * gdbarch.c: Regenerate.
6851
4fe84f46
JT
68522002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6853
6854 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6855 alphanbsd-tdep.c.
6856
4015edd1
JT
68572002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6858
6859 * sh-nbsd-nat.c: Rename to...
6860 * shnbsd-nat.c: ...this.
6861 * sh-nbsd-tdep.c: Rename to...
6862 * shnbsd-tdep.c: ...this.
6863 * sh-nbsd-tdep.h: Rename to...
6864 * shnbsd-tdep.h: ...this.
6865 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6866 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6867
0e2bd219
RE
68682002-05-08 Richard Earnshaw <rearnsha@arm.com>
6869
6870 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6871 concatenation for command help messages.
6872
13a38d45
JT
68732002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6874
6875 * NEWS: Note new sh*-*-netbsdelf* configuration.
6876 * configure.host: Set gdb_host_cpu to sh for all sh*.
6877 (sh*-*-netbsdelf*): New host.
6878 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6879 (sh*-*-netbsdelf*): New target.
6880 * sh-nbsd-nat.c: New file.
6881 * sh-nbsd-tdep.c: New file.
6882 * sh-nbsd-tdep.h: New file.
6883 * config/sh/nbsd.mh: New file.
6884 * config/sh/nbsd.mt: New file.
6885 * config/sh/nm-nbsd.h: New file.
6886 * config/sh/tm-nbsd.h: New file.
6887
d658f924
JT
68882002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6889
6890 * sh-tdep.c (sh_osabi_names): Declare.
6891 (process_note_abi_tag_sections): New function.
6892 (get_elfosabi): Ditto.
6893 (sh_gdbarch_register_os_abi): Ditto.
6894 (sh_dump_tdep): Ditto.
6895 _initialize_sh_tdep): Use gdbarch_register to register
6896 sh_gdbarch_init and sh_dump_tdep.
6897 * config/sh/tm-sh.h (sh_osabi): Declare.
6898 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6899
848cfffb
AC
69002002-05-07 Andrew Cagney <ac131313@redhat.com>
6901
6902 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6903 (thumb_scan_prologue): Ditto.
6904 (arm_find_callers_reg): Ditto.
6905 (arm_frame_chain): Ditto.
6906 (arm_init_extra_frame_info): Ditto.
6907 (arm_frame_saved_pc): Ditto.
6908 (arm_pop_frame): Ditto.
6909 (arm_push_return_address): New function.
6910 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6911 call_dummy_location, call_dummy_breakpoint_offset_p,
6912 call_dummy_breakpoint_offset, call_dummy_p,
6913 call_dummy_stack_adjust_p, call_dummy_words,
6914 sizeof_call_dummy_words, call_dummy_start_offset,
6915 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6916 call_dummy_address, push_return_address and push_dummy_frame for
6917 generic dummy frames.
6918
e7d717c0
JT
69192002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6920
6921 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6922 size computation for alloca.
6923 (sh_fp_frame_init_saved_regs): Likewise.
6924
7bbcf283
RE
69252002-05-07 Richard Earnshaw <rearnsha@arm.com>
6926
6927 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6928 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6929 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6930 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6931 * remote-rdp.c (remote_rdp_fetch_register): Use
6932 ARM_MAX_REGISTER_RAW_SIZE.
6933 (remote_rdp_store_register): Likewise.
6934
4657573b
ML
69352002-05-07 Michal Ludvig <mludvig@suse.cz>
6936
361d1df0 6937 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6938 added default labels to switch {} statements.
6939 * x86-64-tdep.c: Ditto.
6940 * x86-64-linux-nat.c: Ditto.
6941
010f3b2f
JT
69422002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6943
6944 * solib.h: Protect against multiple inclusion.
6945
debd256d
JB
69462002-05-06 Jim Blandy <jimb@redhat.com>
6947
9ab3e532
JB
6948 Add first preprocessor macro-expansion files.
6949 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6950 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6951 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6952 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6953 (COMMON_OBS): Add macrotab.o, macroexp.o.
6954 (macroexp.o, macrotab.o): New rules.
6955
debd256d
JB
6956 Separate the job of reading the line number info statement program
6957 header (...expialidocious) out into its own function.
6958 * dwarf2read.c (struct line_head, struct filenames, struct
6959 directories): Replace with...
6960 (struct line_header): New structure, containing the full
6961 contents of the statement program header, including the
6962 include directory and file name tables.
6963 (read_file_scope): If we have line number info, instead of just
6964 calling dwarf_decode_lines to do all the work, call
6965 dwarf_decode_line_header first to get a `struct line_header'
6966 containing the data in the statement program header, and then
6967 pass that to dwarf_decode_lines, which will pick up where that
6968 left off. Be sure to clean up the `struct line_header' object.
6969 (dwarf_decode_line_header, free_line_header, add_include_dir,
6970 add_file_name): New functions.
6971 (dwarf_decode_lines): Move all the code to read the statement
6972 program header into dwarf_decode_line_header. Take the line
6973 header it built as the first argument, instead of the offset to
6974 the compilation unit's line number info. Use the new `struct
6975 line_header' type instead of the old structures. No need to do
6976 cleanups here now, since we don't allocate anything.
6977 (dwarf2_statement_list_fits_in_line_number_section,
6978 dwarf2_line_header_too_long): New complaints.
6979
ac3aafc7
EZ
69802002-05-06 Elena Zannoni <ezannoni@redhat.com>
6981
6982 * gdbtypes.c (init_vector_type): New function.
6983 (build_builtin_type_vec128): Simplify the representation of SIMD
6984 registers.
6985 (build_gdbtypes): Initialize new builtin vector types.
6986 (_initialize_gdbtypes): Register new vector types with gdbarch.
6987 (builtin_type_v4_float, builtin_type_v4_int32,
6988 builtin_type_v8_int16, builtin_type_v16_int8,
6989 builtin_type_v2_int32, builtin_type_v4_int16,
6990 builtin_type_v8_int8): New (renamed) SIMD types.
6991
13e49980
MK
69922002-05-06 Mark Kettenis <kettenis@gnu.org>
6993
6994 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6995 (i387_fill_fxsave): Likewise.
6996
997b20b8
AO
69972002-05-05 Alexandre Oliva <aoliva@redhat.com>
6998
6999 * alpha-tdep.c (alpha_extract_return_value): Don't use
7000 non-constant array size in prototype.
7001
535c96ce
AC
70022002-05-04 Andrew Cagney <ac131313@redhat.com>
7003
7004 From Brian Taylor <briant at model dot com>:
7005 * ui-out.c (ui_out_field_core_addr): Use the function
7006 longest_local_hex_string_custom'to format addresses > 32 bits
7007 wide.
7008
7009 * ui-out.c (ui_out_field_core_addr): Update comment.
7010
bedfa57b
AC
70112002-05-04 Andrew Cagney <ac131313@redhat.com>
7012
7013 * stack.c (select_and_print_frame): Make static. Delete the
7014 parameter `level'.
7015 (func_command): Update call.
7016 (select_frame_command): Delete code computing the frame level.
7017 * frame.h (select_and_print_frame): Delete declaration.
7018
f621c63e
AC
70192002-05-04 Andrew Cagney <ac131313@redhat.com>
7020
7021 * sparc-tdep.c (sparc_get_saved_register): Comment why
7022 get_prev_frame call is safe.
7023
0f7d239c
AC
70242002-05-04 Andrew Cagney <ac131313@redhat.com>
7025
7026 * frame.h (select_frame): Delete level parameter.
7027 * stack.c (select_frame): Update. Use frame_relative_level to
7028 obtain the frame's level.
7029 (select_and_print_frame): Update call.
7030 (select_frame_command): Ditto.
7031 (up_silently_base): Ditto.
7032 (down_silently_base): Ditto.
7033 * ocd.c (ocd_start_remote): Ditto.
7034 * remote-rdp.c (remote_rdp_open): Ditto.
7035 * remote-mips.c (mips_initialize): Ditto.
7036 (common_open): Ditto.
7037 * remote-e7000.c (e7000_start_remote): Ditto.
7038 * m3-nat.c (select_thread): Ditto.
7039 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7040 (child_get_current_exception_event): Ditto.
7041 * varobj.c (varobj_create): Ditto.
7042 (varobj_update): Ditto.
7043 (c_value_of_root): Ditto.
7044 * tracepoint.c (finish_tfind_command): Ditto.
7045 * corelow.c (core_open): Ditto.
7046 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7047 * thread.c (info_threads_command): Ditto.
7048 (switch_to_thread): Ditto.
7049 * infrun.c (normal_stop): Ditto.
7050 (restore_selected_frame): Ditto.
7051 (restore_inferior_status): Ditto.
7052 * breakpoint.c (insert_breakpoints): Ditto.
7053 (watchpoint_check): Ditto.
7054 (bpstat_stop_status): Ditto.
7055 (do_enable_breakpoint): Ditto.
7056 * blockframe.c (flush_cached_frames): Ditto.
7057 (reinit_frame_cache): Ditto.
7058
71d6c7b1
AC
70592002-05-04 Andrew Cagney <ac131313@redhat.com>
7060
7061 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7062 maintainer.
7063
cda6c68a
JB
70642002-05-04 Jim Blandy <jimb@redhat.com>
7065
7066 * gdbtypes.c (replace_type): Doc fix.
7067
5c1c87f0
AC
70682002-05-04 Andrew Cagney <ac131313@redhat.com>
7069
7070 * valprint.c (strcat_longest): Delete commented out function.
7071 Update copyright.
7072
cd9bfe15
AC
70732002-05-04 Andrew Cagney <ac131313@redhat.com>
7074
7075 * MAINTAINERS: Mark a29k as deleted.
7076 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7077 Move new configurations to the top.
7078 * configure.tgt: Remove a29k.
7079 * config/a29k/tm-vx29k.h: Delete.
7080 * config/a29k/vx29k.mt: Delete.
7081 * config/a29k/tm-a29k.h: Delete.
7082 * config/a29k/a29k-udi.mt: Delete.
7083 * config/a29k/a29k.mt: Delete.
7084 * a29k-tdep.c: Delete.
7085 * remote-udi.c: Delete.
7086 * remote-mm.c: Delete.
7087 * remote-eb.c: Delete.
7088 * remote-adapt.c: Delete.
7089 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7090 * config/s390/s390x.mt: Ditto.
7091 * config/s390/s390.mt: Ditto.
7092 * config/sparc/sparclynx.mh: Ditto.
7093 * config/sparc/linux.mh: Ditto.
7094 * config/pa/hppaosf.mh: Ditto.
7095 * config/pa/hppabsd.mh: Ditto.
7096 * config/ns32k/nbsd.mt: Ditto.
7097 * config/mips/vr5000.mt: Ditto.
7098 * config/m68k/sun3os4.mh: Ditto.
7099 * config/m68k/nbsd.mt: Ditto.
7100 * config/m68k/m68klynx.mh: Ditto.
7101 * config/m32r/m32r.mt: Ditto.
7102 * config/i386/x86-64linux.mt: Ditto.
7103 * config/i386/nbsdelf.mt: Ditto.
7104 * config/i386/nbsd.mt: Ditto.
7105 * config/i386/i386lynx.mh: Ditto.
7106
bf0c5130
AC
71072002-05-04 Andrew Cagney <ac131313@redhat.com>
7108
7109 * target.c (debug_print_register): New function. Handle oversize
7110 registers.
7111 (debug_to_fetch_registers): Call.
7112 (debug_to_store_registers): Call.
7113
2ae1c2d2
JB
71142002-05-03 Jim Blandy <jimb@redhat.com>
7115
13a393b0
JB
7116 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7117 (read_type): Doc fix.
7118 * gdbtypes.c (replace_type): Doc fix.
7119
2ae1c2d2
JB
7120 * stabsread.c (multiply_defined_struct): New complaint.
7121 (read_struct_type): If the type we were passed isn't empty, or
7122 incomplete, don't read the new struct type into it; complain,
7123 and return the original type unchanged. Take a new `type_code'
7124 argument, which is the type code for the new type.
7125 (read_type): Rather than storing the type's type code here, pass
7126 it as an argument to read_struct_type, and let that take care of
7127 storing it. That way, we don't overwrite the original type code,
7128 so read_struct_type can use it to decide whether we're overwriting
7129 something we shouldn't.
7130 (complain_about_struct_wipeout): New function.
7131
8de9bdc4
AC
71322002-05-03 Andrew Cagney <ac131313@redhat.com>
7133
7134 * gdbarch.sh: Assert that gdbarch is non-NULL.
7135 * gdbarch.c: Regenerate.
7136
f773fdbb
JM
71372002-05-03 Jason Merrill <jason@redhat.com>
7138
7139 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7140 and return NULL.
7141
0e04a514
ML
71422002-05-03 Michal Ludvig <mludvig@suse.cz>
7143
7144 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7145 (x86_64_dwarf2gdb_regno_map_length),
7146 (x86_64_dwarf2_reg_to_regnum): Added.
7147 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7148 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7149 (_initialize_x86_64_tdep): Synced with the change above.
7150 (x86_64_skip_prologue): Reformulated message.
7151
065432a8
PM
71522002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7153
7154 * f-exp.y: Also use new prev_lexptr variable
7155 to improve error reporting. Based on Michael Snyder
7156 2002-04-24 dated patch to c-exp.y.
7157 * jv-exp.y: Likewise.
7158 * m2-exp.y: Likewise.
7159
a3162708
EZ
71602002-05-02 Elena Zannoni <ezannoni@redhat.com>
7161
7162 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7163 we are dealing with vectors.
7164
03620c38
PM
71652002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7166
7167 * config/m68k/tm-nbsd.h: Obvious fix,
7168 correct machine name.
7169
6604db2e
PM
71702002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7171
7172 * p-typeprint.c (pascal_type_print_base): Add support
7173 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7174
0906b739
PM
71752002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7176
7177 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7178 for fondamental pascal 'char' type.
7179
e2625b33
PM
71802002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7181
7182 * p-lang.h (is_pascal_string_type): Declaration changed,
7183 new sixth argument of type char ** added.
361d1df0 7184 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7185 changed. Args length_pos, length_size, string_pos, char_size
7186 can now be NULL. New argument arrayname set to the field
7187 name of the char array. Return value set to char array
7188 field index plus one.
361d1df0 7189 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7190 is_pascal_string_type function.
7191
cf17c188
AC
71922002-05-02 Andrew Cagney <cagney@redhat.com>
7193
7194 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7195 <cagney@redhat.com> change.
7196 * gdbarch.c: Regenerate.
7197
52bca491
AC
71982002-05-02 Andrew Cagney <cagney@redhat.com>
7199
7200 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7201 before probing for a new one. Detect errorenous gdbarch_init
7202 functions.
7203 * gdbarch.c: Regenerate.
7204
d5e72505
AC
72052002-05-01 Andrew Cagney <cagney@redhat.com>
7206
7207 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7208 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7209 * config/v850/tm-v850.h: Ditto. Update copyright.
7210
af566d9f
AC
72112002-04-30 Andrew Cagney <ac131313@redhat.com>
7212
7213 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7214 current_gdbarch.
7215
880d85fa
MS
72162002-04-30 Michael Snyder <msnyder@redhat.com>
7217
94c30b78
MS
7218 * arm-tdep.c: Whitespace clean-ups.
7219 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7220 should have been removed as part of 4/24 change.
7221
6f5987a6
KB
72222002-04-30 Kevin Buettner <kevinb@redhat.com>
7223
7224 * rs6000-tdep.c: Added comment describing how fpscr register
7225 numbers were chosen.
7226
1a113c93
MS
72272002-04-30 Michael Snyder <msnyder@redhat.com>
7228
7229 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7230
9a6f53fe
EZ
72312002-04-29 Elena Zannoni <ezannoni@redhat.com>
7232
7233 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7234 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7235 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7236
11ed25ac
KB
72372002-04-29 Kevin Buettner <kevinb@redhat.com>
7238
7239 From Louis Hamilton <hamilton@redhat.com>:
7240 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7241 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7242 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7243 not bfd-private xcoff data, to determine wordsize.
7244 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7245
ae232405
AC
72462002-04-29 Andrew Cagney <ac131313@redhat.com>
7247
7248 GDB 5.2 released from 5.2 branch.
7249
91fd20f7
ML
72502002-04-29 Michal Ludvig <mludvig@suse.cz>
7251
7252 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7253 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7254 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7255
2dc5091b
EZ
72562002-04-29 Elena Zannoni <ezannoni@redhat.com>
7257
7258 * rs6000-tdep.c (rs6000_extract_return_value,
7259 rs6000_store_return_value): Handle returning vectors.
7260 (rs6000_gdbarch_init): Use
7261 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7262 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7263 New function.
7264 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7265 vectors.
7266 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7267 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7268
2b9848d8
PM
72692002-04-24 Pierre Muller <ics.u-strasbg.fr>
7270
7271 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7272 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7273 with fprintf_unfiltered (gdb_stderr,...).
7274
f8d17dc5
PM
72752002-04-24 Pierre Muller <ics.u-strasbg.fr>
7276
7277 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7278 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7279 Replace fprintf (stderr,...
7280 with fprintf_unfiltered (gdb_stderr,....
7281 * remote-es.c: Likewise.
7282 * remote-os9k.c: Likewise.
7283 * remote-st.c: Likewise.
7284
2f2f1ad1
AS
72852002-04-28 Andreas Schwab <schwab@suse.de>
7286
7287 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7288 linux-proc.o and gcore.o.
7289
b6779aa2
AC
72902002-04-26 Michal Ludvig <mludvig@suse.cz>
7291
7292 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7293 code without frame pointers.
7294
7e57f5f4
AC
72952002-04-26 Andrew Cagney <ac131313@redhat.com>
7296
7297 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7298 ON_STACK is needed.
7299
2ceb85d0
BE
73002002-04-26 Ben Elliston <bje@redhat.com>
7301
7302 * target.c (do_xfer_memory): Correct reference to the new option
7303 "trust-readonly-sections".
7304
f5f8a009
EZ
73052002-04-26 Elena Zannoni <ezannoni@redhat.com>
7306
7307 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7308 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7309 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7310 vectors.
7311 (read_array_type): Record the fact that this array type is really a
7312 vector (i.e. are passed in by value).
7313
5868c862
JT
73142002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7315
7316 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7317 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7318 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7319 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7320 * alpha-linux-tdep.c: Include frame.h.
7321 (alpha_linux_sigcontext_addr): New function.
7322 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7323 alpha_linux_sigcontext_addr.
7324 * alpha-osf1-tdep.c: Include gdbcore.h.
7325 (alpha_osf1_sigcontext_addr): New function.
7326 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7327 alpha_osf1_sigcontext_addr.
7328 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7329 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7330
bfb01f37
AC
73312002-04-26 Andrew Cagney <ac131313@redhat.com>
7332
361d1df0 7333 * stack.c (selected_frame_level):
bfb01f37
AC
7334 (select_frame): Do not set selected_frame_level.
7335 * frame.h (selected_frame_level): Delete declaration.
7336
15813d3f
AC
73372002-04-26 Andrew Cagney <ac131313@redhat.com>
7338
7339 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7340 convert_from_func_ptr-addr when AIX / PowerOpen.
7341
6096c27a
AC
73422002-04-25 Andrew Cagney <ac131313@redhat.com>
7343
7344 * valops.c (hand_function_call): Call
7345 generic_save_call_dummy_addr.
7346 * frame.h (generic_save_call_dummy_addr): Declare.
7347 * blockframe.c (struct dummy_frame): Add fields call_lo and
7348 call_hi.
7349 (generic_find_dummy_frame): Check for PC in range call_lo to
7350 call_hi instead of entry_point_address.
7351 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7352 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7353 (generic_save_call_dummy_addr): New function.
7354
f510d44e
DM
73552002-04-24 David S. Miller <davem@redhat.com>
7356
7357 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7358 sparc_skip_prologue.
7359 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7360 information to find prologue when possible.
7361 (sparc_prologue_frameless_p): Call examine_prologue directly.
7362 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7363 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7364 second argument.
7365 (SKIP_PROLOGUE): Likewise.
7366
15d72a92
JT
73672002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7368
7369 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7370 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7371 indicate that the condition it was testing is always true.
7372 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7373 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7374 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7375
accc6d1f
JT
73762002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7377
7378 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7379 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7380 tdep->jb_pc and tdep->jb_elt_size.
7381 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7382 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7383 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7384 * alpha-nat.c (get_longjmp_target): Remove.
7385 (JB_ELEMENT_SIZE): Ditto.
7386 (JB_PC): Ditto.
7387 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7388 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7389 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7390 to alpha_get_longjmp_target.
7391 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7392 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7393 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7394
1bfdc549
AC
73952002-04-25 Andrew Cagney <ac131313@redhat.com>
7396
7397 * README: Update to GDB 5.2.
7398
1bd316f0
AC
73992002-04-25 Andrew Cagney <ac131313@redhat.com>
7400
7401 * gdbarch.sh (LC_ALL): Set to `c'.
7402
2e5ff58c
TR
74032002-04-25 Theodore A. Roth <troth@verinet.com>
7404
7405 * avr-tdep.c: Ran through gdb_indent.sh.
7406
e33ce519
TR
74072002-04-25 Theodore A. Roth <troth@verinet.com>
7408
7409 * MAINTAINERS: Add myself as AVR maintainer.
7410 * NEWS: Note new target avr.
7411
8818c391
TR
74122002-04-25 Theodore A. Roth <troth@verinet.com>
7413
7414 * Makefile.in: Add support for AVR target.
7415 * configure.tgt: Add support for AVR target.
7416 * avr-tdep.c: New file
7417 * config/avr/avr.mt: New file.
7418
79509c2d
TR
74192002-04-25 Theodore A. Roth <troth@verinet.com>
7420
7421 * MAINTAINERS: Add myself to write-after-approval.
7422
dac8068e
PM
74232002-04-24 Pierre Muller <ics.u-strasbg.fr>
7424
7425 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7426 with fprintf_unfiltered (gdb_stderr,....
7427
25bf3106
PM
74282002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7429
7430 Fix PR gdb/508.
7431 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7432
24467a86
PM
74332002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7434
7435 * p-exp.y: Also use new prev_lexptr variable
7436 to improve error reporting. Based on Michael Snyder
7437 2002-04-24 dated patch to c-exp.y.
7438
95b80706
JT
74392002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7440
7441 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7442 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7443 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7444 to 0.
7445 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7446 and struct value.
7447 (FUNCTION_START_OFFSET): Remove.
7448 (BREAKPOINT): Ditto.
7449
e90cc612
JT
74502002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7451
7452 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7453 * NEWS: Ditto.
7454
6c72f9f9
JT
74552002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7456
7457 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7458 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7459 alpha_linux_pc_in_sigtramp.
7460 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7461 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7462 alpha_osf1_pc_in_sigtramp.
7463 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7464 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7465 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7466 alphafbsd_pc_in_sigtramp.
7467 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7468 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7469 alphanbsd_pc_in_sigtramp.
7470 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7471 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7472
5e4f3379
JT
74732002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7474
7475 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7476
da8ca43d
JT
74772002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7478
7479 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7480 alphanbsd-tdep.c.
7481 (alphanbsd-nat.o): New dependency list.
7482 (alphanbsd-tdep.o): Ditto.
7483 * NEWS: Note new native NetBSD/alpha configuration.
7484 * alphanbsd-nat.c: New file.
7485 * alphanbsd-tdep.c: Ditto.
7486 * configure.host (alpha*-*-netbsd*): New host.
7487 * configure.tgt (alpha*-*-netbsd*): New target.
7488 * config/alpha/nbsd.mh: New file.
7489 * config/alpha/nbsd.mt: Ditto.
7490 * config/alpha/nm-nbsd.h: Ditto.
7491 * config/alpha/tm-nbsd.h: Ditto.
7492
36a6271d
JT
74932002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7494
7495 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7496 (alpha-osf1-tdep.o): New dependency list.
7497 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7498 and skip_sigtramp_frame members.
7499 * alpha-linux-tdep.c: Include gdbcore.h.
7500 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7501 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7502 * alpha-osf1-tdep.c: New file.
7503 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7504 alpha-osf1-dep.c.
7505 (alpha_frame_past_sigtramp_frame): New function.
7506 (alpha_dynamic_sigtramp_offset): Ditto.
7507 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7508 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7509 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7510 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7511 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7512 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7513 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7514 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7515 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7516 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7517 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7518 to find_solib_trampoline_target.
7519 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7520 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7521 (SKIP_TRAMPOLINE_CODE): Remove.
7522 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7523 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7524 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7525 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7526 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7527 (PROC_SIGTRAMP_MAGIC): Ditto.
7528 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7529 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7530 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7531 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7532 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7533
2f4bc57b
JT
75342002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7535
7536 * NEWS: Note that Alpha targets are now multi-arch.
7537
665132f9
MS
75382002-04-24 Michael Snyder <msnyder@redhat.com>
7539
7540 * parser-defs.h (prev_lexptr): New external variable.
7541 * parse.c (parse_exp_1): Set prev_lexptr to null before
7542 calling the language-specific parser.
7543 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7544 (yyerror): Use prev_lexptr in error reporting.
7545
32872fa7
DJ
75462002-04-24 Daniel Jacobowitz <drow@mvista.com>
7547
7548 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7549 * gregset.h: If FILL_FPXREGSET is defined, provide
7550 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7551 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7552 is defined, call fill_fpxregset.
7553
57e76fac
MS
75542002-04-24 Roland McGrath <roland@frob.com>
7555
7556 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7557 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7558 (supply_gregset, supply_fpregset): New functions.
7559
7560 * gnu-nat.c (gnu_find_memory_regions): New function.
7561 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7562 (gnu_xfer_memory): Add a cast.
7563
f43845b3
MS
75642002-04-24 Michael Snyder <msnyder@redhat.com>
7565
361d1df0 7566 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7567 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7568 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7569 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7570 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7571 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7572
a0abec03
AC
7573Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7574
7575 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7576 NUM_PSEUDO_REGS can be used.
7577
d7bd68ca
AC
75782002-04-24 Andrew Cagney <ac131313@redhat.com>
7579
7580 * arch-utils.h: Update copyright.
7581
7582 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7583 * gdbarch.h, gdbarch.c: Re-generate.
7584
7585 * inferior.h (IN_SIGTRAMP): Delete definition.
7586 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7587 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7588
7589 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7590 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7591 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7592 (find_proc_framesize): Ditto.
7593 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7594 (alpha_init_extra_frame_info): Ditto.
7595 * infrun.c (handle_inferior_event): Ditto.
7596 (handle_inferior_event): Ditto.
7597 (check_sigtramp2): Ditto.
7598 * blockframe.c (create_new_frame): Ditto.
7599 (get_prev_frame): Ditto.
7600 * ppc-linux-tdep.c: Update comments.
7601 * i386-linux-tdep.c: Update comments.
7602 * breakpoint.c (bpstat_what): Update comment.
7603
4867e41e
DM
76042002-04-24 David S. Miller <davem@redhat.com>
7605
21d83aa5
DM
7606 * i960-tdep.c (register_in_window_p): New function.
7607 (i960_find_saved_register): Use it instead of
7608 REGISTER_IN_WINDOW_P.
7609 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7610
4867e41e
DM
7611 * symtab.h (find_stab_function_addr): Kill extern.
7612 * minsyms.c (find_stab_function_addr): Remove from here...
7613 * dbxread.c: ... to here, and mark it static.
7614
69cdf6a2
DM
76152002-04-20 David S. Miller <davem@redhat.com>
7616
7617 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7618 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7619
5a595886
DM
76202002-04-21 David S. Miller <davem@redhat.com>
7621
7622 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7623 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7624 (vx_write_register): Likewise.
7625
1da1a192
JB
76262002-04-23 J. Brobecker <brobecker@gnat.com>
7627
7628 * source.c (is_regular_file): New function.
7629 (openp): Check wether file to open is a regular file
7630 to avoid opening directories.
7631
baa6f10b
JT
76322002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7633
7634 * findvar.c (extract_signed_integer): Cast printf argument
7635 to suppress format warning.
7636 (extract_unsigned_integer): Likewise.
7637 * infcmd.c (registers_info): Likewise.
7638 * top.c (get_prompt_1): Likewise.
7639 * valops.c (value_assign): Likewise.
7640 * valprint.c (print_decimal): Likewise.
7641
b2c4da81
L
76422002-04-22 H.J. Lu (hjl@gnu.org)
7643
7644 * c-exp.y (typebase): Support
361d1df0 7645
b2c4da81
L
7646 [long|long long|short] [signed|unsigned] [int|]
7647
7648 and
7649
7650 signed [long|long long|short] int
7651
f267bd6a
JT
76522002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7653
7654 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7655 and vax-tdep.h.
7656 * vax-tdep.h: New file.
7657 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7658 Make several routines static.
7659 (vax_get_saved_register): New function.
7660 (vax_gdbarch_init): New function.
7661 (_initialize_vax_tdep): Register vax_gdbarch_init.
7662 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7663 Remove macros now under the control of gdbarch.
7664
da3c6d4a
MS
76652002-04-22 Michael Snyder <msnyder@redhat.com>
7666
11d3b27d
MS
7667 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7668 Some whitespace and coding standards tweaks.
da3c6d4a 7669
a33f7558
JT
76702002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7671
7672 * vax-tdep.c: Include regcache.h.
7673 (vax_call_dummy_words): New.
7674 (sizeof_vax_call_dummy_words): New.
7675 (vax_fix_call_dummy): New function.
7676 (vax_saved_pc_after_call): Ditto.
7677 * config/vax/tm-vax.h: Don't include regcache.h.
7678 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7679 (CALL_DUMMY): Remove.
7680 (CALL_DUMMY_WORDS): Define.
7681 (SIZEOF_CALL_DUMMY_WORDS): Define.
7682 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7683
47a73475
MS
76842002-04-18 Michael Snyder <msnyder@redhat.com>
7685
7686 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7687
52efde73
JT
76882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7689
7690 * vax-tdep.c (vax_frame_chain): New function.
7691 (vax_push_dummy_frame): Ditto.
7692 (vax_pop_frame): Ditto.
7693 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7694 (FRAMELESS_FUNCTION_INVOCATION): Use
7695 generic_frameless_function_invocation_not.
7696 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7697 (POP_FRAME): Use vax_pop_frame.
7698
ea74468c
JT
76992002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7700
7701 * vax-tdep.c (vax_store_struct_return): New function.
7702 (vax_extract_return_value): Ditto.
7703 (vax_store_return_value): Ditto.
7704 (vax_extract_struct_value_address): Ditto.
7705 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7706 vax_store_struct_return.
7707 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7708 (STORE_RETURN_VALUE): Use vax_store_return_value.
7709 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7710
5516aa92
JT
77112002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7712
7713 * vax-tdep.c (vax_frame_saved_pc): New function.
7714 (vax_frame_args_address_correct): Ditto.
7715 (vax_frame_args_address): Ditto.
7716 (vax_frame_locals_address): Ditto.
7717 (vax_frame_num_args): Move code to be in proximity to
7718 other frame-related functions.
7719 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7720 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7721 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7722 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7723 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7724
36af0b35
L
77252002-04-22 H.J. Lu (hjl@gnu.org)
7726
7727 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7728 includedir.
7729
ab62c900
JT
77302002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7731
7732 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7733 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7734 (FRAME_INIT_SAVED_REGS): New macro.
7735
7232b100
JT
77362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7737
7738 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7739
b70d2aee
JT
77402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7741
7742 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7743 where needed.
7744 (fetch_osf_core_registers): Likewise.
7745 (supply_gregset): Likewise.
7746
a0e8a2d1 77472002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7748
a0e8a2d1
JB
7749 * symfile.h (get_section_index): Define.
7750 * symfile.c (get_section_index): New function.
7751 * mdebugread.c (SC_IS_SBSS): New macro.
7752 (SC_IS_BSS): Return true for the scBss storage class only, as
7753 the scSBss storage class refers to the .sbss section.
7754 (parse_partial_symbols): Discard the symbols which associated
7755 section does not exist.
7756 Make sure to use the .sbss section index for symbols which
7757 storage class is scBss, rather than using the .bss section index.
7758
51eb8b08
JT
77592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7760
7761 * vax-tdep.c: Update copyright years.
7762 (vax_register_name): New function.
7763 (vax_register_byte): Ditto.
7764 (vax_register_raw_size): Ditto.
7765 (vax_register_virtual_size): Ditto.
7766 (vax_register_virtual_type): Ditto.
7767 * config/vax/tm-vax.h: Update copyright years.
7768 (REGISTER_NAMES): Remove.
7769 (REGISTER_NAME): Define.
7770 (REGISTER_BYTE): Use vax_register_byte.
7771 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7772 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7773 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7774
6cc1c0a8
AC
77752002-04-21 Andrew Cagney <ac131313@redhat.com>
7776
7777 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7778 declaration
7779 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7780
9319a2fe
DM
77812002-04-21 David S. Miller <davem@redhat.com>
7782
7783 * arch-utils.c (generic_prologue_frameless_p): Kill
7784 SKIP_PROLOGUE_FRAMELESS_P code.
7785 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7786 references.
7787 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7788 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7789 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7790 references.
7791 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7792 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7793 (sparc_gdbarch_init): Pass it to
7794 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7795
e9ed6d01
JT
77962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7799 (alphabsd-nat.o): New dependency list.
7800
36012033
JT
78012002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7802
7803 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7804 alphafbsd-tdep.c.
7805 (alpha-linux-tdep.o): New dependency list.
7806 (alphafbsd-tdep.o): Likewise.
7807
3379287a
JT
78082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7809
7810 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7811 to here...
7812 * alpha-tdep.c: ...from here.
7813 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7814
4bcbd6cb
JT
78152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7816
7817 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7818 prototype from here...
7819 * alpha-tdep.h: ...to here.
7820
b31da25e
AC
78212002-04-21 Andrew Cagney <ac131313@redhat.com>
7822
7823 * frame.h (selected_frame_level): Document as deprecated.
7824 (frame_relative_level): Declare.
7825 * stack.c (frame_relative_level): New function.
7826 (selected_frame_level): Document as deprecated.
7827 (select_frame): Do not set the selected_frame_level.
7828
7829 * stack.c (frame_info, record_selected_frame): Update.
7830 (frame_command, current_frame_command): Update.
7831 (up_silently_base, up_command, down_silently_base): Update.
7832 (down_command): Update.
7833 * inflow.c (kill_command): Update.
7834 * tracepoint.c (finish_tfind_command): Update.
7835 * corelow.c (core_open): Update.
7836 * thread.c (info_threads_command): Update.
7837 (do_captured_thread_select): Update.
7838 * infcmd.c (finish_command): Update.
7839 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7840
9c1d6fe5
JT
78412002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7842
7843 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7844
ab89facf
AC
78452002-04-21 Andrew Cagney <ac131313@redhat.com>
7846
7847 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7848 type const.
7849
82a4efa1
JT
78502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7851
7852 * alphafbsd-tdep.c: Update copyright years. Include
7853 alpha-tdep.h.
7854 (alphafbsd_use_struct_convention): Make static.
7855 (alphafbsd_init_abi): New function.
7856 (_initialize_alphafbsd_tdep): New function.
7857 * config/alpha/tm-fbsd.h: Update copyright years.
7858 (USE_STRUCT_CONVENTION): Remove.
7859
44dffaac
JT
78602002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7861
7862 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7863 an Alpha ABI variant.
7864 (alpha_abi_handler_list): Declare.
7865 (alpha_gdbarch_register_os_abi): New function.
7866 (alpha_gdbarch_init): Give registered ABI variant handlers a
7867 chance to tweak the gdbarch once we have set up defaults.
7868 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7869
65585be4
JT
78702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7871
7872 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7873 to standard_coerce_float_to_double.
7874 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7875
d9b023cc
JT
78762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7877
7878 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7879 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7880 from gdbarch_tdep rather than a constant.
7881 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7882 the default text address for all Alpha Unix ABIs.
7883 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7884 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7885
dc129d82
JT
78862002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7887
7888 * alpha-tdep.h: New file. Includes several Alpha target constants
7889 taken from...
7890 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7891 let gdbarch deal with.
7892 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7893 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7894 to dependency list.
7895 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7896 Alpha target register names.
7897 * alphabsd-nat.c: Likewise.
7898 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7899 Alpha target register names. Make serveral routines static.
7900 (alpha_get_saved_register): New function.
7901 (alpha_abi_names): New.
7902 (process_note_abi_tag_sections): New function.
7903 (get_elfosabi): New function.
7904 (alpha_gdbarch_init): New function.
7905 (alpha_dump_tdep): New function.
7906 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7907
d49d1e0a
AC
79082002-04-21 Andrew Cagney <ac131313@redhat.com>
7909
7910 * frame.c (find_saved_register): Delete #ifdef
7911 HAVE_REGISTER_WINDOWS code.
7912 * config/sparc/tm-sparc.h: Update comments.
7913 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7914
92e8c9ed
AC
79152002-04-21 Andrew Cagney <ac131313@redhat.com>
7916
7917 * i960-tdep.c (i960_find_saved_register): New function.
7918 (i960_get_saved_register): New function.
7919 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7920 (i960_get_saved_register): Declare.
7921 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7922
e1925118
DM
79232002-04-20 David S. Miller <davem@redhat.com>
7924
7925 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7926
29673b29
AC
79272002-04-20 Andrew Cagney <ac131313@redhat.com>
7928
7929 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7930 instead of NUM_PSEUDO_REGS.
7931
6c86dcd5
DM
79322002-04-20 David S. Miller <davem@redhat.com>
7933
7934 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7935 GDB_MULTI_ARCH_PARTIAL
7936 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7937 define, let tm-sp64.h do it.
7938
aa40ec90
JT
79392002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7940
7941 * frame.c (find_saved_register): Avoid a NULL pointer
7942 dereference and actually walk the frame list.
7943
0f79675b
AC
79442002-04-20 Andrew Cagney <ac131313@redhat.com>
7945
7946 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7947 sorted in most most-recent-used order. Document.
7948 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7949
f91305dd 79502002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7951
7952 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7953 instead of ->prev.
7954 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7955 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7956 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7957 instead of ->prev.
7958
73d322b1
EZ
79592002-04-19 Elena Zannoni <ezannoni@redhat.com>
7960
7961 Fix PR gdb/471.
7962 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7963 (build_builtin_type_vec128): Ditto.
7964 (append_composite_type_field): Fix calculation of type length in
7965 union case.
7966
ccd9a834
EZ
79672002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7968
7969 * config/djgpp/README: Update.
7970
7971 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7972 compiler warnings.
7973
a57f9e49
JT
79742002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7975
7976 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7977 (alpha_setup_arbitrary_frame): ...to this.
7978 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7979 for alpha_setup_arbitrary_frame.
7980
f4f9705a
AC
79812002-04-18 Andrew Cagney <cagney@redhat.com>
7982
7983 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7984 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7985
f4f9705a
AC
7986 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7987 * target.h (memory_breakpoint_from_pc): Update declaration.
7988 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7989
7990 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7991 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7992 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7993 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7994 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7995 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7996 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7997 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7998 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7999 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8000 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8001 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8002
8003 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8004 const pointer.
8005 * monitor.c (monitor_insert_breakpoint): Ditto.
8006 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8007
8008 * config/mcore/tm-mcore.h: Update copyright.
8009 * mem-break.c: Ditto.
8010 * xstormy16-tdep.c: Ditto.
8011
29f319b8
PM
80122002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8013
8014 * p-exp.y: Add precedence rule for '^' token.
8015 This removes the shift/reduce conflicts.
8016 Remove the comment concerning these shift/reduce conflicts.
8017
ebeac11a
EZ
80182002-04-18 Elena Zannoni <ezannoni@redhat.com>
8019
8020 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8021 (registers_powerpc_nofp): New register set for processors
8022 without floating point unit.
8023
27c31547
DM
80242002-04-18 David S. Miller <davem@redhat.com>
8025
8026 * MAINTAINERS: Add myself to write-after-approval.
8027
47a73475
MS
80282002-04-17 Michael Snyder <msnyder@redhat.com>
8029
8030 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8031
953836b2
AC
80322002-04-17 Andrew Cagney <ac131313@redhat.com>
8033
8034 * rs6000-tdep.c (frame_initial_stack_address): Use
8035 frame_register_read to read the alloca_reg.
8036
8b0d4340
AC
80372002-04-17 Andrew Cagney <ac131313@redhat.com>
8038
8039 * frame.c (find_saved_register): Find saved registers in the next
8040 not prev frame.
8041 Fix PR gdb/365.
8042
d8864532
AC
80432002-04-17 Andrew Cagney <ac131313@redhat.com>
8044
8045 * gdbarch.sh (LANG): Set to ``c''.
8046
36cc83a3 80472002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8048
36cc83a3 8049 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8050
2f4150cc 80512002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8052
8053 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8054 Update copyright.
8055
628703c6 8056 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8057 Also fix PR gdb/391.
361d1df0 8058
56157b4a
AC
80592002-04-14 Andrew Cagney <ac131313@redhat.com>
8060
8061 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8062 * aclocal.m4, configure: Re-generate.
8063 Fix PR gdb/391.
361d1df0 8064
6d1e3329
EZ
80652002-04-14 Elena Zannoni <ezannoni@redhat.com>
8066
8067 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8068 instead of tm_print_insn.
8069
cb06fa07
EZ
80702002-04-14 Elena Zannoni <ezannoni@redhat.com>
8071
8072 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8073
f208ba17
AC
80742002-04-14 Andrew Cagney <ac131313@redhat.com>
8075
8076 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8077 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8078 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8079
20f01a46
DH
80802002-04-12 Don Howard <dhoward@redhat.com>
8081
8082 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8083 max_user_call_depth.
8084 (init_cmd_lists): Initialize the new value;
8085 * cli/cli-script.c (execute_user_command): Limit the call depth of
8086 user defined commands. This avoids a core-dump when user commands
8087 are infinitly recursive.
8088
a88376a3
KB
80892002-04-12 Kevin Buettner <kevinb@redhat.com>
8090
8091 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8092 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8093 from tdep struct instead of DEFAULT_LR_SAVE.
8094 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8095 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8096 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8097
f2172603
MS
80982002-04-12 Michael Snyder <msnyder@redhat.com>
8099
694f61fb 8100 * Remote.c: Spelling fix.
20fe79c8
MS
8101 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8102 If no symbol found for "sbrk", try "_sbrk".
8103 (make_output_phdrs): Use bfd_section_name.
8104 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8105 * eval.c: Indentation fix-ups.
169a7369
MS
8106 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8107 in case it gets applied to an address that is already
8108 in the instruction space.
de74f71f
MS
8109 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8110 * symfile.c: Fix indentation, long lines.
f2172603
MS
8111 * source.c: White space fix-up.
8112
cda5a58a
AC
81132002-04-12 Andrew Cagney <cagney@redhat.com>
8114
8115 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8116 * frame.c (frame_register_read): New function. Return non-zero on
8117 success.
8118 (read_relative_register_raw_bytes_for_frame): Delete.
8119 (read_relative_register_raw_bytes): Delete.
8120 * frame.h (frame_register_read): Declare.
8121 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8122 * sh-tdep.c: Ditto.
8123 * infcmd.c (do_registers_info): Ditto.
8124 * hppa-tdep.c: Ditto.
8125 * rs6000-tdep.c: Ditto.
8126 * h8500-tdep.c: Ditto.
8127 * mips-tdep.c: Ditto.
8128 * h8300-tdep.c: Ditto.
8129 * z8k-tdep.c: Ditto.
8130
2ea5f656
KB
81312002-04-12 Kevin Buettner <kevinb@redhat.com>
8132
8133 From Jimi X <jimix@watson.ibm.com>:
8134 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8135 64-bit SysV ABI.
8136
27b15785
KB
81372002-04-12 Kevin Buettner <kevinb@redhat.com>
8138
8139 From Jimi X <jimix@watson.ibm.com>:
8140 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8141 bfd info.
8142
5d57ee30
KB
81432002-04-12 Kevin Buettner <kevinb@redhat.com>
8144
8145 From Jimi X <jimix@watson.ibm.com>:
8146 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8147 register sets for these processor variants.
8148
bc1e36ca
DJ
81492002-04-11 Daniel Jacobowitz <drow@mvista.com>
8150
bc1e36ca
DJ
8151 * regformats/reg-ppc.dat: Support FPSCR.
8152
e3f36dbd
KB
81532002-04-11 Kevin Buettner <kevinb@redhat.com>
8154
8155 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8156 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8157 Add fpscr as an invalid/unfetchable register.
8158 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8159 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8160 (fill_fpregset): Add support for register fpscr.
8161 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8162 (fill_gregset): Account for the fact that register ``mq'' might
8163 not exist.
8164 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8165 (registers_power): Add fpscr to register set at slot 71.
8166 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8167 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8168
943c9c25
MS
81692002-04-11 Michael Snyder <msnyder@redhat.com>
8170
8171 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8172 * configure: Regenerate.
8173 * config.in: Regenerate.
8174 * acconfig.h: Add define for _SYSCALL32.
8175 * core-sol2.c: Remove #define _SYSCALL32.
8176 * solib-legacy.c: Remove #define _SYSCALL32.
8177
d8c0a2e7
AC
81782002-04-10 Andrew Cagney <ac131313@redhat.com>
8179
8180 * stack.c (select_frame): Cleanup internal error message, do not
8181 use %p.
8182
7cc19214
AC
81832002-04-10 Andrew Cagney <ac131313@redhat.com>
8184
8185 * stack.c (select_frame): Check that selected_frame and the
8186 specified level are as expected.
8187 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8188 Update copyright.
8189 * frame.h (struct frame_info): Add field `level'. Update
8190 copyright.
8191 Work-in-progress PR gdb/464.
8192
67a2b77e
AC
81932002-04-10 Andrew Cagney <ac131313@redhat.com>
8194
8195 * maint.c (maint_print_section_info): Rename print_section_info.
8196 (print_bfd_section_info, print_objfile_section_info): Update.
8197 * inferior.h (struct gdbarch): Add opaque declaration.
8198 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8199 * gdbarch.h: Regenerate.
8200
8cfda98c
ML
82012002-04-10 Michal Ludvig <mludvig@suse.cz>
8202
8203 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8204 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8205 (kernel_u_size): Added.
8206 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8207 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8208
ca439ad2 82092002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8210
ca439ad2
JI
8211 * valarith.c (find_size_for_pointer_math): New function, either returns
8212 the size for a pointer's target, returns 1 for void *, or errors for
8213 incomplete types.
8214 (value_add, value_sub): use find_size_for_pointer_math.
8215
2f2893d9
DJ
82162002-04-09 Daniel Jacobowitz <drow@mvista.com>
8217
8218 * linux-low.c (linux_look_up_symbols): New hook.
8219 (linux_target_ops): Add linux_look_up_symbols.
8220 * remote-utils.c (decode_address): New function.
8221 (look_up_one_symbol): New function.
8222 * server.c (handle_query): Call target look_up_symbols hook.
8223 * server.h (look_up_one_symbol): Add prototype.
8224 * target.h (struct target_ops): Add look_up_symbols hook.
8225
96cb11df
AC
82262002-04-09 Andrew Cagney <ac131313@redhat.com>
8227
8228 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8229 override FP_REGNUM with frame->fp. Update copyright.
8230 * parse.c (num_std_regs, std_regs): Delete.
8231 (target_map_name_to_register): Do not search std_regs. Update
8232 function description.
8233 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8234 declarations. Update copyright.
8235 Fix PR gdb/251.
361d1df0 8236
97658e92
DJ
82372002-04-09 Daniel Jacobowitz <drow@mvista.com>
8238
8239 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8240 after the last symbol in a block.
8241
6044e3eb
PM
82422002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8243
8244 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8245 is non zero as a found symbol.
8246
0406ec40
AC
82472002-04-08 Andrew Cagney <ac131313@redhat.com>
8248
8249 * findvar.c: Include "builtin-regs.h".
8250 (value_of_register): Call value_of_builtin_reg when applicable.
8251 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8252 (target_map_name_to_register): Call
8253 builtin_reg_map_name_to_regnum.
8254 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8255 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8256 (builtin_regs_h): Define.
8257 (builtin-regs.o): New target.
8258 (findvar.o): Add $(builtin_regs_h).
8259 * builtin-regs.c, builtin-regs.h: New files.
8260 * std-regs.c: New file.
8261 Partial fix for PR gdb/251.
8262
56a6dfb9
KB
82632002-04-08 Kevin Buettner <kevinb@redhat.com>
8264
8265 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8266 it's no longer required.
8267
3a808432
AC
82682002-04-08 Andrew Cagney <ac131313@redhat.com>
8269
8270 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8271
7c40d541
KB
82722002-04-08 Kevin Buettner <kevinb@redhat.com>
8273
8274 From Jimi X <jimix@watson.ibm.com>:
8275 * rs6000-tdep.c (rs6000_software_single_step): Use
8276 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8277 and size. Use target_insert_breakpoint() and
8278 target_remove_breakpoint() to insert and remove breakpoints
8279 instead of explicit memory reads and writes.
8280
cc9836a8
KB
82812002-04-08 Kevin Buettner <kevinb@redhat.com>
8282
8283 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8284 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8285 ELF_OBJECT_FORMAT ifdef.
8286
7495d1dc
KB
82872002-04-08 Kevin Buettner <kevinb@redhat.com>
8288
8289 From Jimi X <jimix@watson.ibm.com>:
8290 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8291
4288e836
KB
82922002-04-08 Kevin Buettner <kevinb@redhat.com>
8293
8294 From Jimi X <jimix@watson.ibm.com>:
8295 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8296 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8297
a4e4e501
MK
82982002-04-07 Mark Kettenis <kettenis@gnu.org>
8299
8300 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8301 s/asprintf/xasprintf/.
8302 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8303
006defba
AC
83042002-04-07 Andrew Cagney <ac131313@redhat.com>
8305
8306 I believe Jeff Law denies responsability for this one:
8307 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8308 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8309 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8310 Work-around for PR gdb/366.
8311
7aa83cac
EZ
83122002-04-07 Elena Zannoni <ezannoni@redhat.com>
8313
8314 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8315 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8316 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8317
cf1fcca1
EZ
83182002-04-07 Elena Zannoni <ezannoni@redhat.com>
8319
8320 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8321 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8322 information.
8323
3f289e6f
AC
83242002-04-07 Andrew Cagney <ac131313@redhat.com>
8325
8326 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8327 maintainer.
8328
129188f6
AC
83292002-04-07 Andrew Cagney <ac131313@redhat.com>
8330
8331 * README (Reporting Bugs in GDB): Document the bug web page as the
8332 prefered way of submitting bugs.
8333 Fix PR gdb/402.
8334
1200cd6e
AC
83352002-04-06 Andrew Cagney <ac131313@redhat.com>
8336
8337 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8338 -1. Update comment.
8339 * gdbarch.h, gdbarch.c: Re-generate.
8340
2853c33c
AS
83412002-04-07 Andreas Schwab <schwab@suse.de>
8342
8343 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8344 buffer to regcache_collect.
8345
c2169756
AC
83462002-04-06 Andrew Cagney <ac131313@redhat.com>
8347
8348 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8349 * gdbarch.c, gdbarch.h: Re-generate.
8350
25f1b008
AC
83512002-04-06 Andrew Cagney <ac131313@redhat.com>
8352
8353 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8354 declaration. Fix -Werror.
8355
59263426
DJ
83562002-04-05 Daniel Jacobowitz <drow@mvista.com>
8357
8358 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8359 * gdbarch.c: Regenerate.
8360
f5db4da3
MS
83612002-04-05 Michael Snyder <msnyder@redhat.com>
8362
80f8a6eb
MS
8363 * breakpoint.c (clear_command): Rewrite middle section to
8364 combine two loops with identical control conditions.
8365 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8366 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8367
ad3dcc5c
L
83682002-04-05 H.J. Lu (hjl@gnu.org)
8369
8370 * solib-svr4.c (bkpt_names): Add "__start".
8371
f32e7a74
AC
83722002-04-04 Andrew Cagney <ac131313@redhat.com>
8373
8374 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8375 as test for 64 bit target.
8376
8227c0ff
AC
83772002-04-05 Andrew Cagney <ac131313@redhat.com>
8378
8379 * h8500-tdep.c (h8500_write_fp): Delete function.
8380 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8381 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8382 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8383 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8384 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8385 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8386 (s390_write_fp):
8387 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8388 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8389 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8390 (d10v_write_fp): Delete function.
8391 * inferior.h (write_fp, generic_target_write_fp): Delete
8392 declarations.
8393 * regcache.c (generic_target_write_fp): Delete function.
8394 (write_fp): Delete function.
8395 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8396 * gdbarch.h, gdbarch.c: Regenerate.
8397 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8398 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8399 (sparc64_write_fp): Delete declaration.
8400 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8401 (h8500_write_fp): Delete declaration.
8402
2757dd86
AC
84032002-04-04 Andrew Cagney <ac131313@redhat.com>
8404
8405 * sparc-tdep.c (sparc64_write_fp): Delete.
8406 (sparc_push_dummy_frame): Replace write_fp call with code to store
8407 the FP directly.
8408 (sparc_gdbarch_init): Do not initialize write_fp.
8409
c69255e1
KB
84102002-04-05 Kevin Buettner <kevinb@redhat.com>
8411
8412 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8413 clause.
8414
ae767bfb
JB
84152002-03-29 Jim Blandy <jimb@redhat.com>
8416
8417 * stack.c (get_selected_block): Add new argument `addr_in_block',
8418 used to return the exact code address we used to select the block,
8419 not just the block.
8420 * blockframe.c (get_frame_block, get_current_block): Same.
8421 * frame.h (get_frame_block, get_current_block,
8422 get_selected_block): Update declarations.
8423 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8424 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8425
84d2ac95
MS
84262002-04-05 Michael Snyder <msnyder@redhat.com>
8427
8428 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8429 warning message.
8430
596aa3bf
JB
84312002-04-05 J. Brobecker <brobecker@gnat.com>
8432
8433 * utils.c (xfullpath): New function.
8434 * defs.h (xfullpath): Add declaration.
8435 * source.c (openp): Use xfullpath in place of gdb_realpath to
8436 avoid resolving the basename part of filenames when the
8437 associated file is a symbolic link. This fixes a potential
8438 inconsistency between the filenames known to GDB and the
8439 filenames it prints in the annotations.
8440 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8441 to be able to match a filename with either the real filename, or
8442 the name of any symbolic link to this file.
8443 (lookup_partial_symtab): Ditto.
8444
c02f5703
MS
84452002-04-04 Michael Snyder <msnyder@redhat.com>
8446
8447 * breakpoint.c: Add support for hardware breakpoints in overlays.
8448 (overlay_events_enabled): New state variable.
8449 (insert_breakpoints): Use overlay_events_enabled to decide
8450 whether to attempt to set a breakpoint at the overlay load addr.
8451 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8452 (remove_breakpoint): Use overlay_events_enabled to decide
8453 whether breakpoints need to be removed from overlay load addr.
8454 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8455 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8456 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8457 disable_overlay_breakpoints): Update overlay_events_enabled.
8458
5fb290d7
DJ
84592002-04-04 Daniel Jacobowitz <drow@mvista.com>
8460
8461 * dwarf2read.c (struct function_range): New.
8462 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8463 (check_cu_functions): New.
8464 (read_file_scope): Initialize global function lists.
8465 Call dwarf_decode_line after processing children.
8466 (read_func_scope): Add to global function list.
8467 (dwarf_decode_lines): Call check_cu_functions everywhere
8468 record_line is called. Call record_line with a linenumber
8469 of 0 to mark sequence ends.
8470
7b3fabf0
ML
84712002-04-04 Michal Ludvig <mludvig@suse.cz>
8472
361d1df0 8473 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8474 change sync with glibc.
8475
bce58c09
JB
84762002-04-03 Jim Blandy <jimb@redhat.com>
8477
8478 * configure.in: Call AC_C_INLINE.
8479 * configure: Regenerated.
361d1df0 8480
2fccf04a
DJ
84812002-04-01 Daniel Jacobowitz <drow@mvista.com>
8482
8483 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8484 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8485
2d1bfe2e
MK
84862002-03-31 Mark Kettenis <kettenis@gnu.org>
8487
a5941fbf
MK
8488 * NEWS: Mention gcore support on FreeBSD/i386.
8489
a90cd31d
MK
8490 * fbsd-proc.c: New file.
8491 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8492 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8493
2d1bfe2e
MK
8494 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8495 while statement.
8496
9eb6e5a1
JB
84972002-03-29 Jim Blandy <jimb@redhat.com>
8498
8499 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8500 unescaped newlines in string literals, but newer ones don't. So
8501 escape them.
8502
f02df580
MS
85032002-03-26 Michael Snyder <msnyder@redhat.com>
8504 Andrew Cagney <cagney@redhat.com>
8505
361d1df0 8506 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8507 restore file to memory.
8508 * cli/cli-dump.h: New file.
8509 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8510 * NEWS: Mention new commands.
f02df580 8511
109f874e
MS
85122002-03-28 Michael Snyder <msnyder@redhat.com>
8513
8514 * symfile.c (symbol_file_add): Move test for null symbols to later.
8515
520f6ade
AC
85162002-03-27 Andrew Cagney <ac131313@redhat.com>
8517
8518 From veksler at il.ibm.com:
8519 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8520 the xstrduped original path.
8521 Fix PR gdb/417.
8522
d4654627
MS
85232002-03-27 Michael Snyder <msnyder@redhat.com>
8524
8525 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8526 * infcmd.c (_initialize_infcmd): Ditto.
8527 * language.c (_initialize_language): Ditto.
8528 * symfile.c (_initialize_symfile): Ditto.
8529 * top.c (_init_main): Ditto.
8530 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8531
6be8bc0c
EZ
85322002-03-27 Elena Zannoni <ezannoni@redhat.com>
8533
8534 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8535 vector registers handling.
8536 (skip_prologue): Handle new AltiVec instructions. Fill in new
8537 fields of frame data.
8538 (frame_get_saved_regs): Fill in information for AltiVec registers.
8539
12af6855
JB
85402002-03-27 Jim Blandy <jimb@redhat.com>
8541
8542 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8543 a function; leave this macro here to invoke that function.
8544 (symbol_init_mangled_name): Declaration for that function.
8545 * symtab.c (symbol_init_mangled_name): New function.
8546
dc672865
AC
85472002-03-27 Andrew Cagney <ac131313@redhat.com>
8548
8549 * valarith.c: Replace strerror with safe_strerror.
8550 * tracepoint.c: Ditto.
8551 * lin-lwp.c: Ditto.
8552 * go32-nat.c: Ditto.
8553 * inflow.c: Ditto.
8554 * gnu-nat.c: Ditto.
8555
d96429cd
AS
85562002-03-27 Andreas Schwab <schwab@suse.de>
8557
8558 * event-top.c (command_line_handler): Remove useless if.
8559
7e336ba1
AJ
85602002-03-27 Andreas Jaeger <aj@suse.de>
8561
8562 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8563 comment.
8564
de220d0f
ML
85652002-03-27 Michal Ludvig <mludvig@suse.cz>
8566
8567 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8568 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8569 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8570 (x86_64_linux_dr_get_status, supply_gregset),
8571 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8572 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8573 (x86_64_register_info_table): Add.
8574 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8575 (x86_64_register_raw_size, x86_64_register_virtual_type),
8576 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8577 general x86_64_register_info_table.
8578 (i386_gdbarch_init): gdbarch_register_bytes is now set
8579 dynamicaly during initialization.
8580 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8581 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8582
0e98d0a7
DJ
85832002-03-27 Daniel Jacobowitz <drow@mvista.com>
8584
8585 * gdbserver/server.c (main): Call target_signal_to_host_p
8586 and target_signal_to_host on signals received from the remote.
8587 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8588 target_signal_from_host on signals sent to the remote.
8589 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8590 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8591
3130066b
DJ
85922002-03-27 Daniel Jacobowitz <drow@mvista.com>
8593
8594 * signals/signals.c: Include "server.h" in gdbserver build.
8595 (target_signal_from_name): Don't use STREQ.
8596 (_initialize_signals): Likewise. Don't include function in
8597 gdbserver build.
8598
9aedf4f4
DJ
85992002-03-27 Daniel Jacobowitz <drow@mvista.com>
8600
8601 * signals.c: Moved to...
8602 * signals/signals.c: Here.
7e336ba1 8603 * Makefile (signals.o): Update.
9aedf4f4 8604
3fa41cdb
JL
86052002-03-26 Jeff Law (law@redhat.com)
8606
8607 * somread.c (som_symtab_read): Remove some commented out code and
8608 updated related comments. Do not set the minimal symbol table to
8609 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8610 in a dynamic executable.
8611 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8612 where we are unable to find the minimal symbol for the given
8613 PC value.
8614
ee677e8d
MS
86152002-03-25 Jeff Law (law@redhat.com)
8616
8617 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8618
e76e1718
ML
86192002-03-25 Michal Ludvig <mludvig@suse.cz>
8620
8621 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8622
18a642a1
AC
86232002-03-23 Andrew Cagney <ac131313@redhat.com>
8624
8625 * command.h: Update copyright.
8626 (struct cmd_list_element): Replace definition with opaque
8627 declaration.
8628 (enum cmd_types): Document that it will eventually be moved to
8629 cli/cli-decode.h
8630 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8631 (MALLOCED_REPLACEMENT): Delete macro.
8632 * Makefile.in (cli_decode_h): Add $(command_h).
8633 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8634 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8635 * completer.c: Include "cli/cli-decode.h".
8636 * maint.c: Include "cli/cli-decode.h".
8637 * cli/cli-decode.h: Include "command.h".
8638 (enum command_class): Delete.
8639 (enum cmd_types): Comment out.
8640 (enum cmd_auto_boolean): Delete.
8641 (enum var_types): Delete.
8642
b2875cc0
AC
86432002-03-23 Andrew Cagney <ac131313@redhat.com>
8644
8645 * cli/cli-decode.c: Include "gdb_assert.h".
8646 (add_set_or_show_cmd): New static function.
8647 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8648 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8649 all fields, such as func, from the set command.
8650
3b45974e
AC
86512002-03-23 Andrew Cagney <ac131313@redhat.com>
8652
8653 * MAINTAINERS (sh-elf): Change warning flag to -w.
8654
823ca731
AC
86552002-03-23 Andrew Cagney <cagney@redhat.com>
8656
8657 * defs.h (error): Add printf format attribute.
8658 * thread-db.c (thread_from_lwp): Fix error format string.
8659 * stack.c (parse_frame_specification): Ditto.
8660 * cli/cli-decode.c (undef_cmd_error): Ditto.
8661 * scm-lang.c (scm_lookup_name): Ditto.
8662 * tracepoint.c (trace_error): Ditto.
8663 * remote-utils.c (usage): Ditto.
8664 * remote.c (compare_sections_command): Ditto.
8665 Fix PR gdb/328.
8666
0e101458
AC
86672002-03-22 Andrew Cagney <ac131313@redhat.com>
8668
8669 * gdbtypes.c (append_composite_type_field): New function.
8670 (init_composite_type): New function.
8671 * gdbtypes.h (append_composite_type_field): Declare.
8672 (init_composite_type): Ditto.
8673
8e0662df
EZ
86742002-03-22 Elena Zannoni <ezannoni@redhat.com>
8675
8676 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8677 function.
8e0662df
EZ
8678 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8679 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8680 structure returning convention for SYSV ABI case, but not
8681 for GNU/Linux, FreeBSD, or NetBSD.
8682
3121eff0
DJ
86832002-03-22 Daniel Jacobowitz <drow@mvista.com>
8684
8685 * symtab.h (lookup_block_symbol): Add mangled_name argument
8686 to prototype.
8687
8688 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8689 with new mangled_name argument.
8690 * linespec.c (decode_line_1): Likewise.
8691 * valops (value_of_this): Likewise.
8692 * symtab.c (lookup_transparent_type): Likewise.
8693 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8694 (lookup_symbol): If we are given a mangled name, pass it down
8695 to lookup_symbol_aux.
8696 (lookup_block_symbol): If we are given a mangled name to check
8697 against, only return symbols which match it.
8698
349b409f
CF
86992002-03-22 Christopher Faylor <cgf@redhat.com>
8700
8701 * win32-nat.c (child_create_inferior): Check for proper shell to use
8702 here, in case the user changes it on the fly.
8703 (_initialize_inftarg): Remove shell path considerations.
8704
2a873819
EZ
87052002-03-21 Elena Zannoni <ezannoni@redhat.com>
8706
8707 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8708 for gdbarch_max_register_raw_size and max_register_virtual_size.
8709 Adjust copyright year.
8710
a1b9830c
DJ
87112002-03-21 Daniel Jacobowitz <drow@mvista.com>
8712
8713 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8714 in a function to cover the entire beginning of the function
8715 as well if it does not already.
8716
8b5790f2
TR
87172002-03-21 Tom Rix <trix@redhat.com>
8718
8719 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8720 (rs6000_ptrace64): Renamed from ptrace64.
8721
bdbe5747
MH
87222002-03-20 Martin M. Hunt <hunt@redhat.com>
8723
8724 * gdbserver/remote-utils.c (remote_open): Don't call
8725 getprotobyname, we're all using TCP here so just use
8726 IPPROTO_TCP.
7e336ba1 8727 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8728
87292002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8730
bdbe5747
MH
8731 * regcache.c (_initialize_regcache): No need to call
8732 build_regcache() at this time; it gets called whenever
8733 the gdbarch changes.
8734
7781cd62
DB
87352002-03-20 David O'Brien <obrien@FreeBSD.org>
8736
8737 * sparc-nat.c: Include sys/param.h where possible.
8738
f65ca430
DJ
87392002-03-20 Daniel Jacobowitz <drow@mvista.com>
8740
8741 Fix PR gdb/422.
8742 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8743 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8744 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8745 complex types.
8746 * stabsread.c (rs6000_builtin_type): Likewise.
8747 (read_sun_floating_type): Likewise.
8748
0c867556
PS
87492002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8750
8751 * stabsread.c (read_member_functions): Remove skip code for duplicate
8752 constructor/destructor methods. Use standard parsing for these
8753 methods and just do not chain them to the list of methods after
8754 parsing.
8755
12b9c64f
AO
87562002-03-19 Alexandre Oliva <aoliva@redhat.com>
8757
8758 * coffread.c: Remove redundant static declarations. Replace
8759 occurrences of `PTR' with `void *'.
8760 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8761 * top.h (quit_cover): Likewise.
8762 * defs.h (catch_errors): Likewise.
8763
349c5d5f
AC
87642002-03-18 Andrew Cagney <ac131313@redhat.com>
8765
8766 * defs.h (XMALLOC): Define.
8767 * gdb-events.sh (XMALLOC): Delete macro.
8768 * gdb-events.c, gdb-events.h: Regenerate.
8769 * gdbarch.sh (XMALLOC): Delete macro.
8770 * gdbarch.c: Regenerate.
8771 * serial.c (XMALLOC): Delete macro.
8772 * ui-file.c (XMALLOC): Ditto.
8773 * ser-unix.h (XMALLOC): Ditto.
8774 * sh-tdep.c (XMALLOC): Ditto.
8775 * ui-out.c (XMALLOC): Ditto.
8776 * utils.c (XMALLOC): Ditto.
8777 * i386-tdep.c (XMALLOC): Ditto.
8778 * gdb-events.c (XMALLOC): Ditto.
8779 * d10v-tdep.c (XMALLOC): Ditto.
8780 * cli-out.c (XMALLOC): Ditto.
8781
8782 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8783 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8784 * ui-file.c, ui-out.c: Ditto.
8785
7d0766f3
AC
87862002-03-18 Andrew Cagney <ac131313@redhat.com>
8787
8788 * command.h (struct cmd_list_element): Add field context.
8789 (set_cmd_context, get_cmd_context): Declare.
8790 * cli/cli-decode.h: Ditto.
8791 * cli/cli-decode.c (get_cmd_context): New function.
8792 (set_cmd_context): New function.
8793 (add_cmd): Initialize context.
8794 Part of fixing PR gdb/145 and PR gdb/146.
8795
5913bcb0
AC
87962002-03-17 Andrew Cagney <ac131313@redhat.com>
8797
1868c04e
AC
8798 * cli/cli-decode.c (cmd_type): New function.
8799 * command.h (cmd_type): Declare.
8800 * infrun.c (set_schedlock_func): Call function cmd_type.
8801 * kod.c (kod_set_os): Call cmd_type.
8802 * cris-tdep.c (cris_version_update): Use function cmd_type.
8803 (cris_mode_update, cris_abi_update): Ditto.
8804
5913bcb0
AC
8805 * command.h: (execute_cmd_post_hook): Declare.
8806 (execute_cmd_pre_hook): Declare.
8807 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8808 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8809 functions. Execute pre/post hook while ensuring that afterwords
8810 hook_in is cleared.
8811 * top.c (execute_command): Use execute_cmd_post_hook, and
8812 execute_cmd_pre_hook to execute pre/post commands.
8813 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8814 hook_stop_stub.
8815 (hook_stop_stub): Call execute_cmd_pre_hook.
8816
b51450c9
AC
88172002-03-17 Andrew Cagney <ac131313@redhat.com>
8818
8819 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8820 set'' and this leads to a core dump. Move xstrdup of
8821 operating_system to after check that it is not NULL.
8822
f66c9f11
AC
88232002-03-17 Andrew Cagney <ac131313@redhat.com>
8824
8e694ecf
AC
8825 * kod.c (kod_set_os): Remove unnecessary check that
8826 ``command->type'' is set_cmd.
8827
f66c9f11
AC
8828 * valprint.c (set_input_radix): Use input_radix.
8829 (set_output_radix): Use output_radix.
8830 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8831 isn't reverted.
8832
9d01611c
AC
88332002-03-16 Andrew Cagney <ac131313@redhat.com>
8834
8835 * value.h (struct value): Delete field ``substring_addr''. Change
8836 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8837 force_core_addr_align and force_pointer_aligh.
8838
8839 * value.h (struct value): Fix typo in above change.
9d01611c 8840
4156bb53
PS
88412002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8842
8843 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8844 to fix internal_error from ``maintenance print architecture''.
8845
0e5e3ea6
PS
88462002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8847
8848 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8849 for gcc versions after gcc-2.8.1.
8850
9b013045
PS
88512002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8852
8853 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8854 for method resolution. Restore adjustment of ``this'' pointer after
8855 calling value_struct_elt, which was accidentally removed during the
8856 HP merge.
8857
376c9600
AC
88582002-03-15 Andrew Cagney <ac131313@redhat.com>
8859
8860 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8861 value_of_register.
8862 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8863 get_saved_register.
8864 * value.h (value_of_register): Update.
8865
a4db0f07
RH
88662002-03-14 Richard Henderson <rth@redhat.com>
8867
8868 * configure.in: Detect declaration for canonicalize_file_name.
8869 * utils.c (canonicalize_file_name): Declare, if needed.
8870 (gdb_realpath): Prefer realpath if available and usable.
8871 * config.in, configure: Rebuild.
8872
96383835
RH
88732002-03-14 Richard Henderson <rth@redhat.com>
8874
8875 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8876 a constant array bound.
8877
8878 * MAINTAINERS: Add myself to write-after-approval.
8879
75245b24
MS
88802002-03-14 Michael Snyder <msnyder@redhat.com>
8881
8882 * symfile.c (syms_from_objfile): Return immediately if no syms.
8883 (symbol_file_add): Return immediately if no syms.
8884 (find_sym_fns): Return immediately if no syms.
8885
e641a1ca
ML
88862002-03-13 Michal Ludvig <mludvig@suse.cz>
8887
8888 * gdbserver/remote-util.c (remote_open): Print remote-side's
8889 IP address when remote debugging over the network.
7e336ba1 8890
df08bfec
DB
88912002-03-12 David O'Brien <obrien@FreeBSD.org>
8892
8893 * config/sparc/fbsd.mh: Fix copyright.
8894 * config/sparc/fbsd.mt: Likewise.
8895
9a57864f
RE
88962002-03-11 Richard Earnshaw <rearnsha@arm.com>
8897
8898 * MAINTAINERS: Fix typo in name of gdb warnings option.
8899 (x86-64): Fix formating so that this can be parsed by awk.
8900
dd7bf85e
DJ
89012002-03-10 Daniel Jacobowitz <drow@mvista.com>
8902
8903 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8904 * defs.h: Include "gdb/signals.h".
8905 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8906
33a0a2ac
ML
89072002-03-10 Michal Ludvig <mludvig@suse.cz>
8908
8909 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8910 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8911 from x86-64-tdep.h
8912
dd824b04
DJ
89132002-03-10 Daniel Jacobowitz <drow@mvista.com>
8914 Don Howard <dhoward@redhat.com>
8915
8916 * mips-tdep.c (ST0_FR): Define.
8917 (mips2_fp_compat): New function, temporarily disabled.
8918 (mips_read_fp_register_single): New function.
8919 (mips_read_fp_register_double): New function.
8920 (mips_print_register): Use them.
8921 (do_fp_register_row): Likewise.
8922
6a41ff59
AC
89232002-03-09 Andrew Cagney <ac131313@redhat.com>
8924
8925 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8926 approval''.
8927
4ea09c10
PS
89282002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8929
8930 * stabsread.c (read_member_functions): Fix is_stub test for
8931 static member functions, improve comment.
8932
6ccc741d
RE
89332002-03-07 Richard Earnshaw <rearnsha@arm.com>
8934
8935 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8936 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8937 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8938 commands that set boolean values.
8939 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8940 (arm_rdi_resume): Always initialize PC.
8941 (arm_rdi_open): Don't use rslt as a boolean.
8942 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8943 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8944 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8945 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8946
438013df
AO
89472002-03-06 Alexandre Oliva <aoliva@redhat.com>
8948
8949 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8950 * configure: Rebuilt.
8951
70ed8774
SC
89522002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8953
8954 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8955 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8956
5ba2abeb
AC
89572002-03-06 Andrew Cagney <ac131313@redhat.com>
8958
8959 * cli/cli-decode.c (set_cmd_completer): New function.
8960 * command.h (set_cmd_completer): Declare.
8961 * cli/cli-decode.h (set_cmd_completer): Ditto.
8962
8963 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8964 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8965 * win32-nat.c (_initialize_inftarg): Ditto.
8966 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8967 * proc-api.c (_initialize_proc_api): Ditto.
8968 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8969 * source.c (_initialize_source): Ditto.
8970 * exec.c (_initialize_exec): Ditto.
8971 * solib.c (_initialize_solib): Ditto.
8972 * top.c (init_main): Ditto.
8973 * tracepoint.c (_initialize_tracepoint): Ditto.
8974 * symfile.c (_initialize_symfile): Ditto.
8975 * printcmd.c (_initialize_printcmd): Ditto.
8976 * infcmd.c (_initialize_infcmd): Ditto.
8977 * corefile.c (_initialize_core): Ditto.
8978
f779ca99
AC
89792002-03-05 Andrew Cagney <ac131313@redhat.com>
8980
8981 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8982
01a3934b
AC
89832002-03-05 Andrew Cagney <ac131313@redhat.com>
8984
8985 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8986
37057839
AC
89872002-03-05 Andrew Cagney <ac131313@redhat.com>
8988
8989 * NEWS: Update headings, 5.2 has branched.
8990
c6ecbae5
DJ
89912002-03-04 Daniel Jacobowitz <drow@mvista.com>
8992
8993 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8994 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8995 (register_addr, REGISTER_RAW_SIZE): Likewise.
8996 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8997 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8998
e9f30c21
ML
89992002-03-03 Michal Ludvig <mludvig@suse.cz>
9000
9001 * MAINTAINERS (x86-64): Add myself.
9002 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9003 changed value_ptr -> struct value *
9004
54394ac3
DB
90052002-03-01 David O'Brien <obrien@FreeBSD.org>
9006
9007 * configure.host (sparc64-*-freebsd): Add.
9008 * configure.tgt: Likewise.
9009 * config/sparc/fbsd.mh: New file.
9010 * config/sparc/fbsd.mt: Likewise.
9011 * config/sparc/nm-fbsd.h: Likewise.
9012 * config/sparc/tm-fbsd.h: Likewise.
9013
bfe95955
DJ
90142002-03-01 Daniel Jacobowitz <drow@mvista.com>
9015
9016 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9017 regformats/reg-s390x.dat.
9018
f33c6cbf
AC
90192002-03-01 Andrew Cagney <ac131313@redhat.com>
9020
9021 * utils.c: Add FIXME explaining true/false problem.
9022
5ecaa7dd
AC
90232002-02-28 Andrew Cagney <ac131313@redhat.com>
9024
9025 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9026
2a251cc2
MC
90272002-02-28 Michael Chastain <mec@shout.net>
9028
9029 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9030
6a8031a3 90312002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9032
9033 * gdbserver/linux-s390-low.c: New file.
9034 * regformats/reg-s390.dat: New file.
9035 * regformats/reg-s390x.dat: New file.
9036 * gdbserver/configure.srv: Add S/390.
9037 * gdbserver/Makefile.in: Add S/390.
9038 * configure.tgt: Enable gdbserver for S/390.
9039
ac469903
EZ
90402002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9041
9042 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9043 first line of the doc string for "info dos", except at the end of
9044 the sentence, since the short help stops at the first period.
9045
985cb1a3
JM
90462002-02-28 Jason Merrill <jason@redhat.com>
9047
9048 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9049
c570663e
FF
90502002-02-27 Fred Fish <fnf@redhat.com>
9051
9052 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9053 comment (dumy -> dummy).
9054
43630227
PS
90552002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9056
9057 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9058
b84911e8
RB
90592002-02-27 Rodney Brown <rbrown64@csc.com.au>
9060
9061 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9062
58caa3dc
DJ
90632002-02-27 Daniel Jacobowitz <drow@mvista.com>
9064
9065 * gdbserver/acconfig.h: New file.
9066 * gdbserver/i387-fp.c: New file.
9067 * gdbserver/i387-fp.h: New file.
9068 * gdbserver/linux-x86-64.c: New file.
9069 * regformats/reg-x86-64.dat: New file.
9070 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9071 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9072 * gdbserver/configure.in: Add support for regsets.
9073 * gdbserver/config.in: Regenerate.
9074 * gdbserver/configure: Regenerate.
9075 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9076 * gdbserver/linux-low.h: New file.
9077 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9078 for regsets.
9079 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9080 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9081 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9082 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9083 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9084 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9085 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9086 "i387-fp.h". Add PTRACE_GETREGS and friends.
9087 * gdbserver/regcache.c (supply_register): New function.
9088 (supply_register_by_name): New function.
9089 (collect_register): New function.
9090 (collect_register_by_name): New function.
9091
93652174
DJ
90922002-02-27 Daniel Jacobowitz <drow@mvista.com>
9093
9094 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9095 (config.status): Add configure.srv dependency.
9096 (server_h): Add config.h dependency.
9097
a02e4a61
DJ
90982002-02-27 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9101 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9102 * gdbserver/configure.srv: Change i386-*-linux* to use
9103 reg-i386-linux.o.
9104
ce0eebec
AC
91052002-02-26 Andrew Cagney <ac131313@redhat.com>
9106
9107 * x86-64-tdep.c: Re-indent. Update copyright date.
9108
82dbc5f7
AC
91092002-02-26 Andrew Cagney <ac131313@redhat.com>
9110
9111 From Michal Ludvig <mludvig@suse.cz>:
9112 * x86-64-tdep.c (value.h): Delete.
9113 (gdb_assert.h): Include.
9114 (x86_64_register_convert_to_virtual,
9115 x86_64_register_convert_to_raw ): Add check which lets only
9116 floating-point values to be converted.
9117 (value_push): Delete.
9118 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9119 (i386_gdbarch_init): Number of register_bytes fixed.
9120
e4621584
AC
91212002-02-26 Andrew Cagney <ac131313@redhat.com>
9122
9123 * MAINTAINERS: Add x86-64 target.
9124
81a9a963
AC
91252002-02-26 Andrew Cagney <ac131313@redhat.com>
9126
9127 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9128 * osfsolib.c (solib_map_sections): Ditto.
9129 * irix5-nat.c (solib_map_sections): Ditto.
9130 * corelow.c (gdb_check_format): Ditto.
9131 * symfile.c (symfile_bfd_open): Ditto.
9132 * solib.c (solib_map_sections): Ditto.
9133 Fix PR gdb/354.
7e336ba1 9134
0f017ab9
AC
91352002-02-26 Andrew Cagney <ac131313@redhat.com>
9136
9137 * remote.c (_initialize_remote): By default, disable ``e'' and
9138 ``E'' step out-of-range packets.
9139
75738c29
AS
91402002-02-26 Andreas Schwab <schwab@suse.de>
9141
9142 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9143 m68k_linux_frame_saved_pc.
9144 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9145 in_sigtramp.
9146 (SIGCONTEXT_PC_OFFSET): Remove.
9147 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9148 m68k_linux_sigtramp_saved_pc): New functions.
9149 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9150 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9151 (UCONTEXT_PC_OFFSET): Define.
9152 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9153 non-RT and RT signal trampolines.
9154
7e8ed687
RE
91552002-02-26 Richard Earnshaw <rearnsha@arm.com>
9156
9157 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9158 (TARGET_NBPG, STACK_END_ADDR): Delete
9159 (VARIABLES_INSIDE_BLOCK): Delete.
9160
6972bc8b
AC
91612002-02-25 Andrew Cagney <ac131313@redhat.com>
9162
9163 * utils.c (perror_with_name): Make string parameter constant.
9164 (print_sys_errmsg): Ditto.
9165 (query): Ditto.
9166 * defs.h (perror_with_name): Update.
9167 (print_sys_errmsg): Update.
9168 (query): Update.
9169
aa32f823
DJ
91702002-02-25 Daniel Jacobowitz <drow@mvista.com>
9171
9172 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9173 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9174
19caaa45
PS
91752002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9176
9177 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9178 if it already matches the current architecture from the exec file.
9179 Include arch-utils.h for gdbarch_info_init prototype.
9180 * Makefile.in (rs6000-nat.o): Update dependencies.
9181
d951901f
EZ
91822002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9183
9184 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9185 list of exported variables.
9186
7ea81414
DJ
91872002-02-24 Daniel Jacobowitz <drow@mvista.com>
9188
9189 * gdbserver/configure.srv: New file.
9190 * gdbserver/configure.in: Use configure.srv instead
9191 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9192 from it.
9193 * gdbserver/configure: Regenerated.
9194 * gdbserver/terminal.h: New file.
9195 * gdbserver/Makefile.in: Update for configure changes. Remove
9196 more unneeded include paths.
9197
080fe24b
AC
91982002-02-24 Andrew Cagney <ac131313@redhat.com>
9199
9200 From wiz at danbala:
9201 * config/sparc/tm-sp64.h: Fix grammar and typos.
9202 Fix PR gdb/287.
9203
8605d56e
AC
92042002-02-24 Andrew Cagney <ac131313@redhat.com>
9205
9206 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9207 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9208 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9209 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9210 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9211 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9212 * s390-tdep.c: Ditto.
92362027
AC
9213 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9214 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9215 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9216 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9217 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9218 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9219 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9220 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9221 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9222 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9223 Fix PR gdb/378.
7e336ba1 9224
8ed32cc0
AC
92252002-02-23 Andrew Cagney <ac131313@redhat.com>
9226
a3007b6f
AC
9227 * lin-thread.c: Delete file.
9228 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9229 to gdb_proc_service.h.
9230 * configure: Re-generate.
9231
50a9e2f1
AC
9232 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9233 * serial.c (serial_open): Delete check for "ocd".
9234 Fix PR gdb/349.
9235
8b6e7932
AC
9236 * Makefile.in (linux-thread.o): Delete target.
9237 * linux-thread.c: Delete file.
9238
d155c46b
AC
9239 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9240 renamed SH files to be consistent.
9241
8ed32cc0
AC
9242 * symtab.c (sort_search_symbols): Use xfree.
9243
0e18d038
RE
92442002-02-23 Richard Earnshaw <rearnsha@arm.com>
9245
9246 * arm-linux-tdep.c (arm_linux_init_abi): Register
9247 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9248 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9249 definition with undef, since we don't want the sysvr4 definition.
9250 (SKIP_TRAMPOLINE_CODE): Likewise.
9251
27aac7ff
AC
92522002-02-23 Andrew Cagney <ac131313@redhat.com>
9253
9254 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9255
9256 * configure.in: (AC_CHECK_FUNCS) Added test for
9257 canonicalize_file_name Regenerated.
9258 * config.in, configure: Regenerated.
9259 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9260 defined use canonicalize_file_name.
7e336ba1 9261
65a6e0ee
MC
92622002-02-23 Michael Chastain <mec@shout.net>
9263
9264 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9265
47b95330
AC
92662002-02-23 Andrew Cagney <ac131313@redhat.com>
9267
9268 * README: Remove references to cygnus.com.
9269 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9270 dot com'' form. Remove references to cygnus.com and sourceware.
9271
696f451b
AC
92722002-02-23 Andrew Cagney <ac131313@redhat.com>
9273
9274 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9275 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9276 1003.1-2001 no longer allows "head -1".
9277 * gdb/Makefile.in (version.c): Likewise.
9278 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9279 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9280 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9281
bbaca940
AC
92822002-02-23 Andrew Cagney <ac131313@redhat.com>
9283
9284 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9285 * command.h (cmd_cfunc_eq): Declare.
9286 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9287
9288 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9289 ``struct cmd_list_element *''.
9290 * cli/cli-cmds.c (is_complete_command): Update. Use
9291 cmd_cfunc_eq.
9292 * top.c (execute_command): Pass the command to
9293 is_complete_command.
9294 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9295
b8b8b047
AC
92962002-02-23 Andrew Cagney <ac131313@redhat.com>
9297
9298 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9299 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9300 architecture defines.
9301 * s390-tdep.c (s390_gdbarch_init): Likewise.
9302
19d3fc80
RE
93032002-02-23 Richard Earnshaw <rearnsha@arm.com>
9304
9305 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9306 (arm_linux_push_arguments): Likewise.
9307 (arm_linux_init_abi): Register them. Also register linux-specific
9308 call_dummy_words.
9309 (find_minsym_and_objfile): Use strcmp, not STREQ.
9310 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9311 (arm_linux_call_dummy_words): Delete declaration.
9312 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9313 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9314 declarations.
9315 (LOWEST_PC): Delete.
9316
3ab13650
PS
93172002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9318
9319 * maint.c (print_section_info): Do not prepend `0x' to filepos
9320 output, it will be handled by local_hex_string_custom.
9321
19d3fc80 93222002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9323
9324 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9325 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9326 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9327
d85a5daf
JB
93282002-02-22 Jim Blandy <jimb@redhat.com>
9329
9330 Indicate that the bcache functions don't change the strings
9331 they're passed.
9332 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9333 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9334
eeb25b8a
PM
93352002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9336
9337 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9338
6badb179
CF
93392002-02-21 Christopher Faylor <cgf@redhat.com>
9340
9341 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9342 find the complete path to a loaded DLL.
9343
e8717518
FF
93442002-02-21 Fred Fish <fnf@redhat.com>
9345
9346 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9347 that marks the end of the range of a function, enter a line number
9348 entry that has a line number of zero and a PC offset that matches
9349 the end of the function. This starts a range of PC's for which no
9350 line number information is known.
9351 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9352 PC's for which no line number info is found (line number is zero)
9353 then we didn't find any valid line information.
9354 * symtab.h: Document use of zero line number entry.
9355
9abe5450
EZ
93562002-02-21 Elena Zannoni <ezannoni@redhat.com>
9357
9358 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9359 (have_ptrace_getvrregs): Define for run time checks.
9360 (gdb_vrregset_t): New type for Altivec register handling.
9361 (fetch_register, store_register): Fetch/store altivec register
9362 when needed.
9363 (fetch_altivec_register, store_altivec_register): New functions.
9364 (supply_vrregset, fill_vrregset): New functions.
9365 (fetch_altivec_registers, store_altivec_registers): New functions.
9366 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9367 registers as well.
9368
aaa38bb5
AJ
93692002-02-21 Jiri Smid <smid@suse.cz>
9370
9371 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9372
b34db576
RE
93732002-02-21 Richard Earnshaw <rearnsha@arm.com>
9374
9375 * Makefile.in (armnbsd-nat.o): Update dependencies.
9376 * armnbsd-nat.c (supply_gregset): New function. Common code to
9377 supply the integer register set.
9378 (supply_fparegset): New function. Similar for FPA registers.
9379 (fetch_regs, fetch_fp_regs): Use them.
9380 (fetch_core_registers): Likewise.
9381 (fetch_elfcore_registers): New function.
9382 (arm_netbsd_elfcore_fns): New core-file type specification.
9383 (_initialize_arm_netbsd_nat): Register it.
9384
3e56fc4b
RE
93852002-02-21 Richard Earnshaw <rearnsha@arm.com>
9386
9387 * armnbsd-nat.c: Include gdbcore.h.
9388 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9389 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9390 'void' to declaration, to shut up ARI.
9391 (fetch_core_registers): Make static. Rewrite using supply_register.
9392 (arm_netbsd_core_fns): New core-file type specification.
9393 (_initialize_arm_netbsd_nat): New function.
9394
097f6b0b
CF
93952002-02-21 Christopher Faylor <cgf@redhat.com>
9396
9397 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9398 value.
9399
c914e0cc
CF
94002002-02-20 Christopher Faylor <cgf@redhat.com>
9401
9402 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9403 fails.
9404
385fa495
DJ
94052002-02-20 Daniel Jacobowitz <drow@mvista.com>
9406
9407 * jv-exp.y (parse_number): Change type of implicit longs
9408 to builtin_type_uint64.
9409
e5f1222d
DJ
94102002-02-20 Daniel Jacobowitz <drow@mvista.com>
9411
9412 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9413 to be an integer instead of a `union wait'.
9414
75c9abc6
DJ
94152002-02-20 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * mips-linux-nat.c: Call the operating system GNU/Linux.
9418 * mips-linux-tdep.c: Likewise.
9419 * mips-tdep.c: Likewise.
9420
551792a5
DJ
94212002-02-20 Daniel Jacobowitz <drow@mvista.com>
9422
9423 Fix PR gdb/265.
9424 * jv-exp.y (parse_number): Handle 64-bit integers.
9425
ee6e2b82
DJ
94262002-02-20 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9429 AC_STDC_HEADERS to AC_HEADER_STDC.
9430 * gdbserver/configure: Regenerated.
9431
a48442a0
RE
94322002-02-20 Richard Earnshaw <rearnsha@arm.com>
9433
9434 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9435 is defined.
9436 * sparc-tdep.c (get_longjmp_target): Likewise.
9437
fe419ffc
RE
94382002-02-20 Richard Earnshaw <rearnsha@arm.com>
9439
9440 * News: Add news about ARM and Multi-arch. Mention the new target
9441 arm*-*-netbsd*.
9442
5832ed7e
JB
94432002-02-19 Jim Blandy <jimb@redhat.com>
9444
9445 * stabsread.c (error_type_complaint): Improve error message.
9446
84563040
DJ
94472002-02-19 Daniel Jacobowitz <drow@mvista.com>
9448
9449 * gdbserver/README: Update documentation.
9450 * gdbserver/configure.in: Update configury to match documentation.
9451 * gdbserver/Makefile.in: Likewise.
9452 * gdbserver/configure: Regenerated.
9453 * gdbserver/aclocal.m4: New file, generated by aclocal.
9454 * gdbserver/config.in: New file, generated by autoheader.
9455
375fd65b
RE
94562002-02-19 Richard Earnshaw <rearnsha@arm.com>
9457
9458 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9459 armnbsd-nat.c.
9460
08216dd7
RE
94612002-02-19 Richard Earnshaw <rearnsha@arm.com>
9462
9463 * arm-tdep.h (enum arm_float_model): New enum.
9464 (struct gdbarch_tdep): Add fp_model.
9465 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9466 up floating-point conversions until we know the floating-point model
9467 in use by the inferior. Don't complain about being unable to
9468 determine the ABI of the inferior when we don't have one.
9469 (arm_extract_return_value): Support different floating-point models.
9470 (arm_store_return_value): Likewise.
aaa38bb5 9471 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9472 ARM_FLOAT_SOFT.
9473 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9474
65d6d66a
PS
94752002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9476
9477 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9478 of ``current_gdbarch''.
9479
47221191
RE
94802002-02-19 Richard Earnshaw <rearnsha@arm.com>
9481
9482 * armnbsd-nat.c : ANSIfy all function declarations.
9483 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9484 (fetch_inferior_registers): Re-implement in terms of above.
9485 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9486 (store_inferior_registers): Re-implement in terms of above.
9487
fdf39c9a
RE
94882002-02-19 Richard Earnshaw <rearnsha@arm.com>
9489
aaa38bb5 9490 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9491 kernel.
9492 * arm-linux-tdep.c: Likewise.
9493 * config/arm/tm-linux.h: Likewise.
9494
93247f88
RE
94952002-02-19 Richard Earnshaw <rearnsha@arm.com>
9496
9497 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9498 * config/arm/nbsd.mt (TM_FILE): Delete.
9499 * config/arm/tm-nbsd.h: Delete.
9500
d7b486e7
RE
95012002-02-19 Richard Earnshaw <rearnsha@arm.com>
9502
9503 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9504 Initialize CALL_DUMMY_LENGTH.
9505
41d39a95
RE
95062002-02-19 Richard Earnshaw <rearnsha@arm.com>
9507
9508 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9509 function.
9510 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9511 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9512 defines one thing and that is incorrect for this port.
9513 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9514
e1195560
PM
95152002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9516
9517 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9518
c1748f97
PM
95192002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9520
9521 * win32-nat.c (display_selector): New function. Displays information
9522 about the information returned by GetThreadSelectorEntry API function.
9523 (display_selectors): New function. Displays the infomation of
9524 the selector given as argument, or of CS, DS ans FS selectors
9525 if no argument is given.
9526 ( _initialize_inftarg): Add "w32" as info prefix command.
9527 Add "info w32 selector" as command calling display_selectors.
9528
e41e6bbf
PM
95292002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9530
9531 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9532 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9533 if not defined.
9534
0d3a9f48
RE
95352002-02-18 Richard Earnshaw <rearnsha@arm.com>
9536
9537 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9538
3fb4b924
RE
95392002-02-18 Richard Earnshaw <rearnsha@arm.com>
9540
9541 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9542 (arm_fix_call_dummy): Call it.
9543 (arm_call_dummy_breakpoint_offset): Delete.
9544 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9545 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9546
7f55af32
AC
95472002-02-18 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9550 Default to func_frame_chain_valid.
9551 * gdbarch.h, gdbarch.c: Re-generate.
9552 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9553
05f13b9c
EZ
95542002-02-18 Elena Zannoni <ezannoni@redhat.com>
9555
9556 * ppc-linux-nat.c: Update copyright.
9557 (fetch_register, store_register): Add tid parameter, don't compute
9558 tid here.
9559 (fetch_ppc_registers, store_ppc_registers): Add tid
9560 parameter. Pass it along to callees.
9561 (fetch_inferior_registers, store_inferior_registers): Compute tid
9562 here, and pass it to calleed functions.
9563 (fill_gregset, supply_fpregset): Clean up formatting.
9564
d7afb4c9
RE
95652002-02-18 Richard Earnshaw <rearnsha@arm.com>
9566
9567 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9568 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9569
9df628e0
RE
95702002-02-18 Richard Earnshaw <rearnsha@arm.com>
9571
9572 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9573 * gdbarch.c gdbarch.h: Regenerate.
9574 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9575 function.
9576 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9577 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9578 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9579
9580 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9581 * arm-tdep.c (arm_get_longjmp_target): New function.
9582 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9583 this to a positive value register arm_get_longjmp_target as the
9584 longjmp handler.
9585 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9586 (arm_linux_init_abi): Set up longjmp description in tdep.
9587 * armnbsd-nat.c (get_longjmp_target): Delete.
9588 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9589 description in tdep.
9590 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9591 (get_longjmp_target): Delete declaration.
9592 (GET_LONGJMP_TARGET): Delete.
9593 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9594 (GET_LONGJMP_TARGET): Delete.
9595
57bc8964
KB
95962002-02-17 Kevin Buettner <kevinb@redhat.com>
9597
9598 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9599 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9600 of ``current_gdbarch''.
9601
83d31a92
TT
96022002-02-17 Tom Tromey <tromey@redhat.com>
9603
9604 * cli/cli-cmds.c (compare_strings): New function.
9605 (complete_command): Only print each unique item once.
9606 * completer.h (complete_line): Declare.
9607 * completer.c (complete_line): New function.
9608 (line_completion_function): Use it.
9609
17ef5d92
AC
96102002-02-16 Andrew Cagney <ac131313@redhat.com>
9611
9612 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9613 * gdbarch.h, gdbarch.c: Re-generate.
9614
491b8946
DJ
96152002-02-16 Daniel Jacobowitz <drow@mvista.com>
9616
9617 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9618
96192002-02-16 Daniel Jacobowitz <drow@mvista.com>
9620
9621 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9622 * valops.c (value_arg_coerce): Don't take the address of a reference
9623 to convert an argument to a reference.
9624
dfe7f3ac
CF
96252002-02-15 Christopher Faylor <cgf@redhat.com>
9626
9627 * win32-nat.c (get_image_name): New function.
9628 (handle_load_dll): Use get_image_name function.
9629 (get_child_debug_event): Avoid registering debug events until possibly
9630 execed process is started.
9631 (child_create_inferior): Allow invocation via shell so that command
9632 line redirection, etc. works ok.
9633 (_initialize_inftarg): Add new command: "set shell" to control whether
9634 a shell is used to start a process.
9635
1d33e73a
DJ
96362002-02-15 Daniel Jacobowitz <drow@mvista.com>
9637
9638 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9639 instead of find_register_by_number.
9640 (cannot_store_register): Likewise.
9641
48cd0caa
PM
96422002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9643
aaa38bb5 9644 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9645 fprintf_unfiltered (gdb_stderr, ...).
9646
8656e7d8
DJ
96472002-02-15 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * gdbserver/gdbserver.1: Document --attach.
9650
66e810cd
RE
96512002-02-15 Richard Earnshaw <rearnsha@arm.com>
9652
9653 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9654 descriptions.
9655 * arm-tdep.c (arm_default_arm_le_breakpoint)
9656 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9657 (arm_default_thumb_be_breakpoint): New. Initialize them from
9658 traditional breakpoint defines.
9659 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9660 (arm_gdbarch_init): Initialize new breakpoint variables.
9661 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9662 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9663 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9664 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9665 code out to ...
9666 (arm_netbsd_init_abi_common): ... here; new function.
9667 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9668 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9669 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9670 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9671
97e03143
RE
96722002-02-15 Richard Earnshaw <rearnsha@arm.com>
9673
9674 * arm-tdep.h (enum arm_abi): New enum.
9675 (struct gdbarch_tdep): New structure.
9676 (LOWEST_PC): Provide a default.
9677 (arm_gdbarch_register_os_abi): Declare new function.
9678 * arm-tdep.c (arm_abi_names): New array.
9679 (process_note_abi_tag_sections): New function.
9680 (get_elfosabi): New function.
9681 (arm_gdbarch_register_os_abi): New function.
9682 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9683 support for that ABI has been built in, then call the appropriate
9684 configuration routine. Use gdbarch_num_regs() to get the number
9685 of registers.
9686 (arm_dump_tdep): New function.
9687 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9688 place-holder functions.
9689 (_initialize_arm_tdep): Register them.
9690 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9691
9692 * armnbsd-tdep.c: New file.
9693 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9694 * config/arm/nbsd.mt (TDEPFILES): Add it.
9695 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9696
9697 * armnbsd-nat.c: Include regcache.h.
9698 * Makefile.in (armnbsd-nat.o): Update dependency list.
9699
9700 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9701
ad68be46
DJ
97022002-02-14 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * gdbserver/Makefile.in: Fix typos in target rules.
9705
003d6d1d
DJ
97062002-02-14 Daniel Jacobowitz <drow@mvista.com>
9707
aaa38bb5 9708 Fix part of PR gdb/267.
003d6d1d
DJ
9709 * linespec.c (find_methods): Handle constructors specially for now.
9710
6b230f1b
CV
97112002-02-14 Corinna Vinschen <vinschen@redhat.com>
9712
9713 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9714 handling.
9715 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9716 standard_coerce_float_to_double().
9717
1ea98d12
CF
97182002-02-14 Christopher Faylor <cgf@redhat.com>
9719
9720 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9721 GDBINIT_FILENAME.
9722
dd47e6fd
EZ
97232002-02-14 Elena Zannoni <ezannoni@redhat.com>
9724
9725 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9726 find_variant_by_name, because it confuses the multiarch
9727 framework. Return NULL if there isn't an architecture with the
9728 user supplied name, instead of forcing a different one without
9729 recording the change with the multiarch machinery.
9730 (find_variant_by_name): Delete.
9731
d7e39b9e
PS
97322002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9733
9734 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9735 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9736
76e42a4f
MH
97372002-02-13 Martin M. Hunt <hunt@redhat.com>
9738
aaa38bb5 9739 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9740 print_frame_info_listing_hook, set current_source_symtab.
9741
0a30fbc4
DJ
97422002-02-14 Daniel Jacobowitz <drow@mvista.com>
9743
9744 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9745 and remove unused $(INCLUDE_DIR).
9746 Add regcache.c to OBS.
9747 Add generated register protocol files to clean target.
9748 Update dependencies for new objects, obsolete old target code.
9749
9750 * gdbserver/linux-low.c: Remove all platform-specific code to
9751 new files. Remove various dead code. Update to use regcache
9752 functionality.
9753 * gdbserver/remote-utils.c (fromhex): Add return statement
9754 to quiet warning.
9755 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9756 constant.
9757 (input_interrupt): Add integer parameter to match prototype
9758 of a signal handler.
9759 (outreg): Use register_data ().
9760 (prepare_resume_reply): Use gdbserver_expedite_regs.
9761 * gdbserver/server.c (main): Dynamically allocate own_buf because
9762 PBUFSIZ is no longer constant. Use registers_to_string () and
9763 registers_from_string ().
9764 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9765 for error (), fatal (), and warning (). Update definition of
9766 PBUFSIZ to use regcache functionality. Add include guard.
9767 * gdbserver/utils.c (fatal): Add missing ``const''.
9768 (warning): New function.
9769
9770 * regformats/regdat.sh: Include "regcache.h" in generated files.
9771 Provide init_registers () function.
9772 * regformats/regdef.h: Add prototype for set_register_cache ().
9773 Add include guard.
9774
9775 * gdbserver/linux-arm-low.c: New file.
9776 * gdbserver/linux-i386-low.c: New file.
9777 * gdbserver/linux-ia64-low.c: New file.
9778 * gdbserver/linux-m68k-low.c: New file.
9779 * gdbserver/linux-mips-low.c: New file.
9780 * gdbserver/linux-ppc-low.c: New file.
9781 * gdbserver/linux-sh-low.c: New file.
9782
9783 * gdbserver/regcache.c: New file.
9784 * gdbserver/regcache.h: New file.
9785
9786 * gdbserver/low-linux.c: Removed obsolete file.
9787
4cc841d0
DJ
97882002-02-14 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9791 * config/i386/linux.mt: Likewise.
9792 * config/ia64/linux.mt: Likewise.
9793 * config/m68k/linux.mh: Likewise.
9794 * config/powerpc/linux.mh: Likewise.
9795 * config/mips/linux.mt: Likewise.
9796
9797 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9798
9799 * config/i386/i386lynx.mh: Mark gdbserver variables
9800 as (currently) obsolete for this target.
9801 * config/i386/nbsd.mt: Likewise.
9802 * config/i386/nbsdelf.mt: Likewise.
9803 * config/m32r/m32r.mt: Likewise.
9804 * config/m68k/m68klynx.mh: Likewise.
9805 * config/m68k/nbsd.mt: Likewise.
9806 * config/m68k/sun3os4.mh: Likewise.
9807 * config/mips/vr5000.mt: Likewise.
9808 * config/ns32k/nbsd.mt: Likewise.
9809 * config/pa/hppabsd.mh: Likewise.
9810 * config/pa/hppaosf.mh: Likewise.
9811 * config/powerpc/nbsd.mt: Likewise.
9812 * config/rs6000/rs6000lynx.mh: Likewise.
9813 * config/s390/s390.mt: Likewise.
9814 * config/s390/s390x.mt: Likewise.
9815 * config/sparc/sparclynx.mh: Likewise.
9816 * config/sparc/sun4os4.mh: Likewise.
9817 * config/i386/x86-64linux.mt: Likewise.
9818 * config/sparc/linux.mh: Likewise.
9819
a85f51e7
DJ
98202002-02-14 Daniel Jacobowitz <drow@mvista.com>
9821
9822 * configure.tgt: Configure gdbserver only for known working
9823 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9824 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9825 SUBDIRS if it is configured. Update comment for ${nativefile}.
9826 * configure: Regenerated.
9827
65554fef
MS
98282002-02-13 Michael Snyder <msnyder@redhat.com>
9829
670a52db
MS
9830 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9831
6dbdc4a3
MS
9832 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9833 (default_gcore_mach): Just return 0, work around a problem in bfd.
9834 (default_gcore_target): OK to return NULL if exec_bfd is null.
9835 (make_mem_sec): Use a cast, avoid a warning.
9836
9837 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9838 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9839 sizeof (host pointer) != sizeof (target pointer)).
9840 (procfs_make_note_section): Avoid overflow in psargs string.
9841
aaa38bb5 9842 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9843 implementation return an error.
9844
98452002-02-13 Rodney Brown <rbrown64@csc.com.au>
9846
9847 * procfs.c (procfs_make_note_section): Provide a default definition
9848 (for alpha-dec-osf4.0f). Fix typos.
9849
1e4d76e7
EZ
98502002-02-13 Elena Zannoni <ezannoni@redhat.com>
9851
9852 * linux-proc.c: Add include of regcache.h.
9853 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9854
b6d1a1d5
AC
98552002-02-13 Andrew Cagney <ac131313@redhat.com>
9856
9857 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9858 * memattr.c (create_mem_region): Disallow useless empty region.
9859 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9860 non-overlapping.
b6d1a1d5 9861
6c6ea35e
MC
98622002-02-13 Michael Chastain <mec@shout.net>
9863
9864 * defs.h: Kill CONST_PTR.
9865 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9866 * c-lang.c (c_builtin_types): Likewise.
9867 * ch-lang.c (ch_builtin_types): Likewise.
9868 * f-lang.c (f_builtin_types): Likewise.
9869 * language.c (unknown_builtin_types): Likewise.
9870 * m2-lang.c (m2_builtin_types): Likewise.
9871 * p-lang.c (pascal_builtin_types): Likewise.
9872 * scm-lang.c (c_builtin_types): Likewise.
9873
3e0b0f48
KS
98742002-02-13 Keith Seitz <keiths@redhat.com>
9875
9876 * arm-tdep.h (arm_get_next_pc): Add declaration.
9877
67255d04
RE
98782002-02-13 Richard Earnshaw <rearnsha@arm.com>
9879
9880 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9881 with other related struct-returning functions.
9882 (arm_extract_struct_value_address): New function.
9883 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9884 initialize float_format, double_format and long_double_format as
9885 appropriate to the endianness of the target.
9886 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9887 (arm_use_struct_convention): Delete declaration.
9888 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9889
079777f6
KS
98902002-02-13 Keith Seitz <keiths@redhat.com>
9891
9892 * defs.h (core_addr_to_string_nz): New function.
9893
34588f23
MK
98942002-02-13 Mark Kettenis <kettenis@gnu.org>
9895
9896 Apply missing bits of 2002-01-15 patch.
9897 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9898 (fill_fpregset): Use i387_fill_fsave.
9899
49b563f9
KS
99002002-02-12 Keith Seitz <keiths@redhat.com>
9901
49b563f9
KS
9902 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9903 (core_addr_to_string_nz): New function.
9904
aeb98c60
RE
99052002-02-11 Richard Earnshaw <rearnsha@arm.com>
9906
9907 * arm-linux-nat.c: Really include arm-tdep.h.
9908 * config/arm/tm-linux.h (struct type, struct value): Declare.
9909
65554fef
MS
99102002-02-11 Michael Snyder <msnyder@redhat.com>
9911
9912 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9913 (gcore section): Ifdef for Solaris and Unixware only.
9914 (procfs_do_thread_registers): Unixware needs one lwpstatus
9915 per thread (not one prstatus or pstatus).
9916 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9917 not over all gdb threads. For unixware, call elfcore_write_pstatus
9918 once before iterating over threads.
9919
34e8f22d
RE
99202002-02-11 Richard Earnshaw <rearnsha@arm.com>
9921
9922 * arm-tdep.h: New file.
9923 * arm-tdep.c: Include arm-tdep.h.
9924 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9925 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9926 (arm_print_float_info, arm_register_type, convert_to_extended)
9927 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9928 (arm_extract_return_value, arm_register_name): Make static.
9929 (arm_software_single_step): Similarly. Fix types in declaration.
9930 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9931 (arm_store_return_value, arm_store_struct_return): New functions.
9932 (arm_gdbarch_init): Register the above functions. Also register
9933 call_dummy_start_offset, sizeof_call_dummy_words,
9934 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9935 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9936 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9937 prologue_cache.saved_regs here, rather than ...
9938 (_initialize_arm_tdep): ... here.
9939 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9940 declarations.
9941 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9942 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9943 (arm_print_float_info, arm_register_type, convert_to_extended)
9944 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9945 (arm_extract_return_value, arm_register_name): Delete declarations.
9946 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9947 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9948 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9949 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9950 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9951 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9952 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9953 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9954 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9955 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9956 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9957 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9958 interface.
9959 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9960 * remote-rdi.c remote-rdp.c: Likewise.
9961 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9962 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9963 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9964 definition.
9965
9966 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9967 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9968 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9969 from non-ARM_ prefixed definitions.
9970 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9971 all uses of above.
9972 * remote-rdi.c remote-rdp.c: Likewise.
9973 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9974
148754e5
RE
99752002-02-11 Richard Earnshaw <rearnsha@arm.com>
9976
9977 * arm-tdep.c (arm_frameless_function_invocation)
9978 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9979 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9980 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9981 (arm_pop_frame, arm_get_next_pc): Make static.
9982 (arm_gdbarch_init): Register above in gdbarch structure.
9983 (arm_read_fp): Renamed from arm_target_read_fp.
9984 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9985 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9986 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9987 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9988 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9989 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9990 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9991 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9992 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9993 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9994 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9995
434d2d4f
DJ
99962002-02-10 Daniel Jacobowitz <drow@mvista.com>
9997
9998 * symtab.c (compare_search_syms): New function.
9999 (sort_search_symbols): New function.
10000 (search_symbols): Sort symbols after searching rather than
10001 before.
10002
55241689
AC
100032002-02-10 Andrew Cagney <ac131313@redhat.com>
10004
10005 * NEWS: Linux -> GNU/Linux.
10006
028c194b
AC
100072002-02-10 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbarch.sh: For for level one methods, disallow a definition
10010 when partially multi-arched. Add comments explaining rationale.
10011 * gdbarch.h: Re-generate.
10012
6acf50cd
AC
100132002-02-10 Andrew Cagney <ac131313@redhat.com>
10014
10015 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10016 multi-arch partial.
aaa38bb5 10017
50248794
AC
100182002-02-10 Andrew Cagney <ac131313@redhat.com>
10019
10020 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10021 field. Use diff -u.
10022 * gdbarch.c: Re-generate.
10023
c30e0066
AC
100242002-02-10 Andrew Cagney <ac131313@redhat.com>
10025
9b56c5f3 10026 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10027 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10028 partial.
10029
6e6d6484
AC
100302002-02-10 Andrew Cagney <ac131313@redhat.com>
10031
10032 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10033 multi-arch partial.
10034 (PUSH_ARGUMENTS): Switch to using predefault.
10035 * gdbarch.c: Regenerate.
10036
c203844d
AC
100372002-02-10 Andrew Cagney <ac131313@redhat.com>
10038
10039 * valops.c (PUSH_ARGUMENTS): Delete definition.
10040 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10041 partial. Default to default_push_arguments.
10042 * gdbarch.h, gdbarch.c: Regenerate.
10043
b5a2688f
AC
100442002-02-09 Andrew Cagney <ac131313@redhat.com>
10045
10046 * defs.h (throw_exception): Rename return_to_top_level. Update
10047 comments.
10048 * utils.c (error_stream, internal_verror, quit): Ditto.
10049 * top.c (throw_exception, catcher): Ditto.
10050 * sparclet-rom.c (sparclet_load): Ditto.
10051 * remote.c (interrupt_query, minitelnet): Ditto.
10052 * remote-sds.c (interrupt_query): Ditto.
10053 * remote-mips.c (mips_error, mips_kill): Ditto.
10054 * ocd.c (interrupt_query): Ditto.
10055 * monitor.c (monitor_interrupt_query): Ditto.
10056 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10057 * target.h: Update comment.
aaa38bb5 10058
b5a2688f 10059 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10060
2fa5c1e0
AC
100612002-02-09 Andrew Cagney <ac131313@redhat.com>
10062
10063 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10064 default_double_format.
10065 * gdbarch.h, gdbarch.c: Re-generate.
10066 * findvar.c (floatformat_unknown): Delete variable definition.
10067 * doublest.h (floatformat_unknown): Delete variable declaration.
10068
da966255
JB
100692002-02-09 Jim Blandy <jimb@redhat.com>
10070
10071 * stabsread.c (read_type): Add code to parse Sun's syntax for
10072 prototyped function types.
10073
123a4891
AC
100742002-02-09 Andrew Cagney <ac131313@redhat.com>
10075
10076 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10077 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10078
fb39c8f3
PS
100792002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10080
10081 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10082 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10083 now _initialize_xcoffsolib gets called again and overrides the
10084 commands from solib.c in a native configuration.
10085
0b87a11d
MK
100862002-02-09 Mark Kettenis <kettenis@gnu.org>
10087
10088 * doublest.c (store_typed_floating): Don't try to return a value.
10089 Fixes PR gdb/290.
10090
bdc2fc72
JB
100912002-02-08 Jim Blandy <jimb@redhat.com>
10092
10093 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10094 is prototyped and has no arguments, print its argument list as
10095 `(void)'.
10096
da69bbcf
CD
100972002-02-08 Chris Demetriou <cgd@broadcom.com>
10098
10099 * MAINTAINERS (write-after-approval): Add myself.
10100 (paper-trail): I've escaped!
aaa38bb5 10101
b69571f5
CF
101022002-02-08 Christopher Faylor <cgf@redhat.com>
10103
10104 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10105 changes.
10106 (_initialize_check_for_gdb_ini): Ditto.
10107
f6871398
MH
101082002-02-08 Martin M. Hunt <hunt@redhat.com>
10109
10110 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10111 xaprintf -> xasprintf.
10112
4e52d31c
PM
101132002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10114
10115 * win32-nat.c: Remove use of printf and sprintf functions.
10116
39bbf761
RE
101172002-02-08 Richard Earnshaw <rearnsha@arm.com>
10118
10119 * arm-tdep.c (arm_frame_chain_valid): Make static.
10120 (arm_push_arguments): Likewise.
10121 (arm_gdbarch_init): New function.
10122 (_initialize_arm_tdep): Call it.
10123 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10124 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10125 (FRAME_CHAIN_VALID): Delete.
10126 (arm_frame_chain_valid): Delete declaration.
10127 (PUSH_ARGUMENTS): Delete.
10128 (arm_push_arguments): Delete declaration.
10129 (CALL_DUMMY_P): Delete.
10130
9c9532c9
CV
101312002-02-08 Andrew Cagney <ac131313@redhat.com>
10132 Corinna Vinschen <vinschen@redhat.com>
10133
10134 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10135 on builtin float types.
10136
4e8f7a8b
DJ
101372002-02-08 Daniel Jacobowitz <drow@mvista.com>
10138
10139 * utils.c: Include <curses.h> before "bfd.h".
10140 * tui/tui-hooks.c: Likewise.
10141 * tui/tui.c: Likewise.
10142 * tui/tuiCommand.c: Likewise.
10143 * tui/tuiData.c: Likewise.
10144 * tui/tuiDataWin.c: Likewise.
10145 * tui/tuiDisassem.c: Likewise.
10146 * tui/tuiGeneralWin.c: Likewise.
10147 * tui/tuiIO.c: Likewise.
10148 * tui/tuiLayout.c: Likewise.
10149 * tui/tuiRegs.c: Likewise.
10150 * tui/tuiSource.c: Likewise.
10151 * tui/tuiSourceWin.c: Likewise.
10152 * tui/tuiStack.c: Likewise.
10153 * tui/tuiWin.c: Likewise.
10154
cd4bffcf
EZ
101552002-02-07 Elena Zannoni <ezannoni@redhat.com>
10156
10157 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10158 to include space for pseudoregs as well. Update loops accordingly.
10159 (sh_fp_frame_init_saved_regs): Ditto.
10160 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10161
26806ce2
AC
101622002-02-07 Andrew Cagney <ac131313@redhat.com>
10163
10164 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10165 Add Richard Earnshaw to Arm maintainers.
10166
97fdab62
AC
101672002-02-07 Andrew Cagney <ac131313@redhat.com>
10168
a6b98203
AC
10169 * defs.h (warning_begin): Delete declaration.
10170
97fdab62
AC
10171 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10172 Delete macro.
10173
78b29b40
MS
101742002-02-07 Michael Snyder <msnyder@redhat.com>
10175
aaa38bb5 10176 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10177 Logic bug, remove misplaced else.
10178
d8849953
KD
101792002-02-07 Klee Dienes <klee@apple.com>
10180
10181 * fork-inferior.c (fork_inferior): Add '!' to the list of
10182 characters that need to be quoted when building a string for the
10183 shell. Quote '!' specifically with a backslash, since CSH chokes
10184 when trying to evaluate "str!str".
aaa38bb5 10185
095778a0
NC
101862002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10187
10188 * rdi-share/host.h: Only provide a typedef for bool if it is not
10189 defined.
10190
1900040c
MS
101912002-02-04 Michael Snyder <msnyder@redhat.com>
10192
10193 * breakpoint.h (enum bptype): Add new overlay event bp type.
10194 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10195
1900040c
MS
10196 * breakpoint.c (create_internal_breakpoint): New function.
10197 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10198 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10199 (create_thread_event_breakpoint): Ditto.
10200 (create_solib_event_breakpoint): Ditto.
10201 (create_overlay_event_breakpoint): New function.
10202 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10203 (update_breakpoints_after_exec): Delete and re-initialize
10204 overlay event breakpoints after an exec. Add FIXME comment
10205 about longjmp breakpoint.
10206 (print_it_typical): Ignore overlay event breakpoints.
10207 (print_one_breakpoint): Ditto.
10208 (mention): Ditto.
10209 (bpstat_what): Do not stop for overlay event breakpoints.
10210 (delete_breakpoint): Don't delete overlay event breakpoints.
10211 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10212 (breakpoint_re_set): Re-create overlay event breakpoint.
10213
10214 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10215 (overlay_manual_command): Disable overlay breakpoints.
10216 (overlay_off_command): Disable overlay breakpoints.
10217
082fc60d
RE
102182002-02-06 Richard Earnshaw <rearnsha@arm.com>
10219
10220 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10221 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10222 to here from config/tm-arm.h.
10223 (coff_sym_is_thumb): Make static.
10224 (arm_elf_make_msymbol_special): New function.
10225 (arm_coff_make_msymbol_special): New function.
10226 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10227 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10228 (coff_sym_is_thumb): Delete declaration.
10229 (arm_elf_make_msymbol_special): Declare.
10230 (arm_coff_make_msymbol_special): Declare.
10231 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10232 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10233
039c5766
RE
102342002-02-06 Richard Earnshaw <rearnsha@arm.com>
10235
10236 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10237
102382002-02-06 Richard Earnshaw <rearnsha@arm.com>
10239
10240 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10241 * gdbarch.c gdbarch.h: Regenerate.
10242 * arch-utils.c (default_print_float_info): New function.
10243 * arch-utils.h (default_print_float_info): Prototype it.
10244 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10245 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10246 (PRINT_FLOAT_INFO): Document it.
10247
10248 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10249 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10250 (PRINT_FLOAT_INFO): Define.
10251
58fa08f0
PM
102522002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10253
aaa38bb5 10254 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10255 Add typecast to sprintf argument to suppress a warning.
10256
7393af7c
PM
102572002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10258
58fa08f0 10259 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10260 to allow easier handling of pass state.
10261 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10262 that gives exception name and address.
10263 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10264 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10265 exceptions added.
aaa38bb5
AJ
10266 (child_continue): Correctly report continue_status.
10267 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10268 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10269 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10270 the exception should be passed to debuggee or not.
10271
6af4589c
MS
102722002-02-05 Michael Snyder <msnyder@redhat.com>
10273
10274 * regcache.c (fetch_register): Call target_fetch_register
10275 only if we don't call FETCH_PSEUDO_REGISTER.
10276 (store_register): Call target_store_register only if we
10277 don't call STORE_PSEUDO_REGISTER.
10278
a2cf933a
EZ
102792002-02-05 Elena Zannoni <ezannoni@redhat.com>
10280
10281 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10282 ELF_MAKE_MSYMBOL_SPECIAL.
10283 * gdbarch.c, gdbarch.h: Regenerate.
10284 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10285 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10286 * elfread.c (elf_symtab_read): Compile use of
10287 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10288 multiarched.
10289 * coffread.c (coff_symtab_read): Ditto, for
10290 COFF_MAKE_MSYMBOL_SPECIAL.
10291
6bb7be43
JB
102922002-02-05 Jim Blandy <jimb@redhat.com>
10293
10294 * solib-svr4.c (svr4_truncate_ptr): New function.
10295 (svr4_relocate_section_addresses): Do the address arithmetic with
10296 the appropriate truncation for target addresses, even when
10297 CORE_ADDR is larger than a target address.
10298
e18651ec
DJ
102992002-02-05 Daniel Jacobowitz <drow@mvista.com>
10300
10301 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10302 to (int *).
10303
6b2725be
DJ
103042002-02-05 Daniel Jacobowitz <drow@mvista.com>
10305
10306 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10307 code.
10308
fca9e603
DJ
103092002-02-05 Daniel Jacobowitz <drow@mvista.com>
10310
10311 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10312
6c537a52
DJ
103132002-02-05 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * gdbserver/linux-low.c: Remove unused include files.
10316
d844cde6
DJ
103172002-02-05 Daniel Jacobowitz <drow@mvista.com>
10318
10319 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10320 (read_inferior_memory): Use it.
10321 (write_inferior_memory): Likewise.
10322
d07c63e7
DJ
103232002-02-05 Daniel Jacobowitz <drow@mvista.com>
10324
10325 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10326 grubbing through sys_errlist.
10327
da6d8c04
DJ
103282002-02-05 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10331
5b421780
PM
103322002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10333 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10334
9f60d481
AC
103352002-02-04 Andrew Cagney <ac131313@redhat.com>
10336
10337 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10338 (do_sfunc, set_cmd_sfunc): New functions.
10339
10340 * command.h (struct cmd_list_element): Add field func.
10341 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10342 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10343 * cli/cli-decode.h: Ditto.
10344
10345 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10346 (help_all, help_cmd_list): Ditto.
10347 (find_cmd, complete_on_cmdlist): Ditto.
10348 * top.c (execute_command): Ditto.
10349
10350 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10351 function.sfunc.
10352
10353 * infcmd.c (notice_args_read): Fix function signature.
10354
10355 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10356 * cli/cli-decode.c (add_set_cmd): Ditto.
10357 * utils.c (initialize_utils): Ditto.
10358 * maint.c (_initialize_maint_cmds): Ditto.
10359 * infrun.c (_initialize_infrun): Ditto.
10360 * demangle.c (_initialize_demangler): Ditto.
10361 * remote.c (add_packet_config_cmd): Ditto.
10362 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10363 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10364 * proc-api.c (_initialize_proc_api): Ditto.
10365 * kod.c (_initialize_kod): Ditto.
10366 * valprint.c (_initialize_valprint): Ditto.
10367 * top.c (init_main): Ditto.
10368 * infcmd.c (_initialize_infcmd): Ditto.
10369 * corefile.c (_initialize_core): Ditto.
10370 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10371 * arch-utils.c (initialize_current_architecture): Ditto.
10372 (_initialize_gdbarch_utils): Ditto.
10373 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10374
10375 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10376 * wince.c (_initialize_inftarg): Ditto.
10377 * symfile.c (_initialize_symfile): Ditto.
10378 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10379 * language.c (_initialize_language): Ditto.
10380 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10381
f9ba0717
MS
103822002-02-04 Michael Snyder <msnyder@redhat.com>
10383
10384 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10385
0c74b2a7
DJ
103862002-02-04 Daniel Jacobowitz <drow@mvista.com>
10387
10388 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10389 Add rules for building the register data files.
10390
c638789f
DJ
103912002-02-04 Daniel Jacobowitz <drow@mvista.com>
10392
10393 * regformats/regdat.sh: Add braces to the definition of
10394 expedite_regs_${arch}.
10395
db253027
DJ
103962002-02-04 Daniel Jacobowitz <drow@mvista.com>
10397
10398 * regformats/regdef.h (struct reg): Add comment describing the
10399 requirements for offset and size fields.
10400
206be19c
AS
104012002-02-04 Andreas Schwab <schwab@suse.de>
10402
10403 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10404 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10405
181c1381
RE
104062002-02-04 Richard Earnshaw <rearnsha@arm.com>
10407
10408 * gdbarch.sh (copyright): Update years in generated header.
10409 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10410 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10411 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10412 * dbxread.c: Likewise.
10413 * dwarfread.c: Likewise.
10414 * elfread.c: Likewise.
10415 * somread.c: Likewise.
10416
10417 * arm-tdep.c (arm_smash_text_address): New function.
10418 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10419
fa4ba8da
PM
104202002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10421
10422 Add support for hardware watchpoints on win32 native.
aaa38bb5 10423 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10424 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10425 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10426 of debug registers.
10427 (debug_registers_changed): New variable. Reflects when debug registers
10428 are changed and need to be written to inferior.
aaa38bb5 10429 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10430 was set, used when new threads are created.
10431 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10432 i386-nat code.
10433 (thread_rec): Set dr array if id is the thread of current_event .
10434 (child_continue, child_resume): Change the debug registers for all
10435 threads if debug_registers_changed.
10436 (child_add_thread): Change the debug registers if debug_registers_used.
10437 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10438 Link nm.h to new nm-cygwin.h file.
10439 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10440 of hardware registers.
10441
a73c86fb
AC
104422002-02-03 Andrew Cagney <ac131313@redhat.com>
10443
10444 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10445 Restore behavour broken by 2002-01-20 Andrew Cagney
10446 <ac131313@redhat.com> IEEE_FLOAT removal.
10447
acf5ed49
DJ
104482002-02-03 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * c-valprint.c (c_val_print): Pass a proper valaddr to
10451 cp_print_class_method.
10452 * valops.c (search_struct_method): If there is only one method
10453 and args is NULL, return that method.
10454
493d28d5
DJ
104552002-02-03 Daniel Jacobowitz <drow@mvista.com>
10456
10457 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10458 accessing tag_name directly.
10459
7495dfdb
DJ
104602002-02-03 Daniel Jacobowitz <drow@mvista.com>
10461
10462 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10463 of accessing tag_name directly.
10464
dd6bda65
DJ
104652002-02-03 Daniel Jacobowitz <drow@mvista.com>
10466
10467 PR gdb/280
10468 * gdbtypes.c (replace_type): New function.
10469 * gdbtypes.h (replace_type): Add prototype.
10470 * stabsread.c (read_type): Use replace_type.
10471
88fe217c
RE
104722002-02-03 Richard Earnshaw <rearnsha@arm.com>
10473
10474 * Makefile.in (memattr.o): Add missing dependencies rule.
10475
e5d66720
PS
104762002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10477
10478 * breakpoint.c (break_at_finish_command): Really export.
10479 (break_at_finish_at_depth_command): Ditto.
10480 (tbreak_at_finish_command): Ditto.
10481 * hppa-tdep.c: Include completer.h.
10482 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10483 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10484
fffee0be
AC
104852002-02-01 Andrew Cagney <ac131313@redhat.com>
10486
10487 * utils.c (do_write): New function.
10488 (error_stream): Rewrite combining the code from error_begin and
10489 verror.
10490 (verror): Rewrite using error_stream.
10491 (error_begin): Delete function.
10492
255e7dbf
AC
104932002-02-01 Andrew Cagney <ac131313@redhat.com>
10494
10495 * utils.c (error_begin): Make static.
10496 * defs.h (error_begin): Delete declaration.
10497
10498 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10499 (decode_line_1): Use cplusplus_error instead of error_begin,
10500 cplusplus_hint and return_to_top_level.
10501 * coffread.c (coff_symfile_read): Use error instead of error_begin
10502 and return_to_top_level.
10503 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10504
ddfe3c15
AC
105052002-02-01 Andrew Cagney <ac131313@redhat.com>
10506
10507 * language.h (type_error, range_error): Make string parameter
10508 constant.
10509 * language.c (warning_pre_print): Delete extern declaration.
10510 * dwarfread.c (warning_pre_print): Ditto.
10511 * language.c (type_error, range_error): Rewrite to use verror and
10512 vwarning instead of warning_begin.
10513
03ac34d5
MS
105142002-02-01 Michael Snyder <msnyder@redhat.com>
10515
261c4ca2
MS
10516 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10517 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10518
e00d1dc8
AC
105192002-02-01 Andrew Cagney <ac131313@redhat.com>
10520
10521 * command.h (NO_FUNCTION): Delete macro.
10522 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10523 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10524 * tracepoint.c (_initialize_tracepoint): Ditto.
10525 * cli/cli-decode.c (add_set_cmd): Ditto.
10526 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10527
76b79d6e
DJ
105282002-02-01 Daniel Jacobowitz <drow@mvista.com>
10529
10530 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10531 Update ``this'' pointer when calling virtual functions.
10532
799f9e91
MS
105332002-02-01 Michael Snyder <msnyder@redhat.com>
10534
c7bd442c 10535 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10536 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10537
3cf384d4
DJ
105382002-02-01 Daniel Jacobowitz <drow@mvista.com>
10539
10540 * regformats/reg-arm.dat: New file.
10541 * regformats/reg-i386.dat: New file.
10542 * regformats/reg-ia64.dat: New file.
10543 * regformats/reg-m68k.dat: New file.
10544 * regformats/reg-mips.dat: New file.
10545 * regformats/reg-ppc.dat: New file.
10546 * regformats/reg-sh.dat: New file.
10547 * regformats/regdef.h: New file.
10548 * regformats/regdat.sh: New file.
10549
0defa245
RE
105502002-02-01 Richard Earnshaw <reanrsha@arm.com>
10551
10552 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10553 (arm_frame_args_address, arm_frame_locals_address): New functions.
10554 (arm_frame_num_args): New function.
10555 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10556 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10557 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10558
405f26e6
MS
105592002-01-31 Michael Snyder <msnyder@redhat.com>
10560
502fd408
MS
10561 * breakpoint.c (break_at_finish_command): Export.
10562 (break_at_finish_at_depth_command): Export.
10563 (tbreak_at_finish_command): Export.
d6020d45 10564 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10565 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10566 "txbreak" commands, which are HPPA specific.
502fd408 10567
7d35e135
MS
10568 * printcmd.c (disassemble_command): Remove an ancient
10569 artifact of an old merge.
10570
aaa38bb5 10571 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10572 Define enum constant values for overlay mode.
10573 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10574 (overlay_is_mapped, overlay_auto_command,
10575 overlay_manual_command): Ditto.
d874f1e2 10576
aaa38bb5
AJ
10577 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10578 breakpoint_here_p, breakpoint_inserted_here_p,
10579 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10580 describe_other_breakpoints, check_duplicates, clear_command):
10581 Coding standard fixes.
10582
8add0441 10583 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10584 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10585 code: check bfd SEC_READONLY flag for section.
10586
e351066e
AC
105872002-01-31 Andrew Cagney <ac131313@redhat.com>
10588
7d35e135 10589 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10590
8a48e967
DJ
105912002-01-30 Daniel Jacobowitz <drow@mvista.com>
10592
10593 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10594 data symbols, since we search based on textlow and texthigh.
10595 (find_pc_sect_symtab): Likewise.
10596
f5a96129
AC
105972002-01-30 Andrew Cagney <ac131313@redhat.com>
10598
10599 * defs.h (vwarning): Declare.
f5a96129
AC
10600 * utils.c (vwarning): New function.
10601 (warning): Call vwarning.
10602 (warning_begin): Delete function.
10603
10604 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10605 the warning message.
10606 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10607 warning_begin.
10608
cefd4ef5
MS
106092002-01-30 Michael Snyder <msnyder@redhat.com>
10610
1a703748
MS
10611 * NEWS: Mention "set trust-readonly-sections" command.
10612 Mention generate-core-file command.
cefd4ef5 10613
3a11626d
MS
106142002-01-15 Michael Snyder <msnyder@redhat.com>
10615
10616 * target.c: New command, "set trust-readonly-sections on".
10617 (do_xfer_memory): Honor the suggestion to trust readonly sections
10618 by reading them from the object file instead of from the target.
10619 (initialize_targets): Register command "set trust-readonly-sections".
10620
d1c7e53b
AC
106212002-01-29 Andrew Cagney <ac131313@redhat.com>
10622
10623 * parse.c (target_map_name_to_register): Simplify, search regs and
10624 pseudo-regs using a single loop.
10625
e2c9a72c
AC
106262002-01-30 Andrew Cagney <ac131313@redhat.com>
10627
10628 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10629
69824b4e
MK
106302002-01-15 Rodney Brown <rbrown64@csc.com.au>
10631
10632 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10633 * config/i386/i386v42mp.mh: Add i387-nat.o .
10634 * i386v4-nat.c: Include i387-nat.h.
10635 (supply_fpregset): Use i387_supply_fsave.
10636 (fill_fpregset): Use i387_fill_fsave.
10637
6eb69eab
RE
106382002-01-30 Richard Earnshaw <rearnsha@arm.com>
10639
10640 * arm-tdep.c (arm_call_dummy_words): Define.
10641 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10642 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10643 (CALL_DUMMY_WORDS): Define.
10644 (arm_call_dummy_words): Declare.
10645 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10646 (arm_linux_call_dummy_words): Declare.
10647
9852326a
AS
106482002-01-30 Andreas Schwab <schwab@suse.de>
10649
10650 * m68klinux-nat.c: Fix last change to use regcache_collect
10651 instead of referencing registers[] directly.
10652
977a3030
AC
106532002-01-29 Andrew Cagney <ac131313@redhat.com>
10654
10655 * parse.c (target_map_name_to_register): Delete code wrapped in
10656 #ifdef REGISTER_NAME_ALIAS_HOOK.
10657
2076c72b
MS
106582002-01-28 Michael Snyder <msnyder@redhat.com>
10659
10660 * regcache.c (legacy_read_register_gen): Need to be able to
10661 read pseudo-register as well as real register.
10662 (legacy_write_register_gen): Ditto.
10663
8fcc723b
AC
106642002-01-28 Andrew Cagney <ac131313@redhat.com>
10665
10666 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10667 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10668 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10669 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10670 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10671 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10672 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10673 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10674 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10675 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10676 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10677 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10678 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10679 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10680 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10681 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10682 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10683 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10684 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10685 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10686
afe64c1a
AC
106872002-01-28 Andrew Cagney <ac131313@redhat.com>
10688
10689 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10690 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10691 (initialize_current_architecture): Update target_byte_order using
10692 information from BFD.
aaa38bb5 10693 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10694 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10695
75bc7ddf
AC
106962002-01-28 Andrew Cagney <ac131313@redhat.com>
10697
10698 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10699 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10700
10701 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10702 #ifdef INVALID_FLOAT.
10703 * infcmd.c (do_registers_info): Ditto.
10704 * values.c (unpack_double): Ditto. Add comment.
10705
10706 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10707 already commented out.
10708
0280a90a
AS
107092002-01-26 Andreas Schwab <schwab@suse.de>
10710
10711 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10712 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10713 registers and add support for PTRACE_GETREGS.
10714
7072a954
AC
107152002-01-24 Andrew Cagney <ac131313@redhat.com>
10716
10717 GDB 5.1.1 released from 5.1 branch.
10718 * NEWS: Add 5.1.1 news.
10719 * README: Sync with 5.1 branch.
10720
86f902e0
FF
107212002-01-23 Fred Fish <fnf@redhat.com>
10722
10723 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10724 stabstring on initial malloc. Reallocing will copy it for us,
10725 if necessary.
10726
8af51c36
EZ
107272002-01-23 Elena Zannoni <ezannoni@redhat.com>
10728
aaa38bb5 10729 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10730 (HFILES_NO_SRCDIR): Remove hpread.h.
10731 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10732 (hpread.o): Update dependencies.
10733 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10734
10735 * hp-psymtab-read.c: Remove file.
10736 * hp-symtab-read.c: Remove file.
10737 * hpread.h: Remove file.
10738
10739 * hpread.c: Merge all contents of hp-psymtab-read.c,
10740 hp-symtab-read.c and hpread.h into this file, as it was prior to
10741 January 1999.
10742
10743 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10744 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10745 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10746 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10747
dc5cfeb6
EZ
107482002-01-23 Elena Zannoni <ezannoni@redhat.com>
10749
10750 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10751 fill_gregset): Call gdbarch_tdep() just once, assign result to
10752 variable and use that, instead of calling the function several
10753 times.
10754
ea87b71b
AO
107552002-01-24 Alexandre Oliva <aoliva@redhat.com>
10756
10757 * configure.host: Accept sparcv9 as alias for sparc64.
10758 * configure.tgt: Likewise.
10759
13fc0c2f
KB
107602002-01-22 Kevin Buettner <kevinb@redhat.com>
10761
10762 * solib-aix5.c (build_so_list_from_mapfile)
10763 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10764 arguments is not reversed.
10765 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10766 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10767
7bd872fe
EZ
107682002-01-22 Elena Zannoni <ezannoni@redhat.com>
10769
10770 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10771 modified version of obsolete sh_fetch_pseudo_register.
10772 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10773 (sh4_register_read): New function.
10774 (sh_pseudo_register_write): New function. Renamed and modified
10775 version of obsolete sh_store_pseudo_register.
10776 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10777 (sh4_register_write): New function.
10778 (sh_gdbarch_init): Remove setting of gdbarch function
10779 fetch_pseudo_register and store_pseudo_register. Remove setting of
10780 register_convert_to_raw, register_convert_to_virtual,
10781 register_convertible.
10782 (sh_sh4_register_convertible): Delete. No longer needed. All is
10783 taken care by architecture specific functions
10784 register_read/register_write.
10785 (sh_sh4_register_convert_to_virtual): Make static.
10786 (sh_sh4_register_convert_to_raw): Ditto.
10787
069e84fd
AC
107882002-01-22 Andrew Cagney <ac131313@redhat.com>
10789
10790 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10791 (floatformat_is_nan, floatformat_mantissa): Ditto.
10792
10793 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10794 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10795 builtin_type_ieee_double_little,
10796 builtin_type_ieee_double_littlebyte_bigword,
10797 builtin_type_m68881_ext, builtin_type_i960_ext,
10798 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10799 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10800 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10801 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10802
211a4f69
CV
108032002-01-22 Corinna Vinschen <vinschen@redhat.com>
10804
10805 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10806 parameter. Set frameless flag if it exists and depended of
10807 whether the scanned function is frameless or not.
10808 (xstormy16_skip_prologue): If function is frameless, return
10809 result of xstormy16_scan_prologue().
10810 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10811 call.
10812
f81353e4
EZ
108132002-01-21 Elena Zannoni <ezannoni@redhat.com>
10814
10815 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10816 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10817 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10818 sh_sh4_register_byte, sh_sh4_register_raw_size,
10819 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10820 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10821 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10822 sh_store_pseudo_register, sh_do_pseudo_register): Call
10823 gdbarch_tdep() just once, assign result to variable and use that,
10824 instead of calling the function several times.
10825
63c73a17
MK
108262002-01-20 Mark Kettenis <kettenis@gnu.org>
10827
10828 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10829 macros instead of LAST_FPU_CTRL_REGNUM.
10830 (store_register): Likewise.
10831
39ad761d
JB
108322002-01-21 Jim Blandy <jimb@redhat.com>
10833
10834 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10835 is up-to-date before running the program, not just when a program
10836 exits.
10837
3d74b771
FF
108382002-01-21 Fred Fish <fnf@redhat.com>
10839
10840 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10841 when we have found all instructions we are looking for.
10842
966fbf70
RE
108432002-01-21 Richard Earnshaw <rearnsha@arm.com>
10844
10845 * arm-tdep.c (arm_register_name): New function.
10846 (arm_registers_names): Make static.
10847 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10848 (arm_register_name): Declare.
10849 (REGISTER_NAME): Use it.
10850
c3b4394c
RE
108512002-01-21 Richard Earnshaw <rearnsha@arm.com>
10852 Kevin Buettner <kevinb@redhat.com>
10853
10854 Convert arm targets to new FRAME interface.
10855 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10856 (arm_frame_find_save_regs): Delete.
10857 (arm_frame_init_saved_regs): New.
10858 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10859 Allocate extra_info as required. Convert all uses of fsr.regs
10860 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10861 to use extra_info.
10862 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10863 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10864 (check_prologue_cache, save_prologue_cache): Likewise.
10865 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10866 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10867 (FRAME_FIND_SAVED_REGS): Delete.
10868 (arm_frame_find_saved_regs): Delete prototype.
10869 (arm_frame_init_saved_regs): New prototype.
10870 (FRAME_INIT_SAVED_REGS): Define.
10871
61d99182
AC
108722002-01-20 Andrew Cagney <ac131313@redhat.com>
10873
10874 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10875
6aaea291
AC
108762002-01-20 Andrew Cagney <ac131313@redhat.com>
10877
10878 From Jeff Law <law@redhat.com>:
10879 * infttrace.c: Include <sys/pstat.h>.
10880 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10881 exec file if the ttrace equivalent fails.
10882
15f698d2
AC
108832002-01-20 Andrew Cagney <ac131313@redhat.com>
10884
10885 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10886 (closeLogFile): Ditto.
10887
f86ddd7c
MC
108882002-01-20 Michael Chastain <mec@shout.net>
10889
10890 * top.c (print_gdb_version): Bump copyright year to 2002.
10891
904507ce
AC
108922002-01-20 Andrew Cagney <ac131313@redhat.com>
10893
10894 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10895 Zannoni and Eli Zaretskii.
10896
d7f0b9ce
DJ
108972002-01-20 Daniel Jacobowitz <drow@mvista.com>
10898
10899 * buildsym.c: Update copyright years.
10900 * c-typeprint.c: Likewise.
10901 * dwarf2read.c: Likewise.
10902 * f-typeprint.c: Likewise.
10903 * gdbtypes.c: Likewise.
10904 * gdbtypes.h: Likewise.
10905 * hp-symtab-read.c: Likewise.
10906 * hpread.c: Likewise.
10907 * mdebugread.c: Likewise.
10908 * p-typeprint.c: Likewise.
10909
3fd3d7d2
AC
109102002-01-20 Andrew Cagney <ac131313@redhat.com>
10911
10912 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10913 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10914 byte-order selectable.
10915 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10916 * arch-utils.c: Ditto.
10917 (set_endian): Ditto.
10918 (set_endian_from_file): Ditto.
10919 * gdbserver/low-sim.c (create_inferior): Ditto.
10920 * gdbarch.sh: Ditto.
10921 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10922 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10923 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10924 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10925 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10926 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10927 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10928 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10929 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10930 macro definition.
10931 * config/mips/tm-wince.h: Remove #undef of macro
10932 TARGET_BYTE_ORDER_SELECTABLE.
10933 * config/sh/tm-wince.h: Ditto.
10934
b02dede2
DJ
109352002-01-20 Daniel Jacobowitz <drow@mvista.com>
10936
10937 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10938 member function fields. Add accessor macro
10939 TYPE_FN_FIELD_ARTIFICIAL.
10940 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10941 * c-typeprint.c (c_type_print_base): Skip artificial member
10942 functions.
10943
c3643761
DJ
109442002-01-20 Daniel Jacobowitz <drow@mvista.com>
10945
10946 * f-typeprint.c: Delete unused function f_type_print_args.
10947 * p-typeprint.c: Delete unused function pascal_type_print_args.
10948
8176bb6d
DJ
109492002-01-20 Daniel Jacobowitz <drow@mvista.com>
10950
10951 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10952 comment. Add ``artificial'' to ``union field_location''.
10953
10954 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10955
10956 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10957 * mdebugread.c (parse_symbol): Likewise.
10958 * stabsread.c (define_symbol): Likewise.
10959 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10960 initializing TYPE_FIELD_BITPOS to n (obsolete).
10961 (hpread_doc_function_type): Likewise.
10962 * hpread.c (hpread_function_type): Likewise.
10963
7fd60527
AC
109642002-01-20 Andrew Cagney <ac131313@redhat.com>
10965
10966 * configure.in (host_makefile_frag): Only require a host makefile
10967 fragment when a native build.
10968 * configure: Re-generate.
10969
c2f05ac9
AC
109702002-01-20 Andrew Cagney <ac131313@redhat.com>
10971
10972 * doublest.h (floatformat_from_type): Declare.
10973 * doublest.c (floatformat_from_type): New function.
10974 (convert_typed_floating): Use.
10975
10976 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10977 call to function floatformat_from_type.
10978
10979 * gdbarch.sh (IEEE_FLOAT): Delete.
10980 * gdbarch.h, gdbarch.c: Re-generate.
10981 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10982 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10983 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10984 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10985 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10986 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10987 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10988 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10989 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10990 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10991 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10992 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10993
10994 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10995 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10996 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10997 * sh-tdep.c (sh_gdbarch_init): Ditto.
10998 * mips-tdep.c (mips_gdbarch_init): Ditto.
10999 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11000 * cris-tdep.c (cris_gdbarch_init): Ditto.
11001
abf22e64
AJ
110022002-01-20 Jiri Smid <smid@suse.cz>
11003
11004 * configure.host, configure.tgt: Support x86-64.
11005 * NEWS: Note new target x86-64.
11006
b7c4cbf8
AJ
11007 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11008 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11009 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11010 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11011 x86-64-linux-nat.o): Fix dependencies.
11012
82600034
AC
110132002-01-19 Andrew Cagney <ac131313@redhat.com>
11014
11015 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11016 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11017 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11018 * config/sparc/xm-sun4os4.h: Delete file.
11019 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11020
bbe5c628
AC
110212002-01-19 Andrew Cagney <ac131313@redhat.com>
11022
11023 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11024 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11025 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11026 * config/i386/i386lynx.mh (XM_FILE): Delete.
11027 * config/rs6000/xm-rs6000ly.h: Delete file.
11028 * config/sparc/xm-sparclynx.h: Delete file.
11029 * config/m68k/xm-m68klynx.h: Delete file.
11030 * config/i386/xm-i386lynx.h: Delete file.
11031 * config/xm-lynx.h: Delete file.
11032 * config/djgpp/fnchange.lst: Update.
11033
f8453e34
JT
110342002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11035
11036 * alpha-tdep.c (alpha_register_byte): New function.
11037 (alpha_register_raw_size): Ditto.
11038 (alpha_register_virtual_size): Ditto.
11039 (alpha_skip_prologue_internal): Renamed from
11040 alpha_skip_prologue.
11041 (alpha_skip_prologue): New version that calls
11042 alpha_skip_prologue_internal.
11043 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11044 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11045 second argument from alpha_skip_prologue.
11046 (REGISTER_BYTE): Use alpha_register_byte.
11047 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11048 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11049 (FRAMELESS_FUNCTION_INVOCATION): Use
11050 generic_frameless_function_invocation_not.
11051 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11052 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11053
52d9e613
AC
110542002-01-19 Andrew Cagney <ac131313@redhat.com>
11055
11056 * config/mips/xm-news-mips.h: Delete file.
11057 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11058
11059 * config/m88k/xm-m88k.h: Delete file.
11060 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11061 * config/m88k/xm-delta88v4.h: Ditto.
11062 * config/m88k/xm-delta88.h: Ditto.
11063
11064 * config/alpha/xm-fbsd.h: Delete file.
11065 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11066
11067 * config/sparc/xm-sparc.h: Delete file.
11068 * Makefile.in (xm-sun4os4.h): Delete dependency.
11069 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11070 * config/sparc/xm-sun4os4.h: Ditto.
11071 * config/sparc/xm-linux.h: Ditto.
11072
11073 * config/i386/xm-windows.h: Delete file.
11074
2d1b2124
AC
110752002-01-19 Andrew Cagney <ac131313@redhat.com>
11076
11077 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11078 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11079
ee1f65f0
JT
110802002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11081
11082 * alpha-tdep.c (alpha_call_dummy_words): New.
11083 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11084 (CALL_DUMMY_P): Define.
11085 (CALL_DUMMY_WORDS): Define.
11086 (SIZEOF_CALL_DUMMY_WORDS): Define.
11087
98081e55
PB
110882002-01-19 Per Bothner <per@bothner.com>
11089
11090 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11091 isn't NULL, which can happen with some gcj-3.x-produced code.
11092
0d056799
JT
110932002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11094
11095 * alpha-tdep.c (alpha_register_virtual_type): New function.
11096 (alpha_init_frame_pc_first): Ditto.
11097 (alpha_fix_call_dummy): Ditto.
11098 (alpha_store_struct_return): Ditto.
11099 (alpha_extract_struct_value_address): Ditto.
11100 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11101 alpha_register_virtual_type.
11102 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11103 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11104 alpha_extract_struct_value_address.
11105 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11106 (INIT_FRAME_PC): Use init_frame_pc_noop.
11107 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11108
4604bcad
MK
111092002-01-19 Mark Kettenis <kettenis@gnu.org>
11110
11111 * i386gnu-nat.c: Include "i386-tdep.h".
11112 (fetch_fpregs): Simplify code dealing with uninitialized floating
11113 point states such that it doesn't require FP7_REGNUM.
11114
140f9984
JT
111152002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11116
abf22e64
AJ
11117 * alpha-tdep.c (frame_extra_info): New.
11118 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11119 frame->extra_info.
11120 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11121 (alpha_frame_saved_pc): Use frame->extra_info.
11122 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11123 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11124 (init_extra_frame_info): Rename to...
11125 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11126 (alpha_print_extra_frame_info): New function.
140f9984
JT
11127 (alpha_frame_locals_address): Ditto.
11128 (alpha_frame_args_address): Ditto.
abf22e64 11129 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11130 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11131 alpha_frame_args_address.
abf22e64 11132 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11133 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11134 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11135 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11136 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11137 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11138
d734c450
JT
111392002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11140
11141 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11142 (alpha_cannot_fetch_register): Ditto.
11143 (alpha_cannot_store_register): Ditto.
11144 (alpha_register_convertible): Ditto.
11145 (alpha_use_struct_convention): Ditto.
11146 * config/alpha/tm-alpha.h: Update copyright years.
11147 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11148 (INNER_THAN): Use core_addr_lessthan.
11149 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11150 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11151 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11152 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11153 (FRAME_CHAIN): Remove unnecessary cast.
11154
b4ceaee6
AC
111552002-01-18 Andrew Cagney <ac131313@redhat.com>
11156
11157 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11158 obsolete.
11159
0a65a603
AC
111602002-01-18 Andrew Cagney <ac131313@redhat.com>
11161
11162 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11163 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11164 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11165 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11166 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11167 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11168 * x86-64-linux-nat.c: Ditto.
11169
636a6dfc
JT
111702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11171
abf22e64 11172 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11173 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11174 (REGISTER_NAME): Define.
11175
acceddb6
JT
111762002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11177
11178 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11179
ec32e4be
JT
111802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11181
11182 * alpha-tdep.c: Update copyright years.
11183 (alpha_next_pc): New function.
11184 (alpha_software_single_step): Ditto.
11185 * config/alpha/tm-alpha.h: Add prototype for
11186 alpha_software_single_step.
11187
e771a871
JT
111882002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11189
11190 * alphabsd-nat.c: Update copyright years.
11191 (fill_gregset): Use regcache_collect.
11192 (fill_fpregset): Likewise.
11193 (fetch_inferior_registers): Only fetch integer registers
11194 if requested to do so.
11195 (store_inferior_registers): Only store integer registers
11196 if requested to do so.
11197
7708fa01
AC
111982002-01-17 Andrew Cagney <ac131313@redhat.com>
11199
11200 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11201 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11202 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11203 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11204 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11205 * config/arm/linux.mh (XDEPFILES): Delete.
11206 * config/arm/nbsd.mh (XDEPFILES): Delete.
11207 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11208 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11209 * config/i386/i386m3.mh (XDEPFILES): Delete.
11210 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11211 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11212 * config/i386/fbsd.mh (XDEPFILES): Delete.
11213 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11214 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11215 * config/i386/i386v4.mh (XDEPFILES): Delete.
11216 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11217 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11218 * config/i386/i386aix.mh (XDEPFILES): Delete.
11219 * config/i386/go32.mh (XDEPFILES): Delete.
11220 * config/i386/cygwin.mh (XDEPFILES): Delete.
11221 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11222 * config/i386/i386mach.mh (XDEPFILES): Delete.
11223 * config/i386/i386v32.mh (XDEPFILES): Delete.
11224 * config/i386/linux.mh (XDEPFILES): Delete.
11225 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11226 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11227 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11228 * config/i386/i386sco.mh (XDEPFILES): Delete.
11229 * config/i386/i386v.mh (XDEPFILES): Delete.
11230 * config/i386/nbsd.mh (XDEPFILES): Delete.
11231 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11232 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11233 * config/i386/symmetry.mh (XDEPFILES): Delete.
11234 * config/i386/obsd.mh (XDEPFILES): Delete.
11235 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11236 * config/ia64/linux.mh (XDEPFILES): Delete.
11237 * config/ia64/aix.mh (XDEPFILES): Delete.
11238 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11239 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11240 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11241 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11242 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11243 * config/m68k/linux.mh (XDEPFILES): Delete.
11244 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11245 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11246 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11247 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11248 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11249 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11250 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11251 * config/m88k/delta88.mh (XDEPFILES): Delete.
11252 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11253 * config/m88k/m88k.mh (XDEPFILES): Delete.
11254 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11255 * config/mips/linux.mh (XDEPFILES): Delete.
11256 * config/mips/irix6.mh (XDEPFILES): Delete.
11257 * config/mips/irix5.mh (XDEPFILES): Delete.
11258 * config/mips/irix4.mh (XDEPFILES): Delete.
11259 * config/mips/irix3.mh (XDEPFILES): Delete.
11260 * config/mips/decstation.mh (XDEPFILES): Delete.
11261 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11262 (NATDEPFILES): Move core-aout.o to here.
11263 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11264 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11265 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11266 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11267 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11268 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11269 * config/pa/hpux11.mh (XDEPFILES): Delete.
11270 * config/powerpc/aix.mh (XDEPFILES): Delete.
11271 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11272 * config/powerpc/linux.mh (XDEPFILES): Delete.
11273 * config/romp/rtbsd.mh: Rename XDEPFILES.
11274 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11275 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11276 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11277 * config/s390/s390.mh (XDEPFILES): Delete.
11278 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11279 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11280 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11281 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11282 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11283 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11284 * config/sparc/linux.mh (XDEPFILES): Delete.
11285 * config/vax/vaxult.mh (XDEPFILES): Delete.
11286 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11287 * Makefile.in (DEPFILES): Remove XDEPFILES.
11288
375fc983
AC
112892002-01-17 Andrew Cagney <ac131313@redhat.com>
11290
11291 * utils.c (internal_verror): Fix comments, default is yes not no.
11292 Update queries to match. Default to quit and dump core.
11293
8926118c
AC
112942002-01-17 Andrew Cagney <ac131313@redhat.com>
11295
11296 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11297 copyright.
11298 * defs.h, event-top.c, gdbcmd.h: Ditto.
11299 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11300 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11301 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11302 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11303 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11304 * mi/mi-main.c:Ditto.
11305
11306 * stack.c, symfile.c: Update copyright.
11307
45b7b345
DJ
113082002-01-17 Daniel Jacobowitz <drow@mvista.com>
11309
db728ff7
DJ
11310 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11311 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11312 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11313 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11314
db728ff7
DJ
113152002-01-17 Daniel Jacobowitz <drow@mvista.com>
11316
11317 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11318 * gdbserver/low-lynx.c (myattach): Likewise.
11319 * gdbserver/low-nbsd.c (myattach): Likewise.
11320 * gdbserver/low-sim.c (myattach): Likewise.
11321 * gdbserver/low-sparc.c (myattach): Likewise.
11322 * gdbserver/low-sun3.c (myattach): Likewise.
11323
11324 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11325
db728ff7 11326 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11327 (main): Handle "--attach".
11328
8de3c354
AC
113292002-01-16 Andrew Cagney <ac131313@redhat.com>
11330
11331 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11332 maintainer.
11333
b0129042
DJ
113342002-01-15 Daniel Jacobowitz <drow@mvista.com>
11335
11336 * c-typeprint.c (is_type_conversion_operator): Add additional
11337 check for non-conversion operators.
11338
ba8679fb 113392002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11340
11341 * linux-proc.c: Add "info proc" command, a la procfs.c.
11342 (read_mapping): New function, abstract and re-use code.
11343 (linux_find_memory_regions): Use new func read_mapping.
11344 (linux_info_proc_cmd): New function, implement "info proc".
11345 (_initialize_linux_proc): Add new command "info proc".
11346
e4f9b4d5
MS
113472002-01-15 Michael Snyder <msnyder@redhat.com>
11348
11349 * symfile.c (generic_load): Use bfd_map_over_sections method
11350 instead of manipulating bfd structure members directly.
11351 (add_section_size_callback): New function, bfd sections callback
11352 used by generic_load.
11353 (load_sections_callback): New function, bfd sections callback
11354 used by generic_load.
11355
08cf96df
EZ
113562002-01-15 Elena Zannoni <ezannoni@redhat.com>
11357
abf22e64 11358 [Based on work by Jim Blandy]
08cf96df
EZ
11359 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11360 (builtin_type_vec128): Export.
11361 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11362 types.
11363 (builtin_type_vec128): New builtin type for 128 bit vector
11364 registers.
11365 (build_gdbtypes): Initialize builtin_type_v16qi and
11366 builtin_type_v8hi. Create the vec128 register builtin type
11367 structure.
11368 (build_builtin_type_vec128): New function.
abf22e64 11369 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11370 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11371 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11372 AltiVec register to new builtin type.
11373
d7242108
DJ
113742001-01-15 Daniel Jacobowitz <drow@mvista.com>
11375
11376 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11377 to make_cv_type.
11378
4ee3352d
AC
113792002-01-14 Andrew Cagney <ac131313@redhat.com>
11380
11381 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11382 CLEAN_UP_REGISTER_VALUE.
11383 * regcache.c (supply_register): Update only call.
11384
f015b2e7
AC
113852002-01-14 Andrew Cagney <ac131313@redhat.com>
11386
11387 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11388 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11389 a29k-*-vxworks* targets as obsolete.
11390
356ae49d
MS
113912002-01-14 Michael Snyder <msnyder@redhat.com>
11392
11393 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11394 until we can resolve portability issues.
11395 * gregset.h: Remove references to fpxregs.
11396 * gcore.c (gcore_command): Initialize note_sec to NULL.
11397
ade8f45e
AC
113982002-01-13 Andrew Cagney <ac131313@redhat.com>
11399
11400 * signals.c (target_signal_to_name): Rewrite. Only use
11401 signals[].name when in bounds and non-NULL.
abf22e64 11402
89c49e7a
AC
114032002-01-13 Andrew Cagney <ac131313@redhat.com>
11404
11405 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11406 * signals.c (target_signal_to_name): Verify that SIG is within the
11407 bounds of the signals array.
11408
4daa9f9f
AC
114092002-01-13 Andrew Cagney <ac131313@redhat.com>
11410
11411 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11412
ba4bbdcb
KS
114132002-01-13 Keith Seitz <keiths@redhat.com>
11414
11415 * stack.c (print_frame_info_base): Print the frame's pc
11416 only if when print_frame_info_listing_hook is not defined.
11417
575bbeb6
KS
114182002-01-13 Keith Seitz <keiths@redhat.com>
11419
11420 * varobj.c (varobj_set_value): Make sure that there were no
11421 errors evaluating the object before attempting to set its
11422 value.
11423 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11424 so this offset adjustment is no longer necessary.
11425 (create_child): Don't set the error flag if the child is
11426 a CPLUS_FAKE_CHILD.
11427 (value_of_child): If value_fetch_lazy fails, return NULL
11428 so that callers will be notified that an error occurred.
11429 (c_value_of_variable): Delay check of variable's validity
11430 until later. We actually want all structs and unions to have
11431 the value "{...}".
11432 Do not return "???" for variables which could not be evaluated.
11433 This error condition must be returned to the caller so that it
11434 can get the error condition from gdb.
11435 (cplus_name_of_child): Adjust index for vptr before figuring
11436 out the name of the child.
11437 (cplus_value_of_child): If a child's (real) parent is not valid,
11438 don't even bother trying to give a value for it. Just return
11439 an error. Change all instances in this function.
11440 (cplus_type_of_child): If our parent is one of the "fake"
11441 parents, we need to get at the type of the real parent, and
11442 derive the child's true type using this information.
11443
b76898ab
AC
114442002-01-13 Andrew Cagney <ac131313@redhat.com>
11445
11446 From 2002-01-09 John Marshall <johnm@falch.net>:
11447 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11448 sources.redhat.com, and tweak some related URLs which had
11449 suffered from linkrot.
11450
b6649e88
AC
114512002-01-13 Andrew Cagney <ac131313@redhat.com>
11452
11453 From Jeff law:
11454 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11455 structures passed in registers.
11456
82cc5033
EZ
114572002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11458
11459 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11460 white space which prevented compilation. Reported by DSK
11461 <dsk@student.unsw.edu.au>.
11462
ba5f2f8a
MS
114632002-01-11 Michael Snyder <msnyder@redhat.com>
11464
fbd35540
MS
11465 * symfile.c (build_section_addr_info_from_section_tab):
11466 Use bfd access method instead of manipulating bfd directly.
11467 (syms_from_objfile): Ditto.
11468 (simple_overlay_update_1): Ditto.
11469 (simple_overlay_update): Ditto.
11470 (generic_load): Ditto.
11471 (overlay_unmapped_address): FIXME comment, bfd access methods.
11472 (sections_overlap): FIXME comment, bfd access methods.
11473 (pc_in_mapped_range): FIXME comment, bfd access methods.
11474 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11475 (section_is_mapped): FIXME comment, bfd access methods.
11476 (section_is_overlay): FIXME comment, bfd access methods.
11477
ba5f2f8a
MS
11478 * symfile.c (generic_load): Whitespace and long line cleanups.
11479 Remove duplicate variable, change several local variables to
11480 more appropriate data types.
11481 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11482
17df2af6
AC
114832002-01-12 Andrew Cagney <ac131313@redhat.com>
11484
11485 From Peter Schauer:
11486 * language.c (longest_local_hex_string_custom): Use phex_nz to
11487 convert NUM to a hex string.
11488
ec920329
EZ
114892002-01-12 Elena Zannoni <ezannoni@redhat.com>
11490
11491 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11492 the function.
538a76d6 11493 Update Copyright year.
ec920329 11494
3abd2e01
AC
114952002-01-12 Andrew Cagney <ac131313@redhat.com>
11496
11497 * language.c (longest_raw_hex_string): Delete unused function.
11498
b21b22e0
PS
114992002-01-11 Petr Sorfa <petrs@caldera.com>
11500
11501 * MAINTAINERS (write-after-approval): Add myself.
11502 * dwarf2read.c (read_tag_string_type): Handling of
11503 DW_AT_byte_size.
11504 (read_tag_string_type): FORTRAN fix to prevent propagation of
11505 first string size.
11506 (set_cu_language): Handling of DW_LANG_Fortran95
11507
747fe712
RE
115082002-01-11 Richard Earnshaw <rearnsha@arm.com>
11509
11510 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11511 GETPID(inferior_ptid).
11512 (store_inferior_registers): Likewise.
11513
f1bea926
JM
115142002-01-10 Jason Merrill <jason@redhat.com>
11515
11516 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11517 Fix DW_OP_minus.
11518
ae940673
AC
115192002-01-10 Andrew Cagney <ac131313@redhat.com>
11520
11521 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11522 and bfd/elf32-sh-nbsd.c.
11523
00546b04
MS
115242002-01-10 Michael Snyder <msnyder@redhat.com>
11525
352ed7b4
MS
11526 * NEWS: Mention --pid and corefile/proc-id behavior change.
11527
c18be923
MS
11528 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11529 * gcore.c: Include cli/cli-decode.h instead of command.h.
11530
00546b04
MS
11531 * main.c (captured_main): Add new command line option "--pid".
11532 If the second command line argument (following the symbol-file)
11533 begins with a digit, try to attach to it before trying to open
11534 it as a corefile.
11535 (print_gdb_help): Document the "--pid" argument.
11536
db60ec62
EZ
115372002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11538
11539 * completer.c (command_completer): New function.
11540
11541 * completer.h <command_completer>: Add prototype.
11542
11543 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11544 completer for the "help" command.
11545
39c22d1a
JM
115462002-01-09 Jason Merrill <jason@redhat.com>
11547
11548 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11549
c564377f
MS
115502002-01-09 Michael Snyder <msnyder@redhat.com>
11551
975aec09
MS
11552 * i386-linux-nat.c (fill_fpxregset): Make global.
11553 (store_fpxregset): Ditto.
11554
db4a10fa
MS
11555 * gregset.h (gdb_fpxregset_t): Define.
11556 (supply_fpxregset): Prototype.
11557 (fill_fpxregset): Prototype.
11558
c564377f
MS
11559 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11560
c3d45d70
RE
115612002-01-09 Richard Earnshaw <rearnsha@arm.com>
11562
11563 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11564 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11565 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11566
fcc87af1
AC
115672002-01-09 Andrew Cagney <ac131313@redhat.com>
11568
11569 * MAINTAINERS: Update target maintainer rules so that any
11570 Maintainer can approve a tested patch for a maintenance-only
11571 target.
11572
dd96c05b
RE
115732002-01-09 Richard Earnshaw <rearnsha@arm.com>
11574
d4297db9 11575 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11576
d4297db9 11577 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11578 IN_SIGTRAMP.
11579
145fdc6e
MS
115802002-01-08 Michael Snyder <msnyder@redhat.com>
11581
11582 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11583 real name of the executable, rather than the /proc name.
11584
be4d1333
MS
115852002-01-03 Michael Snyder <msnyder@redhat.com>
11586
11587 Implement a "generate-core-file" command in gdb, save target state.
11588 * gcore.c: New file. Implement new command 'generate-core-file'.
11589 Save a corefile image of the current state of the inferior.
11590 * linux-proc.c: Add linux-specific code for saving corefiles.
11591 * target.h (struct target_ops): Add new target vectors for saving
11592 corefiles; to_find_memory_regions and to_make_corefile_notes.
11593 (target_find_memory_regions): New macro.
11594 (target_make_corefile_notes): New macro.
11595 * target.c (update_current_target): Inherit new target methods.
11596 (dummy_find_memory_regions): New place-holder method.
11597 (dummy_make_corefile_notes): New place-holder method.
11598 (init_dummy_target): Initialize new dummy target vectors.
11599 * exec.c (exec_set_find_memory_regions): New function.
11600 Allow the exec_ops vector for memory regions to be taken over.
11601 (exec_make_note_section): New function, target vector method.
11602 * defs.h (exec_set_find_memory_regions): Export prototype.
11603 * procfs.c (proc_find_memory_regions): New function, corefile method.
11604 (procfs_make_note_section): New function, corefile method.
11605 (init_procfs_ops): Set new target vector pointers.
11606 (find_memory_regions_callback): New function.
11607 (procfs_do_thread_registers): New function.
11608 (procfs_corefile_thread_callback): New function.
11609 * sol-thread.c (sol_find_memory_regions): New function.
11610 (sol_make_note_section): New function.
11611 (init_sol_thread_ops): Initialize new target vectors.
11612 * inftarg.c (inftarg_set_find_memory_regions): New function.
11613 Allow to_find_memory_regions vector to be taken over.
11614 (inftarg_set_make_corefile_notes): New function.
11615 Allow to_make_corefile_notes vector to be taken over.
11616 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11617 interface layer if not target_has_execution (may be a corefile).
11618 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11619 * config/sparc/sun4sol2.mh: Ditto.
11620 * config/alpha/alpha-linux.mh: Ditto.
11621 * config/arm/linux.mh: Ditto.
11622 * config/i386/x86-64linux.mh: Ditto.
11623 * config/ia64/linux.mh: Ditto.
11624 * config/m68k/linux.mh: Ditto.
11625 * config/mips/linux.mh: Ditto.
11626 * config/powerpc/linux.mh: Ditto.
11627 * config/sparc/linux.mh: Ditto.
11628
c6b92abd
MS
116292002-01-07 Michael Snyder <msnyder@redhat.com>
11630
11631 * arm-linux-nat.c: Remove references to regcache.c internal data
11632 (registers[] and register_valid[]).
11633
4b09dc8c
MS
116342002-01-07 Michael Snyder <msnyder@redhat.com>
11635
abf22e64
AJ
11636 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11637 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11638 symbol file and shlibs.
11639 * Makefile.in: Add rule for linux-proc.o.
11640 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11641 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11642 * config/arm/linux.mh: Ditto.
11643 * config/i386/linux.mh: Ditto.
11644 * config/i386/x86-64linux.mh: Ditto.
11645 * config/ia64/linux.mh: Ditto.
11646 * config/m68k/linux.mh: Ditto.
11647 * config/mips/linux.mh: Ditto.
11648 * config/powerpc/linux.mh: Ditto.
11649 * config/sparc/linux.mh: Ditto.
11650
c25b74ac
PM
116512002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11652
11653 * win32-nat.c: Add i386-tdep.h dependency.
11654
94cd915f
MS
116552002-01-07 Michael Snyder <msnyder@redhat.com>
11656
c7cccb76
MS
11657 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11658 instead of bfd_get_arch_size. Don't bail out just because
11659 there's no exec_bfd.
abf22e64 11660
34c0bd93
MS
11661 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11662 * p-valprint.c (pascal_object_print_value): Ditto.
11663 * somread.c (som_symtab_read): Ditto.
11664 * symfile.c (simple_free_overlay_region_table): Ditto.
11665 * valops.c (value_assign): Ditto.
11666
21c1c920
MS
11667 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11668 use tilde_expand and strerror for opening save-tracepoints file.
11669
5bbd998e
MS
11670 * thread-db.c (thread_db_new_objfile): Indendation fix.
11671
94cd915f
MS
11672 * infptrace.c (GDB_MAX_ALLOCA): New define.
11673 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11674 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11675 can be overridden with whatever value is appropriate to the host).
11676 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11677 alloca to allocate potentially large buffer.
11678 * rs6000-nat.c (child_xfer_memory): Ditto.
11679 * symm-nat.c (child_xfer_memory): Ditto.
11680 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11681
494e8a93
JSC
116822002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11683
11684 From Nick Clifton <nickc@redhat.com>
11685 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11686
d0e1d48e
MS
116872002-01-07 Michael Snyder <msnyder@redhat.com>
11688
abf22e64 11689 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11690 Don't use exec_bfd if it's NULL.
11691
290b2c7a
MK
116922002-01-06 Mark Kettenis <kettenis@gnu.org>
11693
abf22e64 11694 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11695
aef21287
AC
116962002-01-06 Andrew Cagney <ac131313@redhat.com>
11697
11698 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11699 * gnu-nat.c: Ditto.
11700
30efa627
AC
117012002-01-06 Andrew Cagney <ac131313@redhat.com>
11702
11703 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11704 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11705 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11706 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11707 z8k-coff have not been multi-arched. Update z8k-coff build
11708 status.
11709
9b4ff276
AC
117102002-01-06 Andrew Cagney <ac131313@redhat.com>
11711
11712 * MAINTAINERS: Mark a29k target as obsolete.
11713 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11714 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11715 comments.
11716 * NEWS: Note that a29k targets are obsolete.
11717 * a29k-tdep.c: Mark as obsolete.
11718 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11719 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11720 a29k-*-vxworks* targets as obsolete.
11721 * remote-adapt.c: Obsolete.
11722 * remote-eb.c: Obsolete.
11723 * remote-mm.c: Obsolete.
11724 * remote-udi.c: Obsolete.
11725 * config/a29k/a29k-udi.mt: Obsolete.
11726 * config/a29k/a29k.mt: Obsolete.
11727 * config/a29k/tm-a29k.h: Obsolete.
11728 * config/a29k/tm-vx29k.h: Obsolete.
11729 * config/a29k/vx29k.mt: Obsolete.
11730
a9011d31
AC
117312002-01-05 Andrew Cagney <ac131313@redhat.com>
11732
11733 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11734 with BFD_ENDIAN_BIG.
11735
9299404e
AC
117362002-01-05 Andrew Cagney <ac131313@redhat.com>
11737
11738 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11739 * configure, config.in: Re-generate.
11740 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11741 * defs.h: Do not include <endian.h>.
11742
7e89e357
JT
117432002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11744
11745 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11746 * config.in: Regenerate.
11747 * configure.in: Update copyright years.
11748 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11749 * configure: Regenerate.
11750 * i386bsd-nat.c: Update copyright years.
11751 (fill_gregset): Use regcache_collect.
11752 (fetch_inferior_registers): Only fetch integer registers
11753 if requested to do so. Add support for XMM registers
11754 using PT_GETXMMREGS.
11755 (store_inferior_registers): Only store integer registers
11756 if requested to do so. Add support for XMM registers
11757 using PT_SETXMMREGS.
11758 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11759 (store_inferior_registers): Remove.
11760 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11761 (fetch_elfcore_registers): New function.
11762 (i386nbsd_elfcore_fns): New.
11763 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11764 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11765 i386bsd-nat.o.
11766 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11767 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11768 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11769 * config/i386/tm-nbsd.h: Update copyright years.
11770 (HAVE_SSE_REGS): Define.
11771 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11772 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11773 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11774 (SIGCONTEXT_PC_OFFSET): Remove.
11775 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11776
a752853e
AC
117772002-01-05 Andrew Cagney <ac131313@redhat.com>
11778
11779 * configure.tgt: Remove powerpc-*-macos* target.
11780 * config/m68k/xm-mpw.h: Delete file.
11781 * config/xm-mpw.h: Delete file.
11782 * ser-mac.c: Delete file.
11783 * mpw-make.sed: Delete file.
11784 * mpw-config.in: Delete file.
11785 * mac-xdep.c: Delete file.
11786 * mac-gdb.r: Delete file.
11787 * mac-defs.h: Delete file.
11788 * mac-nat.c: Delete file.
11789 * config/powerpc/macos.mh: Delete file.
11790 * config/powerpc/macos.mt: Delete file.
11791 * config/powerpc/nm-macos.h: Delete file.
11792 * config/powerpc/tm-macos.h: Delete file.
11793 * source.c (openp, open_source_file): Remove obsolete code.
11794 * top.c (gdb_readline): Ditto.
11795 * utils.c (query): Ditto.
11796 * event-top.c (display_gdb_prompt): Ditto.
11797 * Makefile.in (ser-mac.o): Delete obsolete target.
11798 * NEWS: Update.
11799
d7449b42
AC
118002002-01-04 Andrew Cagney <ac131313@redhat.com>
11801
11802 * defs.h (BIG_ENDIAN): Delete macro definition.
11803 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11804 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11805 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11806 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11807 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11808 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11809 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11810 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11811 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11812 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11813 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11814 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11815 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11816 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11817 * gdbarch.c: Re-generate.
11818
356374e8
DJ
118192002-01-04 Daniel Jacobowitz <drow@mvista.com>
11820
11821 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11822 for core files.
11823
a2b8f8f8
JT
118242002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11825
11826 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11827
12466af9
AC
118282002-01-04 Andrew Cagney <ac131313@redhat.com>
11829
11830 * value.h (value_ptr): Delete typedef.
11831
3549ab40
JT
118322002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11833
11834 * i386nbsd-nat.c: Update copyright years.
11835 Include i386-tdep.h.
11836
fedbd091
EZ
118372002-01-04 Elena Zannoni <ezannoni@redhat.com>
11838
11839 * stabsread.c: Update copyright years.
11840
11841 From Debashis Mahata <debashis.mahata@wipro.com>:
11842 (read_struct_fields): Deal with Sun C compiler erroneous stab
11843 output for structs and unions.
fec8b34f 11844 Fix PR gdb/269.
fedbd091 11845
eb43544b
DJ
118462002-01-04 Daniel Jacobowitz <drow@mvista.com>
11847
11848 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11849 prototype.
11850
1514d34e
DJ
118512002-01-04 Daniel Jacobowitz <drow@mvista.com>
11852
11853 * cp-abi.c: Fix whitespace.
11854 (baseclass_offset): New wrapper function.
11855 * cp-abi.h (baseclass_offset): Add prototype.
11856 (struct cp_abi_ops): Add baseclass_offset pointer.
11857
11858 * valops.c (vb_match): Move to...
11859 * gnu-v2-abi.c (vb_match): here.
11860 * valops.c (baseclass_offset): Move to...
11861 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11862
11863 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11864
11865 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11866 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11867 * hpacc-abi.c (init_hpacc_ops): Likewise.
11868
7f8c9282
DJ
118692002-01-04 Daniel Jacobowitz <drow@mvista.com>
11870
11871 * valops.c (find_overload_match): Accept obj as a
11872 reference parameter. Update it before returning.
11873 * value.h (find_overload_match): Update prototype.
11874 * eval.c (evaluate_subexp_standard): Pass object to
11875 find_overload_match by reference.
11876
f23631e4
AC
118772002-01-03 Andrew Cagney <ac131313@redhat.com>
11878
11879 * valarith.c: Replace value_ptr with struct value pointer. Remove
11880 register attribute from value declarations.
11881 * valops.c: Ditto.
11882 * value.h: Ditto.
11883 * scm-lang.c (scm_lookup_name): Ditto.
11884
79e10fab 118852002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11886
79e10fab
AC
11887 Abstract the functionality of iterating over mapped memory
11888 regions into a general purpose iterator function.
abf22e64 11889 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11890 iterator for memory sections.
11891 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11892 (solib_mappings_callback): New function, callback for above.
11893 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11894 (info_mappings_callback): New function, callback for above.
11895
11896 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11897
c5ad026a
MK
118982002-01-01 Mark Kettenis <kettenis@gnu.org>
11899
d2a7c97a
MK
11900 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11901 * i386-tdep.c: Include "elf-bfd.h".
11902 (process_note_abi_tag_sections): New function.
11903 (i386_gdbarch_init): Add code to recognize various OS/ABI
11904 combinations.
11905
c5ad026a
MK
11906 * maint.c (_initialize_maint_cmds): Add missing \ in
11907 string-literal.
11908
a1a5b71e 11909For older changes see ChangeLog-2001
c906108c
SS
11910\f
11911Local Variables:
11912mode: change-log
11913left-margin: 8
11914fill-column: 74
11915version-control: never
11916End:
This page took 0.943224 seconds and 4 git commands to generate.