* ld-m68hc11/m68hc11.exp: Specific tests for 68HC11/68HC12.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
eee771c1
DJ
12002-10-14 Daniel Jacobowitz <drow@mvista.com>
2
3 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
4 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
5 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
6 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
7
46c82446
AF
82002-10-13 Adam Fedor <fedor@gnu.org>
9
10 * source.c (print_source_lines): Update comments.
11
d069f99d
AF
122002-10-13 Adam Fedor <fedor@gnu.org>
13
14 * valops.c (value_of_local): New function.
15 (value_of_this): Use it.
16 * value.h (value_of_local): Declared.
17
53c551b7
AF
182002-10-13 Adam Fedor <fedor@gnu.org>
19
20 * parse.c: (length_of_subexp, prefixify_subexp): Handle
21 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
22
eb392fbf
AF
232002-10-12 Adam Fedor <fedor@gnu.org>
24
25 * language.c (binop_result_type): Add language_objc to case.
26 (integral_type): Likewise.
27 (character_type): Likewise.
28 (string_type): Likewise.
29 (boolean_type): Likewise.
30 (structured_type): Likewise.
31 (binop_type_check): Likewise.
32
e2b23ee9
AF
332002-10-11 Adam Fedor <fedor@gnu.org>
34
35 * printcmd.c (address_info): Print 'self' for ObjC.
36
b01ab485
AF
372002-10-11 Adam Fedor <fedor@gnu.org>
38
39 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
40 OP_SELF.
41
806e6073
AF
422002-10-11 Adam Fedor <fedor@gnu.org>
43
44 * language.h (CAST_IS_CONVERSION): Add language_objc.
45
50f85cdf
AF
462002-10-11 Adam Fedor <fedor@gnu.org>
47
48 * defs.h (enum language): Add language_objc.
49
0d540cdf
KD
502002-10-11 Klee Dienes <kdienes@apple.com>
51
52 * findvar.c (read_memory_typed_address): New function.
53 * gdbcore.h (read_memory_typed_address): Add prototype.
54 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
55 to read a value destined for a CORE_ADDR, not read_memory_integer.
56 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
57 (f77_get_dynamic_lowerbound): Ditto.
58
d5dc7960
MH
592002-10-11 Martin M. Hunt <hunt@redhat.com>
60
61 * utils.c (string_to_core_addr): After turning string into
62 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
63 which will do necessary sign-extension, etc.
64
8343f86c
DJ
652002-10-11 Daniel Jacobowitz <drow@mvista.com>
66
67 * c-exp.y (THIS): Delete token and grammar rule.
68 (yylex): Don't return THIS.
69 * cp-valprint.c (vtbl_ptr_name_old): Delete.
70 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
71 * demangle.c (cplus_markers): Update comment. Put '$'
72 first. Remove CPLUS_MARKER.
73 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
74 * jv-exp.y (THIS): Delete token and grammar rule.
75 (yylex): Don't return THIS.
76 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
77 * objc-exp.y (THIS): Delete token and grammar rule.
78 (yylex): Don't return THIS.
79 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
80 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
81 (read_member_functions): Likewise for opname.
82 (read_tilde_fields): Use is_cplus_marker.
83
84 * defs.h (CPLUS_MARKER): Don't define.
85 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
86 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
87 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
88 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
89 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
90
91 * config/i386/tm-i386v4.h: Delete file.
92 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
93 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
94 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
95 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
96 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
97 * config/i386/i386sco5.mt (TM_FILE): Likewise.
98 * config/i386/i386v4.mt (TM_FILE): Likewise.
99 * config/i386/ncr3000.mt (TM_FILE): Likewise.
100
967c0d83
MM
1012002-10-10 Marko Mlinar <markom@opencores.org>
102
103 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
104 accidentially not commited 2002-10-09
105 * gdbarch.h, gdbarch.c: Re-generate.
106
f74fa174
MM
1072002-10-09 Marko Mlinar <markom@opencores.org>
108
109 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
110 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
111 * gdbarch.h, gdbarch.c: Re-generate.
112
57349743
JB
1132002-10-08 Petr Sorfa <petrs@caldera.com>
114
115 Revised and re-submitted by John Wolfe <jlw@caldera.com>
116
117 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
118 so we can work on more than one compilation unit at a time. This
119 helps prepare GDB to handle inter-CU die references.
120 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
121 the code to be defined before struct comp_unit_head.
122 (comp_unit_head): Added new members - offset, cu_head,
123 begin_die, next and dwarf2_abbrevs.
124 (dwarf2_abbrevs): Removed single static var; now member of
125 struct comp_unit_head.
126 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
127 members.
128 (psymtab_to_symtab_1): Changed to work with the new
129 struct comp_unit_head.
130 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
131 constructs the dwarf2_abbrevs[] inside the cu_header.
132 (dwarf2_empty_abbrev_table): Now expects a ptr to a
133 dwarf2_abbrev table to clean up.
134 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
135 handling of dwarf2_abbrevs inside the cu_header.
136 (read_partial_die): Now supports the call to the new
137 dwarf2_lookup_abbrev.
138 (read_full_die): Now supports the call to the new
139 dwarf2_lookup_abbrev.
140
4092aadb
CF
1412002-10-06 Christopher Faylor <cgf@redhat.com>
142
143 * Makefile.in (install-gdbtk): Add missing continuation backslash to
144 insure that shell variables, such as "transformed_name" are propagated
145 to later shell statements in rule.
146
af0b2512
MK
1472002-10-06 Mark Kettenis <kettenis@gnu.org>
148
149 * config/i386/nm-i386sco.h: Add protection against
150 multiple-inclusion. Include "i386/nm-i386v.h".
151 (REGISTER_U_ADDR): Remove define.
152 (i386_register_u_addr): Remove prototype.
153
d6020d45
MS
1542002-10-04 Michael Snyder <msnyder@redhat.com>
155
156 * m32r-stub.c (handle_exception): Make sure exception is "trap"
157 before treating it as a single-step event.
158
7248f48e
AF
1592002-10-03 Adam Fedor <fedor@gnu.org>
160
161 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
162 (objc_demangle): Remove assignment in if statements, Replace
163 free with xfree.
164 (add_msglist): Likewise.
165 (end_msglist): Likewise.
166 (complare_selectors): Likewise.
167 (selectors_info): Likewise.
168 (compare_classes): Likewise.
169 (classes_info): Likewise.
170 (print_object_command): Likewise.
171 (find_objc_msgcall_submethod): Replace PTR with void *.
172 * objc-lang.h: Remove check for __STDC__.
173
52c6a6ac
JJ
1742002-10-03 Jeff Johnston <jjohnstn@redhat.com>
175
176 * ui-out.h (ui_out_field_fmt_int): New prototype.
177 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
178 of field width and alignment.
179 * stack.c (print_frame_info_base): When printing frame level, use
180 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
181 PR gdb/192
182
7e3cec17
JJ
1832002-10-03 Jeff Johnston <jjohnstn@redhat.com>
184
185 * MAINTAINERS: Add self to Write After Approval list.
186
a58dd373
EZ
1872002-10-02 Elena Zannoni <ezannoni@redhat.com>
188
189 * infcmd.c (interrupt_target_command_wrapper): Delete.
190 (interrupt_target_command): Make non static.
191 (nofp_registers_info): Make static.
192 * stack.c (return_command_wrapper): Delete.
193 (return_command): Make non static.
194
cee6ddeb
EZ
1952002-10-02 Elena Zannoni <ezannoni@redhat.com>
196
197 * event-top.c (gdb_setup_readline): New function. Code moved from
198 _initialize_event_loop().
199 (_initialize_event_loop): Call gdb_setup_readline().
200
c4ed33b9
AC
2012002-10-02 Andrew Cagney <ac131313@redhat.com>
202
203 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
204 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
205 * gdbarch.h, gdbarch.c: Re-generate.
206
cef4f5dd
DJ
2072002-10-02 Daniel Jacobowitz <drow@mvista.com>
208
209 Fix PR gdb/778
210 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
211 before recursing.
212 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
213 of fill_in_vptr_fieldno.
214
36dc181b 2152002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 216
36dc181b
EZ
217 * inferior.h (registers_info, stepi_command, nexti_command,
218 continue_command, interrupt_target_command): Export from infcmd.c.
219 * frame.h (args_info, selected_frame_level_changed_hook,
220 return_command): Export from stack.c.
221 * v850ice.c (stepi_command, nexti_command, continue_command): use
222 prototypes from inferior.h.
223 * tracepoint.c (registers_info, args_info, locals_info): Use
224 prototypes from frame.h and inferior.h.
225 * Makefile.in (mi-main.o): Add dependency on frame.h.
226
6f99cb26
AC
2272002-10-02 Andrew Cagney <ac131313@redhat.com>
228
da3eff49
AC
229 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
230 value in register 3 adjusted by ppc_gp0_regnum.
231
6f99cb26
AC
232 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
233
da615bee
MM
2342002-10-02 Marko Mlinar <markom@opencores.org>
235
236 * MAINTAINERS: Add myself to the Write After Approval list.
237
d154bee2
AO
2382002-10-01 Alexandre Oliva <aoliva@redhat.com>
239
62a49b2c
AO
240 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
241 of the section for the N64 ABI, fixed.
242
d154bee2
AO
243 * config/mips/tm-irix6.h: Include solib.h.
244
ed348acc
EZ
2452002-10-01 Elena Zannoni <ezannoni@redhat.com>
246
247 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
248 GNU operators.
249
da0f9dcd
AC
2502002-10-01 Andrew Cagney <ac131313@redhat.com>
251
252 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
253 and that "mi0" syntax has been removed.
254
bdf64bac
DC
2552002-09-30 David Carlton <carlton@math.stanford.edu>
256
257 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
258 * ppc-sysv-tdep.c: #include "gdb_string.h".
259 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
260 pacify GCC.
261
54c2a1e6
AC
2622002-10-01 Andrew Cagney <ac131313@redhat.com>
263
264 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
265 "vrsave"'s register number.
266
cedea778
AC
2672002-09-30 Andrew Cagney <ac131313@redhat.com>
268
269 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
270 use frame_unwind_signed_register to obtain the PC.
271 (mips_frame_chain): Handle a generic dummy frame.
272 (mips_init_extra_frame_info): When a generic dummy frame, don't
273 re-compute the frame base.
274 (mips_pop_frame): Handle generic dummy frames.
275 (mips_gdbarch_init): When generic dummy frames, set
276 use_generic_dummy_frames, push_dummy_frame to
277 generic_push_dummy_frame, pc_in_call_dummy to
278 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
279 generic_save_dummy_frame_tos.
280
68315eb8
AC
2812002-09-30 Andrew Cagney <ac131313@redhat.com>
282
283 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
284 against TOP when TOP was explictly set.
285 (generic_push_dummy_frame): Set TOP to zero.
286
3b8630c3
EZ
2872002-09-30 Elena Zannoni <ezannoni@redhat.com>
288
289 * event-loop.c (start_event_loop): Rename variable 'result' to
290 'gdb_result', to avoid conflicts with upcoming intepreters changes.
291
28ee05e9
KS
2922002-09-30 Keith Seitz <keiths@redhat.com>
293
294 * gdb-events.sh (selected_thread_changed): New event.
295 * gdb-events.c: Regenerated.
296 * gdb-events.h: Regenerated.
297
6eecb1c8
HPN
2982002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
299
300 * MAINTAINERS: Add self to Write After Approval list.
301
92df71f0
FN
3022002-09-30 Fernando Nasser <fnasser@redhat.com>
303
3b8630c3
EZ
304 * disasm.c: New file.
305 * disasm.h: New file.
92df71f0
FN
306 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
307 (compare_lines): Ditto.
308 (dump_insns): Ditto.
3b8630c3
EZ
309 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
310 argument.
92df71f0 311 (do_assembly_only): Ditto.
3b8630c3
EZ
312 (do_disassembly): Renamed to gdb_disassembly and moved to
313 disasm.c. Sdded uiout argument.
314 * Makefile.in: Add new files. Reorder SFILES list. Update
315 dependencies. Include libgdb.a later in the insight executable.
92df71f0 316
0c22854d
AC
3172002-09-29 Andrew Cagney <ac131313@redhat.com>
318
319 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
320 bfd/elf64-alpha-fbsd.c.
321
e67f2023
AC
3222002-09-29 Andrew Cagney <ac131313@redhat.com>
323
324 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
325 i386gnu-tdep.c.
326
89396210
AC
3272002-09-29 Andrew Cagney <ac131313@redhat.com>
328
329 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
330 __FUNCTION__.
331 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
332 function name.
333 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
334 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
335 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
336 (S_msg_sig_post_reply): Ditto.
337
7079c36c
CV
3382002-09-28 Corinna Vinschen <vinschen@redhat.com>
339
89396210
AC
340 * sh-tdep.c (sh_use_struct_convention): Use definition according
341 to ABI.
7079c36c
CV
342 (sh_push_arguments): Store in register with correct endianess.
343 (sh_default_store_return_value): Ditto.
344 (sh_gdbarch_init): Set sizeof long double to 8.
345
975ac915
MK
3462002-09-27 Mark Kettenis <kettenis@gnu.org>
347
348 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
349 Fix some whitespace problems.
350
9bbe19fb
DC
3512002-09-27 David Carlton <carlton@math.stanford.edu>
352
353 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
354 (mcore-tdep.o): Ditto.
355 (ns32k-tdep.o): Ditto.
356 (ns32knbsd-tdep.o): Ditto.
357 (sh3-rom.o): Ditto.
358 (vax-tdep.o): Ditto.
359 * cris-tdep.c: #include "gdb_string.h"
360 * mcore-tdep.c: Ditto.
361 * ns32k-tdep.c: Ditto.
362 * ns32knbsd-tdep.c: Ditto.
363 * sh3-rom.c: Ditto.
364 * vax-tdep.c: Ditto.
365
43b2fdc7
DC
3662002-09-27 David Carlton <carlton@math.stanford.edu>
367
368 * config/djgpp/fnchange.lst: Add entries for
369 gdb/testsuite/gdb.c++/m-static files.
370
e8cfbbd9
JW
3712002-09-27 Jim Wilson <wilson@redhat.com>
372
373 * MAINTAINERS: Add myself to the Write After Approval list.
374
43b2fdc7 3752002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
376
377 * mips-tdep.c (find_proc_desc): Initialize startaddr.
378
379
9f3b7f07
AC
3802002-09-26 Andrew Cagney <ac131313@redhat.com>
381
382 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
383 frame.
384
11269d7e
AC
3852002-09-26 Andrew Cagney <ac131313@redhat.com>
386
387 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
388 (rs6000_struct_return_address): Delete variable.
389 (rs6000_store_struct_return): Update.
390 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
391 deprecated_extract_struct_value_address.
392 (rs6000_frame_align): New function.
393 (rs6000_gdbarch_init): Set frame_align.
394
f15ab4a7
AC
3952002-09-26 Andrew Cagney <ac131313@redhat.com>
396
397 From Grace Sainsbury <graces@redhat.com>:
398 * Makefile.in (gdbtk-main.o): New target.
399 (gdb.o): New target.
400 (main_h): Define.
401 (main.o): Update dependencies.
402 (gdb$(EXEEXT)): Add gdb.o.
403 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
404 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
405 (SUBDIR_GDBTK_CLEAN): Set.
406 (install-gdbtk): Install the insight binary.
407 (uninstall-gdbtk): New target.
408 (all-gdbtk, clean-gdbtk): New rule.
409 * top.c (use_windows): Default to zero.
410 * main.c: Include "main.h".
411 (main): Delete.
412 (struct captured_main_args): Delete.
413 (gdb_main): New function.
414 * main.h: New file.
415 * gdb.c: New File.
416
e36180d7
AC
4172002-09-25 Andrew Cagney <cagney@redhat.com>
418
419 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
420 (frame_map_regnum_to_name): New function.
421 (frame_map_name_to_regnum): New function.
422 * frame.h (frame_map_name_to_regnum): Declare.
423 (frame_map_regnum_to_name): Declare.
424 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
425 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
426 * parse.c: Do not include "builtin-regs.h".
427 (target_map_name_to_register): Delete function.
428 (write_dollar_variable): Use frame_map_name_to_regnum.
429 * parser-defs.h (target_map_name_to_register): Delete declaration.
430 * expprint.c: Include "frame.h".
431 (print_subexp): Use frame_map_regnum_to_name.
432 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
433 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
434
8b69000d
AC
4352002-09-25 Andrew Cagney <ac131313@redhat.com>
436
437 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
438 wasn't saved, and the next innermost frame is a dummy, return the
439 dummy frame's link register.
440
046ca86a
JB
4412002-09-24 Jim Blandy <jimb@redhat.com>
442
443 Fix from Paul Breed:
444 * main.c (captured_main): Add a `break' after the case for 'b'.
445
94b66fa7
KS
4462002-09-24 Keith Seitz <keiths@redhat.com>
447
448 * varobj.c (c_type_of_child): Use get_target_type instead
449 of TYPE_TARGET_TYPE.
450
c214a6fd
FN
4512002-09-22 Fernando Nasser <fnasser@redhat.com>
452
53cb0458
FN
453 * source.c (get_current_or_default_source_symtab_and_line): Remove
454 function.
455 (set_default_source_symtab_and_line): New function. Attempts to
456 determine a source file to list lines from if one is not currently
457 defined.
458 (get_current_source_symtab_and_line): Initialize sal.pc and
459 sal.end fields.
460 (set_current_source_symtab_and_line): Mark argument as const.
461 * source.h: Update declarations and comments.
462 * linespec.c (decode_line_1): Replace call to removed routine above.
463 * stack.c (print_frame_info_base): Ditto.
464 * cli/cli-cmds.c (edit_command): Ditto.
465 (list_command): Ditto.
466
4672002-09-22 Fernando Nasser <fnasser@redhat.com>
468
d6020d45 469 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 470 sal.pc and sal.end fields.
c214a6fd
FN
471 (get_current_or_default_source_symtab_and_line): Ditto.
472 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
473 so we do not cause a new source symtab to be searched for (reverting an
474 unintentional change from the 2002-09-20 patch).
475 * scm-lang.c (scm_unpac): Ditto.
476
cc3b68a5
AC
4772002-09-21 Andrew Cagney <cagney@redhat.com>
478
479 * complaints.c (symfile_explanations): Remove new-line from
480 ``isolated_message''.
481 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
482 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
483
5835abe7
NC
4842002-09-20 Nick Clifton <nickc@redhat.com>
485
486 * NEWS: Announce that V850EA ISA is no longer supported.
487 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
488
a15ef5f5
DC
4892002-09-20 David Carlton <carlton@math.stanford.edu>
490
06ba1b39
DC
491 * Makefile.in (c-lang.o): Correct dependencies.
492 (utils.o): Gather dependencies.
493 (charset.o): Move.
a15ef5f5
DC
494 * c-lang.c: #include "gdb_string.h"
495
87885426
FN
4962002-09-20 Fernando Nasser <fnasser@redhat.com>
497
498 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
499 * cli/cli-cmds.c (list_command): New function. Implements the new
500 cli edit command.
501 (_init_cli_cmds): Add new command definition.
502 * gdb.1: Document edit command.
503 * doc/gdb.texinfo: Document edit command.
504
5052002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
506
507 * source.c: Make global variables current_source_symtab and
508 current_source_line static.
509 (list_command): Moved to cli/cli-cmds.c.
510 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
511 (get_first_line_listed): New accessor function.
512 (get_lines_to_list): New accessor function.
513 (get_current_source_symtab_and_line): New function. Retrieves the
514 position in the source code that we consider current.
515 (get_current_or_default_source_symtab_and_line): New function.
516 Like the above but attempts to determine a default position if one
517 is not currently defined.
518 (set_current_source_symtab_and_line): New function. Sets the source
519 code position considered current and returns the previously set one.
520 (clear_current_source_symtab_and_line): Reset stored information about
521 a current source line.
522 (_initialize_source): Remove registration for the "list" command and
523 its alias.
524 * source.h: Add declarations for the new functions above.
525 * symtab.h: Remove declarations for the global variables mentioned
526 above.
527 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
528 obtain current source line.
529 * linespec.c (decode_line_1): Ditto.
530 * macroscope.c (default_macro_scope): Ditto.
531 * scm-lang.c (scm_unpac): Ditto.
532 * stack.c (print_frame_info_base): Ditto.
533 * symfile.c (clear_symtab_users): Ditto.
534 * symtab.c (decode_line_spec): Ditto.
535 * cli/cli-cmds.c (list_command): Moved here from source.c.
536 (ambiguous_line_spec): Moved here from source.c.
537 (_init_cli_cmds): Add definition for "list" and its alias.
538 * Makefile.in: Update dependencies.
539
ddd216ea
CV
5402002-09-20 Corinna Vinschen <vinschen@redhat.com>
541
542 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
543 with what gcc thinks is correct.
544
6d305052
CV
5452002-09-20 Corinna Vinschen <vinschen@redhat.com>
546
547 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
548 multiple register push instruction.
549
234b45d4
KB
5502002-09-19 Jim Blandy <jimb@redhat.com>
551
552 Add support for distinct host and target character sets.
553 * charset.c, charset.h: New files.
554 * c-exp.y: #include "charset.h".
555 (yylex): Convert character and string literals to the target
556 character set, before returning them as the semantic value of the
557 token.
558 * c-lang.c: #include "charset.h".
559 (c_emit_char): Use charset-specific methods to recognize
560 characters with backslash escape forms, to decide which characters
561 to print literally and which to print using numeric escape
562 sequences, and to convert target characters to host characters
563 before printing.
564 * utils.c: #include "charset.h".
565 (no_control_char_error): New function.
566 (parse_escape): Use charset-specific methods to recognize
567 backslash escapes, parse `control character' notation, and convert
568 characters from the host character set to the target character set.
569 * configure.in: Set the default host character set.
570 Check where to find iconv, and what its argument types might be.
571 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
572 * Makefile.in (SFILES): List charset.c.
573 (COMMON_OBS): List charset.o.
574 (charset.o): New rule.
575 (charset_h): New header dependency variable.
576 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
577 (LIBICONV): New variable, set by configure.
578 (CLIBS): Include $(LIBICONV) here.
579 * aclocal.m4, config.in, configure: Regenerated.
580
525d6a61
JB
5812002-09-19 Joel Brobecker <brobecker@gnat.com>
582
583 * ada-exp.y: Add missing semicolons to end rules. Fixes a
584 bison 1.35 warning.
585
3ed93867
RE
5862002-09-19 Richard Earnshaw <rearnsha@arm.com>
587
588 * gdb_mbuild.sh: New file.
589
437666f8
AC
5902002-09-19 Andrew Cagney <ac131313@redhat.com>
591
592 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
593
389e51db
AC
5942002-09-18 Andrew Cagney <ac131313@redhat.com>
595
596 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
597 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
598 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
599 valops.c, value.h: Revert previous change.
600
3b4efeaa
MS
6012002-09-18 Michael Snyder <msnyder@redhat.com>
602
603 Preliminary support for Objective-C:
604 * defs.h (language_objc): New enum value.
605 (puts_filtered_tabular): Declaration only, exported from utils.c.
606 (skip_quoted): Delete, declared in completer.h.
607 * c-exp.y: Include completer.h.
608 * p-exp.y: Ditto.
609 * jv-exp.y: Ditto.
610 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
611 New operator enum values.
612 * language.h (CAST_IS_CONVERSION): Test for language_objc.
613 * language.c (binop_result_type): Handle language_objc case.
614 (integral_type, character_type, string_type, boolean_type,
615 structured_type, binop_type_check): Ditto.
616 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
617 (struct objc_specific): Add to general_symbol_info.
618 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
619 (SYMBOL_DEMANGLED_NAME): Handle objc case.
620 * parser-defs.h (struct objc_class_str): New struct type.
621 (start_msglist, end_msglist, add_msglist): Declaration only,
622 exported from objc-lang.c.
623 * value.h (value_of_local, value_nsstring,
624 call_function_by_hand_expecting_type): Exported from valops.c.
625 * valops.c (find_function_addr): Export.
626 (call_function_by_hand_expecting_type): New function.
627 (value_of_local): New function.
628 * symfile.c (init_filename_language_table): Add ".m" extension
629 for Objective-C.
630 * utils.c (puts_filtered_tabular): New function.
631 (fprintf_symbol_filtered): Add objc demangling support (disabled).
632 (set/show demangle): Extend help-string to refer to ObjC.
633 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
634 * stabsread.c (symbol_reference_defined): Objective-C symbols
635 may contain colons: make allowances when scanning stabs strings
636 for colons.
637 (objc_find_colon): New function.
638 * printcmd.c (address_info): If language == objc then print
639 "self" instead of "this".
640 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
641 OP_NSSTRING, and OP_SELF.
642 (prefixify_subexp): Ditto.
643 * source.c (print_source_lines): Mention objc in comment.
644 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
645 method names.
646
b9caf505
AC
6472002-09-18 Andrew Cagney <ac131313@redhat.com>
648
649 * complaints.h: Update copyright.
650 (struct complaints): Declare.
651 (struct complaint): Make `message' constant.
652 (internal_complaint): Declare.
653 (complaint): Declare.
654 (complaint_root): Delete declaration.
655 (symfile_complaints): Delete declaration.
656 (struct complaints): Add opaque declaration.
657 (clear_complaints): Add a complaints parameter.
658 * complaints.c: Update copyright.
659 (enum complaint_series): Define.
660 (complaint_root): Delete.
661 (struct complaints): Define.
662 (complaint_sentinel, symfile_complaint_book): New variables.
663 (symfile_explanations, symfile_complaints): New variables.
664 New variables.
665 (get_complaints): New function.
666 (vcomplaint): New function.
667 (complaint): New function.
668 (internal_complaint): New function.
669 (complain): Call vcomplain with symfile_complaint.
670 (clear_complaints): Rewrite.
671 (_initialize_complaints): Use add_setshow_command.
672 * Makefile.in (complaints.o): Update dependencies.
673 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
674 to call to clear_complaints.
675 (new_symfile_objfile, reread_symbols): Ditto.
676 (oldsyms_complaint): Delete.
677 (empty_symtab_complaint, unknown_option_complaint): Delete.
678 (free_named_symtabs): Use complaint instead of complain.
679
d2e6263c
MS
6802002-09-18 Michael Snyder <msnyder@redhat.com>
681
5fb2031a
AC
682 Contributed by Apple Computer, Inc. Merged with current sources
683 by Adam Fedor <fedor@doc.com> [cagney].
684
d2e6263c
MS
685 * objc-lang.c: First clean-up round: comments, indentation.
686 * objc-lang.h: Ditto.
687 * objc-lang.y: Ditto.
688
dec43320
AC
6892002-09-18 Andrew Cagney <ac131313@redhat.com>
690
691 * maint.c (maintenance_internal_error): Print the parameter as the
692 error message.
693 (maintenance_internal_warning): New function.
694 (_initialize_maint_cmds): Add command `maint internal-warning'.
695
696 * defs.h (internal_warning, internal_vwarning): Declare.
697 * utils.c (struct internal_problem): Define.
698 (internal_vproblem): New function.
699 (internal_warning): New function.
700 (internal_vwarning): New function.
701 (internal_warning_problem, internal_error_problem): New variables.
702 (internal_verror): Just call internal_vproblem.
703
b81654f1
MS
7042002-09-18 Michael Snyder <msnyder@redhat.com>
705
706 * objc-lang.c: New file, support for Objective-C.
707 Preliminary check-in, not yet integrated into gdb.
708 * objc-lang.h: New file.
709 * objc-exp.y: New file.
710
0542c381
AC
7112002-09-18 Andrew Cagney <ac131313@redhat.com>
712
7bda5e4a
AC
713 * infrun.c (signal_stop_update): Convert definition to ISO C.
714 (signal_print_update): Ditto.
715 (signal_pass_update): Ditto.
716 * inflow.c (terminal_save_ours): Ditto.
717
5247b418
AC
718 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
719 comments.
720
fc60962c
AC
721 * config/djgpp/fnchange.lst: Handle name clashes between
722 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
723 bfd/coff-tic80.c.
724
0542c381
AC
725 * i386-linux-tdep.h: Fix tipo.
726
5b924b9b
AF
7272002-09-18 Adam Fedor <fedor@gnu.org>
728
729 * MAINTAINERS: Add myself to the Write After Approval list.
730
5afc051b
JB
7312002-09-18 Jim Blandy <jimb@redhat.com>
732
733 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
734 texthigh and textlow to reader-specific structs caused
735 objfile_relocate to miss them. This is fixable, but the work that
736 the change was supposed to prepare GDB for never got done anyway.
737
eb944380
DC
7382002-09-18 David Carlton <carlton@math.stanford.edu>
739
740 * MAINTAINERS: Alphabetize Write After Approval list.
741
948e66d9
DJ
7422002-09-18 Daniel Jacobowitz <drow@mvista.com>
743
744 Fix PR gdb/709
745 * values.c (value_static_field): Call read_var_value.
746
dc604539
AC
7472002-09-18 Andrew Cagney <ac131313@redhat.com>
748
749 * valops.c (hand_function_call): Align the initial stack pointer
750 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
751 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
752 return value.
753 * mips-tdep.c (mips_frame_align): New function.
754 (mips_gdbarch_init): Set frame_align.
755 * gdbarch.sh (FRAME_ALIGN): New method.
756 * gdbarch.h, gdbarch.c: Re-generate.
757
cb7e422f
ML
7582002-09-18 Michal Ludvig <mludvig@suse.cz>
759
760 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
761 registers.
762
a094c6fb
AC
7632002-09-17 Andrew Cagney <ac131313@redhat.com>
764
765 * NEWS: Mention that MIPS $fp behavior changed.
766 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
767 reference to FP_REGNUM.
768 (mipsnbsd_cannot_store_register): Ditto.
769 * mips-linux-nat.c: Update copyright.
770 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
771 (mips_linux_cannot_store_register): Ditto.
772 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
773 * config/mips/tm-mips.h: Update copyright.
774 (FP_REGNUM): Delete macro.
775 (MIPS_REGISTER_NAMES): Replace "fp" with "".
776 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
777 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
778 (mips_r3041_reg_names, mips_r3051_reg_names)
779 (mips_r3081_reg_names): Replace "fp" with "".
780 Fix PR gdb/480.
781
45cf40d1
TR
7822002-09-17 Theodore A. Roth <troth@verinet.com>
783
784 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
785 generic_read_register_dummy() (PR gdb/703).
786 (avr_push_return_address): #if 0 out unused vars.
787 (avr_gdbarch_init): Enable use of avr_push_return_address().
788
c7e701b5
MS
7892002-09-17 Michael Snyder <msnyder@redhat.com>
790
d76ba2a5 791 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
792 RTE will take care of it.
793
20bcf01c
AC
7942002-09-17 Andrew Cagney <ac131313@redhat.com>
795
796 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
797 invalid, return SP_REGNUM.
798
009a9971 7992002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
800
801 * mips-tdep.c (mips_pop_frame): Read saved values of floating
802 point registers without sign extension.
803
135c175f
AC
8042002-09-17 Andrew Cagney <cagney@redhat.com>
805
806 * blockframe.c (deprecated_read_register_dummy): Rename
807 generic_read_register_dummy.
808 * frame.c (frame_unwind_signed_register): New function.
809 (frame_unwind_unsigned_register): New function.
810 * frame.h (frame_unwind_signed_register): Declare.
811 (frame_unwind_unsigned_register): Declare.
812 (deprecated_read_register_dummy): Rename
813 generic_read_register_dummy.
814
815 * h8300-tdep.c (h8300_frame_chain): Update.
816 (h8300_frame_saved_pc): Update.
817 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
818 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
819 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
820 (s390_frame_chain): Update.
821 * v850-tdep.c (v850_find_callers_reg): Update.
822 (v850_frame_saved_pc): Update.
823 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
824 (m32r_find_callers_reg): Update.
825 (m32r_frame_saved_pc): Update.
826 * sh-tdep.c (sh_find_callers_reg): Update.
827 (sh64_get_saved_pr): Update.
828 (sh_init_extra_frame_info): Update.
829 (sh_init_extra_frame_info): Update.
830 (sh64_init_extra_frame_info): Update.
831 (sh64_init_extra_frame_info): Update.
832 * mcore-tdep.c (mcore_find_callers_reg): Update.
833 (mcore_frame_saved_pc): Update.
834 (mcore_init_extra_frame_info): Update.
835 * i386-tdep.c (i386_frame_saved_pc): Update.
836 * ia64-tdep.c (ia64_frame_saved_pc): Update.
837 (ia64_init_extra_frame_info): Update.
838 (ia64_init_extra_frame_info): Update.
839 * d10v-tdep.c (d10v_frame_saved_pc): Update.
840 * cris-tdep.c (cris_init_extra_frame_info): Update.
841 * avr-tdep.c (avr_frame_chain): Update.
842 (avr_init_extra_frame_info): Update.
843 (avr_frame_saved_pc): Update.
844 * arm-tdep.c (arm_find_callers_reg): Update.
845 (arm_init_extra_frame_info): Update.
846 (arm_frame_saved_pc): Update.
847
a741e514
TT
8482002-09-17 Tom Tromey <tromey@redhat.com>
849
850 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
851 is "'".
852
d1a8e808
CV
8532002-09-17 Corinna Vinschen <vinschen@redhat.com>
854
855 * MAINTAINERS: Remove "non multi-arched" text from h8300.
856 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
857 NEXT_PROLOGUE_INSN.
858 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
859 NEXT_PROLOGUE_INSN.
860
d9025a18
JB
8612002-09-16 Joel Brobecker <brobecker@gnat.com>
862
863 * osfsolib.c: Remove file, replaced by solib-osf.c.
864 * Makefile.in: Remove compilation rules for osfsolib.c.
865
1b2ef1b6
DC
8662002-09-16 David Carlton <carlton@math.stanford.edu>
867
868 * cp-valprint.c (cp_print_class_method): Correct args to
869 check_stub_method_group.
870
928e48af
CV
8712002-09-16 Corinna Vinschen <vinschen@redhat.com>
872
873 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
874 `set architecture'. Unify naming convention of functions.
875 (h8300_skip_prologue): Improve prologue analysis.
876 (h8300_push_arguments): Rewritten to more closely match GCC's
877 bizarre argument-passing behavior, along with the comment describing
878 said behavior.
879 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
880 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
881 sim, remote-e7000.c, remote-hms.c and remote.c
882
5e3397bb
MK
8832002-09-15 Mark Kettenis <kettenis@gnu.org>
884
885 * i386-tdep.c (gdb_print_insn_i386): Removed.
886 (i386_print_insn): New function.
887 (i386_gdbarch_init): Set print_insn to i386_print_insns.
888 (_initialize_i386_tdep): Don't initialize tm_print_insn and
889 tm_print_insn_info.
890
f710f4fc
MK
8912002-09-14 Mark Kettenis <kettenis@gnu.org>
892
893 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
894 zero.
895
db54fef4
CV
8962002-09-14 Corinna Vinschen <vinschen@redhat.com>
897
898 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
899 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
900 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
901
2becadee
CF
9022002-09-13 Christopher Faylor <cgf@redhat.com>
903
904 * win32-nat.c (child_create_inferior): Honor 'tty' command.
905
de17c821
DJ
9062002-09-13 Daniel Jacobowitz <drow@mvista.com>
907
908 * gdbtypes.c (check_stub_method): Make static.
909 (check_stub_method_group): New function.
910 * gdbtypes.h: Update prototypes.
911 * cp-support.c: New file.
912 * cp-support.h: New file.
913
914 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
915 (update_method_name_from_physname): New function.
916 (read_member_functions): Correct method names for operators
917 and v3 constructors/destructors. Separate v2 constructors and
918 destructors.
919 * Makefile.in (stabsread.o): Update dependencies.
920 (SFILES): Add cp-support.c.
921 (COMMON_OBS): Add cp-support.o.
922 (cp_support_h, cp-support.o): Add.
923
924 * cp-valprint.c (cp_print_class_method): Call
925 check_stub_method_group instead of check_stub_method. Remove
926 extraneous QUITs.
927 * p-valprint.c (pascal_object_print_class_method): Likewise.
928 * valops.c (search_struct_method): Likewise.
929 (find_method_list, value_struct_elt_for_reference): Likewise.
930
e76cff22
AC
9312002-09-13 Andrew Cagney <cagney@redhat.com>
932
933 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
934 * gdbarch.h, gdbarch.c: Regenerate.
935
905abb3f
AC
9362002-09-13 Andrew Cagney <ac131313@redhat.com>
937
938 * frame.c (find_saved_register): Delete function.
939 * frame.h (find_saved_register): Delete declaration.
940 Fix PR gdb/631.
941
64159455
AC
942Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
943
944 * mips-tdep.c (read_next_frame_reg): Re-hack using
945 frame_register_unwind.
946
795e1e11
AC
947Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
948
949 * mips-tdep.c (mips_get_saved_register): Re-hack using
950 frame_register_unwind.
951
5720643c
JB
9522002-09-12 Joel Brobecker <brobecker@gnat.com>
953
954 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
955 vector. Will be useful for Interix.
956 * gdbarch.h, gdbarch.c: Regenerate.
957
958 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
959 name of the malloc function by NAME_OF_MALLOC.
960
3bada2a2
JB
9612002-09-12 Joel Brobecker <brobecker@gnat.com>
962
963 * value.h (find_function_in_inferior): Add const keyword to
964 one of the parameters. Allows us to invoke this function with
965 a const char *.
966 * valops.c (find_function_in_inferior): Likewise.
967
3db26b01
JB
9682002-09-12 Joel Brobecker <brobecker@gnat.com>
969
970 * exec.c (xfer_memory): Fix compilation warning with old versions
971 of GCC.
972 * tracepoint.c (trace_find_tracepoint_command): Likewise.
973
17c5ed2c
DC
9742002-09-12 David Carlton <carlton@math.stanford.edu>
975
976 * symtab.h: Run through gdb_indent.h.
977 Add 2002 to Copyright year list.
978
ecd1107e
AM
9792002-09-12 Alan Modra <amodra@bigpond.net.au>
980
981 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
982 mach constants.
983 * MAINTAINERS: Add myself to write after approval list.
984
e64f66d1
JB
9852002-09-11 J. Brobecker <brobecker@gnat.com>
986
987 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
988
f9395794
JB
9892002-09-11 J. Brobecker <brobecker@gnat.com>
990
991 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
992 Interix.
993
1a303dec
MS
9942002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
995
996 * procfs.c (do_detach): Clear current signal, not just fault.
997 Corrects problem with breakpoint trap signal leaking to detached
998 process on Tru64.
999
c0219d42
MS
10002002-09-10 Michael Snyder <msnyder@redhat.com>
1001
1002 * buildsym.c (finish_block): Protect against null pointer.
1003
9d84ac84
AC
10042002-09-10 Andrew Cagney <cagney@redhat.com>
1005
1006 * infcmd.c (default_print_registers_info): Send all output to
1007 ``file'' instead of ``gdb_stdout''.
1008
77d8f2b4
MS
10092002-09-10 Michael Snyder <msnyder@redhat.com>
1010
1011 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1012 LONGEST, and use signed register read (addresses are sign-
1013 extended for mips).
1014
99656a61
SC
10152002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1016
1017 * event-loop.c (gdb_do_one_event): Make public.
1018 * event-loop.h (gdb_do_one_event): Declare.
1019
da12f4d8
JL
10202002-09-10 Jeff Law <law@redhat.com>
1021
1022 * infttrace.c (child_resume): Simplify and rework to avoid
1023 TT_PROC_CONTINUE.
1024
d0aee0c4
FF
10252002-09-09 Fred Fish <fnf@intrinsity.com>
1026
1027 * printcmd.c (print_scalar_formatted): "len" is the number of
1028 target bytes, NOT the number of target bits.
1029
7cb3ec5e
EZ
10302002-09-09 Elena Zannoni <ezannoni@redhat.com>
1031
1032 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1033 * top.c (init_main): Set rl_terminal_name.
1034
4dc81987
AS
10352002-09-08 Aidan Skinner <aidan@velvet.net>
1036
1037 * ada-lang.c (ada_array_bound, ada_type_match,
1038 _initialize_ada_language): Fix K&R definitions.
1039 * ada-tasks.c (get_current_task): Fix K&R definitions.
1040 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1041
842330b4
CF
10422002-09-07 Christopher Faylor <cgf@redhat.com>
1043
1044 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1045 Add XP.
1046
43156d82
MK
10472002-09-06 Mark Kettenis <kettenis@gnu.org>
1048
66da5fd8
MK
1049 * i386-tdep.c (i386_register_virtual_type,
1050 i386_register_convertible, i386_register_convert_to_virtual,
1051 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1052 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1053 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1054 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1055 Don't set push_arguments twice.
1056
4b218c18
MK
1057 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1058 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1059 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1060 sigtramp_end to NULL.
1061 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1062 defines.
1063 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1064
4cc314d5
MK
1065 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1066 whitespace.
1067
43156d82
MK
1068 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1069 * gdbarch.h, gdbarch.c: Re-generate.
1070 * blockframe.c (find_pc_sect_partial_function): Convert to use
1071 SIGTRAMP_START_P predicate.
1072
6672060b
MS
10732002-09-05 Michael Snyder <msnyder@redhat.com>
1074
a90c3637
MS
1075 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1076 generic_dummy_frame method and old method. Also distinguish
1077 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1078 (arm_extract_return_value): Use new regcache method.
a90c3637 1079
6672060b
MS
1080 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1081 adjustment that doesn't conform to the ABI.
1082 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1083 saved regcache, not from current regcache.
1084
299ffc64
AC
10852002-09-05 Andrew Cagney <ac131313@redhat.com>
1086
1087 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1088 * README: Update.
1089
a3a2ee65
JT
10902002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1091
1092 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1093 if arm_apcs_32 is false.
1094
2bc7eea9
AC
10952002-09-04 Andrew Cagney <ac131313@redhat.com>
1096
1097 GDB 5.3 branch created.
1098
8a55a7c5
TR
10992002-09-03 Theodore A. Roth <troth@verinet.com>
1100
1101 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1102 generic_unwind_get_saved_register.
1103
e26fb1d7
DC
11042002-09-03 David Carlton <carlton@math.stanford.edu>
1105
1106 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1107 argument (PR gdb/653). Update call to smash_to_method_type.
1108 (read_structure_scope): Update call to dwarf2_add_member_fn.
1109
30d52491
ML
11102002-09-03 Michal Ludvig <mludvig@suse.cz>
1111
1112 * x86-64-linux-tdep.c: Include gdb_string.h
1113 * x86-64-linux-nat.c: Ditto.
1114
06891d83
JT
11152002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1116
1117 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1118 when YYDEBUG is set to 1.
1119 * c-exp.y: Likewise.
1120 * f-exp.y: Likewise.
1121 * jv-exp.y: Likewise.
1122 * m2-exp.y: Likewise.
1123 * p-exp.y: Likewise.
1124
7d400e77
JT
11252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1126
1127 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1128 dependency list.
1129 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1130 solib_svr4_fetch_link_map_offsets to
1131 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1132 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1133 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1134 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1135 solib-svr4.o, and solib-legacy.o.
1136 * config/i386/tm-nbsd.h: Include solib.h.
1137
704a27c4
JT
11382002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1139
1140 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1141 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1142 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1143 comment noting that this needs its own target configuration.
1144 * config/i386/nbsd.mt: New file.
1145 * config/i386/nbsdaout.mt: Remove.
1146 * config/i386/nbsdelf.mt: Ditto.
1147 * config/i386/tm-nbsdaout.h: Ditto.
1148
d66198e1
JT
11492002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1150
1151 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1152 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1153 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1154 tdep->sigtramp_end.
1155 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1156 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1157 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1158
3cac699e
JT
11592002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1160
1161 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1162 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1163 * i386-tdep.h (i386bsd_init_abi): New prototype.
1164 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1165 function declaration.
1166 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1167 for NetBSD-a.out or NetBSD-ELF.
1168 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1169 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1170 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1171 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1172 and nbsd-tdep.h.
1173 (i386nbsd_pc_in_sigtramp): New function.
1174 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1175 i386nbsd_pc_in_sigtramp.
1176 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1177 and i386nbsdelf_init_abi OS ABI handlers.
1178 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1179 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1180
7010ca0a
MK
11812002-09-02 Mark Kettenis <kettenis@gnu.org>
1182
1183 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1184 registers if the target really has them.
1185
6dd93b72
JT
11862002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1187
1188 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1189 than nbsd-tdep.h.
1190
2ca8ae21
JT
11912002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1192
1193 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1194 list.
1195 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1196 (alphanbsd_skip_sigtramp_frame): New functions.
1197 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1198 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1199 to alphanbsd_sigcontext_addr.
1200
3d9b49b0
JT
12012002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1202
1203 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1204 list.
1205 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1206 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1207 nbsd_pc_in_sigtramp.
1208 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1209 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1210 * nbsd-tdep.c: Include gdb_string.h.
1211 (nbsd_pc_in_sigtramp): New function.
1212 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1213 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1214 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1215 ppcnbsd_pc_in_sigtramp.
1216 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1217 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1218 shnbsd_pc_in_sigtramp.
1219 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1220 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1221 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1222
c860120c
PM
12232002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1224
1225 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1226 watchpoints to NULL.
1227 (insert_breakpoints): set val field of watchpoints if NULL.
1228
1229
c7612d53
JB
12302002-08-29 Jim Blandy <jimb@redhat.com>
1231
1232 * symtab.c (lookup_symbol_aux): In the cases where we find a
1233 minimal symbol of an appropriate name and use its address to
1234 select a symtab to read and search, use `name' (as passed to us)
1235 as the demangled name when searching the symtab's global and
1236 static blocks, not the minsym's name.
1237
66609862
KS
12382002-08-29 Keith Seitz <keiths@redhat.com>
1239
1240 * stack.c (print_frame_info_base): Always set current_source_symtab
1241 and current_source_line.
1242
151fefe2
JB
12432002-08-29 Donn Terry <donnte@microsoft.com>
1244
1245 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1246
bfb3754e
KS
12472002-08-28 Keith Seitz <keiths@redhat.com>
1248
1249 * stack.c (select_frame): Add FIXME concerning selected-frame
1250 events.
1251 (select_frame_command): Send selected-frame-level-changed
1252 event notification, but only if the level actually changed.
1253 (up_silently_base): Add selected-frame-level-changed event
1254 notification.
1255 (down_silently_base): Likewise.
1256
e822a2a0
AC
12572002-08-28 Andrew Cagney <ac131313@redhat.com>
1258
1259 * Makefile.in: Update dependencies for all gdb/*.c files.
1260
309367d4
TT
12612002-08-27 Tom Tromey <tromey@redhat.com>
1262
1263 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1264 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1265 Update dependencies.
1266 * i387-tdep.c: Include gdb_string.h.
1267 * osabi.c: Likewise.
1268 * i386-linux-nat.c: Likewise.
1269 * lin-lwp.c: Likewise.
1270 * ax-gdb.c: Likewise.
1271 * signals/signals.c: Likewise.
1272 * jv-valprint.c: Likewise.
1273 * p-lang.c: Likewise.
1274 * c-valprint.c: Likewise.
1275 * cp-abi.c: Likewise.
1276
e1507482
EZ
12772002-08-27 Elena Zannoni <ezannoni@redhat.com>
1278
1279 * cli/cli-script.h (copy_command_lines): Export.
1280 * breakpoint.c: Include cli/cli-script.h.
1281 * Makefile.in (breakpoint.o): Update dependencies.
1282
c6510018
MS
12832002-08-26 Michael Snyder <msnyder@redhat.com>
1284
1285 * breakpoint.c (insert_breakpoints): Protect all references
1286 to 'process_warning'. Shorten long lines.
1287
c2b8ed2c
MS
12882002-08-26 Joel Brobecker <brobecker@gnat.com>
1289
1290 * cli/cli-script.c (copy_command_lines): New function.
1291 * defs.h (copy_command_lines): Export.
1292 * testsuite/gdb.base/commands.exp: New tests for commands
1293 attached to a temporary breakpoint, and for commands that
1294 delete the breakpoint they are attached to.
1295
12962002-08-26 Michael Snyder <msnyder@redhat.com>
1297
1298 * breakpoint.c (bpstat_stop_status): Instead of copying the
1299 pointer to the breakpoint commands struct, make a new copy
1300 of the struct and point to that.
1301 (bpstat_clear): Free the commands struct.
1302 (bpstat_clear_actions): Free the commands struct.
1303 (bpstat_do_actions): Free the command actions. Also execute
1304 the local cleanups, instead of deleting them.
1305 (delete_breakpoint): Leave the commands field of the bpstat
1306 chain alone -- it will be freed later.
1307
64b84175
KB
13082002-08-26 Kevin Buettner <kevinb@redhat.com>
1309
1310 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1311 deleted in 2002-08-20 commit. This function is still used by
1312 ppc-linux-nat.c.
1313
55970da6
KS
13142002-08-26 Keith Seitz <keiths@redhat.com>
1315
1316 * gdb-events.sh: Add selected-frame-level-changed event.
1317 * gdb-events.c: Regenerated.
1318 * gdb-events.h: Regenerated.
1319
a790ad35
SC
13202002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1321
1322 Fix PR gdb/393:
1323 * inflow.c (terminal_save_ours): New function to save terminal
1324 settings.
1325 * inferior.h (terminal_save_ours): Declare.
1326 * target.c (debug_to_terminal_save_ours): New function.
1327 (cleanup_target): Defaults to_terminal_save_ours.
1328 (update_current_target): Inherit to_terminal_save_ours.
1329 (setup_target_debug): Set to_terminal_save_ours.
1330 * target.h (target_terminal_save_ours): New to save terminal settings.
1331 (target_ops): New member to_terminal_save_ours.
1332 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1333 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1334 * inftarg.c (init_child_ops): Likewise.
1335 * m3-nat.c (init_m3_ops): Likewise.
1336 * procfs.c (init_procfs_ops): Likewise.
1337 * wince.c (init_child_ops): Likewise.
1338 * win32-nat.c (init_child_ops): Likewise.
1339 * sol-thread.c (init_sol_thread_ops): Likewise.
1340
c00dcbe9
MK
13412002-08-26 Mark Kettenis <kettenis@gnu.org>
1342
3d7f4f49
MK
1343 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1344 use regcache_* functions.
1345 (i386_gdbarch_init): Set store_return_value instead of
1346 deprecated_store_return_value.
1347
c00dcbe9
MK
1348 * regcache.c (regcache_raw_write_signed,
1349 regcache_raw_write_unsigned): New functions.
1350 * regcache.h (regcache_raw_write_signed,
1351 regcache_raw_write_unsigned): New prototypes.
1352
0e0d15ca
AC
13532002-08-25 Andrew Cagney <ac131313@redhat.com>
1354
1355 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1356 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1357 source file dependencies. Cleanup corresponding generator rules.
1358
d3b22ed5
AC
13592002-08-25 Andrew Cagney <ac131313@redhat.com>
1360
1361 * regcache.h (register_offset_hack): Declare.
1362 (regcache_cooked_read_using_offset_hack): Declare.
1363 (regcache_cooked_write_using_offset_hack): Declare.
1364
1365 * regcache.c (register_offset_hack): New function.
1366 (regcache_cooked_read_using_offset_hack): New function.
1367 (regcache_cooked_write_using_offset_hack): New function.
1368 (regcache_dump): Check that the registers, according to their
1369 offset, are packed hard against each other.
1370 (cooked_xfer_using_offset_hack): New function.
1371
bb425013
AC
13722002-08-25 Andrew Cagney <ac131313@redhat.com>
1373
1374 * regcache.c (struct regcache_descr): Add field register_type.
1375 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1376 in as a parameter
1377 (init_regcache_descr): Initialize register_type. Pass the descr
1378 to init_legacy_regcache_descr. Use register_type instead of
1379 REGISTER_VIRTUAL_TYPE.
1380 (register_type): New function.
1381 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1382 * regcache.h (register_type): Declare.
1383
d0403e00
AC
13842002-08-25 Andrew Cagney <ac131313@redhat.com>
1385
1386 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1387 instead of deprecated_store_return_value. Fix fallout from
1388 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1389
0ed04cce
AC
13902002-08-25 Andrew Cagney <ac131313@redhat.com>
1391
1392 * regcache.c (max_register_size): New function.
1393 (init_legacy_regcache_descr): Ensure that max_register_size is
1394 large enough for REGISTER_VIRTUAL_SIZE.
1395 * regcache.h (max_register_size): Declare.
1396
46d79c04
AC
13972002-08-24 Andrew Cagney <ac131313@redhat.com>
1398
1399 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1400 store_return_value.
1401 (e500_extract_return_value): Change type of valbuf pointer to
1402 void.
1403
853c7bd0
MK
14042002-08-24 Mark Kettenis <kettenis@gnu.org>
1405
cd87e769
MK
1406 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1407 workaround.
1408
853c7bd0
MK
1409 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1410 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1411 long long) to prevent compiler warning on 64-bit systems.
1412
ebba8386
AC
14132002-08-23 Andrew Cagney <cagney@redhat.com>
1414
1415 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1416 (DEPRECATED_STORE_RETURN_VALUE): New method.
1417 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1418 * gdbarch.h, gdbarch.c: Re-generate.
1419
1420 * values.c (set_return_value): Pass current_regcache to
1421 STORE_RETURN_VALUE.
1422 * arch-utils.h (legacy_store_return_value): Declare.
1423 * arch-utils.c (legacy_store_return_value): New function.
1424 (legacy_extract_return_value): Update parameters.
1425
1426 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1427 STORE_RETURN_VALUE.
1428 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1429 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1430 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1431 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1432 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1433 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1434 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1435 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1436 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1437 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1438
1439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1440 * i386-tdep.c (i386_extract_return_value): Update.
1441 * arch-utils.c (legacy_extract_return_value): Update.
1442 * frv-tdep.c (frv_gdbarch_init): Update.
1443 * cris-tdep.c (cris_gdbarch_init): Update.
1444 * d10v-tdep.c (d10v_gdbarch_init): Update.
1445 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1446 * m68k-tdep.c (m68k_gdbarch_init): Update.
1447 * mcore-tdep.c (mcore_gdbarch_init): Update.
1448 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1449 * s390-tdep.c (s390_gdbarch_init): Update.
1450 * sparc-tdep.c (sparc_gdbarch_init): Update.
1451 * sh-tdep.c (sh_gdbarch_init): Update.
1452 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1453 * v850-tdep.c (v850_gdbarch_init): Update.
1454 * avr-tdep.c (avr_gdbarch_init): Update.
1455 * ia64-tdep.c (ia64_gdbarch_init): Update.
1456 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1457 * vax-tdep.c (vax_gdbarch_init): Update.
1458 * alpha-tdep.c (alpha_gdbarch_init): Update.
1459 * arm-tdep.c (arm_gdbarch_init): Update.
1460 * mips-tdep.c (mips_gdbarch_init): Update.
1461 * i386-tdep.c (i386_gdbarch_init): Update.
1462
5bd8c6d0
AC
14632002-08-23 Andrew Cagney <ac131313@redhat.com>
1464
1465 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1466 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1467
e73e1724
MK
14682002-08-24 Mark Kettenis <kettenis@gnu.org>
1469
1470 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1471 problems.
1472
3e6564e1
JB
14732002-08-23 Joel Brobecker <brobecker@gnat.com>
1474
1475 * infrun.c (handle_inferior_event): Move a comment outside of a
1476 function call, in order to avoid indent reformatting this part
1477 of the code in an unreadable way.
1478
81d0cc19
GS
14792002-08-23 Grace Sainsbury <graces@redhat.com>
1480
1481 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1482 when breakpoints fail. Move general breakpoint error messages to
1483 insert_breakpoints.
1484 * breakpoint.c (insert_breakpoints): Change warnings when
1485 breakpoints are nto inserted to specify the type. Remove call to
1486 memory_error when hardware breakpoints can't be inserted. Remove
1487 multiple calls to warning so all messages are sent to the user at
1488 once.
1489 (delete_breakpoints): Make insert error messsages more explicit.
1490
17574093
DJ
14912002-08-23 Daniel Jacobowitz <drow@mvista.com>
1492
1493 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1494 gdbserver/ChangeLog.
1495
8acc2935
MK
14962002-08-23 Mark Kettenis <kettenis@gnu.org>
1497
dfe01d39
MK
1498 * i386-tdep.c: Include "objfiles.h".
1499 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1500 skip_trampoline_code.
1501 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1502 (CPLUS_MARKER): Define to '.'.
1503
8acc2935
MK
1504 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1505 member.
1506 (linux_corefile_thread_callback): Increase args->num_notes.
1507 (linux_make_note_section): Initialize thread_args.num_notes, and
1508 use it to determine whether notes for any threads were created.
1509
151fefe2 15102002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1511
1512 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1513 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1514 and PCUNKILL.
1515 (write_with_trace): Conditionalize out the switch branch handling
1516 PCSHOLD if the corresponding macro is not defined. Likewise for
1517 PRSABORT and PRSTOP.
1518 This change will be needed by the Interix port.
1519
e1507482
EZ
15202002-08-22 Elena Zannoni <ezannoni@redhat.com>
1521
1522 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1523 write_register wherever possible instead of manipulating the
1524 register bytes directly.
1525 Assign VALUE_CONTENTS to a variable and use that.
1526 The GPR numbers are now dependent on the architecture.
1527
96ff0de4
EZ
15282002-08-22 Elena Zannoni <ezannoni@redhat.com>
1529
1530 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1531 ev_offset fields.
1532 (skip_prologue): Add support for BookE/e500 instructions.
1533 (e500_extract_return_value): New function.
1534 (frame_get_saved_regs): Add support for saving ev registers and
1535 pseudo gpr's.
1536 (e500_store_return_value): New function.
1537 (rs6000_gdbarch_init): Move up default intializations of
1538 deprecated_extract_return_value and store_return_value. Overwrite
1539 init of store_return_value with e500 specific version.
1540 Set extract_return_value for e500.
1541
fbefca5b
EZ
15422002-08-22 Elena Zannoni <ezannoni@redhat.com>
1543
1544 * blockframe.c (generic_call_dummy_register_unwind): Use
1545 regcache_cooked_read to catch cases in which the variable is
1546 stored in a pseudo register.
1547
4d210288
AC
15482002-08-22 Andrew Cagney <cagney@redhat.com>
1549
1550 * NEWS: Mention that the i960 has been made obsolete.
1551 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1552 i960-tdep.c
1553 (remote-nrom.o): Obsolete target.
1554 (remote-nindy.o, i960-tdep.o): Ditto.
1555 * remote-nrom.c: Make file obsolete.
1556 * remote-nindy.c, remote-vx960.c: Ditto.
1557 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1558 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1559 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1560 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1561 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1562 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1563 i960-*-vxworks* obsolete.
1564 * MAINTAINERS: Note that the i960 is obsolete.
1565
6c0c456d
CV
15662002-08-21 Corinna Vinschen <vinschen@redhat.com
1567
1568 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1569 detach to allow reinitialization.
1570
9f9d12b3
AC
15712002-08-22 Andrew Cagney <ac131313@redhat.com>
1572
1573 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1574 attempt).
1575
ebeb39fe
JB
15762002-08-22 Jim Blandy <jimb@redhat.com>
1577
1578 * coffread.c (coff_symfile_read): Don't try to read the line
1579 number table from disk if the image file doesn't have a symbol
1580 table; we'll never actually look at the info anyway, and Windows
1581 ships DLL's with bogus file offsets for the line number data.
1582
5bf1c677
EZ
15832002-08-21 Elena Zannoni <ezannoni@redhat.com>
1584
1585 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1586 an e500 executable.
1587
71b8ef93
MS
15882002-08-21 Michael Snyder <msnyder@redhat.com>
1589
1590 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1591 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1592 (DEFAULT_MIPS_TYPE): Delete unused macro.
1593 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1594 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1595
d174216d
JB
15962002-08-21 Jim Blandy <jimb@redhat.com>
1597
1598 * valops.c (value_cast): Simplify and correct logic for doing a
1599 static cast from a pointer to a base class to a pointer to a
1600 derived class.
1601
0ab7a791
AC
16022002-08-21 Andrew Cagney <ac131313@redhat.com>
1603
1604 * infcmd.c (default_print_registers_info): Replace
1605 do_registers_info.
1606 (registers_info): Use gdbarch_print_registers_info instead of
1607 DO_REGISTERS_INFO.
1608 * inferior.h (default_print_registers_info): Replace
1609 do_registers_info.
1610 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1611 (DO_REGISTERS_INFO): Change to a predicate function.
1612 * gdbarch.h, gdbarch.c: Regenerate.
1613
e23792cc
KS
16142002-08-21 Keith Seitz <keiths@redhat.com>
1615
1616 * gdb-events.sh: Add target-changed event.
1617 * gdb-events.c: Regenerated.
1618 * gdb-events.c: Regenerated.
1619 * valops.c (value_assign): Add target-changed event notification
1620 to inlval_register, lval_memory, and lval_reg_frame_relative.
1621
9fb14e79
JB
16222002-08-21 Joel Brobecker <brobecker@gnat.com>
1623
1624 * NEWS: Add an entry regarding the improvement of the next/step
1625 operation on Alpha Tru64 multi-processor machines.
1626
6d39a69f
AC
16272002-08-21 Andrew Cagney <ac131313@redhat.com>
1628
72acd513
AC
1629 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1630 directores.
342af04b 1631 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1632 * Makefile.in (install-gdbtk): Move to install section.
1633 (rdi-share/libangsd.a): Move to end of file.
1634
fa5f27c7
AC
16352002-08-19 Andrew Cagney <ac131313@redhat.com>
1636
1637 * frame.c (frame_register_unwind): When a register, set addrp to
1638 the register's byte.
1639
5a89d8aa
MS
16402002-08-20 Michael Snyder <msnyder@redhat.com>
1641
1642 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1643 used locally, so move them from the target machine header to here.
1644 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1645 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1646 Make static.
1647 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1648
822e978b
AC
16492002-08-20 Andrew Cagney <cagney@redhat.com>
1650
1651 * NEWS: Mention that the Apollo line was made obsolete.
1652 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1653 m68*-hp-hpux* obsolete.
1654 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1655 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1656 * buildsym.c (make_blockvector): Make static.
1657 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1658 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1659 (ALLDEPFILES): Remove dstread.c.
1660 (dstread.o): Obsolete make rule.
1661 * dstread.c: Makefile obsolete.
1662 * dst.h: Ditto.
1663 * config/m68k/hp300hpux.mt: Ditto.
1664 * config/m68k/hp300hpux.mh: Ditto.
1665 * config/m68k/hp300bsd.mt: Ditto.
1666 * config/m68k/hp300bsd.mh: Ditto.
1667 * config/m68k/apollo68b.mt: Ditto.
1668 * config/m68k/apollo68v.mh: Ditto.
1669 * config/m68k/apollo68b.mh: Ditto.
1670
e41b17f0
MS
16712002-08-20 Michael Snyder <msnyder@redhat.com>
1672
1673 * mips-tdep.c (mips_in_return_stub): Make static.
1674 (mips_gdbarch_init): Set in_solib_return_trampoline.
1675 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1676
d50355b6
MS
16772002-08-20 Michael Snyder <msnyder@redhat.com>
1678
1679 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1680 * gdbarch.c, gdbarch.h: Regenerate.
1681 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1682 Add.
1683 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1684
757a7cc6
MS
16852002-08-20 Michael Snyder <msnyder@redhat.com>
1686
1687 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1688 (mips_gdbarch_init): Set skip_trampoline_code,
1689 in_solib_call_trampoline.
1690 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1691 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1692
c8001721
EZ
16932002-08-20 Elena Zannoni <ezannoni@redhat.com>
1694
1695 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1696
1697 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1698 vector type for ev registers.
1699 (e500_pseudo_register_read): New function.
1700 (e500_pseudo_register_write): New function.
1701 (e500_dwarf2_reg_to_regnum): New function.
1702 (PPC_UISA_NOFP_SPRS): New macro.
1703 (PPC_EV_REGS): New macro.
1704 (PPC_GPRS_PSEUDO_REGS): New macro.
1705 (registers_e500): New register set for e500.
1706 (variants): Add e500 variant.
1707 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1708 before setting architectural dependent variations. Initialize ev
1709 registers numbers. Add case for e500 architecture. Set the
1710 number of pseudo registers.
1711
64366f1c
EZ
17122002-08-20 Elena Zannoni <ezannoni@redhat.com>
1713
1714 * rs6000-tdep.c: Clean up comments.
1715
7e78f0ca
AC
17162002-08-20 Andrew Cagney <cagney@redhat.com>
1717
1718 * h8300-tdep.c: Re-indent file.
1719
697f7479
JB
17202002-08-20 Jim Blandy <jimb@redhat.com>
1721
1722 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1723 default for this.
697f7479 1724
e86ae29f
KS
17252002-08-20 Keith Seitz <keiths@redhat.com>
1726
1727 * breakpoints.c (watch_command_1): Use internal breakpoint
1728 when setting a watchpoint_scope breakpoint.
1729
216b504f
EZ
17302002-08-20 Elena Zannoni <ezannoni@redhat.com>
1731
1732 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1733 (build_builtin_type_vec64i): Ditto.
1734 (build_builtin_type_vec128): Ditto.
1735 (build_builtin_type_vec128i): Ditto.
1736
f7ab6ec6
MS
17372002-08-19 Michael Snyder <msnyder@redhat.com>
1738
1739 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1740 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1741 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1742 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1743 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1744 CALL_DUMMY_ADDRESS): Delete.
1745 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1746 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1747 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1748 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1749 push_return_address.
1750 (mips_register_raw_size, mips_eabi_use_struct_convention,
1751 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1752 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1753 mips_init_extra_frame_info, mips_eabi_push_arguments,
1754 mips_n32n64_push_arguments, mips_push_return_address,
1755 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1756 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1757
b5d1566e
MS
17582002-08-19 Michael Snyder <msnyder@redhat.com>
1759
1760 * mips-tdep.c (mips_frame_num_args): New function.
1761 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1762 frame_saved_pc, frame_args_address, frame_locals_address,
1763 frame_num_args, and frame_args_skip.
1764 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1765 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1766 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1767 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1768
2f1488ce
MS
17692002-08-20 Michael Snyder <msnyder@redhat.com>
1770
1771 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1772 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1773 * mips-tdep.c (mips_store_struct_return): New function.
1774 (mips_extract_struct_value_address): New function.
1775 (mips_gdbarch_init): Set store_struct_return and
1776 extract_struct_value_address.
1777
41ff2da1
DC
17782002-08-20 David Carlton <carlton@math.stanford.edu>
1779
1780 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1781 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1782 (read_file_scope): Check that line_header is nonzero before
1783 decoding macro information.
1784
e5451d58
MK
17852002-08-20 Mark Kettenis <kettenis@gnu.org>
1786
1787 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1788 flag the general-purpose registers as floating-point on targets
1789 that don't support the floating-point registers.
1790
4a6daafa
EZ
17912002-08-20 Elena Zannoni <ezannoni@redhat.com>
1792
1793 * rs6000-tdep.c (altivec_register_p): Delete.
1794 (rs6000_do_altivec_registers): Delete.
1795 (rs6000_altivec_registers_info): Delete.
1796 (rs6000_do_registers_info): Delete.
1797 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1798 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1799
ab4327e0
EZ
18002002-08-20 Elena Zannoni <ezannoni@redhat.com>
1801
1802 * infcmd.c (do_registers_info): Print vector registers in hex
1803 format only.
1804 (print_vector_info): Check that printing registers
1805 makes sense.
1806 (print_float_info): Ditto.
1807
cb1d2653
AC
18082002-08-20 Andrew Cagney <ac131313@redhat.com>
1809
1810 * mips-tdep.c (mips_gdbarch_init): Update.
1811 (mips_o32_extract_return_value): Rewrite.
1812 (mips_o32_store_return_value): Rewrite.
1813 (mips_o32_xfer_return_value): New function.
1814 (mips_xfer_register): Tweak debug print message. Allow for
1815 buf_offset when dumping the value transfered.
1816
dfc3d9b2
AC
18172002-08-20 Andrew Cagney <ac131313@redhat.com>
1818
1819 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1820 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1821 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1822 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1823 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1824
7807aa61
MS
18252002-08-14 Michael Snyder <msnyder@redhat.com>
1826
1827 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1828
489461e2
EZ
18292002-08-19 Elena Zannoni <ezannoni@redhat.com>
1830
1831 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1832 register.
1833 (P): New macro to define a register as a pseudo register.
1834 (R, R4, R8, R16, FR32, R64, R0): Updated.
1835 (struct variant): Add new fields for number of pseudo registers
1836 and number of total registers.
1837 (tot_num_registers): New macro replacing....
1838 (num_registers): ...deleted macro.
1839 (num_registers): New function.
1840 (num_pseudo_registers): New function.
1841 (variants): Update all variants to intialize new fields correctly.
1842 Postpone initialization of number of pseudo regs and real regs.
1843 (init_variants): New function.
1844 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1845 registers offsets.
1846
fcaffe4c
DC
18472002-08-19 David Carlton <carlton@math.stanford.edu>
1848
2c2738a0
DC
1849 * valops.c (search_struct_field): Change error message to treat
1850 return value of 0 from value_static_field as meaning that field is
1851 optimized out.
1852 (value_struct_elt_for_reference): Ditto.
1853 * values.c (value_static_field): Treat an unresolved location the
1854 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1855 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1856 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1857 * MAINTAINERS: Add self to Write After Approval list.
1858
88658117
AC
18592002-08-19 Andrew Cagney <ac131313@redhat.com>
1860
1861 * mips-tdep.c (mips_xfer_register): New function.
1862 (mips_n32n64_extract_return_value): Rewrite.
1863 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1864 instead of deprecated_extract_return_value.
1865
21283beb
EZ
18662002-08-19 Elena Zannoni <ezannoni@redhat.com>
1867
1868 * rs6000-tdep.c (TDEP): Delete macro.
1869 (branch_dest): Replace use of TDEP macro with its body.
1870 (rs6000_pop_frame): Ditto.
1871 (rs6000_push_arguments): Ditto.
1872 (rs6000_skip_trampoline_code): Ditto.
1873 (rs6000_frame_saved_pc): Ditto.
1874 (rs6000_frame_chain): Ditto.
1875 (rs6000_register_name): Ditto.
1876 (rs6000_register_byte): Ditto.
1877 (rs6000_register_raw_size): Ditto.
1878 (rs6000_register_virtual_type): Ditto.
1879 (rs6000_register_convertible): Ditto.
1880 (rs6000_convert_from_func_ptr_addr): Ditto.
1881
bf072999
DJ
18822002-08-19 Daniel Jacobowitz <drow@mvista.com>
1883
1884 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1885 conditionally.
1886 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1887 MIPS_LINUX_JB_ELEMENT_SIZE.
1888 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1889 for MAX_REGISTER_RAW_SIZE arrays.
1890 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1891 MIPS_LINUX_JB_ELEMENT_SIZE.
1892
9b949a49
PM
18932002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1894
1895 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1896
6d3e79c6
AS
18972002-08-19 Aidan Skinner <aidan@velvet.net>
1898
1899 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1900 ada-valprint.c ada-tasks.c.
1901 (YYFILES): Add ada-exp.y.
1902 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1903 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1904 (ada-exp.tab.o): New target.
1905
06c0b04e
AC
19062002-08-18 Andrew Cagney <ac131313@redhat.com>
1907
1908 * regcache.c (regcache_xfer_part): New function.
1909 (regcache_raw_read_part): New function.
1910 (regcache_raw_write_part): New function.
1911 (regcache_cooked_read_part): New function.
1912 (regcache_cooked_write_part): New function.
1913 * regcache.h (regcache_raw_read_part): Declare.
1914 (regcache_raw_write_part): Declare.
1915 (regcache_cooked_read_part): Declare.
1916 (regcache_cooked_write_part): Declare.
1917
92d1e331
DJ
19182002-08-18 Daniel Jacobowitz <drow@mvista.com>
1919
1920 * remote.c (remote_open_1): Add async_p.
1921 (remote_async_open_1): Delete.
1922 (open_remote_target): Delete.
1923 (remote_open, extended_remote_open): Update calls to remote_open_1.
1924 (remote_async_open, extended_remote_async_open): Call
1925 remote_open_1 instead of remote_async_open_1.
1926
247055de
MK
19272002-08-19 Mark Kettenis <kettenis@gnu.org>
1928
1929 * blockframe.c: Fix a few coding standard violations.
1930
641eda39
MK
19312002-08-19 Mark Kettenis <kettenis@gnu.org>
1932
0b717710
MK
1933 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1934 here from ...
1935 * config/i386/tm-i386sco5.h: ... here. File removed.
1936 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1937
26d28e12 1938 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1939 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1940 (TM_FILE): Set to tm-i386.h.
1941 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1942 * config/i386/tm-i386v.h: Remove file.
1943 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1944 instead of "i386/tm-i386v.h".
1945 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1946 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1947 "i386/tm-i386v.h".
1948 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1949 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1950 "i386/tm-i386.h".
1951
d4e0bab4
MK
19522002-08-18 Mark Kettenis <kettenis@gnu.org>
1953
1954 * config/i386/nm-i386v.h: Add protection against
1955 multiple-inclusion.
1956 (i386_register_u_addr): Remove prototype.
1957 (register_u_addr): New prototype.
1958 (REGISTER_U_ADDR): Redefine accordingly.
1959 * i386v-nat.c: Improve several comments.
1960 (i386_register_u_addr): Change signature and rename to
1961 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1962 ubase variable.
1963
46cac009
AC
19642002-08-18 Andrew Cagney <ac131313@redhat.com>
1965
1966 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1967 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1968 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1969 deprecated_extract_return_value.
1970 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1971 rename mips_o32o64_push_arguments.
1972 (mips_gdbarch_init): Update.
1973 (mips_extract_return_value): Delete.
1974 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1975 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1976 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1977 (mips_n32n64_extract_return_value): Clone
1978 mips_extract_return_value.
1979 (mips_store_return_value): Delete.
1980 (mips_o32_store_return_value): Clone mips_store_return_value.
1981 (mips_o64_store_return_value): Clone mips_store_return_value.
1982 (mips_eabi_store_return_value): Clone mips_store_return_value.
1983 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1984
d2e4a39e
AS
19852002-08-18 Aidan Skinner <aidan@velvet.net>
1986
0c30c098
AS
1987 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1988 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1989
19902002-08-18 Aidan Skinner <aidan@velvet.net>
1991
1992 * ada-lang.c: Run through gdb_indent.sh.
1993 * ada-lang.h: Run through gdb_indent.sh.
1994 * ada-tasks.c: Run through gdb_indent.sh.
1995 * ada-typeprint.c: Run through gdb_indent.sh.
1996 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1997
01fc4e33
AC
19982002-08-18 Andrew Cagney <ac131313@redhat.com>
1999
2000 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2001 ABI.
2002
d8ee244c
MK
20032002-08-18 Mark Kettenis <kettenis@gnu.org>
2004
c38d8261
MK
2005 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2006
222db64c
MK
2007 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2008 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2009
c2848c82
MK
2010 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2011 write_register_gen instead of write_register_bytes.
2012
d8ee244c
MK
2013 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2014 i[3456]-*-osf1mk* configurations have been made obsolete.
2015 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2016 i[3456]86-*-osf1mk* hosts obsolete.
2017 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2018 targets obsolete.
2019 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2020 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2021 config/i386/i386m3.mt, config/i386/nm-m3.h,
2022 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2023 config/i386/i386mk.mh, config/i386/i386mk.mt,
2024 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2025 obsolete.
2026 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2027 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2028 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2029
61d8d407
AC
20302002-08-18 Andrew Cagney <ac131313@redhat.com>
2031
2032 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2033 (hppa_value_returned_from_stack): Declare.
2034 (hppa_extract_return_value): Declare.
2035 * config/pa/hppa.mt: New file.
2036 * configure.tgt: Recognize hppa*-*-*.
2037 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2038
0c52bd59
MK
20392002-08-18 Mark Kettenis <kettenis@gnu.org>
2040
2041 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2042 comment.
2043
b5686e99
MK
20442002-08-17 Mark Kettenis <kettenis@gnu.org>
2045
2046 * top.c (gdb_rl_operate_and_get_next): Make sure
2047 operate-and-get-next functions correctly even when the history
2048 list is completely filled.
2049
c1bab85b
AC
20502002-08-18 Andrew Cagney <ac131313@redhat.com>
2051
2052 * MAINTAINERS (Target Instruction Set Architectures): Rename
2053 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2054 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2055 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2056 already listed under Host/Native.
2057
2058 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2059 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2060 mips*-*-*.
2061
32089c7c
AC
20622002-08-17 Andrew Cagney <ac131313@redhat.com>
2063
2064 * config/ia64/ia64.mt: New file.
2065 * config/alpha/alpha.mt: New file.
2066 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2067 ia64-linux-gnu. Mention that ia64-elf is broken.
2068 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2069
b4671f85
MK
20702002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2071
2072 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2073 generic_func_frame_valid instead of func_frame_valid.
2074
c8edd8b4
JB
20752002-08-16 Joel Brobecker <brobecker@gnat.com>
2076
2077 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2078 procfs appears to be broken when debugging on multi-processor
2079 machines. So enable software single stepping in order to avoid
2080 using the procfs interface to do next/step operations, using
2081 internal breakpoints instead.
2082
2083 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2084 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2085 make this pc address equal to the value it would have if the
2086 system stepping capability was used. Also set a new flag used
2087 to ensure that we don't readjust the PC one more time later.
2088
2089 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2090 address by DECR_PC_AFTER_BREAK when software single step is
2091 in use for this architecture, as this has already been taken
2092 care of in handle_inferior_event().
2093
238617f6
JB
20942002-08-16 Joel Brobecker <brobecker@gnat.com>
2095
2096 * infrun.c (handle_inferior_event): Minor reformatting, to make
2097 a rather long condition expression easier to read.
2098
541a7aac
AC
20992002-08-16 Andrew Cagney <ac131313@redhat.com>
2100
2101 * Makefile.in (gdbtk.o): Move to end of file.
2102 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2103 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2104 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2105 (gdbtk-wrapper.o, gdbres.o): Ditto.
2106
f92d4a7b
AC
21072002-08-16 Andrew Cagney <ac131313@redhat.com>
2108
2109 * Makefile.in (copying.o): Separate out compile rule.
2110 (hpux-thread.o, procfs.o, signals.o): Ditto.
2111 (v850ice.o, z8k-tdep.o): Ditto.
2112 (tui-file.o): Move to TUI section.
2113 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2114 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2115
1cce71eb
JB
21162002-08-16 Joel Brobecker <brobecker@gnat.com>
2117
2118 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2119 skip_trampoline_code, for better namespace-proofing.
2120
2121 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2122
0851f23d
JB
21232002-08-16 Joel Brobecker <brobecker@gnat.com>
2124
2125 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2126
f8d40ec8
JB
21272002-08-16 Joel Brobecker <brobecker@gnat.com>
2128
2129 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2130 signal, check whether we hit a breakpoint before checking for a
2131 single step breakpoint. Otherwise, GDB fails to notice that a
2132 breakpoint has been hit when stepping onto a breakpoint.
2133
63d022e0
KS
21342002-08-16 Keith Seitz <keiths@redhat.com>
2135
2136 * gdb-events.sh (clear_gdb_event_hooks): New function.
2137 * gdb-events.c: Regenerate.
2138 * gdb-events.h: Regenerate.
2139
6e31adb3
AC
21402002-08-16 Andrew Cagney <ac131313@redhat.com>
2141
2142 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2143 not_a_sw_breakpoint.
2144 * breakpoint.h (bpstat_stop_status): Add parameter names.
2145
c8189ed1
GS
21462002-08-16 Grace Sainsbury <graces@redhat.com>
2147
2148 * remote.c (remote_insert_hw_breakpoint)
2149 (remote_remove_hw_breakpoint): Fix calculation of length field
2150 for Z-packet.
2151
d05285fa
MS
21522002-08-15 Michael Snyder <msnyder@redhat.com>
2153
466d7106
MS
2154 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2155 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2156 (supply_fpregset): Ditto.
2157
d05285fa
MS
2158 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2159 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2160 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2161 (TARGET_READ_SP): Delete.
bf1f5b4c 2162 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2163 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2164 Delete.
2165 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2166 from macros to functions.
bf1f5b4c 2167
d05285fa
MS
2168 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2169 (mips_register_convertible, mips_register_convert_to_virtual,
2170 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2171 (mips_read_sp): New function.
2172 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2173 (mips_do_registers_info): Make static.
2174 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2175 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2176 (mips_register_convert_from_type, mips_register_convert_to_type):
2177 New functions.
2178 (mips_gdbarch_init): Set up function_start_offset,
2179 register_virtual_size, pc_in_sigtramp.
d05285fa 2180
e76f1f2e
AC
21812002-08-15 Andrew Cagney <ac131313@redhat.com>
2182
2183 * infcmd.c (vector_info): New function.
2184 (_initialize_infcmd): Add command "info vector".
2185 (print_vector_info): New function.
2186
2187 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2188 * gdbarch.h, gdbarch.c: Regenerate.
2189
4782dc19
AC
21902002-08-15 Andrew Cagney <ac131313@redhat.com>
2191
2192 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2193 ``print_all''. Only print vector registers when ``print_all''.
2194
23e3a7ac
AC
21952002-08-15 Andrew Cagney <ac131313@redhat.com>
2196
8e186fd6
AC
2197 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2198 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2199
23e3a7ac
AC
2200 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2201 Add `args' parameter.
2202 * gdbarch.h, gdbarch.c: Regenerate.
2203
2204 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2205
2206 * infcmd.c (float_info): Call print_float_info.
2207 (print_float_info): New function. By default, print the
2208 floating-point registers.
2209
2210 * arch-utils.h (default_print_float_info): Delete declaration.
2211 * arch-utils.c (default_print_float_info): Delete function.
2212
e0ca2bb9
MK
22132002-08-16 Mark Kettenis <kettenis@gnu.org>
2214
3f733acc
MK
2215 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2216 out define.
2217
7d8d2918
MK
2218 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2219 FRAME.
2220
1c7cc583
MK
2221 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2222 * configure.host: Make i[3456]86-*-aix host obsolete.
2223 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2224 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2225 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2226 config/i386/xm-i386aix.h: Make files obsolete.
2227 * i386aix-nat.c: Make file obsolete.
2228 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2229 (i386aix-nat.o): Make target obsolete.
2230
e0ca2bb9
MK
2231 * config/i386/nm-gnu.h: Removed.
2232 * config/i386/nm-i386gnu.h: New file.
2233 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2234 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2235 Moved here from ...
2236 * config/i386/tm-i386gnu.h: ... here. Removed.
2237 * config/i386/xm-i386gnu.h: Removed.
2238 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2239 (NAT_FILE): Set to nm-i386gnu.h.
2240 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2241 * i386-tdep.c: New file.
2242 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2243 (i386gnu-tdep.o): Specify dependencies.
2244
16057ec7 22452002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2246
6b99ee2e
MK
2247 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2248 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2249 Adjust a few comments to reflect reality a bit closer.
2250 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2251 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2252 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2253 target_insert_watchpoint, target_remove_watchpoint):
2254 Move defines to ...
2255 * config/i386/nm-i386sco5.h: ... here.
2256 (kernel_u_size): Add prototype. Improve a few comments and add
2257 protection against multiple inclusion.
2258
d9a6f65c
MK
2259 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2260 out define.
2261
047eff6a
MK
2262 * uw-thread.c (SP_ARG0): Define if not already defined.
2263 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2264
dcdb1290
MK
2265 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2266
5d2d0b2a
MK
2267 * config/i386/tm-i386.h: Don't include "regcache.h".
2268
61113f8b
MK
2269 * i387-tdep.h (i387_print_float_info): New prototype.
2270 * i387-tdep.c (print_i387_value, print_i387_ext,
2271 print_i387_status_word, print_i387_control_word): Add `struct
2272 ui_file *' argument and use it for output.
2273 (i387_print_float_info): Renamed from i387_float_info. Add
2274 `struct gdbarch *' and `struct ui_file *' arguments and use the
2275 latter for output.
2276 * i386-tdep.c: Include "i387-tdep.h".
2277 (i386_gdbarch_init): Set print_float_info.
2278 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2279 (FLOAT_INFO): Remove define.
2280
46e0f506
MS
22812002-08-13 Michael Snyder <msnyder@redhat.com>
2282
2283 * mips-tdep.c (mips_push_arguments): Rename to
2284 mips_eabi_push_arguments, and tune for EABI.
2285 (MIPS_REGS_HAVE_HOME_P): Delete.
2286 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2287 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2288 Delete references to mips_regs_have_home_p.
2289
409268de
KS
22902002-08-14 Keith Seitz <keiths@redhat.com>
2291
2292 * Makefile.in (install-gdbtk): Create insight plugin directory.
2293 Install plugins.tcl file.
2294
ffc6a242
KS
22952002-08-14 Keith Seitz <keiths@redhat.com>
2296
2297 * configure.in: Move SUBDIRS to near top of the file so that
2298 --enable options may add things to it.
2299 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2300 * configure: Regenerate.
2301
ebafbe83
MS
23022002-08-13 Michael Snyder <msnyder@redhat.com>
2303
2304 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2305 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2306 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2307
32f6f25d
AC
23082002-08-13 Andrew Cagney <ac131313@redhat.com>
2309
2310 * vax-tdep.c (vax_get_saved_register): Delete function.
2311 (vax_gdbarch_init): Update.
2312 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2313 (ns32k_gdbarch_init): Update.
2314 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2315 (alpha_gdbarch_init): Update.
2316
53826de9
AC
23172002-08-13 Andrew Cagney <cagney@redhat.com>
2318
2319 * regcache.c (init_regcache_descr): Overallocate the
2320 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2321 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2322 nr_raw_registers.
2323 (set_register_cached): Add range checking assertions. Use
2324 current_regcache.
2325
16057ec7 23262002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2327
2328 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2329 numbers for MMX registers.
2330
7b4c2dce
AC
23312002-08-13 Andrew Cagney <cagney@redhat.com>
2332
2333 * i386-tdep.c (i386_gdbarch_init): Use
2334 generic_unwind_get_saved_register.
2335
1e03ad20
KB
23362002-08-13 Kevin Buettner <kevinb@redhat.com>
2337
2338 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2339 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2340 target vector.
2341 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2342 Delete. Add comment regarding this now-deleted target method.
2343
548bcbec
SC
23442002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2345
2346 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2347 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2348 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2349 real PC and the page number (if it's within the memory bank window).
2350 (m68hc11_pseudo_register_write): Likewise when saving.
2351 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2352 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2353 (m68hc11_register_raw_size): And use 32-bit for it.
2354 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2355 16K memory bank is used by the prog; also use the virtual pc.
2356
7df11f59
SC
23572002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2358
2359 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2360 (m68hc11_gdbarch_init): Install it in gdbarch.
2361 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2362 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2363 (MSYMBOL_SIZE): New for documentation.
2364 (insn_return_kind): Enum to specify how a function returns.
2365 (frame_extra_info): Cleanup and record the return mode.
2366 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2367 register in address computation.
2368 (m68hc11_get_return_insn): New to obtain the return instruction used
2369 by the function.
2370 (m68hc11_frame_init_saved_regs): Take into account the return
2371 instruction used by the function for far and interrupt functions.
2372 (m68hc11_init_extra_frame_info): Take into account page register.
2373 (m68hc11_frame_args_address): Adjust according to the return mode.
2374 (show_regs): Print page register only when it's used.
2375
5706502a
SC
23762002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2377
2378 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2379 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2380 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2381 registers.
2382 (m68hc11_register_raw_size): Likewise.
2383
28fc6740
AC
23842002-08-13 Andrew Cagney <cagney@redhat.com>
2385
2386 * i386-tdep.c (i386_register_name): Handle mmx registers.
2387 (mmx_regnum_p): New function.
2388 (i386_mmx_names): New array.
2389 (mmx_num_regs): New variable.
2390 (i386_pseudo_register_read): New function.
2391 (i386_pseudo_register_write): New function.
2392 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2393
2394 * regcache.c (regcache_raw_read_unsigned): New function.
2395 (regcache_raw_read_signed): New function.
2396 * regcache.h (regcache_raw_read_unsigned): Declare.
2397 (regcache_raw_read_signed): Declare.
2398
a378f419
AC
23992002-08-13 Andrew Cagney <cagney@redhat.com>
2400
2401 * regcache.c (regcache_raw_read_as_address): Delete function.
2402 (regcache_cooked_read_signed): New function.
2403 (regcache_cooked_read_unsigned): New function.
2404 * regcache.h (regcache_cooked_read_signed): Declare.
2405 (regcache_cooked_read_unsigned): Declare.
2406 (regcache_raw_read_as_address): Delete declaration.
2407
2408 * blockframe.c (generic_read_register_dummy): Use
2409 regcache_cooked_read_unsigned.
2410 * i386-tdep.c (i386_extract_struct_value_address): Use
2411 regcache_cooked_read_unsigned.
2412
81967506
SC
24132002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2414
2415 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2416 double sizes according to ELF ABI flags.
2417 (gdbarch_tdep): Record elf_flags.
2418
ffe1f3ee
SC
24192002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2420
2421 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2422 (m6812_prolog): They can appear in 68HC12 function prologue.
2423 (m68hc11_frame_chain): Cleanup.
2424
98216c5d
AC
24252002-08-12 Andrew Cagney <cagney@redhat.com>
2426
2427 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2428 declarations.
2429 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2430 (i386_linux_register_raw_size): Delete function.
2431 (i386_linux_init_abi): Update.
2432 * i386-tdep.c (i386_register_raw_size): Delete function.
2433 (i386_register_byte): Delete function.
2434 (i386_gdbarch_init): Update.
2435 (i386_register_size): Delete array.
2436 (i386_register_offset): Delete array.
2437
2438 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2439 (REGISTER_RAW_SIZE): Delete macro.
2440 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2441 (REGISTER_BYTE): Delete macro.
2442
3b19021e
AS
24432002-08-11 Aidan Skinner <aidan@velvet.net>
2444
2445 * ada-lang.c (ada_lookup_partial_symbol)
2446 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2447 prototype names so that grep ^func works properly.
2448
2449 * ada-lang.c (ada_array_element_type)
2450 (ada_lookup_partial_symbol): Fix typos in parameter list.
2451
2452 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2453 Fix prototype names so that grep ^func works properly.
2454
b063e7a2
AC
24552002-08-10 Andrew Cagney <cagney@redhat.com>
2456 Elena Zannoni <ezannoni@redhat.com>
2457 Martin M. Hunt <hunt@redhat.com>
2458
2459 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2460 (build_builtin_type_vec128i): Set the vector bit.
2461 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2462 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2463 (build_builtin_type_vec64): New function.
2464 (build_builtin_type_vec64i): New function.
2465 (build_gdbtypes): Initialize builtin_type_vec64 and
2466 builtin_type_vec64i.
2467
a7e3c2ad
AC
24682002-08-09 Andrew Cagney <cagney@redhat.com>
2469
2470 * regcache.c (regcache_dump): Compare the register offset
2471 with REGISTER_BYTE.
2472 * arch-utils.c (generic_register_byte): New function.
2473 * arch-utils.h (generic_register_byte): Declare.
2474 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2475 * gdbarch.h, gdbarch.c: Regenerate.
2476
af030b9a
AC
24772002-08-09 Andrew Cagney <cagney@redhat.com>
2478
2479 * regcache.c: Include "gdbcmd.h"
2480 (_initialize_regcache): Add commands "maintenance print
2481 registers", "maintenance print raw-registers" and "maintenance
2482 print cooked-registers".
2483 (enum regcache_dump_what): Define.
2484 (dump_endian_bytes): New function.
2485 (regcache_dump): New function.
2486 (regcache_print): New function.
2487 (maintenance_print_registers): New function.
2488 (maintenance_print_raw_registers): New function.
2489 (maintenance_print_cooked_registers): New function.
2490 * Makefile.in (regcache.o): Update dependencies.
2491
cb3d25d1
MS
24922002-08-09 Michael Snyder <msnyder@redhat.com>
2493
2494 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2495 (mips_push_arguments): Correct some comments. Use paddr_nz
2496 for printing addresses in debug output. Replace static
2497 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2498 (mips_n32n64_push_arguments): New function, cloned from
2499 mips_push_arguments and tuned for the n32/n64 ABI.
2500 (mips_push_register): Buffer needs dynamic allocation.
2501 (mips_print_register): Ditto.
2502 (do_gp_register_row): Ditto.
2503 (mips_store_return_value): Ditto.
2504 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2505
2163ab9d
DH
25062002-08-09 Don Howard <dhoward@redhat.com>
2507
2508 * memattr.c (mem_info_command): Print special case of upper bound
2509 as max CORE_ADDR + 1.
2510
b78bcb18
MS
25112002-08-08 Michael Snyder <msnyder@redhat.com>
2512
2513 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2514 returns structs by ref if they're too big to fit in two registers.
2515
ffabd70d
KB
25162002-08-09 Kevin Buettner <kevinb@redhat.com>
2517
2518 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2519 saved regs value.
2520 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2521 mips_find_saved_regs().
2522 (mips_pop_frame): Likewise.
2523
fbcdb4a3
KB
25242002-08-09 Kevin Buettner <kevinb@redhat.com>
2525
2526 * blockframe.c (frame_saved_regs_register_unwind): Revise
2527 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2528 frames are in use.
2529
3c3bea1c
GS
25302002-08-09 Grace Sainsbury <graces@redhat.com>
2531
2532 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2533 T-packets; the 'a' is not taken as a register number.
2534 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2535 (remote_stopped_data_address): New functions; add to target
2536 vector.
2537 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2538 prototypes to match other implementations of this
2539 function. replace integer argument with pointer -- the length
2540 field in the Z-packet is the length of what is pointed to or 1 if
2541 pointer is null. Add to target vector.
2542 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2543 target vector.
2544
2545 From Mark Salter:
2546 * remote.c (remote_wait): Add support to extract optional
2547 watchpoint information from T-packet. Ignore unrecognized
2548 optional info in T-packet.
2549 (remote_async_wait): Ditto.
2550
5d1d95de
CV
25512002-08-09 Corinna Vinschen <vinschen@redhat.com>
2552
2553 * cli/cli-dump.c: Change fopen modes to use binary open modes
2554 as defined in include/fopen-bin.h throughout.
2555
c86b5b38
MS
25562002-08-08 Michael Snyder <msnyder@redhat.com>
2557
2558 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2559
b30590dc
KB
25602002-08-08 Kevin Buettner <kevinb@redhat.com>
2561
2562 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2563 assertion failure by returning early after a warning.
2564
498868ed
KB
25652002-08-08 Kevin Buettner <kevinb@redhat.com>
2566
2567 * mips-tdep.c (mips_find_saved_regs): Make static.
2568 (mips_frame_init_saved_regs): New function.
2569 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2570 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2571 (mips_find_saved_regs): Delete declaration.
2572
b2dd6311
GS
25732002-08-08 Grace Sainsbury <graces@redhat.com>
2574
3c3bea1c
GS
2575 * remote.c (remote_wait, remote_async_wait): Change
2576 thread_num from int to ULONGEST.
2577 (unpack_varlen_hex): Change result parameter from
2578 int * to ULONGEST *.
b2dd6311 2579
ea47855f
AC
25802002-08-08 Andrew Cagney <ac131313@redhat.com>
2581
2582 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2583 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2584 powerpc*-*-*.
2585 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2586
69db8bae
AC
25872002-08-08 Andrew Cagney <cagney@redhat.com>
2588
2589 * gcore.c (override_derive_stack_segment): Delete variable.
2590 (preempt_derive_stack_segment): Delete function.
2591 (derive_stack_segment): Delete function.
2592 (default_derive_stack_segment): Renamed to derive_stack_segment.
2593 (override_derive_heap_segment): Delete variable.
2594 (preempt_derive_heap_segment): Delete function.
2595 (derive_heap_segment): Delete function.
2596 (default_derive_heap_segment): Rename to derive_heap_segment.
2597
cb811fe7
MS
25982002-08-06 Michael Snyder <msnyder@redhat.com>
2599
2600 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2601 * mips-tdep.c (mips_EABI_use_struct_convention,
2602 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2603 New functions. (mips_use_struct_convention): Delete.
2604 (mips_gdbarch_init): set use_gdbarch_convention.
2605
8b389c40
MS
26062002-08-06 Michael Snyder <msnyder@redhat.com>
2607
2608 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2609 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2610 mips_o32_reg_struct_has_addr): New functions.
2611 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2612
5c27f28a
AC
26132002-08-07 Andrew Cagney <ac131313@redhat.com>
2614
2615 * regcache.c (pseudo_register): Delete function.
2616 (fetch_register): Delete function.
2617 (store_register): Delete function.
2618 (regcache_raw_read, legacy_read_register_gen): Use
2619 target_fetch_registers instead of fetch_register.
2620 (legacy_write_register_gen, regcache_raw_write): Use
2621 target_store_register instead of store_register.
2622 (write_register_bytes): Ditto.
2623
2624 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2625 (STORE_PSEUDO_REGISTER): Delete.
2626 * gdbarch.h, gdbarch.c: Regenerate.
2627
5b331675
CV
26282002-08-06 Corinna Vinschen <vinschen@redhat.com>
2629
2630 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2631 write dump file binary.
2632
6acdf5c7
MS
26332002-08-05 Michael Snyder <msnyder@redhat.com>
2634
2635 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2636 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2637 (mips_gdbarch_init): Set N32 target to be mips64.
2638
b2f01c35
KB
26392002-08-06 Kevin Buettner <kevinb@redhat.com>
2640
2641 * frame.c (find_saved_register): Break out of loop once saved
2642 register address is found. Don't mention sparc in loop comment
2643 anymore.
2644
63db5580
KB
26452002-08-06 Kevin Buettner <kevinb@redhat.com>
2646
2647 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2648 mips_default_saved_regsize to 8.
2649
5e34e75e
AC
26502002-08-06 Andrew Cagney <ac131313@redhat.com>
2651
2652 * gcore.c: Do not include <sys/procfs.h>.
2653 * Makefile.in (gcore.o): Update dependencies.
2654
eb4c54a2
AC
26552002-08-06 Andrew Cagney <cagney@redhat.com>
2656
2657 * configure.tgt: Make arc-*-* obsolete.
2658 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2659 * MAINTAINERS: Make arc-elf obsolete.
2660 * arc-tdep.c: Make file obsolete.
2661 * config/arc/arc.mt: Ditto.
2662 * config/arc/tm-arc.h: Ditto.
2663
ced15480
TR
26642002-08-05 Theodore A. Roth <troth@verinet.com>
2665
c1bab85b 2666 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2667
b4743822
AC
26682002-08-05 Andrew Cagney <ac131313@redhat.com>
2669
2670 * mcore-tdep.c (mcore_gdbarch_init): Use
2671 generic_unwind_get_saved_register instead of
2672 generic_get_saved_register.
2673 * v850-tdep.c (v850_gdbarch_init): Ditto.
2674 * frv-tdep.c (frv_gdbarch_init): Ditto.
2675 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2676 * s390-tdep.c (s390_gdbarch_init): Ditto.
2677 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2678 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2679 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2680
3956d554
JB
26812002-08-05 Joel Brobecker <brobecker@gnat.com>
2682
2683 * objfiles.h: Add missing #include "symfile.h"
2684
2685 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2686
8249c0d6
AC
26872002-08-04 Andrew Cagney <ac131313@redhat.com>
2688
2689 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2690 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2691 of FIELD_BITSIZE.
2692
b9d14705
DJ
26932002-08-04 Daniel Jacobowitz <drow@mvista.com>
2694
2695 * NEWS: Cleanup and nitpick.
2696
dd73b9bb
AC
26972002-08-03 Andrew Cagney <ac131313@redhat.com>
2698
2699 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2700
043a27f8
AC
27012002-08-03 Andrew Cagney <ac131313@redhat.com>
2702
2703 * Makefile.in (gdbtk-bp.o): Update dependencies.
2704 (gdbtk-register.o): Ditto.
2705 (gdbtk-varobj.o): Ditto.
2706
46ce284d
AC
27072002-08-03 Andrew Cagney <cagney@redhat.com>
2708
2709 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2710 m68hc11_fetch_pseudo_register.
2711 (m68hc11_pseudo_register_write): Replace
2712 m68hc11_store_pseudo_register.
2713 (m68hc11_gdbarch_init): Update.
2714
b66d6d2e
AC
2715Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2716
2717 * gdbarch.sh: Include "gdb_string.h".
2718 * gdbarch.c: Regenerate.
2719
2720 * regcache.c: Include "gdb_string.h".
2721 * ax-general.c: Ditto.
2722 * varobj.c: Ditto.
2723 * std-regs.c: Ditto.
2724 * fbsd-proc.c: Ditto.
2725 * thread.c: Ditto.
2726
2727 * Makefile.in (regcache.o): Update dependencies.
2728 (thread.o, gdbarch.o): Ditto.
2729 (ax-general.o, gdbarch.o): Ditto.
2730 (varobj.o, std-regs.o): Ditto.
2731 (fbsd-proc.o): Specify dependencies.
2732
29e1842b
AC
27332002-08-02 Andrew Cagney <cagney@redhat.com>
2734
2735 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2736 regnum.
2737 (regcache_cooked_write): Ditto.
2738
68365089
AC
27392002-08-02 Andrew Cagney <ac131313@redhat.com>
2740
2741 * regcache.c (regcache_cooked_read): New function.
2742 (regcache_cooked_write): New function.
2743 (read_register_gen): Rewrite using regcache_cooked_read.
2744 (write_register_gen): Rewrite using regcache_cooked_write.
2745
2746 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2747 Declare.
2748
d8124050
AC
27492002-08-02 Andrew Cagney <cagney@redhat.com>
2750
2751 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2752 Replace the architecture methods register_read and register_write.
2753 * gdbarch.h, gdbarch.c: Regenerate.
2754 * regcache.c (init_regcache_descr): Update.
2755 (read_register_gen): Update.
2756 (write_register_gen): Update.
2757 (supply_register): Update comment.
2758
2759 * sh-tdep.c (sh_gdbarch_init): Update.
2760 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2761 `regcache' and `gdbarch' parameters. Make `buffer' a void
2762 pointer. Update code.
2763 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2764 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2765 void pointer. Update code.
2766 (sh64_register_write): Delete.
2767 (sh4_register_read): Delete.
2768 (sh64_register_read): Delete.
2769 (sh4_register_write): Delete.
2770 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2771 void pointer, `to' parameter a void pointer.
2772 (sh_sh64_register_convert_to_raw): Ditto.
2773
a6425924
KB
27742002-08-01 Kevin Buettner <kevinb@redhat.com>
2775
2776 * mips-tdep.c (mips_register_virtual_type): Use architecture
2777 invariant return values.
2778
ff5922b5
AC
27792002-08-01 Andrew Cagney <cagney@redhat.com>
2780
2781 * linux-proc.c: Include "gdb_string.h".
2782 * Makefile.in (linux-proc.o): Update dependency list.
2783
32a6503c
KB
27842002-08-01 Kevin Buettner <kevinb@redhat.com>
2785
2786 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2787 comment.
2788
ccaa32c7
GS
27892002-08-01 Grace Sainsbury <graces@redhat.com>
2790
2791 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2792 to_insert_watchpoint, to_remove_watchpoint,
2793 to_stopped_by_watchpoint, to_stopped_data_address,
2794 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2795 target vecctor. Define their corresponding macros so they call
2796 them.
2797
2798 * target.c: Add default and debug versions of for
2799 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2800 to_insert_watchpoint, to_remove_watchpoint,
2801 to_stopped_by_watchpoint, to_stopped_data_address,
2802 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2803
78fde5f8
KB
28042002-08-01 Kevin Buettner <kevinb@redhat.com>
2805
2806 * mips-tdep.c (mips_register_virtual_type): New function.
2807 (mips_gdbarch_init): Register mips_register_virtual_type()
2808 with gdbarch machinery.
2809 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2810 this file instead of tm-bigmips.h.
2811 (MIPS_REGSIZE): Delete this macro.
2812 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2813 multiarch version in mips-tdep.c will be found.
2814
db034ac5
AC
28152002-08-01 Andrew Cagney <cagney@redhat.com>
2816
2817 * NEWS: Menion that CHILL has been made obsolete.
2818
2819 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2820 * stabsread.c (read_range_type): Ditto.
2821 * gdbtypes.h: Ditto.
2822 * language.c (binop_type_check): Ditto.
2823 (binop_result_type): Ditto.
2824 (integral_type): Ditto.
2825 (character_type): Ditto.
2826 (string_type): Ditto.
2827 (boolean_type): Ditto.
2828 (structured_type): Ditto.
2829 (lang_bool_type): Ditto.
2830 (binop_type_check): Ditto.
2831 * language.h (_LANG_chill): Ditto.
2832 * dwarfread.c (set_cu_language): Ditto.
2833 * dwarfread.c (CHILL_PRODUCER): Ditto.
2834 * dwarfread.c (handle_producer): Ditto.
2835 * expression.h (enum exp_opcode): Ditto.
2836 * eval.c: Ditto for comments.
2837 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2838 * expprint.c (print_subexp): Ditto.
2839 (print_subexp): Ditto.
2840 * valops.c (value_cast): Ditto.
2841 (search_struct_field): Ditto.
2842 * value.h (COERCE_VARYING_ARRAY): Ditto.
2843 * symfile.c (init_filename_language_table): Ditto.
2844 (add_psymbol_with_dem_name_to_list): Ditto.
2845 * valarith.c (value_binop): Ditto.
2846 (value_neg): Ditto.
2847 * valops.c (value_slice): Ditto.
2848 * symtab.h (union language_specific): Ditto.
2849 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2850 (SYMBOL_DEMANGLED_NAME): Ditto.
2851 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2852 * defs.h (enum language): Ditto.
2853 * symtab.c (got_symtab): Ditto.
2854 * utils.c (fprintf_symbol_filtered): Ditto.
2855
2856 * ch-typeprint.c: Make file obsolete.
2857 * ch-valprint.c: Make file obsolete.
2858 * ch-lang.h: Make file obsolete.
2859 * ch-exp.c: Make file obsolete.
2860 * ch-lang.c: Make file obsolete.
2861
2862 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2863 CHILL_LIB.
2864 (TARGET_FLAGS_TO_PASS): Ditto.
2865 (CHILLFLAGS): Obsolete.
2866 (CHILL): Obsolete.
2867 (CHILL_FOR_TARGET): Obsolete.
2868 (CHILL_LIB): Obsolete.
2869 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2870 ch-valprint.c.
2871 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2872 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2873 ch-lang.o.
2874 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2875 targets.
2876
8aaf0b47
JB
28772002-07-31 Joel Brobecker <brobecker@gnat.com>
2878
2879 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2880 This does not change anything at the moment, but will be helpful
2881 later when full Ada support is integrated.
2882
f3a7b3a5
KB
28832002-07-31 Kevin Buettner <kevinb@redhat.com>
2884
2885 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2886 help message.
2887
fb850278
KB
28882002-07-31 Kevin Buettner <kevinb@redhat.com>
2889
2890 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2891 and save it in a local variable. Use variable in later test.
2892
e3bddbfa
KB
28932002-07-31 Kevin Buettner <kevinb@redhat.com>
2894
2895 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2896 test. (Thanks to Daniel Jacobowitz.)
2897
28d169de
KB
28982002-07-31 Kevin Buettner <kevinb@redhat.com>
2899
2900 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2901 (mips_abi_strings): Add "n64".
2902 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2903
7fe7e44e
KB
29042002-07-31 Kevin Buettner <kevinb@redhat.com>
2905
2906 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2907 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2908
c6caf090
KB
29092002-07-31 Kevin Buettner <kevinb@redhat.com>
2910
2911 * utils.c (host_pointer_to_address, address_to_host_pointer):
2912 Use gdb_assert() instead of explicit call to internal_error().
2913
c41669e0
KB
29142002-07-30 Kevin Buettner <kevinb@redhat.com>
2915
2916 * Makefile.in (rs6000-nat.o): Update dependencies.
2917
2918 From Nicholas Duffek:
2919 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2920 (aix-thread.o): New rule.
2921 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2922 * config/powerpc/aix432.mh: New file.
2923
2fda4977
DJ
29242002-07-30 Daniel Jacobowitz <drow@mvista.com>
2925
2926 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2927 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2928 (fetch_core_registers, ppc_linux_supply_gregset)
2929 (ppc_linux_supply_fpregset): New functions.
2930 (ppc_linux_regset_core_fns): New.
2931 (_initialize_ppc_linux_tdep): Call add_core_fns.
2932 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2933 and ppc_linux_supply_gregset.
2934 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2935 (supply_fpregset): Call ppc_linux_supply_fpregset.
2936 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2937 corelow.o.
2938 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2939
729051e6
DJ
29402002-07-30 Daniel Jacobowitz <drow@mvista.com>
2941
2942 * symtab.c (lookup_symbol): Demangle before lowercasing.
2943
5f8a3188
AC
29442002-07-30 Andrew Cagney <ac131313@redhat.com>
2945
2946 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2947 declaration.
2948 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2949 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2950 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2951 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2952 "gdb_string.h".
2953 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2954 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2955 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2956 (avr-tdep.o, mon960-rom.o): Ditto.
2957 (aout_stabs_gnu_h): Define.
2958 (symtab_h): Remove $(gdb_obstack_h).
2959
67f07146
JB
29602002-07-30 Jim Blandy <jimb@redhat.com>
2961
2962 Patch from David Carlton <carlton@math.stanford.edu>:
2963 * gdbinit.in: Move the `dir' commands that add GDB's own source
2964 directory to the search path to the end, so that the `gdb' source
2965 directory will be searched first.
2966
04ea0df1
AC
29672002-07-29 Andrew Cagney <ac131313@redhat.com>
2968
2969 * gdb_obstack.h: New file.
2970 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2971 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2972 * objfiles.h: Include "gdb_obstack.h".
2973 * Makefile.in (gdb_obstack_h): Define.
2974 (symtab_h): Add $(gdb_obstack_h).
2975 (objfiles_h): Add $(gdb_obstack_h).
2976
2977 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2978 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2979 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2980 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2981 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2982 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2983 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2984 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2985
2986 * Makefile.in (bcache.o): Update dependencies.
2987 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2988 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2989 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2990 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2991 (stabsread.o, symfile.o, symmisc.o): Ditto.
2992 (symtab.o, typeprint.o, macroexp.o): Ditto.
2993 (macrotab.o, mdebugread.o): Ditto.
2994 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2995 (coff_ecoff_h, aout_aout64_h): Define.
2996 (aout_stabs_gnu_h, libaout_h): Define.
2997
d138e37a
AC
29982002-07-29 Andrew Cagney <cagney@redhat.com>
2999
3000 * regcache.c (struct regcache_descr): Rename nr_registers to
3001 nr_cooked_registers. Revise comments describing the structure
3002 member fields.
3003 (init_regcache_descr): Update.
3004 (init_legacy_regcache_descr): Update.
3005 (read_register_gen, write_register_gen): When a cooked register in
3006 the raw register range, directly access the value from the raw
3007 register cache.
3008
460e6ec3
AC
30092002-07-29 Andrew Cagney <ac131313@redhat.com>
3010
3011 * z8k-tdep.c: Do not include "obstack.h".
3012 * h8300-tdep.c, h8500-tdep.c: Ditto.
3013 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3014 * valprint.c, v850-tdep.c: Ditto.
3015 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3016 * mn10200-tdep.c: Ditto.
3017
3018 * Makefile.in (z8k-tdep.o): Update dependencies.
3019 (m68hc11-tdep.o, valprint.o): Ditto.
3020 (v850-tdep.o, d10v-tdep.o): Ditto.
3021 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3022 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3023 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3024 (sh_opc_h, gdb_sim_sh_h): Define.
3025 (elf_sh_h, elf_bfd_h): Define.
3026 (opcode_m68hc11_h): Define.
3027 (OPCODES_SRC, OPCODES_DIR): define.
3028 (OPCODES): Use $(OPCODES_DIR).
3029 (gdb_sim_d10v_h): Rename sim_d10v_h.
3030 (gdb_sim_arm_h): Rename sim_arm_h.
3031
790c9cf0
KB
30322002-07-26 Kevin Buettner <kevinb@redhat.com>
3033
3034 * utils.c (host_pointer_to_address, address_to_host_pointer):
3035 Change internal_error() message to indicate function responsible
3036 for the error.
3037
9647fa49
KB
30382002-07-26 Kevin Buettner <kevinb@redhat.com>
3039
3040 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3041 calls to local_hex_string_custom().
3042
dabbe2c0
KB
30432002-07-26 Kevin Buettner <kevinb@redhat.com>
3044
3045 * irix5-nat.c: Move IRIX shared library support from here...
3046 * solib-irix.c: ...to here. Revised substantially to work with
3047 generic solib framework.
3048
b96d0a4e
KB
3049 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3050 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3051 * mips-irix-tdep.c: New file.
3052
313fb2f6
KB
3053 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3054 (mips-irix-tdep.o, solib-irix.o): New rules.
3055 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3056 solib-irix.o.
3057 * config/mips/irix6.mt (TDEPFILES): Likewise.
3058 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3059
ab2eaf26
KB
30602002-07-26 Kevin Buettner <kevinb@redhat.com>
3061
177e4768 3062 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3063 disabled (via ``#if 0'') includes.
3064
7244546a
KB
30652002-07-26 Kevin Buettner <kevinb@redhat.com>
3066
3067 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3068 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3069 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3070 Add support for the fpscr register.
3071 * rs6000-nat.c (regmap, fetch_inferior_registers)
3072 (store_inferior_registers, fetch_core_registers): Likewise.
3073
dd7be90a
KB
30742002-07-26 Kevin Buettner <kevinb@redhat.com>
3075
3076 * rs6000-nat.c (language.h): Include.
3077 (special_regs): Delete this array.
3078 (regmap): New function.
3079 (fetch_register, store_register): Use regmap() to map gdb
3080 register numbers to ptrace register numbers. Also, use
3081 outputs from regmap() to make decisions regarding type of
3082 ptrace() call to make. In particular, don't compare against
3083 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3084 (fetch_inferior_registers, store_inferior_registers): Where
3085 possible, obtain register numbers from tdep struct. Don't
3086 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3087 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3088 (LAST_UISA_SP_REGNUM): Delete.
3089
11bf77db
KB
30902002-07-25 Kevin Buettner <kevinb@redhat.com>
3091
3092 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3093 (fetch_registers, store_register, fetch_core_registers): Don't
3094 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3095 regcache_collect() as appropriate.
3096 (find_toc_address): Format hex address with local_hex_string().
3097
06afebeb
AC
30982002-07-25 Andrew Cagney <ac131313@redhat.com>
3099
3100 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3101 bfd/elf32-frv.c.
3102
8c554d79
TT
31032002-07-24 Tom Tromey <tromey@redhat.com>
3104
3105 * jv-exp.y: Marked all strings with _().
3106 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3107 internal_error.
3108 (MethodInvocation, CastExpression, parse_number, yyerror,
3109 java_type_from_name, push_expression_name, yylex): Typo fixes.
3110
e4c242d9
DJ
31112002-07-24 Daniel Jacobowitz <drow@mvista.com>
3112
3113 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3114 (tee_file_flush, tee_file_write, tee_file_fputs)
3115 (tee_file_isatty): New.
3116 * ui-file.h (tee_file_new): Add prototype.
3117
ebf56fd3
AS
31182002-07-24 Aidan Skinner <aidan@velvet.net>
3119
3120 * ada-lang.c: Change k&r style function definitions to prototyped
3121 form.
3122 * ada-typeprint.c: Change k&r style function definitions to prototyped
3123 form.
3124 * ada-valprint.c: Change k&r style function definitions to prototyped
3125 form.
3126
7fb623f7
AC
31272002-07-24 Andrew Cagney <cagney@redhat.com>
3128
3129 * README: Remove reference to remote-bug.
3130 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3131 remote-bug.c.
3132 (m88k-nat.o): Delete rule.
3133 (m88k-tdep.o): Delete rule.
3134 (remote-bug.o): Delete rule.
3135 * MAINTAINERS: Mark as obsolete.
3136 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3137 * m88k-tdep.c: Make file obsolete.
3138 * config/m88k/m88k.mh: Ditto.
3139 * config/m88k/delta88v4.mh: Ditto.
3140 * config/m88k/delta88v4.mt: Ditto.
3141 * config/m88k/delta88.mt: Ditto.
3142 * config/m88k/delta88.mh: Ditto.
3143 * remote-bug.c: Ditto.
3144 * config/m88k/tm-delta88.h: Ditto.
3145 * config/m88k/nm-delta88v4.h: Ditto.
3146 * config/m88k/xm-delta88.h: Ditto.
3147 * config/m88k/xm-dgux.h: Ditto.
3148 * config/m88k/tm-m88k.h: Ditto.
3149 * config/m88k/nm-m88k.h: Ditto.
3150 * config/m88k/tm-delta88v4.h: Ditto.
3151 * m88k-nat.c: Ditto.
3152 * cxux-nat.c: Ditto.
3153 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3154 and m88*-*-* obsolete.
3155 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3156 m88*-*-* obsolete.
3157
37611a2b
AC
31582002-07-24 Andrew Cagney <cagney@redhat.com>
3159
3160 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3161 constant. Same for local pointer variables.
3162 (extract_signed_integer): Ditto.
3163 * defs.h (extract_unsigned_integer): Update.
3164 (extract_signed_integer): Update.
3165
1aaa5f99
AC
31662002-07-24 Andrew Cagney <cagney@redhat.com>
3167
3168 * regcache.c (regcache_raw_write): Change buf parameter to a
3169 constant void pointer.
3170 (regcache_raw_read): Change buf parameter to a void pointer.
3171 (legacy_write_register_gen): Change myaddr parameter a constant
3172 void pointer.
3173 (supply_register): Change val parameter to a const void pointer.
3174 * regcache.h (regcache_raw_write): Update declaration.
3175 (regcache_raw_read): Update declaration.
3176 (supply_register): Update declaration.
3177
b4f5539f
TT
31782002-07-24 Tom Tromey <tromey@redhat.com>
3179
3180 * defs.h (gdb_readline_wrapper): Declare.
3181 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3182 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3183 * top.c (gdb_readline_wrapper): New function.
3184 (command_line_input): Use it.
3185
0818c12a
AC
31862002-07-24 Andrew Cagney <cagney@redhat.com>
3187
3188 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3189 regcache_read and regcache_write.
3190 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3191 * regcache.c: Update.
3192 * sh-tdep.c (sh64_push_arguments): Update comment.
3193 (sh_pseudo_register_read): Update.
3194 (sh_pseudo_register_write): Update.
3195 (sh4_register_read): Update.
3196 (sh4_register_write): Update.
3197 (sh64_pseudo_register_read): Update.
3198 (sh64_pseudo_register_write): Update.
3199 (sh64_register_read): Update.
3200 (sh64_register_write): Update.
3201 * i386-tdep.c (i386_extract_return_value): Update.
3202 (i386_extract_struct_value_address): Update.
3203 (i386_extract_return_value): Update.
3204 * blockframe.c (generic_read_register_dummy): Update.
3205 (generic_call_dummy_register_unwind): Update
3206 * infrun.c (write_inferior_status_register): Update.
3207
f7321c06
JB
32082002-07-23 Jim Blandy <jimb@redhat.com>
3209
3210 * parser-defs.h (expression_context_pc): Make this extern.
3211 (Thanks to Michael Snyder.)
3212
2037aebb
AC
32132002-07-23 Andrew Cagney <ac131313@redhat.com>
3214
3215 GDB 5.2.1 released from 5.2 branch.
3216 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3217 * README: Update to mention 5.2.1.
3218
66504d44
MS
32192002-07-23 Mark Salter <msalter@redhat.com>
3220
3221 * remote.c (remote_read_bytes): Fix check for error.
3222
27bae383
KB
32232002-07-22 Kevin Buettner <kevinb@redhat.com>
3224
3225 * aix-thread.c (language.h): Include.
3226 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3227 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3228 Print newlines at end of debug messages.
3229 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3230 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3231
32322002-07-22 Kevin Buettner <kevinb@redhat.com>
3233
3234 * aix-thread.c (ppc-tdep.h): Include.
3235 (special_register_p): New function.
3236 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3237 (store_regs_user_thread): Use register number information from
3238 gdbarch_tdep struct instead of hardcoded offsets relative to
3239 FIRST_UISA_SP_REGNUM.
3240 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3241 special_register_p() instead of using FPLAST_REGNUM and
3242 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3243 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3244 will be MQ's register number.
3245
32462002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3247
3248 * aix-thread.c (ops): Rename to aix_thread_ops.
3249 (base_ops): Rename to base_target.
3250 (ops_attach): Rename to aix_thread_attach.
3251 (ops_detach): Rename to aix_thread_detach.
3252 (ops_resume): Rename to aix_thread_detach.
3253 (ops_wait): Rename to aix_thread_wait.
3254 (ops_kill): Rename to aix_thread_kill.
3255 (init_ops): Rename to init_aix_thread_ops.
3256 (ops_fetch_register): Rename to aix_thread_fetch_register.
3257 (ops_store_register): Rename to aix_thread_store_register.
3258 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3259 (ops_thread_alive): Rename to aix_thread_thread_alive.
3260 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3261 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3262 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3263 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3264 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3265 (store_regs_lib): Rename to store_regs_user_thread.
3266 (store_regs_kern): Rename to store_regs_kernel_thread.
3267
27bae383 32682002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3269
3270 * aix-thread.c (ops_prepare_to_store): Eliminate.
3271 (init_ops): Don't initialize ops.prepare_to_store.
3272 (store_regs_kern): Pre-fetch register buffers from child,
3273 because some registers may not be in the cache. Copy
3274 regs from register cache only if they are cached.
3275 (store_regs_lib): Copy regs from register cache only
3276 if they are cached.
3277 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3278 fill_gprs64): Ditto.
3279
61c5da0b
KB
32802002-07-22 Kevin Buettner <kevinb@redhat.com>
3281
3282 * aix-thread.c (gdb_assert.h): Include.
3283 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3284 register sizes (from register cache) match size of buffer holding
3285 register data.
3286 (fill_sprs32): Change parameter types to match those in the ptrace()
3287 buffer.
3288 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3289 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3290
32912002-07-22 Michael Snyder <msnyder@redhat.com>
3292
3293 * aix-thread.c (supply_sprs64): Cosmetic change.
3294 (supply_sprs32): Cosmetic change.
3295 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3296 (fill_sprs64): Use regcache_collect instead of read_register.
3297 (store_regs_lib): Use regcache_collect instead of
3298 read_register. Use fill_sprs32 instead of fill_sprs64,
3299 if debugging a 32-bit architecture.
3300 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3301 out of the register cache, instead of passing a pointer into
3302 the register cache directly to ptrace. Use regcache_collect
3303 insteaad of read_register.
3304 (ops_prepare_to_store): Use target_read_registers instead
3305 of read_register_bytes.
3306
36479eb1
AS
33072002-07-20 Aidan Skinner <aidan@velvet.net>
3308
3309 * MAINTAINERS: Add self under write after approval.
3310
80ae6ee2
AS
33112002-07-20 Aidan Skinner <aidan@velvet.net>
3312
3313 * ada-tasks.c: Change k&r style function definitions to prototyped
3314 form.
3315
8a8ab2b9
AC
33162002-07-19 Andrew Cagney <ac131313@redhat.com>
3317
3318 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3319 * x86-64-tdep.c: Include "objfiles.h".
3320 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3321 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3322
fb16b900
ML
33232002-07-17 Michal Ludvig <michal@suse.cz>
3324
3325 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3326 (update_context): Initialise cfa variable.
3327
0fe7bf7b
MS
33282002-07-17 Michael Snyder <msnyder@redhat.com>
3329
3330 * aix-thread.c: Shorten some long lines.
3331 Bring comments into line with code spec.
3332
488f131b
JB
33332002-07-18 Joel Brobecker <brobecker@gnat.com>
3334
3335 * infrun.c: Re-indent using gdb_indent.sh.
3336
46c415d2
JB
33372002-07-18 Joel Brobecker <brobecker@gnat.com>
3338
3339 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3340 Leave the indentation temporarily untouched, to minimize the diffs.
3341
cdecafbe
EZ
33422002-07-18 Elena Zannoni <ezannoni@redhat.com>
3343
3344 * stabsread.c: Make os9k sections of the code obsolete,
3345 for real this time.
3346 * stabsread.h: Make os9k sections of the code obsolete.
3347
7b6aa020
ML
33482002-07-18 Michal Ludvig <mludvig@suse.cz>
3349
09ec9b38
ML
3350 * linux-low.c (regsets_store_inferior_registers): Add free()
3351 at the end of a loop to prevent memory leak.
3352 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3353 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3354 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3355 line a comment.
4894ac5d 3356 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3357
233282cd
JB
33582002-07-17 Jim Blandy <jimb@redhat.com>
3359
3360 * macrocmd.c (info_macro_command): Remove newline from error
3361 message.
3362
7b6aa020 33632002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3364
3365 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3366 (sh_gdbarch_init): Use it for sh-dsp.
3367
f7ef9339
KB
33682002-07-16 Kevin Buettner <kevinb@redhat.com>
3369
3370 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3371 64-bit DWARF2 format.
3372
8dd72958
JB
33732002-07-16 Joel Brobecker <brobecker@gnat.com>
3374
3375 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3376 <sys/proc.h> when not available.
3377
a99a9e1b
AC
33782002-07-16 Andrew Cagney <ac131313@redhat.com>
3379
3380 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3381 * stabsread.c: Make os9k sections of the code obsolete.
3382 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3383 * config/i386/i386os9k.mt: Make file obsolete.
3384 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3385 (COMMON_OBS): Remove os9kread.o
3386 (SFILES): Remove os9kread.c.
3387 (os9kread.o, remote-os9k.o): Make target obsolete.
3388 * remote-os9k.c: Make file obsolete.
3389 * os9kread.c: Make file obsolete.
3390 * Makefile.in
3391
7a3085c1
AC
33922002-07-16 Andrew Cagney <ac131313@redhat.com>
3393
3394 * NEWS: Mention that the FR30 has been made obsolete.
3395 * fr30-tdep.c: Make file obsolete.
3396 * config/fr30/tm-fr30.h: Ditto.
3397 * config/fr30/fr30.mt: Ditto.
3398 * configure.tgt: Make fr30-*-elf obsolete.
3399 * MAINTAINERS: Make fr30-elf obsolete.
3400
28a93f5a
PM
34012002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3402
3403 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3404 found is not inside a section.
3405
be006b8b
KB
34062002-07-15 Kevin Buettner <kevinb@redhat.com>
3407
3408 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3409 strerror().
3410 (pdc_realloc): Use xrealloc() instead of realloc().
3411
14fa3751
KB
34122002-07-15 Kevin Buettner <kevinb@redhat.com>
3413
3414 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3415 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3416 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3417 macros.
3418
42cc437f
KB
34192002-07-15 Kevin Buettner <kevinb@redhat.com>
3420
3421 * aix-thread.c (ptrace_check): Eliminate goto.
3422 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3423 problem.
3424
8e2c28d4
KB
34252002-07-15 Kevin Buettner <kevinb@redhat.com>
3426
3427 * aix-thread.c (gdbcmd.h): Include.
3428 (DEBUG, DBG, DBG2, dbg): Eliminate.
3429 (debug_aix_thread): New static global.
3430 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3431 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3432 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3433 invocations to DBG and DBG2 macros to test against
3434 ``debug_aix_thread'' and call fprintf_unfiltered().
3435 (_initialize_aix_thread): Add new command "set debug aix-thread".
3436
30413464
AC
34372002-07-15 Andrew Cagney <ac131313@redhat.com>
3438
3439 From Gerhard Tonn <TON@de.ibm.com>:
3440 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3441 instead of supply_register.
3442
7c43edc1
AC
34432002-07-15 Andrew Cagney <ac131313@redhat.com>
3444
3445 * dwarf2cfi.c: Include "gdb_assert.h".
3446 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3447 non-NULL.
3448 (update_context): Do not use __func__. Add missing ``break''.
3449 (update_context): Do not use __func__.
3450
9364a0ef
EZ
34512002-07-15 Elena Zannoni <ezannoni@redhat.com>
3452
3453 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3454 and its setting. Set gdbarch instruction printing functions
3455 directly. For non-rs6000 case use new function
3456 gdb_print_insn_powerpc.
3457 (gdb_print_insn_powerpc): New function.
3458
3fbeef0b
AC
34592002-07-13 Andrew Cagney <ac131313@redhat.com>
3460
92eb23c5 3461 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3462 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3463 * configure.tgt: Mark d30v-*-* as obsolete.
3464 * d30v-tdep.c: Mark file as obsolete.
3465 * config/d30v/d30v.mt: Ditto.
3466 * config/d30v/tm-d30v.h: Ditto.
3467
aacb1f0a
AS
34682002-07-13 Aidan Skinner <aidan@velvet.net>
3469
3470 * ada-tasks.c (add_task_entry): replace calls to
3471 malloc() with xmalloc
3472 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3473
3474 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3475 ada_finish_decode_line_1, all_sals_for_line
3476 ada_breakpoint_rewrite): replace calls to free() with xfree()
3477
c11d79f2
KB
34782002-07-12 Kevin Buettner <kevinb@redhat.com>
3479
3480 From Nicholas Duffek (with minor changes by Martin Hunt,
3481 Louis Hamilton, and Kevin Buettner):
3482 * aix-thread.c: New file.
3483
8e19ed76
PS
34842002-07-12 Petr Sorfa <petrs@caldera.com>
3485
3486 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3487 complaint for invalid attribute class or form.
3488 (read_func_scope): DW_AT_frame_base
3489 better handling of DW_AT_block*.
3490 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3491 better handling of DW_AT_block*.
3492 (read_common_block): DW_AT_location
3493 better handling of DW_AT_block*.
3494 (read_partial_die): DW_AT_location better handling
3495 of DW_AT_block*.
3496 (new_symbol): DW_AT_external better handling of
3497 DW_AT_block*. Proper initialization of variable
3498 "addr".
3499 (attr_form_is_block): New function that returns true
3500 if the attribute's form is of DW_FORM_block*.
3501
295401f7
DJ
35022002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3503
3504 * valops.c (find_method_list): Remove comment about
3505 removed STATIC_MEMFUNCP argument.
3506 (value_find_oload_method_list): Likewise.
3507
e42dc924
KB
35082002-07-12 Kevin Buettner <kevinb@redhat.com>
3509
3510 From Nicholas Duffek:
3511 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3512 target_new_objfile_hook.
3513
6904b546
KB
35142002-07-12 Kevin Buettner <kevinb@redhat.com>
3515
3516 From Nicholas Duffek:
3517 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3518 csect.
3519
53fe9346
AC
35202002-07-12 Andrew Cagney <cagney@redhat.com>
3521
3522 * MAINTAINERS: Mention --enable-sim-build-warnings.
3523 (m68hc11-elf): Disable sim build warnings.
3524 (m32r-elf): Mark as broken obsolete candidate.
3525 (x86_64-linux-gnu): Mark as buildable with -Werror.
3526 (arm-elf): Change -w to ``,'' which enables warnings but not
3527 -Werror.
3528
af5f3db6
AC
35292002-07-12 Andrew Cagney <ac131313@redhat.com>
3530
3531 * bcache.h: Update copyright.
3532 (struct bstring, struct bcache): Move definition to "bcache.c".
3533 Replaced by opaque declaration.
3534 (bcache_xfree): Replace free_bcache.
3535 (bcache_xmalloc, bcache_memory_used): Declare.
3536
3537 * bcache.c: Update copyright.
3538 (struct bstring, struct bcache): Moved to here from "bcache.h".
3539 Update comments.
3540 (bcache_xmalloc, bcache_memory_used): New functions.
3541 (bcache_xfree): Replace function free_bcache.
3542
3543 * Makefile.in (objfiles.o): Add $(bcache_h).
3544 (objfiles_h): Remove $(bcache_h).
3545 (symfile.o): Add $(bcache_h).
3546
3547 * symmisc.c: Update copyright.
3548 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3549 (print_objfile_statistics): Use bcache_memory_used.
3550
3551 * symfile.c: Include "bcache.h".
3552 (reread_symbols): Use bcache_xfree.
3553 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3554 (add_psymbol_to_list): Pass psymbol_cache by value.
3555 (add_psymbol_with_dem_name_to_list): Ditto.
3556
3557 * objfiles.h: Update copyright.
3558 (struct bcache): Declare opaque. Do not include "bcache.h".
3559 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3560 bcache'' pointers.
3561 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3562
3563 * objfiles.c: Include "bcache.h". Update copyright.
3564 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3565 macro_cache.
3566 (free_objfile): Use bcache_xfree.
3567
444199e7
GS
35682002-07-11 Grace Sainsbury <graces@redhat.com>
3569
3570 * monitor.c (monitor_fetch_register): Make name a constant.
3571 (monitor_store_register): Same.
3572
261397f8
DJ
35732002-07-11 Daniel Jacobowitz <drow@mvista.com>
3574
3575 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3576 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3577 (finish_block) For non-function blocks, hash the symbol table. For
3578 function blocks, mark the symbol table as unhashed.
3579 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3580 (msymbol_hash_iw): Likewise.
3581 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3582 value.
3583 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3584 (lookup_minimal_symbol): Likewise for both.
3585 * symtab.h (struct block): Add `hashtable' flag. Comment the
3586 hashtable.
3587 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3588 (ALL_BLOCK_SYMBOLS): Update.
3589 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3590 (struct symbol): Add `hash_next' pointer.
3591 * symtab.c (lookup_block_symbol): Search using the hash table when
3592 possible.
3593 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3594 (search_symbols, find_addr_symbol): Likewise.
3595
3596 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3597 (read_dst_symtab): Likewise.
3598 * jv-lang.c (get_java_class_symtab): Likewise.
3599 * mdebugread.c: Include "gdb_assert.h".
3600 (shrink_block): Assert that the block being modified is not hashed.
3601 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3602 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3603 symbols.
3604 (dump_symtab): Recognize hashed blocks.
3605 * printcmd.c (print_frame_args): Assert that function blocks do not
3606 have hashed symbol tables.
3607 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3608 (fill_in_ada_prototype, debug_print_block): Likewise.
3609 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3610
6f0eaa01
CV
36112002-07-11 Corinna Vinschen <vinschen@redhat.com>
3612
3613 * stack.c (print_frame): Use result of frame_address_in_block()
3614 instead of fi->pc when evaluating symbols.
3615 (backtrace_command_1): Ditto.
3616
a208b0cb
AC
36172002-07-11 Andrew Cagney <cagney@redhat.com>
3618
3619 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3620 Make static.
3621
3622 * arm-tdep.c (arm_register_name): Make return type constant.
3623
a6b6b089
AC
36242002-07-10 Andrew Cagney <ac131313@redhat.com>
3625
5ae5f592
AC
3626 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3627 prototype.
3628 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3629 * s390-tdep.c (s390_fp_regnum): Ditto.
3630 (s390_read_fp): Ditto.
3631 (s390_pop_frame): Ditto.
3632 (_initialize_s390_tdep): Ditto.
3633 * remote.c (get_remote_state): Ditto.
3634 * procfs.c (mappingflags): Ditto.
3635 * memattr.c (_initialize_mem): Ditto.
3636 * mcore-tdep.c (mcore_pop_frame): Ditto.
3637 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3638 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3639 * language.c (set_case_str): Ditto.
3640 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3641 * frv-tdep.c (new_variant): Ditto.
3642 (frv_stopped_data_address): Ditto.
3643 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3644 (context_alloc): Ditto.
3645 (frame_state_alloc): Ditto.
3646 (unwind_tmp_obstack_init): Ditto.
3647 (unwind_tmp_obstack_free): Ditto.
3648 (cfi_read_fp): Ditto.
3649 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3650 (cris_pop_frame): Ditto.
3651 * c-lang.c (scanning_macro_expansion): Ditto.
3652 (finished_macro_expansion): Ditto.
3653 (c_preprocess_and_parse): Ditto.
3654 * gdbarch.sh: Ditto.
3655 * gdbarch.h, gdbarch.c: Regenerate.
3656 * config/mn10200/tm-mn10200.h: Adjust indentation.
3657 * target.c: Adjust indentation.
3658 * symtab.h: Adjust indentation.
3659 * stabsread.h: Adjust indentation.
3660 * remote-es.c: Adjust indentation.
3661 * os9kread.c: Adjust indentation.
3662
36632002-07-10 Andrew Cagney <ac131313@redhat.com>
3664
a6b6b089
AC
3665 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3666 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3667
a1789893
GS
36682002-07-10 Grace Sainsbury <graces@redhat.com>
3669
3670 * NEWS: Mention m68k, mcore multi-arching.
3671 * MAINTAINERS: Change status of m68k, mcore to reflect
3672 multi-arching.
3673
02f0d45d
DJ
36742002-07-10 Daniel Jacobowitz <drow@mvista.com>
3675
3676 * valops.c (find_overload_match): Free oload_syms.
3677
f15f768e
JB
36782002-07-09 Joel Brobecker <brobecker@gnat.com>
3679
3680 Define HAVE_SYS_PROC_H if sys/proc.h exists
3681 * configure.in: Add check for sys/proc.h
3682 * config.in: Regenerate.
3683 * configure: Regenerate.
3684
902a7139
GS
36852002-07-09 Grace Sainsbury <graces@redhat.com>
3686
3687 * config/m68k/tm-m68k.h: Remove macros wrapped in
3688 #if !GDB_MULTI_ARCH.
3689
a534e424
AC
36902002-07-08 Andrew Cagney <ac131313@redhat.com>
3691
3692 * config.in, configure: Regenerate.
3693
9b94f7bf
MK
36942002-07-08 Mark Kettenis <kettenis@gnu.org>
3695
3696 * dwarf2cfi.c: Include "gcore.h".
3697 (execute_stack_op): Fix implementation of the
3698 DW_OP_deref and DW_OP_deref_size operators by letting do their
3699 lookup in the target.
3700
1d34db41
MK
37012002-07-07 Mark Kettenis <kettenis@gnu.org>
3702
3703 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3704 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3705 tdep->sc_sp_offset.
3706
79d5b63a
DJ
37072002-07-05 Daniel Jacobowitz <drow@mvista.com>
3708
3709 Fix PR gdb/595, gdb/602
3710 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3711 Don't call value_cast, just read the vtable pointer; update comments
3712 to match.
3713
3bb912e8
GS
37142002-07-05 Grace Sainsbury <graces@redhat.com>
3715
3716 * config/mcore/tm-mcore.h: Remove file.
3717 * config/mcore/mcore.mt: Remove definition of TM_FILE
3718 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3719
ca39387d
MK
37202002-07-05 Mark Kettenis <kettenis@gnu.org>
3721
3722 * i386bsd-tdep.c: Include "gdb_string.h".
3723
efdc1108
GS
37242002-07-04 Grace Sainsbury <graces@redhat.com>
3725
3726 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3727 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3728 mcore-tdep.
3729 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3730 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3731 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3732 (RETVAL_REGNUM): Move macros from tm-mcore.h
3733 (mcore_reg_struct_has_addr): New function.
3734 (mcore_gdbarch_init): Added initializations for the macros removed
3735 from tm-mcore.h.
3736
bb21884d
MK
37372002-07-04 Mark Kettenis <kettenis@gnu.org>
3738
3739 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3740 traditonal string branding within the ELF header.
3741
228c6d41
DJ
37422002-07-04 Daniel Jacobowitz <drow@mvista.com>
3743
3744 * symtab.c (remove_params): New function.
3745 (make_symbol_overload_list): Use it instead of cplus_demangle.
3746 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3747
2404952e
MK
37482002-07-04 Mark Kettenis <kettenis@gnu.org>
3749
e5e4acad
MK
3750 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3751
baadce09
MK
3752 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3753 New variables.
3754 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3755 and tdep->sigtramp_end.
3756 * i386obsd-nat.c: New file.
3757 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3758
2404952e
MK
3759 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3760 Don't call get_current_frame().
3761
9b4f1ba7
PM
37622002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3763
3764 * i386-nat.c (child_post_startup_inferior): New function
3765 calling i386_cleanup_dregs if
3766 I386_USE_GENERIC_WATCHPOINTS is defined.
3767 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3768 conditional to acknowledge that i386-nat.c has its
3769 own child_post_startup_inferior function.
3770
c0d1d883
MK
37712002-07-04 Mark Kettenis <kettenis@gnu.org>
3772
00f8375e
MK
3773 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3774 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3775 instead of MAX_REGISTER_RAW_SIZE.
3776 (i386_extract_return_value, i386_extract_struct_value_address):
3777 Convert to use regcache.
3778 (i386_gdbarch_init): Set max_register_raw_size and
3779 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3780 Set extract_return_value and extract_struct_value_address instead
3781 of their deprecated variants.
3782
c0d1d883
MK
3783 Convert i386 target to generic dummy frames.
3784 * i386-tdep.c: Include "symfile.h".
3785 (i386_frameless_signal_p): Consider a function to be frameless if
3786 the pc points at the first instruction of the function.
3787 (i386_frame_chain): Handle (generic) call dummies.
3788 (i386_frame_saved_pc): Likewise.
3789 (i386_frame_init_saved_regs): Remove code dealing with call
3790 dummies on the stack.
3791 (i386_push_dummy_frame): Removed.
3792 (i386_call_dummy_words): Removed.
3793 (i386_fix_call_dummy): Removed.
3794 (i386_push_return_address): New function.
3795 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3796 parameter, and don't call get_current_frame.
3797 (i386_pop_frame): New function.
3798 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3799 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3800 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3801 call_dummy_length to 0, set call_dummy_words to NULL, set
3802 sizeof_call_dummy_words to 0, set fix_call_dummy to
3803 generic_fix_call_dummy, set pc_in_call_dummy to
3804 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3805 generic_push_dummy_frame, set push_return_address to
3806 i386_push_return_address and set frame_chain_valid to
3807 generic_file_frame_chain_valid.
3808
049ee0e4
AC
38092002-07-03 Andrew Cagney <ac131313@redhat.com>
3810
3811 * gdbarch.sh (struct regcache): Add opaque declaration.
3812 (EXTRACT_RETURN_VALUE): New architecture method.
3813 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3814 * gdbarch.h, gdbarch.c: Regenerate.
3815 * arch-utils.c (legacy_extract_return_value): New function.
3816 * arch-utils.h (legacy_extract_return_value): Declare.
3817 * values.c (value_being_returned): Re-enable code handling
3818 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3819 deprecated_grub_regcache_for_registers call to block handling
3820 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3821 (EXTRACT_RETURN_VALUE): Do not define.
3822
4e0d9804
GS
38232002-07-03 Grace Sainsbury <graces@redhat.com>
3824
3825 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3826 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3827 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3828 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3829 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3830 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3831 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3832 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3833 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3834 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3835 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3836 argument so the function fits the prototype in the architecture
3837 vector.
3838 (mcore_pop_frame): Remove argument so the function fits the
3839 prototype. Use get_current_frame instead of the argument.
3840 (mcore_push_arguments): Change type of struct_return so the
3841 function can be used in the architecture vector.
3842 (mcore_store_struct_return): Add.
3843 (mcore_frame_init_saved_regs): Add.
3844 (mcore_gdbarch_init): Add function calls to replace the macros
3845 removed from tm-mcore.h
3846
36160dc4
AC
38472002-07-03 Andrew Cagney <ac131313@redhat.com>
3848
3849 * infcmd.c (print_return_value): Remove compatibility code calling
3850 deprecated_grub_regcache_for_registers.
3851
3852 * values.c: Include "regcache.h".
3853 (value_being_returned): Update. Use
3854 deprecated_grub_regcache_for_registers to extract the register
3855 buffer address.
3856 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3857 ``struct regcache''.
3858 * Makefile.in (values.o): Add dependency on $(regcache_h).
3859
3860 * inferior.h (run_stack_dummy): Change type of second parameter to
3861 a ``struct regcache''.
3862 * valops.c (hand_function_call): Change type of retbuf to ``struct
3863 regcache''. Allocate using regcache_xmalloc, clean using
3864 make_cleanup_regcache_xfree.
3865 * infcmd.c (run_stack_dummy): Update. Use
3866 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3867
3868 * regcache.c (do_regcache_xfree): New function.
3869 (make_cleanup_regcache_xfree): New function.
3870 * regcache.h (make_cleanup_regcache_xfree): Declare.
3871
e64d9b3d
MH
38722002-07-03 Martin M. Hunt <hunt@redhat.com>
3873
4dd79c29
MH
3874 * event-top.c (command_line_handler): Don't read past
3875 beginning of buffer.
e64d9b3d 3876
4dd79c29
MH
38772002-07-03 Martin M. Hunt <hunt@redhat.com>
3878
e64d9b3d
MH
3879 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3880 struct frame_id.
3881 (varobj_create): Store frame_id for root.
3882 (varobj_gen_name): Use xasprintf.
3883 (varobj_update): Save and restore frame using get_frame_id() and
3884 frame_find_by_id().
3885 (create_child): Use xasprintf.
3886 (new_root_variable): Initialize frame_id.
3887 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3888 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3889 to prevent memory leak.
3890
26e6c56a
AC
38912002-07-03 Andrew Cagney <ac131313@redhat.com>
3892
3893 * valops.c (hand_function_call): Move declaration of retbuf to
3894 start of function, allocate using malloc, add a cleanup but before
3895 the inf_status cleanup, cleanup the buffer. Rename local variable
3896 old_chain to inf_status_cleanup.
3897
f436dd25
MH
38982002-07-03 Martin M. Hunt <hunt@redhat.com>
3899
3900 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3901
3902 * cli/cli-decode.c (cmd_func_p): New function.
3903 (cmd_func): New function.
3904
3905 * command.h: Add cmd_func() and cmd_func_p().
3906
4cfe2084
GS
39072002-07-03 Grace Sainsbury <graces@redhat.com>
3908
3909 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3910 (REGISTER_SIZE): Remove.
3911 (MAX_REGISTER_RAW_SIZE): Remove.
3912 (REGISTER_VIRTUAL_TYPE): Remove.
3913 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3914 (REGISTER_NAME): Remove.
3915 (USE_GENERIC_DUMMY_FRAMES): Remove.
3916 (CALL_DUMMY): Remove.
3917 (CALL_DUMMY_START_OFFSET): Remove.
3918 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3919 (CALL_DUMMY_LOCATION): Remove.
3920 (FIX_CALL_DUMMY): Remove.
3921 (CALL_DUMMY_ADDRESS): Remove.
3922 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3923 (SAVE_DUMMY_FRAME_TOS): Remove.
3924 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3925 (mcore_register_virtual_type): New function.
3926 (mcore_register_byte): New function.
3927 (mcore_register_size): New function.
3928 (mcore_register_name): New function.
3929 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3930 macros removed from tm-mcore.h.
3931 (mcore_dump_tdep): Add.
3932 (_initialize_mcore_tdep): Add gdbarch_register call.
3933
4fd667e9
MK
39342002-07-03 Mark Kettenis <kettenis@gnu.org>
3935
3936 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3937 frameless_look_for_prologue, such that we actually call this
3938 function.
3939
42f99ac2
JB
39402002-07-02 Joel Brobecker <brobecker@gnat.com>
3941
3942 * frame.h (frame_address_in_block): New function.
3943
3944 * blockframe.c (frame_address_in_block): New function extracted
3945 from get_frame_block().
3946 (get_frame_block): Use frame_address_in_block().
3947 (block_innermost_frame): Use frame_address_in_block() to match
3948 the frame pc address against the block boundaries rather than
3949 the frame pc directly. This prevents a failure when a frame pc
3950 is actually a return-address pointing immediately after the end
3951 of the given block.
3952
103a1597 39532002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3954
3955 * MAINTAINERS: Add self under write after approval.
3956
39572002-07-02 Grace Sainsbury <graces@redhat.com>
3958
103a1597
GS
3959 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3960 used in architecture vector. The default is
3961 m68k_local_breakpoint_from_pc.
3962 (m68k_local_breakpoint_from_pc): Add.
3963 (enum): Add register numbers from tm-m68k.h.
3964 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3965 vector.
3966 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3967 GDB_MULTI_ARCH_PARTIAL.
3968 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3969 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3970 m68k-tdep.c.
3971 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3972 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3973 to enum in m68k-tdep.c
3974
7a5a0534
JB
39752002-07-02 Joel Brobecker <brobecker@gnat.com>
3976
3977 * solib-osf.c (open_map): Compute the list of shared libraries
3978 loaded by the inferior, rather than the list of libraries loaded
3979 by GDB itself. Otherwise, GDB ends up reading the symbols from
3980 the wrong shared libraries...
3981
6f558d74
MK
39822002-07-02 Mark Kettenis <kettenis@gnu.org>
3983
b7d15bf7
MK
3984 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3985 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3986 macros.
3987 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3988 Remove functions.
3989 (FRAMELESS_SIGNAL): Remove function.
3990 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3991 i386_linux_saved_pc_after_call): Removed.
3992 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3993 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3994 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3995
6bff26de
MK
3996 * i386-tdep.c (i386_frameless_signal_p): New function.
3997 (i386_frame_chain): Deal with frameless signals.
3998 (i386_sigtramp_saved_sp): New function.
3999 (i386_frame_saved_pc): Deal with frameless signals.
4000 (i386_saved_pc_after_call): Make sure the correct value is
4001 returned just after entry into a sigtramp.
4002 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4003 i386fbsd4_sc_sp_offset): New variables.
4004 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4005 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4006 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4007 similiar to what we already did for sc_pc_offset.
4008 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4009 tdep->sc_sp_offset.
4010
6f558d74
MK
4011 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4012
145564b7
ML
40132002-07-02 Michal Ludvig <mludvig@suse.cz>
4014
4015 * config/i386/tm-x86-64linux.h: New.
4016 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4017 definitions.
4018 * config/i386/nm-x86-64.h: Rename to ...
4019 * config/i386/nm-x86-64linux.h: ... this one.
4020 * config/i386/x86-64linux.mh: Reflect the above change.
4021
3a1e71e3
MK
40222002-07-01 Mark Kettenis <kettenis@gnu.org>
4023
21d0e8a4
MK
4024 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4025 with sigcontext_addr. Add sc_sp_offset.
4026 (i386bsd_sigtramp_saved_pc): Remove prototype.
4027 (i386bsd_sicontext_addr): Add prototype.
4028 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4029 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4030 (i386_svr4_sigtramp_saved_pc): Removed.
4031 (i386_svr4_sigcontext_addr): New function.
4032 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4033 Initialize tdep->sigcontext_addr instead. Initialize
4034 tdep->sc_pc_offset and tdep->sc_sp_offset.
4035 (i386_gdbarch_init): Likewise.
4036 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4037 any more.
4038 (i386bsd_sigtramp_saved_pc): Remove function.
4039 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4040 Initialize tdep->sigcontext_addr instead. Initialize
4041 tdep->sc_pc_offset.
4042 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4043 of tdep->sigtramp_saved_pc.
4044 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4045 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4046 instead.
4047
3a1e71e3
MK
4048 * i386-tdep.c (i386_frameless_function_invocation,
4049 i386_frame_num_args, i386_frame_init_saved_regs,
4050 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4051 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4052 i386_extract_return_value, i386_store_return_value,
4053 i386_extract_struct_value_address, i386_register_virtual_type,
4054 i386_register_convertible, i386_register_convert_to_virtual,
4055 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4056 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4057 static.
4058
52e9098c
MK
40592002-07-01 Mark Kettenis <kettenis@gnu.org>
4060
77b13a25
MK
4061 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4062
52e9098c
MK
4063 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4064 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4065 this macro. Include "value.h".
4066
1b372fff
AS
40672002-06-30 Aidan Skinner <aidan@velvet.net>
4068
4069 * ada-exp.tab.c: remove as it's a generated file
4070 * ada-lex.c: remove as it's a generated file
4071
9c5045b5
MK
40722002-06-30 Mark Kettenis <kettenis@gnu.org>
4073
4a93c5bb
MK
4074 * config/i386/tm-i386.h (struct frame_info, struct
4075 frame_saved_regs, struct value, struct type): Remove forward
4076 declarations.
4077
322d4fe0
MK
4078 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4079 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4080 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4081 (FILL_FPXREGSET): Define.
4082
fdd8263d
MK
4083 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4084
482e577b
MK
4085 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4086 i[3456]86-*-netbsd* case.
4087 * config/i386/tm-obsd.h: Removed.
4088 * config/i386/obsd.mt: Removed.
4089 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4090 core-aout.o.
4091 (MH_CFLAGS): Add -DYYDEBUG=0.
4092
6916549a
MK
4093 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4094 i386nbsd_sc_pc_offset on OpenBSD too.
4095
9c5045b5
MK
4096 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4097 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4098 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4099 define.
4100 * i386bsd-tdep.c: Include "arch-utils.h".
4101 (i386bsd_aout_in_solib_call_trampoline): New function.
4102 (i386bsd_init_abi): Set in_solib_call_trampoline to
4103 i386bsd_aout_in_solib_call_trampoline.
4104 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4105 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4106
aa84d1bb
AC
41072002-06-28 Andrew Cagney <ac131313@redhat.com>
4108
4109 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4110 (struct obstack, struct bcache): Add opaque declarations.
4111 * Makefile.in (macrotab_h): Update
4112
b4d83933
AC
41132002-06-28 Andrew Cagney <ac131313@redhat.com>
4114
4115 * blockframe.c (generic_find_dummy_frame): Change return type to
4116 ``struct regcache''.
4117 (struct dummy_frame): Replace field ``registers'' with regcache, a
4118 struct regcache object.
4119 (generic_find_dummy_frame): Update.
4120 (generic_push_dummy_frame): Update. Use regcache_xfree,
4121 regcache_xmalloc and regcache_cpy.
4122 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4123 regcache_xfree.
4124 (deprecated_generic_find_dummy_frame): Update.
4125 (generic_read_register_dummy): Update. Use
4126 regcache_read_as_address.
4127 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4128 (generic_get_saved_register): Update. Use regcache_read.
4129
08c0b5bc
AC
41302002-06-28 Andrew Cagney <ac131313@redhat.com>
4131
4132 * Makefile.in (objfiles_h): Add $(bcache_h).
4133 * objfiles.h: Include "bcache.h".
4134
4135 * Makefile.in (symtab_h): Remove $(bcache_h).
4136 * symtab.h: Do not include "bcache.h".
4137
1f89801a
AC
41382002-06-28 Andrew Cagney <ac131313@redhat.com>
4139
4140 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4141 generic_func_frame_chain_valid.
4142
b9644b58
DB
41432002-06-28 David O'Brien <obrien@FreeBSD.org>
4144
4145 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4146 * config/i386/tm-fbsd.h: Likewise.
4147
dd486634
AC
41482002-06-28 Andrew Cagney <ac131313@redhat.com>
4149
4150 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4151 generic_unwind_get_saved_register.
4152
0b434a00
AC
41532002-06-27 Andrew Cagney <ac131313@redhat.com>
4154
4155 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4156 * regcache.c (supply_register): Add missing argument to
4157 register_buffer call.
4158
f30e5a77
AC
41592002-06-27 Andrew Cagney <ac131313@redhat.com>
4160
4161 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4162 Solaris /bin/grep does not not like it. From Peter Schauer.
4163
9f064c95
TT
41642002-06-26 Tom Tromey <tromey@redhat.com>
4165
4166 * command.h (add_setshow_cmd): Declare.
4167 (add_setshow_cmd_full): Declare.
4168 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4169 returns void. Use add_setshow_cmd_full.
4170 (add_setshow_cmd_full): New function.
4171 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4172 (add_setshow_boolean_cmd): Likewise.
4173
099c7589
JT
41742002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4175
4176 * config/vax/tm-vax.h: Protect from multiple inclusion.
4177 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4178 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4179 * config/vax/tm-vaxbsd.h: ...here. New file.
4180 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4181
1d049c5e
JT
41822002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4183
4184 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4185 (BELIEVE_PCC_PROMOTION): Remove.
4186 (AP_REGNUM): Move to...
4187 * config/vax/nm-vax.h: ...here.
4188 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4189 (vax_breakpoint_from_pc): New function.
4190 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4191 and gdbarch_believe_pcc_promotion.
4192
4791e091
JT
41932002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4194
4195 * Makefile.in (vax_tdep_h): Define.
4196 (vax-tdep.o): Use $(vax_tdep_h).
4197 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4198 (vax_dump_tdep): New function.
4199 (_initialize_vax_tdep): Register vax_dump_tdep.
4200 * vax-tdep.h: Include osabi.h.
4201 (struct gdbarch_tdep): New.
4202
da130f98
AC
42032002-06-26 Andrew Cagney <cagney@redhat.com>
4204
4205 * frame.h (deprecated_generic_find_dummy_frame): Rename
4206 generic_find_dummy_frame.
4207 * blockframe.c (generic_find_dummy_frame): Make static.
4208 (deprecated_generic_find_dummy_frame): New function.
4209 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4210 generic_find_dummy_frame with deprecated_find_dummy_frame.
4211 (sh64_nofp_frame_init_saved_regs): Ditto.
4212 (sh_fp_frame_init_saved_regs): Ditto.
4213 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4214 (s390_frame_chain): Ditto.
4215 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4216
6300c360
GS
42172002-06-26 Grace Sainsbury <graces@redhat.com>
4218
4219 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4220 gdbarch vector are at the top.
4221 (NUM_REGS): Remove.
4222 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4223 (FRAME_ARGS_ADDRESS): Remove.
4224 (FRAME_LOCALS_ADDRESS): Remove.
4225 (FRAME_NUM_ARGS): Remove.
4226 (FRAME_ARGS_SKIP): Remove.
4227 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4228 (m68k_gdbarch_init): Add gdbarch initializations for macros
4229 undefined in tm-m68k.h
4230
1c617db8
GS
42312002-06-26 Grace Sainsbury <graces@redhat.com>
4232
4233 * monitor.h: Add the function regname to monitor_ops
4234 structure. This way NUM_REGS does not have to be a constant.
4235 * monitor.c (monitor_fetch_register): Added support for regname
4236 function. The function is called if the array regnames is NULL.
4237 (monitor_store_register): Same.
da130f98
AC
4238 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4239 regnames array.
1c617db8
GS
4240 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4241 cpu32bug_cmds.regname to point to new function.
4242 * abug-rom.c (abug_regname): Same as above.
4243 (init_abug_cmds): Same.
4244 * dbug-rom.c (dbug_regname): Same as above.
4245 (init_dbug_cmds): Same.
4246 * remote-est.c (est_regname): Same.
4247 (init_est_cmds): Same.
4248 * rom68k-rom.c (rom68k_regname): Same.
4249 (init_rom68k_cmds): Same.
4250
ea9365bb
TT
42512002-06-25 Tom Tromey <tromey@redhat.com>
4252
4253 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4254
72cec141
AC
42552002-06-25 Andrew Cagney <cagney@redhat.com>
4256
4257 * infrun.c (stop_registers): Change variable's type to ``struct
4258 regcache'''.
4259 (xmalloc_inferior_status): Delete function.
4260 (free_inferior_status): Delete function.
4261 (normal_stop): Use regcache_cpy.
4262 (struct inferior_status): Change type of fields ``stop_registers''
4263 and ``registers'' to ``struct regcache''.
4264 (write_inferior_status_register): Use regcache_write.
4265 (save_inferior_status): Instead of calling
4266 xmalloc_inferior_status, allocate the inf_status buffer directly.
4267 Use regcache_dup_no_passthrough and regcache_dup to save the
4268 buffers.
4269 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4270 Replace the stop_registers regcache instead of overriding it. Use
4271 regcache_xfree. Instead of calling free_inferior_status, xfree
4272 the buffer directly.
4273 (discard_inferior_status): Use regcache_xfree. Instead of calling
4274 free_inferior_status, xfree the buffer directly.
4275 (build_infrun): Use regcache_xmalloc.
4276 (_initialize_infrun): Delete redundant call to build_infrun.
4277
4278 * Makefile.in (infcmd.o): Add $(regcache_h).
4279
4280 * infcmd.c: Include "regcache.h".
4281 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4282 obtain the address of `stop_registers' register buffer.
4283 (print_return_value): Ditto.
4284
4285 * inferior.h (struct regcache): Add opaque declaration.
4286 (stop_registers): Change variable's declared type to ``struct
4287 regcache''.
4288
defc6f8c
TT
42892002-06-24 Tom Tromey <tromey@redhat.com>
4290
c0e624e7
TT
4291 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4292 * target.c (initialize_targets): Fixed typo in
4293 trust-readonly-sections `show' documentation.
4294
defc6f8c
TT
4295 * main.c: Marked all strings with _().
4296
2b236d82
DH
42972002-06-24 Don Howard <dhoward@redhat.com>
4298
4299 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4300 that means max CORE_ADDR+1.
4301 (lookup_mem_region): Ditto.
4302 (mem_info_command): Ditto.
4303
942dc0e9
GS
43042002-06-24 Grace Sainsbury <graces@redhat.com>
4305
4306 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4307 (REGISTER_BYTES_OK): Remove.
4308 (REGISTER_BYTES): Remove.
4309 (STORE_STRUCT_RETURN): Remove.
4310 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4311 (STORE_RETURN_VALUE): Remove.
4312 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4313 (FRAME_CHAIN): Remove.
4314 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4315 (FRAME_SAVED_PC): Remove.
4316 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4317 (m68k_store_struct_return): Add.
4318 (m68k_deprecated_extract_return_value): Add.
4319 (m68k_deprecated_extract_struct_value_address): Add.
4320 (m68k_store_return_value): Add.
4321 (m68k_frame_chain): Add.
4322 (m68k_frameless_function_invocation): Add.
4323 (m68k_frame_saved_pc): Add.
4324 (m68k_gdbarch_init): added set_gdbarch calls for new
4325 functions and deleted macros.
4326
03c30d4d
TT
43272002-06-23 Tom Tromey <tromey@redhat.com>
4328
4329 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4330 (ALLDEPFILES): Likewise.
4331 (udiheaders): Removed.
4332 (udip2soc.o): Likewise.
4333 (udi2go32.o): Likewise.
4334 (udr.o): Likewise.
4335 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4336
37e71372
AC
43372002-06-22 Andrew Cagney <ac131313@redhat.com>
4338
06a6ac57
AC
4339 * infrun.c (_initialize_infrun): Delete unnecessary call to
4340 build_infrun.
4341
37e71372
AC
4342 * regcache.h: Update comments describing the regcache_cpy family
4343 of functions.
4344 (regcache_save, regcache_restore): Delete declaration.
4345 (regcache_save_no_passthrough): Delete declaration.
4346 (regcache_restore_no_passthrough): Delete declaration.
4347 * regcache.c (regcache_save): Delete function.
4348 (regcache_save_no_passthrough): Delete function.
4349 (regcache_restore): Delete function.
4350 (regcache_restore_no_passthrough): Delete function.
4351
78f6d055
AC
43522002-06-21 Andrew Cagney <ac131313@redhat.com>
4353
4354 * config/m68k/tm-m68k.h: Fix typo.
4355 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4356 (m68k_frame_init_saved_regs): Declare.
4357
78b119cb
JB
43582002-06-21 Jim Blandy <jimb@redhat.com>
4359
4360 Remove some vestiges of Harris 88k support.
4361 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4362 register numbering quirk.
4363 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4364 odd symbols occurring in Harris 88k ELF targets.
4365
0fbb3da7
TT
43662002-06-21 Tom Tromey <tromey@redhat.com>
4367
4368 * gdb_locale.h: New file.
4369 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4370 (defs_h): Added gdb_locale.h.
4371 * configure, config.in: Rebuilt.
4372 * configure.in (PACKAGE): Define.
4373 * defs.h: Include gdb_locale.h.
4374 * main.c (captured_main): Call setlocale, bindtextdomain,
4375 textdomain.
4376
456f8b9d
DB
43772002-06-21 Dave Brolley <brolley@redhat.com>
4378
4379 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4380 * config/frv/frv.mt: New file.
4381 * config/frv/tm-frv.h: New file.
4382 * configure.tgt: Support frv-*-*.
4383 * Makefile.in (frv-tdep.o): New target.
4384 * frv-tdep.c: New file.
4385 * NEWS: Mention frv.
4386
cdd463f9
DB
43872002-06-21 Dave Brolley <brolley@redhat.com>
4388
4389 * MAINTAINERS: Add self to "Write After Approval" list.
4390
5d3ed2e3
GS
43912002-06-21 Grace Sainsbury <graces@redhat.com>
4392
4393 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4394 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4395 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4396 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4397 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4398
4399 * m68k-tdep.c: Include arch-utils.h
4400 (m68k_register_raw_size): Add.
4401 (m68k_register_virtual_size): Add.
4402 (m68k_register_virtual_type): Add.
4403 (m68k_register_name): Add.
4404 (m68k_stack_align): Add.
4405 (m68k_register_byte): Add.
4406 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4407 tm-m68k.h.
4408
7f8e7424
GS
44092002-06-21 Grace Sainsbury <graces@redhat.com>
4410
a2c6a6d5 4411 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4412 m68k_find_saved_regs.
4413 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4414 references to it with frame->saved_regs.
7f8e7424
GS
4415 (m68k_gdbarch_init): Added function calls to initialize the
4416 gdbarch structure.
a2c6a6d5
GS
4417 (m68k_fix_call_dummy): Add.
4418 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4419 (CALL_DUMMY): Remove.
4420 (CALL_DUMMY_LENGTH): Remove.
4421 (CALL_DUMMY_START_OFFSET): Remove.
4422 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4423 (FIX_CALL_DUMMY): Remove.
4424 (PUSH_DUMMY_FRAME): Remove.
4425 (POP_FRAME): Remove.
7f8e7424 4426
f461f5cf
PM
44272002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4428
4429 * parse.c (parse_fprintf): New function used to avoid calls to
4430 fprintf in bison parser generated debug code.
4431 * parser-defs.h: Declaration of new parse_fprintf function.
4432 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4433 Set YYDEBUG to 1 by default.
4434 Set YYFPRINTF as parse_fprintf.
4435
7f0c12ed
ML
44362002-06-21 Michal Ludvig <mludvig@suse.cz>
4437
4438 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4439 encoding anymore.
4440 (pointer_encoding, enum ptr_encoding): New.
4441 (execute_cfa_program): Take care about pointer encoding.
4442 (dwarf2_build_frame_info): Only call parse_frame_info for
4443 .debug_frame and .eh_frame.
4444 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4445 fixed augmentation handling, added relative addressing,
4446 ignore duplicate FDEs. Added comments.
19d833a2 4447 * dwarf2cfi.c: Reindented.
7f0c12ed 4448
87c4a039
EZ
44492002-06-20 Elena Zannoni <ezannoni@redhat.com>
4450
4451 * event-top.c (command_handler): Don't use space_at_cmd_start
4452 unless there is sbrk() on the host. Assign time and space data
4453 to union fields of the appropriate length.
4454
1cf877ad
ML
44552002-06-20 Michal Ludvig <mludvig@suse.cz>
4456
4457 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4458 x86_64_register_name. Return type changed to 'const char *'.
4459 (x86_64_register_name2nr): Rename to x86_64_register_number.
4460 (x86_64_gdbarch_init): Update to reflect the change.
4461 * x86-64-tdep.h: Ditto.
4462 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4463 (supply_fpregset): Ditto.
4464
3fadccb3
AC
44652002-06-19 Andrew Cagney <cagney@redhat.com>
4466
4467 * regcache.h: Update copyright.
4468 (struct regcache, struct gdbarch): Add opaque declarations.
4469 (current_regcache): Declare global variable.
4470 (regcache_read, regcache_write): Add gdbarch parameter.
4471 (regcache_save, regcache_save_no_passthrough)
4472 (regcache_restore, regcache_restore_no_passthrough)
4473 (regcache_dup, regcache_dup_no_passthrough)
4474 (regcache_cpy, regcache_cpy_no_passthrough)
4475 (deprecated_grub_regcache_for_registers)
4476 (deprecated_grub_regcache_for_register_valid)
4477 (regcache_valid_p): Add function declarations.
4478
4479 * regcache.c: Update copyright.
4480 (regcache_descr_handle): New global variable.
4481 (struct regcache_descr): Define.
4482 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4483 (regcache_descr, xfree_regcache_descr): New functions.
4484 (struct regcache): Define.
4485 (regcache_xmalloc, regcache_xfree): New functions.
4486 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4487 (regcache_dup, regcache_dup_no_passthrough): New functions.
4488 (regcache_valid_p, regcache_read_as_address): New functions.
4489 (deprecated_grub_regcache_for_registers): New function.
4490 (deprecated_grub_regcache_for_register_valid): New function.
4491 (current_regcache): New global variable.
4492 (register_buffer): Add regcache parameter. Update calls.
4493 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4494 (read_register_gen, write_register_gen): Update register_buffer
4495 call. Test for legacy_p instead of gdbarch_register_read_p or
4496 gdbarch_register_write_p.
4497 (regcache_collect): Update register_buffer call.
4498 (build_regcache): Rewrite. Use deprecated grub functions.
4499 (regcache_save, regcache_save_no_passthrough): New functions.
4500 (regcache_restore, regcache_restore_no_passthrough): New
4501 functions.
4502 (_initialize_regcache): Create the regcache_data_handle. Swap
4503 current_regcache global variable.
4504
4505 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4506 parameter to regcache_read and regcache_write calls.
4507 (sh4_register_read): Ditto.
4508 (sh64_pseudo_register_read): Ditto.
4509 (sh64_register_read): Ditto.
4510 (sh_pseudo_register_write): Ditto.
4511 (sh4_register_write): Ditto.
4512 (sh64_pseudo_register_write): Ditto.
4513 (sh64_register_write): Ditto.
4514
4515 * defs.h (XCALLOC): Define.
4516
152d9db6
GS
45172002-06-19 Grace Sainsbury <graces@redhat.com>
4518
4519 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4520 * m68k-tdep.c (m68k_gdbarch_init): Added.
4521 (m68k_dump_tdep): Added.
4522
170911c7
DJ
45232002-06-19 Daniel Jacobowitz <drow@mvista.com>
4524
4525 * ada-lang.c (fill_in_ada_prototype): Update comment.
4526
2e4ebe70
DJ
45272002-06-19 Daniel Jacobowitz <drow@mvista.com>
4528
4529 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4530 MIPS_ABI_LAST.
4531 (mips_abi_string, mips_abi_strings): New.
4532 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4533 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4534 tdep->mips_abi_string. Honor mips_abi_string. Default to
4535 O32 if no ABI is found.
4536 (mips_dump_tdep): Use mips_abi_strings.
4537 (mips_abi_update): New function.
4538 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4539 ``set mips abi'' and ``show mips abi''. Check the size of
4540 mips_abi_strings.
4541
16775908
AC
45422002-06-19 Andrew Cagney <cagney@redhat.com>
4543
4544 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4545 constant.
4546
5051bfa4 45472002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4548
5051bfa4
JB
4549 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4550 current frame using only the first stack size adjustment. All
4551 subsequent size adjustments are not considered to be part of
4552 the "static" part of the current frame.
4553 Compute the address of the saved registers relative to the
4554 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4555 in use in this frame.
4556
56468235
DH
45572002-06-18 Don Howard <dhoward@redhat.com>
4558
4559 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4560 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4561 suggesting this solution.
4562
0b624158
AC
45632002-06-18 Andrew Cagney <ac131313@redhat.com>
4564
4565 * config/romp/xm-rtbsd.h: Delete file.
4566 * config/romp/rtbsd.mh: Delete file.
4567
221ea385
KS
45682002-06-18 Keith Seitz <keiths@redhat.com>
4569
4570 * breakpoint.c (condition_command): Post breakpoint_modify
4571 when a condition is added to an existing breakpoint.
4572 (commands_command): Likewise for commands.
4573 (set_ignore_count): Likewise for ignore counts.
4574 If no tty, do not simply return, still need to send event
4575 notification.
4576 (ignore_command): Only print a newline if the command came
4577 from a tty.
4578 Don't call breakpoints_changed, since this is now properly
4579 handled by set_ignore_count.
4580
5402eed1
AC
45812002-06-18 Andrew Cagney <cagney@redhat.com>
4582
4583 * MAINTAINERS: Note that cris-elf target can be compiled with
4584 -Werror.
4585 * cris-tdep.c (cris_register_name): Make return type constant.
4586 (cris_breakpoint_from_pc): Ditto.
4587
cc22880b
ML
45882002-06-18 Michal Ludvig <mludvig@suse.cz>
4589
4590 * frame.h (struct frame_info): Change type of context to
4591 'struct context'.
4592
fa88f677
AC
45932002-06-17 Andrew Cagney <cagney@redhat.com>
4594
4595 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4596 pointer.
4597 * gdbarch.h, gdbarch.c: Regenerate.
4598 * config/mips/tm-mips.h (mips_register_name): Update.
4599 * i386-tdep.h (i386_register_name): Update.
4600 * mips-tdep.c (mips_register_name): Update
4601 * alpha-tdep.c (alpha_register_name): Update.
4602 * arch-utils.c (legacy_register_name): Update.
4603 * arch-utils.h (legacy_register_name): Update.
4604 * avr-tdep.c (avr_register_name): Update.
4605 * ia64-tdep.c (ia64_register_name): Update.
4606 * i386-tdep.c (i386_register_name): Update.
4607 * sparc-tdep.c (sparc32_register_name): Update.
4608 (sparc64_register_name): Update.
4609 (sparclite_register_name): Update.
4610 (sparclet_register_name): Update.
4611 * sh-tdep.c (sh_generic_register_name): Update.
4612 (sh_sh_register_name): Update.
4613 (sh_sh3_register_name): Update.
4614 (sh_sh3e_register_name): Update.
4615 (sh_sh_dsp_register_name): Update.
4616 (sh_sh3_dsp_register_name): Update.
4617 (sh_sh4_register_name): Update.
4618 (sh_sh64_register_name): Update.
4619 * s390-tdep.c (s390_register_name): Update.
4620 * rs6000-tdep.c (rs6000_register_name): Update.
4621 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4622 (ns32k_register_name_32382): Update.
4623 * d10v-tdep.c (d10v_ts2_register_name): Update.
4624 (d10v_ts3_register_name): Update.
4625 * xstormy16-tdep.c (xstormy16_register_name): Update.
4626 * vax-tdep.c (vax_register_name): Update.
4627 * v850-tdep.c (v850_register_name): Update.
4628 * m68hc11-tdep.c (m68hc11_register_name): Update.
4629 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4630 (am33_register_name): Update.
4631
ea1e7ef6
GS
46322002-06-17 Grace Sainsbury <graces@redhat.com>
4633
4634 * m68k-tdep.c: Reindented.
4635
9b02dd1b
AC
46362002-06-17 Andrew Cagney <ac131313@redhat.com>
4637
4638 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4639 list of predefined types.
4640
8758dec1
MK
46412002-06-16 Mark Kettenis <kettenis@gnu.org>
4642
b6197528
MK
4643 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4644 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4645 REGISTER_CONVERT_TO_RAW): Remove defines.
4646 (i386_register_virtual_type, i386_register_convertible,
4647 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4648 Remove prototypes.
4649 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4650 macros mentioned above.
4651
82b47e62
MK
4652 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4653 (i386lynx_saved_pc_after_call): Remove prototype.
4654 * i386ly-tdep.c: Include "i386-tdep.h".
4655 (i386lynx_saved_pc_after_call): Make static. Use
4656 read_memory_nobpt instead of read_memory. Use
4657 read_memory_unsigned_integer instead of read_memory_integer.
4658 (i386lynx_init_abi): New function.
4659 (i386lynx_coff_osabi_sniffer): New function.
4660 (_initialize_i386bsd_tdep): New function.
4661
8758dec1
MK
4662 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4663 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4664 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4665 (i386_fix_call_dummy): Remove prototype.
4666 * i386-tdep.c (i386_call_dummy_words): New variable.
4667 (i386_gdbarch_init): Adjust for removal of the
4668 macros mentioned above.
4669
e9e68a56
AC
46702002-06-15 Andrew Cagney <ac131313@redhat.com>
4671
4672 * command.h (add_setshow_auto_boolean_cmd): Replace
4673 add_set_auto_boolean_cmd.
4674 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4675 add_set_auto_boolean_cmd.
4676 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4677 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4678 mask-address'' command.
4679 (show_mask_address): Add cmd parameter.
4680 * remote.c (add_packet_config_cmd): Update. Change type of
4681 set_func and show_func to cmd_sfunc_ftype.
4682 (_initialize_remote): Update `set remote Z-packet'
4683 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4684 (show_remote_protocol_e_packet_cmd): Ditto.
4685 (show_remote_protocol_E_packet_cmd): Ditto.
4686 (show_remote_protocol_P_packet_cmd): Ditto.
4687 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4688 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4689 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4690 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4691 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4692 (show_remote_protocol_Z_packet_cmd): Ditto.
4693 (show_remote_protocol_binary_download_cmd): Ditto.
4694 (show_remote_cmd): Pass NULL to all of above.
4695
fc08ec52
MK
46962002-06-15 Mark Kettenis <kettenis@gnu.org>
4697
4698 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4699 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4700 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4701 POP_FRAME): Remove defines.
4702 (i386_push_arguments, i386_store_struct_return,
4703 i386_extract_return_value, i386_store_return_value,
4704 i386_extract_struct_value_address, i386_push_dummy_frame,
4705 i386_pop_frame): Renove prototypes.
4706 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4707 macros mentioned above.
4708
e707bbc2
AC
47092002-06-15 Andrew Cagney <ac131313@redhat.com>
4710
4711 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4712 add_set_boolean_cmd.
4713 (add_setshow_cmd): New function.
4714 * command.h (add_setshow_boolean_cmd): Replace
4715 add_set_boolean_cmd.
4716 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4717 and ``set rdiromatzero''.
4718 * maint.c (_initialize_maint_cmds): Update commented out code.
4719 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4720 * target.c (initialize_targets): Update `set
4721 trust-readonly-sections'.
4722 * remote.c (_initialize_remote): Update `set remotebreak'.
4723
42fdc8df
MK
47242002-06-15 Mark Kettenis <kettenis@gnu.org>
4725
93924b6b
MK
4726 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4727 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4728 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4729 fit into multi-arch framework.
4730 (i386_breakpoint_from_pc): New function.
4731 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4732 above.
4733
42fdc8df
MK
4734 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4735 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4736 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4737 (i386_frameless_function_invocation, i386_frame_num_args,
4738 i386_frame_init_saved_regs): Remove prototypes.
4739 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4740 macros mentioned above.
4741
9773a94b
AC
47422002-06-15 Andrew Cagney <ac131313@redhat.com>
4743
4744 * cli/cli-decode.c (set_cmd_cfunc): Update.
4745 (set_cmd_sfunc): Update.
4746 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4747 (set_cmd_sfunc, set_cmd_cfunc): Update.
4748 * cli/cli-decode.h: Update.
4749
6e157172
MK
47502002-06-15 Mark Kettenis <kettenis@gnu.org>
4751
4752 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4753 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4754
7f19b9a2
AC
47552002-06-15 Andrew Cagney <ac131313@redhat.com>
4756
4757 * defs.h (auto_boolean): Declare enum.
4758 * command.h (cmd_auto_boolean): Delete enum.
4759 * mips-tdep.c (mask_address_var): Update.
4760 (mips_mask_address_p): Update.
4761 (show_mask_address): Update.
4762 * remote.c (struct packet_config): Update.
4763 (update_packet_config): Update.
4764 (show_packet_config_cmd): Update.
4765 (packet_ok): Update.
4766 (add_packet_config_cmd): Update.
4767 (_initialize_remote):
4768 * command.h: Update.
4769 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4770 (do_setshow_command): Update.
4771 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4772 * cli/cli-decode.h: Update.
4773
1cf88de5
MK
47742002-06-15 Mark Kettenis <kettenis@gnu.org>
4775
22ba8cf2
MK
4776 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4777 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4778 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4779 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4780 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4781 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4782
762c5349
MK
4783 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4784 list of DJGPP COFF targets.
4785
091198bb
MK
4786 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4787 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4788 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4789 (FP0_REGNUM): Remove define.
4790 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4791 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4792 (i386_register_virtual_size): Remove protoype.
4793 * i386-tdep.c (i386_register_virtual_size): Removed.
4794 (i386_extract_return_value, i386_store_return_value): Use
4795 FP0_REGNUM instead of NUM_FREGS to determine whether the
4796 floating-point registers are available.
4797 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4798 Adjust for removal of macros mentioned above.
4799
48002002-06-15 Mark Kettenis <kettenis@gnu.org>
4801
fcc9bf01
MK
4802 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4803 comments.
4804 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4805 Remove prototypes.
4806 (supply_gregset, fill_gregset): Remove use of register keyword and
4807 remove declaration for regmap. Use I386_NUM_GREGS instead of
4808 NUM_REGS and NUM_FREGS.
4809 (FPREGSET_FSAVE_OFFSET): Remove.
4810 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4811 NUM_FREGS to determine whether the floating-point registers are
4812 available.
4813
65e78234
MK
4814 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4815 gnu_store_registers): Replace usage of NUM_GREGS with
4816 I386_NUM_GREGS.
4817
98df6387
MK
4818 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4819 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4820 usage of NUM_GREGS with I386_NUM_GREGS.
4821
099a9414
MK
4822 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4823
57976e88
MK
4824 * i386bsd-nat.c: Include "i386-tdep.h".
4825 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4826 I386_NUM_GREGS.
4827
b335f4a6
MK
4828 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4829 and associated comment. They no longer make any sense, since we
4830 don't use this file anymore on Linux.
4831
1cf88de5
MK
4832 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4833 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4834 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4835 elements in these arrays.
4836 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4837 MAX_NUM_REGS.
4838
daa66587
MK
48392002-06-15 Mark Kettenis <kettenis@gnu.org>
4840
4841 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4842 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4843
26e9b323
AC
48442002-06-14 Andrew Cagney <cagney@redhat.com>
4845
4846 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4847 EXTRACT_RETURN_VALUE.
4848 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4849 EXTRACT_STRUCT_VALUE_ADDRESS.
4850 * gdbarch.h, gdbarch.c: Regenerate.
4851
4852 * values.c (value_being_returned): Handle
4853 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4854 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4855
4856 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4857 * arm-tdep.c (arm_gdbarch_init): Update.
4858 * avr-tdep.c (avr_gdbarch_init): Update.
4859 * cris-tdep.c (cris_gdbarch_init): Update.
4860 * d10v-tdep.c (d10v_gdbarch_init): Update.
4861 * ia64-tdep.c (ia64_gdbarch_init): Update.
4862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4863 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4864 * s390-tdep.c (s390_gdbarch_init): Update.
4865 * sh-tdep.c (sh_gdbarch_init): Update.
4866 * s390-tdep.c (s390_gdbarch_init): Update.
4867 * sparc-tdep.c (sparc_gdbarch_init): Update.
4868 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4869 * v850-tdep.c (v850_gdbarch_init): Update.
4870 * vax-tdep.c (vax_gdbarch_init): Update.
4871 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4872 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4873
4874 * config/arc/tm-arc.h: Update.
4875 * config/d30v/tm-d30v.h: Update.
4876 * config/fr30/tm-fr30.h: Update.
4877 * config/h8300/tm-h8300.h: Update.
4878 * config/h8500/tm-h8500.h: Update.
4879 * config/i386/tm-i386.h: Update.
4880 * config/i386/tm-ptx.h: Update.
4881 * config/i386/tm-symmetry.h: Update.
4882 * config/i960/tm-i960.h: Update.
4883 * config/m32r/tm-m32r.h: Update.
4884 * config/m68k/tm-delta68.h: Update.
4885 * config/m68k/tm-linux.h: Update.
4886 * config/m68k/tm-m68k.h: Update.
4887 * config/m88k/tm-m88k.h: Update.
4888 * config/mcore/tm-mcore.h: Update.
4889 * config/mips/tm-mips.h: Update.
4890 * config/mn10200/tm-mn10200.h: Update.
4891 * config/pa/tm-hppa.h: Update.
4892 * config/pa/tm-hppa64.h: Update.
4893 * config/sparc/tm-sp64.h: Update.
4894 * config/sparc/tm-sparc.h: Update.
4895 * config/sparc/tm-sparclet.h: Update.
4896 * config/z8k/tm-z8k.h: Update.
4897
5179e78f
AC
48982002-06-14 Andrew Cagney <cagney@redhat.com>
4899
4900 * Makefile.in (i386_linux_tdep_h): Define.
4901 (i386_tdep_h, i387_tdep_h): Define.
4902 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4903 $(i386_tdep_h) and $(i387_tdep_h).
4904 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4905
8201327c
MK
49062002-06-14 Mark Kettenis <kettenis@gnu.org>
4907
edf393ac
MK
4908 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4909 Already covered by the default.
4910
896fb97d
MK
4911 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4912 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4913 (i386_gdbarch_init): Initialize long_double_format and long_double
4914 bit.
4915
8201327c
MK
4916 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4917 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4918 Move these to ...
4919 * config/i386/i386sol2.mh: ... here.
4920 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4921 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4922 (SIGCONTEXT_PC_OFFSET): Remove define.
4923 (IN_SIGTRAMP): Remove define.
4924 * i386-sol2-tdep.c: New file.
4925
4926 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4927 * config/i386/tm-i386nw.h: Removed.
4928
4929 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4930 USE_STRUCT_CONVENTION): Remove defines.
4931 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4932 (get_longjmp_target): Remove prototype.
4933 (IN_SIGTRAMP): Remove define.
4934 (i386bsd_in_sigtramp): Remove prototype.
4935 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4936 function. Update comment accordingly
4937 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4938 (FRAME_SAVED_PC): Remove define.
4939 (i386bsd_frame_saved_pc): Remove prototype.
4940 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4941 GET_LONGJMP_TARGET): Remove defines.
4942 (get_longjmp_target): Remove prototype.
4943 (IN_SIGTRAMP): Remove define.
4944 (i386bsd_in_sigtramp): Remove prototype.
4945 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4946 function. Update comment accordingly
4947 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4948 (FRAME_SAVED_PC): Remove define.
4949 (i386bsd_frame_saved_pc): Remove prototype.
4950 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4951 Remove prototype.
4952 (USE_STRUCT_CONVENTION): Remove prototype.
4953 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4954 declaration.
4955 (_initialize_i386bsd_nat): Revise logic to determine some
4956 constants at compile time when compiling a native GDB. Warn if
4957 things don't match up with what we expect.
4958 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4959 Remove variables.
4960 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4961 to use date stored in `struct gdbarch_tdep'.
4962 (i386bsd_sigcontext_offset): Remove varaible.
4963 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4964 stored in `struct gdbarch_tdep'.
4965 (i386bsd_frame_saved_pc): Make static.
4966 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4967 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4968 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4969 i386fbsd4_sc_pc_offset): New variables.
4970 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4971 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4972 functions.
4973 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4974 functions.
4975 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4976 Modify the value of i386fbsd_sigtramp_start and
4977 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4978 i386fbsd_sigtramp_end.
4979 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4980 function.
4981
4982 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4983 define to i386-linux-tdep.h.
4984 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4985 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4986 defines.
4987 (i386_linux_register_name, i386_linux_register_byte,
4988 i386_linux_register_raw_size): Remove prototypes.
4989 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4990 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4991 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4992 TARGET_WRITE_PC): Remove defines.
4993 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4994 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4995 i386_linux_write_pc): Remove prototypes.
4996 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4997 (get_longjmp_target): Remove prototype.
4998 * i386-linux-tdep.h: New file.
4999 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5000 * i386-linux-tdep.c: Include "i386-tdep.h" and
5001 "i386-linux-tdep.h".
5002 (i386_linux_register_name, i386_linux_register_byte,
5003 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5004 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5005 Make static.
5006 (i386_linux_init_abi): New function.
5007 (_initialize_i386_linux_tdep): New function.
5008
5009 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5010 (i386_saved_pc_after_call): Remove prototype.
5011 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5012 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5013 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5014 (i386_register_name, i386_stab_reg_to_regnum,
5015 i386_dwarf_reg_to_regnum): Remove prototypes.
5016 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5017 SIZEOF_SSE_REGS): Remove defines.
5018 (REGISTER_BYTES): Remove define.
5019 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5020 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5021 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5022 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5023 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5024 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5025 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5026 (get_longjmp_target): Remove prototype.
5027 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5028 (sigtramp_saved_pc): Remove define.
5029 (i386v4_sigtramp_saved_pc): Remove prototype.
5030 * config/i386/tm-go32.h (FRAME_CHAIN,
5031 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5032 (i386go32_frame_saved_pc): Remove prototype.
5033 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5034 (get_longjmp_target): Remove prototype.
5035 * i386-tdep.h: Include "osabi.h".
5036 (enum i386_abi): Removed.
5037 (enum struct_return): New enum.
5038 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5039 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5040 sc_pc_offset members.
5041 (i386_gdbarch_register_os_abi): Remove prototype.
5042 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5043 I386_SSE_NUM_REGS): New defines.
5044 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5045 I386_SSE_SIZEOF_REGS): New defines.
5046 (i386_register_name, i386_register_byte, i386_register_raw_size):
5047 New prototypes.
5048 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5049 (i386bsd_sigtramp_saved_pc): New prototype.
5050 * i386-tdep.c: Don't include "elf-bfd.h".
5051 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5052 i386_frame_chain, i386_saved_pc_after_call): Make static.
5053 (i386_frame_saved_pc): Rewrite to call architecture dependent
5054 function to deal with signal handlers. Make static.
5055 (i386go32_frame_saved_pc): Removed.
5056 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5057 Removed.
5058 (i386_get_longjmp_target): New function.
5059 (default_struct_convention, pcc_struct_convention,
5060 reg_struct_convention, valid_conventions, struct_convention): New
5061 variables.
5062 (i386_use_struct_convention): New function.
5063 (i386v4_sigtramp_saved_pc): Renamed to
5064 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5065 (i386_pc_in_sigtramp): New function.
5066 (i386_abi_names): Removed.
5067 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5068 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5069 Removed.
5070 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5071 i386_gdbarch_register_os_abi): Removed.
5072 (struct i386_abi_handler): Removed.
5073 (i386_abi_handler_list): Removed.
5074 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5075 functions.
5076 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5077 i386_nw_init_abi): New functions.
5078 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5079 Use set_gdbarch_xxx() calls instead of relying on macros for a
5080 number of calls.
5081 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5082 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5083 Register the various architecture variants defined in this file.
5084
ad2f7632
DJ
50852002-06-14 Daniel Jacobowitz <drow@mvista.com>
5086
5087 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5088 (struct main_type): Remove arg_types member. Update comments for
5089 struct field.
5090 (TYPE_ARG_TYPES): Remove.
5091 (TYPE_FN_FIELD_ARGS): Update.
5092 (smash_to_method_type): Update prototype.
5093
5094 * c-typeprint.c (cp_type_print_method_args): Take method type
5095 instead of argument list. Use new argument layout. Simplify.
5096 (c_type_print_args): Use new argument layout. Simplify.
5097 (c_type_print_base): Update call to cp_type_print_method_args.
5098 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5099 argument; use die->type instead. Update call to
5100 smash_to_method_type.
5101 (read_structure_scope): Update call to dwarf2_add_member_fn.
5102 * gdbtypes.c (allocate_stub_method): Update comment.
5103 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5104 Use new argument layout.
5105 (check_stub_method): Use new argument layout. Don't count
5106 void as an argument.
5107 (print_arg_types): Update comments. Use new argument layout.
5108 (recursive_dump_type): Don't print arg_types member.
5109 * hpread.c (hpread_read_struct_type): Use new argument layout.
5110 (fixup_class_method_type): Likewise.
5111 (hpread_type_lookup): Likewise.
5112 * stabsread.c (read_type): Update calls to read_args and
5113 smash_to_method_type.
5114 (read_args): Use new argument layout. Simplify.
5115 * valops.c (typecmp): Use new argument layout. Update parameters
5116 and comments. Simplify.
5117 (hand_function_call): Use new argument layout.
5118 (search_struct_method): Update call to typecmp.
5119 (find_overload_match): Use new argument layout.
5120
6da02953
DJ
51212002-06-13 Daniel Jacobowitz <drow@mvista.com>
5122
5123 * NEWS: Mention multithreaded debug support for gdbserver.
5124
519b2366
DJ
51252002-06-13 Daniel Jacobowitz <drow@mvista.com>
5126
5127 * MAINTAINERS: Mention NEWS.
5128
6c0d6680
DJ
51292002-06-13 Daniel Jacobowitz <drow@mvista.com>
5130
5131 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5132 (struct mips_objfile_private, compare_pdr_entries): New.
5133 (non_heuristic_proc_desc): Read the ".pdr" section if it
5134 is present.
5135
6529d2dd
AC
51362002-06-12 Andrew Cagney <ac131313@redhat.com>
5137
5138 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5139 (arm_debug): New static variable.
5140 (_initialize_arm_tdep): Add ``set debug arm'' command.
5141
26216b98
AC
51422002-06-12 Andrew Cagney <ac131313@redhat.com>
5143
5144 * Makefile.in (sim_arm_h): Define.
5145 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5146 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5147 (arm_register_sim_regno): New function, map an internal REGNUM
5148 onto a simulator register number.
5149 (arm_gdbarch_init): Set register_sim_regno.
5150
814b3ba0
AH
51512002-06-09 Aldy Hernandez <aldyh@redhat.com>
5152
5153 * MAINTAINERS: Add self.
5154
475b0867
JB
51552002-06-11 Jim Blandy <jimb@redhat.com>
5156
919d772c
JB
5157 * source.c (source_info): Mention whether the symtab has
5158 information about preprocessor macros.
5159
475b0867
JB
5160 Call the command `info macro', not `show macro'.
5161 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5162 Fix error message.
5163 (_initialize_macrocmd): Register `info_macro_command' in
5164 `infolist', not `showlist'.
5165
9e364162
DJ
51662002-06-11 Daniel Jacobowitz <drow@mvista.com>
5167
5168 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5169 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5170 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5171 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5172 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5173 unconditionally.
5174 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5175 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5176 (_initialize_mips_tdep): Remove dead code.
5177 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5178 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5179 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5180 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5181 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5182 MIPS_LAST_FP_ARG_REGNUM): Remove.
5183
23aa4c72
ML
51842002-06-11 Michal Ludvig <mludvig@suse.cz>
5185
5186 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5187 (unwind_tmp_obstack_free, parse_frame_info)
5188 (update_context, cfi_read_fp, cfi_write_fp)
5189 (cfi_frame_chain, cfi_init_extra_frame_info)
5190 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5191 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5192
70eb15a4
CV
51932002-06-11 Corinna Vinschen <vinschen@redhat.com>
5194
5195 * v850-tdep.c (v850_type_is_scalar): New function.
5196 (v850_use_struct_convention): Match current gcc implementation
5197 as close as possible.
5198 (v850_push_arguments): Fix stack_offset handling. Don't write
5199 struct_addr into register. This is done by v850_store_struct_return.
5200 (v850_extract_return_value): Care for structs.
5201 (v850_store_return_value): Ditto.
5202 (v850_store_struct_return): Actually write address.
5203
482a4d06
ML
52042002-06-11 Michal Ludvig <mludvig@suse.cz>
5205
5206 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5207 without debug information too.
5208
d855c300
AC
52092002-06-10 Andrew Cagney <ac131313@redhat.com>
5210
5211 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5212 Make multi-arch pure.
5213 * gdbarch.h, gdbarch.c: Re-generate.
5214 * arm-tdep.c (arm_print_float_info): Update.
5215 * arch-utils.h (default_print_float_info): Update.
5216 * arch-utils.c (default_print_float_info): Update.
5217 * infcmd.c (float_info): Update call.
5218
dd12a101
AC
52192002-06-10 Andrew Cagney <ac131313@redhat.com>
5220
5221 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5222 the front of the initialize list.
5223
101dcfbe
AC
52242002-06-10 Andrew Cagney <ac131313@redhat.com>
5225
5226 * infrun.c (struct inferior_status): Replace fields
5227 selected_frame_address and selected_level with field
5228 selected_frame_id.
5229 (save_inferior_status): Update. Use get_frame_id.
5230 (struct restore_selected_frame_args): Delete.
5231 (restore_selected_frame): Update. Use frame_find_by_id.
5232 (restore_inferior_status): Update.
5233
5234 * breakpoint.h (struct breakpoint): Change type of
5235 watchpoint_frame to frame_id.
5236 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5237 call to get_current_frame.
5238 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5239 get_current_frame.
5240 (watchpoint_check): Use frame_find_by_id.
5241
5242 * frame.h (record_selected_frame): Delete declaration.
5243 * stack.c (record_selected_frame): Delete function.
5244
5245 * frame.h (struct frame_id): Define.
5246 (get_frame_id): Declare.
5247 (frame_find_by_id): Declare.
5248 * frame.c (frame_find_by_id): New function.
5249 (get_frame_id): New function.
5250
304270b6
AV
52512002-06-10 Andrey Volkov <avolkov@transas.com>
5252
5253 * ser-e7kpc.c: Fix duplicated define and call of
5254 _initialize_ser_e7000pc
5255
2f2cf184
DJ
52562002-06-09 Daniel Jacobowitz <drow@mvista.com>
5257
5258 * signals/signals.c (target_signal_from_host): Fix #ifdef
5259 SIGRTMIN case.
5260 (do_target_signal_to_host): Likewise.
5261
caaa3122
DJ
52622002-06-09 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * mips-tdep.c (mips_find_abi_section): New function.
5265 (mips_gdbarch_init): Call it.
5266
6ac5df3a
MK
52672002-06-09 Mark Kettenis <kettenis@gnu.org>
5268
5269 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5270 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5271 after Andrew's 2002-06-08 gdbarch change.
5272
82ea117a
MK
52732002-06-09 Mark Kettenis <kettenis@gnu.org>
5274
5275 * i386-linux-nat.c (suppy_gregset): Don't supply
5276 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5277 register cache.
5278 (fill_gregset): Don't fetch it under the same circumstances.
5279
3c25f8c7
AC
52802002-06-09 Andrew Cagney <cagney@redhat.com>
5281
5282 * Makefile.in (callback_h): Define.
5283 (remote_sim_h): Update path to remote-sim.h.
5284 (remote-rdp.o): Add $(callback_h).
5285 (remote-sim.o): Use $(callback_h).
5286 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5287 * remote-rdp.c: Include "gdb/callback.h".
5288
1029b7fa
MK
52892002-06-09 Mark Kettenis <kettenis@gnu.org>
5290
5291 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5292 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5293
616675d3
AC
52942002-06-08 Andrew Cagney <ac131313@redhat.com>
5295
a3efda28
AC
5296 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5297 * rdi-share/serpardr.c: Ditto.
5298 * rdi-share/unixcomm.c: Ditto.
5299 * rdi-share/serdrv.c: Ditto.
5300 * rdi-share/hostchan.h: Ditto.
5301 * rdi-share/hostchan.c: Ditto.
5302 * rdi-share/host.h: Ditto.
5303 * rdi-share/devsw.c: Ditto.
5304
c5f10366
AC
5305 * objfiles.h: Change type of obj_private to void pointer.
5306 * pa64solib.c: Update copyright. Don't include "assert.h", use
5307 strcmp instead of STREQ, use LONGEST, do not use PTR
5308 * somsolib.c: Ditto.
5309
616675d3
AC
5310 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5311 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5312 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5313
e4b415d9
AC
53142002-06-08 Andrew Cagney <ac131313@redhat.com>
5315
5316 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5317 (default_get_saved_register): Delete function.
5318 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5319 generic_unwind_get_saved_register.
5320 * gdbarch.h, gdbarch.c: Re-generate.
5321
ca0d0b52
AC
53222002-06-08 Andrew Cagney <ac131313@redhat.com>
5323
5324 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5325 generic_func_frame_chain_valid.
5326 * gdbarch.h, gdbarch.c: Re-generate.
5327 * blockframe.c (generic_func_frame_chain_valid): Only check
5328 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5329 passing FP to PC_IN_CALL_DUMMY.
5330 Fix PR gdb/360.
5331
76860b5f
AC
53322002-06-08 Andrew Cagney <ac131313@redhat.com>
5333
5334 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5335 (register_gdbarch_data): Initialize init_p.
5336 (gdbarch_data): Initialize data pointer using the init function.
5337 (init_gdbarch_data): Delete function.
5338 (gdbarch_update_p): Update.
5339 (initialize_non_multiarch): Update.
5340 (struct gdbarch): Add field initialized_p.
5341 * gdbarch.h, gdbarch.c: Re-generate.
5342
8dda9770
ML
53432002-06-07 Michal Ludvig <mludvig@suse.cz>
5344
5345 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5346 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5347 better do the things actually here.
5348 * x86-64-tdep.c (x86_64_register_name2nr): New.
5349 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5350 (x86_64_gdbarch_init): Respect the above change.
5351 * x86-64-tdep.h (x86_64_register_name2nr)
5352 (x86_64_register_nr2name): Add prototypes.
5353 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5354
3d79a47c
MS
53552002-06-06 Michael Snyder <msnyder@redhat.com>
5356
7bd91a28
MS
5357 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5358 Delete extra braces and re-indent.
5359 (d10v_store_return_value): Char return values
3d79a47c
MS
5360 must be shifted over by one byte in R0.
5361 (d10v_extract_return_value): Delete extra braces, re-indent.
5362
095a4c96
EZ
53632002-06-06 Elena Zannoni <ezannoni@redhat.com>
5364
5365 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5366 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5367 (d10v_integer_to_address): Rewrite.
5368 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5369 the d10v specific functions which take care of converting to the
5370 correct space.
5371
e8a77ca4
EZ
53722002-06-06 Elena Zannoni <ezannoni@redhat.com>
5373
5374 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5375 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5376
4f2e4a4f
AC
53772002-06-02 Andrew Cagney <ac131313@redhat.com>
5378
5379 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5380 includes.
5381 * config/tm-linux.h: Ditto.
5382 * config/alpha/tm-alphalinux.h: Ditto.
5383 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5384 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5385 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5386 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5387 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5388 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5389 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5390 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5391 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5392 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5393 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5394 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5395 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5396 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5397 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5398 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5399 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5400 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5401 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5402 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5403 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5404 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5405 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5406 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5407 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5408 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5409 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5410 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5411 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5412 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5413 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5414 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5415 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5416 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5417 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5418 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5419 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5420
ae2ab2ce
AS
54212002-05-04 Aidan Skinner <aidan@velvet.net>
5422
5423 * ada-exp.tab.c: New file
5424 * ada-exp.y: New file
5425 * ada-lang.c: New file
5426 * ada-lang.h: New file
5427 * ada-lex.c: New file
5428 * ada-lex.l: New file
5429 * ada-tasks.c: New file
5430 * ada-typeprint.c: New file
5431 * ada-valprint.c: New file
5432
0ddd0135
JT
54332002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5434
5435 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5436 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5437
750fbacc
JT
54382002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5439
5440 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5441 insetead of ppc-linux-tdep.o.
5442 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5443 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5444
df94e18a
AC
54452002-06-02 Andrew Cagney <ac131313@redhat.com>
5446
5447 2002-05-07 Christian Groessler <chris@groessler.org>
5448 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5449 bit register contents for little endian hosts.
5450
1a38ab75
AC
54512002-06-01 Andrew Cagney <ac131313@redhat.com>
5452
5453 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5454 any maintainer.
5455
8b1632ac
AC
54562002-06-01 Andrew Cagney <ac131313@redhat.com>
5457
5458 * gdbarch.h: Regenerate.
5459
627054c8
AC
54602002-06-01 Andrew Cagney <ac131313@redhat.com>
5461
5462 * MAINTAINERS: Add everyone to write-after-approval list.
5463
4f460812
AC
54642002-06-01 Andrew Cagney <ac131313@redhat.com>
5465
5466 * stack.c (frame_info): Use frame_register_unwind instead of
5467 saved_regs. Mention when the SP is on the stack or in a register.
5468
5469 * frame.h (frame_register_unwind_ftype): Define. Document.
5470 (struct frame_info): Add field register_unwind and
5471 register_unwind_cache.
5472 (frame_register_unwind): Declare.
5473 (generic_unwind_get_saved_register): Declare.
5474
5475 * frame.c (frame_register_unwind): New function.
5476 (generic_unwind_get_saved_register): New function.
5477
5478 * blockframe.c (generic_call_dummy_register_unwind): New function.
5479 (frame_saved_regs_register_unwind): New function.
5480 (set_unwind_by_pc): New function.
5481 (create_new_frame): New function.
5482 (get_prev_frame): New function.
5483
de888f76
AC
54842002-05-30 Andrew Cagney <ac131313@redhat.com>
5485
5486 * a29k-share/: Delete directory.
5487 * remote-vx29k.c: Delete file.
5488
2f2c3626
JT
54892002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5490
5491 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5492 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5493
9ce5c36a
JT
54942002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5495
5496 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5497 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5498 (sparc64nbsd-nat.o)
5499 (sparcnbsd-nat.o)
5500 (sparcnbsd-tdep.o): New dependency lists.
5501 * NEWS: Note new UltraSPARC NetBSD native configuration.
5502 * configure.host (sparc64-*-netbsd*): New host.
5503 * configure.tgt (sparc-*-netbsdelf*)
5504 (sparc-*-netbsd*): Set gdb_target to nbsd.
5505 (sparc64-*-netbsd*): New target.
5506 * sparc64nbsd-nat.c: New file.
5507 * sparcnbsd-nat.c: New file.
5508 * sparcnbsd-tdep.c: New file.
5509 * sparcnbsd-tdep.h: New file.
5510 * config/sparc/nbsd.mt: New file.
5511 * config/sparc/nbsd64.mh: New file.
5512 * config/sparc/nbsd64.mt: New file.
5513 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5514 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5515 (HOST_IPC): Remove.
5516 * config/sparc/nbsdaout.mt: Remove.
5517 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5518 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5519 (HOST_IPC): Remove.
5520 * config/sparc/nbsdelf.mt: Remove.
5521 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5522 sparc-nat.c compatiblity defines.
5523 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5524 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5525 * config/sparc/tm-nbsd64.h: New file.
5526 * config/sparc/tm-nbsdaout.h: Remove.
5527 * config/sparc/xm-nbsd.h: Remove.
5528
ef3cf062
JT
55292002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5530
5531 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5532 * sparc-tdep.c: Include osabi.h.
5533 (gdbarch_tdep): Add osabi member.
5534 (_initialize_sparc_tdep): Use gdbarch_register.
5535 (sparc_gdbarch_init): Use generic OS ABI framework.
5536 (sparc_dump_tdep): New function.
5537
ee8ff470
KB
55382002-05-30 Kevin Buettner <kevinb@redhat.com>
5539
5540 * corefile.c (do_captured_read_memory_integer): Return non-zero
5541 result.
5542 (safe_read_memory_integer): Copy result of memory read when
5543 status is non-zero. Also, add comments.
5544
7b112f9c
JT
55452002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5546
5547 * Makefile.in (ppc_tdep_h): Define.
5548 (ppc-linux-nat.o)
5549 (ppc-linux-tdep.o)
5550 (rs6000-tdep.o): Use $(ppc_tdep_h).
5551 (ppc-sysv-tdep.o)
5552 (ppcnbsd-nat.o)
5553 (ppcnbsd-tdep.o): New dependency lists.
5554 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5555 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5556 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5557 (ppc_sysv_abi_broken_use_struct_convention)
5558 (ppc_sysv_abi_use_struct_convention)
5559 (ppc_sysv_abi_push_arguments): Move to...
5560 * ppc-sysv-tdep.c: ...here.
5561 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5562 * rs6000-tdep.c (process_note_abi_tag_sections)
5563 (get_elfosabi): Remove.
5564 (rs6000_gdbarch_init): Use generic OS ABI framework.
5565 (rs6000_dump_tdep): New function.
5566 (_initialize_rs6000_tdep): Use gdbarch_register.
5567 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5568 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5569 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5570 of ppc-linux-tdep.o.
5571 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5572 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5573 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5574 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5575 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5576 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5577
480dd42a
JB
55782002-05-29 Jim Blandy <jimb@redhat.com>
5579
5580 * macroscope.c (default_macro_scope): Put `void' in empty argument
5581 list.
5582
4182591f
AC
55832002-05-29 Andrew Cagney <ac131313@redhat.com>
5584
5585 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5586 * arch-utils.c: Include "sim-regno.h".
5587 * gdbarch.sh: Don't include "sim-regno.h".
5588 * gdbarch.h, gdbarch.c: Regenerate.
5589 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5590 here.
5591 * arch-utils.h (legacy_register_sim_regno): To here.
5592 * remote-sim.c (legacy_register_sim_regno): Move function from
5593 here.
5594 * arch-utils.c (legacy_register_sim_regno): To here.
5595
8238d0bf
AC
55962002-05-28 Andrew Cagney <ac131313@redhat.com>
5597
5598 * sim-regno.h: New file.
5599 * Makefile.in (sim_regno_h): Define.
5600 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5601 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5602 (legacy_register_sim_regno): New function.
5603 (one2one_register_sim_regno): New function.
5604 (gdbsim_fetch_register): Rewrite.
5605 (gdbsim_store_register): Only store a register when
5606 REGISTER_SIM_REGNO is valid.
5607 * d10v-tdep.c: Include "sim-regno.h".
5608 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5609 (d10v_ts3_register_sim_regno): Ditto.
5610 * gdbarch.sh: Include "sim-regno.h".
5611 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5612 * gdbarch.h, gdbarch.c: Regenerate.
5613 * arch-utils.h (default_register_sim_regno): Delete declaration.
5614 * arch-utils.c (default_register_sim_regno): Delete function.
5615
485721b1
JT
56162002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5617
5618 * ppcnbsd-nat.c: Rewrite.
5619 * ppcnbsd-tdep.c: New file.
5620 * ppcnbsd-tdep.h: New file.
5621 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5622 solib.o, and solib-svr4.o.
5623 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5624 nbsd-tdep.o, and corelow.o.
5625
697f244d
AC
56262002-05-28 Andrew Cagney <ac131313@redhat.com>
5627
5628 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5629 `tr' and `sed'. Mention that `broken' targets are not expected to
5630 build.
5631
f08caad1 56322002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5633
5634 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5635 Let PC point right after the prologue before looking up symbols.
5636
3139facc
MH
56372002-05-27 Martin M. Hunt <hunt@redhat.com>
5638
5639 * i386-tdep.c (i386_register_virtual_type): Return
5640 builtin_type_vec128i for SSE registers.
5641
5642 * gdbtypes.h (builtin_type_vec128i): Declare.
5643
5644 * gdbtypes.c (build_builtin_type_vec128i): New function.
5645 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5646 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5647 (build_gdbtypes): Initialize new builtin vector types.
5648 (_initialize_gdbtypes): Register new vector types with gdbarch.
5649
6e3ba3b8
JT
56502002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5651
5652 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5653 since it has been multi-arch'd.
5654 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5655 Move Alpha and VAX multi-arch news entries to same section
5656 as other multi-arch news.
5657
93d5585d
JT
56582002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5659
5660 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5661 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5662 static. Rename some register numbers to put them in ns32k-tdep
5663 private namespace.
5664 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5665 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5666 functions.
5667 (_initialize_ns32k_tdep): Use gdbarch_register.
5668 * ns32k-tdep.h: New file.
5669 * ns32knbsd-tdep.c: New file.
5670 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5671 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5672 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5673 REGISTER_BYTES, REGISTER_BYTE): Remove.
5674 * config/ns32k/tm-ns32k.h: New file.
5675 * config/ns32k/tm-umax.h: Remove.
5676
efb2c70e
JT
56772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5678
5679 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5680 ns32k_store_struct_return, ns32k_extract_return_value,
5681 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5682 functions.
5683 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5684 ns32k_saved_pc_after_call.
5685 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5686 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5687 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5688 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5689 ns32k_extract_struct_value_address.
5690
7bcc927b
JT
56912002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5692
5693 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5694 ns32k_fix_call_dummy): New.
5695 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5696 ns32k_call_dummy_words.
5697 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5698 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5699 CALL_DUMMY_NARGS): Remove.
5700 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5701
78f9d765
JT
57022002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5703
5704 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5705 ns32k_frame_saved_pc, ns32k_frame_args_address,
5706 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5707 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5708 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5709 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5710 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5711 (BREAKPOINT): Remove..
5712 (FRAME_CHAIN): Define as ns32k_frame_chain.
5713 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5714 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5715 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5716 (FRAME_FIND_SAVED_REGS): Remove.
5717 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5718 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5719 (POP_FRAME): Define as ns32k_pop_frame.
5720
f2c762e0
JT
57212002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5722
5723 * ns32k-tdep.c (ns32k_register_byte_32082,
5724 ns32k_register_byte_32382, ns32k_register_raw_size,
5725 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5726 functions.
5727 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5728 ns32k_register_byte_32382.
5729 * config/ns32k/tm-umax.h: Update copyright years.
5730 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5731 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5732 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5733 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5734 (ns32k_get_enter_addr): Fix prototype.
5735
af137673
JT
57362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5737
5738 * ns32k-tdep.c: Update copyright years.
5739 (ns32k_register_name_32082): New function.
5740 (ns32k_register_name_32382): Ditto.
5741 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5742 (REGISTER_NAME): Define as ns32k_register_name_32382.
5743 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5744 (REGISTER_NAME): Define as ns32k_register_name_32082.
5745
a8bc7b56
JB
57462002-05-24 Jim Blandy <jimb@redhat.com>
5747
5748 * dwarf2read.c (free_line_header): Use xfree, not free.
5749
83a45910
JT
57502002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5751
5752 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5753 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5754
0db71247
AC
57552002-05-23 Andrew Cagney <ac131313@redhat.com>
5756
5757 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5758
b9e5e4dd
AC
57592002-05-23 Andrew Cagney <ac131313@redhat.com>
5760
5761 From Ross Alexander at NEC Europe:
5762 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5763
de530e84
MS
57642002-05-23 Michael Snyder <msnyder@redhat.com>
5765
5766 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5767 for input, rather than parse_and_eval_address.
5768
b91b96f4
AC
57692002-05-23 Andrew Cagney <ac131313@redhat.com>
5770
5771 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5772 * Makefile.in (sim_d10v_h): Update definition.
5773
8b279e7a
AC
57742002-05-24 Andrew Cagney <cagney@redhat.com>
5775
5776 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5777 change `2002-05-22 Michael Snyder' below.
5778 (d10v_push_arguments): Ditto.
5779 (d10v_extract_return_value): Ditto.
5780
0a3d0425
JB
57812002-05-23 Jim Blandy <jimb@redhat.com>
5782
5783 * macrotab.c (check_for_redefinition): Don't complain if the new
5784 definition is the same as the previous one. Take more arguments
5785 to allow the comparison.
5786 (macro_define_object, macro_define_function): Pass more arguments
5787 to check_for_redefinition.
5788
78eac43e
MS
57892002-05-22 Michael Snyder <msnyder@redhat.com>
5790
5791 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5792 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5793 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5794 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5795 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5796 Add a temp variable to save a call (and a memory read).
5797 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5798 if possible (so that PC_IN_CALL_DUMMY will work).
5799
9bc1edb8
CV
58002002-05-22 Corinna Vinschen <vinschen@redhat.com>
5801
5802 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5803
005ef3d2
ML
58042002-05-22 Michal Ludvig <mludvig@suse.cz>
5805
5806 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5807 fde->cie_ptr.
5808 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5809 (dwarf2_build_frame_info): Add offset to fde->initial_location
5810 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5811 (execute_stack_op): Change type of 'result' from ULONGEST to
5812 CORE_ADDR.
005ef3d2 5813
fcf4f891
JT
58142002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5815
5816 * config/alpha/tm-nbsd.h: Include solib.h.
5817
cfef91e4
JT
58182002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5819
5820 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5821 assumptions about the host's byte order.
5822
9964235a
JT
58232002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5824
5825 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5826 to dependency list.
5827 * alphanbsd-tdep.c: Include solib-svr4.h.
5828 * shnbsd-tdep.c: Ditto.
5829
9eeef8ef
JT
58302002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5831
5832 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5833 nbsd-tdep.h to dependency list.
5834 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5835 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5836 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5837 nbsdaout.mh and nbsdelf.mh consistently.
5838 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5839 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5840 nbsdaout.mt and nbsdelf.mh consistently.
5841 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5842 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5843 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5844 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5845 a.out shared library stuff from here...
5846 * config/nm-nbsdaout.h: ...to here.
5847 * config/tm-nbsd.h: Remove.
5848 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5849 * config/arm/nbsd.mh: Remove.
5850 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5851 nbsd-tdep.o.
5852 * config/arm/nbsdaout.mh: New file.
5853 * config/arm/nbsdelf.mh: New file.
5854 * config/arm/nm-nbsdaout.h: New file.
5855 * config/i386/nbsd.mh: Remove.
5856 * config/i386/nbsd.mt: Remove.
5857 * config/i386/nbsdaout.mh: New file.
5858 * config/i386/nbsdaout.mt: New file.
5859 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5860 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5861 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5862 i386_register_u_addr): Remove.
5863 * config/i386/nm-nbsdaout.h: New file.
5864 * config/i386/nm-nbsdelf.h: Remove.
5865 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5866 (USE_STRUCT_CONVENTION): Remove.
5867 * config/i386/tm-nbsdaout.h: New file.
5868 * config/i386/tm-nbsdelf.h: Remove.
5869 * config/m68k/nbsd.mh: Remove.
5870 * config/m68k/nbsd.mt: Remove.
5871 * config/m68k/nbsdaout.mh: New file.
5872 * config/m68k/nbsdaout.mt: New file.
5873 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5874 * config/m68k/nm-nbsdaout.h: New file.
5875 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5876 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5877 * config/ns32k/nbsd.mh: Remove.
5878 * config/ns32k/nbsd.mt: Remove.
5879 * config/ns32k/nbsdaout.mh: New file.
5880 * config/ns32k/nbsdaout.mt: New file.
5881 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5882 * config/ns32k/nm-nbsdaout.h: New file.
5883 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5884 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5885 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5886 (SVR4_SHARED_LIBS): Remove.
5887 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5888 * config/sparc/nbsd.mh: Remove.
5889 * config/sparc/nbsd.mt: Remove.
5890 * config/sparc/nbsdaout.mh: New file.
5891 * config/sparc/nbsdaout.mt: New file.
5892 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5893 * config/sparc/nbsdelf.mt: New file.
5894 * config/sparc/nm-nbsdaout.h: New file.
5895 * config/sparc/nm-nbsdelf.h: Remove.
5896 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5897 * config/sparc/tm-nbsdaout.h: New file.
5898
257ce470
JT
58992002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5900
5901 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5902 mipsnbsd-tdep.c
5903 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5904
76a6d5fe
JT
59052002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5906
5907 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5908 shnbsd-nat.c.
5909 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5910
45888261
JT
59112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5912
5913 * NEWS: Note new MIPS NetBSD native configuration.
5914 * configure.host (mips*-*-netbsd*): New host.
5915 * configure.tgt (mips*-*-netbsd*): New target.
5916 * mipsnbsd-nat.c: New file.
5917 * mipsnbsd-tdep.c: New file.
5918 * mipsnbsd-tdep.h: New file.
5919 * config/mips/nbsd.mh: New file.
5920 * config/mips/nbsd.mt: New file.
5921 * config/mips/nm-nbsd.h: New file.
5922 * config/mips/tm-nbsd.h: New file.
5923
70f80edf
JT
59242002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5925
5926 * Makefile.in (SFILES): Add osabi.c.
5927 (COMMON_OBS): Add osabi.o.
5928 (osabi.o): New dependency list.
5929 * osabi.c: New file.
5930 * osabi.h: New file.
5931 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5932
5933 * Makefile.in (alpha_tdep_h): Define and use instead of
5934 alpha-tdep.h.
5935 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5936 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5937 Remove.
5938 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5939 * alpha-tdep.h: Include osabi.h.
5940 (alpha_abi): Remove.
5941 (gdbarch_tdep): Use generic OS ABI framework.
5942 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5943 gdbarch_register_osabi.
5944 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5945 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5946 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5947
5948 * Makefile.in (sh_tdep_h): Add osabi.h.
5949 * sh-tdep.h (sh_osabi): Remove.
5950 (gdbarch_tdep): Use generic OS ABI framework.
5951 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5952 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5953 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5954 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5955
5956 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5957 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5958 gdbarch_register_osabi.
5959 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5960 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5961 (get_elfosabi): Rename to...
5962 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5963 ABI framework support routines.
5964 (arm_gdbarch_init): Use generic OS ABI framework.
5965 (arm_dump_tdep): Likewise.
5966 (_initialize_arm_tdep): Likewise.
5967 * arm-tdep.h: Include osabi.h.
5968 (arm_abi): Remove.
5969 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5970 osabi member.
5971 (arm_gdbarch_register_os_abi): Remove prototype.
5972 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5973 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5974
5975 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5976 * mips-tdep.c: Include osabi.h.
5977 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5978 OS ABI framework.
5979
d194345b
KH
59802002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5981
5982 * h8300-tdep.c: Fix formatting.
5983
70c6b0d1
EZ
59842002-05-20 Elena Zannoni <ezannoni@redhat.com>
5985
5986 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5987 printing vector registers.
5988
165b8e33
AC
59892002-05-19 Andrew Cagney <ac131313@redhat.com>
5990
5991 From Fernando Nasser:
5992 * remote.c (remote_async_open_1): Re-throw the exception when the
5993 connection fails.
5994 (remote_cisco_open): Ditto.
5995 (remote_open_1): Ditto.
5996
36918e70
AC
59972002-05-19 Andrew Cagney <ac131313@redhat.com>
5998
5999 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6000 (remote_start_remote): Add uiout parameter. Pass through to
6001 remote_start_remote_dummy.
6002 (remote_open_1): Use catch_exception instead of catch_errors.
6003 (remote_async_open_1): Ditto.
6004 (remote_cisco_open): Ditto.
6005
ae44c0c4
AC
60062002-05-19 Andrew Cagney <ac131313@redhat.com>
6007
6008 * remote.c (remote_start_remote): Replace PTR with void pointer.
6009 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6010 static.
6011
8efe637d
AC
60122002-05-18 Andrew Cagney <ac131313@redhat.com>
6013
6014 * gdb_indent.sh: Allow the script to be run in the sim directory.
6015
2f1b5984
MK
60162002-05-18 Mark Kettenis <kettenis@gnu.org>
6017
f0f625e2
MK
6018 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6019 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6020
2f1b5984
MK
6021 * corelow.c (core_open): Only call set_gdbarch_from_file if
6022 exec_bfd is NULL.
6023
fc974602
AV
60242002-05-17 Andrey Volkov <avolkov@transas.com>
6025
6026 * h8300-tdep.c: Add support of EXR register
6027 * config/h8300/tm-h8300.h: Ditto.
6028
906709f4
AV
60292002-05-17 Andrey Volkov <avolkov@transas.com>
6030
6031 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6032
6e591d68
AV
60332002-05-17 Andrey Volkov <avolkov@transas.com>
6034
6035 * h8300-tdep.c: Change literal regnums to REGNO.
6036
84f0252a
JB
60372002-05-17 Jim Blandy <jimb@redhat.com>
6038
e0e9281e
JB
6039 * NEWS: Note addition of macro support.
6040
84f0252a
JB
6041 Expand preprocessor macros in C expressions.
6042 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6043 (scan_macro_expansion, scanning_macro_expansion,
6044 finished_macro_expansion): New function declarations.
6045 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6046 variable declarations.
6047 * parser-defs.h (expression_context_pc): New declaration.
6048 * parse.c (expression_context_pc): New variable.
6049 (parse_exp_1): Set expression_context_pc, as well as
6050 expression_context_block.
6051 * c-exp.y (yylex): If we're not already reading the result of a
6052 macro expansion, try to macro-expand the next token. When we're
6053 done scanning a macro expansion, switch back to the mainline text.
6054 Commas and `if's in a macro's expansion don't terminate the input.
6055 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6056 (macro_original_text, macro_expanded_text,
6057 expression_macro_lookup_func, expression_macro_lookup_baton): New
6058 variables.
6059 (scan_macro_expansion, scanning_macro_expansion,
6060 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6061 c_preprocess_and_parse): New functions.
6062 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6063 c_preprocess_and_parse, instead of c_parse.
6064 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6065 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6066
1c509ca8
JR
6067Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6068
6069 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6070 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6071 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6072
2250ee0c
CV
60732002-05-17 Corinna Vinschen <vinschen@redhat.com>
6074
6075 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6076
ab3b8126
JT
60772002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6078
6079 * Makefile.in (sh_tdep_h): Define and use.
6080 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6081 register enum): Move to...
6082 * * sh-tdep.h: ...here.
6083 * sh-tdep.c: Include sh-tdep.h.
6084 * sh3-rom.c: Likewise.
6085 * shnbsd-tdep.c: Likewise.
6086
ed9d4749
MS
60872002-05-16 Michael Snyder <msnyder@redhat.com>
6088
6089 * arm-tdep.c: Spelling fix in comment.
6090
2e276125
JB
60912002-05-16 Jim Blandy <jimb@redhat.com>
6092
6821892e
JB
6093 Add commands for manually expanding macros and showing their
6094 definitions.
6095 * macrocmd.c, macroscope.c, macroscope.h: New files.
6096 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6097 (macroscope_h): New variable.
6098 (HFILES_NO_SRCDIR): Add macroscope.h.
6099 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6100 (macroscope.o, macrocmd.o): New rules.
6101
2e276125
JB
6102 Teach the Dwarf 2 reader to read macro information.
6103 * dwarf2read.c: #include "macrotab.h".
6104 (dwarf_macinfo_buffer): New variable.
6105 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6106 dwarf_macinfo_size.
6107 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6108 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6109 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6110 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6111 dwarf2_macro_spaces_in_definition): New complaints.
6112 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6113 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6114 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6115 the partial symbol table.
6116 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6117 from what's recorded in the partial symbol table.
6118 (read_file_scope): If the compilation unit has a
6119 `DW_AT_macro_info' attribute, read its macro information.
6120 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6121
2f53fe6c
DJ
61222002-05-16 Daniel Jacobowitz <drow@mvista.com>
6123
6124 Fix PR gdb/546
6125 * ser-tcp.c: Don't include <netinet/udp.h>.
6126
2be99286
SC
61272002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6128
6129 * MAINTAINERS: Update my email address.
6130
c9af212b 61312002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6132
6133 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6134 include file of the same name.
6135
bf5f1a52
CV
61362002-05-16 Corinna Vinschen <vinschen@redhat.com>
6137
6138 * configure.tgt: Mark v850 as multi-arched.
6139 * config/v850/tm-v850.h: Remove file.
6140 * config/v850/v850.mt: Eliminate TM_FILE.
6141
435e042a
CV
61422002-05-16 Corinna Vinschen <vinschen@redhat.com>
6143
6144 * v850-tdep.c: Full multi-arch.
6145 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6146 Define GDB_MULTI_ARCH to 2.
6147
9819c6c8
PM
61482002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6149
6150 * p-exp.y (current_type): New static variable.
6151 Carries the type of the expression at the position that is parsed.
6152 (push_current_type, pop_current_type): Two new functions. Used
6153 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6154 (search_field): New static variable. Set to one after parsing a point
6155 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6156 (FIELDNAME): New token. After a point only a token belonging to
6157 current_type type definition is allowed.
6158 (all over token rules): reset and change current_type according
6159 to rules.
6160 (exp '[' rule): insert implicit array index field if
6161 exp is a pascal string type.
6162
3a06899a
CV
61632002-05-16 Corinna Vinschen <vinschen@redhat.com>
6164
6165 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6166 frame info. Use frame_info's saved_regs instead of matching member
6167 in extra_frame_info throughout.
6168 (v850_frame_init_saved_regs): New function.
6169 (v850_init_extra_frame_info): Move most functionality into
6170 v850_frame_init_saved_regs().
6171 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6172 (v850_frame_find_saved_regs): Remove declaration.
6173 (FRAME_FIND_SAVED_REGS): Remove definition.
6174 (v850_frame_init_saved_regs): Add declaration.
6175 (FRAME_INIT_SAVED_REGS): Add definition.
6176
6ed14b0e
CV
61772002-05-16 Corinna Vinschen <vinschen@redhat.com>
6178
6179 * v850-tdep.c: Begin multi-arch'ing v850.
6180 (v850_target_architecture_hook): Remove function.
6181 (v850_gdbarch_init): New function. Add code previously in
6182 v850_target_architecture_hook().
6183 (_initialize_v850_tdep): Don't set target_architecture_hook.
6184 Call register_gdbarch_init() instead.
6185
42725910
DJ
61862002-05-16 Daniel Jacobowitz <drow@mvista.com>
6187
6188 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6189 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6190 (fixup_class_method_type): Likewise.
6191
99d9066e
JB
61922002-05-15 Jim Blandy <jimb@redhat.com>
6193
6194 Add macro structures to GDB's symbol tables. Nobody puts anything
6195 in them yet.
6196 * symtab.h (struct symtab): New member: `macro_table'.
6197 * buildsym.h (pending_macros): New global variable.
6198 * buildsym.c: #include "macrotab.h".
6199 (buildsym_init): Initialize `pending_macros'.
6200 (end_symtab): If we found macro information while reading a CU's
6201 debugging info, do build a symtab structure for it. Make the
6202 symtab point to the macro information, and clear the
6203 `pending_macros' pointer which held it while we were reading the
6204 debug info.
6205 (really_free_pendings): Free any pending macro table.
6206 * objfiles.h (struct objfile): New member: `macro_cache'.
6207 * objfiles.c (allocate_objfile): Set allocate and free functions
6208 for the macro cache's objstack.
6209 (free_objfile): Empty the macro cache's obstack.
6210 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6211 set new allocate and free functions for it.
6212 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6213 free functions for the macro cache's objstack. (Why is this
6214 function building its own objfile?)
6215 * symmisc.c (print_objfile_statistics): Print statistics on the
6216 macro bcache.
6217 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6218
c899585b
RE
62192002-05-15 Richard Earnshaw <rearnsha@arm.com>
6220
6221 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6222 (REGISTER_U_ADDR): Delete definition.
6223 (arm_register_u_addr): Delete declaration.
6224
a6cdd8c5
RE
62252002-05-15 Richard Earnshaw <rearnsha@arm.com>
6226
6227 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6228 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6229
c97dcfc7
AC
62302002-05-14 Andrew Cagney <ac131313@redhat.com>
6231
6232 * regcache.c (register_valid): Revise comments refering to "Not
6233 available" and "unavailable".
6234 * frame.c (frame_register_read): Ditto.
6235 * findvar.c (value_of_register): Ditto.
6236
93021b7d
AC
62372002-05-15 Andrew Cagney <cagney@redhat.com>
6238
6239 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6240 (remote-sim.o): Update dependencies.
6241 (d10v-tdep.o): Specify dependencies.
6242 (sim_d10v_h): Define.
6243
a86bc61c
JB
62442002-05-14 Jim Blandy <jimb@redhat.com>
6245
6246 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6247 * macrotab.c (macro_lookup_inclusion, find_definition,
6248 new_macro_table): Same.
6249
6250 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6251 not `! strcmp ()'. This is a dubious improvement.
6252 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6253
6254 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6255 although it's not necessary, to avoid a warning.
6256
2fdde8f8
DJ
62572002-05-14 Daniel Jacobowitz <drow@mvista.com>
6258
6259 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6260 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6261 TYPE_INSTANCE_FLAGS.
6262 (struct main_type): New.
6263 (struct type): Move most members to struct main_type. Change
6264 cv_type and as_type to new type_chain member. Add instance_flags.
6265 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6266 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6267 (finish_cv_type): Remove prototype.
6268 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6269 Set TYPE_CHAIN.
6270 (alloc_type_instance): New function.
6271 (smash_type): New function.
6272 (make_pointer_type, make_reference_type, make_function_type)
6273 (smash_to_member_type, smash_to_method_type): Call smash_type.
6274 (make_qualified_type): New function.
6275 (make_type_with_address_space): Call make_qualified_type.
6276 (make_cv_type): Likewise.
6277 (finish_cv_type): Remove unnecessary function.
6278 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6279 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6280 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6281 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6282 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6283 * hpread.c (hpread_read_struct_type): Likewise.
6284 * stabsread.c (read_struct_type): Likewise.
6285
843fedf4
EZ
62862002-05-14 Elena Zannoni <ezannoni@redhat.com>
6287
6288 * configure.tgt: Add a catch all sh* target, for cases like
6289 sh[2,3,4]-elf and sh-hms.
6290
05a6c72c
KS
62912002-05-14 Keith Seitz <keiths@redhat.com>
6292
6293 * event-loop.c (create_file_handler): Don't do anything but
6294 update data when we are given a fd which we are already
6295 monitoring.
6296
5d085aaf
ML
62972002-05-14 Michal Ludvig <mludvig@suse.cz>
6298
6299 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6300 (update_context): Use __func__ in warnings.
6301
9db8d71f
DJ
63022002-05-14 Daniel Jacobowitz <drow@mvista.com>
6303
6304 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6305 and tcp_close to net_open and net_close.
6306 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6307 using UDP if requested. Don't try to disable Nagle on UDP
6308 sockets.
6309 * remote.c (remote_serial_open): New function. Warn about UDP.
6310 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6311
5dbc6baa
EZ
63122002-05-13 Elena Zannoni <ezannoni@redhat.com>
6313
6314 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6315
cc3023f7
EZ
63162002-05-13 Elena Zannoni <ezannoni@redhat.com>
6317
6318 * configure.tgt: Remove sh-hms target.
6319 * MAINTAINERS: Don't list sh-hms as a separate target.
6320
ec2bcbe7
JB
63212002-05-13 Jim Blandy <jimb@redhat.com>
6322
6323 Add first preprocessor macro-expansion files.
6324 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6325 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6326 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6327 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6328 (COMMON_OBS): Add macrotab.o, macroexp.o.
6329 (macroexp.o, macrotab.o): New rules.
6330
6d531722
AC
63312002-05-13 Andrew Cagney <ac131313@redhat.com>
6332
6333 * config/m88k/tm-m88k.h: Update copyright.
6334 (m88k_target_write_pc): Declare
6335 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6336 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6337 (SHIFT_INST_REGS): Update definition.
6338 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6339 using old definition of TARGET_WRITE_PC.
6340 * regcache.c (generic_target_write_pc): Delete code handling
6341 NNPC_REGNUM.
6342 * gdbarch.sh (NNPC_REGNUM): Delete.
6343 * gdbarch.h, gdbarch.c: Regenerate.
6344
3e3f2739
RE
63452002-05-13 Richard Earnshaw <rearnsha@arm.com>
6346
6347 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6348 builtin reg number.
6349
0004e5a2
DJ
63502002-05-13 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6353 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6354 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6355 access macros.
6356 * c-typeprint.c (cp_type_print_method_args): Likewise.
6357 (c_type_print_args): Likewise.
6358 * d10v-tdep.c (d10v_push_arguments): Likewise.
6359 (d10v_extract_return_value): Likewise.
6360 * expprint.c (print_subexp): Likewise.
6361 * gdbtypes.c (lookup_primitive_typename): Likewise.
6362 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6363 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6364 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6365 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6366 (TYPE_VECTOR): Likewise.
6367 * hpread.c (hpread_read_struct_type)
6368 (fix_static_member_physnames, fixup_class_method_type)
6369 (hpread_type_lookup): Likewise.
6370 * mdebugread.c (parse_symbol, parse_type): Likewise.
6371 * p-lang.c (is_pascal_string_type): Likewise.
6372 * valops.c (hand_function_call): Likewise.
6373 * x86-64-tdep.c (classify_argument): Likewise.
6374
6375 * hpread.c (hpread_read_function_type)
6376 (hpread_read_doc_function_type): Call replace_type.
6377 * dstread.c (create_new_type): Delete.
6378 (decode_dst_structure, process_dst_function): Call alloc_type.
6379 Use type access macros.
6380
dff95cc7
MK
63812002-05-12 Mark Kettenis <kettenis@gnu.org>
6382
6383 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6384 the're not supported by the current architecture.
6385 (i387_fill_fxsave): Likewise.
6386
bbcd32ad
FF
63872002-05-12 Fred Fish <fnf@redhat.com>
6388
6389 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6390 sect_index_xxx members to index the first slot in section_offsets
6391 if all of the section_offsets are zero.
6392
89cf4787
MK
63932002-05-12 Mark Kettenis <kettenis@gnu.org>
6394
6395 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6396 checked in with last change.
6397
1f77ffc5
MK
63982002-05-12 Mark Kettenis <kettenis@gnu.org>
6399
6400 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6401 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6402 config.sub.
6403
89b8b4a9
DJ
64042002-05-12 Daniel Jacobowitz <drow@mvista.com>
6405
6406 * Makefile.in: Update dependencies.
6407
14a5e767
AC
64082002-05-11 Andrew Cagney <ac131313@redhat.com>
6409
6410 * language.c (local_hex_string_custom): Simplify. Do not depend
6411 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6412
6413 * memattr.c (mem_info_command): Replace calls to
6414 longest_local_hex_string and longest_local_hex_string_custom.
6415 * buildsym.c (make_blockvector): Ditto.
6416 * solib.c (info_sharedlibrary_command): Ditto.
6417 * tracepoint.c (tracepoints_info): Ditto.
6418 * symtab.c (print_msymbol_info): Ditto.
6419
6420 * language.c (local_hex_string): Delete.
6421 (local_hex_string_custom): Delete.
6422 (longest_local_hex_string): Rename to local_hex_string.
6423 (longest_local_hex_string_custom): Rename to
6424 local_hex_string_custom.
6425 * language.h (local_hex_string): Change parameter type to LONGEST.
6426 (local_hex_string_custom): Ditto.
6427 (longest_local_hex_string): Delete declaration.
6428 (longest_local_hex_string_custom): Ditto.
6429
6430 * solib.c: Update copyright.
6431 * memattr.c: Update copyright.
6432
13d01224
AC
64332002-05-11 Andrew Cagney <ac131313@redhat.com>
6434
6435 * arch-utils.h (legacy_register_to_value): Declare.
6436 (legacy_value_to_register): Declare.
6437 (legacy_convert_register_p): Declare.
6438 * arch-utils.c (legacy_register_to_value): New function.
6439 (legacy_value_to_register): New function.
6440 (legacy_convert_register_p): New function.
6441
6442 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6443 (VALUE_TO_REGISTER): Define.
6444 (CONVERT_REGISTER_P): Define.
6445 * gdbarch.h, gdbarch.c: Regenerate.
6446
6447 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6448 VALUE_TO_REGISTER.
6449 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6450 CONVERT_REGISTER_P.
6451
4a1970e4
DJ
64522005-05-11 Daniel Jacobowitz <drow@mvista.com>
6453 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6454
6455 * Makefile.in: Update dependencies for valops.c.
6456 * valops.c: Include "gdb_assert.h".
6457 (typecmp): Skip THIS parameter to methods.
6458 (find_method_list): Remove static_memfuncp argument,
6459 update callers. Check for stub methods.
6460 (find_value_oload_method_list): Don't set *static_memfuncp.
6461 (find_overload_match): Don't check for stub methods. Assert
6462 that methods are not stubbed. Handle static methods.
6463 (value_find_oload_method_list): Remove static_memfuncp argument.
6464 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6465 to the argument list for static stub methods.
6466 * value.h (value_find_oload_method_list): Update prototype.
6467
b2e75d78
AC
64682002-05-11 Andrew Cagney <ac131313@redhat.com>
6469
6470 * arch-utils.h (generic_register_size): Declare.
6471 (generic_register_raw_size, generic_register_virtual_size): Delete
6472 declarations.
6473 * arch-utils.c (generic_register_raw_size): Delete.
6474 (generic_register_size): New function.
6475 (generic_register_virtual_size): Delete.
6476
6477 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6478 default generic_register_size.
6479 * gdbarch.h, gdbarch.c: Re-generate.
6480
6481 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6482 register_virtual_size.
6483 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6484 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6485
451fbdda
AC
64862002-05-11 Andrew Cagney <ac131313@redhat.com>
6487
6488 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6489 * gdbarch.h, gdbarch.c: Regenerate.
6490 * gnu-v3-abi.c: Update copyright.
6491 (vtable_address_point_offset): Update.
6492 (gnuv3_rtti_type): Update.
6493 (gnuv3_baseclass_offset): Update.
6494 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6495 (init_fetch_link_map_offsets): Update.
6496 * remote.c (get_remote_state): Update.
6497
6d2f5cea
DJ
64982002-05-11 Daniel Jacobowitz <drow@mvista.com>
6499
6500 * TODO: Remove value_headof/value_from_vtable_info comment.
6501 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6502 * values.c (value_headof, value_from_vtable_info): Delete.
6503 * value.h (value_from_vtable_info): Delete prototype.
6504
d2324da4
AC
65052002-05-11 Andrew Cagney <ac131313@redhat.com>
6506
6507 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6508 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6509 $(gdb_regex_h).
6510 (gdb_assert_h): Define.
6511 (gdb_wait_h): Define.
6512 (gdb_regex_h): Define.
6513
5c717440
DJ
65142002-05-11 Daniel Jacobowitz <drow@mvista.com>
6515
6516 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6517 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6518
6c7861b3
JT
65192002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6520
6521 * nbsd-tdep.c: Fix comment.
6522
ea5bc2a6
JT
65232002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6524
6525 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6526 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6527 (nbsd-tdep.o): New dependency list.
6528 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6529 nbsd-tdep.h.
6530 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6531 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6532 * nbsd-tdep.c: New file.
6533 * nbsd-tdep.h: New file.
6534 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6535 nbsd-tdep.h.
6536 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6537 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6538 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6539 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6540
b28da865
JT
65412002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6542
6543 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6544 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6545 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6546 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6547 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6548 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6549
4b8ff1fa
JT
65502002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6551
6552 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6553 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6554 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6555 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6556 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6557 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6558 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6559
dfe6eb1f
JT
65602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6561
6562 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6563 fetch_elfcore_registers to...
6564 * i386nbsd-tdep.c: ...here.
6565 (i386nbsd_use_struct_convention): Rename to...
6566 (i386nbsd_aout_use_struct_convention): ...this.
6567 (i386nbsd_supply_reg): New function.
6568 (i386nbsd_fill_reg): New function.
6569 (fetch_core_registers): Use i386nbsd_supply_reg.
6570 (fetch_elfcore_registers): Likewise.
6571 (_initialize_i386nbsd_tdep): New function.
6572 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6573 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6574 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6575 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6576 (i386nbsd_aout_use_struct_convention): ...this.
6577
20cb8cda
JT
65782002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6579
6580 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6581 (store_inferior_registers): Use shnbsd_fill_reg.
6582 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6583 sh_nbsd_supply_register): Collapse into...
6584 (shnbsd_supply_reg): ...this.
6585 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6586 (shnbsd_fill_reg): ...this.
6587 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6588 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6589 (fetch_core_registers): Use shnbsd_supply_reg.
6590 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6591 (sh_nbsd_core_fns): Rename to...
6592 (shnbsd_core_fns): ...this.
6593 (sh_nbsd_elfcore_fns): Rename to...
6594 (shnbsd_elfcore_fns): ...this.
6595 (sh_nbsd_init_abi): Rename to...
6596 (shnbsd_init_abi): ...this.
6597 (_initialize_sh_nbsd_tdep): Rename to...
6598 (_initialize_shnbsd_tdep): ...this.
6599 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6600 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6601 sh_nbsd_fill_register): Remove prototypes.
6602 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6603
e750d25e
JT
66042002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6605
6606 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6607 (i387-nat.o): Delete dependency list.
6608 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6609 (x86-64-linux-nat.o): Likewise.
6610 * i387-nat.c: Delete file, moving contents to...
6611 * i387-tdep.c: ...here.
6612 * i387-nat.h: Rename...
6613 * i387-tdep.h: ...to this.
6614 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6615 * i386-linux-nat.c: Likewise.
6616 * i386bsd-nat.c: Likewise.
6617 * i386gnu-nat.c: Likewise.
6618 * i386nbsd-nat.c: Likewise.
6619 * i386v4-nat.c: Likewise.
6620 * x86-64-linux-nat.c: Likewise.
6621 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6622 * config/i386/go32.mh (NATDEPFILES): Likewise.
6623 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6624 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6625 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6626 * config/i386/linux.mh (NATDEPFILES): Likewise.
6627 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6628 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6629 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6630 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6631
1aee598a
JT
66322002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6635 (alphanbsd-nat.o): Remove dependency list.
6636 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6637 * alphanbsd-nat.c: Delete. Contents moved to...
6638 * alphanbsd-tdep.c: ...here.
6639 (_initialize_alphanbsd_tdep): Register core functions.
6640 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6641
12bcb0fe
JT
66422002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6643
6644 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6645 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6646 (alphanbsd-nat.o): Likewise.
6647 (alphabsd-tdep.o): New dependency list.
6648 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6649 (fill_gregset): Use alphabsd_fill_reg.
6650 (supply_fpregset): Use alphabsd_supply_fpreg.
6651 (fill_fpregset): Use alphabsd_fill_fpreg.
6652 (fetch_inferior_registers): Use struct reg and struct fpreg
6653 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6654 and alphabsd_supply_fpreg.
6655 (store_inferior_registers): Use struct reg and struct fpreg
6656 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6657 and alphabsd_fill_fpreg.
6658 * alphabsd-tdep.c: New file.
6659 * alphabsd-tdep.h: New file.
6660 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6661 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6662 alphabsd_supply_fpreg.
6663 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6664 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6665
361d1df0
EC
66662002-05-11 Eric Christopher <echristo@redhat.com>
6667
6668 * mips-tdep.c (mips_double_register_type): Fix thinko.
6669 (mips_single_register_type): Ditto.
6670 * MAINTAINERS: Add self.
6671
92dd7cee
MK
66722002-05-11 Mark Kettenis <kettenis@gnu.org>
6673
6674 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6675 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6676 right thing on architectures with different endianness and/or
6677 integer sizes.
6678
e27da16d
JT
66792002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6680
6681 From Christian Limpach <chris@Pin.LU>
6682 * configure.in: Change sed expression which comments out
6683 NATDEPFILES to also comment out continuation lines.
6684 * configure: Regenerate.
6685
ddde02bd
EZ
66862002-05-10 Elena Zannoni <ezannoni@redhat.com>
6687
6688 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6689 big patch.
6690
1c922164
EZ
66912002-05-10 Elena Zannoni <ezannoni@redhat.com>
6692
6693 * sh-tdep.c: Include correct file.
6694
283150cd
EZ
66952002-05-10 Elena Zannoni <ezannoni@redhat.com>
6696
6697 New support for sh64-elf (sh5) target.
6698
6699 * configure.tgt: For sh64-elf target, default to sh-elf.
6700
6701 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6702 (struct gdbarch_tdep): Add new fields for new registers and ABI
6703 info.
361d1df0 6704
283150cd
EZ
6705 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6706 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6707 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6708 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6709 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6710 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6711 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6712 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6713 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6714 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6715 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6716 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6717 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6718 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6719 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6720 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6721 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6722 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6723 sign_extend, sh64_nofp_frame_init_saved_regs,
6724 sh64_init_extra_frame_info, sh64_get_saved_register,
6725 sh64_extract_struct_value_address, sh64_pop_frame,
6726 sh64_push_arguments, sh64_extract_return_value,
6727 sh64_store_return_value, sh64_show_media_regs,
6728 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6729 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6730 sh_sh64_register_virtual_type,
6731 sh_sh64_register_convert_to_virtual,
6732 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6733 sh64_register_read, sh64_pseudo_register_write,
6734 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6735 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6736 sh64_do_pseudo_register, sh_compact_do_registers_info,
6737 sh64_do_registers_info, sh_gdbarch_init): New functions.
6738
3117ed25
EZ
67392002-05-10 Elena Zannoni <ezannoni@redhat.com>
6740
6741 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6742
2654e6d4
DJ
67432002-05-10 Daniel Jacobowitz <drow@mvista.com>
6744
6745 * linespec.c (decode_line_1): Check for a double quote after
6746 a filename correctly.
6747
9ab3e532
JB
67482002-05-10 Jim Blandy <jimb@redhat.com>
6749
6750 Properly track the size of the current objfile's .debug_line section.
6751 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6752 (DWARF_LINE_SIZE): New macro.
6753 (dwarf2_build_psymtabs_hard): Record the line section's size in
6754 the partial symbol table.
6755 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6756 symbol table.
6757
126fa72d
PS
67582002-05-10 Petr Sorfa <petrs@caldera.com>
6759
6760 * ia64-tdep.c: Handle breakpoints on L instruction type
6761 in MLX instruction bundle by moving the breakpoint to
6762 the third slot (X instruction type) as L holds only data.
6763
1f077a3e
KB
67642002-05-10 Kevin Buettner <kevinb@redhat.com>
6765
6766 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6767 (process_one_symbol): Complain about discarding local symbols
6768 due to a misplaced N_LBRAC entry.
6769
8120c9d5 67702002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6771
6772 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6773 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6774 decrease the depth we are at, in the case of templates.
361d1df0 6775
67b2c998
DJ
67762002-05-09 Daniel Jacobowitz <drow@mvista.com>
6777
6778 * mips-tdep.c (mips_float_register_type): New function.
6779 (mips_double_register_type): New function.
6780 (mips_print_register): Use them.
6781 (do_fp_register_row): Likewise.
6782
fd326606
DJ
67832002-05-09 Daniel Jacobowitz <drow@mvista.com>
6784
6609d9af 6785 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6786 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6787 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6788
bef35864
MS
67892002-05-09 Michael Snyder <msnyder@redhat.com>
6790
6791 * remote-rdp.c (remote_rdp_can_run): Remove.
6792
c55a3f73
TT
67932002-05-09 Tom Tromey <tromey@redhat.com>
6794
6795 * jv-valprint.c (java_val_print): Handle `char' as a special case
6796 of TYPE_CODE_INT.
6797
b8d5e71d
MS
67982002-05-09 Michael Snyder <msnyder@redhat.com>
6799
6800 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6801 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6802 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6803 str r(0123),[sp,#nn].
361d1df0 6804 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6805 order-independent by placing it in a loop.
6806
e2cd42dd
MS
68072002-05-06 Michael Snyder <msnyder@redhat.com>
6808
6809 * stabsread.c (read_type): Add recognition for new attribute:
6810 "@V;" means that an array type is actually a vector.
6811 This is analogous to the vector flag that's been added to dwarf2.
6812
3ce1502b
MK
68132002-05-09 Mark Kettenis <kettenis@gnu.org>
6814
6815 * i386-tdep.h (i386_abi): New enum.
6816 (struct gdbarch_tdep): Replace os_ident member with abi.
6817 (i386_gdbarch_register_os_abi): New prototype.
6818 * i386-tdep.c (i386_abi_names): New array.
6819 (process_note_abi_tag_sections): Removed.
6820 (process_note_sections): New function.
6821 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6822 (struct i386_abi_handler): New struct.
6823 (i386_abi_handler_list): New variable.
6824 (i386_gdbarch_register_os_abi): New function.
6825 (i386_gdbarch_init): Adapt for the changes given above.
6826
084c156a
DJ
68272002-05-08 Daniel Jacobowitz <drow@mvista.com>
6828
6829 * gregset.h: Say "GNU/Linux".
6830
6599f021
EZ
68312002-05-08 Elena Zannoni <ezannoni@redhat.com>
6832
6833 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6834 (build_gdbtypes): Build builtin_type_v2_float.
6835 (_initialize_gdbtypes): Register new builtin type.
6836
40af4b0c
AC
68372002-05-08 Andrew Cagney <ac131313@redhat.com>
6838
6839 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6840 (clear_gdbarch_swap): New function.
6841 (initialize_non_multiarch): Call.
6842 (gdbarch_update_p): Before calling init(), swap out and clear the
6843 existing architecture.
6844 * gdbarch.c: Regenerate.
6845
4fe84f46
JT
68462002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6847
6848 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6849 alphanbsd-tdep.c.
6850
4015edd1
JT
68512002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6852
6853 * sh-nbsd-nat.c: Rename to...
6854 * shnbsd-nat.c: ...this.
6855 * sh-nbsd-tdep.c: Rename to...
6856 * shnbsd-tdep.c: ...this.
6857 * sh-nbsd-tdep.h: Rename to...
6858 * shnbsd-tdep.h: ...this.
6859 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6860 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6861
0e2bd219
RE
68622002-05-08 Richard Earnshaw <rearnsha@arm.com>
6863
6864 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6865 concatenation for command help messages.
6866
13a38d45
JT
68672002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6868
6869 * NEWS: Note new sh*-*-netbsdelf* configuration.
6870 * configure.host: Set gdb_host_cpu to sh for all sh*.
6871 (sh*-*-netbsdelf*): New host.
6872 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6873 (sh*-*-netbsdelf*): New target.
6874 * sh-nbsd-nat.c: New file.
6875 * sh-nbsd-tdep.c: New file.
6876 * sh-nbsd-tdep.h: New file.
6877 * config/sh/nbsd.mh: New file.
6878 * config/sh/nbsd.mt: New file.
6879 * config/sh/nm-nbsd.h: New file.
6880 * config/sh/tm-nbsd.h: New file.
6881
d658f924
JT
68822002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6883
6884 * sh-tdep.c (sh_osabi_names): Declare.
6885 (process_note_abi_tag_sections): New function.
6886 (get_elfosabi): Ditto.
6887 (sh_gdbarch_register_os_abi): Ditto.
6888 (sh_dump_tdep): Ditto.
6889 _initialize_sh_tdep): Use gdbarch_register to register
6890 sh_gdbarch_init and sh_dump_tdep.
6891 * config/sh/tm-sh.h (sh_osabi): Declare.
6892 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6893
848cfffb
AC
68942002-05-07 Andrew Cagney <ac131313@redhat.com>
6895
6896 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6897 (thumb_scan_prologue): Ditto.
6898 (arm_find_callers_reg): Ditto.
6899 (arm_frame_chain): Ditto.
6900 (arm_init_extra_frame_info): Ditto.
6901 (arm_frame_saved_pc): Ditto.
6902 (arm_pop_frame): Ditto.
6903 (arm_push_return_address): New function.
6904 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6905 call_dummy_location, call_dummy_breakpoint_offset_p,
6906 call_dummy_breakpoint_offset, call_dummy_p,
6907 call_dummy_stack_adjust_p, call_dummy_words,
6908 sizeof_call_dummy_words, call_dummy_start_offset,
6909 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6910 call_dummy_address, push_return_address and push_dummy_frame for
6911 generic dummy frames.
6912
e7d717c0
JT
69132002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6914
6915 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6916 size computation for alloca.
6917 (sh_fp_frame_init_saved_regs): Likewise.
6918
7bbcf283
RE
69192002-05-07 Richard Earnshaw <rearnsha@arm.com>
6920
6921 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6922 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6923 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6924 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6925 * remote-rdp.c (remote_rdp_fetch_register): Use
6926 ARM_MAX_REGISTER_RAW_SIZE.
6927 (remote_rdp_store_register): Likewise.
6928
4657573b
ML
69292002-05-07 Michal Ludvig <mludvig@suse.cz>
6930
361d1df0 6931 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6932 added default labels to switch {} statements.
6933 * x86-64-tdep.c: Ditto.
6934 * x86-64-linux-nat.c: Ditto.
6935
010f3b2f
JT
69362002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6937
6938 * solib.h: Protect against multiple inclusion.
6939
debd256d
JB
69402002-05-06 Jim Blandy <jimb@redhat.com>
6941
9ab3e532
JB
6942 Add first preprocessor macro-expansion files.
6943 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6944 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6945 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6946 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6947 (COMMON_OBS): Add macrotab.o, macroexp.o.
6948 (macroexp.o, macrotab.o): New rules.
6949
debd256d
JB
6950 Separate the job of reading the line number info statement program
6951 header (...expialidocious) out into its own function.
6952 * dwarf2read.c (struct line_head, struct filenames, struct
6953 directories): Replace with...
6954 (struct line_header): New structure, containing the full
6955 contents of the statement program header, including the
6956 include directory and file name tables.
6957 (read_file_scope): If we have line number info, instead of just
6958 calling dwarf_decode_lines to do all the work, call
6959 dwarf_decode_line_header first to get a `struct line_header'
6960 containing the data in the statement program header, and then
6961 pass that to dwarf_decode_lines, which will pick up where that
6962 left off. Be sure to clean up the `struct line_header' object.
6963 (dwarf_decode_line_header, free_line_header, add_include_dir,
6964 add_file_name): New functions.
6965 (dwarf_decode_lines): Move all the code to read the statement
6966 program header into dwarf_decode_line_header. Take the line
6967 header it built as the first argument, instead of the offset to
6968 the compilation unit's line number info. Use the new `struct
6969 line_header' type instead of the old structures. No need to do
6970 cleanups here now, since we don't allocate anything.
6971 (dwarf2_statement_list_fits_in_line_number_section,
6972 dwarf2_line_header_too_long): New complaints.
6973
ac3aafc7
EZ
69742002-05-06 Elena Zannoni <ezannoni@redhat.com>
6975
6976 * gdbtypes.c (init_vector_type): New function.
6977 (build_builtin_type_vec128): Simplify the representation of SIMD
6978 registers.
6979 (build_gdbtypes): Initialize new builtin vector types.
6980 (_initialize_gdbtypes): Register new vector types with gdbarch.
6981 (builtin_type_v4_float, builtin_type_v4_int32,
6982 builtin_type_v8_int16, builtin_type_v16_int8,
6983 builtin_type_v2_int32, builtin_type_v4_int16,
6984 builtin_type_v8_int8): New (renamed) SIMD types.
6985
13e49980
MK
69862002-05-06 Mark Kettenis <kettenis@gnu.org>
6987
6988 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6989 (i387_fill_fxsave): Likewise.
6990
997b20b8
AO
69912002-05-05 Alexandre Oliva <aoliva@redhat.com>
6992
6993 * alpha-tdep.c (alpha_extract_return_value): Don't use
6994 non-constant array size in prototype.
6995
535c96ce
AC
69962002-05-04 Andrew Cagney <ac131313@redhat.com>
6997
6998 From Brian Taylor <briant at model dot com>:
6999 * ui-out.c (ui_out_field_core_addr): Use the function
7000 longest_local_hex_string_custom'to format addresses > 32 bits
7001 wide.
7002
7003 * ui-out.c (ui_out_field_core_addr): Update comment.
7004
bedfa57b
AC
70052002-05-04 Andrew Cagney <ac131313@redhat.com>
7006
7007 * stack.c (select_and_print_frame): Make static. Delete the
7008 parameter `level'.
7009 (func_command): Update call.
7010 (select_frame_command): Delete code computing the frame level.
7011 * frame.h (select_and_print_frame): Delete declaration.
7012
f621c63e
AC
70132002-05-04 Andrew Cagney <ac131313@redhat.com>
7014
7015 * sparc-tdep.c (sparc_get_saved_register): Comment why
7016 get_prev_frame call is safe.
7017
0f7d239c
AC
70182002-05-04 Andrew Cagney <ac131313@redhat.com>
7019
7020 * frame.h (select_frame): Delete level parameter.
7021 * stack.c (select_frame): Update. Use frame_relative_level to
7022 obtain the frame's level.
7023 (select_and_print_frame): Update call.
7024 (select_frame_command): Ditto.
7025 (up_silently_base): Ditto.
7026 (down_silently_base): Ditto.
7027 * ocd.c (ocd_start_remote): Ditto.
7028 * remote-rdp.c (remote_rdp_open): Ditto.
7029 * remote-mips.c (mips_initialize): Ditto.
7030 (common_open): Ditto.
7031 * remote-e7000.c (e7000_start_remote): Ditto.
7032 * m3-nat.c (select_thread): Ditto.
7033 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7034 (child_get_current_exception_event): Ditto.
7035 * varobj.c (varobj_create): Ditto.
7036 (varobj_update): Ditto.
7037 (c_value_of_root): Ditto.
7038 * tracepoint.c (finish_tfind_command): Ditto.
7039 * corelow.c (core_open): Ditto.
7040 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7041 * thread.c (info_threads_command): Ditto.
7042 (switch_to_thread): Ditto.
7043 * infrun.c (normal_stop): Ditto.
7044 (restore_selected_frame): Ditto.
7045 (restore_inferior_status): Ditto.
7046 * breakpoint.c (insert_breakpoints): Ditto.
7047 (watchpoint_check): Ditto.
7048 (bpstat_stop_status): Ditto.
7049 (do_enable_breakpoint): Ditto.
7050 * blockframe.c (flush_cached_frames): Ditto.
7051 (reinit_frame_cache): Ditto.
7052
71d6c7b1
AC
70532002-05-04 Andrew Cagney <ac131313@redhat.com>
7054
7055 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7056 maintainer.
7057
cda6c68a
JB
70582002-05-04 Jim Blandy <jimb@redhat.com>
7059
7060 * gdbtypes.c (replace_type): Doc fix.
7061
5c1c87f0
AC
70622002-05-04 Andrew Cagney <ac131313@redhat.com>
7063
7064 * valprint.c (strcat_longest): Delete commented out function.
7065 Update copyright.
7066
cd9bfe15
AC
70672002-05-04 Andrew Cagney <ac131313@redhat.com>
7068
7069 * MAINTAINERS: Mark a29k as deleted.
7070 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7071 Move new configurations to the top.
7072 * configure.tgt: Remove a29k.
7073 * config/a29k/tm-vx29k.h: Delete.
7074 * config/a29k/vx29k.mt: Delete.
7075 * config/a29k/tm-a29k.h: Delete.
7076 * config/a29k/a29k-udi.mt: Delete.
7077 * config/a29k/a29k.mt: Delete.
7078 * a29k-tdep.c: Delete.
7079 * remote-udi.c: Delete.
7080 * remote-mm.c: Delete.
7081 * remote-eb.c: Delete.
7082 * remote-adapt.c: Delete.
7083 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7084 * config/s390/s390x.mt: Ditto.
7085 * config/s390/s390.mt: Ditto.
7086 * config/sparc/sparclynx.mh: Ditto.
7087 * config/sparc/linux.mh: Ditto.
7088 * config/pa/hppaosf.mh: Ditto.
7089 * config/pa/hppabsd.mh: Ditto.
7090 * config/ns32k/nbsd.mt: Ditto.
7091 * config/mips/vr5000.mt: Ditto.
7092 * config/m68k/sun3os4.mh: Ditto.
7093 * config/m68k/nbsd.mt: Ditto.
7094 * config/m68k/m68klynx.mh: Ditto.
7095 * config/m32r/m32r.mt: Ditto.
7096 * config/i386/x86-64linux.mt: Ditto.
7097 * config/i386/nbsdelf.mt: Ditto.
7098 * config/i386/nbsd.mt: Ditto.
7099 * config/i386/i386lynx.mh: Ditto.
7100
bf0c5130
AC
71012002-05-04 Andrew Cagney <ac131313@redhat.com>
7102
7103 * target.c (debug_print_register): New function. Handle oversize
7104 registers.
7105 (debug_to_fetch_registers): Call.
7106 (debug_to_store_registers): Call.
7107
2ae1c2d2
JB
71082002-05-03 Jim Blandy <jimb@redhat.com>
7109
13a393b0
JB
7110 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7111 (read_type): Doc fix.
7112 * gdbtypes.c (replace_type): Doc fix.
7113
2ae1c2d2
JB
7114 * stabsread.c (multiply_defined_struct): New complaint.
7115 (read_struct_type): If the type we were passed isn't empty, or
7116 incomplete, don't read the new struct type into it; complain,
7117 and return the original type unchanged. Take a new `type_code'
7118 argument, which is the type code for the new type.
7119 (read_type): Rather than storing the type's type code here, pass
7120 it as an argument to read_struct_type, and let that take care of
7121 storing it. That way, we don't overwrite the original type code,
7122 so read_struct_type can use it to decide whether we're overwriting
7123 something we shouldn't.
7124 (complain_about_struct_wipeout): New function.
7125
8de9bdc4
AC
71262002-05-03 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdbarch.sh: Assert that gdbarch is non-NULL.
7129 * gdbarch.c: Regenerate.
7130
f773fdbb
JM
71312002-05-03 Jason Merrill <jason@redhat.com>
7132
7133 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7134 and return NULL.
7135
0e04a514
ML
71362002-05-03 Michal Ludvig <mludvig@suse.cz>
7137
7138 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7139 (x86_64_dwarf2gdb_regno_map_length),
7140 (x86_64_dwarf2_reg_to_regnum): Added.
7141 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7142 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7143 (_initialize_x86_64_tdep): Synced with the change above.
7144 (x86_64_skip_prologue): Reformulated message.
7145
065432a8
PM
71462002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7147
7148 * f-exp.y: Also use new prev_lexptr variable
7149 to improve error reporting. Based on Michael Snyder
7150 2002-04-24 dated patch to c-exp.y.
7151 * jv-exp.y: Likewise.
7152 * m2-exp.y: Likewise.
7153
a3162708
EZ
71542002-05-02 Elena Zannoni <ezannoni@redhat.com>
7155
7156 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7157 we are dealing with vectors.
7158
03620c38
PM
71592002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7160
7161 * config/m68k/tm-nbsd.h: Obvious fix,
7162 correct machine name.
7163
6604db2e
PM
71642002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7165
7166 * p-typeprint.c (pascal_type_print_base): Add support
7167 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7168
0906b739
PM
71692002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7170
7171 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7172 for fondamental pascal 'char' type.
7173
e2625b33
PM
71742002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7175
7176 * p-lang.h (is_pascal_string_type): Declaration changed,
7177 new sixth argument of type char ** added.
361d1df0 7178 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7179 changed. Args length_pos, length_size, string_pos, char_size
7180 can now be NULL. New argument arrayname set to the field
7181 name of the char array. Return value set to char array
7182 field index plus one.
361d1df0 7183 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7184 is_pascal_string_type function.
7185
cf17c188
AC
71862002-05-02 Andrew Cagney <cagney@redhat.com>
7187
7188 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7189 <cagney@redhat.com> change.
7190 * gdbarch.c: Regenerate.
7191
52bca491
AC
71922002-05-02 Andrew Cagney <cagney@redhat.com>
7193
7194 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7195 before probing for a new one. Detect errorenous gdbarch_init
7196 functions.
7197 * gdbarch.c: Regenerate.
7198
d5e72505
AC
71992002-05-01 Andrew Cagney <cagney@redhat.com>
7200
7201 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7202 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7203 * config/v850/tm-v850.h: Ditto. Update copyright.
7204
af566d9f
AC
72052002-04-30 Andrew Cagney <ac131313@redhat.com>
7206
7207 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7208 current_gdbarch.
7209
880d85fa
MS
72102002-04-30 Michael Snyder <msnyder@redhat.com>
7211
94c30b78
MS
7212 * arm-tdep.c: Whitespace clean-ups.
7213 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7214 should have been removed as part of 4/24 change.
7215
6f5987a6
KB
72162002-04-30 Kevin Buettner <kevinb@redhat.com>
7217
7218 * rs6000-tdep.c: Added comment describing how fpscr register
7219 numbers were chosen.
7220
1a113c93
MS
72212002-04-30 Michael Snyder <msnyder@redhat.com>
7222
7223 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7224
9a6f53fe
EZ
72252002-04-29 Elena Zannoni <ezannoni@redhat.com>
7226
7227 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7228 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7229 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7230
11ed25ac
KB
72312002-04-29 Kevin Buettner <kevinb@redhat.com>
7232
7233 From Louis Hamilton <hamilton@redhat.com>:
7234 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7235 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7236 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7237 not bfd-private xcoff data, to determine wordsize.
7238 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7239
ae232405
AC
72402002-04-29 Andrew Cagney <ac131313@redhat.com>
7241
7242 GDB 5.2 released from 5.2 branch.
7243
91fd20f7
ML
72442002-04-29 Michal Ludvig <mludvig@suse.cz>
7245
7246 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7247 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7248 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7249
2dc5091b
EZ
72502002-04-29 Elena Zannoni <ezannoni@redhat.com>
7251
7252 * rs6000-tdep.c (rs6000_extract_return_value,
7253 rs6000_store_return_value): Handle returning vectors.
7254 (rs6000_gdbarch_init): Use
7255 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7256 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7257 New function.
7258 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7259 vectors.
7260 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7261 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7262
2b9848d8
PM
72632002-04-24 Pierre Muller <ics.u-strasbg.fr>
7264
7265 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7266 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7267 with fprintf_unfiltered (gdb_stderr,...).
7268
f8d17dc5
PM
72692002-04-24 Pierre Muller <ics.u-strasbg.fr>
7270
7271 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7272 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7273 Replace fprintf (stderr,...
7274 with fprintf_unfiltered (gdb_stderr,....
7275 * remote-es.c: Likewise.
7276 * remote-os9k.c: Likewise.
7277 * remote-st.c: Likewise.
7278
2f2f1ad1
AS
72792002-04-28 Andreas Schwab <schwab@suse.de>
7280
7281 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7282 linux-proc.o and gcore.o.
7283
b6779aa2
AC
72842002-04-26 Michal Ludvig <mludvig@suse.cz>
7285
7286 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7287 code without frame pointers.
7288
7e57f5f4
AC
72892002-04-26 Andrew Cagney <ac131313@redhat.com>
7290
7291 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7292 ON_STACK is needed.
7293
2ceb85d0
BE
72942002-04-26 Ben Elliston <bje@redhat.com>
7295
7296 * target.c (do_xfer_memory): Correct reference to the new option
7297 "trust-readonly-sections".
7298
f5f8a009
EZ
72992002-04-26 Elena Zannoni <ezannoni@redhat.com>
7300
7301 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7302 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7303 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7304 vectors.
7305 (read_array_type): Record the fact that this array type is really a
7306 vector (i.e. are passed in by value).
7307
5868c862
JT
73082002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7309
7310 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7311 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7312 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7313 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7314 * alpha-linux-tdep.c: Include frame.h.
7315 (alpha_linux_sigcontext_addr): New function.
7316 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7317 alpha_linux_sigcontext_addr.
7318 * alpha-osf1-tdep.c: Include gdbcore.h.
7319 (alpha_osf1_sigcontext_addr): New function.
7320 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7321 alpha_osf1_sigcontext_addr.
7322 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7323 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7324
bfb01f37
AC
73252002-04-26 Andrew Cagney <ac131313@redhat.com>
7326
361d1df0 7327 * stack.c (selected_frame_level):
bfb01f37
AC
7328 (select_frame): Do not set selected_frame_level.
7329 * frame.h (selected_frame_level): Delete declaration.
7330
15813d3f
AC
73312002-04-26 Andrew Cagney <ac131313@redhat.com>
7332
7333 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7334 convert_from_func_ptr-addr when AIX / PowerOpen.
7335
6096c27a
AC
73362002-04-25 Andrew Cagney <ac131313@redhat.com>
7337
7338 * valops.c (hand_function_call): Call
7339 generic_save_call_dummy_addr.
7340 * frame.h (generic_save_call_dummy_addr): Declare.
7341 * blockframe.c (struct dummy_frame): Add fields call_lo and
7342 call_hi.
7343 (generic_find_dummy_frame): Check for PC in range call_lo to
7344 call_hi instead of entry_point_address.
7345 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7346 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7347 (generic_save_call_dummy_addr): New function.
7348
f510d44e
DM
73492002-04-24 David S. Miller <davem@redhat.com>
7350
7351 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7352 sparc_skip_prologue.
7353 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7354 information to find prologue when possible.
7355 (sparc_prologue_frameless_p): Call examine_prologue directly.
7356 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7357 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7358 second argument.
7359 (SKIP_PROLOGUE): Likewise.
7360
15d72a92
JT
73612002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7362
7363 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7364 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7365 indicate that the condition it was testing is always true.
7366 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7367 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7368 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7369
accc6d1f
JT
73702002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7371
7372 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7373 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7374 tdep->jb_pc and tdep->jb_elt_size.
7375 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7376 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7377 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7378 * alpha-nat.c (get_longjmp_target): Remove.
7379 (JB_ELEMENT_SIZE): Ditto.
7380 (JB_PC): Ditto.
7381 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7382 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7383 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7384 to alpha_get_longjmp_target.
7385 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7386 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7387 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7388
1bfdc549
AC
73892002-04-25 Andrew Cagney <ac131313@redhat.com>
7390
7391 * README: Update to GDB 5.2.
7392
1bd316f0
AC
73932002-04-25 Andrew Cagney <ac131313@redhat.com>
7394
7395 * gdbarch.sh (LC_ALL): Set to `c'.
7396
2e5ff58c
TR
73972002-04-25 Theodore A. Roth <troth@verinet.com>
7398
7399 * avr-tdep.c: Ran through gdb_indent.sh.
7400
e33ce519
TR
74012002-04-25 Theodore A. Roth <troth@verinet.com>
7402
7403 * MAINTAINERS: Add myself as AVR maintainer.
7404 * NEWS: Note new target avr.
7405
8818c391
TR
74062002-04-25 Theodore A. Roth <troth@verinet.com>
7407
7408 * Makefile.in: Add support for AVR target.
7409 * configure.tgt: Add support for AVR target.
7410 * avr-tdep.c: New file
7411 * config/avr/avr.mt: New file.
7412
79509c2d
TR
74132002-04-25 Theodore A. Roth <troth@verinet.com>
7414
7415 * MAINTAINERS: Add myself to write-after-approval.
7416
dac8068e
PM
74172002-04-24 Pierre Muller <ics.u-strasbg.fr>
7418
7419 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7420 with fprintf_unfiltered (gdb_stderr,....
7421
25bf3106
PM
74222002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7423
7424 Fix PR gdb/508.
7425 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7426
24467a86
PM
74272002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7428
7429 * p-exp.y: Also use new prev_lexptr variable
7430 to improve error reporting. Based on Michael Snyder
7431 2002-04-24 dated patch to c-exp.y.
7432
95b80706
JT
74332002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7434
7435 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7436 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7437 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7438 to 0.
7439 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7440 and struct value.
7441 (FUNCTION_START_OFFSET): Remove.
7442 (BREAKPOINT): Ditto.
7443
e90cc612
JT
74442002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7445
7446 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7447 * NEWS: Ditto.
7448
6c72f9f9
JT
74492002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7450
7451 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7452 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7453 alpha_linux_pc_in_sigtramp.
7454 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7455 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7456 alpha_osf1_pc_in_sigtramp.
7457 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7458 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7459 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7460 alphafbsd_pc_in_sigtramp.
7461 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7462 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7463 alphanbsd_pc_in_sigtramp.
7464 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7465 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7466
5e4f3379
JT
74672002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7468
7469 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7470
da8ca43d
JT
74712002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7472
7473 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7474 alphanbsd-tdep.c.
7475 (alphanbsd-nat.o): New dependency list.
7476 (alphanbsd-tdep.o): Ditto.
7477 * NEWS: Note new native NetBSD/alpha configuration.
7478 * alphanbsd-nat.c: New file.
7479 * alphanbsd-tdep.c: Ditto.
7480 * configure.host (alpha*-*-netbsd*): New host.
7481 * configure.tgt (alpha*-*-netbsd*): New target.
7482 * config/alpha/nbsd.mh: New file.
7483 * config/alpha/nbsd.mt: Ditto.
7484 * config/alpha/nm-nbsd.h: Ditto.
7485 * config/alpha/tm-nbsd.h: Ditto.
7486
36a6271d
JT
74872002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7488
7489 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7490 (alpha-osf1-tdep.o): New dependency list.
7491 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7492 and skip_sigtramp_frame members.
7493 * alpha-linux-tdep.c: Include gdbcore.h.
7494 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7495 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7496 * alpha-osf1-tdep.c: New file.
7497 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7498 alpha-osf1-dep.c.
7499 (alpha_frame_past_sigtramp_frame): New function.
7500 (alpha_dynamic_sigtramp_offset): Ditto.
7501 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7502 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7503 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7504 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7505 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7506 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7507 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7508 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7509 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7510 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7511 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7512 to find_solib_trampoline_target.
7513 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7514 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7515 (SKIP_TRAMPOLINE_CODE): Remove.
7516 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7517 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7518 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7519 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7520 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7521 (PROC_SIGTRAMP_MAGIC): Ditto.
7522 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7523 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7524 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7525 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7526 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7527
2f4bc57b
JT
75282002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7529
7530 * NEWS: Note that Alpha targets are now multi-arch.
7531
665132f9
MS
75322002-04-24 Michael Snyder <msnyder@redhat.com>
7533
7534 * parser-defs.h (prev_lexptr): New external variable.
7535 * parse.c (parse_exp_1): Set prev_lexptr to null before
7536 calling the language-specific parser.
7537 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7538 (yyerror): Use prev_lexptr in error reporting.
7539
32872fa7
DJ
75402002-04-24 Daniel Jacobowitz <drow@mvista.com>
7541
7542 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7543 * gregset.h: If FILL_FPXREGSET is defined, provide
7544 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7545 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7546 is defined, call fill_fpxregset.
7547
57e76fac
MS
75482002-04-24 Roland McGrath <roland@frob.com>
7549
7550 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7551 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7552 (supply_gregset, supply_fpregset): New functions.
7553
7554 * gnu-nat.c (gnu_find_memory_regions): New function.
7555 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7556 (gnu_xfer_memory): Add a cast.
7557
f43845b3
MS
75582002-04-24 Michael Snyder <msnyder@redhat.com>
7559
361d1df0 7560 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7561 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7562 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7563 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7564 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7565 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7566
a0abec03
AC
7567Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7568
7569 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7570 NUM_PSEUDO_REGS can be used.
7571
d7bd68ca
AC
75722002-04-24 Andrew Cagney <ac131313@redhat.com>
7573
7574 * arch-utils.h: Update copyright.
7575
7576 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7577 * gdbarch.h, gdbarch.c: Re-generate.
7578
7579 * inferior.h (IN_SIGTRAMP): Delete definition.
7580 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7581 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7582
7583 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7584 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7585 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7586 (find_proc_framesize): Ditto.
7587 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7588 (alpha_init_extra_frame_info): Ditto.
7589 * infrun.c (handle_inferior_event): Ditto.
7590 (handle_inferior_event): Ditto.
7591 (check_sigtramp2): Ditto.
7592 * blockframe.c (create_new_frame): Ditto.
7593 (get_prev_frame): Ditto.
7594 * ppc-linux-tdep.c: Update comments.
7595 * i386-linux-tdep.c: Update comments.
7596 * breakpoint.c (bpstat_what): Update comment.
7597
4867e41e
DM
75982002-04-24 David S. Miller <davem@redhat.com>
7599
21d83aa5
DM
7600 * i960-tdep.c (register_in_window_p): New function.
7601 (i960_find_saved_register): Use it instead of
7602 REGISTER_IN_WINDOW_P.
7603 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7604
4867e41e
DM
7605 * symtab.h (find_stab_function_addr): Kill extern.
7606 * minsyms.c (find_stab_function_addr): Remove from here...
7607 * dbxread.c: ... to here, and mark it static.
7608
69cdf6a2
DM
76092002-04-20 David S. Miller <davem@redhat.com>
7610
7611 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7612 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7613
5a595886
DM
76142002-04-21 David S. Miller <davem@redhat.com>
7615
7616 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7617 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7618 (vx_write_register): Likewise.
7619
1da1a192
JB
76202002-04-23 J. Brobecker <brobecker@gnat.com>
7621
7622 * source.c (is_regular_file): New function.
7623 (openp): Check wether file to open is a regular file
7624 to avoid opening directories.
7625
baa6f10b
JT
76262002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7627
7628 * findvar.c (extract_signed_integer): Cast printf argument
7629 to suppress format warning.
7630 (extract_unsigned_integer): Likewise.
7631 * infcmd.c (registers_info): Likewise.
7632 * top.c (get_prompt_1): Likewise.
7633 * valops.c (value_assign): Likewise.
7634 * valprint.c (print_decimal): Likewise.
7635
b2c4da81
L
76362002-04-22 H.J. Lu (hjl@gnu.org)
7637
7638 * c-exp.y (typebase): Support
361d1df0 7639
b2c4da81
L
7640 [long|long long|short] [signed|unsigned] [int|]
7641
7642 and
7643
7644 signed [long|long long|short] int
7645
f267bd6a
JT
76462002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7647
7648 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7649 and vax-tdep.h.
7650 * vax-tdep.h: New file.
7651 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7652 Make several routines static.
7653 (vax_get_saved_register): New function.
7654 (vax_gdbarch_init): New function.
7655 (_initialize_vax_tdep): Register vax_gdbarch_init.
7656 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7657 Remove macros now under the control of gdbarch.
7658
da3c6d4a
MS
76592002-04-22 Michael Snyder <msnyder@redhat.com>
7660
11d3b27d
MS
7661 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7662 Some whitespace and coding standards tweaks.
da3c6d4a 7663
a33f7558
JT
76642002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7665
7666 * vax-tdep.c: Include regcache.h.
7667 (vax_call_dummy_words): New.
7668 (sizeof_vax_call_dummy_words): New.
7669 (vax_fix_call_dummy): New function.
7670 (vax_saved_pc_after_call): Ditto.
7671 * config/vax/tm-vax.h: Don't include regcache.h.
7672 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7673 (CALL_DUMMY): Remove.
7674 (CALL_DUMMY_WORDS): Define.
7675 (SIZEOF_CALL_DUMMY_WORDS): Define.
7676 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7677
47a73475
MS
76782002-04-18 Michael Snyder <msnyder@redhat.com>
7679
7680 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7681
52efde73
JT
76822002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7683
7684 * vax-tdep.c (vax_frame_chain): New function.
7685 (vax_push_dummy_frame): Ditto.
7686 (vax_pop_frame): Ditto.
7687 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7688 (FRAMELESS_FUNCTION_INVOCATION): Use
7689 generic_frameless_function_invocation_not.
7690 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7691 (POP_FRAME): Use vax_pop_frame.
7692
ea74468c
JT
76932002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7694
7695 * vax-tdep.c (vax_store_struct_return): New function.
7696 (vax_extract_return_value): Ditto.
7697 (vax_store_return_value): Ditto.
7698 (vax_extract_struct_value_address): Ditto.
7699 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7700 vax_store_struct_return.
7701 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7702 (STORE_RETURN_VALUE): Use vax_store_return_value.
7703 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7704
5516aa92
JT
77052002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7706
7707 * vax-tdep.c (vax_frame_saved_pc): New function.
7708 (vax_frame_args_address_correct): Ditto.
7709 (vax_frame_args_address): Ditto.
7710 (vax_frame_locals_address): Ditto.
7711 (vax_frame_num_args): Move code to be in proximity to
7712 other frame-related functions.
7713 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7714 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7715 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7716 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7717 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7718
36af0b35
L
77192002-04-22 H.J. Lu (hjl@gnu.org)
7720
7721 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7722 includedir.
7723
ab62c900
JT
77242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7725
7726 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7727 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7728 (FRAME_INIT_SAVED_REGS): New macro.
7729
7232b100
JT
77302002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7731
7732 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7733
b70d2aee
JT
77342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7735
7736 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7737 where needed.
7738 (fetch_osf_core_registers): Likewise.
7739 (supply_gregset): Likewise.
7740
a0e8a2d1 77412002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7742
a0e8a2d1
JB
7743 * symfile.h (get_section_index): Define.
7744 * symfile.c (get_section_index): New function.
7745 * mdebugread.c (SC_IS_SBSS): New macro.
7746 (SC_IS_BSS): Return true for the scBss storage class only, as
7747 the scSBss storage class refers to the .sbss section.
7748 (parse_partial_symbols): Discard the symbols which associated
7749 section does not exist.
7750 Make sure to use the .sbss section index for symbols which
7751 storage class is scBss, rather than using the .bss section index.
7752
51eb8b08
JT
77532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7754
7755 * vax-tdep.c: Update copyright years.
7756 (vax_register_name): New function.
7757 (vax_register_byte): Ditto.
7758 (vax_register_raw_size): Ditto.
7759 (vax_register_virtual_size): Ditto.
7760 (vax_register_virtual_type): Ditto.
7761 * config/vax/tm-vax.h: Update copyright years.
7762 (REGISTER_NAMES): Remove.
7763 (REGISTER_NAME): Define.
7764 (REGISTER_BYTE): Use vax_register_byte.
7765 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7766 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7767 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7768
6cc1c0a8
AC
77692002-04-21 Andrew Cagney <ac131313@redhat.com>
7770
7771 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7772 declaration
7773 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7774
9319a2fe
DM
77752002-04-21 David S. Miller <davem@redhat.com>
7776
7777 * arch-utils.c (generic_prologue_frameless_p): Kill
7778 SKIP_PROLOGUE_FRAMELESS_P code.
7779 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7780 references.
7781 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7782 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7783 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7784 references.
7785 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7786 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7787 (sparc_gdbarch_init): Pass it to
7788 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7789
e9ed6d01
JT
77902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7791
7792 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7793 (alphabsd-nat.o): New dependency list.
7794
36012033
JT
77952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7796
7797 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7798 alphafbsd-tdep.c.
7799 (alpha-linux-tdep.o): New dependency list.
7800 (alphafbsd-tdep.o): Likewise.
7801
3379287a
JT
78022002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7803
7804 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7805 to here...
7806 * alpha-tdep.c: ...from here.
7807 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7808
4bcbd6cb
JT
78092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7810
7811 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7812 prototype from here...
7813 * alpha-tdep.h: ...to here.
7814
b31da25e
AC
78152002-04-21 Andrew Cagney <ac131313@redhat.com>
7816
7817 * frame.h (selected_frame_level): Document as deprecated.
7818 (frame_relative_level): Declare.
7819 * stack.c (frame_relative_level): New function.
7820 (selected_frame_level): Document as deprecated.
7821 (select_frame): Do not set the selected_frame_level.
7822
7823 * stack.c (frame_info, record_selected_frame): Update.
7824 (frame_command, current_frame_command): Update.
7825 (up_silently_base, up_command, down_silently_base): Update.
7826 (down_command): Update.
7827 * inflow.c (kill_command): Update.
7828 * tracepoint.c (finish_tfind_command): Update.
7829 * corelow.c (core_open): Update.
7830 * thread.c (info_threads_command): Update.
7831 (do_captured_thread_select): Update.
7832 * infcmd.c (finish_command): Update.
7833 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7834
9c1d6fe5
JT
78352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7836
7837 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7838
ab89facf
AC
78392002-04-21 Andrew Cagney <ac131313@redhat.com>
7840
7841 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7842 type const.
7843
82a4efa1
JT
78442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7845
7846 * alphafbsd-tdep.c: Update copyright years. Include
7847 alpha-tdep.h.
7848 (alphafbsd_use_struct_convention): Make static.
7849 (alphafbsd_init_abi): New function.
7850 (_initialize_alphafbsd_tdep): New function.
7851 * config/alpha/tm-fbsd.h: Update copyright years.
7852 (USE_STRUCT_CONVENTION): Remove.
7853
44dffaac
JT
78542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7855
7856 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7857 an Alpha ABI variant.
7858 (alpha_abi_handler_list): Declare.
7859 (alpha_gdbarch_register_os_abi): New function.
7860 (alpha_gdbarch_init): Give registered ABI variant handlers a
7861 chance to tweak the gdbarch once we have set up defaults.
7862 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7863
65585be4
JT
78642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7865
7866 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7867 to standard_coerce_float_to_double.
7868 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7869
d9b023cc
JT
78702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7871
7872 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7873 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7874 from gdbarch_tdep rather than a constant.
7875 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7876 the default text address for all Alpha Unix ABIs.
7877 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7878 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7879
dc129d82
JT
78802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7881
7882 * alpha-tdep.h: New file. Includes several Alpha target constants
7883 taken from...
7884 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7885 let gdbarch deal with.
7886 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7887 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7888 to dependency list.
7889 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7890 Alpha target register names.
7891 * alphabsd-nat.c: Likewise.
7892 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7893 Alpha target register names. Make serveral routines static.
7894 (alpha_get_saved_register): New function.
7895 (alpha_abi_names): New.
7896 (process_note_abi_tag_sections): New function.
7897 (get_elfosabi): New function.
7898 (alpha_gdbarch_init): New function.
7899 (alpha_dump_tdep): New function.
7900 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7901
d49d1e0a
AC
79022002-04-21 Andrew Cagney <ac131313@redhat.com>
7903
7904 * frame.c (find_saved_register): Delete #ifdef
7905 HAVE_REGISTER_WINDOWS code.
7906 * config/sparc/tm-sparc.h: Update comments.
7907 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7908
92e8c9ed
AC
79092002-04-21 Andrew Cagney <ac131313@redhat.com>
7910
7911 * i960-tdep.c (i960_find_saved_register): New function.
7912 (i960_get_saved_register): New function.
7913 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7914 (i960_get_saved_register): Declare.
7915 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7916
e1925118
DM
79172002-04-20 David S. Miller <davem@redhat.com>
7918
7919 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7920
29673b29
AC
79212002-04-20 Andrew Cagney <ac131313@redhat.com>
7922
7923 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7924 instead of NUM_PSEUDO_REGS.
7925
6c86dcd5
DM
79262002-04-20 David S. Miller <davem@redhat.com>
7927
7928 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7929 GDB_MULTI_ARCH_PARTIAL
7930 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7931 define, let tm-sp64.h do it.
7932
aa40ec90
JT
79332002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7934
7935 * frame.c (find_saved_register): Avoid a NULL pointer
7936 dereference and actually walk the frame list.
7937
0f79675b
AC
79382002-04-20 Andrew Cagney <ac131313@redhat.com>
7939
7940 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7941 sorted in most most-recent-used order. Document.
7942 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7943
f91305dd 79442002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7945
7946 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7947 instead of ->prev.
7948 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7949 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7950 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7951 instead of ->prev.
7952
73d322b1
EZ
79532002-04-19 Elena Zannoni <ezannoni@redhat.com>
7954
7955 Fix PR gdb/471.
7956 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7957 (build_builtin_type_vec128): Ditto.
7958 (append_composite_type_field): Fix calculation of type length in
7959 union case.
7960
ccd9a834
EZ
79612002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7962
7963 * config/djgpp/README: Update.
7964
7965 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7966 compiler warnings.
7967
a57f9e49
JT
79682002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7969
7970 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7971 (alpha_setup_arbitrary_frame): ...to this.
7972 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7973 for alpha_setup_arbitrary_frame.
7974
f4f9705a
AC
79752002-04-18 Andrew Cagney <cagney@redhat.com>
7976
7977 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7978 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7979
f4f9705a
AC
7980 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7981 * target.h (memory_breakpoint_from_pc): Update declaration.
7982 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7983
7984 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7985 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7986 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7987 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7988 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7989 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7990 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7991 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7992 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7993 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7994 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7995 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7996
7997 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7998 const pointer.
7999 * monitor.c (monitor_insert_breakpoint): Ditto.
8000 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8001
8002 * config/mcore/tm-mcore.h: Update copyright.
8003 * mem-break.c: Ditto.
8004 * xstormy16-tdep.c: Ditto.
8005
29f319b8
PM
80062002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8007
8008 * p-exp.y: Add precedence rule for '^' token.
8009 This removes the shift/reduce conflicts.
8010 Remove the comment concerning these shift/reduce conflicts.
8011
ebeac11a
EZ
80122002-04-18 Elena Zannoni <ezannoni@redhat.com>
8013
8014 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8015 (registers_powerpc_nofp): New register set for processors
8016 without floating point unit.
8017
27c31547
DM
80182002-04-18 David S. Miller <davem@redhat.com>
8019
8020 * MAINTAINERS: Add myself to write-after-approval.
8021
47a73475
MS
80222002-04-17 Michael Snyder <msnyder@redhat.com>
8023
8024 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8025
953836b2
AC
80262002-04-17 Andrew Cagney <ac131313@redhat.com>
8027
8028 * rs6000-tdep.c (frame_initial_stack_address): Use
8029 frame_register_read to read the alloca_reg.
8030
8b0d4340
AC
80312002-04-17 Andrew Cagney <ac131313@redhat.com>
8032
8033 * frame.c (find_saved_register): Find saved registers in the next
8034 not prev frame.
8035 Fix PR gdb/365.
8036
d8864532
AC
80372002-04-17 Andrew Cagney <ac131313@redhat.com>
8038
8039 * gdbarch.sh (LANG): Set to ``c''.
8040
36cc83a3 80412002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8042
36cc83a3 8043 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8044
2f4150cc 80452002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8046
8047 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8048 Update copyright.
8049
628703c6 8050 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8051 Also fix PR gdb/391.
361d1df0 8052
56157b4a
AC
80532002-04-14 Andrew Cagney <ac131313@redhat.com>
8054
8055 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8056 * aclocal.m4, configure: Re-generate.
8057 Fix PR gdb/391.
361d1df0 8058
6d1e3329
EZ
80592002-04-14 Elena Zannoni <ezannoni@redhat.com>
8060
8061 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8062 instead of tm_print_insn.
8063
cb06fa07
EZ
80642002-04-14 Elena Zannoni <ezannoni@redhat.com>
8065
8066 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8067
f208ba17
AC
80682002-04-14 Andrew Cagney <ac131313@redhat.com>
8069
8070 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8071 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8072 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8073
20f01a46
DH
80742002-04-12 Don Howard <dhoward@redhat.com>
8075
8076 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8077 max_user_call_depth.
8078 (init_cmd_lists): Initialize the new value;
8079 * cli/cli-script.c (execute_user_command): Limit the call depth of
8080 user defined commands. This avoids a core-dump when user commands
8081 are infinitly recursive.
8082
a88376a3
KB
80832002-04-12 Kevin Buettner <kevinb@redhat.com>
8084
8085 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8086 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8087 from tdep struct instead of DEFAULT_LR_SAVE.
8088 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8089 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8090 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8091
f2172603
MS
80922002-04-12 Michael Snyder <msnyder@redhat.com>
8093
694f61fb 8094 * Remote.c: Spelling fix.
20fe79c8
MS
8095 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8096 If no symbol found for "sbrk", try "_sbrk".
8097 (make_output_phdrs): Use bfd_section_name.
8098 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8099 * eval.c: Indentation fix-ups.
169a7369
MS
8100 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8101 in case it gets applied to an address that is already
8102 in the instruction space.
de74f71f
MS
8103 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8104 * symfile.c: Fix indentation, long lines.
f2172603
MS
8105 * source.c: White space fix-up.
8106
cda5a58a
AC
81072002-04-12 Andrew Cagney <cagney@redhat.com>
8108
8109 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8110 * frame.c (frame_register_read): New function. Return non-zero on
8111 success.
8112 (read_relative_register_raw_bytes_for_frame): Delete.
8113 (read_relative_register_raw_bytes): Delete.
8114 * frame.h (frame_register_read): Declare.
8115 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8116 * sh-tdep.c: Ditto.
8117 * infcmd.c (do_registers_info): Ditto.
8118 * hppa-tdep.c: Ditto.
8119 * rs6000-tdep.c: Ditto.
8120 * h8500-tdep.c: Ditto.
8121 * mips-tdep.c: Ditto.
8122 * h8300-tdep.c: Ditto.
8123 * z8k-tdep.c: Ditto.
8124
2ea5f656
KB
81252002-04-12 Kevin Buettner <kevinb@redhat.com>
8126
8127 From Jimi X <jimix@watson.ibm.com>:
8128 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8129 64-bit SysV ABI.
8130
27b15785
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): Compute ``wordsize'' from
8135 bfd info.
8136
5d57ee30
KB
81372002-04-12 Kevin Buettner <kevinb@redhat.com>
8138
8139 From Jimi X <jimix@watson.ibm.com>:
8140 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8141 register sets for these processor variants.
8142
bc1e36ca
DJ
81432002-04-11 Daniel Jacobowitz <drow@mvista.com>
8144
bc1e36ca
DJ
8145 * regformats/reg-ppc.dat: Support FPSCR.
8146
e3f36dbd
KB
81472002-04-11 Kevin Buettner <kevinb@redhat.com>
8148
8149 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8150 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8151 Add fpscr as an invalid/unfetchable register.
8152 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8153 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8154 (fill_fpregset): Add support for register fpscr.
8155 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8156 (fill_gregset): Account for the fact that register ``mq'' might
8157 not exist.
8158 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8159 (registers_power): Add fpscr to register set at slot 71.
8160 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8161 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8162
943c9c25
MS
81632002-04-11 Michael Snyder <msnyder@redhat.com>
8164
8165 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8166 * configure: Regenerate.
8167 * config.in: Regenerate.
8168 * acconfig.h: Add define for _SYSCALL32.
8169 * core-sol2.c: Remove #define _SYSCALL32.
8170 * solib-legacy.c: Remove #define _SYSCALL32.
8171
d8c0a2e7
AC
81722002-04-10 Andrew Cagney <ac131313@redhat.com>
8173
8174 * stack.c (select_frame): Cleanup internal error message, do not
8175 use %p.
8176
7cc19214
AC
81772002-04-10 Andrew Cagney <ac131313@redhat.com>
8178
8179 * stack.c (select_frame): Check that selected_frame and the
8180 specified level are as expected.
8181 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8182 Update copyright.
8183 * frame.h (struct frame_info): Add field `level'. Update
8184 copyright.
8185 Work-in-progress PR gdb/464.
8186
67a2b77e
AC
81872002-04-10 Andrew Cagney <ac131313@redhat.com>
8188
8189 * maint.c (maint_print_section_info): Rename print_section_info.
8190 (print_bfd_section_info, print_objfile_section_info): Update.
8191 * inferior.h (struct gdbarch): Add opaque declaration.
8192 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8193 * gdbarch.h: Regenerate.
8194
8cfda98c
ML
81952002-04-10 Michal Ludvig <mludvig@suse.cz>
8196
8197 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8198 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8199 (kernel_u_size): Added.
8200 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8201 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8202
ca439ad2 82032002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8204
ca439ad2
JI
8205 * valarith.c (find_size_for_pointer_math): New function, either returns
8206 the size for a pointer's target, returns 1 for void *, or errors for
8207 incomplete types.
8208 (value_add, value_sub): use find_size_for_pointer_math.
8209
2f2893d9
DJ
82102002-04-09 Daniel Jacobowitz <drow@mvista.com>
8211
8212 * linux-low.c (linux_look_up_symbols): New hook.
8213 (linux_target_ops): Add linux_look_up_symbols.
8214 * remote-utils.c (decode_address): New function.
8215 (look_up_one_symbol): New function.
8216 * server.c (handle_query): Call target look_up_symbols hook.
8217 * server.h (look_up_one_symbol): Add prototype.
8218 * target.h (struct target_ops): Add look_up_symbols hook.
8219
96cb11df
AC
82202002-04-09 Andrew Cagney <ac131313@redhat.com>
8221
8222 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8223 override FP_REGNUM with frame->fp. Update copyright.
8224 * parse.c (num_std_regs, std_regs): Delete.
8225 (target_map_name_to_register): Do not search std_regs. Update
8226 function description.
8227 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8228 declarations. Update copyright.
8229 Fix PR gdb/251.
361d1df0 8230
97658e92
DJ
82312002-04-09 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8234 after the last symbol in a block.
8235
6044e3eb
PM
82362002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8237
8238 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8239 is non zero as a found symbol.
8240
0406ec40
AC
82412002-04-08 Andrew Cagney <ac131313@redhat.com>
8242
8243 * findvar.c: Include "builtin-regs.h".
8244 (value_of_register): Call value_of_builtin_reg when applicable.
8245 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8246 (target_map_name_to_register): Call
8247 builtin_reg_map_name_to_regnum.
8248 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8249 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8250 (builtin_regs_h): Define.
8251 (builtin-regs.o): New target.
8252 (findvar.o): Add $(builtin_regs_h).
8253 * builtin-regs.c, builtin-regs.h: New files.
8254 * std-regs.c: New file.
8255 Partial fix for PR gdb/251.
8256
56a6dfb9
KB
82572002-04-08 Kevin Buettner <kevinb@redhat.com>
8258
8259 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8260 it's no longer required.
8261
3a808432
AC
82622002-04-08 Andrew Cagney <ac131313@redhat.com>
8263
8264 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8265
7c40d541
KB
82662002-04-08 Kevin Buettner <kevinb@redhat.com>
8267
8268 From Jimi X <jimix@watson.ibm.com>:
8269 * rs6000-tdep.c (rs6000_software_single_step): Use
8270 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8271 and size. Use target_insert_breakpoint() and
8272 target_remove_breakpoint() to insert and remove breakpoints
8273 instead of explicit memory reads and writes.
8274
cc9836a8
KB
82752002-04-08 Kevin Buettner <kevinb@redhat.com>
8276
8277 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8278 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8279 ELF_OBJECT_FORMAT ifdef.
8280
7495d1dc
KB
82812002-04-08 Kevin Buettner <kevinb@redhat.com>
8282
8283 From Jimi X <jimix@watson.ibm.com>:
8284 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8285
4288e836
KB
82862002-04-08 Kevin Buettner <kevinb@redhat.com>
8287
8288 From Jimi X <jimix@watson.ibm.com>:
8289 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8290 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8291
a4e4e501
MK
82922002-04-07 Mark Kettenis <kettenis@gnu.org>
8293
8294 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8295 s/asprintf/xasprintf/.
8296 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8297
006defba
AC
82982002-04-07 Andrew Cagney <ac131313@redhat.com>
8299
8300 I believe Jeff Law denies responsability for this one:
8301 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8302 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8303 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8304 Work-around for PR gdb/366.
8305
7aa83cac
EZ
83062002-04-07 Elena Zannoni <ezannoni@redhat.com>
8307
8308 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8309 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8310 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8311
cf1fcca1
EZ
83122002-04-07 Elena Zannoni <ezannoni@redhat.com>
8313
8314 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8315 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8316 information.
8317
3f289e6f
AC
83182002-04-07 Andrew Cagney <ac131313@redhat.com>
8319
8320 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8321 maintainer.
8322
129188f6
AC
83232002-04-07 Andrew Cagney <ac131313@redhat.com>
8324
8325 * README (Reporting Bugs in GDB): Document the bug web page as the
8326 prefered way of submitting bugs.
8327 Fix PR gdb/402.
8328
1200cd6e
AC
83292002-04-06 Andrew Cagney <ac131313@redhat.com>
8330
8331 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8332 -1. Update comment.
8333 * gdbarch.h, gdbarch.c: Re-generate.
8334
2853c33c
AS
83352002-04-07 Andreas Schwab <schwab@suse.de>
8336
8337 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8338 buffer to regcache_collect.
8339
c2169756
AC
83402002-04-06 Andrew Cagney <ac131313@redhat.com>
8341
8342 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8343 * gdbarch.c, gdbarch.h: Re-generate.
8344
25f1b008
AC
83452002-04-06 Andrew Cagney <ac131313@redhat.com>
8346
8347 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8348 declaration. Fix -Werror.
8349
59263426
DJ
83502002-04-05 Daniel Jacobowitz <drow@mvista.com>
8351
8352 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8353 * gdbarch.c: Regenerate.
8354
f5db4da3
MS
83552002-04-05 Michael Snyder <msnyder@redhat.com>
8356
80f8a6eb
MS
8357 * breakpoint.c (clear_command): Rewrite middle section to
8358 combine two loops with identical control conditions.
8359 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8360 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8361
ad3dcc5c
L
83622002-04-05 H.J. Lu (hjl@gnu.org)
8363
8364 * solib-svr4.c (bkpt_names): Add "__start".
8365
f32e7a74
AC
83662002-04-04 Andrew Cagney <ac131313@redhat.com>
8367
8368 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8369 as test for 64 bit target.
8370
8227c0ff
AC
83712002-04-05 Andrew Cagney <ac131313@redhat.com>
8372
8373 * h8500-tdep.c (h8500_write_fp): Delete function.
8374 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8375 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8376 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8377 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8378 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8379 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8380 (s390_write_fp):
8381 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8382 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8383 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8384 (d10v_write_fp): Delete function.
8385 * inferior.h (write_fp, generic_target_write_fp): Delete
8386 declarations.
8387 * regcache.c (generic_target_write_fp): Delete function.
8388 (write_fp): Delete function.
8389 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8390 * gdbarch.h, gdbarch.c: Regenerate.
8391 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8392 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8393 (sparc64_write_fp): Delete declaration.
8394 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8395 (h8500_write_fp): Delete declaration.
8396
2757dd86
AC
83972002-04-04 Andrew Cagney <ac131313@redhat.com>
8398
8399 * sparc-tdep.c (sparc64_write_fp): Delete.
8400 (sparc_push_dummy_frame): Replace write_fp call with code to store
8401 the FP directly.
8402 (sparc_gdbarch_init): Do not initialize write_fp.
8403
c69255e1
KB
84042002-04-05 Kevin Buettner <kevinb@redhat.com>
8405
8406 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8407 clause.
8408
ae767bfb
JB
84092002-03-29 Jim Blandy <jimb@redhat.com>
8410
8411 * stack.c (get_selected_block): Add new argument `addr_in_block',
8412 used to return the exact code address we used to select the block,
8413 not just the block.
8414 * blockframe.c (get_frame_block, get_current_block): Same.
8415 * frame.h (get_frame_block, get_current_block,
8416 get_selected_block): Update declarations.
8417 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8418 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8419
84d2ac95
MS
84202002-04-05 Michael Snyder <msnyder@redhat.com>
8421
8422 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8423 warning message.
8424
596aa3bf
JB
84252002-04-05 J. Brobecker <brobecker@gnat.com>
8426
8427 * utils.c (xfullpath): New function.
8428 * defs.h (xfullpath): Add declaration.
8429 * source.c (openp): Use xfullpath in place of gdb_realpath to
8430 avoid resolving the basename part of filenames when the
8431 associated file is a symbolic link. This fixes a potential
8432 inconsistency between the filenames known to GDB and the
8433 filenames it prints in the annotations.
8434 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8435 to be able to match a filename with either the real filename, or
8436 the name of any symbolic link to this file.
8437 (lookup_partial_symtab): Ditto.
8438
c02f5703
MS
84392002-04-04 Michael Snyder <msnyder@redhat.com>
8440
8441 * breakpoint.c: Add support for hardware breakpoints in overlays.
8442 (overlay_events_enabled): New state variable.
8443 (insert_breakpoints): Use overlay_events_enabled to decide
8444 whether to attempt to set a breakpoint at the overlay load addr.
8445 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8446 (remove_breakpoint): Use overlay_events_enabled to decide
8447 whether breakpoints need to be removed from overlay load addr.
8448 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8449 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8450 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8451 disable_overlay_breakpoints): Update overlay_events_enabled.
8452
5fb290d7
DJ
84532002-04-04 Daniel Jacobowitz <drow@mvista.com>
8454
8455 * dwarf2read.c (struct function_range): New.
8456 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8457 (check_cu_functions): New.
8458 (read_file_scope): Initialize global function lists.
8459 Call dwarf_decode_line after processing children.
8460 (read_func_scope): Add to global function list.
8461 (dwarf_decode_lines): Call check_cu_functions everywhere
8462 record_line is called. Call record_line with a linenumber
8463 of 0 to mark sequence ends.
8464
7b3fabf0
ML
84652002-04-04 Michal Ludvig <mludvig@suse.cz>
8466
361d1df0 8467 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8468 change sync with glibc.
8469
bce58c09
JB
84702002-04-03 Jim Blandy <jimb@redhat.com>
8471
8472 * configure.in: Call AC_C_INLINE.
8473 * configure: Regenerated.
361d1df0 8474
2fccf04a
DJ
84752002-04-01 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8478 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8479
2d1bfe2e
MK
84802002-03-31 Mark Kettenis <kettenis@gnu.org>
8481
a5941fbf
MK
8482 * NEWS: Mention gcore support on FreeBSD/i386.
8483
a90cd31d
MK
8484 * fbsd-proc.c: New file.
8485 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8486 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8487
2d1bfe2e
MK
8488 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8489 while statement.
8490
9eb6e5a1
JB
84912002-03-29 Jim Blandy <jimb@redhat.com>
8492
8493 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8494 unescaped newlines in string literals, but newer ones don't. So
8495 escape them.
8496
f02df580
MS
84972002-03-26 Michael Snyder <msnyder@redhat.com>
8498 Andrew Cagney <cagney@redhat.com>
8499
361d1df0 8500 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8501 restore file to memory.
8502 * cli/cli-dump.h: New file.
8503 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8504 * NEWS: Mention new commands.
f02df580 8505
109f874e
MS
85062002-03-28 Michael Snyder <msnyder@redhat.com>
8507
8508 * symfile.c (symbol_file_add): Move test for null symbols to later.
8509
520f6ade
AC
85102002-03-27 Andrew Cagney <ac131313@redhat.com>
8511
8512 From veksler at il.ibm.com:
8513 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8514 the xstrduped original path.
8515 Fix PR gdb/417.
8516
d4654627
MS
85172002-03-27 Michael Snyder <msnyder@redhat.com>
8518
8519 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8520 * infcmd.c (_initialize_infcmd): Ditto.
8521 * language.c (_initialize_language): Ditto.
8522 * symfile.c (_initialize_symfile): Ditto.
8523 * top.c (_init_main): Ditto.
8524 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8525
6be8bc0c
EZ
85262002-03-27 Elena Zannoni <ezannoni@redhat.com>
8527
8528 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8529 vector registers handling.
8530 (skip_prologue): Handle new AltiVec instructions. Fill in new
8531 fields of frame data.
8532 (frame_get_saved_regs): Fill in information for AltiVec registers.
8533
12af6855
JB
85342002-03-27 Jim Blandy <jimb@redhat.com>
8535
8536 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8537 a function; leave this macro here to invoke that function.
8538 (symbol_init_mangled_name): Declaration for that function.
8539 * symtab.c (symbol_init_mangled_name): New function.
8540
dc672865
AC
85412002-03-27 Andrew Cagney <ac131313@redhat.com>
8542
8543 * valarith.c: Replace strerror with safe_strerror.
8544 * tracepoint.c: Ditto.
8545 * lin-lwp.c: Ditto.
8546 * go32-nat.c: Ditto.
8547 * inflow.c: Ditto.
8548 * gnu-nat.c: Ditto.
8549
d96429cd
AS
85502002-03-27 Andreas Schwab <schwab@suse.de>
8551
8552 * event-top.c (command_line_handler): Remove useless if.
8553
7e336ba1
AJ
85542002-03-27 Andreas Jaeger <aj@suse.de>
8555
8556 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8557 comment.
8558
de220d0f
ML
85592002-03-27 Michal Ludvig <mludvig@suse.cz>
8560
8561 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8562 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8563 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8564 (x86_64_linux_dr_get_status, supply_gregset),
8565 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8566 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8567 (x86_64_register_info_table): Add.
8568 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8569 (x86_64_register_raw_size, x86_64_register_virtual_type),
8570 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8571 general x86_64_register_info_table.
8572 (i386_gdbarch_init): gdbarch_register_bytes is now set
8573 dynamicaly during initialization.
8574 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8575 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8576
0e98d0a7
DJ
85772002-03-27 Daniel Jacobowitz <drow@mvista.com>
8578
8579 * gdbserver/server.c (main): Call target_signal_to_host_p
8580 and target_signal_to_host on signals received from the remote.
8581 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8582 target_signal_from_host on signals sent to the remote.
8583 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8584 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8585
3130066b
DJ
85862002-03-27 Daniel Jacobowitz <drow@mvista.com>
8587
8588 * signals/signals.c: Include "server.h" in gdbserver build.
8589 (target_signal_from_name): Don't use STREQ.
8590 (_initialize_signals): Likewise. Don't include function in
8591 gdbserver build.
8592
9aedf4f4
DJ
85932002-03-27 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * signals.c: Moved to...
8596 * signals/signals.c: Here.
7e336ba1 8597 * Makefile (signals.o): Update.
9aedf4f4 8598
3fa41cdb
JL
85992002-03-26 Jeff Law (law@redhat.com)
8600
8601 * somread.c (som_symtab_read): Remove some commented out code and
8602 updated related comments. Do not set the minimal symbol table to
8603 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8604 in a dynamic executable.
8605 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8606 where we are unable to find the minimal symbol for the given
8607 PC value.
8608
ee677e8d
MS
86092002-03-25 Jeff Law (law@redhat.com)
8610
8611 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8612
e76e1718
ML
86132002-03-25 Michal Ludvig <mludvig@suse.cz>
8614
8615 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8616
18a642a1
AC
86172002-03-23 Andrew Cagney <ac131313@redhat.com>
8618
8619 * command.h: Update copyright.
8620 (struct cmd_list_element): Replace definition with opaque
8621 declaration.
8622 (enum cmd_types): Document that it will eventually be moved to
8623 cli/cli-decode.h
8624 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8625 (MALLOCED_REPLACEMENT): Delete macro.
8626 * Makefile.in (cli_decode_h): Add $(command_h).
8627 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8628 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8629 * completer.c: Include "cli/cli-decode.h".
8630 * maint.c: Include "cli/cli-decode.h".
8631 * cli/cli-decode.h: Include "command.h".
8632 (enum command_class): Delete.
8633 (enum cmd_types): Comment out.
8634 (enum cmd_auto_boolean): Delete.
8635 (enum var_types): Delete.
8636
b2875cc0
AC
86372002-03-23 Andrew Cagney <ac131313@redhat.com>
8638
8639 * cli/cli-decode.c: Include "gdb_assert.h".
8640 (add_set_or_show_cmd): New static function.
8641 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8642 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8643 all fields, such as func, from the set command.
8644
3b45974e
AC
86452002-03-23 Andrew Cagney <ac131313@redhat.com>
8646
8647 * MAINTAINERS (sh-elf): Change warning flag to -w.
8648
823ca731
AC
86492002-03-23 Andrew Cagney <cagney@redhat.com>
8650
8651 * defs.h (error): Add printf format attribute.
8652 * thread-db.c (thread_from_lwp): Fix error format string.
8653 * stack.c (parse_frame_specification): Ditto.
8654 * cli/cli-decode.c (undef_cmd_error): Ditto.
8655 * scm-lang.c (scm_lookup_name): Ditto.
8656 * tracepoint.c (trace_error): Ditto.
8657 * remote-utils.c (usage): Ditto.
8658 * remote.c (compare_sections_command): Ditto.
8659 Fix PR gdb/328.
8660
0e101458
AC
86612002-03-22 Andrew Cagney <ac131313@redhat.com>
8662
8663 * gdbtypes.c (append_composite_type_field): New function.
8664 (init_composite_type): New function.
8665 * gdbtypes.h (append_composite_type_field): Declare.
8666 (init_composite_type): Ditto.
8667
8e0662df
EZ
86682002-03-22 Elena Zannoni <ezannoni@redhat.com>
8669
8670 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8671 function.
8e0662df
EZ
8672 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8673 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8674 structure returning convention for SYSV ABI case, but not
8675 for GNU/Linux, FreeBSD, or NetBSD.
8676
3121eff0
DJ
86772002-03-22 Daniel Jacobowitz <drow@mvista.com>
8678
8679 * symtab.h (lookup_block_symbol): Add mangled_name argument
8680 to prototype.
8681
8682 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8683 with new mangled_name argument.
8684 * linespec.c (decode_line_1): Likewise.
8685 * valops (value_of_this): Likewise.
8686 * symtab.c (lookup_transparent_type): Likewise.
8687 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8688 (lookup_symbol): If we are given a mangled name, pass it down
8689 to lookup_symbol_aux.
8690 (lookup_block_symbol): If we are given a mangled name to check
8691 against, only return symbols which match it.
8692
349b409f
CF
86932002-03-22 Christopher Faylor <cgf@redhat.com>
8694
8695 * win32-nat.c (child_create_inferior): Check for proper shell to use
8696 here, in case the user changes it on the fly.
8697 (_initialize_inftarg): Remove shell path considerations.
8698
2a873819
EZ
86992002-03-21 Elena Zannoni <ezannoni@redhat.com>
8700
8701 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8702 for gdbarch_max_register_raw_size and max_register_virtual_size.
8703 Adjust copyright year.
8704
a1b9830c
DJ
87052002-03-21 Daniel Jacobowitz <drow@mvista.com>
8706
8707 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8708 in a function to cover the entire beginning of the function
8709 as well if it does not already.
8710
8b5790f2
TR
87112002-03-21 Tom Rix <trix@redhat.com>
8712
8713 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8714 (rs6000_ptrace64): Renamed from ptrace64.
8715
bdbe5747
MH
87162002-03-20 Martin M. Hunt <hunt@redhat.com>
8717
8718 * gdbserver/remote-utils.c (remote_open): Don't call
8719 getprotobyname, we're all using TCP here so just use
8720 IPPROTO_TCP.
7e336ba1 8721 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8722
87232002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8724
bdbe5747
MH
8725 * regcache.c (_initialize_regcache): No need to call
8726 build_regcache() at this time; it gets called whenever
8727 the gdbarch changes.
8728
7781cd62
DB
87292002-03-20 David O'Brien <obrien@FreeBSD.org>
8730
8731 * sparc-nat.c: Include sys/param.h where possible.
8732
f65ca430
DJ
87332002-03-20 Daniel Jacobowitz <drow@mvista.com>
8734
8735 Fix PR gdb/422.
8736 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8737 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8738 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8739 complex types.
8740 * stabsread.c (rs6000_builtin_type): Likewise.
8741 (read_sun_floating_type): Likewise.
8742
0c867556
PS
87432002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8744
8745 * stabsread.c (read_member_functions): Remove skip code for duplicate
8746 constructor/destructor methods. Use standard parsing for these
8747 methods and just do not chain them to the list of methods after
8748 parsing.
8749
12b9c64f
AO
87502002-03-19 Alexandre Oliva <aoliva@redhat.com>
8751
8752 * coffread.c: Remove redundant static declarations. Replace
8753 occurrences of `PTR' with `void *'.
8754 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8755 * top.h (quit_cover): Likewise.
8756 * defs.h (catch_errors): Likewise.
8757
349c5d5f
AC
87582002-03-18 Andrew Cagney <ac131313@redhat.com>
8759
8760 * defs.h (XMALLOC): Define.
8761 * gdb-events.sh (XMALLOC): Delete macro.
8762 * gdb-events.c, gdb-events.h: Regenerate.
8763 * gdbarch.sh (XMALLOC): Delete macro.
8764 * gdbarch.c: Regenerate.
8765 * serial.c (XMALLOC): Delete macro.
8766 * ui-file.c (XMALLOC): Ditto.
8767 * ser-unix.h (XMALLOC): Ditto.
8768 * sh-tdep.c (XMALLOC): Ditto.
8769 * ui-out.c (XMALLOC): Ditto.
8770 * utils.c (XMALLOC): Ditto.
8771 * i386-tdep.c (XMALLOC): Ditto.
8772 * gdb-events.c (XMALLOC): Ditto.
8773 * d10v-tdep.c (XMALLOC): Ditto.
8774 * cli-out.c (XMALLOC): Ditto.
8775
8776 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8777 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8778 * ui-file.c, ui-out.c: Ditto.
8779
7d0766f3
AC
87802002-03-18 Andrew Cagney <ac131313@redhat.com>
8781
8782 * command.h (struct cmd_list_element): Add field context.
8783 (set_cmd_context, get_cmd_context): Declare.
8784 * cli/cli-decode.h: Ditto.
8785 * cli/cli-decode.c (get_cmd_context): New function.
8786 (set_cmd_context): New function.
8787 (add_cmd): Initialize context.
8788 Part of fixing PR gdb/145 and PR gdb/146.
8789
5913bcb0
AC
87902002-03-17 Andrew Cagney <ac131313@redhat.com>
8791
1868c04e
AC
8792 * cli/cli-decode.c (cmd_type): New function.
8793 * command.h (cmd_type): Declare.
8794 * infrun.c (set_schedlock_func): Call function cmd_type.
8795 * kod.c (kod_set_os): Call cmd_type.
8796 * cris-tdep.c (cris_version_update): Use function cmd_type.
8797 (cris_mode_update, cris_abi_update): Ditto.
8798
5913bcb0
AC
8799 * command.h: (execute_cmd_post_hook): Declare.
8800 (execute_cmd_pre_hook): Declare.
8801 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8802 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8803 functions. Execute pre/post hook while ensuring that afterwords
8804 hook_in is cleared.
8805 * top.c (execute_command): Use execute_cmd_post_hook, and
8806 execute_cmd_pre_hook to execute pre/post commands.
8807 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8808 hook_stop_stub.
8809 (hook_stop_stub): Call execute_cmd_pre_hook.
8810
b51450c9
AC
88112002-03-17 Andrew Cagney <ac131313@redhat.com>
8812
8813 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8814 set'' and this leads to a core dump. Move xstrdup of
8815 operating_system to after check that it is not NULL.
8816
f66c9f11
AC
88172002-03-17 Andrew Cagney <ac131313@redhat.com>
8818
8e694ecf
AC
8819 * kod.c (kod_set_os): Remove unnecessary check that
8820 ``command->type'' is set_cmd.
8821
f66c9f11
AC
8822 * valprint.c (set_input_radix): Use input_radix.
8823 (set_output_radix): Use output_radix.
8824 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8825 isn't reverted.
8826
9d01611c
AC
88272002-03-16 Andrew Cagney <ac131313@redhat.com>
8828
8829 * value.h (struct value): Delete field ``substring_addr''. Change
8830 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8831 force_core_addr_align and force_pointer_aligh.
8832
8833 * value.h (struct value): Fix typo in above change.
9d01611c 8834
4156bb53
PS
88352002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8836
8837 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8838 to fix internal_error from ``maintenance print architecture''.
8839
0e5e3ea6
PS
88402002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8841
8842 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8843 for gcc versions after gcc-2.8.1.
8844
9b013045
PS
88452002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8846
8847 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8848 for method resolution. Restore adjustment of ``this'' pointer after
8849 calling value_struct_elt, which was accidentally removed during the
8850 HP merge.
8851
376c9600
AC
88522002-03-15 Andrew Cagney <ac131313@redhat.com>
8853
8854 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8855 value_of_register.
8856 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8857 get_saved_register.
8858 * value.h (value_of_register): Update.
8859
a4db0f07
RH
88602002-03-14 Richard Henderson <rth@redhat.com>
8861
8862 * configure.in: Detect declaration for canonicalize_file_name.
8863 * utils.c (canonicalize_file_name): Declare, if needed.
8864 (gdb_realpath): Prefer realpath if available and usable.
8865 * config.in, configure: Rebuild.
8866
96383835
RH
88672002-03-14 Richard Henderson <rth@redhat.com>
8868
8869 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8870 a constant array bound.
8871
8872 * MAINTAINERS: Add myself to write-after-approval.
8873
75245b24
MS
88742002-03-14 Michael Snyder <msnyder@redhat.com>
8875
8876 * symfile.c (syms_from_objfile): Return immediately if no syms.
8877 (symbol_file_add): Return immediately if no syms.
8878 (find_sym_fns): Return immediately if no syms.
8879
e641a1ca
ML
88802002-03-13 Michal Ludvig <mludvig@suse.cz>
8881
8882 * gdbserver/remote-util.c (remote_open): Print remote-side's
8883 IP address when remote debugging over the network.
7e336ba1 8884
df08bfec
DB
88852002-03-12 David O'Brien <obrien@FreeBSD.org>
8886
8887 * config/sparc/fbsd.mh: Fix copyright.
8888 * config/sparc/fbsd.mt: Likewise.
8889
9a57864f
RE
88902002-03-11 Richard Earnshaw <rearnsha@arm.com>
8891
8892 * MAINTAINERS: Fix typo in name of gdb warnings option.
8893 (x86-64): Fix formating so that this can be parsed by awk.
8894
dd7bf85e
DJ
88952002-03-10 Daniel Jacobowitz <drow@mvista.com>
8896
8897 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8898 * defs.h: Include "gdb/signals.h".
8899 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8900
33a0a2ac
ML
89012002-03-10 Michal Ludvig <mludvig@suse.cz>
8902
8903 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8904 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8905 from x86-64-tdep.h
8906
dd824b04
DJ
89072002-03-10 Daniel Jacobowitz <drow@mvista.com>
8908 Don Howard <dhoward@redhat.com>
8909
8910 * mips-tdep.c (ST0_FR): Define.
8911 (mips2_fp_compat): New function, temporarily disabled.
8912 (mips_read_fp_register_single): New function.
8913 (mips_read_fp_register_double): New function.
8914 (mips_print_register): Use them.
8915 (do_fp_register_row): Likewise.
8916
6a41ff59
AC
89172002-03-09 Andrew Cagney <ac131313@redhat.com>
8918
8919 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8920 approval''.
8921
4ea09c10
PS
89222002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8923
8924 * stabsread.c (read_member_functions): Fix is_stub test for
8925 static member functions, improve comment.
8926
6ccc741d
RE
89272002-03-07 Richard Earnshaw <rearnsha@arm.com>
8928
8929 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8930 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8931 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8932 commands that set boolean values.
8933 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8934 (arm_rdi_resume): Always initialize PC.
8935 (arm_rdi_open): Don't use rslt as a boolean.
8936 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8937 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8938 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8939 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8940
438013df
AO
89412002-03-06 Alexandre Oliva <aoliva@redhat.com>
8942
8943 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8944 * configure: Rebuilt.
8945
70ed8774
SC
89462002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8947
8948 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8949 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8950
5ba2abeb
AC
89512002-03-06 Andrew Cagney <ac131313@redhat.com>
8952
8953 * cli/cli-decode.c (set_cmd_completer): New function.
8954 * command.h (set_cmd_completer): Declare.
8955 * cli/cli-decode.h (set_cmd_completer): Ditto.
8956
8957 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8958 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8959 * win32-nat.c (_initialize_inftarg): Ditto.
8960 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8961 * proc-api.c (_initialize_proc_api): Ditto.
8962 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8963 * source.c (_initialize_source): Ditto.
8964 * exec.c (_initialize_exec): Ditto.
8965 * solib.c (_initialize_solib): Ditto.
8966 * top.c (init_main): Ditto.
8967 * tracepoint.c (_initialize_tracepoint): Ditto.
8968 * symfile.c (_initialize_symfile): Ditto.
8969 * printcmd.c (_initialize_printcmd): Ditto.
8970 * infcmd.c (_initialize_infcmd): Ditto.
8971 * corefile.c (_initialize_core): Ditto.
8972
f779ca99
AC
89732002-03-05 Andrew Cagney <ac131313@redhat.com>
8974
8975 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8976
01a3934b
AC
89772002-03-05 Andrew Cagney <ac131313@redhat.com>
8978
8979 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8980
37057839
AC
89812002-03-05 Andrew Cagney <ac131313@redhat.com>
8982
8983 * NEWS: Update headings, 5.2 has branched.
8984
c6ecbae5
DJ
89852002-03-04 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8988 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8989 (register_addr, REGISTER_RAW_SIZE): Likewise.
8990 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8991 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8992
e9f30c21
ML
89932002-03-03 Michal Ludvig <mludvig@suse.cz>
8994
8995 * MAINTAINERS (x86-64): Add myself.
8996 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8997 changed value_ptr -> struct value *
8998
54394ac3
DB
89992002-03-01 David O'Brien <obrien@FreeBSD.org>
9000
9001 * configure.host (sparc64-*-freebsd): Add.
9002 * configure.tgt: Likewise.
9003 * config/sparc/fbsd.mh: New file.
9004 * config/sparc/fbsd.mt: Likewise.
9005 * config/sparc/nm-fbsd.h: Likewise.
9006 * config/sparc/tm-fbsd.h: Likewise.
9007
bfe95955
DJ
90082002-03-01 Daniel Jacobowitz <drow@mvista.com>
9009
9010 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9011 regformats/reg-s390x.dat.
9012
f33c6cbf
AC
90132002-03-01 Andrew Cagney <ac131313@redhat.com>
9014
9015 * utils.c: Add FIXME explaining true/false problem.
9016
5ecaa7dd
AC
90172002-02-28 Andrew Cagney <ac131313@redhat.com>
9018
9019 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9020
2a251cc2
MC
90212002-02-28 Michael Chastain <mec@shout.net>
9022
9023 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9024
6a8031a3 90252002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9026
9027 * gdbserver/linux-s390-low.c: New file.
9028 * regformats/reg-s390.dat: New file.
9029 * regformats/reg-s390x.dat: New file.
9030 * gdbserver/configure.srv: Add S/390.
9031 * gdbserver/Makefile.in: Add S/390.
9032 * configure.tgt: Enable gdbserver for S/390.
9033
ac469903
EZ
90342002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9037 first line of the doc string for "info dos", except at the end of
9038 the sentence, since the short help stops at the first period.
9039
985cb1a3
JM
90402002-02-28 Jason Merrill <jason@redhat.com>
9041
9042 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9043
c570663e
FF
90442002-02-27 Fred Fish <fnf@redhat.com>
9045
9046 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9047 comment (dumy -> dummy).
9048
43630227
PS
90492002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9050
9051 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9052
b84911e8
RB
90532002-02-27 Rodney Brown <rbrown64@csc.com.au>
9054
9055 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9056
58caa3dc
DJ
90572002-02-27 Daniel Jacobowitz <drow@mvista.com>
9058
9059 * gdbserver/acconfig.h: New file.
9060 * gdbserver/i387-fp.c: New file.
9061 * gdbserver/i387-fp.h: New file.
9062 * gdbserver/linux-x86-64.c: New file.
9063 * regformats/reg-x86-64.dat: New file.
9064 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9065 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9066 * gdbserver/configure.in: Add support for regsets.
9067 * gdbserver/config.in: Regenerate.
9068 * gdbserver/configure: Regenerate.
9069 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9070 * gdbserver/linux-low.h: New file.
9071 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9072 for regsets.
9073 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9074 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9075 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9076 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9077 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9078 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9079 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9080 "i387-fp.h". Add PTRACE_GETREGS and friends.
9081 * gdbserver/regcache.c (supply_register): New function.
9082 (supply_register_by_name): New function.
9083 (collect_register): New function.
9084 (collect_register_by_name): New function.
9085
93652174
DJ
90862002-02-27 Daniel Jacobowitz <drow@mvista.com>
9087
9088 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9089 (config.status): Add configure.srv dependency.
9090 (server_h): Add config.h dependency.
9091
a02e4a61
DJ
90922002-02-27 Daniel Jacobowitz <drow@mvista.com>
9093
9094 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9095 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9096 * gdbserver/configure.srv: Change i386-*-linux* to use
9097 reg-i386-linux.o.
9098
ce0eebec
AC
90992002-02-26 Andrew Cagney <ac131313@redhat.com>
9100
9101 * x86-64-tdep.c: Re-indent. Update copyright date.
9102
82dbc5f7
AC
91032002-02-26 Andrew Cagney <ac131313@redhat.com>
9104
9105 From Michal Ludvig <mludvig@suse.cz>:
9106 * x86-64-tdep.c (value.h): Delete.
9107 (gdb_assert.h): Include.
9108 (x86_64_register_convert_to_virtual,
9109 x86_64_register_convert_to_raw ): Add check which lets only
9110 floating-point values to be converted.
9111 (value_push): Delete.
9112 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9113 (i386_gdbarch_init): Number of register_bytes fixed.
9114
e4621584
AC
91152002-02-26 Andrew Cagney <ac131313@redhat.com>
9116
9117 * MAINTAINERS: Add x86-64 target.
9118
81a9a963
AC
91192002-02-26 Andrew Cagney <ac131313@redhat.com>
9120
9121 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9122 * osfsolib.c (solib_map_sections): Ditto.
9123 * irix5-nat.c (solib_map_sections): Ditto.
9124 * corelow.c (gdb_check_format): Ditto.
9125 * symfile.c (symfile_bfd_open): Ditto.
9126 * solib.c (solib_map_sections): Ditto.
9127 Fix PR gdb/354.
7e336ba1 9128
0f017ab9
AC
91292002-02-26 Andrew Cagney <ac131313@redhat.com>
9130
9131 * remote.c (_initialize_remote): By default, disable ``e'' and
9132 ``E'' step out-of-range packets.
9133
75738c29
AS
91342002-02-26 Andreas Schwab <schwab@suse.de>
9135
9136 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9137 m68k_linux_frame_saved_pc.
9138 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9139 in_sigtramp.
9140 (SIGCONTEXT_PC_OFFSET): Remove.
9141 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9142 m68k_linux_sigtramp_saved_pc): New functions.
9143 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9144 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9145 (UCONTEXT_PC_OFFSET): Define.
9146 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9147 non-RT and RT signal trampolines.
9148
7e8ed687
RE
91492002-02-26 Richard Earnshaw <rearnsha@arm.com>
9150
9151 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9152 (TARGET_NBPG, STACK_END_ADDR): Delete
9153 (VARIABLES_INSIDE_BLOCK): Delete.
9154
6972bc8b
AC
91552002-02-25 Andrew Cagney <ac131313@redhat.com>
9156
9157 * utils.c (perror_with_name): Make string parameter constant.
9158 (print_sys_errmsg): Ditto.
9159 (query): Ditto.
9160 * defs.h (perror_with_name): Update.
9161 (print_sys_errmsg): Update.
9162 (query): Update.
9163
aa32f823
DJ
91642002-02-25 Daniel Jacobowitz <drow@mvista.com>
9165
9166 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9167 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9168
19caaa45
PS
91692002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9170
9171 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9172 if it already matches the current architecture from the exec file.
9173 Include arch-utils.h for gdbarch_info_init prototype.
9174 * Makefile.in (rs6000-nat.o): Update dependencies.
9175
d951901f
EZ
91762002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9179 list of exported variables.
9180
7ea81414
DJ
91812002-02-24 Daniel Jacobowitz <drow@mvista.com>
9182
9183 * gdbserver/configure.srv: New file.
9184 * gdbserver/configure.in: Use configure.srv instead
9185 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9186 from it.
9187 * gdbserver/configure: Regenerated.
9188 * gdbserver/terminal.h: New file.
9189 * gdbserver/Makefile.in: Update for configure changes. Remove
9190 more unneeded include paths.
9191
080fe24b
AC
91922002-02-24 Andrew Cagney <ac131313@redhat.com>
9193
9194 From wiz at danbala:
9195 * config/sparc/tm-sp64.h: Fix grammar and typos.
9196 Fix PR gdb/287.
9197
8605d56e
AC
91982002-02-24 Andrew Cagney <ac131313@redhat.com>
9199
9200 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9201 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9202 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9203 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9204 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9205 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9206 * s390-tdep.c: Ditto.
92362027
AC
9207 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9208 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9209 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9210 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9211 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9212 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9213 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9214 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9215 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9216 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9217 Fix PR gdb/378.
7e336ba1 9218
8ed32cc0
AC
92192002-02-23 Andrew Cagney <ac131313@redhat.com>
9220
a3007b6f
AC
9221 * lin-thread.c: Delete file.
9222 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9223 to gdb_proc_service.h.
9224 * configure: Re-generate.
9225
50a9e2f1
AC
9226 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9227 * serial.c (serial_open): Delete check for "ocd".
9228 Fix PR gdb/349.
9229
8b6e7932
AC
9230 * Makefile.in (linux-thread.o): Delete target.
9231 * linux-thread.c: Delete file.
9232
d155c46b
AC
9233 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9234 renamed SH files to be consistent.
9235
8ed32cc0
AC
9236 * symtab.c (sort_search_symbols): Use xfree.
9237
0e18d038
RE
92382002-02-23 Richard Earnshaw <rearnsha@arm.com>
9239
9240 * arm-linux-tdep.c (arm_linux_init_abi): Register
9241 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9242 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9243 definition with undef, since we don't want the sysvr4 definition.
9244 (SKIP_TRAMPOLINE_CODE): Likewise.
9245
27aac7ff
AC
92462002-02-23 Andrew Cagney <ac131313@redhat.com>
9247
9248 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9249
9250 * configure.in: (AC_CHECK_FUNCS) Added test for
9251 canonicalize_file_name Regenerated.
9252 * config.in, configure: Regenerated.
9253 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9254 defined use canonicalize_file_name.
7e336ba1 9255
65a6e0ee
MC
92562002-02-23 Michael Chastain <mec@shout.net>
9257
9258 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9259
47b95330
AC
92602002-02-23 Andrew Cagney <ac131313@redhat.com>
9261
9262 * README: Remove references to cygnus.com.
9263 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9264 dot com'' form. Remove references to cygnus.com and sourceware.
9265
696f451b
AC
92662002-02-23 Andrew Cagney <ac131313@redhat.com>
9267
9268 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9269 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9270 1003.1-2001 no longer allows "head -1".
9271 * gdb/Makefile.in (version.c): Likewise.
9272 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9273 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9274 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9275
bbaca940
AC
92762002-02-23 Andrew Cagney <ac131313@redhat.com>
9277
9278 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9279 * command.h (cmd_cfunc_eq): Declare.
9280 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9281
9282 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9283 ``struct cmd_list_element *''.
9284 * cli/cli-cmds.c (is_complete_command): Update. Use
9285 cmd_cfunc_eq.
9286 * top.c (execute_command): Pass the command to
9287 is_complete_command.
9288 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9289
b8b8b047
AC
92902002-02-23 Andrew Cagney <ac131313@redhat.com>
9291
9292 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9293 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9294 architecture defines.
9295 * s390-tdep.c (s390_gdbarch_init): Likewise.
9296
19d3fc80
RE
92972002-02-23 Richard Earnshaw <rearnsha@arm.com>
9298
9299 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9300 (arm_linux_push_arguments): Likewise.
9301 (arm_linux_init_abi): Register them. Also register linux-specific
9302 call_dummy_words.
9303 (find_minsym_and_objfile): Use strcmp, not STREQ.
9304 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9305 (arm_linux_call_dummy_words): Delete declaration.
9306 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9307 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9308 declarations.
9309 (LOWEST_PC): Delete.
9310
3ab13650
PS
93112002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9312
9313 * maint.c (print_section_info): Do not prepend `0x' to filepos
9314 output, it will be handled by local_hex_string_custom.
9315
19d3fc80 93162002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9317
9318 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9319 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9320 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9321
d85a5daf
JB
93222002-02-22 Jim Blandy <jimb@redhat.com>
9323
9324 Indicate that the bcache functions don't change the strings
9325 they're passed.
9326 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9327 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9328
eeb25b8a
PM
93292002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9330
9331 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9332
6badb179
CF
93332002-02-21 Christopher Faylor <cgf@redhat.com>
9334
9335 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9336 find the complete path to a loaded DLL.
9337
e8717518
FF
93382002-02-21 Fred Fish <fnf@redhat.com>
9339
9340 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9341 that marks the end of the range of a function, enter a line number
9342 entry that has a line number of zero and a PC offset that matches
9343 the end of the function. This starts a range of PC's for which no
9344 line number information is known.
9345 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9346 PC's for which no line number info is found (line number is zero)
9347 then we didn't find any valid line information.
9348 * symtab.h: Document use of zero line number entry.
9349
9abe5450
EZ
93502002-02-21 Elena Zannoni <ezannoni@redhat.com>
9351
9352 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9353 (have_ptrace_getvrregs): Define for run time checks.
9354 (gdb_vrregset_t): New type for Altivec register handling.
9355 (fetch_register, store_register): Fetch/store altivec register
9356 when needed.
9357 (fetch_altivec_register, store_altivec_register): New functions.
9358 (supply_vrregset, fill_vrregset): New functions.
9359 (fetch_altivec_registers, store_altivec_registers): New functions.
9360 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9361 registers as well.
9362
aaa38bb5
AJ
93632002-02-21 Jiri Smid <smid@suse.cz>
9364
9365 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9366
b34db576
RE
93672002-02-21 Richard Earnshaw <rearnsha@arm.com>
9368
9369 * Makefile.in (armnbsd-nat.o): Update dependencies.
9370 * armnbsd-nat.c (supply_gregset): New function. Common code to
9371 supply the integer register set.
9372 (supply_fparegset): New function. Similar for FPA registers.
9373 (fetch_regs, fetch_fp_regs): Use them.
9374 (fetch_core_registers): Likewise.
9375 (fetch_elfcore_registers): New function.
9376 (arm_netbsd_elfcore_fns): New core-file type specification.
9377 (_initialize_arm_netbsd_nat): Register it.
9378
3e56fc4b
RE
93792002-02-21 Richard Earnshaw <rearnsha@arm.com>
9380
9381 * armnbsd-nat.c: Include gdbcore.h.
9382 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9383 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9384 'void' to declaration, to shut up ARI.
9385 (fetch_core_registers): Make static. Rewrite using supply_register.
9386 (arm_netbsd_core_fns): New core-file type specification.
9387 (_initialize_arm_netbsd_nat): New function.
9388
097f6b0b
CF
93892002-02-21 Christopher Faylor <cgf@redhat.com>
9390
9391 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9392 value.
9393
c914e0cc
CF
93942002-02-20 Christopher Faylor <cgf@redhat.com>
9395
9396 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9397 fails.
9398
385fa495
DJ
93992002-02-20 Daniel Jacobowitz <drow@mvista.com>
9400
9401 * jv-exp.y (parse_number): Change type of implicit longs
9402 to builtin_type_uint64.
9403
e5f1222d
DJ
94042002-02-20 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9407 to be an integer instead of a `union wait'.
9408
75c9abc6
DJ
94092002-02-20 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * mips-linux-nat.c: Call the operating system GNU/Linux.
9412 * mips-linux-tdep.c: Likewise.
9413 * mips-tdep.c: Likewise.
9414
551792a5
DJ
94152002-02-20 Daniel Jacobowitz <drow@mvista.com>
9416
9417 Fix PR gdb/265.
9418 * jv-exp.y (parse_number): Handle 64-bit integers.
9419
ee6e2b82
DJ
94202002-02-20 Daniel Jacobowitz <drow@mvista.com>
9421
9422 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9423 AC_STDC_HEADERS to AC_HEADER_STDC.
9424 * gdbserver/configure: Regenerated.
9425
a48442a0
RE
94262002-02-20 Richard Earnshaw <rearnsha@arm.com>
9427
9428 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9429 is defined.
9430 * sparc-tdep.c (get_longjmp_target): Likewise.
9431
fe419ffc
RE
94322002-02-20 Richard Earnshaw <rearnsha@arm.com>
9433
9434 * News: Add news about ARM and Multi-arch. Mention the new target
9435 arm*-*-netbsd*.
9436
5832ed7e
JB
94372002-02-19 Jim Blandy <jimb@redhat.com>
9438
9439 * stabsread.c (error_type_complaint): Improve error message.
9440
84563040
DJ
94412002-02-19 Daniel Jacobowitz <drow@mvista.com>
9442
9443 * gdbserver/README: Update documentation.
9444 * gdbserver/configure.in: Update configury to match documentation.
9445 * gdbserver/Makefile.in: Likewise.
9446 * gdbserver/configure: Regenerated.
9447 * gdbserver/aclocal.m4: New file, generated by aclocal.
9448 * gdbserver/config.in: New file, generated by autoheader.
9449
375fd65b
RE
94502002-02-19 Richard Earnshaw <rearnsha@arm.com>
9451
9452 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9453 armnbsd-nat.c.
9454
08216dd7
RE
94552002-02-19 Richard Earnshaw <rearnsha@arm.com>
9456
9457 * arm-tdep.h (enum arm_float_model): New enum.
9458 (struct gdbarch_tdep): Add fp_model.
9459 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9460 up floating-point conversions until we know the floating-point model
9461 in use by the inferior. Don't complain about being unable to
9462 determine the ABI of the inferior when we don't have one.
9463 (arm_extract_return_value): Support different floating-point models.
9464 (arm_store_return_value): Likewise.
aaa38bb5 9465 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9466 ARM_FLOAT_SOFT.
9467 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9468
65d6d66a
PS
94692002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9470
9471 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9472 of ``current_gdbarch''.
9473
47221191
RE
94742002-02-19 Richard Earnshaw <rearnsha@arm.com>
9475
9476 * armnbsd-nat.c : ANSIfy all function declarations.
9477 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9478 (fetch_inferior_registers): Re-implement in terms of above.
9479 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9480 (store_inferior_registers): Re-implement in terms of above.
9481
fdf39c9a
RE
94822002-02-19 Richard Earnshaw <rearnsha@arm.com>
9483
aaa38bb5 9484 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9485 kernel.
9486 * arm-linux-tdep.c: Likewise.
9487 * config/arm/tm-linux.h: Likewise.
9488
93247f88
RE
94892002-02-19 Richard Earnshaw <rearnsha@arm.com>
9490
9491 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9492 * config/arm/nbsd.mt (TM_FILE): Delete.
9493 * config/arm/tm-nbsd.h: Delete.
9494
d7b486e7
RE
94952002-02-19 Richard Earnshaw <rearnsha@arm.com>
9496
9497 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9498 Initialize CALL_DUMMY_LENGTH.
9499
41d39a95
RE
95002002-02-19 Richard Earnshaw <rearnsha@arm.com>
9501
9502 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9503 function.
9504 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9505 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9506 defines one thing and that is incorrect for this port.
9507 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9508
e1195560
PM
95092002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9510
9511 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9512
c1748f97
PM
95132002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9514
9515 * win32-nat.c (display_selector): New function. Displays information
9516 about the information returned by GetThreadSelectorEntry API function.
9517 (display_selectors): New function. Displays the infomation of
9518 the selector given as argument, or of CS, DS ans FS selectors
9519 if no argument is given.
9520 ( _initialize_inftarg): Add "w32" as info prefix command.
9521 Add "info w32 selector" as command calling display_selectors.
9522
e41e6bbf
PM
95232002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9524
9525 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9526 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9527 if not defined.
9528
0d3a9f48
RE
95292002-02-18 Richard Earnshaw <rearnsha@arm.com>
9530
9531 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9532
3fb4b924
RE
95332002-02-18 Richard Earnshaw <rearnsha@arm.com>
9534
9535 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9536 (arm_fix_call_dummy): Call it.
9537 (arm_call_dummy_breakpoint_offset): Delete.
9538 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9539 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9540
7f55af32
AC
95412002-02-18 Andrew Cagney <ac131313@redhat.com>
9542
9543 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9544 Default to func_frame_chain_valid.
9545 * gdbarch.h, gdbarch.c: Re-generate.
9546 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9547
05f13b9c
EZ
95482002-02-18 Elena Zannoni <ezannoni@redhat.com>
9549
9550 * ppc-linux-nat.c: Update copyright.
9551 (fetch_register, store_register): Add tid parameter, don't compute
9552 tid here.
9553 (fetch_ppc_registers, store_ppc_registers): Add tid
9554 parameter. Pass it along to callees.
9555 (fetch_inferior_registers, store_inferior_registers): Compute tid
9556 here, and pass it to calleed functions.
9557 (fill_gregset, supply_fpregset): Clean up formatting.
9558
d7afb4c9
RE
95592002-02-18 Richard Earnshaw <rearnsha@arm.com>
9560
9561 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9562 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9563
9df628e0
RE
95642002-02-18 Richard Earnshaw <rearnsha@arm.com>
9565
9566 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9567 * gdbarch.c gdbarch.h: Regenerate.
9568 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9569 function.
9570 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9571 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9572 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9573
9574 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9575 * arm-tdep.c (arm_get_longjmp_target): New function.
9576 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9577 this to a positive value register arm_get_longjmp_target as the
9578 longjmp handler.
9579 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9580 (arm_linux_init_abi): Set up longjmp description in tdep.
9581 * armnbsd-nat.c (get_longjmp_target): Delete.
9582 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9583 description in tdep.
9584 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9585 (get_longjmp_target): Delete declaration.
9586 (GET_LONGJMP_TARGET): Delete.
9587 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9588 (GET_LONGJMP_TARGET): Delete.
9589
57bc8964
KB
95902002-02-17 Kevin Buettner <kevinb@redhat.com>
9591
9592 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9593 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9594 of ``current_gdbarch''.
9595
83d31a92
TT
95962002-02-17 Tom Tromey <tromey@redhat.com>
9597
9598 * cli/cli-cmds.c (compare_strings): New function.
9599 (complete_command): Only print each unique item once.
9600 * completer.h (complete_line): Declare.
9601 * completer.c (complete_line): New function.
9602 (line_completion_function): Use it.
9603
17ef5d92
AC
96042002-02-16 Andrew Cagney <ac131313@redhat.com>
9605
9606 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9607 * gdbarch.h, gdbarch.c: Re-generate.
9608
491b8946
DJ
96092002-02-16 Daniel Jacobowitz <drow@mvista.com>
9610
9611 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9612
96132002-02-16 Daniel Jacobowitz <drow@mvista.com>
9614
9615 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9616 * valops.c (value_arg_coerce): Don't take the address of a reference
9617 to convert an argument to a reference.
9618
dfe7f3ac
CF
96192002-02-15 Christopher Faylor <cgf@redhat.com>
9620
9621 * win32-nat.c (get_image_name): New function.
9622 (handle_load_dll): Use get_image_name function.
9623 (get_child_debug_event): Avoid registering debug events until possibly
9624 execed process is started.
9625 (child_create_inferior): Allow invocation via shell so that command
9626 line redirection, etc. works ok.
9627 (_initialize_inftarg): Add new command: "set shell" to control whether
9628 a shell is used to start a process.
9629
1d33e73a
DJ
96302002-02-15 Daniel Jacobowitz <drow@mvista.com>
9631
9632 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9633 instead of find_register_by_number.
9634 (cannot_store_register): Likewise.
9635
48cd0caa
PM
96362002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9637
aaa38bb5 9638 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9639 fprintf_unfiltered (gdb_stderr, ...).
9640
8656e7d8
DJ
96412002-02-15 Daniel Jacobowitz <drow@mvista.com>
9642
9643 * gdbserver/gdbserver.1: Document --attach.
9644
66e810cd
RE
96452002-02-15 Richard Earnshaw <rearnsha@arm.com>
9646
9647 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9648 descriptions.
9649 * arm-tdep.c (arm_default_arm_le_breakpoint)
9650 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9651 (arm_default_thumb_be_breakpoint): New. Initialize them from
9652 traditional breakpoint defines.
9653 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9654 (arm_gdbarch_init): Initialize new breakpoint variables.
9655 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9656 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9657 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9658 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9659 code out to ...
9660 (arm_netbsd_init_abi_common): ... here; new function.
9661 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9662 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9663 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9664 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9665
97e03143
RE
96662002-02-15 Richard Earnshaw <rearnsha@arm.com>
9667
9668 * arm-tdep.h (enum arm_abi): New enum.
9669 (struct gdbarch_tdep): New structure.
9670 (LOWEST_PC): Provide a default.
9671 (arm_gdbarch_register_os_abi): Declare new function.
9672 * arm-tdep.c (arm_abi_names): New array.
9673 (process_note_abi_tag_sections): New function.
9674 (get_elfosabi): New function.
9675 (arm_gdbarch_register_os_abi): New function.
9676 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9677 support for that ABI has been built in, then call the appropriate
9678 configuration routine. Use gdbarch_num_regs() to get the number
9679 of registers.
9680 (arm_dump_tdep): New function.
9681 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9682 place-holder functions.
9683 (_initialize_arm_tdep): Register them.
9684 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9685
9686 * armnbsd-tdep.c: New file.
9687 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9688 * config/arm/nbsd.mt (TDEPFILES): Add it.
9689 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9690
9691 * armnbsd-nat.c: Include regcache.h.
9692 * Makefile.in (armnbsd-nat.o): Update dependency list.
9693
9694 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9695
ad68be46
DJ
96962002-02-14 Daniel Jacobowitz <drow@mvista.com>
9697
9698 * gdbserver/Makefile.in: Fix typos in target rules.
9699
003d6d1d
DJ
97002002-02-14 Daniel Jacobowitz <drow@mvista.com>
9701
aaa38bb5 9702 Fix part of PR gdb/267.
003d6d1d
DJ
9703 * linespec.c (find_methods): Handle constructors specially for now.
9704
6b230f1b
CV
97052002-02-14 Corinna Vinschen <vinschen@redhat.com>
9706
9707 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9708 handling.
9709 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9710 standard_coerce_float_to_double().
9711
1ea98d12
CF
97122002-02-14 Christopher Faylor <cgf@redhat.com>
9713
9714 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9715 GDBINIT_FILENAME.
9716
dd47e6fd
EZ
97172002-02-14 Elena Zannoni <ezannoni@redhat.com>
9718
9719 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9720 find_variant_by_name, because it confuses the multiarch
9721 framework. Return NULL if there isn't an architecture with the
9722 user supplied name, instead of forcing a different one without
9723 recording the change with the multiarch machinery.
9724 (find_variant_by_name): Delete.
9725
d7e39b9e
PS
97262002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9727
9728 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9729 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9730
76e42a4f
MH
97312002-02-13 Martin M. Hunt <hunt@redhat.com>
9732
aaa38bb5 9733 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9734 print_frame_info_listing_hook, set current_source_symtab.
9735
0a30fbc4
DJ
97362002-02-14 Daniel Jacobowitz <drow@mvista.com>
9737
9738 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9739 and remove unused $(INCLUDE_DIR).
9740 Add regcache.c to OBS.
9741 Add generated register protocol files to clean target.
9742 Update dependencies for new objects, obsolete old target code.
9743
9744 * gdbserver/linux-low.c: Remove all platform-specific code to
9745 new files. Remove various dead code. Update to use regcache
9746 functionality.
9747 * gdbserver/remote-utils.c (fromhex): Add return statement
9748 to quiet warning.
9749 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9750 constant.
9751 (input_interrupt): Add integer parameter to match prototype
9752 of a signal handler.
9753 (outreg): Use register_data ().
9754 (prepare_resume_reply): Use gdbserver_expedite_regs.
9755 * gdbserver/server.c (main): Dynamically allocate own_buf because
9756 PBUFSIZ is no longer constant. Use registers_to_string () and
9757 registers_from_string ().
9758 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9759 for error (), fatal (), and warning (). Update definition of
9760 PBUFSIZ to use regcache functionality. Add include guard.
9761 * gdbserver/utils.c (fatal): Add missing ``const''.
9762 (warning): New function.
9763
9764 * regformats/regdat.sh: Include "regcache.h" in generated files.
9765 Provide init_registers () function.
9766 * regformats/regdef.h: Add prototype for set_register_cache ().
9767 Add include guard.
9768
9769 * gdbserver/linux-arm-low.c: New file.
9770 * gdbserver/linux-i386-low.c: New file.
9771 * gdbserver/linux-ia64-low.c: New file.
9772 * gdbserver/linux-m68k-low.c: New file.
9773 * gdbserver/linux-mips-low.c: New file.
9774 * gdbserver/linux-ppc-low.c: New file.
9775 * gdbserver/linux-sh-low.c: New file.
9776
9777 * gdbserver/regcache.c: New file.
9778 * gdbserver/regcache.h: New file.
9779
9780 * gdbserver/low-linux.c: Removed obsolete file.
9781
4cc841d0
DJ
97822002-02-14 Daniel Jacobowitz <drow@mvista.com>
9783
9784 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9785 * config/i386/linux.mt: Likewise.
9786 * config/ia64/linux.mt: Likewise.
9787 * config/m68k/linux.mh: Likewise.
9788 * config/powerpc/linux.mh: Likewise.
9789 * config/mips/linux.mt: Likewise.
9790
9791 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9792
9793 * config/i386/i386lynx.mh: Mark gdbserver variables
9794 as (currently) obsolete for this target.
9795 * config/i386/nbsd.mt: Likewise.
9796 * config/i386/nbsdelf.mt: Likewise.
9797 * config/m32r/m32r.mt: Likewise.
9798 * config/m68k/m68klynx.mh: Likewise.
9799 * config/m68k/nbsd.mt: Likewise.
9800 * config/m68k/sun3os4.mh: Likewise.
9801 * config/mips/vr5000.mt: Likewise.
9802 * config/ns32k/nbsd.mt: Likewise.
9803 * config/pa/hppabsd.mh: Likewise.
9804 * config/pa/hppaosf.mh: Likewise.
9805 * config/powerpc/nbsd.mt: Likewise.
9806 * config/rs6000/rs6000lynx.mh: Likewise.
9807 * config/s390/s390.mt: Likewise.
9808 * config/s390/s390x.mt: Likewise.
9809 * config/sparc/sparclynx.mh: Likewise.
9810 * config/sparc/sun4os4.mh: Likewise.
9811 * config/i386/x86-64linux.mt: Likewise.
9812 * config/sparc/linux.mh: Likewise.
9813
a85f51e7
DJ
98142002-02-14 Daniel Jacobowitz <drow@mvista.com>
9815
9816 * configure.tgt: Configure gdbserver only for known working
9817 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9818 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9819 SUBDIRS if it is configured. Update comment for ${nativefile}.
9820 * configure: Regenerated.
9821
65554fef
MS
98222002-02-13 Michael Snyder <msnyder@redhat.com>
9823
670a52db
MS
9824 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9825
6dbdc4a3
MS
9826 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9827 (default_gcore_mach): Just return 0, work around a problem in bfd.
9828 (default_gcore_target): OK to return NULL if exec_bfd is null.
9829 (make_mem_sec): Use a cast, avoid a warning.
9830
9831 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9832 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9833 sizeof (host pointer) != sizeof (target pointer)).
9834 (procfs_make_note_section): Avoid overflow in psargs string.
9835
aaa38bb5 9836 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9837 implementation return an error.
9838
98392002-02-13 Rodney Brown <rbrown64@csc.com.au>
9840
9841 * procfs.c (procfs_make_note_section): Provide a default definition
9842 (for alpha-dec-osf4.0f). Fix typos.
9843
1e4d76e7
EZ
98442002-02-13 Elena Zannoni <ezannoni@redhat.com>
9845
9846 * linux-proc.c: Add include of regcache.h.
9847 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9848
b6d1a1d5
AC
98492002-02-13 Andrew Cagney <ac131313@redhat.com>
9850
9851 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9852 * memattr.c (create_mem_region): Disallow useless empty region.
9853 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9854 non-overlapping.
b6d1a1d5 9855
6c6ea35e
MC
98562002-02-13 Michael Chastain <mec@shout.net>
9857
9858 * defs.h: Kill CONST_PTR.
9859 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9860 * c-lang.c (c_builtin_types): Likewise.
9861 * ch-lang.c (ch_builtin_types): Likewise.
9862 * f-lang.c (f_builtin_types): Likewise.
9863 * language.c (unknown_builtin_types): Likewise.
9864 * m2-lang.c (m2_builtin_types): Likewise.
9865 * p-lang.c (pascal_builtin_types): Likewise.
9866 * scm-lang.c (c_builtin_types): Likewise.
9867
3e0b0f48
KS
98682002-02-13 Keith Seitz <keiths@redhat.com>
9869
9870 * arm-tdep.h (arm_get_next_pc): Add declaration.
9871
67255d04
RE
98722002-02-13 Richard Earnshaw <rearnsha@arm.com>
9873
9874 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9875 with other related struct-returning functions.
9876 (arm_extract_struct_value_address): New function.
9877 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9878 initialize float_format, double_format and long_double_format as
9879 appropriate to the endianness of the target.
9880 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9881 (arm_use_struct_convention): Delete declaration.
9882 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9883
079777f6
KS
98842002-02-13 Keith Seitz <keiths@redhat.com>
9885
9886 * defs.h (core_addr_to_string_nz): New function.
9887
34588f23
MK
98882002-02-13 Mark Kettenis <kettenis@gnu.org>
9889
9890 Apply missing bits of 2002-01-15 patch.
9891 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9892 (fill_fpregset): Use i387_fill_fsave.
9893
49b563f9
KS
98942002-02-12 Keith Seitz <keiths@redhat.com>
9895
49b563f9
KS
9896 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9897 (core_addr_to_string_nz): New function.
9898
aeb98c60
RE
98992002-02-11 Richard Earnshaw <rearnsha@arm.com>
9900
9901 * arm-linux-nat.c: Really include arm-tdep.h.
9902 * config/arm/tm-linux.h (struct type, struct value): Declare.
9903
65554fef
MS
99042002-02-11 Michael Snyder <msnyder@redhat.com>
9905
9906 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9907 (gcore section): Ifdef for Solaris and Unixware only.
9908 (procfs_do_thread_registers): Unixware needs one lwpstatus
9909 per thread (not one prstatus or pstatus).
9910 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9911 not over all gdb threads. For unixware, call elfcore_write_pstatus
9912 once before iterating over threads.
9913
34e8f22d
RE
99142002-02-11 Richard Earnshaw <rearnsha@arm.com>
9915
9916 * arm-tdep.h: New file.
9917 * arm-tdep.c: Include arm-tdep.h.
9918 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9919 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9920 (arm_print_float_info, arm_register_type, convert_to_extended)
9921 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9922 (arm_extract_return_value, arm_register_name): Make static.
9923 (arm_software_single_step): Similarly. Fix types in declaration.
9924 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9925 (arm_store_return_value, arm_store_struct_return): New functions.
9926 (arm_gdbarch_init): Register the above functions. Also register
9927 call_dummy_start_offset, sizeof_call_dummy_words,
9928 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9929 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9930 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9931 prologue_cache.saved_regs here, rather than ...
9932 (_initialize_arm_tdep): ... here.
9933 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9934 declarations.
9935 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9936 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9937 (arm_print_float_info, arm_register_type, convert_to_extended)
9938 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9939 (arm_extract_return_value, arm_register_name): Delete declarations.
9940 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9941 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9942 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9943 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9944 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9945 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9946 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9947 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9948 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9949 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9950 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9951 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9952 interface.
9953 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9954 * remote-rdi.c remote-rdp.c: Likewise.
9955 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9956 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9957 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9958 definition.
9959
9960 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9961 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9962 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9963 from non-ARM_ prefixed definitions.
9964 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9965 all uses of above.
9966 * remote-rdi.c remote-rdp.c: Likewise.
9967 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9968
148754e5
RE
99692002-02-11 Richard Earnshaw <rearnsha@arm.com>
9970
9971 * arm-tdep.c (arm_frameless_function_invocation)
9972 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9973 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9974 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9975 (arm_pop_frame, arm_get_next_pc): Make static.
9976 (arm_gdbarch_init): Register above in gdbarch structure.
9977 (arm_read_fp): Renamed from arm_target_read_fp.
9978 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9979 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9980 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9981 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9982 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9983 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9984 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9985 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9986 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9987 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9988 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9989
434d2d4f
DJ
99902002-02-10 Daniel Jacobowitz <drow@mvista.com>
9991
9992 * symtab.c (compare_search_syms): New function.
9993 (sort_search_symbols): New function.
9994 (search_symbols): Sort symbols after searching rather than
9995 before.
9996
55241689
AC
99972002-02-10 Andrew Cagney <ac131313@redhat.com>
9998
9999 * NEWS: Linux -> GNU/Linux.
10000
028c194b
AC
100012002-02-10 Andrew Cagney <ac131313@redhat.com>
10002
10003 * gdbarch.sh: For for level one methods, disallow a definition
10004 when partially multi-arched. Add comments explaining rationale.
10005 * gdbarch.h: Re-generate.
10006
6acf50cd
AC
100072002-02-10 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10010 multi-arch partial.
aaa38bb5 10011
50248794
AC
100122002-02-10 Andrew Cagney <ac131313@redhat.com>
10013
10014 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10015 field. Use diff -u.
10016 * gdbarch.c: Re-generate.
10017
c30e0066
AC
100182002-02-10 Andrew Cagney <ac131313@redhat.com>
10019
9b56c5f3 10020 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10021 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10022 partial.
10023
6e6d6484
AC
100242002-02-10 Andrew Cagney <ac131313@redhat.com>
10025
10026 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10027 multi-arch partial.
10028 (PUSH_ARGUMENTS): Switch to using predefault.
10029 * gdbarch.c: Regenerate.
10030
c203844d
AC
100312002-02-10 Andrew Cagney <ac131313@redhat.com>
10032
10033 * valops.c (PUSH_ARGUMENTS): Delete definition.
10034 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10035 partial. Default to default_push_arguments.
10036 * gdbarch.h, gdbarch.c: Regenerate.
10037
b5a2688f
AC
100382002-02-09 Andrew Cagney <ac131313@redhat.com>
10039
10040 * defs.h (throw_exception): Rename return_to_top_level. Update
10041 comments.
10042 * utils.c (error_stream, internal_verror, quit): Ditto.
10043 * top.c (throw_exception, catcher): Ditto.
10044 * sparclet-rom.c (sparclet_load): Ditto.
10045 * remote.c (interrupt_query, minitelnet): Ditto.
10046 * remote-sds.c (interrupt_query): Ditto.
10047 * remote-mips.c (mips_error, mips_kill): Ditto.
10048 * ocd.c (interrupt_query): Ditto.
10049 * monitor.c (monitor_interrupt_query): Ditto.
10050 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10051 * target.h: Update comment.
aaa38bb5 10052
b5a2688f 10053 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10054
2fa5c1e0
AC
100552002-02-09 Andrew Cagney <ac131313@redhat.com>
10056
10057 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10058 default_double_format.
10059 * gdbarch.h, gdbarch.c: Re-generate.
10060 * findvar.c (floatformat_unknown): Delete variable definition.
10061 * doublest.h (floatformat_unknown): Delete variable declaration.
10062
da966255
JB
100632002-02-09 Jim Blandy <jimb@redhat.com>
10064
10065 * stabsread.c (read_type): Add code to parse Sun's syntax for
10066 prototyped function types.
10067
123a4891
AC
100682002-02-09 Andrew Cagney <ac131313@redhat.com>
10069
10070 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10071 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10072
fb39c8f3
PS
100732002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10074
10075 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10076 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10077 now _initialize_xcoffsolib gets called again and overrides the
10078 commands from solib.c in a native configuration.
10079
0b87a11d
MK
100802002-02-09 Mark Kettenis <kettenis@gnu.org>
10081
10082 * doublest.c (store_typed_floating): Don't try to return a value.
10083 Fixes PR gdb/290.
10084
bdc2fc72
JB
100852002-02-08 Jim Blandy <jimb@redhat.com>
10086
10087 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10088 is prototyped and has no arguments, print its argument list as
10089 `(void)'.
10090
da69bbcf
CD
100912002-02-08 Chris Demetriou <cgd@broadcom.com>
10092
10093 * MAINTAINERS (write-after-approval): Add myself.
10094 (paper-trail): I've escaped!
aaa38bb5 10095
b69571f5
CF
100962002-02-08 Christopher Faylor <cgf@redhat.com>
10097
10098 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10099 changes.
10100 (_initialize_check_for_gdb_ini): Ditto.
10101
f6871398
MH
101022002-02-08 Martin M. Hunt <hunt@redhat.com>
10103
10104 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10105 xaprintf -> xasprintf.
10106
4e52d31c
PM
101072002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10108
10109 * win32-nat.c: Remove use of printf and sprintf functions.
10110
39bbf761
RE
101112002-02-08 Richard Earnshaw <rearnsha@arm.com>
10112
10113 * arm-tdep.c (arm_frame_chain_valid): Make static.
10114 (arm_push_arguments): Likewise.
10115 (arm_gdbarch_init): New function.
10116 (_initialize_arm_tdep): Call it.
10117 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10118 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10119 (FRAME_CHAIN_VALID): Delete.
10120 (arm_frame_chain_valid): Delete declaration.
10121 (PUSH_ARGUMENTS): Delete.
10122 (arm_push_arguments): Delete declaration.
10123 (CALL_DUMMY_P): Delete.
10124
9c9532c9
CV
101252002-02-08 Andrew Cagney <ac131313@redhat.com>
10126 Corinna Vinschen <vinschen@redhat.com>
10127
10128 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10129 on builtin float types.
10130
4e8f7a8b
DJ
101312002-02-08 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * utils.c: Include <curses.h> before "bfd.h".
10134 * tui/tui-hooks.c: Likewise.
10135 * tui/tui.c: Likewise.
10136 * tui/tuiCommand.c: Likewise.
10137 * tui/tuiData.c: Likewise.
10138 * tui/tuiDataWin.c: Likewise.
10139 * tui/tuiDisassem.c: Likewise.
10140 * tui/tuiGeneralWin.c: Likewise.
10141 * tui/tuiIO.c: Likewise.
10142 * tui/tuiLayout.c: Likewise.
10143 * tui/tuiRegs.c: Likewise.
10144 * tui/tuiSource.c: Likewise.
10145 * tui/tuiSourceWin.c: Likewise.
10146 * tui/tuiStack.c: Likewise.
10147 * tui/tuiWin.c: Likewise.
10148
cd4bffcf
EZ
101492002-02-07 Elena Zannoni <ezannoni@redhat.com>
10150
10151 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10152 to include space for pseudoregs as well. Update loops accordingly.
10153 (sh_fp_frame_init_saved_regs): Ditto.
10154 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10155
26806ce2
AC
101562002-02-07 Andrew Cagney <ac131313@redhat.com>
10157
10158 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10159 Add Richard Earnshaw to Arm maintainers.
10160
97fdab62
AC
101612002-02-07 Andrew Cagney <ac131313@redhat.com>
10162
a6b98203
AC
10163 * defs.h (warning_begin): Delete declaration.
10164
97fdab62
AC
10165 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10166 Delete macro.
10167
78b29b40
MS
101682002-02-07 Michael Snyder <msnyder@redhat.com>
10169
aaa38bb5 10170 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10171 Logic bug, remove misplaced else.
10172
d8849953
KD
101732002-02-07 Klee Dienes <klee@apple.com>
10174
10175 * fork-inferior.c (fork_inferior): Add '!' to the list of
10176 characters that need to be quoted when building a string for the
10177 shell. Quote '!' specifically with a backslash, since CSH chokes
10178 when trying to evaluate "str!str".
aaa38bb5 10179
095778a0
NC
101802002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10181
10182 * rdi-share/host.h: Only provide a typedef for bool if it is not
10183 defined.
10184
1900040c
MS
101852002-02-04 Michael Snyder <msnyder@redhat.com>
10186
10187 * breakpoint.h (enum bptype): Add new overlay event bp type.
10188 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10189
1900040c
MS
10190 * breakpoint.c (create_internal_breakpoint): New function.
10191 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10192 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10193 (create_thread_event_breakpoint): Ditto.
10194 (create_solib_event_breakpoint): Ditto.
10195 (create_overlay_event_breakpoint): New function.
10196 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10197 (update_breakpoints_after_exec): Delete and re-initialize
10198 overlay event breakpoints after an exec. Add FIXME comment
10199 about longjmp breakpoint.
10200 (print_it_typical): Ignore overlay event breakpoints.
10201 (print_one_breakpoint): Ditto.
10202 (mention): Ditto.
10203 (bpstat_what): Do not stop for overlay event breakpoints.
10204 (delete_breakpoint): Don't delete overlay event breakpoints.
10205 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10206 (breakpoint_re_set): Re-create overlay event breakpoint.
10207
10208 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10209 (overlay_manual_command): Disable overlay breakpoints.
10210 (overlay_off_command): Disable overlay breakpoints.
10211
082fc60d
RE
102122002-02-06 Richard Earnshaw <rearnsha@arm.com>
10213
10214 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10215 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10216 to here from config/tm-arm.h.
10217 (coff_sym_is_thumb): Make static.
10218 (arm_elf_make_msymbol_special): New function.
10219 (arm_coff_make_msymbol_special): New function.
10220 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10221 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10222 (coff_sym_is_thumb): Delete declaration.
10223 (arm_elf_make_msymbol_special): Declare.
10224 (arm_coff_make_msymbol_special): Declare.
10225 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10226 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10227
039c5766
RE
102282002-02-06 Richard Earnshaw <rearnsha@arm.com>
10229
10230 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10231
102322002-02-06 Richard Earnshaw <rearnsha@arm.com>
10233
10234 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10235 * gdbarch.c gdbarch.h: Regenerate.
10236 * arch-utils.c (default_print_float_info): New function.
10237 * arch-utils.h (default_print_float_info): Prototype it.
10238 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10239 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10240 (PRINT_FLOAT_INFO): Document it.
10241
10242 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10243 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10244 (PRINT_FLOAT_INFO): Define.
10245
58fa08f0
PM
102462002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10247
aaa38bb5 10248 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10249 Add typecast to sprintf argument to suppress a warning.
10250
7393af7c
PM
102512002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10252
58fa08f0 10253 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10254 to allow easier handling of pass state.
10255 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10256 that gives exception name and address.
10257 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10258 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10259 exceptions added.
aaa38bb5
AJ
10260 (child_continue): Correctly report continue_status.
10261 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10262 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10263 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10264 the exception should be passed to debuggee or not.
10265
6af4589c
MS
102662002-02-05 Michael Snyder <msnyder@redhat.com>
10267
10268 * regcache.c (fetch_register): Call target_fetch_register
10269 only if we don't call FETCH_PSEUDO_REGISTER.
10270 (store_register): Call target_store_register only if we
10271 don't call STORE_PSEUDO_REGISTER.
10272
a2cf933a
EZ
102732002-02-05 Elena Zannoni <ezannoni@redhat.com>
10274
10275 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10276 ELF_MAKE_MSYMBOL_SPECIAL.
10277 * gdbarch.c, gdbarch.h: Regenerate.
10278 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10279 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10280 * elfread.c (elf_symtab_read): Compile use of
10281 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10282 multiarched.
10283 * coffread.c (coff_symtab_read): Ditto, for
10284 COFF_MAKE_MSYMBOL_SPECIAL.
10285
6bb7be43
JB
102862002-02-05 Jim Blandy <jimb@redhat.com>
10287
10288 * solib-svr4.c (svr4_truncate_ptr): New function.
10289 (svr4_relocate_section_addresses): Do the address arithmetic with
10290 the appropriate truncation for target addresses, even when
10291 CORE_ADDR is larger than a target address.
10292
e18651ec
DJ
102932002-02-05 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10296 to (int *).
10297
6b2725be
DJ
102982002-02-05 Daniel Jacobowitz <drow@mvista.com>
10299
10300 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10301 code.
10302
fca9e603
DJ
103032002-02-05 Daniel Jacobowitz <drow@mvista.com>
10304
10305 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10306
6c537a52
DJ
103072002-02-05 Daniel Jacobowitz <drow@mvista.com>
10308
10309 * gdbserver/linux-low.c: Remove unused include files.
10310
d844cde6
DJ
103112002-02-05 Daniel Jacobowitz <drow@mvista.com>
10312
10313 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10314 (read_inferior_memory): Use it.
10315 (write_inferior_memory): Likewise.
10316
d07c63e7
DJ
103172002-02-05 Daniel Jacobowitz <drow@mvista.com>
10318
10319 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10320 grubbing through sys_errlist.
10321
da6d8c04
DJ
103222002-02-05 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10325
5b421780
PM
103262002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10327 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10328
9f60d481
AC
103292002-02-04 Andrew Cagney <ac131313@redhat.com>
10330
10331 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10332 (do_sfunc, set_cmd_sfunc): New functions.
10333
10334 * command.h (struct cmd_list_element): Add field func.
10335 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10336 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10337 * cli/cli-decode.h: Ditto.
10338
10339 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10340 (help_all, help_cmd_list): Ditto.
10341 (find_cmd, complete_on_cmdlist): Ditto.
10342 * top.c (execute_command): Ditto.
10343
10344 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10345 function.sfunc.
10346
10347 * infcmd.c (notice_args_read): Fix function signature.
10348
10349 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10350 * cli/cli-decode.c (add_set_cmd): Ditto.
10351 * utils.c (initialize_utils): Ditto.
10352 * maint.c (_initialize_maint_cmds): Ditto.
10353 * infrun.c (_initialize_infrun): Ditto.
10354 * demangle.c (_initialize_demangler): Ditto.
10355 * remote.c (add_packet_config_cmd): Ditto.
10356 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10357 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10358 * proc-api.c (_initialize_proc_api): Ditto.
10359 * kod.c (_initialize_kod): Ditto.
10360 * valprint.c (_initialize_valprint): Ditto.
10361 * top.c (init_main): Ditto.
10362 * infcmd.c (_initialize_infcmd): Ditto.
10363 * corefile.c (_initialize_core): Ditto.
10364 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10365 * arch-utils.c (initialize_current_architecture): Ditto.
10366 (_initialize_gdbarch_utils): Ditto.
10367 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10368
10369 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10370 * wince.c (_initialize_inftarg): Ditto.
10371 * symfile.c (_initialize_symfile): Ditto.
10372 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10373 * language.c (_initialize_language): Ditto.
10374 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10375
f9ba0717
MS
103762002-02-04 Michael Snyder <msnyder@redhat.com>
10377
10378 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10379
0c74b2a7
DJ
103802002-02-04 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10383 Add rules for building the register data files.
10384
c638789f
DJ
103852002-02-04 Daniel Jacobowitz <drow@mvista.com>
10386
10387 * regformats/regdat.sh: Add braces to the definition of
10388 expedite_regs_${arch}.
10389
db253027
DJ
103902002-02-04 Daniel Jacobowitz <drow@mvista.com>
10391
10392 * regformats/regdef.h (struct reg): Add comment describing the
10393 requirements for offset and size fields.
10394
206be19c
AS
103952002-02-04 Andreas Schwab <schwab@suse.de>
10396
10397 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10398 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10399
181c1381
RE
104002002-02-04 Richard Earnshaw <rearnsha@arm.com>
10401
10402 * gdbarch.sh (copyright): Update years in generated header.
10403 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10404 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10405 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10406 * dbxread.c: Likewise.
10407 * dwarfread.c: Likewise.
10408 * elfread.c: Likewise.
10409 * somread.c: Likewise.
10410
10411 * arm-tdep.c (arm_smash_text_address): New function.
10412 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10413
fa4ba8da
PM
104142002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10415
10416 Add support for hardware watchpoints on win32 native.
aaa38bb5 10417 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10418 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10419 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10420 of debug registers.
10421 (debug_registers_changed): New variable. Reflects when debug registers
10422 are changed and need to be written to inferior.
aaa38bb5 10423 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10424 was set, used when new threads are created.
10425 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10426 i386-nat code.
10427 (thread_rec): Set dr array if id is the thread of current_event .
10428 (child_continue, child_resume): Change the debug registers for all
10429 threads if debug_registers_changed.
10430 (child_add_thread): Change the debug registers if debug_registers_used.
10431 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10432 Link nm.h to new nm-cygwin.h file.
10433 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10434 of hardware registers.
10435
a73c86fb
AC
104362002-02-03 Andrew Cagney <ac131313@redhat.com>
10437
10438 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10439 Restore behavour broken by 2002-01-20 Andrew Cagney
10440 <ac131313@redhat.com> IEEE_FLOAT removal.
10441
acf5ed49
DJ
104422002-02-03 Daniel Jacobowitz <drow@mvista.com>
10443
10444 * c-valprint.c (c_val_print): Pass a proper valaddr to
10445 cp_print_class_method.
10446 * valops.c (search_struct_method): If there is only one method
10447 and args is NULL, return that method.
10448
493d28d5
DJ
104492002-02-03 Daniel Jacobowitz <drow@mvista.com>
10450
10451 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10452 accessing tag_name directly.
10453
7495dfdb
DJ
104542002-02-03 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10457 of accessing tag_name directly.
10458
dd6bda65
DJ
104592002-02-03 Daniel Jacobowitz <drow@mvista.com>
10460
10461 PR gdb/280
10462 * gdbtypes.c (replace_type): New function.
10463 * gdbtypes.h (replace_type): Add prototype.
10464 * stabsread.c (read_type): Use replace_type.
10465
88fe217c
RE
104662002-02-03 Richard Earnshaw <rearnsha@arm.com>
10467
10468 * Makefile.in (memattr.o): Add missing dependencies rule.
10469
e5d66720
PS
104702002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10471
10472 * breakpoint.c (break_at_finish_command): Really export.
10473 (break_at_finish_at_depth_command): Ditto.
10474 (tbreak_at_finish_command): Ditto.
10475 * hppa-tdep.c: Include completer.h.
10476 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10477 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10478
fffee0be
AC
104792002-02-01 Andrew Cagney <ac131313@redhat.com>
10480
10481 * utils.c (do_write): New function.
10482 (error_stream): Rewrite combining the code from error_begin and
10483 verror.
10484 (verror): Rewrite using error_stream.
10485 (error_begin): Delete function.
10486
255e7dbf
AC
104872002-02-01 Andrew Cagney <ac131313@redhat.com>
10488
10489 * utils.c (error_begin): Make static.
10490 * defs.h (error_begin): Delete declaration.
10491
10492 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10493 (decode_line_1): Use cplusplus_error instead of error_begin,
10494 cplusplus_hint and return_to_top_level.
10495 * coffread.c (coff_symfile_read): Use error instead of error_begin
10496 and return_to_top_level.
10497 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10498
ddfe3c15
AC
104992002-02-01 Andrew Cagney <ac131313@redhat.com>
10500
10501 * language.h (type_error, range_error): Make string parameter
10502 constant.
10503 * language.c (warning_pre_print): Delete extern declaration.
10504 * dwarfread.c (warning_pre_print): Ditto.
10505 * language.c (type_error, range_error): Rewrite to use verror and
10506 vwarning instead of warning_begin.
10507
03ac34d5
MS
105082002-02-01 Michael Snyder <msnyder@redhat.com>
10509
261c4ca2
MS
10510 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10511 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10512
e00d1dc8
AC
105132002-02-01 Andrew Cagney <ac131313@redhat.com>
10514
10515 * command.h (NO_FUNCTION): Delete macro.
10516 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10517 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10518 * tracepoint.c (_initialize_tracepoint): Ditto.
10519 * cli/cli-decode.c (add_set_cmd): Ditto.
10520 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10521
76b79d6e
DJ
105222002-02-01 Daniel Jacobowitz <drow@mvista.com>
10523
10524 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10525 Update ``this'' pointer when calling virtual functions.
10526
799f9e91
MS
105272002-02-01 Michael Snyder <msnyder@redhat.com>
10528
c7bd442c 10529 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10530 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10531
3cf384d4
DJ
105322002-02-01 Daniel Jacobowitz <drow@mvista.com>
10533
10534 * regformats/reg-arm.dat: New file.
10535 * regformats/reg-i386.dat: New file.
10536 * regformats/reg-ia64.dat: New file.
10537 * regformats/reg-m68k.dat: New file.
10538 * regformats/reg-mips.dat: New file.
10539 * regformats/reg-ppc.dat: New file.
10540 * regformats/reg-sh.dat: New file.
10541 * regformats/regdef.h: New file.
10542 * regformats/regdat.sh: New file.
10543
0defa245
RE
105442002-02-01 Richard Earnshaw <reanrsha@arm.com>
10545
10546 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10547 (arm_frame_args_address, arm_frame_locals_address): New functions.
10548 (arm_frame_num_args): New function.
10549 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10550 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10551 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10552
405f26e6
MS
105532002-01-31 Michael Snyder <msnyder@redhat.com>
10554
502fd408
MS
10555 * breakpoint.c (break_at_finish_command): Export.
10556 (break_at_finish_at_depth_command): Export.
10557 (tbreak_at_finish_command): Export.
d6020d45 10558 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10559 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10560 "txbreak" commands, which are HPPA specific.
502fd408 10561
7d35e135
MS
10562 * printcmd.c (disassemble_command): Remove an ancient
10563 artifact of an old merge.
10564
aaa38bb5 10565 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10566 Define enum constant values for overlay mode.
10567 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10568 (overlay_is_mapped, overlay_auto_command,
10569 overlay_manual_command): Ditto.
d874f1e2 10570
aaa38bb5
AJ
10571 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10572 breakpoint_here_p, breakpoint_inserted_here_p,
10573 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10574 describe_other_breakpoints, check_duplicates, clear_command):
10575 Coding standard fixes.
10576
8add0441 10577 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10578 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10579 code: check bfd SEC_READONLY flag for section.
10580
e351066e
AC
105812002-01-31 Andrew Cagney <ac131313@redhat.com>
10582
7d35e135 10583 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10584
8a48e967
DJ
105852002-01-30 Daniel Jacobowitz <drow@mvista.com>
10586
10587 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10588 data symbols, since we search based on textlow and texthigh.
10589 (find_pc_sect_symtab): Likewise.
10590
f5a96129
AC
105912002-01-30 Andrew Cagney <ac131313@redhat.com>
10592
10593 * defs.h (vwarning): Declare.
f5a96129
AC
10594 * utils.c (vwarning): New function.
10595 (warning): Call vwarning.
10596 (warning_begin): Delete function.
10597
10598 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10599 the warning message.
10600 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10601 warning_begin.
10602
cefd4ef5
MS
106032002-01-30 Michael Snyder <msnyder@redhat.com>
10604
1a703748
MS
10605 * NEWS: Mention "set trust-readonly-sections" command.
10606 Mention generate-core-file command.
cefd4ef5 10607
3a11626d
MS
106082002-01-15 Michael Snyder <msnyder@redhat.com>
10609
10610 * target.c: New command, "set trust-readonly-sections on".
10611 (do_xfer_memory): Honor the suggestion to trust readonly sections
10612 by reading them from the object file instead of from the target.
10613 (initialize_targets): Register command "set trust-readonly-sections".
10614
d1c7e53b
AC
106152002-01-29 Andrew Cagney <ac131313@redhat.com>
10616
10617 * parse.c (target_map_name_to_register): Simplify, search regs and
10618 pseudo-regs using a single loop.
10619
e2c9a72c
AC
106202002-01-30 Andrew Cagney <ac131313@redhat.com>
10621
10622 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10623
69824b4e
MK
106242002-01-15 Rodney Brown <rbrown64@csc.com.au>
10625
10626 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10627 * config/i386/i386v42mp.mh: Add i387-nat.o .
10628 * i386v4-nat.c: Include i387-nat.h.
10629 (supply_fpregset): Use i387_supply_fsave.
10630 (fill_fpregset): Use i387_fill_fsave.
10631
6eb69eab
RE
106322002-01-30 Richard Earnshaw <rearnsha@arm.com>
10633
10634 * arm-tdep.c (arm_call_dummy_words): Define.
10635 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10636 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10637 (CALL_DUMMY_WORDS): Define.
10638 (arm_call_dummy_words): Declare.
10639 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10640 (arm_linux_call_dummy_words): Declare.
10641
9852326a
AS
106422002-01-30 Andreas Schwab <schwab@suse.de>
10643
10644 * m68klinux-nat.c: Fix last change to use regcache_collect
10645 instead of referencing registers[] directly.
10646
977a3030
AC
106472002-01-29 Andrew Cagney <ac131313@redhat.com>
10648
10649 * parse.c (target_map_name_to_register): Delete code wrapped in
10650 #ifdef REGISTER_NAME_ALIAS_HOOK.
10651
2076c72b
MS
106522002-01-28 Michael Snyder <msnyder@redhat.com>
10653
10654 * regcache.c (legacy_read_register_gen): Need to be able to
10655 read pseudo-register as well as real register.
10656 (legacy_write_register_gen): Ditto.
10657
8fcc723b
AC
106582002-01-28 Andrew Cagney <ac131313@redhat.com>
10659
10660 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10661 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10662 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10663 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10664 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10665 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10666 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10667 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10668 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10669 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10670 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10671 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10672 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10673 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10674 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10675 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10676 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10677 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10678 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10679 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10680
afe64c1a
AC
106812002-01-28 Andrew Cagney <ac131313@redhat.com>
10682
10683 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10684 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10685 (initialize_current_architecture): Update target_byte_order using
10686 information from BFD.
aaa38bb5 10687 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10688 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10689
75bc7ddf
AC
106902002-01-28 Andrew Cagney <ac131313@redhat.com>
10691
10692 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10693 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10694
10695 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10696 #ifdef INVALID_FLOAT.
10697 * infcmd.c (do_registers_info): Ditto.
10698 * values.c (unpack_double): Ditto. Add comment.
10699
10700 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10701 already commented out.
10702
0280a90a
AS
107032002-01-26 Andreas Schwab <schwab@suse.de>
10704
10705 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10706 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10707 registers and add support for PTRACE_GETREGS.
10708
7072a954
AC
107092002-01-24 Andrew Cagney <ac131313@redhat.com>
10710
10711 GDB 5.1.1 released from 5.1 branch.
10712 * NEWS: Add 5.1.1 news.
10713 * README: Sync with 5.1 branch.
10714
86f902e0
FF
107152002-01-23 Fred Fish <fnf@redhat.com>
10716
10717 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10718 stabstring on initial malloc. Reallocing will copy it for us,
10719 if necessary.
10720
8af51c36
EZ
107212002-01-23 Elena Zannoni <ezannoni@redhat.com>
10722
aaa38bb5 10723 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10724 (HFILES_NO_SRCDIR): Remove hpread.h.
10725 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10726 (hpread.o): Update dependencies.
10727 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10728
10729 * hp-psymtab-read.c: Remove file.
10730 * hp-symtab-read.c: Remove file.
10731 * hpread.h: Remove file.
10732
10733 * hpread.c: Merge all contents of hp-psymtab-read.c,
10734 hp-symtab-read.c and hpread.h into this file, as it was prior to
10735 January 1999.
10736
10737 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10738 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10739 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10740 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10741
dc5cfeb6
EZ
107422002-01-23 Elena Zannoni <ezannoni@redhat.com>
10743
10744 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10745 fill_gregset): Call gdbarch_tdep() just once, assign result to
10746 variable and use that, instead of calling the function several
10747 times.
10748
ea87b71b
AO
107492002-01-24 Alexandre Oliva <aoliva@redhat.com>
10750
10751 * configure.host: Accept sparcv9 as alias for sparc64.
10752 * configure.tgt: Likewise.
10753
13fc0c2f
KB
107542002-01-22 Kevin Buettner <kevinb@redhat.com>
10755
10756 * solib-aix5.c (build_so_list_from_mapfile)
10757 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10758 arguments is not reversed.
10759 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10760 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10761
7bd872fe
EZ
107622002-01-22 Elena Zannoni <ezannoni@redhat.com>
10763
10764 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10765 modified version of obsolete sh_fetch_pseudo_register.
10766 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10767 (sh4_register_read): New function.
10768 (sh_pseudo_register_write): New function. Renamed and modified
10769 version of obsolete sh_store_pseudo_register.
10770 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10771 (sh4_register_write): New function.
10772 (sh_gdbarch_init): Remove setting of gdbarch function
10773 fetch_pseudo_register and store_pseudo_register. Remove setting of
10774 register_convert_to_raw, register_convert_to_virtual,
10775 register_convertible.
10776 (sh_sh4_register_convertible): Delete. No longer needed. All is
10777 taken care by architecture specific functions
10778 register_read/register_write.
10779 (sh_sh4_register_convert_to_virtual): Make static.
10780 (sh_sh4_register_convert_to_raw): Ditto.
10781
069e84fd
AC
107822002-01-22 Andrew Cagney <ac131313@redhat.com>
10783
10784 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10785 (floatformat_is_nan, floatformat_mantissa): Ditto.
10786
10787 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10788 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10789 builtin_type_ieee_double_little,
10790 builtin_type_ieee_double_littlebyte_bigword,
10791 builtin_type_m68881_ext, builtin_type_i960_ext,
10792 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10793 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10794 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10795 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10796
211a4f69
CV
107972002-01-22 Corinna Vinschen <vinschen@redhat.com>
10798
10799 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10800 parameter. Set frameless flag if it exists and depended of
10801 whether the scanned function is frameless or not.
10802 (xstormy16_skip_prologue): If function is frameless, return
10803 result of xstormy16_scan_prologue().
10804 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10805 call.
10806
f81353e4
EZ
108072002-01-21 Elena Zannoni <ezannoni@redhat.com>
10808
10809 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10810 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10811 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10812 sh_sh4_register_byte, sh_sh4_register_raw_size,
10813 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10814 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10815 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10816 sh_store_pseudo_register, sh_do_pseudo_register): Call
10817 gdbarch_tdep() just once, assign result to variable and use that,
10818 instead of calling the function several times.
10819
63c73a17
MK
108202002-01-20 Mark Kettenis <kettenis@gnu.org>
10821
10822 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10823 macros instead of LAST_FPU_CTRL_REGNUM.
10824 (store_register): Likewise.
10825
39ad761d
JB
108262002-01-21 Jim Blandy <jimb@redhat.com>
10827
10828 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10829 is up-to-date before running the program, not just when a program
10830 exits.
10831
3d74b771
FF
108322002-01-21 Fred Fish <fnf@redhat.com>
10833
10834 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10835 when we have found all instructions we are looking for.
10836
966fbf70
RE
108372002-01-21 Richard Earnshaw <rearnsha@arm.com>
10838
10839 * arm-tdep.c (arm_register_name): New function.
10840 (arm_registers_names): Make static.
10841 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10842 (arm_register_name): Declare.
10843 (REGISTER_NAME): Use it.
10844
c3b4394c
RE
108452002-01-21 Richard Earnshaw <rearnsha@arm.com>
10846 Kevin Buettner <kevinb@redhat.com>
10847
10848 Convert arm targets to new FRAME interface.
10849 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10850 (arm_frame_find_save_regs): Delete.
10851 (arm_frame_init_saved_regs): New.
10852 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10853 Allocate extra_info as required. Convert all uses of fsr.regs
10854 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10855 to use extra_info.
10856 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10857 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10858 (check_prologue_cache, save_prologue_cache): Likewise.
10859 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10860 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10861 (FRAME_FIND_SAVED_REGS): Delete.
10862 (arm_frame_find_saved_regs): Delete prototype.
10863 (arm_frame_init_saved_regs): New prototype.
10864 (FRAME_INIT_SAVED_REGS): Define.
10865
61d99182
AC
108662002-01-20 Andrew Cagney <ac131313@redhat.com>
10867
10868 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10869
6aaea291
AC
108702002-01-20 Andrew Cagney <ac131313@redhat.com>
10871
10872 From Jeff Law <law@redhat.com>:
10873 * infttrace.c: Include <sys/pstat.h>.
10874 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10875 exec file if the ttrace equivalent fails.
10876
15f698d2
AC
108772002-01-20 Andrew Cagney <ac131313@redhat.com>
10878
10879 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10880 (closeLogFile): Ditto.
10881
f86ddd7c
MC
108822002-01-20 Michael Chastain <mec@shout.net>
10883
10884 * top.c (print_gdb_version): Bump copyright year to 2002.
10885
904507ce
AC
108862002-01-20 Andrew Cagney <ac131313@redhat.com>
10887
10888 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10889 Zannoni and Eli Zaretskii.
10890
d7f0b9ce
DJ
108912002-01-20 Daniel Jacobowitz <drow@mvista.com>
10892
10893 * buildsym.c: Update copyright years.
10894 * c-typeprint.c: Likewise.
10895 * dwarf2read.c: Likewise.
10896 * f-typeprint.c: Likewise.
10897 * gdbtypes.c: Likewise.
10898 * gdbtypes.h: Likewise.
10899 * hp-symtab-read.c: Likewise.
10900 * hpread.c: Likewise.
10901 * mdebugread.c: Likewise.
10902 * p-typeprint.c: Likewise.
10903
3fd3d7d2
AC
109042002-01-20 Andrew Cagney <ac131313@redhat.com>
10905
10906 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10907 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10908 byte-order selectable.
10909 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10910 * arch-utils.c: Ditto.
10911 (set_endian): Ditto.
10912 (set_endian_from_file): Ditto.
10913 * gdbserver/low-sim.c (create_inferior): Ditto.
10914 * gdbarch.sh: Ditto.
10915 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10916 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10917 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10918 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10919 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10920 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10921 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10922 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10923 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10924 macro definition.
10925 * config/mips/tm-wince.h: Remove #undef of macro
10926 TARGET_BYTE_ORDER_SELECTABLE.
10927 * config/sh/tm-wince.h: Ditto.
10928
b02dede2
DJ
109292002-01-20 Daniel Jacobowitz <drow@mvista.com>
10930
10931 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10932 member function fields. Add accessor macro
10933 TYPE_FN_FIELD_ARTIFICIAL.
10934 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10935 * c-typeprint.c (c_type_print_base): Skip artificial member
10936 functions.
10937
c3643761
DJ
109382002-01-20 Daniel Jacobowitz <drow@mvista.com>
10939
10940 * f-typeprint.c: Delete unused function f_type_print_args.
10941 * p-typeprint.c: Delete unused function pascal_type_print_args.
10942
8176bb6d
DJ
109432002-01-20 Daniel Jacobowitz <drow@mvista.com>
10944
10945 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10946 comment. Add ``artificial'' to ``union field_location''.
10947
10948 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10949
10950 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10951 * mdebugread.c (parse_symbol): Likewise.
10952 * stabsread.c (define_symbol): Likewise.
10953 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10954 initializing TYPE_FIELD_BITPOS to n (obsolete).
10955 (hpread_doc_function_type): Likewise.
10956 * hpread.c (hpread_function_type): Likewise.
10957
7fd60527
AC
109582002-01-20 Andrew Cagney <ac131313@redhat.com>
10959
10960 * configure.in (host_makefile_frag): Only require a host makefile
10961 fragment when a native build.
10962 * configure: Re-generate.
10963
c2f05ac9
AC
109642002-01-20 Andrew Cagney <ac131313@redhat.com>
10965
10966 * doublest.h (floatformat_from_type): Declare.
10967 * doublest.c (floatformat_from_type): New function.
10968 (convert_typed_floating): Use.
10969
10970 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10971 call to function floatformat_from_type.
10972
10973 * gdbarch.sh (IEEE_FLOAT): Delete.
10974 * gdbarch.h, gdbarch.c: Re-generate.
10975 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10976 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10977 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10978 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10979 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10980 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10981 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10982 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10983 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10984 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10985 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10986 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10987
10988 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10989 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10990 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10991 * sh-tdep.c (sh_gdbarch_init): Ditto.
10992 * mips-tdep.c (mips_gdbarch_init): Ditto.
10993 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10994 * cris-tdep.c (cris_gdbarch_init): Ditto.
10995
abf22e64
AJ
109962002-01-20 Jiri Smid <smid@suse.cz>
10997
10998 * configure.host, configure.tgt: Support x86-64.
10999 * NEWS: Note new target x86-64.
11000
b7c4cbf8
AJ
11001 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11002 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11003 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11004 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11005 x86-64-linux-nat.o): Fix dependencies.
11006
82600034
AC
110072002-01-19 Andrew Cagney <ac131313@redhat.com>
11008
11009 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11010 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11011 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11012 * config/sparc/xm-sun4os4.h: Delete file.
11013 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11014
bbe5c628
AC
110152002-01-19 Andrew Cagney <ac131313@redhat.com>
11016
11017 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11018 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11019 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11020 * config/i386/i386lynx.mh (XM_FILE): Delete.
11021 * config/rs6000/xm-rs6000ly.h: Delete file.
11022 * config/sparc/xm-sparclynx.h: Delete file.
11023 * config/m68k/xm-m68klynx.h: Delete file.
11024 * config/i386/xm-i386lynx.h: Delete file.
11025 * config/xm-lynx.h: Delete file.
11026 * config/djgpp/fnchange.lst: Update.
11027
f8453e34
JT
110282002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11029
11030 * alpha-tdep.c (alpha_register_byte): New function.
11031 (alpha_register_raw_size): Ditto.
11032 (alpha_register_virtual_size): Ditto.
11033 (alpha_skip_prologue_internal): Renamed from
11034 alpha_skip_prologue.
11035 (alpha_skip_prologue): New version that calls
11036 alpha_skip_prologue_internal.
11037 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11038 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11039 second argument from alpha_skip_prologue.
11040 (REGISTER_BYTE): Use alpha_register_byte.
11041 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11042 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11043 (FRAMELESS_FUNCTION_INVOCATION): Use
11044 generic_frameless_function_invocation_not.
11045 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11046 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11047
52d9e613
AC
110482002-01-19 Andrew Cagney <ac131313@redhat.com>
11049
11050 * config/mips/xm-news-mips.h: Delete file.
11051 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11052
11053 * config/m88k/xm-m88k.h: Delete file.
11054 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11055 * config/m88k/xm-delta88v4.h: Ditto.
11056 * config/m88k/xm-delta88.h: Ditto.
11057
11058 * config/alpha/xm-fbsd.h: Delete file.
11059 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11060
11061 * config/sparc/xm-sparc.h: Delete file.
11062 * Makefile.in (xm-sun4os4.h): Delete dependency.
11063 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11064 * config/sparc/xm-sun4os4.h: Ditto.
11065 * config/sparc/xm-linux.h: Ditto.
11066
11067 * config/i386/xm-windows.h: Delete file.
11068
2d1b2124
AC
110692002-01-19 Andrew Cagney <ac131313@redhat.com>
11070
11071 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11072 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11073
ee1f65f0
JT
110742002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11075
11076 * alpha-tdep.c (alpha_call_dummy_words): New.
11077 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11078 (CALL_DUMMY_P): Define.
11079 (CALL_DUMMY_WORDS): Define.
11080 (SIZEOF_CALL_DUMMY_WORDS): Define.
11081
98081e55
PB
110822002-01-19 Per Bothner <per@bothner.com>
11083
11084 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11085 isn't NULL, which can happen with some gcj-3.x-produced code.
11086
0d056799
JT
110872002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11088
11089 * alpha-tdep.c (alpha_register_virtual_type): New function.
11090 (alpha_init_frame_pc_first): Ditto.
11091 (alpha_fix_call_dummy): Ditto.
11092 (alpha_store_struct_return): Ditto.
11093 (alpha_extract_struct_value_address): Ditto.
11094 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11095 alpha_register_virtual_type.
11096 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11097 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11098 alpha_extract_struct_value_address.
11099 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11100 (INIT_FRAME_PC): Use init_frame_pc_noop.
11101 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11102
4604bcad
MK
111032002-01-19 Mark Kettenis <kettenis@gnu.org>
11104
11105 * i386gnu-nat.c: Include "i386-tdep.h".
11106 (fetch_fpregs): Simplify code dealing with uninitialized floating
11107 point states such that it doesn't require FP7_REGNUM.
11108
140f9984
JT
111092002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11110
abf22e64
AJ
11111 * alpha-tdep.c (frame_extra_info): New.
11112 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11113 frame->extra_info.
11114 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11115 (alpha_frame_saved_pc): Use frame->extra_info.
11116 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11117 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11118 (init_extra_frame_info): Rename to...
11119 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11120 (alpha_print_extra_frame_info): New function.
140f9984
JT
11121 (alpha_frame_locals_address): Ditto.
11122 (alpha_frame_args_address): Ditto.
abf22e64 11123 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11124 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11125 alpha_frame_args_address.
abf22e64 11126 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11127 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11128 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11129 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11130 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11131 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11132
d734c450
JT
111332002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11134
11135 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11136 (alpha_cannot_fetch_register): Ditto.
11137 (alpha_cannot_store_register): Ditto.
11138 (alpha_register_convertible): Ditto.
11139 (alpha_use_struct_convention): Ditto.
11140 * config/alpha/tm-alpha.h: Update copyright years.
11141 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11142 (INNER_THAN): Use core_addr_lessthan.
11143 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11144 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11145 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11146 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11147 (FRAME_CHAIN): Remove unnecessary cast.
11148
b4ceaee6
AC
111492002-01-18 Andrew Cagney <ac131313@redhat.com>
11150
11151 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11152 obsolete.
11153
0a65a603
AC
111542002-01-18 Andrew Cagney <ac131313@redhat.com>
11155
11156 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11157 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11158 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11159 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11160 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11161 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11162 * x86-64-linux-nat.c: Ditto.
11163
636a6dfc
JT
111642002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11165
abf22e64 11166 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11167 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11168 (REGISTER_NAME): Define.
11169
acceddb6
JT
111702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11171
11172 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11173
ec32e4be
JT
111742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11175
11176 * alpha-tdep.c: Update copyright years.
11177 (alpha_next_pc): New function.
11178 (alpha_software_single_step): Ditto.
11179 * config/alpha/tm-alpha.h: Add prototype for
11180 alpha_software_single_step.
11181
e771a871
JT
111822002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11183
11184 * alphabsd-nat.c: Update copyright years.
11185 (fill_gregset): Use regcache_collect.
11186 (fill_fpregset): Likewise.
11187 (fetch_inferior_registers): Only fetch integer registers
11188 if requested to do so.
11189 (store_inferior_registers): Only store integer registers
11190 if requested to do so.
11191
7708fa01
AC
111922002-01-17 Andrew Cagney <ac131313@redhat.com>
11193
11194 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11195 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11196 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11197 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11198 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11199 * config/arm/linux.mh (XDEPFILES): Delete.
11200 * config/arm/nbsd.mh (XDEPFILES): Delete.
11201 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11202 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11203 * config/i386/i386m3.mh (XDEPFILES): Delete.
11204 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11205 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11206 * config/i386/fbsd.mh (XDEPFILES): Delete.
11207 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11208 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11209 * config/i386/i386v4.mh (XDEPFILES): Delete.
11210 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11211 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11212 * config/i386/i386aix.mh (XDEPFILES): Delete.
11213 * config/i386/go32.mh (XDEPFILES): Delete.
11214 * config/i386/cygwin.mh (XDEPFILES): Delete.
11215 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11216 * config/i386/i386mach.mh (XDEPFILES): Delete.
11217 * config/i386/i386v32.mh (XDEPFILES): Delete.
11218 * config/i386/linux.mh (XDEPFILES): Delete.
11219 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11220 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11221 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11222 * config/i386/i386sco.mh (XDEPFILES): Delete.
11223 * config/i386/i386v.mh (XDEPFILES): Delete.
11224 * config/i386/nbsd.mh (XDEPFILES): Delete.
11225 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11226 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11227 * config/i386/symmetry.mh (XDEPFILES): Delete.
11228 * config/i386/obsd.mh (XDEPFILES): Delete.
11229 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11230 * config/ia64/linux.mh (XDEPFILES): Delete.
11231 * config/ia64/aix.mh (XDEPFILES): Delete.
11232 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11233 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11234 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11235 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11236 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11237 * config/m68k/linux.mh (XDEPFILES): Delete.
11238 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11239 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11240 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11241 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11242 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11243 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11244 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11245 * config/m88k/delta88.mh (XDEPFILES): Delete.
11246 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11247 * config/m88k/m88k.mh (XDEPFILES): Delete.
11248 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11249 * config/mips/linux.mh (XDEPFILES): Delete.
11250 * config/mips/irix6.mh (XDEPFILES): Delete.
11251 * config/mips/irix5.mh (XDEPFILES): Delete.
11252 * config/mips/irix4.mh (XDEPFILES): Delete.
11253 * config/mips/irix3.mh (XDEPFILES): Delete.
11254 * config/mips/decstation.mh (XDEPFILES): Delete.
11255 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11256 (NATDEPFILES): Move core-aout.o to here.
11257 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11258 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11259 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11260 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11261 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11262 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11263 * config/pa/hpux11.mh (XDEPFILES): Delete.
11264 * config/powerpc/aix.mh (XDEPFILES): Delete.
11265 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11266 * config/powerpc/linux.mh (XDEPFILES): Delete.
11267 * config/romp/rtbsd.mh: Rename XDEPFILES.
11268 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11269 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11270 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11271 * config/s390/s390.mh (XDEPFILES): Delete.
11272 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11273 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11274 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11275 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11276 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11277 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11278 * config/sparc/linux.mh (XDEPFILES): Delete.
11279 * config/vax/vaxult.mh (XDEPFILES): Delete.
11280 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11281 * Makefile.in (DEPFILES): Remove XDEPFILES.
11282
375fc983
AC
112832002-01-17 Andrew Cagney <ac131313@redhat.com>
11284
11285 * utils.c (internal_verror): Fix comments, default is yes not no.
11286 Update queries to match. Default to quit and dump core.
11287
8926118c
AC
112882002-01-17 Andrew Cagney <ac131313@redhat.com>
11289
11290 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11291 copyright.
11292 * defs.h, event-top.c, gdbcmd.h: Ditto.
11293 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11294 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11295 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11296 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11297 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11298 * mi/mi-main.c:Ditto.
11299
11300 * stack.c, symfile.c: Update copyright.
11301
45b7b345
DJ
113022002-01-17 Daniel Jacobowitz <drow@mvista.com>
11303
db728ff7
DJ
11304 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11305 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11306 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11307 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11308
db728ff7
DJ
113092002-01-17 Daniel Jacobowitz <drow@mvista.com>
11310
11311 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11312 * gdbserver/low-lynx.c (myattach): Likewise.
11313 * gdbserver/low-nbsd.c (myattach): Likewise.
11314 * gdbserver/low-sim.c (myattach): Likewise.
11315 * gdbserver/low-sparc.c (myattach): Likewise.
11316 * gdbserver/low-sun3.c (myattach): Likewise.
11317
11318 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11319
db728ff7 11320 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11321 (main): Handle "--attach".
11322
8de3c354
AC
113232002-01-16 Andrew Cagney <ac131313@redhat.com>
11324
11325 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11326 maintainer.
11327
b0129042
DJ
113282002-01-15 Daniel Jacobowitz <drow@mvista.com>
11329
11330 * c-typeprint.c (is_type_conversion_operator): Add additional
11331 check for non-conversion operators.
11332
ba8679fb 113332002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11334
11335 * linux-proc.c: Add "info proc" command, a la procfs.c.
11336 (read_mapping): New function, abstract and re-use code.
11337 (linux_find_memory_regions): Use new func read_mapping.
11338 (linux_info_proc_cmd): New function, implement "info proc".
11339 (_initialize_linux_proc): Add new command "info proc".
11340
e4f9b4d5
MS
113412002-01-15 Michael Snyder <msnyder@redhat.com>
11342
11343 * symfile.c (generic_load): Use bfd_map_over_sections method
11344 instead of manipulating bfd structure members directly.
11345 (add_section_size_callback): New function, bfd sections callback
11346 used by generic_load.
11347 (load_sections_callback): New function, bfd sections callback
11348 used by generic_load.
11349
08cf96df
EZ
113502002-01-15 Elena Zannoni <ezannoni@redhat.com>
11351
abf22e64 11352 [Based on work by Jim Blandy]
08cf96df
EZ
11353 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11354 (builtin_type_vec128): Export.
11355 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11356 types.
11357 (builtin_type_vec128): New builtin type for 128 bit vector
11358 registers.
11359 (build_gdbtypes): Initialize builtin_type_v16qi and
11360 builtin_type_v8hi. Create the vec128 register builtin type
11361 structure.
11362 (build_builtin_type_vec128): New function.
abf22e64 11363 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11364 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11365 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11366 AltiVec register to new builtin type.
11367
d7242108
DJ
113682001-01-15 Daniel Jacobowitz <drow@mvista.com>
11369
11370 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11371 to make_cv_type.
11372
4ee3352d
AC
113732002-01-14 Andrew Cagney <ac131313@redhat.com>
11374
11375 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11376 CLEAN_UP_REGISTER_VALUE.
11377 * regcache.c (supply_register): Update only call.
11378
f015b2e7
AC
113792002-01-14 Andrew Cagney <ac131313@redhat.com>
11380
11381 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11382 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11383 a29k-*-vxworks* targets as obsolete.
11384
356ae49d
MS
113852002-01-14 Michael Snyder <msnyder@redhat.com>
11386
11387 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11388 until we can resolve portability issues.
11389 * gregset.h: Remove references to fpxregs.
11390 * gcore.c (gcore_command): Initialize note_sec to NULL.
11391
ade8f45e
AC
113922002-01-13 Andrew Cagney <ac131313@redhat.com>
11393
11394 * signals.c (target_signal_to_name): Rewrite. Only use
11395 signals[].name when in bounds and non-NULL.
abf22e64 11396
89c49e7a
AC
113972002-01-13 Andrew Cagney <ac131313@redhat.com>
11398
11399 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11400 * signals.c (target_signal_to_name): Verify that SIG is within the
11401 bounds of the signals array.
11402
4daa9f9f
AC
114032002-01-13 Andrew Cagney <ac131313@redhat.com>
11404
11405 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11406
ba4bbdcb
KS
114072002-01-13 Keith Seitz <keiths@redhat.com>
11408
11409 * stack.c (print_frame_info_base): Print the frame's pc
11410 only if when print_frame_info_listing_hook is not defined.
11411
575bbeb6
KS
114122002-01-13 Keith Seitz <keiths@redhat.com>
11413
11414 * varobj.c (varobj_set_value): Make sure that there were no
11415 errors evaluating the object before attempting to set its
11416 value.
11417 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11418 so this offset adjustment is no longer necessary.
11419 (create_child): Don't set the error flag if the child is
11420 a CPLUS_FAKE_CHILD.
11421 (value_of_child): If value_fetch_lazy fails, return NULL
11422 so that callers will be notified that an error occurred.
11423 (c_value_of_variable): Delay check of variable's validity
11424 until later. We actually want all structs and unions to have
11425 the value "{...}".
11426 Do not return "???" for variables which could not be evaluated.
11427 This error condition must be returned to the caller so that it
11428 can get the error condition from gdb.
11429 (cplus_name_of_child): Adjust index for vptr before figuring
11430 out the name of the child.
11431 (cplus_value_of_child): If a child's (real) parent is not valid,
11432 don't even bother trying to give a value for it. Just return
11433 an error. Change all instances in this function.
11434 (cplus_type_of_child): If our parent is one of the "fake"
11435 parents, we need to get at the type of the real parent, and
11436 derive the child's true type using this information.
11437
b76898ab
AC
114382002-01-13 Andrew Cagney <ac131313@redhat.com>
11439
11440 From 2002-01-09 John Marshall <johnm@falch.net>:
11441 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11442 sources.redhat.com, and tweak some related URLs which had
11443 suffered from linkrot.
11444
b6649e88
AC
114452002-01-13 Andrew Cagney <ac131313@redhat.com>
11446
11447 From Jeff law:
11448 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11449 structures passed in registers.
11450
82cc5033
EZ
114512002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11452
11453 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11454 white space which prevented compilation. Reported by DSK
11455 <dsk@student.unsw.edu.au>.
11456
ba5f2f8a
MS
114572002-01-11 Michael Snyder <msnyder@redhat.com>
11458
fbd35540
MS
11459 * symfile.c (build_section_addr_info_from_section_tab):
11460 Use bfd access method instead of manipulating bfd directly.
11461 (syms_from_objfile): Ditto.
11462 (simple_overlay_update_1): Ditto.
11463 (simple_overlay_update): Ditto.
11464 (generic_load): Ditto.
11465 (overlay_unmapped_address): FIXME comment, bfd access methods.
11466 (sections_overlap): FIXME comment, bfd access methods.
11467 (pc_in_mapped_range): FIXME comment, bfd access methods.
11468 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11469 (section_is_mapped): FIXME comment, bfd access methods.
11470 (section_is_overlay): FIXME comment, bfd access methods.
11471
ba5f2f8a
MS
11472 * symfile.c (generic_load): Whitespace and long line cleanups.
11473 Remove duplicate variable, change several local variables to
11474 more appropriate data types.
11475 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11476
17df2af6
AC
114772002-01-12 Andrew Cagney <ac131313@redhat.com>
11478
11479 From Peter Schauer:
11480 * language.c (longest_local_hex_string_custom): Use phex_nz to
11481 convert NUM to a hex string.
11482
ec920329
EZ
114832002-01-12 Elena Zannoni <ezannoni@redhat.com>
11484
11485 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11486 the function.
538a76d6 11487 Update Copyright year.
ec920329 11488
3abd2e01
AC
114892002-01-12 Andrew Cagney <ac131313@redhat.com>
11490
11491 * language.c (longest_raw_hex_string): Delete unused function.
11492
b21b22e0
PS
114932002-01-11 Petr Sorfa <petrs@caldera.com>
11494
11495 * MAINTAINERS (write-after-approval): Add myself.
11496 * dwarf2read.c (read_tag_string_type): Handling of
11497 DW_AT_byte_size.
11498 (read_tag_string_type): FORTRAN fix to prevent propagation of
11499 first string size.
11500 (set_cu_language): Handling of DW_LANG_Fortran95
11501
747fe712
RE
115022002-01-11 Richard Earnshaw <rearnsha@arm.com>
11503
11504 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11505 GETPID(inferior_ptid).
11506 (store_inferior_registers): Likewise.
11507
f1bea926
JM
115082002-01-10 Jason Merrill <jason@redhat.com>
11509
11510 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11511 Fix DW_OP_minus.
11512
ae940673
AC
115132002-01-10 Andrew Cagney <ac131313@redhat.com>
11514
11515 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11516 and bfd/elf32-sh-nbsd.c.
11517
00546b04
MS
115182002-01-10 Michael Snyder <msnyder@redhat.com>
11519
352ed7b4
MS
11520 * NEWS: Mention --pid and corefile/proc-id behavior change.
11521
c18be923
MS
11522 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11523 * gcore.c: Include cli/cli-decode.h instead of command.h.
11524
00546b04
MS
11525 * main.c (captured_main): Add new command line option "--pid".
11526 If the second command line argument (following the symbol-file)
11527 begins with a digit, try to attach to it before trying to open
11528 it as a corefile.
11529 (print_gdb_help): Document the "--pid" argument.
11530
db60ec62
EZ
115312002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11532
11533 * completer.c (command_completer): New function.
11534
11535 * completer.h <command_completer>: Add prototype.
11536
11537 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11538 completer for the "help" command.
11539
39c22d1a
JM
115402002-01-09 Jason Merrill <jason@redhat.com>
11541
11542 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11543
c564377f
MS
115442002-01-09 Michael Snyder <msnyder@redhat.com>
11545
975aec09
MS
11546 * i386-linux-nat.c (fill_fpxregset): Make global.
11547 (store_fpxregset): Ditto.
11548
db4a10fa
MS
11549 * gregset.h (gdb_fpxregset_t): Define.
11550 (supply_fpxregset): Prototype.
11551 (fill_fpxregset): Prototype.
11552
c564377f
MS
11553 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11554
c3d45d70
RE
115552002-01-09 Richard Earnshaw <rearnsha@arm.com>
11556
11557 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11558 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11559 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11560
fcc87af1
AC
115612002-01-09 Andrew Cagney <ac131313@redhat.com>
11562
11563 * MAINTAINERS: Update target maintainer rules so that any
11564 Maintainer can approve a tested patch for a maintenance-only
11565 target.
11566
dd96c05b
RE
115672002-01-09 Richard Earnshaw <rearnsha@arm.com>
11568
d4297db9 11569 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11570
d4297db9 11571 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11572 IN_SIGTRAMP.
11573
145fdc6e
MS
115742002-01-08 Michael Snyder <msnyder@redhat.com>
11575
11576 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11577 real name of the executable, rather than the /proc name.
11578
be4d1333
MS
115792002-01-03 Michael Snyder <msnyder@redhat.com>
11580
11581 Implement a "generate-core-file" command in gdb, save target state.
11582 * gcore.c: New file. Implement new command 'generate-core-file'.
11583 Save a corefile image of the current state of the inferior.
11584 * linux-proc.c: Add linux-specific code for saving corefiles.
11585 * target.h (struct target_ops): Add new target vectors for saving
11586 corefiles; to_find_memory_regions and to_make_corefile_notes.
11587 (target_find_memory_regions): New macro.
11588 (target_make_corefile_notes): New macro.
11589 * target.c (update_current_target): Inherit new target methods.
11590 (dummy_find_memory_regions): New place-holder method.
11591 (dummy_make_corefile_notes): New place-holder method.
11592 (init_dummy_target): Initialize new dummy target vectors.
11593 * exec.c (exec_set_find_memory_regions): New function.
11594 Allow the exec_ops vector for memory regions to be taken over.
11595 (exec_make_note_section): New function, target vector method.
11596 * defs.h (exec_set_find_memory_regions): Export prototype.
11597 * procfs.c (proc_find_memory_regions): New function, corefile method.
11598 (procfs_make_note_section): New function, corefile method.
11599 (init_procfs_ops): Set new target vector pointers.
11600 (find_memory_regions_callback): New function.
11601 (procfs_do_thread_registers): New function.
11602 (procfs_corefile_thread_callback): New function.
11603 * sol-thread.c (sol_find_memory_regions): New function.
11604 (sol_make_note_section): New function.
11605 (init_sol_thread_ops): Initialize new target vectors.
11606 * inftarg.c (inftarg_set_find_memory_regions): New function.
11607 Allow to_find_memory_regions vector to be taken over.
11608 (inftarg_set_make_corefile_notes): New function.
11609 Allow to_make_corefile_notes vector to be taken over.
11610 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11611 interface layer if not target_has_execution (may be a corefile).
11612 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11613 * config/sparc/sun4sol2.mh: Ditto.
11614 * config/alpha/alpha-linux.mh: Ditto.
11615 * config/arm/linux.mh: Ditto.
11616 * config/i386/x86-64linux.mh: Ditto.
11617 * config/ia64/linux.mh: Ditto.
11618 * config/m68k/linux.mh: Ditto.
11619 * config/mips/linux.mh: Ditto.
11620 * config/powerpc/linux.mh: Ditto.
11621 * config/sparc/linux.mh: Ditto.
11622
c6b92abd
MS
116232002-01-07 Michael Snyder <msnyder@redhat.com>
11624
11625 * arm-linux-nat.c: Remove references to regcache.c internal data
11626 (registers[] and register_valid[]).
11627
4b09dc8c
MS
116282002-01-07 Michael Snyder <msnyder@redhat.com>
11629
abf22e64
AJ
11630 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11631 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11632 symbol file and shlibs.
11633 * Makefile.in: Add rule for linux-proc.o.
11634 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11635 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11636 * config/arm/linux.mh: Ditto.
11637 * config/i386/linux.mh: Ditto.
11638 * config/i386/x86-64linux.mh: Ditto.
11639 * config/ia64/linux.mh: Ditto.
11640 * config/m68k/linux.mh: Ditto.
11641 * config/mips/linux.mh: Ditto.
11642 * config/powerpc/linux.mh: Ditto.
11643 * config/sparc/linux.mh: Ditto.
11644
c25b74ac
PM
116452002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11646
11647 * win32-nat.c: Add i386-tdep.h dependency.
11648
94cd915f
MS
116492002-01-07 Michael Snyder <msnyder@redhat.com>
11650
c7cccb76
MS
11651 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11652 instead of bfd_get_arch_size. Don't bail out just because
11653 there's no exec_bfd.
abf22e64 11654
34c0bd93
MS
11655 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11656 * p-valprint.c (pascal_object_print_value): Ditto.
11657 * somread.c (som_symtab_read): Ditto.
11658 * symfile.c (simple_free_overlay_region_table): Ditto.
11659 * valops.c (value_assign): Ditto.
11660
21c1c920
MS
11661 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11662 use tilde_expand and strerror for opening save-tracepoints file.
11663
5bbd998e
MS
11664 * thread-db.c (thread_db_new_objfile): Indendation fix.
11665
94cd915f
MS
11666 * infptrace.c (GDB_MAX_ALLOCA): New define.
11667 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11668 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11669 can be overridden with whatever value is appropriate to the host).
11670 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11671 alloca to allocate potentially large buffer.
11672 * rs6000-nat.c (child_xfer_memory): Ditto.
11673 * symm-nat.c (child_xfer_memory): Ditto.
11674 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11675
494e8a93
JSC
116762002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11677
11678 From Nick Clifton <nickc@redhat.com>
11679 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11680
d0e1d48e
MS
116812002-01-07 Michael Snyder <msnyder@redhat.com>
11682
abf22e64 11683 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11684 Don't use exec_bfd if it's NULL.
11685
290b2c7a
MK
116862002-01-06 Mark Kettenis <kettenis@gnu.org>
11687
abf22e64 11688 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11689
aef21287
AC
116902002-01-06 Andrew Cagney <ac131313@redhat.com>
11691
11692 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11693 * gnu-nat.c: Ditto.
11694
30efa627
AC
116952002-01-06 Andrew Cagney <ac131313@redhat.com>
11696
11697 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11698 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11699 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11700 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11701 z8k-coff have not been multi-arched. Update z8k-coff build
11702 status.
11703
9b4ff276
AC
117042002-01-06 Andrew Cagney <ac131313@redhat.com>
11705
11706 * MAINTAINERS: Mark a29k target as obsolete.
11707 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11708 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11709 comments.
11710 * NEWS: Note that a29k targets are obsolete.
11711 * a29k-tdep.c: Mark as obsolete.
11712 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11713 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11714 a29k-*-vxworks* targets as obsolete.
11715 * remote-adapt.c: Obsolete.
11716 * remote-eb.c: Obsolete.
11717 * remote-mm.c: Obsolete.
11718 * remote-udi.c: Obsolete.
11719 * config/a29k/a29k-udi.mt: Obsolete.
11720 * config/a29k/a29k.mt: Obsolete.
11721 * config/a29k/tm-a29k.h: Obsolete.
11722 * config/a29k/tm-vx29k.h: Obsolete.
11723 * config/a29k/vx29k.mt: Obsolete.
11724
a9011d31
AC
117252002-01-05 Andrew Cagney <ac131313@redhat.com>
11726
11727 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11728 with BFD_ENDIAN_BIG.
11729
9299404e
AC
117302002-01-05 Andrew Cagney <ac131313@redhat.com>
11731
11732 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11733 * configure, config.in: Re-generate.
11734 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11735 * defs.h: Do not include <endian.h>.
11736
7e89e357
JT
117372002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11738
11739 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11740 * config.in: Regenerate.
11741 * configure.in: Update copyright years.
11742 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11743 * configure: Regenerate.
11744 * i386bsd-nat.c: Update copyright years.
11745 (fill_gregset): Use regcache_collect.
11746 (fetch_inferior_registers): Only fetch integer registers
11747 if requested to do so. Add support for XMM registers
11748 using PT_GETXMMREGS.
11749 (store_inferior_registers): Only store integer registers
11750 if requested to do so. Add support for XMM registers
11751 using PT_SETXMMREGS.
11752 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11753 (store_inferior_registers): Remove.
11754 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11755 (fetch_elfcore_registers): New function.
11756 (i386nbsd_elfcore_fns): New.
11757 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11758 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11759 i386bsd-nat.o.
11760 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11761 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11762 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11763 * config/i386/tm-nbsd.h: Update copyright years.
11764 (HAVE_SSE_REGS): Define.
11765 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11766 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11767 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11768 (SIGCONTEXT_PC_OFFSET): Remove.
11769 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11770
a752853e
AC
117712002-01-05 Andrew Cagney <ac131313@redhat.com>
11772
11773 * configure.tgt: Remove powerpc-*-macos* target.
11774 * config/m68k/xm-mpw.h: Delete file.
11775 * config/xm-mpw.h: Delete file.
11776 * ser-mac.c: Delete file.
11777 * mpw-make.sed: Delete file.
11778 * mpw-config.in: Delete file.
11779 * mac-xdep.c: Delete file.
11780 * mac-gdb.r: Delete file.
11781 * mac-defs.h: Delete file.
11782 * mac-nat.c: Delete file.
11783 * config/powerpc/macos.mh: Delete file.
11784 * config/powerpc/macos.mt: Delete file.
11785 * config/powerpc/nm-macos.h: Delete file.
11786 * config/powerpc/tm-macos.h: Delete file.
11787 * source.c (openp, open_source_file): Remove obsolete code.
11788 * top.c (gdb_readline): Ditto.
11789 * utils.c (query): Ditto.
11790 * event-top.c (display_gdb_prompt): Ditto.
11791 * Makefile.in (ser-mac.o): Delete obsolete target.
11792 * NEWS: Update.
11793
d7449b42
AC
117942002-01-04 Andrew Cagney <ac131313@redhat.com>
11795
11796 * defs.h (BIG_ENDIAN): Delete macro definition.
11797 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11798 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11799 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11800 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11801 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11802 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11803 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11804 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11805 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11806 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11807 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11808 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11809 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11810 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11811 * gdbarch.c: Re-generate.
11812
356374e8
DJ
118132002-01-04 Daniel Jacobowitz <drow@mvista.com>
11814
11815 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11816 for core files.
11817
a2b8f8f8
JT
118182002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11819
11820 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11821
12466af9
AC
118222002-01-04 Andrew Cagney <ac131313@redhat.com>
11823
11824 * value.h (value_ptr): Delete typedef.
11825
3549ab40
JT
118262002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11827
11828 * i386nbsd-nat.c: Update copyright years.
11829 Include i386-tdep.h.
11830
fedbd091
EZ
118312002-01-04 Elena Zannoni <ezannoni@redhat.com>
11832
11833 * stabsread.c: Update copyright years.
11834
11835 From Debashis Mahata <debashis.mahata@wipro.com>:
11836 (read_struct_fields): Deal with Sun C compiler erroneous stab
11837 output for structs and unions.
fec8b34f 11838 Fix PR gdb/269.
fedbd091 11839
eb43544b
DJ
118402002-01-04 Daniel Jacobowitz <drow@mvista.com>
11841
11842 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11843 prototype.
11844
1514d34e
DJ
118452002-01-04 Daniel Jacobowitz <drow@mvista.com>
11846
11847 * cp-abi.c: Fix whitespace.
11848 (baseclass_offset): New wrapper function.
11849 * cp-abi.h (baseclass_offset): Add prototype.
11850 (struct cp_abi_ops): Add baseclass_offset pointer.
11851
11852 * valops.c (vb_match): Move to...
11853 * gnu-v2-abi.c (vb_match): here.
11854 * valops.c (baseclass_offset): Move to...
11855 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11856
11857 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11858
11859 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11860 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11861 * hpacc-abi.c (init_hpacc_ops): Likewise.
11862
7f8c9282
DJ
118632002-01-04 Daniel Jacobowitz <drow@mvista.com>
11864
11865 * valops.c (find_overload_match): Accept obj as a
11866 reference parameter. Update it before returning.
11867 * value.h (find_overload_match): Update prototype.
11868 * eval.c (evaluate_subexp_standard): Pass object to
11869 find_overload_match by reference.
11870
f23631e4
AC
118712002-01-03 Andrew Cagney <ac131313@redhat.com>
11872
11873 * valarith.c: Replace value_ptr with struct value pointer. Remove
11874 register attribute from value declarations.
11875 * valops.c: Ditto.
11876 * value.h: Ditto.
11877 * scm-lang.c (scm_lookup_name): Ditto.
11878
79e10fab 118792002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11880
79e10fab
AC
11881 Abstract the functionality of iterating over mapped memory
11882 regions into a general purpose iterator function.
abf22e64 11883 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11884 iterator for memory sections.
11885 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11886 (solib_mappings_callback): New function, callback for above.
11887 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11888 (info_mappings_callback): New function, callback for above.
11889
11890 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11891
c5ad026a
MK
118922002-01-01 Mark Kettenis <kettenis@gnu.org>
11893
d2a7c97a
MK
11894 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11895 * i386-tdep.c: Include "elf-bfd.h".
11896 (process_note_abi_tag_sections): New function.
11897 (i386_gdbarch_init): Add code to recognize various OS/ABI
11898 combinations.
11899
c5ad026a
MK
11900 * maint.c (_initialize_maint_cmds): Add missing \ in
11901 string-literal.
11902
a1a5b71e 11903For older changes see ChangeLog-2001
c906108c
SS
11904\f
11905Local Variables:
11906mode: change-log
11907left-margin: 8
11908fill-column: 74
11909version-control: never
11910End:
This page took 1.502235 seconds and 4 git commands to generate.