(init_filename_language_table): Add ObjC file extension.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
da2cf7e0
AF
12002-10-14 Adam Fedor <fedor@gnu.org>
2
3 * symfile.c (init_filename_language_table): Add ObjC file extension.
4
4a351cef
AF
52002-10-14 Adam Fedor <fedor@gnu.org>
6
7 * utils.c (puts_filtered_tabular): New function.
8 (fprintf_symbol_filtered): Get ObjC demangled name.
9 * defs.h (puts_filtered_tabular): Declared.
10
9750e763
KB
112002-10-14 Kevin Buettner <kevinb@redhat.com>
12
13 * c-lang.h (c_type_print_varspec_prefix): Delete.
14 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
15 ``need_post_space'' parameter. Adjust all callers.
16
eee771c1
DJ
172002-10-14 Daniel Jacobowitz <drow@mvista.com>
18
19 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
20 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
21 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
22 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
23
46c82446
AF
242002-10-13 Adam Fedor <fedor@gnu.org>
25
26 * source.c (print_source_lines): Update comments.
27
d069f99d
AF
282002-10-13 Adam Fedor <fedor@gnu.org>
29
30 * valops.c (value_of_local): New function.
31 (value_of_this): Use it.
32 * value.h (value_of_local): Declared.
33
53c551b7
AF
342002-10-13 Adam Fedor <fedor@gnu.org>
35
36 * parse.c: (length_of_subexp, prefixify_subexp): Handle
37 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
38
eb392fbf
AF
392002-10-12 Adam Fedor <fedor@gnu.org>
40
41 * language.c (binop_result_type): Add language_objc to case.
42 (integral_type): Likewise.
43 (character_type): Likewise.
44 (string_type): Likewise.
45 (boolean_type): Likewise.
46 (structured_type): Likewise.
47 (binop_type_check): Likewise.
48
e2b23ee9
AF
492002-10-11 Adam Fedor <fedor@gnu.org>
50
51 * printcmd.c (address_info): Print 'self' for ObjC.
52
b01ab485
AF
532002-10-11 Adam Fedor <fedor@gnu.org>
54
55 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
56 OP_SELF.
57
806e6073
AF
582002-10-11 Adam Fedor <fedor@gnu.org>
59
60 * language.h (CAST_IS_CONVERSION): Add language_objc.
61
50f85cdf
AF
622002-10-11 Adam Fedor <fedor@gnu.org>
63
64 * defs.h (enum language): Add language_objc.
65
0d540cdf
KD
662002-10-11 Klee Dienes <kdienes@apple.com>
67
68 * findvar.c (read_memory_typed_address): New function.
69 * gdbcore.h (read_memory_typed_address): Add prototype.
70 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
71 to read a value destined for a CORE_ADDR, not read_memory_integer.
72 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
73 (f77_get_dynamic_lowerbound): Ditto.
74
d5dc7960
MH
752002-10-11 Martin M. Hunt <hunt@redhat.com>
76
77 * utils.c (string_to_core_addr): After turning string into
78 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
79 which will do necessary sign-extension, etc.
80
8343f86c
DJ
812002-10-11 Daniel Jacobowitz <drow@mvista.com>
82
83 * c-exp.y (THIS): Delete token and grammar rule.
84 (yylex): Don't return THIS.
85 * cp-valprint.c (vtbl_ptr_name_old): Delete.
86 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
87 * demangle.c (cplus_markers): Update comment. Put '$'
88 first. Remove CPLUS_MARKER.
89 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
90 * jv-exp.y (THIS): Delete token and grammar rule.
91 (yylex): Don't return THIS.
92 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
93 * objc-exp.y (THIS): Delete token and grammar rule.
94 (yylex): Don't return THIS.
95 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
96 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
97 (read_member_functions): Likewise for opname.
98 (read_tilde_fields): Use is_cplus_marker.
99
100 * defs.h (CPLUS_MARKER): Don't define.
101 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
102 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
103 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
104 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
105 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
106
107 * config/i386/tm-i386v4.h: Delete file.
108 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
109 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
110 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
111 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
112 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
113 * config/i386/i386sco5.mt (TM_FILE): Likewise.
114 * config/i386/i386v4.mt (TM_FILE): Likewise.
115 * config/i386/ncr3000.mt (TM_FILE): Likewise.
116
967c0d83
MM
1172002-10-10 Marko Mlinar <markom@opencores.org>
118
119 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
120 accidentially not commited 2002-10-09
121 * gdbarch.h, gdbarch.c: Re-generate.
122
f74fa174
MM
1232002-10-09 Marko Mlinar <markom@opencores.org>
124
125 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
126 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
127 * gdbarch.h, gdbarch.c: Re-generate.
128
57349743
JB
1292002-10-08 Petr Sorfa <petrs@caldera.com>
130
131 Revised and re-submitted by John Wolfe <jlw@caldera.com>
132
133 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
134 so we can work on more than one compilation unit at a time. This
135 helps prepare GDB to handle inter-CU die references.
136 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
137 the code to be defined before struct comp_unit_head.
138 (comp_unit_head): Added new members - offset, cu_head,
139 begin_die, next and dwarf2_abbrevs.
140 (dwarf2_abbrevs): Removed single static var; now member of
141 struct comp_unit_head.
142 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
143 members.
144 (psymtab_to_symtab_1): Changed to work with the new
145 struct comp_unit_head.
146 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
147 constructs the dwarf2_abbrevs[] inside the cu_header.
148 (dwarf2_empty_abbrev_table): Now expects a ptr to a
149 dwarf2_abbrev table to clean up.
150 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
151 handling of dwarf2_abbrevs inside the cu_header.
152 (read_partial_die): Now supports the call to the new
153 dwarf2_lookup_abbrev.
154 (read_full_die): Now supports the call to the new
155 dwarf2_lookup_abbrev.
156
4092aadb
CF
1572002-10-06 Christopher Faylor <cgf@redhat.com>
158
159 * Makefile.in (install-gdbtk): Add missing continuation backslash to
160 insure that shell variables, such as "transformed_name" are propagated
161 to later shell statements in rule.
162
af0b2512
MK
1632002-10-06 Mark Kettenis <kettenis@gnu.org>
164
165 * config/i386/nm-i386sco.h: Add protection against
166 multiple-inclusion. Include "i386/nm-i386v.h".
167 (REGISTER_U_ADDR): Remove define.
168 (i386_register_u_addr): Remove prototype.
169
d6020d45
MS
1702002-10-04 Michael Snyder <msnyder@redhat.com>
171
172 * m32r-stub.c (handle_exception): Make sure exception is "trap"
173 before treating it as a single-step event.
174
7248f48e
AF
1752002-10-03 Adam Fedor <fedor@gnu.org>
176
177 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
178 (objc_demangle): Remove assignment in if statements, Replace
179 free with xfree.
180 (add_msglist): Likewise.
181 (end_msglist): Likewise.
182 (complare_selectors): Likewise.
183 (selectors_info): Likewise.
184 (compare_classes): Likewise.
185 (classes_info): Likewise.
186 (print_object_command): Likewise.
187 (find_objc_msgcall_submethod): Replace PTR with void *.
188 * objc-lang.h: Remove check for __STDC__.
189
52c6a6ac
JJ
1902002-10-03 Jeff Johnston <jjohnstn@redhat.com>
191
192 * ui-out.h (ui_out_field_fmt_int): New prototype.
193 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
194 of field width and alignment.
195 * stack.c (print_frame_info_base): When printing frame level, use
196 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
197 PR gdb/192
198
7e3cec17
JJ
1992002-10-03 Jeff Johnston <jjohnstn@redhat.com>
200
201 * MAINTAINERS: Add self to Write After Approval list.
202
a58dd373
EZ
2032002-10-02 Elena Zannoni <ezannoni@redhat.com>
204
205 * infcmd.c (interrupt_target_command_wrapper): Delete.
206 (interrupt_target_command): Make non static.
207 (nofp_registers_info): Make static.
208 * stack.c (return_command_wrapper): Delete.
209 (return_command): Make non static.
210
cee6ddeb
EZ
2112002-10-02 Elena Zannoni <ezannoni@redhat.com>
212
213 * event-top.c (gdb_setup_readline): New function. Code moved from
214 _initialize_event_loop().
215 (_initialize_event_loop): Call gdb_setup_readline().
216
c4ed33b9
AC
2172002-10-02 Andrew Cagney <ac131313@redhat.com>
218
219 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
220 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
221 * gdbarch.h, gdbarch.c: Re-generate.
222
cef4f5dd
DJ
2232002-10-02 Daniel Jacobowitz <drow@mvista.com>
224
225 Fix PR gdb/778
226 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
227 before recursing.
228 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
229 of fill_in_vptr_fieldno.
230
36dc181b 2312002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 232
36dc181b
EZ
233 * inferior.h (registers_info, stepi_command, nexti_command,
234 continue_command, interrupt_target_command): Export from infcmd.c.
235 * frame.h (args_info, selected_frame_level_changed_hook,
236 return_command): Export from stack.c.
237 * v850ice.c (stepi_command, nexti_command, continue_command): use
238 prototypes from inferior.h.
239 * tracepoint.c (registers_info, args_info, locals_info): Use
240 prototypes from frame.h and inferior.h.
241 * Makefile.in (mi-main.o): Add dependency on frame.h.
242
6f99cb26
AC
2432002-10-02 Andrew Cagney <ac131313@redhat.com>
244
da3eff49
AC
245 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
246 value in register 3 adjusted by ppc_gp0_regnum.
247
6f99cb26
AC
248 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
249
da615bee
MM
2502002-10-02 Marko Mlinar <markom@opencores.org>
251
252 * MAINTAINERS: Add myself to the Write After Approval list.
253
d154bee2
AO
2542002-10-01 Alexandre Oliva <aoliva@redhat.com>
255
62a49b2c
AO
256 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
257 of the section for the N64 ABI, fixed.
258
d154bee2
AO
259 * config/mips/tm-irix6.h: Include solib.h.
260
ed348acc
EZ
2612002-10-01 Elena Zannoni <ezannoni@redhat.com>
262
263 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
264 GNU operators.
265
da0f9dcd
AC
2662002-10-01 Andrew Cagney <ac131313@redhat.com>
267
268 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
269 and that "mi0" syntax has been removed.
270
bdf64bac
DC
2712002-09-30 David Carlton <carlton@math.stanford.edu>
272
273 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
274 * ppc-sysv-tdep.c: #include "gdb_string.h".
275 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
276 pacify GCC.
277
54c2a1e6
AC
2782002-10-01 Andrew Cagney <ac131313@redhat.com>
279
280 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
281 "vrsave"'s register number.
282
cedea778
AC
2832002-09-30 Andrew Cagney <ac131313@redhat.com>
284
285 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
286 use frame_unwind_signed_register to obtain the PC.
287 (mips_frame_chain): Handle a generic dummy frame.
288 (mips_init_extra_frame_info): When a generic dummy frame, don't
289 re-compute the frame base.
290 (mips_pop_frame): Handle generic dummy frames.
291 (mips_gdbarch_init): When generic dummy frames, set
292 use_generic_dummy_frames, push_dummy_frame to
293 generic_push_dummy_frame, pc_in_call_dummy to
294 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
295 generic_save_dummy_frame_tos.
296
68315eb8
AC
2972002-09-30 Andrew Cagney <ac131313@redhat.com>
298
299 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
300 against TOP when TOP was explictly set.
301 (generic_push_dummy_frame): Set TOP to zero.
302
3b8630c3
EZ
3032002-09-30 Elena Zannoni <ezannoni@redhat.com>
304
305 * event-loop.c (start_event_loop): Rename variable 'result' to
306 'gdb_result', to avoid conflicts with upcoming intepreters changes.
307
28ee05e9
KS
3082002-09-30 Keith Seitz <keiths@redhat.com>
309
310 * gdb-events.sh (selected_thread_changed): New event.
311 * gdb-events.c: Regenerated.
312 * gdb-events.h: Regenerated.
313
6eecb1c8
HPN
3142002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
315
316 * MAINTAINERS: Add self to Write After Approval list.
317
92df71f0
FN
3182002-09-30 Fernando Nasser <fnasser@redhat.com>
319
3b8630c3
EZ
320 * disasm.c: New file.
321 * disasm.h: New file.
92df71f0
FN
322 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
323 (compare_lines): Ditto.
324 (dump_insns): Ditto.
3b8630c3
EZ
325 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
326 argument.
92df71f0 327 (do_assembly_only): Ditto.
3b8630c3
EZ
328 (do_disassembly): Renamed to gdb_disassembly and moved to
329 disasm.c. Sdded uiout argument.
330 * Makefile.in: Add new files. Reorder SFILES list. Update
331 dependencies. Include libgdb.a later in the insight executable.
92df71f0 332
0c22854d
AC
3332002-09-29 Andrew Cagney <ac131313@redhat.com>
334
335 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
336 bfd/elf64-alpha-fbsd.c.
337
e67f2023
AC
3382002-09-29 Andrew Cagney <ac131313@redhat.com>
339
340 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
341 i386gnu-tdep.c.
342
89396210
AC
3432002-09-29 Andrew Cagney <ac131313@redhat.com>
344
345 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
346 __FUNCTION__.
347 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
348 function name.
349 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
350 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
351 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
352 (S_msg_sig_post_reply): Ditto.
353
7079c36c
CV
3542002-09-28 Corinna Vinschen <vinschen@redhat.com>
355
89396210
AC
356 * sh-tdep.c (sh_use_struct_convention): Use definition according
357 to ABI.
7079c36c
CV
358 (sh_push_arguments): Store in register with correct endianess.
359 (sh_default_store_return_value): Ditto.
360 (sh_gdbarch_init): Set sizeof long double to 8.
361
975ac915
MK
3622002-09-27 Mark Kettenis <kettenis@gnu.org>
363
364 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
365 Fix some whitespace problems.
366
9bbe19fb
DC
3672002-09-27 David Carlton <carlton@math.stanford.edu>
368
369 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
370 (mcore-tdep.o): Ditto.
371 (ns32k-tdep.o): Ditto.
372 (ns32knbsd-tdep.o): Ditto.
373 (sh3-rom.o): Ditto.
374 (vax-tdep.o): Ditto.
375 * cris-tdep.c: #include "gdb_string.h"
376 * mcore-tdep.c: Ditto.
377 * ns32k-tdep.c: Ditto.
378 * ns32knbsd-tdep.c: Ditto.
379 * sh3-rom.c: Ditto.
380 * vax-tdep.c: Ditto.
381
43b2fdc7
DC
3822002-09-27 David Carlton <carlton@math.stanford.edu>
383
384 * config/djgpp/fnchange.lst: Add entries for
385 gdb/testsuite/gdb.c++/m-static files.
386
e8cfbbd9
JW
3872002-09-27 Jim Wilson <wilson@redhat.com>
388
389 * MAINTAINERS: Add myself to the Write After Approval list.
390
43b2fdc7 3912002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
392
393 * mips-tdep.c (find_proc_desc): Initialize startaddr.
394
395
9f3b7f07
AC
3962002-09-26 Andrew Cagney <ac131313@redhat.com>
397
398 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
399 frame.
400
11269d7e
AC
4012002-09-26 Andrew Cagney <ac131313@redhat.com>
402
403 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
404 (rs6000_struct_return_address): Delete variable.
405 (rs6000_store_struct_return): Update.
406 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
407 deprecated_extract_struct_value_address.
408 (rs6000_frame_align): New function.
409 (rs6000_gdbarch_init): Set frame_align.
410
f15ab4a7
AC
4112002-09-26 Andrew Cagney <ac131313@redhat.com>
412
413 From Grace Sainsbury <graces@redhat.com>:
414 * Makefile.in (gdbtk-main.o): New target.
415 (gdb.o): New target.
416 (main_h): Define.
417 (main.o): Update dependencies.
418 (gdb$(EXEEXT)): Add gdb.o.
419 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
420 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
421 (SUBDIR_GDBTK_CLEAN): Set.
422 (install-gdbtk): Install the insight binary.
423 (uninstall-gdbtk): New target.
424 (all-gdbtk, clean-gdbtk): New rule.
425 * top.c (use_windows): Default to zero.
426 * main.c: Include "main.h".
427 (main): Delete.
428 (struct captured_main_args): Delete.
429 (gdb_main): New function.
430 * main.h: New file.
431 * gdb.c: New File.
432
e36180d7
AC
4332002-09-25 Andrew Cagney <cagney@redhat.com>
434
435 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
436 (frame_map_regnum_to_name): New function.
437 (frame_map_name_to_regnum): New function.
438 * frame.h (frame_map_name_to_regnum): Declare.
439 (frame_map_regnum_to_name): Declare.
440 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
441 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
442 * parse.c: Do not include "builtin-regs.h".
443 (target_map_name_to_register): Delete function.
444 (write_dollar_variable): Use frame_map_name_to_regnum.
445 * parser-defs.h (target_map_name_to_register): Delete declaration.
446 * expprint.c: Include "frame.h".
447 (print_subexp): Use frame_map_regnum_to_name.
448 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
449 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
450
8b69000d
AC
4512002-09-25 Andrew Cagney <ac131313@redhat.com>
452
453 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
454 wasn't saved, and the next innermost frame is a dummy, return the
455 dummy frame's link register.
456
046ca86a
JB
4572002-09-24 Jim Blandy <jimb@redhat.com>
458
459 Fix from Paul Breed:
460 * main.c (captured_main): Add a `break' after the case for 'b'.
461
94b66fa7
KS
4622002-09-24 Keith Seitz <keiths@redhat.com>
463
464 * varobj.c (c_type_of_child): Use get_target_type instead
465 of TYPE_TARGET_TYPE.
466
c214a6fd
FN
4672002-09-22 Fernando Nasser <fnasser@redhat.com>
468
53cb0458
FN
469 * source.c (get_current_or_default_source_symtab_and_line): Remove
470 function.
471 (set_default_source_symtab_and_line): New function. Attempts to
472 determine a source file to list lines from if one is not currently
473 defined.
474 (get_current_source_symtab_and_line): Initialize sal.pc and
475 sal.end fields.
476 (set_current_source_symtab_and_line): Mark argument as const.
477 * source.h: Update declarations and comments.
478 * linespec.c (decode_line_1): Replace call to removed routine above.
479 * stack.c (print_frame_info_base): Ditto.
480 * cli/cli-cmds.c (edit_command): Ditto.
481 (list_command): Ditto.
482
4832002-09-22 Fernando Nasser <fnasser@redhat.com>
484
d6020d45 485 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 486 sal.pc and sal.end fields.
c214a6fd
FN
487 (get_current_or_default_source_symtab_and_line): Ditto.
488 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
489 so we do not cause a new source symtab to be searched for (reverting an
490 unintentional change from the 2002-09-20 patch).
491 * scm-lang.c (scm_unpac): Ditto.
492
cc3b68a5
AC
4932002-09-21 Andrew Cagney <cagney@redhat.com>
494
495 * complaints.c (symfile_explanations): Remove new-line from
496 ``isolated_message''.
497 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
498 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
499
5835abe7
NC
5002002-09-20 Nick Clifton <nickc@redhat.com>
501
502 * NEWS: Announce that V850EA ISA is no longer supported.
503 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
504
a15ef5f5
DC
5052002-09-20 David Carlton <carlton@math.stanford.edu>
506
06ba1b39
DC
507 * Makefile.in (c-lang.o): Correct dependencies.
508 (utils.o): Gather dependencies.
509 (charset.o): Move.
a15ef5f5
DC
510 * c-lang.c: #include "gdb_string.h"
511
87885426
FN
5122002-09-20 Fernando Nasser <fnasser@redhat.com>
513
514 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
515 * cli/cli-cmds.c (list_command): New function. Implements the new
516 cli edit command.
517 (_init_cli_cmds): Add new command definition.
518 * gdb.1: Document edit command.
519 * doc/gdb.texinfo: Document edit command.
520
5212002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
522
523 * source.c: Make global variables current_source_symtab and
524 current_source_line static.
525 (list_command): Moved to cli/cli-cmds.c.
526 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
527 (get_first_line_listed): New accessor function.
528 (get_lines_to_list): New accessor function.
529 (get_current_source_symtab_and_line): New function. Retrieves the
530 position in the source code that we consider current.
531 (get_current_or_default_source_symtab_and_line): New function.
532 Like the above but attempts to determine a default position if one
533 is not currently defined.
534 (set_current_source_symtab_and_line): New function. Sets the source
535 code position considered current and returns the previously set one.
536 (clear_current_source_symtab_and_line): Reset stored information about
537 a current source line.
538 (_initialize_source): Remove registration for the "list" command and
539 its alias.
540 * source.h: Add declarations for the new functions above.
541 * symtab.h: Remove declarations for the global variables mentioned
542 above.
543 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
544 obtain current source line.
545 * linespec.c (decode_line_1): Ditto.
546 * macroscope.c (default_macro_scope): Ditto.
547 * scm-lang.c (scm_unpac): Ditto.
548 * stack.c (print_frame_info_base): Ditto.
549 * symfile.c (clear_symtab_users): Ditto.
550 * symtab.c (decode_line_spec): Ditto.
551 * cli/cli-cmds.c (list_command): Moved here from source.c.
552 (ambiguous_line_spec): Moved here from source.c.
553 (_init_cli_cmds): Add definition for "list" and its alias.
554 * Makefile.in: Update dependencies.
555
ddd216ea
CV
5562002-09-20 Corinna Vinschen <vinschen@redhat.com>
557
558 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
559 with what gcc thinks is correct.
560
6d305052
CV
5612002-09-20 Corinna Vinschen <vinschen@redhat.com>
562
563 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
564 multiple register push instruction.
565
234b45d4
KB
5662002-09-19 Jim Blandy <jimb@redhat.com>
567
568 Add support for distinct host and target character sets.
569 * charset.c, charset.h: New files.
570 * c-exp.y: #include "charset.h".
571 (yylex): Convert character and string literals to the target
572 character set, before returning them as the semantic value of the
573 token.
574 * c-lang.c: #include "charset.h".
575 (c_emit_char): Use charset-specific methods to recognize
576 characters with backslash escape forms, to decide which characters
577 to print literally and which to print using numeric escape
578 sequences, and to convert target characters to host characters
579 before printing.
580 * utils.c: #include "charset.h".
581 (no_control_char_error): New function.
582 (parse_escape): Use charset-specific methods to recognize
583 backslash escapes, parse `control character' notation, and convert
584 characters from the host character set to the target character set.
585 * configure.in: Set the default host character set.
586 Check where to find iconv, and what its argument types might be.
587 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
588 * Makefile.in (SFILES): List charset.c.
589 (COMMON_OBS): List charset.o.
590 (charset.o): New rule.
591 (charset_h): New header dependency variable.
592 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
593 (LIBICONV): New variable, set by configure.
594 (CLIBS): Include $(LIBICONV) here.
595 * aclocal.m4, config.in, configure: Regenerated.
596
525d6a61
JB
5972002-09-19 Joel Brobecker <brobecker@gnat.com>
598
599 * ada-exp.y: Add missing semicolons to end rules. Fixes a
600 bison 1.35 warning.
601
3ed93867
RE
6022002-09-19 Richard Earnshaw <rearnsha@arm.com>
603
604 * gdb_mbuild.sh: New file.
605
437666f8
AC
6062002-09-19 Andrew Cagney <ac131313@redhat.com>
607
608 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
609
389e51db
AC
6102002-09-18 Andrew Cagney <ac131313@redhat.com>
611
612 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
613 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
614 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
615 valops.c, value.h: Revert previous change.
616
3b4efeaa
MS
6172002-09-18 Michael Snyder <msnyder@redhat.com>
618
619 Preliminary support for Objective-C:
620 * defs.h (language_objc): New enum value.
621 (puts_filtered_tabular): Declaration only, exported from utils.c.
622 (skip_quoted): Delete, declared in completer.h.
623 * c-exp.y: Include completer.h.
624 * p-exp.y: Ditto.
625 * jv-exp.y: Ditto.
626 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
627 New operator enum values.
628 * language.h (CAST_IS_CONVERSION): Test for language_objc.
629 * language.c (binop_result_type): Handle language_objc case.
630 (integral_type, character_type, string_type, boolean_type,
631 structured_type, binop_type_check): Ditto.
632 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
633 (struct objc_specific): Add to general_symbol_info.
634 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
635 (SYMBOL_DEMANGLED_NAME): Handle objc case.
636 * parser-defs.h (struct objc_class_str): New struct type.
637 (start_msglist, end_msglist, add_msglist): Declaration only,
638 exported from objc-lang.c.
639 * value.h (value_of_local, value_nsstring,
640 call_function_by_hand_expecting_type): Exported from valops.c.
641 * valops.c (find_function_addr): Export.
642 (call_function_by_hand_expecting_type): New function.
643 (value_of_local): New function.
644 * symfile.c (init_filename_language_table): Add ".m" extension
645 for Objective-C.
646 * utils.c (puts_filtered_tabular): New function.
647 (fprintf_symbol_filtered): Add objc demangling support (disabled).
648 (set/show demangle): Extend help-string to refer to ObjC.
649 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
650 * stabsread.c (symbol_reference_defined): Objective-C symbols
651 may contain colons: make allowances when scanning stabs strings
652 for colons.
653 (objc_find_colon): New function.
654 * printcmd.c (address_info): If language == objc then print
655 "self" instead of "this".
656 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
657 OP_NSSTRING, and OP_SELF.
658 (prefixify_subexp): Ditto.
659 * source.c (print_source_lines): Mention objc in comment.
660 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
661 method names.
662
b9caf505
AC
6632002-09-18 Andrew Cagney <ac131313@redhat.com>
664
665 * complaints.h: Update copyright.
666 (struct complaints): Declare.
667 (struct complaint): Make `message' constant.
668 (internal_complaint): Declare.
669 (complaint): Declare.
670 (complaint_root): Delete declaration.
671 (symfile_complaints): Delete declaration.
672 (struct complaints): Add opaque declaration.
673 (clear_complaints): Add a complaints parameter.
674 * complaints.c: Update copyright.
675 (enum complaint_series): Define.
676 (complaint_root): Delete.
677 (struct complaints): Define.
678 (complaint_sentinel, symfile_complaint_book): New variables.
679 (symfile_explanations, symfile_complaints): New variables.
680 New variables.
681 (get_complaints): New function.
682 (vcomplaint): New function.
683 (complaint): New function.
684 (internal_complaint): New function.
685 (complain): Call vcomplain with symfile_complaint.
686 (clear_complaints): Rewrite.
687 (_initialize_complaints): Use add_setshow_command.
688 * Makefile.in (complaints.o): Update dependencies.
689 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
690 to call to clear_complaints.
691 (new_symfile_objfile, reread_symbols): Ditto.
692 (oldsyms_complaint): Delete.
693 (empty_symtab_complaint, unknown_option_complaint): Delete.
694 (free_named_symtabs): Use complaint instead of complain.
695
d2e6263c
MS
6962002-09-18 Michael Snyder <msnyder@redhat.com>
697
5fb2031a
AC
698 Contributed by Apple Computer, Inc. Merged with current sources
699 by Adam Fedor <fedor@doc.com> [cagney].
700
d2e6263c
MS
701 * objc-lang.c: First clean-up round: comments, indentation.
702 * objc-lang.h: Ditto.
703 * objc-lang.y: Ditto.
704
dec43320
AC
7052002-09-18 Andrew Cagney <ac131313@redhat.com>
706
707 * maint.c (maintenance_internal_error): Print the parameter as the
708 error message.
709 (maintenance_internal_warning): New function.
710 (_initialize_maint_cmds): Add command `maint internal-warning'.
711
712 * defs.h (internal_warning, internal_vwarning): Declare.
713 * utils.c (struct internal_problem): Define.
714 (internal_vproblem): New function.
715 (internal_warning): New function.
716 (internal_vwarning): New function.
717 (internal_warning_problem, internal_error_problem): New variables.
718 (internal_verror): Just call internal_vproblem.
719
b81654f1
MS
7202002-09-18 Michael Snyder <msnyder@redhat.com>
721
722 * objc-lang.c: New file, support for Objective-C.
723 Preliminary check-in, not yet integrated into gdb.
724 * objc-lang.h: New file.
725 * objc-exp.y: New file.
726
0542c381
AC
7272002-09-18 Andrew Cagney <ac131313@redhat.com>
728
7bda5e4a
AC
729 * infrun.c (signal_stop_update): Convert definition to ISO C.
730 (signal_print_update): Ditto.
731 (signal_pass_update): Ditto.
732 * inflow.c (terminal_save_ours): Ditto.
733
5247b418
AC
734 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
735 comments.
736
fc60962c
AC
737 * config/djgpp/fnchange.lst: Handle name clashes between
738 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
739 bfd/coff-tic80.c.
740
0542c381
AC
741 * i386-linux-tdep.h: Fix tipo.
742
5b924b9b
AF
7432002-09-18 Adam Fedor <fedor@gnu.org>
744
745 * MAINTAINERS: Add myself to the Write After Approval list.
746
5afc051b
JB
7472002-09-18 Jim Blandy <jimb@redhat.com>
748
749 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
750 texthigh and textlow to reader-specific structs caused
751 objfile_relocate to miss them. This is fixable, but the work that
752 the change was supposed to prepare GDB for never got done anyway.
753
eb944380
DC
7542002-09-18 David Carlton <carlton@math.stanford.edu>
755
756 * MAINTAINERS: Alphabetize Write After Approval list.
757
948e66d9
DJ
7582002-09-18 Daniel Jacobowitz <drow@mvista.com>
759
760 Fix PR gdb/709
761 * values.c (value_static_field): Call read_var_value.
762
dc604539
AC
7632002-09-18 Andrew Cagney <ac131313@redhat.com>
764
765 * valops.c (hand_function_call): Align the initial stack pointer
766 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
767 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
768 return value.
769 * mips-tdep.c (mips_frame_align): New function.
770 (mips_gdbarch_init): Set frame_align.
771 * gdbarch.sh (FRAME_ALIGN): New method.
772 * gdbarch.h, gdbarch.c: Re-generate.
773
cb7e422f
ML
7742002-09-18 Michal Ludvig <mludvig@suse.cz>
775
776 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
777 registers.
778
a094c6fb
AC
7792002-09-17 Andrew Cagney <ac131313@redhat.com>
780
781 * NEWS: Mention that MIPS $fp behavior changed.
782 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
783 reference to FP_REGNUM.
784 (mipsnbsd_cannot_store_register): Ditto.
785 * mips-linux-nat.c: Update copyright.
786 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
787 (mips_linux_cannot_store_register): Ditto.
788 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
789 * config/mips/tm-mips.h: Update copyright.
790 (FP_REGNUM): Delete macro.
791 (MIPS_REGISTER_NAMES): Replace "fp" with "".
792 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
793 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
794 (mips_r3041_reg_names, mips_r3051_reg_names)
795 (mips_r3081_reg_names): Replace "fp" with "".
796 Fix PR gdb/480.
797
45cf40d1
TR
7982002-09-17 Theodore A. Roth <troth@verinet.com>
799
800 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
801 generic_read_register_dummy() (PR gdb/703).
802 (avr_push_return_address): #if 0 out unused vars.
803 (avr_gdbarch_init): Enable use of avr_push_return_address().
804
c7e701b5
MS
8052002-09-17 Michael Snyder <msnyder@redhat.com>
806
d76ba2a5 807 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
808 RTE will take care of it.
809
20bcf01c
AC
8102002-09-17 Andrew Cagney <ac131313@redhat.com>
811
812 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
813 invalid, return SP_REGNUM.
814
009a9971 8152002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
816
817 * mips-tdep.c (mips_pop_frame): Read saved values of floating
818 point registers without sign extension.
819
135c175f
AC
8202002-09-17 Andrew Cagney <cagney@redhat.com>
821
822 * blockframe.c (deprecated_read_register_dummy): Rename
823 generic_read_register_dummy.
824 * frame.c (frame_unwind_signed_register): New function.
825 (frame_unwind_unsigned_register): New function.
826 * frame.h (frame_unwind_signed_register): Declare.
827 (frame_unwind_unsigned_register): Declare.
828 (deprecated_read_register_dummy): Rename
829 generic_read_register_dummy.
830
831 * h8300-tdep.c (h8300_frame_chain): Update.
832 (h8300_frame_saved_pc): Update.
833 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
834 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
835 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
836 (s390_frame_chain): Update.
837 * v850-tdep.c (v850_find_callers_reg): Update.
838 (v850_frame_saved_pc): Update.
839 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
840 (m32r_find_callers_reg): Update.
841 (m32r_frame_saved_pc): Update.
842 * sh-tdep.c (sh_find_callers_reg): Update.
843 (sh64_get_saved_pr): Update.
844 (sh_init_extra_frame_info): Update.
845 (sh_init_extra_frame_info): Update.
846 (sh64_init_extra_frame_info): Update.
847 (sh64_init_extra_frame_info): Update.
848 * mcore-tdep.c (mcore_find_callers_reg): Update.
849 (mcore_frame_saved_pc): Update.
850 (mcore_init_extra_frame_info): Update.
851 * i386-tdep.c (i386_frame_saved_pc): Update.
852 * ia64-tdep.c (ia64_frame_saved_pc): Update.
853 (ia64_init_extra_frame_info): Update.
854 (ia64_init_extra_frame_info): Update.
855 * d10v-tdep.c (d10v_frame_saved_pc): Update.
856 * cris-tdep.c (cris_init_extra_frame_info): Update.
857 * avr-tdep.c (avr_frame_chain): Update.
858 (avr_init_extra_frame_info): Update.
859 (avr_frame_saved_pc): Update.
860 * arm-tdep.c (arm_find_callers_reg): Update.
861 (arm_init_extra_frame_info): Update.
862 (arm_frame_saved_pc): Update.
863
a741e514
TT
8642002-09-17 Tom Tromey <tromey@redhat.com>
865
866 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
867 is "'".
868
d1a8e808
CV
8692002-09-17 Corinna Vinschen <vinschen@redhat.com>
870
871 * MAINTAINERS: Remove "non multi-arched" text from h8300.
872 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
873 NEXT_PROLOGUE_INSN.
874 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
875 NEXT_PROLOGUE_INSN.
876
d9025a18
JB
8772002-09-16 Joel Brobecker <brobecker@gnat.com>
878
879 * osfsolib.c: Remove file, replaced by solib-osf.c.
880 * Makefile.in: Remove compilation rules for osfsolib.c.
881
1b2ef1b6
DC
8822002-09-16 David Carlton <carlton@math.stanford.edu>
883
884 * cp-valprint.c (cp_print_class_method): Correct args to
885 check_stub_method_group.
886
928e48af
CV
8872002-09-16 Corinna Vinschen <vinschen@redhat.com>
888
889 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
890 `set architecture'. Unify naming convention of functions.
891 (h8300_skip_prologue): Improve prologue analysis.
892 (h8300_push_arguments): Rewritten to more closely match GCC's
893 bizarre argument-passing behavior, along with the comment describing
894 said behavior.
895 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
896 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
897 sim, remote-e7000.c, remote-hms.c and remote.c
898
5e3397bb
MK
8992002-09-15 Mark Kettenis <kettenis@gnu.org>
900
901 * i386-tdep.c (gdb_print_insn_i386): Removed.
902 (i386_print_insn): New function.
903 (i386_gdbarch_init): Set print_insn to i386_print_insns.
904 (_initialize_i386_tdep): Don't initialize tm_print_insn and
905 tm_print_insn_info.
906
f710f4fc
MK
9072002-09-14 Mark Kettenis <kettenis@gnu.org>
908
909 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
910 zero.
911
db54fef4
CV
9122002-09-14 Corinna Vinschen <vinschen@redhat.com>
913
914 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
915 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
916 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
917
2becadee
CF
9182002-09-13 Christopher Faylor <cgf@redhat.com>
919
920 * win32-nat.c (child_create_inferior): Honor 'tty' command.
921
de17c821
DJ
9222002-09-13 Daniel Jacobowitz <drow@mvista.com>
923
924 * gdbtypes.c (check_stub_method): Make static.
925 (check_stub_method_group): New function.
926 * gdbtypes.h: Update prototypes.
927 * cp-support.c: New file.
928 * cp-support.h: New file.
929
930 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
931 (update_method_name_from_physname): New function.
932 (read_member_functions): Correct method names for operators
933 and v3 constructors/destructors. Separate v2 constructors and
934 destructors.
935 * Makefile.in (stabsread.o): Update dependencies.
936 (SFILES): Add cp-support.c.
937 (COMMON_OBS): Add cp-support.o.
938 (cp_support_h, cp-support.o): Add.
939
940 * cp-valprint.c (cp_print_class_method): Call
941 check_stub_method_group instead of check_stub_method. Remove
942 extraneous QUITs.
943 * p-valprint.c (pascal_object_print_class_method): Likewise.
944 * valops.c (search_struct_method): Likewise.
945 (find_method_list, value_struct_elt_for_reference): Likewise.
946
e76cff22
AC
9472002-09-13 Andrew Cagney <cagney@redhat.com>
948
949 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
950 * gdbarch.h, gdbarch.c: Regenerate.
951
905abb3f
AC
9522002-09-13 Andrew Cagney <ac131313@redhat.com>
953
954 * frame.c (find_saved_register): Delete function.
955 * frame.h (find_saved_register): Delete declaration.
956 Fix PR gdb/631.
957
64159455
AC
958Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
959
960 * mips-tdep.c (read_next_frame_reg): Re-hack using
961 frame_register_unwind.
962
795e1e11
AC
963Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
964
965 * mips-tdep.c (mips_get_saved_register): Re-hack using
966 frame_register_unwind.
967
5720643c
JB
9682002-09-12 Joel Brobecker <brobecker@gnat.com>
969
970 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
971 vector. Will be useful for Interix.
972 * gdbarch.h, gdbarch.c: Regenerate.
973
974 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
975 name of the malloc function by NAME_OF_MALLOC.
976
3bada2a2
JB
9772002-09-12 Joel Brobecker <brobecker@gnat.com>
978
979 * value.h (find_function_in_inferior): Add const keyword to
980 one of the parameters. Allows us to invoke this function with
981 a const char *.
982 * valops.c (find_function_in_inferior): Likewise.
983
3db26b01
JB
9842002-09-12 Joel Brobecker <brobecker@gnat.com>
985
986 * exec.c (xfer_memory): Fix compilation warning with old versions
987 of GCC.
988 * tracepoint.c (trace_find_tracepoint_command): Likewise.
989
17c5ed2c
DC
9902002-09-12 David Carlton <carlton@math.stanford.edu>
991
992 * symtab.h: Run through gdb_indent.h.
993 Add 2002 to Copyright year list.
994
ecd1107e
AM
9952002-09-12 Alan Modra <amodra@bigpond.net.au>
996
997 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
998 mach constants.
999 * MAINTAINERS: Add myself to write after approval list.
1000
e64f66d1
JB
10012002-09-11 J. Brobecker <brobecker@gnat.com>
1002
1003 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1004
f9395794
JB
10052002-09-11 J. Brobecker <brobecker@gnat.com>
1006
1007 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1008 Interix.
1009
1a303dec
MS
10102002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1011
1012 * procfs.c (do_detach): Clear current signal, not just fault.
1013 Corrects problem with breakpoint trap signal leaking to detached
1014 process on Tru64.
1015
c0219d42
MS
10162002-09-10 Michael Snyder <msnyder@redhat.com>
1017
1018 * buildsym.c (finish_block): Protect against null pointer.
1019
9d84ac84
AC
10202002-09-10 Andrew Cagney <cagney@redhat.com>
1021
1022 * infcmd.c (default_print_registers_info): Send all output to
1023 ``file'' instead of ``gdb_stdout''.
1024
77d8f2b4
MS
10252002-09-10 Michael Snyder <msnyder@redhat.com>
1026
1027 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1028 LONGEST, and use signed register read (addresses are sign-
1029 extended for mips).
1030
99656a61
SC
10312002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1032
1033 * event-loop.c (gdb_do_one_event): Make public.
1034 * event-loop.h (gdb_do_one_event): Declare.
1035
da12f4d8
JL
10362002-09-10 Jeff Law <law@redhat.com>
1037
1038 * infttrace.c (child_resume): Simplify and rework to avoid
1039 TT_PROC_CONTINUE.
1040
d0aee0c4
FF
10412002-09-09 Fred Fish <fnf@intrinsity.com>
1042
1043 * printcmd.c (print_scalar_formatted): "len" is the number of
1044 target bytes, NOT the number of target bits.
1045
7cb3ec5e
EZ
10462002-09-09 Elena Zannoni <ezannoni@redhat.com>
1047
1048 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1049 * top.c (init_main): Set rl_terminal_name.
1050
4dc81987
AS
10512002-09-08 Aidan Skinner <aidan@velvet.net>
1052
1053 * ada-lang.c (ada_array_bound, ada_type_match,
1054 _initialize_ada_language): Fix K&R definitions.
1055 * ada-tasks.c (get_current_task): Fix K&R definitions.
1056 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1057
842330b4
CF
10582002-09-07 Christopher Faylor <cgf@redhat.com>
1059
1060 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1061 Add XP.
1062
43156d82
MK
10632002-09-06 Mark Kettenis <kettenis@gnu.org>
1064
66da5fd8
MK
1065 * i386-tdep.c (i386_register_virtual_type,
1066 i386_register_convertible, i386_register_convert_to_virtual,
1067 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1068 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1069 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1070 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1071 Don't set push_arguments twice.
1072
4b218c18
MK
1073 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1074 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1075 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1076 sigtramp_end to NULL.
1077 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1078 defines.
1079 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1080
4cc314d5
MK
1081 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1082 whitespace.
1083
43156d82
MK
1084 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1085 * gdbarch.h, gdbarch.c: Re-generate.
1086 * blockframe.c (find_pc_sect_partial_function): Convert to use
1087 SIGTRAMP_START_P predicate.
1088
6672060b
MS
10892002-09-05 Michael Snyder <msnyder@redhat.com>
1090
a90c3637
MS
1091 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1092 generic_dummy_frame method and old method. Also distinguish
1093 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1094 (arm_extract_return_value): Use new regcache method.
a90c3637 1095
6672060b
MS
1096 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1097 adjustment that doesn't conform to the ABI.
1098 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1099 saved regcache, not from current regcache.
1100
299ffc64
AC
11012002-09-05 Andrew Cagney <ac131313@redhat.com>
1102
1103 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1104 * README: Update.
1105
a3a2ee65
JT
11062002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1107
1108 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1109 if arm_apcs_32 is false.
1110
2bc7eea9
AC
11112002-09-04 Andrew Cagney <ac131313@redhat.com>
1112
1113 GDB 5.3 branch created.
1114
8a55a7c5
TR
11152002-09-03 Theodore A. Roth <troth@verinet.com>
1116
1117 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1118 generic_unwind_get_saved_register.
1119
e26fb1d7
DC
11202002-09-03 David Carlton <carlton@math.stanford.edu>
1121
1122 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1123 argument (PR gdb/653). Update call to smash_to_method_type.
1124 (read_structure_scope): Update call to dwarf2_add_member_fn.
1125
30d52491
ML
11262002-09-03 Michal Ludvig <mludvig@suse.cz>
1127
1128 * x86-64-linux-tdep.c: Include gdb_string.h
1129 * x86-64-linux-nat.c: Ditto.
1130
06891d83
JT
11312002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1132
1133 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1134 when YYDEBUG is set to 1.
1135 * c-exp.y: Likewise.
1136 * f-exp.y: Likewise.
1137 * jv-exp.y: Likewise.
1138 * m2-exp.y: Likewise.
1139 * p-exp.y: Likewise.
1140
7d400e77
JT
11412002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1142
1143 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1144 dependency list.
1145 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1146 solib_svr4_fetch_link_map_offsets to
1147 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1148 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1149 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1150 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1151 solib-svr4.o, and solib-legacy.o.
1152 * config/i386/tm-nbsd.h: Include solib.h.
1153
704a27c4
JT
11542002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1155
1156 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1157 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1158 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1159 comment noting that this needs its own target configuration.
1160 * config/i386/nbsd.mt: New file.
1161 * config/i386/nbsdaout.mt: Remove.
1162 * config/i386/nbsdelf.mt: Ditto.
1163 * config/i386/tm-nbsdaout.h: Ditto.
1164
d66198e1
JT
11652002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1166
1167 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1168 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1169 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1170 tdep->sigtramp_end.
1171 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1172 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1173 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1174
3cac699e
JT
11752002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1176
1177 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1178 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1179 * i386-tdep.h (i386bsd_init_abi): New prototype.
1180 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1181 function declaration.
1182 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1183 for NetBSD-a.out or NetBSD-ELF.
1184 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1185 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1186 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1187 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1188 and nbsd-tdep.h.
1189 (i386nbsd_pc_in_sigtramp): New function.
1190 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1191 i386nbsd_pc_in_sigtramp.
1192 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1193 and i386nbsdelf_init_abi OS ABI handlers.
1194 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1195 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1196
7010ca0a
MK
11972002-09-02 Mark Kettenis <kettenis@gnu.org>
1198
1199 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1200 registers if the target really has them.
1201
6dd93b72
JT
12022002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1203
1204 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1205 than nbsd-tdep.h.
1206
2ca8ae21
JT
12072002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1208
1209 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1210 list.
1211 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1212 (alphanbsd_skip_sigtramp_frame): New functions.
1213 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1214 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1215 to alphanbsd_sigcontext_addr.
1216
3d9b49b0
JT
12172002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1218
1219 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1220 list.
1221 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1222 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1223 nbsd_pc_in_sigtramp.
1224 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1225 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1226 * nbsd-tdep.c: Include gdb_string.h.
1227 (nbsd_pc_in_sigtramp): New function.
1228 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1229 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1230 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1231 ppcnbsd_pc_in_sigtramp.
1232 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1233 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1234 shnbsd_pc_in_sigtramp.
1235 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1236 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1237 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1238
c860120c
PM
12392002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1240
1241 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1242 watchpoints to NULL.
1243 (insert_breakpoints): set val field of watchpoints if NULL.
1244
1245
c7612d53
JB
12462002-08-29 Jim Blandy <jimb@redhat.com>
1247
1248 * symtab.c (lookup_symbol_aux): In the cases where we find a
1249 minimal symbol of an appropriate name and use its address to
1250 select a symtab to read and search, use `name' (as passed to us)
1251 as the demangled name when searching the symtab's global and
1252 static blocks, not the minsym's name.
1253
66609862
KS
12542002-08-29 Keith Seitz <keiths@redhat.com>
1255
1256 * stack.c (print_frame_info_base): Always set current_source_symtab
1257 and current_source_line.
1258
151fefe2
JB
12592002-08-29 Donn Terry <donnte@microsoft.com>
1260
1261 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1262
bfb3754e
KS
12632002-08-28 Keith Seitz <keiths@redhat.com>
1264
1265 * stack.c (select_frame): Add FIXME concerning selected-frame
1266 events.
1267 (select_frame_command): Send selected-frame-level-changed
1268 event notification, but only if the level actually changed.
1269 (up_silently_base): Add selected-frame-level-changed event
1270 notification.
1271 (down_silently_base): Likewise.
1272
e822a2a0
AC
12732002-08-28 Andrew Cagney <ac131313@redhat.com>
1274
1275 * Makefile.in: Update dependencies for all gdb/*.c files.
1276
309367d4
TT
12772002-08-27 Tom Tromey <tromey@redhat.com>
1278
1279 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1280 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1281 Update dependencies.
1282 * i387-tdep.c: Include gdb_string.h.
1283 * osabi.c: Likewise.
1284 * i386-linux-nat.c: Likewise.
1285 * lin-lwp.c: Likewise.
1286 * ax-gdb.c: Likewise.
1287 * signals/signals.c: Likewise.
1288 * jv-valprint.c: Likewise.
1289 * p-lang.c: Likewise.
1290 * c-valprint.c: Likewise.
1291 * cp-abi.c: Likewise.
1292
e1507482
EZ
12932002-08-27 Elena Zannoni <ezannoni@redhat.com>
1294
1295 * cli/cli-script.h (copy_command_lines): Export.
1296 * breakpoint.c: Include cli/cli-script.h.
1297 * Makefile.in (breakpoint.o): Update dependencies.
1298
c6510018
MS
12992002-08-26 Michael Snyder <msnyder@redhat.com>
1300
1301 * breakpoint.c (insert_breakpoints): Protect all references
1302 to 'process_warning'. Shorten long lines.
1303
c2b8ed2c
MS
13042002-08-26 Joel Brobecker <brobecker@gnat.com>
1305
1306 * cli/cli-script.c (copy_command_lines): New function.
1307 * defs.h (copy_command_lines): Export.
1308 * testsuite/gdb.base/commands.exp: New tests for commands
1309 attached to a temporary breakpoint, and for commands that
1310 delete the breakpoint they are attached to.
1311
13122002-08-26 Michael Snyder <msnyder@redhat.com>
1313
1314 * breakpoint.c (bpstat_stop_status): Instead of copying the
1315 pointer to the breakpoint commands struct, make a new copy
1316 of the struct and point to that.
1317 (bpstat_clear): Free the commands struct.
1318 (bpstat_clear_actions): Free the commands struct.
1319 (bpstat_do_actions): Free the command actions. Also execute
1320 the local cleanups, instead of deleting them.
1321 (delete_breakpoint): Leave the commands field of the bpstat
1322 chain alone -- it will be freed later.
1323
64b84175
KB
13242002-08-26 Kevin Buettner <kevinb@redhat.com>
1325
1326 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1327 deleted in 2002-08-20 commit. This function is still used by
1328 ppc-linux-nat.c.
1329
55970da6
KS
13302002-08-26 Keith Seitz <keiths@redhat.com>
1331
1332 * gdb-events.sh: Add selected-frame-level-changed event.
1333 * gdb-events.c: Regenerated.
1334 * gdb-events.h: Regenerated.
1335
a790ad35
SC
13362002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1337
1338 Fix PR gdb/393:
1339 * inflow.c (terminal_save_ours): New function to save terminal
1340 settings.
1341 * inferior.h (terminal_save_ours): Declare.
1342 * target.c (debug_to_terminal_save_ours): New function.
1343 (cleanup_target): Defaults to_terminal_save_ours.
1344 (update_current_target): Inherit to_terminal_save_ours.
1345 (setup_target_debug): Set to_terminal_save_ours.
1346 * target.h (target_terminal_save_ours): New to save terminal settings.
1347 (target_ops): New member to_terminal_save_ours.
1348 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1349 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1350 * inftarg.c (init_child_ops): Likewise.
1351 * m3-nat.c (init_m3_ops): Likewise.
1352 * procfs.c (init_procfs_ops): Likewise.
1353 * wince.c (init_child_ops): Likewise.
1354 * win32-nat.c (init_child_ops): Likewise.
1355 * sol-thread.c (init_sol_thread_ops): Likewise.
1356
c00dcbe9
MK
13572002-08-26 Mark Kettenis <kettenis@gnu.org>
1358
3d7f4f49
MK
1359 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1360 use regcache_* functions.
1361 (i386_gdbarch_init): Set store_return_value instead of
1362 deprecated_store_return_value.
1363
c00dcbe9
MK
1364 * regcache.c (regcache_raw_write_signed,
1365 regcache_raw_write_unsigned): New functions.
1366 * regcache.h (regcache_raw_write_signed,
1367 regcache_raw_write_unsigned): New prototypes.
1368
0e0d15ca
AC
13692002-08-25 Andrew Cagney <ac131313@redhat.com>
1370
1371 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1372 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1373 source file dependencies. Cleanup corresponding generator rules.
1374
d3b22ed5
AC
13752002-08-25 Andrew Cagney <ac131313@redhat.com>
1376
1377 * regcache.h (register_offset_hack): Declare.
1378 (regcache_cooked_read_using_offset_hack): Declare.
1379 (regcache_cooked_write_using_offset_hack): Declare.
1380
1381 * regcache.c (register_offset_hack): New function.
1382 (regcache_cooked_read_using_offset_hack): New function.
1383 (regcache_cooked_write_using_offset_hack): New function.
1384 (regcache_dump): Check that the registers, according to their
1385 offset, are packed hard against each other.
1386 (cooked_xfer_using_offset_hack): New function.
1387
bb425013
AC
13882002-08-25 Andrew Cagney <ac131313@redhat.com>
1389
1390 * regcache.c (struct regcache_descr): Add field register_type.
1391 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1392 in as a parameter
1393 (init_regcache_descr): Initialize register_type. Pass the descr
1394 to init_legacy_regcache_descr. Use register_type instead of
1395 REGISTER_VIRTUAL_TYPE.
1396 (register_type): New function.
1397 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1398 * regcache.h (register_type): Declare.
1399
d0403e00
AC
14002002-08-25 Andrew Cagney <ac131313@redhat.com>
1401
1402 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1403 instead of deprecated_store_return_value. Fix fallout from
1404 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1405
0ed04cce
AC
14062002-08-25 Andrew Cagney <ac131313@redhat.com>
1407
1408 * regcache.c (max_register_size): New function.
1409 (init_legacy_regcache_descr): Ensure that max_register_size is
1410 large enough for REGISTER_VIRTUAL_SIZE.
1411 * regcache.h (max_register_size): Declare.
1412
46d79c04
AC
14132002-08-24 Andrew Cagney <ac131313@redhat.com>
1414
1415 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1416 store_return_value.
1417 (e500_extract_return_value): Change type of valbuf pointer to
1418 void.
1419
853c7bd0
MK
14202002-08-24 Mark Kettenis <kettenis@gnu.org>
1421
cd87e769
MK
1422 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1423 workaround.
1424
853c7bd0
MK
1425 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1426 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1427 long long) to prevent compiler warning on 64-bit systems.
1428
ebba8386
AC
14292002-08-23 Andrew Cagney <cagney@redhat.com>
1430
1431 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1432 (DEPRECATED_STORE_RETURN_VALUE): New method.
1433 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1434 * gdbarch.h, gdbarch.c: Re-generate.
1435
1436 * values.c (set_return_value): Pass current_regcache to
1437 STORE_RETURN_VALUE.
1438 * arch-utils.h (legacy_store_return_value): Declare.
1439 * arch-utils.c (legacy_store_return_value): New function.
1440 (legacy_extract_return_value): Update parameters.
1441
1442 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1443 STORE_RETURN_VALUE.
1444 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1445 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1446 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1447 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1448 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1449 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1450 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1451 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1452 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1453 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1454
1455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1456 * i386-tdep.c (i386_extract_return_value): Update.
1457 * arch-utils.c (legacy_extract_return_value): Update.
1458 * frv-tdep.c (frv_gdbarch_init): Update.
1459 * cris-tdep.c (cris_gdbarch_init): Update.
1460 * d10v-tdep.c (d10v_gdbarch_init): Update.
1461 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1462 * m68k-tdep.c (m68k_gdbarch_init): Update.
1463 * mcore-tdep.c (mcore_gdbarch_init): Update.
1464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1465 * s390-tdep.c (s390_gdbarch_init): Update.
1466 * sparc-tdep.c (sparc_gdbarch_init): Update.
1467 * sh-tdep.c (sh_gdbarch_init): Update.
1468 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1469 * v850-tdep.c (v850_gdbarch_init): Update.
1470 * avr-tdep.c (avr_gdbarch_init): Update.
1471 * ia64-tdep.c (ia64_gdbarch_init): Update.
1472 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1473 * vax-tdep.c (vax_gdbarch_init): Update.
1474 * alpha-tdep.c (alpha_gdbarch_init): Update.
1475 * arm-tdep.c (arm_gdbarch_init): Update.
1476 * mips-tdep.c (mips_gdbarch_init): Update.
1477 * i386-tdep.c (i386_gdbarch_init): Update.
1478
5bd8c6d0
AC
14792002-08-23 Andrew Cagney <ac131313@redhat.com>
1480
1481 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1482 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1483
e73e1724
MK
14842002-08-24 Mark Kettenis <kettenis@gnu.org>
1485
1486 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1487 problems.
1488
3e6564e1
JB
14892002-08-23 Joel Brobecker <brobecker@gnat.com>
1490
1491 * infrun.c (handle_inferior_event): Move a comment outside of a
1492 function call, in order to avoid indent reformatting this part
1493 of the code in an unreadable way.
1494
81d0cc19
GS
14952002-08-23 Grace Sainsbury <graces@redhat.com>
1496
1497 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1498 when breakpoints fail. Move general breakpoint error messages to
1499 insert_breakpoints.
1500 * breakpoint.c (insert_breakpoints): Change warnings when
1501 breakpoints are nto inserted to specify the type. Remove call to
1502 memory_error when hardware breakpoints can't be inserted. Remove
1503 multiple calls to warning so all messages are sent to the user at
1504 once.
1505 (delete_breakpoints): Make insert error messsages more explicit.
1506
17574093
DJ
15072002-08-23 Daniel Jacobowitz <drow@mvista.com>
1508
1509 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1510 gdbserver/ChangeLog.
1511
8acc2935
MK
15122002-08-23 Mark Kettenis <kettenis@gnu.org>
1513
dfe01d39
MK
1514 * i386-tdep.c: Include "objfiles.h".
1515 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1516 skip_trampoline_code.
1517 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1518 (CPLUS_MARKER): Define to '.'.
1519
8acc2935
MK
1520 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1521 member.
1522 (linux_corefile_thread_callback): Increase args->num_notes.
1523 (linux_make_note_section): Initialize thread_args.num_notes, and
1524 use it to determine whether notes for any threads were created.
1525
151fefe2 15262002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1527
1528 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1529 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1530 and PCUNKILL.
1531 (write_with_trace): Conditionalize out the switch branch handling
1532 PCSHOLD if the corresponding macro is not defined. Likewise for
1533 PRSABORT and PRSTOP.
1534 This change will be needed by the Interix port.
1535
e1507482
EZ
15362002-08-22 Elena Zannoni <ezannoni@redhat.com>
1537
1538 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1539 write_register wherever possible instead of manipulating the
1540 register bytes directly.
1541 Assign VALUE_CONTENTS to a variable and use that.
1542 The GPR numbers are now dependent on the architecture.
1543
96ff0de4
EZ
15442002-08-22 Elena Zannoni <ezannoni@redhat.com>
1545
1546 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1547 ev_offset fields.
1548 (skip_prologue): Add support for BookE/e500 instructions.
1549 (e500_extract_return_value): New function.
1550 (frame_get_saved_regs): Add support for saving ev registers and
1551 pseudo gpr's.
1552 (e500_store_return_value): New function.
1553 (rs6000_gdbarch_init): Move up default intializations of
1554 deprecated_extract_return_value and store_return_value. Overwrite
1555 init of store_return_value with e500 specific version.
1556 Set extract_return_value for e500.
1557
fbefca5b
EZ
15582002-08-22 Elena Zannoni <ezannoni@redhat.com>
1559
1560 * blockframe.c (generic_call_dummy_register_unwind): Use
1561 regcache_cooked_read to catch cases in which the variable is
1562 stored in a pseudo register.
1563
4d210288
AC
15642002-08-22 Andrew Cagney <cagney@redhat.com>
1565
1566 * NEWS: Mention that the i960 has been made obsolete.
1567 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1568 i960-tdep.c
1569 (remote-nrom.o): Obsolete target.
1570 (remote-nindy.o, i960-tdep.o): Ditto.
1571 * remote-nrom.c: Make file obsolete.
1572 * remote-nindy.c, remote-vx960.c: Ditto.
1573 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1574 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1575 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1576 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1577 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1578 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1579 i960-*-vxworks* obsolete.
1580 * MAINTAINERS: Note that the i960 is obsolete.
1581
6c0c456d
CV
15822002-08-21 Corinna Vinschen <vinschen@redhat.com
1583
1584 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1585 detach to allow reinitialization.
1586
9f9d12b3
AC
15872002-08-22 Andrew Cagney <ac131313@redhat.com>
1588
1589 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1590 attempt).
1591
ebeb39fe
JB
15922002-08-22 Jim Blandy <jimb@redhat.com>
1593
1594 * coffread.c (coff_symfile_read): Don't try to read the line
1595 number table from disk if the image file doesn't have a symbol
1596 table; we'll never actually look at the info anyway, and Windows
1597 ships DLL's with bogus file offsets for the line number data.
1598
5bf1c677
EZ
15992002-08-21 Elena Zannoni <ezannoni@redhat.com>
1600
1601 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1602 an e500 executable.
1603
71b8ef93
MS
16042002-08-21 Michael Snyder <msnyder@redhat.com>
1605
1606 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1607 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1608 (DEFAULT_MIPS_TYPE): Delete unused macro.
1609 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1610 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1611
d174216d
JB
16122002-08-21 Jim Blandy <jimb@redhat.com>
1613
1614 * valops.c (value_cast): Simplify and correct logic for doing a
1615 static cast from a pointer to a base class to a pointer to a
1616 derived class.
1617
0ab7a791
AC
16182002-08-21 Andrew Cagney <ac131313@redhat.com>
1619
1620 * infcmd.c (default_print_registers_info): Replace
1621 do_registers_info.
1622 (registers_info): Use gdbarch_print_registers_info instead of
1623 DO_REGISTERS_INFO.
1624 * inferior.h (default_print_registers_info): Replace
1625 do_registers_info.
1626 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1627 (DO_REGISTERS_INFO): Change to a predicate function.
1628 * gdbarch.h, gdbarch.c: Regenerate.
1629
e23792cc
KS
16302002-08-21 Keith Seitz <keiths@redhat.com>
1631
1632 * gdb-events.sh: Add target-changed event.
1633 * gdb-events.c: Regenerated.
1634 * gdb-events.c: Regenerated.
1635 * valops.c (value_assign): Add target-changed event notification
1636 to inlval_register, lval_memory, and lval_reg_frame_relative.
1637
9fb14e79
JB
16382002-08-21 Joel Brobecker <brobecker@gnat.com>
1639
1640 * NEWS: Add an entry regarding the improvement of the next/step
1641 operation on Alpha Tru64 multi-processor machines.
1642
6d39a69f
AC
16432002-08-21 Andrew Cagney <ac131313@redhat.com>
1644
72acd513
AC
1645 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1646 directores.
342af04b 1647 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1648 * Makefile.in (install-gdbtk): Move to install section.
1649 (rdi-share/libangsd.a): Move to end of file.
1650
fa5f27c7
AC
16512002-08-19 Andrew Cagney <ac131313@redhat.com>
1652
1653 * frame.c (frame_register_unwind): When a register, set addrp to
1654 the register's byte.
1655
5a89d8aa
MS
16562002-08-20 Michael Snyder <msnyder@redhat.com>
1657
1658 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1659 used locally, so move them from the target machine header to here.
1660 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1661 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1662 Make static.
1663 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1664
822e978b
AC
16652002-08-20 Andrew Cagney <cagney@redhat.com>
1666
1667 * NEWS: Mention that the Apollo line was made obsolete.
1668 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1669 m68*-hp-hpux* obsolete.
1670 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1671 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1672 * buildsym.c (make_blockvector): Make static.
1673 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1674 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1675 (ALLDEPFILES): Remove dstread.c.
1676 (dstread.o): Obsolete make rule.
1677 * dstread.c: Makefile obsolete.
1678 * dst.h: Ditto.
1679 * config/m68k/hp300hpux.mt: Ditto.
1680 * config/m68k/hp300hpux.mh: Ditto.
1681 * config/m68k/hp300bsd.mt: Ditto.
1682 * config/m68k/hp300bsd.mh: Ditto.
1683 * config/m68k/apollo68b.mt: Ditto.
1684 * config/m68k/apollo68v.mh: Ditto.
1685 * config/m68k/apollo68b.mh: Ditto.
1686
e41b17f0
MS
16872002-08-20 Michael Snyder <msnyder@redhat.com>
1688
1689 * mips-tdep.c (mips_in_return_stub): Make static.
1690 (mips_gdbarch_init): Set in_solib_return_trampoline.
1691 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1692
d50355b6
MS
16932002-08-20 Michael Snyder <msnyder@redhat.com>
1694
1695 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1696 * gdbarch.c, gdbarch.h: Regenerate.
1697 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1698 Add.
1699 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1700
757a7cc6
MS
17012002-08-20 Michael Snyder <msnyder@redhat.com>
1702
1703 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1704 (mips_gdbarch_init): Set skip_trampoline_code,
1705 in_solib_call_trampoline.
1706 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1707 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1708
c8001721
EZ
17092002-08-20 Elena Zannoni <ezannoni@redhat.com>
1710
1711 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1712
1713 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1714 vector type for ev registers.
1715 (e500_pseudo_register_read): New function.
1716 (e500_pseudo_register_write): New function.
1717 (e500_dwarf2_reg_to_regnum): New function.
1718 (PPC_UISA_NOFP_SPRS): New macro.
1719 (PPC_EV_REGS): New macro.
1720 (PPC_GPRS_PSEUDO_REGS): New macro.
1721 (registers_e500): New register set for e500.
1722 (variants): Add e500 variant.
1723 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1724 before setting architectural dependent variations. Initialize ev
1725 registers numbers. Add case for e500 architecture. Set the
1726 number of pseudo registers.
1727
64366f1c
EZ
17282002-08-20 Elena Zannoni <ezannoni@redhat.com>
1729
1730 * rs6000-tdep.c: Clean up comments.
1731
7e78f0ca
AC
17322002-08-20 Andrew Cagney <cagney@redhat.com>
1733
1734 * h8300-tdep.c: Re-indent file.
1735
697f7479
JB
17362002-08-20 Jim Blandy <jimb@redhat.com>
1737
1738 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1739 default for this.
697f7479 1740
e86ae29f
KS
17412002-08-20 Keith Seitz <keiths@redhat.com>
1742
1743 * breakpoints.c (watch_command_1): Use internal breakpoint
1744 when setting a watchpoint_scope breakpoint.
1745
216b504f
EZ
17462002-08-20 Elena Zannoni <ezannoni@redhat.com>
1747
1748 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1749 (build_builtin_type_vec64i): Ditto.
1750 (build_builtin_type_vec128): Ditto.
1751 (build_builtin_type_vec128i): Ditto.
1752
f7ab6ec6
MS
17532002-08-19 Michael Snyder <msnyder@redhat.com>
1754
1755 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1756 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1757 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1758 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1759 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1760 CALL_DUMMY_ADDRESS): Delete.
1761 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1762 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1763 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1764 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1765 push_return_address.
1766 (mips_register_raw_size, mips_eabi_use_struct_convention,
1767 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1768 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1769 mips_init_extra_frame_info, mips_eabi_push_arguments,
1770 mips_n32n64_push_arguments, mips_push_return_address,
1771 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1772 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1773
b5d1566e
MS
17742002-08-19 Michael Snyder <msnyder@redhat.com>
1775
1776 * mips-tdep.c (mips_frame_num_args): New function.
1777 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1778 frame_saved_pc, frame_args_address, frame_locals_address,
1779 frame_num_args, and frame_args_skip.
1780 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1781 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1782 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1783 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1784
2f1488ce
MS
17852002-08-20 Michael Snyder <msnyder@redhat.com>
1786
1787 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1788 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1789 * mips-tdep.c (mips_store_struct_return): New function.
1790 (mips_extract_struct_value_address): New function.
1791 (mips_gdbarch_init): Set store_struct_return and
1792 extract_struct_value_address.
1793
41ff2da1
DC
17942002-08-20 David Carlton <carlton@math.stanford.edu>
1795
1796 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1797 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1798 (read_file_scope): Check that line_header is nonzero before
1799 decoding macro information.
1800
e5451d58
MK
18012002-08-20 Mark Kettenis <kettenis@gnu.org>
1802
1803 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1804 flag the general-purpose registers as floating-point on targets
1805 that don't support the floating-point registers.
1806
4a6daafa
EZ
18072002-08-20 Elena Zannoni <ezannoni@redhat.com>
1808
1809 * rs6000-tdep.c (altivec_register_p): Delete.
1810 (rs6000_do_altivec_registers): Delete.
1811 (rs6000_altivec_registers_info): Delete.
1812 (rs6000_do_registers_info): Delete.
1813 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1814 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1815
ab4327e0
EZ
18162002-08-20 Elena Zannoni <ezannoni@redhat.com>
1817
1818 * infcmd.c (do_registers_info): Print vector registers in hex
1819 format only.
1820 (print_vector_info): Check that printing registers
1821 makes sense.
1822 (print_float_info): Ditto.
1823
cb1d2653
AC
18242002-08-20 Andrew Cagney <ac131313@redhat.com>
1825
1826 * mips-tdep.c (mips_gdbarch_init): Update.
1827 (mips_o32_extract_return_value): Rewrite.
1828 (mips_o32_store_return_value): Rewrite.
1829 (mips_o32_xfer_return_value): New function.
1830 (mips_xfer_register): Tweak debug print message. Allow for
1831 buf_offset when dumping the value transfered.
1832
dfc3d9b2
AC
18332002-08-20 Andrew Cagney <ac131313@redhat.com>
1834
1835 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1836 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1837 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1838 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1839 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1840
7807aa61
MS
18412002-08-14 Michael Snyder <msnyder@redhat.com>
1842
1843 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1844
489461e2
EZ
18452002-08-19 Elena Zannoni <ezannoni@redhat.com>
1846
1847 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1848 register.
1849 (P): New macro to define a register as a pseudo register.
1850 (R, R4, R8, R16, FR32, R64, R0): Updated.
1851 (struct variant): Add new fields for number of pseudo registers
1852 and number of total registers.
1853 (tot_num_registers): New macro replacing....
1854 (num_registers): ...deleted macro.
1855 (num_registers): New function.
1856 (num_pseudo_registers): New function.
1857 (variants): Update all variants to intialize new fields correctly.
1858 Postpone initialization of number of pseudo regs and real regs.
1859 (init_variants): New function.
1860 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1861 registers offsets.
1862
fcaffe4c
DC
18632002-08-19 David Carlton <carlton@math.stanford.edu>
1864
2c2738a0
DC
1865 * valops.c (search_struct_field): Change error message to treat
1866 return value of 0 from value_static_field as meaning that field is
1867 optimized out.
1868 (value_struct_elt_for_reference): Ditto.
1869 * values.c (value_static_field): Treat an unresolved location the
1870 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1871 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1872 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1873 * MAINTAINERS: Add self to Write After Approval list.
1874
88658117
AC
18752002-08-19 Andrew Cagney <ac131313@redhat.com>
1876
1877 * mips-tdep.c (mips_xfer_register): New function.
1878 (mips_n32n64_extract_return_value): Rewrite.
1879 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1880 instead of deprecated_extract_return_value.
1881
21283beb
EZ
18822002-08-19 Elena Zannoni <ezannoni@redhat.com>
1883
1884 * rs6000-tdep.c (TDEP): Delete macro.
1885 (branch_dest): Replace use of TDEP macro with its body.
1886 (rs6000_pop_frame): Ditto.
1887 (rs6000_push_arguments): Ditto.
1888 (rs6000_skip_trampoline_code): Ditto.
1889 (rs6000_frame_saved_pc): Ditto.
1890 (rs6000_frame_chain): Ditto.
1891 (rs6000_register_name): Ditto.
1892 (rs6000_register_byte): Ditto.
1893 (rs6000_register_raw_size): Ditto.
1894 (rs6000_register_virtual_type): Ditto.
1895 (rs6000_register_convertible): Ditto.
1896 (rs6000_convert_from_func_ptr_addr): Ditto.
1897
bf072999
DJ
18982002-08-19 Daniel Jacobowitz <drow@mvista.com>
1899
1900 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1901 conditionally.
1902 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1903 MIPS_LINUX_JB_ELEMENT_SIZE.
1904 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1905 for MAX_REGISTER_RAW_SIZE arrays.
1906 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1907 MIPS_LINUX_JB_ELEMENT_SIZE.
1908
9b949a49
PM
19092002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1910
1911 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1912
6d3e79c6
AS
19132002-08-19 Aidan Skinner <aidan@velvet.net>
1914
1915 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1916 ada-valprint.c ada-tasks.c.
1917 (YYFILES): Add ada-exp.y.
1918 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1919 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1920 (ada-exp.tab.o): New target.
1921
06c0b04e
AC
19222002-08-18 Andrew Cagney <ac131313@redhat.com>
1923
1924 * regcache.c (regcache_xfer_part): New function.
1925 (regcache_raw_read_part): New function.
1926 (regcache_raw_write_part): New function.
1927 (regcache_cooked_read_part): New function.
1928 (regcache_cooked_write_part): New function.
1929 * regcache.h (regcache_raw_read_part): Declare.
1930 (regcache_raw_write_part): Declare.
1931 (regcache_cooked_read_part): Declare.
1932 (regcache_cooked_write_part): Declare.
1933
92d1e331
DJ
19342002-08-18 Daniel Jacobowitz <drow@mvista.com>
1935
1936 * remote.c (remote_open_1): Add async_p.
1937 (remote_async_open_1): Delete.
1938 (open_remote_target): Delete.
1939 (remote_open, extended_remote_open): Update calls to remote_open_1.
1940 (remote_async_open, extended_remote_async_open): Call
1941 remote_open_1 instead of remote_async_open_1.
1942
247055de
MK
19432002-08-19 Mark Kettenis <kettenis@gnu.org>
1944
1945 * blockframe.c: Fix a few coding standard violations.
1946
641eda39
MK
19472002-08-19 Mark Kettenis <kettenis@gnu.org>
1948
0b717710
MK
1949 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1950 here from ...
1951 * config/i386/tm-i386sco5.h: ... here. File removed.
1952 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1953
26d28e12 1954 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1955 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1956 (TM_FILE): Set to tm-i386.h.
1957 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1958 * config/i386/tm-i386v.h: Remove file.
1959 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1960 instead of "i386/tm-i386v.h".
1961 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1962 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1963 "i386/tm-i386v.h".
1964 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1965 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1966 "i386/tm-i386.h".
1967
d4e0bab4
MK
19682002-08-18 Mark Kettenis <kettenis@gnu.org>
1969
1970 * config/i386/nm-i386v.h: Add protection against
1971 multiple-inclusion.
1972 (i386_register_u_addr): Remove prototype.
1973 (register_u_addr): New prototype.
1974 (REGISTER_U_ADDR): Redefine accordingly.
1975 * i386v-nat.c: Improve several comments.
1976 (i386_register_u_addr): Change signature and rename to
1977 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1978 ubase variable.
1979
46cac009
AC
19802002-08-18 Andrew Cagney <ac131313@redhat.com>
1981
1982 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1983 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1984 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1985 deprecated_extract_return_value.
1986 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1987 rename mips_o32o64_push_arguments.
1988 (mips_gdbarch_init): Update.
1989 (mips_extract_return_value): Delete.
1990 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1991 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1992 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1993 (mips_n32n64_extract_return_value): Clone
1994 mips_extract_return_value.
1995 (mips_store_return_value): Delete.
1996 (mips_o32_store_return_value): Clone mips_store_return_value.
1997 (mips_o64_store_return_value): Clone mips_store_return_value.
1998 (mips_eabi_store_return_value): Clone mips_store_return_value.
1999 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2000
d2e4a39e
AS
20012002-08-18 Aidan Skinner <aidan@velvet.net>
2002
0c30c098
AS
2003 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2004 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2005
20062002-08-18 Aidan Skinner <aidan@velvet.net>
2007
2008 * ada-lang.c: Run through gdb_indent.sh.
2009 * ada-lang.h: Run through gdb_indent.sh.
2010 * ada-tasks.c: Run through gdb_indent.sh.
2011 * ada-typeprint.c: Run through gdb_indent.sh.
2012 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2013
01fc4e33
AC
20142002-08-18 Andrew Cagney <ac131313@redhat.com>
2015
2016 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2017 ABI.
2018
d8ee244c
MK
20192002-08-18 Mark Kettenis <kettenis@gnu.org>
2020
c38d8261
MK
2021 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2022
222db64c
MK
2023 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2024 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2025
c2848c82
MK
2026 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2027 write_register_gen instead of write_register_bytes.
2028
d8ee244c
MK
2029 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2030 i[3456]-*-osf1mk* configurations have been made obsolete.
2031 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2032 i[3456]86-*-osf1mk* hosts obsolete.
2033 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2034 targets obsolete.
2035 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2036 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2037 config/i386/i386m3.mt, config/i386/nm-m3.h,
2038 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2039 config/i386/i386mk.mh, config/i386/i386mk.mt,
2040 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2041 obsolete.
2042 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2043 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2044 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2045
61d8d407
AC
20462002-08-18 Andrew Cagney <ac131313@redhat.com>
2047
2048 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2049 (hppa_value_returned_from_stack): Declare.
2050 (hppa_extract_return_value): Declare.
2051 * config/pa/hppa.mt: New file.
2052 * configure.tgt: Recognize hppa*-*-*.
2053 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2054
0c52bd59
MK
20552002-08-18 Mark Kettenis <kettenis@gnu.org>
2056
2057 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2058 comment.
2059
b5686e99
MK
20602002-08-17 Mark Kettenis <kettenis@gnu.org>
2061
2062 * top.c (gdb_rl_operate_and_get_next): Make sure
2063 operate-and-get-next functions correctly even when the history
2064 list is completely filled.
2065
c1bab85b
AC
20662002-08-18 Andrew Cagney <ac131313@redhat.com>
2067
2068 * MAINTAINERS (Target Instruction Set Architectures): Rename
2069 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2070 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2071 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2072 already listed under Host/Native.
2073
2074 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2075 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2076 mips*-*-*.
2077
32089c7c
AC
20782002-08-17 Andrew Cagney <ac131313@redhat.com>
2079
2080 * config/ia64/ia64.mt: New file.
2081 * config/alpha/alpha.mt: New file.
2082 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2083 ia64-linux-gnu. Mention that ia64-elf is broken.
2084 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2085
b4671f85
MK
20862002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2087
2088 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2089 generic_func_frame_valid instead of func_frame_valid.
2090
c8edd8b4
JB
20912002-08-16 Joel Brobecker <brobecker@gnat.com>
2092
2093 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2094 procfs appears to be broken when debugging on multi-processor
2095 machines. So enable software single stepping in order to avoid
2096 using the procfs interface to do next/step operations, using
2097 internal breakpoints instead.
2098
2099 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2100 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2101 make this pc address equal to the value it would have if the
2102 system stepping capability was used. Also set a new flag used
2103 to ensure that we don't readjust the PC one more time later.
2104
2105 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2106 address by DECR_PC_AFTER_BREAK when software single step is
2107 in use for this architecture, as this has already been taken
2108 care of in handle_inferior_event().
2109
238617f6
JB
21102002-08-16 Joel Brobecker <brobecker@gnat.com>
2111
2112 * infrun.c (handle_inferior_event): Minor reformatting, to make
2113 a rather long condition expression easier to read.
2114
541a7aac
AC
21152002-08-16 Andrew Cagney <ac131313@redhat.com>
2116
2117 * Makefile.in (gdbtk.o): Move to end of file.
2118 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2119 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2120 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2121 (gdbtk-wrapper.o, gdbres.o): Ditto.
2122
f92d4a7b
AC
21232002-08-16 Andrew Cagney <ac131313@redhat.com>
2124
2125 * Makefile.in (copying.o): Separate out compile rule.
2126 (hpux-thread.o, procfs.o, signals.o): Ditto.
2127 (v850ice.o, z8k-tdep.o): Ditto.
2128 (tui-file.o): Move to TUI section.
2129 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2130 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2131
1cce71eb
JB
21322002-08-16 Joel Brobecker <brobecker@gnat.com>
2133
2134 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2135 skip_trampoline_code, for better namespace-proofing.
2136
2137 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2138
0851f23d
JB
21392002-08-16 Joel Brobecker <brobecker@gnat.com>
2140
2141 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2142
f8d40ec8
JB
21432002-08-16 Joel Brobecker <brobecker@gnat.com>
2144
2145 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2146 signal, check whether we hit a breakpoint before checking for a
2147 single step breakpoint. Otherwise, GDB fails to notice that a
2148 breakpoint has been hit when stepping onto a breakpoint.
2149
63d022e0
KS
21502002-08-16 Keith Seitz <keiths@redhat.com>
2151
2152 * gdb-events.sh (clear_gdb_event_hooks): New function.
2153 * gdb-events.c: Regenerate.
2154 * gdb-events.h: Regenerate.
2155
6e31adb3
AC
21562002-08-16 Andrew Cagney <ac131313@redhat.com>
2157
2158 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2159 not_a_sw_breakpoint.
2160 * breakpoint.h (bpstat_stop_status): Add parameter names.
2161
c8189ed1
GS
21622002-08-16 Grace Sainsbury <graces@redhat.com>
2163
2164 * remote.c (remote_insert_hw_breakpoint)
2165 (remote_remove_hw_breakpoint): Fix calculation of length field
2166 for Z-packet.
2167
d05285fa
MS
21682002-08-15 Michael Snyder <msnyder@redhat.com>
2169
466d7106
MS
2170 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2171 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2172 (supply_fpregset): Ditto.
2173
d05285fa
MS
2174 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2175 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2176 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2177 (TARGET_READ_SP): Delete.
bf1f5b4c 2178 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2179 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2180 Delete.
2181 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2182 from macros to functions.
bf1f5b4c 2183
d05285fa
MS
2184 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2185 (mips_register_convertible, mips_register_convert_to_virtual,
2186 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2187 (mips_read_sp): New function.
2188 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2189 (mips_do_registers_info): Make static.
2190 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2191 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2192 (mips_register_convert_from_type, mips_register_convert_to_type):
2193 New functions.
2194 (mips_gdbarch_init): Set up function_start_offset,
2195 register_virtual_size, pc_in_sigtramp.
d05285fa 2196
e76f1f2e
AC
21972002-08-15 Andrew Cagney <ac131313@redhat.com>
2198
2199 * infcmd.c (vector_info): New function.
2200 (_initialize_infcmd): Add command "info vector".
2201 (print_vector_info): New function.
2202
2203 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2204 * gdbarch.h, gdbarch.c: Regenerate.
2205
4782dc19
AC
22062002-08-15 Andrew Cagney <ac131313@redhat.com>
2207
2208 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2209 ``print_all''. Only print vector registers when ``print_all''.
2210
23e3a7ac
AC
22112002-08-15 Andrew Cagney <ac131313@redhat.com>
2212
8e186fd6
AC
2213 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2214 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2215
23e3a7ac
AC
2216 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2217 Add `args' parameter.
2218 * gdbarch.h, gdbarch.c: Regenerate.
2219
2220 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2221
2222 * infcmd.c (float_info): Call print_float_info.
2223 (print_float_info): New function. By default, print the
2224 floating-point registers.
2225
2226 * arch-utils.h (default_print_float_info): Delete declaration.
2227 * arch-utils.c (default_print_float_info): Delete function.
2228
e0ca2bb9
MK
22292002-08-16 Mark Kettenis <kettenis@gnu.org>
2230
3f733acc
MK
2231 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2232 out define.
2233
7d8d2918
MK
2234 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2235 FRAME.
2236
1c7cc583
MK
2237 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2238 * configure.host: Make i[3456]86-*-aix host obsolete.
2239 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2240 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2241 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2242 config/i386/xm-i386aix.h: Make files obsolete.
2243 * i386aix-nat.c: Make file obsolete.
2244 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2245 (i386aix-nat.o): Make target obsolete.
2246
e0ca2bb9
MK
2247 * config/i386/nm-gnu.h: Removed.
2248 * config/i386/nm-i386gnu.h: New file.
2249 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2250 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2251 Moved here from ...
2252 * config/i386/tm-i386gnu.h: ... here. Removed.
2253 * config/i386/xm-i386gnu.h: Removed.
2254 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2255 (NAT_FILE): Set to nm-i386gnu.h.
2256 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2257 * i386-tdep.c: New file.
2258 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2259 (i386gnu-tdep.o): Specify dependencies.
2260
16057ec7 22612002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2262
6b99ee2e
MK
2263 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2264 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2265 Adjust a few comments to reflect reality a bit closer.
2266 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2267 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2268 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2269 target_insert_watchpoint, target_remove_watchpoint):
2270 Move defines to ...
2271 * config/i386/nm-i386sco5.h: ... here.
2272 (kernel_u_size): Add prototype. Improve a few comments and add
2273 protection against multiple inclusion.
2274
d9a6f65c
MK
2275 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2276 out define.
2277
047eff6a
MK
2278 * uw-thread.c (SP_ARG0): Define if not already defined.
2279 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2280
dcdb1290
MK
2281 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2282
5d2d0b2a
MK
2283 * config/i386/tm-i386.h: Don't include "regcache.h".
2284
61113f8b
MK
2285 * i387-tdep.h (i387_print_float_info): New prototype.
2286 * i387-tdep.c (print_i387_value, print_i387_ext,
2287 print_i387_status_word, print_i387_control_word): Add `struct
2288 ui_file *' argument and use it for output.
2289 (i387_print_float_info): Renamed from i387_float_info. Add
2290 `struct gdbarch *' and `struct ui_file *' arguments and use the
2291 latter for output.
2292 * i386-tdep.c: Include "i387-tdep.h".
2293 (i386_gdbarch_init): Set print_float_info.
2294 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2295 (FLOAT_INFO): Remove define.
2296
46e0f506
MS
22972002-08-13 Michael Snyder <msnyder@redhat.com>
2298
2299 * mips-tdep.c (mips_push_arguments): Rename to
2300 mips_eabi_push_arguments, and tune for EABI.
2301 (MIPS_REGS_HAVE_HOME_P): Delete.
2302 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2303 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2304 Delete references to mips_regs_have_home_p.
2305
409268de
KS
23062002-08-14 Keith Seitz <keiths@redhat.com>
2307
2308 * Makefile.in (install-gdbtk): Create insight plugin directory.
2309 Install plugins.tcl file.
2310
ffc6a242
KS
23112002-08-14 Keith Seitz <keiths@redhat.com>
2312
2313 * configure.in: Move SUBDIRS to near top of the file so that
2314 --enable options may add things to it.
2315 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2316 * configure: Regenerate.
2317
ebafbe83
MS
23182002-08-13 Michael Snyder <msnyder@redhat.com>
2319
2320 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2321 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2322 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2323
32f6f25d
AC
23242002-08-13 Andrew Cagney <ac131313@redhat.com>
2325
2326 * vax-tdep.c (vax_get_saved_register): Delete function.
2327 (vax_gdbarch_init): Update.
2328 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2329 (ns32k_gdbarch_init): Update.
2330 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2331 (alpha_gdbarch_init): Update.
2332
53826de9
AC
23332002-08-13 Andrew Cagney <cagney@redhat.com>
2334
2335 * regcache.c (init_regcache_descr): Overallocate the
2336 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2337 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2338 nr_raw_registers.
2339 (set_register_cached): Add range checking assertions. Use
2340 current_regcache.
2341
16057ec7 23422002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2343
2344 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2345 numbers for MMX registers.
2346
7b4c2dce
AC
23472002-08-13 Andrew Cagney <cagney@redhat.com>
2348
2349 * i386-tdep.c (i386_gdbarch_init): Use
2350 generic_unwind_get_saved_register.
2351
1e03ad20
KB
23522002-08-13 Kevin Buettner <kevinb@redhat.com>
2353
2354 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2355 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2356 target vector.
2357 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2358 Delete. Add comment regarding this now-deleted target method.
2359
548bcbec
SC
23602002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2361
2362 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2363 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2364 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2365 real PC and the page number (if it's within the memory bank window).
2366 (m68hc11_pseudo_register_write): Likewise when saving.
2367 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2368 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2369 (m68hc11_register_raw_size): And use 32-bit for it.
2370 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2371 16K memory bank is used by the prog; also use the virtual pc.
2372
7df11f59
SC
23732002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2374
2375 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2376 (m68hc11_gdbarch_init): Install it in gdbarch.
2377 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2378 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2379 (MSYMBOL_SIZE): New for documentation.
2380 (insn_return_kind): Enum to specify how a function returns.
2381 (frame_extra_info): Cleanup and record the return mode.
2382 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2383 register in address computation.
2384 (m68hc11_get_return_insn): New to obtain the return instruction used
2385 by the function.
2386 (m68hc11_frame_init_saved_regs): Take into account the return
2387 instruction used by the function for far and interrupt functions.
2388 (m68hc11_init_extra_frame_info): Take into account page register.
2389 (m68hc11_frame_args_address): Adjust according to the return mode.
2390 (show_regs): Print page register only when it's used.
2391
5706502a
SC
23922002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2393
2394 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2395 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2396 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2397 registers.
2398 (m68hc11_register_raw_size): Likewise.
2399
28fc6740
AC
24002002-08-13 Andrew Cagney <cagney@redhat.com>
2401
2402 * i386-tdep.c (i386_register_name): Handle mmx registers.
2403 (mmx_regnum_p): New function.
2404 (i386_mmx_names): New array.
2405 (mmx_num_regs): New variable.
2406 (i386_pseudo_register_read): New function.
2407 (i386_pseudo_register_write): New function.
2408 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2409
2410 * regcache.c (regcache_raw_read_unsigned): New function.
2411 (regcache_raw_read_signed): New function.
2412 * regcache.h (regcache_raw_read_unsigned): Declare.
2413 (regcache_raw_read_signed): Declare.
2414
a378f419
AC
24152002-08-13 Andrew Cagney <cagney@redhat.com>
2416
2417 * regcache.c (regcache_raw_read_as_address): Delete function.
2418 (regcache_cooked_read_signed): New function.
2419 (regcache_cooked_read_unsigned): New function.
2420 * regcache.h (regcache_cooked_read_signed): Declare.
2421 (regcache_cooked_read_unsigned): Declare.
2422 (regcache_raw_read_as_address): Delete declaration.
2423
2424 * blockframe.c (generic_read_register_dummy): Use
2425 regcache_cooked_read_unsigned.
2426 * i386-tdep.c (i386_extract_struct_value_address): Use
2427 regcache_cooked_read_unsigned.
2428
81967506
SC
24292002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2430
2431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2432 double sizes according to ELF ABI flags.
2433 (gdbarch_tdep): Record elf_flags.
2434
ffe1f3ee
SC
24352002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2436
2437 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2438 (m6812_prolog): They can appear in 68HC12 function prologue.
2439 (m68hc11_frame_chain): Cleanup.
2440
98216c5d
AC
24412002-08-12 Andrew Cagney <cagney@redhat.com>
2442
2443 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2444 declarations.
2445 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2446 (i386_linux_register_raw_size): Delete function.
2447 (i386_linux_init_abi): Update.
2448 * i386-tdep.c (i386_register_raw_size): Delete function.
2449 (i386_register_byte): Delete function.
2450 (i386_gdbarch_init): Update.
2451 (i386_register_size): Delete array.
2452 (i386_register_offset): Delete array.
2453
2454 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2455 (REGISTER_RAW_SIZE): Delete macro.
2456 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2457 (REGISTER_BYTE): Delete macro.
2458
3b19021e
AS
24592002-08-11 Aidan Skinner <aidan@velvet.net>
2460
2461 * ada-lang.c (ada_lookup_partial_symbol)
2462 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2463 prototype names so that grep ^func works properly.
2464
2465 * ada-lang.c (ada_array_element_type)
2466 (ada_lookup_partial_symbol): Fix typos in parameter list.
2467
2468 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2469 Fix prototype names so that grep ^func works properly.
2470
b063e7a2
AC
24712002-08-10 Andrew Cagney <cagney@redhat.com>
2472 Elena Zannoni <ezannoni@redhat.com>
2473 Martin M. Hunt <hunt@redhat.com>
2474
2475 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2476 (build_builtin_type_vec128i): Set the vector bit.
2477 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2478 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2479 (build_builtin_type_vec64): New function.
2480 (build_builtin_type_vec64i): New function.
2481 (build_gdbtypes): Initialize builtin_type_vec64 and
2482 builtin_type_vec64i.
2483
a7e3c2ad
AC
24842002-08-09 Andrew Cagney <cagney@redhat.com>
2485
2486 * regcache.c (regcache_dump): Compare the register offset
2487 with REGISTER_BYTE.
2488 * arch-utils.c (generic_register_byte): New function.
2489 * arch-utils.h (generic_register_byte): Declare.
2490 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2491 * gdbarch.h, gdbarch.c: Regenerate.
2492
af030b9a
AC
24932002-08-09 Andrew Cagney <cagney@redhat.com>
2494
2495 * regcache.c: Include "gdbcmd.h"
2496 (_initialize_regcache): Add commands "maintenance print
2497 registers", "maintenance print raw-registers" and "maintenance
2498 print cooked-registers".
2499 (enum regcache_dump_what): Define.
2500 (dump_endian_bytes): New function.
2501 (regcache_dump): New function.
2502 (regcache_print): New function.
2503 (maintenance_print_registers): New function.
2504 (maintenance_print_raw_registers): New function.
2505 (maintenance_print_cooked_registers): New function.
2506 * Makefile.in (regcache.o): Update dependencies.
2507
cb3d25d1
MS
25082002-08-09 Michael Snyder <msnyder@redhat.com>
2509
2510 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2511 (mips_push_arguments): Correct some comments. Use paddr_nz
2512 for printing addresses in debug output. Replace static
2513 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2514 (mips_n32n64_push_arguments): New function, cloned from
2515 mips_push_arguments and tuned for the n32/n64 ABI.
2516 (mips_push_register): Buffer needs dynamic allocation.
2517 (mips_print_register): Ditto.
2518 (do_gp_register_row): Ditto.
2519 (mips_store_return_value): Ditto.
2520 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2521
2163ab9d
DH
25222002-08-09 Don Howard <dhoward@redhat.com>
2523
2524 * memattr.c (mem_info_command): Print special case of upper bound
2525 as max CORE_ADDR + 1.
2526
b78bcb18
MS
25272002-08-08 Michael Snyder <msnyder@redhat.com>
2528
2529 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2530 returns structs by ref if they're too big to fit in two registers.
2531
ffabd70d
KB
25322002-08-09 Kevin Buettner <kevinb@redhat.com>
2533
2534 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2535 saved regs value.
2536 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2537 mips_find_saved_regs().
2538 (mips_pop_frame): Likewise.
2539
fbcdb4a3
KB
25402002-08-09 Kevin Buettner <kevinb@redhat.com>
2541
2542 * blockframe.c (frame_saved_regs_register_unwind): Revise
2543 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2544 frames are in use.
2545
3c3bea1c
GS
25462002-08-09 Grace Sainsbury <graces@redhat.com>
2547
2548 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2549 T-packets; the 'a' is not taken as a register number.
2550 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2551 (remote_stopped_data_address): New functions; add to target
2552 vector.
2553 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2554 prototypes to match other implementations of this
2555 function. replace integer argument with pointer -- the length
2556 field in the Z-packet is the length of what is pointed to or 1 if
2557 pointer is null. Add to target vector.
2558 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2559 target vector.
2560
2561 From Mark Salter:
2562 * remote.c (remote_wait): Add support to extract optional
2563 watchpoint information from T-packet. Ignore unrecognized
2564 optional info in T-packet.
2565 (remote_async_wait): Ditto.
2566
5d1d95de
CV
25672002-08-09 Corinna Vinschen <vinschen@redhat.com>
2568
2569 * cli/cli-dump.c: Change fopen modes to use binary open modes
2570 as defined in include/fopen-bin.h throughout.
2571
c86b5b38
MS
25722002-08-08 Michael Snyder <msnyder@redhat.com>
2573
2574 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2575
b30590dc
KB
25762002-08-08 Kevin Buettner <kevinb@redhat.com>
2577
2578 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2579 assertion failure by returning early after a warning.
2580
498868ed
KB
25812002-08-08 Kevin Buettner <kevinb@redhat.com>
2582
2583 * mips-tdep.c (mips_find_saved_regs): Make static.
2584 (mips_frame_init_saved_regs): New function.
2585 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2586 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2587 (mips_find_saved_regs): Delete declaration.
2588
b2dd6311
GS
25892002-08-08 Grace Sainsbury <graces@redhat.com>
2590
3c3bea1c
GS
2591 * remote.c (remote_wait, remote_async_wait): Change
2592 thread_num from int to ULONGEST.
2593 (unpack_varlen_hex): Change result parameter from
2594 int * to ULONGEST *.
b2dd6311 2595
ea47855f
AC
25962002-08-08 Andrew Cagney <ac131313@redhat.com>
2597
2598 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2599 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2600 powerpc*-*-*.
2601 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2602
69db8bae
AC
26032002-08-08 Andrew Cagney <cagney@redhat.com>
2604
2605 * gcore.c (override_derive_stack_segment): Delete variable.
2606 (preempt_derive_stack_segment): Delete function.
2607 (derive_stack_segment): Delete function.
2608 (default_derive_stack_segment): Renamed to derive_stack_segment.
2609 (override_derive_heap_segment): Delete variable.
2610 (preempt_derive_heap_segment): Delete function.
2611 (derive_heap_segment): Delete function.
2612 (default_derive_heap_segment): Rename to derive_heap_segment.
2613
cb811fe7
MS
26142002-08-06 Michael Snyder <msnyder@redhat.com>
2615
2616 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2617 * mips-tdep.c (mips_EABI_use_struct_convention,
2618 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2619 New functions. (mips_use_struct_convention): Delete.
2620 (mips_gdbarch_init): set use_gdbarch_convention.
2621
8b389c40
MS
26222002-08-06 Michael Snyder <msnyder@redhat.com>
2623
2624 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2625 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2626 mips_o32_reg_struct_has_addr): New functions.
2627 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2628
5c27f28a
AC
26292002-08-07 Andrew Cagney <ac131313@redhat.com>
2630
2631 * regcache.c (pseudo_register): Delete function.
2632 (fetch_register): Delete function.
2633 (store_register): Delete function.
2634 (regcache_raw_read, legacy_read_register_gen): Use
2635 target_fetch_registers instead of fetch_register.
2636 (legacy_write_register_gen, regcache_raw_write): Use
2637 target_store_register instead of store_register.
2638 (write_register_bytes): Ditto.
2639
2640 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2641 (STORE_PSEUDO_REGISTER): Delete.
2642 * gdbarch.h, gdbarch.c: Regenerate.
2643
5b331675
CV
26442002-08-06 Corinna Vinschen <vinschen@redhat.com>
2645
2646 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2647 write dump file binary.
2648
6acdf5c7
MS
26492002-08-05 Michael Snyder <msnyder@redhat.com>
2650
2651 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2652 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2653 (mips_gdbarch_init): Set N32 target to be mips64.
2654
b2f01c35
KB
26552002-08-06 Kevin Buettner <kevinb@redhat.com>
2656
2657 * frame.c (find_saved_register): Break out of loop once saved
2658 register address is found. Don't mention sparc in loop comment
2659 anymore.
2660
63db5580
KB
26612002-08-06 Kevin Buettner <kevinb@redhat.com>
2662
2663 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2664 mips_default_saved_regsize to 8.
2665
5e34e75e
AC
26662002-08-06 Andrew Cagney <ac131313@redhat.com>
2667
2668 * gcore.c: Do not include <sys/procfs.h>.
2669 * Makefile.in (gcore.o): Update dependencies.
2670
eb4c54a2
AC
26712002-08-06 Andrew Cagney <cagney@redhat.com>
2672
2673 * configure.tgt: Make arc-*-* obsolete.
2674 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2675 * MAINTAINERS: Make arc-elf obsolete.
2676 * arc-tdep.c: Make file obsolete.
2677 * config/arc/arc.mt: Ditto.
2678 * config/arc/tm-arc.h: Ditto.
2679
ced15480
TR
26802002-08-05 Theodore A. Roth <troth@verinet.com>
2681
c1bab85b 2682 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2683
b4743822
AC
26842002-08-05 Andrew Cagney <ac131313@redhat.com>
2685
2686 * mcore-tdep.c (mcore_gdbarch_init): Use
2687 generic_unwind_get_saved_register instead of
2688 generic_get_saved_register.
2689 * v850-tdep.c (v850_gdbarch_init): Ditto.
2690 * frv-tdep.c (frv_gdbarch_init): Ditto.
2691 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2692 * s390-tdep.c (s390_gdbarch_init): Ditto.
2693 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2694 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2695 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2696
3956d554
JB
26972002-08-05 Joel Brobecker <brobecker@gnat.com>
2698
2699 * objfiles.h: Add missing #include "symfile.h"
2700
2701 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2702
8249c0d6
AC
27032002-08-04 Andrew Cagney <ac131313@redhat.com>
2704
2705 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2706 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2707 of FIELD_BITSIZE.
2708
b9d14705
DJ
27092002-08-04 Daniel Jacobowitz <drow@mvista.com>
2710
2711 * NEWS: Cleanup and nitpick.
2712
dd73b9bb
AC
27132002-08-03 Andrew Cagney <ac131313@redhat.com>
2714
2715 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2716
043a27f8
AC
27172002-08-03 Andrew Cagney <ac131313@redhat.com>
2718
2719 * Makefile.in (gdbtk-bp.o): Update dependencies.
2720 (gdbtk-register.o): Ditto.
2721 (gdbtk-varobj.o): Ditto.
2722
46ce284d
AC
27232002-08-03 Andrew Cagney <cagney@redhat.com>
2724
2725 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2726 m68hc11_fetch_pseudo_register.
2727 (m68hc11_pseudo_register_write): Replace
2728 m68hc11_store_pseudo_register.
2729 (m68hc11_gdbarch_init): Update.
2730
b66d6d2e
AC
2731Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2732
2733 * gdbarch.sh: Include "gdb_string.h".
2734 * gdbarch.c: Regenerate.
2735
2736 * regcache.c: Include "gdb_string.h".
2737 * ax-general.c: Ditto.
2738 * varobj.c: Ditto.
2739 * std-regs.c: Ditto.
2740 * fbsd-proc.c: Ditto.
2741 * thread.c: Ditto.
2742
2743 * Makefile.in (regcache.o): Update dependencies.
2744 (thread.o, gdbarch.o): Ditto.
2745 (ax-general.o, gdbarch.o): Ditto.
2746 (varobj.o, std-regs.o): Ditto.
2747 (fbsd-proc.o): Specify dependencies.
2748
29e1842b
AC
27492002-08-02 Andrew Cagney <cagney@redhat.com>
2750
2751 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2752 regnum.
2753 (regcache_cooked_write): Ditto.
2754
68365089
AC
27552002-08-02 Andrew Cagney <ac131313@redhat.com>
2756
2757 * regcache.c (regcache_cooked_read): New function.
2758 (regcache_cooked_write): New function.
2759 (read_register_gen): Rewrite using regcache_cooked_read.
2760 (write_register_gen): Rewrite using regcache_cooked_write.
2761
2762 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2763 Declare.
2764
d8124050
AC
27652002-08-02 Andrew Cagney <cagney@redhat.com>
2766
2767 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2768 Replace the architecture methods register_read and register_write.
2769 * gdbarch.h, gdbarch.c: Regenerate.
2770 * regcache.c (init_regcache_descr): Update.
2771 (read_register_gen): Update.
2772 (write_register_gen): Update.
2773 (supply_register): Update comment.
2774
2775 * sh-tdep.c (sh_gdbarch_init): Update.
2776 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2777 `regcache' and `gdbarch' parameters. Make `buffer' a void
2778 pointer. Update code.
2779 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2780 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2781 void pointer. Update code.
2782 (sh64_register_write): Delete.
2783 (sh4_register_read): Delete.
2784 (sh64_register_read): Delete.
2785 (sh4_register_write): Delete.
2786 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2787 void pointer, `to' parameter a void pointer.
2788 (sh_sh64_register_convert_to_raw): Ditto.
2789
a6425924
KB
27902002-08-01 Kevin Buettner <kevinb@redhat.com>
2791
2792 * mips-tdep.c (mips_register_virtual_type): Use architecture
2793 invariant return values.
2794
ff5922b5
AC
27952002-08-01 Andrew Cagney <cagney@redhat.com>
2796
2797 * linux-proc.c: Include "gdb_string.h".
2798 * Makefile.in (linux-proc.o): Update dependency list.
2799
32a6503c
KB
28002002-08-01 Kevin Buettner <kevinb@redhat.com>
2801
2802 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2803 comment.
2804
ccaa32c7
GS
28052002-08-01 Grace Sainsbury <graces@redhat.com>
2806
2807 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2808 to_insert_watchpoint, to_remove_watchpoint,
2809 to_stopped_by_watchpoint, to_stopped_data_address,
2810 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2811 target vecctor. Define their corresponding macros so they call
2812 them.
2813
2814 * target.c: Add default and debug versions of for
2815 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2816 to_insert_watchpoint, to_remove_watchpoint,
2817 to_stopped_by_watchpoint, to_stopped_data_address,
2818 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2819
78fde5f8
KB
28202002-08-01 Kevin Buettner <kevinb@redhat.com>
2821
2822 * mips-tdep.c (mips_register_virtual_type): New function.
2823 (mips_gdbarch_init): Register mips_register_virtual_type()
2824 with gdbarch machinery.
2825 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2826 this file instead of tm-bigmips.h.
2827 (MIPS_REGSIZE): Delete this macro.
2828 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2829 multiarch version in mips-tdep.c will be found.
2830
db034ac5
AC
28312002-08-01 Andrew Cagney <cagney@redhat.com>
2832
2833 * NEWS: Menion that CHILL has been made obsolete.
2834
2835 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2836 * stabsread.c (read_range_type): Ditto.
2837 * gdbtypes.h: Ditto.
2838 * language.c (binop_type_check): Ditto.
2839 (binop_result_type): Ditto.
2840 (integral_type): Ditto.
2841 (character_type): Ditto.
2842 (string_type): Ditto.
2843 (boolean_type): Ditto.
2844 (structured_type): Ditto.
2845 (lang_bool_type): Ditto.
2846 (binop_type_check): Ditto.
2847 * language.h (_LANG_chill): Ditto.
2848 * dwarfread.c (set_cu_language): Ditto.
2849 * dwarfread.c (CHILL_PRODUCER): Ditto.
2850 * dwarfread.c (handle_producer): Ditto.
2851 * expression.h (enum exp_opcode): Ditto.
2852 * eval.c: Ditto for comments.
2853 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2854 * expprint.c (print_subexp): Ditto.
2855 (print_subexp): Ditto.
2856 * valops.c (value_cast): Ditto.
2857 (search_struct_field): Ditto.
2858 * value.h (COERCE_VARYING_ARRAY): Ditto.
2859 * symfile.c (init_filename_language_table): Ditto.
2860 (add_psymbol_with_dem_name_to_list): Ditto.
2861 * valarith.c (value_binop): Ditto.
2862 (value_neg): Ditto.
2863 * valops.c (value_slice): Ditto.
2864 * symtab.h (union language_specific): Ditto.
2865 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2866 (SYMBOL_DEMANGLED_NAME): Ditto.
2867 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2868 * defs.h (enum language): Ditto.
2869 * symtab.c (got_symtab): Ditto.
2870 * utils.c (fprintf_symbol_filtered): Ditto.
2871
2872 * ch-typeprint.c: Make file obsolete.
2873 * ch-valprint.c: Make file obsolete.
2874 * ch-lang.h: Make file obsolete.
2875 * ch-exp.c: Make file obsolete.
2876 * ch-lang.c: Make file obsolete.
2877
2878 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2879 CHILL_LIB.
2880 (TARGET_FLAGS_TO_PASS): Ditto.
2881 (CHILLFLAGS): Obsolete.
2882 (CHILL): Obsolete.
2883 (CHILL_FOR_TARGET): Obsolete.
2884 (CHILL_LIB): Obsolete.
2885 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2886 ch-valprint.c.
2887 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2888 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2889 ch-lang.o.
2890 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2891 targets.
2892
8aaf0b47
JB
28932002-07-31 Joel Brobecker <brobecker@gnat.com>
2894
2895 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2896 This does not change anything at the moment, but will be helpful
2897 later when full Ada support is integrated.
2898
f3a7b3a5
KB
28992002-07-31 Kevin Buettner <kevinb@redhat.com>
2900
2901 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2902 help message.
2903
fb850278
KB
29042002-07-31 Kevin Buettner <kevinb@redhat.com>
2905
2906 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2907 and save it in a local variable. Use variable in later test.
2908
e3bddbfa
KB
29092002-07-31 Kevin Buettner <kevinb@redhat.com>
2910
2911 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2912 test. (Thanks to Daniel Jacobowitz.)
2913
28d169de
KB
29142002-07-31 Kevin Buettner <kevinb@redhat.com>
2915
2916 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2917 (mips_abi_strings): Add "n64".
2918 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2919
7fe7e44e
KB
29202002-07-31 Kevin Buettner <kevinb@redhat.com>
2921
2922 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2923 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2924
c6caf090
KB
29252002-07-31 Kevin Buettner <kevinb@redhat.com>
2926
2927 * utils.c (host_pointer_to_address, address_to_host_pointer):
2928 Use gdb_assert() instead of explicit call to internal_error().
2929
c41669e0
KB
29302002-07-30 Kevin Buettner <kevinb@redhat.com>
2931
2932 * Makefile.in (rs6000-nat.o): Update dependencies.
2933
2934 From Nicholas Duffek:
2935 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2936 (aix-thread.o): New rule.
2937 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2938 * config/powerpc/aix432.mh: New file.
2939
2fda4977
DJ
29402002-07-30 Daniel Jacobowitz <drow@mvista.com>
2941
2942 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2943 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2944 (fetch_core_registers, ppc_linux_supply_gregset)
2945 (ppc_linux_supply_fpregset): New functions.
2946 (ppc_linux_regset_core_fns): New.
2947 (_initialize_ppc_linux_tdep): Call add_core_fns.
2948 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2949 and ppc_linux_supply_gregset.
2950 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2951 (supply_fpregset): Call ppc_linux_supply_fpregset.
2952 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2953 corelow.o.
2954 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2955
729051e6
DJ
29562002-07-30 Daniel Jacobowitz <drow@mvista.com>
2957
2958 * symtab.c (lookup_symbol): Demangle before lowercasing.
2959
5f8a3188
AC
29602002-07-30 Andrew Cagney <ac131313@redhat.com>
2961
2962 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2963 declaration.
2964 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2965 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2966 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2967 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2968 "gdb_string.h".
2969 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2970 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2971 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2972 (avr-tdep.o, mon960-rom.o): Ditto.
2973 (aout_stabs_gnu_h): Define.
2974 (symtab_h): Remove $(gdb_obstack_h).
2975
67f07146
JB
29762002-07-30 Jim Blandy <jimb@redhat.com>
2977
2978 Patch from David Carlton <carlton@math.stanford.edu>:
2979 * gdbinit.in: Move the `dir' commands that add GDB's own source
2980 directory to the search path to the end, so that the `gdb' source
2981 directory will be searched first.
2982
04ea0df1
AC
29832002-07-29 Andrew Cagney <ac131313@redhat.com>
2984
2985 * gdb_obstack.h: New file.
2986 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2987 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2988 * objfiles.h: Include "gdb_obstack.h".
2989 * Makefile.in (gdb_obstack_h): Define.
2990 (symtab_h): Add $(gdb_obstack_h).
2991 (objfiles_h): Add $(gdb_obstack_h).
2992
2993 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2994 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2995 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2996 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2997 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2998 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2999 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3000 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3001
3002 * Makefile.in (bcache.o): Update dependencies.
3003 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3004 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3005 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3006 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3007 (stabsread.o, symfile.o, symmisc.o): Ditto.
3008 (symtab.o, typeprint.o, macroexp.o): Ditto.
3009 (macrotab.o, mdebugread.o): Ditto.
3010 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3011 (coff_ecoff_h, aout_aout64_h): Define.
3012 (aout_stabs_gnu_h, libaout_h): Define.
3013
d138e37a
AC
30142002-07-29 Andrew Cagney <cagney@redhat.com>
3015
3016 * regcache.c (struct regcache_descr): Rename nr_registers to
3017 nr_cooked_registers. Revise comments describing the structure
3018 member fields.
3019 (init_regcache_descr): Update.
3020 (init_legacy_regcache_descr): Update.
3021 (read_register_gen, write_register_gen): When a cooked register in
3022 the raw register range, directly access the value from the raw
3023 register cache.
3024
460e6ec3
AC
30252002-07-29 Andrew Cagney <ac131313@redhat.com>
3026
3027 * z8k-tdep.c: Do not include "obstack.h".
3028 * h8300-tdep.c, h8500-tdep.c: Ditto.
3029 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3030 * valprint.c, v850-tdep.c: Ditto.
3031 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3032 * mn10200-tdep.c: Ditto.
3033
3034 * Makefile.in (z8k-tdep.o): Update dependencies.
3035 (m68hc11-tdep.o, valprint.o): Ditto.
3036 (v850-tdep.o, d10v-tdep.o): Ditto.
3037 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3038 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3039 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3040 (sh_opc_h, gdb_sim_sh_h): Define.
3041 (elf_sh_h, elf_bfd_h): Define.
3042 (opcode_m68hc11_h): Define.
3043 (OPCODES_SRC, OPCODES_DIR): define.
3044 (OPCODES): Use $(OPCODES_DIR).
3045 (gdb_sim_d10v_h): Rename sim_d10v_h.
3046 (gdb_sim_arm_h): Rename sim_arm_h.
3047
790c9cf0
KB
30482002-07-26 Kevin Buettner <kevinb@redhat.com>
3049
3050 * utils.c (host_pointer_to_address, address_to_host_pointer):
3051 Change internal_error() message to indicate function responsible
3052 for the error.
3053
9647fa49
KB
30542002-07-26 Kevin Buettner <kevinb@redhat.com>
3055
3056 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3057 calls to local_hex_string_custom().
3058
dabbe2c0
KB
30592002-07-26 Kevin Buettner <kevinb@redhat.com>
3060
3061 * irix5-nat.c: Move IRIX shared library support from here...
3062 * solib-irix.c: ...to here. Revised substantially to work with
3063 generic solib framework.
3064
b96d0a4e
KB
3065 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3066 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3067 * mips-irix-tdep.c: New file.
3068
313fb2f6
KB
3069 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3070 (mips-irix-tdep.o, solib-irix.o): New rules.
3071 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3072 solib-irix.o.
3073 * config/mips/irix6.mt (TDEPFILES): Likewise.
3074 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3075
ab2eaf26
KB
30762002-07-26 Kevin Buettner <kevinb@redhat.com>
3077
177e4768 3078 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3079 disabled (via ``#if 0'') includes.
3080
7244546a
KB
30812002-07-26 Kevin Buettner <kevinb@redhat.com>
3082
3083 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3084 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3085 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3086 Add support for the fpscr register.
3087 * rs6000-nat.c (regmap, fetch_inferior_registers)
3088 (store_inferior_registers, fetch_core_registers): Likewise.
3089
dd7be90a
KB
30902002-07-26 Kevin Buettner <kevinb@redhat.com>
3091
3092 * rs6000-nat.c (language.h): Include.
3093 (special_regs): Delete this array.
3094 (regmap): New function.
3095 (fetch_register, store_register): Use regmap() to map gdb
3096 register numbers to ptrace register numbers. Also, use
3097 outputs from regmap() to make decisions regarding type of
3098 ptrace() call to make. In particular, don't compare against
3099 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3100 (fetch_inferior_registers, store_inferior_registers): Where
3101 possible, obtain register numbers from tdep struct. Don't
3102 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3103 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3104 (LAST_UISA_SP_REGNUM): Delete.
3105
11bf77db
KB
31062002-07-25 Kevin Buettner <kevinb@redhat.com>
3107
3108 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3109 (fetch_registers, store_register, fetch_core_registers): Don't
3110 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3111 regcache_collect() as appropriate.
3112 (find_toc_address): Format hex address with local_hex_string().
3113
06afebeb
AC
31142002-07-25 Andrew Cagney <ac131313@redhat.com>
3115
3116 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3117 bfd/elf32-frv.c.
3118
8c554d79
TT
31192002-07-24 Tom Tromey <tromey@redhat.com>
3120
3121 * jv-exp.y: Marked all strings with _().
3122 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3123 internal_error.
3124 (MethodInvocation, CastExpression, parse_number, yyerror,
3125 java_type_from_name, push_expression_name, yylex): Typo fixes.
3126
e4c242d9
DJ
31272002-07-24 Daniel Jacobowitz <drow@mvista.com>
3128
3129 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3130 (tee_file_flush, tee_file_write, tee_file_fputs)
3131 (tee_file_isatty): New.
3132 * ui-file.h (tee_file_new): Add prototype.
3133
ebf56fd3
AS
31342002-07-24 Aidan Skinner <aidan@velvet.net>
3135
3136 * ada-lang.c: Change k&r style function definitions to prototyped
3137 form.
3138 * ada-typeprint.c: Change k&r style function definitions to prototyped
3139 form.
3140 * ada-valprint.c: Change k&r style function definitions to prototyped
3141 form.
3142
7fb623f7
AC
31432002-07-24 Andrew Cagney <cagney@redhat.com>
3144
3145 * README: Remove reference to remote-bug.
3146 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3147 remote-bug.c.
3148 (m88k-nat.o): Delete rule.
3149 (m88k-tdep.o): Delete rule.
3150 (remote-bug.o): Delete rule.
3151 * MAINTAINERS: Mark as obsolete.
3152 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3153 * m88k-tdep.c: Make file obsolete.
3154 * config/m88k/m88k.mh: Ditto.
3155 * config/m88k/delta88v4.mh: Ditto.
3156 * config/m88k/delta88v4.mt: Ditto.
3157 * config/m88k/delta88.mt: Ditto.
3158 * config/m88k/delta88.mh: Ditto.
3159 * remote-bug.c: Ditto.
3160 * config/m88k/tm-delta88.h: Ditto.
3161 * config/m88k/nm-delta88v4.h: Ditto.
3162 * config/m88k/xm-delta88.h: Ditto.
3163 * config/m88k/xm-dgux.h: Ditto.
3164 * config/m88k/tm-m88k.h: Ditto.
3165 * config/m88k/nm-m88k.h: Ditto.
3166 * config/m88k/tm-delta88v4.h: Ditto.
3167 * m88k-nat.c: Ditto.
3168 * cxux-nat.c: Ditto.
3169 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3170 and m88*-*-* obsolete.
3171 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3172 m88*-*-* obsolete.
3173
37611a2b
AC
31742002-07-24 Andrew Cagney <cagney@redhat.com>
3175
3176 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3177 constant. Same for local pointer variables.
3178 (extract_signed_integer): Ditto.
3179 * defs.h (extract_unsigned_integer): Update.
3180 (extract_signed_integer): Update.
3181
1aaa5f99
AC
31822002-07-24 Andrew Cagney <cagney@redhat.com>
3183
3184 * regcache.c (regcache_raw_write): Change buf parameter to a
3185 constant void pointer.
3186 (regcache_raw_read): Change buf parameter to a void pointer.
3187 (legacy_write_register_gen): Change myaddr parameter a constant
3188 void pointer.
3189 (supply_register): Change val parameter to a const void pointer.
3190 * regcache.h (regcache_raw_write): Update declaration.
3191 (regcache_raw_read): Update declaration.
3192 (supply_register): Update declaration.
3193
b4f5539f
TT
31942002-07-24 Tom Tromey <tromey@redhat.com>
3195
3196 * defs.h (gdb_readline_wrapper): Declare.
3197 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3198 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3199 * top.c (gdb_readline_wrapper): New function.
3200 (command_line_input): Use it.
3201
0818c12a
AC
32022002-07-24 Andrew Cagney <cagney@redhat.com>
3203
3204 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3205 regcache_read and regcache_write.
3206 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3207 * regcache.c: Update.
3208 * sh-tdep.c (sh64_push_arguments): Update comment.
3209 (sh_pseudo_register_read): Update.
3210 (sh_pseudo_register_write): Update.
3211 (sh4_register_read): Update.
3212 (sh4_register_write): Update.
3213 (sh64_pseudo_register_read): Update.
3214 (sh64_pseudo_register_write): Update.
3215 (sh64_register_read): Update.
3216 (sh64_register_write): Update.
3217 * i386-tdep.c (i386_extract_return_value): Update.
3218 (i386_extract_struct_value_address): Update.
3219 (i386_extract_return_value): Update.
3220 * blockframe.c (generic_read_register_dummy): Update.
3221 (generic_call_dummy_register_unwind): Update
3222 * infrun.c (write_inferior_status_register): Update.
3223
f7321c06
JB
32242002-07-23 Jim Blandy <jimb@redhat.com>
3225
3226 * parser-defs.h (expression_context_pc): Make this extern.
3227 (Thanks to Michael Snyder.)
3228
2037aebb
AC
32292002-07-23 Andrew Cagney <ac131313@redhat.com>
3230
3231 GDB 5.2.1 released from 5.2 branch.
3232 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3233 * README: Update to mention 5.2.1.
3234
66504d44
MS
32352002-07-23 Mark Salter <msalter@redhat.com>
3236
3237 * remote.c (remote_read_bytes): Fix check for error.
3238
27bae383
KB
32392002-07-22 Kevin Buettner <kevinb@redhat.com>
3240
3241 * aix-thread.c (language.h): Include.
3242 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3243 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3244 Print newlines at end of debug messages.
3245 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3246 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3247
32482002-07-22 Kevin Buettner <kevinb@redhat.com>
3249
3250 * aix-thread.c (ppc-tdep.h): Include.
3251 (special_register_p): New function.
3252 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3253 (store_regs_user_thread): Use register number information from
3254 gdbarch_tdep struct instead of hardcoded offsets relative to
3255 FIRST_UISA_SP_REGNUM.
3256 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3257 special_register_p() instead of using FPLAST_REGNUM and
3258 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3259 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3260 will be MQ's register number.
3261
32622002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3263
3264 * aix-thread.c (ops): Rename to aix_thread_ops.
3265 (base_ops): Rename to base_target.
3266 (ops_attach): Rename to aix_thread_attach.
3267 (ops_detach): Rename to aix_thread_detach.
3268 (ops_resume): Rename to aix_thread_detach.
3269 (ops_wait): Rename to aix_thread_wait.
3270 (ops_kill): Rename to aix_thread_kill.
3271 (init_ops): Rename to init_aix_thread_ops.
3272 (ops_fetch_register): Rename to aix_thread_fetch_register.
3273 (ops_store_register): Rename to aix_thread_store_register.
3274 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3275 (ops_thread_alive): Rename to aix_thread_thread_alive.
3276 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3277 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3278 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3279 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3280 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3281 (store_regs_lib): Rename to store_regs_user_thread.
3282 (store_regs_kern): Rename to store_regs_kernel_thread.
3283
27bae383 32842002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3285
3286 * aix-thread.c (ops_prepare_to_store): Eliminate.
3287 (init_ops): Don't initialize ops.prepare_to_store.
3288 (store_regs_kern): Pre-fetch register buffers from child,
3289 because some registers may not be in the cache. Copy
3290 regs from register cache only if they are cached.
3291 (store_regs_lib): Copy regs from register cache only
3292 if they are cached.
3293 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3294 fill_gprs64): Ditto.
3295
61c5da0b
KB
32962002-07-22 Kevin Buettner <kevinb@redhat.com>
3297
3298 * aix-thread.c (gdb_assert.h): Include.
3299 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3300 register sizes (from register cache) match size of buffer holding
3301 register data.
3302 (fill_sprs32): Change parameter types to match those in the ptrace()
3303 buffer.
3304 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3305 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3306
33072002-07-22 Michael Snyder <msnyder@redhat.com>
3308
3309 * aix-thread.c (supply_sprs64): Cosmetic change.
3310 (supply_sprs32): Cosmetic change.
3311 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3312 (fill_sprs64): Use regcache_collect instead of read_register.
3313 (store_regs_lib): Use regcache_collect instead of
3314 read_register. Use fill_sprs32 instead of fill_sprs64,
3315 if debugging a 32-bit architecture.
3316 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3317 out of the register cache, instead of passing a pointer into
3318 the register cache directly to ptrace. Use regcache_collect
3319 insteaad of read_register.
3320 (ops_prepare_to_store): Use target_read_registers instead
3321 of read_register_bytes.
3322
36479eb1
AS
33232002-07-20 Aidan Skinner <aidan@velvet.net>
3324
3325 * MAINTAINERS: Add self under write after approval.
3326
80ae6ee2
AS
33272002-07-20 Aidan Skinner <aidan@velvet.net>
3328
3329 * ada-tasks.c: Change k&r style function definitions to prototyped
3330 form.
3331
8a8ab2b9
AC
33322002-07-19 Andrew Cagney <ac131313@redhat.com>
3333
3334 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3335 * x86-64-tdep.c: Include "objfiles.h".
3336 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3337 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3338
fb16b900
ML
33392002-07-17 Michal Ludvig <michal@suse.cz>
3340
3341 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3342 (update_context): Initialise cfa variable.
3343
0fe7bf7b
MS
33442002-07-17 Michael Snyder <msnyder@redhat.com>
3345
3346 * aix-thread.c: Shorten some long lines.
3347 Bring comments into line with code spec.
3348
488f131b
JB
33492002-07-18 Joel Brobecker <brobecker@gnat.com>
3350
3351 * infrun.c: Re-indent using gdb_indent.sh.
3352
46c415d2
JB
33532002-07-18 Joel Brobecker <brobecker@gnat.com>
3354
3355 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3356 Leave the indentation temporarily untouched, to minimize the diffs.
3357
cdecafbe
EZ
33582002-07-18 Elena Zannoni <ezannoni@redhat.com>
3359
3360 * stabsread.c: Make os9k sections of the code obsolete,
3361 for real this time.
3362 * stabsread.h: Make os9k sections of the code obsolete.
3363
7b6aa020
ML
33642002-07-18 Michal Ludvig <mludvig@suse.cz>
3365
09ec9b38
ML
3366 * linux-low.c (regsets_store_inferior_registers): Add free()
3367 at the end of a loop to prevent memory leak.
3368 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3369 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3370 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3371 line a comment.
4894ac5d 3372 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3373
233282cd
JB
33742002-07-17 Jim Blandy <jimb@redhat.com>
3375
3376 * macrocmd.c (info_macro_command): Remove newline from error
3377 message.
3378
7b6aa020 33792002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3380
3381 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3382 (sh_gdbarch_init): Use it for sh-dsp.
3383
f7ef9339
KB
33842002-07-16 Kevin Buettner <kevinb@redhat.com>
3385
3386 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3387 64-bit DWARF2 format.
3388
8dd72958
JB
33892002-07-16 Joel Brobecker <brobecker@gnat.com>
3390
3391 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3392 <sys/proc.h> when not available.
3393
a99a9e1b
AC
33942002-07-16 Andrew Cagney <ac131313@redhat.com>
3395
3396 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3397 * stabsread.c: Make os9k sections of the code obsolete.
3398 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3399 * config/i386/i386os9k.mt: Make file obsolete.
3400 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3401 (COMMON_OBS): Remove os9kread.o
3402 (SFILES): Remove os9kread.c.
3403 (os9kread.o, remote-os9k.o): Make target obsolete.
3404 * remote-os9k.c: Make file obsolete.
3405 * os9kread.c: Make file obsolete.
3406 * Makefile.in
3407
7a3085c1
AC
34082002-07-16 Andrew Cagney <ac131313@redhat.com>
3409
3410 * NEWS: Mention that the FR30 has been made obsolete.
3411 * fr30-tdep.c: Make file obsolete.
3412 * config/fr30/tm-fr30.h: Ditto.
3413 * config/fr30/fr30.mt: Ditto.
3414 * configure.tgt: Make fr30-*-elf obsolete.
3415 * MAINTAINERS: Make fr30-elf obsolete.
3416
28a93f5a
PM
34172002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3418
3419 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3420 found is not inside a section.
3421
be006b8b
KB
34222002-07-15 Kevin Buettner <kevinb@redhat.com>
3423
3424 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3425 strerror().
3426 (pdc_realloc): Use xrealloc() instead of realloc().
3427
14fa3751
KB
34282002-07-15 Kevin Buettner <kevinb@redhat.com>
3429
3430 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3431 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3432 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3433 macros.
3434
42cc437f
KB
34352002-07-15 Kevin Buettner <kevinb@redhat.com>
3436
3437 * aix-thread.c (ptrace_check): Eliminate goto.
3438 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3439 problem.
3440
8e2c28d4
KB
34412002-07-15 Kevin Buettner <kevinb@redhat.com>
3442
3443 * aix-thread.c (gdbcmd.h): Include.
3444 (DEBUG, DBG, DBG2, dbg): Eliminate.
3445 (debug_aix_thread): New static global.
3446 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3447 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3448 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3449 invocations to DBG and DBG2 macros to test against
3450 ``debug_aix_thread'' and call fprintf_unfiltered().
3451 (_initialize_aix_thread): Add new command "set debug aix-thread".
3452
30413464
AC
34532002-07-15 Andrew Cagney <ac131313@redhat.com>
3454
3455 From Gerhard Tonn <TON@de.ibm.com>:
3456 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3457 instead of supply_register.
3458
7c43edc1
AC
34592002-07-15 Andrew Cagney <ac131313@redhat.com>
3460
3461 * dwarf2cfi.c: Include "gdb_assert.h".
3462 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3463 non-NULL.
3464 (update_context): Do not use __func__. Add missing ``break''.
3465 (update_context): Do not use __func__.
3466
9364a0ef
EZ
34672002-07-15 Elena Zannoni <ezannoni@redhat.com>
3468
3469 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3470 and its setting. Set gdbarch instruction printing functions
3471 directly. For non-rs6000 case use new function
3472 gdb_print_insn_powerpc.
3473 (gdb_print_insn_powerpc): New function.
3474
3fbeef0b
AC
34752002-07-13 Andrew Cagney <ac131313@redhat.com>
3476
92eb23c5 3477 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3478 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3479 * configure.tgt: Mark d30v-*-* as obsolete.
3480 * d30v-tdep.c: Mark file as obsolete.
3481 * config/d30v/d30v.mt: Ditto.
3482 * config/d30v/tm-d30v.h: Ditto.
3483
aacb1f0a
AS
34842002-07-13 Aidan Skinner <aidan@velvet.net>
3485
3486 * ada-tasks.c (add_task_entry): replace calls to
3487 malloc() with xmalloc
3488 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3489
3490 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3491 ada_finish_decode_line_1, all_sals_for_line
3492 ada_breakpoint_rewrite): replace calls to free() with xfree()
3493
c11d79f2
KB
34942002-07-12 Kevin Buettner <kevinb@redhat.com>
3495
3496 From Nicholas Duffek (with minor changes by Martin Hunt,
3497 Louis Hamilton, and Kevin Buettner):
3498 * aix-thread.c: New file.
3499
8e19ed76
PS
35002002-07-12 Petr Sorfa <petrs@caldera.com>
3501
3502 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3503 complaint for invalid attribute class or form.
3504 (read_func_scope): DW_AT_frame_base
3505 better handling of DW_AT_block*.
3506 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3507 better handling of DW_AT_block*.
3508 (read_common_block): DW_AT_location
3509 better handling of DW_AT_block*.
3510 (read_partial_die): DW_AT_location better handling
3511 of DW_AT_block*.
3512 (new_symbol): DW_AT_external better handling of
3513 DW_AT_block*. Proper initialization of variable
3514 "addr".
3515 (attr_form_is_block): New function that returns true
3516 if the attribute's form is of DW_FORM_block*.
3517
295401f7
DJ
35182002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3519
3520 * valops.c (find_method_list): Remove comment about
3521 removed STATIC_MEMFUNCP argument.
3522 (value_find_oload_method_list): Likewise.
3523
e42dc924
KB
35242002-07-12 Kevin Buettner <kevinb@redhat.com>
3525
3526 From Nicholas Duffek:
3527 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3528 target_new_objfile_hook.
3529
6904b546
KB
35302002-07-12 Kevin Buettner <kevinb@redhat.com>
3531
3532 From Nicholas Duffek:
3533 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3534 csect.
3535
53fe9346
AC
35362002-07-12 Andrew Cagney <cagney@redhat.com>
3537
3538 * MAINTAINERS: Mention --enable-sim-build-warnings.
3539 (m68hc11-elf): Disable sim build warnings.
3540 (m32r-elf): Mark as broken obsolete candidate.
3541 (x86_64-linux-gnu): Mark as buildable with -Werror.
3542 (arm-elf): Change -w to ``,'' which enables warnings but not
3543 -Werror.
3544
af5f3db6
AC
35452002-07-12 Andrew Cagney <ac131313@redhat.com>
3546
3547 * bcache.h: Update copyright.
3548 (struct bstring, struct bcache): Move definition to "bcache.c".
3549 Replaced by opaque declaration.
3550 (bcache_xfree): Replace free_bcache.
3551 (bcache_xmalloc, bcache_memory_used): Declare.
3552
3553 * bcache.c: Update copyright.
3554 (struct bstring, struct bcache): Moved to here from "bcache.h".
3555 Update comments.
3556 (bcache_xmalloc, bcache_memory_used): New functions.
3557 (bcache_xfree): Replace function free_bcache.
3558
3559 * Makefile.in (objfiles.o): Add $(bcache_h).
3560 (objfiles_h): Remove $(bcache_h).
3561 (symfile.o): Add $(bcache_h).
3562
3563 * symmisc.c: Update copyright.
3564 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3565 (print_objfile_statistics): Use bcache_memory_used.
3566
3567 * symfile.c: Include "bcache.h".
3568 (reread_symbols): Use bcache_xfree.
3569 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3570 (add_psymbol_to_list): Pass psymbol_cache by value.
3571 (add_psymbol_with_dem_name_to_list): Ditto.
3572
3573 * objfiles.h: Update copyright.
3574 (struct bcache): Declare opaque. Do not include "bcache.h".
3575 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3576 bcache'' pointers.
3577 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3578
3579 * objfiles.c: Include "bcache.h". Update copyright.
3580 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3581 macro_cache.
3582 (free_objfile): Use bcache_xfree.
3583
444199e7
GS
35842002-07-11 Grace Sainsbury <graces@redhat.com>
3585
3586 * monitor.c (monitor_fetch_register): Make name a constant.
3587 (monitor_store_register): Same.
3588
261397f8
DJ
35892002-07-11 Daniel Jacobowitz <drow@mvista.com>
3590
3591 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3592 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3593 (finish_block) For non-function blocks, hash the symbol table. For
3594 function blocks, mark the symbol table as unhashed.
3595 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3596 (msymbol_hash_iw): Likewise.
3597 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3598 value.
3599 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3600 (lookup_minimal_symbol): Likewise for both.
3601 * symtab.h (struct block): Add `hashtable' flag. Comment the
3602 hashtable.
3603 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3604 (ALL_BLOCK_SYMBOLS): Update.
3605 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3606 (struct symbol): Add `hash_next' pointer.
3607 * symtab.c (lookup_block_symbol): Search using the hash table when
3608 possible.
3609 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3610 (search_symbols, find_addr_symbol): Likewise.
3611
3612 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3613 (read_dst_symtab): Likewise.
3614 * jv-lang.c (get_java_class_symtab): Likewise.
3615 * mdebugread.c: Include "gdb_assert.h".
3616 (shrink_block): Assert that the block being modified is not hashed.
3617 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3618 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3619 symbols.
3620 (dump_symtab): Recognize hashed blocks.
3621 * printcmd.c (print_frame_args): Assert that function blocks do not
3622 have hashed symbol tables.
3623 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3624 (fill_in_ada_prototype, debug_print_block): Likewise.
3625 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3626
6f0eaa01
CV
36272002-07-11 Corinna Vinschen <vinschen@redhat.com>
3628
3629 * stack.c (print_frame): Use result of frame_address_in_block()
3630 instead of fi->pc when evaluating symbols.
3631 (backtrace_command_1): Ditto.
3632
a208b0cb
AC
36332002-07-11 Andrew Cagney <cagney@redhat.com>
3634
3635 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3636 Make static.
3637
3638 * arm-tdep.c (arm_register_name): Make return type constant.
3639
a6b6b089
AC
36402002-07-10 Andrew Cagney <ac131313@redhat.com>
3641
5ae5f592
AC
3642 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3643 prototype.
3644 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3645 * s390-tdep.c (s390_fp_regnum): Ditto.
3646 (s390_read_fp): Ditto.
3647 (s390_pop_frame): Ditto.
3648 (_initialize_s390_tdep): Ditto.
3649 * remote.c (get_remote_state): Ditto.
3650 * procfs.c (mappingflags): Ditto.
3651 * memattr.c (_initialize_mem): Ditto.
3652 * mcore-tdep.c (mcore_pop_frame): Ditto.
3653 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3654 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3655 * language.c (set_case_str): Ditto.
3656 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3657 * frv-tdep.c (new_variant): Ditto.
3658 (frv_stopped_data_address): Ditto.
3659 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3660 (context_alloc): Ditto.
3661 (frame_state_alloc): Ditto.
3662 (unwind_tmp_obstack_init): Ditto.
3663 (unwind_tmp_obstack_free): Ditto.
3664 (cfi_read_fp): Ditto.
3665 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3666 (cris_pop_frame): Ditto.
3667 * c-lang.c (scanning_macro_expansion): Ditto.
3668 (finished_macro_expansion): Ditto.
3669 (c_preprocess_and_parse): Ditto.
3670 * gdbarch.sh: Ditto.
3671 * gdbarch.h, gdbarch.c: Regenerate.
3672 * config/mn10200/tm-mn10200.h: Adjust indentation.
3673 * target.c: Adjust indentation.
3674 * symtab.h: Adjust indentation.
3675 * stabsread.h: Adjust indentation.
3676 * remote-es.c: Adjust indentation.
3677 * os9kread.c: Adjust indentation.
3678
36792002-07-10 Andrew Cagney <ac131313@redhat.com>
3680
a6b6b089
AC
3681 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3682 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3683
a1789893
GS
36842002-07-10 Grace Sainsbury <graces@redhat.com>
3685
3686 * NEWS: Mention m68k, mcore multi-arching.
3687 * MAINTAINERS: Change status of m68k, mcore to reflect
3688 multi-arching.
3689
02f0d45d
DJ
36902002-07-10 Daniel Jacobowitz <drow@mvista.com>
3691
3692 * valops.c (find_overload_match): Free oload_syms.
3693
f15f768e
JB
36942002-07-09 Joel Brobecker <brobecker@gnat.com>
3695
3696 Define HAVE_SYS_PROC_H if sys/proc.h exists
3697 * configure.in: Add check for sys/proc.h
3698 * config.in: Regenerate.
3699 * configure: Regenerate.
3700
902a7139
GS
37012002-07-09 Grace Sainsbury <graces@redhat.com>
3702
3703 * config/m68k/tm-m68k.h: Remove macros wrapped in
3704 #if !GDB_MULTI_ARCH.
3705
a534e424
AC
37062002-07-08 Andrew Cagney <ac131313@redhat.com>
3707
3708 * config.in, configure: Regenerate.
3709
9b94f7bf
MK
37102002-07-08 Mark Kettenis <kettenis@gnu.org>
3711
3712 * dwarf2cfi.c: Include "gcore.h".
3713 (execute_stack_op): Fix implementation of the
3714 DW_OP_deref and DW_OP_deref_size operators by letting do their
3715 lookup in the target.
3716
1d34db41
MK
37172002-07-07 Mark Kettenis <kettenis@gnu.org>
3718
3719 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3720 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3721 tdep->sc_sp_offset.
3722
79d5b63a
DJ
37232002-07-05 Daniel Jacobowitz <drow@mvista.com>
3724
3725 Fix PR gdb/595, gdb/602
3726 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3727 Don't call value_cast, just read the vtable pointer; update comments
3728 to match.
3729
3bb912e8
GS
37302002-07-05 Grace Sainsbury <graces@redhat.com>
3731
3732 * config/mcore/tm-mcore.h: Remove file.
3733 * config/mcore/mcore.mt: Remove definition of TM_FILE
3734 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3735
ca39387d
MK
37362002-07-05 Mark Kettenis <kettenis@gnu.org>
3737
3738 * i386bsd-tdep.c: Include "gdb_string.h".
3739
efdc1108
GS
37402002-07-04 Grace Sainsbury <graces@redhat.com>
3741
3742 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3743 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3744 mcore-tdep.
3745 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3746 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3747 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3748 (RETVAL_REGNUM): Move macros from tm-mcore.h
3749 (mcore_reg_struct_has_addr): New function.
3750 (mcore_gdbarch_init): Added initializations for the macros removed
3751 from tm-mcore.h.
3752
bb21884d
MK
37532002-07-04 Mark Kettenis <kettenis@gnu.org>
3754
3755 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3756 traditonal string branding within the ELF header.
3757
228c6d41
DJ
37582002-07-04 Daniel Jacobowitz <drow@mvista.com>
3759
3760 * symtab.c (remove_params): New function.
3761 (make_symbol_overload_list): Use it instead of cplus_demangle.
3762 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3763
2404952e
MK
37642002-07-04 Mark Kettenis <kettenis@gnu.org>
3765
e5e4acad
MK
3766 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3767
baadce09
MK
3768 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3769 New variables.
3770 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3771 and tdep->sigtramp_end.
3772 * i386obsd-nat.c: New file.
3773 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3774
2404952e
MK
3775 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3776 Don't call get_current_frame().
3777
9b4f1ba7
PM
37782002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3779
3780 * i386-nat.c (child_post_startup_inferior): New function
3781 calling i386_cleanup_dregs if
3782 I386_USE_GENERIC_WATCHPOINTS is defined.
3783 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3784 conditional to acknowledge that i386-nat.c has its
3785 own child_post_startup_inferior function.
3786
c0d1d883
MK
37872002-07-04 Mark Kettenis <kettenis@gnu.org>
3788
00f8375e
MK
3789 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3790 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3791 instead of MAX_REGISTER_RAW_SIZE.
3792 (i386_extract_return_value, i386_extract_struct_value_address):
3793 Convert to use regcache.
3794 (i386_gdbarch_init): Set max_register_raw_size and
3795 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3796 Set extract_return_value and extract_struct_value_address instead
3797 of their deprecated variants.
3798
c0d1d883
MK
3799 Convert i386 target to generic dummy frames.
3800 * i386-tdep.c: Include "symfile.h".
3801 (i386_frameless_signal_p): Consider a function to be frameless if
3802 the pc points at the first instruction of the function.
3803 (i386_frame_chain): Handle (generic) call dummies.
3804 (i386_frame_saved_pc): Likewise.
3805 (i386_frame_init_saved_regs): Remove code dealing with call
3806 dummies on the stack.
3807 (i386_push_dummy_frame): Removed.
3808 (i386_call_dummy_words): Removed.
3809 (i386_fix_call_dummy): Removed.
3810 (i386_push_return_address): New function.
3811 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3812 parameter, and don't call get_current_frame.
3813 (i386_pop_frame): New function.
3814 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3815 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3816 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3817 call_dummy_length to 0, set call_dummy_words to NULL, set
3818 sizeof_call_dummy_words to 0, set fix_call_dummy to
3819 generic_fix_call_dummy, set pc_in_call_dummy to
3820 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3821 generic_push_dummy_frame, set push_return_address to
3822 i386_push_return_address and set frame_chain_valid to
3823 generic_file_frame_chain_valid.
3824
049ee0e4
AC
38252002-07-03 Andrew Cagney <ac131313@redhat.com>
3826
3827 * gdbarch.sh (struct regcache): Add opaque declaration.
3828 (EXTRACT_RETURN_VALUE): New architecture method.
3829 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3830 * gdbarch.h, gdbarch.c: Regenerate.
3831 * arch-utils.c (legacy_extract_return_value): New function.
3832 * arch-utils.h (legacy_extract_return_value): Declare.
3833 * values.c (value_being_returned): Re-enable code handling
3834 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3835 deprecated_grub_regcache_for_registers call to block handling
3836 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3837 (EXTRACT_RETURN_VALUE): Do not define.
3838
4e0d9804
GS
38392002-07-03 Grace Sainsbury <graces@redhat.com>
3840
3841 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3842 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3843 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3844 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3845 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3846 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3847 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3848 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3849 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3850 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3851 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3852 argument so the function fits the prototype in the architecture
3853 vector.
3854 (mcore_pop_frame): Remove argument so the function fits the
3855 prototype. Use get_current_frame instead of the argument.
3856 (mcore_push_arguments): Change type of struct_return so the
3857 function can be used in the architecture vector.
3858 (mcore_store_struct_return): Add.
3859 (mcore_frame_init_saved_regs): Add.
3860 (mcore_gdbarch_init): Add function calls to replace the macros
3861 removed from tm-mcore.h
3862
36160dc4
AC
38632002-07-03 Andrew Cagney <ac131313@redhat.com>
3864
3865 * infcmd.c (print_return_value): Remove compatibility code calling
3866 deprecated_grub_regcache_for_registers.
3867
3868 * values.c: Include "regcache.h".
3869 (value_being_returned): Update. Use
3870 deprecated_grub_regcache_for_registers to extract the register
3871 buffer address.
3872 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3873 ``struct regcache''.
3874 * Makefile.in (values.o): Add dependency on $(regcache_h).
3875
3876 * inferior.h (run_stack_dummy): Change type of second parameter to
3877 a ``struct regcache''.
3878 * valops.c (hand_function_call): Change type of retbuf to ``struct
3879 regcache''. Allocate using regcache_xmalloc, clean using
3880 make_cleanup_regcache_xfree.
3881 * infcmd.c (run_stack_dummy): Update. Use
3882 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3883
3884 * regcache.c (do_regcache_xfree): New function.
3885 (make_cleanup_regcache_xfree): New function.
3886 * regcache.h (make_cleanup_regcache_xfree): Declare.
3887
e64d9b3d
MH
38882002-07-03 Martin M. Hunt <hunt@redhat.com>
3889
4dd79c29
MH
3890 * event-top.c (command_line_handler): Don't read past
3891 beginning of buffer.
e64d9b3d 3892
4dd79c29
MH
38932002-07-03 Martin M. Hunt <hunt@redhat.com>
3894
e64d9b3d
MH
3895 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3896 struct frame_id.
3897 (varobj_create): Store frame_id for root.
3898 (varobj_gen_name): Use xasprintf.
3899 (varobj_update): Save and restore frame using get_frame_id() and
3900 frame_find_by_id().
3901 (create_child): Use xasprintf.
3902 (new_root_variable): Initialize frame_id.
3903 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3904 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3905 to prevent memory leak.
3906
26e6c56a
AC
39072002-07-03 Andrew Cagney <ac131313@redhat.com>
3908
3909 * valops.c (hand_function_call): Move declaration of retbuf to
3910 start of function, allocate using malloc, add a cleanup but before
3911 the inf_status cleanup, cleanup the buffer. Rename local variable
3912 old_chain to inf_status_cleanup.
3913
f436dd25
MH
39142002-07-03 Martin M. Hunt <hunt@redhat.com>
3915
3916 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3917
3918 * cli/cli-decode.c (cmd_func_p): New function.
3919 (cmd_func): New function.
3920
3921 * command.h: Add cmd_func() and cmd_func_p().
3922
4cfe2084
GS
39232002-07-03 Grace Sainsbury <graces@redhat.com>
3924
3925 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3926 (REGISTER_SIZE): Remove.
3927 (MAX_REGISTER_RAW_SIZE): Remove.
3928 (REGISTER_VIRTUAL_TYPE): Remove.
3929 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3930 (REGISTER_NAME): Remove.
3931 (USE_GENERIC_DUMMY_FRAMES): Remove.
3932 (CALL_DUMMY): Remove.
3933 (CALL_DUMMY_START_OFFSET): Remove.
3934 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3935 (CALL_DUMMY_LOCATION): Remove.
3936 (FIX_CALL_DUMMY): Remove.
3937 (CALL_DUMMY_ADDRESS): Remove.
3938 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3939 (SAVE_DUMMY_FRAME_TOS): Remove.
3940 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3941 (mcore_register_virtual_type): New function.
3942 (mcore_register_byte): New function.
3943 (mcore_register_size): New function.
3944 (mcore_register_name): New function.
3945 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3946 macros removed from tm-mcore.h.
3947 (mcore_dump_tdep): Add.
3948 (_initialize_mcore_tdep): Add gdbarch_register call.
3949
4fd667e9
MK
39502002-07-03 Mark Kettenis <kettenis@gnu.org>
3951
3952 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3953 frameless_look_for_prologue, such that we actually call this
3954 function.
3955
42f99ac2
JB
39562002-07-02 Joel Brobecker <brobecker@gnat.com>
3957
3958 * frame.h (frame_address_in_block): New function.
3959
3960 * blockframe.c (frame_address_in_block): New function extracted
3961 from get_frame_block().
3962 (get_frame_block): Use frame_address_in_block().
3963 (block_innermost_frame): Use frame_address_in_block() to match
3964 the frame pc address against the block boundaries rather than
3965 the frame pc directly. This prevents a failure when a frame pc
3966 is actually a return-address pointing immediately after the end
3967 of the given block.
3968
103a1597 39692002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3970
3971 * MAINTAINERS: Add self under write after approval.
3972
39732002-07-02 Grace Sainsbury <graces@redhat.com>
3974
103a1597
GS
3975 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3976 used in architecture vector. The default is
3977 m68k_local_breakpoint_from_pc.
3978 (m68k_local_breakpoint_from_pc): Add.
3979 (enum): Add register numbers from tm-m68k.h.
3980 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3981 vector.
3982 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3983 GDB_MULTI_ARCH_PARTIAL.
3984 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3985 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3986 m68k-tdep.c.
3987 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3988 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3989 to enum in m68k-tdep.c
3990
7a5a0534
JB
39912002-07-02 Joel Brobecker <brobecker@gnat.com>
3992
3993 * solib-osf.c (open_map): Compute the list of shared libraries
3994 loaded by the inferior, rather than the list of libraries loaded
3995 by GDB itself. Otherwise, GDB ends up reading the symbols from
3996 the wrong shared libraries...
3997
6f558d74
MK
39982002-07-02 Mark Kettenis <kettenis@gnu.org>
3999
b7d15bf7
MK
4000 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4001 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4002 macros.
4003 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4004 Remove functions.
4005 (FRAMELESS_SIGNAL): Remove function.
4006 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4007 i386_linux_saved_pc_after_call): Removed.
4008 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4009 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4010 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4011
6bff26de
MK
4012 * i386-tdep.c (i386_frameless_signal_p): New function.
4013 (i386_frame_chain): Deal with frameless signals.
4014 (i386_sigtramp_saved_sp): New function.
4015 (i386_frame_saved_pc): Deal with frameless signals.
4016 (i386_saved_pc_after_call): Make sure the correct value is
4017 returned just after entry into a sigtramp.
4018 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4019 i386fbsd4_sc_sp_offset): New variables.
4020 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4021 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4022 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4023 similiar to what we already did for sc_pc_offset.
4024 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4025 tdep->sc_sp_offset.
4026
6f558d74
MK
4027 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4028
145564b7
ML
40292002-07-02 Michal Ludvig <mludvig@suse.cz>
4030
4031 * config/i386/tm-x86-64linux.h: New.
4032 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4033 definitions.
4034 * config/i386/nm-x86-64.h: Rename to ...
4035 * config/i386/nm-x86-64linux.h: ... this one.
4036 * config/i386/x86-64linux.mh: Reflect the above change.
4037
3a1e71e3
MK
40382002-07-01 Mark Kettenis <kettenis@gnu.org>
4039
21d0e8a4
MK
4040 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4041 with sigcontext_addr. Add sc_sp_offset.
4042 (i386bsd_sigtramp_saved_pc): Remove prototype.
4043 (i386bsd_sicontext_addr): Add prototype.
4044 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4045 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4046 (i386_svr4_sigtramp_saved_pc): Removed.
4047 (i386_svr4_sigcontext_addr): New function.
4048 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4049 Initialize tdep->sigcontext_addr instead. Initialize
4050 tdep->sc_pc_offset and tdep->sc_sp_offset.
4051 (i386_gdbarch_init): Likewise.
4052 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4053 any more.
4054 (i386bsd_sigtramp_saved_pc): Remove function.
4055 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4056 Initialize tdep->sigcontext_addr instead. Initialize
4057 tdep->sc_pc_offset.
4058 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4059 of tdep->sigtramp_saved_pc.
4060 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4061 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4062 instead.
4063
3a1e71e3
MK
4064 * i386-tdep.c (i386_frameless_function_invocation,
4065 i386_frame_num_args, i386_frame_init_saved_regs,
4066 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4067 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4068 i386_extract_return_value, i386_store_return_value,
4069 i386_extract_struct_value_address, i386_register_virtual_type,
4070 i386_register_convertible, i386_register_convert_to_virtual,
4071 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4072 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4073 static.
4074
52e9098c
MK
40752002-07-01 Mark Kettenis <kettenis@gnu.org>
4076
77b13a25
MK
4077 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4078
52e9098c
MK
4079 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4080 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4081 this macro. Include "value.h".
4082
1b372fff
AS
40832002-06-30 Aidan Skinner <aidan@velvet.net>
4084
4085 * ada-exp.tab.c: remove as it's a generated file
4086 * ada-lex.c: remove as it's a generated file
4087
9c5045b5
MK
40882002-06-30 Mark Kettenis <kettenis@gnu.org>
4089
4a93c5bb
MK
4090 * config/i386/tm-i386.h (struct frame_info, struct
4091 frame_saved_regs, struct value, struct type): Remove forward
4092 declarations.
4093
322d4fe0
MK
4094 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4095 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4096 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4097 (FILL_FPXREGSET): Define.
4098
fdd8263d
MK
4099 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4100
482e577b
MK
4101 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4102 i[3456]86-*-netbsd* case.
4103 * config/i386/tm-obsd.h: Removed.
4104 * config/i386/obsd.mt: Removed.
4105 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4106 core-aout.o.
4107 (MH_CFLAGS): Add -DYYDEBUG=0.
4108
6916549a
MK
4109 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4110 i386nbsd_sc_pc_offset on OpenBSD too.
4111
9c5045b5
MK
4112 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4113 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4114 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4115 define.
4116 * i386bsd-tdep.c: Include "arch-utils.h".
4117 (i386bsd_aout_in_solib_call_trampoline): New function.
4118 (i386bsd_init_abi): Set in_solib_call_trampoline to
4119 i386bsd_aout_in_solib_call_trampoline.
4120 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4121 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4122
aa84d1bb
AC
41232002-06-28 Andrew Cagney <ac131313@redhat.com>
4124
4125 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4126 (struct obstack, struct bcache): Add opaque declarations.
4127 * Makefile.in (macrotab_h): Update
4128
b4d83933
AC
41292002-06-28 Andrew Cagney <ac131313@redhat.com>
4130
4131 * blockframe.c (generic_find_dummy_frame): Change return type to
4132 ``struct regcache''.
4133 (struct dummy_frame): Replace field ``registers'' with regcache, a
4134 struct regcache object.
4135 (generic_find_dummy_frame): Update.
4136 (generic_push_dummy_frame): Update. Use regcache_xfree,
4137 regcache_xmalloc and regcache_cpy.
4138 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4139 regcache_xfree.
4140 (deprecated_generic_find_dummy_frame): Update.
4141 (generic_read_register_dummy): Update. Use
4142 regcache_read_as_address.
4143 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4144 (generic_get_saved_register): Update. Use regcache_read.
4145
08c0b5bc
AC
41462002-06-28 Andrew Cagney <ac131313@redhat.com>
4147
4148 * Makefile.in (objfiles_h): Add $(bcache_h).
4149 * objfiles.h: Include "bcache.h".
4150
4151 * Makefile.in (symtab_h): Remove $(bcache_h).
4152 * symtab.h: Do not include "bcache.h".
4153
1f89801a
AC
41542002-06-28 Andrew Cagney <ac131313@redhat.com>
4155
4156 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4157 generic_func_frame_chain_valid.
4158
b9644b58
DB
41592002-06-28 David O'Brien <obrien@FreeBSD.org>
4160
4161 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4162 * config/i386/tm-fbsd.h: Likewise.
4163
dd486634
AC
41642002-06-28 Andrew Cagney <ac131313@redhat.com>
4165
4166 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4167 generic_unwind_get_saved_register.
4168
0b434a00
AC
41692002-06-27 Andrew Cagney <ac131313@redhat.com>
4170
4171 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4172 * regcache.c (supply_register): Add missing argument to
4173 register_buffer call.
4174
f30e5a77
AC
41752002-06-27 Andrew Cagney <ac131313@redhat.com>
4176
4177 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4178 Solaris /bin/grep does not not like it. From Peter Schauer.
4179
9f064c95
TT
41802002-06-26 Tom Tromey <tromey@redhat.com>
4181
4182 * command.h (add_setshow_cmd): Declare.
4183 (add_setshow_cmd_full): Declare.
4184 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4185 returns void. Use add_setshow_cmd_full.
4186 (add_setshow_cmd_full): New function.
4187 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4188 (add_setshow_boolean_cmd): Likewise.
4189
099c7589
JT
41902002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4191
4192 * config/vax/tm-vax.h: Protect from multiple inclusion.
4193 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4194 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4195 * config/vax/tm-vaxbsd.h: ...here. New file.
4196 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4197
1d049c5e
JT
41982002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4199
4200 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4201 (BELIEVE_PCC_PROMOTION): Remove.
4202 (AP_REGNUM): Move to...
4203 * config/vax/nm-vax.h: ...here.
4204 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4205 (vax_breakpoint_from_pc): New function.
4206 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4207 and gdbarch_believe_pcc_promotion.
4208
4791e091
JT
42092002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4210
4211 * Makefile.in (vax_tdep_h): Define.
4212 (vax-tdep.o): Use $(vax_tdep_h).
4213 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4214 (vax_dump_tdep): New function.
4215 (_initialize_vax_tdep): Register vax_dump_tdep.
4216 * vax-tdep.h: Include osabi.h.
4217 (struct gdbarch_tdep): New.
4218
da130f98
AC
42192002-06-26 Andrew Cagney <cagney@redhat.com>
4220
4221 * frame.h (deprecated_generic_find_dummy_frame): Rename
4222 generic_find_dummy_frame.
4223 * blockframe.c (generic_find_dummy_frame): Make static.
4224 (deprecated_generic_find_dummy_frame): New function.
4225 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4226 generic_find_dummy_frame with deprecated_find_dummy_frame.
4227 (sh64_nofp_frame_init_saved_regs): Ditto.
4228 (sh_fp_frame_init_saved_regs): Ditto.
4229 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4230 (s390_frame_chain): Ditto.
4231 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4232
6300c360
GS
42332002-06-26 Grace Sainsbury <graces@redhat.com>
4234
4235 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4236 gdbarch vector are at the top.
4237 (NUM_REGS): Remove.
4238 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4239 (FRAME_ARGS_ADDRESS): Remove.
4240 (FRAME_LOCALS_ADDRESS): Remove.
4241 (FRAME_NUM_ARGS): Remove.
4242 (FRAME_ARGS_SKIP): Remove.
4243 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4244 (m68k_gdbarch_init): Add gdbarch initializations for macros
4245 undefined in tm-m68k.h
4246
1c617db8
GS
42472002-06-26 Grace Sainsbury <graces@redhat.com>
4248
4249 * monitor.h: Add the function regname to monitor_ops
4250 structure. This way NUM_REGS does not have to be a constant.
4251 * monitor.c (monitor_fetch_register): Added support for regname
4252 function. The function is called if the array regnames is NULL.
4253 (monitor_store_register): Same.
da130f98
AC
4254 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4255 regnames array.
1c617db8
GS
4256 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4257 cpu32bug_cmds.regname to point to new function.
4258 * abug-rom.c (abug_regname): Same as above.
4259 (init_abug_cmds): Same.
4260 * dbug-rom.c (dbug_regname): Same as above.
4261 (init_dbug_cmds): Same.
4262 * remote-est.c (est_regname): Same.
4263 (init_est_cmds): Same.
4264 * rom68k-rom.c (rom68k_regname): Same.
4265 (init_rom68k_cmds): Same.
4266
ea9365bb
TT
42672002-06-25 Tom Tromey <tromey@redhat.com>
4268
4269 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4270
72cec141
AC
42712002-06-25 Andrew Cagney <cagney@redhat.com>
4272
4273 * infrun.c (stop_registers): Change variable's type to ``struct
4274 regcache'''.
4275 (xmalloc_inferior_status): Delete function.
4276 (free_inferior_status): Delete function.
4277 (normal_stop): Use regcache_cpy.
4278 (struct inferior_status): Change type of fields ``stop_registers''
4279 and ``registers'' to ``struct regcache''.
4280 (write_inferior_status_register): Use regcache_write.
4281 (save_inferior_status): Instead of calling
4282 xmalloc_inferior_status, allocate the inf_status buffer directly.
4283 Use regcache_dup_no_passthrough and regcache_dup to save the
4284 buffers.
4285 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4286 Replace the stop_registers regcache instead of overriding it. Use
4287 regcache_xfree. Instead of calling free_inferior_status, xfree
4288 the buffer directly.
4289 (discard_inferior_status): Use regcache_xfree. Instead of calling
4290 free_inferior_status, xfree the buffer directly.
4291 (build_infrun): Use regcache_xmalloc.
4292 (_initialize_infrun): Delete redundant call to build_infrun.
4293
4294 * Makefile.in (infcmd.o): Add $(regcache_h).
4295
4296 * infcmd.c: Include "regcache.h".
4297 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4298 obtain the address of `stop_registers' register buffer.
4299 (print_return_value): Ditto.
4300
4301 * inferior.h (struct regcache): Add opaque declaration.
4302 (stop_registers): Change variable's declared type to ``struct
4303 regcache''.
4304
defc6f8c
TT
43052002-06-24 Tom Tromey <tromey@redhat.com>
4306
c0e624e7
TT
4307 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4308 * target.c (initialize_targets): Fixed typo in
4309 trust-readonly-sections `show' documentation.
4310
defc6f8c
TT
4311 * main.c: Marked all strings with _().
4312
2b236d82
DH
43132002-06-24 Don Howard <dhoward@redhat.com>
4314
4315 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4316 that means max CORE_ADDR+1.
4317 (lookup_mem_region): Ditto.
4318 (mem_info_command): Ditto.
4319
942dc0e9
GS
43202002-06-24 Grace Sainsbury <graces@redhat.com>
4321
4322 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4323 (REGISTER_BYTES_OK): Remove.
4324 (REGISTER_BYTES): Remove.
4325 (STORE_STRUCT_RETURN): Remove.
4326 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4327 (STORE_RETURN_VALUE): Remove.
4328 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4329 (FRAME_CHAIN): Remove.
4330 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4331 (FRAME_SAVED_PC): Remove.
4332 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4333 (m68k_store_struct_return): Add.
4334 (m68k_deprecated_extract_return_value): Add.
4335 (m68k_deprecated_extract_struct_value_address): Add.
4336 (m68k_store_return_value): Add.
4337 (m68k_frame_chain): Add.
4338 (m68k_frameless_function_invocation): Add.
4339 (m68k_frame_saved_pc): Add.
4340 (m68k_gdbarch_init): added set_gdbarch calls for new
4341 functions and deleted macros.
4342
03c30d4d
TT
43432002-06-23 Tom Tromey <tromey@redhat.com>
4344
4345 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4346 (ALLDEPFILES): Likewise.
4347 (udiheaders): Removed.
4348 (udip2soc.o): Likewise.
4349 (udi2go32.o): Likewise.
4350 (udr.o): Likewise.
4351 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4352
37e71372
AC
43532002-06-22 Andrew Cagney <ac131313@redhat.com>
4354
06a6ac57
AC
4355 * infrun.c (_initialize_infrun): Delete unnecessary call to
4356 build_infrun.
4357
37e71372
AC
4358 * regcache.h: Update comments describing the regcache_cpy family
4359 of functions.
4360 (regcache_save, regcache_restore): Delete declaration.
4361 (regcache_save_no_passthrough): Delete declaration.
4362 (regcache_restore_no_passthrough): Delete declaration.
4363 * regcache.c (regcache_save): Delete function.
4364 (regcache_save_no_passthrough): Delete function.
4365 (regcache_restore): Delete function.
4366 (regcache_restore_no_passthrough): Delete function.
4367
78f6d055
AC
43682002-06-21 Andrew Cagney <ac131313@redhat.com>
4369
4370 * config/m68k/tm-m68k.h: Fix typo.
4371 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4372 (m68k_frame_init_saved_regs): Declare.
4373
78b119cb
JB
43742002-06-21 Jim Blandy <jimb@redhat.com>
4375
4376 Remove some vestiges of Harris 88k support.
4377 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4378 register numbering quirk.
4379 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4380 odd symbols occurring in Harris 88k ELF targets.
4381
0fbb3da7
TT
43822002-06-21 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb_locale.h: New file.
4385 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4386 (defs_h): Added gdb_locale.h.
4387 * configure, config.in: Rebuilt.
4388 * configure.in (PACKAGE): Define.
4389 * defs.h: Include gdb_locale.h.
4390 * main.c (captured_main): Call setlocale, bindtextdomain,
4391 textdomain.
4392
456f8b9d
DB
43932002-06-21 Dave Brolley <brolley@redhat.com>
4394
4395 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4396 * config/frv/frv.mt: New file.
4397 * config/frv/tm-frv.h: New file.
4398 * configure.tgt: Support frv-*-*.
4399 * Makefile.in (frv-tdep.o): New target.
4400 * frv-tdep.c: New file.
4401 * NEWS: Mention frv.
4402
cdd463f9
DB
44032002-06-21 Dave Brolley <brolley@redhat.com>
4404
4405 * MAINTAINERS: Add self to "Write After Approval" list.
4406
5d3ed2e3
GS
44072002-06-21 Grace Sainsbury <graces@redhat.com>
4408
4409 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4410 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4411 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4412 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4413 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4414
4415 * m68k-tdep.c: Include arch-utils.h
4416 (m68k_register_raw_size): Add.
4417 (m68k_register_virtual_size): Add.
4418 (m68k_register_virtual_type): Add.
4419 (m68k_register_name): Add.
4420 (m68k_stack_align): Add.
4421 (m68k_register_byte): Add.
4422 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4423 tm-m68k.h.
4424
7f8e7424
GS
44252002-06-21 Grace Sainsbury <graces@redhat.com>
4426
a2c6a6d5 4427 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4428 m68k_find_saved_regs.
4429 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4430 references to it with frame->saved_regs.
7f8e7424
GS
4431 (m68k_gdbarch_init): Added function calls to initialize the
4432 gdbarch structure.
a2c6a6d5
GS
4433 (m68k_fix_call_dummy): Add.
4434 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4435 (CALL_DUMMY): Remove.
4436 (CALL_DUMMY_LENGTH): Remove.
4437 (CALL_DUMMY_START_OFFSET): Remove.
4438 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4439 (FIX_CALL_DUMMY): Remove.
4440 (PUSH_DUMMY_FRAME): Remove.
4441 (POP_FRAME): Remove.
7f8e7424 4442
f461f5cf
PM
44432002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4444
4445 * parse.c (parse_fprintf): New function used to avoid calls to
4446 fprintf in bison parser generated debug code.
4447 * parser-defs.h: Declaration of new parse_fprintf function.
4448 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4449 Set YYDEBUG to 1 by default.
4450 Set YYFPRINTF as parse_fprintf.
4451
7f0c12ed
ML
44522002-06-21 Michal Ludvig <mludvig@suse.cz>
4453
4454 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4455 encoding anymore.
4456 (pointer_encoding, enum ptr_encoding): New.
4457 (execute_cfa_program): Take care about pointer encoding.
4458 (dwarf2_build_frame_info): Only call parse_frame_info for
4459 .debug_frame and .eh_frame.
4460 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4461 fixed augmentation handling, added relative addressing,
4462 ignore duplicate FDEs. Added comments.
19d833a2 4463 * dwarf2cfi.c: Reindented.
7f0c12ed 4464
87c4a039
EZ
44652002-06-20 Elena Zannoni <ezannoni@redhat.com>
4466
4467 * event-top.c (command_handler): Don't use space_at_cmd_start
4468 unless there is sbrk() on the host. Assign time and space data
4469 to union fields of the appropriate length.
4470
1cf877ad
ML
44712002-06-20 Michal Ludvig <mludvig@suse.cz>
4472
4473 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4474 x86_64_register_name. Return type changed to 'const char *'.
4475 (x86_64_register_name2nr): Rename to x86_64_register_number.
4476 (x86_64_gdbarch_init): Update to reflect the change.
4477 * x86-64-tdep.h: Ditto.
4478 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4479 (supply_fpregset): Ditto.
4480
3fadccb3
AC
44812002-06-19 Andrew Cagney <cagney@redhat.com>
4482
4483 * regcache.h: Update copyright.
4484 (struct regcache, struct gdbarch): Add opaque declarations.
4485 (current_regcache): Declare global variable.
4486 (regcache_read, regcache_write): Add gdbarch parameter.
4487 (regcache_save, regcache_save_no_passthrough)
4488 (regcache_restore, regcache_restore_no_passthrough)
4489 (regcache_dup, regcache_dup_no_passthrough)
4490 (regcache_cpy, regcache_cpy_no_passthrough)
4491 (deprecated_grub_regcache_for_registers)
4492 (deprecated_grub_regcache_for_register_valid)
4493 (regcache_valid_p): Add function declarations.
4494
4495 * regcache.c: Update copyright.
4496 (regcache_descr_handle): New global variable.
4497 (struct regcache_descr): Define.
4498 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4499 (regcache_descr, xfree_regcache_descr): New functions.
4500 (struct regcache): Define.
4501 (regcache_xmalloc, regcache_xfree): New functions.
4502 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4503 (regcache_dup, regcache_dup_no_passthrough): New functions.
4504 (regcache_valid_p, regcache_read_as_address): New functions.
4505 (deprecated_grub_regcache_for_registers): New function.
4506 (deprecated_grub_regcache_for_register_valid): New function.
4507 (current_regcache): New global variable.
4508 (register_buffer): Add regcache parameter. Update calls.
4509 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4510 (read_register_gen, write_register_gen): Update register_buffer
4511 call. Test for legacy_p instead of gdbarch_register_read_p or
4512 gdbarch_register_write_p.
4513 (regcache_collect): Update register_buffer call.
4514 (build_regcache): Rewrite. Use deprecated grub functions.
4515 (regcache_save, regcache_save_no_passthrough): New functions.
4516 (regcache_restore, regcache_restore_no_passthrough): New
4517 functions.
4518 (_initialize_regcache): Create the regcache_data_handle. Swap
4519 current_regcache global variable.
4520
4521 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4522 parameter to regcache_read and regcache_write calls.
4523 (sh4_register_read): Ditto.
4524 (sh64_pseudo_register_read): Ditto.
4525 (sh64_register_read): Ditto.
4526 (sh_pseudo_register_write): Ditto.
4527 (sh4_register_write): Ditto.
4528 (sh64_pseudo_register_write): Ditto.
4529 (sh64_register_write): Ditto.
4530
4531 * defs.h (XCALLOC): Define.
4532
152d9db6
GS
45332002-06-19 Grace Sainsbury <graces@redhat.com>
4534
4535 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4536 * m68k-tdep.c (m68k_gdbarch_init): Added.
4537 (m68k_dump_tdep): Added.
4538
170911c7
DJ
45392002-06-19 Daniel Jacobowitz <drow@mvista.com>
4540
4541 * ada-lang.c (fill_in_ada_prototype): Update comment.
4542
2e4ebe70
DJ
45432002-06-19 Daniel Jacobowitz <drow@mvista.com>
4544
4545 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4546 MIPS_ABI_LAST.
4547 (mips_abi_string, mips_abi_strings): New.
4548 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4549 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4550 tdep->mips_abi_string. Honor mips_abi_string. Default to
4551 O32 if no ABI is found.
4552 (mips_dump_tdep): Use mips_abi_strings.
4553 (mips_abi_update): New function.
4554 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4555 ``set mips abi'' and ``show mips abi''. Check the size of
4556 mips_abi_strings.
4557
16775908
AC
45582002-06-19 Andrew Cagney <cagney@redhat.com>
4559
4560 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4561 constant.
4562
5051bfa4 45632002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4564
5051bfa4
JB
4565 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4566 current frame using only the first stack size adjustment. All
4567 subsequent size adjustments are not considered to be part of
4568 the "static" part of the current frame.
4569 Compute the address of the saved registers relative to the
4570 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4571 in use in this frame.
4572
56468235
DH
45732002-06-18 Don Howard <dhoward@redhat.com>
4574
4575 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4576 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4577 suggesting this solution.
4578
0b624158
AC
45792002-06-18 Andrew Cagney <ac131313@redhat.com>
4580
4581 * config/romp/xm-rtbsd.h: Delete file.
4582 * config/romp/rtbsd.mh: Delete file.
4583
221ea385
KS
45842002-06-18 Keith Seitz <keiths@redhat.com>
4585
4586 * breakpoint.c (condition_command): Post breakpoint_modify
4587 when a condition is added to an existing breakpoint.
4588 (commands_command): Likewise for commands.
4589 (set_ignore_count): Likewise for ignore counts.
4590 If no tty, do not simply return, still need to send event
4591 notification.
4592 (ignore_command): Only print a newline if the command came
4593 from a tty.
4594 Don't call breakpoints_changed, since this is now properly
4595 handled by set_ignore_count.
4596
5402eed1
AC
45972002-06-18 Andrew Cagney <cagney@redhat.com>
4598
4599 * MAINTAINERS: Note that cris-elf target can be compiled with
4600 -Werror.
4601 * cris-tdep.c (cris_register_name): Make return type constant.
4602 (cris_breakpoint_from_pc): Ditto.
4603
cc22880b
ML
46042002-06-18 Michal Ludvig <mludvig@suse.cz>
4605
4606 * frame.h (struct frame_info): Change type of context to
4607 'struct context'.
4608
fa88f677
AC
46092002-06-17 Andrew Cagney <cagney@redhat.com>
4610
4611 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4612 pointer.
4613 * gdbarch.h, gdbarch.c: Regenerate.
4614 * config/mips/tm-mips.h (mips_register_name): Update.
4615 * i386-tdep.h (i386_register_name): Update.
4616 * mips-tdep.c (mips_register_name): Update
4617 * alpha-tdep.c (alpha_register_name): Update.
4618 * arch-utils.c (legacy_register_name): Update.
4619 * arch-utils.h (legacy_register_name): Update.
4620 * avr-tdep.c (avr_register_name): Update.
4621 * ia64-tdep.c (ia64_register_name): Update.
4622 * i386-tdep.c (i386_register_name): Update.
4623 * sparc-tdep.c (sparc32_register_name): Update.
4624 (sparc64_register_name): Update.
4625 (sparclite_register_name): Update.
4626 (sparclet_register_name): Update.
4627 * sh-tdep.c (sh_generic_register_name): Update.
4628 (sh_sh_register_name): Update.
4629 (sh_sh3_register_name): Update.
4630 (sh_sh3e_register_name): Update.
4631 (sh_sh_dsp_register_name): Update.
4632 (sh_sh3_dsp_register_name): Update.
4633 (sh_sh4_register_name): Update.
4634 (sh_sh64_register_name): Update.
4635 * s390-tdep.c (s390_register_name): Update.
4636 * rs6000-tdep.c (rs6000_register_name): Update.
4637 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4638 (ns32k_register_name_32382): Update.
4639 * d10v-tdep.c (d10v_ts2_register_name): Update.
4640 (d10v_ts3_register_name): Update.
4641 * xstormy16-tdep.c (xstormy16_register_name): Update.
4642 * vax-tdep.c (vax_register_name): Update.
4643 * v850-tdep.c (v850_register_name): Update.
4644 * m68hc11-tdep.c (m68hc11_register_name): Update.
4645 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4646 (am33_register_name): Update.
4647
ea1e7ef6
GS
46482002-06-17 Grace Sainsbury <graces@redhat.com>
4649
4650 * m68k-tdep.c: Reindented.
4651
9b02dd1b
AC
46522002-06-17 Andrew Cagney <ac131313@redhat.com>
4653
4654 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4655 list of predefined types.
4656
8758dec1
MK
46572002-06-16 Mark Kettenis <kettenis@gnu.org>
4658
b6197528
MK
4659 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4660 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4661 REGISTER_CONVERT_TO_RAW): Remove defines.
4662 (i386_register_virtual_type, i386_register_convertible,
4663 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4664 Remove prototypes.
4665 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4666 macros mentioned above.
4667
82b47e62
MK
4668 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4669 (i386lynx_saved_pc_after_call): Remove prototype.
4670 * i386ly-tdep.c: Include "i386-tdep.h".
4671 (i386lynx_saved_pc_after_call): Make static. Use
4672 read_memory_nobpt instead of read_memory. Use
4673 read_memory_unsigned_integer instead of read_memory_integer.
4674 (i386lynx_init_abi): New function.
4675 (i386lynx_coff_osabi_sniffer): New function.
4676 (_initialize_i386bsd_tdep): New function.
4677
8758dec1
MK
4678 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4679 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4680 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4681 (i386_fix_call_dummy): Remove prototype.
4682 * i386-tdep.c (i386_call_dummy_words): New variable.
4683 (i386_gdbarch_init): Adjust for removal of the
4684 macros mentioned above.
4685
e9e68a56
AC
46862002-06-15 Andrew Cagney <ac131313@redhat.com>
4687
4688 * command.h (add_setshow_auto_boolean_cmd): Replace
4689 add_set_auto_boolean_cmd.
4690 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4691 add_set_auto_boolean_cmd.
4692 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4693 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4694 mask-address'' command.
4695 (show_mask_address): Add cmd parameter.
4696 * remote.c (add_packet_config_cmd): Update. Change type of
4697 set_func and show_func to cmd_sfunc_ftype.
4698 (_initialize_remote): Update `set remote Z-packet'
4699 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4700 (show_remote_protocol_e_packet_cmd): Ditto.
4701 (show_remote_protocol_E_packet_cmd): Ditto.
4702 (show_remote_protocol_P_packet_cmd): Ditto.
4703 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4704 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4705 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4706 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4707 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4708 (show_remote_protocol_Z_packet_cmd): Ditto.
4709 (show_remote_protocol_binary_download_cmd): Ditto.
4710 (show_remote_cmd): Pass NULL to all of above.
4711
fc08ec52
MK
47122002-06-15 Mark Kettenis <kettenis@gnu.org>
4713
4714 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4715 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4716 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4717 POP_FRAME): Remove defines.
4718 (i386_push_arguments, i386_store_struct_return,
4719 i386_extract_return_value, i386_store_return_value,
4720 i386_extract_struct_value_address, i386_push_dummy_frame,
4721 i386_pop_frame): Renove prototypes.
4722 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4723 macros mentioned above.
4724
e707bbc2
AC
47252002-06-15 Andrew Cagney <ac131313@redhat.com>
4726
4727 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4728 add_set_boolean_cmd.
4729 (add_setshow_cmd): New function.
4730 * command.h (add_setshow_boolean_cmd): Replace
4731 add_set_boolean_cmd.
4732 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4733 and ``set rdiromatzero''.
4734 * maint.c (_initialize_maint_cmds): Update commented out code.
4735 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4736 * target.c (initialize_targets): Update `set
4737 trust-readonly-sections'.
4738 * remote.c (_initialize_remote): Update `set remotebreak'.
4739
42fdc8df
MK
47402002-06-15 Mark Kettenis <kettenis@gnu.org>
4741
93924b6b
MK
4742 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4743 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4744 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4745 fit into multi-arch framework.
4746 (i386_breakpoint_from_pc): New function.
4747 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4748 above.
4749
42fdc8df
MK
4750 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4751 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4752 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4753 (i386_frameless_function_invocation, i386_frame_num_args,
4754 i386_frame_init_saved_regs): Remove prototypes.
4755 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4756 macros mentioned above.
4757
9773a94b
AC
47582002-06-15 Andrew Cagney <ac131313@redhat.com>
4759
4760 * cli/cli-decode.c (set_cmd_cfunc): Update.
4761 (set_cmd_sfunc): Update.
4762 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4763 (set_cmd_sfunc, set_cmd_cfunc): Update.
4764 * cli/cli-decode.h: Update.
4765
6e157172
MK
47662002-06-15 Mark Kettenis <kettenis@gnu.org>
4767
4768 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4769 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4770
7f19b9a2
AC
47712002-06-15 Andrew Cagney <ac131313@redhat.com>
4772
4773 * defs.h (auto_boolean): Declare enum.
4774 * command.h (cmd_auto_boolean): Delete enum.
4775 * mips-tdep.c (mask_address_var): Update.
4776 (mips_mask_address_p): Update.
4777 (show_mask_address): Update.
4778 * remote.c (struct packet_config): Update.
4779 (update_packet_config): Update.
4780 (show_packet_config_cmd): Update.
4781 (packet_ok): Update.
4782 (add_packet_config_cmd): Update.
4783 (_initialize_remote):
4784 * command.h: Update.
4785 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4786 (do_setshow_command): Update.
4787 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4788 * cli/cli-decode.h: Update.
4789
1cf88de5
MK
47902002-06-15 Mark Kettenis <kettenis@gnu.org>
4791
22ba8cf2
MK
4792 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4793 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4794 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4795 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4796 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4797 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4798
762c5349
MK
4799 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4800 list of DJGPP COFF targets.
4801
091198bb
MK
4802 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4803 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4804 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4805 (FP0_REGNUM): Remove define.
4806 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4807 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4808 (i386_register_virtual_size): Remove protoype.
4809 * i386-tdep.c (i386_register_virtual_size): Removed.
4810 (i386_extract_return_value, i386_store_return_value): Use
4811 FP0_REGNUM instead of NUM_FREGS to determine whether the
4812 floating-point registers are available.
4813 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4814 Adjust for removal of macros mentioned above.
4815
48162002-06-15 Mark Kettenis <kettenis@gnu.org>
4817
fcc9bf01
MK
4818 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4819 comments.
4820 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4821 Remove prototypes.
4822 (supply_gregset, fill_gregset): Remove use of register keyword and
4823 remove declaration for regmap. Use I386_NUM_GREGS instead of
4824 NUM_REGS and NUM_FREGS.
4825 (FPREGSET_FSAVE_OFFSET): Remove.
4826 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4827 NUM_FREGS to determine whether the floating-point registers are
4828 available.
4829
65e78234
MK
4830 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4831 gnu_store_registers): Replace usage of NUM_GREGS with
4832 I386_NUM_GREGS.
4833
98df6387
MK
4834 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4835 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4836 usage of NUM_GREGS with I386_NUM_GREGS.
4837
099a9414
MK
4838 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4839
57976e88
MK
4840 * i386bsd-nat.c: Include "i386-tdep.h".
4841 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4842 I386_NUM_GREGS.
4843
b335f4a6
MK
4844 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4845 and associated comment. They no longer make any sense, since we
4846 don't use this file anymore on Linux.
4847
1cf88de5
MK
4848 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4849 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4850 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4851 elements in these arrays.
4852 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4853 MAX_NUM_REGS.
4854
daa66587
MK
48552002-06-15 Mark Kettenis <kettenis@gnu.org>
4856
4857 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4858 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4859
26e9b323
AC
48602002-06-14 Andrew Cagney <cagney@redhat.com>
4861
4862 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4863 EXTRACT_RETURN_VALUE.
4864 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4865 EXTRACT_STRUCT_VALUE_ADDRESS.
4866 * gdbarch.h, gdbarch.c: Regenerate.
4867
4868 * values.c (value_being_returned): Handle
4869 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4870 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4871
4872 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4873 * arm-tdep.c (arm_gdbarch_init): Update.
4874 * avr-tdep.c (avr_gdbarch_init): Update.
4875 * cris-tdep.c (cris_gdbarch_init): Update.
4876 * d10v-tdep.c (d10v_gdbarch_init): Update.
4877 * ia64-tdep.c (ia64_gdbarch_init): Update.
4878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4879 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4880 * s390-tdep.c (s390_gdbarch_init): Update.
4881 * sh-tdep.c (sh_gdbarch_init): Update.
4882 * s390-tdep.c (s390_gdbarch_init): Update.
4883 * sparc-tdep.c (sparc_gdbarch_init): Update.
4884 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4885 * v850-tdep.c (v850_gdbarch_init): Update.
4886 * vax-tdep.c (vax_gdbarch_init): Update.
4887 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4889
4890 * config/arc/tm-arc.h: Update.
4891 * config/d30v/tm-d30v.h: Update.
4892 * config/fr30/tm-fr30.h: Update.
4893 * config/h8300/tm-h8300.h: Update.
4894 * config/h8500/tm-h8500.h: Update.
4895 * config/i386/tm-i386.h: Update.
4896 * config/i386/tm-ptx.h: Update.
4897 * config/i386/tm-symmetry.h: Update.
4898 * config/i960/tm-i960.h: Update.
4899 * config/m32r/tm-m32r.h: Update.
4900 * config/m68k/tm-delta68.h: Update.
4901 * config/m68k/tm-linux.h: Update.
4902 * config/m68k/tm-m68k.h: Update.
4903 * config/m88k/tm-m88k.h: Update.
4904 * config/mcore/tm-mcore.h: Update.
4905 * config/mips/tm-mips.h: Update.
4906 * config/mn10200/tm-mn10200.h: Update.
4907 * config/pa/tm-hppa.h: Update.
4908 * config/pa/tm-hppa64.h: Update.
4909 * config/sparc/tm-sp64.h: Update.
4910 * config/sparc/tm-sparc.h: Update.
4911 * config/sparc/tm-sparclet.h: Update.
4912 * config/z8k/tm-z8k.h: Update.
4913
5179e78f
AC
49142002-06-14 Andrew Cagney <cagney@redhat.com>
4915
4916 * Makefile.in (i386_linux_tdep_h): Define.
4917 (i386_tdep_h, i387_tdep_h): Define.
4918 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4919 $(i386_tdep_h) and $(i387_tdep_h).
4920 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4921
8201327c
MK
49222002-06-14 Mark Kettenis <kettenis@gnu.org>
4923
edf393ac
MK
4924 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4925 Already covered by the default.
4926
896fb97d
MK
4927 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4928 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4929 (i386_gdbarch_init): Initialize long_double_format and long_double
4930 bit.
4931
8201327c
MK
4932 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4933 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4934 Move these to ...
4935 * config/i386/i386sol2.mh: ... here.
4936 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4937 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4938 (SIGCONTEXT_PC_OFFSET): Remove define.
4939 (IN_SIGTRAMP): Remove define.
4940 * i386-sol2-tdep.c: New file.
4941
4942 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4943 * config/i386/tm-i386nw.h: Removed.
4944
4945 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4946 USE_STRUCT_CONVENTION): Remove defines.
4947 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4948 (get_longjmp_target): Remove prototype.
4949 (IN_SIGTRAMP): Remove define.
4950 (i386bsd_in_sigtramp): Remove prototype.
4951 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4952 function. Update comment accordingly
4953 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4954 (FRAME_SAVED_PC): Remove define.
4955 (i386bsd_frame_saved_pc): Remove prototype.
4956 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4957 GET_LONGJMP_TARGET): Remove defines.
4958 (get_longjmp_target): Remove prototype.
4959 (IN_SIGTRAMP): Remove define.
4960 (i386bsd_in_sigtramp): Remove prototype.
4961 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4962 function. Update comment accordingly
4963 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4964 (FRAME_SAVED_PC): Remove define.
4965 (i386bsd_frame_saved_pc): Remove prototype.
4966 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4967 Remove prototype.
4968 (USE_STRUCT_CONVENTION): Remove prototype.
4969 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4970 declaration.
4971 (_initialize_i386bsd_nat): Revise logic to determine some
4972 constants at compile time when compiling a native GDB. Warn if
4973 things don't match up with what we expect.
4974 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4975 Remove variables.
4976 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4977 to use date stored in `struct gdbarch_tdep'.
4978 (i386bsd_sigcontext_offset): Remove varaible.
4979 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4980 stored in `struct gdbarch_tdep'.
4981 (i386bsd_frame_saved_pc): Make static.
4982 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4983 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4984 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4985 i386fbsd4_sc_pc_offset): New variables.
4986 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4987 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4988 functions.
4989 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4990 functions.
4991 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4992 Modify the value of i386fbsd_sigtramp_start and
4993 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4994 i386fbsd_sigtramp_end.
4995 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4996 function.
4997
4998 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4999 define to i386-linux-tdep.h.
5000 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5001 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5002 defines.
5003 (i386_linux_register_name, i386_linux_register_byte,
5004 i386_linux_register_raw_size): Remove prototypes.
5005 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5006 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5007 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5008 TARGET_WRITE_PC): Remove defines.
5009 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5010 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5011 i386_linux_write_pc): Remove prototypes.
5012 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5013 (get_longjmp_target): Remove prototype.
5014 * i386-linux-tdep.h: New file.
5015 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5016 * i386-linux-tdep.c: Include "i386-tdep.h" and
5017 "i386-linux-tdep.h".
5018 (i386_linux_register_name, i386_linux_register_byte,
5019 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5020 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5021 Make static.
5022 (i386_linux_init_abi): New function.
5023 (_initialize_i386_linux_tdep): New function.
5024
5025 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5026 (i386_saved_pc_after_call): Remove prototype.
5027 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5028 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5029 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5030 (i386_register_name, i386_stab_reg_to_regnum,
5031 i386_dwarf_reg_to_regnum): Remove prototypes.
5032 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5033 SIZEOF_SSE_REGS): Remove defines.
5034 (REGISTER_BYTES): Remove define.
5035 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5036 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5037 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5038 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5039 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5040 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5041 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5042 (get_longjmp_target): Remove prototype.
5043 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5044 (sigtramp_saved_pc): Remove define.
5045 (i386v4_sigtramp_saved_pc): Remove prototype.
5046 * config/i386/tm-go32.h (FRAME_CHAIN,
5047 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5048 (i386go32_frame_saved_pc): Remove prototype.
5049 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5050 (get_longjmp_target): Remove prototype.
5051 * i386-tdep.h: Include "osabi.h".
5052 (enum i386_abi): Removed.
5053 (enum struct_return): New enum.
5054 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5055 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5056 sc_pc_offset members.
5057 (i386_gdbarch_register_os_abi): Remove prototype.
5058 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5059 I386_SSE_NUM_REGS): New defines.
5060 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5061 I386_SSE_SIZEOF_REGS): New defines.
5062 (i386_register_name, i386_register_byte, i386_register_raw_size):
5063 New prototypes.
5064 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5065 (i386bsd_sigtramp_saved_pc): New prototype.
5066 * i386-tdep.c: Don't include "elf-bfd.h".
5067 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5068 i386_frame_chain, i386_saved_pc_after_call): Make static.
5069 (i386_frame_saved_pc): Rewrite to call architecture dependent
5070 function to deal with signal handlers. Make static.
5071 (i386go32_frame_saved_pc): Removed.
5072 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5073 Removed.
5074 (i386_get_longjmp_target): New function.
5075 (default_struct_convention, pcc_struct_convention,
5076 reg_struct_convention, valid_conventions, struct_convention): New
5077 variables.
5078 (i386_use_struct_convention): New function.
5079 (i386v4_sigtramp_saved_pc): Renamed to
5080 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5081 (i386_pc_in_sigtramp): New function.
5082 (i386_abi_names): Removed.
5083 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5084 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5085 Removed.
5086 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5087 i386_gdbarch_register_os_abi): Removed.
5088 (struct i386_abi_handler): Removed.
5089 (i386_abi_handler_list): Removed.
5090 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5091 functions.
5092 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5093 i386_nw_init_abi): New functions.
5094 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5095 Use set_gdbarch_xxx() calls instead of relying on macros for a
5096 number of calls.
5097 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5098 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5099 Register the various architecture variants defined in this file.
5100
ad2f7632
DJ
51012002-06-14 Daniel Jacobowitz <drow@mvista.com>
5102
5103 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5104 (struct main_type): Remove arg_types member. Update comments for
5105 struct field.
5106 (TYPE_ARG_TYPES): Remove.
5107 (TYPE_FN_FIELD_ARGS): Update.
5108 (smash_to_method_type): Update prototype.
5109
5110 * c-typeprint.c (cp_type_print_method_args): Take method type
5111 instead of argument list. Use new argument layout. Simplify.
5112 (c_type_print_args): Use new argument layout. Simplify.
5113 (c_type_print_base): Update call to cp_type_print_method_args.
5114 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5115 argument; use die->type instead. Update call to
5116 smash_to_method_type.
5117 (read_structure_scope): Update call to dwarf2_add_member_fn.
5118 * gdbtypes.c (allocate_stub_method): Update comment.
5119 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5120 Use new argument layout.
5121 (check_stub_method): Use new argument layout. Don't count
5122 void as an argument.
5123 (print_arg_types): Update comments. Use new argument layout.
5124 (recursive_dump_type): Don't print arg_types member.
5125 * hpread.c (hpread_read_struct_type): Use new argument layout.
5126 (fixup_class_method_type): Likewise.
5127 (hpread_type_lookup): Likewise.
5128 * stabsread.c (read_type): Update calls to read_args and
5129 smash_to_method_type.
5130 (read_args): Use new argument layout. Simplify.
5131 * valops.c (typecmp): Use new argument layout. Update parameters
5132 and comments. Simplify.
5133 (hand_function_call): Use new argument layout.
5134 (search_struct_method): Update call to typecmp.
5135 (find_overload_match): Use new argument layout.
5136
6da02953
DJ
51372002-06-13 Daniel Jacobowitz <drow@mvista.com>
5138
5139 * NEWS: Mention multithreaded debug support for gdbserver.
5140
519b2366
DJ
51412002-06-13 Daniel Jacobowitz <drow@mvista.com>
5142
5143 * MAINTAINERS: Mention NEWS.
5144
6c0d6680
DJ
51452002-06-13 Daniel Jacobowitz <drow@mvista.com>
5146
5147 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5148 (struct mips_objfile_private, compare_pdr_entries): New.
5149 (non_heuristic_proc_desc): Read the ".pdr" section if it
5150 is present.
5151
6529d2dd
AC
51522002-06-12 Andrew Cagney <ac131313@redhat.com>
5153
5154 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5155 (arm_debug): New static variable.
5156 (_initialize_arm_tdep): Add ``set debug arm'' command.
5157
26216b98
AC
51582002-06-12 Andrew Cagney <ac131313@redhat.com>
5159
5160 * Makefile.in (sim_arm_h): Define.
5161 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5162 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5163 (arm_register_sim_regno): New function, map an internal REGNUM
5164 onto a simulator register number.
5165 (arm_gdbarch_init): Set register_sim_regno.
5166
814b3ba0
AH
51672002-06-09 Aldy Hernandez <aldyh@redhat.com>
5168
5169 * MAINTAINERS: Add self.
5170
475b0867
JB
51712002-06-11 Jim Blandy <jimb@redhat.com>
5172
919d772c
JB
5173 * source.c (source_info): Mention whether the symtab has
5174 information about preprocessor macros.
5175
475b0867
JB
5176 Call the command `info macro', not `show macro'.
5177 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5178 Fix error message.
5179 (_initialize_macrocmd): Register `info_macro_command' in
5180 `infolist', not `showlist'.
5181
9e364162
DJ
51822002-06-11 Daniel Jacobowitz <drow@mvista.com>
5183
5184 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5185 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5186 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5187 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5188 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5189 unconditionally.
5190 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5191 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5192 (_initialize_mips_tdep): Remove dead code.
5193 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5194 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5195 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5196 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5197 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5198 MIPS_LAST_FP_ARG_REGNUM): Remove.
5199
23aa4c72
ML
52002002-06-11 Michal Ludvig <mludvig@suse.cz>
5201
5202 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5203 (unwind_tmp_obstack_free, parse_frame_info)
5204 (update_context, cfi_read_fp, cfi_write_fp)
5205 (cfi_frame_chain, cfi_init_extra_frame_info)
5206 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5207 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5208
70eb15a4
CV
52092002-06-11 Corinna Vinschen <vinschen@redhat.com>
5210
5211 * v850-tdep.c (v850_type_is_scalar): New function.
5212 (v850_use_struct_convention): Match current gcc implementation
5213 as close as possible.
5214 (v850_push_arguments): Fix stack_offset handling. Don't write
5215 struct_addr into register. This is done by v850_store_struct_return.
5216 (v850_extract_return_value): Care for structs.
5217 (v850_store_return_value): Ditto.
5218 (v850_store_struct_return): Actually write address.
5219
482a4d06
ML
52202002-06-11 Michal Ludvig <mludvig@suse.cz>
5221
5222 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5223 without debug information too.
5224
d855c300
AC
52252002-06-10 Andrew Cagney <ac131313@redhat.com>
5226
5227 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5228 Make multi-arch pure.
5229 * gdbarch.h, gdbarch.c: Re-generate.
5230 * arm-tdep.c (arm_print_float_info): Update.
5231 * arch-utils.h (default_print_float_info): Update.
5232 * arch-utils.c (default_print_float_info): Update.
5233 * infcmd.c (float_info): Update call.
5234
dd12a101
AC
52352002-06-10 Andrew Cagney <ac131313@redhat.com>
5236
5237 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5238 the front of the initialize list.
5239
101dcfbe
AC
52402002-06-10 Andrew Cagney <ac131313@redhat.com>
5241
5242 * infrun.c (struct inferior_status): Replace fields
5243 selected_frame_address and selected_level with field
5244 selected_frame_id.
5245 (save_inferior_status): Update. Use get_frame_id.
5246 (struct restore_selected_frame_args): Delete.
5247 (restore_selected_frame): Update. Use frame_find_by_id.
5248 (restore_inferior_status): Update.
5249
5250 * breakpoint.h (struct breakpoint): Change type of
5251 watchpoint_frame to frame_id.
5252 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5253 call to get_current_frame.
5254 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5255 get_current_frame.
5256 (watchpoint_check): Use frame_find_by_id.
5257
5258 * frame.h (record_selected_frame): Delete declaration.
5259 * stack.c (record_selected_frame): Delete function.
5260
5261 * frame.h (struct frame_id): Define.
5262 (get_frame_id): Declare.
5263 (frame_find_by_id): Declare.
5264 * frame.c (frame_find_by_id): New function.
5265 (get_frame_id): New function.
5266
304270b6
AV
52672002-06-10 Andrey Volkov <avolkov@transas.com>
5268
5269 * ser-e7kpc.c: Fix duplicated define and call of
5270 _initialize_ser_e7000pc
5271
2f2cf184
DJ
52722002-06-09 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * signals/signals.c (target_signal_from_host): Fix #ifdef
5275 SIGRTMIN case.
5276 (do_target_signal_to_host): Likewise.
5277
caaa3122
DJ
52782002-06-09 Daniel Jacobowitz <drow@mvista.com>
5279
5280 * mips-tdep.c (mips_find_abi_section): New function.
5281 (mips_gdbarch_init): Call it.
5282
6ac5df3a
MK
52832002-06-09 Mark Kettenis <kettenis@gnu.org>
5284
5285 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5286 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5287 after Andrew's 2002-06-08 gdbarch change.
5288
82ea117a
MK
52892002-06-09 Mark Kettenis <kettenis@gnu.org>
5290
5291 * i386-linux-nat.c (suppy_gregset): Don't supply
5292 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5293 register cache.
5294 (fill_gregset): Don't fetch it under the same circumstances.
5295
3c25f8c7
AC
52962002-06-09 Andrew Cagney <cagney@redhat.com>
5297
5298 * Makefile.in (callback_h): Define.
5299 (remote_sim_h): Update path to remote-sim.h.
5300 (remote-rdp.o): Add $(callback_h).
5301 (remote-sim.o): Use $(callback_h).
5302 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5303 * remote-rdp.c: Include "gdb/callback.h".
5304
1029b7fa
MK
53052002-06-09 Mark Kettenis <kettenis@gnu.org>
5306
5307 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5308 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5309
616675d3
AC
53102002-06-08 Andrew Cagney <ac131313@redhat.com>
5311
a3efda28
AC
5312 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5313 * rdi-share/serpardr.c: Ditto.
5314 * rdi-share/unixcomm.c: Ditto.
5315 * rdi-share/serdrv.c: Ditto.
5316 * rdi-share/hostchan.h: Ditto.
5317 * rdi-share/hostchan.c: Ditto.
5318 * rdi-share/host.h: Ditto.
5319 * rdi-share/devsw.c: Ditto.
5320
c5f10366
AC
5321 * objfiles.h: Change type of obj_private to void pointer.
5322 * pa64solib.c: Update copyright. Don't include "assert.h", use
5323 strcmp instead of STREQ, use LONGEST, do not use PTR
5324 * somsolib.c: Ditto.
5325
616675d3
AC
5326 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5327 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5328 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5329
e4b415d9
AC
53302002-06-08 Andrew Cagney <ac131313@redhat.com>
5331
5332 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5333 (default_get_saved_register): Delete function.
5334 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5335 generic_unwind_get_saved_register.
5336 * gdbarch.h, gdbarch.c: Re-generate.
5337
ca0d0b52
AC
53382002-06-08 Andrew Cagney <ac131313@redhat.com>
5339
5340 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5341 generic_func_frame_chain_valid.
5342 * gdbarch.h, gdbarch.c: Re-generate.
5343 * blockframe.c (generic_func_frame_chain_valid): Only check
5344 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5345 passing FP to PC_IN_CALL_DUMMY.
5346 Fix PR gdb/360.
5347
76860b5f
AC
53482002-06-08 Andrew Cagney <ac131313@redhat.com>
5349
5350 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5351 (register_gdbarch_data): Initialize init_p.
5352 (gdbarch_data): Initialize data pointer using the init function.
5353 (init_gdbarch_data): Delete function.
5354 (gdbarch_update_p): Update.
5355 (initialize_non_multiarch): Update.
5356 (struct gdbarch): Add field initialized_p.
5357 * gdbarch.h, gdbarch.c: Re-generate.
5358
8dda9770
ML
53592002-06-07 Michal Ludvig <mludvig@suse.cz>
5360
5361 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5362 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5363 better do the things actually here.
5364 * x86-64-tdep.c (x86_64_register_name2nr): New.
5365 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5366 (x86_64_gdbarch_init): Respect the above change.
5367 * x86-64-tdep.h (x86_64_register_name2nr)
5368 (x86_64_register_nr2name): Add prototypes.
5369 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5370
3d79a47c
MS
53712002-06-06 Michael Snyder <msnyder@redhat.com>
5372
7bd91a28
MS
5373 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5374 Delete extra braces and re-indent.
5375 (d10v_store_return_value): Char return values
3d79a47c
MS
5376 must be shifted over by one byte in R0.
5377 (d10v_extract_return_value): Delete extra braces, re-indent.
5378
095a4c96
EZ
53792002-06-06 Elena Zannoni <ezannoni@redhat.com>
5380
5381 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5382 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5383 (d10v_integer_to_address): Rewrite.
5384 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5385 the d10v specific functions which take care of converting to the
5386 correct space.
5387
e8a77ca4
EZ
53882002-06-06 Elena Zannoni <ezannoni@redhat.com>
5389
5390 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5391 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5392
4f2e4a4f
AC
53932002-06-02 Andrew Cagney <ac131313@redhat.com>
5394
5395 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5396 includes.
5397 * config/tm-linux.h: Ditto.
5398 * config/alpha/tm-alphalinux.h: Ditto.
5399 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5400 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5401 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5402 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5403 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5404 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5405 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5406 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5407 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5408 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5409 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5410 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5411 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5412 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5413 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5414 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5415 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5416 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5417 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5418 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5419 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5420 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5421 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5422 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5423 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5424 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5425 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5426 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5427 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5428 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5429 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5430 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5431 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5432 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5433 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5434 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5435 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5436
ae2ab2ce
AS
54372002-05-04 Aidan Skinner <aidan@velvet.net>
5438
5439 * ada-exp.tab.c: New file
5440 * ada-exp.y: New file
5441 * ada-lang.c: New file
5442 * ada-lang.h: New file
5443 * ada-lex.c: New file
5444 * ada-lex.l: New file
5445 * ada-tasks.c: New file
5446 * ada-typeprint.c: New file
5447 * ada-valprint.c: New file
5448
0ddd0135
JT
54492002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5450
5451 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5452 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5453
750fbacc
JT
54542002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5455
5456 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5457 insetead of ppc-linux-tdep.o.
5458 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5459 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5460
df94e18a
AC
54612002-06-02 Andrew Cagney <ac131313@redhat.com>
5462
5463 2002-05-07 Christian Groessler <chris@groessler.org>
5464 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5465 bit register contents for little endian hosts.
5466
1a38ab75
AC
54672002-06-01 Andrew Cagney <ac131313@redhat.com>
5468
5469 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5470 any maintainer.
5471
8b1632ac
AC
54722002-06-01 Andrew Cagney <ac131313@redhat.com>
5473
5474 * gdbarch.h: Regenerate.
5475
627054c8
AC
54762002-06-01 Andrew Cagney <ac131313@redhat.com>
5477
5478 * MAINTAINERS: Add everyone to write-after-approval list.
5479
4f460812
AC
54802002-06-01 Andrew Cagney <ac131313@redhat.com>
5481
5482 * stack.c (frame_info): Use frame_register_unwind instead of
5483 saved_regs. Mention when the SP is on the stack or in a register.
5484
5485 * frame.h (frame_register_unwind_ftype): Define. Document.
5486 (struct frame_info): Add field register_unwind and
5487 register_unwind_cache.
5488 (frame_register_unwind): Declare.
5489 (generic_unwind_get_saved_register): Declare.
5490
5491 * frame.c (frame_register_unwind): New function.
5492 (generic_unwind_get_saved_register): New function.
5493
5494 * blockframe.c (generic_call_dummy_register_unwind): New function.
5495 (frame_saved_regs_register_unwind): New function.
5496 (set_unwind_by_pc): New function.
5497 (create_new_frame): New function.
5498 (get_prev_frame): New function.
5499
de888f76
AC
55002002-05-30 Andrew Cagney <ac131313@redhat.com>
5501
5502 * a29k-share/: Delete directory.
5503 * remote-vx29k.c: Delete file.
5504
2f2c3626
JT
55052002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5506
5507 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5508 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5509
9ce5c36a
JT
55102002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5511
5512 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5513 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5514 (sparc64nbsd-nat.o)
5515 (sparcnbsd-nat.o)
5516 (sparcnbsd-tdep.o): New dependency lists.
5517 * NEWS: Note new UltraSPARC NetBSD native configuration.
5518 * configure.host (sparc64-*-netbsd*): New host.
5519 * configure.tgt (sparc-*-netbsdelf*)
5520 (sparc-*-netbsd*): Set gdb_target to nbsd.
5521 (sparc64-*-netbsd*): New target.
5522 * sparc64nbsd-nat.c: New file.
5523 * sparcnbsd-nat.c: New file.
5524 * sparcnbsd-tdep.c: New file.
5525 * sparcnbsd-tdep.h: New file.
5526 * config/sparc/nbsd.mt: New file.
5527 * config/sparc/nbsd64.mh: New file.
5528 * config/sparc/nbsd64.mt: New file.
5529 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5530 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5531 (HOST_IPC): Remove.
5532 * config/sparc/nbsdaout.mt: Remove.
5533 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5534 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5535 (HOST_IPC): Remove.
5536 * config/sparc/nbsdelf.mt: Remove.
5537 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5538 sparc-nat.c compatiblity defines.
5539 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5540 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5541 * config/sparc/tm-nbsd64.h: New file.
5542 * config/sparc/tm-nbsdaout.h: Remove.
5543 * config/sparc/xm-nbsd.h: Remove.
5544
ef3cf062
JT
55452002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5546
5547 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5548 * sparc-tdep.c: Include osabi.h.
5549 (gdbarch_tdep): Add osabi member.
5550 (_initialize_sparc_tdep): Use gdbarch_register.
5551 (sparc_gdbarch_init): Use generic OS ABI framework.
5552 (sparc_dump_tdep): New function.
5553
ee8ff470
KB
55542002-05-30 Kevin Buettner <kevinb@redhat.com>
5555
5556 * corefile.c (do_captured_read_memory_integer): Return non-zero
5557 result.
5558 (safe_read_memory_integer): Copy result of memory read when
5559 status is non-zero. Also, add comments.
5560
7b112f9c
JT
55612002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5562
5563 * Makefile.in (ppc_tdep_h): Define.
5564 (ppc-linux-nat.o)
5565 (ppc-linux-tdep.o)
5566 (rs6000-tdep.o): Use $(ppc_tdep_h).
5567 (ppc-sysv-tdep.o)
5568 (ppcnbsd-nat.o)
5569 (ppcnbsd-tdep.o): New dependency lists.
5570 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5571 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5572 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5573 (ppc_sysv_abi_broken_use_struct_convention)
5574 (ppc_sysv_abi_use_struct_convention)
5575 (ppc_sysv_abi_push_arguments): Move to...
5576 * ppc-sysv-tdep.c: ...here.
5577 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5578 * rs6000-tdep.c (process_note_abi_tag_sections)
5579 (get_elfosabi): Remove.
5580 (rs6000_gdbarch_init): Use generic OS ABI framework.
5581 (rs6000_dump_tdep): New function.
5582 (_initialize_rs6000_tdep): Use gdbarch_register.
5583 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5584 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5585 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5586 of ppc-linux-tdep.o.
5587 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5588 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5589 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5590 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5591 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5592 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5593
480dd42a
JB
55942002-05-29 Jim Blandy <jimb@redhat.com>
5595
5596 * macroscope.c (default_macro_scope): Put `void' in empty argument
5597 list.
5598
4182591f
AC
55992002-05-29 Andrew Cagney <ac131313@redhat.com>
5600
5601 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5602 * arch-utils.c: Include "sim-regno.h".
5603 * gdbarch.sh: Don't include "sim-regno.h".
5604 * gdbarch.h, gdbarch.c: Regenerate.
5605 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5606 here.
5607 * arch-utils.h (legacy_register_sim_regno): To here.
5608 * remote-sim.c (legacy_register_sim_regno): Move function from
5609 here.
5610 * arch-utils.c (legacy_register_sim_regno): To here.
5611
8238d0bf
AC
56122002-05-28 Andrew Cagney <ac131313@redhat.com>
5613
5614 * sim-regno.h: New file.
5615 * Makefile.in (sim_regno_h): Define.
5616 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5617 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5618 (legacy_register_sim_regno): New function.
5619 (one2one_register_sim_regno): New function.
5620 (gdbsim_fetch_register): Rewrite.
5621 (gdbsim_store_register): Only store a register when
5622 REGISTER_SIM_REGNO is valid.
5623 * d10v-tdep.c: Include "sim-regno.h".
5624 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5625 (d10v_ts3_register_sim_regno): Ditto.
5626 * gdbarch.sh: Include "sim-regno.h".
5627 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5628 * gdbarch.h, gdbarch.c: Regenerate.
5629 * arch-utils.h (default_register_sim_regno): Delete declaration.
5630 * arch-utils.c (default_register_sim_regno): Delete function.
5631
485721b1
JT
56322002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5633
5634 * ppcnbsd-nat.c: Rewrite.
5635 * ppcnbsd-tdep.c: New file.
5636 * ppcnbsd-tdep.h: New file.
5637 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5638 solib.o, and solib-svr4.o.
5639 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5640 nbsd-tdep.o, and corelow.o.
5641
697f244d
AC
56422002-05-28 Andrew Cagney <ac131313@redhat.com>
5643
5644 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5645 `tr' and `sed'. Mention that `broken' targets are not expected to
5646 build.
5647
f08caad1 56482002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5649
5650 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5651 Let PC point right after the prologue before looking up symbols.
5652
3139facc
MH
56532002-05-27 Martin M. Hunt <hunt@redhat.com>
5654
5655 * i386-tdep.c (i386_register_virtual_type): Return
5656 builtin_type_vec128i for SSE registers.
5657
5658 * gdbtypes.h (builtin_type_vec128i): Declare.
5659
5660 * gdbtypes.c (build_builtin_type_vec128i): New function.
5661 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5662 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5663 (build_gdbtypes): Initialize new builtin vector types.
5664 (_initialize_gdbtypes): Register new vector types with gdbarch.
5665
6e3ba3b8
JT
56662002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5667
5668 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5669 since it has been multi-arch'd.
5670 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5671 Move Alpha and VAX multi-arch news entries to same section
5672 as other multi-arch news.
5673
93d5585d
JT
56742002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5675
5676 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5677 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5678 static. Rename some register numbers to put them in ns32k-tdep
5679 private namespace.
5680 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5681 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5682 functions.
5683 (_initialize_ns32k_tdep): Use gdbarch_register.
5684 * ns32k-tdep.h: New file.
5685 * ns32knbsd-tdep.c: New file.
5686 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5687 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5688 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5689 REGISTER_BYTES, REGISTER_BYTE): Remove.
5690 * config/ns32k/tm-ns32k.h: New file.
5691 * config/ns32k/tm-umax.h: Remove.
5692
efb2c70e
JT
56932002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5694
5695 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5696 ns32k_store_struct_return, ns32k_extract_return_value,
5697 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5698 functions.
5699 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5700 ns32k_saved_pc_after_call.
5701 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5702 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5703 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5704 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5705 ns32k_extract_struct_value_address.
5706
7bcc927b
JT
57072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5708
5709 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5710 ns32k_fix_call_dummy): New.
5711 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5712 ns32k_call_dummy_words.
5713 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5714 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5715 CALL_DUMMY_NARGS): Remove.
5716 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5717
78f9d765
JT
57182002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5719
5720 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5721 ns32k_frame_saved_pc, ns32k_frame_args_address,
5722 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5723 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5724 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5725 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5726 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5727 (BREAKPOINT): Remove..
5728 (FRAME_CHAIN): Define as ns32k_frame_chain.
5729 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5730 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5731 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5732 (FRAME_FIND_SAVED_REGS): Remove.
5733 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5734 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5735 (POP_FRAME): Define as ns32k_pop_frame.
5736
f2c762e0
JT
57372002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5738
5739 * ns32k-tdep.c (ns32k_register_byte_32082,
5740 ns32k_register_byte_32382, ns32k_register_raw_size,
5741 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5742 functions.
5743 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5744 ns32k_register_byte_32382.
5745 * config/ns32k/tm-umax.h: Update copyright years.
5746 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5747 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5748 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5749 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5750 (ns32k_get_enter_addr): Fix prototype.
5751
af137673
JT
57522002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5753
5754 * ns32k-tdep.c: Update copyright years.
5755 (ns32k_register_name_32082): New function.
5756 (ns32k_register_name_32382): Ditto.
5757 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5758 (REGISTER_NAME): Define as ns32k_register_name_32382.
5759 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5760 (REGISTER_NAME): Define as ns32k_register_name_32082.
5761
a8bc7b56
JB
57622002-05-24 Jim Blandy <jimb@redhat.com>
5763
5764 * dwarf2read.c (free_line_header): Use xfree, not free.
5765
83a45910
JT
57662002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5767
5768 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5769 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5770
0db71247
AC
57712002-05-23 Andrew Cagney <ac131313@redhat.com>
5772
5773 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5774
b9e5e4dd
AC
57752002-05-23 Andrew Cagney <ac131313@redhat.com>
5776
5777 From Ross Alexander at NEC Europe:
5778 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5779
de530e84
MS
57802002-05-23 Michael Snyder <msnyder@redhat.com>
5781
5782 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5783 for input, rather than parse_and_eval_address.
5784
b91b96f4
AC
57852002-05-23 Andrew Cagney <ac131313@redhat.com>
5786
5787 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5788 * Makefile.in (sim_d10v_h): Update definition.
5789
8b279e7a
AC
57902002-05-24 Andrew Cagney <cagney@redhat.com>
5791
5792 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5793 change `2002-05-22 Michael Snyder' below.
5794 (d10v_push_arguments): Ditto.
5795 (d10v_extract_return_value): Ditto.
5796
0a3d0425
JB
57972002-05-23 Jim Blandy <jimb@redhat.com>
5798
5799 * macrotab.c (check_for_redefinition): Don't complain if the new
5800 definition is the same as the previous one. Take more arguments
5801 to allow the comparison.
5802 (macro_define_object, macro_define_function): Pass more arguments
5803 to check_for_redefinition.
5804
78eac43e
MS
58052002-05-22 Michael Snyder <msnyder@redhat.com>
5806
5807 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5808 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5809 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5810 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5811 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5812 Add a temp variable to save a call (and a memory read).
5813 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5814 if possible (so that PC_IN_CALL_DUMMY will work).
5815
9bc1edb8
CV
58162002-05-22 Corinna Vinschen <vinschen@redhat.com>
5817
5818 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5819
005ef3d2
ML
58202002-05-22 Michal Ludvig <mludvig@suse.cz>
5821
5822 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5823 fde->cie_ptr.
5824 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5825 (dwarf2_build_frame_info): Add offset to fde->initial_location
5826 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5827 (execute_stack_op): Change type of 'result' from ULONGEST to
5828 CORE_ADDR.
005ef3d2 5829
fcf4f891
JT
58302002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5831
5832 * config/alpha/tm-nbsd.h: Include solib.h.
5833
cfef91e4
JT
58342002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5835
5836 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5837 assumptions about the host's byte order.
5838
9964235a
JT
58392002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5840
5841 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5842 to dependency list.
5843 * alphanbsd-tdep.c: Include solib-svr4.h.
5844 * shnbsd-tdep.c: Ditto.
5845
9eeef8ef
JT
58462002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5847
5848 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5849 nbsd-tdep.h to dependency list.
5850 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5851 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5852 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5853 nbsdaout.mh and nbsdelf.mh consistently.
5854 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5855 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5856 nbsdaout.mt and nbsdelf.mh consistently.
5857 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5858 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5859 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5860 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5861 a.out shared library stuff from here...
5862 * config/nm-nbsdaout.h: ...to here.
5863 * config/tm-nbsd.h: Remove.
5864 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5865 * config/arm/nbsd.mh: Remove.
5866 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5867 nbsd-tdep.o.
5868 * config/arm/nbsdaout.mh: New file.
5869 * config/arm/nbsdelf.mh: New file.
5870 * config/arm/nm-nbsdaout.h: New file.
5871 * config/i386/nbsd.mh: Remove.
5872 * config/i386/nbsd.mt: Remove.
5873 * config/i386/nbsdaout.mh: New file.
5874 * config/i386/nbsdaout.mt: New file.
5875 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5876 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5877 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5878 i386_register_u_addr): Remove.
5879 * config/i386/nm-nbsdaout.h: New file.
5880 * config/i386/nm-nbsdelf.h: Remove.
5881 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5882 (USE_STRUCT_CONVENTION): Remove.
5883 * config/i386/tm-nbsdaout.h: New file.
5884 * config/i386/tm-nbsdelf.h: Remove.
5885 * config/m68k/nbsd.mh: Remove.
5886 * config/m68k/nbsd.mt: Remove.
5887 * config/m68k/nbsdaout.mh: New file.
5888 * config/m68k/nbsdaout.mt: New file.
5889 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5890 * config/m68k/nm-nbsdaout.h: New file.
5891 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5892 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5893 * config/ns32k/nbsd.mh: Remove.
5894 * config/ns32k/nbsd.mt: Remove.
5895 * config/ns32k/nbsdaout.mh: New file.
5896 * config/ns32k/nbsdaout.mt: New file.
5897 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5898 * config/ns32k/nm-nbsdaout.h: New file.
5899 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5900 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5901 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5902 (SVR4_SHARED_LIBS): Remove.
5903 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5904 * config/sparc/nbsd.mh: Remove.
5905 * config/sparc/nbsd.mt: Remove.
5906 * config/sparc/nbsdaout.mh: New file.
5907 * config/sparc/nbsdaout.mt: New file.
5908 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5909 * config/sparc/nbsdelf.mt: New file.
5910 * config/sparc/nm-nbsdaout.h: New file.
5911 * config/sparc/nm-nbsdelf.h: Remove.
5912 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5913 * config/sparc/tm-nbsdaout.h: New file.
5914
257ce470
JT
59152002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5916
5917 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5918 mipsnbsd-tdep.c
5919 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5920
76a6d5fe
JT
59212002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5922
5923 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5924 shnbsd-nat.c.
5925 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5926
45888261
JT
59272002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5928
5929 * NEWS: Note new MIPS NetBSD native configuration.
5930 * configure.host (mips*-*-netbsd*): New host.
5931 * configure.tgt (mips*-*-netbsd*): New target.
5932 * mipsnbsd-nat.c: New file.
5933 * mipsnbsd-tdep.c: New file.
5934 * mipsnbsd-tdep.h: New file.
5935 * config/mips/nbsd.mh: New file.
5936 * config/mips/nbsd.mt: New file.
5937 * config/mips/nm-nbsd.h: New file.
5938 * config/mips/tm-nbsd.h: New file.
5939
70f80edf
JT
59402002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5941
5942 * Makefile.in (SFILES): Add osabi.c.
5943 (COMMON_OBS): Add osabi.o.
5944 (osabi.o): New dependency list.
5945 * osabi.c: New file.
5946 * osabi.h: New file.
5947 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5948
5949 * Makefile.in (alpha_tdep_h): Define and use instead of
5950 alpha-tdep.h.
5951 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5952 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5953 Remove.
5954 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5955 * alpha-tdep.h: Include osabi.h.
5956 (alpha_abi): Remove.
5957 (gdbarch_tdep): Use generic OS ABI framework.
5958 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5959 gdbarch_register_osabi.
5960 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5961 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5962 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5963
5964 * Makefile.in (sh_tdep_h): Add osabi.h.
5965 * sh-tdep.h (sh_osabi): Remove.
5966 (gdbarch_tdep): Use generic OS ABI framework.
5967 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5968 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5969 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5970 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5971
5972 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5973 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5974 gdbarch_register_osabi.
5975 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5976 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5977 (get_elfosabi): Rename to...
5978 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5979 ABI framework support routines.
5980 (arm_gdbarch_init): Use generic OS ABI framework.
5981 (arm_dump_tdep): Likewise.
5982 (_initialize_arm_tdep): Likewise.
5983 * arm-tdep.h: Include osabi.h.
5984 (arm_abi): Remove.
5985 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5986 osabi member.
5987 (arm_gdbarch_register_os_abi): Remove prototype.
5988 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5989 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5990
5991 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5992 * mips-tdep.c: Include osabi.h.
5993 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5994 OS ABI framework.
5995
d194345b
KH
59962002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5997
5998 * h8300-tdep.c: Fix formatting.
5999
70c6b0d1
EZ
60002002-05-20 Elena Zannoni <ezannoni@redhat.com>
6001
6002 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6003 printing vector registers.
6004
165b8e33
AC
60052002-05-19 Andrew Cagney <ac131313@redhat.com>
6006
6007 From Fernando Nasser:
6008 * remote.c (remote_async_open_1): Re-throw the exception when the
6009 connection fails.
6010 (remote_cisco_open): Ditto.
6011 (remote_open_1): Ditto.
6012
36918e70
AC
60132002-05-19 Andrew Cagney <ac131313@redhat.com>
6014
6015 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6016 (remote_start_remote): Add uiout parameter. Pass through to
6017 remote_start_remote_dummy.
6018 (remote_open_1): Use catch_exception instead of catch_errors.
6019 (remote_async_open_1): Ditto.
6020 (remote_cisco_open): Ditto.
6021
ae44c0c4
AC
60222002-05-19 Andrew Cagney <ac131313@redhat.com>
6023
6024 * remote.c (remote_start_remote): Replace PTR with void pointer.
6025 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6026 static.
6027
8efe637d
AC
60282002-05-18 Andrew Cagney <ac131313@redhat.com>
6029
6030 * gdb_indent.sh: Allow the script to be run in the sim directory.
6031
2f1b5984
MK
60322002-05-18 Mark Kettenis <kettenis@gnu.org>
6033
f0f625e2
MK
6034 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6035 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6036
2f1b5984
MK
6037 * corelow.c (core_open): Only call set_gdbarch_from_file if
6038 exec_bfd is NULL.
6039
fc974602
AV
60402002-05-17 Andrey Volkov <avolkov@transas.com>
6041
6042 * h8300-tdep.c: Add support of EXR register
6043 * config/h8300/tm-h8300.h: Ditto.
6044
906709f4
AV
60452002-05-17 Andrey Volkov <avolkov@transas.com>
6046
6047 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6048
6e591d68
AV
60492002-05-17 Andrey Volkov <avolkov@transas.com>
6050
6051 * h8300-tdep.c: Change literal regnums to REGNO.
6052
84f0252a
JB
60532002-05-17 Jim Blandy <jimb@redhat.com>
6054
e0e9281e
JB
6055 * NEWS: Note addition of macro support.
6056
84f0252a
JB
6057 Expand preprocessor macros in C expressions.
6058 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6059 (scan_macro_expansion, scanning_macro_expansion,
6060 finished_macro_expansion): New function declarations.
6061 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6062 variable declarations.
6063 * parser-defs.h (expression_context_pc): New declaration.
6064 * parse.c (expression_context_pc): New variable.
6065 (parse_exp_1): Set expression_context_pc, as well as
6066 expression_context_block.
6067 * c-exp.y (yylex): If we're not already reading the result of a
6068 macro expansion, try to macro-expand the next token. When we're
6069 done scanning a macro expansion, switch back to the mainline text.
6070 Commas and `if's in a macro's expansion don't terminate the input.
6071 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6072 (macro_original_text, macro_expanded_text,
6073 expression_macro_lookup_func, expression_macro_lookup_baton): New
6074 variables.
6075 (scan_macro_expansion, scanning_macro_expansion,
6076 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6077 c_preprocess_and_parse): New functions.
6078 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6079 c_preprocess_and_parse, instead of c_parse.
6080 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6081 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6082
1c509ca8
JR
6083Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6084
6085 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6086 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6087 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6088
2250ee0c
CV
60892002-05-17 Corinna Vinschen <vinschen@redhat.com>
6090
6091 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6092
ab3b8126
JT
60932002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6094
6095 * Makefile.in (sh_tdep_h): Define and use.
6096 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6097 register enum): Move to...
6098 * * sh-tdep.h: ...here.
6099 * sh-tdep.c: Include sh-tdep.h.
6100 * sh3-rom.c: Likewise.
6101 * shnbsd-tdep.c: Likewise.
6102
ed9d4749
MS
61032002-05-16 Michael Snyder <msnyder@redhat.com>
6104
6105 * arm-tdep.c: Spelling fix in comment.
6106
2e276125
JB
61072002-05-16 Jim Blandy <jimb@redhat.com>
6108
6821892e
JB
6109 Add commands for manually expanding macros and showing their
6110 definitions.
6111 * macrocmd.c, macroscope.c, macroscope.h: New files.
6112 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6113 (macroscope_h): New variable.
6114 (HFILES_NO_SRCDIR): Add macroscope.h.
6115 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6116 (macroscope.o, macrocmd.o): New rules.
6117
2e276125
JB
6118 Teach the Dwarf 2 reader to read macro information.
6119 * dwarf2read.c: #include "macrotab.h".
6120 (dwarf_macinfo_buffer): New variable.
6121 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6122 dwarf_macinfo_size.
6123 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6124 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6125 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6126 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6127 dwarf2_macro_spaces_in_definition): New complaints.
6128 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6129 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6130 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6131 the partial symbol table.
6132 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6133 from what's recorded in the partial symbol table.
6134 (read_file_scope): If the compilation unit has a
6135 `DW_AT_macro_info' attribute, read its macro information.
6136 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6137
2f53fe6c
DJ
61382002-05-16 Daniel Jacobowitz <drow@mvista.com>
6139
6140 Fix PR gdb/546
6141 * ser-tcp.c: Don't include <netinet/udp.h>.
6142
2be99286
SC
61432002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6144
6145 * MAINTAINERS: Update my email address.
6146
c9af212b 61472002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6148
6149 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6150 include file of the same name.
6151
bf5f1a52
CV
61522002-05-16 Corinna Vinschen <vinschen@redhat.com>
6153
6154 * configure.tgt: Mark v850 as multi-arched.
6155 * config/v850/tm-v850.h: Remove file.
6156 * config/v850/v850.mt: Eliminate TM_FILE.
6157
435e042a
CV
61582002-05-16 Corinna Vinschen <vinschen@redhat.com>
6159
6160 * v850-tdep.c: Full multi-arch.
6161 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6162 Define GDB_MULTI_ARCH to 2.
6163
9819c6c8
PM
61642002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6165
6166 * p-exp.y (current_type): New static variable.
6167 Carries the type of the expression at the position that is parsed.
6168 (push_current_type, pop_current_type): Two new functions. Used
6169 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6170 (search_field): New static variable. Set to one after parsing a point
6171 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6172 (FIELDNAME): New token. After a point only a token belonging to
6173 current_type type definition is allowed.
6174 (all over token rules): reset and change current_type according
6175 to rules.
6176 (exp '[' rule): insert implicit array index field if
6177 exp is a pascal string type.
6178
3a06899a
CV
61792002-05-16 Corinna Vinschen <vinschen@redhat.com>
6180
6181 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6182 frame info. Use frame_info's saved_regs instead of matching member
6183 in extra_frame_info throughout.
6184 (v850_frame_init_saved_regs): New function.
6185 (v850_init_extra_frame_info): Move most functionality into
6186 v850_frame_init_saved_regs().
6187 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6188 (v850_frame_find_saved_regs): Remove declaration.
6189 (FRAME_FIND_SAVED_REGS): Remove definition.
6190 (v850_frame_init_saved_regs): Add declaration.
6191 (FRAME_INIT_SAVED_REGS): Add definition.
6192
6ed14b0e
CV
61932002-05-16 Corinna Vinschen <vinschen@redhat.com>
6194
6195 * v850-tdep.c: Begin multi-arch'ing v850.
6196 (v850_target_architecture_hook): Remove function.
6197 (v850_gdbarch_init): New function. Add code previously in
6198 v850_target_architecture_hook().
6199 (_initialize_v850_tdep): Don't set target_architecture_hook.
6200 Call register_gdbarch_init() instead.
6201
42725910
DJ
62022002-05-16 Daniel Jacobowitz <drow@mvista.com>
6203
6204 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6205 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6206 (fixup_class_method_type): Likewise.
6207
99d9066e
JB
62082002-05-15 Jim Blandy <jimb@redhat.com>
6209
6210 Add macro structures to GDB's symbol tables. Nobody puts anything
6211 in them yet.
6212 * symtab.h (struct symtab): New member: `macro_table'.
6213 * buildsym.h (pending_macros): New global variable.
6214 * buildsym.c: #include "macrotab.h".
6215 (buildsym_init): Initialize `pending_macros'.
6216 (end_symtab): If we found macro information while reading a CU's
6217 debugging info, do build a symtab structure for it. Make the
6218 symtab point to the macro information, and clear the
6219 `pending_macros' pointer which held it while we were reading the
6220 debug info.
6221 (really_free_pendings): Free any pending macro table.
6222 * objfiles.h (struct objfile): New member: `macro_cache'.
6223 * objfiles.c (allocate_objfile): Set allocate and free functions
6224 for the macro cache's objstack.
6225 (free_objfile): Empty the macro cache's obstack.
6226 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6227 set new allocate and free functions for it.
6228 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6229 free functions for the macro cache's objstack. (Why is this
6230 function building its own objfile?)
6231 * symmisc.c (print_objfile_statistics): Print statistics on the
6232 macro bcache.
6233 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6234
c899585b
RE
62352002-05-15 Richard Earnshaw <rearnsha@arm.com>
6236
6237 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6238 (REGISTER_U_ADDR): Delete definition.
6239 (arm_register_u_addr): Delete declaration.
6240
a6cdd8c5
RE
62412002-05-15 Richard Earnshaw <rearnsha@arm.com>
6242
6243 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6244 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6245
c97dcfc7
AC
62462002-05-14 Andrew Cagney <ac131313@redhat.com>
6247
6248 * regcache.c (register_valid): Revise comments refering to "Not
6249 available" and "unavailable".
6250 * frame.c (frame_register_read): Ditto.
6251 * findvar.c (value_of_register): Ditto.
6252
93021b7d
AC
62532002-05-15 Andrew Cagney <cagney@redhat.com>
6254
6255 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6256 (remote-sim.o): Update dependencies.
6257 (d10v-tdep.o): Specify dependencies.
6258 (sim_d10v_h): Define.
6259
a86bc61c
JB
62602002-05-14 Jim Blandy <jimb@redhat.com>
6261
6262 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6263 * macrotab.c (macro_lookup_inclusion, find_definition,
6264 new_macro_table): Same.
6265
6266 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6267 not `! strcmp ()'. This is a dubious improvement.
6268 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6269
6270 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6271 although it's not necessary, to avoid a warning.
6272
2fdde8f8
DJ
62732002-05-14 Daniel Jacobowitz <drow@mvista.com>
6274
6275 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6276 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6277 TYPE_INSTANCE_FLAGS.
6278 (struct main_type): New.
6279 (struct type): Move most members to struct main_type. Change
6280 cv_type and as_type to new type_chain member. Add instance_flags.
6281 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6282 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6283 (finish_cv_type): Remove prototype.
6284 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6285 Set TYPE_CHAIN.
6286 (alloc_type_instance): New function.
6287 (smash_type): New function.
6288 (make_pointer_type, make_reference_type, make_function_type)
6289 (smash_to_member_type, smash_to_method_type): Call smash_type.
6290 (make_qualified_type): New function.
6291 (make_type_with_address_space): Call make_qualified_type.
6292 (make_cv_type): Likewise.
6293 (finish_cv_type): Remove unnecessary function.
6294 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6295 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6296 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6297 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6298 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6299 * hpread.c (hpread_read_struct_type): Likewise.
6300 * stabsread.c (read_struct_type): Likewise.
6301
843fedf4
EZ
63022002-05-14 Elena Zannoni <ezannoni@redhat.com>
6303
6304 * configure.tgt: Add a catch all sh* target, for cases like
6305 sh[2,3,4]-elf and sh-hms.
6306
05a6c72c
KS
63072002-05-14 Keith Seitz <keiths@redhat.com>
6308
6309 * event-loop.c (create_file_handler): Don't do anything but
6310 update data when we are given a fd which we are already
6311 monitoring.
6312
5d085aaf
ML
63132002-05-14 Michal Ludvig <mludvig@suse.cz>
6314
6315 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6316 (update_context): Use __func__ in warnings.
6317
9db8d71f
DJ
63182002-05-14 Daniel Jacobowitz <drow@mvista.com>
6319
6320 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6321 and tcp_close to net_open and net_close.
6322 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6323 using UDP if requested. Don't try to disable Nagle on UDP
6324 sockets.
6325 * remote.c (remote_serial_open): New function. Warn about UDP.
6326 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6327
5dbc6baa
EZ
63282002-05-13 Elena Zannoni <ezannoni@redhat.com>
6329
6330 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6331
cc3023f7
EZ
63322002-05-13 Elena Zannoni <ezannoni@redhat.com>
6333
6334 * configure.tgt: Remove sh-hms target.
6335 * MAINTAINERS: Don't list sh-hms as a separate target.
6336
ec2bcbe7
JB
63372002-05-13 Jim Blandy <jimb@redhat.com>
6338
6339 Add first preprocessor macro-expansion files.
6340 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6341 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6342 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6343 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6344 (COMMON_OBS): Add macrotab.o, macroexp.o.
6345 (macroexp.o, macrotab.o): New rules.
6346
6d531722
AC
63472002-05-13 Andrew Cagney <ac131313@redhat.com>
6348
6349 * config/m88k/tm-m88k.h: Update copyright.
6350 (m88k_target_write_pc): Declare
6351 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6352 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6353 (SHIFT_INST_REGS): Update definition.
6354 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6355 using old definition of TARGET_WRITE_PC.
6356 * regcache.c (generic_target_write_pc): Delete code handling
6357 NNPC_REGNUM.
6358 * gdbarch.sh (NNPC_REGNUM): Delete.
6359 * gdbarch.h, gdbarch.c: Regenerate.
6360
3e3f2739
RE
63612002-05-13 Richard Earnshaw <rearnsha@arm.com>
6362
6363 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6364 builtin reg number.
6365
0004e5a2
DJ
63662002-05-13 Daniel Jacobowitz <drow@mvista.com>
6367
6368 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6369 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6370 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6371 access macros.
6372 * c-typeprint.c (cp_type_print_method_args): Likewise.
6373 (c_type_print_args): Likewise.
6374 * d10v-tdep.c (d10v_push_arguments): Likewise.
6375 (d10v_extract_return_value): Likewise.
6376 * expprint.c (print_subexp): Likewise.
6377 * gdbtypes.c (lookup_primitive_typename): Likewise.
6378 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6379 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6380 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6381 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6382 (TYPE_VECTOR): Likewise.
6383 * hpread.c (hpread_read_struct_type)
6384 (fix_static_member_physnames, fixup_class_method_type)
6385 (hpread_type_lookup): Likewise.
6386 * mdebugread.c (parse_symbol, parse_type): Likewise.
6387 * p-lang.c (is_pascal_string_type): Likewise.
6388 * valops.c (hand_function_call): Likewise.
6389 * x86-64-tdep.c (classify_argument): Likewise.
6390
6391 * hpread.c (hpread_read_function_type)
6392 (hpread_read_doc_function_type): Call replace_type.
6393 * dstread.c (create_new_type): Delete.
6394 (decode_dst_structure, process_dst_function): Call alloc_type.
6395 Use type access macros.
6396
dff95cc7
MK
63972002-05-12 Mark Kettenis <kettenis@gnu.org>
6398
6399 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6400 the're not supported by the current architecture.
6401 (i387_fill_fxsave): Likewise.
6402
bbcd32ad
FF
64032002-05-12 Fred Fish <fnf@redhat.com>
6404
6405 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6406 sect_index_xxx members to index the first slot in section_offsets
6407 if all of the section_offsets are zero.
6408
89cf4787
MK
64092002-05-12 Mark Kettenis <kettenis@gnu.org>
6410
6411 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6412 checked in with last change.
6413
1f77ffc5
MK
64142002-05-12 Mark Kettenis <kettenis@gnu.org>
6415
6416 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6417 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6418 config.sub.
6419
89b8b4a9
DJ
64202002-05-12 Daniel Jacobowitz <drow@mvista.com>
6421
6422 * Makefile.in: Update dependencies.
6423
14a5e767
AC
64242002-05-11 Andrew Cagney <ac131313@redhat.com>
6425
6426 * language.c (local_hex_string_custom): Simplify. Do not depend
6427 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6428
6429 * memattr.c (mem_info_command): Replace calls to
6430 longest_local_hex_string and longest_local_hex_string_custom.
6431 * buildsym.c (make_blockvector): Ditto.
6432 * solib.c (info_sharedlibrary_command): Ditto.
6433 * tracepoint.c (tracepoints_info): Ditto.
6434 * symtab.c (print_msymbol_info): Ditto.
6435
6436 * language.c (local_hex_string): Delete.
6437 (local_hex_string_custom): Delete.
6438 (longest_local_hex_string): Rename to local_hex_string.
6439 (longest_local_hex_string_custom): Rename to
6440 local_hex_string_custom.
6441 * language.h (local_hex_string): Change parameter type to LONGEST.
6442 (local_hex_string_custom): Ditto.
6443 (longest_local_hex_string): Delete declaration.
6444 (longest_local_hex_string_custom): Ditto.
6445
6446 * solib.c: Update copyright.
6447 * memattr.c: Update copyright.
6448
13d01224
AC
64492002-05-11 Andrew Cagney <ac131313@redhat.com>
6450
6451 * arch-utils.h (legacy_register_to_value): Declare.
6452 (legacy_value_to_register): Declare.
6453 (legacy_convert_register_p): Declare.
6454 * arch-utils.c (legacy_register_to_value): New function.
6455 (legacy_value_to_register): New function.
6456 (legacy_convert_register_p): New function.
6457
6458 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6459 (VALUE_TO_REGISTER): Define.
6460 (CONVERT_REGISTER_P): Define.
6461 * gdbarch.h, gdbarch.c: Regenerate.
6462
6463 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6464 VALUE_TO_REGISTER.
6465 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6466 CONVERT_REGISTER_P.
6467
4a1970e4
DJ
64682005-05-11 Daniel Jacobowitz <drow@mvista.com>
6469 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6470
6471 * Makefile.in: Update dependencies for valops.c.
6472 * valops.c: Include "gdb_assert.h".
6473 (typecmp): Skip THIS parameter to methods.
6474 (find_method_list): Remove static_memfuncp argument,
6475 update callers. Check for stub methods.
6476 (find_value_oload_method_list): Don't set *static_memfuncp.
6477 (find_overload_match): Don't check for stub methods. Assert
6478 that methods are not stubbed. Handle static methods.
6479 (value_find_oload_method_list): Remove static_memfuncp argument.
6480 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6481 to the argument list for static stub methods.
6482 * value.h (value_find_oload_method_list): Update prototype.
6483
b2e75d78
AC
64842002-05-11 Andrew Cagney <ac131313@redhat.com>
6485
6486 * arch-utils.h (generic_register_size): Declare.
6487 (generic_register_raw_size, generic_register_virtual_size): Delete
6488 declarations.
6489 * arch-utils.c (generic_register_raw_size): Delete.
6490 (generic_register_size): New function.
6491 (generic_register_virtual_size): Delete.
6492
6493 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6494 default generic_register_size.
6495 * gdbarch.h, gdbarch.c: Re-generate.
6496
6497 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6498 register_virtual_size.
6499 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6500 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6501
451fbdda
AC
65022002-05-11 Andrew Cagney <ac131313@redhat.com>
6503
6504 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6505 * gdbarch.h, gdbarch.c: Regenerate.
6506 * gnu-v3-abi.c: Update copyright.
6507 (vtable_address_point_offset): Update.
6508 (gnuv3_rtti_type): Update.
6509 (gnuv3_baseclass_offset): Update.
6510 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6511 (init_fetch_link_map_offsets): Update.
6512 * remote.c (get_remote_state): Update.
6513
6d2f5cea
DJ
65142002-05-11 Daniel Jacobowitz <drow@mvista.com>
6515
6516 * TODO: Remove value_headof/value_from_vtable_info comment.
6517 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6518 * values.c (value_headof, value_from_vtable_info): Delete.
6519 * value.h (value_from_vtable_info): Delete prototype.
6520
d2324da4
AC
65212002-05-11 Andrew Cagney <ac131313@redhat.com>
6522
6523 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6524 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6525 $(gdb_regex_h).
6526 (gdb_assert_h): Define.
6527 (gdb_wait_h): Define.
6528 (gdb_regex_h): Define.
6529
5c717440
DJ
65302002-05-11 Daniel Jacobowitz <drow@mvista.com>
6531
6532 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6533 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6534
6c7861b3
JT
65352002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6536
6537 * nbsd-tdep.c: Fix comment.
6538
ea5bc2a6
JT
65392002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6540
6541 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6542 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6543 (nbsd-tdep.o): New dependency list.
6544 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6545 nbsd-tdep.h.
6546 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6547 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6548 * nbsd-tdep.c: New file.
6549 * nbsd-tdep.h: New file.
6550 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6551 nbsd-tdep.h.
6552 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6553 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6554 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6555 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6556
b28da865
JT
65572002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6558
6559 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6560 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6561 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6562 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6563 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6564 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6565
4b8ff1fa
JT
65662002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6567
6568 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6569 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6570 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6571 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6572 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6573 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6574 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6575
dfe6eb1f
JT
65762002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6577
6578 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6579 fetch_elfcore_registers to...
6580 * i386nbsd-tdep.c: ...here.
6581 (i386nbsd_use_struct_convention): Rename to...
6582 (i386nbsd_aout_use_struct_convention): ...this.
6583 (i386nbsd_supply_reg): New function.
6584 (i386nbsd_fill_reg): New function.
6585 (fetch_core_registers): Use i386nbsd_supply_reg.
6586 (fetch_elfcore_registers): Likewise.
6587 (_initialize_i386nbsd_tdep): New function.
6588 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6589 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6590 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6591 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6592 (i386nbsd_aout_use_struct_convention): ...this.
6593
20cb8cda
JT
65942002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6595
6596 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6597 (store_inferior_registers): Use shnbsd_fill_reg.
6598 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6599 sh_nbsd_supply_register): Collapse into...
6600 (shnbsd_supply_reg): ...this.
6601 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6602 (shnbsd_fill_reg): ...this.
6603 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6604 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6605 (fetch_core_registers): Use shnbsd_supply_reg.
6606 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6607 (sh_nbsd_core_fns): Rename to...
6608 (shnbsd_core_fns): ...this.
6609 (sh_nbsd_elfcore_fns): Rename to...
6610 (shnbsd_elfcore_fns): ...this.
6611 (sh_nbsd_init_abi): Rename to...
6612 (shnbsd_init_abi): ...this.
6613 (_initialize_sh_nbsd_tdep): Rename to...
6614 (_initialize_shnbsd_tdep): ...this.
6615 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6616 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6617 sh_nbsd_fill_register): Remove prototypes.
6618 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6619
e750d25e
JT
66202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6621
6622 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6623 (i387-nat.o): Delete dependency list.
6624 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6625 (x86-64-linux-nat.o): Likewise.
6626 * i387-nat.c: Delete file, moving contents to...
6627 * i387-tdep.c: ...here.
6628 * i387-nat.h: Rename...
6629 * i387-tdep.h: ...to this.
6630 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6631 * i386-linux-nat.c: Likewise.
6632 * i386bsd-nat.c: Likewise.
6633 * i386gnu-nat.c: Likewise.
6634 * i386nbsd-nat.c: Likewise.
6635 * i386v4-nat.c: Likewise.
6636 * x86-64-linux-nat.c: Likewise.
6637 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6638 * config/i386/go32.mh (NATDEPFILES): Likewise.
6639 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6640 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6641 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6642 * config/i386/linux.mh (NATDEPFILES): Likewise.
6643 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6644 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6645 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6646 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6647
1aee598a
JT
66482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6649
6650 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6651 (alphanbsd-nat.o): Remove dependency list.
6652 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6653 * alphanbsd-nat.c: Delete. Contents moved to...
6654 * alphanbsd-tdep.c: ...here.
6655 (_initialize_alphanbsd_tdep): Register core functions.
6656 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6657
12bcb0fe
JT
66582002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6659
6660 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6661 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6662 (alphanbsd-nat.o): Likewise.
6663 (alphabsd-tdep.o): New dependency list.
6664 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6665 (fill_gregset): Use alphabsd_fill_reg.
6666 (supply_fpregset): Use alphabsd_supply_fpreg.
6667 (fill_fpregset): Use alphabsd_fill_fpreg.
6668 (fetch_inferior_registers): Use struct reg and struct fpreg
6669 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6670 and alphabsd_supply_fpreg.
6671 (store_inferior_registers): Use struct reg and struct fpreg
6672 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6673 and alphabsd_fill_fpreg.
6674 * alphabsd-tdep.c: New file.
6675 * alphabsd-tdep.h: New file.
6676 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6677 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6678 alphabsd_supply_fpreg.
6679 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6680 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6681
361d1df0
EC
66822002-05-11 Eric Christopher <echristo@redhat.com>
6683
6684 * mips-tdep.c (mips_double_register_type): Fix thinko.
6685 (mips_single_register_type): Ditto.
6686 * MAINTAINERS: Add self.
6687
92dd7cee
MK
66882002-05-11 Mark Kettenis <kettenis@gnu.org>
6689
6690 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6691 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6692 right thing on architectures with different endianness and/or
6693 integer sizes.
6694
e27da16d
JT
66952002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6696
6697 From Christian Limpach <chris@Pin.LU>
6698 * configure.in: Change sed expression which comments out
6699 NATDEPFILES to also comment out continuation lines.
6700 * configure: Regenerate.
6701
ddde02bd
EZ
67022002-05-10 Elena Zannoni <ezannoni@redhat.com>
6703
6704 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6705 big patch.
6706
1c922164
EZ
67072002-05-10 Elena Zannoni <ezannoni@redhat.com>
6708
6709 * sh-tdep.c: Include correct file.
6710
283150cd
EZ
67112002-05-10 Elena Zannoni <ezannoni@redhat.com>
6712
6713 New support for sh64-elf (sh5) target.
6714
6715 * configure.tgt: For sh64-elf target, default to sh-elf.
6716
6717 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6718 (struct gdbarch_tdep): Add new fields for new registers and ABI
6719 info.
361d1df0 6720
283150cd
EZ
6721 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6722 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6723 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6724 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6725 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6726 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6727 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6728 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6729 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6730 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6731 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6732 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6733 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6734 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6735 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6736 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6737 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6738 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6739 sign_extend, sh64_nofp_frame_init_saved_regs,
6740 sh64_init_extra_frame_info, sh64_get_saved_register,
6741 sh64_extract_struct_value_address, sh64_pop_frame,
6742 sh64_push_arguments, sh64_extract_return_value,
6743 sh64_store_return_value, sh64_show_media_regs,
6744 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6745 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6746 sh_sh64_register_virtual_type,
6747 sh_sh64_register_convert_to_virtual,
6748 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6749 sh64_register_read, sh64_pseudo_register_write,
6750 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6751 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6752 sh64_do_pseudo_register, sh_compact_do_registers_info,
6753 sh64_do_registers_info, sh_gdbarch_init): New functions.
6754
3117ed25
EZ
67552002-05-10 Elena Zannoni <ezannoni@redhat.com>
6756
6757 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6758
2654e6d4
DJ
67592002-05-10 Daniel Jacobowitz <drow@mvista.com>
6760
6761 * linespec.c (decode_line_1): Check for a double quote after
6762 a filename correctly.
6763
9ab3e532
JB
67642002-05-10 Jim Blandy <jimb@redhat.com>
6765
6766 Properly track the size of the current objfile's .debug_line section.
6767 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6768 (DWARF_LINE_SIZE): New macro.
6769 (dwarf2_build_psymtabs_hard): Record the line section's size in
6770 the partial symbol table.
6771 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6772 symbol table.
6773
126fa72d
PS
67742002-05-10 Petr Sorfa <petrs@caldera.com>
6775
6776 * ia64-tdep.c: Handle breakpoints on L instruction type
6777 in MLX instruction bundle by moving the breakpoint to
6778 the third slot (X instruction type) as L holds only data.
6779
1f077a3e
KB
67802002-05-10 Kevin Buettner <kevinb@redhat.com>
6781
6782 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6783 (process_one_symbol): Complain about discarding local symbols
6784 due to a misplaced N_LBRAC entry.
6785
8120c9d5 67862002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6787
6788 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6789 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6790 decrease the depth we are at, in the case of templates.
361d1df0 6791
67b2c998
DJ
67922002-05-09 Daniel Jacobowitz <drow@mvista.com>
6793
6794 * mips-tdep.c (mips_float_register_type): New function.
6795 (mips_double_register_type): New function.
6796 (mips_print_register): Use them.
6797 (do_fp_register_row): Likewise.
6798
fd326606
DJ
67992002-05-09 Daniel Jacobowitz <drow@mvista.com>
6800
6609d9af 6801 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6802 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6803 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6804
bef35864
MS
68052002-05-09 Michael Snyder <msnyder@redhat.com>
6806
6807 * remote-rdp.c (remote_rdp_can_run): Remove.
6808
c55a3f73
TT
68092002-05-09 Tom Tromey <tromey@redhat.com>
6810
6811 * jv-valprint.c (java_val_print): Handle `char' as a special case
6812 of TYPE_CODE_INT.
6813
b8d5e71d
MS
68142002-05-09 Michael Snyder <msnyder@redhat.com>
6815
6816 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6817 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6818 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6819 str r(0123),[sp,#nn].
361d1df0 6820 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6821 order-independent by placing it in a loop.
6822
e2cd42dd
MS
68232002-05-06 Michael Snyder <msnyder@redhat.com>
6824
6825 * stabsread.c (read_type): Add recognition for new attribute:
6826 "@V;" means that an array type is actually a vector.
6827 This is analogous to the vector flag that's been added to dwarf2.
6828
3ce1502b
MK
68292002-05-09 Mark Kettenis <kettenis@gnu.org>
6830
6831 * i386-tdep.h (i386_abi): New enum.
6832 (struct gdbarch_tdep): Replace os_ident member with abi.
6833 (i386_gdbarch_register_os_abi): New prototype.
6834 * i386-tdep.c (i386_abi_names): New array.
6835 (process_note_abi_tag_sections): Removed.
6836 (process_note_sections): New function.
6837 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6838 (struct i386_abi_handler): New struct.
6839 (i386_abi_handler_list): New variable.
6840 (i386_gdbarch_register_os_abi): New function.
6841 (i386_gdbarch_init): Adapt for the changes given above.
6842
084c156a
DJ
68432002-05-08 Daniel Jacobowitz <drow@mvista.com>
6844
6845 * gregset.h: Say "GNU/Linux".
6846
6599f021
EZ
68472002-05-08 Elena Zannoni <ezannoni@redhat.com>
6848
6849 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6850 (build_gdbtypes): Build builtin_type_v2_float.
6851 (_initialize_gdbtypes): Register new builtin type.
6852
40af4b0c
AC
68532002-05-08 Andrew Cagney <ac131313@redhat.com>
6854
6855 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6856 (clear_gdbarch_swap): New function.
6857 (initialize_non_multiarch): Call.
6858 (gdbarch_update_p): Before calling init(), swap out and clear the
6859 existing architecture.
6860 * gdbarch.c: Regenerate.
6861
4fe84f46
JT
68622002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6863
6864 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6865 alphanbsd-tdep.c.
6866
4015edd1
JT
68672002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6868
6869 * sh-nbsd-nat.c: Rename to...
6870 * shnbsd-nat.c: ...this.
6871 * sh-nbsd-tdep.c: Rename to...
6872 * shnbsd-tdep.c: ...this.
6873 * sh-nbsd-tdep.h: Rename to...
6874 * shnbsd-tdep.h: ...this.
6875 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6876 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6877
0e2bd219
RE
68782002-05-08 Richard Earnshaw <rearnsha@arm.com>
6879
6880 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6881 concatenation for command help messages.
6882
13a38d45
JT
68832002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6884
6885 * NEWS: Note new sh*-*-netbsdelf* configuration.
6886 * configure.host: Set gdb_host_cpu to sh for all sh*.
6887 (sh*-*-netbsdelf*): New host.
6888 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6889 (sh*-*-netbsdelf*): New target.
6890 * sh-nbsd-nat.c: New file.
6891 * sh-nbsd-tdep.c: New file.
6892 * sh-nbsd-tdep.h: New file.
6893 * config/sh/nbsd.mh: New file.
6894 * config/sh/nbsd.mt: New file.
6895 * config/sh/nm-nbsd.h: New file.
6896 * config/sh/tm-nbsd.h: New file.
6897
d658f924
JT
68982002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6899
6900 * sh-tdep.c (sh_osabi_names): Declare.
6901 (process_note_abi_tag_sections): New function.
6902 (get_elfosabi): Ditto.
6903 (sh_gdbarch_register_os_abi): Ditto.
6904 (sh_dump_tdep): Ditto.
6905 _initialize_sh_tdep): Use gdbarch_register to register
6906 sh_gdbarch_init and sh_dump_tdep.
6907 * config/sh/tm-sh.h (sh_osabi): Declare.
6908 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6909
848cfffb
AC
69102002-05-07 Andrew Cagney <ac131313@redhat.com>
6911
6912 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6913 (thumb_scan_prologue): Ditto.
6914 (arm_find_callers_reg): Ditto.
6915 (arm_frame_chain): Ditto.
6916 (arm_init_extra_frame_info): Ditto.
6917 (arm_frame_saved_pc): Ditto.
6918 (arm_pop_frame): Ditto.
6919 (arm_push_return_address): New function.
6920 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6921 call_dummy_location, call_dummy_breakpoint_offset_p,
6922 call_dummy_breakpoint_offset, call_dummy_p,
6923 call_dummy_stack_adjust_p, call_dummy_words,
6924 sizeof_call_dummy_words, call_dummy_start_offset,
6925 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6926 call_dummy_address, push_return_address and push_dummy_frame for
6927 generic dummy frames.
6928
e7d717c0
JT
69292002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6930
6931 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6932 size computation for alloca.
6933 (sh_fp_frame_init_saved_regs): Likewise.
6934
7bbcf283
RE
69352002-05-07 Richard Earnshaw <rearnsha@arm.com>
6936
6937 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6938 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6939 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6940 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6941 * remote-rdp.c (remote_rdp_fetch_register): Use
6942 ARM_MAX_REGISTER_RAW_SIZE.
6943 (remote_rdp_store_register): Likewise.
6944
4657573b
ML
69452002-05-07 Michal Ludvig <mludvig@suse.cz>
6946
361d1df0 6947 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6948 added default labels to switch {} statements.
6949 * x86-64-tdep.c: Ditto.
6950 * x86-64-linux-nat.c: Ditto.
6951
010f3b2f
JT
69522002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6953
6954 * solib.h: Protect against multiple inclusion.
6955
debd256d
JB
69562002-05-06 Jim Blandy <jimb@redhat.com>
6957
9ab3e532
JB
6958 Add first preprocessor macro-expansion files.
6959 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6960 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6961 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6962 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6963 (COMMON_OBS): Add macrotab.o, macroexp.o.
6964 (macroexp.o, macrotab.o): New rules.
6965
debd256d
JB
6966 Separate the job of reading the line number info statement program
6967 header (...expialidocious) out into its own function.
6968 * dwarf2read.c (struct line_head, struct filenames, struct
6969 directories): Replace with...
6970 (struct line_header): New structure, containing the full
6971 contents of the statement program header, including the
6972 include directory and file name tables.
6973 (read_file_scope): If we have line number info, instead of just
6974 calling dwarf_decode_lines to do all the work, call
6975 dwarf_decode_line_header first to get a `struct line_header'
6976 containing the data in the statement program header, and then
6977 pass that to dwarf_decode_lines, which will pick up where that
6978 left off. Be sure to clean up the `struct line_header' object.
6979 (dwarf_decode_line_header, free_line_header, add_include_dir,
6980 add_file_name): New functions.
6981 (dwarf_decode_lines): Move all the code to read the statement
6982 program header into dwarf_decode_line_header. Take the line
6983 header it built as the first argument, instead of the offset to
6984 the compilation unit's line number info. Use the new `struct
6985 line_header' type instead of the old structures. No need to do
6986 cleanups here now, since we don't allocate anything.
6987 (dwarf2_statement_list_fits_in_line_number_section,
6988 dwarf2_line_header_too_long): New complaints.
6989
ac3aafc7
EZ
69902002-05-06 Elena Zannoni <ezannoni@redhat.com>
6991
6992 * gdbtypes.c (init_vector_type): New function.
6993 (build_builtin_type_vec128): Simplify the representation of SIMD
6994 registers.
6995 (build_gdbtypes): Initialize new builtin vector types.
6996 (_initialize_gdbtypes): Register new vector types with gdbarch.
6997 (builtin_type_v4_float, builtin_type_v4_int32,
6998 builtin_type_v8_int16, builtin_type_v16_int8,
6999 builtin_type_v2_int32, builtin_type_v4_int16,
7000 builtin_type_v8_int8): New (renamed) SIMD types.
7001
13e49980
MK
70022002-05-06 Mark Kettenis <kettenis@gnu.org>
7003
7004 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7005 (i387_fill_fxsave): Likewise.
7006
997b20b8
AO
70072002-05-05 Alexandre Oliva <aoliva@redhat.com>
7008
7009 * alpha-tdep.c (alpha_extract_return_value): Don't use
7010 non-constant array size in prototype.
7011
535c96ce
AC
70122002-05-04 Andrew Cagney <ac131313@redhat.com>
7013
7014 From Brian Taylor <briant at model dot com>:
7015 * ui-out.c (ui_out_field_core_addr): Use the function
7016 longest_local_hex_string_custom'to format addresses > 32 bits
7017 wide.
7018
7019 * ui-out.c (ui_out_field_core_addr): Update comment.
7020
bedfa57b
AC
70212002-05-04 Andrew Cagney <ac131313@redhat.com>
7022
7023 * stack.c (select_and_print_frame): Make static. Delete the
7024 parameter `level'.
7025 (func_command): Update call.
7026 (select_frame_command): Delete code computing the frame level.
7027 * frame.h (select_and_print_frame): Delete declaration.
7028
f621c63e
AC
70292002-05-04 Andrew Cagney <ac131313@redhat.com>
7030
7031 * sparc-tdep.c (sparc_get_saved_register): Comment why
7032 get_prev_frame call is safe.
7033
0f7d239c
AC
70342002-05-04 Andrew Cagney <ac131313@redhat.com>
7035
7036 * frame.h (select_frame): Delete level parameter.
7037 * stack.c (select_frame): Update. Use frame_relative_level to
7038 obtain the frame's level.
7039 (select_and_print_frame): Update call.
7040 (select_frame_command): Ditto.
7041 (up_silently_base): Ditto.
7042 (down_silently_base): Ditto.
7043 * ocd.c (ocd_start_remote): Ditto.
7044 * remote-rdp.c (remote_rdp_open): Ditto.
7045 * remote-mips.c (mips_initialize): Ditto.
7046 (common_open): Ditto.
7047 * remote-e7000.c (e7000_start_remote): Ditto.
7048 * m3-nat.c (select_thread): Ditto.
7049 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7050 (child_get_current_exception_event): Ditto.
7051 * varobj.c (varobj_create): Ditto.
7052 (varobj_update): Ditto.
7053 (c_value_of_root): Ditto.
7054 * tracepoint.c (finish_tfind_command): Ditto.
7055 * corelow.c (core_open): Ditto.
7056 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7057 * thread.c (info_threads_command): Ditto.
7058 (switch_to_thread): Ditto.
7059 * infrun.c (normal_stop): Ditto.
7060 (restore_selected_frame): Ditto.
7061 (restore_inferior_status): Ditto.
7062 * breakpoint.c (insert_breakpoints): Ditto.
7063 (watchpoint_check): Ditto.
7064 (bpstat_stop_status): Ditto.
7065 (do_enable_breakpoint): Ditto.
7066 * blockframe.c (flush_cached_frames): Ditto.
7067 (reinit_frame_cache): Ditto.
7068
71d6c7b1
AC
70692002-05-04 Andrew Cagney <ac131313@redhat.com>
7070
7071 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7072 maintainer.
7073
cda6c68a
JB
70742002-05-04 Jim Blandy <jimb@redhat.com>
7075
7076 * gdbtypes.c (replace_type): Doc fix.
7077
5c1c87f0
AC
70782002-05-04 Andrew Cagney <ac131313@redhat.com>
7079
7080 * valprint.c (strcat_longest): Delete commented out function.
7081 Update copyright.
7082
cd9bfe15
AC
70832002-05-04 Andrew Cagney <ac131313@redhat.com>
7084
7085 * MAINTAINERS: Mark a29k as deleted.
7086 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7087 Move new configurations to the top.
7088 * configure.tgt: Remove a29k.
7089 * config/a29k/tm-vx29k.h: Delete.
7090 * config/a29k/vx29k.mt: Delete.
7091 * config/a29k/tm-a29k.h: Delete.
7092 * config/a29k/a29k-udi.mt: Delete.
7093 * config/a29k/a29k.mt: Delete.
7094 * a29k-tdep.c: Delete.
7095 * remote-udi.c: Delete.
7096 * remote-mm.c: Delete.
7097 * remote-eb.c: Delete.
7098 * remote-adapt.c: Delete.
7099 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7100 * config/s390/s390x.mt: Ditto.
7101 * config/s390/s390.mt: Ditto.
7102 * config/sparc/sparclynx.mh: Ditto.
7103 * config/sparc/linux.mh: Ditto.
7104 * config/pa/hppaosf.mh: Ditto.
7105 * config/pa/hppabsd.mh: Ditto.
7106 * config/ns32k/nbsd.mt: Ditto.
7107 * config/mips/vr5000.mt: Ditto.
7108 * config/m68k/sun3os4.mh: Ditto.
7109 * config/m68k/nbsd.mt: Ditto.
7110 * config/m68k/m68klynx.mh: Ditto.
7111 * config/m32r/m32r.mt: Ditto.
7112 * config/i386/x86-64linux.mt: Ditto.
7113 * config/i386/nbsdelf.mt: Ditto.
7114 * config/i386/nbsd.mt: Ditto.
7115 * config/i386/i386lynx.mh: Ditto.
7116
bf0c5130
AC
71172002-05-04 Andrew Cagney <ac131313@redhat.com>
7118
7119 * target.c (debug_print_register): New function. Handle oversize
7120 registers.
7121 (debug_to_fetch_registers): Call.
7122 (debug_to_store_registers): Call.
7123
2ae1c2d2
JB
71242002-05-03 Jim Blandy <jimb@redhat.com>
7125
13a393b0
JB
7126 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7127 (read_type): Doc fix.
7128 * gdbtypes.c (replace_type): Doc fix.
7129
2ae1c2d2
JB
7130 * stabsread.c (multiply_defined_struct): New complaint.
7131 (read_struct_type): If the type we were passed isn't empty, or
7132 incomplete, don't read the new struct type into it; complain,
7133 and return the original type unchanged. Take a new `type_code'
7134 argument, which is the type code for the new type.
7135 (read_type): Rather than storing the type's type code here, pass
7136 it as an argument to read_struct_type, and let that take care of
7137 storing it. That way, we don't overwrite the original type code,
7138 so read_struct_type can use it to decide whether we're overwriting
7139 something we shouldn't.
7140 (complain_about_struct_wipeout): New function.
7141
8de9bdc4
AC
71422002-05-03 Andrew Cagney <ac131313@redhat.com>
7143
7144 * gdbarch.sh: Assert that gdbarch is non-NULL.
7145 * gdbarch.c: Regenerate.
7146
f773fdbb
JM
71472002-05-03 Jason Merrill <jason@redhat.com>
7148
7149 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7150 and return NULL.
7151
0e04a514
ML
71522002-05-03 Michal Ludvig <mludvig@suse.cz>
7153
7154 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7155 (x86_64_dwarf2gdb_regno_map_length),
7156 (x86_64_dwarf2_reg_to_regnum): Added.
7157 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7158 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7159 (_initialize_x86_64_tdep): Synced with the change above.
7160 (x86_64_skip_prologue): Reformulated message.
7161
065432a8
PM
71622002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7163
7164 * f-exp.y: Also use new prev_lexptr variable
7165 to improve error reporting. Based on Michael Snyder
7166 2002-04-24 dated patch to c-exp.y.
7167 * jv-exp.y: Likewise.
7168 * m2-exp.y: Likewise.
7169
a3162708
EZ
71702002-05-02 Elena Zannoni <ezannoni@redhat.com>
7171
7172 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7173 we are dealing with vectors.
7174
03620c38
PM
71752002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7176
7177 * config/m68k/tm-nbsd.h: Obvious fix,
7178 correct machine name.
7179
6604db2e
PM
71802002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7181
7182 * p-typeprint.c (pascal_type_print_base): Add support
7183 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7184
0906b739
PM
71852002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7186
7187 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7188 for fondamental pascal 'char' type.
7189
e2625b33
PM
71902002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7191
7192 * p-lang.h (is_pascal_string_type): Declaration changed,
7193 new sixth argument of type char ** added.
361d1df0 7194 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7195 changed. Args length_pos, length_size, string_pos, char_size
7196 can now be NULL. New argument arrayname set to the field
7197 name of the char array. Return value set to char array
7198 field index plus one.
361d1df0 7199 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7200 is_pascal_string_type function.
7201
cf17c188
AC
72022002-05-02 Andrew Cagney <cagney@redhat.com>
7203
7204 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7205 <cagney@redhat.com> change.
7206 * gdbarch.c: Regenerate.
7207
52bca491
AC
72082002-05-02 Andrew Cagney <cagney@redhat.com>
7209
7210 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7211 before probing for a new one. Detect errorenous gdbarch_init
7212 functions.
7213 * gdbarch.c: Regenerate.
7214
d5e72505
AC
72152002-05-01 Andrew Cagney <cagney@redhat.com>
7216
7217 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7218 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7219 * config/v850/tm-v850.h: Ditto. Update copyright.
7220
af566d9f
AC
72212002-04-30 Andrew Cagney <ac131313@redhat.com>
7222
7223 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7224 current_gdbarch.
7225
880d85fa
MS
72262002-04-30 Michael Snyder <msnyder@redhat.com>
7227
94c30b78
MS
7228 * arm-tdep.c: Whitespace clean-ups.
7229 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7230 should have been removed as part of 4/24 change.
7231
6f5987a6
KB
72322002-04-30 Kevin Buettner <kevinb@redhat.com>
7233
7234 * rs6000-tdep.c: Added comment describing how fpscr register
7235 numbers were chosen.
7236
1a113c93
MS
72372002-04-30 Michael Snyder <msnyder@redhat.com>
7238
7239 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7240
9a6f53fe
EZ
72412002-04-29 Elena Zannoni <ezannoni@redhat.com>
7242
7243 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7244 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7245 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7246
11ed25ac
KB
72472002-04-29 Kevin Buettner <kevinb@redhat.com>
7248
7249 From Louis Hamilton <hamilton@redhat.com>:
7250 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7251 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7252 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7253 not bfd-private xcoff data, to determine wordsize.
7254 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7255
ae232405
AC
72562002-04-29 Andrew Cagney <ac131313@redhat.com>
7257
7258 GDB 5.2 released from 5.2 branch.
7259
91fd20f7
ML
72602002-04-29 Michal Ludvig <mludvig@suse.cz>
7261
7262 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7263 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7264 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7265
2dc5091b
EZ
72662002-04-29 Elena Zannoni <ezannoni@redhat.com>
7267
7268 * rs6000-tdep.c (rs6000_extract_return_value,
7269 rs6000_store_return_value): Handle returning vectors.
7270 (rs6000_gdbarch_init): Use
7271 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7272 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7273 New function.
7274 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7275 vectors.
7276 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7277 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7278
2b9848d8
PM
72792002-04-24 Pierre Muller <ics.u-strasbg.fr>
7280
7281 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7282 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7283 with fprintf_unfiltered (gdb_stderr,...).
7284
f8d17dc5
PM
72852002-04-24 Pierre Muller <ics.u-strasbg.fr>
7286
7287 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7288 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7289 Replace fprintf (stderr,...
7290 with fprintf_unfiltered (gdb_stderr,....
7291 * remote-es.c: Likewise.
7292 * remote-os9k.c: Likewise.
7293 * remote-st.c: Likewise.
7294
2f2f1ad1
AS
72952002-04-28 Andreas Schwab <schwab@suse.de>
7296
7297 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7298 linux-proc.o and gcore.o.
7299
b6779aa2
AC
73002002-04-26 Michal Ludvig <mludvig@suse.cz>
7301
7302 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7303 code without frame pointers.
7304
7e57f5f4
AC
73052002-04-26 Andrew Cagney <ac131313@redhat.com>
7306
7307 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7308 ON_STACK is needed.
7309
2ceb85d0
BE
73102002-04-26 Ben Elliston <bje@redhat.com>
7311
7312 * target.c (do_xfer_memory): Correct reference to the new option
7313 "trust-readonly-sections".
7314
f5f8a009
EZ
73152002-04-26 Elena Zannoni <ezannoni@redhat.com>
7316
7317 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7318 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7319 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7320 vectors.
7321 (read_array_type): Record the fact that this array type is really a
7322 vector (i.e. are passed in by value).
7323
5868c862
JT
73242002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7325
7326 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7327 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7328 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7329 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7330 * alpha-linux-tdep.c: Include frame.h.
7331 (alpha_linux_sigcontext_addr): New function.
7332 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7333 alpha_linux_sigcontext_addr.
7334 * alpha-osf1-tdep.c: Include gdbcore.h.
7335 (alpha_osf1_sigcontext_addr): New function.
7336 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7337 alpha_osf1_sigcontext_addr.
7338 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7339 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7340
bfb01f37
AC
73412002-04-26 Andrew Cagney <ac131313@redhat.com>
7342
361d1df0 7343 * stack.c (selected_frame_level):
bfb01f37
AC
7344 (select_frame): Do not set selected_frame_level.
7345 * frame.h (selected_frame_level): Delete declaration.
7346
15813d3f
AC
73472002-04-26 Andrew Cagney <ac131313@redhat.com>
7348
7349 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7350 convert_from_func_ptr-addr when AIX / PowerOpen.
7351
6096c27a
AC
73522002-04-25 Andrew Cagney <ac131313@redhat.com>
7353
7354 * valops.c (hand_function_call): Call
7355 generic_save_call_dummy_addr.
7356 * frame.h (generic_save_call_dummy_addr): Declare.
7357 * blockframe.c (struct dummy_frame): Add fields call_lo and
7358 call_hi.
7359 (generic_find_dummy_frame): Check for PC in range call_lo to
7360 call_hi instead of entry_point_address.
7361 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7362 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7363 (generic_save_call_dummy_addr): New function.
7364
f510d44e
DM
73652002-04-24 David S. Miller <davem@redhat.com>
7366
7367 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7368 sparc_skip_prologue.
7369 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7370 information to find prologue when possible.
7371 (sparc_prologue_frameless_p): Call examine_prologue directly.
7372 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7373 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7374 second argument.
7375 (SKIP_PROLOGUE): Likewise.
7376
15d72a92
JT
73772002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7378
7379 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7380 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7381 indicate that the condition it was testing is always true.
7382 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7383 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7384 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7385
accc6d1f
JT
73862002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7387
7388 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7389 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7390 tdep->jb_pc and tdep->jb_elt_size.
7391 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7392 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7393 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7394 * alpha-nat.c (get_longjmp_target): Remove.
7395 (JB_ELEMENT_SIZE): Ditto.
7396 (JB_PC): Ditto.
7397 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7398 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7399 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7400 to alpha_get_longjmp_target.
7401 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7402 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7403 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7404
1bfdc549
AC
74052002-04-25 Andrew Cagney <ac131313@redhat.com>
7406
7407 * README: Update to GDB 5.2.
7408
1bd316f0
AC
74092002-04-25 Andrew Cagney <ac131313@redhat.com>
7410
7411 * gdbarch.sh (LC_ALL): Set to `c'.
7412
2e5ff58c
TR
74132002-04-25 Theodore A. Roth <troth@verinet.com>
7414
7415 * avr-tdep.c: Ran through gdb_indent.sh.
7416
e33ce519
TR
74172002-04-25 Theodore A. Roth <troth@verinet.com>
7418
7419 * MAINTAINERS: Add myself as AVR maintainer.
7420 * NEWS: Note new target avr.
7421
8818c391
TR
74222002-04-25 Theodore A. Roth <troth@verinet.com>
7423
7424 * Makefile.in: Add support for AVR target.
7425 * configure.tgt: Add support for AVR target.
7426 * avr-tdep.c: New file
7427 * config/avr/avr.mt: New file.
7428
79509c2d
TR
74292002-04-25 Theodore A. Roth <troth@verinet.com>
7430
7431 * MAINTAINERS: Add myself to write-after-approval.
7432
dac8068e
PM
74332002-04-24 Pierre Muller <ics.u-strasbg.fr>
7434
7435 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7436 with fprintf_unfiltered (gdb_stderr,....
7437
25bf3106
PM
74382002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7439
7440 Fix PR gdb/508.
7441 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7442
24467a86
PM
74432002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7444
7445 * p-exp.y: Also use new prev_lexptr variable
7446 to improve error reporting. Based on Michael Snyder
7447 2002-04-24 dated patch to c-exp.y.
7448
95b80706
JT
74492002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7450
7451 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7452 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7453 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7454 to 0.
7455 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7456 and struct value.
7457 (FUNCTION_START_OFFSET): Remove.
7458 (BREAKPOINT): Ditto.
7459
e90cc612
JT
74602002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7461
7462 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7463 * NEWS: Ditto.
7464
6c72f9f9
JT
74652002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7466
7467 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7468 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7469 alpha_linux_pc_in_sigtramp.
7470 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7471 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7472 alpha_osf1_pc_in_sigtramp.
7473 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7474 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7475 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7476 alphafbsd_pc_in_sigtramp.
7477 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7478 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7479 alphanbsd_pc_in_sigtramp.
7480 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7481 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7482
5e4f3379
JT
74832002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7484
7485 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7486
da8ca43d
JT
74872002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7488
7489 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7490 alphanbsd-tdep.c.
7491 (alphanbsd-nat.o): New dependency list.
7492 (alphanbsd-tdep.o): Ditto.
7493 * NEWS: Note new native NetBSD/alpha configuration.
7494 * alphanbsd-nat.c: New file.
7495 * alphanbsd-tdep.c: Ditto.
7496 * configure.host (alpha*-*-netbsd*): New host.
7497 * configure.tgt (alpha*-*-netbsd*): New target.
7498 * config/alpha/nbsd.mh: New file.
7499 * config/alpha/nbsd.mt: Ditto.
7500 * config/alpha/nm-nbsd.h: Ditto.
7501 * config/alpha/tm-nbsd.h: Ditto.
7502
36a6271d
JT
75032002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7504
7505 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7506 (alpha-osf1-tdep.o): New dependency list.
7507 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7508 and skip_sigtramp_frame members.
7509 * alpha-linux-tdep.c: Include gdbcore.h.
7510 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7511 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7512 * alpha-osf1-tdep.c: New file.
7513 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7514 alpha-osf1-dep.c.
7515 (alpha_frame_past_sigtramp_frame): New function.
7516 (alpha_dynamic_sigtramp_offset): Ditto.
7517 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7518 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7519 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7520 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7521 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7522 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7523 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7524 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7525 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7526 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7527 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7528 to find_solib_trampoline_target.
7529 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7530 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7531 (SKIP_TRAMPOLINE_CODE): Remove.
7532 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7533 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7534 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7535 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7536 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7537 (PROC_SIGTRAMP_MAGIC): Ditto.
7538 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7539 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7540 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7541 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7542 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7543
2f4bc57b
JT
75442002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7545
7546 * NEWS: Note that Alpha targets are now multi-arch.
7547
665132f9
MS
75482002-04-24 Michael Snyder <msnyder@redhat.com>
7549
7550 * parser-defs.h (prev_lexptr): New external variable.
7551 * parse.c (parse_exp_1): Set prev_lexptr to null before
7552 calling the language-specific parser.
7553 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7554 (yyerror): Use prev_lexptr in error reporting.
7555
32872fa7
DJ
75562002-04-24 Daniel Jacobowitz <drow@mvista.com>
7557
7558 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7559 * gregset.h: If FILL_FPXREGSET is defined, provide
7560 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7561 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7562 is defined, call fill_fpxregset.
7563
57e76fac
MS
75642002-04-24 Roland McGrath <roland@frob.com>
7565
7566 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7567 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7568 (supply_gregset, supply_fpregset): New functions.
7569
7570 * gnu-nat.c (gnu_find_memory_regions): New function.
7571 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7572 (gnu_xfer_memory): Add a cast.
7573
f43845b3
MS
75742002-04-24 Michael Snyder <msnyder@redhat.com>
7575
361d1df0 7576 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7577 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7578 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7579 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7580 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7581 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7582
a0abec03
AC
7583Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7584
7585 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7586 NUM_PSEUDO_REGS can be used.
7587
d7bd68ca
AC
75882002-04-24 Andrew Cagney <ac131313@redhat.com>
7589
7590 * arch-utils.h: Update copyright.
7591
7592 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7593 * gdbarch.h, gdbarch.c: Re-generate.
7594
7595 * inferior.h (IN_SIGTRAMP): Delete definition.
7596 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7597 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7598
7599 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7600 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7601 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7602 (find_proc_framesize): Ditto.
7603 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7604 (alpha_init_extra_frame_info): Ditto.
7605 * infrun.c (handle_inferior_event): Ditto.
7606 (handle_inferior_event): Ditto.
7607 (check_sigtramp2): Ditto.
7608 * blockframe.c (create_new_frame): Ditto.
7609 (get_prev_frame): Ditto.
7610 * ppc-linux-tdep.c: Update comments.
7611 * i386-linux-tdep.c: Update comments.
7612 * breakpoint.c (bpstat_what): Update comment.
7613
4867e41e
DM
76142002-04-24 David S. Miller <davem@redhat.com>
7615
21d83aa5
DM
7616 * i960-tdep.c (register_in_window_p): New function.
7617 (i960_find_saved_register): Use it instead of
7618 REGISTER_IN_WINDOW_P.
7619 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7620
4867e41e
DM
7621 * symtab.h (find_stab_function_addr): Kill extern.
7622 * minsyms.c (find_stab_function_addr): Remove from here...
7623 * dbxread.c: ... to here, and mark it static.
7624
69cdf6a2
DM
76252002-04-20 David S. Miller <davem@redhat.com>
7626
7627 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7628 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7629
5a595886
DM
76302002-04-21 David S. Miller <davem@redhat.com>
7631
7632 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7633 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7634 (vx_write_register): Likewise.
7635
1da1a192
JB
76362002-04-23 J. Brobecker <brobecker@gnat.com>
7637
7638 * source.c (is_regular_file): New function.
7639 (openp): Check wether file to open is a regular file
7640 to avoid opening directories.
7641
baa6f10b
JT
76422002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7643
7644 * findvar.c (extract_signed_integer): Cast printf argument
7645 to suppress format warning.
7646 (extract_unsigned_integer): Likewise.
7647 * infcmd.c (registers_info): Likewise.
7648 * top.c (get_prompt_1): Likewise.
7649 * valops.c (value_assign): Likewise.
7650 * valprint.c (print_decimal): Likewise.
7651
b2c4da81
L
76522002-04-22 H.J. Lu (hjl@gnu.org)
7653
7654 * c-exp.y (typebase): Support
361d1df0 7655
b2c4da81
L
7656 [long|long long|short] [signed|unsigned] [int|]
7657
7658 and
7659
7660 signed [long|long long|short] int
7661
f267bd6a
JT
76622002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7663
7664 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7665 and vax-tdep.h.
7666 * vax-tdep.h: New file.
7667 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7668 Make several routines static.
7669 (vax_get_saved_register): New function.
7670 (vax_gdbarch_init): New function.
7671 (_initialize_vax_tdep): Register vax_gdbarch_init.
7672 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7673 Remove macros now under the control of gdbarch.
7674
da3c6d4a
MS
76752002-04-22 Michael Snyder <msnyder@redhat.com>
7676
11d3b27d
MS
7677 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7678 Some whitespace and coding standards tweaks.
da3c6d4a 7679
a33f7558
JT
76802002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7681
7682 * vax-tdep.c: Include regcache.h.
7683 (vax_call_dummy_words): New.
7684 (sizeof_vax_call_dummy_words): New.
7685 (vax_fix_call_dummy): New function.
7686 (vax_saved_pc_after_call): Ditto.
7687 * config/vax/tm-vax.h: Don't include regcache.h.
7688 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7689 (CALL_DUMMY): Remove.
7690 (CALL_DUMMY_WORDS): Define.
7691 (SIZEOF_CALL_DUMMY_WORDS): Define.
7692 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7693
47a73475
MS
76942002-04-18 Michael Snyder <msnyder@redhat.com>
7695
7696 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7697
52efde73
JT
76982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7699
7700 * vax-tdep.c (vax_frame_chain): New function.
7701 (vax_push_dummy_frame): Ditto.
7702 (vax_pop_frame): Ditto.
7703 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7704 (FRAMELESS_FUNCTION_INVOCATION): Use
7705 generic_frameless_function_invocation_not.
7706 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7707 (POP_FRAME): Use vax_pop_frame.
7708
ea74468c
JT
77092002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7710
7711 * vax-tdep.c (vax_store_struct_return): New function.
7712 (vax_extract_return_value): Ditto.
7713 (vax_store_return_value): Ditto.
7714 (vax_extract_struct_value_address): Ditto.
7715 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7716 vax_store_struct_return.
7717 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7718 (STORE_RETURN_VALUE): Use vax_store_return_value.
7719 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7720
5516aa92
JT
77212002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7722
7723 * vax-tdep.c (vax_frame_saved_pc): New function.
7724 (vax_frame_args_address_correct): Ditto.
7725 (vax_frame_args_address): Ditto.
7726 (vax_frame_locals_address): Ditto.
7727 (vax_frame_num_args): Move code to be in proximity to
7728 other frame-related functions.
7729 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7730 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7731 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7732 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7733 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7734
36af0b35
L
77352002-04-22 H.J. Lu (hjl@gnu.org)
7736
7737 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7738 includedir.
7739
ab62c900
JT
77402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7741
7742 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7743 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7744 (FRAME_INIT_SAVED_REGS): New macro.
7745
7232b100
JT
77462002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7747
7748 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7749
b70d2aee
JT
77502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7751
7752 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7753 where needed.
7754 (fetch_osf_core_registers): Likewise.
7755 (supply_gregset): Likewise.
7756
a0e8a2d1 77572002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7758
a0e8a2d1
JB
7759 * symfile.h (get_section_index): Define.
7760 * symfile.c (get_section_index): New function.
7761 * mdebugread.c (SC_IS_SBSS): New macro.
7762 (SC_IS_BSS): Return true for the scBss storage class only, as
7763 the scSBss storage class refers to the .sbss section.
7764 (parse_partial_symbols): Discard the symbols which associated
7765 section does not exist.
7766 Make sure to use the .sbss section index for symbols which
7767 storage class is scBss, rather than using the .bss section index.
7768
51eb8b08
JT
77692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7770
7771 * vax-tdep.c: Update copyright years.
7772 (vax_register_name): New function.
7773 (vax_register_byte): Ditto.
7774 (vax_register_raw_size): Ditto.
7775 (vax_register_virtual_size): Ditto.
7776 (vax_register_virtual_type): Ditto.
7777 * config/vax/tm-vax.h: Update copyright years.
7778 (REGISTER_NAMES): Remove.
7779 (REGISTER_NAME): Define.
7780 (REGISTER_BYTE): Use vax_register_byte.
7781 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7782 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7783 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7784
6cc1c0a8
AC
77852002-04-21 Andrew Cagney <ac131313@redhat.com>
7786
7787 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7788 declaration
7789 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7790
9319a2fe
DM
77912002-04-21 David S. Miller <davem@redhat.com>
7792
7793 * arch-utils.c (generic_prologue_frameless_p): Kill
7794 SKIP_PROLOGUE_FRAMELESS_P code.
7795 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7796 references.
7797 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7798 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7799 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7800 references.
7801 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7802 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7803 (sparc_gdbarch_init): Pass it to
7804 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7805
e9ed6d01
JT
78062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7807
7808 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7809 (alphabsd-nat.o): New dependency list.
7810
36012033
JT
78112002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7812
7813 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7814 alphafbsd-tdep.c.
7815 (alpha-linux-tdep.o): New dependency list.
7816 (alphafbsd-tdep.o): Likewise.
7817
3379287a
JT
78182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7819
7820 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7821 to here...
7822 * alpha-tdep.c: ...from here.
7823 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7824
4bcbd6cb
JT
78252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7826
7827 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7828 prototype from here...
7829 * alpha-tdep.h: ...to here.
7830
b31da25e
AC
78312002-04-21 Andrew Cagney <ac131313@redhat.com>
7832
7833 * frame.h (selected_frame_level): Document as deprecated.
7834 (frame_relative_level): Declare.
7835 * stack.c (frame_relative_level): New function.
7836 (selected_frame_level): Document as deprecated.
7837 (select_frame): Do not set the selected_frame_level.
7838
7839 * stack.c (frame_info, record_selected_frame): Update.
7840 (frame_command, current_frame_command): Update.
7841 (up_silently_base, up_command, down_silently_base): Update.
7842 (down_command): Update.
7843 * inflow.c (kill_command): Update.
7844 * tracepoint.c (finish_tfind_command): Update.
7845 * corelow.c (core_open): Update.
7846 * thread.c (info_threads_command): Update.
7847 (do_captured_thread_select): Update.
7848 * infcmd.c (finish_command): Update.
7849 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7850
9c1d6fe5
JT
78512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7852
7853 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7854
ab89facf
AC
78552002-04-21 Andrew Cagney <ac131313@redhat.com>
7856
7857 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7858 type const.
7859
82a4efa1
JT
78602002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7861
7862 * alphafbsd-tdep.c: Update copyright years. Include
7863 alpha-tdep.h.
7864 (alphafbsd_use_struct_convention): Make static.
7865 (alphafbsd_init_abi): New function.
7866 (_initialize_alphafbsd_tdep): New function.
7867 * config/alpha/tm-fbsd.h: Update copyright years.
7868 (USE_STRUCT_CONVENTION): Remove.
7869
44dffaac
JT
78702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7871
7872 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7873 an Alpha ABI variant.
7874 (alpha_abi_handler_list): Declare.
7875 (alpha_gdbarch_register_os_abi): New function.
7876 (alpha_gdbarch_init): Give registered ABI variant handlers a
7877 chance to tweak the gdbarch once we have set up defaults.
7878 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7879
65585be4
JT
78802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7881
7882 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7883 to standard_coerce_float_to_double.
7884 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7885
d9b023cc
JT
78862002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7887
7888 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7889 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7890 from gdbarch_tdep rather than a constant.
7891 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7892 the default text address for all Alpha Unix ABIs.
7893 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7894 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7895
dc129d82
JT
78962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7897
7898 * alpha-tdep.h: New file. Includes several Alpha target constants
7899 taken from...
7900 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7901 let gdbarch deal with.
7902 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7903 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7904 to dependency list.
7905 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7906 Alpha target register names.
7907 * alphabsd-nat.c: Likewise.
7908 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7909 Alpha target register names. Make serveral routines static.
7910 (alpha_get_saved_register): New function.
7911 (alpha_abi_names): New.
7912 (process_note_abi_tag_sections): New function.
7913 (get_elfosabi): New function.
7914 (alpha_gdbarch_init): New function.
7915 (alpha_dump_tdep): New function.
7916 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7917
d49d1e0a
AC
79182002-04-21 Andrew Cagney <ac131313@redhat.com>
7919
7920 * frame.c (find_saved_register): Delete #ifdef
7921 HAVE_REGISTER_WINDOWS code.
7922 * config/sparc/tm-sparc.h: Update comments.
7923 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7924
92e8c9ed
AC
79252002-04-21 Andrew Cagney <ac131313@redhat.com>
7926
7927 * i960-tdep.c (i960_find_saved_register): New function.
7928 (i960_get_saved_register): New function.
7929 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7930 (i960_get_saved_register): Declare.
7931 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7932
e1925118
DM
79332002-04-20 David S. Miller <davem@redhat.com>
7934
7935 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7936
29673b29
AC
79372002-04-20 Andrew Cagney <ac131313@redhat.com>
7938
7939 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7940 instead of NUM_PSEUDO_REGS.
7941
6c86dcd5
DM
79422002-04-20 David S. Miller <davem@redhat.com>
7943
7944 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7945 GDB_MULTI_ARCH_PARTIAL
7946 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7947 define, let tm-sp64.h do it.
7948
aa40ec90
JT
79492002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7950
7951 * frame.c (find_saved_register): Avoid a NULL pointer
7952 dereference and actually walk the frame list.
7953
0f79675b
AC
79542002-04-20 Andrew Cagney <ac131313@redhat.com>
7955
7956 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7957 sorted in most most-recent-used order. Document.
7958 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7959
f91305dd 79602002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7961
7962 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7963 instead of ->prev.
7964 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7965 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7966 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7967 instead of ->prev.
7968
73d322b1
EZ
79692002-04-19 Elena Zannoni <ezannoni@redhat.com>
7970
7971 Fix PR gdb/471.
7972 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7973 (build_builtin_type_vec128): Ditto.
7974 (append_composite_type_field): Fix calculation of type length in
7975 union case.
7976
ccd9a834
EZ
79772002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7978
7979 * config/djgpp/README: Update.
7980
7981 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7982 compiler warnings.
7983
a57f9e49
JT
79842002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7985
7986 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7987 (alpha_setup_arbitrary_frame): ...to this.
7988 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7989 for alpha_setup_arbitrary_frame.
7990
f4f9705a
AC
79912002-04-18 Andrew Cagney <cagney@redhat.com>
7992
7993 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7994 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7995
f4f9705a
AC
7996 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7997 * target.h (memory_breakpoint_from_pc): Update declaration.
7998 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7999
8000 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8001 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8002 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8003 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8004 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8005 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8006 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8007 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8008 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8009 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8010 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8011 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8012
8013 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8014 const pointer.
8015 * monitor.c (monitor_insert_breakpoint): Ditto.
8016 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8017
8018 * config/mcore/tm-mcore.h: Update copyright.
8019 * mem-break.c: Ditto.
8020 * xstormy16-tdep.c: Ditto.
8021
29f319b8
PM
80222002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8023
8024 * p-exp.y: Add precedence rule for '^' token.
8025 This removes the shift/reduce conflicts.
8026 Remove the comment concerning these shift/reduce conflicts.
8027
ebeac11a
EZ
80282002-04-18 Elena Zannoni <ezannoni@redhat.com>
8029
8030 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8031 (registers_powerpc_nofp): New register set for processors
8032 without floating point unit.
8033
27c31547
DM
80342002-04-18 David S. Miller <davem@redhat.com>
8035
8036 * MAINTAINERS: Add myself to write-after-approval.
8037
47a73475
MS
80382002-04-17 Michael Snyder <msnyder@redhat.com>
8039
8040 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8041
953836b2
AC
80422002-04-17 Andrew Cagney <ac131313@redhat.com>
8043
8044 * rs6000-tdep.c (frame_initial_stack_address): Use
8045 frame_register_read to read the alloca_reg.
8046
8b0d4340
AC
80472002-04-17 Andrew Cagney <ac131313@redhat.com>
8048
8049 * frame.c (find_saved_register): Find saved registers in the next
8050 not prev frame.
8051 Fix PR gdb/365.
8052
d8864532
AC
80532002-04-17 Andrew Cagney <ac131313@redhat.com>
8054
8055 * gdbarch.sh (LANG): Set to ``c''.
8056
36cc83a3 80572002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8058
36cc83a3 8059 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8060
2f4150cc 80612002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8062
8063 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8064 Update copyright.
8065
628703c6 8066 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8067 Also fix PR gdb/391.
361d1df0 8068
56157b4a
AC
80692002-04-14 Andrew Cagney <ac131313@redhat.com>
8070
8071 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8072 * aclocal.m4, configure: Re-generate.
8073 Fix PR gdb/391.
361d1df0 8074
6d1e3329
EZ
80752002-04-14 Elena Zannoni <ezannoni@redhat.com>
8076
8077 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8078 instead of tm_print_insn.
8079
cb06fa07
EZ
80802002-04-14 Elena Zannoni <ezannoni@redhat.com>
8081
8082 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8083
f208ba17
AC
80842002-04-14 Andrew Cagney <ac131313@redhat.com>
8085
8086 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8087 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8088 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8089
20f01a46
DH
80902002-04-12 Don Howard <dhoward@redhat.com>
8091
8092 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8093 max_user_call_depth.
8094 (init_cmd_lists): Initialize the new value;
8095 * cli/cli-script.c (execute_user_command): Limit the call depth of
8096 user defined commands. This avoids a core-dump when user commands
8097 are infinitly recursive.
8098
a88376a3
KB
80992002-04-12 Kevin Buettner <kevinb@redhat.com>
8100
8101 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8102 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8103 from tdep struct instead of DEFAULT_LR_SAVE.
8104 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8105 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8106 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8107
f2172603
MS
81082002-04-12 Michael Snyder <msnyder@redhat.com>
8109
694f61fb 8110 * Remote.c: Spelling fix.
20fe79c8
MS
8111 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8112 If no symbol found for "sbrk", try "_sbrk".
8113 (make_output_phdrs): Use bfd_section_name.
8114 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8115 * eval.c: Indentation fix-ups.
169a7369
MS
8116 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8117 in case it gets applied to an address that is already
8118 in the instruction space.
de74f71f
MS
8119 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8120 * symfile.c: Fix indentation, long lines.
f2172603
MS
8121 * source.c: White space fix-up.
8122
cda5a58a
AC
81232002-04-12 Andrew Cagney <cagney@redhat.com>
8124
8125 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8126 * frame.c (frame_register_read): New function. Return non-zero on
8127 success.
8128 (read_relative_register_raw_bytes_for_frame): Delete.
8129 (read_relative_register_raw_bytes): Delete.
8130 * frame.h (frame_register_read): Declare.
8131 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8132 * sh-tdep.c: Ditto.
8133 * infcmd.c (do_registers_info): Ditto.
8134 * hppa-tdep.c: Ditto.
8135 * rs6000-tdep.c: Ditto.
8136 * h8500-tdep.c: Ditto.
8137 * mips-tdep.c: Ditto.
8138 * h8300-tdep.c: Ditto.
8139 * z8k-tdep.c: Ditto.
8140
2ea5f656
KB
81412002-04-12 Kevin Buettner <kevinb@redhat.com>
8142
8143 From Jimi X <jimix@watson.ibm.com>:
8144 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8145 64-bit SysV ABI.
8146
27b15785
KB
81472002-04-12 Kevin Buettner <kevinb@redhat.com>
8148
8149 From Jimi X <jimix@watson.ibm.com>:
8150 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8151 bfd info.
8152
5d57ee30
KB
81532002-04-12 Kevin Buettner <kevinb@redhat.com>
8154
8155 From Jimi X <jimix@watson.ibm.com>:
8156 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8157 register sets for these processor variants.
8158
bc1e36ca
DJ
81592002-04-11 Daniel Jacobowitz <drow@mvista.com>
8160
bc1e36ca
DJ
8161 * regformats/reg-ppc.dat: Support FPSCR.
8162
e3f36dbd
KB
81632002-04-11 Kevin Buettner <kevinb@redhat.com>
8164
8165 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8166 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8167 Add fpscr as an invalid/unfetchable register.
8168 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8169 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8170 (fill_fpregset): Add support for register fpscr.
8171 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8172 (fill_gregset): Account for the fact that register ``mq'' might
8173 not exist.
8174 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8175 (registers_power): Add fpscr to register set at slot 71.
8176 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8177 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8178
943c9c25
MS
81792002-04-11 Michael Snyder <msnyder@redhat.com>
8180
8181 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8182 * configure: Regenerate.
8183 * config.in: Regenerate.
8184 * acconfig.h: Add define for _SYSCALL32.
8185 * core-sol2.c: Remove #define _SYSCALL32.
8186 * solib-legacy.c: Remove #define _SYSCALL32.
8187
d8c0a2e7
AC
81882002-04-10 Andrew Cagney <ac131313@redhat.com>
8189
8190 * stack.c (select_frame): Cleanup internal error message, do not
8191 use %p.
8192
7cc19214
AC
81932002-04-10 Andrew Cagney <ac131313@redhat.com>
8194
8195 * stack.c (select_frame): Check that selected_frame and the
8196 specified level are as expected.
8197 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8198 Update copyright.
8199 * frame.h (struct frame_info): Add field `level'. Update
8200 copyright.
8201 Work-in-progress PR gdb/464.
8202
67a2b77e
AC
82032002-04-10 Andrew Cagney <ac131313@redhat.com>
8204
8205 * maint.c (maint_print_section_info): Rename print_section_info.
8206 (print_bfd_section_info, print_objfile_section_info): Update.
8207 * inferior.h (struct gdbarch): Add opaque declaration.
8208 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8209 * gdbarch.h: Regenerate.
8210
8cfda98c
ML
82112002-04-10 Michal Ludvig <mludvig@suse.cz>
8212
8213 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8214 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8215 (kernel_u_size): Added.
8216 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8217 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8218
ca439ad2 82192002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8220
ca439ad2
JI
8221 * valarith.c (find_size_for_pointer_math): New function, either returns
8222 the size for a pointer's target, returns 1 for void *, or errors for
8223 incomplete types.
8224 (value_add, value_sub): use find_size_for_pointer_math.
8225
2f2893d9
DJ
82262002-04-09 Daniel Jacobowitz <drow@mvista.com>
8227
8228 * linux-low.c (linux_look_up_symbols): New hook.
8229 (linux_target_ops): Add linux_look_up_symbols.
8230 * remote-utils.c (decode_address): New function.
8231 (look_up_one_symbol): New function.
8232 * server.c (handle_query): Call target look_up_symbols hook.
8233 * server.h (look_up_one_symbol): Add prototype.
8234 * target.h (struct target_ops): Add look_up_symbols hook.
8235
96cb11df
AC
82362002-04-09 Andrew Cagney <ac131313@redhat.com>
8237
8238 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8239 override FP_REGNUM with frame->fp. Update copyright.
8240 * parse.c (num_std_regs, std_regs): Delete.
8241 (target_map_name_to_register): Do not search std_regs. Update
8242 function description.
8243 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8244 declarations. Update copyright.
8245 Fix PR gdb/251.
361d1df0 8246
97658e92
DJ
82472002-04-09 Daniel Jacobowitz <drow@mvista.com>
8248
8249 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8250 after the last symbol in a block.
8251
6044e3eb
PM
82522002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8253
8254 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8255 is non zero as a found symbol.
8256
0406ec40
AC
82572002-04-08 Andrew Cagney <ac131313@redhat.com>
8258
8259 * findvar.c: Include "builtin-regs.h".
8260 (value_of_register): Call value_of_builtin_reg when applicable.
8261 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8262 (target_map_name_to_register): Call
8263 builtin_reg_map_name_to_regnum.
8264 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8265 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8266 (builtin_regs_h): Define.
8267 (builtin-regs.o): New target.
8268 (findvar.o): Add $(builtin_regs_h).
8269 * builtin-regs.c, builtin-regs.h: New files.
8270 * std-regs.c: New file.
8271 Partial fix for PR gdb/251.
8272
56a6dfb9
KB
82732002-04-08 Kevin Buettner <kevinb@redhat.com>
8274
8275 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8276 it's no longer required.
8277
3a808432
AC
82782002-04-08 Andrew Cagney <ac131313@redhat.com>
8279
8280 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8281
7c40d541
KB
82822002-04-08 Kevin Buettner <kevinb@redhat.com>
8283
8284 From Jimi X <jimix@watson.ibm.com>:
8285 * rs6000-tdep.c (rs6000_software_single_step): Use
8286 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8287 and size. Use target_insert_breakpoint() and
8288 target_remove_breakpoint() to insert and remove breakpoints
8289 instead of explicit memory reads and writes.
8290
cc9836a8
KB
82912002-04-08 Kevin Buettner <kevinb@redhat.com>
8292
8293 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8294 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8295 ELF_OBJECT_FORMAT ifdef.
8296
7495d1dc
KB
82972002-04-08 Kevin Buettner <kevinb@redhat.com>
8298
8299 From Jimi X <jimix@watson.ibm.com>:
8300 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8301
4288e836
KB
83022002-04-08 Kevin Buettner <kevinb@redhat.com>
8303
8304 From Jimi X <jimix@watson.ibm.com>:
8305 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8306 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8307
a4e4e501
MK
83082002-04-07 Mark Kettenis <kettenis@gnu.org>
8309
8310 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8311 s/asprintf/xasprintf/.
8312 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8313
006defba
AC
83142002-04-07 Andrew Cagney <ac131313@redhat.com>
8315
8316 I believe Jeff Law denies responsability for this one:
8317 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8318 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8319 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8320 Work-around for PR gdb/366.
8321
7aa83cac
EZ
83222002-04-07 Elena Zannoni <ezannoni@redhat.com>
8323
8324 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8325 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8326 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8327
cf1fcca1
EZ
83282002-04-07 Elena Zannoni <ezannoni@redhat.com>
8329
8330 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8331 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8332 information.
8333
3f289e6f
AC
83342002-04-07 Andrew Cagney <ac131313@redhat.com>
8335
8336 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8337 maintainer.
8338
129188f6
AC
83392002-04-07 Andrew Cagney <ac131313@redhat.com>
8340
8341 * README (Reporting Bugs in GDB): Document the bug web page as the
8342 prefered way of submitting bugs.
8343 Fix PR gdb/402.
8344
1200cd6e
AC
83452002-04-06 Andrew Cagney <ac131313@redhat.com>
8346
8347 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8348 -1. Update comment.
8349 * gdbarch.h, gdbarch.c: Re-generate.
8350
2853c33c
AS
83512002-04-07 Andreas Schwab <schwab@suse.de>
8352
8353 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8354 buffer to regcache_collect.
8355
c2169756
AC
83562002-04-06 Andrew Cagney <ac131313@redhat.com>
8357
8358 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8359 * gdbarch.c, gdbarch.h: Re-generate.
8360
25f1b008
AC
83612002-04-06 Andrew Cagney <ac131313@redhat.com>
8362
8363 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8364 declaration. Fix -Werror.
8365
59263426
DJ
83662002-04-05 Daniel Jacobowitz <drow@mvista.com>
8367
8368 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8369 * gdbarch.c: Regenerate.
8370
f5db4da3
MS
83712002-04-05 Michael Snyder <msnyder@redhat.com>
8372
80f8a6eb
MS
8373 * breakpoint.c (clear_command): Rewrite middle section to
8374 combine two loops with identical control conditions.
8375 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8376 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8377
ad3dcc5c
L
83782002-04-05 H.J. Lu (hjl@gnu.org)
8379
8380 * solib-svr4.c (bkpt_names): Add "__start".
8381
f32e7a74
AC
83822002-04-04 Andrew Cagney <ac131313@redhat.com>
8383
8384 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8385 as test for 64 bit target.
8386
8227c0ff
AC
83872002-04-05 Andrew Cagney <ac131313@redhat.com>
8388
8389 * h8500-tdep.c (h8500_write_fp): Delete function.
8390 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8391 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8392 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8393 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8394 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8395 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8396 (s390_write_fp):
8397 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8398 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8399 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8400 (d10v_write_fp): Delete function.
8401 * inferior.h (write_fp, generic_target_write_fp): Delete
8402 declarations.
8403 * regcache.c (generic_target_write_fp): Delete function.
8404 (write_fp): Delete function.
8405 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8406 * gdbarch.h, gdbarch.c: Regenerate.
8407 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8408 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8409 (sparc64_write_fp): Delete declaration.
8410 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8411 (h8500_write_fp): Delete declaration.
8412
2757dd86
AC
84132002-04-04 Andrew Cagney <ac131313@redhat.com>
8414
8415 * sparc-tdep.c (sparc64_write_fp): Delete.
8416 (sparc_push_dummy_frame): Replace write_fp call with code to store
8417 the FP directly.
8418 (sparc_gdbarch_init): Do not initialize write_fp.
8419
c69255e1
KB
84202002-04-05 Kevin Buettner <kevinb@redhat.com>
8421
8422 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8423 clause.
8424
ae767bfb
JB
84252002-03-29 Jim Blandy <jimb@redhat.com>
8426
8427 * stack.c (get_selected_block): Add new argument `addr_in_block',
8428 used to return the exact code address we used to select the block,
8429 not just the block.
8430 * blockframe.c (get_frame_block, get_current_block): Same.
8431 * frame.h (get_frame_block, get_current_block,
8432 get_selected_block): Update declarations.
8433 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8434 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8435
84d2ac95
MS
84362002-04-05 Michael Snyder <msnyder@redhat.com>
8437
8438 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8439 warning message.
8440
596aa3bf
JB
84412002-04-05 J. Brobecker <brobecker@gnat.com>
8442
8443 * utils.c (xfullpath): New function.
8444 * defs.h (xfullpath): Add declaration.
8445 * source.c (openp): Use xfullpath in place of gdb_realpath to
8446 avoid resolving the basename part of filenames when the
8447 associated file is a symbolic link. This fixes a potential
8448 inconsistency between the filenames known to GDB and the
8449 filenames it prints in the annotations.
8450 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8451 to be able to match a filename with either the real filename, or
8452 the name of any symbolic link to this file.
8453 (lookup_partial_symtab): Ditto.
8454
c02f5703
MS
84552002-04-04 Michael Snyder <msnyder@redhat.com>
8456
8457 * breakpoint.c: Add support for hardware breakpoints in overlays.
8458 (overlay_events_enabled): New state variable.
8459 (insert_breakpoints): Use overlay_events_enabled to decide
8460 whether to attempt to set a breakpoint at the overlay load addr.
8461 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8462 (remove_breakpoint): Use overlay_events_enabled to decide
8463 whether breakpoints need to be removed from overlay load addr.
8464 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8465 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8466 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8467 disable_overlay_breakpoints): Update overlay_events_enabled.
8468
5fb290d7
DJ
84692002-04-04 Daniel Jacobowitz <drow@mvista.com>
8470
8471 * dwarf2read.c (struct function_range): New.
8472 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8473 (check_cu_functions): New.
8474 (read_file_scope): Initialize global function lists.
8475 Call dwarf_decode_line after processing children.
8476 (read_func_scope): Add to global function list.
8477 (dwarf_decode_lines): Call check_cu_functions everywhere
8478 record_line is called. Call record_line with a linenumber
8479 of 0 to mark sequence ends.
8480
7b3fabf0
ML
84812002-04-04 Michal Ludvig <mludvig@suse.cz>
8482
361d1df0 8483 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8484 change sync with glibc.
8485
bce58c09
JB
84862002-04-03 Jim Blandy <jimb@redhat.com>
8487
8488 * configure.in: Call AC_C_INLINE.
8489 * configure: Regenerated.
361d1df0 8490
2fccf04a
DJ
84912002-04-01 Daniel Jacobowitz <drow@mvista.com>
8492
8493 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8494 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8495
2d1bfe2e
MK
84962002-03-31 Mark Kettenis <kettenis@gnu.org>
8497
a5941fbf
MK
8498 * NEWS: Mention gcore support on FreeBSD/i386.
8499
a90cd31d
MK
8500 * fbsd-proc.c: New file.
8501 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8502 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8503
2d1bfe2e
MK
8504 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8505 while statement.
8506
9eb6e5a1
JB
85072002-03-29 Jim Blandy <jimb@redhat.com>
8508
8509 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8510 unescaped newlines in string literals, but newer ones don't. So
8511 escape them.
8512
f02df580
MS
85132002-03-26 Michael Snyder <msnyder@redhat.com>
8514 Andrew Cagney <cagney@redhat.com>
8515
361d1df0 8516 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8517 restore file to memory.
8518 * cli/cli-dump.h: New file.
8519 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8520 * NEWS: Mention new commands.
f02df580 8521
109f874e
MS
85222002-03-28 Michael Snyder <msnyder@redhat.com>
8523
8524 * symfile.c (symbol_file_add): Move test for null symbols to later.
8525
520f6ade
AC
85262002-03-27 Andrew Cagney <ac131313@redhat.com>
8527
8528 From veksler at il.ibm.com:
8529 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8530 the xstrduped original path.
8531 Fix PR gdb/417.
8532
d4654627
MS
85332002-03-27 Michael Snyder <msnyder@redhat.com>
8534
8535 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8536 * infcmd.c (_initialize_infcmd): Ditto.
8537 * language.c (_initialize_language): Ditto.
8538 * symfile.c (_initialize_symfile): Ditto.
8539 * top.c (_init_main): Ditto.
8540 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8541
6be8bc0c
EZ
85422002-03-27 Elena Zannoni <ezannoni@redhat.com>
8543
8544 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8545 vector registers handling.
8546 (skip_prologue): Handle new AltiVec instructions. Fill in new
8547 fields of frame data.
8548 (frame_get_saved_regs): Fill in information for AltiVec registers.
8549
12af6855
JB
85502002-03-27 Jim Blandy <jimb@redhat.com>
8551
8552 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8553 a function; leave this macro here to invoke that function.
8554 (symbol_init_mangled_name): Declaration for that function.
8555 * symtab.c (symbol_init_mangled_name): New function.
8556
dc672865
AC
85572002-03-27 Andrew Cagney <ac131313@redhat.com>
8558
8559 * valarith.c: Replace strerror with safe_strerror.
8560 * tracepoint.c: Ditto.
8561 * lin-lwp.c: Ditto.
8562 * go32-nat.c: Ditto.
8563 * inflow.c: Ditto.
8564 * gnu-nat.c: Ditto.
8565
d96429cd
AS
85662002-03-27 Andreas Schwab <schwab@suse.de>
8567
8568 * event-top.c (command_line_handler): Remove useless if.
8569
7e336ba1
AJ
85702002-03-27 Andreas Jaeger <aj@suse.de>
8571
8572 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8573 comment.
8574
de220d0f
ML
85752002-03-27 Michal Ludvig <mludvig@suse.cz>
8576
8577 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8578 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8579 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8580 (x86_64_linux_dr_get_status, supply_gregset),
8581 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8582 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8583 (x86_64_register_info_table): Add.
8584 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8585 (x86_64_register_raw_size, x86_64_register_virtual_type),
8586 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8587 general x86_64_register_info_table.
8588 (i386_gdbarch_init): gdbarch_register_bytes is now set
8589 dynamicaly during initialization.
8590 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8591 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8592
0e98d0a7
DJ
85932002-03-27 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * gdbserver/server.c (main): Call target_signal_to_host_p
8596 and target_signal_to_host on signals received from the remote.
8597 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8598 target_signal_from_host on signals sent to the remote.
8599 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8600 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8601
3130066b
DJ
86022002-03-27 Daniel Jacobowitz <drow@mvista.com>
8603
8604 * signals/signals.c: Include "server.h" in gdbserver build.
8605 (target_signal_from_name): Don't use STREQ.
8606 (_initialize_signals): Likewise. Don't include function in
8607 gdbserver build.
8608
9aedf4f4
DJ
86092002-03-27 Daniel Jacobowitz <drow@mvista.com>
8610
8611 * signals.c: Moved to...
8612 * signals/signals.c: Here.
7e336ba1 8613 * Makefile (signals.o): Update.
9aedf4f4 8614
3fa41cdb
JL
86152002-03-26 Jeff Law (law@redhat.com)
8616
8617 * somread.c (som_symtab_read): Remove some commented out code and
8618 updated related comments. Do not set the minimal symbol table to
8619 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8620 in a dynamic executable.
8621 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8622 where we are unable to find the minimal symbol for the given
8623 PC value.
8624
ee677e8d
MS
86252002-03-25 Jeff Law (law@redhat.com)
8626
8627 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8628
e76e1718
ML
86292002-03-25 Michal Ludvig <mludvig@suse.cz>
8630
8631 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8632
18a642a1
AC
86332002-03-23 Andrew Cagney <ac131313@redhat.com>
8634
8635 * command.h: Update copyright.
8636 (struct cmd_list_element): Replace definition with opaque
8637 declaration.
8638 (enum cmd_types): Document that it will eventually be moved to
8639 cli/cli-decode.h
8640 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8641 (MALLOCED_REPLACEMENT): Delete macro.
8642 * Makefile.in (cli_decode_h): Add $(command_h).
8643 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8644 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8645 * completer.c: Include "cli/cli-decode.h".
8646 * maint.c: Include "cli/cli-decode.h".
8647 * cli/cli-decode.h: Include "command.h".
8648 (enum command_class): Delete.
8649 (enum cmd_types): Comment out.
8650 (enum cmd_auto_boolean): Delete.
8651 (enum var_types): Delete.
8652
b2875cc0
AC
86532002-03-23 Andrew Cagney <ac131313@redhat.com>
8654
8655 * cli/cli-decode.c: Include "gdb_assert.h".
8656 (add_set_or_show_cmd): New static function.
8657 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8658 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8659 all fields, such as func, from the set command.
8660
3b45974e
AC
86612002-03-23 Andrew Cagney <ac131313@redhat.com>
8662
8663 * MAINTAINERS (sh-elf): Change warning flag to -w.
8664
823ca731
AC
86652002-03-23 Andrew Cagney <cagney@redhat.com>
8666
8667 * defs.h (error): Add printf format attribute.
8668 * thread-db.c (thread_from_lwp): Fix error format string.
8669 * stack.c (parse_frame_specification): Ditto.
8670 * cli/cli-decode.c (undef_cmd_error): Ditto.
8671 * scm-lang.c (scm_lookup_name): Ditto.
8672 * tracepoint.c (trace_error): Ditto.
8673 * remote-utils.c (usage): Ditto.
8674 * remote.c (compare_sections_command): Ditto.
8675 Fix PR gdb/328.
8676
0e101458
AC
86772002-03-22 Andrew Cagney <ac131313@redhat.com>
8678
8679 * gdbtypes.c (append_composite_type_field): New function.
8680 (init_composite_type): New function.
8681 * gdbtypes.h (append_composite_type_field): Declare.
8682 (init_composite_type): Ditto.
8683
8e0662df
EZ
86842002-03-22 Elena Zannoni <ezannoni@redhat.com>
8685
8686 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8687 function.
8e0662df
EZ
8688 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8689 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8690 structure returning convention for SYSV ABI case, but not
8691 for GNU/Linux, FreeBSD, or NetBSD.
8692
3121eff0
DJ
86932002-03-22 Daniel Jacobowitz <drow@mvista.com>
8694
8695 * symtab.h (lookup_block_symbol): Add mangled_name argument
8696 to prototype.
8697
8698 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8699 with new mangled_name argument.
8700 * linespec.c (decode_line_1): Likewise.
8701 * valops (value_of_this): Likewise.
8702 * symtab.c (lookup_transparent_type): Likewise.
8703 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8704 (lookup_symbol): If we are given a mangled name, pass it down
8705 to lookup_symbol_aux.
8706 (lookup_block_symbol): If we are given a mangled name to check
8707 against, only return symbols which match it.
8708
349b409f
CF
87092002-03-22 Christopher Faylor <cgf@redhat.com>
8710
8711 * win32-nat.c (child_create_inferior): Check for proper shell to use
8712 here, in case the user changes it on the fly.
8713 (_initialize_inftarg): Remove shell path considerations.
8714
2a873819
EZ
87152002-03-21 Elena Zannoni <ezannoni@redhat.com>
8716
8717 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8718 for gdbarch_max_register_raw_size and max_register_virtual_size.
8719 Adjust copyright year.
8720
a1b9830c
DJ
87212002-03-21 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8724 in a function to cover the entire beginning of the function
8725 as well if it does not already.
8726
8b5790f2
TR
87272002-03-21 Tom Rix <trix@redhat.com>
8728
8729 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8730 (rs6000_ptrace64): Renamed from ptrace64.
8731
bdbe5747
MH
87322002-03-20 Martin M. Hunt <hunt@redhat.com>
8733
8734 * gdbserver/remote-utils.c (remote_open): Don't call
8735 getprotobyname, we're all using TCP here so just use
8736 IPPROTO_TCP.
7e336ba1 8737 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8738
87392002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8740
bdbe5747
MH
8741 * regcache.c (_initialize_regcache): No need to call
8742 build_regcache() at this time; it gets called whenever
8743 the gdbarch changes.
8744
7781cd62
DB
87452002-03-20 David O'Brien <obrien@FreeBSD.org>
8746
8747 * sparc-nat.c: Include sys/param.h where possible.
8748
f65ca430
DJ
87492002-03-20 Daniel Jacobowitz <drow@mvista.com>
8750
8751 Fix PR gdb/422.
8752 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8753 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8754 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8755 complex types.
8756 * stabsread.c (rs6000_builtin_type): Likewise.
8757 (read_sun_floating_type): Likewise.
8758
0c867556
PS
87592002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8760
8761 * stabsread.c (read_member_functions): Remove skip code for duplicate
8762 constructor/destructor methods. Use standard parsing for these
8763 methods and just do not chain them to the list of methods after
8764 parsing.
8765
12b9c64f
AO
87662002-03-19 Alexandre Oliva <aoliva@redhat.com>
8767
8768 * coffread.c: Remove redundant static declarations. Replace
8769 occurrences of `PTR' with `void *'.
8770 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8771 * top.h (quit_cover): Likewise.
8772 * defs.h (catch_errors): Likewise.
8773
349c5d5f
AC
87742002-03-18 Andrew Cagney <ac131313@redhat.com>
8775
8776 * defs.h (XMALLOC): Define.
8777 * gdb-events.sh (XMALLOC): Delete macro.
8778 * gdb-events.c, gdb-events.h: Regenerate.
8779 * gdbarch.sh (XMALLOC): Delete macro.
8780 * gdbarch.c: Regenerate.
8781 * serial.c (XMALLOC): Delete macro.
8782 * ui-file.c (XMALLOC): Ditto.
8783 * ser-unix.h (XMALLOC): Ditto.
8784 * sh-tdep.c (XMALLOC): Ditto.
8785 * ui-out.c (XMALLOC): Ditto.
8786 * utils.c (XMALLOC): Ditto.
8787 * i386-tdep.c (XMALLOC): Ditto.
8788 * gdb-events.c (XMALLOC): Ditto.
8789 * d10v-tdep.c (XMALLOC): Ditto.
8790 * cli-out.c (XMALLOC): Ditto.
8791
8792 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8793 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8794 * ui-file.c, ui-out.c: Ditto.
8795
7d0766f3
AC
87962002-03-18 Andrew Cagney <ac131313@redhat.com>
8797
8798 * command.h (struct cmd_list_element): Add field context.
8799 (set_cmd_context, get_cmd_context): Declare.
8800 * cli/cli-decode.h: Ditto.
8801 * cli/cli-decode.c (get_cmd_context): New function.
8802 (set_cmd_context): New function.
8803 (add_cmd): Initialize context.
8804 Part of fixing PR gdb/145 and PR gdb/146.
8805
5913bcb0
AC
88062002-03-17 Andrew Cagney <ac131313@redhat.com>
8807
1868c04e
AC
8808 * cli/cli-decode.c (cmd_type): New function.
8809 * command.h (cmd_type): Declare.
8810 * infrun.c (set_schedlock_func): Call function cmd_type.
8811 * kod.c (kod_set_os): Call cmd_type.
8812 * cris-tdep.c (cris_version_update): Use function cmd_type.
8813 (cris_mode_update, cris_abi_update): Ditto.
8814
5913bcb0
AC
8815 * command.h: (execute_cmd_post_hook): Declare.
8816 (execute_cmd_pre_hook): Declare.
8817 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8818 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8819 functions. Execute pre/post hook while ensuring that afterwords
8820 hook_in is cleared.
8821 * top.c (execute_command): Use execute_cmd_post_hook, and
8822 execute_cmd_pre_hook to execute pre/post commands.
8823 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8824 hook_stop_stub.
8825 (hook_stop_stub): Call execute_cmd_pre_hook.
8826
b51450c9
AC
88272002-03-17 Andrew Cagney <ac131313@redhat.com>
8828
8829 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8830 set'' and this leads to a core dump. Move xstrdup of
8831 operating_system to after check that it is not NULL.
8832
f66c9f11
AC
88332002-03-17 Andrew Cagney <ac131313@redhat.com>
8834
8e694ecf
AC
8835 * kod.c (kod_set_os): Remove unnecessary check that
8836 ``command->type'' is set_cmd.
8837
f66c9f11
AC
8838 * valprint.c (set_input_radix): Use input_radix.
8839 (set_output_radix): Use output_radix.
8840 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8841 isn't reverted.
8842
9d01611c
AC
88432002-03-16 Andrew Cagney <ac131313@redhat.com>
8844
8845 * value.h (struct value): Delete field ``substring_addr''. Change
8846 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8847 force_core_addr_align and force_pointer_aligh.
8848
8849 * value.h (struct value): Fix typo in above change.
9d01611c 8850
4156bb53
PS
88512002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8852
8853 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8854 to fix internal_error from ``maintenance print architecture''.
8855
0e5e3ea6
PS
88562002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8857
8858 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8859 for gcc versions after gcc-2.8.1.
8860
9b013045
PS
88612002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8862
8863 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8864 for method resolution. Restore adjustment of ``this'' pointer after
8865 calling value_struct_elt, which was accidentally removed during the
8866 HP merge.
8867
376c9600
AC
88682002-03-15 Andrew Cagney <ac131313@redhat.com>
8869
8870 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8871 value_of_register.
8872 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8873 get_saved_register.
8874 * value.h (value_of_register): Update.
8875
a4db0f07
RH
88762002-03-14 Richard Henderson <rth@redhat.com>
8877
8878 * configure.in: Detect declaration for canonicalize_file_name.
8879 * utils.c (canonicalize_file_name): Declare, if needed.
8880 (gdb_realpath): Prefer realpath if available and usable.
8881 * config.in, configure: Rebuild.
8882
96383835
RH
88832002-03-14 Richard Henderson <rth@redhat.com>
8884
8885 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8886 a constant array bound.
8887
8888 * MAINTAINERS: Add myself to write-after-approval.
8889
75245b24
MS
88902002-03-14 Michael Snyder <msnyder@redhat.com>
8891
8892 * symfile.c (syms_from_objfile): Return immediately if no syms.
8893 (symbol_file_add): Return immediately if no syms.
8894 (find_sym_fns): Return immediately if no syms.
8895
e641a1ca
ML
88962002-03-13 Michal Ludvig <mludvig@suse.cz>
8897
8898 * gdbserver/remote-util.c (remote_open): Print remote-side's
8899 IP address when remote debugging over the network.
7e336ba1 8900
df08bfec
DB
89012002-03-12 David O'Brien <obrien@FreeBSD.org>
8902
8903 * config/sparc/fbsd.mh: Fix copyright.
8904 * config/sparc/fbsd.mt: Likewise.
8905
9a57864f
RE
89062002-03-11 Richard Earnshaw <rearnsha@arm.com>
8907
8908 * MAINTAINERS: Fix typo in name of gdb warnings option.
8909 (x86-64): Fix formating so that this can be parsed by awk.
8910
dd7bf85e
DJ
89112002-03-10 Daniel Jacobowitz <drow@mvista.com>
8912
8913 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8914 * defs.h: Include "gdb/signals.h".
8915 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8916
33a0a2ac
ML
89172002-03-10 Michal Ludvig <mludvig@suse.cz>
8918
8919 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8920 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8921 from x86-64-tdep.h
8922
dd824b04
DJ
89232002-03-10 Daniel Jacobowitz <drow@mvista.com>
8924 Don Howard <dhoward@redhat.com>
8925
8926 * mips-tdep.c (ST0_FR): Define.
8927 (mips2_fp_compat): New function, temporarily disabled.
8928 (mips_read_fp_register_single): New function.
8929 (mips_read_fp_register_double): New function.
8930 (mips_print_register): Use them.
8931 (do_fp_register_row): Likewise.
8932
6a41ff59
AC
89332002-03-09 Andrew Cagney <ac131313@redhat.com>
8934
8935 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8936 approval''.
8937
4ea09c10
PS
89382002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8939
8940 * stabsread.c (read_member_functions): Fix is_stub test for
8941 static member functions, improve comment.
8942
6ccc741d
RE
89432002-03-07 Richard Earnshaw <rearnsha@arm.com>
8944
8945 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8946 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8947 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8948 commands that set boolean values.
8949 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8950 (arm_rdi_resume): Always initialize PC.
8951 (arm_rdi_open): Don't use rslt as a boolean.
8952 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8953 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8954 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8955 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8956
438013df
AO
89572002-03-06 Alexandre Oliva <aoliva@redhat.com>
8958
8959 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8960 * configure: Rebuilt.
8961
70ed8774
SC
89622002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8963
8964 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8965 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8966
5ba2abeb
AC
89672002-03-06 Andrew Cagney <ac131313@redhat.com>
8968
8969 * cli/cli-decode.c (set_cmd_completer): New function.
8970 * command.h (set_cmd_completer): Declare.
8971 * cli/cli-decode.h (set_cmd_completer): Ditto.
8972
8973 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8974 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8975 * win32-nat.c (_initialize_inftarg): Ditto.
8976 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8977 * proc-api.c (_initialize_proc_api): Ditto.
8978 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8979 * source.c (_initialize_source): Ditto.
8980 * exec.c (_initialize_exec): Ditto.
8981 * solib.c (_initialize_solib): Ditto.
8982 * top.c (init_main): Ditto.
8983 * tracepoint.c (_initialize_tracepoint): Ditto.
8984 * symfile.c (_initialize_symfile): Ditto.
8985 * printcmd.c (_initialize_printcmd): Ditto.
8986 * infcmd.c (_initialize_infcmd): Ditto.
8987 * corefile.c (_initialize_core): Ditto.
8988
f779ca99
AC
89892002-03-05 Andrew Cagney <ac131313@redhat.com>
8990
8991 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8992
01a3934b
AC
89932002-03-05 Andrew Cagney <ac131313@redhat.com>
8994
8995 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8996
37057839
AC
89972002-03-05 Andrew Cagney <ac131313@redhat.com>
8998
8999 * NEWS: Update headings, 5.2 has branched.
9000
c6ecbae5
DJ
90012002-03-04 Daniel Jacobowitz <drow@mvista.com>
9002
9003 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9004 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9005 (register_addr, REGISTER_RAW_SIZE): Likewise.
9006 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9007 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9008
e9f30c21
ML
90092002-03-03 Michal Ludvig <mludvig@suse.cz>
9010
9011 * MAINTAINERS (x86-64): Add myself.
9012 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9013 changed value_ptr -> struct value *
9014
54394ac3
DB
90152002-03-01 David O'Brien <obrien@FreeBSD.org>
9016
9017 * configure.host (sparc64-*-freebsd): Add.
9018 * configure.tgt: Likewise.
9019 * config/sparc/fbsd.mh: New file.
9020 * config/sparc/fbsd.mt: Likewise.
9021 * config/sparc/nm-fbsd.h: Likewise.
9022 * config/sparc/tm-fbsd.h: Likewise.
9023
bfe95955
DJ
90242002-03-01 Daniel Jacobowitz <drow@mvista.com>
9025
9026 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9027 regformats/reg-s390x.dat.
9028
f33c6cbf
AC
90292002-03-01 Andrew Cagney <ac131313@redhat.com>
9030
9031 * utils.c: Add FIXME explaining true/false problem.
9032
5ecaa7dd
AC
90332002-02-28 Andrew Cagney <ac131313@redhat.com>
9034
9035 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9036
2a251cc2
MC
90372002-02-28 Michael Chastain <mec@shout.net>
9038
9039 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9040
6a8031a3 90412002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9042
9043 * gdbserver/linux-s390-low.c: New file.
9044 * regformats/reg-s390.dat: New file.
9045 * regformats/reg-s390x.dat: New file.
9046 * gdbserver/configure.srv: Add S/390.
9047 * gdbserver/Makefile.in: Add S/390.
9048 * configure.tgt: Enable gdbserver for S/390.
9049
ac469903
EZ
90502002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9051
9052 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9053 first line of the doc string for "info dos", except at the end of
9054 the sentence, since the short help stops at the first period.
9055
985cb1a3
JM
90562002-02-28 Jason Merrill <jason@redhat.com>
9057
9058 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9059
c570663e
FF
90602002-02-27 Fred Fish <fnf@redhat.com>
9061
9062 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9063 comment (dumy -> dummy).
9064
43630227
PS
90652002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9066
9067 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9068
b84911e8
RB
90692002-02-27 Rodney Brown <rbrown64@csc.com.au>
9070
9071 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9072
58caa3dc
DJ
90732002-02-27 Daniel Jacobowitz <drow@mvista.com>
9074
9075 * gdbserver/acconfig.h: New file.
9076 * gdbserver/i387-fp.c: New file.
9077 * gdbserver/i387-fp.h: New file.
9078 * gdbserver/linux-x86-64.c: New file.
9079 * regformats/reg-x86-64.dat: New file.
9080 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9081 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9082 * gdbserver/configure.in: Add support for regsets.
9083 * gdbserver/config.in: Regenerate.
9084 * gdbserver/configure: Regenerate.
9085 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9086 * gdbserver/linux-low.h: New file.
9087 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9088 for regsets.
9089 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9090 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9091 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9092 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9093 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9094 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9095 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9096 "i387-fp.h". Add PTRACE_GETREGS and friends.
9097 * gdbserver/regcache.c (supply_register): New function.
9098 (supply_register_by_name): New function.
9099 (collect_register): New function.
9100 (collect_register_by_name): New function.
9101
93652174
DJ
91022002-02-27 Daniel Jacobowitz <drow@mvista.com>
9103
9104 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9105 (config.status): Add configure.srv dependency.
9106 (server_h): Add config.h dependency.
9107
a02e4a61
DJ
91082002-02-27 Daniel Jacobowitz <drow@mvista.com>
9109
9110 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9111 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9112 * gdbserver/configure.srv: Change i386-*-linux* to use
9113 reg-i386-linux.o.
9114
ce0eebec
AC
91152002-02-26 Andrew Cagney <ac131313@redhat.com>
9116
9117 * x86-64-tdep.c: Re-indent. Update copyright date.
9118
82dbc5f7
AC
91192002-02-26 Andrew Cagney <ac131313@redhat.com>
9120
9121 From Michal Ludvig <mludvig@suse.cz>:
9122 * x86-64-tdep.c (value.h): Delete.
9123 (gdb_assert.h): Include.
9124 (x86_64_register_convert_to_virtual,
9125 x86_64_register_convert_to_raw ): Add check which lets only
9126 floating-point values to be converted.
9127 (value_push): Delete.
9128 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9129 (i386_gdbarch_init): Number of register_bytes fixed.
9130
e4621584
AC
91312002-02-26 Andrew Cagney <ac131313@redhat.com>
9132
9133 * MAINTAINERS: Add x86-64 target.
9134
81a9a963
AC
91352002-02-26 Andrew Cagney <ac131313@redhat.com>
9136
9137 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9138 * osfsolib.c (solib_map_sections): Ditto.
9139 * irix5-nat.c (solib_map_sections): Ditto.
9140 * corelow.c (gdb_check_format): Ditto.
9141 * symfile.c (symfile_bfd_open): Ditto.
9142 * solib.c (solib_map_sections): Ditto.
9143 Fix PR gdb/354.
7e336ba1 9144
0f017ab9
AC
91452002-02-26 Andrew Cagney <ac131313@redhat.com>
9146
9147 * remote.c (_initialize_remote): By default, disable ``e'' and
9148 ``E'' step out-of-range packets.
9149
75738c29
AS
91502002-02-26 Andreas Schwab <schwab@suse.de>
9151
9152 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9153 m68k_linux_frame_saved_pc.
9154 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9155 in_sigtramp.
9156 (SIGCONTEXT_PC_OFFSET): Remove.
9157 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9158 m68k_linux_sigtramp_saved_pc): New functions.
9159 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9160 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9161 (UCONTEXT_PC_OFFSET): Define.
9162 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9163 non-RT and RT signal trampolines.
9164
7e8ed687
RE
91652002-02-26 Richard Earnshaw <rearnsha@arm.com>
9166
9167 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9168 (TARGET_NBPG, STACK_END_ADDR): Delete
9169 (VARIABLES_INSIDE_BLOCK): Delete.
9170
6972bc8b
AC
91712002-02-25 Andrew Cagney <ac131313@redhat.com>
9172
9173 * utils.c (perror_with_name): Make string parameter constant.
9174 (print_sys_errmsg): Ditto.
9175 (query): Ditto.
9176 * defs.h (perror_with_name): Update.
9177 (print_sys_errmsg): Update.
9178 (query): Update.
9179
aa32f823
DJ
91802002-02-25 Daniel Jacobowitz <drow@mvista.com>
9181
9182 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9183 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9184
19caaa45
PS
91852002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9186
9187 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9188 if it already matches the current architecture from the exec file.
9189 Include arch-utils.h for gdbarch_info_init prototype.
9190 * Makefile.in (rs6000-nat.o): Update dependencies.
9191
d951901f
EZ
91922002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9195 list of exported variables.
9196
7ea81414
DJ
91972002-02-24 Daniel Jacobowitz <drow@mvista.com>
9198
9199 * gdbserver/configure.srv: New file.
9200 * gdbserver/configure.in: Use configure.srv instead
9201 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9202 from it.
9203 * gdbserver/configure: Regenerated.
9204 * gdbserver/terminal.h: New file.
9205 * gdbserver/Makefile.in: Update for configure changes. Remove
9206 more unneeded include paths.
9207
080fe24b
AC
92082002-02-24 Andrew Cagney <ac131313@redhat.com>
9209
9210 From wiz at danbala:
9211 * config/sparc/tm-sp64.h: Fix grammar and typos.
9212 Fix PR gdb/287.
9213
8605d56e
AC
92142002-02-24 Andrew Cagney <ac131313@redhat.com>
9215
9216 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9217 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9218 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9219 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9220 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9221 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9222 * s390-tdep.c: Ditto.
92362027
AC
9223 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9224 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9225 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9226 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9227 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9228 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9229 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9230 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9231 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9232 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9233 Fix PR gdb/378.
7e336ba1 9234
8ed32cc0
AC
92352002-02-23 Andrew Cagney <ac131313@redhat.com>
9236
a3007b6f
AC
9237 * lin-thread.c: Delete file.
9238 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9239 to gdb_proc_service.h.
9240 * configure: Re-generate.
9241
50a9e2f1
AC
9242 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9243 * serial.c (serial_open): Delete check for "ocd".
9244 Fix PR gdb/349.
9245
8b6e7932
AC
9246 * Makefile.in (linux-thread.o): Delete target.
9247 * linux-thread.c: Delete file.
9248
d155c46b
AC
9249 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9250 renamed SH files to be consistent.
9251
8ed32cc0
AC
9252 * symtab.c (sort_search_symbols): Use xfree.
9253
0e18d038
RE
92542002-02-23 Richard Earnshaw <rearnsha@arm.com>
9255
9256 * arm-linux-tdep.c (arm_linux_init_abi): Register
9257 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9258 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9259 definition with undef, since we don't want the sysvr4 definition.
9260 (SKIP_TRAMPOLINE_CODE): Likewise.
9261
27aac7ff
AC
92622002-02-23 Andrew Cagney <ac131313@redhat.com>
9263
9264 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9265
9266 * configure.in: (AC_CHECK_FUNCS) Added test for
9267 canonicalize_file_name Regenerated.
9268 * config.in, configure: Regenerated.
9269 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9270 defined use canonicalize_file_name.
7e336ba1 9271
65a6e0ee
MC
92722002-02-23 Michael Chastain <mec@shout.net>
9273
9274 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9275
47b95330
AC
92762002-02-23 Andrew Cagney <ac131313@redhat.com>
9277
9278 * README: Remove references to cygnus.com.
9279 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9280 dot com'' form. Remove references to cygnus.com and sourceware.
9281
696f451b
AC
92822002-02-23 Andrew Cagney <ac131313@redhat.com>
9283
9284 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9285 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9286 1003.1-2001 no longer allows "head -1".
9287 * gdb/Makefile.in (version.c): Likewise.
9288 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9289 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9290 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9291
bbaca940
AC
92922002-02-23 Andrew Cagney <ac131313@redhat.com>
9293
9294 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9295 * command.h (cmd_cfunc_eq): Declare.
9296 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9297
9298 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9299 ``struct cmd_list_element *''.
9300 * cli/cli-cmds.c (is_complete_command): Update. Use
9301 cmd_cfunc_eq.
9302 * top.c (execute_command): Pass the command to
9303 is_complete_command.
9304 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9305
b8b8b047
AC
93062002-02-23 Andrew Cagney <ac131313@redhat.com>
9307
9308 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9309 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9310 architecture defines.
9311 * s390-tdep.c (s390_gdbarch_init): Likewise.
9312
19d3fc80
RE
93132002-02-23 Richard Earnshaw <rearnsha@arm.com>
9314
9315 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9316 (arm_linux_push_arguments): Likewise.
9317 (arm_linux_init_abi): Register them. Also register linux-specific
9318 call_dummy_words.
9319 (find_minsym_and_objfile): Use strcmp, not STREQ.
9320 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9321 (arm_linux_call_dummy_words): Delete declaration.
9322 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9323 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9324 declarations.
9325 (LOWEST_PC): Delete.
9326
3ab13650
PS
93272002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9328
9329 * maint.c (print_section_info): Do not prepend `0x' to filepos
9330 output, it will be handled by local_hex_string_custom.
9331
19d3fc80 93322002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9333
9334 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9335 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9336 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9337
d85a5daf
JB
93382002-02-22 Jim Blandy <jimb@redhat.com>
9339
9340 Indicate that the bcache functions don't change the strings
9341 they're passed.
9342 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9343 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9344
eeb25b8a
PM
93452002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9346
9347 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9348
6badb179
CF
93492002-02-21 Christopher Faylor <cgf@redhat.com>
9350
9351 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9352 find the complete path to a loaded DLL.
9353
e8717518
FF
93542002-02-21 Fred Fish <fnf@redhat.com>
9355
9356 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9357 that marks the end of the range of a function, enter a line number
9358 entry that has a line number of zero and a PC offset that matches
9359 the end of the function. This starts a range of PC's for which no
9360 line number information is known.
9361 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9362 PC's for which no line number info is found (line number is zero)
9363 then we didn't find any valid line information.
9364 * symtab.h: Document use of zero line number entry.
9365
9abe5450
EZ
93662002-02-21 Elena Zannoni <ezannoni@redhat.com>
9367
9368 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9369 (have_ptrace_getvrregs): Define for run time checks.
9370 (gdb_vrregset_t): New type for Altivec register handling.
9371 (fetch_register, store_register): Fetch/store altivec register
9372 when needed.
9373 (fetch_altivec_register, store_altivec_register): New functions.
9374 (supply_vrregset, fill_vrregset): New functions.
9375 (fetch_altivec_registers, store_altivec_registers): New functions.
9376 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9377 registers as well.
9378
aaa38bb5
AJ
93792002-02-21 Jiri Smid <smid@suse.cz>
9380
9381 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9382
b34db576
RE
93832002-02-21 Richard Earnshaw <rearnsha@arm.com>
9384
9385 * Makefile.in (armnbsd-nat.o): Update dependencies.
9386 * armnbsd-nat.c (supply_gregset): New function. Common code to
9387 supply the integer register set.
9388 (supply_fparegset): New function. Similar for FPA registers.
9389 (fetch_regs, fetch_fp_regs): Use them.
9390 (fetch_core_registers): Likewise.
9391 (fetch_elfcore_registers): New function.
9392 (arm_netbsd_elfcore_fns): New core-file type specification.
9393 (_initialize_arm_netbsd_nat): Register it.
9394
3e56fc4b
RE
93952002-02-21 Richard Earnshaw <rearnsha@arm.com>
9396
9397 * armnbsd-nat.c: Include gdbcore.h.
9398 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9399 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9400 'void' to declaration, to shut up ARI.
9401 (fetch_core_registers): Make static. Rewrite using supply_register.
9402 (arm_netbsd_core_fns): New core-file type specification.
9403 (_initialize_arm_netbsd_nat): New function.
9404
097f6b0b
CF
94052002-02-21 Christopher Faylor <cgf@redhat.com>
9406
9407 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9408 value.
9409
c914e0cc
CF
94102002-02-20 Christopher Faylor <cgf@redhat.com>
9411
9412 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9413 fails.
9414
385fa495
DJ
94152002-02-20 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * jv-exp.y (parse_number): Change type of implicit longs
9418 to builtin_type_uint64.
9419
e5f1222d
DJ
94202002-02-20 Daniel Jacobowitz <drow@mvista.com>
9421
9422 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9423 to be an integer instead of a `union wait'.
9424
75c9abc6
DJ
94252002-02-20 Daniel Jacobowitz <drow@mvista.com>
9426
9427 * mips-linux-nat.c: Call the operating system GNU/Linux.
9428 * mips-linux-tdep.c: Likewise.
9429 * mips-tdep.c: Likewise.
9430
551792a5
DJ
94312002-02-20 Daniel Jacobowitz <drow@mvista.com>
9432
9433 Fix PR gdb/265.
9434 * jv-exp.y (parse_number): Handle 64-bit integers.
9435
ee6e2b82
DJ
94362002-02-20 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9439 AC_STDC_HEADERS to AC_HEADER_STDC.
9440 * gdbserver/configure: Regenerated.
9441
a48442a0
RE
94422002-02-20 Richard Earnshaw <rearnsha@arm.com>
9443
9444 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9445 is defined.
9446 * sparc-tdep.c (get_longjmp_target): Likewise.
9447
fe419ffc
RE
94482002-02-20 Richard Earnshaw <rearnsha@arm.com>
9449
9450 * News: Add news about ARM and Multi-arch. Mention the new target
9451 arm*-*-netbsd*.
9452
5832ed7e
JB
94532002-02-19 Jim Blandy <jimb@redhat.com>
9454
9455 * stabsread.c (error_type_complaint): Improve error message.
9456
84563040
DJ
94572002-02-19 Daniel Jacobowitz <drow@mvista.com>
9458
9459 * gdbserver/README: Update documentation.
9460 * gdbserver/configure.in: Update configury to match documentation.
9461 * gdbserver/Makefile.in: Likewise.
9462 * gdbserver/configure: Regenerated.
9463 * gdbserver/aclocal.m4: New file, generated by aclocal.
9464 * gdbserver/config.in: New file, generated by autoheader.
9465
375fd65b
RE
94662002-02-19 Richard Earnshaw <rearnsha@arm.com>
9467
9468 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9469 armnbsd-nat.c.
9470
08216dd7
RE
94712002-02-19 Richard Earnshaw <rearnsha@arm.com>
9472
9473 * arm-tdep.h (enum arm_float_model): New enum.
9474 (struct gdbarch_tdep): Add fp_model.
9475 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9476 up floating-point conversions until we know the floating-point model
9477 in use by the inferior. Don't complain about being unable to
9478 determine the ABI of the inferior when we don't have one.
9479 (arm_extract_return_value): Support different floating-point models.
9480 (arm_store_return_value): Likewise.
aaa38bb5 9481 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9482 ARM_FLOAT_SOFT.
9483 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9484
65d6d66a
PS
94852002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9486
9487 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9488 of ``current_gdbarch''.
9489
47221191
RE
94902002-02-19 Richard Earnshaw <rearnsha@arm.com>
9491
9492 * armnbsd-nat.c : ANSIfy all function declarations.
9493 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9494 (fetch_inferior_registers): Re-implement in terms of above.
9495 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9496 (store_inferior_registers): Re-implement in terms of above.
9497
fdf39c9a
RE
94982002-02-19 Richard Earnshaw <rearnsha@arm.com>
9499
aaa38bb5 9500 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9501 kernel.
9502 * arm-linux-tdep.c: Likewise.
9503 * config/arm/tm-linux.h: Likewise.
9504
93247f88
RE
95052002-02-19 Richard Earnshaw <rearnsha@arm.com>
9506
9507 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9508 * config/arm/nbsd.mt (TM_FILE): Delete.
9509 * config/arm/tm-nbsd.h: Delete.
9510
d7b486e7
RE
95112002-02-19 Richard Earnshaw <rearnsha@arm.com>
9512
9513 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9514 Initialize CALL_DUMMY_LENGTH.
9515
41d39a95
RE
95162002-02-19 Richard Earnshaw <rearnsha@arm.com>
9517
9518 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9519 function.
9520 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9521 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9522 defines one thing and that is incorrect for this port.
9523 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9524
e1195560
PM
95252002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9526
9527 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9528
c1748f97
PM
95292002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9530
9531 * win32-nat.c (display_selector): New function. Displays information
9532 about the information returned by GetThreadSelectorEntry API function.
9533 (display_selectors): New function. Displays the infomation of
9534 the selector given as argument, or of CS, DS ans FS selectors
9535 if no argument is given.
9536 ( _initialize_inftarg): Add "w32" as info prefix command.
9537 Add "info w32 selector" as command calling display_selectors.
9538
e41e6bbf
PM
95392002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9540
9541 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9542 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9543 if not defined.
9544
0d3a9f48
RE
95452002-02-18 Richard Earnshaw <rearnsha@arm.com>
9546
9547 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9548
3fb4b924
RE
95492002-02-18 Richard Earnshaw <rearnsha@arm.com>
9550
9551 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9552 (arm_fix_call_dummy): Call it.
9553 (arm_call_dummy_breakpoint_offset): Delete.
9554 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9555 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9556
7f55af32
AC
95572002-02-18 Andrew Cagney <ac131313@redhat.com>
9558
9559 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9560 Default to func_frame_chain_valid.
9561 * gdbarch.h, gdbarch.c: Re-generate.
9562 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9563
05f13b9c
EZ
95642002-02-18 Elena Zannoni <ezannoni@redhat.com>
9565
9566 * ppc-linux-nat.c: Update copyright.
9567 (fetch_register, store_register): Add tid parameter, don't compute
9568 tid here.
9569 (fetch_ppc_registers, store_ppc_registers): Add tid
9570 parameter. Pass it along to callees.
9571 (fetch_inferior_registers, store_inferior_registers): Compute tid
9572 here, and pass it to calleed functions.
9573 (fill_gregset, supply_fpregset): Clean up formatting.
9574
d7afb4c9
RE
95752002-02-18 Richard Earnshaw <rearnsha@arm.com>
9576
9577 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9578 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9579
9df628e0
RE
95802002-02-18 Richard Earnshaw <rearnsha@arm.com>
9581
9582 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9583 * gdbarch.c gdbarch.h: Regenerate.
9584 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9585 function.
9586 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9587 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9588 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9589
9590 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9591 * arm-tdep.c (arm_get_longjmp_target): New function.
9592 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9593 this to a positive value register arm_get_longjmp_target as the
9594 longjmp handler.
9595 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9596 (arm_linux_init_abi): Set up longjmp description in tdep.
9597 * armnbsd-nat.c (get_longjmp_target): Delete.
9598 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9599 description in tdep.
9600 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9601 (get_longjmp_target): Delete declaration.
9602 (GET_LONGJMP_TARGET): Delete.
9603 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9604 (GET_LONGJMP_TARGET): Delete.
9605
57bc8964
KB
96062002-02-17 Kevin Buettner <kevinb@redhat.com>
9607
9608 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9609 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9610 of ``current_gdbarch''.
9611
83d31a92
TT
96122002-02-17 Tom Tromey <tromey@redhat.com>
9613
9614 * cli/cli-cmds.c (compare_strings): New function.
9615 (complete_command): Only print each unique item once.
9616 * completer.h (complete_line): Declare.
9617 * completer.c (complete_line): New function.
9618 (line_completion_function): Use it.
9619
17ef5d92
AC
96202002-02-16 Andrew Cagney <ac131313@redhat.com>
9621
9622 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9623 * gdbarch.h, gdbarch.c: Re-generate.
9624
491b8946
DJ
96252002-02-16 Daniel Jacobowitz <drow@mvista.com>
9626
9627 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9628
96292002-02-16 Daniel Jacobowitz <drow@mvista.com>
9630
9631 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9632 * valops.c (value_arg_coerce): Don't take the address of a reference
9633 to convert an argument to a reference.
9634
dfe7f3ac
CF
96352002-02-15 Christopher Faylor <cgf@redhat.com>
9636
9637 * win32-nat.c (get_image_name): New function.
9638 (handle_load_dll): Use get_image_name function.
9639 (get_child_debug_event): Avoid registering debug events until possibly
9640 execed process is started.
9641 (child_create_inferior): Allow invocation via shell so that command
9642 line redirection, etc. works ok.
9643 (_initialize_inftarg): Add new command: "set shell" to control whether
9644 a shell is used to start a process.
9645
1d33e73a
DJ
96462002-02-15 Daniel Jacobowitz <drow@mvista.com>
9647
9648 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9649 instead of find_register_by_number.
9650 (cannot_store_register): Likewise.
9651
48cd0caa
PM
96522002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9653
aaa38bb5 9654 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9655 fprintf_unfiltered (gdb_stderr, ...).
9656
8656e7d8
DJ
96572002-02-15 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * gdbserver/gdbserver.1: Document --attach.
9660
66e810cd
RE
96612002-02-15 Richard Earnshaw <rearnsha@arm.com>
9662
9663 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9664 descriptions.
9665 * arm-tdep.c (arm_default_arm_le_breakpoint)
9666 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9667 (arm_default_thumb_be_breakpoint): New. Initialize them from
9668 traditional breakpoint defines.
9669 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9670 (arm_gdbarch_init): Initialize new breakpoint variables.
9671 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9672 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9673 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9674 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9675 code out to ...
9676 (arm_netbsd_init_abi_common): ... here; new function.
9677 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9678 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9679 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9680 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9681
97e03143
RE
96822002-02-15 Richard Earnshaw <rearnsha@arm.com>
9683
9684 * arm-tdep.h (enum arm_abi): New enum.
9685 (struct gdbarch_tdep): New structure.
9686 (LOWEST_PC): Provide a default.
9687 (arm_gdbarch_register_os_abi): Declare new function.
9688 * arm-tdep.c (arm_abi_names): New array.
9689 (process_note_abi_tag_sections): New function.
9690 (get_elfosabi): New function.
9691 (arm_gdbarch_register_os_abi): New function.
9692 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9693 support for that ABI has been built in, then call the appropriate
9694 configuration routine. Use gdbarch_num_regs() to get the number
9695 of registers.
9696 (arm_dump_tdep): New function.
9697 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9698 place-holder functions.
9699 (_initialize_arm_tdep): Register them.
9700 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9701
9702 * armnbsd-tdep.c: New file.
9703 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9704 * config/arm/nbsd.mt (TDEPFILES): Add it.
9705 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9706
9707 * armnbsd-nat.c: Include regcache.h.
9708 * Makefile.in (armnbsd-nat.o): Update dependency list.
9709
9710 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9711
ad68be46
DJ
97122002-02-14 Daniel Jacobowitz <drow@mvista.com>
9713
9714 * gdbserver/Makefile.in: Fix typos in target rules.
9715
003d6d1d
DJ
97162002-02-14 Daniel Jacobowitz <drow@mvista.com>
9717
aaa38bb5 9718 Fix part of PR gdb/267.
003d6d1d
DJ
9719 * linespec.c (find_methods): Handle constructors specially for now.
9720
6b230f1b
CV
97212002-02-14 Corinna Vinschen <vinschen@redhat.com>
9722
9723 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9724 handling.
9725 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9726 standard_coerce_float_to_double().
9727
1ea98d12
CF
97282002-02-14 Christopher Faylor <cgf@redhat.com>
9729
9730 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9731 GDBINIT_FILENAME.
9732
dd47e6fd
EZ
97332002-02-14 Elena Zannoni <ezannoni@redhat.com>
9734
9735 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9736 find_variant_by_name, because it confuses the multiarch
9737 framework. Return NULL if there isn't an architecture with the
9738 user supplied name, instead of forcing a different one without
9739 recording the change with the multiarch machinery.
9740 (find_variant_by_name): Delete.
9741
d7e39b9e
PS
97422002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9743
9744 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9745 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9746
76e42a4f
MH
97472002-02-13 Martin M. Hunt <hunt@redhat.com>
9748
aaa38bb5 9749 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9750 print_frame_info_listing_hook, set current_source_symtab.
9751
0a30fbc4
DJ
97522002-02-14 Daniel Jacobowitz <drow@mvista.com>
9753
9754 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9755 and remove unused $(INCLUDE_DIR).
9756 Add regcache.c to OBS.
9757 Add generated register protocol files to clean target.
9758 Update dependencies for new objects, obsolete old target code.
9759
9760 * gdbserver/linux-low.c: Remove all platform-specific code to
9761 new files. Remove various dead code. Update to use regcache
9762 functionality.
9763 * gdbserver/remote-utils.c (fromhex): Add return statement
9764 to quiet warning.
9765 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9766 constant.
9767 (input_interrupt): Add integer parameter to match prototype
9768 of a signal handler.
9769 (outreg): Use register_data ().
9770 (prepare_resume_reply): Use gdbserver_expedite_regs.
9771 * gdbserver/server.c (main): Dynamically allocate own_buf because
9772 PBUFSIZ is no longer constant. Use registers_to_string () and
9773 registers_from_string ().
9774 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9775 for error (), fatal (), and warning (). Update definition of
9776 PBUFSIZ to use regcache functionality. Add include guard.
9777 * gdbserver/utils.c (fatal): Add missing ``const''.
9778 (warning): New function.
9779
9780 * regformats/regdat.sh: Include "regcache.h" in generated files.
9781 Provide init_registers () function.
9782 * regformats/regdef.h: Add prototype for set_register_cache ().
9783 Add include guard.
9784
9785 * gdbserver/linux-arm-low.c: New file.
9786 * gdbserver/linux-i386-low.c: New file.
9787 * gdbserver/linux-ia64-low.c: New file.
9788 * gdbserver/linux-m68k-low.c: New file.
9789 * gdbserver/linux-mips-low.c: New file.
9790 * gdbserver/linux-ppc-low.c: New file.
9791 * gdbserver/linux-sh-low.c: New file.
9792
9793 * gdbserver/regcache.c: New file.
9794 * gdbserver/regcache.h: New file.
9795
9796 * gdbserver/low-linux.c: Removed obsolete file.
9797
4cc841d0
DJ
97982002-02-14 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9801 * config/i386/linux.mt: Likewise.
9802 * config/ia64/linux.mt: Likewise.
9803 * config/m68k/linux.mh: Likewise.
9804 * config/powerpc/linux.mh: Likewise.
9805 * config/mips/linux.mt: Likewise.
9806
9807 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9808
9809 * config/i386/i386lynx.mh: Mark gdbserver variables
9810 as (currently) obsolete for this target.
9811 * config/i386/nbsd.mt: Likewise.
9812 * config/i386/nbsdelf.mt: Likewise.
9813 * config/m32r/m32r.mt: Likewise.
9814 * config/m68k/m68klynx.mh: Likewise.
9815 * config/m68k/nbsd.mt: Likewise.
9816 * config/m68k/sun3os4.mh: Likewise.
9817 * config/mips/vr5000.mt: Likewise.
9818 * config/ns32k/nbsd.mt: Likewise.
9819 * config/pa/hppabsd.mh: Likewise.
9820 * config/pa/hppaosf.mh: Likewise.
9821 * config/powerpc/nbsd.mt: Likewise.
9822 * config/rs6000/rs6000lynx.mh: Likewise.
9823 * config/s390/s390.mt: Likewise.
9824 * config/s390/s390x.mt: Likewise.
9825 * config/sparc/sparclynx.mh: Likewise.
9826 * config/sparc/sun4os4.mh: Likewise.
9827 * config/i386/x86-64linux.mt: Likewise.
9828 * config/sparc/linux.mh: Likewise.
9829
a85f51e7
DJ
98302002-02-14 Daniel Jacobowitz <drow@mvista.com>
9831
9832 * configure.tgt: Configure gdbserver only for known working
9833 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9834 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9835 SUBDIRS if it is configured. Update comment for ${nativefile}.
9836 * configure: Regenerated.
9837
65554fef
MS
98382002-02-13 Michael Snyder <msnyder@redhat.com>
9839
670a52db
MS
9840 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9841
6dbdc4a3
MS
9842 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9843 (default_gcore_mach): Just return 0, work around a problem in bfd.
9844 (default_gcore_target): OK to return NULL if exec_bfd is null.
9845 (make_mem_sec): Use a cast, avoid a warning.
9846
9847 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9848 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9849 sizeof (host pointer) != sizeof (target pointer)).
9850 (procfs_make_note_section): Avoid overflow in psargs string.
9851
aaa38bb5 9852 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9853 implementation return an error.
9854
98552002-02-13 Rodney Brown <rbrown64@csc.com.au>
9856
9857 * procfs.c (procfs_make_note_section): Provide a default definition
9858 (for alpha-dec-osf4.0f). Fix typos.
9859
1e4d76e7
EZ
98602002-02-13 Elena Zannoni <ezannoni@redhat.com>
9861
9862 * linux-proc.c: Add include of regcache.h.
9863 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9864
b6d1a1d5
AC
98652002-02-13 Andrew Cagney <ac131313@redhat.com>
9866
9867 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9868 * memattr.c (create_mem_region): Disallow useless empty region.
9869 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9870 non-overlapping.
b6d1a1d5 9871
6c6ea35e
MC
98722002-02-13 Michael Chastain <mec@shout.net>
9873
9874 * defs.h: Kill CONST_PTR.
9875 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9876 * c-lang.c (c_builtin_types): Likewise.
9877 * ch-lang.c (ch_builtin_types): Likewise.
9878 * f-lang.c (f_builtin_types): Likewise.
9879 * language.c (unknown_builtin_types): Likewise.
9880 * m2-lang.c (m2_builtin_types): Likewise.
9881 * p-lang.c (pascal_builtin_types): Likewise.
9882 * scm-lang.c (c_builtin_types): Likewise.
9883
3e0b0f48
KS
98842002-02-13 Keith Seitz <keiths@redhat.com>
9885
9886 * arm-tdep.h (arm_get_next_pc): Add declaration.
9887
67255d04
RE
98882002-02-13 Richard Earnshaw <rearnsha@arm.com>
9889
9890 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9891 with other related struct-returning functions.
9892 (arm_extract_struct_value_address): New function.
9893 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9894 initialize float_format, double_format and long_double_format as
9895 appropriate to the endianness of the target.
9896 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9897 (arm_use_struct_convention): Delete declaration.
9898 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9899
079777f6
KS
99002002-02-13 Keith Seitz <keiths@redhat.com>
9901
9902 * defs.h (core_addr_to_string_nz): New function.
9903
34588f23
MK
99042002-02-13 Mark Kettenis <kettenis@gnu.org>
9905
9906 Apply missing bits of 2002-01-15 patch.
9907 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9908 (fill_fpregset): Use i387_fill_fsave.
9909
49b563f9
KS
99102002-02-12 Keith Seitz <keiths@redhat.com>
9911
49b563f9
KS
9912 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9913 (core_addr_to_string_nz): New function.
9914
aeb98c60
RE
99152002-02-11 Richard Earnshaw <rearnsha@arm.com>
9916
9917 * arm-linux-nat.c: Really include arm-tdep.h.
9918 * config/arm/tm-linux.h (struct type, struct value): Declare.
9919
65554fef
MS
99202002-02-11 Michael Snyder <msnyder@redhat.com>
9921
9922 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9923 (gcore section): Ifdef for Solaris and Unixware only.
9924 (procfs_do_thread_registers): Unixware needs one lwpstatus
9925 per thread (not one prstatus or pstatus).
9926 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9927 not over all gdb threads. For unixware, call elfcore_write_pstatus
9928 once before iterating over threads.
9929
34e8f22d
RE
99302002-02-11 Richard Earnshaw <rearnsha@arm.com>
9931
9932 * arm-tdep.h: New file.
9933 * arm-tdep.c: Include arm-tdep.h.
9934 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9935 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9936 (arm_print_float_info, arm_register_type, convert_to_extended)
9937 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9938 (arm_extract_return_value, arm_register_name): Make static.
9939 (arm_software_single_step): Similarly. Fix types in declaration.
9940 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9941 (arm_store_return_value, arm_store_struct_return): New functions.
9942 (arm_gdbarch_init): Register the above functions. Also register
9943 call_dummy_start_offset, sizeof_call_dummy_words,
9944 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9945 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9946 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9947 prologue_cache.saved_regs here, rather than ...
9948 (_initialize_arm_tdep): ... here.
9949 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9950 declarations.
9951 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9952 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9953 (arm_print_float_info, arm_register_type, convert_to_extended)
9954 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9955 (arm_extract_return_value, arm_register_name): Delete declarations.
9956 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9957 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9958 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9959 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9960 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9961 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9962 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9963 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9964 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9965 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9966 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9967 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9968 interface.
9969 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9970 * remote-rdi.c remote-rdp.c: Likewise.
9971 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9972 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9973 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9974 definition.
9975
9976 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9977 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9978 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9979 from non-ARM_ prefixed definitions.
9980 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9981 all uses of above.
9982 * remote-rdi.c remote-rdp.c: Likewise.
9983 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9984
148754e5
RE
99852002-02-11 Richard Earnshaw <rearnsha@arm.com>
9986
9987 * arm-tdep.c (arm_frameless_function_invocation)
9988 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9989 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9990 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9991 (arm_pop_frame, arm_get_next_pc): Make static.
9992 (arm_gdbarch_init): Register above in gdbarch structure.
9993 (arm_read_fp): Renamed from arm_target_read_fp.
9994 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9995 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9996 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9997 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9998 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9999 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10000 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10001 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10002 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10003 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10004 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10005
434d2d4f
DJ
100062002-02-10 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * symtab.c (compare_search_syms): New function.
10009 (sort_search_symbols): New function.
10010 (search_symbols): Sort symbols after searching rather than
10011 before.
10012
55241689
AC
100132002-02-10 Andrew Cagney <ac131313@redhat.com>
10014
10015 * NEWS: Linux -> GNU/Linux.
10016
028c194b
AC
100172002-02-10 Andrew Cagney <ac131313@redhat.com>
10018
10019 * gdbarch.sh: For for level one methods, disallow a definition
10020 when partially multi-arched. Add comments explaining rationale.
10021 * gdbarch.h: Re-generate.
10022
6acf50cd
AC
100232002-02-10 Andrew Cagney <ac131313@redhat.com>
10024
10025 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10026 multi-arch partial.
aaa38bb5 10027
50248794
AC
100282002-02-10 Andrew Cagney <ac131313@redhat.com>
10029
10030 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10031 field. Use diff -u.
10032 * gdbarch.c: Re-generate.
10033
c30e0066
AC
100342002-02-10 Andrew Cagney <ac131313@redhat.com>
10035
9b56c5f3 10036 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10037 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10038 partial.
10039
6e6d6484
AC
100402002-02-10 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10043 multi-arch partial.
10044 (PUSH_ARGUMENTS): Switch to using predefault.
10045 * gdbarch.c: Regenerate.
10046
c203844d
AC
100472002-02-10 Andrew Cagney <ac131313@redhat.com>
10048
10049 * valops.c (PUSH_ARGUMENTS): Delete definition.
10050 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10051 partial. Default to default_push_arguments.
10052 * gdbarch.h, gdbarch.c: Regenerate.
10053
b5a2688f
AC
100542002-02-09 Andrew Cagney <ac131313@redhat.com>
10055
10056 * defs.h (throw_exception): Rename return_to_top_level. Update
10057 comments.
10058 * utils.c (error_stream, internal_verror, quit): Ditto.
10059 * top.c (throw_exception, catcher): Ditto.
10060 * sparclet-rom.c (sparclet_load): Ditto.
10061 * remote.c (interrupt_query, minitelnet): Ditto.
10062 * remote-sds.c (interrupt_query): Ditto.
10063 * remote-mips.c (mips_error, mips_kill): Ditto.
10064 * ocd.c (interrupt_query): Ditto.
10065 * monitor.c (monitor_interrupt_query): Ditto.
10066 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10067 * target.h: Update comment.
aaa38bb5 10068
b5a2688f 10069 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10070
2fa5c1e0
AC
100712002-02-09 Andrew Cagney <ac131313@redhat.com>
10072
10073 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10074 default_double_format.
10075 * gdbarch.h, gdbarch.c: Re-generate.
10076 * findvar.c (floatformat_unknown): Delete variable definition.
10077 * doublest.h (floatformat_unknown): Delete variable declaration.
10078
da966255
JB
100792002-02-09 Jim Blandy <jimb@redhat.com>
10080
10081 * stabsread.c (read_type): Add code to parse Sun's syntax for
10082 prototyped function types.
10083
123a4891
AC
100842002-02-09 Andrew Cagney <ac131313@redhat.com>
10085
10086 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10087 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10088
fb39c8f3
PS
100892002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10090
10091 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10092 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10093 now _initialize_xcoffsolib gets called again and overrides the
10094 commands from solib.c in a native configuration.
10095
0b87a11d
MK
100962002-02-09 Mark Kettenis <kettenis@gnu.org>
10097
10098 * doublest.c (store_typed_floating): Don't try to return a value.
10099 Fixes PR gdb/290.
10100
bdc2fc72
JB
101012002-02-08 Jim Blandy <jimb@redhat.com>
10102
10103 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10104 is prototyped and has no arguments, print its argument list as
10105 `(void)'.
10106
da69bbcf
CD
101072002-02-08 Chris Demetriou <cgd@broadcom.com>
10108
10109 * MAINTAINERS (write-after-approval): Add myself.
10110 (paper-trail): I've escaped!
aaa38bb5 10111
b69571f5
CF
101122002-02-08 Christopher Faylor <cgf@redhat.com>
10113
10114 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10115 changes.
10116 (_initialize_check_for_gdb_ini): Ditto.
10117
f6871398
MH
101182002-02-08 Martin M. Hunt <hunt@redhat.com>
10119
10120 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10121 xaprintf -> xasprintf.
10122
4e52d31c
PM
101232002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10124
10125 * win32-nat.c: Remove use of printf and sprintf functions.
10126
39bbf761
RE
101272002-02-08 Richard Earnshaw <rearnsha@arm.com>
10128
10129 * arm-tdep.c (arm_frame_chain_valid): Make static.
10130 (arm_push_arguments): Likewise.
10131 (arm_gdbarch_init): New function.
10132 (_initialize_arm_tdep): Call it.
10133 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10134 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10135 (FRAME_CHAIN_VALID): Delete.
10136 (arm_frame_chain_valid): Delete declaration.
10137 (PUSH_ARGUMENTS): Delete.
10138 (arm_push_arguments): Delete declaration.
10139 (CALL_DUMMY_P): Delete.
10140
9c9532c9
CV
101412002-02-08 Andrew Cagney <ac131313@redhat.com>
10142 Corinna Vinschen <vinschen@redhat.com>
10143
10144 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10145 on builtin float types.
10146
4e8f7a8b
DJ
101472002-02-08 Daniel Jacobowitz <drow@mvista.com>
10148
10149 * utils.c: Include <curses.h> before "bfd.h".
10150 * tui/tui-hooks.c: Likewise.
10151 * tui/tui.c: Likewise.
10152 * tui/tuiCommand.c: Likewise.
10153 * tui/tuiData.c: Likewise.
10154 * tui/tuiDataWin.c: Likewise.
10155 * tui/tuiDisassem.c: Likewise.
10156 * tui/tuiGeneralWin.c: Likewise.
10157 * tui/tuiIO.c: Likewise.
10158 * tui/tuiLayout.c: Likewise.
10159 * tui/tuiRegs.c: Likewise.
10160 * tui/tuiSource.c: Likewise.
10161 * tui/tuiSourceWin.c: Likewise.
10162 * tui/tuiStack.c: Likewise.
10163 * tui/tuiWin.c: Likewise.
10164
cd4bffcf
EZ
101652002-02-07 Elena Zannoni <ezannoni@redhat.com>
10166
10167 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10168 to include space for pseudoregs as well. Update loops accordingly.
10169 (sh_fp_frame_init_saved_regs): Ditto.
10170 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10171
26806ce2
AC
101722002-02-07 Andrew Cagney <ac131313@redhat.com>
10173
10174 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10175 Add Richard Earnshaw to Arm maintainers.
10176
97fdab62
AC
101772002-02-07 Andrew Cagney <ac131313@redhat.com>
10178
a6b98203
AC
10179 * defs.h (warning_begin): Delete declaration.
10180
97fdab62
AC
10181 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10182 Delete macro.
10183
78b29b40
MS
101842002-02-07 Michael Snyder <msnyder@redhat.com>
10185
aaa38bb5 10186 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10187 Logic bug, remove misplaced else.
10188
d8849953
KD
101892002-02-07 Klee Dienes <klee@apple.com>
10190
10191 * fork-inferior.c (fork_inferior): Add '!' to the list of
10192 characters that need to be quoted when building a string for the
10193 shell. Quote '!' specifically with a backslash, since CSH chokes
10194 when trying to evaluate "str!str".
aaa38bb5 10195
095778a0
NC
101962002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10197
10198 * rdi-share/host.h: Only provide a typedef for bool if it is not
10199 defined.
10200
1900040c
MS
102012002-02-04 Michael Snyder <msnyder@redhat.com>
10202
10203 * breakpoint.h (enum bptype): Add new overlay event bp type.
10204 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10205
1900040c
MS
10206 * breakpoint.c (create_internal_breakpoint): New function.
10207 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10208 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10209 (create_thread_event_breakpoint): Ditto.
10210 (create_solib_event_breakpoint): Ditto.
10211 (create_overlay_event_breakpoint): New function.
10212 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10213 (update_breakpoints_after_exec): Delete and re-initialize
10214 overlay event breakpoints after an exec. Add FIXME comment
10215 about longjmp breakpoint.
10216 (print_it_typical): Ignore overlay event breakpoints.
10217 (print_one_breakpoint): Ditto.
10218 (mention): Ditto.
10219 (bpstat_what): Do not stop for overlay event breakpoints.
10220 (delete_breakpoint): Don't delete overlay event breakpoints.
10221 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10222 (breakpoint_re_set): Re-create overlay event breakpoint.
10223
10224 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10225 (overlay_manual_command): Disable overlay breakpoints.
10226 (overlay_off_command): Disable overlay breakpoints.
10227
082fc60d
RE
102282002-02-06 Richard Earnshaw <rearnsha@arm.com>
10229
10230 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10231 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10232 to here from config/tm-arm.h.
10233 (coff_sym_is_thumb): Make static.
10234 (arm_elf_make_msymbol_special): New function.
10235 (arm_coff_make_msymbol_special): New function.
10236 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10237 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10238 (coff_sym_is_thumb): Delete declaration.
10239 (arm_elf_make_msymbol_special): Declare.
10240 (arm_coff_make_msymbol_special): Declare.
10241 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10242 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10243
039c5766
RE
102442002-02-06 Richard Earnshaw <rearnsha@arm.com>
10245
10246 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10247
102482002-02-06 Richard Earnshaw <rearnsha@arm.com>
10249
10250 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10251 * gdbarch.c gdbarch.h: Regenerate.
10252 * arch-utils.c (default_print_float_info): New function.
10253 * arch-utils.h (default_print_float_info): Prototype it.
10254 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10255 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10256 (PRINT_FLOAT_INFO): Document it.
10257
10258 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10259 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10260 (PRINT_FLOAT_INFO): Define.
10261
58fa08f0
PM
102622002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10263
aaa38bb5 10264 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10265 Add typecast to sprintf argument to suppress a warning.
10266
7393af7c
PM
102672002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10268
58fa08f0 10269 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10270 to allow easier handling of pass state.
10271 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10272 that gives exception name and address.
10273 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10274 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10275 exceptions added.
aaa38bb5
AJ
10276 (child_continue): Correctly report continue_status.
10277 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10278 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10279 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10280 the exception should be passed to debuggee or not.
10281
6af4589c
MS
102822002-02-05 Michael Snyder <msnyder@redhat.com>
10283
10284 * regcache.c (fetch_register): Call target_fetch_register
10285 only if we don't call FETCH_PSEUDO_REGISTER.
10286 (store_register): Call target_store_register only if we
10287 don't call STORE_PSEUDO_REGISTER.
10288
a2cf933a
EZ
102892002-02-05 Elena Zannoni <ezannoni@redhat.com>
10290
10291 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10292 ELF_MAKE_MSYMBOL_SPECIAL.
10293 * gdbarch.c, gdbarch.h: Regenerate.
10294 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10295 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10296 * elfread.c (elf_symtab_read): Compile use of
10297 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10298 multiarched.
10299 * coffread.c (coff_symtab_read): Ditto, for
10300 COFF_MAKE_MSYMBOL_SPECIAL.
10301
6bb7be43
JB
103022002-02-05 Jim Blandy <jimb@redhat.com>
10303
10304 * solib-svr4.c (svr4_truncate_ptr): New function.
10305 (svr4_relocate_section_addresses): Do the address arithmetic with
10306 the appropriate truncation for target addresses, even when
10307 CORE_ADDR is larger than a target address.
10308
e18651ec
DJ
103092002-02-05 Daniel Jacobowitz <drow@mvista.com>
10310
10311 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10312 to (int *).
10313
6b2725be
DJ
103142002-02-05 Daniel Jacobowitz <drow@mvista.com>
10315
10316 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10317 code.
10318
fca9e603
DJ
103192002-02-05 Daniel Jacobowitz <drow@mvista.com>
10320
10321 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10322
6c537a52
DJ
103232002-02-05 Daniel Jacobowitz <drow@mvista.com>
10324
10325 * gdbserver/linux-low.c: Remove unused include files.
10326
d844cde6
DJ
103272002-02-05 Daniel Jacobowitz <drow@mvista.com>
10328
10329 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10330 (read_inferior_memory): Use it.
10331 (write_inferior_memory): Likewise.
10332
d07c63e7
DJ
103332002-02-05 Daniel Jacobowitz <drow@mvista.com>
10334
10335 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10336 grubbing through sys_errlist.
10337
da6d8c04
DJ
103382002-02-05 Daniel Jacobowitz <drow@mvista.com>
10339
10340 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10341
5b421780
PM
103422002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10343 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10344
9f60d481
AC
103452002-02-04 Andrew Cagney <ac131313@redhat.com>
10346
10347 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10348 (do_sfunc, set_cmd_sfunc): New functions.
10349
10350 * command.h (struct cmd_list_element): Add field func.
10351 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10352 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10353 * cli/cli-decode.h: Ditto.
10354
10355 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10356 (help_all, help_cmd_list): Ditto.
10357 (find_cmd, complete_on_cmdlist): Ditto.
10358 * top.c (execute_command): Ditto.
10359
10360 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10361 function.sfunc.
10362
10363 * infcmd.c (notice_args_read): Fix function signature.
10364
10365 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10366 * cli/cli-decode.c (add_set_cmd): Ditto.
10367 * utils.c (initialize_utils): Ditto.
10368 * maint.c (_initialize_maint_cmds): Ditto.
10369 * infrun.c (_initialize_infrun): Ditto.
10370 * demangle.c (_initialize_demangler): Ditto.
10371 * remote.c (add_packet_config_cmd): Ditto.
10372 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10373 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10374 * proc-api.c (_initialize_proc_api): Ditto.
10375 * kod.c (_initialize_kod): Ditto.
10376 * valprint.c (_initialize_valprint): Ditto.
10377 * top.c (init_main): Ditto.
10378 * infcmd.c (_initialize_infcmd): Ditto.
10379 * corefile.c (_initialize_core): Ditto.
10380 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10381 * arch-utils.c (initialize_current_architecture): Ditto.
10382 (_initialize_gdbarch_utils): Ditto.
10383 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10384
10385 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10386 * wince.c (_initialize_inftarg): Ditto.
10387 * symfile.c (_initialize_symfile): Ditto.
10388 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10389 * language.c (_initialize_language): Ditto.
10390 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10391
f9ba0717
MS
103922002-02-04 Michael Snyder <msnyder@redhat.com>
10393
10394 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10395
0c74b2a7
DJ
103962002-02-04 Daniel Jacobowitz <drow@mvista.com>
10397
10398 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10399 Add rules for building the register data files.
10400
c638789f
DJ
104012002-02-04 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * regformats/regdat.sh: Add braces to the definition of
10404 expedite_regs_${arch}.
10405
db253027
DJ
104062002-02-04 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * regformats/regdef.h (struct reg): Add comment describing the
10409 requirements for offset and size fields.
10410
206be19c
AS
104112002-02-04 Andreas Schwab <schwab@suse.de>
10412
10413 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10414 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10415
181c1381
RE
104162002-02-04 Richard Earnshaw <rearnsha@arm.com>
10417
10418 * gdbarch.sh (copyright): Update years in generated header.
10419 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10420 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10421 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10422 * dbxread.c: Likewise.
10423 * dwarfread.c: Likewise.
10424 * elfread.c: Likewise.
10425 * somread.c: Likewise.
10426
10427 * arm-tdep.c (arm_smash_text_address): New function.
10428 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10429
fa4ba8da
PM
104302002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10431
10432 Add support for hardware watchpoints on win32 native.
aaa38bb5 10433 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10434 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10435 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10436 of debug registers.
10437 (debug_registers_changed): New variable. Reflects when debug registers
10438 are changed and need to be written to inferior.
aaa38bb5 10439 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10440 was set, used when new threads are created.
10441 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10442 i386-nat code.
10443 (thread_rec): Set dr array if id is the thread of current_event .
10444 (child_continue, child_resume): Change the debug registers for all
10445 threads if debug_registers_changed.
10446 (child_add_thread): Change the debug registers if debug_registers_used.
10447 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10448 Link nm.h to new nm-cygwin.h file.
10449 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10450 of hardware registers.
10451
a73c86fb
AC
104522002-02-03 Andrew Cagney <ac131313@redhat.com>
10453
10454 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10455 Restore behavour broken by 2002-01-20 Andrew Cagney
10456 <ac131313@redhat.com> IEEE_FLOAT removal.
10457
acf5ed49
DJ
104582002-02-03 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * c-valprint.c (c_val_print): Pass a proper valaddr to
10461 cp_print_class_method.
10462 * valops.c (search_struct_method): If there is only one method
10463 and args is NULL, return that method.
10464
493d28d5
DJ
104652002-02-03 Daniel Jacobowitz <drow@mvista.com>
10466
10467 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10468 accessing tag_name directly.
10469
7495dfdb
DJ
104702002-02-03 Daniel Jacobowitz <drow@mvista.com>
10471
10472 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10473 of accessing tag_name directly.
10474
dd6bda65
DJ
104752002-02-03 Daniel Jacobowitz <drow@mvista.com>
10476
10477 PR gdb/280
10478 * gdbtypes.c (replace_type): New function.
10479 * gdbtypes.h (replace_type): Add prototype.
10480 * stabsread.c (read_type): Use replace_type.
10481
88fe217c
RE
104822002-02-03 Richard Earnshaw <rearnsha@arm.com>
10483
10484 * Makefile.in (memattr.o): Add missing dependencies rule.
10485
e5d66720
PS
104862002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10487
10488 * breakpoint.c (break_at_finish_command): Really export.
10489 (break_at_finish_at_depth_command): Ditto.
10490 (tbreak_at_finish_command): Ditto.
10491 * hppa-tdep.c: Include completer.h.
10492 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10493 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10494
fffee0be
AC
104952002-02-01 Andrew Cagney <ac131313@redhat.com>
10496
10497 * utils.c (do_write): New function.
10498 (error_stream): Rewrite combining the code from error_begin and
10499 verror.
10500 (verror): Rewrite using error_stream.
10501 (error_begin): Delete function.
10502
255e7dbf
AC
105032002-02-01 Andrew Cagney <ac131313@redhat.com>
10504
10505 * utils.c (error_begin): Make static.
10506 * defs.h (error_begin): Delete declaration.
10507
10508 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10509 (decode_line_1): Use cplusplus_error instead of error_begin,
10510 cplusplus_hint and return_to_top_level.
10511 * coffread.c (coff_symfile_read): Use error instead of error_begin
10512 and return_to_top_level.
10513 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10514
ddfe3c15
AC
105152002-02-01 Andrew Cagney <ac131313@redhat.com>
10516
10517 * language.h (type_error, range_error): Make string parameter
10518 constant.
10519 * language.c (warning_pre_print): Delete extern declaration.
10520 * dwarfread.c (warning_pre_print): Ditto.
10521 * language.c (type_error, range_error): Rewrite to use verror and
10522 vwarning instead of warning_begin.
10523
03ac34d5
MS
105242002-02-01 Michael Snyder <msnyder@redhat.com>
10525
261c4ca2
MS
10526 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10527 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10528
e00d1dc8
AC
105292002-02-01 Andrew Cagney <ac131313@redhat.com>
10530
10531 * command.h (NO_FUNCTION): Delete macro.
10532 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10533 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10534 * tracepoint.c (_initialize_tracepoint): Ditto.
10535 * cli/cli-decode.c (add_set_cmd): Ditto.
10536 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10537
76b79d6e
DJ
105382002-02-01 Daniel Jacobowitz <drow@mvista.com>
10539
10540 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10541 Update ``this'' pointer when calling virtual functions.
10542
799f9e91
MS
105432002-02-01 Michael Snyder <msnyder@redhat.com>
10544
c7bd442c 10545 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10546 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10547
3cf384d4
DJ
105482002-02-01 Daniel Jacobowitz <drow@mvista.com>
10549
10550 * regformats/reg-arm.dat: New file.
10551 * regformats/reg-i386.dat: New file.
10552 * regformats/reg-ia64.dat: New file.
10553 * regformats/reg-m68k.dat: New file.
10554 * regformats/reg-mips.dat: New file.
10555 * regformats/reg-ppc.dat: New file.
10556 * regformats/reg-sh.dat: New file.
10557 * regformats/regdef.h: New file.
10558 * regformats/regdat.sh: New file.
10559
0defa245
RE
105602002-02-01 Richard Earnshaw <reanrsha@arm.com>
10561
10562 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10563 (arm_frame_args_address, arm_frame_locals_address): New functions.
10564 (arm_frame_num_args): New function.
10565 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10566 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10567 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10568
405f26e6
MS
105692002-01-31 Michael Snyder <msnyder@redhat.com>
10570
502fd408
MS
10571 * breakpoint.c (break_at_finish_command): Export.
10572 (break_at_finish_at_depth_command): Export.
10573 (tbreak_at_finish_command): Export.
d6020d45 10574 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10575 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10576 "txbreak" commands, which are HPPA specific.
502fd408 10577
7d35e135
MS
10578 * printcmd.c (disassemble_command): Remove an ancient
10579 artifact of an old merge.
10580
aaa38bb5 10581 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10582 Define enum constant values for overlay mode.
10583 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10584 (overlay_is_mapped, overlay_auto_command,
10585 overlay_manual_command): Ditto.
d874f1e2 10586
aaa38bb5
AJ
10587 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10588 breakpoint_here_p, breakpoint_inserted_here_p,
10589 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10590 describe_other_breakpoints, check_duplicates, clear_command):
10591 Coding standard fixes.
10592
8add0441 10593 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10594 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10595 code: check bfd SEC_READONLY flag for section.
10596
e351066e
AC
105972002-01-31 Andrew Cagney <ac131313@redhat.com>
10598
7d35e135 10599 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10600
8a48e967
DJ
106012002-01-30 Daniel Jacobowitz <drow@mvista.com>
10602
10603 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10604 data symbols, since we search based on textlow and texthigh.
10605 (find_pc_sect_symtab): Likewise.
10606
f5a96129
AC
106072002-01-30 Andrew Cagney <ac131313@redhat.com>
10608
10609 * defs.h (vwarning): Declare.
f5a96129
AC
10610 * utils.c (vwarning): New function.
10611 (warning): Call vwarning.
10612 (warning_begin): Delete function.
10613
10614 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10615 the warning message.
10616 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10617 warning_begin.
10618
cefd4ef5
MS
106192002-01-30 Michael Snyder <msnyder@redhat.com>
10620
1a703748
MS
10621 * NEWS: Mention "set trust-readonly-sections" command.
10622 Mention generate-core-file command.
cefd4ef5 10623
3a11626d
MS
106242002-01-15 Michael Snyder <msnyder@redhat.com>
10625
10626 * target.c: New command, "set trust-readonly-sections on".
10627 (do_xfer_memory): Honor the suggestion to trust readonly sections
10628 by reading them from the object file instead of from the target.
10629 (initialize_targets): Register command "set trust-readonly-sections".
10630
d1c7e53b
AC
106312002-01-29 Andrew Cagney <ac131313@redhat.com>
10632
10633 * parse.c (target_map_name_to_register): Simplify, search regs and
10634 pseudo-regs using a single loop.
10635
e2c9a72c
AC
106362002-01-30 Andrew Cagney <ac131313@redhat.com>
10637
10638 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10639
69824b4e
MK
106402002-01-15 Rodney Brown <rbrown64@csc.com.au>
10641
10642 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10643 * config/i386/i386v42mp.mh: Add i387-nat.o .
10644 * i386v4-nat.c: Include i387-nat.h.
10645 (supply_fpregset): Use i387_supply_fsave.
10646 (fill_fpregset): Use i387_fill_fsave.
10647
6eb69eab
RE
106482002-01-30 Richard Earnshaw <rearnsha@arm.com>
10649
10650 * arm-tdep.c (arm_call_dummy_words): Define.
10651 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10652 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10653 (CALL_DUMMY_WORDS): Define.
10654 (arm_call_dummy_words): Declare.
10655 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10656 (arm_linux_call_dummy_words): Declare.
10657
9852326a
AS
106582002-01-30 Andreas Schwab <schwab@suse.de>
10659
10660 * m68klinux-nat.c: Fix last change to use regcache_collect
10661 instead of referencing registers[] directly.
10662
977a3030
AC
106632002-01-29 Andrew Cagney <ac131313@redhat.com>
10664
10665 * parse.c (target_map_name_to_register): Delete code wrapped in
10666 #ifdef REGISTER_NAME_ALIAS_HOOK.
10667
2076c72b
MS
106682002-01-28 Michael Snyder <msnyder@redhat.com>
10669
10670 * regcache.c (legacy_read_register_gen): Need to be able to
10671 read pseudo-register as well as real register.
10672 (legacy_write_register_gen): Ditto.
10673
8fcc723b
AC
106742002-01-28 Andrew Cagney <ac131313@redhat.com>
10675
10676 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10677 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10678 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10679 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10680 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10681 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10682 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10683 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10684 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10685 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10686 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10687 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10688 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10689 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10690 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10691 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10692 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10693 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10694 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10695 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10696
afe64c1a
AC
106972002-01-28 Andrew Cagney <ac131313@redhat.com>
10698
10699 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10700 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10701 (initialize_current_architecture): Update target_byte_order using
10702 information from BFD.
aaa38bb5 10703 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10704 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10705
75bc7ddf
AC
107062002-01-28 Andrew Cagney <ac131313@redhat.com>
10707
10708 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10709 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10710
10711 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10712 #ifdef INVALID_FLOAT.
10713 * infcmd.c (do_registers_info): Ditto.
10714 * values.c (unpack_double): Ditto. Add comment.
10715
10716 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10717 already commented out.
10718
0280a90a
AS
107192002-01-26 Andreas Schwab <schwab@suse.de>
10720
10721 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10722 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10723 registers and add support for PTRACE_GETREGS.
10724
7072a954
AC
107252002-01-24 Andrew Cagney <ac131313@redhat.com>
10726
10727 GDB 5.1.1 released from 5.1 branch.
10728 * NEWS: Add 5.1.1 news.
10729 * README: Sync with 5.1 branch.
10730
86f902e0
FF
107312002-01-23 Fred Fish <fnf@redhat.com>
10732
10733 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10734 stabstring on initial malloc. Reallocing will copy it for us,
10735 if necessary.
10736
8af51c36
EZ
107372002-01-23 Elena Zannoni <ezannoni@redhat.com>
10738
aaa38bb5 10739 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10740 (HFILES_NO_SRCDIR): Remove hpread.h.
10741 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10742 (hpread.o): Update dependencies.
10743 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10744
10745 * hp-psymtab-read.c: Remove file.
10746 * hp-symtab-read.c: Remove file.
10747 * hpread.h: Remove file.
10748
10749 * hpread.c: Merge all contents of hp-psymtab-read.c,
10750 hp-symtab-read.c and hpread.h into this file, as it was prior to
10751 January 1999.
10752
10753 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10754 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10755 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10756 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10757
dc5cfeb6
EZ
107582002-01-23 Elena Zannoni <ezannoni@redhat.com>
10759
10760 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10761 fill_gregset): Call gdbarch_tdep() just once, assign result to
10762 variable and use that, instead of calling the function several
10763 times.
10764
ea87b71b
AO
107652002-01-24 Alexandre Oliva <aoliva@redhat.com>
10766
10767 * configure.host: Accept sparcv9 as alias for sparc64.
10768 * configure.tgt: Likewise.
10769
13fc0c2f
KB
107702002-01-22 Kevin Buettner <kevinb@redhat.com>
10771
10772 * solib-aix5.c (build_so_list_from_mapfile)
10773 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10774 arguments is not reversed.
10775 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10776 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10777
7bd872fe
EZ
107782002-01-22 Elena Zannoni <ezannoni@redhat.com>
10779
10780 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10781 modified version of obsolete sh_fetch_pseudo_register.
10782 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10783 (sh4_register_read): New function.
10784 (sh_pseudo_register_write): New function. Renamed and modified
10785 version of obsolete sh_store_pseudo_register.
10786 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10787 (sh4_register_write): New function.
10788 (sh_gdbarch_init): Remove setting of gdbarch function
10789 fetch_pseudo_register and store_pseudo_register. Remove setting of
10790 register_convert_to_raw, register_convert_to_virtual,
10791 register_convertible.
10792 (sh_sh4_register_convertible): Delete. No longer needed. All is
10793 taken care by architecture specific functions
10794 register_read/register_write.
10795 (sh_sh4_register_convert_to_virtual): Make static.
10796 (sh_sh4_register_convert_to_raw): Ditto.
10797
069e84fd
AC
107982002-01-22 Andrew Cagney <ac131313@redhat.com>
10799
10800 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10801 (floatformat_is_nan, floatformat_mantissa): Ditto.
10802
10803 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10804 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10805 builtin_type_ieee_double_little,
10806 builtin_type_ieee_double_littlebyte_bigword,
10807 builtin_type_m68881_ext, builtin_type_i960_ext,
10808 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10809 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10810 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10811 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10812
211a4f69
CV
108132002-01-22 Corinna Vinschen <vinschen@redhat.com>
10814
10815 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10816 parameter. Set frameless flag if it exists and depended of
10817 whether the scanned function is frameless or not.
10818 (xstormy16_skip_prologue): If function is frameless, return
10819 result of xstormy16_scan_prologue().
10820 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10821 call.
10822
f81353e4
EZ
108232002-01-21 Elena Zannoni <ezannoni@redhat.com>
10824
10825 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10826 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10827 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10828 sh_sh4_register_byte, sh_sh4_register_raw_size,
10829 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10830 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10831 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10832 sh_store_pseudo_register, sh_do_pseudo_register): Call
10833 gdbarch_tdep() just once, assign result to variable and use that,
10834 instead of calling the function several times.
10835
63c73a17
MK
108362002-01-20 Mark Kettenis <kettenis@gnu.org>
10837
10838 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10839 macros instead of LAST_FPU_CTRL_REGNUM.
10840 (store_register): Likewise.
10841
39ad761d
JB
108422002-01-21 Jim Blandy <jimb@redhat.com>
10843
10844 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10845 is up-to-date before running the program, not just when a program
10846 exits.
10847
3d74b771
FF
108482002-01-21 Fred Fish <fnf@redhat.com>
10849
10850 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10851 when we have found all instructions we are looking for.
10852
966fbf70
RE
108532002-01-21 Richard Earnshaw <rearnsha@arm.com>
10854
10855 * arm-tdep.c (arm_register_name): New function.
10856 (arm_registers_names): Make static.
10857 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10858 (arm_register_name): Declare.
10859 (REGISTER_NAME): Use it.
10860
c3b4394c
RE
108612002-01-21 Richard Earnshaw <rearnsha@arm.com>
10862 Kevin Buettner <kevinb@redhat.com>
10863
10864 Convert arm targets to new FRAME interface.
10865 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10866 (arm_frame_find_save_regs): Delete.
10867 (arm_frame_init_saved_regs): New.
10868 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10869 Allocate extra_info as required. Convert all uses of fsr.regs
10870 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10871 to use extra_info.
10872 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10873 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10874 (check_prologue_cache, save_prologue_cache): Likewise.
10875 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10876 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10877 (FRAME_FIND_SAVED_REGS): Delete.
10878 (arm_frame_find_saved_regs): Delete prototype.
10879 (arm_frame_init_saved_regs): New prototype.
10880 (FRAME_INIT_SAVED_REGS): Define.
10881
61d99182
AC
108822002-01-20 Andrew Cagney <ac131313@redhat.com>
10883
10884 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10885
6aaea291
AC
108862002-01-20 Andrew Cagney <ac131313@redhat.com>
10887
10888 From Jeff Law <law@redhat.com>:
10889 * infttrace.c: Include <sys/pstat.h>.
10890 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10891 exec file if the ttrace equivalent fails.
10892
15f698d2
AC
108932002-01-20 Andrew Cagney <ac131313@redhat.com>
10894
10895 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10896 (closeLogFile): Ditto.
10897
f86ddd7c
MC
108982002-01-20 Michael Chastain <mec@shout.net>
10899
10900 * top.c (print_gdb_version): Bump copyright year to 2002.
10901
904507ce
AC
109022002-01-20 Andrew Cagney <ac131313@redhat.com>
10903
10904 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10905 Zannoni and Eli Zaretskii.
10906
d7f0b9ce
DJ
109072002-01-20 Daniel Jacobowitz <drow@mvista.com>
10908
10909 * buildsym.c: Update copyright years.
10910 * c-typeprint.c: Likewise.
10911 * dwarf2read.c: Likewise.
10912 * f-typeprint.c: Likewise.
10913 * gdbtypes.c: Likewise.
10914 * gdbtypes.h: Likewise.
10915 * hp-symtab-read.c: Likewise.
10916 * hpread.c: Likewise.
10917 * mdebugread.c: Likewise.
10918 * p-typeprint.c: Likewise.
10919
3fd3d7d2
AC
109202002-01-20 Andrew Cagney <ac131313@redhat.com>
10921
10922 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10923 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10924 byte-order selectable.
10925 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10926 * arch-utils.c: Ditto.
10927 (set_endian): Ditto.
10928 (set_endian_from_file): Ditto.
10929 * gdbserver/low-sim.c (create_inferior): Ditto.
10930 * gdbarch.sh: Ditto.
10931 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10932 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10933 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10934 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10935 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10936 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10937 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10938 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10939 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10940 macro definition.
10941 * config/mips/tm-wince.h: Remove #undef of macro
10942 TARGET_BYTE_ORDER_SELECTABLE.
10943 * config/sh/tm-wince.h: Ditto.
10944
b02dede2
DJ
109452002-01-20 Daniel Jacobowitz <drow@mvista.com>
10946
10947 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10948 member function fields. Add accessor macro
10949 TYPE_FN_FIELD_ARTIFICIAL.
10950 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10951 * c-typeprint.c (c_type_print_base): Skip artificial member
10952 functions.
10953
c3643761
DJ
109542002-01-20 Daniel Jacobowitz <drow@mvista.com>
10955
10956 * f-typeprint.c: Delete unused function f_type_print_args.
10957 * p-typeprint.c: Delete unused function pascal_type_print_args.
10958
8176bb6d
DJ
109592002-01-20 Daniel Jacobowitz <drow@mvista.com>
10960
10961 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10962 comment. Add ``artificial'' to ``union field_location''.
10963
10964 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10965
10966 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10967 * mdebugread.c (parse_symbol): Likewise.
10968 * stabsread.c (define_symbol): Likewise.
10969 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10970 initializing TYPE_FIELD_BITPOS to n (obsolete).
10971 (hpread_doc_function_type): Likewise.
10972 * hpread.c (hpread_function_type): Likewise.
10973
7fd60527
AC
109742002-01-20 Andrew Cagney <ac131313@redhat.com>
10975
10976 * configure.in (host_makefile_frag): Only require a host makefile
10977 fragment when a native build.
10978 * configure: Re-generate.
10979
c2f05ac9
AC
109802002-01-20 Andrew Cagney <ac131313@redhat.com>
10981
10982 * doublest.h (floatformat_from_type): Declare.
10983 * doublest.c (floatformat_from_type): New function.
10984 (convert_typed_floating): Use.
10985
10986 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10987 call to function floatformat_from_type.
10988
10989 * gdbarch.sh (IEEE_FLOAT): Delete.
10990 * gdbarch.h, gdbarch.c: Re-generate.
10991 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10992 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10993 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10994 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10995 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10996 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10997 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10998 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10999 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11000 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11001 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11002 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11003
11004 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11005 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11006 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11007 * sh-tdep.c (sh_gdbarch_init): Ditto.
11008 * mips-tdep.c (mips_gdbarch_init): Ditto.
11009 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11010 * cris-tdep.c (cris_gdbarch_init): Ditto.
11011
abf22e64
AJ
110122002-01-20 Jiri Smid <smid@suse.cz>
11013
11014 * configure.host, configure.tgt: Support x86-64.
11015 * NEWS: Note new target x86-64.
11016
b7c4cbf8
AJ
11017 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11018 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11019 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11020 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11021 x86-64-linux-nat.o): Fix dependencies.
11022
82600034
AC
110232002-01-19 Andrew Cagney <ac131313@redhat.com>
11024
11025 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11026 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11027 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11028 * config/sparc/xm-sun4os4.h: Delete file.
11029 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11030
bbe5c628
AC
110312002-01-19 Andrew Cagney <ac131313@redhat.com>
11032
11033 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11034 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11035 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11036 * config/i386/i386lynx.mh (XM_FILE): Delete.
11037 * config/rs6000/xm-rs6000ly.h: Delete file.
11038 * config/sparc/xm-sparclynx.h: Delete file.
11039 * config/m68k/xm-m68klynx.h: Delete file.
11040 * config/i386/xm-i386lynx.h: Delete file.
11041 * config/xm-lynx.h: Delete file.
11042 * config/djgpp/fnchange.lst: Update.
11043
f8453e34
JT
110442002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11045
11046 * alpha-tdep.c (alpha_register_byte): New function.
11047 (alpha_register_raw_size): Ditto.
11048 (alpha_register_virtual_size): Ditto.
11049 (alpha_skip_prologue_internal): Renamed from
11050 alpha_skip_prologue.
11051 (alpha_skip_prologue): New version that calls
11052 alpha_skip_prologue_internal.
11053 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11054 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11055 second argument from alpha_skip_prologue.
11056 (REGISTER_BYTE): Use alpha_register_byte.
11057 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11058 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11059 (FRAMELESS_FUNCTION_INVOCATION): Use
11060 generic_frameless_function_invocation_not.
11061 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11062 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11063
52d9e613
AC
110642002-01-19 Andrew Cagney <ac131313@redhat.com>
11065
11066 * config/mips/xm-news-mips.h: Delete file.
11067 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11068
11069 * config/m88k/xm-m88k.h: Delete file.
11070 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11071 * config/m88k/xm-delta88v4.h: Ditto.
11072 * config/m88k/xm-delta88.h: Ditto.
11073
11074 * config/alpha/xm-fbsd.h: Delete file.
11075 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11076
11077 * config/sparc/xm-sparc.h: Delete file.
11078 * Makefile.in (xm-sun4os4.h): Delete dependency.
11079 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11080 * config/sparc/xm-sun4os4.h: Ditto.
11081 * config/sparc/xm-linux.h: Ditto.
11082
11083 * config/i386/xm-windows.h: Delete file.
11084
2d1b2124
AC
110852002-01-19 Andrew Cagney <ac131313@redhat.com>
11086
11087 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11088 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11089
ee1f65f0
JT
110902002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11091
11092 * alpha-tdep.c (alpha_call_dummy_words): New.
11093 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11094 (CALL_DUMMY_P): Define.
11095 (CALL_DUMMY_WORDS): Define.
11096 (SIZEOF_CALL_DUMMY_WORDS): Define.
11097
98081e55
PB
110982002-01-19 Per Bothner <per@bothner.com>
11099
11100 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11101 isn't NULL, which can happen with some gcj-3.x-produced code.
11102
0d056799
JT
111032002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11104
11105 * alpha-tdep.c (alpha_register_virtual_type): New function.
11106 (alpha_init_frame_pc_first): Ditto.
11107 (alpha_fix_call_dummy): Ditto.
11108 (alpha_store_struct_return): Ditto.
11109 (alpha_extract_struct_value_address): Ditto.
11110 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11111 alpha_register_virtual_type.
11112 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11113 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11114 alpha_extract_struct_value_address.
11115 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11116 (INIT_FRAME_PC): Use init_frame_pc_noop.
11117 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11118
4604bcad
MK
111192002-01-19 Mark Kettenis <kettenis@gnu.org>
11120
11121 * i386gnu-nat.c: Include "i386-tdep.h".
11122 (fetch_fpregs): Simplify code dealing with uninitialized floating
11123 point states such that it doesn't require FP7_REGNUM.
11124
140f9984
JT
111252002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11126
abf22e64
AJ
11127 * alpha-tdep.c (frame_extra_info): New.
11128 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11129 frame->extra_info.
11130 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11131 (alpha_frame_saved_pc): Use frame->extra_info.
11132 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11133 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11134 (init_extra_frame_info): Rename to...
11135 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11136 (alpha_print_extra_frame_info): New function.
140f9984
JT
11137 (alpha_frame_locals_address): Ditto.
11138 (alpha_frame_args_address): Ditto.
abf22e64 11139 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11140 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11141 alpha_frame_args_address.
abf22e64 11142 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11143 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11144 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11145 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11146 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11147 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11148
d734c450
JT
111492002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11150
11151 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11152 (alpha_cannot_fetch_register): Ditto.
11153 (alpha_cannot_store_register): Ditto.
11154 (alpha_register_convertible): Ditto.
11155 (alpha_use_struct_convention): Ditto.
11156 * config/alpha/tm-alpha.h: Update copyright years.
11157 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11158 (INNER_THAN): Use core_addr_lessthan.
11159 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11160 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11161 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11162 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11163 (FRAME_CHAIN): Remove unnecessary cast.
11164
b4ceaee6
AC
111652002-01-18 Andrew Cagney <ac131313@redhat.com>
11166
11167 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11168 obsolete.
11169
0a65a603
AC
111702002-01-18 Andrew Cagney <ac131313@redhat.com>
11171
11172 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11173 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11174 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11175 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11176 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11177 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11178 * x86-64-linux-nat.c: Ditto.
11179
636a6dfc
JT
111802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11181
abf22e64 11182 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11183 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11184 (REGISTER_NAME): Define.
11185
acceddb6
JT
111862002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11187
11188 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11189
ec32e4be
JT
111902002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11191
11192 * alpha-tdep.c: Update copyright years.
11193 (alpha_next_pc): New function.
11194 (alpha_software_single_step): Ditto.
11195 * config/alpha/tm-alpha.h: Add prototype for
11196 alpha_software_single_step.
11197
e771a871
JT
111982002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11199
11200 * alphabsd-nat.c: Update copyright years.
11201 (fill_gregset): Use regcache_collect.
11202 (fill_fpregset): Likewise.
11203 (fetch_inferior_registers): Only fetch integer registers
11204 if requested to do so.
11205 (store_inferior_registers): Only store integer registers
11206 if requested to do so.
11207
7708fa01
AC
112082002-01-17 Andrew Cagney <ac131313@redhat.com>
11209
11210 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11211 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11212 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11213 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11214 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11215 * config/arm/linux.mh (XDEPFILES): Delete.
11216 * config/arm/nbsd.mh (XDEPFILES): Delete.
11217 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11218 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11219 * config/i386/i386m3.mh (XDEPFILES): Delete.
11220 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11221 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11222 * config/i386/fbsd.mh (XDEPFILES): Delete.
11223 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11224 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11225 * config/i386/i386v4.mh (XDEPFILES): Delete.
11226 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11227 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11228 * config/i386/i386aix.mh (XDEPFILES): Delete.
11229 * config/i386/go32.mh (XDEPFILES): Delete.
11230 * config/i386/cygwin.mh (XDEPFILES): Delete.
11231 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11232 * config/i386/i386mach.mh (XDEPFILES): Delete.
11233 * config/i386/i386v32.mh (XDEPFILES): Delete.
11234 * config/i386/linux.mh (XDEPFILES): Delete.
11235 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11236 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11237 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11238 * config/i386/i386sco.mh (XDEPFILES): Delete.
11239 * config/i386/i386v.mh (XDEPFILES): Delete.
11240 * config/i386/nbsd.mh (XDEPFILES): Delete.
11241 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11242 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11243 * config/i386/symmetry.mh (XDEPFILES): Delete.
11244 * config/i386/obsd.mh (XDEPFILES): Delete.
11245 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11246 * config/ia64/linux.mh (XDEPFILES): Delete.
11247 * config/ia64/aix.mh (XDEPFILES): Delete.
11248 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11249 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11250 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11251 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11252 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11253 * config/m68k/linux.mh (XDEPFILES): Delete.
11254 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11255 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11256 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11257 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11258 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11259 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11260 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11261 * config/m88k/delta88.mh (XDEPFILES): Delete.
11262 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11263 * config/m88k/m88k.mh (XDEPFILES): Delete.
11264 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11265 * config/mips/linux.mh (XDEPFILES): Delete.
11266 * config/mips/irix6.mh (XDEPFILES): Delete.
11267 * config/mips/irix5.mh (XDEPFILES): Delete.
11268 * config/mips/irix4.mh (XDEPFILES): Delete.
11269 * config/mips/irix3.mh (XDEPFILES): Delete.
11270 * config/mips/decstation.mh (XDEPFILES): Delete.
11271 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11272 (NATDEPFILES): Move core-aout.o to here.
11273 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11274 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11275 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11276 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11277 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11278 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11279 * config/pa/hpux11.mh (XDEPFILES): Delete.
11280 * config/powerpc/aix.mh (XDEPFILES): Delete.
11281 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11282 * config/powerpc/linux.mh (XDEPFILES): Delete.
11283 * config/romp/rtbsd.mh: Rename XDEPFILES.
11284 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11285 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11286 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11287 * config/s390/s390.mh (XDEPFILES): Delete.
11288 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11289 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11290 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11291 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11292 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11293 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11294 * config/sparc/linux.mh (XDEPFILES): Delete.
11295 * config/vax/vaxult.mh (XDEPFILES): Delete.
11296 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11297 * Makefile.in (DEPFILES): Remove XDEPFILES.
11298
375fc983
AC
112992002-01-17 Andrew Cagney <ac131313@redhat.com>
11300
11301 * utils.c (internal_verror): Fix comments, default is yes not no.
11302 Update queries to match. Default to quit and dump core.
11303
8926118c
AC
113042002-01-17 Andrew Cagney <ac131313@redhat.com>
11305
11306 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11307 copyright.
11308 * defs.h, event-top.c, gdbcmd.h: Ditto.
11309 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11310 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11311 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11312 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11313 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11314 * mi/mi-main.c:Ditto.
11315
11316 * stack.c, symfile.c: Update copyright.
11317
45b7b345
DJ
113182002-01-17 Daniel Jacobowitz <drow@mvista.com>
11319
db728ff7
DJ
11320 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11321 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11322 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11323 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11324
db728ff7
DJ
113252002-01-17 Daniel Jacobowitz <drow@mvista.com>
11326
11327 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11328 * gdbserver/low-lynx.c (myattach): Likewise.
11329 * gdbserver/low-nbsd.c (myattach): Likewise.
11330 * gdbserver/low-sim.c (myattach): Likewise.
11331 * gdbserver/low-sparc.c (myattach): Likewise.
11332 * gdbserver/low-sun3.c (myattach): Likewise.
11333
11334 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11335
db728ff7 11336 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11337 (main): Handle "--attach".
11338
8de3c354
AC
113392002-01-16 Andrew Cagney <ac131313@redhat.com>
11340
11341 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11342 maintainer.
11343
b0129042
DJ
113442002-01-15 Daniel Jacobowitz <drow@mvista.com>
11345
11346 * c-typeprint.c (is_type_conversion_operator): Add additional
11347 check for non-conversion operators.
11348
ba8679fb 113492002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11350
11351 * linux-proc.c: Add "info proc" command, a la procfs.c.
11352 (read_mapping): New function, abstract and re-use code.
11353 (linux_find_memory_regions): Use new func read_mapping.
11354 (linux_info_proc_cmd): New function, implement "info proc".
11355 (_initialize_linux_proc): Add new command "info proc".
11356
e4f9b4d5
MS
113572002-01-15 Michael Snyder <msnyder@redhat.com>
11358
11359 * symfile.c (generic_load): Use bfd_map_over_sections method
11360 instead of manipulating bfd structure members directly.
11361 (add_section_size_callback): New function, bfd sections callback
11362 used by generic_load.
11363 (load_sections_callback): New function, bfd sections callback
11364 used by generic_load.
11365
08cf96df
EZ
113662002-01-15 Elena Zannoni <ezannoni@redhat.com>
11367
abf22e64 11368 [Based on work by Jim Blandy]
08cf96df
EZ
11369 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11370 (builtin_type_vec128): Export.
11371 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11372 types.
11373 (builtin_type_vec128): New builtin type for 128 bit vector
11374 registers.
11375 (build_gdbtypes): Initialize builtin_type_v16qi and
11376 builtin_type_v8hi. Create the vec128 register builtin type
11377 structure.
11378 (build_builtin_type_vec128): New function.
abf22e64 11379 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11380 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11381 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11382 AltiVec register to new builtin type.
11383
d7242108
DJ
113842001-01-15 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11387 to make_cv_type.
11388
4ee3352d
AC
113892002-01-14 Andrew Cagney <ac131313@redhat.com>
11390
11391 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11392 CLEAN_UP_REGISTER_VALUE.
11393 * regcache.c (supply_register): Update only call.
11394
f015b2e7
AC
113952002-01-14 Andrew Cagney <ac131313@redhat.com>
11396
11397 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11398 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11399 a29k-*-vxworks* targets as obsolete.
11400
356ae49d
MS
114012002-01-14 Michael Snyder <msnyder@redhat.com>
11402
11403 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11404 until we can resolve portability issues.
11405 * gregset.h: Remove references to fpxregs.
11406 * gcore.c (gcore_command): Initialize note_sec to NULL.
11407
ade8f45e
AC
114082002-01-13 Andrew Cagney <ac131313@redhat.com>
11409
11410 * signals.c (target_signal_to_name): Rewrite. Only use
11411 signals[].name when in bounds and non-NULL.
abf22e64 11412
89c49e7a
AC
114132002-01-13 Andrew Cagney <ac131313@redhat.com>
11414
11415 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11416 * signals.c (target_signal_to_name): Verify that SIG is within the
11417 bounds of the signals array.
11418
4daa9f9f
AC
114192002-01-13 Andrew Cagney <ac131313@redhat.com>
11420
11421 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11422
ba4bbdcb
KS
114232002-01-13 Keith Seitz <keiths@redhat.com>
11424
11425 * stack.c (print_frame_info_base): Print the frame's pc
11426 only if when print_frame_info_listing_hook is not defined.
11427
575bbeb6
KS
114282002-01-13 Keith Seitz <keiths@redhat.com>
11429
11430 * varobj.c (varobj_set_value): Make sure that there were no
11431 errors evaluating the object before attempting to set its
11432 value.
11433 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11434 so this offset adjustment is no longer necessary.
11435 (create_child): Don't set the error flag if the child is
11436 a CPLUS_FAKE_CHILD.
11437 (value_of_child): If value_fetch_lazy fails, return NULL
11438 so that callers will be notified that an error occurred.
11439 (c_value_of_variable): Delay check of variable's validity
11440 until later. We actually want all structs and unions to have
11441 the value "{...}".
11442 Do not return "???" for variables which could not be evaluated.
11443 This error condition must be returned to the caller so that it
11444 can get the error condition from gdb.
11445 (cplus_name_of_child): Adjust index for vptr before figuring
11446 out the name of the child.
11447 (cplus_value_of_child): If a child's (real) parent is not valid,
11448 don't even bother trying to give a value for it. Just return
11449 an error. Change all instances in this function.
11450 (cplus_type_of_child): If our parent is one of the "fake"
11451 parents, we need to get at the type of the real parent, and
11452 derive the child's true type using this information.
11453
b76898ab
AC
114542002-01-13 Andrew Cagney <ac131313@redhat.com>
11455
11456 From 2002-01-09 John Marshall <johnm@falch.net>:
11457 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11458 sources.redhat.com, and tweak some related URLs which had
11459 suffered from linkrot.
11460
b6649e88
AC
114612002-01-13 Andrew Cagney <ac131313@redhat.com>
11462
11463 From Jeff law:
11464 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11465 structures passed in registers.
11466
82cc5033
EZ
114672002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11468
11469 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11470 white space which prevented compilation. Reported by DSK
11471 <dsk@student.unsw.edu.au>.
11472
ba5f2f8a
MS
114732002-01-11 Michael Snyder <msnyder@redhat.com>
11474
fbd35540
MS
11475 * symfile.c (build_section_addr_info_from_section_tab):
11476 Use bfd access method instead of manipulating bfd directly.
11477 (syms_from_objfile): Ditto.
11478 (simple_overlay_update_1): Ditto.
11479 (simple_overlay_update): Ditto.
11480 (generic_load): Ditto.
11481 (overlay_unmapped_address): FIXME comment, bfd access methods.
11482 (sections_overlap): FIXME comment, bfd access methods.
11483 (pc_in_mapped_range): FIXME comment, bfd access methods.
11484 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11485 (section_is_mapped): FIXME comment, bfd access methods.
11486 (section_is_overlay): FIXME comment, bfd access methods.
11487
ba5f2f8a
MS
11488 * symfile.c (generic_load): Whitespace and long line cleanups.
11489 Remove duplicate variable, change several local variables to
11490 more appropriate data types.
11491 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11492
17df2af6
AC
114932002-01-12 Andrew Cagney <ac131313@redhat.com>
11494
11495 From Peter Schauer:
11496 * language.c (longest_local_hex_string_custom): Use phex_nz to
11497 convert NUM to a hex string.
11498
ec920329
EZ
114992002-01-12 Elena Zannoni <ezannoni@redhat.com>
11500
11501 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11502 the function.
538a76d6 11503 Update Copyright year.
ec920329 11504
3abd2e01
AC
115052002-01-12 Andrew Cagney <ac131313@redhat.com>
11506
11507 * language.c (longest_raw_hex_string): Delete unused function.
11508
b21b22e0
PS
115092002-01-11 Petr Sorfa <petrs@caldera.com>
11510
11511 * MAINTAINERS (write-after-approval): Add myself.
11512 * dwarf2read.c (read_tag_string_type): Handling of
11513 DW_AT_byte_size.
11514 (read_tag_string_type): FORTRAN fix to prevent propagation of
11515 first string size.
11516 (set_cu_language): Handling of DW_LANG_Fortran95
11517
747fe712
RE
115182002-01-11 Richard Earnshaw <rearnsha@arm.com>
11519
11520 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11521 GETPID(inferior_ptid).
11522 (store_inferior_registers): Likewise.
11523
f1bea926
JM
115242002-01-10 Jason Merrill <jason@redhat.com>
11525
11526 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11527 Fix DW_OP_minus.
11528
ae940673
AC
115292002-01-10 Andrew Cagney <ac131313@redhat.com>
11530
11531 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11532 and bfd/elf32-sh-nbsd.c.
11533
00546b04
MS
115342002-01-10 Michael Snyder <msnyder@redhat.com>
11535
352ed7b4
MS
11536 * NEWS: Mention --pid and corefile/proc-id behavior change.
11537
c18be923
MS
11538 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11539 * gcore.c: Include cli/cli-decode.h instead of command.h.
11540
00546b04
MS
11541 * main.c (captured_main): Add new command line option "--pid".
11542 If the second command line argument (following the symbol-file)
11543 begins with a digit, try to attach to it before trying to open
11544 it as a corefile.
11545 (print_gdb_help): Document the "--pid" argument.
11546
db60ec62
EZ
115472002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11548
11549 * completer.c (command_completer): New function.
11550
11551 * completer.h <command_completer>: Add prototype.
11552
11553 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11554 completer for the "help" command.
11555
39c22d1a
JM
115562002-01-09 Jason Merrill <jason@redhat.com>
11557
11558 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11559
c564377f
MS
115602002-01-09 Michael Snyder <msnyder@redhat.com>
11561
975aec09
MS
11562 * i386-linux-nat.c (fill_fpxregset): Make global.
11563 (store_fpxregset): Ditto.
11564
db4a10fa
MS
11565 * gregset.h (gdb_fpxregset_t): Define.
11566 (supply_fpxregset): Prototype.
11567 (fill_fpxregset): Prototype.
11568
c564377f
MS
11569 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11570
c3d45d70
RE
115712002-01-09 Richard Earnshaw <rearnsha@arm.com>
11572
11573 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11574 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11575 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11576
fcc87af1
AC
115772002-01-09 Andrew Cagney <ac131313@redhat.com>
11578
11579 * MAINTAINERS: Update target maintainer rules so that any
11580 Maintainer can approve a tested patch for a maintenance-only
11581 target.
11582
dd96c05b
RE
115832002-01-09 Richard Earnshaw <rearnsha@arm.com>
11584
d4297db9 11585 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11586
d4297db9 11587 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11588 IN_SIGTRAMP.
11589
145fdc6e
MS
115902002-01-08 Michael Snyder <msnyder@redhat.com>
11591
11592 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11593 real name of the executable, rather than the /proc name.
11594
be4d1333
MS
115952002-01-03 Michael Snyder <msnyder@redhat.com>
11596
11597 Implement a "generate-core-file" command in gdb, save target state.
11598 * gcore.c: New file. Implement new command 'generate-core-file'.
11599 Save a corefile image of the current state of the inferior.
11600 * linux-proc.c: Add linux-specific code for saving corefiles.
11601 * target.h (struct target_ops): Add new target vectors for saving
11602 corefiles; to_find_memory_regions and to_make_corefile_notes.
11603 (target_find_memory_regions): New macro.
11604 (target_make_corefile_notes): New macro.
11605 * target.c (update_current_target): Inherit new target methods.
11606 (dummy_find_memory_regions): New place-holder method.
11607 (dummy_make_corefile_notes): New place-holder method.
11608 (init_dummy_target): Initialize new dummy target vectors.
11609 * exec.c (exec_set_find_memory_regions): New function.
11610 Allow the exec_ops vector for memory regions to be taken over.
11611 (exec_make_note_section): New function, target vector method.
11612 * defs.h (exec_set_find_memory_regions): Export prototype.
11613 * procfs.c (proc_find_memory_regions): New function, corefile method.
11614 (procfs_make_note_section): New function, corefile method.
11615 (init_procfs_ops): Set new target vector pointers.
11616 (find_memory_regions_callback): New function.
11617 (procfs_do_thread_registers): New function.
11618 (procfs_corefile_thread_callback): New function.
11619 * sol-thread.c (sol_find_memory_regions): New function.
11620 (sol_make_note_section): New function.
11621 (init_sol_thread_ops): Initialize new target vectors.
11622 * inftarg.c (inftarg_set_find_memory_regions): New function.
11623 Allow to_find_memory_regions vector to be taken over.
11624 (inftarg_set_make_corefile_notes): New function.
11625 Allow to_make_corefile_notes vector to be taken over.
11626 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11627 interface layer if not target_has_execution (may be a corefile).
11628 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11629 * config/sparc/sun4sol2.mh: Ditto.
11630 * config/alpha/alpha-linux.mh: Ditto.
11631 * config/arm/linux.mh: Ditto.
11632 * config/i386/x86-64linux.mh: Ditto.
11633 * config/ia64/linux.mh: Ditto.
11634 * config/m68k/linux.mh: Ditto.
11635 * config/mips/linux.mh: Ditto.
11636 * config/powerpc/linux.mh: Ditto.
11637 * config/sparc/linux.mh: Ditto.
11638
c6b92abd
MS
116392002-01-07 Michael Snyder <msnyder@redhat.com>
11640
11641 * arm-linux-nat.c: Remove references to regcache.c internal data
11642 (registers[] and register_valid[]).
11643
4b09dc8c
MS
116442002-01-07 Michael Snyder <msnyder@redhat.com>
11645
abf22e64
AJ
11646 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11647 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11648 symbol file and shlibs.
11649 * Makefile.in: Add rule for linux-proc.o.
11650 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11651 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11652 * config/arm/linux.mh: Ditto.
11653 * config/i386/linux.mh: Ditto.
11654 * config/i386/x86-64linux.mh: Ditto.
11655 * config/ia64/linux.mh: Ditto.
11656 * config/m68k/linux.mh: Ditto.
11657 * config/mips/linux.mh: Ditto.
11658 * config/powerpc/linux.mh: Ditto.
11659 * config/sparc/linux.mh: Ditto.
11660
c25b74ac
PM
116612002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11662
11663 * win32-nat.c: Add i386-tdep.h dependency.
11664
94cd915f
MS
116652002-01-07 Michael Snyder <msnyder@redhat.com>
11666
c7cccb76
MS
11667 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11668 instead of bfd_get_arch_size. Don't bail out just because
11669 there's no exec_bfd.
abf22e64 11670
34c0bd93
MS
11671 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11672 * p-valprint.c (pascal_object_print_value): Ditto.
11673 * somread.c (som_symtab_read): Ditto.
11674 * symfile.c (simple_free_overlay_region_table): Ditto.
11675 * valops.c (value_assign): Ditto.
11676
21c1c920
MS
11677 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11678 use tilde_expand and strerror for opening save-tracepoints file.
11679
5bbd998e
MS
11680 * thread-db.c (thread_db_new_objfile): Indendation fix.
11681
94cd915f
MS
11682 * infptrace.c (GDB_MAX_ALLOCA): New define.
11683 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11684 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11685 can be overridden with whatever value is appropriate to the host).
11686 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11687 alloca to allocate potentially large buffer.
11688 * rs6000-nat.c (child_xfer_memory): Ditto.
11689 * symm-nat.c (child_xfer_memory): Ditto.
11690 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11691
494e8a93
JSC
116922002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11693
11694 From Nick Clifton <nickc@redhat.com>
11695 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11696
d0e1d48e
MS
116972002-01-07 Michael Snyder <msnyder@redhat.com>
11698
abf22e64 11699 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11700 Don't use exec_bfd if it's NULL.
11701
290b2c7a
MK
117022002-01-06 Mark Kettenis <kettenis@gnu.org>
11703
abf22e64 11704 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11705
aef21287
AC
117062002-01-06 Andrew Cagney <ac131313@redhat.com>
11707
11708 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11709 * gnu-nat.c: Ditto.
11710
30efa627
AC
117112002-01-06 Andrew Cagney <ac131313@redhat.com>
11712
11713 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11714 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11715 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11716 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11717 z8k-coff have not been multi-arched. Update z8k-coff build
11718 status.
11719
9b4ff276
AC
117202002-01-06 Andrew Cagney <ac131313@redhat.com>
11721
11722 * MAINTAINERS: Mark a29k target as obsolete.
11723 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11724 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11725 comments.
11726 * NEWS: Note that a29k targets are obsolete.
11727 * a29k-tdep.c: Mark as obsolete.
11728 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11729 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11730 a29k-*-vxworks* targets as obsolete.
11731 * remote-adapt.c: Obsolete.
11732 * remote-eb.c: Obsolete.
11733 * remote-mm.c: Obsolete.
11734 * remote-udi.c: Obsolete.
11735 * config/a29k/a29k-udi.mt: Obsolete.
11736 * config/a29k/a29k.mt: Obsolete.
11737 * config/a29k/tm-a29k.h: Obsolete.
11738 * config/a29k/tm-vx29k.h: Obsolete.
11739 * config/a29k/vx29k.mt: Obsolete.
11740
a9011d31
AC
117412002-01-05 Andrew Cagney <ac131313@redhat.com>
11742
11743 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11744 with BFD_ENDIAN_BIG.
11745
9299404e
AC
117462002-01-05 Andrew Cagney <ac131313@redhat.com>
11747
11748 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11749 * configure, config.in: Re-generate.
11750 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11751 * defs.h: Do not include <endian.h>.
11752
7e89e357
JT
117532002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11754
11755 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11756 * config.in: Regenerate.
11757 * configure.in: Update copyright years.
11758 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11759 * configure: Regenerate.
11760 * i386bsd-nat.c: Update copyright years.
11761 (fill_gregset): Use regcache_collect.
11762 (fetch_inferior_registers): Only fetch integer registers
11763 if requested to do so. Add support for XMM registers
11764 using PT_GETXMMREGS.
11765 (store_inferior_registers): Only store integer registers
11766 if requested to do so. Add support for XMM registers
11767 using PT_SETXMMREGS.
11768 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11769 (store_inferior_registers): Remove.
11770 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11771 (fetch_elfcore_registers): New function.
11772 (i386nbsd_elfcore_fns): New.
11773 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11774 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11775 i386bsd-nat.o.
11776 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11777 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11778 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11779 * config/i386/tm-nbsd.h: Update copyright years.
11780 (HAVE_SSE_REGS): Define.
11781 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11782 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11783 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11784 (SIGCONTEXT_PC_OFFSET): Remove.
11785 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11786
a752853e
AC
117872002-01-05 Andrew Cagney <ac131313@redhat.com>
11788
11789 * configure.tgt: Remove powerpc-*-macos* target.
11790 * config/m68k/xm-mpw.h: Delete file.
11791 * config/xm-mpw.h: Delete file.
11792 * ser-mac.c: Delete file.
11793 * mpw-make.sed: Delete file.
11794 * mpw-config.in: Delete file.
11795 * mac-xdep.c: Delete file.
11796 * mac-gdb.r: Delete file.
11797 * mac-defs.h: Delete file.
11798 * mac-nat.c: Delete file.
11799 * config/powerpc/macos.mh: Delete file.
11800 * config/powerpc/macos.mt: Delete file.
11801 * config/powerpc/nm-macos.h: Delete file.
11802 * config/powerpc/tm-macos.h: Delete file.
11803 * source.c (openp, open_source_file): Remove obsolete code.
11804 * top.c (gdb_readline): Ditto.
11805 * utils.c (query): Ditto.
11806 * event-top.c (display_gdb_prompt): Ditto.
11807 * Makefile.in (ser-mac.o): Delete obsolete target.
11808 * NEWS: Update.
11809
d7449b42
AC
118102002-01-04 Andrew Cagney <ac131313@redhat.com>
11811
11812 * defs.h (BIG_ENDIAN): Delete macro definition.
11813 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11814 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11815 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11816 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11817 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11818 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11819 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11820 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11821 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11822 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11823 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11824 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11825 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11826 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11827 * gdbarch.c: Re-generate.
11828
356374e8
DJ
118292002-01-04 Daniel Jacobowitz <drow@mvista.com>
11830
11831 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11832 for core files.
11833
a2b8f8f8
JT
118342002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11835
11836 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11837
12466af9
AC
118382002-01-04 Andrew Cagney <ac131313@redhat.com>
11839
11840 * value.h (value_ptr): Delete typedef.
11841
3549ab40
JT
118422002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11843
11844 * i386nbsd-nat.c: Update copyright years.
11845 Include i386-tdep.h.
11846
fedbd091
EZ
118472002-01-04 Elena Zannoni <ezannoni@redhat.com>
11848
11849 * stabsread.c: Update copyright years.
11850
11851 From Debashis Mahata <debashis.mahata@wipro.com>:
11852 (read_struct_fields): Deal with Sun C compiler erroneous stab
11853 output for structs and unions.
fec8b34f 11854 Fix PR gdb/269.
fedbd091 11855
eb43544b
DJ
118562002-01-04 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11859 prototype.
11860
1514d34e
DJ
118612002-01-04 Daniel Jacobowitz <drow@mvista.com>
11862
11863 * cp-abi.c: Fix whitespace.
11864 (baseclass_offset): New wrapper function.
11865 * cp-abi.h (baseclass_offset): Add prototype.
11866 (struct cp_abi_ops): Add baseclass_offset pointer.
11867
11868 * valops.c (vb_match): Move to...
11869 * gnu-v2-abi.c (vb_match): here.
11870 * valops.c (baseclass_offset): Move to...
11871 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11872
11873 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11874
11875 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11876 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11877 * hpacc-abi.c (init_hpacc_ops): Likewise.
11878
7f8c9282
DJ
118792002-01-04 Daniel Jacobowitz <drow@mvista.com>
11880
11881 * valops.c (find_overload_match): Accept obj as a
11882 reference parameter. Update it before returning.
11883 * value.h (find_overload_match): Update prototype.
11884 * eval.c (evaluate_subexp_standard): Pass object to
11885 find_overload_match by reference.
11886
f23631e4
AC
118872002-01-03 Andrew Cagney <ac131313@redhat.com>
11888
11889 * valarith.c: Replace value_ptr with struct value pointer. Remove
11890 register attribute from value declarations.
11891 * valops.c: Ditto.
11892 * value.h: Ditto.
11893 * scm-lang.c (scm_lookup_name): Ditto.
11894
79e10fab 118952002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11896
79e10fab
AC
11897 Abstract the functionality of iterating over mapped memory
11898 regions into a general purpose iterator function.
abf22e64 11899 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11900 iterator for memory sections.
11901 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11902 (solib_mappings_callback): New function, callback for above.
11903 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11904 (info_mappings_callback): New function, callback for above.
11905
11906 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11907
c5ad026a
MK
119082002-01-01 Mark Kettenis <kettenis@gnu.org>
11909
d2a7c97a
MK
11910 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11911 * i386-tdep.c: Include "elf-bfd.h".
11912 (process_note_abi_tag_sections): New function.
11913 (i386_gdbarch_init): Add code to recognize various OS/ABI
11914 combinations.
11915
c5ad026a
MK
11916 * maint.c (_initialize_maint_cmds): Add missing \ in
11917 string-literal.
11918
a1a5b71e 11919For older changes see ChangeLog-2001
c906108c
SS
11920\f
11921Local Variables:
11922mode: change-log
11923left-margin: 8
11924fill-column: 74
11925version-control: never
11926End:
This page took 0.991346 seconds and 4 git commands to generate.