*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d5dc7960
MH
12002-10-11 Martin M. Hunt <hunt@redhat.com>
2
3 * utils.c (string_to_core_addr): After turning string into
4 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
5 which will do necessary sign-extension, etc.
6
8343f86c
DJ
72002-10-11 Daniel Jacobowitz <drow@mvista.com>
8
9 * c-exp.y (THIS): Delete token and grammar rule.
10 (yylex): Don't return THIS.
11 * cp-valprint.c (vtbl_ptr_name_old): Delete.
12 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
13 * demangle.c (cplus_markers): Update comment. Put '$'
14 first. Remove CPLUS_MARKER.
15 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
16 * jv-exp.y (THIS): Delete token and grammar rule.
17 (yylex): Don't return THIS.
18 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
19 * objc-exp.y (THIS): Delete token and grammar rule.
20 (yylex): Don't return THIS.
21 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
22 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
23 (read_member_functions): Likewise for opname.
24 (read_tilde_fields): Use is_cplus_marker.
25
26 * defs.h (CPLUS_MARKER): Don't define.
27 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
28 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
29 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
30 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
31 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
32
33 * config/i386/tm-i386v4.h: Delete file.
34 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
35 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
36 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
37 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
38 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
39 * config/i386/i386sco5.mt (TM_FILE): Likewise.
40 * config/i386/i386v4.mt (TM_FILE): Likewise.
41 * config/i386/ncr3000.mt (TM_FILE): Likewise.
42
967c0d83
MM
432002-10-10 Marko Mlinar <markom@opencores.org>
44
45 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
46 accidentially not commited 2002-10-09
47 * gdbarch.h, gdbarch.c: Re-generate.
48
f74fa174
MM
492002-10-09 Marko Mlinar <markom@opencores.org>
50
51 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
52 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
53 * gdbarch.h, gdbarch.c: Re-generate.
54
57349743
JB
552002-10-08 Petr Sorfa <petrs@caldera.com>
56
57 Revised and re-submitted by John Wolfe <jlw@caldera.com>
58
59 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
60 so we can work on more than one compilation unit at a time. This
61 helps prepare GDB to handle inter-CU die references.
62 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
63 the code to be defined before struct comp_unit_head.
64 (comp_unit_head): Added new members - offset, cu_head,
65 begin_die, next and dwarf2_abbrevs.
66 (dwarf2_abbrevs): Removed single static var; now member of
67 struct comp_unit_head.
68 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
69 members.
70 (psymtab_to_symtab_1): Changed to work with the new
71 struct comp_unit_head.
72 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
73 constructs the dwarf2_abbrevs[] inside the cu_header.
74 (dwarf2_empty_abbrev_table): Now expects a ptr to a
75 dwarf2_abbrev table to clean up.
76 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
77 handling of dwarf2_abbrevs inside the cu_header.
78 (read_partial_die): Now supports the call to the new
79 dwarf2_lookup_abbrev.
80 (read_full_die): Now supports the call to the new
81 dwarf2_lookup_abbrev.
82
4092aadb
CF
832002-10-06 Christopher Faylor <cgf@redhat.com>
84
85 * Makefile.in (install-gdbtk): Add missing continuation backslash to
86 insure that shell variables, such as "transformed_name" are propagated
87 to later shell statements in rule.
88
af0b2512
MK
892002-10-06 Mark Kettenis <kettenis@gnu.org>
90
91 * config/i386/nm-i386sco.h: Add protection against
92 multiple-inclusion. Include "i386/nm-i386v.h".
93 (REGISTER_U_ADDR): Remove define.
94 (i386_register_u_addr): Remove prototype.
95
d6020d45
MS
962002-10-04 Michael Snyder <msnyder@redhat.com>
97
98 * m32r-stub.c (handle_exception): Make sure exception is "trap"
99 before treating it as a single-step event.
100
7248f48e
AF
1012002-10-03 Adam Fedor <fedor@gnu.org>
102
103 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
104 (objc_demangle): Remove assignment in if statements, Replace
105 free with xfree.
106 (add_msglist): Likewise.
107 (end_msglist): Likewise.
108 (complare_selectors): Likewise.
109 (selectors_info): Likewise.
110 (compare_classes): Likewise.
111 (classes_info): Likewise.
112 (print_object_command): Likewise.
113 (find_objc_msgcall_submethod): Replace PTR with void *.
114 * objc-lang.h: Remove check for __STDC__.
115
52c6a6ac
JJ
1162002-10-03 Jeff Johnston <jjohnstn@redhat.com>
117
118 * ui-out.h (ui_out_field_fmt_int): New prototype.
119 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
120 of field width and alignment.
121 * stack.c (print_frame_info_base): When printing frame level, use
122 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
123 PR gdb/192
124
7e3cec17
JJ
1252002-10-03 Jeff Johnston <jjohnstn@redhat.com>
126
127 * MAINTAINERS: Add self to Write After Approval list.
128
a58dd373
EZ
1292002-10-02 Elena Zannoni <ezannoni@redhat.com>
130
131 * infcmd.c (interrupt_target_command_wrapper): Delete.
132 (interrupt_target_command): Make non static.
133 (nofp_registers_info): Make static.
134 * stack.c (return_command_wrapper): Delete.
135 (return_command): Make non static.
136
cee6ddeb
EZ
1372002-10-02 Elena Zannoni <ezannoni@redhat.com>
138
139 * event-top.c (gdb_setup_readline): New function. Code moved from
140 _initialize_event_loop().
141 (_initialize_event_loop): Call gdb_setup_readline().
142
c4ed33b9
AC
1432002-10-02 Andrew Cagney <ac131313@redhat.com>
144
145 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
146 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
147 * gdbarch.h, gdbarch.c: Re-generate.
148
cef4f5dd
DJ
1492002-10-02 Daniel Jacobowitz <drow@mvista.com>
150
151 Fix PR gdb/778
152 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
153 before recursing.
154 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
155 of fill_in_vptr_fieldno.
156
36dc181b 1572002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 158
36dc181b
EZ
159 * inferior.h (registers_info, stepi_command, nexti_command,
160 continue_command, interrupt_target_command): Export from infcmd.c.
161 * frame.h (args_info, selected_frame_level_changed_hook,
162 return_command): Export from stack.c.
163 * v850ice.c (stepi_command, nexti_command, continue_command): use
164 prototypes from inferior.h.
165 * tracepoint.c (registers_info, args_info, locals_info): Use
166 prototypes from frame.h and inferior.h.
167 * Makefile.in (mi-main.o): Add dependency on frame.h.
168
6f99cb26
AC
1692002-10-02 Andrew Cagney <ac131313@redhat.com>
170
da3eff49
AC
171 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
172 value in register 3 adjusted by ppc_gp0_regnum.
173
6f99cb26
AC
174 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
175
da615bee
MM
1762002-10-02 Marko Mlinar <markom@opencores.org>
177
178 * MAINTAINERS: Add myself to the Write After Approval list.
179
d154bee2
AO
1802002-10-01 Alexandre Oliva <aoliva@redhat.com>
181
62a49b2c
AO
182 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
183 of the section for the N64 ABI, fixed.
184
d154bee2
AO
185 * config/mips/tm-irix6.h: Include solib.h.
186
ed348acc
EZ
1872002-10-01 Elena Zannoni <ezannoni@redhat.com>
188
189 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
190 GNU operators.
191
da0f9dcd
AC
1922002-10-01 Andrew Cagney <ac131313@redhat.com>
193
194 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
195 and that "mi0" syntax has been removed.
196
bdf64bac
DC
1972002-09-30 David Carlton <carlton@math.stanford.edu>
198
199 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
200 * ppc-sysv-tdep.c: #include "gdb_string.h".
201 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
202 pacify GCC.
203
54c2a1e6
AC
2042002-10-01 Andrew Cagney <ac131313@redhat.com>
205
206 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
207 "vrsave"'s register number.
208
cedea778
AC
2092002-09-30 Andrew Cagney <ac131313@redhat.com>
210
211 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
212 use frame_unwind_signed_register to obtain the PC.
213 (mips_frame_chain): Handle a generic dummy frame.
214 (mips_init_extra_frame_info): When a generic dummy frame, don't
215 re-compute the frame base.
216 (mips_pop_frame): Handle generic dummy frames.
217 (mips_gdbarch_init): When generic dummy frames, set
218 use_generic_dummy_frames, push_dummy_frame to
219 generic_push_dummy_frame, pc_in_call_dummy to
220 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
221 generic_save_dummy_frame_tos.
222
68315eb8
AC
2232002-09-30 Andrew Cagney <ac131313@redhat.com>
224
225 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
226 against TOP when TOP was explictly set.
227 (generic_push_dummy_frame): Set TOP to zero.
228
3b8630c3
EZ
2292002-09-30 Elena Zannoni <ezannoni@redhat.com>
230
231 * event-loop.c (start_event_loop): Rename variable 'result' to
232 'gdb_result', to avoid conflicts with upcoming intepreters changes.
233
28ee05e9
KS
2342002-09-30 Keith Seitz <keiths@redhat.com>
235
236 * gdb-events.sh (selected_thread_changed): New event.
237 * gdb-events.c: Regenerated.
238 * gdb-events.h: Regenerated.
239
6eecb1c8
HPN
2402002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
241
242 * MAINTAINERS: Add self to Write After Approval list.
243
92df71f0
FN
2442002-09-30 Fernando Nasser <fnasser@redhat.com>
245
3b8630c3
EZ
246 * disasm.c: New file.
247 * disasm.h: New file.
92df71f0
FN
248 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
249 (compare_lines): Ditto.
250 (dump_insns): Ditto.
3b8630c3
EZ
251 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
252 argument.
92df71f0 253 (do_assembly_only): Ditto.
3b8630c3
EZ
254 (do_disassembly): Renamed to gdb_disassembly and moved to
255 disasm.c. Sdded uiout argument.
256 * Makefile.in: Add new files. Reorder SFILES list. Update
257 dependencies. Include libgdb.a later in the insight executable.
92df71f0 258
0c22854d
AC
2592002-09-29 Andrew Cagney <ac131313@redhat.com>
260
261 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
262 bfd/elf64-alpha-fbsd.c.
263
e67f2023
AC
2642002-09-29 Andrew Cagney <ac131313@redhat.com>
265
266 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
267 i386gnu-tdep.c.
268
89396210
AC
2692002-09-29 Andrew Cagney <ac131313@redhat.com>
270
271 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
272 __FUNCTION__.
273 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
274 function name.
275 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
276 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
277 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
278 (S_msg_sig_post_reply): Ditto.
279
7079c36c
CV
2802002-09-28 Corinna Vinschen <vinschen@redhat.com>
281
89396210
AC
282 * sh-tdep.c (sh_use_struct_convention): Use definition according
283 to ABI.
7079c36c
CV
284 (sh_push_arguments): Store in register with correct endianess.
285 (sh_default_store_return_value): Ditto.
286 (sh_gdbarch_init): Set sizeof long double to 8.
287
975ac915
MK
2882002-09-27 Mark Kettenis <kettenis@gnu.org>
289
290 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
291 Fix some whitespace problems.
292
9bbe19fb
DC
2932002-09-27 David Carlton <carlton@math.stanford.edu>
294
295 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
296 (mcore-tdep.o): Ditto.
297 (ns32k-tdep.o): Ditto.
298 (ns32knbsd-tdep.o): Ditto.
299 (sh3-rom.o): Ditto.
300 (vax-tdep.o): Ditto.
301 * cris-tdep.c: #include "gdb_string.h"
302 * mcore-tdep.c: Ditto.
303 * ns32k-tdep.c: Ditto.
304 * ns32knbsd-tdep.c: Ditto.
305 * sh3-rom.c: Ditto.
306 * vax-tdep.c: Ditto.
307
43b2fdc7
DC
3082002-09-27 David Carlton <carlton@math.stanford.edu>
309
310 * config/djgpp/fnchange.lst: Add entries for
311 gdb/testsuite/gdb.c++/m-static files.
312
e8cfbbd9
JW
3132002-09-27 Jim Wilson <wilson@redhat.com>
314
315 * MAINTAINERS: Add myself to the Write After Approval list.
316
43b2fdc7 3172002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
318
319 * mips-tdep.c (find_proc_desc): Initialize startaddr.
320
321
9f3b7f07
AC
3222002-09-26 Andrew Cagney <ac131313@redhat.com>
323
324 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
325 frame.
326
11269d7e
AC
3272002-09-26 Andrew Cagney <ac131313@redhat.com>
328
329 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
330 (rs6000_struct_return_address): Delete variable.
331 (rs6000_store_struct_return): Update.
332 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
333 deprecated_extract_struct_value_address.
334 (rs6000_frame_align): New function.
335 (rs6000_gdbarch_init): Set frame_align.
336
f15ab4a7
AC
3372002-09-26 Andrew Cagney <ac131313@redhat.com>
338
339 From Grace Sainsbury <graces@redhat.com>:
340 * Makefile.in (gdbtk-main.o): New target.
341 (gdb.o): New target.
342 (main_h): Define.
343 (main.o): Update dependencies.
344 (gdb$(EXEEXT)): Add gdb.o.
345 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
346 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
347 (SUBDIR_GDBTK_CLEAN): Set.
348 (install-gdbtk): Install the insight binary.
349 (uninstall-gdbtk): New target.
350 (all-gdbtk, clean-gdbtk): New rule.
351 * top.c (use_windows): Default to zero.
352 * main.c: Include "main.h".
353 (main): Delete.
354 (struct captured_main_args): Delete.
355 (gdb_main): New function.
356 * main.h: New file.
357 * gdb.c: New File.
358
e36180d7
AC
3592002-09-25 Andrew Cagney <cagney@redhat.com>
360
361 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
362 (frame_map_regnum_to_name): New function.
363 (frame_map_name_to_regnum): New function.
364 * frame.h (frame_map_name_to_regnum): Declare.
365 (frame_map_regnum_to_name): Declare.
366 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
367 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
368 * parse.c: Do not include "builtin-regs.h".
369 (target_map_name_to_register): Delete function.
370 (write_dollar_variable): Use frame_map_name_to_regnum.
371 * parser-defs.h (target_map_name_to_register): Delete declaration.
372 * expprint.c: Include "frame.h".
373 (print_subexp): Use frame_map_regnum_to_name.
374 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
375 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
376
8b69000d
AC
3772002-09-25 Andrew Cagney <ac131313@redhat.com>
378
379 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
380 wasn't saved, and the next innermost frame is a dummy, return the
381 dummy frame's link register.
382
046ca86a
JB
3832002-09-24 Jim Blandy <jimb@redhat.com>
384
385 Fix from Paul Breed:
386 * main.c (captured_main): Add a `break' after the case for 'b'.
387
94b66fa7
KS
3882002-09-24 Keith Seitz <keiths@redhat.com>
389
390 * varobj.c (c_type_of_child): Use get_target_type instead
391 of TYPE_TARGET_TYPE.
392
c214a6fd
FN
3932002-09-22 Fernando Nasser <fnasser@redhat.com>
394
53cb0458
FN
395 * source.c (get_current_or_default_source_symtab_and_line): Remove
396 function.
397 (set_default_source_symtab_and_line): New function. Attempts to
398 determine a source file to list lines from if one is not currently
399 defined.
400 (get_current_source_symtab_and_line): Initialize sal.pc and
401 sal.end fields.
402 (set_current_source_symtab_and_line): Mark argument as const.
403 * source.h: Update declarations and comments.
404 * linespec.c (decode_line_1): Replace call to removed routine above.
405 * stack.c (print_frame_info_base): Ditto.
406 * cli/cli-cmds.c (edit_command): Ditto.
407 (list_command): Ditto.
408
4092002-09-22 Fernando Nasser <fnasser@redhat.com>
410
d6020d45 411 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 412 sal.pc and sal.end fields.
c214a6fd
FN
413 (get_current_or_default_source_symtab_and_line): Ditto.
414 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
415 so we do not cause a new source symtab to be searched for (reverting an
416 unintentional change from the 2002-09-20 patch).
417 * scm-lang.c (scm_unpac): Ditto.
418
cc3b68a5
AC
4192002-09-21 Andrew Cagney <cagney@redhat.com>
420
421 * complaints.c (symfile_explanations): Remove new-line from
422 ``isolated_message''.
423 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
424 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
425
5835abe7
NC
4262002-09-20 Nick Clifton <nickc@redhat.com>
427
428 * NEWS: Announce that V850EA ISA is no longer supported.
429 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
430
a15ef5f5
DC
4312002-09-20 David Carlton <carlton@math.stanford.edu>
432
06ba1b39
DC
433 * Makefile.in (c-lang.o): Correct dependencies.
434 (utils.o): Gather dependencies.
435 (charset.o): Move.
a15ef5f5
DC
436 * c-lang.c: #include "gdb_string.h"
437
87885426
FN
4382002-09-20 Fernando Nasser <fnasser@redhat.com>
439
440 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
441 * cli/cli-cmds.c (list_command): New function. Implements the new
442 cli edit command.
443 (_init_cli_cmds): Add new command definition.
444 * gdb.1: Document edit command.
445 * doc/gdb.texinfo: Document edit command.
446
4472002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
448
449 * source.c: Make global variables current_source_symtab and
450 current_source_line static.
451 (list_command): Moved to cli/cli-cmds.c.
452 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
453 (get_first_line_listed): New accessor function.
454 (get_lines_to_list): New accessor function.
455 (get_current_source_symtab_and_line): New function. Retrieves the
456 position in the source code that we consider current.
457 (get_current_or_default_source_symtab_and_line): New function.
458 Like the above but attempts to determine a default position if one
459 is not currently defined.
460 (set_current_source_symtab_and_line): New function. Sets the source
461 code position considered current and returns the previously set one.
462 (clear_current_source_symtab_and_line): Reset stored information about
463 a current source line.
464 (_initialize_source): Remove registration for the "list" command and
465 its alias.
466 * source.h: Add declarations for the new functions above.
467 * symtab.h: Remove declarations for the global variables mentioned
468 above.
469 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
470 obtain current source line.
471 * linespec.c (decode_line_1): Ditto.
472 * macroscope.c (default_macro_scope): Ditto.
473 * scm-lang.c (scm_unpac): Ditto.
474 * stack.c (print_frame_info_base): Ditto.
475 * symfile.c (clear_symtab_users): Ditto.
476 * symtab.c (decode_line_spec): Ditto.
477 * cli/cli-cmds.c (list_command): Moved here from source.c.
478 (ambiguous_line_spec): Moved here from source.c.
479 (_init_cli_cmds): Add definition for "list" and its alias.
480 * Makefile.in: Update dependencies.
481
ddd216ea
CV
4822002-09-20 Corinna Vinschen <vinschen@redhat.com>
483
484 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
485 with what gcc thinks is correct.
486
6d305052
CV
4872002-09-20 Corinna Vinschen <vinschen@redhat.com>
488
489 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
490 multiple register push instruction.
491
234b45d4
KB
4922002-09-19 Jim Blandy <jimb@redhat.com>
493
494 Add support for distinct host and target character sets.
495 * charset.c, charset.h: New files.
496 * c-exp.y: #include "charset.h".
497 (yylex): Convert character and string literals to the target
498 character set, before returning them as the semantic value of the
499 token.
500 * c-lang.c: #include "charset.h".
501 (c_emit_char): Use charset-specific methods to recognize
502 characters with backslash escape forms, to decide which characters
503 to print literally and which to print using numeric escape
504 sequences, and to convert target characters to host characters
505 before printing.
506 * utils.c: #include "charset.h".
507 (no_control_char_error): New function.
508 (parse_escape): Use charset-specific methods to recognize
509 backslash escapes, parse `control character' notation, and convert
510 characters from the host character set to the target character set.
511 * configure.in: Set the default host character set.
512 Check where to find iconv, and what its argument types might be.
513 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
514 * Makefile.in (SFILES): List charset.c.
515 (COMMON_OBS): List charset.o.
516 (charset.o): New rule.
517 (charset_h): New header dependency variable.
518 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
519 (LIBICONV): New variable, set by configure.
520 (CLIBS): Include $(LIBICONV) here.
521 * aclocal.m4, config.in, configure: Regenerated.
522
525d6a61
JB
5232002-09-19 Joel Brobecker <brobecker@gnat.com>
524
525 * ada-exp.y: Add missing semicolons to end rules. Fixes a
526 bison 1.35 warning.
527
3ed93867
RE
5282002-09-19 Richard Earnshaw <rearnsha@arm.com>
529
530 * gdb_mbuild.sh: New file.
531
437666f8
AC
5322002-09-19 Andrew Cagney <ac131313@redhat.com>
533
534 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
535
389e51db
AC
5362002-09-18 Andrew Cagney <ac131313@redhat.com>
537
538 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
539 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
540 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
541 valops.c, value.h: Revert previous change.
542
3b4efeaa
MS
5432002-09-18 Michael Snyder <msnyder@redhat.com>
544
545 Preliminary support for Objective-C:
546 * defs.h (language_objc): New enum value.
547 (puts_filtered_tabular): Declaration only, exported from utils.c.
548 (skip_quoted): Delete, declared in completer.h.
549 * c-exp.y: Include completer.h.
550 * p-exp.y: Ditto.
551 * jv-exp.y: Ditto.
552 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
553 New operator enum values.
554 * language.h (CAST_IS_CONVERSION): Test for language_objc.
555 * language.c (binop_result_type): Handle language_objc case.
556 (integral_type, character_type, string_type, boolean_type,
557 structured_type, binop_type_check): Ditto.
558 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
559 (struct objc_specific): Add to general_symbol_info.
560 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
561 (SYMBOL_DEMANGLED_NAME): Handle objc case.
562 * parser-defs.h (struct objc_class_str): New struct type.
563 (start_msglist, end_msglist, add_msglist): Declaration only,
564 exported from objc-lang.c.
565 * value.h (value_of_local, value_nsstring,
566 call_function_by_hand_expecting_type): Exported from valops.c.
567 * valops.c (find_function_addr): Export.
568 (call_function_by_hand_expecting_type): New function.
569 (value_of_local): New function.
570 * symfile.c (init_filename_language_table): Add ".m" extension
571 for Objective-C.
572 * utils.c (puts_filtered_tabular): New function.
573 (fprintf_symbol_filtered): Add objc demangling support (disabled).
574 (set/show demangle): Extend help-string to refer to ObjC.
575 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
576 * stabsread.c (symbol_reference_defined): Objective-C symbols
577 may contain colons: make allowances when scanning stabs strings
578 for colons.
579 (objc_find_colon): New function.
580 * printcmd.c (address_info): If language == objc then print
581 "self" instead of "this".
582 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
583 OP_NSSTRING, and OP_SELF.
584 (prefixify_subexp): Ditto.
585 * source.c (print_source_lines): Mention objc in comment.
586 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
587 method names.
588
b9caf505
AC
5892002-09-18 Andrew Cagney <ac131313@redhat.com>
590
591 * complaints.h: Update copyright.
592 (struct complaints): Declare.
593 (struct complaint): Make `message' constant.
594 (internal_complaint): Declare.
595 (complaint): Declare.
596 (complaint_root): Delete declaration.
597 (symfile_complaints): Delete declaration.
598 (struct complaints): Add opaque declaration.
599 (clear_complaints): Add a complaints parameter.
600 * complaints.c: Update copyright.
601 (enum complaint_series): Define.
602 (complaint_root): Delete.
603 (struct complaints): Define.
604 (complaint_sentinel, symfile_complaint_book): New variables.
605 (symfile_explanations, symfile_complaints): New variables.
606 New variables.
607 (get_complaints): New function.
608 (vcomplaint): New function.
609 (complaint): New function.
610 (internal_complaint): New function.
611 (complain): Call vcomplain with symfile_complaint.
612 (clear_complaints): Rewrite.
613 (_initialize_complaints): Use add_setshow_command.
614 * Makefile.in (complaints.o): Update dependencies.
615 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
616 to call to clear_complaints.
617 (new_symfile_objfile, reread_symbols): Ditto.
618 (oldsyms_complaint): Delete.
619 (empty_symtab_complaint, unknown_option_complaint): Delete.
620 (free_named_symtabs): Use complaint instead of complain.
621
d2e6263c
MS
6222002-09-18 Michael Snyder <msnyder@redhat.com>
623
5fb2031a
AC
624 Contributed by Apple Computer, Inc. Merged with current sources
625 by Adam Fedor <fedor@doc.com> [cagney].
626
d2e6263c
MS
627 * objc-lang.c: First clean-up round: comments, indentation.
628 * objc-lang.h: Ditto.
629 * objc-lang.y: Ditto.
630
dec43320
AC
6312002-09-18 Andrew Cagney <ac131313@redhat.com>
632
633 * maint.c (maintenance_internal_error): Print the parameter as the
634 error message.
635 (maintenance_internal_warning): New function.
636 (_initialize_maint_cmds): Add command `maint internal-warning'.
637
638 * defs.h (internal_warning, internal_vwarning): Declare.
639 * utils.c (struct internal_problem): Define.
640 (internal_vproblem): New function.
641 (internal_warning): New function.
642 (internal_vwarning): New function.
643 (internal_warning_problem, internal_error_problem): New variables.
644 (internal_verror): Just call internal_vproblem.
645
b81654f1
MS
6462002-09-18 Michael Snyder <msnyder@redhat.com>
647
648 * objc-lang.c: New file, support for Objective-C.
649 Preliminary check-in, not yet integrated into gdb.
650 * objc-lang.h: New file.
651 * objc-exp.y: New file.
652
0542c381
AC
6532002-09-18 Andrew Cagney <ac131313@redhat.com>
654
7bda5e4a
AC
655 * infrun.c (signal_stop_update): Convert definition to ISO C.
656 (signal_print_update): Ditto.
657 (signal_pass_update): Ditto.
658 * inflow.c (terminal_save_ours): Ditto.
659
5247b418
AC
660 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
661 comments.
662
fc60962c
AC
663 * config/djgpp/fnchange.lst: Handle name clashes between
664 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
665 bfd/coff-tic80.c.
666
0542c381
AC
667 * i386-linux-tdep.h: Fix tipo.
668
5b924b9b
AF
6692002-09-18 Adam Fedor <fedor@gnu.org>
670
671 * MAINTAINERS: Add myself to the Write After Approval list.
672
5afc051b
JB
6732002-09-18 Jim Blandy <jimb@redhat.com>
674
675 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
676 texthigh and textlow to reader-specific structs caused
677 objfile_relocate to miss them. This is fixable, but the work that
678 the change was supposed to prepare GDB for never got done anyway.
679
eb944380
DC
6802002-09-18 David Carlton <carlton@math.stanford.edu>
681
682 * MAINTAINERS: Alphabetize Write After Approval list.
683
948e66d9
DJ
6842002-09-18 Daniel Jacobowitz <drow@mvista.com>
685
686 Fix PR gdb/709
687 * values.c (value_static_field): Call read_var_value.
688
dc604539
AC
6892002-09-18 Andrew Cagney <ac131313@redhat.com>
690
691 * valops.c (hand_function_call): Align the initial stack pointer
692 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
693 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
694 return value.
695 * mips-tdep.c (mips_frame_align): New function.
696 (mips_gdbarch_init): Set frame_align.
697 * gdbarch.sh (FRAME_ALIGN): New method.
698 * gdbarch.h, gdbarch.c: Re-generate.
699
cb7e422f
ML
7002002-09-18 Michal Ludvig <mludvig@suse.cz>
701
702 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
703 registers.
704
a094c6fb
AC
7052002-09-17 Andrew Cagney <ac131313@redhat.com>
706
707 * NEWS: Mention that MIPS $fp behavior changed.
708 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
709 reference to FP_REGNUM.
710 (mipsnbsd_cannot_store_register): Ditto.
711 * mips-linux-nat.c: Update copyright.
712 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
713 (mips_linux_cannot_store_register): Ditto.
714 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
715 * config/mips/tm-mips.h: Update copyright.
716 (FP_REGNUM): Delete macro.
717 (MIPS_REGISTER_NAMES): Replace "fp" with "".
718 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
719 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
720 (mips_r3041_reg_names, mips_r3051_reg_names)
721 (mips_r3081_reg_names): Replace "fp" with "".
722 Fix PR gdb/480.
723
45cf40d1
TR
7242002-09-17 Theodore A. Roth <troth@verinet.com>
725
726 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
727 generic_read_register_dummy() (PR gdb/703).
728 (avr_push_return_address): #if 0 out unused vars.
729 (avr_gdbarch_init): Enable use of avr_push_return_address().
730
c7e701b5
MS
7312002-09-17 Michael Snyder <msnyder@redhat.com>
732
d76ba2a5 733 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
734 RTE will take care of it.
735
20bcf01c
AC
7362002-09-17 Andrew Cagney <ac131313@redhat.com>
737
738 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
739 invalid, return SP_REGNUM.
740
009a9971 7412002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
742
743 * mips-tdep.c (mips_pop_frame): Read saved values of floating
744 point registers without sign extension.
745
135c175f
AC
7462002-09-17 Andrew Cagney <cagney@redhat.com>
747
748 * blockframe.c (deprecated_read_register_dummy): Rename
749 generic_read_register_dummy.
750 * frame.c (frame_unwind_signed_register): New function.
751 (frame_unwind_unsigned_register): New function.
752 * frame.h (frame_unwind_signed_register): Declare.
753 (frame_unwind_unsigned_register): Declare.
754 (deprecated_read_register_dummy): Rename
755 generic_read_register_dummy.
756
757 * h8300-tdep.c (h8300_frame_chain): Update.
758 (h8300_frame_saved_pc): Update.
759 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
760 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
761 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
762 (s390_frame_chain): Update.
763 * v850-tdep.c (v850_find_callers_reg): Update.
764 (v850_frame_saved_pc): Update.
765 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
766 (m32r_find_callers_reg): Update.
767 (m32r_frame_saved_pc): Update.
768 * sh-tdep.c (sh_find_callers_reg): Update.
769 (sh64_get_saved_pr): Update.
770 (sh_init_extra_frame_info): Update.
771 (sh_init_extra_frame_info): Update.
772 (sh64_init_extra_frame_info): Update.
773 (sh64_init_extra_frame_info): Update.
774 * mcore-tdep.c (mcore_find_callers_reg): Update.
775 (mcore_frame_saved_pc): Update.
776 (mcore_init_extra_frame_info): Update.
777 * i386-tdep.c (i386_frame_saved_pc): Update.
778 * ia64-tdep.c (ia64_frame_saved_pc): Update.
779 (ia64_init_extra_frame_info): Update.
780 (ia64_init_extra_frame_info): Update.
781 * d10v-tdep.c (d10v_frame_saved_pc): Update.
782 * cris-tdep.c (cris_init_extra_frame_info): Update.
783 * avr-tdep.c (avr_frame_chain): Update.
784 (avr_init_extra_frame_info): Update.
785 (avr_frame_saved_pc): Update.
786 * arm-tdep.c (arm_find_callers_reg): Update.
787 (arm_init_extra_frame_info): Update.
788 (arm_frame_saved_pc): Update.
789
a741e514
TT
7902002-09-17 Tom Tromey <tromey@redhat.com>
791
792 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
793 is "'".
794
d1a8e808
CV
7952002-09-17 Corinna Vinschen <vinschen@redhat.com>
796
797 * MAINTAINERS: Remove "non multi-arched" text from h8300.
798 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
799 NEXT_PROLOGUE_INSN.
800 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
801 NEXT_PROLOGUE_INSN.
802
d9025a18
JB
8032002-09-16 Joel Brobecker <brobecker@gnat.com>
804
805 * osfsolib.c: Remove file, replaced by solib-osf.c.
806 * Makefile.in: Remove compilation rules for osfsolib.c.
807
1b2ef1b6
DC
8082002-09-16 David Carlton <carlton@math.stanford.edu>
809
810 * cp-valprint.c (cp_print_class_method): Correct args to
811 check_stub_method_group.
812
928e48af
CV
8132002-09-16 Corinna Vinschen <vinschen@redhat.com>
814
815 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
816 `set architecture'. Unify naming convention of functions.
817 (h8300_skip_prologue): Improve prologue analysis.
818 (h8300_push_arguments): Rewritten to more closely match GCC's
819 bizarre argument-passing behavior, along with the comment describing
820 said behavior.
821 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
822 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
823 sim, remote-e7000.c, remote-hms.c and remote.c
824
5e3397bb
MK
8252002-09-15 Mark Kettenis <kettenis@gnu.org>
826
827 * i386-tdep.c (gdb_print_insn_i386): Removed.
828 (i386_print_insn): New function.
829 (i386_gdbarch_init): Set print_insn to i386_print_insns.
830 (_initialize_i386_tdep): Don't initialize tm_print_insn and
831 tm_print_insn_info.
832
f710f4fc
MK
8332002-09-14 Mark Kettenis <kettenis@gnu.org>
834
835 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
836 zero.
837
db54fef4
CV
8382002-09-14 Corinna Vinschen <vinschen@redhat.com>
839
840 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
841 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
842 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
843
2becadee
CF
8442002-09-13 Christopher Faylor <cgf@redhat.com>
845
846 * win32-nat.c (child_create_inferior): Honor 'tty' command.
847
de17c821
DJ
8482002-09-13 Daniel Jacobowitz <drow@mvista.com>
849
850 * gdbtypes.c (check_stub_method): Make static.
851 (check_stub_method_group): New function.
852 * gdbtypes.h: Update prototypes.
853 * cp-support.c: New file.
854 * cp-support.h: New file.
855
856 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
857 (update_method_name_from_physname): New function.
858 (read_member_functions): Correct method names for operators
859 and v3 constructors/destructors. Separate v2 constructors and
860 destructors.
861 * Makefile.in (stabsread.o): Update dependencies.
862 (SFILES): Add cp-support.c.
863 (COMMON_OBS): Add cp-support.o.
864 (cp_support_h, cp-support.o): Add.
865
866 * cp-valprint.c (cp_print_class_method): Call
867 check_stub_method_group instead of check_stub_method. Remove
868 extraneous QUITs.
869 * p-valprint.c (pascal_object_print_class_method): Likewise.
870 * valops.c (search_struct_method): Likewise.
871 (find_method_list, value_struct_elt_for_reference): Likewise.
872
e76cff22
AC
8732002-09-13 Andrew Cagney <cagney@redhat.com>
874
875 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
876 * gdbarch.h, gdbarch.c: Regenerate.
877
905abb3f
AC
8782002-09-13 Andrew Cagney <ac131313@redhat.com>
879
880 * frame.c (find_saved_register): Delete function.
881 * frame.h (find_saved_register): Delete declaration.
882 Fix PR gdb/631.
883
64159455
AC
884Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
885
886 * mips-tdep.c (read_next_frame_reg): Re-hack using
887 frame_register_unwind.
888
795e1e11
AC
889Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
890
891 * mips-tdep.c (mips_get_saved_register): Re-hack using
892 frame_register_unwind.
893
5720643c
JB
8942002-09-12 Joel Brobecker <brobecker@gnat.com>
895
896 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
897 vector. Will be useful for Interix.
898 * gdbarch.h, gdbarch.c: Regenerate.
899
900 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
901 name of the malloc function by NAME_OF_MALLOC.
902
3bada2a2
JB
9032002-09-12 Joel Brobecker <brobecker@gnat.com>
904
905 * value.h (find_function_in_inferior): Add const keyword to
906 one of the parameters. Allows us to invoke this function with
907 a const char *.
908 * valops.c (find_function_in_inferior): Likewise.
909
3db26b01
JB
9102002-09-12 Joel Brobecker <brobecker@gnat.com>
911
912 * exec.c (xfer_memory): Fix compilation warning with old versions
913 of GCC.
914 * tracepoint.c (trace_find_tracepoint_command): Likewise.
915
17c5ed2c
DC
9162002-09-12 David Carlton <carlton@math.stanford.edu>
917
918 * symtab.h: Run through gdb_indent.h.
919 Add 2002 to Copyright year list.
920
ecd1107e
AM
9212002-09-12 Alan Modra <amodra@bigpond.net.au>
922
923 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
924 mach constants.
925 * MAINTAINERS: Add myself to write after approval list.
926
e64f66d1
JB
9272002-09-11 J. Brobecker <brobecker@gnat.com>
928
929 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
930
f9395794
JB
9312002-09-11 J. Brobecker <brobecker@gnat.com>
932
933 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
934 Interix.
935
1a303dec
MS
9362002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
937
938 * procfs.c (do_detach): Clear current signal, not just fault.
939 Corrects problem with breakpoint trap signal leaking to detached
940 process on Tru64.
941
c0219d42
MS
9422002-09-10 Michael Snyder <msnyder@redhat.com>
943
944 * buildsym.c (finish_block): Protect against null pointer.
945
9d84ac84
AC
9462002-09-10 Andrew Cagney <cagney@redhat.com>
947
948 * infcmd.c (default_print_registers_info): Send all output to
949 ``file'' instead of ``gdb_stdout''.
950
77d8f2b4
MS
9512002-09-10 Michael Snyder <msnyder@redhat.com>
952
953 * mips-tdep.c (mips_extract_struct_value_address): Make val a
954 LONGEST, and use signed register read (addresses are sign-
955 extended for mips).
956
99656a61
SC
9572002-09-10 Stephane Carrez <stcarrez@nerim.fr>
958
959 * event-loop.c (gdb_do_one_event): Make public.
960 * event-loop.h (gdb_do_one_event): Declare.
961
da12f4d8
JL
9622002-09-10 Jeff Law <law@redhat.com>
963
964 * infttrace.c (child_resume): Simplify and rework to avoid
965 TT_PROC_CONTINUE.
966
d0aee0c4
FF
9672002-09-09 Fred Fish <fnf@intrinsity.com>
968
969 * printcmd.c (print_scalar_formatted): "len" is the number of
970 target bytes, NOT the number of target bits.
971
7cb3ec5e
EZ
9722002-09-09 Elena Zannoni <ezannoni@redhat.com>
973
974 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
975 * top.c (init_main): Set rl_terminal_name.
976
4dc81987
AS
9772002-09-08 Aidan Skinner <aidan@velvet.net>
978
979 * ada-lang.c (ada_array_bound, ada_type_match,
980 _initialize_ada_language): Fix K&R definitions.
981 * ada-tasks.c (get_current_task): Fix K&R definitions.
982 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
983
842330b4
CF
9842002-09-07 Christopher Faylor <cgf@redhat.com>
985
986 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
987 Add XP.
988
43156d82
MK
9892002-09-06 Mark Kettenis <kettenis@gnu.org>
990
66da5fd8
MK
991 * i386-tdep.c (i386_register_virtual_type,
992 i386_register_convertible, i386_register_convert_to_virtual,
993 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
994 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
995 (i386_gdbarch_init): Fix comment. Add comments on calls that set
996 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
997 Don't set push_arguments twice.
998
4b218c18
MK
999 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1000 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1001 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1002 sigtramp_end to NULL.
1003 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1004 defines.
1005 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1006
4cc314d5
MK
1007 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1008 whitespace.
1009
43156d82
MK
1010 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1011 * gdbarch.h, gdbarch.c: Re-generate.
1012 * blockframe.c (find_pc_sect_partial_function): Convert to use
1013 SIGTRAMP_START_P predicate.
1014
6672060b
MS
10152002-09-05 Michael Snyder <msnyder@redhat.com>
1016
a90c3637
MS
1017 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1018 generic_dummy_frame method and old method. Also distinguish
1019 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1020 (arm_extract_return_value): Use new regcache method.
a90c3637 1021
6672060b
MS
1022 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1023 adjustment that doesn't conform to the ABI.
1024 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1025 saved regcache, not from current regcache.
1026
299ffc64
AC
10272002-09-05 Andrew Cagney <ac131313@redhat.com>
1028
1029 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1030 * README: Update.
1031
a3a2ee65
JT
10322002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1033
1034 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1035 if arm_apcs_32 is false.
1036
2bc7eea9
AC
10372002-09-04 Andrew Cagney <ac131313@redhat.com>
1038
1039 GDB 5.3 branch created.
1040
8a55a7c5
TR
10412002-09-03 Theodore A. Roth <troth@verinet.com>
1042
1043 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1044 generic_unwind_get_saved_register.
1045
e26fb1d7
DC
10462002-09-03 David Carlton <carlton@math.stanford.edu>
1047
1048 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1049 argument (PR gdb/653). Update call to smash_to_method_type.
1050 (read_structure_scope): Update call to dwarf2_add_member_fn.
1051
30d52491
ML
10522002-09-03 Michal Ludvig <mludvig@suse.cz>
1053
1054 * x86-64-linux-tdep.c: Include gdb_string.h
1055 * x86-64-linux-nat.c: Ditto.
1056
06891d83
JT
10572002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1058
1059 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1060 when YYDEBUG is set to 1.
1061 * c-exp.y: Likewise.
1062 * f-exp.y: Likewise.
1063 * jv-exp.y: Likewise.
1064 * m2-exp.y: Likewise.
1065 * p-exp.y: Likewise.
1066
7d400e77
JT
10672002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1068
1069 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1070 dependency list.
1071 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1072 solib_svr4_fetch_link_map_offsets to
1073 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1074 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1075 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1076 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1077 solib-svr4.o, and solib-legacy.o.
1078 * config/i386/tm-nbsd.h: Include solib.h.
1079
704a27c4
JT
10802002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1081
1082 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1083 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1084 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1085 comment noting that this needs its own target configuration.
1086 * config/i386/nbsd.mt: New file.
1087 * config/i386/nbsdaout.mt: Remove.
1088 * config/i386/nbsdelf.mt: Ditto.
1089 * config/i386/tm-nbsdaout.h: Ditto.
1090
d66198e1
JT
10912002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1092
1093 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1094 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1095 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1096 tdep->sigtramp_end.
1097 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1098 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1099 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1100
3cac699e
JT
11012002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1102
1103 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1104 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1105 * i386-tdep.h (i386bsd_init_abi): New prototype.
1106 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1107 function declaration.
1108 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1109 for NetBSD-a.out or NetBSD-ELF.
1110 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1111 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1112 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1113 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1114 and nbsd-tdep.h.
1115 (i386nbsd_pc_in_sigtramp): New function.
1116 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1117 i386nbsd_pc_in_sigtramp.
1118 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1119 and i386nbsdelf_init_abi OS ABI handlers.
1120 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1121 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1122
7010ca0a
MK
11232002-09-02 Mark Kettenis <kettenis@gnu.org>
1124
1125 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1126 registers if the target really has them.
1127
6dd93b72
JT
11282002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1129
1130 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1131 than nbsd-tdep.h.
1132
2ca8ae21
JT
11332002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1134
1135 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1136 list.
1137 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1138 (alphanbsd_skip_sigtramp_frame): New functions.
1139 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1140 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1141 to alphanbsd_sigcontext_addr.
1142
3d9b49b0
JT
11432002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1144
1145 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1146 list.
1147 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1148 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1149 nbsd_pc_in_sigtramp.
1150 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1151 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1152 * nbsd-tdep.c: Include gdb_string.h.
1153 (nbsd_pc_in_sigtramp): New function.
1154 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1155 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1156 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1157 ppcnbsd_pc_in_sigtramp.
1158 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1159 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1160 shnbsd_pc_in_sigtramp.
1161 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1162 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1163 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1164
c860120c
PM
11652002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1166
1167 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1168 watchpoints to NULL.
1169 (insert_breakpoints): set val field of watchpoints if NULL.
1170
1171
c7612d53
JB
11722002-08-29 Jim Blandy <jimb@redhat.com>
1173
1174 * symtab.c (lookup_symbol_aux): In the cases where we find a
1175 minimal symbol of an appropriate name and use its address to
1176 select a symtab to read and search, use `name' (as passed to us)
1177 as the demangled name when searching the symtab's global and
1178 static blocks, not the minsym's name.
1179
66609862
KS
11802002-08-29 Keith Seitz <keiths@redhat.com>
1181
1182 * stack.c (print_frame_info_base): Always set current_source_symtab
1183 and current_source_line.
1184
151fefe2
JB
11852002-08-29 Donn Terry <donnte@microsoft.com>
1186
1187 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1188
bfb3754e
KS
11892002-08-28 Keith Seitz <keiths@redhat.com>
1190
1191 * stack.c (select_frame): Add FIXME concerning selected-frame
1192 events.
1193 (select_frame_command): Send selected-frame-level-changed
1194 event notification, but only if the level actually changed.
1195 (up_silently_base): Add selected-frame-level-changed event
1196 notification.
1197 (down_silently_base): Likewise.
1198
e822a2a0
AC
11992002-08-28 Andrew Cagney <ac131313@redhat.com>
1200
1201 * Makefile.in: Update dependencies for all gdb/*.c files.
1202
309367d4
TT
12032002-08-27 Tom Tromey <tromey@redhat.com>
1204
1205 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1206 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1207 Update dependencies.
1208 * i387-tdep.c: Include gdb_string.h.
1209 * osabi.c: Likewise.
1210 * i386-linux-nat.c: Likewise.
1211 * lin-lwp.c: Likewise.
1212 * ax-gdb.c: Likewise.
1213 * signals/signals.c: Likewise.
1214 * jv-valprint.c: Likewise.
1215 * p-lang.c: Likewise.
1216 * c-valprint.c: Likewise.
1217 * cp-abi.c: Likewise.
1218
e1507482
EZ
12192002-08-27 Elena Zannoni <ezannoni@redhat.com>
1220
1221 * cli/cli-script.h (copy_command_lines): Export.
1222 * breakpoint.c: Include cli/cli-script.h.
1223 * Makefile.in (breakpoint.o): Update dependencies.
1224
c6510018
MS
12252002-08-26 Michael Snyder <msnyder@redhat.com>
1226
1227 * breakpoint.c (insert_breakpoints): Protect all references
1228 to 'process_warning'. Shorten long lines.
1229
c2b8ed2c
MS
12302002-08-26 Joel Brobecker <brobecker@gnat.com>
1231
1232 * cli/cli-script.c (copy_command_lines): New function.
1233 * defs.h (copy_command_lines): Export.
1234 * testsuite/gdb.base/commands.exp: New tests for commands
1235 attached to a temporary breakpoint, and for commands that
1236 delete the breakpoint they are attached to.
1237
12382002-08-26 Michael Snyder <msnyder@redhat.com>
1239
1240 * breakpoint.c (bpstat_stop_status): Instead of copying the
1241 pointer to the breakpoint commands struct, make a new copy
1242 of the struct and point to that.
1243 (bpstat_clear): Free the commands struct.
1244 (bpstat_clear_actions): Free the commands struct.
1245 (bpstat_do_actions): Free the command actions. Also execute
1246 the local cleanups, instead of deleting them.
1247 (delete_breakpoint): Leave the commands field of the bpstat
1248 chain alone -- it will be freed later.
1249
64b84175
KB
12502002-08-26 Kevin Buettner <kevinb@redhat.com>
1251
1252 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1253 deleted in 2002-08-20 commit. This function is still used by
1254 ppc-linux-nat.c.
1255
55970da6
KS
12562002-08-26 Keith Seitz <keiths@redhat.com>
1257
1258 * gdb-events.sh: Add selected-frame-level-changed event.
1259 * gdb-events.c: Regenerated.
1260 * gdb-events.h: Regenerated.
1261
a790ad35
SC
12622002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1263
1264 Fix PR gdb/393:
1265 * inflow.c (terminal_save_ours): New function to save terminal
1266 settings.
1267 * inferior.h (terminal_save_ours): Declare.
1268 * target.c (debug_to_terminal_save_ours): New function.
1269 (cleanup_target): Defaults to_terminal_save_ours.
1270 (update_current_target): Inherit to_terminal_save_ours.
1271 (setup_target_debug): Set to_terminal_save_ours.
1272 * target.h (target_terminal_save_ours): New to save terminal settings.
1273 (target_ops): New member to_terminal_save_ours.
1274 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1275 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1276 * inftarg.c (init_child_ops): Likewise.
1277 * m3-nat.c (init_m3_ops): Likewise.
1278 * procfs.c (init_procfs_ops): Likewise.
1279 * wince.c (init_child_ops): Likewise.
1280 * win32-nat.c (init_child_ops): Likewise.
1281 * sol-thread.c (init_sol_thread_ops): Likewise.
1282
c00dcbe9
MK
12832002-08-26 Mark Kettenis <kettenis@gnu.org>
1284
3d7f4f49
MK
1285 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1286 use regcache_* functions.
1287 (i386_gdbarch_init): Set store_return_value instead of
1288 deprecated_store_return_value.
1289
c00dcbe9
MK
1290 * regcache.c (regcache_raw_write_signed,
1291 regcache_raw_write_unsigned): New functions.
1292 * regcache.h (regcache_raw_write_signed,
1293 regcache_raw_write_unsigned): New prototypes.
1294
0e0d15ca
AC
12952002-08-25 Andrew Cagney <ac131313@redhat.com>
1296
1297 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1298 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1299 source file dependencies. Cleanup corresponding generator rules.
1300
d3b22ed5
AC
13012002-08-25 Andrew Cagney <ac131313@redhat.com>
1302
1303 * regcache.h (register_offset_hack): Declare.
1304 (regcache_cooked_read_using_offset_hack): Declare.
1305 (regcache_cooked_write_using_offset_hack): Declare.
1306
1307 * regcache.c (register_offset_hack): New function.
1308 (regcache_cooked_read_using_offset_hack): New function.
1309 (regcache_cooked_write_using_offset_hack): New function.
1310 (regcache_dump): Check that the registers, according to their
1311 offset, are packed hard against each other.
1312 (cooked_xfer_using_offset_hack): New function.
1313
bb425013
AC
13142002-08-25 Andrew Cagney <ac131313@redhat.com>
1315
1316 * regcache.c (struct regcache_descr): Add field register_type.
1317 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1318 in as a parameter
1319 (init_regcache_descr): Initialize register_type. Pass the descr
1320 to init_legacy_regcache_descr. Use register_type instead of
1321 REGISTER_VIRTUAL_TYPE.
1322 (register_type): New function.
1323 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1324 * regcache.h (register_type): Declare.
1325
d0403e00
AC
13262002-08-25 Andrew Cagney <ac131313@redhat.com>
1327
1328 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1329 instead of deprecated_store_return_value. Fix fallout from
1330 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1331
0ed04cce
AC
13322002-08-25 Andrew Cagney <ac131313@redhat.com>
1333
1334 * regcache.c (max_register_size): New function.
1335 (init_legacy_regcache_descr): Ensure that max_register_size is
1336 large enough for REGISTER_VIRTUAL_SIZE.
1337 * regcache.h (max_register_size): Declare.
1338
46d79c04
AC
13392002-08-24 Andrew Cagney <ac131313@redhat.com>
1340
1341 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1342 store_return_value.
1343 (e500_extract_return_value): Change type of valbuf pointer to
1344 void.
1345
853c7bd0
MK
13462002-08-24 Mark Kettenis <kettenis@gnu.org>
1347
cd87e769
MK
1348 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1349 workaround.
1350
853c7bd0
MK
1351 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1352 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1353 long long) to prevent compiler warning on 64-bit systems.
1354
ebba8386
AC
13552002-08-23 Andrew Cagney <cagney@redhat.com>
1356
1357 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1358 (DEPRECATED_STORE_RETURN_VALUE): New method.
1359 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1360 * gdbarch.h, gdbarch.c: Re-generate.
1361
1362 * values.c (set_return_value): Pass current_regcache to
1363 STORE_RETURN_VALUE.
1364 * arch-utils.h (legacy_store_return_value): Declare.
1365 * arch-utils.c (legacy_store_return_value): New function.
1366 (legacy_extract_return_value): Update parameters.
1367
1368 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1369 STORE_RETURN_VALUE.
1370 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1371 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1372 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1373 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1374 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1375 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1376 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1377 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1378 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1379 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1380
1381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1382 * i386-tdep.c (i386_extract_return_value): Update.
1383 * arch-utils.c (legacy_extract_return_value): Update.
1384 * frv-tdep.c (frv_gdbarch_init): Update.
1385 * cris-tdep.c (cris_gdbarch_init): Update.
1386 * d10v-tdep.c (d10v_gdbarch_init): Update.
1387 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1388 * m68k-tdep.c (m68k_gdbarch_init): Update.
1389 * mcore-tdep.c (mcore_gdbarch_init): Update.
1390 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1391 * s390-tdep.c (s390_gdbarch_init): Update.
1392 * sparc-tdep.c (sparc_gdbarch_init): Update.
1393 * sh-tdep.c (sh_gdbarch_init): Update.
1394 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1395 * v850-tdep.c (v850_gdbarch_init): Update.
1396 * avr-tdep.c (avr_gdbarch_init): Update.
1397 * ia64-tdep.c (ia64_gdbarch_init): Update.
1398 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1399 * vax-tdep.c (vax_gdbarch_init): Update.
1400 * alpha-tdep.c (alpha_gdbarch_init): Update.
1401 * arm-tdep.c (arm_gdbarch_init): Update.
1402 * mips-tdep.c (mips_gdbarch_init): Update.
1403 * i386-tdep.c (i386_gdbarch_init): Update.
1404
5bd8c6d0
AC
14052002-08-23 Andrew Cagney <ac131313@redhat.com>
1406
1407 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1408 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1409
e73e1724
MK
14102002-08-24 Mark Kettenis <kettenis@gnu.org>
1411
1412 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1413 problems.
1414
3e6564e1
JB
14152002-08-23 Joel Brobecker <brobecker@gnat.com>
1416
1417 * infrun.c (handle_inferior_event): Move a comment outside of a
1418 function call, in order to avoid indent reformatting this part
1419 of the code in an unreadable way.
1420
81d0cc19
GS
14212002-08-23 Grace Sainsbury <graces@redhat.com>
1422
1423 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1424 when breakpoints fail. Move general breakpoint error messages to
1425 insert_breakpoints.
1426 * breakpoint.c (insert_breakpoints): Change warnings when
1427 breakpoints are nto inserted to specify the type. Remove call to
1428 memory_error when hardware breakpoints can't be inserted. Remove
1429 multiple calls to warning so all messages are sent to the user at
1430 once.
1431 (delete_breakpoints): Make insert error messsages more explicit.
1432
17574093
DJ
14332002-08-23 Daniel Jacobowitz <drow@mvista.com>
1434
1435 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1436 gdbserver/ChangeLog.
1437
8acc2935
MK
14382002-08-23 Mark Kettenis <kettenis@gnu.org>
1439
dfe01d39
MK
1440 * i386-tdep.c: Include "objfiles.h".
1441 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1442 skip_trampoline_code.
1443 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1444 (CPLUS_MARKER): Define to '.'.
1445
8acc2935
MK
1446 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1447 member.
1448 (linux_corefile_thread_callback): Increase args->num_notes.
1449 (linux_make_note_section): Initialize thread_args.num_notes, and
1450 use it to determine whether notes for any threads were created.
1451
151fefe2 14522002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1453
1454 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1455 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1456 and PCUNKILL.
1457 (write_with_trace): Conditionalize out the switch branch handling
1458 PCSHOLD if the corresponding macro is not defined. Likewise for
1459 PRSABORT and PRSTOP.
1460 This change will be needed by the Interix port.
1461
e1507482
EZ
14622002-08-22 Elena Zannoni <ezannoni@redhat.com>
1463
1464 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1465 write_register wherever possible instead of manipulating the
1466 register bytes directly.
1467 Assign VALUE_CONTENTS to a variable and use that.
1468 The GPR numbers are now dependent on the architecture.
1469
96ff0de4
EZ
14702002-08-22 Elena Zannoni <ezannoni@redhat.com>
1471
1472 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1473 ev_offset fields.
1474 (skip_prologue): Add support for BookE/e500 instructions.
1475 (e500_extract_return_value): New function.
1476 (frame_get_saved_regs): Add support for saving ev registers and
1477 pseudo gpr's.
1478 (e500_store_return_value): New function.
1479 (rs6000_gdbarch_init): Move up default intializations of
1480 deprecated_extract_return_value and store_return_value. Overwrite
1481 init of store_return_value with e500 specific version.
1482 Set extract_return_value for e500.
1483
fbefca5b
EZ
14842002-08-22 Elena Zannoni <ezannoni@redhat.com>
1485
1486 * blockframe.c (generic_call_dummy_register_unwind): Use
1487 regcache_cooked_read to catch cases in which the variable is
1488 stored in a pseudo register.
1489
4d210288
AC
14902002-08-22 Andrew Cagney <cagney@redhat.com>
1491
1492 * NEWS: Mention that the i960 has been made obsolete.
1493 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1494 i960-tdep.c
1495 (remote-nrom.o): Obsolete target.
1496 (remote-nindy.o, i960-tdep.o): Ditto.
1497 * remote-nrom.c: Make file obsolete.
1498 * remote-nindy.c, remote-vx960.c: Ditto.
1499 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1500 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1501 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1502 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1503 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1504 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1505 i960-*-vxworks* obsolete.
1506 * MAINTAINERS: Note that the i960 is obsolete.
1507
6c0c456d
CV
15082002-08-21 Corinna Vinschen <vinschen@redhat.com
1509
1510 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1511 detach to allow reinitialization.
1512
9f9d12b3
AC
15132002-08-22 Andrew Cagney <ac131313@redhat.com>
1514
1515 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1516 attempt).
1517
ebeb39fe
JB
15182002-08-22 Jim Blandy <jimb@redhat.com>
1519
1520 * coffread.c (coff_symfile_read): Don't try to read the line
1521 number table from disk if the image file doesn't have a symbol
1522 table; we'll never actually look at the info anyway, and Windows
1523 ships DLL's with bogus file offsets for the line number data.
1524
5bf1c677
EZ
15252002-08-21 Elena Zannoni <ezannoni@redhat.com>
1526
1527 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1528 an e500 executable.
1529
71b8ef93
MS
15302002-08-21 Michael Snyder <msnyder@redhat.com>
1531
1532 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1533 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1534 (DEFAULT_MIPS_TYPE): Delete unused macro.
1535 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1536 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1537
d174216d
JB
15382002-08-21 Jim Blandy <jimb@redhat.com>
1539
1540 * valops.c (value_cast): Simplify and correct logic for doing a
1541 static cast from a pointer to a base class to a pointer to a
1542 derived class.
1543
0ab7a791
AC
15442002-08-21 Andrew Cagney <ac131313@redhat.com>
1545
1546 * infcmd.c (default_print_registers_info): Replace
1547 do_registers_info.
1548 (registers_info): Use gdbarch_print_registers_info instead of
1549 DO_REGISTERS_INFO.
1550 * inferior.h (default_print_registers_info): Replace
1551 do_registers_info.
1552 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1553 (DO_REGISTERS_INFO): Change to a predicate function.
1554 * gdbarch.h, gdbarch.c: Regenerate.
1555
e23792cc
KS
15562002-08-21 Keith Seitz <keiths@redhat.com>
1557
1558 * gdb-events.sh: Add target-changed event.
1559 * gdb-events.c: Regenerated.
1560 * gdb-events.c: Regenerated.
1561 * valops.c (value_assign): Add target-changed event notification
1562 to inlval_register, lval_memory, and lval_reg_frame_relative.
1563
9fb14e79
JB
15642002-08-21 Joel Brobecker <brobecker@gnat.com>
1565
1566 * NEWS: Add an entry regarding the improvement of the next/step
1567 operation on Alpha Tru64 multi-processor machines.
1568
6d39a69f
AC
15692002-08-21 Andrew Cagney <ac131313@redhat.com>
1570
72acd513
AC
1571 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1572 directores.
342af04b 1573 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1574 * Makefile.in (install-gdbtk): Move to install section.
1575 (rdi-share/libangsd.a): Move to end of file.
1576
fa5f27c7
AC
15772002-08-19 Andrew Cagney <ac131313@redhat.com>
1578
1579 * frame.c (frame_register_unwind): When a register, set addrp to
1580 the register's byte.
1581
5a89d8aa
MS
15822002-08-20 Michael Snyder <msnyder@redhat.com>
1583
1584 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1585 used locally, so move them from the target machine header to here.
1586 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1587 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1588 Make static.
1589 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1590
822e978b
AC
15912002-08-20 Andrew Cagney <cagney@redhat.com>
1592
1593 * NEWS: Mention that the Apollo line was made obsolete.
1594 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1595 m68*-hp-hpux* obsolete.
1596 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1597 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1598 * buildsym.c (make_blockvector): Make static.
1599 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1600 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1601 (ALLDEPFILES): Remove dstread.c.
1602 (dstread.o): Obsolete make rule.
1603 * dstread.c: Makefile obsolete.
1604 * dst.h: Ditto.
1605 * config/m68k/hp300hpux.mt: Ditto.
1606 * config/m68k/hp300hpux.mh: Ditto.
1607 * config/m68k/hp300bsd.mt: Ditto.
1608 * config/m68k/hp300bsd.mh: Ditto.
1609 * config/m68k/apollo68b.mt: Ditto.
1610 * config/m68k/apollo68v.mh: Ditto.
1611 * config/m68k/apollo68b.mh: Ditto.
1612
e41b17f0
MS
16132002-08-20 Michael Snyder <msnyder@redhat.com>
1614
1615 * mips-tdep.c (mips_in_return_stub): Make static.
1616 (mips_gdbarch_init): Set in_solib_return_trampoline.
1617 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1618
d50355b6
MS
16192002-08-20 Michael Snyder <msnyder@redhat.com>
1620
1621 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1622 * gdbarch.c, gdbarch.h: Regenerate.
1623 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1624 Add.
1625 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1626
757a7cc6
MS
16272002-08-20 Michael Snyder <msnyder@redhat.com>
1628
1629 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1630 (mips_gdbarch_init): Set skip_trampoline_code,
1631 in_solib_call_trampoline.
1632 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1633 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1634
c8001721
EZ
16352002-08-20 Elena Zannoni <ezannoni@redhat.com>
1636
1637 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1638
1639 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1640 vector type for ev registers.
1641 (e500_pseudo_register_read): New function.
1642 (e500_pseudo_register_write): New function.
1643 (e500_dwarf2_reg_to_regnum): New function.
1644 (PPC_UISA_NOFP_SPRS): New macro.
1645 (PPC_EV_REGS): New macro.
1646 (PPC_GPRS_PSEUDO_REGS): New macro.
1647 (registers_e500): New register set for e500.
1648 (variants): Add e500 variant.
1649 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1650 before setting architectural dependent variations. Initialize ev
1651 registers numbers. Add case for e500 architecture. Set the
1652 number of pseudo registers.
1653
64366f1c
EZ
16542002-08-20 Elena Zannoni <ezannoni@redhat.com>
1655
1656 * rs6000-tdep.c: Clean up comments.
1657
7e78f0ca
AC
16582002-08-20 Andrew Cagney <cagney@redhat.com>
1659
1660 * h8300-tdep.c: Re-indent file.
1661
697f7479
JB
16622002-08-20 Jim Blandy <jimb@redhat.com>
1663
1664 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1665 default for this.
697f7479 1666
e86ae29f
KS
16672002-08-20 Keith Seitz <keiths@redhat.com>
1668
1669 * breakpoints.c (watch_command_1): Use internal breakpoint
1670 when setting a watchpoint_scope breakpoint.
1671
216b504f
EZ
16722002-08-20 Elena Zannoni <ezannoni@redhat.com>
1673
1674 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1675 (build_builtin_type_vec64i): Ditto.
1676 (build_builtin_type_vec128): Ditto.
1677 (build_builtin_type_vec128i): Ditto.
1678
f7ab6ec6
MS
16792002-08-19 Michael Snyder <msnyder@redhat.com>
1680
1681 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1682 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1683 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1684 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1685 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1686 CALL_DUMMY_ADDRESS): Delete.
1687 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1688 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1689 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1690 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1691 push_return_address.
1692 (mips_register_raw_size, mips_eabi_use_struct_convention,
1693 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1694 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1695 mips_init_extra_frame_info, mips_eabi_push_arguments,
1696 mips_n32n64_push_arguments, mips_push_return_address,
1697 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1698 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1699
b5d1566e
MS
17002002-08-19 Michael Snyder <msnyder@redhat.com>
1701
1702 * mips-tdep.c (mips_frame_num_args): New function.
1703 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1704 frame_saved_pc, frame_args_address, frame_locals_address,
1705 frame_num_args, and frame_args_skip.
1706 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1707 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1708 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1709 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1710
2f1488ce
MS
17112002-08-20 Michael Snyder <msnyder@redhat.com>
1712
1713 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1714 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1715 * mips-tdep.c (mips_store_struct_return): New function.
1716 (mips_extract_struct_value_address): New function.
1717 (mips_gdbarch_init): Set store_struct_return and
1718 extract_struct_value_address.
1719
41ff2da1
DC
17202002-08-20 David Carlton <carlton@math.stanford.edu>
1721
1722 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1723 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1724 (read_file_scope): Check that line_header is nonzero before
1725 decoding macro information.
1726
e5451d58
MK
17272002-08-20 Mark Kettenis <kettenis@gnu.org>
1728
1729 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1730 flag the general-purpose registers as floating-point on targets
1731 that don't support the floating-point registers.
1732
4a6daafa
EZ
17332002-08-20 Elena Zannoni <ezannoni@redhat.com>
1734
1735 * rs6000-tdep.c (altivec_register_p): Delete.
1736 (rs6000_do_altivec_registers): Delete.
1737 (rs6000_altivec_registers_info): Delete.
1738 (rs6000_do_registers_info): Delete.
1739 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1740 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1741
ab4327e0
EZ
17422002-08-20 Elena Zannoni <ezannoni@redhat.com>
1743
1744 * infcmd.c (do_registers_info): Print vector registers in hex
1745 format only.
1746 (print_vector_info): Check that printing registers
1747 makes sense.
1748 (print_float_info): Ditto.
1749
cb1d2653
AC
17502002-08-20 Andrew Cagney <ac131313@redhat.com>
1751
1752 * mips-tdep.c (mips_gdbarch_init): Update.
1753 (mips_o32_extract_return_value): Rewrite.
1754 (mips_o32_store_return_value): Rewrite.
1755 (mips_o32_xfer_return_value): New function.
1756 (mips_xfer_register): Tweak debug print message. Allow for
1757 buf_offset when dumping the value transfered.
1758
dfc3d9b2
AC
17592002-08-20 Andrew Cagney <ac131313@redhat.com>
1760
1761 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1762 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1763 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1764 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1765 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1766
7807aa61
MS
17672002-08-14 Michael Snyder <msnyder@redhat.com>
1768
1769 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1770
489461e2
EZ
17712002-08-19 Elena Zannoni <ezannoni@redhat.com>
1772
1773 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1774 register.
1775 (P): New macro to define a register as a pseudo register.
1776 (R, R4, R8, R16, FR32, R64, R0): Updated.
1777 (struct variant): Add new fields for number of pseudo registers
1778 and number of total registers.
1779 (tot_num_registers): New macro replacing....
1780 (num_registers): ...deleted macro.
1781 (num_registers): New function.
1782 (num_pseudo_registers): New function.
1783 (variants): Update all variants to intialize new fields correctly.
1784 Postpone initialization of number of pseudo regs and real regs.
1785 (init_variants): New function.
1786 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1787 registers offsets.
1788
fcaffe4c
DC
17892002-08-19 David Carlton <carlton@math.stanford.edu>
1790
2c2738a0
DC
1791 * valops.c (search_struct_field): Change error message to treat
1792 return value of 0 from value_static_field as meaning that field is
1793 optimized out.
1794 (value_struct_elt_for_reference): Ditto.
1795 * values.c (value_static_field): Treat an unresolved location the
1796 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1797 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1798 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1799 * MAINTAINERS: Add self to Write After Approval list.
1800
88658117
AC
18012002-08-19 Andrew Cagney <ac131313@redhat.com>
1802
1803 * mips-tdep.c (mips_xfer_register): New function.
1804 (mips_n32n64_extract_return_value): Rewrite.
1805 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1806 instead of deprecated_extract_return_value.
1807
21283beb
EZ
18082002-08-19 Elena Zannoni <ezannoni@redhat.com>
1809
1810 * rs6000-tdep.c (TDEP): Delete macro.
1811 (branch_dest): Replace use of TDEP macro with its body.
1812 (rs6000_pop_frame): Ditto.
1813 (rs6000_push_arguments): Ditto.
1814 (rs6000_skip_trampoline_code): Ditto.
1815 (rs6000_frame_saved_pc): Ditto.
1816 (rs6000_frame_chain): Ditto.
1817 (rs6000_register_name): Ditto.
1818 (rs6000_register_byte): Ditto.
1819 (rs6000_register_raw_size): Ditto.
1820 (rs6000_register_virtual_type): Ditto.
1821 (rs6000_register_convertible): Ditto.
1822 (rs6000_convert_from_func_ptr_addr): Ditto.
1823
bf072999
DJ
18242002-08-19 Daniel Jacobowitz <drow@mvista.com>
1825
1826 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1827 conditionally.
1828 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1829 MIPS_LINUX_JB_ELEMENT_SIZE.
1830 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1831 for MAX_REGISTER_RAW_SIZE arrays.
1832 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1833 MIPS_LINUX_JB_ELEMENT_SIZE.
1834
9b949a49
PM
18352002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1836
1837 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1838
6d3e79c6
AS
18392002-08-19 Aidan Skinner <aidan@velvet.net>
1840
1841 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1842 ada-valprint.c ada-tasks.c.
1843 (YYFILES): Add ada-exp.y.
1844 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1845 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1846 (ada-exp.tab.o): New target.
1847
06c0b04e
AC
18482002-08-18 Andrew Cagney <ac131313@redhat.com>
1849
1850 * regcache.c (regcache_xfer_part): New function.
1851 (regcache_raw_read_part): New function.
1852 (regcache_raw_write_part): New function.
1853 (regcache_cooked_read_part): New function.
1854 (regcache_cooked_write_part): New function.
1855 * regcache.h (regcache_raw_read_part): Declare.
1856 (regcache_raw_write_part): Declare.
1857 (regcache_cooked_read_part): Declare.
1858 (regcache_cooked_write_part): Declare.
1859
92d1e331
DJ
18602002-08-18 Daniel Jacobowitz <drow@mvista.com>
1861
1862 * remote.c (remote_open_1): Add async_p.
1863 (remote_async_open_1): Delete.
1864 (open_remote_target): Delete.
1865 (remote_open, extended_remote_open): Update calls to remote_open_1.
1866 (remote_async_open, extended_remote_async_open): Call
1867 remote_open_1 instead of remote_async_open_1.
1868
247055de
MK
18692002-08-19 Mark Kettenis <kettenis@gnu.org>
1870
1871 * blockframe.c: Fix a few coding standard violations.
1872
641eda39
MK
18732002-08-19 Mark Kettenis <kettenis@gnu.org>
1874
0b717710
MK
1875 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1876 here from ...
1877 * config/i386/tm-i386sco5.h: ... here. File removed.
1878 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1879
26d28e12 1880 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1881 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1882 (TM_FILE): Set to tm-i386.h.
1883 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1884 * config/i386/tm-i386v.h: Remove file.
1885 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1886 instead of "i386/tm-i386v.h".
1887 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1888 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1889 "i386/tm-i386v.h".
1890 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1891 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1892 "i386/tm-i386.h".
1893
d4e0bab4
MK
18942002-08-18 Mark Kettenis <kettenis@gnu.org>
1895
1896 * config/i386/nm-i386v.h: Add protection against
1897 multiple-inclusion.
1898 (i386_register_u_addr): Remove prototype.
1899 (register_u_addr): New prototype.
1900 (REGISTER_U_ADDR): Redefine accordingly.
1901 * i386v-nat.c: Improve several comments.
1902 (i386_register_u_addr): Change signature and rename to
1903 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1904 ubase variable.
1905
46cac009
AC
19062002-08-18 Andrew Cagney <ac131313@redhat.com>
1907
1908 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1909 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1910 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1911 deprecated_extract_return_value.
1912 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1913 rename mips_o32o64_push_arguments.
1914 (mips_gdbarch_init): Update.
1915 (mips_extract_return_value): Delete.
1916 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1917 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1918 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1919 (mips_n32n64_extract_return_value): Clone
1920 mips_extract_return_value.
1921 (mips_store_return_value): Delete.
1922 (mips_o32_store_return_value): Clone mips_store_return_value.
1923 (mips_o64_store_return_value): Clone mips_store_return_value.
1924 (mips_eabi_store_return_value): Clone mips_store_return_value.
1925 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1926
d2e4a39e
AS
19272002-08-18 Aidan Skinner <aidan@velvet.net>
1928
0c30c098
AS
1929 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1930 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1931
19322002-08-18 Aidan Skinner <aidan@velvet.net>
1933
1934 * ada-lang.c: Run through gdb_indent.sh.
1935 * ada-lang.h: Run through gdb_indent.sh.
1936 * ada-tasks.c: Run through gdb_indent.sh.
1937 * ada-typeprint.c: Run through gdb_indent.sh.
1938 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1939
01fc4e33
AC
19402002-08-18 Andrew Cagney <ac131313@redhat.com>
1941
1942 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1943 ABI.
1944
d8ee244c
MK
19452002-08-18 Mark Kettenis <kettenis@gnu.org>
1946
c38d8261
MK
1947 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1948
222db64c
MK
1949 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1950 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1951
c2848c82
MK
1952 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1953 write_register_gen instead of write_register_bytes.
1954
d8ee244c
MK
1955 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1956 i[3456]-*-osf1mk* configurations have been made obsolete.
1957 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1958 i[3456]86-*-osf1mk* hosts obsolete.
1959 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1960 targets obsolete.
1961 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1962 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1963 config/i386/i386m3.mt, config/i386/nm-m3.h,
1964 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1965 config/i386/i386mk.mh, config/i386/i386mk.mt,
1966 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1967 obsolete.
1968 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1969 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1970 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1971
61d8d407
AC
19722002-08-18 Andrew Cagney <ac131313@redhat.com>
1973
1974 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1975 (hppa_value_returned_from_stack): Declare.
1976 (hppa_extract_return_value): Declare.
1977 * config/pa/hppa.mt: New file.
1978 * configure.tgt: Recognize hppa*-*-*.
1979 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1980
0c52bd59
MK
19812002-08-18 Mark Kettenis <kettenis@gnu.org>
1982
1983 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1984 comment.
1985
b5686e99
MK
19862002-08-17 Mark Kettenis <kettenis@gnu.org>
1987
1988 * top.c (gdb_rl_operate_and_get_next): Make sure
1989 operate-and-get-next functions correctly even when the history
1990 list is completely filled.
1991
c1bab85b
AC
19922002-08-18 Andrew Cagney <ac131313@redhat.com>
1993
1994 * MAINTAINERS (Target Instruction Set Architectures): Rename
1995 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1996 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1997 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1998 already listed under Host/Native.
1999
2000 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2001 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2002 mips*-*-*.
2003
32089c7c
AC
20042002-08-17 Andrew Cagney <ac131313@redhat.com>
2005
2006 * config/ia64/ia64.mt: New file.
2007 * config/alpha/alpha.mt: New file.
2008 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2009 ia64-linux-gnu. Mention that ia64-elf is broken.
2010 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2011
b4671f85
MK
20122002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2013
2014 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2015 generic_func_frame_valid instead of func_frame_valid.
2016
c8edd8b4
JB
20172002-08-16 Joel Brobecker <brobecker@gnat.com>
2018
2019 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2020 procfs appears to be broken when debugging on multi-processor
2021 machines. So enable software single stepping in order to avoid
2022 using the procfs interface to do next/step operations, using
2023 internal breakpoints instead.
2024
2025 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2026 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2027 make this pc address equal to the value it would have if the
2028 system stepping capability was used. Also set a new flag used
2029 to ensure that we don't readjust the PC one more time later.
2030
2031 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2032 address by DECR_PC_AFTER_BREAK when software single step is
2033 in use for this architecture, as this has already been taken
2034 care of in handle_inferior_event().
2035
238617f6
JB
20362002-08-16 Joel Brobecker <brobecker@gnat.com>
2037
2038 * infrun.c (handle_inferior_event): Minor reformatting, to make
2039 a rather long condition expression easier to read.
2040
541a7aac
AC
20412002-08-16 Andrew Cagney <ac131313@redhat.com>
2042
2043 * Makefile.in (gdbtk.o): Move to end of file.
2044 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2045 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2046 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2047 (gdbtk-wrapper.o, gdbres.o): Ditto.
2048
f92d4a7b
AC
20492002-08-16 Andrew Cagney <ac131313@redhat.com>
2050
2051 * Makefile.in (copying.o): Separate out compile rule.
2052 (hpux-thread.o, procfs.o, signals.o): Ditto.
2053 (v850ice.o, z8k-tdep.o): Ditto.
2054 (tui-file.o): Move to TUI section.
2055 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2056 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2057
1cce71eb
JB
20582002-08-16 Joel Brobecker <brobecker@gnat.com>
2059
2060 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2061 skip_trampoline_code, for better namespace-proofing.
2062
2063 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2064
0851f23d
JB
20652002-08-16 Joel Brobecker <brobecker@gnat.com>
2066
2067 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2068
f8d40ec8
JB
20692002-08-16 Joel Brobecker <brobecker@gnat.com>
2070
2071 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2072 signal, check whether we hit a breakpoint before checking for a
2073 single step breakpoint. Otherwise, GDB fails to notice that a
2074 breakpoint has been hit when stepping onto a breakpoint.
2075
63d022e0
KS
20762002-08-16 Keith Seitz <keiths@redhat.com>
2077
2078 * gdb-events.sh (clear_gdb_event_hooks): New function.
2079 * gdb-events.c: Regenerate.
2080 * gdb-events.h: Regenerate.
2081
6e31adb3
AC
20822002-08-16 Andrew Cagney <ac131313@redhat.com>
2083
2084 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2085 not_a_sw_breakpoint.
2086 * breakpoint.h (bpstat_stop_status): Add parameter names.
2087
c8189ed1
GS
20882002-08-16 Grace Sainsbury <graces@redhat.com>
2089
2090 * remote.c (remote_insert_hw_breakpoint)
2091 (remote_remove_hw_breakpoint): Fix calculation of length field
2092 for Z-packet.
2093
d05285fa
MS
20942002-08-15 Michael Snyder <msnyder@redhat.com>
2095
466d7106
MS
2096 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2097 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2098 (supply_fpregset): Ditto.
2099
d05285fa
MS
2100 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2101 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2102 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2103 (TARGET_READ_SP): Delete.
bf1f5b4c 2104 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2105 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2106 Delete.
2107 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2108 from macros to functions.
bf1f5b4c 2109
d05285fa
MS
2110 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2111 (mips_register_convertible, mips_register_convert_to_virtual,
2112 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2113 (mips_read_sp): New function.
2114 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2115 (mips_do_registers_info): Make static.
2116 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2117 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2118 (mips_register_convert_from_type, mips_register_convert_to_type):
2119 New functions.
2120 (mips_gdbarch_init): Set up function_start_offset,
2121 register_virtual_size, pc_in_sigtramp.
d05285fa 2122
e76f1f2e
AC
21232002-08-15 Andrew Cagney <ac131313@redhat.com>
2124
2125 * infcmd.c (vector_info): New function.
2126 (_initialize_infcmd): Add command "info vector".
2127 (print_vector_info): New function.
2128
2129 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2130 * gdbarch.h, gdbarch.c: Regenerate.
2131
4782dc19
AC
21322002-08-15 Andrew Cagney <ac131313@redhat.com>
2133
2134 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2135 ``print_all''. Only print vector registers when ``print_all''.
2136
23e3a7ac
AC
21372002-08-15 Andrew Cagney <ac131313@redhat.com>
2138
8e186fd6
AC
2139 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2140 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2141
23e3a7ac
AC
2142 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2143 Add `args' parameter.
2144 * gdbarch.h, gdbarch.c: Regenerate.
2145
2146 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2147
2148 * infcmd.c (float_info): Call print_float_info.
2149 (print_float_info): New function. By default, print the
2150 floating-point registers.
2151
2152 * arch-utils.h (default_print_float_info): Delete declaration.
2153 * arch-utils.c (default_print_float_info): Delete function.
2154
e0ca2bb9
MK
21552002-08-16 Mark Kettenis <kettenis@gnu.org>
2156
3f733acc
MK
2157 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2158 out define.
2159
7d8d2918
MK
2160 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2161 FRAME.
2162
1c7cc583
MK
2163 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2164 * configure.host: Make i[3456]86-*-aix host obsolete.
2165 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2166 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2167 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2168 config/i386/xm-i386aix.h: Make files obsolete.
2169 * i386aix-nat.c: Make file obsolete.
2170 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2171 (i386aix-nat.o): Make target obsolete.
2172
e0ca2bb9
MK
2173 * config/i386/nm-gnu.h: Removed.
2174 * config/i386/nm-i386gnu.h: New file.
2175 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2176 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2177 Moved here from ...
2178 * config/i386/tm-i386gnu.h: ... here. Removed.
2179 * config/i386/xm-i386gnu.h: Removed.
2180 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2181 (NAT_FILE): Set to nm-i386gnu.h.
2182 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2183 * i386-tdep.c: New file.
2184 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2185 (i386gnu-tdep.o): Specify dependencies.
2186
16057ec7 21872002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2188
6b99ee2e
MK
2189 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2190 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2191 Adjust a few comments to reflect reality a bit closer.
2192 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2193 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2194 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2195 target_insert_watchpoint, target_remove_watchpoint):
2196 Move defines to ...
2197 * config/i386/nm-i386sco5.h: ... here.
2198 (kernel_u_size): Add prototype. Improve a few comments and add
2199 protection against multiple inclusion.
2200
d9a6f65c
MK
2201 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2202 out define.
2203
047eff6a
MK
2204 * uw-thread.c (SP_ARG0): Define if not already defined.
2205 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2206
dcdb1290
MK
2207 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2208
5d2d0b2a
MK
2209 * config/i386/tm-i386.h: Don't include "regcache.h".
2210
61113f8b
MK
2211 * i387-tdep.h (i387_print_float_info): New prototype.
2212 * i387-tdep.c (print_i387_value, print_i387_ext,
2213 print_i387_status_word, print_i387_control_word): Add `struct
2214 ui_file *' argument and use it for output.
2215 (i387_print_float_info): Renamed from i387_float_info. Add
2216 `struct gdbarch *' and `struct ui_file *' arguments and use the
2217 latter for output.
2218 * i386-tdep.c: Include "i387-tdep.h".
2219 (i386_gdbarch_init): Set print_float_info.
2220 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2221 (FLOAT_INFO): Remove define.
2222
46e0f506
MS
22232002-08-13 Michael Snyder <msnyder@redhat.com>
2224
2225 * mips-tdep.c (mips_push_arguments): Rename to
2226 mips_eabi_push_arguments, and tune for EABI.
2227 (MIPS_REGS_HAVE_HOME_P): Delete.
2228 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2229 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2230 Delete references to mips_regs_have_home_p.
2231
409268de
KS
22322002-08-14 Keith Seitz <keiths@redhat.com>
2233
2234 * Makefile.in (install-gdbtk): Create insight plugin directory.
2235 Install plugins.tcl file.
2236
ffc6a242
KS
22372002-08-14 Keith Seitz <keiths@redhat.com>
2238
2239 * configure.in: Move SUBDIRS to near top of the file so that
2240 --enable options may add things to it.
2241 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2242 * configure: Regenerate.
2243
ebafbe83
MS
22442002-08-13 Michael Snyder <msnyder@redhat.com>
2245
2246 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2247 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2248 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2249
32f6f25d
AC
22502002-08-13 Andrew Cagney <ac131313@redhat.com>
2251
2252 * vax-tdep.c (vax_get_saved_register): Delete function.
2253 (vax_gdbarch_init): Update.
2254 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2255 (ns32k_gdbarch_init): Update.
2256 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2257 (alpha_gdbarch_init): Update.
2258
53826de9
AC
22592002-08-13 Andrew Cagney <cagney@redhat.com>
2260
2261 * regcache.c (init_regcache_descr): Overallocate the
2262 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2263 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2264 nr_raw_registers.
2265 (set_register_cached): Add range checking assertions. Use
2266 current_regcache.
2267
16057ec7 22682002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2269
2270 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2271 numbers for MMX registers.
2272
7b4c2dce
AC
22732002-08-13 Andrew Cagney <cagney@redhat.com>
2274
2275 * i386-tdep.c (i386_gdbarch_init): Use
2276 generic_unwind_get_saved_register.
2277
1e03ad20
KB
22782002-08-13 Kevin Buettner <kevinb@redhat.com>
2279
2280 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2281 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2282 target vector.
2283 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2284 Delete. Add comment regarding this now-deleted target method.
2285
548bcbec
SC
22862002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2287
2288 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2289 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2290 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2291 real PC and the page number (if it's within the memory bank window).
2292 (m68hc11_pseudo_register_write): Likewise when saving.
2293 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2294 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2295 (m68hc11_register_raw_size): And use 32-bit for it.
2296 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2297 16K memory bank is used by the prog; also use the virtual pc.
2298
7df11f59
SC
22992002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2300
2301 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2302 (m68hc11_gdbarch_init): Install it in gdbarch.
2303 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2304 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2305 (MSYMBOL_SIZE): New for documentation.
2306 (insn_return_kind): Enum to specify how a function returns.
2307 (frame_extra_info): Cleanup and record the return mode.
2308 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2309 register in address computation.
2310 (m68hc11_get_return_insn): New to obtain the return instruction used
2311 by the function.
2312 (m68hc11_frame_init_saved_regs): Take into account the return
2313 instruction used by the function for far and interrupt functions.
2314 (m68hc11_init_extra_frame_info): Take into account page register.
2315 (m68hc11_frame_args_address): Adjust according to the return mode.
2316 (show_regs): Print page register only when it's used.
2317
5706502a
SC
23182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2319
2320 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2321 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2322 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2323 registers.
2324 (m68hc11_register_raw_size): Likewise.
2325
28fc6740
AC
23262002-08-13 Andrew Cagney <cagney@redhat.com>
2327
2328 * i386-tdep.c (i386_register_name): Handle mmx registers.
2329 (mmx_regnum_p): New function.
2330 (i386_mmx_names): New array.
2331 (mmx_num_regs): New variable.
2332 (i386_pseudo_register_read): New function.
2333 (i386_pseudo_register_write): New function.
2334 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2335
2336 * regcache.c (regcache_raw_read_unsigned): New function.
2337 (regcache_raw_read_signed): New function.
2338 * regcache.h (regcache_raw_read_unsigned): Declare.
2339 (regcache_raw_read_signed): Declare.
2340
a378f419
AC
23412002-08-13 Andrew Cagney <cagney@redhat.com>
2342
2343 * regcache.c (regcache_raw_read_as_address): Delete function.
2344 (regcache_cooked_read_signed): New function.
2345 (regcache_cooked_read_unsigned): New function.
2346 * regcache.h (regcache_cooked_read_signed): Declare.
2347 (regcache_cooked_read_unsigned): Declare.
2348 (regcache_raw_read_as_address): Delete declaration.
2349
2350 * blockframe.c (generic_read_register_dummy): Use
2351 regcache_cooked_read_unsigned.
2352 * i386-tdep.c (i386_extract_struct_value_address): Use
2353 regcache_cooked_read_unsigned.
2354
81967506
SC
23552002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2356
2357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2358 double sizes according to ELF ABI flags.
2359 (gdbarch_tdep): Record elf_flags.
2360
ffe1f3ee
SC
23612002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2362
2363 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2364 (m6812_prolog): They can appear in 68HC12 function prologue.
2365 (m68hc11_frame_chain): Cleanup.
2366
98216c5d
AC
23672002-08-12 Andrew Cagney <cagney@redhat.com>
2368
2369 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2370 declarations.
2371 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2372 (i386_linux_register_raw_size): Delete function.
2373 (i386_linux_init_abi): Update.
2374 * i386-tdep.c (i386_register_raw_size): Delete function.
2375 (i386_register_byte): Delete function.
2376 (i386_gdbarch_init): Update.
2377 (i386_register_size): Delete array.
2378 (i386_register_offset): Delete array.
2379
2380 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2381 (REGISTER_RAW_SIZE): Delete macro.
2382 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2383 (REGISTER_BYTE): Delete macro.
2384
3b19021e
AS
23852002-08-11 Aidan Skinner <aidan@velvet.net>
2386
2387 * ada-lang.c (ada_lookup_partial_symbol)
2388 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2389 prototype names so that grep ^func works properly.
2390
2391 * ada-lang.c (ada_array_element_type)
2392 (ada_lookup_partial_symbol): Fix typos in parameter list.
2393
2394 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2395 Fix prototype names so that grep ^func works properly.
2396
b063e7a2
AC
23972002-08-10 Andrew Cagney <cagney@redhat.com>
2398 Elena Zannoni <ezannoni@redhat.com>
2399 Martin M. Hunt <hunt@redhat.com>
2400
2401 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2402 (build_builtin_type_vec128i): Set the vector bit.
2403 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2404 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2405 (build_builtin_type_vec64): New function.
2406 (build_builtin_type_vec64i): New function.
2407 (build_gdbtypes): Initialize builtin_type_vec64 and
2408 builtin_type_vec64i.
2409
a7e3c2ad
AC
24102002-08-09 Andrew Cagney <cagney@redhat.com>
2411
2412 * regcache.c (regcache_dump): Compare the register offset
2413 with REGISTER_BYTE.
2414 * arch-utils.c (generic_register_byte): New function.
2415 * arch-utils.h (generic_register_byte): Declare.
2416 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2417 * gdbarch.h, gdbarch.c: Regenerate.
2418
af030b9a
AC
24192002-08-09 Andrew Cagney <cagney@redhat.com>
2420
2421 * regcache.c: Include "gdbcmd.h"
2422 (_initialize_regcache): Add commands "maintenance print
2423 registers", "maintenance print raw-registers" and "maintenance
2424 print cooked-registers".
2425 (enum regcache_dump_what): Define.
2426 (dump_endian_bytes): New function.
2427 (regcache_dump): New function.
2428 (regcache_print): New function.
2429 (maintenance_print_registers): New function.
2430 (maintenance_print_raw_registers): New function.
2431 (maintenance_print_cooked_registers): New function.
2432 * Makefile.in (regcache.o): Update dependencies.
2433
cb3d25d1
MS
24342002-08-09 Michael Snyder <msnyder@redhat.com>
2435
2436 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2437 (mips_push_arguments): Correct some comments. Use paddr_nz
2438 for printing addresses in debug output. Replace static
2439 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2440 (mips_n32n64_push_arguments): New function, cloned from
2441 mips_push_arguments and tuned for the n32/n64 ABI.
2442 (mips_push_register): Buffer needs dynamic allocation.
2443 (mips_print_register): Ditto.
2444 (do_gp_register_row): Ditto.
2445 (mips_store_return_value): Ditto.
2446 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2447
2163ab9d
DH
24482002-08-09 Don Howard <dhoward@redhat.com>
2449
2450 * memattr.c (mem_info_command): Print special case of upper bound
2451 as max CORE_ADDR + 1.
2452
b78bcb18
MS
24532002-08-08 Michael Snyder <msnyder@redhat.com>
2454
2455 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2456 returns structs by ref if they're too big to fit in two registers.
2457
ffabd70d
KB
24582002-08-09 Kevin Buettner <kevinb@redhat.com>
2459
2460 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2461 saved regs value.
2462 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2463 mips_find_saved_regs().
2464 (mips_pop_frame): Likewise.
2465
fbcdb4a3
KB
24662002-08-09 Kevin Buettner <kevinb@redhat.com>
2467
2468 * blockframe.c (frame_saved_regs_register_unwind): Revise
2469 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2470 frames are in use.
2471
3c3bea1c
GS
24722002-08-09 Grace Sainsbury <graces@redhat.com>
2473
2474 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2475 T-packets; the 'a' is not taken as a register number.
2476 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2477 (remote_stopped_data_address): New functions; add to target
2478 vector.
2479 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2480 prototypes to match other implementations of this
2481 function. replace integer argument with pointer -- the length
2482 field in the Z-packet is the length of what is pointed to or 1 if
2483 pointer is null. Add to target vector.
2484 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2485 target vector.
2486
2487 From Mark Salter:
2488 * remote.c (remote_wait): Add support to extract optional
2489 watchpoint information from T-packet. Ignore unrecognized
2490 optional info in T-packet.
2491 (remote_async_wait): Ditto.
2492
5d1d95de
CV
24932002-08-09 Corinna Vinschen <vinschen@redhat.com>
2494
2495 * cli/cli-dump.c: Change fopen modes to use binary open modes
2496 as defined in include/fopen-bin.h throughout.
2497
c86b5b38
MS
24982002-08-08 Michael Snyder <msnyder@redhat.com>
2499
2500 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2501
b30590dc
KB
25022002-08-08 Kevin Buettner <kevinb@redhat.com>
2503
2504 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2505 assertion failure by returning early after a warning.
2506
498868ed
KB
25072002-08-08 Kevin Buettner <kevinb@redhat.com>
2508
2509 * mips-tdep.c (mips_find_saved_regs): Make static.
2510 (mips_frame_init_saved_regs): New function.
2511 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2512 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2513 (mips_find_saved_regs): Delete declaration.
2514
b2dd6311
GS
25152002-08-08 Grace Sainsbury <graces@redhat.com>
2516
3c3bea1c
GS
2517 * remote.c (remote_wait, remote_async_wait): Change
2518 thread_num from int to ULONGEST.
2519 (unpack_varlen_hex): Change result parameter from
2520 int * to ULONGEST *.
b2dd6311 2521
ea47855f
AC
25222002-08-08 Andrew Cagney <ac131313@redhat.com>
2523
2524 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2525 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2526 powerpc*-*-*.
2527 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2528
69db8bae
AC
25292002-08-08 Andrew Cagney <cagney@redhat.com>
2530
2531 * gcore.c (override_derive_stack_segment): Delete variable.
2532 (preempt_derive_stack_segment): Delete function.
2533 (derive_stack_segment): Delete function.
2534 (default_derive_stack_segment): Renamed to derive_stack_segment.
2535 (override_derive_heap_segment): Delete variable.
2536 (preempt_derive_heap_segment): Delete function.
2537 (derive_heap_segment): Delete function.
2538 (default_derive_heap_segment): Rename to derive_heap_segment.
2539
cb811fe7
MS
25402002-08-06 Michael Snyder <msnyder@redhat.com>
2541
2542 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2543 * mips-tdep.c (mips_EABI_use_struct_convention,
2544 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2545 New functions. (mips_use_struct_convention): Delete.
2546 (mips_gdbarch_init): set use_gdbarch_convention.
2547
8b389c40
MS
25482002-08-06 Michael Snyder <msnyder@redhat.com>
2549
2550 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2551 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2552 mips_o32_reg_struct_has_addr): New functions.
2553 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2554
5c27f28a
AC
25552002-08-07 Andrew Cagney <ac131313@redhat.com>
2556
2557 * regcache.c (pseudo_register): Delete function.
2558 (fetch_register): Delete function.
2559 (store_register): Delete function.
2560 (regcache_raw_read, legacy_read_register_gen): Use
2561 target_fetch_registers instead of fetch_register.
2562 (legacy_write_register_gen, regcache_raw_write): Use
2563 target_store_register instead of store_register.
2564 (write_register_bytes): Ditto.
2565
2566 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2567 (STORE_PSEUDO_REGISTER): Delete.
2568 * gdbarch.h, gdbarch.c: Regenerate.
2569
5b331675
CV
25702002-08-06 Corinna Vinschen <vinschen@redhat.com>
2571
2572 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2573 write dump file binary.
2574
6acdf5c7
MS
25752002-08-05 Michael Snyder <msnyder@redhat.com>
2576
2577 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2578 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2579 (mips_gdbarch_init): Set N32 target to be mips64.
2580
b2f01c35
KB
25812002-08-06 Kevin Buettner <kevinb@redhat.com>
2582
2583 * frame.c (find_saved_register): Break out of loop once saved
2584 register address is found. Don't mention sparc in loop comment
2585 anymore.
2586
63db5580
KB
25872002-08-06 Kevin Buettner <kevinb@redhat.com>
2588
2589 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2590 mips_default_saved_regsize to 8.
2591
5e34e75e
AC
25922002-08-06 Andrew Cagney <ac131313@redhat.com>
2593
2594 * gcore.c: Do not include <sys/procfs.h>.
2595 * Makefile.in (gcore.o): Update dependencies.
2596
eb4c54a2
AC
25972002-08-06 Andrew Cagney <cagney@redhat.com>
2598
2599 * configure.tgt: Make arc-*-* obsolete.
2600 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2601 * MAINTAINERS: Make arc-elf obsolete.
2602 * arc-tdep.c: Make file obsolete.
2603 * config/arc/arc.mt: Ditto.
2604 * config/arc/tm-arc.h: Ditto.
2605
ced15480
TR
26062002-08-05 Theodore A. Roth <troth@verinet.com>
2607
c1bab85b 2608 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2609
b4743822
AC
26102002-08-05 Andrew Cagney <ac131313@redhat.com>
2611
2612 * mcore-tdep.c (mcore_gdbarch_init): Use
2613 generic_unwind_get_saved_register instead of
2614 generic_get_saved_register.
2615 * v850-tdep.c (v850_gdbarch_init): Ditto.
2616 * frv-tdep.c (frv_gdbarch_init): Ditto.
2617 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2618 * s390-tdep.c (s390_gdbarch_init): Ditto.
2619 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2620 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2621 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2622
3956d554
JB
26232002-08-05 Joel Brobecker <brobecker@gnat.com>
2624
2625 * objfiles.h: Add missing #include "symfile.h"
2626
2627 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2628
8249c0d6
AC
26292002-08-04 Andrew Cagney <ac131313@redhat.com>
2630
2631 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2632 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2633 of FIELD_BITSIZE.
2634
b9d14705
DJ
26352002-08-04 Daniel Jacobowitz <drow@mvista.com>
2636
2637 * NEWS: Cleanup and nitpick.
2638
dd73b9bb
AC
26392002-08-03 Andrew Cagney <ac131313@redhat.com>
2640
2641 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2642
043a27f8
AC
26432002-08-03 Andrew Cagney <ac131313@redhat.com>
2644
2645 * Makefile.in (gdbtk-bp.o): Update dependencies.
2646 (gdbtk-register.o): Ditto.
2647 (gdbtk-varobj.o): Ditto.
2648
46ce284d
AC
26492002-08-03 Andrew Cagney <cagney@redhat.com>
2650
2651 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2652 m68hc11_fetch_pseudo_register.
2653 (m68hc11_pseudo_register_write): Replace
2654 m68hc11_store_pseudo_register.
2655 (m68hc11_gdbarch_init): Update.
2656
b66d6d2e
AC
2657Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2658
2659 * gdbarch.sh: Include "gdb_string.h".
2660 * gdbarch.c: Regenerate.
2661
2662 * regcache.c: Include "gdb_string.h".
2663 * ax-general.c: Ditto.
2664 * varobj.c: Ditto.
2665 * std-regs.c: Ditto.
2666 * fbsd-proc.c: Ditto.
2667 * thread.c: Ditto.
2668
2669 * Makefile.in (regcache.o): Update dependencies.
2670 (thread.o, gdbarch.o): Ditto.
2671 (ax-general.o, gdbarch.o): Ditto.
2672 (varobj.o, std-regs.o): Ditto.
2673 (fbsd-proc.o): Specify dependencies.
2674
29e1842b
AC
26752002-08-02 Andrew Cagney <cagney@redhat.com>
2676
2677 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2678 regnum.
2679 (regcache_cooked_write): Ditto.
2680
68365089
AC
26812002-08-02 Andrew Cagney <ac131313@redhat.com>
2682
2683 * regcache.c (regcache_cooked_read): New function.
2684 (regcache_cooked_write): New function.
2685 (read_register_gen): Rewrite using regcache_cooked_read.
2686 (write_register_gen): Rewrite using regcache_cooked_write.
2687
2688 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2689 Declare.
2690
d8124050
AC
26912002-08-02 Andrew Cagney <cagney@redhat.com>
2692
2693 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2694 Replace the architecture methods register_read and register_write.
2695 * gdbarch.h, gdbarch.c: Regenerate.
2696 * regcache.c (init_regcache_descr): Update.
2697 (read_register_gen): Update.
2698 (write_register_gen): Update.
2699 (supply_register): Update comment.
2700
2701 * sh-tdep.c (sh_gdbarch_init): Update.
2702 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2703 `regcache' and `gdbarch' parameters. Make `buffer' a void
2704 pointer. Update code.
2705 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2706 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2707 void pointer. Update code.
2708 (sh64_register_write): Delete.
2709 (sh4_register_read): Delete.
2710 (sh64_register_read): Delete.
2711 (sh4_register_write): Delete.
2712 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2713 void pointer, `to' parameter a void pointer.
2714 (sh_sh64_register_convert_to_raw): Ditto.
2715
a6425924
KB
27162002-08-01 Kevin Buettner <kevinb@redhat.com>
2717
2718 * mips-tdep.c (mips_register_virtual_type): Use architecture
2719 invariant return values.
2720
ff5922b5
AC
27212002-08-01 Andrew Cagney <cagney@redhat.com>
2722
2723 * linux-proc.c: Include "gdb_string.h".
2724 * Makefile.in (linux-proc.o): Update dependency list.
2725
32a6503c
KB
27262002-08-01 Kevin Buettner <kevinb@redhat.com>
2727
2728 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2729 comment.
2730
ccaa32c7
GS
27312002-08-01 Grace Sainsbury <graces@redhat.com>
2732
2733 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2734 to_insert_watchpoint, to_remove_watchpoint,
2735 to_stopped_by_watchpoint, to_stopped_data_address,
2736 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2737 target vecctor. Define their corresponding macros so they call
2738 them.
2739
2740 * target.c: Add default and debug versions of for
2741 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2742 to_insert_watchpoint, to_remove_watchpoint,
2743 to_stopped_by_watchpoint, to_stopped_data_address,
2744 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2745
78fde5f8
KB
27462002-08-01 Kevin Buettner <kevinb@redhat.com>
2747
2748 * mips-tdep.c (mips_register_virtual_type): New function.
2749 (mips_gdbarch_init): Register mips_register_virtual_type()
2750 with gdbarch machinery.
2751 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2752 this file instead of tm-bigmips.h.
2753 (MIPS_REGSIZE): Delete this macro.
2754 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2755 multiarch version in mips-tdep.c will be found.
2756
db034ac5
AC
27572002-08-01 Andrew Cagney <cagney@redhat.com>
2758
2759 * NEWS: Menion that CHILL has been made obsolete.
2760
2761 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2762 * stabsread.c (read_range_type): Ditto.
2763 * gdbtypes.h: Ditto.
2764 * language.c (binop_type_check): Ditto.
2765 (binop_result_type): Ditto.
2766 (integral_type): Ditto.
2767 (character_type): Ditto.
2768 (string_type): Ditto.
2769 (boolean_type): Ditto.
2770 (structured_type): Ditto.
2771 (lang_bool_type): Ditto.
2772 (binop_type_check): Ditto.
2773 * language.h (_LANG_chill): Ditto.
2774 * dwarfread.c (set_cu_language): Ditto.
2775 * dwarfread.c (CHILL_PRODUCER): Ditto.
2776 * dwarfread.c (handle_producer): Ditto.
2777 * expression.h (enum exp_opcode): Ditto.
2778 * eval.c: Ditto for comments.
2779 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2780 * expprint.c (print_subexp): Ditto.
2781 (print_subexp): Ditto.
2782 * valops.c (value_cast): Ditto.
2783 (search_struct_field): Ditto.
2784 * value.h (COERCE_VARYING_ARRAY): Ditto.
2785 * symfile.c (init_filename_language_table): Ditto.
2786 (add_psymbol_with_dem_name_to_list): Ditto.
2787 * valarith.c (value_binop): Ditto.
2788 (value_neg): Ditto.
2789 * valops.c (value_slice): Ditto.
2790 * symtab.h (union language_specific): Ditto.
2791 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2792 (SYMBOL_DEMANGLED_NAME): Ditto.
2793 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2794 * defs.h (enum language): Ditto.
2795 * symtab.c (got_symtab): Ditto.
2796 * utils.c (fprintf_symbol_filtered): Ditto.
2797
2798 * ch-typeprint.c: Make file obsolete.
2799 * ch-valprint.c: Make file obsolete.
2800 * ch-lang.h: Make file obsolete.
2801 * ch-exp.c: Make file obsolete.
2802 * ch-lang.c: Make file obsolete.
2803
2804 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2805 CHILL_LIB.
2806 (TARGET_FLAGS_TO_PASS): Ditto.
2807 (CHILLFLAGS): Obsolete.
2808 (CHILL): Obsolete.
2809 (CHILL_FOR_TARGET): Obsolete.
2810 (CHILL_LIB): Obsolete.
2811 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2812 ch-valprint.c.
2813 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2814 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2815 ch-lang.o.
2816 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2817 targets.
2818
8aaf0b47
JB
28192002-07-31 Joel Brobecker <brobecker@gnat.com>
2820
2821 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2822 This does not change anything at the moment, but will be helpful
2823 later when full Ada support is integrated.
2824
f3a7b3a5
KB
28252002-07-31 Kevin Buettner <kevinb@redhat.com>
2826
2827 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2828 help message.
2829
fb850278
KB
28302002-07-31 Kevin Buettner <kevinb@redhat.com>
2831
2832 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2833 and save it in a local variable. Use variable in later test.
2834
e3bddbfa
KB
28352002-07-31 Kevin Buettner <kevinb@redhat.com>
2836
2837 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2838 test. (Thanks to Daniel Jacobowitz.)
2839
28d169de
KB
28402002-07-31 Kevin Buettner <kevinb@redhat.com>
2841
2842 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2843 (mips_abi_strings): Add "n64".
2844 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2845
7fe7e44e
KB
28462002-07-31 Kevin Buettner <kevinb@redhat.com>
2847
2848 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2849 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2850
c6caf090
KB
28512002-07-31 Kevin Buettner <kevinb@redhat.com>
2852
2853 * utils.c (host_pointer_to_address, address_to_host_pointer):
2854 Use gdb_assert() instead of explicit call to internal_error().
2855
c41669e0
KB
28562002-07-30 Kevin Buettner <kevinb@redhat.com>
2857
2858 * Makefile.in (rs6000-nat.o): Update dependencies.
2859
2860 From Nicholas Duffek:
2861 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2862 (aix-thread.o): New rule.
2863 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2864 * config/powerpc/aix432.mh: New file.
2865
2fda4977
DJ
28662002-07-30 Daniel Jacobowitz <drow@mvista.com>
2867
2868 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2869 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2870 (fetch_core_registers, ppc_linux_supply_gregset)
2871 (ppc_linux_supply_fpregset): New functions.
2872 (ppc_linux_regset_core_fns): New.
2873 (_initialize_ppc_linux_tdep): Call add_core_fns.
2874 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2875 and ppc_linux_supply_gregset.
2876 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2877 (supply_fpregset): Call ppc_linux_supply_fpregset.
2878 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2879 corelow.o.
2880 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2881
729051e6
DJ
28822002-07-30 Daniel Jacobowitz <drow@mvista.com>
2883
2884 * symtab.c (lookup_symbol): Demangle before lowercasing.
2885
5f8a3188
AC
28862002-07-30 Andrew Cagney <ac131313@redhat.com>
2887
2888 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2889 declaration.
2890 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2891 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2892 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2893 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2894 "gdb_string.h".
2895 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2896 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2897 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2898 (avr-tdep.o, mon960-rom.o): Ditto.
2899 (aout_stabs_gnu_h): Define.
2900 (symtab_h): Remove $(gdb_obstack_h).
2901
67f07146
JB
29022002-07-30 Jim Blandy <jimb@redhat.com>
2903
2904 Patch from David Carlton <carlton@math.stanford.edu>:
2905 * gdbinit.in: Move the `dir' commands that add GDB's own source
2906 directory to the search path to the end, so that the `gdb' source
2907 directory will be searched first.
2908
04ea0df1
AC
29092002-07-29 Andrew Cagney <ac131313@redhat.com>
2910
2911 * gdb_obstack.h: New file.
2912 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2913 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2914 * objfiles.h: Include "gdb_obstack.h".
2915 * Makefile.in (gdb_obstack_h): Define.
2916 (symtab_h): Add $(gdb_obstack_h).
2917 (objfiles_h): Add $(gdb_obstack_h).
2918
2919 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2920 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2921 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2922 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2923 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2924 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2925 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2926 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2927
2928 * Makefile.in (bcache.o): Update dependencies.
2929 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2930 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2931 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2932 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2933 (stabsread.o, symfile.o, symmisc.o): Ditto.
2934 (symtab.o, typeprint.o, macroexp.o): Ditto.
2935 (macrotab.o, mdebugread.o): Ditto.
2936 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2937 (coff_ecoff_h, aout_aout64_h): Define.
2938 (aout_stabs_gnu_h, libaout_h): Define.
2939
d138e37a
AC
29402002-07-29 Andrew Cagney <cagney@redhat.com>
2941
2942 * regcache.c (struct regcache_descr): Rename nr_registers to
2943 nr_cooked_registers. Revise comments describing the structure
2944 member fields.
2945 (init_regcache_descr): Update.
2946 (init_legacy_regcache_descr): Update.
2947 (read_register_gen, write_register_gen): When a cooked register in
2948 the raw register range, directly access the value from the raw
2949 register cache.
2950
460e6ec3
AC
29512002-07-29 Andrew Cagney <ac131313@redhat.com>
2952
2953 * z8k-tdep.c: Do not include "obstack.h".
2954 * h8300-tdep.c, h8500-tdep.c: Ditto.
2955 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2956 * valprint.c, v850-tdep.c: Ditto.
2957 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2958 * mn10200-tdep.c: Ditto.
2959
2960 * Makefile.in (z8k-tdep.o): Update dependencies.
2961 (m68hc11-tdep.o, valprint.o): Ditto.
2962 (v850-tdep.o, d10v-tdep.o): Ditto.
2963 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2964 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2965 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2966 (sh_opc_h, gdb_sim_sh_h): Define.
2967 (elf_sh_h, elf_bfd_h): Define.
2968 (opcode_m68hc11_h): Define.
2969 (OPCODES_SRC, OPCODES_DIR): define.
2970 (OPCODES): Use $(OPCODES_DIR).
2971 (gdb_sim_d10v_h): Rename sim_d10v_h.
2972 (gdb_sim_arm_h): Rename sim_arm_h.
2973
790c9cf0
KB
29742002-07-26 Kevin Buettner <kevinb@redhat.com>
2975
2976 * utils.c (host_pointer_to_address, address_to_host_pointer):
2977 Change internal_error() message to indicate function responsible
2978 for the error.
2979
9647fa49
KB
29802002-07-26 Kevin Buettner <kevinb@redhat.com>
2981
2982 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2983 calls to local_hex_string_custom().
2984
dabbe2c0
KB
29852002-07-26 Kevin Buettner <kevinb@redhat.com>
2986
2987 * irix5-nat.c: Move IRIX shared library support from here...
2988 * solib-irix.c: ...to here. Revised substantially to work with
2989 generic solib framework.
2990
b96d0a4e
KB
2991 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2992 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2993 * mips-irix-tdep.c: New file.
2994
313fb2f6
KB
2995 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2996 (mips-irix-tdep.o, solib-irix.o): New rules.
2997 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2998 solib-irix.o.
2999 * config/mips/irix6.mt (TDEPFILES): Likewise.
3000 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3001
ab2eaf26
KB
30022002-07-26 Kevin Buettner <kevinb@redhat.com>
3003
177e4768 3004 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3005 disabled (via ``#if 0'') includes.
3006
7244546a
KB
30072002-07-26 Kevin Buettner <kevinb@redhat.com>
3008
3009 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3010 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3011 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3012 Add support for the fpscr register.
3013 * rs6000-nat.c (regmap, fetch_inferior_registers)
3014 (store_inferior_registers, fetch_core_registers): Likewise.
3015
dd7be90a
KB
30162002-07-26 Kevin Buettner <kevinb@redhat.com>
3017
3018 * rs6000-nat.c (language.h): Include.
3019 (special_regs): Delete this array.
3020 (regmap): New function.
3021 (fetch_register, store_register): Use regmap() to map gdb
3022 register numbers to ptrace register numbers. Also, use
3023 outputs from regmap() to make decisions regarding type of
3024 ptrace() call to make. In particular, don't compare against
3025 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3026 (fetch_inferior_registers, store_inferior_registers): Where
3027 possible, obtain register numbers from tdep struct. Don't
3028 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3029 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3030 (LAST_UISA_SP_REGNUM): Delete.
3031
11bf77db
KB
30322002-07-25 Kevin Buettner <kevinb@redhat.com>
3033
3034 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3035 (fetch_registers, store_register, fetch_core_registers): Don't
3036 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3037 regcache_collect() as appropriate.
3038 (find_toc_address): Format hex address with local_hex_string().
3039
06afebeb
AC
30402002-07-25 Andrew Cagney <ac131313@redhat.com>
3041
3042 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3043 bfd/elf32-frv.c.
3044
8c554d79
TT
30452002-07-24 Tom Tromey <tromey@redhat.com>
3046
3047 * jv-exp.y: Marked all strings with _().
3048 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3049 internal_error.
3050 (MethodInvocation, CastExpression, parse_number, yyerror,
3051 java_type_from_name, push_expression_name, yylex): Typo fixes.
3052
e4c242d9
DJ
30532002-07-24 Daniel Jacobowitz <drow@mvista.com>
3054
3055 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3056 (tee_file_flush, tee_file_write, tee_file_fputs)
3057 (tee_file_isatty): New.
3058 * ui-file.h (tee_file_new): Add prototype.
3059
ebf56fd3
AS
30602002-07-24 Aidan Skinner <aidan@velvet.net>
3061
3062 * ada-lang.c: Change k&r style function definitions to prototyped
3063 form.
3064 * ada-typeprint.c: Change k&r style function definitions to prototyped
3065 form.
3066 * ada-valprint.c: Change k&r style function definitions to prototyped
3067 form.
3068
7fb623f7
AC
30692002-07-24 Andrew Cagney <cagney@redhat.com>
3070
3071 * README: Remove reference to remote-bug.
3072 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3073 remote-bug.c.
3074 (m88k-nat.o): Delete rule.
3075 (m88k-tdep.o): Delete rule.
3076 (remote-bug.o): Delete rule.
3077 * MAINTAINERS: Mark as obsolete.
3078 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3079 * m88k-tdep.c: Make file obsolete.
3080 * config/m88k/m88k.mh: Ditto.
3081 * config/m88k/delta88v4.mh: Ditto.
3082 * config/m88k/delta88v4.mt: Ditto.
3083 * config/m88k/delta88.mt: Ditto.
3084 * config/m88k/delta88.mh: Ditto.
3085 * remote-bug.c: Ditto.
3086 * config/m88k/tm-delta88.h: Ditto.
3087 * config/m88k/nm-delta88v4.h: Ditto.
3088 * config/m88k/xm-delta88.h: Ditto.
3089 * config/m88k/xm-dgux.h: Ditto.
3090 * config/m88k/tm-m88k.h: Ditto.
3091 * config/m88k/nm-m88k.h: Ditto.
3092 * config/m88k/tm-delta88v4.h: Ditto.
3093 * m88k-nat.c: Ditto.
3094 * cxux-nat.c: Ditto.
3095 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3096 and m88*-*-* obsolete.
3097 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3098 m88*-*-* obsolete.
3099
37611a2b
AC
31002002-07-24 Andrew Cagney <cagney@redhat.com>
3101
3102 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3103 constant. Same for local pointer variables.
3104 (extract_signed_integer): Ditto.
3105 * defs.h (extract_unsigned_integer): Update.
3106 (extract_signed_integer): Update.
3107
1aaa5f99
AC
31082002-07-24 Andrew Cagney <cagney@redhat.com>
3109
3110 * regcache.c (regcache_raw_write): Change buf parameter to a
3111 constant void pointer.
3112 (regcache_raw_read): Change buf parameter to a void pointer.
3113 (legacy_write_register_gen): Change myaddr parameter a constant
3114 void pointer.
3115 (supply_register): Change val parameter to a const void pointer.
3116 * regcache.h (regcache_raw_write): Update declaration.
3117 (regcache_raw_read): Update declaration.
3118 (supply_register): Update declaration.
3119
b4f5539f
TT
31202002-07-24 Tom Tromey <tromey@redhat.com>
3121
3122 * defs.h (gdb_readline_wrapper): Declare.
3123 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3124 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3125 * top.c (gdb_readline_wrapper): New function.
3126 (command_line_input): Use it.
3127
0818c12a
AC
31282002-07-24 Andrew Cagney <cagney@redhat.com>
3129
3130 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3131 regcache_read and regcache_write.
3132 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3133 * regcache.c: Update.
3134 * sh-tdep.c (sh64_push_arguments): Update comment.
3135 (sh_pseudo_register_read): Update.
3136 (sh_pseudo_register_write): Update.
3137 (sh4_register_read): Update.
3138 (sh4_register_write): Update.
3139 (sh64_pseudo_register_read): Update.
3140 (sh64_pseudo_register_write): Update.
3141 (sh64_register_read): Update.
3142 (sh64_register_write): Update.
3143 * i386-tdep.c (i386_extract_return_value): Update.
3144 (i386_extract_struct_value_address): Update.
3145 (i386_extract_return_value): Update.
3146 * blockframe.c (generic_read_register_dummy): Update.
3147 (generic_call_dummy_register_unwind): Update
3148 * infrun.c (write_inferior_status_register): Update.
3149
f7321c06
JB
31502002-07-23 Jim Blandy <jimb@redhat.com>
3151
3152 * parser-defs.h (expression_context_pc): Make this extern.
3153 (Thanks to Michael Snyder.)
3154
2037aebb
AC
31552002-07-23 Andrew Cagney <ac131313@redhat.com>
3156
3157 GDB 5.2.1 released from 5.2 branch.
3158 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3159 * README: Update to mention 5.2.1.
3160
66504d44
MS
31612002-07-23 Mark Salter <msalter@redhat.com>
3162
3163 * remote.c (remote_read_bytes): Fix check for error.
3164
27bae383
KB
31652002-07-22 Kevin Buettner <kevinb@redhat.com>
3166
3167 * aix-thread.c (language.h): Include.
3168 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3169 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3170 Print newlines at end of debug messages.
3171 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3172 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3173
31742002-07-22 Kevin Buettner <kevinb@redhat.com>
3175
3176 * aix-thread.c (ppc-tdep.h): Include.
3177 (special_register_p): New function.
3178 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3179 (store_regs_user_thread): Use register number information from
3180 gdbarch_tdep struct instead of hardcoded offsets relative to
3181 FIRST_UISA_SP_REGNUM.
3182 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3183 special_register_p() instead of using FPLAST_REGNUM and
3184 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3185 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3186 will be MQ's register number.
3187
31882002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3189
3190 * aix-thread.c (ops): Rename to aix_thread_ops.
3191 (base_ops): Rename to base_target.
3192 (ops_attach): Rename to aix_thread_attach.
3193 (ops_detach): Rename to aix_thread_detach.
3194 (ops_resume): Rename to aix_thread_detach.
3195 (ops_wait): Rename to aix_thread_wait.
3196 (ops_kill): Rename to aix_thread_kill.
3197 (init_ops): Rename to init_aix_thread_ops.
3198 (ops_fetch_register): Rename to aix_thread_fetch_register.
3199 (ops_store_register): Rename to aix_thread_store_register.
3200 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3201 (ops_thread_alive): Rename to aix_thread_thread_alive.
3202 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3203 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3204 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3205 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3206 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3207 (store_regs_lib): Rename to store_regs_user_thread.
3208 (store_regs_kern): Rename to store_regs_kernel_thread.
3209
27bae383 32102002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3211
3212 * aix-thread.c (ops_prepare_to_store): Eliminate.
3213 (init_ops): Don't initialize ops.prepare_to_store.
3214 (store_regs_kern): Pre-fetch register buffers from child,
3215 because some registers may not be in the cache. Copy
3216 regs from register cache only if they are cached.
3217 (store_regs_lib): Copy regs from register cache only
3218 if they are cached.
3219 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3220 fill_gprs64): Ditto.
3221
61c5da0b
KB
32222002-07-22 Kevin Buettner <kevinb@redhat.com>
3223
3224 * aix-thread.c (gdb_assert.h): Include.
3225 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3226 register sizes (from register cache) match size of buffer holding
3227 register data.
3228 (fill_sprs32): Change parameter types to match those in the ptrace()
3229 buffer.
3230 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3231 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3232
32332002-07-22 Michael Snyder <msnyder@redhat.com>
3234
3235 * aix-thread.c (supply_sprs64): Cosmetic change.
3236 (supply_sprs32): Cosmetic change.
3237 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3238 (fill_sprs64): Use regcache_collect instead of read_register.
3239 (store_regs_lib): Use regcache_collect instead of
3240 read_register. Use fill_sprs32 instead of fill_sprs64,
3241 if debugging a 32-bit architecture.
3242 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3243 out of the register cache, instead of passing a pointer into
3244 the register cache directly to ptrace. Use regcache_collect
3245 insteaad of read_register.
3246 (ops_prepare_to_store): Use target_read_registers instead
3247 of read_register_bytes.
3248
36479eb1
AS
32492002-07-20 Aidan Skinner <aidan@velvet.net>
3250
3251 * MAINTAINERS: Add self under write after approval.
3252
80ae6ee2
AS
32532002-07-20 Aidan Skinner <aidan@velvet.net>
3254
3255 * ada-tasks.c: Change k&r style function definitions to prototyped
3256 form.
3257
8a8ab2b9
AC
32582002-07-19 Andrew Cagney <ac131313@redhat.com>
3259
3260 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3261 * x86-64-tdep.c: Include "objfiles.h".
3262 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3263 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3264
fb16b900
ML
32652002-07-17 Michal Ludvig <michal@suse.cz>
3266
3267 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3268 (update_context): Initialise cfa variable.
3269
0fe7bf7b
MS
32702002-07-17 Michael Snyder <msnyder@redhat.com>
3271
3272 * aix-thread.c: Shorten some long lines.
3273 Bring comments into line with code spec.
3274
488f131b
JB
32752002-07-18 Joel Brobecker <brobecker@gnat.com>
3276
3277 * infrun.c: Re-indent using gdb_indent.sh.
3278
46c415d2
JB
32792002-07-18 Joel Brobecker <brobecker@gnat.com>
3280
3281 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3282 Leave the indentation temporarily untouched, to minimize the diffs.
3283
cdecafbe
EZ
32842002-07-18 Elena Zannoni <ezannoni@redhat.com>
3285
3286 * stabsread.c: Make os9k sections of the code obsolete,
3287 for real this time.
3288 * stabsread.h: Make os9k sections of the code obsolete.
3289
7b6aa020
ML
32902002-07-18 Michal Ludvig <mludvig@suse.cz>
3291
09ec9b38
ML
3292 * linux-low.c (regsets_store_inferior_registers): Add free()
3293 at the end of a loop to prevent memory leak.
3294 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3295 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3296 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3297 line a comment.
4894ac5d 3298 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3299
233282cd
JB
33002002-07-17 Jim Blandy <jimb@redhat.com>
3301
3302 * macrocmd.c (info_macro_command): Remove newline from error
3303 message.
3304
7b6aa020 33052002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3306
3307 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3308 (sh_gdbarch_init): Use it for sh-dsp.
3309
f7ef9339
KB
33102002-07-16 Kevin Buettner <kevinb@redhat.com>
3311
3312 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3313 64-bit DWARF2 format.
3314
8dd72958
JB
33152002-07-16 Joel Brobecker <brobecker@gnat.com>
3316
3317 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3318 <sys/proc.h> when not available.
3319
a99a9e1b
AC
33202002-07-16 Andrew Cagney <ac131313@redhat.com>
3321
3322 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3323 * stabsread.c: Make os9k sections of the code obsolete.
3324 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3325 * config/i386/i386os9k.mt: Make file obsolete.
3326 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3327 (COMMON_OBS): Remove os9kread.o
3328 (SFILES): Remove os9kread.c.
3329 (os9kread.o, remote-os9k.o): Make target obsolete.
3330 * remote-os9k.c: Make file obsolete.
3331 * os9kread.c: Make file obsolete.
3332 * Makefile.in
3333
7a3085c1
AC
33342002-07-16 Andrew Cagney <ac131313@redhat.com>
3335
3336 * NEWS: Mention that the FR30 has been made obsolete.
3337 * fr30-tdep.c: Make file obsolete.
3338 * config/fr30/tm-fr30.h: Ditto.
3339 * config/fr30/fr30.mt: Ditto.
3340 * configure.tgt: Make fr30-*-elf obsolete.
3341 * MAINTAINERS: Make fr30-elf obsolete.
3342
28a93f5a
PM
33432002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3344
3345 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3346 found is not inside a section.
3347
be006b8b
KB
33482002-07-15 Kevin Buettner <kevinb@redhat.com>
3349
3350 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3351 strerror().
3352 (pdc_realloc): Use xrealloc() instead of realloc().
3353
14fa3751
KB
33542002-07-15 Kevin Buettner <kevinb@redhat.com>
3355
3356 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3357 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3358 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3359 macros.
3360
42cc437f
KB
33612002-07-15 Kevin Buettner <kevinb@redhat.com>
3362
3363 * aix-thread.c (ptrace_check): Eliminate goto.
3364 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3365 problem.
3366
8e2c28d4
KB
33672002-07-15 Kevin Buettner <kevinb@redhat.com>
3368
3369 * aix-thread.c (gdbcmd.h): Include.
3370 (DEBUG, DBG, DBG2, dbg): Eliminate.
3371 (debug_aix_thread): New static global.
3372 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3373 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3374 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3375 invocations to DBG and DBG2 macros to test against
3376 ``debug_aix_thread'' and call fprintf_unfiltered().
3377 (_initialize_aix_thread): Add new command "set debug aix-thread".
3378
30413464
AC
33792002-07-15 Andrew Cagney <ac131313@redhat.com>
3380
3381 From Gerhard Tonn <TON@de.ibm.com>:
3382 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3383 instead of supply_register.
3384
7c43edc1
AC
33852002-07-15 Andrew Cagney <ac131313@redhat.com>
3386
3387 * dwarf2cfi.c: Include "gdb_assert.h".
3388 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3389 non-NULL.
3390 (update_context): Do not use __func__. Add missing ``break''.
3391 (update_context): Do not use __func__.
3392
9364a0ef
EZ
33932002-07-15 Elena Zannoni <ezannoni@redhat.com>
3394
3395 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3396 and its setting. Set gdbarch instruction printing functions
3397 directly. For non-rs6000 case use new function
3398 gdb_print_insn_powerpc.
3399 (gdb_print_insn_powerpc): New function.
3400
3fbeef0b
AC
34012002-07-13 Andrew Cagney <ac131313@redhat.com>
3402
92eb23c5 3403 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3404 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3405 * configure.tgt: Mark d30v-*-* as obsolete.
3406 * d30v-tdep.c: Mark file as obsolete.
3407 * config/d30v/d30v.mt: Ditto.
3408 * config/d30v/tm-d30v.h: Ditto.
3409
aacb1f0a
AS
34102002-07-13 Aidan Skinner <aidan@velvet.net>
3411
3412 * ada-tasks.c (add_task_entry): replace calls to
3413 malloc() with xmalloc
3414 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3415
3416 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3417 ada_finish_decode_line_1, all_sals_for_line
3418 ada_breakpoint_rewrite): replace calls to free() with xfree()
3419
c11d79f2
KB
34202002-07-12 Kevin Buettner <kevinb@redhat.com>
3421
3422 From Nicholas Duffek (with minor changes by Martin Hunt,
3423 Louis Hamilton, and Kevin Buettner):
3424 * aix-thread.c: New file.
3425
8e19ed76
PS
34262002-07-12 Petr Sorfa <petrs@caldera.com>
3427
3428 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3429 complaint for invalid attribute class or form.
3430 (read_func_scope): DW_AT_frame_base
3431 better handling of DW_AT_block*.
3432 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3433 better handling of DW_AT_block*.
3434 (read_common_block): DW_AT_location
3435 better handling of DW_AT_block*.
3436 (read_partial_die): DW_AT_location better handling
3437 of DW_AT_block*.
3438 (new_symbol): DW_AT_external better handling of
3439 DW_AT_block*. Proper initialization of variable
3440 "addr".
3441 (attr_form_is_block): New function that returns true
3442 if the attribute's form is of DW_FORM_block*.
3443
295401f7
DJ
34442002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3445
3446 * valops.c (find_method_list): Remove comment about
3447 removed STATIC_MEMFUNCP argument.
3448 (value_find_oload_method_list): Likewise.
3449
e42dc924
KB
34502002-07-12 Kevin Buettner <kevinb@redhat.com>
3451
3452 From Nicholas Duffek:
3453 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3454 target_new_objfile_hook.
3455
6904b546
KB
34562002-07-12 Kevin Buettner <kevinb@redhat.com>
3457
3458 From Nicholas Duffek:
3459 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3460 csect.
3461
53fe9346
AC
34622002-07-12 Andrew Cagney <cagney@redhat.com>
3463
3464 * MAINTAINERS: Mention --enable-sim-build-warnings.
3465 (m68hc11-elf): Disable sim build warnings.
3466 (m32r-elf): Mark as broken obsolete candidate.
3467 (x86_64-linux-gnu): Mark as buildable with -Werror.
3468 (arm-elf): Change -w to ``,'' which enables warnings but not
3469 -Werror.
3470
af5f3db6
AC
34712002-07-12 Andrew Cagney <ac131313@redhat.com>
3472
3473 * bcache.h: Update copyright.
3474 (struct bstring, struct bcache): Move definition to "bcache.c".
3475 Replaced by opaque declaration.
3476 (bcache_xfree): Replace free_bcache.
3477 (bcache_xmalloc, bcache_memory_used): Declare.
3478
3479 * bcache.c: Update copyright.
3480 (struct bstring, struct bcache): Moved to here from "bcache.h".
3481 Update comments.
3482 (bcache_xmalloc, bcache_memory_used): New functions.
3483 (bcache_xfree): Replace function free_bcache.
3484
3485 * Makefile.in (objfiles.o): Add $(bcache_h).
3486 (objfiles_h): Remove $(bcache_h).
3487 (symfile.o): Add $(bcache_h).
3488
3489 * symmisc.c: Update copyright.
3490 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3491 (print_objfile_statistics): Use bcache_memory_used.
3492
3493 * symfile.c: Include "bcache.h".
3494 (reread_symbols): Use bcache_xfree.
3495 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3496 (add_psymbol_to_list): Pass psymbol_cache by value.
3497 (add_psymbol_with_dem_name_to_list): Ditto.
3498
3499 * objfiles.h: Update copyright.
3500 (struct bcache): Declare opaque. Do not include "bcache.h".
3501 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3502 bcache'' pointers.
3503 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3504
3505 * objfiles.c: Include "bcache.h". Update copyright.
3506 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3507 macro_cache.
3508 (free_objfile): Use bcache_xfree.
3509
444199e7
GS
35102002-07-11 Grace Sainsbury <graces@redhat.com>
3511
3512 * monitor.c (monitor_fetch_register): Make name a constant.
3513 (monitor_store_register): Same.
3514
261397f8
DJ
35152002-07-11 Daniel Jacobowitz <drow@mvista.com>
3516
3517 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3518 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3519 (finish_block) For non-function blocks, hash the symbol table. For
3520 function blocks, mark the symbol table as unhashed.
3521 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3522 (msymbol_hash_iw): Likewise.
3523 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3524 value.
3525 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3526 (lookup_minimal_symbol): Likewise for both.
3527 * symtab.h (struct block): Add `hashtable' flag. Comment the
3528 hashtable.
3529 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3530 (ALL_BLOCK_SYMBOLS): Update.
3531 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3532 (struct symbol): Add `hash_next' pointer.
3533 * symtab.c (lookup_block_symbol): Search using the hash table when
3534 possible.
3535 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3536 (search_symbols, find_addr_symbol): Likewise.
3537
3538 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3539 (read_dst_symtab): Likewise.
3540 * jv-lang.c (get_java_class_symtab): Likewise.
3541 * mdebugread.c: Include "gdb_assert.h".
3542 (shrink_block): Assert that the block being modified is not hashed.
3543 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3544 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3545 symbols.
3546 (dump_symtab): Recognize hashed blocks.
3547 * printcmd.c (print_frame_args): Assert that function blocks do not
3548 have hashed symbol tables.
3549 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3550 (fill_in_ada_prototype, debug_print_block): Likewise.
3551 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3552
6f0eaa01
CV
35532002-07-11 Corinna Vinschen <vinschen@redhat.com>
3554
3555 * stack.c (print_frame): Use result of frame_address_in_block()
3556 instead of fi->pc when evaluating symbols.
3557 (backtrace_command_1): Ditto.
3558
a208b0cb
AC
35592002-07-11 Andrew Cagney <cagney@redhat.com>
3560
3561 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3562 Make static.
3563
3564 * arm-tdep.c (arm_register_name): Make return type constant.
3565
a6b6b089
AC
35662002-07-10 Andrew Cagney <ac131313@redhat.com>
3567
5ae5f592
AC
3568 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3569 prototype.
3570 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3571 * s390-tdep.c (s390_fp_regnum): Ditto.
3572 (s390_read_fp): Ditto.
3573 (s390_pop_frame): Ditto.
3574 (_initialize_s390_tdep): Ditto.
3575 * remote.c (get_remote_state): Ditto.
3576 * procfs.c (mappingflags): Ditto.
3577 * memattr.c (_initialize_mem): Ditto.
3578 * mcore-tdep.c (mcore_pop_frame): Ditto.
3579 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3580 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3581 * language.c (set_case_str): Ditto.
3582 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3583 * frv-tdep.c (new_variant): Ditto.
3584 (frv_stopped_data_address): Ditto.
3585 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3586 (context_alloc): Ditto.
3587 (frame_state_alloc): Ditto.
3588 (unwind_tmp_obstack_init): Ditto.
3589 (unwind_tmp_obstack_free): Ditto.
3590 (cfi_read_fp): Ditto.
3591 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3592 (cris_pop_frame): Ditto.
3593 * c-lang.c (scanning_macro_expansion): Ditto.
3594 (finished_macro_expansion): Ditto.
3595 (c_preprocess_and_parse): Ditto.
3596 * gdbarch.sh: Ditto.
3597 * gdbarch.h, gdbarch.c: Regenerate.
3598 * config/mn10200/tm-mn10200.h: Adjust indentation.
3599 * target.c: Adjust indentation.
3600 * symtab.h: Adjust indentation.
3601 * stabsread.h: Adjust indentation.
3602 * remote-es.c: Adjust indentation.
3603 * os9kread.c: Adjust indentation.
3604
36052002-07-10 Andrew Cagney <ac131313@redhat.com>
3606
a6b6b089
AC
3607 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3608 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3609
a1789893
GS
36102002-07-10 Grace Sainsbury <graces@redhat.com>
3611
3612 * NEWS: Mention m68k, mcore multi-arching.
3613 * MAINTAINERS: Change status of m68k, mcore to reflect
3614 multi-arching.
3615
02f0d45d
DJ
36162002-07-10 Daniel Jacobowitz <drow@mvista.com>
3617
3618 * valops.c (find_overload_match): Free oload_syms.
3619
f15f768e
JB
36202002-07-09 Joel Brobecker <brobecker@gnat.com>
3621
3622 Define HAVE_SYS_PROC_H if sys/proc.h exists
3623 * configure.in: Add check for sys/proc.h
3624 * config.in: Regenerate.
3625 * configure: Regenerate.
3626
902a7139
GS
36272002-07-09 Grace Sainsbury <graces@redhat.com>
3628
3629 * config/m68k/tm-m68k.h: Remove macros wrapped in
3630 #if !GDB_MULTI_ARCH.
3631
a534e424
AC
36322002-07-08 Andrew Cagney <ac131313@redhat.com>
3633
3634 * config.in, configure: Regenerate.
3635
9b94f7bf
MK
36362002-07-08 Mark Kettenis <kettenis@gnu.org>
3637
3638 * dwarf2cfi.c: Include "gcore.h".
3639 (execute_stack_op): Fix implementation of the
3640 DW_OP_deref and DW_OP_deref_size operators by letting do their
3641 lookup in the target.
3642
1d34db41
MK
36432002-07-07 Mark Kettenis <kettenis@gnu.org>
3644
3645 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3646 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3647 tdep->sc_sp_offset.
3648
79d5b63a
DJ
36492002-07-05 Daniel Jacobowitz <drow@mvista.com>
3650
3651 Fix PR gdb/595, gdb/602
3652 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3653 Don't call value_cast, just read the vtable pointer; update comments
3654 to match.
3655
3bb912e8
GS
36562002-07-05 Grace Sainsbury <graces@redhat.com>
3657
3658 * config/mcore/tm-mcore.h: Remove file.
3659 * config/mcore/mcore.mt: Remove definition of TM_FILE
3660 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3661
ca39387d
MK
36622002-07-05 Mark Kettenis <kettenis@gnu.org>
3663
3664 * i386bsd-tdep.c: Include "gdb_string.h".
3665
efdc1108
GS
36662002-07-04 Grace Sainsbury <graces@redhat.com>
3667
3668 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3669 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3670 mcore-tdep.
3671 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3672 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3673 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3674 (RETVAL_REGNUM): Move macros from tm-mcore.h
3675 (mcore_reg_struct_has_addr): New function.
3676 (mcore_gdbarch_init): Added initializations for the macros removed
3677 from tm-mcore.h.
3678
bb21884d
MK
36792002-07-04 Mark Kettenis <kettenis@gnu.org>
3680
3681 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3682 traditonal string branding within the ELF header.
3683
228c6d41
DJ
36842002-07-04 Daniel Jacobowitz <drow@mvista.com>
3685
3686 * symtab.c (remove_params): New function.
3687 (make_symbol_overload_list): Use it instead of cplus_demangle.
3688 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3689
2404952e
MK
36902002-07-04 Mark Kettenis <kettenis@gnu.org>
3691
e5e4acad
MK
3692 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3693
baadce09
MK
3694 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3695 New variables.
3696 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3697 and tdep->sigtramp_end.
3698 * i386obsd-nat.c: New file.
3699 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3700
2404952e
MK
3701 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3702 Don't call get_current_frame().
3703
9b4f1ba7
PM
37042002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3705
3706 * i386-nat.c (child_post_startup_inferior): New function
3707 calling i386_cleanup_dregs if
3708 I386_USE_GENERIC_WATCHPOINTS is defined.
3709 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3710 conditional to acknowledge that i386-nat.c has its
3711 own child_post_startup_inferior function.
3712
c0d1d883
MK
37132002-07-04 Mark Kettenis <kettenis@gnu.org>
3714
00f8375e
MK
3715 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3716 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3717 instead of MAX_REGISTER_RAW_SIZE.
3718 (i386_extract_return_value, i386_extract_struct_value_address):
3719 Convert to use regcache.
3720 (i386_gdbarch_init): Set max_register_raw_size and
3721 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3722 Set extract_return_value and extract_struct_value_address instead
3723 of their deprecated variants.
3724
c0d1d883
MK
3725 Convert i386 target to generic dummy frames.
3726 * i386-tdep.c: Include "symfile.h".
3727 (i386_frameless_signal_p): Consider a function to be frameless if
3728 the pc points at the first instruction of the function.
3729 (i386_frame_chain): Handle (generic) call dummies.
3730 (i386_frame_saved_pc): Likewise.
3731 (i386_frame_init_saved_regs): Remove code dealing with call
3732 dummies on the stack.
3733 (i386_push_dummy_frame): Removed.
3734 (i386_call_dummy_words): Removed.
3735 (i386_fix_call_dummy): Removed.
3736 (i386_push_return_address): New function.
3737 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3738 parameter, and don't call get_current_frame.
3739 (i386_pop_frame): New function.
3740 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3741 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3742 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3743 call_dummy_length to 0, set call_dummy_words to NULL, set
3744 sizeof_call_dummy_words to 0, set fix_call_dummy to
3745 generic_fix_call_dummy, set pc_in_call_dummy to
3746 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3747 generic_push_dummy_frame, set push_return_address to
3748 i386_push_return_address and set frame_chain_valid to
3749 generic_file_frame_chain_valid.
3750
049ee0e4
AC
37512002-07-03 Andrew Cagney <ac131313@redhat.com>
3752
3753 * gdbarch.sh (struct regcache): Add opaque declaration.
3754 (EXTRACT_RETURN_VALUE): New architecture method.
3755 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3756 * gdbarch.h, gdbarch.c: Regenerate.
3757 * arch-utils.c (legacy_extract_return_value): New function.
3758 * arch-utils.h (legacy_extract_return_value): Declare.
3759 * values.c (value_being_returned): Re-enable code handling
3760 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3761 deprecated_grub_regcache_for_registers call to block handling
3762 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3763 (EXTRACT_RETURN_VALUE): Do not define.
3764
4e0d9804
GS
37652002-07-03 Grace Sainsbury <graces@redhat.com>
3766
3767 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3768 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3769 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3770 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3771 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3772 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3773 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3774 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3775 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3776 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3777 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3778 argument so the function fits the prototype in the architecture
3779 vector.
3780 (mcore_pop_frame): Remove argument so the function fits the
3781 prototype. Use get_current_frame instead of the argument.
3782 (mcore_push_arguments): Change type of struct_return so the
3783 function can be used in the architecture vector.
3784 (mcore_store_struct_return): Add.
3785 (mcore_frame_init_saved_regs): Add.
3786 (mcore_gdbarch_init): Add function calls to replace the macros
3787 removed from tm-mcore.h
3788
36160dc4
AC
37892002-07-03 Andrew Cagney <ac131313@redhat.com>
3790
3791 * infcmd.c (print_return_value): Remove compatibility code calling
3792 deprecated_grub_regcache_for_registers.
3793
3794 * values.c: Include "regcache.h".
3795 (value_being_returned): Update. Use
3796 deprecated_grub_regcache_for_registers to extract the register
3797 buffer address.
3798 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3799 ``struct regcache''.
3800 * Makefile.in (values.o): Add dependency on $(regcache_h).
3801
3802 * inferior.h (run_stack_dummy): Change type of second parameter to
3803 a ``struct regcache''.
3804 * valops.c (hand_function_call): Change type of retbuf to ``struct
3805 regcache''. Allocate using regcache_xmalloc, clean using
3806 make_cleanup_regcache_xfree.
3807 * infcmd.c (run_stack_dummy): Update. Use
3808 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3809
3810 * regcache.c (do_regcache_xfree): New function.
3811 (make_cleanup_regcache_xfree): New function.
3812 * regcache.h (make_cleanup_regcache_xfree): Declare.
3813
e64d9b3d
MH
38142002-07-03 Martin M. Hunt <hunt@redhat.com>
3815
4dd79c29
MH
3816 * event-top.c (command_line_handler): Don't read past
3817 beginning of buffer.
e64d9b3d 3818
4dd79c29
MH
38192002-07-03 Martin M. Hunt <hunt@redhat.com>
3820
e64d9b3d
MH
3821 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3822 struct frame_id.
3823 (varobj_create): Store frame_id for root.
3824 (varobj_gen_name): Use xasprintf.
3825 (varobj_update): Save and restore frame using get_frame_id() and
3826 frame_find_by_id().
3827 (create_child): Use xasprintf.
3828 (new_root_variable): Initialize frame_id.
3829 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3830 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3831 to prevent memory leak.
3832
26e6c56a
AC
38332002-07-03 Andrew Cagney <ac131313@redhat.com>
3834
3835 * valops.c (hand_function_call): Move declaration of retbuf to
3836 start of function, allocate using malloc, add a cleanup but before
3837 the inf_status cleanup, cleanup the buffer. Rename local variable
3838 old_chain to inf_status_cleanup.
3839
f436dd25
MH
38402002-07-03 Martin M. Hunt <hunt@redhat.com>
3841
3842 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3843
3844 * cli/cli-decode.c (cmd_func_p): New function.
3845 (cmd_func): New function.
3846
3847 * command.h: Add cmd_func() and cmd_func_p().
3848
4cfe2084
GS
38492002-07-03 Grace Sainsbury <graces@redhat.com>
3850
3851 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3852 (REGISTER_SIZE): Remove.
3853 (MAX_REGISTER_RAW_SIZE): Remove.
3854 (REGISTER_VIRTUAL_TYPE): Remove.
3855 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3856 (REGISTER_NAME): Remove.
3857 (USE_GENERIC_DUMMY_FRAMES): Remove.
3858 (CALL_DUMMY): Remove.
3859 (CALL_DUMMY_START_OFFSET): Remove.
3860 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3861 (CALL_DUMMY_LOCATION): Remove.
3862 (FIX_CALL_DUMMY): Remove.
3863 (CALL_DUMMY_ADDRESS): Remove.
3864 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3865 (SAVE_DUMMY_FRAME_TOS): Remove.
3866 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3867 (mcore_register_virtual_type): New function.
3868 (mcore_register_byte): New function.
3869 (mcore_register_size): New function.
3870 (mcore_register_name): New function.
3871 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3872 macros removed from tm-mcore.h.
3873 (mcore_dump_tdep): Add.
3874 (_initialize_mcore_tdep): Add gdbarch_register call.
3875
4fd667e9
MK
38762002-07-03 Mark Kettenis <kettenis@gnu.org>
3877
3878 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3879 frameless_look_for_prologue, such that we actually call this
3880 function.
3881
42f99ac2
JB
38822002-07-02 Joel Brobecker <brobecker@gnat.com>
3883
3884 * frame.h (frame_address_in_block): New function.
3885
3886 * blockframe.c (frame_address_in_block): New function extracted
3887 from get_frame_block().
3888 (get_frame_block): Use frame_address_in_block().
3889 (block_innermost_frame): Use frame_address_in_block() to match
3890 the frame pc address against the block boundaries rather than
3891 the frame pc directly. This prevents a failure when a frame pc
3892 is actually a return-address pointing immediately after the end
3893 of the given block.
3894
103a1597 38952002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3896
3897 * MAINTAINERS: Add self under write after approval.
3898
38992002-07-02 Grace Sainsbury <graces@redhat.com>
3900
103a1597
GS
3901 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3902 used in architecture vector. The default is
3903 m68k_local_breakpoint_from_pc.
3904 (m68k_local_breakpoint_from_pc): Add.
3905 (enum): Add register numbers from tm-m68k.h.
3906 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3907 vector.
3908 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3909 GDB_MULTI_ARCH_PARTIAL.
3910 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3911 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3912 m68k-tdep.c.
3913 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3914 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3915 to enum in m68k-tdep.c
3916
7a5a0534
JB
39172002-07-02 Joel Brobecker <brobecker@gnat.com>
3918
3919 * solib-osf.c (open_map): Compute the list of shared libraries
3920 loaded by the inferior, rather than the list of libraries loaded
3921 by GDB itself. Otherwise, GDB ends up reading the symbols from
3922 the wrong shared libraries...
3923
6f558d74
MK
39242002-07-02 Mark Kettenis <kettenis@gnu.org>
3925
b7d15bf7
MK
3926 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3927 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3928 macros.
3929 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3930 Remove functions.
3931 (FRAMELESS_SIGNAL): Remove function.
3932 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3933 i386_linux_saved_pc_after_call): Removed.
3934 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3935 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3936 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3937
6bff26de
MK
3938 * i386-tdep.c (i386_frameless_signal_p): New function.
3939 (i386_frame_chain): Deal with frameless signals.
3940 (i386_sigtramp_saved_sp): New function.
3941 (i386_frame_saved_pc): Deal with frameless signals.
3942 (i386_saved_pc_after_call): Make sure the correct value is
3943 returned just after entry into a sigtramp.
3944 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3945 i386fbsd4_sc_sp_offset): New variables.
3946 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3947 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3948 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3949 similiar to what we already did for sc_pc_offset.
3950 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3951 tdep->sc_sp_offset.
3952
6f558d74
MK
3953 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3954
145564b7
ML
39552002-07-02 Michal Ludvig <mludvig@suse.cz>
3956
3957 * config/i386/tm-x86-64linux.h: New.
3958 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3959 definitions.
3960 * config/i386/nm-x86-64.h: Rename to ...
3961 * config/i386/nm-x86-64linux.h: ... this one.
3962 * config/i386/x86-64linux.mh: Reflect the above change.
3963
3a1e71e3
MK
39642002-07-01 Mark Kettenis <kettenis@gnu.org>
3965
21d0e8a4
MK
3966 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3967 with sigcontext_addr. Add sc_sp_offset.
3968 (i386bsd_sigtramp_saved_pc): Remove prototype.
3969 (i386bsd_sicontext_addr): Add prototype.
3970 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3971 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3972 (i386_svr4_sigtramp_saved_pc): Removed.
3973 (i386_svr4_sigcontext_addr): New function.
3974 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3975 Initialize tdep->sigcontext_addr instead. Initialize
3976 tdep->sc_pc_offset and tdep->sc_sp_offset.
3977 (i386_gdbarch_init): Likewise.
3978 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3979 any more.
3980 (i386bsd_sigtramp_saved_pc): Remove function.
3981 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3982 Initialize tdep->sigcontext_addr instead. Initialize
3983 tdep->sc_pc_offset.
3984 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3985 of tdep->sigtramp_saved_pc.
3986 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3987 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3988 instead.
3989
3a1e71e3
MK
3990 * i386-tdep.c (i386_frameless_function_invocation,
3991 i386_frame_num_args, i386_frame_init_saved_regs,
3992 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3993 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3994 i386_extract_return_value, i386_store_return_value,
3995 i386_extract_struct_value_address, i386_register_virtual_type,
3996 i386_register_convertible, i386_register_convert_to_virtual,
3997 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3998 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3999 static.
4000
52e9098c
MK
40012002-07-01 Mark Kettenis <kettenis@gnu.org>
4002
77b13a25
MK
4003 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4004
52e9098c
MK
4005 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4006 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4007 this macro. Include "value.h".
4008
1b372fff
AS
40092002-06-30 Aidan Skinner <aidan@velvet.net>
4010
4011 * ada-exp.tab.c: remove as it's a generated file
4012 * ada-lex.c: remove as it's a generated file
4013
9c5045b5
MK
40142002-06-30 Mark Kettenis <kettenis@gnu.org>
4015
4a93c5bb
MK
4016 * config/i386/tm-i386.h (struct frame_info, struct
4017 frame_saved_regs, struct value, struct type): Remove forward
4018 declarations.
4019
322d4fe0
MK
4020 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4021 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4022 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4023 (FILL_FPXREGSET): Define.
4024
fdd8263d
MK
4025 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4026
482e577b
MK
4027 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4028 i[3456]86-*-netbsd* case.
4029 * config/i386/tm-obsd.h: Removed.
4030 * config/i386/obsd.mt: Removed.
4031 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4032 core-aout.o.
4033 (MH_CFLAGS): Add -DYYDEBUG=0.
4034
6916549a
MK
4035 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4036 i386nbsd_sc_pc_offset on OpenBSD too.
4037
9c5045b5
MK
4038 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4039 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4040 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4041 define.
4042 * i386bsd-tdep.c: Include "arch-utils.h".
4043 (i386bsd_aout_in_solib_call_trampoline): New function.
4044 (i386bsd_init_abi): Set in_solib_call_trampoline to
4045 i386bsd_aout_in_solib_call_trampoline.
4046 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4047 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4048
aa84d1bb
AC
40492002-06-28 Andrew Cagney <ac131313@redhat.com>
4050
4051 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4052 (struct obstack, struct bcache): Add opaque declarations.
4053 * Makefile.in (macrotab_h): Update
4054
b4d83933
AC
40552002-06-28 Andrew Cagney <ac131313@redhat.com>
4056
4057 * blockframe.c (generic_find_dummy_frame): Change return type to
4058 ``struct regcache''.
4059 (struct dummy_frame): Replace field ``registers'' with regcache, a
4060 struct regcache object.
4061 (generic_find_dummy_frame): Update.
4062 (generic_push_dummy_frame): Update. Use regcache_xfree,
4063 regcache_xmalloc and regcache_cpy.
4064 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4065 regcache_xfree.
4066 (deprecated_generic_find_dummy_frame): Update.
4067 (generic_read_register_dummy): Update. Use
4068 regcache_read_as_address.
4069 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4070 (generic_get_saved_register): Update. Use regcache_read.
4071
08c0b5bc
AC
40722002-06-28 Andrew Cagney <ac131313@redhat.com>
4073
4074 * Makefile.in (objfiles_h): Add $(bcache_h).
4075 * objfiles.h: Include "bcache.h".
4076
4077 * Makefile.in (symtab_h): Remove $(bcache_h).
4078 * symtab.h: Do not include "bcache.h".
4079
1f89801a
AC
40802002-06-28 Andrew Cagney <ac131313@redhat.com>
4081
4082 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4083 generic_func_frame_chain_valid.
4084
b9644b58
DB
40852002-06-28 David O'Brien <obrien@FreeBSD.org>
4086
4087 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4088 * config/i386/tm-fbsd.h: Likewise.
4089
dd486634
AC
40902002-06-28 Andrew Cagney <ac131313@redhat.com>
4091
4092 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4093 generic_unwind_get_saved_register.
4094
0b434a00
AC
40952002-06-27 Andrew Cagney <ac131313@redhat.com>
4096
4097 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4098 * regcache.c (supply_register): Add missing argument to
4099 register_buffer call.
4100
f30e5a77
AC
41012002-06-27 Andrew Cagney <ac131313@redhat.com>
4102
4103 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4104 Solaris /bin/grep does not not like it. From Peter Schauer.
4105
9f064c95
TT
41062002-06-26 Tom Tromey <tromey@redhat.com>
4107
4108 * command.h (add_setshow_cmd): Declare.
4109 (add_setshow_cmd_full): Declare.
4110 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4111 returns void. Use add_setshow_cmd_full.
4112 (add_setshow_cmd_full): New function.
4113 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4114 (add_setshow_boolean_cmd): Likewise.
4115
099c7589
JT
41162002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4117
4118 * config/vax/tm-vax.h: Protect from multiple inclusion.
4119 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4120 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4121 * config/vax/tm-vaxbsd.h: ...here. New file.
4122 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4123
1d049c5e
JT
41242002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4125
4126 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4127 (BELIEVE_PCC_PROMOTION): Remove.
4128 (AP_REGNUM): Move to...
4129 * config/vax/nm-vax.h: ...here.
4130 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4131 (vax_breakpoint_from_pc): New function.
4132 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4133 and gdbarch_believe_pcc_promotion.
4134
4791e091
JT
41352002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4136
4137 * Makefile.in (vax_tdep_h): Define.
4138 (vax-tdep.o): Use $(vax_tdep_h).
4139 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4140 (vax_dump_tdep): New function.
4141 (_initialize_vax_tdep): Register vax_dump_tdep.
4142 * vax-tdep.h: Include osabi.h.
4143 (struct gdbarch_tdep): New.
4144
da130f98
AC
41452002-06-26 Andrew Cagney <cagney@redhat.com>
4146
4147 * frame.h (deprecated_generic_find_dummy_frame): Rename
4148 generic_find_dummy_frame.
4149 * blockframe.c (generic_find_dummy_frame): Make static.
4150 (deprecated_generic_find_dummy_frame): New function.
4151 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4152 generic_find_dummy_frame with deprecated_find_dummy_frame.
4153 (sh64_nofp_frame_init_saved_regs): Ditto.
4154 (sh_fp_frame_init_saved_regs): Ditto.
4155 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4156 (s390_frame_chain): Ditto.
4157 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4158
6300c360
GS
41592002-06-26 Grace Sainsbury <graces@redhat.com>
4160
4161 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4162 gdbarch vector are at the top.
4163 (NUM_REGS): Remove.
4164 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4165 (FRAME_ARGS_ADDRESS): Remove.
4166 (FRAME_LOCALS_ADDRESS): Remove.
4167 (FRAME_NUM_ARGS): Remove.
4168 (FRAME_ARGS_SKIP): Remove.
4169 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4170 (m68k_gdbarch_init): Add gdbarch initializations for macros
4171 undefined in tm-m68k.h
4172
1c617db8
GS
41732002-06-26 Grace Sainsbury <graces@redhat.com>
4174
4175 * monitor.h: Add the function regname to monitor_ops
4176 structure. This way NUM_REGS does not have to be a constant.
4177 * monitor.c (monitor_fetch_register): Added support for regname
4178 function. The function is called if the array regnames is NULL.
4179 (monitor_store_register): Same.
da130f98
AC
4180 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4181 regnames array.
1c617db8
GS
4182 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4183 cpu32bug_cmds.regname to point to new function.
4184 * abug-rom.c (abug_regname): Same as above.
4185 (init_abug_cmds): Same.
4186 * dbug-rom.c (dbug_regname): Same as above.
4187 (init_dbug_cmds): Same.
4188 * remote-est.c (est_regname): Same.
4189 (init_est_cmds): Same.
4190 * rom68k-rom.c (rom68k_regname): Same.
4191 (init_rom68k_cmds): Same.
4192
ea9365bb
TT
41932002-06-25 Tom Tromey <tromey@redhat.com>
4194
4195 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4196
72cec141
AC
41972002-06-25 Andrew Cagney <cagney@redhat.com>
4198
4199 * infrun.c (stop_registers): Change variable's type to ``struct
4200 regcache'''.
4201 (xmalloc_inferior_status): Delete function.
4202 (free_inferior_status): Delete function.
4203 (normal_stop): Use regcache_cpy.
4204 (struct inferior_status): Change type of fields ``stop_registers''
4205 and ``registers'' to ``struct regcache''.
4206 (write_inferior_status_register): Use regcache_write.
4207 (save_inferior_status): Instead of calling
4208 xmalloc_inferior_status, allocate the inf_status buffer directly.
4209 Use regcache_dup_no_passthrough and regcache_dup to save the
4210 buffers.
4211 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4212 Replace the stop_registers regcache instead of overriding it. Use
4213 regcache_xfree. Instead of calling free_inferior_status, xfree
4214 the buffer directly.
4215 (discard_inferior_status): Use regcache_xfree. Instead of calling
4216 free_inferior_status, xfree the buffer directly.
4217 (build_infrun): Use regcache_xmalloc.
4218 (_initialize_infrun): Delete redundant call to build_infrun.
4219
4220 * Makefile.in (infcmd.o): Add $(regcache_h).
4221
4222 * infcmd.c: Include "regcache.h".
4223 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4224 obtain the address of `stop_registers' register buffer.
4225 (print_return_value): Ditto.
4226
4227 * inferior.h (struct regcache): Add opaque declaration.
4228 (stop_registers): Change variable's declared type to ``struct
4229 regcache''.
4230
defc6f8c
TT
42312002-06-24 Tom Tromey <tromey@redhat.com>
4232
c0e624e7
TT
4233 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4234 * target.c (initialize_targets): Fixed typo in
4235 trust-readonly-sections `show' documentation.
4236
defc6f8c
TT
4237 * main.c: Marked all strings with _().
4238
2b236d82
DH
42392002-06-24 Don Howard <dhoward@redhat.com>
4240
4241 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4242 that means max CORE_ADDR+1.
4243 (lookup_mem_region): Ditto.
4244 (mem_info_command): Ditto.
4245
942dc0e9
GS
42462002-06-24 Grace Sainsbury <graces@redhat.com>
4247
4248 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4249 (REGISTER_BYTES_OK): Remove.
4250 (REGISTER_BYTES): Remove.
4251 (STORE_STRUCT_RETURN): Remove.
4252 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4253 (STORE_RETURN_VALUE): Remove.
4254 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4255 (FRAME_CHAIN): Remove.
4256 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4257 (FRAME_SAVED_PC): Remove.
4258 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4259 (m68k_store_struct_return): Add.
4260 (m68k_deprecated_extract_return_value): Add.
4261 (m68k_deprecated_extract_struct_value_address): Add.
4262 (m68k_store_return_value): Add.
4263 (m68k_frame_chain): Add.
4264 (m68k_frameless_function_invocation): Add.
4265 (m68k_frame_saved_pc): Add.
4266 (m68k_gdbarch_init): added set_gdbarch calls for new
4267 functions and deleted macros.
4268
03c30d4d
TT
42692002-06-23 Tom Tromey <tromey@redhat.com>
4270
4271 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4272 (ALLDEPFILES): Likewise.
4273 (udiheaders): Removed.
4274 (udip2soc.o): Likewise.
4275 (udi2go32.o): Likewise.
4276 (udr.o): Likewise.
4277 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4278
37e71372
AC
42792002-06-22 Andrew Cagney <ac131313@redhat.com>
4280
06a6ac57
AC
4281 * infrun.c (_initialize_infrun): Delete unnecessary call to
4282 build_infrun.
4283
37e71372
AC
4284 * regcache.h: Update comments describing the regcache_cpy family
4285 of functions.
4286 (regcache_save, regcache_restore): Delete declaration.
4287 (regcache_save_no_passthrough): Delete declaration.
4288 (regcache_restore_no_passthrough): Delete declaration.
4289 * regcache.c (regcache_save): Delete function.
4290 (regcache_save_no_passthrough): Delete function.
4291 (regcache_restore): Delete function.
4292 (regcache_restore_no_passthrough): Delete function.
4293
78f6d055
AC
42942002-06-21 Andrew Cagney <ac131313@redhat.com>
4295
4296 * config/m68k/tm-m68k.h: Fix typo.
4297 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4298 (m68k_frame_init_saved_regs): Declare.
4299
78b119cb
JB
43002002-06-21 Jim Blandy <jimb@redhat.com>
4301
4302 Remove some vestiges of Harris 88k support.
4303 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4304 register numbering quirk.
4305 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4306 odd symbols occurring in Harris 88k ELF targets.
4307
0fbb3da7
TT
43082002-06-21 Tom Tromey <tromey@redhat.com>
4309
4310 * gdb_locale.h: New file.
4311 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4312 (defs_h): Added gdb_locale.h.
4313 * configure, config.in: Rebuilt.
4314 * configure.in (PACKAGE): Define.
4315 * defs.h: Include gdb_locale.h.
4316 * main.c (captured_main): Call setlocale, bindtextdomain,
4317 textdomain.
4318
456f8b9d
DB
43192002-06-21 Dave Brolley <brolley@redhat.com>
4320
4321 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4322 * config/frv/frv.mt: New file.
4323 * config/frv/tm-frv.h: New file.
4324 * configure.tgt: Support frv-*-*.
4325 * Makefile.in (frv-tdep.o): New target.
4326 * frv-tdep.c: New file.
4327 * NEWS: Mention frv.
4328
cdd463f9
DB
43292002-06-21 Dave Brolley <brolley@redhat.com>
4330
4331 * MAINTAINERS: Add self to "Write After Approval" list.
4332
5d3ed2e3
GS
43332002-06-21 Grace Sainsbury <graces@redhat.com>
4334
4335 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4336 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4337 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4338 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4339 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4340
4341 * m68k-tdep.c: Include arch-utils.h
4342 (m68k_register_raw_size): Add.
4343 (m68k_register_virtual_size): Add.
4344 (m68k_register_virtual_type): Add.
4345 (m68k_register_name): Add.
4346 (m68k_stack_align): Add.
4347 (m68k_register_byte): Add.
4348 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4349 tm-m68k.h.
4350
7f8e7424
GS
43512002-06-21 Grace Sainsbury <graces@redhat.com>
4352
a2c6a6d5 4353 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4354 m68k_find_saved_regs.
4355 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4356 references to it with frame->saved_regs.
7f8e7424
GS
4357 (m68k_gdbarch_init): Added function calls to initialize the
4358 gdbarch structure.
a2c6a6d5
GS
4359 (m68k_fix_call_dummy): Add.
4360 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4361 (CALL_DUMMY): Remove.
4362 (CALL_DUMMY_LENGTH): Remove.
4363 (CALL_DUMMY_START_OFFSET): Remove.
4364 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4365 (FIX_CALL_DUMMY): Remove.
4366 (PUSH_DUMMY_FRAME): Remove.
4367 (POP_FRAME): Remove.
7f8e7424 4368
f461f5cf
PM
43692002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4370
4371 * parse.c (parse_fprintf): New function used to avoid calls to
4372 fprintf in bison parser generated debug code.
4373 * parser-defs.h: Declaration of new parse_fprintf function.
4374 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4375 Set YYDEBUG to 1 by default.
4376 Set YYFPRINTF as parse_fprintf.
4377
7f0c12ed
ML
43782002-06-21 Michal Ludvig <mludvig@suse.cz>
4379
4380 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4381 encoding anymore.
4382 (pointer_encoding, enum ptr_encoding): New.
4383 (execute_cfa_program): Take care about pointer encoding.
4384 (dwarf2_build_frame_info): Only call parse_frame_info for
4385 .debug_frame and .eh_frame.
4386 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4387 fixed augmentation handling, added relative addressing,
4388 ignore duplicate FDEs. Added comments.
19d833a2 4389 * dwarf2cfi.c: Reindented.
7f0c12ed 4390
87c4a039
EZ
43912002-06-20 Elena Zannoni <ezannoni@redhat.com>
4392
4393 * event-top.c (command_handler): Don't use space_at_cmd_start
4394 unless there is sbrk() on the host. Assign time and space data
4395 to union fields of the appropriate length.
4396
1cf877ad
ML
43972002-06-20 Michal Ludvig <mludvig@suse.cz>
4398
4399 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4400 x86_64_register_name. Return type changed to 'const char *'.
4401 (x86_64_register_name2nr): Rename to x86_64_register_number.
4402 (x86_64_gdbarch_init): Update to reflect the change.
4403 * x86-64-tdep.h: Ditto.
4404 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4405 (supply_fpregset): Ditto.
4406
3fadccb3
AC
44072002-06-19 Andrew Cagney <cagney@redhat.com>
4408
4409 * regcache.h: Update copyright.
4410 (struct regcache, struct gdbarch): Add opaque declarations.
4411 (current_regcache): Declare global variable.
4412 (regcache_read, regcache_write): Add gdbarch parameter.
4413 (regcache_save, regcache_save_no_passthrough)
4414 (regcache_restore, regcache_restore_no_passthrough)
4415 (regcache_dup, regcache_dup_no_passthrough)
4416 (regcache_cpy, regcache_cpy_no_passthrough)
4417 (deprecated_grub_regcache_for_registers)
4418 (deprecated_grub_regcache_for_register_valid)
4419 (regcache_valid_p): Add function declarations.
4420
4421 * regcache.c: Update copyright.
4422 (regcache_descr_handle): New global variable.
4423 (struct regcache_descr): Define.
4424 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4425 (regcache_descr, xfree_regcache_descr): New functions.
4426 (struct regcache): Define.
4427 (regcache_xmalloc, regcache_xfree): New functions.
4428 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4429 (regcache_dup, regcache_dup_no_passthrough): New functions.
4430 (regcache_valid_p, regcache_read_as_address): New functions.
4431 (deprecated_grub_regcache_for_registers): New function.
4432 (deprecated_grub_regcache_for_register_valid): New function.
4433 (current_regcache): New global variable.
4434 (register_buffer): Add regcache parameter. Update calls.
4435 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4436 (read_register_gen, write_register_gen): Update register_buffer
4437 call. Test for legacy_p instead of gdbarch_register_read_p or
4438 gdbarch_register_write_p.
4439 (regcache_collect): Update register_buffer call.
4440 (build_regcache): Rewrite. Use deprecated grub functions.
4441 (regcache_save, regcache_save_no_passthrough): New functions.
4442 (regcache_restore, regcache_restore_no_passthrough): New
4443 functions.
4444 (_initialize_regcache): Create the regcache_data_handle. Swap
4445 current_regcache global variable.
4446
4447 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4448 parameter to regcache_read and regcache_write calls.
4449 (sh4_register_read): Ditto.
4450 (sh64_pseudo_register_read): Ditto.
4451 (sh64_register_read): Ditto.
4452 (sh_pseudo_register_write): Ditto.
4453 (sh4_register_write): Ditto.
4454 (sh64_pseudo_register_write): Ditto.
4455 (sh64_register_write): Ditto.
4456
4457 * defs.h (XCALLOC): Define.
4458
152d9db6
GS
44592002-06-19 Grace Sainsbury <graces@redhat.com>
4460
4461 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4462 * m68k-tdep.c (m68k_gdbarch_init): Added.
4463 (m68k_dump_tdep): Added.
4464
170911c7
DJ
44652002-06-19 Daniel Jacobowitz <drow@mvista.com>
4466
4467 * ada-lang.c (fill_in_ada_prototype): Update comment.
4468
2e4ebe70
DJ
44692002-06-19 Daniel Jacobowitz <drow@mvista.com>
4470
4471 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4472 MIPS_ABI_LAST.
4473 (mips_abi_string, mips_abi_strings): New.
4474 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4475 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4476 tdep->mips_abi_string. Honor mips_abi_string. Default to
4477 O32 if no ABI is found.
4478 (mips_dump_tdep): Use mips_abi_strings.
4479 (mips_abi_update): New function.
4480 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4481 ``set mips abi'' and ``show mips abi''. Check the size of
4482 mips_abi_strings.
4483
16775908
AC
44842002-06-19 Andrew Cagney <cagney@redhat.com>
4485
4486 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4487 constant.
4488
5051bfa4 44892002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4490
5051bfa4
JB
4491 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4492 current frame using only the first stack size adjustment. All
4493 subsequent size adjustments are not considered to be part of
4494 the "static" part of the current frame.
4495 Compute the address of the saved registers relative to the
4496 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4497 in use in this frame.
4498
56468235
DH
44992002-06-18 Don Howard <dhoward@redhat.com>
4500
4501 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4502 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4503 suggesting this solution.
4504
0b624158
AC
45052002-06-18 Andrew Cagney <ac131313@redhat.com>
4506
4507 * config/romp/xm-rtbsd.h: Delete file.
4508 * config/romp/rtbsd.mh: Delete file.
4509
221ea385
KS
45102002-06-18 Keith Seitz <keiths@redhat.com>
4511
4512 * breakpoint.c (condition_command): Post breakpoint_modify
4513 when a condition is added to an existing breakpoint.
4514 (commands_command): Likewise for commands.
4515 (set_ignore_count): Likewise for ignore counts.
4516 If no tty, do not simply return, still need to send event
4517 notification.
4518 (ignore_command): Only print a newline if the command came
4519 from a tty.
4520 Don't call breakpoints_changed, since this is now properly
4521 handled by set_ignore_count.
4522
5402eed1
AC
45232002-06-18 Andrew Cagney <cagney@redhat.com>
4524
4525 * MAINTAINERS: Note that cris-elf target can be compiled with
4526 -Werror.
4527 * cris-tdep.c (cris_register_name): Make return type constant.
4528 (cris_breakpoint_from_pc): Ditto.
4529
cc22880b
ML
45302002-06-18 Michal Ludvig <mludvig@suse.cz>
4531
4532 * frame.h (struct frame_info): Change type of context to
4533 'struct context'.
4534
fa88f677
AC
45352002-06-17 Andrew Cagney <cagney@redhat.com>
4536
4537 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4538 pointer.
4539 * gdbarch.h, gdbarch.c: Regenerate.
4540 * config/mips/tm-mips.h (mips_register_name): Update.
4541 * i386-tdep.h (i386_register_name): Update.
4542 * mips-tdep.c (mips_register_name): Update
4543 * alpha-tdep.c (alpha_register_name): Update.
4544 * arch-utils.c (legacy_register_name): Update.
4545 * arch-utils.h (legacy_register_name): Update.
4546 * avr-tdep.c (avr_register_name): Update.
4547 * ia64-tdep.c (ia64_register_name): Update.
4548 * i386-tdep.c (i386_register_name): Update.
4549 * sparc-tdep.c (sparc32_register_name): Update.
4550 (sparc64_register_name): Update.
4551 (sparclite_register_name): Update.
4552 (sparclet_register_name): Update.
4553 * sh-tdep.c (sh_generic_register_name): Update.
4554 (sh_sh_register_name): Update.
4555 (sh_sh3_register_name): Update.
4556 (sh_sh3e_register_name): Update.
4557 (sh_sh_dsp_register_name): Update.
4558 (sh_sh3_dsp_register_name): Update.
4559 (sh_sh4_register_name): Update.
4560 (sh_sh64_register_name): Update.
4561 * s390-tdep.c (s390_register_name): Update.
4562 * rs6000-tdep.c (rs6000_register_name): Update.
4563 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4564 (ns32k_register_name_32382): Update.
4565 * d10v-tdep.c (d10v_ts2_register_name): Update.
4566 (d10v_ts3_register_name): Update.
4567 * xstormy16-tdep.c (xstormy16_register_name): Update.
4568 * vax-tdep.c (vax_register_name): Update.
4569 * v850-tdep.c (v850_register_name): Update.
4570 * m68hc11-tdep.c (m68hc11_register_name): Update.
4571 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4572 (am33_register_name): Update.
4573
ea1e7ef6
GS
45742002-06-17 Grace Sainsbury <graces@redhat.com>
4575
4576 * m68k-tdep.c: Reindented.
4577
9b02dd1b
AC
45782002-06-17 Andrew Cagney <ac131313@redhat.com>
4579
4580 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4581 list of predefined types.
4582
8758dec1
MK
45832002-06-16 Mark Kettenis <kettenis@gnu.org>
4584
b6197528
MK
4585 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4586 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4587 REGISTER_CONVERT_TO_RAW): Remove defines.
4588 (i386_register_virtual_type, i386_register_convertible,
4589 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4590 Remove prototypes.
4591 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4592 macros mentioned above.
4593
82b47e62
MK
4594 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4595 (i386lynx_saved_pc_after_call): Remove prototype.
4596 * i386ly-tdep.c: Include "i386-tdep.h".
4597 (i386lynx_saved_pc_after_call): Make static. Use
4598 read_memory_nobpt instead of read_memory. Use
4599 read_memory_unsigned_integer instead of read_memory_integer.
4600 (i386lynx_init_abi): New function.
4601 (i386lynx_coff_osabi_sniffer): New function.
4602 (_initialize_i386bsd_tdep): New function.
4603
8758dec1
MK
4604 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4605 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4606 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4607 (i386_fix_call_dummy): Remove prototype.
4608 * i386-tdep.c (i386_call_dummy_words): New variable.
4609 (i386_gdbarch_init): Adjust for removal of the
4610 macros mentioned above.
4611
e9e68a56
AC
46122002-06-15 Andrew Cagney <ac131313@redhat.com>
4613
4614 * command.h (add_setshow_auto_boolean_cmd): Replace
4615 add_set_auto_boolean_cmd.
4616 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4617 add_set_auto_boolean_cmd.
4618 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4619 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4620 mask-address'' command.
4621 (show_mask_address): Add cmd parameter.
4622 * remote.c (add_packet_config_cmd): Update. Change type of
4623 set_func and show_func to cmd_sfunc_ftype.
4624 (_initialize_remote): Update `set remote Z-packet'
4625 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4626 (show_remote_protocol_e_packet_cmd): Ditto.
4627 (show_remote_protocol_E_packet_cmd): Ditto.
4628 (show_remote_protocol_P_packet_cmd): Ditto.
4629 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4630 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4631 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4632 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4633 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4634 (show_remote_protocol_Z_packet_cmd): Ditto.
4635 (show_remote_protocol_binary_download_cmd): Ditto.
4636 (show_remote_cmd): Pass NULL to all of above.
4637
fc08ec52
MK
46382002-06-15 Mark Kettenis <kettenis@gnu.org>
4639
4640 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4641 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4642 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4643 POP_FRAME): Remove defines.
4644 (i386_push_arguments, i386_store_struct_return,
4645 i386_extract_return_value, i386_store_return_value,
4646 i386_extract_struct_value_address, i386_push_dummy_frame,
4647 i386_pop_frame): Renove prototypes.
4648 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4649 macros mentioned above.
4650
e707bbc2
AC
46512002-06-15 Andrew Cagney <ac131313@redhat.com>
4652
4653 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4654 add_set_boolean_cmd.
4655 (add_setshow_cmd): New function.
4656 * command.h (add_setshow_boolean_cmd): Replace
4657 add_set_boolean_cmd.
4658 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4659 and ``set rdiromatzero''.
4660 * maint.c (_initialize_maint_cmds): Update commented out code.
4661 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4662 * target.c (initialize_targets): Update `set
4663 trust-readonly-sections'.
4664 * remote.c (_initialize_remote): Update `set remotebreak'.
4665
42fdc8df
MK
46662002-06-15 Mark Kettenis <kettenis@gnu.org>
4667
93924b6b
MK
4668 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4669 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4670 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4671 fit into multi-arch framework.
4672 (i386_breakpoint_from_pc): New function.
4673 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4674 above.
4675
42fdc8df
MK
4676 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4677 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4678 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4679 (i386_frameless_function_invocation, i386_frame_num_args,
4680 i386_frame_init_saved_regs): Remove prototypes.
4681 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4682 macros mentioned above.
4683
9773a94b
AC
46842002-06-15 Andrew Cagney <ac131313@redhat.com>
4685
4686 * cli/cli-decode.c (set_cmd_cfunc): Update.
4687 (set_cmd_sfunc): Update.
4688 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4689 (set_cmd_sfunc, set_cmd_cfunc): Update.
4690 * cli/cli-decode.h: Update.
4691
6e157172
MK
46922002-06-15 Mark Kettenis <kettenis@gnu.org>
4693
4694 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4695 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4696
7f19b9a2
AC
46972002-06-15 Andrew Cagney <ac131313@redhat.com>
4698
4699 * defs.h (auto_boolean): Declare enum.
4700 * command.h (cmd_auto_boolean): Delete enum.
4701 * mips-tdep.c (mask_address_var): Update.
4702 (mips_mask_address_p): Update.
4703 (show_mask_address): Update.
4704 * remote.c (struct packet_config): Update.
4705 (update_packet_config): Update.
4706 (show_packet_config_cmd): Update.
4707 (packet_ok): Update.
4708 (add_packet_config_cmd): Update.
4709 (_initialize_remote):
4710 * command.h: Update.
4711 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4712 (do_setshow_command): Update.
4713 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4714 * cli/cli-decode.h: Update.
4715
1cf88de5
MK
47162002-06-15 Mark Kettenis <kettenis@gnu.org>
4717
22ba8cf2
MK
4718 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4719 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4720 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4721 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4722 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4723 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4724
762c5349
MK
4725 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4726 list of DJGPP COFF targets.
4727
091198bb
MK
4728 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4729 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4730 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4731 (FP0_REGNUM): Remove define.
4732 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4733 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4734 (i386_register_virtual_size): Remove protoype.
4735 * i386-tdep.c (i386_register_virtual_size): Removed.
4736 (i386_extract_return_value, i386_store_return_value): Use
4737 FP0_REGNUM instead of NUM_FREGS to determine whether the
4738 floating-point registers are available.
4739 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4740 Adjust for removal of macros mentioned above.
4741
47422002-06-15 Mark Kettenis <kettenis@gnu.org>
4743
fcc9bf01
MK
4744 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4745 comments.
4746 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4747 Remove prototypes.
4748 (supply_gregset, fill_gregset): Remove use of register keyword and
4749 remove declaration for regmap. Use I386_NUM_GREGS instead of
4750 NUM_REGS and NUM_FREGS.
4751 (FPREGSET_FSAVE_OFFSET): Remove.
4752 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4753 NUM_FREGS to determine whether the floating-point registers are
4754 available.
4755
65e78234
MK
4756 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4757 gnu_store_registers): Replace usage of NUM_GREGS with
4758 I386_NUM_GREGS.
4759
98df6387
MK
4760 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4761 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4762 usage of NUM_GREGS with I386_NUM_GREGS.
4763
099a9414
MK
4764 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4765
57976e88
MK
4766 * i386bsd-nat.c: Include "i386-tdep.h".
4767 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4768 I386_NUM_GREGS.
4769
b335f4a6
MK
4770 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4771 and associated comment. They no longer make any sense, since we
4772 don't use this file anymore on Linux.
4773
1cf88de5
MK
4774 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4775 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4776 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4777 elements in these arrays.
4778 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4779 MAX_NUM_REGS.
4780
daa66587
MK
47812002-06-15 Mark Kettenis <kettenis@gnu.org>
4782
4783 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4784 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4785
26e9b323
AC
47862002-06-14 Andrew Cagney <cagney@redhat.com>
4787
4788 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4789 EXTRACT_RETURN_VALUE.
4790 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4791 EXTRACT_STRUCT_VALUE_ADDRESS.
4792 * gdbarch.h, gdbarch.c: Regenerate.
4793
4794 * values.c (value_being_returned): Handle
4795 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4796 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4797
4798 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4799 * arm-tdep.c (arm_gdbarch_init): Update.
4800 * avr-tdep.c (avr_gdbarch_init): Update.
4801 * cris-tdep.c (cris_gdbarch_init): Update.
4802 * d10v-tdep.c (d10v_gdbarch_init): Update.
4803 * ia64-tdep.c (ia64_gdbarch_init): Update.
4804 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4805 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4806 * s390-tdep.c (s390_gdbarch_init): Update.
4807 * sh-tdep.c (sh_gdbarch_init): Update.
4808 * s390-tdep.c (s390_gdbarch_init): Update.
4809 * sparc-tdep.c (sparc_gdbarch_init): Update.
4810 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4811 * v850-tdep.c (v850_gdbarch_init): Update.
4812 * vax-tdep.c (vax_gdbarch_init): Update.
4813 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4815
4816 * config/arc/tm-arc.h: Update.
4817 * config/d30v/tm-d30v.h: Update.
4818 * config/fr30/tm-fr30.h: Update.
4819 * config/h8300/tm-h8300.h: Update.
4820 * config/h8500/tm-h8500.h: Update.
4821 * config/i386/tm-i386.h: Update.
4822 * config/i386/tm-ptx.h: Update.
4823 * config/i386/tm-symmetry.h: Update.
4824 * config/i960/tm-i960.h: Update.
4825 * config/m32r/tm-m32r.h: Update.
4826 * config/m68k/tm-delta68.h: Update.
4827 * config/m68k/tm-linux.h: Update.
4828 * config/m68k/tm-m68k.h: Update.
4829 * config/m88k/tm-m88k.h: Update.
4830 * config/mcore/tm-mcore.h: Update.
4831 * config/mips/tm-mips.h: Update.
4832 * config/mn10200/tm-mn10200.h: Update.
4833 * config/pa/tm-hppa.h: Update.
4834 * config/pa/tm-hppa64.h: Update.
4835 * config/sparc/tm-sp64.h: Update.
4836 * config/sparc/tm-sparc.h: Update.
4837 * config/sparc/tm-sparclet.h: Update.
4838 * config/z8k/tm-z8k.h: Update.
4839
5179e78f
AC
48402002-06-14 Andrew Cagney <cagney@redhat.com>
4841
4842 * Makefile.in (i386_linux_tdep_h): Define.
4843 (i386_tdep_h, i387_tdep_h): Define.
4844 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4845 $(i386_tdep_h) and $(i387_tdep_h).
4846 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4847
8201327c
MK
48482002-06-14 Mark Kettenis <kettenis@gnu.org>
4849
edf393ac
MK
4850 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4851 Already covered by the default.
4852
896fb97d
MK
4853 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4854 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4855 (i386_gdbarch_init): Initialize long_double_format and long_double
4856 bit.
4857
8201327c
MK
4858 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4859 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4860 Move these to ...
4861 * config/i386/i386sol2.mh: ... here.
4862 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4863 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4864 (SIGCONTEXT_PC_OFFSET): Remove define.
4865 (IN_SIGTRAMP): Remove define.
4866 * i386-sol2-tdep.c: New file.
4867
4868 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4869 * config/i386/tm-i386nw.h: Removed.
4870
4871 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4872 USE_STRUCT_CONVENTION): Remove defines.
4873 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4874 (get_longjmp_target): Remove prototype.
4875 (IN_SIGTRAMP): Remove define.
4876 (i386bsd_in_sigtramp): Remove prototype.
4877 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4878 function. Update comment accordingly
4879 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4880 (FRAME_SAVED_PC): Remove define.
4881 (i386bsd_frame_saved_pc): Remove prototype.
4882 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4883 GET_LONGJMP_TARGET): Remove defines.
4884 (get_longjmp_target): Remove prototype.
4885 (IN_SIGTRAMP): Remove define.
4886 (i386bsd_in_sigtramp): Remove prototype.
4887 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4888 function. Update comment accordingly
4889 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4890 (FRAME_SAVED_PC): Remove define.
4891 (i386bsd_frame_saved_pc): Remove prototype.
4892 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4893 Remove prototype.
4894 (USE_STRUCT_CONVENTION): Remove prototype.
4895 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4896 declaration.
4897 (_initialize_i386bsd_nat): Revise logic to determine some
4898 constants at compile time when compiling a native GDB. Warn if
4899 things don't match up with what we expect.
4900 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4901 Remove variables.
4902 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4903 to use date stored in `struct gdbarch_tdep'.
4904 (i386bsd_sigcontext_offset): Remove varaible.
4905 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4906 stored in `struct gdbarch_tdep'.
4907 (i386bsd_frame_saved_pc): Make static.
4908 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4909 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4910 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4911 i386fbsd4_sc_pc_offset): New variables.
4912 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4913 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4914 functions.
4915 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4916 functions.
4917 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4918 Modify the value of i386fbsd_sigtramp_start and
4919 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4920 i386fbsd_sigtramp_end.
4921 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4922 function.
4923
4924 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4925 define to i386-linux-tdep.h.
4926 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4927 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4928 defines.
4929 (i386_linux_register_name, i386_linux_register_byte,
4930 i386_linux_register_raw_size): Remove prototypes.
4931 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4932 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4933 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4934 TARGET_WRITE_PC): Remove defines.
4935 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4936 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4937 i386_linux_write_pc): Remove prototypes.
4938 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4939 (get_longjmp_target): Remove prototype.
4940 * i386-linux-tdep.h: New file.
4941 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4942 * i386-linux-tdep.c: Include "i386-tdep.h" and
4943 "i386-linux-tdep.h".
4944 (i386_linux_register_name, i386_linux_register_byte,
4945 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4946 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4947 Make static.
4948 (i386_linux_init_abi): New function.
4949 (_initialize_i386_linux_tdep): New function.
4950
4951 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4952 (i386_saved_pc_after_call): Remove prototype.
4953 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4954 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4955 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4956 (i386_register_name, i386_stab_reg_to_regnum,
4957 i386_dwarf_reg_to_regnum): Remove prototypes.
4958 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4959 SIZEOF_SSE_REGS): Remove defines.
4960 (REGISTER_BYTES): Remove define.
4961 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4962 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4963 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4964 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4965 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4966 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4967 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4968 (get_longjmp_target): Remove prototype.
4969 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4970 (sigtramp_saved_pc): Remove define.
4971 (i386v4_sigtramp_saved_pc): Remove prototype.
4972 * config/i386/tm-go32.h (FRAME_CHAIN,
4973 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4974 (i386go32_frame_saved_pc): Remove prototype.
4975 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4976 (get_longjmp_target): Remove prototype.
4977 * i386-tdep.h: Include "osabi.h".
4978 (enum i386_abi): Removed.
4979 (enum struct_return): New enum.
4980 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4981 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4982 sc_pc_offset members.
4983 (i386_gdbarch_register_os_abi): Remove prototype.
4984 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4985 I386_SSE_NUM_REGS): New defines.
4986 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4987 I386_SSE_SIZEOF_REGS): New defines.
4988 (i386_register_name, i386_register_byte, i386_register_raw_size):
4989 New prototypes.
4990 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4991 (i386bsd_sigtramp_saved_pc): New prototype.
4992 * i386-tdep.c: Don't include "elf-bfd.h".
4993 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4994 i386_frame_chain, i386_saved_pc_after_call): Make static.
4995 (i386_frame_saved_pc): Rewrite to call architecture dependent
4996 function to deal with signal handlers. Make static.
4997 (i386go32_frame_saved_pc): Removed.
4998 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4999 Removed.
5000 (i386_get_longjmp_target): New function.
5001 (default_struct_convention, pcc_struct_convention,
5002 reg_struct_convention, valid_conventions, struct_convention): New
5003 variables.
5004 (i386_use_struct_convention): New function.
5005 (i386v4_sigtramp_saved_pc): Renamed to
5006 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5007 (i386_pc_in_sigtramp): New function.
5008 (i386_abi_names): Removed.
5009 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5010 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5011 Removed.
5012 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5013 i386_gdbarch_register_os_abi): Removed.
5014 (struct i386_abi_handler): Removed.
5015 (i386_abi_handler_list): Removed.
5016 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5017 functions.
5018 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5019 i386_nw_init_abi): New functions.
5020 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5021 Use set_gdbarch_xxx() calls instead of relying on macros for a
5022 number of calls.
5023 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5024 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5025 Register the various architecture variants defined in this file.
5026
ad2f7632
DJ
50272002-06-14 Daniel Jacobowitz <drow@mvista.com>
5028
5029 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5030 (struct main_type): Remove arg_types member. Update comments for
5031 struct field.
5032 (TYPE_ARG_TYPES): Remove.
5033 (TYPE_FN_FIELD_ARGS): Update.
5034 (smash_to_method_type): Update prototype.
5035
5036 * c-typeprint.c (cp_type_print_method_args): Take method type
5037 instead of argument list. Use new argument layout. Simplify.
5038 (c_type_print_args): Use new argument layout. Simplify.
5039 (c_type_print_base): Update call to cp_type_print_method_args.
5040 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5041 argument; use die->type instead. Update call to
5042 smash_to_method_type.
5043 (read_structure_scope): Update call to dwarf2_add_member_fn.
5044 * gdbtypes.c (allocate_stub_method): Update comment.
5045 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5046 Use new argument layout.
5047 (check_stub_method): Use new argument layout. Don't count
5048 void as an argument.
5049 (print_arg_types): Update comments. Use new argument layout.
5050 (recursive_dump_type): Don't print arg_types member.
5051 * hpread.c (hpread_read_struct_type): Use new argument layout.
5052 (fixup_class_method_type): Likewise.
5053 (hpread_type_lookup): Likewise.
5054 * stabsread.c (read_type): Update calls to read_args and
5055 smash_to_method_type.
5056 (read_args): Use new argument layout. Simplify.
5057 * valops.c (typecmp): Use new argument layout. Update parameters
5058 and comments. Simplify.
5059 (hand_function_call): Use new argument layout.
5060 (search_struct_method): Update call to typecmp.
5061 (find_overload_match): Use new argument layout.
5062
6da02953
DJ
50632002-06-13 Daniel Jacobowitz <drow@mvista.com>
5064
5065 * NEWS: Mention multithreaded debug support for gdbserver.
5066
519b2366
DJ
50672002-06-13 Daniel Jacobowitz <drow@mvista.com>
5068
5069 * MAINTAINERS: Mention NEWS.
5070
6c0d6680
DJ
50712002-06-13 Daniel Jacobowitz <drow@mvista.com>
5072
5073 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5074 (struct mips_objfile_private, compare_pdr_entries): New.
5075 (non_heuristic_proc_desc): Read the ".pdr" section if it
5076 is present.
5077
6529d2dd
AC
50782002-06-12 Andrew Cagney <ac131313@redhat.com>
5079
5080 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5081 (arm_debug): New static variable.
5082 (_initialize_arm_tdep): Add ``set debug arm'' command.
5083
26216b98
AC
50842002-06-12 Andrew Cagney <ac131313@redhat.com>
5085
5086 * Makefile.in (sim_arm_h): Define.
5087 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5088 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5089 (arm_register_sim_regno): New function, map an internal REGNUM
5090 onto a simulator register number.
5091 (arm_gdbarch_init): Set register_sim_regno.
5092
814b3ba0
AH
50932002-06-09 Aldy Hernandez <aldyh@redhat.com>
5094
5095 * MAINTAINERS: Add self.
5096
475b0867
JB
50972002-06-11 Jim Blandy <jimb@redhat.com>
5098
919d772c
JB
5099 * source.c (source_info): Mention whether the symtab has
5100 information about preprocessor macros.
5101
475b0867
JB
5102 Call the command `info macro', not `show macro'.
5103 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5104 Fix error message.
5105 (_initialize_macrocmd): Register `info_macro_command' in
5106 `infolist', not `showlist'.
5107
9e364162
DJ
51082002-06-11 Daniel Jacobowitz <drow@mvista.com>
5109
5110 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5111 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5112 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5113 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5114 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5115 unconditionally.
5116 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5117 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5118 (_initialize_mips_tdep): Remove dead code.
5119 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5120 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5121 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5122 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5123 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5124 MIPS_LAST_FP_ARG_REGNUM): Remove.
5125
23aa4c72
ML
51262002-06-11 Michal Ludvig <mludvig@suse.cz>
5127
5128 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5129 (unwind_tmp_obstack_free, parse_frame_info)
5130 (update_context, cfi_read_fp, cfi_write_fp)
5131 (cfi_frame_chain, cfi_init_extra_frame_info)
5132 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5133 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5134
70eb15a4
CV
51352002-06-11 Corinna Vinschen <vinschen@redhat.com>
5136
5137 * v850-tdep.c (v850_type_is_scalar): New function.
5138 (v850_use_struct_convention): Match current gcc implementation
5139 as close as possible.
5140 (v850_push_arguments): Fix stack_offset handling. Don't write
5141 struct_addr into register. This is done by v850_store_struct_return.
5142 (v850_extract_return_value): Care for structs.
5143 (v850_store_return_value): Ditto.
5144 (v850_store_struct_return): Actually write address.
5145
482a4d06
ML
51462002-06-11 Michal Ludvig <mludvig@suse.cz>
5147
5148 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5149 without debug information too.
5150
d855c300
AC
51512002-06-10 Andrew Cagney <ac131313@redhat.com>
5152
5153 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5154 Make multi-arch pure.
5155 * gdbarch.h, gdbarch.c: Re-generate.
5156 * arm-tdep.c (arm_print_float_info): Update.
5157 * arch-utils.h (default_print_float_info): Update.
5158 * arch-utils.c (default_print_float_info): Update.
5159 * infcmd.c (float_info): Update call.
5160
dd12a101
AC
51612002-06-10 Andrew Cagney <ac131313@redhat.com>
5162
5163 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5164 the front of the initialize list.
5165
101dcfbe
AC
51662002-06-10 Andrew Cagney <ac131313@redhat.com>
5167
5168 * infrun.c (struct inferior_status): Replace fields
5169 selected_frame_address and selected_level with field
5170 selected_frame_id.
5171 (save_inferior_status): Update. Use get_frame_id.
5172 (struct restore_selected_frame_args): Delete.
5173 (restore_selected_frame): Update. Use frame_find_by_id.
5174 (restore_inferior_status): Update.
5175
5176 * breakpoint.h (struct breakpoint): Change type of
5177 watchpoint_frame to frame_id.
5178 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5179 call to get_current_frame.
5180 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5181 get_current_frame.
5182 (watchpoint_check): Use frame_find_by_id.
5183
5184 * frame.h (record_selected_frame): Delete declaration.
5185 * stack.c (record_selected_frame): Delete function.
5186
5187 * frame.h (struct frame_id): Define.
5188 (get_frame_id): Declare.
5189 (frame_find_by_id): Declare.
5190 * frame.c (frame_find_by_id): New function.
5191 (get_frame_id): New function.
5192
304270b6
AV
51932002-06-10 Andrey Volkov <avolkov@transas.com>
5194
5195 * ser-e7kpc.c: Fix duplicated define and call of
5196 _initialize_ser_e7000pc
5197
2f2cf184
DJ
51982002-06-09 Daniel Jacobowitz <drow@mvista.com>
5199
5200 * signals/signals.c (target_signal_from_host): Fix #ifdef
5201 SIGRTMIN case.
5202 (do_target_signal_to_host): Likewise.
5203
caaa3122
DJ
52042002-06-09 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * mips-tdep.c (mips_find_abi_section): New function.
5207 (mips_gdbarch_init): Call it.
5208
6ac5df3a
MK
52092002-06-09 Mark Kettenis <kettenis@gnu.org>
5210
5211 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5212 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5213 after Andrew's 2002-06-08 gdbarch change.
5214
82ea117a
MK
52152002-06-09 Mark Kettenis <kettenis@gnu.org>
5216
5217 * i386-linux-nat.c (suppy_gregset): Don't supply
5218 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5219 register cache.
5220 (fill_gregset): Don't fetch it under the same circumstances.
5221
3c25f8c7
AC
52222002-06-09 Andrew Cagney <cagney@redhat.com>
5223
5224 * Makefile.in (callback_h): Define.
5225 (remote_sim_h): Update path to remote-sim.h.
5226 (remote-rdp.o): Add $(callback_h).
5227 (remote-sim.o): Use $(callback_h).
5228 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5229 * remote-rdp.c: Include "gdb/callback.h".
5230
1029b7fa
MK
52312002-06-09 Mark Kettenis <kettenis@gnu.org>
5232
5233 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5234 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5235
616675d3
AC
52362002-06-08 Andrew Cagney <ac131313@redhat.com>
5237
a3efda28
AC
5238 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5239 * rdi-share/serpardr.c: Ditto.
5240 * rdi-share/unixcomm.c: Ditto.
5241 * rdi-share/serdrv.c: Ditto.
5242 * rdi-share/hostchan.h: Ditto.
5243 * rdi-share/hostchan.c: Ditto.
5244 * rdi-share/host.h: Ditto.
5245 * rdi-share/devsw.c: Ditto.
5246
c5f10366
AC
5247 * objfiles.h: Change type of obj_private to void pointer.
5248 * pa64solib.c: Update copyright. Don't include "assert.h", use
5249 strcmp instead of STREQ, use LONGEST, do not use PTR
5250 * somsolib.c: Ditto.
5251
616675d3
AC
5252 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5253 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5254 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5255
e4b415d9
AC
52562002-06-08 Andrew Cagney <ac131313@redhat.com>
5257
5258 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5259 (default_get_saved_register): Delete function.
5260 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5261 generic_unwind_get_saved_register.
5262 * gdbarch.h, gdbarch.c: Re-generate.
5263
ca0d0b52
AC
52642002-06-08 Andrew Cagney <ac131313@redhat.com>
5265
5266 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5267 generic_func_frame_chain_valid.
5268 * gdbarch.h, gdbarch.c: Re-generate.
5269 * blockframe.c (generic_func_frame_chain_valid): Only check
5270 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5271 passing FP to PC_IN_CALL_DUMMY.
5272 Fix PR gdb/360.
5273
76860b5f
AC
52742002-06-08 Andrew Cagney <ac131313@redhat.com>
5275
5276 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5277 (register_gdbarch_data): Initialize init_p.
5278 (gdbarch_data): Initialize data pointer using the init function.
5279 (init_gdbarch_data): Delete function.
5280 (gdbarch_update_p): Update.
5281 (initialize_non_multiarch): Update.
5282 (struct gdbarch): Add field initialized_p.
5283 * gdbarch.h, gdbarch.c: Re-generate.
5284
8dda9770
ML
52852002-06-07 Michal Ludvig <mludvig@suse.cz>
5286
5287 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5288 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5289 better do the things actually here.
5290 * x86-64-tdep.c (x86_64_register_name2nr): New.
5291 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5292 (x86_64_gdbarch_init): Respect the above change.
5293 * x86-64-tdep.h (x86_64_register_name2nr)
5294 (x86_64_register_nr2name): Add prototypes.
5295 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5296
3d79a47c
MS
52972002-06-06 Michael Snyder <msnyder@redhat.com>
5298
7bd91a28
MS
5299 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5300 Delete extra braces and re-indent.
5301 (d10v_store_return_value): Char return values
3d79a47c
MS
5302 must be shifted over by one byte in R0.
5303 (d10v_extract_return_value): Delete extra braces, re-indent.
5304
095a4c96
EZ
53052002-06-06 Elena Zannoni <ezannoni@redhat.com>
5306
5307 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5308 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5309 (d10v_integer_to_address): Rewrite.
5310 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5311 the d10v specific functions which take care of converting to the
5312 correct space.
5313
e8a77ca4
EZ
53142002-06-06 Elena Zannoni <ezannoni@redhat.com>
5315
5316 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5317 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5318
4f2e4a4f
AC
53192002-06-02 Andrew Cagney <ac131313@redhat.com>
5320
5321 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5322 includes.
5323 * config/tm-linux.h: Ditto.
5324 * config/alpha/tm-alphalinux.h: Ditto.
5325 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5326 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5327 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5328 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5329 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5330 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5331 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5332 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5333 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5334 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5335 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5336 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5337 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5338 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5339 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5340 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5341 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5342 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5343 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5344 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5345 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5346 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5347 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5348 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5349 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5350 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5351 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5352 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5353 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5354 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5355 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5356 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5357 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5358 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5359 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5360 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5361 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5362
ae2ab2ce
AS
53632002-05-04 Aidan Skinner <aidan@velvet.net>
5364
5365 * ada-exp.tab.c: New file
5366 * ada-exp.y: New file
5367 * ada-lang.c: New file
5368 * ada-lang.h: New file
5369 * ada-lex.c: New file
5370 * ada-lex.l: New file
5371 * ada-tasks.c: New file
5372 * ada-typeprint.c: New file
5373 * ada-valprint.c: New file
5374
0ddd0135
JT
53752002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5376
5377 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5378 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5379
750fbacc
JT
53802002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5381
5382 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5383 insetead of ppc-linux-tdep.o.
5384 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5385 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5386
df94e18a
AC
53872002-06-02 Andrew Cagney <ac131313@redhat.com>
5388
5389 2002-05-07 Christian Groessler <chris@groessler.org>
5390 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5391 bit register contents for little endian hosts.
5392
1a38ab75
AC
53932002-06-01 Andrew Cagney <ac131313@redhat.com>
5394
5395 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5396 any maintainer.
5397
8b1632ac
AC
53982002-06-01 Andrew Cagney <ac131313@redhat.com>
5399
5400 * gdbarch.h: Regenerate.
5401
627054c8
AC
54022002-06-01 Andrew Cagney <ac131313@redhat.com>
5403
5404 * MAINTAINERS: Add everyone to write-after-approval list.
5405
4f460812
AC
54062002-06-01 Andrew Cagney <ac131313@redhat.com>
5407
5408 * stack.c (frame_info): Use frame_register_unwind instead of
5409 saved_regs. Mention when the SP is on the stack or in a register.
5410
5411 * frame.h (frame_register_unwind_ftype): Define. Document.
5412 (struct frame_info): Add field register_unwind and
5413 register_unwind_cache.
5414 (frame_register_unwind): Declare.
5415 (generic_unwind_get_saved_register): Declare.
5416
5417 * frame.c (frame_register_unwind): New function.
5418 (generic_unwind_get_saved_register): New function.
5419
5420 * blockframe.c (generic_call_dummy_register_unwind): New function.
5421 (frame_saved_regs_register_unwind): New function.
5422 (set_unwind_by_pc): New function.
5423 (create_new_frame): New function.
5424 (get_prev_frame): New function.
5425
de888f76
AC
54262002-05-30 Andrew Cagney <ac131313@redhat.com>
5427
5428 * a29k-share/: Delete directory.
5429 * remote-vx29k.c: Delete file.
5430
2f2c3626
JT
54312002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5432
5433 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5434 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5435
9ce5c36a
JT
54362002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5437
5438 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5439 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5440 (sparc64nbsd-nat.o)
5441 (sparcnbsd-nat.o)
5442 (sparcnbsd-tdep.o): New dependency lists.
5443 * NEWS: Note new UltraSPARC NetBSD native configuration.
5444 * configure.host (sparc64-*-netbsd*): New host.
5445 * configure.tgt (sparc-*-netbsdelf*)
5446 (sparc-*-netbsd*): Set gdb_target to nbsd.
5447 (sparc64-*-netbsd*): New target.
5448 * sparc64nbsd-nat.c: New file.
5449 * sparcnbsd-nat.c: New file.
5450 * sparcnbsd-tdep.c: New file.
5451 * sparcnbsd-tdep.h: New file.
5452 * config/sparc/nbsd.mt: New file.
5453 * config/sparc/nbsd64.mh: New file.
5454 * config/sparc/nbsd64.mt: New file.
5455 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5456 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5457 (HOST_IPC): Remove.
5458 * config/sparc/nbsdaout.mt: Remove.
5459 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5460 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5461 (HOST_IPC): Remove.
5462 * config/sparc/nbsdelf.mt: Remove.
5463 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5464 sparc-nat.c compatiblity defines.
5465 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5466 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5467 * config/sparc/tm-nbsd64.h: New file.
5468 * config/sparc/tm-nbsdaout.h: Remove.
5469 * config/sparc/xm-nbsd.h: Remove.
5470
ef3cf062
JT
54712002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5472
5473 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5474 * sparc-tdep.c: Include osabi.h.
5475 (gdbarch_tdep): Add osabi member.
5476 (_initialize_sparc_tdep): Use gdbarch_register.
5477 (sparc_gdbarch_init): Use generic OS ABI framework.
5478 (sparc_dump_tdep): New function.
5479
ee8ff470
KB
54802002-05-30 Kevin Buettner <kevinb@redhat.com>
5481
5482 * corefile.c (do_captured_read_memory_integer): Return non-zero
5483 result.
5484 (safe_read_memory_integer): Copy result of memory read when
5485 status is non-zero. Also, add comments.
5486
7b112f9c
JT
54872002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5488
5489 * Makefile.in (ppc_tdep_h): Define.
5490 (ppc-linux-nat.o)
5491 (ppc-linux-tdep.o)
5492 (rs6000-tdep.o): Use $(ppc_tdep_h).
5493 (ppc-sysv-tdep.o)
5494 (ppcnbsd-nat.o)
5495 (ppcnbsd-tdep.o): New dependency lists.
5496 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5497 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5498 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5499 (ppc_sysv_abi_broken_use_struct_convention)
5500 (ppc_sysv_abi_use_struct_convention)
5501 (ppc_sysv_abi_push_arguments): Move to...
5502 * ppc-sysv-tdep.c: ...here.
5503 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5504 * rs6000-tdep.c (process_note_abi_tag_sections)
5505 (get_elfosabi): Remove.
5506 (rs6000_gdbarch_init): Use generic OS ABI framework.
5507 (rs6000_dump_tdep): New function.
5508 (_initialize_rs6000_tdep): Use gdbarch_register.
5509 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5510 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5511 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5512 of ppc-linux-tdep.o.
5513 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5514 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5515 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5516 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5517 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5518 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5519
480dd42a
JB
55202002-05-29 Jim Blandy <jimb@redhat.com>
5521
5522 * macroscope.c (default_macro_scope): Put `void' in empty argument
5523 list.
5524
4182591f
AC
55252002-05-29 Andrew Cagney <ac131313@redhat.com>
5526
5527 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5528 * arch-utils.c: Include "sim-regno.h".
5529 * gdbarch.sh: Don't include "sim-regno.h".
5530 * gdbarch.h, gdbarch.c: Regenerate.
5531 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5532 here.
5533 * arch-utils.h (legacy_register_sim_regno): To here.
5534 * remote-sim.c (legacy_register_sim_regno): Move function from
5535 here.
5536 * arch-utils.c (legacy_register_sim_regno): To here.
5537
8238d0bf
AC
55382002-05-28 Andrew Cagney <ac131313@redhat.com>
5539
5540 * sim-regno.h: New file.
5541 * Makefile.in (sim_regno_h): Define.
5542 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5543 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5544 (legacy_register_sim_regno): New function.
5545 (one2one_register_sim_regno): New function.
5546 (gdbsim_fetch_register): Rewrite.
5547 (gdbsim_store_register): Only store a register when
5548 REGISTER_SIM_REGNO is valid.
5549 * d10v-tdep.c: Include "sim-regno.h".
5550 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5551 (d10v_ts3_register_sim_regno): Ditto.
5552 * gdbarch.sh: Include "sim-regno.h".
5553 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5554 * gdbarch.h, gdbarch.c: Regenerate.
5555 * arch-utils.h (default_register_sim_regno): Delete declaration.
5556 * arch-utils.c (default_register_sim_regno): Delete function.
5557
485721b1
JT
55582002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5559
5560 * ppcnbsd-nat.c: Rewrite.
5561 * ppcnbsd-tdep.c: New file.
5562 * ppcnbsd-tdep.h: New file.
5563 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5564 solib.o, and solib-svr4.o.
5565 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5566 nbsd-tdep.o, and corelow.o.
5567
697f244d
AC
55682002-05-28 Andrew Cagney <ac131313@redhat.com>
5569
5570 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5571 `tr' and `sed'. Mention that `broken' targets are not expected to
5572 build.
5573
f08caad1 55742002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5575
5576 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5577 Let PC point right after the prologue before looking up symbols.
5578
3139facc
MH
55792002-05-27 Martin M. Hunt <hunt@redhat.com>
5580
5581 * i386-tdep.c (i386_register_virtual_type): Return
5582 builtin_type_vec128i for SSE registers.
5583
5584 * gdbtypes.h (builtin_type_vec128i): Declare.
5585
5586 * gdbtypes.c (build_builtin_type_vec128i): New function.
5587 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5588 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5589 (build_gdbtypes): Initialize new builtin vector types.
5590 (_initialize_gdbtypes): Register new vector types with gdbarch.
5591
6e3ba3b8
JT
55922002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5593
5594 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5595 since it has been multi-arch'd.
5596 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5597 Move Alpha and VAX multi-arch news entries to same section
5598 as other multi-arch news.
5599
93d5585d
JT
56002002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5601
5602 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5603 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5604 static. Rename some register numbers to put them in ns32k-tdep
5605 private namespace.
5606 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5607 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5608 functions.
5609 (_initialize_ns32k_tdep): Use gdbarch_register.
5610 * ns32k-tdep.h: New file.
5611 * ns32knbsd-tdep.c: New file.
5612 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5613 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5614 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5615 REGISTER_BYTES, REGISTER_BYTE): Remove.
5616 * config/ns32k/tm-ns32k.h: New file.
5617 * config/ns32k/tm-umax.h: Remove.
5618
efb2c70e
JT
56192002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5620
5621 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5622 ns32k_store_struct_return, ns32k_extract_return_value,
5623 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5624 functions.
5625 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5626 ns32k_saved_pc_after_call.
5627 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5628 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5629 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5630 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5631 ns32k_extract_struct_value_address.
5632
7bcc927b
JT
56332002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5634
5635 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5636 ns32k_fix_call_dummy): New.
5637 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5638 ns32k_call_dummy_words.
5639 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5640 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5641 CALL_DUMMY_NARGS): Remove.
5642 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5643
78f9d765
JT
56442002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5645
5646 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5647 ns32k_frame_saved_pc, ns32k_frame_args_address,
5648 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5649 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5650 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5651 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5652 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5653 (BREAKPOINT): Remove..
5654 (FRAME_CHAIN): Define as ns32k_frame_chain.
5655 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5656 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5657 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5658 (FRAME_FIND_SAVED_REGS): Remove.
5659 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5660 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5661 (POP_FRAME): Define as ns32k_pop_frame.
5662
f2c762e0
JT
56632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5664
5665 * ns32k-tdep.c (ns32k_register_byte_32082,
5666 ns32k_register_byte_32382, ns32k_register_raw_size,
5667 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5668 functions.
5669 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5670 ns32k_register_byte_32382.
5671 * config/ns32k/tm-umax.h: Update copyright years.
5672 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5673 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5674 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5675 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5676 (ns32k_get_enter_addr): Fix prototype.
5677
af137673
JT
56782002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5679
5680 * ns32k-tdep.c: Update copyright years.
5681 (ns32k_register_name_32082): New function.
5682 (ns32k_register_name_32382): Ditto.
5683 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5684 (REGISTER_NAME): Define as ns32k_register_name_32382.
5685 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5686 (REGISTER_NAME): Define as ns32k_register_name_32082.
5687
a8bc7b56
JB
56882002-05-24 Jim Blandy <jimb@redhat.com>
5689
5690 * dwarf2read.c (free_line_header): Use xfree, not free.
5691
83a45910
JT
56922002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5693
5694 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5695 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5696
0db71247
AC
56972002-05-23 Andrew Cagney <ac131313@redhat.com>
5698
5699 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5700
b9e5e4dd
AC
57012002-05-23 Andrew Cagney <ac131313@redhat.com>
5702
5703 From Ross Alexander at NEC Europe:
5704 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5705
de530e84
MS
57062002-05-23 Michael Snyder <msnyder@redhat.com>
5707
5708 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5709 for input, rather than parse_and_eval_address.
5710
b91b96f4
AC
57112002-05-23 Andrew Cagney <ac131313@redhat.com>
5712
5713 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5714 * Makefile.in (sim_d10v_h): Update definition.
5715
8b279e7a
AC
57162002-05-24 Andrew Cagney <cagney@redhat.com>
5717
5718 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5719 change `2002-05-22 Michael Snyder' below.
5720 (d10v_push_arguments): Ditto.
5721 (d10v_extract_return_value): Ditto.
5722
0a3d0425
JB
57232002-05-23 Jim Blandy <jimb@redhat.com>
5724
5725 * macrotab.c (check_for_redefinition): Don't complain if the new
5726 definition is the same as the previous one. Take more arguments
5727 to allow the comparison.
5728 (macro_define_object, macro_define_function): Pass more arguments
5729 to check_for_redefinition.
5730
78eac43e
MS
57312002-05-22 Michael Snyder <msnyder@redhat.com>
5732
5733 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5734 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5735 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5736 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5737 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5738 Add a temp variable to save a call (and a memory read).
5739 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5740 if possible (so that PC_IN_CALL_DUMMY will work).
5741
9bc1edb8
CV
57422002-05-22 Corinna Vinschen <vinschen@redhat.com>
5743
5744 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5745
005ef3d2
ML
57462002-05-22 Michal Ludvig <mludvig@suse.cz>
5747
5748 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5749 fde->cie_ptr.
5750 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5751 (dwarf2_build_frame_info): Add offset to fde->initial_location
5752 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5753 (execute_stack_op): Change type of 'result' from ULONGEST to
5754 CORE_ADDR.
005ef3d2 5755
fcf4f891
JT
57562002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5757
5758 * config/alpha/tm-nbsd.h: Include solib.h.
5759
cfef91e4
JT
57602002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5761
5762 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5763 assumptions about the host's byte order.
5764
9964235a
JT
57652002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5766
5767 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5768 to dependency list.
5769 * alphanbsd-tdep.c: Include solib-svr4.h.
5770 * shnbsd-tdep.c: Ditto.
5771
9eeef8ef
JT
57722002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5773
5774 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5775 nbsd-tdep.h to dependency list.
5776 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5777 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5778 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5779 nbsdaout.mh and nbsdelf.mh consistently.
5780 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5781 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5782 nbsdaout.mt and nbsdelf.mh consistently.
5783 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5784 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5785 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5786 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5787 a.out shared library stuff from here...
5788 * config/nm-nbsdaout.h: ...to here.
5789 * config/tm-nbsd.h: Remove.
5790 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5791 * config/arm/nbsd.mh: Remove.
5792 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5793 nbsd-tdep.o.
5794 * config/arm/nbsdaout.mh: New file.
5795 * config/arm/nbsdelf.mh: New file.
5796 * config/arm/nm-nbsdaout.h: New file.
5797 * config/i386/nbsd.mh: Remove.
5798 * config/i386/nbsd.mt: Remove.
5799 * config/i386/nbsdaout.mh: New file.
5800 * config/i386/nbsdaout.mt: New file.
5801 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5802 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5803 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5804 i386_register_u_addr): Remove.
5805 * config/i386/nm-nbsdaout.h: New file.
5806 * config/i386/nm-nbsdelf.h: Remove.
5807 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5808 (USE_STRUCT_CONVENTION): Remove.
5809 * config/i386/tm-nbsdaout.h: New file.
5810 * config/i386/tm-nbsdelf.h: Remove.
5811 * config/m68k/nbsd.mh: Remove.
5812 * config/m68k/nbsd.mt: Remove.
5813 * config/m68k/nbsdaout.mh: New file.
5814 * config/m68k/nbsdaout.mt: New file.
5815 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5816 * config/m68k/nm-nbsdaout.h: New file.
5817 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5818 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5819 * config/ns32k/nbsd.mh: Remove.
5820 * config/ns32k/nbsd.mt: Remove.
5821 * config/ns32k/nbsdaout.mh: New file.
5822 * config/ns32k/nbsdaout.mt: New file.
5823 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5824 * config/ns32k/nm-nbsdaout.h: New file.
5825 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5826 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5827 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5828 (SVR4_SHARED_LIBS): Remove.
5829 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5830 * config/sparc/nbsd.mh: Remove.
5831 * config/sparc/nbsd.mt: Remove.
5832 * config/sparc/nbsdaout.mh: New file.
5833 * config/sparc/nbsdaout.mt: New file.
5834 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5835 * config/sparc/nbsdelf.mt: New file.
5836 * config/sparc/nm-nbsdaout.h: New file.
5837 * config/sparc/nm-nbsdelf.h: Remove.
5838 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5839 * config/sparc/tm-nbsdaout.h: New file.
5840
257ce470
JT
58412002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5842
5843 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5844 mipsnbsd-tdep.c
5845 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5846
76a6d5fe
JT
58472002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5848
5849 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5850 shnbsd-nat.c.
5851 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5852
45888261
JT
58532002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5854
5855 * NEWS: Note new MIPS NetBSD native configuration.
5856 * configure.host (mips*-*-netbsd*): New host.
5857 * configure.tgt (mips*-*-netbsd*): New target.
5858 * mipsnbsd-nat.c: New file.
5859 * mipsnbsd-tdep.c: New file.
5860 * mipsnbsd-tdep.h: New file.
5861 * config/mips/nbsd.mh: New file.
5862 * config/mips/nbsd.mt: New file.
5863 * config/mips/nm-nbsd.h: New file.
5864 * config/mips/tm-nbsd.h: New file.
5865
70f80edf
JT
58662002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5867
5868 * Makefile.in (SFILES): Add osabi.c.
5869 (COMMON_OBS): Add osabi.o.
5870 (osabi.o): New dependency list.
5871 * osabi.c: New file.
5872 * osabi.h: New file.
5873 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5874
5875 * Makefile.in (alpha_tdep_h): Define and use instead of
5876 alpha-tdep.h.
5877 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5878 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5879 Remove.
5880 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5881 * alpha-tdep.h: Include osabi.h.
5882 (alpha_abi): Remove.
5883 (gdbarch_tdep): Use generic OS ABI framework.
5884 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5885 gdbarch_register_osabi.
5886 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5887 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5888 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5889
5890 * Makefile.in (sh_tdep_h): Add osabi.h.
5891 * sh-tdep.h (sh_osabi): Remove.
5892 (gdbarch_tdep): Use generic OS ABI framework.
5893 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5894 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5895 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5896 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5897
5898 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5899 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5900 gdbarch_register_osabi.
5901 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5902 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5903 (get_elfosabi): Rename to...
5904 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5905 ABI framework support routines.
5906 (arm_gdbarch_init): Use generic OS ABI framework.
5907 (arm_dump_tdep): Likewise.
5908 (_initialize_arm_tdep): Likewise.
5909 * arm-tdep.h: Include osabi.h.
5910 (arm_abi): Remove.
5911 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5912 osabi member.
5913 (arm_gdbarch_register_os_abi): Remove prototype.
5914 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5915 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5916
5917 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5918 * mips-tdep.c: Include osabi.h.
5919 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5920 OS ABI framework.
5921
d194345b
KH
59222002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5923
5924 * h8300-tdep.c: Fix formatting.
5925
70c6b0d1
EZ
59262002-05-20 Elena Zannoni <ezannoni@redhat.com>
5927
5928 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5929 printing vector registers.
5930
165b8e33
AC
59312002-05-19 Andrew Cagney <ac131313@redhat.com>
5932
5933 From Fernando Nasser:
5934 * remote.c (remote_async_open_1): Re-throw the exception when the
5935 connection fails.
5936 (remote_cisco_open): Ditto.
5937 (remote_open_1): Ditto.
5938
36918e70
AC
59392002-05-19 Andrew Cagney <ac131313@redhat.com>
5940
5941 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5942 (remote_start_remote): Add uiout parameter. Pass through to
5943 remote_start_remote_dummy.
5944 (remote_open_1): Use catch_exception instead of catch_errors.
5945 (remote_async_open_1): Ditto.
5946 (remote_cisco_open): Ditto.
5947
ae44c0c4
AC
59482002-05-19 Andrew Cagney <ac131313@redhat.com>
5949
5950 * remote.c (remote_start_remote): Replace PTR with void pointer.
5951 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5952 static.
5953
8efe637d
AC
59542002-05-18 Andrew Cagney <ac131313@redhat.com>
5955
5956 * gdb_indent.sh: Allow the script to be run in the sim directory.
5957
2f1b5984
MK
59582002-05-18 Mark Kettenis <kettenis@gnu.org>
5959
f0f625e2
MK
5960 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5961 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5962
2f1b5984
MK
5963 * corelow.c (core_open): Only call set_gdbarch_from_file if
5964 exec_bfd is NULL.
5965
fc974602
AV
59662002-05-17 Andrey Volkov <avolkov@transas.com>
5967
5968 * h8300-tdep.c: Add support of EXR register
5969 * config/h8300/tm-h8300.h: Ditto.
5970
906709f4
AV
59712002-05-17 Andrey Volkov <avolkov@transas.com>
5972
5973 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5974
6e591d68
AV
59752002-05-17 Andrey Volkov <avolkov@transas.com>
5976
5977 * h8300-tdep.c: Change literal regnums to REGNO.
5978
84f0252a
JB
59792002-05-17 Jim Blandy <jimb@redhat.com>
5980
e0e9281e
JB
5981 * NEWS: Note addition of macro support.
5982
84f0252a
JB
5983 Expand preprocessor macros in C expressions.
5984 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5985 (scan_macro_expansion, scanning_macro_expansion,
5986 finished_macro_expansion): New function declarations.
5987 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5988 variable declarations.
5989 * parser-defs.h (expression_context_pc): New declaration.
5990 * parse.c (expression_context_pc): New variable.
5991 (parse_exp_1): Set expression_context_pc, as well as
5992 expression_context_block.
5993 * c-exp.y (yylex): If we're not already reading the result of a
5994 macro expansion, try to macro-expand the next token. When we're
5995 done scanning a macro expansion, switch back to the mainline text.
5996 Commas and `if's in a macro's expansion don't terminate the input.
5997 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5998 (macro_original_text, macro_expanded_text,
5999 expression_macro_lookup_func, expression_macro_lookup_baton): New
6000 variables.
6001 (scan_macro_expansion, scanning_macro_expansion,
6002 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6003 c_preprocess_and_parse): New functions.
6004 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6005 c_preprocess_and_parse, instead of c_parse.
6006 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6007 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6008
1c509ca8
JR
6009Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6010
6011 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6012 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6013 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6014
2250ee0c
CV
60152002-05-17 Corinna Vinschen <vinschen@redhat.com>
6016
6017 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6018
ab3b8126
JT
60192002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6020
6021 * Makefile.in (sh_tdep_h): Define and use.
6022 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6023 register enum): Move to...
6024 * * sh-tdep.h: ...here.
6025 * sh-tdep.c: Include sh-tdep.h.
6026 * sh3-rom.c: Likewise.
6027 * shnbsd-tdep.c: Likewise.
6028
ed9d4749
MS
60292002-05-16 Michael Snyder <msnyder@redhat.com>
6030
6031 * arm-tdep.c: Spelling fix in comment.
6032
2e276125
JB
60332002-05-16 Jim Blandy <jimb@redhat.com>
6034
6821892e
JB
6035 Add commands for manually expanding macros and showing their
6036 definitions.
6037 * macrocmd.c, macroscope.c, macroscope.h: New files.
6038 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6039 (macroscope_h): New variable.
6040 (HFILES_NO_SRCDIR): Add macroscope.h.
6041 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6042 (macroscope.o, macrocmd.o): New rules.
6043
2e276125
JB
6044 Teach the Dwarf 2 reader to read macro information.
6045 * dwarf2read.c: #include "macrotab.h".
6046 (dwarf_macinfo_buffer): New variable.
6047 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6048 dwarf_macinfo_size.
6049 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6050 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6051 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6052 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6053 dwarf2_macro_spaces_in_definition): New complaints.
6054 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6055 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6056 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6057 the partial symbol table.
6058 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6059 from what's recorded in the partial symbol table.
6060 (read_file_scope): If the compilation unit has a
6061 `DW_AT_macro_info' attribute, read its macro information.
6062 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6063
2f53fe6c
DJ
60642002-05-16 Daniel Jacobowitz <drow@mvista.com>
6065
6066 Fix PR gdb/546
6067 * ser-tcp.c: Don't include <netinet/udp.h>.
6068
2be99286
SC
60692002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6070
6071 * MAINTAINERS: Update my email address.
6072
c9af212b 60732002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6074
6075 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6076 include file of the same name.
6077
bf5f1a52
CV
60782002-05-16 Corinna Vinschen <vinschen@redhat.com>
6079
6080 * configure.tgt: Mark v850 as multi-arched.
6081 * config/v850/tm-v850.h: Remove file.
6082 * config/v850/v850.mt: Eliminate TM_FILE.
6083
435e042a
CV
60842002-05-16 Corinna Vinschen <vinschen@redhat.com>
6085
6086 * v850-tdep.c: Full multi-arch.
6087 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6088 Define GDB_MULTI_ARCH to 2.
6089
9819c6c8
PM
60902002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6091
6092 * p-exp.y (current_type): New static variable.
6093 Carries the type of the expression at the position that is parsed.
6094 (push_current_type, pop_current_type): Two new functions. Used
6095 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6096 (search_field): New static variable. Set to one after parsing a point
6097 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6098 (FIELDNAME): New token. After a point only a token belonging to
6099 current_type type definition is allowed.
6100 (all over token rules): reset and change current_type according
6101 to rules.
6102 (exp '[' rule): insert implicit array index field if
6103 exp is a pascal string type.
6104
3a06899a
CV
61052002-05-16 Corinna Vinschen <vinschen@redhat.com>
6106
6107 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6108 frame info. Use frame_info's saved_regs instead of matching member
6109 in extra_frame_info throughout.
6110 (v850_frame_init_saved_regs): New function.
6111 (v850_init_extra_frame_info): Move most functionality into
6112 v850_frame_init_saved_regs().
6113 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6114 (v850_frame_find_saved_regs): Remove declaration.
6115 (FRAME_FIND_SAVED_REGS): Remove definition.
6116 (v850_frame_init_saved_regs): Add declaration.
6117 (FRAME_INIT_SAVED_REGS): Add definition.
6118
6ed14b0e
CV
61192002-05-16 Corinna Vinschen <vinschen@redhat.com>
6120
6121 * v850-tdep.c: Begin multi-arch'ing v850.
6122 (v850_target_architecture_hook): Remove function.
6123 (v850_gdbarch_init): New function. Add code previously in
6124 v850_target_architecture_hook().
6125 (_initialize_v850_tdep): Don't set target_architecture_hook.
6126 Call register_gdbarch_init() instead.
6127
42725910
DJ
61282002-05-16 Daniel Jacobowitz <drow@mvista.com>
6129
6130 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6131 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6132 (fixup_class_method_type): Likewise.
6133
99d9066e
JB
61342002-05-15 Jim Blandy <jimb@redhat.com>
6135
6136 Add macro structures to GDB's symbol tables. Nobody puts anything
6137 in them yet.
6138 * symtab.h (struct symtab): New member: `macro_table'.
6139 * buildsym.h (pending_macros): New global variable.
6140 * buildsym.c: #include "macrotab.h".
6141 (buildsym_init): Initialize `pending_macros'.
6142 (end_symtab): If we found macro information while reading a CU's
6143 debugging info, do build a symtab structure for it. Make the
6144 symtab point to the macro information, and clear the
6145 `pending_macros' pointer which held it while we were reading the
6146 debug info.
6147 (really_free_pendings): Free any pending macro table.
6148 * objfiles.h (struct objfile): New member: `macro_cache'.
6149 * objfiles.c (allocate_objfile): Set allocate and free functions
6150 for the macro cache's objstack.
6151 (free_objfile): Empty the macro cache's obstack.
6152 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6153 set new allocate and free functions for it.
6154 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6155 free functions for the macro cache's objstack. (Why is this
6156 function building its own objfile?)
6157 * symmisc.c (print_objfile_statistics): Print statistics on the
6158 macro bcache.
6159 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6160
c899585b
RE
61612002-05-15 Richard Earnshaw <rearnsha@arm.com>
6162
6163 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6164 (REGISTER_U_ADDR): Delete definition.
6165 (arm_register_u_addr): Delete declaration.
6166
a6cdd8c5
RE
61672002-05-15 Richard Earnshaw <rearnsha@arm.com>
6168
6169 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6170 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6171
c97dcfc7
AC
61722002-05-14 Andrew Cagney <ac131313@redhat.com>
6173
6174 * regcache.c (register_valid): Revise comments refering to "Not
6175 available" and "unavailable".
6176 * frame.c (frame_register_read): Ditto.
6177 * findvar.c (value_of_register): Ditto.
6178
93021b7d
AC
61792002-05-15 Andrew Cagney <cagney@redhat.com>
6180
6181 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6182 (remote-sim.o): Update dependencies.
6183 (d10v-tdep.o): Specify dependencies.
6184 (sim_d10v_h): Define.
6185
a86bc61c
JB
61862002-05-14 Jim Blandy <jimb@redhat.com>
6187
6188 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6189 * macrotab.c (macro_lookup_inclusion, find_definition,
6190 new_macro_table): Same.
6191
6192 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6193 not `! strcmp ()'. This is a dubious improvement.
6194 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6195
6196 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6197 although it's not necessary, to avoid a warning.
6198
2fdde8f8
DJ
61992002-05-14 Daniel Jacobowitz <drow@mvista.com>
6200
6201 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6202 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6203 TYPE_INSTANCE_FLAGS.
6204 (struct main_type): New.
6205 (struct type): Move most members to struct main_type. Change
6206 cv_type and as_type to new type_chain member. Add instance_flags.
6207 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6208 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6209 (finish_cv_type): Remove prototype.
6210 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6211 Set TYPE_CHAIN.
6212 (alloc_type_instance): New function.
6213 (smash_type): New function.
6214 (make_pointer_type, make_reference_type, make_function_type)
6215 (smash_to_member_type, smash_to_method_type): Call smash_type.
6216 (make_qualified_type): New function.
6217 (make_type_with_address_space): Call make_qualified_type.
6218 (make_cv_type): Likewise.
6219 (finish_cv_type): Remove unnecessary function.
6220 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6221 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6222 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6223 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6224 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6225 * hpread.c (hpread_read_struct_type): Likewise.
6226 * stabsread.c (read_struct_type): Likewise.
6227
843fedf4
EZ
62282002-05-14 Elena Zannoni <ezannoni@redhat.com>
6229
6230 * configure.tgt: Add a catch all sh* target, for cases like
6231 sh[2,3,4]-elf and sh-hms.
6232
05a6c72c
KS
62332002-05-14 Keith Seitz <keiths@redhat.com>
6234
6235 * event-loop.c (create_file_handler): Don't do anything but
6236 update data when we are given a fd which we are already
6237 monitoring.
6238
5d085aaf
ML
62392002-05-14 Michal Ludvig <mludvig@suse.cz>
6240
6241 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6242 (update_context): Use __func__ in warnings.
6243
9db8d71f
DJ
62442002-05-14 Daniel Jacobowitz <drow@mvista.com>
6245
6246 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6247 and tcp_close to net_open and net_close.
6248 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6249 using UDP if requested. Don't try to disable Nagle on UDP
6250 sockets.
6251 * remote.c (remote_serial_open): New function. Warn about UDP.
6252 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6253
5dbc6baa
EZ
62542002-05-13 Elena Zannoni <ezannoni@redhat.com>
6255
6256 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6257
cc3023f7
EZ
62582002-05-13 Elena Zannoni <ezannoni@redhat.com>
6259
6260 * configure.tgt: Remove sh-hms target.
6261 * MAINTAINERS: Don't list sh-hms as a separate target.
6262
ec2bcbe7
JB
62632002-05-13 Jim Blandy <jimb@redhat.com>
6264
6265 Add first preprocessor macro-expansion files.
6266 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6267 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6268 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6269 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6270 (COMMON_OBS): Add macrotab.o, macroexp.o.
6271 (macroexp.o, macrotab.o): New rules.
6272
6d531722
AC
62732002-05-13 Andrew Cagney <ac131313@redhat.com>
6274
6275 * config/m88k/tm-m88k.h: Update copyright.
6276 (m88k_target_write_pc): Declare
6277 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6278 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6279 (SHIFT_INST_REGS): Update definition.
6280 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6281 using old definition of TARGET_WRITE_PC.
6282 * regcache.c (generic_target_write_pc): Delete code handling
6283 NNPC_REGNUM.
6284 * gdbarch.sh (NNPC_REGNUM): Delete.
6285 * gdbarch.h, gdbarch.c: Regenerate.
6286
3e3f2739
RE
62872002-05-13 Richard Earnshaw <rearnsha@arm.com>
6288
6289 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6290 builtin reg number.
6291
0004e5a2
DJ
62922002-05-13 Daniel Jacobowitz <drow@mvista.com>
6293
6294 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6295 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6296 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6297 access macros.
6298 * c-typeprint.c (cp_type_print_method_args): Likewise.
6299 (c_type_print_args): Likewise.
6300 * d10v-tdep.c (d10v_push_arguments): Likewise.
6301 (d10v_extract_return_value): Likewise.
6302 * expprint.c (print_subexp): Likewise.
6303 * gdbtypes.c (lookup_primitive_typename): Likewise.
6304 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6305 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6306 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6307 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6308 (TYPE_VECTOR): Likewise.
6309 * hpread.c (hpread_read_struct_type)
6310 (fix_static_member_physnames, fixup_class_method_type)
6311 (hpread_type_lookup): Likewise.
6312 * mdebugread.c (parse_symbol, parse_type): Likewise.
6313 * p-lang.c (is_pascal_string_type): Likewise.
6314 * valops.c (hand_function_call): Likewise.
6315 * x86-64-tdep.c (classify_argument): Likewise.
6316
6317 * hpread.c (hpread_read_function_type)
6318 (hpread_read_doc_function_type): Call replace_type.
6319 * dstread.c (create_new_type): Delete.
6320 (decode_dst_structure, process_dst_function): Call alloc_type.
6321 Use type access macros.
6322
dff95cc7
MK
63232002-05-12 Mark Kettenis <kettenis@gnu.org>
6324
6325 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6326 the're not supported by the current architecture.
6327 (i387_fill_fxsave): Likewise.
6328
bbcd32ad
FF
63292002-05-12 Fred Fish <fnf@redhat.com>
6330
6331 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6332 sect_index_xxx members to index the first slot in section_offsets
6333 if all of the section_offsets are zero.
6334
89cf4787
MK
63352002-05-12 Mark Kettenis <kettenis@gnu.org>
6336
6337 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6338 checked in with last change.
6339
1f77ffc5
MK
63402002-05-12 Mark Kettenis <kettenis@gnu.org>
6341
6342 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6343 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6344 config.sub.
6345
89b8b4a9
DJ
63462002-05-12 Daniel Jacobowitz <drow@mvista.com>
6347
6348 * Makefile.in: Update dependencies.
6349
14a5e767
AC
63502002-05-11 Andrew Cagney <ac131313@redhat.com>
6351
6352 * language.c (local_hex_string_custom): Simplify. Do not depend
6353 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6354
6355 * memattr.c (mem_info_command): Replace calls to
6356 longest_local_hex_string and longest_local_hex_string_custom.
6357 * buildsym.c (make_blockvector): Ditto.
6358 * solib.c (info_sharedlibrary_command): Ditto.
6359 * tracepoint.c (tracepoints_info): Ditto.
6360 * symtab.c (print_msymbol_info): Ditto.
6361
6362 * language.c (local_hex_string): Delete.
6363 (local_hex_string_custom): Delete.
6364 (longest_local_hex_string): Rename to local_hex_string.
6365 (longest_local_hex_string_custom): Rename to
6366 local_hex_string_custom.
6367 * language.h (local_hex_string): Change parameter type to LONGEST.
6368 (local_hex_string_custom): Ditto.
6369 (longest_local_hex_string): Delete declaration.
6370 (longest_local_hex_string_custom): Ditto.
6371
6372 * solib.c: Update copyright.
6373 * memattr.c: Update copyright.
6374
13d01224
AC
63752002-05-11 Andrew Cagney <ac131313@redhat.com>
6376
6377 * arch-utils.h (legacy_register_to_value): Declare.
6378 (legacy_value_to_register): Declare.
6379 (legacy_convert_register_p): Declare.
6380 * arch-utils.c (legacy_register_to_value): New function.
6381 (legacy_value_to_register): New function.
6382 (legacy_convert_register_p): New function.
6383
6384 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6385 (VALUE_TO_REGISTER): Define.
6386 (CONVERT_REGISTER_P): Define.
6387 * gdbarch.h, gdbarch.c: Regenerate.
6388
6389 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6390 VALUE_TO_REGISTER.
6391 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6392 CONVERT_REGISTER_P.
6393
4a1970e4
DJ
63942005-05-11 Daniel Jacobowitz <drow@mvista.com>
6395 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6396
6397 * Makefile.in: Update dependencies for valops.c.
6398 * valops.c: Include "gdb_assert.h".
6399 (typecmp): Skip THIS parameter to methods.
6400 (find_method_list): Remove static_memfuncp argument,
6401 update callers. Check for stub methods.
6402 (find_value_oload_method_list): Don't set *static_memfuncp.
6403 (find_overload_match): Don't check for stub methods. Assert
6404 that methods are not stubbed. Handle static methods.
6405 (value_find_oload_method_list): Remove static_memfuncp argument.
6406 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6407 to the argument list for static stub methods.
6408 * value.h (value_find_oload_method_list): Update prototype.
6409
b2e75d78
AC
64102002-05-11 Andrew Cagney <ac131313@redhat.com>
6411
6412 * arch-utils.h (generic_register_size): Declare.
6413 (generic_register_raw_size, generic_register_virtual_size): Delete
6414 declarations.
6415 * arch-utils.c (generic_register_raw_size): Delete.
6416 (generic_register_size): New function.
6417 (generic_register_virtual_size): Delete.
6418
6419 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6420 default generic_register_size.
6421 * gdbarch.h, gdbarch.c: Re-generate.
6422
6423 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6424 register_virtual_size.
6425 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6426 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6427
451fbdda
AC
64282002-05-11 Andrew Cagney <ac131313@redhat.com>
6429
6430 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6431 * gdbarch.h, gdbarch.c: Regenerate.
6432 * gnu-v3-abi.c: Update copyright.
6433 (vtable_address_point_offset): Update.
6434 (gnuv3_rtti_type): Update.
6435 (gnuv3_baseclass_offset): Update.
6436 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6437 (init_fetch_link_map_offsets): Update.
6438 * remote.c (get_remote_state): Update.
6439
6d2f5cea
DJ
64402002-05-11 Daniel Jacobowitz <drow@mvista.com>
6441
6442 * TODO: Remove value_headof/value_from_vtable_info comment.
6443 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6444 * values.c (value_headof, value_from_vtable_info): Delete.
6445 * value.h (value_from_vtable_info): Delete prototype.
6446
d2324da4
AC
64472002-05-11 Andrew Cagney <ac131313@redhat.com>
6448
6449 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6450 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6451 $(gdb_regex_h).
6452 (gdb_assert_h): Define.
6453 (gdb_wait_h): Define.
6454 (gdb_regex_h): Define.
6455
5c717440
DJ
64562002-05-11 Daniel Jacobowitz <drow@mvista.com>
6457
6458 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6459 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6460
6c7861b3
JT
64612002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6462
6463 * nbsd-tdep.c: Fix comment.
6464
ea5bc2a6
JT
64652002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6466
6467 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6468 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6469 (nbsd-tdep.o): New dependency list.
6470 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6471 nbsd-tdep.h.
6472 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6473 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6474 * nbsd-tdep.c: New file.
6475 * nbsd-tdep.h: New file.
6476 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6477 nbsd-tdep.h.
6478 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6479 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6480 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6481 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6482
b28da865
JT
64832002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6484
6485 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6486 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6487 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6488 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6489 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6490 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6491
4b8ff1fa
JT
64922002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6493
6494 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6495 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6496 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6497 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6498 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6499 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6500 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6501
dfe6eb1f
JT
65022002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6503
6504 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6505 fetch_elfcore_registers to...
6506 * i386nbsd-tdep.c: ...here.
6507 (i386nbsd_use_struct_convention): Rename to...
6508 (i386nbsd_aout_use_struct_convention): ...this.
6509 (i386nbsd_supply_reg): New function.
6510 (i386nbsd_fill_reg): New function.
6511 (fetch_core_registers): Use i386nbsd_supply_reg.
6512 (fetch_elfcore_registers): Likewise.
6513 (_initialize_i386nbsd_tdep): New function.
6514 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6515 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6516 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6517 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6518 (i386nbsd_aout_use_struct_convention): ...this.
6519
20cb8cda
JT
65202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6521
6522 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6523 (store_inferior_registers): Use shnbsd_fill_reg.
6524 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6525 sh_nbsd_supply_register): Collapse into...
6526 (shnbsd_supply_reg): ...this.
6527 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6528 (shnbsd_fill_reg): ...this.
6529 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6530 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6531 (fetch_core_registers): Use shnbsd_supply_reg.
6532 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6533 (sh_nbsd_core_fns): Rename to...
6534 (shnbsd_core_fns): ...this.
6535 (sh_nbsd_elfcore_fns): Rename to...
6536 (shnbsd_elfcore_fns): ...this.
6537 (sh_nbsd_init_abi): Rename to...
6538 (shnbsd_init_abi): ...this.
6539 (_initialize_sh_nbsd_tdep): Rename to...
6540 (_initialize_shnbsd_tdep): ...this.
6541 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6542 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6543 sh_nbsd_fill_register): Remove prototypes.
6544 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6545
e750d25e
JT
65462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6547
6548 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6549 (i387-nat.o): Delete dependency list.
6550 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6551 (x86-64-linux-nat.o): Likewise.
6552 * i387-nat.c: Delete file, moving contents to...
6553 * i387-tdep.c: ...here.
6554 * i387-nat.h: Rename...
6555 * i387-tdep.h: ...to this.
6556 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6557 * i386-linux-nat.c: Likewise.
6558 * i386bsd-nat.c: Likewise.
6559 * i386gnu-nat.c: Likewise.
6560 * i386nbsd-nat.c: Likewise.
6561 * i386v4-nat.c: Likewise.
6562 * x86-64-linux-nat.c: Likewise.
6563 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6564 * config/i386/go32.mh (NATDEPFILES): Likewise.
6565 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6566 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6567 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6568 * config/i386/linux.mh (NATDEPFILES): Likewise.
6569 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6570 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6571 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6572 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6573
1aee598a
JT
65742002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6575
6576 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6577 (alphanbsd-nat.o): Remove dependency list.
6578 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6579 * alphanbsd-nat.c: Delete. Contents moved to...
6580 * alphanbsd-tdep.c: ...here.
6581 (_initialize_alphanbsd_tdep): Register core functions.
6582 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6583
12bcb0fe
JT
65842002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6585
6586 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6587 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6588 (alphanbsd-nat.o): Likewise.
6589 (alphabsd-tdep.o): New dependency list.
6590 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6591 (fill_gregset): Use alphabsd_fill_reg.
6592 (supply_fpregset): Use alphabsd_supply_fpreg.
6593 (fill_fpregset): Use alphabsd_fill_fpreg.
6594 (fetch_inferior_registers): Use struct reg and struct fpreg
6595 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6596 and alphabsd_supply_fpreg.
6597 (store_inferior_registers): Use struct reg and struct fpreg
6598 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6599 and alphabsd_fill_fpreg.
6600 * alphabsd-tdep.c: New file.
6601 * alphabsd-tdep.h: New file.
6602 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6603 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6604 alphabsd_supply_fpreg.
6605 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6606 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6607
361d1df0
EC
66082002-05-11 Eric Christopher <echristo@redhat.com>
6609
6610 * mips-tdep.c (mips_double_register_type): Fix thinko.
6611 (mips_single_register_type): Ditto.
6612 * MAINTAINERS: Add self.
6613
92dd7cee
MK
66142002-05-11 Mark Kettenis <kettenis@gnu.org>
6615
6616 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6617 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6618 right thing on architectures with different endianness and/or
6619 integer sizes.
6620
e27da16d
JT
66212002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6622
6623 From Christian Limpach <chris@Pin.LU>
6624 * configure.in: Change sed expression which comments out
6625 NATDEPFILES to also comment out continuation lines.
6626 * configure: Regenerate.
6627
ddde02bd
EZ
66282002-05-10 Elena Zannoni <ezannoni@redhat.com>
6629
6630 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6631 big patch.
6632
1c922164
EZ
66332002-05-10 Elena Zannoni <ezannoni@redhat.com>
6634
6635 * sh-tdep.c: Include correct file.
6636
283150cd
EZ
66372002-05-10 Elena Zannoni <ezannoni@redhat.com>
6638
6639 New support for sh64-elf (sh5) target.
6640
6641 * configure.tgt: For sh64-elf target, default to sh-elf.
6642
6643 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6644 (struct gdbarch_tdep): Add new fields for new registers and ABI
6645 info.
361d1df0 6646
283150cd
EZ
6647 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6648 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6649 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6650 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6651 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6652 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6653 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6654 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6655 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6656 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6657 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6658 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6659 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6660 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6661 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6662 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6663 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6664 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6665 sign_extend, sh64_nofp_frame_init_saved_regs,
6666 sh64_init_extra_frame_info, sh64_get_saved_register,
6667 sh64_extract_struct_value_address, sh64_pop_frame,
6668 sh64_push_arguments, sh64_extract_return_value,
6669 sh64_store_return_value, sh64_show_media_regs,
6670 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6671 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6672 sh_sh64_register_virtual_type,
6673 sh_sh64_register_convert_to_virtual,
6674 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6675 sh64_register_read, sh64_pseudo_register_write,
6676 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6677 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6678 sh64_do_pseudo_register, sh_compact_do_registers_info,
6679 sh64_do_registers_info, sh_gdbarch_init): New functions.
6680
3117ed25
EZ
66812002-05-10 Elena Zannoni <ezannoni@redhat.com>
6682
6683 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6684
2654e6d4
DJ
66852002-05-10 Daniel Jacobowitz <drow@mvista.com>
6686
6687 * linespec.c (decode_line_1): Check for a double quote after
6688 a filename correctly.
6689
9ab3e532
JB
66902002-05-10 Jim Blandy <jimb@redhat.com>
6691
6692 Properly track the size of the current objfile's .debug_line section.
6693 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6694 (DWARF_LINE_SIZE): New macro.
6695 (dwarf2_build_psymtabs_hard): Record the line section's size in
6696 the partial symbol table.
6697 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6698 symbol table.
6699
126fa72d
PS
67002002-05-10 Petr Sorfa <petrs@caldera.com>
6701
6702 * ia64-tdep.c: Handle breakpoints on L instruction type
6703 in MLX instruction bundle by moving the breakpoint to
6704 the third slot (X instruction type) as L holds only data.
6705
1f077a3e
KB
67062002-05-10 Kevin Buettner <kevinb@redhat.com>
6707
6708 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6709 (process_one_symbol): Complain about discarding local symbols
6710 due to a misplaced N_LBRAC entry.
6711
8120c9d5 67122002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6713
6714 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6715 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6716 decrease the depth we are at, in the case of templates.
361d1df0 6717
67b2c998
DJ
67182002-05-09 Daniel Jacobowitz <drow@mvista.com>
6719
6720 * mips-tdep.c (mips_float_register_type): New function.
6721 (mips_double_register_type): New function.
6722 (mips_print_register): Use them.
6723 (do_fp_register_row): Likewise.
6724
fd326606
DJ
67252002-05-09 Daniel Jacobowitz <drow@mvista.com>
6726
6609d9af 6727 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6728 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6729 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6730
bef35864
MS
67312002-05-09 Michael Snyder <msnyder@redhat.com>
6732
6733 * remote-rdp.c (remote_rdp_can_run): Remove.
6734
c55a3f73
TT
67352002-05-09 Tom Tromey <tromey@redhat.com>
6736
6737 * jv-valprint.c (java_val_print): Handle `char' as a special case
6738 of TYPE_CODE_INT.
6739
b8d5e71d
MS
67402002-05-09 Michael Snyder <msnyder@redhat.com>
6741
6742 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6743 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6744 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6745 str r(0123),[sp,#nn].
361d1df0 6746 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6747 order-independent by placing it in a loop.
6748
e2cd42dd
MS
67492002-05-06 Michael Snyder <msnyder@redhat.com>
6750
6751 * stabsread.c (read_type): Add recognition for new attribute:
6752 "@V;" means that an array type is actually a vector.
6753 This is analogous to the vector flag that's been added to dwarf2.
6754
3ce1502b
MK
67552002-05-09 Mark Kettenis <kettenis@gnu.org>
6756
6757 * i386-tdep.h (i386_abi): New enum.
6758 (struct gdbarch_tdep): Replace os_ident member with abi.
6759 (i386_gdbarch_register_os_abi): New prototype.
6760 * i386-tdep.c (i386_abi_names): New array.
6761 (process_note_abi_tag_sections): Removed.
6762 (process_note_sections): New function.
6763 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6764 (struct i386_abi_handler): New struct.
6765 (i386_abi_handler_list): New variable.
6766 (i386_gdbarch_register_os_abi): New function.
6767 (i386_gdbarch_init): Adapt for the changes given above.
6768
084c156a
DJ
67692002-05-08 Daniel Jacobowitz <drow@mvista.com>
6770
6771 * gregset.h: Say "GNU/Linux".
6772
6599f021
EZ
67732002-05-08 Elena Zannoni <ezannoni@redhat.com>
6774
6775 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6776 (build_gdbtypes): Build builtin_type_v2_float.
6777 (_initialize_gdbtypes): Register new builtin type.
6778
40af4b0c
AC
67792002-05-08 Andrew Cagney <ac131313@redhat.com>
6780
6781 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6782 (clear_gdbarch_swap): New function.
6783 (initialize_non_multiarch): Call.
6784 (gdbarch_update_p): Before calling init(), swap out and clear the
6785 existing architecture.
6786 * gdbarch.c: Regenerate.
6787
4fe84f46
JT
67882002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6789
6790 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6791 alphanbsd-tdep.c.
6792
4015edd1
JT
67932002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6794
6795 * sh-nbsd-nat.c: Rename to...
6796 * shnbsd-nat.c: ...this.
6797 * sh-nbsd-tdep.c: Rename to...
6798 * shnbsd-tdep.c: ...this.
6799 * sh-nbsd-tdep.h: Rename to...
6800 * shnbsd-tdep.h: ...this.
6801 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6802 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6803
0e2bd219
RE
68042002-05-08 Richard Earnshaw <rearnsha@arm.com>
6805
6806 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6807 concatenation for command help messages.
6808
13a38d45
JT
68092002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6810
6811 * NEWS: Note new sh*-*-netbsdelf* configuration.
6812 * configure.host: Set gdb_host_cpu to sh for all sh*.
6813 (sh*-*-netbsdelf*): New host.
6814 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6815 (sh*-*-netbsdelf*): New target.
6816 * sh-nbsd-nat.c: New file.
6817 * sh-nbsd-tdep.c: New file.
6818 * sh-nbsd-tdep.h: New file.
6819 * config/sh/nbsd.mh: New file.
6820 * config/sh/nbsd.mt: New file.
6821 * config/sh/nm-nbsd.h: New file.
6822 * config/sh/tm-nbsd.h: New file.
6823
d658f924
JT
68242002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6825
6826 * sh-tdep.c (sh_osabi_names): Declare.
6827 (process_note_abi_tag_sections): New function.
6828 (get_elfosabi): Ditto.
6829 (sh_gdbarch_register_os_abi): Ditto.
6830 (sh_dump_tdep): Ditto.
6831 _initialize_sh_tdep): Use gdbarch_register to register
6832 sh_gdbarch_init and sh_dump_tdep.
6833 * config/sh/tm-sh.h (sh_osabi): Declare.
6834 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6835
848cfffb
AC
68362002-05-07 Andrew Cagney <ac131313@redhat.com>
6837
6838 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6839 (thumb_scan_prologue): Ditto.
6840 (arm_find_callers_reg): Ditto.
6841 (arm_frame_chain): Ditto.
6842 (arm_init_extra_frame_info): Ditto.
6843 (arm_frame_saved_pc): Ditto.
6844 (arm_pop_frame): Ditto.
6845 (arm_push_return_address): New function.
6846 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6847 call_dummy_location, call_dummy_breakpoint_offset_p,
6848 call_dummy_breakpoint_offset, call_dummy_p,
6849 call_dummy_stack_adjust_p, call_dummy_words,
6850 sizeof_call_dummy_words, call_dummy_start_offset,
6851 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6852 call_dummy_address, push_return_address and push_dummy_frame for
6853 generic dummy frames.
6854
e7d717c0
JT
68552002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6856
6857 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6858 size computation for alloca.
6859 (sh_fp_frame_init_saved_regs): Likewise.
6860
7bbcf283
RE
68612002-05-07 Richard Earnshaw <rearnsha@arm.com>
6862
6863 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6864 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6865 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6866 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6867 * remote-rdp.c (remote_rdp_fetch_register): Use
6868 ARM_MAX_REGISTER_RAW_SIZE.
6869 (remote_rdp_store_register): Likewise.
6870
4657573b
ML
68712002-05-07 Michal Ludvig <mludvig@suse.cz>
6872
361d1df0 6873 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6874 added default labels to switch {} statements.
6875 * x86-64-tdep.c: Ditto.
6876 * x86-64-linux-nat.c: Ditto.
6877
010f3b2f
JT
68782002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6879
6880 * solib.h: Protect against multiple inclusion.
6881
debd256d
JB
68822002-05-06 Jim Blandy <jimb@redhat.com>
6883
9ab3e532
JB
6884 Add first preprocessor macro-expansion files.
6885 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6886 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6887 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6888 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6889 (COMMON_OBS): Add macrotab.o, macroexp.o.
6890 (macroexp.o, macrotab.o): New rules.
6891
debd256d
JB
6892 Separate the job of reading the line number info statement program
6893 header (...expialidocious) out into its own function.
6894 * dwarf2read.c (struct line_head, struct filenames, struct
6895 directories): Replace with...
6896 (struct line_header): New structure, containing the full
6897 contents of the statement program header, including the
6898 include directory and file name tables.
6899 (read_file_scope): If we have line number info, instead of just
6900 calling dwarf_decode_lines to do all the work, call
6901 dwarf_decode_line_header first to get a `struct line_header'
6902 containing the data in the statement program header, and then
6903 pass that to dwarf_decode_lines, which will pick up where that
6904 left off. Be sure to clean up the `struct line_header' object.
6905 (dwarf_decode_line_header, free_line_header, add_include_dir,
6906 add_file_name): New functions.
6907 (dwarf_decode_lines): Move all the code to read the statement
6908 program header into dwarf_decode_line_header. Take the line
6909 header it built as the first argument, instead of the offset to
6910 the compilation unit's line number info. Use the new `struct
6911 line_header' type instead of the old structures. No need to do
6912 cleanups here now, since we don't allocate anything.
6913 (dwarf2_statement_list_fits_in_line_number_section,
6914 dwarf2_line_header_too_long): New complaints.
6915
ac3aafc7
EZ
69162002-05-06 Elena Zannoni <ezannoni@redhat.com>
6917
6918 * gdbtypes.c (init_vector_type): New function.
6919 (build_builtin_type_vec128): Simplify the representation of SIMD
6920 registers.
6921 (build_gdbtypes): Initialize new builtin vector types.
6922 (_initialize_gdbtypes): Register new vector types with gdbarch.
6923 (builtin_type_v4_float, builtin_type_v4_int32,
6924 builtin_type_v8_int16, builtin_type_v16_int8,
6925 builtin_type_v2_int32, builtin_type_v4_int16,
6926 builtin_type_v8_int8): New (renamed) SIMD types.
6927
13e49980
MK
69282002-05-06 Mark Kettenis <kettenis@gnu.org>
6929
6930 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6931 (i387_fill_fxsave): Likewise.
6932
997b20b8
AO
69332002-05-05 Alexandre Oliva <aoliva@redhat.com>
6934
6935 * alpha-tdep.c (alpha_extract_return_value): Don't use
6936 non-constant array size in prototype.
6937
535c96ce
AC
69382002-05-04 Andrew Cagney <ac131313@redhat.com>
6939
6940 From Brian Taylor <briant at model dot com>:
6941 * ui-out.c (ui_out_field_core_addr): Use the function
6942 longest_local_hex_string_custom'to format addresses > 32 bits
6943 wide.
6944
6945 * ui-out.c (ui_out_field_core_addr): Update comment.
6946
bedfa57b
AC
69472002-05-04 Andrew Cagney <ac131313@redhat.com>
6948
6949 * stack.c (select_and_print_frame): Make static. Delete the
6950 parameter `level'.
6951 (func_command): Update call.
6952 (select_frame_command): Delete code computing the frame level.
6953 * frame.h (select_and_print_frame): Delete declaration.
6954
f621c63e
AC
69552002-05-04 Andrew Cagney <ac131313@redhat.com>
6956
6957 * sparc-tdep.c (sparc_get_saved_register): Comment why
6958 get_prev_frame call is safe.
6959
0f7d239c
AC
69602002-05-04 Andrew Cagney <ac131313@redhat.com>
6961
6962 * frame.h (select_frame): Delete level parameter.
6963 * stack.c (select_frame): Update. Use frame_relative_level to
6964 obtain the frame's level.
6965 (select_and_print_frame): Update call.
6966 (select_frame_command): Ditto.
6967 (up_silently_base): Ditto.
6968 (down_silently_base): Ditto.
6969 * ocd.c (ocd_start_remote): Ditto.
6970 * remote-rdp.c (remote_rdp_open): Ditto.
6971 * remote-mips.c (mips_initialize): Ditto.
6972 (common_open): Ditto.
6973 * remote-e7000.c (e7000_start_remote): Ditto.
6974 * m3-nat.c (select_thread): Ditto.
6975 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6976 (child_get_current_exception_event): Ditto.
6977 * varobj.c (varobj_create): Ditto.
6978 (varobj_update): Ditto.
6979 (c_value_of_root): Ditto.
6980 * tracepoint.c (finish_tfind_command): Ditto.
6981 * corelow.c (core_open): Ditto.
6982 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6983 * thread.c (info_threads_command): Ditto.
6984 (switch_to_thread): Ditto.
6985 * infrun.c (normal_stop): Ditto.
6986 (restore_selected_frame): Ditto.
6987 (restore_inferior_status): Ditto.
6988 * breakpoint.c (insert_breakpoints): Ditto.
6989 (watchpoint_check): Ditto.
6990 (bpstat_stop_status): Ditto.
6991 (do_enable_breakpoint): Ditto.
6992 * blockframe.c (flush_cached_frames): Ditto.
6993 (reinit_frame_cache): Ditto.
6994
71d6c7b1
AC
69952002-05-04 Andrew Cagney <ac131313@redhat.com>
6996
6997 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6998 maintainer.
6999
cda6c68a
JB
70002002-05-04 Jim Blandy <jimb@redhat.com>
7001
7002 * gdbtypes.c (replace_type): Doc fix.
7003
5c1c87f0
AC
70042002-05-04 Andrew Cagney <ac131313@redhat.com>
7005
7006 * valprint.c (strcat_longest): Delete commented out function.
7007 Update copyright.
7008
cd9bfe15
AC
70092002-05-04 Andrew Cagney <ac131313@redhat.com>
7010
7011 * MAINTAINERS: Mark a29k as deleted.
7012 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7013 Move new configurations to the top.
7014 * configure.tgt: Remove a29k.
7015 * config/a29k/tm-vx29k.h: Delete.
7016 * config/a29k/vx29k.mt: Delete.
7017 * config/a29k/tm-a29k.h: Delete.
7018 * config/a29k/a29k-udi.mt: Delete.
7019 * config/a29k/a29k.mt: Delete.
7020 * a29k-tdep.c: Delete.
7021 * remote-udi.c: Delete.
7022 * remote-mm.c: Delete.
7023 * remote-eb.c: Delete.
7024 * remote-adapt.c: Delete.
7025 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7026 * config/s390/s390x.mt: Ditto.
7027 * config/s390/s390.mt: Ditto.
7028 * config/sparc/sparclynx.mh: Ditto.
7029 * config/sparc/linux.mh: Ditto.
7030 * config/pa/hppaosf.mh: Ditto.
7031 * config/pa/hppabsd.mh: Ditto.
7032 * config/ns32k/nbsd.mt: Ditto.
7033 * config/mips/vr5000.mt: Ditto.
7034 * config/m68k/sun3os4.mh: Ditto.
7035 * config/m68k/nbsd.mt: Ditto.
7036 * config/m68k/m68klynx.mh: Ditto.
7037 * config/m32r/m32r.mt: Ditto.
7038 * config/i386/x86-64linux.mt: Ditto.
7039 * config/i386/nbsdelf.mt: Ditto.
7040 * config/i386/nbsd.mt: Ditto.
7041 * config/i386/i386lynx.mh: Ditto.
7042
bf0c5130
AC
70432002-05-04 Andrew Cagney <ac131313@redhat.com>
7044
7045 * target.c (debug_print_register): New function. Handle oversize
7046 registers.
7047 (debug_to_fetch_registers): Call.
7048 (debug_to_store_registers): Call.
7049
2ae1c2d2
JB
70502002-05-03 Jim Blandy <jimb@redhat.com>
7051
13a393b0
JB
7052 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7053 (read_type): Doc fix.
7054 * gdbtypes.c (replace_type): Doc fix.
7055
2ae1c2d2
JB
7056 * stabsread.c (multiply_defined_struct): New complaint.
7057 (read_struct_type): If the type we were passed isn't empty, or
7058 incomplete, don't read the new struct type into it; complain,
7059 and return the original type unchanged. Take a new `type_code'
7060 argument, which is the type code for the new type.
7061 (read_type): Rather than storing the type's type code here, pass
7062 it as an argument to read_struct_type, and let that take care of
7063 storing it. That way, we don't overwrite the original type code,
7064 so read_struct_type can use it to decide whether we're overwriting
7065 something we shouldn't.
7066 (complain_about_struct_wipeout): New function.
7067
8de9bdc4
AC
70682002-05-03 Andrew Cagney <ac131313@redhat.com>
7069
7070 * gdbarch.sh: Assert that gdbarch is non-NULL.
7071 * gdbarch.c: Regenerate.
7072
f773fdbb
JM
70732002-05-03 Jason Merrill <jason@redhat.com>
7074
7075 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7076 and return NULL.
7077
0e04a514
ML
70782002-05-03 Michal Ludvig <mludvig@suse.cz>
7079
7080 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7081 (x86_64_dwarf2gdb_regno_map_length),
7082 (x86_64_dwarf2_reg_to_regnum): Added.
7083 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7084 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7085 (_initialize_x86_64_tdep): Synced with the change above.
7086 (x86_64_skip_prologue): Reformulated message.
7087
065432a8
PM
70882002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7089
7090 * f-exp.y: Also use new prev_lexptr variable
7091 to improve error reporting. Based on Michael Snyder
7092 2002-04-24 dated patch to c-exp.y.
7093 * jv-exp.y: Likewise.
7094 * m2-exp.y: Likewise.
7095
a3162708
EZ
70962002-05-02 Elena Zannoni <ezannoni@redhat.com>
7097
7098 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7099 we are dealing with vectors.
7100
03620c38
PM
71012002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7102
7103 * config/m68k/tm-nbsd.h: Obvious fix,
7104 correct machine name.
7105
6604db2e
PM
71062002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7107
7108 * p-typeprint.c (pascal_type_print_base): Add support
7109 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7110
0906b739
PM
71112002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7112
7113 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7114 for fondamental pascal 'char' type.
7115
e2625b33
PM
71162002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7117
7118 * p-lang.h (is_pascal_string_type): Declaration changed,
7119 new sixth argument of type char ** added.
361d1df0 7120 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7121 changed. Args length_pos, length_size, string_pos, char_size
7122 can now be NULL. New argument arrayname set to the field
7123 name of the char array. Return value set to char array
7124 field index plus one.
361d1df0 7125 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7126 is_pascal_string_type function.
7127
cf17c188
AC
71282002-05-02 Andrew Cagney <cagney@redhat.com>
7129
7130 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7131 <cagney@redhat.com> change.
7132 * gdbarch.c: Regenerate.
7133
52bca491
AC
71342002-05-02 Andrew Cagney <cagney@redhat.com>
7135
7136 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7137 before probing for a new one. Detect errorenous gdbarch_init
7138 functions.
7139 * gdbarch.c: Regenerate.
7140
d5e72505
AC
71412002-05-01 Andrew Cagney <cagney@redhat.com>
7142
7143 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7144 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7145 * config/v850/tm-v850.h: Ditto. Update copyright.
7146
af566d9f
AC
71472002-04-30 Andrew Cagney <ac131313@redhat.com>
7148
7149 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7150 current_gdbarch.
7151
880d85fa
MS
71522002-04-30 Michael Snyder <msnyder@redhat.com>
7153
94c30b78
MS
7154 * arm-tdep.c: Whitespace clean-ups.
7155 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7156 should have been removed as part of 4/24 change.
7157
6f5987a6
KB
71582002-04-30 Kevin Buettner <kevinb@redhat.com>
7159
7160 * rs6000-tdep.c: Added comment describing how fpscr register
7161 numbers were chosen.
7162
1a113c93
MS
71632002-04-30 Michael Snyder <msnyder@redhat.com>
7164
7165 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7166
9a6f53fe
EZ
71672002-04-29 Elena Zannoni <ezannoni@redhat.com>
7168
7169 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7170 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7171 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7172
11ed25ac
KB
71732002-04-29 Kevin Buettner <kevinb@redhat.com>
7174
7175 From Louis Hamilton <hamilton@redhat.com>:
7176 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7177 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7178 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7179 not bfd-private xcoff data, to determine wordsize.
7180 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7181
ae232405
AC
71822002-04-29 Andrew Cagney <ac131313@redhat.com>
7183
7184 GDB 5.2 released from 5.2 branch.
7185
91fd20f7
ML
71862002-04-29 Michal Ludvig <mludvig@suse.cz>
7187
7188 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7189 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7190 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7191
2dc5091b
EZ
71922002-04-29 Elena Zannoni <ezannoni@redhat.com>
7193
7194 * rs6000-tdep.c (rs6000_extract_return_value,
7195 rs6000_store_return_value): Handle returning vectors.
7196 (rs6000_gdbarch_init): Use
7197 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7198 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7199 New function.
7200 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7201 vectors.
7202 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7203 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7204
2b9848d8
PM
72052002-04-24 Pierre Muller <ics.u-strasbg.fr>
7206
7207 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7208 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7209 with fprintf_unfiltered (gdb_stderr,...).
7210
f8d17dc5
PM
72112002-04-24 Pierre Muller <ics.u-strasbg.fr>
7212
7213 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7214 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7215 Replace fprintf (stderr,...
7216 with fprintf_unfiltered (gdb_stderr,....
7217 * remote-es.c: Likewise.
7218 * remote-os9k.c: Likewise.
7219 * remote-st.c: Likewise.
7220
2f2f1ad1
AS
72212002-04-28 Andreas Schwab <schwab@suse.de>
7222
7223 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7224 linux-proc.o and gcore.o.
7225
b6779aa2
AC
72262002-04-26 Michal Ludvig <mludvig@suse.cz>
7227
7228 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7229 code without frame pointers.
7230
7e57f5f4
AC
72312002-04-26 Andrew Cagney <ac131313@redhat.com>
7232
7233 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7234 ON_STACK is needed.
7235
2ceb85d0
BE
72362002-04-26 Ben Elliston <bje@redhat.com>
7237
7238 * target.c (do_xfer_memory): Correct reference to the new option
7239 "trust-readonly-sections".
7240
f5f8a009
EZ
72412002-04-26 Elena Zannoni <ezannoni@redhat.com>
7242
7243 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7244 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7245 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7246 vectors.
7247 (read_array_type): Record the fact that this array type is really a
7248 vector (i.e. are passed in by value).
7249
5868c862
JT
72502002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7251
7252 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7253 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7254 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7255 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7256 * alpha-linux-tdep.c: Include frame.h.
7257 (alpha_linux_sigcontext_addr): New function.
7258 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7259 alpha_linux_sigcontext_addr.
7260 * alpha-osf1-tdep.c: Include gdbcore.h.
7261 (alpha_osf1_sigcontext_addr): New function.
7262 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7263 alpha_osf1_sigcontext_addr.
7264 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7265 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7266
bfb01f37
AC
72672002-04-26 Andrew Cagney <ac131313@redhat.com>
7268
361d1df0 7269 * stack.c (selected_frame_level):
bfb01f37
AC
7270 (select_frame): Do not set selected_frame_level.
7271 * frame.h (selected_frame_level): Delete declaration.
7272
15813d3f
AC
72732002-04-26 Andrew Cagney <ac131313@redhat.com>
7274
7275 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7276 convert_from_func_ptr-addr when AIX / PowerOpen.
7277
6096c27a
AC
72782002-04-25 Andrew Cagney <ac131313@redhat.com>
7279
7280 * valops.c (hand_function_call): Call
7281 generic_save_call_dummy_addr.
7282 * frame.h (generic_save_call_dummy_addr): Declare.
7283 * blockframe.c (struct dummy_frame): Add fields call_lo and
7284 call_hi.
7285 (generic_find_dummy_frame): Check for PC in range call_lo to
7286 call_hi instead of entry_point_address.
7287 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7288 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7289 (generic_save_call_dummy_addr): New function.
7290
f510d44e
DM
72912002-04-24 David S. Miller <davem@redhat.com>
7292
7293 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7294 sparc_skip_prologue.
7295 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7296 information to find prologue when possible.
7297 (sparc_prologue_frameless_p): Call examine_prologue directly.
7298 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7299 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7300 second argument.
7301 (SKIP_PROLOGUE): Likewise.
7302
15d72a92
JT
73032002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7304
7305 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7306 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7307 indicate that the condition it was testing is always true.
7308 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7309 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7310 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7311
accc6d1f
JT
73122002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7313
7314 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7315 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7316 tdep->jb_pc and tdep->jb_elt_size.
7317 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7318 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7319 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7320 * alpha-nat.c (get_longjmp_target): Remove.
7321 (JB_ELEMENT_SIZE): Ditto.
7322 (JB_PC): Ditto.
7323 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7324 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7325 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7326 to alpha_get_longjmp_target.
7327 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7328 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7329 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7330
1bfdc549
AC
73312002-04-25 Andrew Cagney <ac131313@redhat.com>
7332
7333 * README: Update to GDB 5.2.
7334
1bd316f0
AC
73352002-04-25 Andrew Cagney <ac131313@redhat.com>
7336
7337 * gdbarch.sh (LC_ALL): Set to `c'.
7338
2e5ff58c
TR
73392002-04-25 Theodore A. Roth <troth@verinet.com>
7340
7341 * avr-tdep.c: Ran through gdb_indent.sh.
7342
e33ce519
TR
73432002-04-25 Theodore A. Roth <troth@verinet.com>
7344
7345 * MAINTAINERS: Add myself as AVR maintainer.
7346 * NEWS: Note new target avr.
7347
8818c391
TR
73482002-04-25 Theodore A. Roth <troth@verinet.com>
7349
7350 * Makefile.in: Add support for AVR target.
7351 * configure.tgt: Add support for AVR target.
7352 * avr-tdep.c: New file
7353 * config/avr/avr.mt: New file.
7354
79509c2d
TR
73552002-04-25 Theodore A. Roth <troth@verinet.com>
7356
7357 * MAINTAINERS: Add myself to write-after-approval.
7358
dac8068e
PM
73592002-04-24 Pierre Muller <ics.u-strasbg.fr>
7360
7361 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7362 with fprintf_unfiltered (gdb_stderr,....
7363
25bf3106
PM
73642002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7365
7366 Fix PR gdb/508.
7367 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7368
24467a86
PM
73692002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7370
7371 * p-exp.y: Also use new prev_lexptr variable
7372 to improve error reporting. Based on Michael Snyder
7373 2002-04-24 dated patch to c-exp.y.
7374
95b80706
JT
73752002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7376
7377 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7378 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7379 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7380 to 0.
7381 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7382 and struct value.
7383 (FUNCTION_START_OFFSET): Remove.
7384 (BREAKPOINT): Ditto.
7385
e90cc612
JT
73862002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7387
7388 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7389 * NEWS: Ditto.
7390
6c72f9f9
JT
73912002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7392
7393 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7394 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7395 alpha_linux_pc_in_sigtramp.
7396 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7397 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7398 alpha_osf1_pc_in_sigtramp.
7399 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7400 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7401 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7402 alphafbsd_pc_in_sigtramp.
7403 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7404 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7405 alphanbsd_pc_in_sigtramp.
7406 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7407 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7408
5e4f3379
JT
74092002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7410
7411 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7412
da8ca43d
JT
74132002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7414
7415 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7416 alphanbsd-tdep.c.
7417 (alphanbsd-nat.o): New dependency list.
7418 (alphanbsd-tdep.o): Ditto.
7419 * NEWS: Note new native NetBSD/alpha configuration.
7420 * alphanbsd-nat.c: New file.
7421 * alphanbsd-tdep.c: Ditto.
7422 * configure.host (alpha*-*-netbsd*): New host.
7423 * configure.tgt (alpha*-*-netbsd*): New target.
7424 * config/alpha/nbsd.mh: New file.
7425 * config/alpha/nbsd.mt: Ditto.
7426 * config/alpha/nm-nbsd.h: Ditto.
7427 * config/alpha/tm-nbsd.h: Ditto.
7428
36a6271d
JT
74292002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7430
7431 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7432 (alpha-osf1-tdep.o): New dependency list.
7433 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7434 and skip_sigtramp_frame members.
7435 * alpha-linux-tdep.c: Include gdbcore.h.
7436 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7437 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7438 * alpha-osf1-tdep.c: New file.
7439 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7440 alpha-osf1-dep.c.
7441 (alpha_frame_past_sigtramp_frame): New function.
7442 (alpha_dynamic_sigtramp_offset): Ditto.
7443 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7444 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7445 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7446 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7447 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7448 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7449 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7450 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7451 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7452 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7453 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7454 to find_solib_trampoline_target.
7455 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7456 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7457 (SKIP_TRAMPOLINE_CODE): Remove.
7458 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7459 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7460 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7461 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7462 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7463 (PROC_SIGTRAMP_MAGIC): Ditto.
7464 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7465 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7466 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7467 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7468 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7469
2f4bc57b
JT
74702002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7471
7472 * NEWS: Note that Alpha targets are now multi-arch.
7473
665132f9
MS
74742002-04-24 Michael Snyder <msnyder@redhat.com>
7475
7476 * parser-defs.h (prev_lexptr): New external variable.
7477 * parse.c (parse_exp_1): Set prev_lexptr to null before
7478 calling the language-specific parser.
7479 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7480 (yyerror): Use prev_lexptr in error reporting.
7481
32872fa7
DJ
74822002-04-24 Daniel Jacobowitz <drow@mvista.com>
7483
7484 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7485 * gregset.h: If FILL_FPXREGSET is defined, provide
7486 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7487 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7488 is defined, call fill_fpxregset.
7489
57e76fac
MS
74902002-04-24 Roland McGrath <roland@frob.com>
7491
7492 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7493 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7494 (supply_gregset, supply_fpregset): New functions.
7495
7496 * gnu-nat.c (gnu_find_memory_regions): New function.
7497 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7498 (gnu_xfer_memory): Add a cast.
7499
f43845b3
MS
75002002-04-24 Michael Snyder <msnyder@redhat.com>
7501
361d1df0 7502 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7503 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7504 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7505 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7506 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7507 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7508
a0abec03
AC
7509Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7510
7511 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7512 NUM_PSEUDO_REGS can be used.
7513
d7bd68ca
AC
75142002-04-24 Andrew Cagney <ac131313@redhat.com>
7515
7516 * arch-utils.h: Update copyright.
7517
7518 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7519 * gdbarch.h, gdbarch.c: Re-generate.
7520
7521 * inferior.h (IN_SIGTRAMP): Delete definition.
7522 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7523 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7524
7525 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7526 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7527 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7528 (find_proc_framesize): Ditto.
7529 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7530 (alpha_init_extra_frame_info): Ditto.
7531 * infrun.c (handle_inferior_event): Ditto.
7532 (handle_inferior_event): Ditto.
7533 (check_sigtramp2): Ditto.
7534 * blockframe.c (create_new_frame): Ditto.
7535 (get_prev_frame): Ditto.
7536 * ppc-linux-tdep.c: Update comments.
7537 * i386-linux-tdep.c: Update comments.
7538 * breakpoint.c (bpstat_what): Update comment.
7539
4867e41e
DM
75402002-04-24 David S. Miller <davem@redhat.com>
7541
21d83aa5
DM
7542 * i960-tdep.c (register_in_window_p): New function.
7543 (i960_find_saved_register): Use it instead of
7544 REGISTER_IN_WINDOW_P.
7545 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7546
4867e41e
DM
7547 * symtab.h (find_stab_function_addr): Kill extern.
7548 * minsyms.c (find_stab_function_addr): Remove from here...
7549 * dbxread.c: ... to here, and mark it static.
7550
69cdf6a2
DM
75512002-04-20 David S. Miller <davem@redhat.com>
7552
7553 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7554 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7555
5a595886
DM
75562002-04-21 David S. Miller <davem@redhat.com>
7557
7558 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7559 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7560 (vx_write_register): Likewise.
7561
1da1a192
JB
75622002-04-23 J. Brobecker <brobecker@gnat.com>
7563
7564 * source.c (is_regular_file): New function.
7565 (openp): Check wether file to open is a regular file
7566 to avoid opening directories.
7567
baa6f10b
JT
75682002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7569
7570 * findvar.c (extract_signed_integer): Cast printf argument
7571 to suppress format warning.
7572 (extract_unsigned_integer): Likewise.
7573 * infcmd.c (registers_info): Likewise.
7574 * top.c (get_prompt_1): Likewise.
7575 * valops.c (value_assign): Likewise.
7576 * valprint.c (print_decimal): Likewise.
7577
b2c4da81
L
75782002-04-22 H.J. Lu (hjl@gnu.org)
7579
7580 * c-exp.y (typebase): Support
361d1df0 7581
b2c4da81
L
7582 [long|long long|short] [signed|unsigned] [int|]
7583
7584 and
7585
7586 signed [long|long long|short] int
7587
f267bd6a
JT
75882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7589
7590 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7591 and vax-tdep.h.
7592 * vax-tdep.h: New file.
7593 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7594 Make several routines static.
7595 (vax_get_saved_register): New function.
7596 (vax_gdbarch_init): New function.
7597 (_initialize_vax_tdep): Register vax_gdbarch_init.
7598 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7599 Remove macros now under the control of gdbarch.
7600
da3c6d4a
MS
76012002-04-22 Michael Snyder <msnyder@redhat.com>
7602
11d3b27d
MS
7603 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7604 Some whitespace and coding standards tweaks.
da3c6d4a 7605
a33f7558
JT
76062002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7607
7608 * vax-tdep.c: Include regcache.h.
7609 (vax_call_dummy_words): New.
7610 (sizeof_vax_call_dummy_words): New.
7611 (vax_fix_call_dummy): New function.
7612 (vax_saved_pc_after_call): Ditto.
7613 * config/vax/tm-vax.h: Don't include regcache.h.
7614 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7615 (CALL_DUMMY): Remove.
7616 (CALL_DUMMY_WORDS): Define.
7617 (SIZEOF_CALL_DUMMY_WORDS): Define.
7618 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7619
47a73475
MS
76202002-04-18 Michael Snyder <msnyder@redhat.com>
7621
7622 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7623
52efde73
JT
76242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7625
7626 * vax-tdep.c (vax_frame_chain): New function.
7627 (vax_push_dummy_frame): Ditto.
7628 (vax_pop_frame): Ditto.
7629 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7630 (FRAMELESS_FUNCTION_INVOCATION): Use
7631 generic_frameless_function_invocation_not.
7632 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7633 (POP_FRAME): Use vax_pop_frame.
7634
ea74468c
JT
76352002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7636
7637 * vax-tdep.c (vax_store_struct_return): New function.
7638 (vax_extract_return_value): Ditto.
7639 (vax_store_return_value): Ditto.
7640 (vax_extract_struct_value_address): Ditto.
7641 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7642 vax_store_struct_return.
7643 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7644 (STORE_RETURN_VALUE): Use vax_store_return_value.
7645 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7646
5516aa92
JT
76472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7648
7649 * vax-tdep.c (vax_frame_saved_pc): New function.
7650 (vax_frame_args_address_correct): Ditto.
7651 (vax_frame_args_address): Ditto.
7652 (vax_frame_locals_address): Ditto.
7653 (vax_frame_num_args): Move code to be in proximity to
7654 other frame-related functions.
7655 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7656 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7657 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7658 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7659 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7660
36af0b35
L
76612002-04-22 H.J. Lu (hjl@gnu.org)
7662
7663 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7664 includedir.
7665
ab62c900
JT
76662002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7667
7668 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7669 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7670 (FRAME_INIT_SAVED_REGS): New macro.
7671
7232b100
JT
76722002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7673
7674 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7675
b70d2aee
JT
76762002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7677
7678 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7679 where needed.
7680 (fetch_osf_core_registers): Likewise.
7681 (supply_gregset): Likewise.
7682
a0e8a2d1 76832002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7684
a0e8a2d1
JB
7685 * symfile.h (get_section_index): Define.
7686 * symfile.c (get_section_index): New function.
7687 * mdebugread.c (SC_IS_SBSS): New macro.
7688 (SC_IS_BSS): Return true for the scBss storage class only, as
7689 the scSBss storage class refers to the .sbss section.
7690 (parse_partial_symbols): Discard the symbols which associated
7691 section does not exist.
7692 Make sure to use the .sbss section index for symbols which
7693 storage class is scBss, rather than using the .bss section index.
7694
51eb8b08
JT
76952002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7696
7697 * vax-tdep.c: Update copyright years.
7698 (vax_register_name): New function.
7699 (vax_register_byte): Ditto.
7700 (vax_register_raw_size): Ditto.
7701 (vax_register_virtual_size): Ditto.
7702 (vax_register_virtual_type): Ditto.
7703 * config/vax/tm-vax.h: Update copyright years.
7704 (REGISTER_NAMES): Remove.
7705 (REGISTER_NAME): Define.
7706 (REGISTER_BYTE): Use vax_register_byte.
7707 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7708 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7709 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7710
6cc1c0a8
AC
77112002-04-21 Andrew Cagney <ac131313@redhat.com>
7712
7713 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7714 declaration
7715 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7716
9319a2fe
DM
77172002-04-21 David S. Miller <davem@redhat.com>
7718
7719 * arch-utils.c (generic_prologue_frameless_p): Kill
7720 SKIP_PROLOGUE_FRAMELESS_P code.
7721 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7722 references.
7723 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7724 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7725 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7726 references.
7727 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7728 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7729 (sparc_gdbarch_init): Pass it to
7730 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7731
e9ed6d01
JT
77322002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7733
7734 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7735 (alphabsd-nat.o): New dependency list.
7736
36012033
JT
77372002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7738
7739 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7740 alphafbsd-tdep.c.
7741 (alpha-linux-tdep.o): New dependency list.
7742 (alphafbsd-tdep.o): Likewise.
7743
3379287a
JT
77442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7745
7746 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7747 to here...
7748 * alpha-tdep.c: ...from here.
7749 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7750
4bcbd6cb
JT
77512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7752
7753 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7754 prototype from here...
7755 * alpha-tdep.h: ...to here.
7756
b31da25e
AC
77572002-04-21 Andrew Cagney <ac131313@redhat.com>
7758
7759 * frame.h (selected_frame_level): Document as deprecated.
7760 (frame_relative_level): Declare.
7761 * stack.c (frame_relative_level): New function.
7762 (selected_frame_level): Document as deprecated.
7763 (select_frame): Do not set the selected_frame_level.
7764
7765 * stack.c (frame_info, record_selected_frame): Update.
7766 (frame_command, current_frame_command): Update.
7767 (up_silently_base, up_command, down_silently_base): Update.
7768 (down_command): Update.
7769 * inflow.c (kill_command): Update.
7770 * tracepoint.c (finish_tfind_command): Update.
7771 * corelow.c (core_open): Update.
7772 * thread.c (info_threads_command): Update.
7773 (do_captured_thread_select): Update.
7774 * infcmd.c (finish_command): Update.
7775 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7776
9c1d6fe5
JT
77772002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7778
7779 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7780
ab89facf
AC
77812002-04-21 Andrew Cagney <ac131313@redhat.com>
7782
7783 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7784 type const.
7785
82a4efa1
JT
77862002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7787
7788 * alphafbsd-tdep.c: Update copyright years. Include
7789 alpha-tdep.h.
7790 (alphafbsd_use_struct_convention): Make static.
7791 (alphafbsd_init_abi): New function.
7792 (_initialize_alphafbsd_tdep): New function.
7793 * config/alpha/tm-fbsd.h: Update copyright years.
7794 (USE_STRUCT_CONVENTION): Remove.
7795
44dffaac
JT
77962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7799 an Alpha ABI variant.
7800 (alpha_abi_handler_list): Declare.
7801 (alpha_gdbarch_register_os_abi): New function.
7802 (alpha_gdbarch_init): Give registered ABI variant handlers a
7803 chance to tweak the gdbarch once we have set up defaults.
7804 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7805
65585be4
JT
78062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7807
7808 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7809 to standard_coerce_float_to_double.
7810 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7811
d9b023cc
JT
78122002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7813
7814 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7815 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7816 from gdbarch_tdep rather than a constant.
7817 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7818 the default text address for all Alpha Unix ABIs.
7819 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7820 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7821
dc129d82
JT
78222002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7823
7824 * alpha-tdep.h: New file. Includes several Alpha target constants
7825 taken from...
7826 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7827 let gdbarch deal with.
7828 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7829 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7830 to dependency list.
7831 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7832 Alpha target register names.
7833 * alphabsd-nat.c: Likewise.
7834 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7835 Alpha target register names. Make serveral routines static.
7836 (alpha_get_saved_register): New function.
7837 (alpha_abi_names): New.
7838 (process_note_abi_tag_sections): New function.
7839 (get_elfosabi): New function.
7840 (alpha_gdbarch_init): New function.
7841 (alpha_dump_tdep): New function.
7842 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7843
d49d1e0a
AC
78442002-04-21 Andrew Cagney <ac131313@redhat.com>
7845
7846 * frame.c (find_saved_register): Delete #ifdef
7847 HAVE_REGISTER_WINDOWS code.
7848 * config/sparc/tm-sparc.h: Update comments.
7849 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7850
92e8c9ed
AC
78512002-04-21 Andrew Cagney <ac131313@redhat.com>
7852
7853 * i960-tdep.c (i960_find_saved_register): New function.
7854 (i960_get_saved_register): New function.
7855 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7856 (i960_get_saved_register): Declare.
7857 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7858
e1925118
DM
78592002-04-20 David S. Miller <davem@redhat.com>
7860
7861 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7862
29673b29
AC
78632002-04-20 Andrew Cagney <ac131313@redhat.com>
7864
7865 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7866 instead of NUM_PSEUDO_REGS.
7867
6c86dcd5
DM
78682002-04-20 David S. Miller <davem@redhat.com>
7869
7870 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7871 GDB_MULTI_ARCH_PARTIAL
7872 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7873 define, let tm-sp64.h do it.
7874
aa40ec90
JT
78752002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7876
7877 * frame.c (find_saved_register): Avoid a NULL pointer
7878 dereference and actually walk the frame list.
7879
0f79675b
AC
78802002-04-20 Andrew Cagney <ac131313@redhat.com>
7881
7882 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7883 sorted in most most-recent-used order. Document.
7884 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7885
f91305dd 78862002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7887
7888 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7889 instead of ->prev.
7890 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7891 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7892 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7893 instead of ->prev.
7894
73d322b1
EZ
78952002-04-19 Elena Zannoni <ezannoni@redhat.com>
7896
7897 Fix PR gdb/471.
7898 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7899 (build_builtin_type_vec128): Ditto.
7900 (append_composite_type_field): Fix calculation of type length in
7901 union case.
7902
ccd9a834
EZ
79032002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7904
7905 * config/djgpp/README: Update.
7906
7907 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7908 compiler warnings.
7909
a57f9e49
JT
79102002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7911
7912 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7913 (alpha_setup_arbitrary_frame): ...to this.
7914 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7915 for alpha_setup_arbitrary_frame.
7916
f4f9705a
AC
79172002-04-18 Andrew Cagney <cagney@redhat.com>
7918
7919 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7920 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7921
f4f9705a
AC
7922 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7923 * target.h (memory_breakpoint_from_pc): Update declaration.
7924 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7925
7926 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7927 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7928 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7929 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7930 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7931 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7932 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7933 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7934 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7935 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7936 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7937 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7938
7939 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7940 const pointer.
7941 * monitor.c (monitor_insert_breakpoint): Ditto.
7942 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7943
7944 * config/mcore/tm-mcore.h: Update copyright.
7945 * mem-break.c: Ditto.
7946 * xstormy16-tdep.c: Ditto.
7947
29f319b8
PM
79482002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7949
7950 * p-exp.y: Add precedence rule for '^' token.
7951 This removes the shift/reduce conflicts.
7952 Remove the comment concerning these shift/reduce conflicts.
7953
ebeac11a
EZ
79542002-04-18 Elena Zannoni <ezannoni@redhat.com>
7955
7956 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7957 (registers_powerpc_nofp): New register set for processors
7958 without floating point unit.
7959
27c31547
DM
79602002-04-18 David S. Miller <davem@redhat.com>
7961
7962 * MAINTAINERS: Add myself to write-after-approval.
7963
47a73475
MS
79642002-04-17 Michael Snyder <msnyder@redhat.com>
7965
7966 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7967
953836b2
AC
79682002-04-17 Andrew Cagney <ac131313@redhat.com>
7969
7970 * rs6000-tdep.c (frame_initial_stack_address): Use
7971 frame_register_read to read the alloca_reg.
7972
8b0d4340
AC
79732002-04-17 Andrew Cagney <ac131313@redhat.com>
7974
7975 * frame.c (find_saved_register): Find saved registers in the next
7976 not prev frame.
7977 Fix PR gdb/365.
7978
d8864532
AC
79792002-04-17 Andrew Cagney <ac131313@redhat.com>
7980
7981 * gdbarch.sh (LANG): Set to ``c''.
7982
36cc83a3 79832002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 7984
36cc83a3 7985 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 7986
2f4150cc 79872002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7988
7989 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7990 Update copyright.
7991
628703c6 7992 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7993 Also fix PR gdb/391.
361d1df0 7994
56157b4a
AC
79952002-04-14 Andrew Cagney <ac131313@redhat.com>
7996
7997 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7998 * aclocal.m4, configure: Re-generate.
7999 Fix PR gdb/391.
361d1df0 8000
6d1e3329
EZ
80012002-04-14 Elena Zannoni <ezannoni@redhat.com>
8002
8003 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8004 instead of tm_print_insn.
8005
cb06fa07
EZ
80062002-04-14 Elena Zannoni <ezannoni@redhat.com>
8007
8008 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8009
f208ba17
AC
80102002-04-14 Andrew Cagney <ac131313@redhat.com>
8011
8012 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8013 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8014 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8015
20f01a46
DH
80162002-04-12 Don Howard <dhoward@redhat.com>
8017
8018 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8019 max_user_call_depth.
8020 (init_cmd_lists): Initialize the new value;
8021 * cli/cli-script.c (execute_user_command): Limit the call depth of
8022 user defined commands. This avoids a core-dump when user commands
8023 are infinitly recursive.
8024
a88376a3
KB
80252002-04-12 Kevin Buettner <kevinb@redhat.com>
8026
8027 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8028 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8029 from tdep struct instead of DEFAULT_LR_SAVE.
8030 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8031 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8032 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8033
f2172603
MS
80342002-04-12 Michael Snyder <msnyder@redhat.com>
8035
694f61fb 8036 * Remote.c: Spelling fix.
20fe79c8
MS
8037 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8038 If no symbol found for "sbrk", try "_sbrk".
8039 (make_output_phdrs): Use bfd_section_name.
8040 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8041 * eval.c: Indentation fix-ups.
169a7369
MS
8042 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8043 in case it gets applied to an address that is already
8044 in the instruction space.
de74f71f
MS
8045 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8046 * symfile.c: Fix indentation, long lines.
f2172603
MS
8047 * source.c: White space fix-up.
8048
cda5a58a
AC
80492002-04-12 Andrew Cagney <cagney@redhat.com>
8050
8051 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8052 * frame.c (frame_register_read): New function. Return non-zero on
8053 success.
8054 (read_relative_register_raw_bytes_for_frame): Delete.
8055 (read_relative_register_raw_bytes): Delete.
8056 * frame.h (frame_register_read): Declare.
8057 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8058 * sh-tdep.c: Ditto.
8059 * infcmd.c (do_registers_info): Ditto.
8060 * hppa-tdep.c: Ditto.
8061 * rs6000-tdep.c: Ditto.
8062 * h8500-tdep.c: Ditto.
8063 * mips-tdep.c: Ditto.
8064 * h8300-tdep.c: Ditto.
8065 * z8k-tdep.c: Ditto.
8066
2ea5f656
KB
80672002-04-12 Kevin Buettner <kevinb@redhat.com>
8068
8069 From Jimi X <jimix@watson.ibm.com>:
8070 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8071 64-bit SysV ABI.
8072
27b15785
KB
80732002-04-12 Kevin Buettner <kevinb@redhat.com>
8074
8075 From Jimi X <jimix@watson.ibm.com>:
8076 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8077 bfd info.
8078
5d57ee30
KB
80792002-04-12 Kevin Buettner <kevinb@redhat.com>
8080
8081 From Jimi X <jimix@watson.ibm.com>:
8082 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8083 register sets for these processor variants.
8084
bc1e36ca
DJ
80852002-04-11 Daniel Jacobowitz <drow@mvista.com>
8086
bc1e36ca
DJ
8087 * regformats/reg-ppc.dat: Support FPSCR.
8088
e3f36dbd
KB
80892002-04-11 Kevin Buettner <kevinb@redhat.com>
8090
8091 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8092 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8093 Add fpscr as an invalid/unfetchable register.
8094 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8095 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8096 (fill_fpregset): Add support for register fpscr.
8097 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8098 (fill_gregset): Account for the fact that register ``mq'' might
8099 not exist.
8100 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8101 (registers_power): Add fpscr to register set at slot 71.
8102 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8103 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8104
943c9c25
MS
81052002-04-11 Michael Snyder <msnyder@redhat.com>
8106
8107 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8108 * configure: Regenerate.
8109 * config.in: Regenerate.
8110 * acconfig.h: Add define for _SYSCALL32.
8111 * core-sol2.c: Remove #define _SYSCALL32.
8112 * solib-legacy.c: Remove #define _SYSCALL32.
8113
d8c0a2e7
AC
81142002-04-10 Andrew Cagney <ac131313@redhat.com>
8115
8116 * stack.c (select_frame): Cleanup internal error message, do not
8117 use %p.
8118
7cc19214
AC
81192002-04-10 Andrew Cagney <ac131313@redhat.com>
8120
8121 * stack.c (select_frame): Check that selected_frame and the
8122 specified level are as expected.
8123 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8124 Update copyright.
8125 * frame.h (struct frame_info): Add field `level'. Update
8126 copyright.
8127 Work-in-progress PR gdb/464.
8128
67a2b77e
AC
81292002-04-10 Andrew Cagney <ac131313@redhat.com>
8130
8131 * maint.c (maint_print_section_info): Rename print_section_info.
8132 (print_bfd_section_info, print_objfile_section_info): Update.
8133 * inferior.h (struct gdbarch): Add opaque declaration.
8134 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8135 * gdbarch.h: Regenerate.
8136
8cfda98c
ML
81372002-04-10 Michal Ludvig <mludvig@suse.cz>
8138
8139 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8140 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8141 (kernel_u_size): Added.
8142 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8143 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8144
ca439ad2 81452002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8146
ca439ad2
JI
8147 * valarith.c (find_size_for_pointer_math): New function, either returns
8148 the size for a pointer's target, returns 1 for void *, or errors for
8149 incomplete types.
8150 (value_add, value_sub): use find_size_for_pointer_math.
8151
2f2893d9
DJ
81522002-04-09 Daniel Jacobowitz <drow@mvista.com>
8153
8154 * linux-low.c (linux_look_up_symbols): New hook.
8155 (linux_target_ops): Add linux_look_up_symbols.
8156 * remote-utils.c (decode_address): New function.
8157 (look_up_one_symbol): New function.
8158 * server.c (handle_query): Call target look_up_symbols hook.
8159 * server.h (look_up_one_symbol): Add prototype.
8160 * target.h (struct target_ops): Add look_up_symbols hook.
8161
96cb11df
AC
81622002-04-09 Andrew Cagney <ac131313@redhat.com>
8163
8164 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8165 override FP_REGNUM with frame->fp. Update copyright.
8166 * parse.c (num_std_regs, std_regs): Delete.
8167 (target_map_name_to_register): Do not search std_regs. Update
8168 function description.
8169 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8170 declarations. Update copyright.
8171 Fix PR gdb/251.
361d1df0 8172
97658e92
DJ
81732002-04-09 Daniel Jacobowitz <drow@mvista.com>
8174
8175 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8176 after the last symbol in a block.
8177
6044e3eb
PM
81782002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8179
8180 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8181 is non zero as a found symbol.
8182
0406ec40
AC
81832002-04-08 Andrew Cagney <ac131313@redhat.com>
8184
8185 * findvar.c: Include "builtin-regs.h".
8186 (value_of_register): Call value_of_builtin_reg when applicable.
8187 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8188 (target_map_name_to_register): Call
8189 builtin_reg_map_name_to_regnum.
8190 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8191 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8192 (builtin_regs_h): Define.
8193 (builtin-regs.o): New target.
8194 (findvar.o): Add $(builtin_regs_h).
8195 * builtin-regs.c, builtin-regs.h: New files.
8196 * std-regs.c: New file.
8197 Partial fix for PR gdb/251.
8198
56a6dfb9
KB
81992002-04-08 Kevin Buettner <kevinb@redhat.com>
8200
8201 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8202 it's no longer required.
8203
3a808432
AC
82042002-04-08 Andrew Cagney <ac131313@redhat.com>
8205
8206 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8207
7c40d541
KB
82082002-04-08 Kevin Buettner <kevinb@redhat.com>
8209
8210 From Jimi X <jimix@watson.ibm.com>:
8211 * rs6000-tdep.c (rs6000_software_single_step): Use
8212 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8213 and size. Use target_insert_breakpoint() and
8214 target_remove_breakpoint() to insert and remove breakpoints
8215 instead of explicit memory reads and writes.
8216
cc9836a8
KB
82172002-04-08 Kevin Buettner <kevinb@redhat.com>
8218
8219 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8220 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8221 ELF_OBJECT_FORMAT ifdef.
8222
7495d1dc
KB
82232002-04-08 Kevin Buettner <kevinb@redhat.com>
8224
8225 From Jimi X <jimix@watson.ibm.com>:
8226 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8227
4288e836
KB
82282002-04-08 Kevin Buettner <kevinb@redhat.com>
8229
8230 From Jimi X <jimix@watson.ibm.com>:
8231 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8232 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8233
a4e4e501
MK
82342002-04-07 Mark Kettenis <kettenis@gnu.org>
8235
8236 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8237 s/asprintf/xasprintf/.
8238 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8239
006defba
AC
82402002-04-07 Andrew Cagney <ac131313@redhat.com>
8241
8242 I believe Jeff Law denies responsability for this one:
8243 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8244 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8245 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8246 Work-around for PR gdb/366.
8247
7aa83cac
EZ
82482002-04-07 Elena Zannoni <ezannoni@redhat.com>
8249
8250 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8251 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8252 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8253
cf1fcca1
EZ
82542002-04-07 Elena Zannoni <ezannoni@redhat.com>
8255
8256 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8257 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8258 information.
8259
3f289e6f
AC
82602002-04-07 Andrew Cagney <ac131313@redhat.com>
8261
8262 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8263 maintainer.
8264
129188f6
AC
82652002-04-07 Andrew Cagney <ac131313@redhat.com>
8266
8267 * README (Reporting Bugs in GDB): Document the bug web page as the
8268 prefered way of submitting bugs.
8269 Fix PR gdb/402.
8270
1200cd6e
AC
82712002-04-06 Andrew Cagney <ac131313@redhat.com>
8272
8273 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8274 -1. Update comment.
8275 * gdbarch.h, gdbarch.c: Re-generate.
8276
2853c33c
AS
82772002-04-07 Andreas Schwab <schwab@suse.de>
8278
8279 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8280 buffer to regcache_collect.
8281
c2169756
AC
82822002-04-06 Andrew Cagney <ac131313@redhat.com>
8283
8284 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8285 * gdbarch.c, gdbarch.h: Re-generate.
8286
25f1b008
AC
82872002-04-06 Andrew Cagney <ac131313@redhat.com>
8288
8289 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8290 declaration. Fix -Werror.
8291
59263426
DJ
82922002-04-05 Daniel Jacobowitz <drow@mvista.com>
8293
8294 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8295 * gdbarch.c: Regenerate.
8296
f5db4da3
MS
82972002-04-05 Michael Snyder <msnyder@redhat.com>
8298
80f8a6eb
MS
8299 * breakpoint.c (clear_command): Rewrite middle section to
8300 combine two loops with identical control conditions.
8301 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8302 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8303
ad3dcc5c
L
83042002-04-05 H.J. Lu (hjl@gnu.org)
8305
8306 * solib-svr4.c (bkpt_names): Add "__start".
8307
f32e7a74
AC
83082002-04-04 Andrew Cagney <ac131313@redhat.com>
8309
8310 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8311 as test for 64 bit target.
8312
8227c0ff
AC
83132002-04-05 Andrew Cagney <ac131313@redhat.com>
8314
8315 * h8500-tdep.c (h8500_write_fp): Delete function.
8316 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8317 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8318 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8320 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8321 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8322 (s390_write_fp):
8323 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8324 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8325 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8326 (d10v_write_fp): Delete function.
8327 * inferior.h (write_fp, generic_target_write_fp): Delete
8328 declarations.
8329 * regcache.c (generic_target_write_fp): Delete function.
8330 (write_fp): Delete function.
8331 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8332 * gdbarch.h, gdbarch.c: Regenerate.
8333 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8334 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8335 (sparc64_write_fp): Delete declaration.
8336 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8337 (h8500_write_fp): Delete declaration.
8338
2757dd86
AC
83392002-04-04 Andrew Cagney <ac131313@redhat.com>
8340
8341 * sparc-tdep.c (sparc64_write_fp): Delete.
8342 (sparc_push_dummy_frame): Replace write_fp call with code to store
8343 the FP directly.
8344 (sparc_gdbarch_init): Do not initialize write_fp.
8345
c69255e1
KB
83462002-04-05 Kevin Buettner <kevinb@redhat.com>
8347
8348 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8349 clause.
8350
ae767bfb
JB
83512002-03-29 Jim Blandy <jimb@redhat.com>
8352
8353 * stack.c (get_selected_block): Add new argument `addr_in_block',
8354 used to return the exact code address we used to select the block,
8355 not just the block.
8356 * blockframe.c (get_frame_block, get_current_block): Same.
8357 * frame.h (get_frame_block, get_current_block,
8358 get_selected_block): Update declarations.
8359 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8360 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8361
84d2ac95
MS
83622002-04-05 Michael Snyder <msnyder@redhat.com>
8363
8364 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8365 warning message.
8366
596aa3bf
JB
83672002-04-05 J. Brobecker <brobecker@gnat.com>
8368
8369 * utils.c (xfullpath): New function.
8370 * defs.h (xfullpath): Add declaration.
8371 * source.c (openp): Use xfullpath in place of gdb_realpath to
8372 avoid resolving the basename part of filenames when the
8373 associated file is a symbolic link. This fixes a potential
8374 inconsistency between the filenames known to GDB and the
8375 filenames it prints in the annotations.
8376 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8377 to be able to match a filename with either the real filename, or
8378 the name of any symbolic link to this file.
8379 (lookup_partial_symtab): Ditto.
8380
c02f5703
MS
83812002-04-04 Michael Snyder <msnyder@redhat.com>
8382
8383 * breakpoint.c: Add support for hardware breakpoints in overlays.
8384 (overlay_events_enabled): New state variable.
8385 (insert_breakpoints): Use overlay_events_enabled to decide
8386 whether to attempt to set a breakpoint at the overlay load addr.
8387 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8388 (remove_breakpoint): Use overlay_events_enabled to decide
8389 whether breakpoints need to be removed from overlay load addr.
8390 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8391 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8392 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8393 disable_overlay_breakpoints): Update overlay_events_enabled.
8394
5fb290d7
DJ
83952002-04-04 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * dwarf2read.c (struct function_range): New.
8398 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8399 (check_cu_functions): New.
8400 (read_file_scope): Initialize global function lists.
8401 Call dwarf_decode_line after processing children.
8402 (read_func_scope): Add to global function list.
8403 (dwarf_decode_lines): Call check_cu_functions everywhere
8404 record_line is called. Call record_line with a linenumber
8405 of 0 to mark sequence ends.
8406
7b3fabf0
ML
84072002-04-04 Michal Ludvig <mludvig@suse.cz>
8408
361d1df0 8409 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8410 change sync with glibc.
8411
bce58c09
JB
84122002-04-03 Jim Blandy <jimb@redhat.com>
8413
8414 * configure.in: Call AC_C_INLINE.
8415 * configure: Regenerated.
361d1df0 8416
2fccf04a
DJ
84172002-04-01 Daniel Jacobowitz <drow@mvista.com>
8418
8419 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8420 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8421
2d1bfe2e
MK
84222002-03-31 Mark Kettenis <kettenis@gnu.org>
8423
a5941fbf
MK
8424 * NEWS: Mention gcore support on FreeBSD/i386.
8425
a90cd31d
MK
8426 * fbsd-proc.c: New file.
8427 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8428 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8429
2d1bfe2e
MK
8430 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8431 while statement.
8432
9eb6e5a1
JB
84332002-03-29 Jim Blandy <jimb@redhat.com>
8434
8435 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8436 unescaped newlines in string literals, but newer ones don't. So
8437 escape them.
8438
f02df580
MS
84392002-03-26 Michael Snyder <msnyder@redhat.com>
8440 Andrew Cagney <cagney@redhat.com>
8441
361d1df0 8442 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8443 restore file to memory.
8444 * cli/cli-dump.h: New file.
8445 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8446 * NEWS: Mention new commands.
f02df580 8447
109f874e
MS
84482002-03-28 Michael Snyder <msnyder@redhat.com>
8449
8450 * symfile.c (symbol_file_add): Move test for null symbols to later.
8451
520f6ade
AC
84522002-03-27 Andrew Cagney <ac131313@redhat.com>
8453
8454 From veksler at il.ibm.com:
8455 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8456 the xstrduped original path.
8457 Fix PR gdb/417.
8458
d4654627
MS
84592002-03-27 Michael Snyder <msnyder@redhat.com>
8460
8461 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8462 * infcmd.c (_initialize_infcmd): Ditto.
8463 * language.c (_initialize_language): Ditto.
8464 * symfile.c (_initialize_symfile): Ditto.
8465 * top.c (_init_main): Ditto.
8466 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8467
6be8bc0c
EZ
84682002-03-27 Elena Zannoni <ezannoni@redhat.com>
8469
8470 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8471 vector registers handling.
8472 (skip_prologue): Handle new AltiVec instructions. Fill in new
8473 fields of frame data.
8474 (frame_get_saved_regs): Fill in information for AltiVec registers.
8475
12af6855
JB
84762002-03-27 Jim Blandy <jimb@redhat.com>
8477
8478 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8479 a function; leave this macro here to invoke that function.
8480 (symbol_init_mangled_name): Declaration for that function.
8481 * symtab.c (symbol_init_mangled_name): New function.
8482
dc672865
AC
84832002-03-27 Andrew Cagney <ac131313@redhat.com>
8484
8485 * valarith.c: Replace strerror with safe_strerror.
8486 * tracepoint.c: Ditto.
8487 * lin-lwp.c: Ditto.
8488 * go32-nat.c: Ditto.
8489 * inflow.c: Ditto.
8490 * gnu-nat.c: Ditto.
8491
d96429cd
AS
84922002-03-27 Andreas Schwab <schwab@suse.de>
8493
8494 * event-top.c (command_line_handler): Remove useless if.
8495
7e336ba1
AJ
84962002-03-27 Andreas Jaeger <aj@suse.de>
8497
8498 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8499 comment.
8500
de220d0f
ML
85012002-03-27 Michal Ludvig <mludvig@suse.cz>
8502
8503 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8504 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8505 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8506 (x86_64_linux_dr_get_status, supply_gregset),
8507 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8508 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8509 (x86_64_register_info_table): Add.
8510 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8511 (x86_64_register_raw_size, x86_64_register_virtual_type),
8512 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8513 general x86_64_register_info_table.
8514 (i386_gdbarch_init): gdbarch_register_bytes is now set
8515 dynamicaly during initialization.
8516 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8517 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8518
0e98d0a7
DJ
85192002-03-27 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * gdbserver/server.c (main): Call target_signal_to_host_p
8522 and target_signal_to_host on signals received from the remote.
8523 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8524 target_signal_from_host on signals sent to the remote.
8525 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8526 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8527
3130066b
DJ
85282002-03-27 Daniel Jacobowitz <drow@mvista.com>
8529
8530 * signals/signals.c: Include "server.h" in gdbserver build.
8531 (target_signal_from_name): Don't use STREQ.
8532 (_initialize_signals): Likewise. Don't include function in
8533 gdbserver build.
8534
9aedf4f4
DJ
85352002-03-27 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * signals.c: Moved to...
8538 * signals/signals.c: Here.
7e336ba1 8539 * Makefile (signals.o): Update.
9aedf4f4 8540
3fa41cdb
JL
85412002-03-26 Jeff Law (law@redhat.com)
8542
8543 * somread.c (som_symtab_read): Remove some commented out code and
8544 updated related comments. Do not set the minimal symbol table to
8545 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8546 in a dynamic executable.
8547 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8548 where we are unable to find the minimal symbol for the given
8549 PC value.
8550
ee677e8d
MS
85512002-03-25 Jeff Law (law@redhat.com)
8552
8553 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8554
e76e1718
ML
85552002-03-25 Michal Ludvig <mludvig@suse.cz>
8556
8557 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8558
18a642a1
AC
85592002-03-23 Andrew Cagney <ac131313@redhat.com>
8560
8561 * command.h: Update copyright.
8562 (struct cmd_list_element): Replace definition with opaque
8563 declaration.
8564 (enum cmd_types): Document that it will eventually be moved to
8565 cli/cli-decode.h
8566 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8567 (MALLOCED_REPLACEMENT): Delete macro.
8568 * Makefile.in (cli_decode_h): Add $(command_h).
8569 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8570 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8571 * completer.c: Include "cli/cli-decode.h".
8572 * maint.c: Include "cli/cli-decode.h".
8573 * cli/cli-decode.h: Include "command.h".
8574 (enum command_class): Delete.
8575 (enum cmd_types): Comment out.
8576 (enum cmd_auto_boolean): Delete.
8577 (enum var_types): Delete.
8578
b2875cc0
AC
85792002-03-23 Andrew Cagney <ac131313@redhat.com>
8580
8581 * cli/cli-decode.c: Include "gdb_assert.h".
8582 (add_set_or_show_cmd): New static function.
8583 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8584 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8585 all fields, such as func, from the set command.
8586
3b45974e
AC
85872002-03-23 Andrew Cagney <ac131313@redhat.com>
8588
8589 * MAINTAINERS (sh-elf): Change warning flag to -w.
8590
823ca731
AC
85912002-03-23 Andrew Cagney <cagney@redhat.com>
8592
8593 * defs.h (error): Add printf format attribute.
8594 * thread-db.c (thread_from_lwp): Fix error format string.
8595 * stack.c (parse_frame_specification): Ditto.
8596 * cli/cli-decode.c (undef_cmd_error): Ditto.
8597 * scm-lang.c (scm_lookup_name): Ditto.
8598 * tracepoint.c (trace_error): Ditto.
8599 * remote-utils.c (usage): Ditto.
8600 * remote.c (compare_sections_command): Ditto.
8601 Fix PR gdb/328.
8602
0e101458
AC
86032002-03-22 Andrew Cagney <ac131313@redhat.com>
8604
8605 * gdbtypes.c (append_composite_type_field): New function.
8606 (init_composite_type): New function.
8607 * gdbtypes.h (append_composite_type_field): Declare.
8608 (init_composite_type): Ditto.
8609
8e0662df
EZ
86102002-03-22 Elena Zannoni <ezannoni@redhat.com>
8611
8612 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8613 function.
8e0662df
EZ
8614 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8615 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8616 structure returning convention for SYSV ABI case, but not
8617 for GNU/Linux, FreeBSD, or NetBSD.
8618
3121eff0
DJ
86192002-03-22 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * symtab.h (lookup_block_symbol): Add mangled_name argument
8622 to prototype.
8623
8624 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8625 with new mangled_name argument.
8626 * linespec.c (decode_line_1): Likewise.
8627 * valops (value_of_this): Likewise.
8628 * symtab.c (lookup_transparent_type): Likewise.
8629 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8630 (lookup_symbol): If we are given a mangled name, pass it down
8631 to lookup_symbol_aux.
8632 (lookup_block_symbol): If we are given a mangled name to check
8633 against, only return symbols which match it.
8634
349b409f
CF
86352002-03-22 Christopher Faylor <cgf@redhat.com>
8636
8637 * win32-nat.c (child_create_inferior): Check for proper shell to use
8638 here, in case the user changes it on the fly.
8639 (_initialize_inftarg): Remove shell path considerations.
8640
2a873819
EZ
86412002-03-21 Elena Zannoni <ezannoni@redhat.com>
8642
8643 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8644 for gdbarch_max_register_raw_size and max_register_virtual_size.
8645 Adjust copyright year.
8646
a1b9830c
DJ
86472002-03-21 Daniel Jacobowitz <drow@mvista.com>
8648
8649 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8650 in a function to cover the entire beginning of the function
8651 as well if it does not already.
8652
8b5790f2
TR
86532002-03-21 Tom Rix <trix@redhat.com>
8654
8655 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8656 (rs6000_ptrace64): Renamed from ptrace64.
8657
bdbe5747
MH
86582002-03-20 Martin M. Hunt <hunt@redhat.com>
8659
8660 * gdbserver/remote-utils.c (remote_open): Don't call
8661 getprotobyname, we're all using TCP here so just use
8662 IPPROTO_TCP.
7e336ba1 8663 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8664
86652002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8666
bdbe5747
MH
8667 * regcache.c (_initialize_regcache): No need to call
8668 build_regcache() at this time; it gets called whenever
8669 the gdbarch changes.
8670
7781cd62
DB
86712002-03-20 David O'Brien <obrien@FreeBSD.org>
8672
8673 * sparc-nat.c: Include sys/param.h where possible.
8674
f65ca430
DJ
86752002-03-20 Daniel Jacobowitz <drow@mvista.com>
8676
8677 Fix PR gdb/422.
8678 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8679 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8680 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8681 complex types.
8682 * stabsread.c (rs6000_builtin_type): Likewise.
8683 (read_sun_floating_type): Likewise.
8684
0c867556
PS
86852002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8686
8687 * stabsread.c (read_member_functions): Remove skip code for duplicate
8688 constructor/destructor methods. Use standard parsing for these
8689 methods and just do not chain them to the list of methods after
8690 parsing.
8691
12b9c64f
AO
86922002-03-19 Alexandre Oliva <aoliva@redhat.com>
8693
8694 * coffread.c: Remove redundant static declarations. Replace
8695 occurrences of `PTR' with `void *'.
8696 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8697 * top.h (quit_cover): Likewise.
8698 * defs.h (catch_errors): Likewise.
8699
349c5d5f
AC
87002002-03-18 Andrew Cagney <ac131313@redhat.com>
8701
8702 * defs.h (XMALLOC): Define.
8703 * gdb-events.sh (XMALLOC): Delete macro.
8704 * gdb-events.c, gdb-events.h: Regenerate.
8705 * gdbarch.sh (XMALLOC): Delete macro.
8706 * gdbarch.c: Regenerate.
8707 * serial.c (XMALLOC): Delete macro.
8708 * ui-file.c (XMALLOC): Ditto.
8709 * ser-unix.h (XMALLOC): Ditto.
8710 * sh-tdep.c (XMALLOC): Ditto.
8711 * ui-out.c (XMALLOC): Ditto.
8712 * utils.c (XMALLOC): Ditto.
8713 * i386-tdep.c (XMALLOC): Ditto.
8714 * gdb-events.c (XMALLOC): Ditto.
8715 * d10v-tdep.c (XMALLOC): Ditto.
8716 * cli-out.c (XMALLOC): Ditto.
8717
8718 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8719 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8720 * ui-file.c, ui-out.c: Ditto.
8721
7d0766f3
AC
87222002-03-18 Andrew Cagney <ac131313@redhat.com>
8723
8724 * command.h (struct cmd_list_element): Add field context.
8725 (set_cmd_context, get_cmd_context): Declare.
8726 * cli/cli-decode.h: Ditto.
8727 * cli/cli-decode.c (get_cmd_context): New function.
8728 (set_cmd_context): New function.
8729 (add_cmd): Initialize context.
8730 Part of fixing PR gdb/145 and PR gdb/146.
8731
5913bcb0
AC
87322002-03-17 Andrew Cagney <ac131313@redhat.com>
8733
1868c04e
AC
8734 * cli/cli-decode.c (cmd_type): New function.
8735 * command.h (cmd_type): Declare.
8736 * infrun.c (set_schedlock_func): Call function cmd_type.
8737 * kod.c (kod_set_os): Call cmd_type.
8738 * cris-tdep.c (cris_version_update): Use function cmd_type.
8739 (cris_mode_update, cris_abi_update): Ditto.
8740
5913bcb0
AC
8741 * command.h: (execute_cmd_post_hook): Declare.
8742 (execute_cmd_pre_hook): Declare.
8743 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8744 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8745 functions. Execute pre/post hook while ensuring that afterwords
8746 hook_in is cleared.
8747 * top.c (execute_command): Use execute_cmd_post_hook, and
8748 execute_cmd_pre_hook to execute pre/post commands.
8749 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8750 hook_stop_stub.
8751 (hook_stop_stub): Call execute_cmd_pre_hook.
8752
b51450c9
AC
87532002-03-17 Andrew Cagney <ac131313@redhat.com>
8754
8755 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8756 set'' and this leads to a core dump. Move xstrdup of
8757 operating_system to after check that it is not NULL.
8758
f66c9f11
AC
87592002-03-17 Andrew Cagney <ac131313@redhat.com>
8760
8e694ecf
AC
8761 * kod.c (kod_set_os): Remove unnecessary check that
8762 ``command->type'' is set_cmd.
8763
f66c9f11
AC
8764 * valprint.c (set_input_radix): Use input_radix.
8765 (set_output_radix): Use output_radix.
8766 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8767 isn't reverted.
8768
9d01611c
AC
87692002-03-16 Andrew Cagney <ac131313@redhat.com>
8770
8771 * value.h (struct value): Delete field ``substring_addr''. Change
8772 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8773 force_core_addr_align and force_pointer_aligh.
8774
8775 * value.h (struct value): Fix typo in above change.
9d01611c 8776
4156bb53
PS
87772002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8778
8779 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8780 to fix internal_error from ``maintenance print architecture''.
8781
0e5e3ea6
PS
87822002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8783
8784 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8785 for gcc versions after gcc-2.8.1.
8786
9b013045
PS
87872002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8788
8789 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8790 for method resolution. Restore adjustment of ``this'' pointer after
8791 calling value_struct_elt, which was accidentally removed during the
8792 HP merge.
8793
376c9600
AC
87942002-03-15 Andrew Cagney <ac131313@redhat.com>
8795
8796 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8797 value_of_register.
8798 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8799 get_saved_register.
8800 * value.h (value_of_register): Update.
8801
a4db0f07
RH
88022002-03-14 Richard Henderson <rth@redhat.com>
8803
8804 * configure.in: Detect declaration for canonicalize_file_name.
8805 * utils.c (canonicalize_file_name): Declare, if needed.
8806 (gdb_realpath): Prefer realpath if available and usable.
8807 * config.in, configure: Rebuild.
8808
96383835
RH
88092002-03-14 Richard Henderson <rth@redhat.com>
8810
8811 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8812 a constant array bound.
8813
8814 * MAINTAINERS: Add myself to write-after-approval.
8815
75245b24
MS
88162002-03-14 Michael Snyder <msnyder@redhat.com>
8817
8818 * symfile.c (syms_from_objfile): Return immediately if no syms.
8819 (symbol_file_add): Return immediately if no syms.
8820 (find_sym_fns): Return immediately if no syms.
8821
e641a1ca
ML
88222002-03-13 Michal Ludvig <mludvig@suse.cz>
8823
8824 * gdbserver/remote-util.c (remote_open): Print remote-side's
8825 IP address when remote debugging over the network.
7e336ba1 8826
df08bfec
DB
88272002-03-12 David O'Brien <obrien@FreeBSD.org>
8828
8829 * config/sparc/fbsd.mh: Fix copyright.
8830 * config/sparc/fbsd.mt: Likewise.
8831
9a57864f
RE
88322002-03-11 Richard Earnshaw <rearnsha@arm.com>
8833
8834 * MAINTAINERS: Fix typo in name of gdb warnings option.
8835 (x86-64): Fix formating so that this can be parsed by awk.
8836
dd7bf85e
DJ
88372002-03-10 Daniel Jacobowitz <drow@mvista.com>
8838
8839 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8840 * defs.h: Include "gdb/signals.h".
8841 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8842
33a0a2ac
ML
88432002-03-10 Michal Ludvig <mludvig@suse.cz>
8844
8845 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8846 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8847 from x86-64-tdep.h
8848
dd824b04
DJ
88492002-03-10 Daniel Jacobowitz <drow@mvista.com>
8850 Don Howard <dhoward@redhat.com>
8851
8852 * mips-tdep.c (ST0_FR): Define.
8853 (mips2_fp_compat): New function, temporarily disabled.
8854 (mips_read_fp_register_single): New function.
8855 (mips_read_fp_register_double): New function.
8856 (mips_print_register): Use them.
8857 (do_fp_register_row): Likewise.
8858
6a41ff59
AC
88592002-03-09 Andrew Cagney <ac131313@redhat.com>
8860
8861 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8862 approval''.
8863
4ea09c10
PS
88642002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8865
8866 * stabsread.c (read_member_functions): Fix is_stub test for
8867 static member functions, improve comment.
8868
6ccc741d
RE
88692002-03-07 Richard Earnshaw <rearnsha@arm.com>
8870
8871 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8872 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8873 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8874 commands that set boolean values.
8875 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8876 (arm_rdi_resume): Always initialize PC.
8877 (arm_rdi_open): Don't use rslt as a boolean.
8878 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8879 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8880 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8881 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8882
438013df
AO
88832002-03-06 Alexandre Oliva <aoliva@redhat.com>
8884
8885 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8886 * configure: Rebuilt.
8887
70ed8774
SC
88882002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8889
8890 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8891 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8892
5ba2abeb
AC
88932002-03-06 Andrew Cagney <ac131313@redhat.com>
8894
8895 * cli/cli-decode.c (set_cmd_completer): New function.
8896 * command.h (set_cmd_completer): Declare.
8897 * cli/cli-decode.h (set_cmd_completer): Ditto.
8898
8899 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8900 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8901 * win32-nat.c (_initialize_inftarg): Ditto.
8902 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8903 * proc-api.c (_initialize_proc_api): Ditto.
8904 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8905 * source.c (_initialize_source): Ditto.
8906 * exec.c (_initialize_exec): Ditto.
8907 * solib.c (_initialize_solib): Ditto.
8908 * top.c (init_main): Ditto.
8909 * tracepoint.c (_initialize_tracepoint): Ditto.
8910 * symfile.c (_initialize_symfile): Ditto.
8911 * printcmd.c (_initialize_printcmd): Ditto.
8912 * infcmd.c (_initialize_infcmd): Ditto.
8913 * corefile.c (_initialize_core): Ditto.
8914
f779ca99
AC
89152002-03-05 Andrew Cagney <ac131313@redhat.com>
8916
8917 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8918
01a3934b
AC
89192002-03-05 Andrew Cagney <ac131313@redhat.com>
8920
8921 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8922
37057839
AC
89232002-03-05 Andrew Cagney <ac131313@redhat.com>
8924
8925 * NEWS: Update headings, 5.2 has branched.
8926
c6ecbae5
DJ
89272002-03-04 Daniel Jacobowitz <drow@mvista.com>
8928
8929 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8930 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8931 (register_addr, REGISTER_RAW_SIZE): Likewise.
8932 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8933 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8934
e9f30c21
ML
89352002-03-03 Michal Ludvig <mludvig@suse.cz>
8936
8937 * MAINTAINERS (x86-64): Add myself.
8938 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8939 changed value_ptr -> struct value *
8940
54394ac3
DB
89412002-03-01 David O'Brien <obrien@FreeBSD.org>
8942
8943 * configure.host (sparc64-*-freebsd): Add.
8944 * configure.tgt: Likewise.
8945 * config/sparc/fbsd.mh: New file.
8946 * config/sparc/fbsd.mt: Likewise.
8947 * config/sparc/nm-fbsd.h: Likewise.
8948 * config/sparc/tm-fbsd.h: Likewise.
8949
bfe95955
DJ
89502002-03-01 Daniel Jacobowitz <drow@mvista.com>
8951
8952 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8953 regformats/reg-s390x.dat.
8954
f33c6cbf
AC
89552002-03-01 Andrew Cagney <ac131313@redhat.com>
8956
8957 * utils.c: Add FIXME explaining true/false problem.
8958
5ecaa7dd
AC
89592002-02-28 Andrew Cagney <ac131313@redhat.com>
8960
8961 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8962
2a251cc2
MC
89632002-02-28 Michael Chastain <mec@shout.net>
8964
8965 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8966
6a8031a3 89672002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
8968
8969 * gdbserver/linux-s390-low.c: New file.
8970 * regformats/reg-s390.dat: New file.
8971 * regformats/reg-s390x.dat: New file.
8972 * gdbserver/configure.srv: Add S/390.
8973 * gdbserver/Makefile.in: Add S/390.
8974 * configure.tgt: Enable gdbserver for S/390.
8975
ac469903
EZ
89762002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8977
8978 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8979 first line of the doc string for "info dos", except at the end of
8980 the sentence, since the short help stops at the first period.
8981
985cb1a3
JM
89822002-02-28 Jason Merrill <jason@redhat.com>
8983
8984 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8985
c570663e
FF
89862002-02-27 Fred Fish <fnf@redhat.com>
8987
8988 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8989 comment (dumy -> dummy).
8990
43630227
PS
89912002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8992
8993 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8994
b84911e8
RB
89952002-02-27 Rodney Brown <rbrown64@csc.com.au>
8996
8997 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8998
58caa3dc
DJ
89992002-02-27 Daniel Jacobowitz <drow@mvista.com>
9000
9001 * gdbserver/acconfig.h: New file.
9002 * gdbserver/i387-fp.c: New file.
9003 * gdbserver/i387-fp.h: New file.
9004 * gdbserver/linux-x86-64.c: New file.
9005 * regformats/reg-x86-64.dat: New file.
9006 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9007 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9008 * gdbserver/configure.in: Add support for regsets.
9009 * gdbserver/config.in: Regenerate.
9010 * gdbserver/configure: Regenerate.
9011 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9012 * gdbserver/linux-low.h: New file.
9013 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9014 for regsets.
9015 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9016 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9017 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9018 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9019 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9020 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9021 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9022 "i387-fp.h". Add PTRACE_GETREGS and friends.
9023 * gdbserver/regcache.c (supply_register): New function.
9024 (supply_register_by_name): New function.
9025 (collect_register): New function.
9026 (collect_register_by_name): New function.
9027
93652174
DJ
90282002-02-27 Daniel Jacobowitz <drow@mvista.com>
9029
9030 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9031 (config.status): Add configure.srv dependency.
9032 (server_h): Add config.h dependency.
9033
a02e4a61
DJ
90342002-02-27 Daniel Jacobowitz <drow@mvista.com>
9035
9036 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9037 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9038 * gdbserver/configure.srv: Change i386-*-linux* to use
9039 reg-i386-linux.o.
9040
ce0eebec
AC
90412002-02-26 Andrew Cagney <ac131313@redhat.com>
9042
9043 * x86-64-tdep.c: Re-indent. Update copyright date.
9044
82dbc5f7
AC
90452002-02-26 Andrew Cagney <ac131313@redhat.com>
9046
9047 From Michal Ludvig <mludvig@suse.cz>:
9048 * x86-64-tdep.c (value.h): Delete.
9049 (gdb_assert.h): Include.
9050 (x86_64_register_convert_to_virtual,
9051 x86_64_register_convert_to_raw ): Add check which lets only
9052 floating-point values to be converted.
9053 (value_push): Delete.
9054 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9055 (i386_gdbarch_init): Number of register_bytes fixed.
9056
e4621584
AC
90572002-02-26 Andrew Cagney <ac131313@redhat.com>
9058
9059 * MAINTAINERS: Add x86-64 target.
9060
81a9a963
AC
90612002-02-26 Andrew Cagney <ac131313@redhat.com>
9062
9063 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9064 * osfsolib.c (solib_map_sections): Ditto.
9065 * irix5-nat.c (solib_map_sections): Ditto.
9066 * corelow.c (gdb_check_format): Ditto.
9067 * symfile.c (symfile_bfd_open): Ditto.
9068 * solib.c (solib_map_sections): Ditto.
9069 Fix PR gdb/354.
7e336ba1 9070
0f017ab9
AC
90712002-02-26 Andrew Cagney <ac131313@redhat.com>
9072
9073 * remote.c (_initialize_remote): By default, disable ``e'' and
9074 ``E'' step out-of-range packets.
9075
75738c29
AS
90762002-02-26 Andreas Schwab <schwab@suse.de>
9077
9078 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9079 m68k_linux_frame_saved_pc.
9080 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9081 in_sigtramp.
9082 (SIGCONTEXT_PC_OFFSET): Remove.
9083 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9084 m68k_linux_sigtramp_saved_pc): New functions.
9085 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9086 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9087 (UCONTEXT_PC_OFFSET): Define.
9088 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9089 non-RT and RT signal trampolines.
9090
7e8ed687
RE
90912002-02-26 Richard Earnshaw <rearnsha@arm.com>
9092
9093 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9094 (TARGET_NBPG, STACK_END_ADDR): Delete
9095 (VARIABLES_INSIDE_BLOCK): Delete.
9096
6972bc8b
AC
90972002-02-25 Andrew Cagney <ac131313@redhat.com>
9098
9099 * utils.c (perror_with_name): Make string parameter constant.
9100 (print_sys_errmsg): Ditto.
9101 (query): Ditto.
9102 * defs.h (perror_with_name): Update.
9103 (print_sys_errmsg): Update.
9104 (query): Update.
9105
aa32f823
DJ
91062002-02-25 Daniel Jacobowitz <drow@mvista.com>
9107
9108 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9109 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9110
19caaa45
PS
91112002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9112
9113 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9114 if it already matches the current architecture from the exec file.
9115 Include arch-utils.h for gdbarch_info_init prototype.
9116 * Makefile.in (rs6000-nat.o): Update dependencies.
9117
d951901f
EZ
91182002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9121 list of exported variables.
9122
7ea81414
DJ
91232002-02-24 Daniel Jacobowitz <drow@mvista.com>
9124
9125 * gdbserver/configure.srv: New file.
9126 * gdbserver/configure.in: Use configure.srv instead
9127 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9128 from it.
9129 * gdbserver/configure: Regenerated.
9130 * gdbserver/terminal.h: New file.
9131 * gdbserver/Makefile.in: Update for configure changes. Remove
9132 more unneeded include paths.
9133
080fe24b
AC
91342002-02-24 Andrew Cagney <ac131313@redhat.com>
9135
9136 From wiz at danbala:
9137 * config/sparc/tm-sp64.h: Fix grammar and typos.
9138 Fix PR gdb/287.
9139
8605d56e
AC
91402002-02-24 Andrew Cagney <ac131313@redhat.com>
9141
9142 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9143 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9144 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9145 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9146 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9147 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9148 * s390-tdep.c: Ditto.
92362027
AC
9149 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9150 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9151 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9152 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9153 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9154 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9155 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9156 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9157 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9158 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9159 Fix PR gdb/378.
7e336ba1 9160
8ed32cc0
AC
91612002-02-23 Andrew Cagney <ac131313@redhat.com>
9162
a3007b6f
AC
9163 * lin-thread.c: Delete file.
9164 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9165 to gdb_proc_service.h.
9166 * configure: Re-generate.
9167
50a9e2f1
AC
9168 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9169 * serial.c (serial_open): Delete check for "ocd".
9170 Fix PR gdb/349.
9171
8b6e7932
AC
9172 * Makefile.in (linux-thread.o): Delete target.
9173 * linux-thread.c: Delete file.
9174
d155c46b
AC
9175 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9176 renamed SH files to be consistent.
9177
8ed32cc0
AC
9178 * symtab.c (sort_search_symbols): Use xfree.
9179
0e18d038
RE
91802002-02-23 Richard Earnshaw <rearnsha@arm.com>
9181
9182 * arm-linux-tdep.c (arm_linux_init_abi): Register
9183 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9184 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9185 definition with undef, since we don't want the sysvr4 definition.
9186 (SKIP_TRAMPOLINE_CODE): Likewise.
9187
27aac7ff
AC
91882002-02-23 Andrew Cagney <ac131313@redhat.com>
9189
9190 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9191
9192 * configure.in: (AC_CHECK_FUNCS) Added test for
9193 canonicalize_file_name Regenerated.
9194 * config.in, configure: Regenerated.
9195 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9196 defined use canonicalize_file_name.
7e336ba1 9197
65a6e0ee
MC
91982002-02-23 Michael Chastain <mec@shout.net>
9199
9200 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9201
47b95330
AC
92022002-02-23 Andrew Cagney <ac131313@redhat.com>
9203
9204 * README: Remove references to cygnus.com.
9205 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9206 dot com'' form. Remove references to cygnus.com and sourceware.
9207
696f451b
AC
92082002-02-23 Andrew Cagney <ac131313@redhat.com>
9209
9210 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9211 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9212 1003.1-2001 no longer allows "head -1".
9213 * gdb/Makefile.in (version.c): Likewise.
9214 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9215 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9216 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9217
bbaca940
AC
92182002-02-23 Andrew Cagney <ac131313@redhat.com>
9219
9220 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9221 * command.h (cmd_cfunc_eq): Declare.
9222 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9223
9224 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9225 ``struct cmd_list_element *''.
9226 * cli/cli-cmds.c (is_complete_command): Update. Use
9227 cmd_cfunc_eq.
9228 * top.c (execute_command): Pass the command to
9229 is_complete_command.
9230 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9231
b8b8b047
AC
92322002-02-23 Andrew Cagney <ac131313@redhat.com>
9233
9234 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9235 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9236 architecture defines.
9237 * s390-tdep.c (s390_gdbarch_init): Likewise.
9238
19d3fc80
RE
92392002-02-23 Richard Earnshaw <rearnsha@arm.com>
9240
9241 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9242 (arm_linux_push_arguments): Likewise.
9243 (arm_linux_init_abi): Register them. Also register linux-specific
9244 call_dummy_words.
9245 (find_minsym_and_objfile): Use strcmp, not STREQ.
9246 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9247 (arm_linux_call_dummy_words): Delete declaration.
9248 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9249 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9250 declarations.
9251 (LOWEST_PC): Delete.
9252
3ab13650
PS
92532002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9254
9255 * maint.c (print_section_info): Do not prepend `0x' to filepos
9256 output, it will be handled by local_hex_string_custom.
9257
19d3fc80 92582002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9259
9260 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9261 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9262 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9263
d85a5daf
JB
92642002-02-22 Jim Blandy <jimb@redhat.com>
9265
9266 Indicate that the bcache functions don't change the strings
9267 they're passed.
9268 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9269 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9270
eeb25b8a
PM
92712002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9272
9273 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9274
6badb179
CF
92752002-02-21 Christopher Faylor <cgf@redhat.com>
9276
9277 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9278 find the complete path to a loaded DLL.
9279
e8717518
FF
92802002-02-21 Fred Fish <fnf@redhat.com>
9281
9282 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9283 that marks the end of the range of a function, enter a line number
9284 entry that has a line number of zero and a PC offset that matches
9285 the end of the function. This starts a range of PC's for which no
9286 line number information is known.
9287 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9288 PC's for which no line number info is found (line number is zero)
9289 then we didn't find any valid line information.
9290 * symtab.h: Document use of zero line number entry.
9291
9abe5450
EZ
92922002-02-21 Elena Zannoni <ezannoni@redhat.com>
9293
9294 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9295 (have_ptrace_getvrregs): Define for run time checks.
9296 (gdb_vrregset_t): New type for Altivec register handling.
9297 (fetch_register, store_register): Fetch/store altivec register
9298 when needed.
9299 (fetch_altivec_register, store_altivec_register): New functions.
9300 (supply_vrregset, fill_vrregset): New functions.
9301 (fetch_altivec_registers, store_altivec_registers): New functions.
9302 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9303 registers as well.
9304
aaa38bb5
AJ
93052002-02-21 Jiri Smid <smid@suse.cz>
9306
9307 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9308
b34db576
RE
93092002-02-21 Richard Earnshaw <rearnsha@arm.com>
9310
9311 * Makefile.in (armnbsd-nat.o): Update dependencies.
9312 * armnbsd-nat.c (supply_gregset): New function. Common code to
9313 supply the integer register set.
9314 (supply_fparegset): New function. Similar for FPA registers.
9315 (fetch_regs, fetch_fp_regs): Use them.
9316 (fetch_core_registers): Likewise.
9317 (fetch_elfcore_registers): New function.
9318 (arm_netbsd_elfcore_fns): New core-file type specification.
9319 (_initialize_arm_netbsd_nat): Register it.
9320
3e56fc4b
RE
93212002-02-21 Richard Earnshaw <rearnsha@arm.com>
9322
9323 * armnbsd-nat.c: Include gdbcore.h.
9324 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9325 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9326 'void' to declaration, to shut up ARI.
9327 (fetch_core_registers): Make static. Rewrite using supply_register.
9328 (arm_netbsd_core_fns): New core-file type specification.
9329 (_initialize_arm_netbsd_nat): New function.
9330
097f6b0b
CF
93312002-02-21 Christopher Faylor <cgf@redhat.com>
9332
9333 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9334 value.
9335
c914e0cc
CF
93362002-02-20 Christopher Faylor <cgf@redhat.com>
9337
9338 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9339 fails.
9340
385fa495
DJ
93412002-02-20 Daniel Jacobowitz <drow@mvista.com>
9342
9343 * jv-exp.y (parse_number): Change type of implicit longs
9344 to builtin_type_uint64.
9345
e5f1222d
DJ
93462002-02-20 Daniel Jacobowitz <drow@mvista.com>
9347
9348 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9349 to be an integer instead of a `union wait'.
9350
75c9abc6
DJ
93512002-02-20 Daniel Jacobowitz <drow@mvista.com>
9352
9353 * mips-linux-nat.c: Call the operating system GNU/Linux.
9354 * mips-linux-tdep.c: Likewise.
9355 * mips-tdep.c: Likewise.
9356
551792a5
DJ
93572002-02-20 Daniel Jacobowitz <drow@mvista.com>
9358
9359 Fix PR gdb/265.
9360 * jv-exp.y (parse_number): Handle 64-bit integers.
9361
ee6e2b82
DJ
93622002-02-20 Daniel Jacobowitz <drow@mvista.com>
9363
9364 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9365 AC_STDC_HEADERS to AC_HEADER_STDC.
9366 * gdbserver/configure: Regenerated.
9367
a48442a0
RE
93682002-02-20 Richard Earnshaw <rearnsha@arm.com>
9369
9370 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9371 is defined.
9372 * sparc-tdep.c (get_longjmp_target): Likewise.
9373
fe419ffc
RE
93742002-02-20 Richard Earnshaw <rearnsha@arm.com>
9375
9376 * News: Add news about ARM and Multi-arch. Mention the new target
9377 arm*-*-netbsd*.
9378
5832ed7e
JB
93792002-02-19 Jim Blandy <jimb@redhat.com>
9380
9381 * stabsread.c (error_type_complaint): Improve error message.
9382
84563040
DJ
93832002-02-19 Daniel Jacobowitz <drow@mvista.com>
9384
9385 * gdbserver/README: Update documentation.
9386 * gdbserver/configure.in: Update configury to match documentation.
9387 * gdbserver/Makefile.in: Likewise.
9388 * gdbserver/configure: Regenerated.
9389 * gdbserver/aclocal.m4: New file, generated by aclocal.
9390 * gdbserver/config.in: New file, generated by autoheader.
9391
375fd65b
RE
93922002-02-19 Richard Earnshaw <rearnsha@arm.com>
9393
9394 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9395 armnbsd-nat.c.
9396
08216dd7
RE
93972002-02-19 Richard Earnshaw <rearnsha@arm.com>
9398
9399 * arm-tdep.h (enum arm_float_model): New enum.
9400 (struct gdbarch_tdep): Add fp_model.
9401 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9402 up floating-point conversions until we know the floating-point model
9403 in use by the inferior. Don't complain about being unable to
9404 determine the ABI of the inferior when we don't have one.
9405 (arm_extract_return_value): Support different floating-point models.
9406 (arm_store_return_value): Likewise.
aaa38bb5 9407 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9408 ARM_FLOAT_SOFT.
9409 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9410
65d6d66a
PS
94112002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9412
9413 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9414 of ``current_gdbarch''.
9415
47221191
RE
94162002-02-19 Richard Earnshaw <rearnsha@arm.com>
9417
9418 * armnbsd-nat.c : ANSIfy all function declarations.
9419 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9420 (fetch_inferior_registers): Re-implement in terms of above.
9421 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9422 (store_inferior_registers): Re-implement in terms of above.
9423
fdf39c9a
RE
94242002-02-19 Richard Earnshaw <rearnsha@arm.com>
9425
aaa38bb5 9426 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9427 kernel.
9428 * arm-linux-tdep.c: Likewise.
9429 * config/arm/tm-linux.h: Likewise.
9430
93247f88
RE
94312002-02-19 Richard Earnshaw <rearnsha@arm.com>
9432
9433 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9434 * config/arm/nbsd.mt (TM_FILE): Delete.
9435 * config/arm/tm-nbsd.h: Delete.
9436
d7b486e7
RE
94372002-02-19 Richard Earnshaw <rearnsha@arm.com>
9438
9439 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9440 Initialize CALL_DUMMY_LENGTH.
9441
41d39a95
RE
94422002-02-19 Richard Earnshaw <rearnsha@arm.com>
9443
9444 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9445 function.
9446 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9447 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9448 defines one thing and that is incorrect for this port.
9449 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9450
e1195560
PM
94512002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9452
9453 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9454
c1748f97
PM
94552002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9456
9457 * win32-nat.c (display_selector): New function. Displays information
9458 about the information returned by GetThreadSelectorEntry API function.
9459 (display_selectors): New function. Displays the infomation of
9460 the selector given as argument, or of CS, DS ans FS selectors
9461 if no argument is given.
9462 ( _initialize_inftarg): Add "w32" as info prefix command.
9463 Add "info w32 selector" as command calling display_selectors.
9464
e41e6bbf
PM
94652002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9466
9467 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9468 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9469 if not defined.
9470
0d3a9f48
RE
94712002-02-18 Richard Earnshaw <rearnsha@arm.com>
9472
9473 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9474
3fb4b924
RE
94752002-02-18 Richard Earnshaw <rearnsha@arm.com>
9476
9477 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9478 (arm_fix_call_dummy): Call it.
9479 (arm_call_dummy_breakpoint_offset): Delete.
9480 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9481 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9482
7f55af32
AC
94832002-02-18 Andrew Cagney <ac131313@redhat.com>
9484
9485 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9486 Default to func_frame_chain_valid.
9487 * gdbarch.h, gdbarch.c: Re-generate.
9488 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9489
05f13b9c
EZ
94902002-02-18 Elena Zannoni <ezannoni@redhat.com>
9491
9492 * ppc-linux-nat.c: Update copyright.
9493 (fetch_register, store_register): Add tid parameter, don't compute
9494 tid here.
9495 (fetch_ppc_registers, store_ppc_registers): Add tid
9496 parameter. Pass it along to callees.
9497 (fetch_inferior_registers, store_inferior_registers): Compute tid
9498 here, and pass it to calleed functions.
9499 (fill_gregset, supply_fpregset): Clean up formatting.
9500
d7afb4c9
RE
95012002-02-18 Richard Earnshaw <rearnsha@arm.com>
9502
9503 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9504 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9505
9df628e0
RE
95062002-02-18 Richard Earnshaw <rearnsha@arm.com>
9507
9508 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9509 * gdbarch.c gdbarch.h: Regenerate.
9510 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9511 function.
9512 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9513 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9514 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9515
9516 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9517 * arm-tdep.c (arm_get_longjmp_target): New function.
9518 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9519 this to a positive value register arm_get_longjmp_target as the
9520 longjmp handler.
9521 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9522 (arm_linux_init_abi): Set up longjmp description in tdep.
9523 * armnbsd-nat.c (get_longjmp_target): Delete.
9524 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9525 description in tdep.
9526 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9527 (get_longjmp_target): Delete declaration.
9528 (GET_LONGJMP_TARGET): Delete.
9529 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9530 (GET_LONGJMP_TARGET): Delete.
9531
57bc8964
KB
95322002-02-17 Kevin Buettner <kevinb@redhat.com>
9533
9534 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9535 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9536 of ``current_gdbarch''.
9537
83d31a92
TT
95382002-02-17 Tom Tromey <tromey@redhat.com>
9539
9540 * cli/cli-cmds.c (compare_strings): New function.
9541 (complete_command): Only print each unique item once.
9542 * completer.h (complete_line): Declare.
9543 * completer.c (complete_line): New function.
9544 (line_completion_function): Use it.
9545
17ef5d92
AC
95462002-02-16 Andrew Cagney <ac131313@redhat.com>
9547
9548 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9549 * gdbarch.h, gdbarch.c: Re-generate.
9550
491b8946
DJ
95512002-02-16 Daniel Jacobowitz <drow@mvista.com>
9552
9553 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9554
95552002-02-16 Daniel Jacobowitz <drow@mvista.com>
9556
9557 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9558 * valops.c (value_arg_coerce): Don't take the address of a reference
9559 to convert an argument to a reference.
9560
dfe7f3ac
CF
95612002-02-15 Christopher Faylor <cgf@redhat.com>
9562
9563 * win32-nat.c (get_image_name): New function.
9564 (handle_load_dll): Use get_image_name function.
9565 (get_child_debug_event): Avoid registering debug events until possibly
9566 execed process is started.
9567 (child_create_inferior): Allow invocation via shell so that command
9568 line redirection, etc. works ok.
9569 (_initialize_inftarg): Add new command: "set shell" to control whether
9570 a shell is used to start a process.
9571
1d33e73a
DJ
95722002-02-15 Daniel Jacobowitz <drow@mvista.com>
9573
9574 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9575 instead of find_register_by_number.
9576 (cannot_store_register): Likewise.
9577
48cd0caa
PM
95782002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9579
aaa38bb5 9580 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9581 fprintf_unfiltered (gdb_stderr, ...).
9582
8656e7d8
DJ
95832002-02-15 Daniel Jacobowitz <drow@mvista.com>
9584
9585 * gdbserver/gdbserver.1: Document --attach.
9586
66e810cd
RE
95872002-02-15 Richard Earnshaw <rearnsha@arm.com>
9588
9589 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9590 descriptions.
9591 * arm-tdep.c (arm_default_arm_le_breakpoint)
9592 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9593 (arm_default_thumb_be_breakpoint): New. Initialize them from
9594 traditional breakpoint defines.
9595 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9596 (arm_gdbarch_init): Initialize new breakpoint variables.
9597 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9598 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9599 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9600 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9601 code out to ...
9602 (arm_netbsd_init_abi_common): ... here; new function.
9603 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9604 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9605 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9606 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9607
97e03143
RE
96082002-02-15 Richard Earnshaw <rearnsha@arm.com>
9609
9610 * arm-tdep.h (enum arm_abi): New enum.
9611 (struct gdbarch_tdep): New structure.
9612 (LOWEST_PC): Provide a default.
9613 (arm_gdbarch_register_os_abi): Declare new function.
9614 * arm-tdep.c (arm_abi_names): New array.
9615 (process_note_abi_tag_sections): New function.
9616 (get_elfosabi): New function.
9617 (arm_gdbarch_register_os_abi): New function.
9618 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9619 support for that ABI has been built in, then call the appropriate
9620 configuration routine. Use gdbarch_num_regs() to get the number
9621 of registers.
9622 (arm_dump_tdep): New function.
9623 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9624 place-holder functions.
9625 (_initialize_arm_tdep): Register them.
9626 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9627
9628 * armnbsd-tdep.c: New file.
9629 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9630 * config/arm/nbsd.mt (TDEPFILES): Add it.
9631 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9632
9633 * armnbsd-nat.c: Include regcache.h.
9634 * Makefile.in (armnbsd-nat.o): Update dependency list.
9635
9636 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9637
ad68be46
DJ
96382002-02-14 Daniel Jacobowitz <drow@mvista.com>
9639
9640 * gdbserver/Makefile.in: Fix typos in target rules.
9641
003d6d1d
DJ
96422002-02-14 Daniel Jacobowitz <drow@mvista.com>
9643
aaa38bb5 9644 Fix part of PR gdb/267.
003d6d1d
DJ
9645 * linespec.c (find_methods): Handle constructors specially for now.
9646
6b230f1b
CV
96472002-02-14 Corinna Vinschen <vinschen@redhat.com>
9648
9649 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9650 handling.
9651 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9652 standard_coerce_float_to_double().
9653
1ea98d12
CF
96542002-02-14 Christopher Faylor <cgf@redhat.com>
9655
9656 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9657 GDBINIT_FILENAME.
9658
dd47e6fd
EZ
96592002-02-14 Elena Zannoni <ezannoni@redhat.com>
9660
9661 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9662 find_variant_by_name, because it confuses the multiarch
9663 framework. Return NULL if there isn't an architecture with the
9664 user supplied name, instead of forcing a different one without
9665 recording the change with the multiarch machinery.
9666 (find_variant_by_name): Delete.
9667
d7e39b9e
PS
96682002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9669
9670 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9671 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9672
76e42a4f
MH
96732002-02-13 Martin M. Hunt <hunt@redhat.com>
9674
aaa38bb5 9675 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9676 print_frame_info_listing_hook, set current_source_symtab.
9677
0a30fbc4
DJ
96782002-02-14 Daniel Jacobowitz <drow@mvista.com>
9679
9680 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9681 and remove unused $(INCLUDE_DIR).
9682 Add regcache.c to OBS.
9683 Add generated register protocol files to clean target.
9684 Update dependencies for new objects, obsolete old target code.
9685
9686 * gdbserver/linux-low.c: Remove all platform-specific code to
9687 new files. Remove various dead code. Update to use regcache
9688 functionality.
9689 * gdbserver/remote-utils.c (fromhex): Add return statement
9690 to quiet warning.
9691 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9692 constant.
9693 (input_interrupt): Add integer parameter to match prototype
9694 of a signal handler.
9695 (outreg): Use register_data ().
9696 (prepare_resume_reply): Use gdbserver_expedite_regs.
9697 * gdbserver/server.c (main): Dynamically allocate own_buf because
9698 PBUFSIZ is no longer constant. Use registers_to_string () and
9699 registers_from_string ().
9700 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9701 for error (), fatal (), and warning (). Update definition of
9702 PBUFSIZ to use regcache functionality. Add include guard.
9703 * gdbserver/utils.c (fatal): Add missing ``const''.
9704 (warning): New function.
9705
9706 * regformats/regdat.sh: Include "regcache.h" in generated files.
9707 Provide init_registers () function.
9708 * regformats/regdef.h: Add prototype for set_register_cache ().
9709 Add include guard.
9710
9711 * gdbserver/linux-arm-low.c: New file.
9712 * gdbserver/linux-i386-low.c: New file.
9713 * gdbserver/linux-ia64-low.c: New file.
9714 * gdbserver/linux-m68k-low.c: New file.
9715 * gdbserver/linux-mips-low.c: New file.
9716 * gdbserver/linux-ppc-low.c: New file.
9717 * gdbserver/linux-sh-low.c: New file.
9718
9719 * gdbserver/regcache.c: New file.
9720 * gdbserver/regcache.h: New file.
9721
9722 * gdbserver/low-linux.c: Removed obsolete file.
9723
4cc841d0
DJ
97242002-02-14 Daniel Jacobowitz <drow@mvista.com>
9725
9726 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9727 * config/i386/linux.mt: Likewise.
9728 * config/ia64/linux.mt: Likewise.
9729 * config/m68k/linux.mh: Likewise.
9730 * config/powerpc/linux.mh: Likewise.
9731 * config/mips/linux.mt: Likewise.
9732
9733 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9734
9735 * config/i386/i386lynx.mh: Mark gdbserver variables
9736 as (currently) obsolete for this target.
9737 * config/i386/nbsd.mt: Likewise.
9738 * config/i386/nbsdelf.mt: Likewise.
9739 * config/m32r/m32r.mt: Likewise.
9740 * config/m68k/m68klynx.mh: Likewise.
9741 * config/m68k/nbsd.mt: Likewise.
9742 * config/m68k/sun3os4.mh: Likewise.
9743 * config/mips/vr5000.mt: Likewise.
9744 * config/ns32k/nbsd.mt: Likewise.
9745 * config/pa/hppabsd.mh: Likewise.
9746 * config/pa/hppaosf.mh: Likewise.
9747 * config/powerpc/nbsd.mt: Likewise.
9748 * config/rs6000/rs6000lynx.mh: Likewise.
9749 * config/s390/s390.mt: Likewise.
9750 * config/s390/s390x.mt: Likewise.
9751 * config/sparc/sparclynx.mh: Likewise.
9752 * config/sparc/sun4os4.mh: Likewise.
9753 * config/i386/x86-64linux.mt: Likewise.
9754 * config/sparc/linux.mh: Likewise.
9755
a85f51e7
DJ
97562002-02-14 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * configure.tgt: Configure gdbserver only for known working
9759 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9760 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9761 SUBDIRS if it is configured. Update comment for ${nativefile}.
9762 * configure: Regenerated.
9763
65554fef
MS
97642002-02-13 Michael Snyder <msnyder@redhat.com>
9765
670a52db
MS
9766 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9767
6dbdc4a3
MS
9768 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9769 (default_gcore_mach): Just return 0, work around a problem in bfd.
9770 (default_gcore_target): OK to return NULL if exec_bfd is null.
9771 (make_mem_sec): Use a cast, avoid a warning.
9772
9773 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9774 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9775 sizeof (host pointer) != sizeof (target pointer)).
9776 (procfs_make_note_section): Avoid overflow in psargs string.
9777
aaa38bb5 9778 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9779 implementation return an error.
9780
97812002-02-13 Rodney Brown <rbrown64@csc.com.au>
9782
9783 * procfs.c (procfs_make_note_section): Provide a default definition
9784 (for alpha-dec-osf4.0f). Fix typos.
9785
1e4d76e7
EZ
97862002-02-13 Elena Zannoni <ezannoni@redhat.com>
9787
9788 * linux-proc.c: Add include of regcache.h.
9789 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9790
b6d1a1d5
AC
97912002-02-13 Andrew Cagney <ac131313@redhat.com>
9792
9793 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9794 * memattr.c (create_mem_region): Disallow useless empty region.
9795 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9796 non-overlapping.
b6d1a1d5 9797
6c6ea35e
MC
97982002-02-13 Michael Chastain <mec@shout.net>
9799
9800 * defs.h: Kill CONST_PTR.
9801 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9802 * c-lang.c (c_builtin_types): Likewise.
9803 * ch-lang.c (ch_builtin_types): Likewise.
9804 * f-lang.c (f_builtin_types): Likewise.
9805 * language.c (unknown_builtin_types): Likewise.
9806 * m2-lang.c (m2_builtin_types): Likewise.
9807 * p-lang.c (pascal_builtin_types): Likewise.
9808 * scm-lang.c (c_builtin_types): Likewise.
9809
3e0b0f48
KS
98102002-02-13 Keith Seitz <keiths@redhat.com>
9811
9812 * arm-tdep.h (arm_get_next_pc): Add declaration.
9813
67255d04
RE
98142002-02-13 Richard Earnshaw <rearnsha@arm.com>
9815
9816 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9817 with other related struct-returning functions.
9818 (arm_extract_struct_value_address): New function.
9819 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9820 initialize float_format, double_format and long_double_format as
9821 appropriate to the endianness of the target.
9822 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9823 (arm_use_struct_convention): Delete declaration.
9824 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9825
079777f6
KS
98262002-02-13 Keith Seitz <keiths@redhat.com>
9827
9828 * defs.h (core_addr_to_string_nz): New function.
9829
34588f23
MK
98302002-02-13 Mark Kettenis <kettenis@gnu.org>
9831
9832 Apply missing bits of 2002-01-15 patch.
9833 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9834 (fill_fpregset): Use i387_fill_fsave.
9835
49b563f9
KS
98362002-02-12 Keith Seitz <keiths@redhat.com>
9837
49b563f9
KS
9838 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9839 (core_addr_to_string_nz): New function.
9840
aeb98c60
RE
98412002-02-11 Richard Earnshaw <rearnsha@arm.com>
9842
9843 * arm-linux-nat.c: Really include arm-tdep.h.
9844 * config/arm/tm-linux.h (struct type, struct value): Declare.
9845
65554fef
MS
98462002-02-11 Michael Snyder <msnyder@redhat.com>
9847
9848 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9849 (gcore section): Ifdef for Solaris and Unixware only.
9850 (procfs_do_thread_registers): Unixware needs one lwpstatus
9851 per thread (not one prstatus or pstatus).
9852 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9853 not over all gdb threads. For unixware, call elfcore_write_pstatus
9854 once before iterating over threads.
9855
34e8f22d
RE
98562002-02-11 Richard Earnshaw <rearnsha@arm.com>
9857
9858 * arm-tdep.h: New file.
9859 * arm-tdep.c: Include arm-tdep.h.
9860 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9861 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9862 (arm_print_float_info, arm_register_type, convert_to_extended)
9863 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9864 (arm_extract_return_value, arm_register_name): Make static.
9865 (arm_software_single_step): Similarly. Fix types in declaration.
9866 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9867 (arm_store_return_value, arm_store_struct_return): New functions.
9868 (arm_gdbarch_init): Register the above functions. Also register
9869 call_dummy_start_offset, sizeof_call_dummy_words,
9870 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9871 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9872 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9873 prologue_cache.saved_regs here, rather than ...
9874 (_initialize_arm_tdep): ... here.
9875 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9876 declarations.
9877 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9878 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9879 (arm_print_float_info, arm_register_type, convert_to_extended)
9880 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9881 (arm_extract_return_value, arm_register_name): Delete declarations.
9882 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9883 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9884 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9885 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9886 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9887 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9888 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9889 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9890 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9891 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9892 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9893 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9894 interface.
9895 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9896 * remote-rdi.c remote-rdp.c: Likewise.
9897 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9898 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9899 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9900 definition.
9901
9902 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9903 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9904 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9905 from non-ARM_ prefixed definitions.
9906 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9907 all uses of above.
9908 * remote-rdi.c remote-rdp.c: Likewise.
9909 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9910
148754e5
RE
99112002-02-11 Richard Earnshaw <rearnsha@arm.com>
9912
9913 * arm-tdep.c (arm_frameless_function_invocation)
9914 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9915 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9916 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9917 (arm_pop_frame, arm_get_next_pc): Make static.
9918 (arm_gdbarch_init): Register above in gdbarch structure.
9919 (arm_read_fp): Renamed from arm_target_read_fp.
9920 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9921 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9922 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9923 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9924 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9925 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9926 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9927 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9928 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9929 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9930 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9931
434d2d4f
DJ
99322002-02-10 Daniel Jacobowitz <drow@mvista.com>
9933
9934 * symtab.c (compare_search_syms): New function.
9935 (sort_search_symbols): New function.
9936 (search_symbols): Sort symbols after searching rather than
9937 before.
9938
55241689
AC
99392002-02-10 Andrew Cagney <ac131313@redhat.com>
9940
9941 * NEWS: Linux -> GNU/Linux.
9942
028c194b
AC
99432002-02-10 Andrew Cagney <ac131313@redhat.com>
9944
9945 * gdbarch.sh: For for level one methods, disallow a definition
9946 when partially multi-arched. Add comments explaining rationale.
9947 * gdbarch.h: Re-generate.
9948
6acf50cd
AC
99492002-02-10 Andrew Cagney <ac131313@redhat.com>
9950
9951 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9952 multi-arch partial.
aaa38bb5 9953
50248794
AC
99542002-02-10 Andrew Cagney <ac131313@redhat.com>
9955
9956 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9957 field. Use diff -u.
9958 * gdbarch.c: Re-generate.
9959
c30e0066
AC
99602002-02-10 Andrew Cagney <ac131313@redhat.com>
9961
9b56c5f3 9962 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
9963 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9964 partial.
9965
6e6d6484
AC
99662002-02-10 Andrew Cagney <ac131313@redhat.com>
9967
9968 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9969 multi-arch partial.
9970 (PUSH_ARGUMENTS): Switch to using predefault.
9971 * gdbarch.c: Regenerate.
9972
c203844d
AC
99732002-02-10 Andrew Cagney <ac131313@redhat.com>
9974
9975 * valops.c (PUSH_ARGUMENTS): Delete definition.
9976 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9977 partial. Default to default_push_arguments.
9978 * gdbarch.h, gdbarch.c: Regenerate.
9979
b5a2688f
AC
99802002-02-09 Andrew Cagney <ac131313@redhat.com>
9981
9982 * defs.h (throw_exception): Rename return_to_top_level. Update
9983 comments.
9984 * utils.c (error_stream, internal_verror, quit): Ditto.
9985 * top.c (throw_exception, catcher): Ditto.
9986 * sparclet-rom.c (sparclet_load): Ditto.
9987 * remote.c (interrupt_query, minitelnet): Ditto.
9988 * remote-sds.c (interrupt_query): Ditto.
9989 * remote-mips.c (mips_error, mips_kill): Ditto.
9990 * ocd.c (interrupt_query): Ditto.
9991 * monitor.c (monitor_interrupt_query): Ditto.
9992 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9993 * target.h: Update comment.
aaa38bb5 9994
b5a2688f 9995 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9996
2fa5c1e0
AC
99972002-02-09 Andrew Cagney <ac131313@redhat.com>
9998
9999 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10000 default_double_format.
10001 * gdbarch.h, gdbarch.c: Re-generate.
10002 * findvar.c (floatformat_unknown): Delete variable definition.
10003 * doublest.h (floatformat_unknown): Delete variable declaration.
10004
da966255
JB
100052002-02-09 Jim Blandy <jimb@redhat.com>
10006
10007 * stabsread.c (read_type): Add code to parse Sun's syntax for
10008 prototyped function types.
10009
123a4891
AC
100102002-02-09 Andrew Cagney <ac131313@redhat.com>
10011
10012 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10013 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10014
fb39c8f3
PS
100152002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10016
10017 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10018 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10019 now _initialize_xcoffsolib gets called again and overrides the
10020 commands from solib.c in a native configuration.
10021
0b87a11d
MK
100222002-02-09 Mark Kettenis <kettenis@gnu.org>
10023
10024 * doublest.c (store_typed_floating): Don't try to return a value.
10025 Fixes PR gdb/290.
10026
bdc2fc72
JB
100272002-02-08 Jim Blandy <jimb@redhat.com>
10028
10029 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10030 is prototyped and has no arguments, print its argument list as
10031 `(void)'.
10032
da69bbcf
CD
100332002-02-08 Chris Demetriou <cgd@broadcom.com>
10034
10035 * MAINTAINERS (write-after-approval): Add myself.
10036 (paper-trail): I've escaped!
aaa38bb5 10037
b69571f5
CF
100382002-02-08 Christopher Faylor <cgf@redhat.com>
10039
10040 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10041 changes.
10042 (_initialize_check_for_gdb_ini): Ditto.
10043
f6871398
MH
100442002-02-08 Martin M. Hunt <hunt@redhat.com>
10045
10046 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10047 xaprintf -> xasprintf.
10048
4e52d31c
PM
100492002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10050
10051 * win32-nat.c: Remove use of printf and sprintf functions.
10052
39bbf761
RE
100532002-02-08 Richard Earnshaw <rearnsha@arm.com>
10054
10055 * arm-tdep.c (arm_frame_chain_valid): Make static.
10056 (arm_push_arguments): Likewise.
10057 (arm_gdbarch_init): New function.
10058 (_initialize_arm_tdep): Call it.
10059 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10060 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10061 (FRAME_CHAIN_VALID): Delete.
10062 (arm_frame_chain_valid): Delete declaration.
10063 (PUSH_ARGUMENTS): Delete.
10064 (arm_push_arguments): Delete declaration.
10065 (CALL_DUMMY_P): Delete.
10066
9c9532c9
CV
100672002-02-08 Andrew Cagney <ac131313@redhat.com>
10068 Corinna Vinschen <vinschen@redhat.com>
10069
10070 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10071 on builtin float types.
10072
4e8f7a8b
DJ
100732002-02-08 Daniel Jacobowitz <drow@mvista.com>
10074
10075 * utils.c: Include <curses.h> before "bfd.h".
10076 * tui/tui-hooks.c: Likewise.
10077 * tui/tui.c: Likewise.
10078 * tui/tuiCommand.c: Likewise.
10079 * tui/tuiData.c: Likewise.
10080 * tui/tuiDataWin.c: Likewise.
10081 * tui/tuiDisassem.c: Likewise.
10082 * tui/tuiGeneralWin.c: Likewise.
10083 * tui/tuiIO.c: Likewise.
10084 * tui/tuiLayout.c: Likewise.
10085 * tui/tuiRegs.c: Likewise.
10086 * tui/tuiSource.c: Likewise.
10087 * tui/tuiSourceWin.c: Likewise.
10088 * tui/tuiStack.c: Likewise.
10089 * tui/tuiWin.c: Likewise.
10090
cd4bffcf
EZ
100912002-02-07 Elena Zannoni <ezannoni@redhat.com>
10092
10093 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10094 to include space for pseudoregs as well. Update loops accordingly.
10095 (sh_fp_frame_init_saved_regs): Ditto.
10096 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10097
26806ce2
AC
100982002-02-07 Andrew Cagney <ac131313@redhat.com>
10099
10100 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10101 Add Richard Earnshaw to Arm maintainers.
10102
97fdab62
AC
101032002-02-07 Andrew Cagney <ac131313@redhat.com>
10104
a6b98203
AC
10105 * defs.h (warning_begin): Delete declaration.
10106
97fdab62
AC
10107 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10108 Delete macro.
10109
78b29b40
MS
101102002-02-07 Michael Snyder <msnyder@redhat.com>
10111
aaa38bb5 10112 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10113 Logic bug, remove misplaced else.
10114
d8849953
KD
101152002-02-07 Klee Dienes <klee@apple.com>
10116
10117 * fork-inferior.c (fork_inferior): Add '!' to the list of
10118 characters that need to be quoted when building a string for the
10119 shell. Quote '!' specifically with a backslash, since CSH chokes
10120 when trying to evaluate "str!str".
aaa38bb5 10121
095778a0
NC
101222002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10123
10124 * rdi-share/host.h: Only provide a typedef for bool if it is not
10125 defined.
10126
1900040c
MS
101272002-02-04 Michael Snyder <msnyder@redhat.com>
10128
10129 * breakpoint.h (enum bptype): Add new overlay event bp type.
10130 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10131
1900040c
MS
10132 * breakpoint.c (create_internal_breakpoint): New function.
10133 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10134 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10135 (create_thread_event_breakpoint): Ditto.
10136 (create_solib_event_breakpoint): Ditto.
10137 (create_overlay_event_breakpoint): New function.
10138 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10139 (update_breakpoints_after_exec): Delete and re-initialize
10140 overlay event breakpoints after an exec. Add FIXME comment
10141 about longjmp breakpoint.
10142 (print_it_typical): Ignore overlay event breakpoints.
10143 (print_one_breakpoint): Ditto.
10144 (mention): Ditto.
10145 (bpstat_what): Do not stop for overlay event breakpoints.
10146 (delete_breakpoint): Don't delete overlay event breakpoints.
10147 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10148 (breakpoint_re_set): Re-create overlay event breakpoint.
10149
10150 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10151 (overlay_manual_command): Disable overlay breakpoints.
10152 (overlay_off_command): Disable overlay breakpoints.
10153
082fc60d
RE
101542002-02-06 Richard Earnshaw <rearnsha@arm.com>
10155
10156 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10157 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10158 to here from config/tm-arm.h.
10159 (coff_sym_is_thumb): Make static.
10160 (arm_elf_make_msymbol_special): New function.
10161 (arm_coff_make_msymbol_special): New function.
10162 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10163 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10164 (coff_sym_is_thumb): Delete declaration.
10165 (arm_elf_make_msymbol_special): Declare.
10166 (arm_coff_make_msymbol_special): Declare.
10167 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10168 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10169
039c5766
RE
101702002-02-06 Richard Earnshaw <rearnsha@arm.com>
10171
10172 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10173
101742002-02-06 Richard Earnshaw <rearnsha@arm.com>
10175
10176 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10177 * gdbarch.c gdbarch.h: Regenerate.
10178 * arch-utils.c (default_print_float_info): New function.
10179 * arch-utils.h (default_print_float_info): Prototype it.
10180 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10181 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10182 (PRINT_FLOAT_INFO): Document it.
10183
10184 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10185 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10186 (PRINT_FLOAT_INFO): Define.
10187
58fa08f0
PM
101882002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10189
aaa38bb5 10190 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10191 Add typecast to sprintf argument to suppress a warning.
10192
7393af7c
PM
101932002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10194
58fa08f0 10195 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10196 to allow easier handling of pass state.
10197 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10198 that gives exception name and address.
10199 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10200 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10201 exceptions added.
aaa38bb5
AJ
10202 (child_continue): Correctly report continue_status.
10203 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10204 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10205 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10206 the exception should be passed to debuggee or not.
10207
6af4589c
MS
102082002-02-05 Michael Snyder <msnyder@redhat.com>
10209
10210 * regcache.c (fetch_register): Call target_fetch_register
10211 only if we don't call FETCH_PSEUDO_REGISTER.
10212 (store_register): Call target_store_register only if we
10213 don't call STORE_PSEUDO_REGISTER.
10214
a2cf933a
EZ
102152002-02-05 Elena Zannoni <ezannoni@redhat.com>
10216
10217 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10218 ELF_MAKE_MSYMBOL_SPECIAL.
10219 * gdbarch.c, gdbarch.h: Regenerate.
10220 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10221 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10222 * elfread.c (elf_symtab_read): Compile use of
10223 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10224 multiarched.
10225 * coffread.c (coff_symtab_read): Ditto, for
10226 COFF_MAKE_MSYMBOL_SPECIAL.
10227
6bb7be43
JB
102282002-02-05 Jim Blandy <jimb@redhat.com>
10229
10230 * solib-svr4.c (svr4_truncate_ptr): New function.
10231 (svr4_relocate_section_addresses): Do the address arithmetic with
10232 the appropriate truncation for target addresses, even when
10233 CORE_ADDR is larger than a target address.
10234
e18651ec
DJ
102352002-02-05 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10238 to (int *).
10239
6b2725be
DJ
102402002-02-05 Daniel Jacobowitz <drow@mvista.com>
10241
10242 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10243 code.
10244
fca9e603
DJ
102452002-02-05 Daniel Jacobowitz <drow@mvista.com>
10246
10247 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10248
6c537a52
DJ
102492002-02-05 Daniel Jacobowitz <drow@mvista.com>
10250
10251 * gdbserver/linux-low.c: Remove unused include files.
10252
d844cde6
DJ
102532002-02-05 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10256 (read_inferior_memory): Use it.
10257 (write_inferior_memory): Likewise.
10258
d07c63e7
DJ
102592002-02-05 Daniel Jacobowitz <drow@mvista.com>
10260
10261 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10262 grubbing through sys_errlist.
10263
da6d8c04
DJ
102642002-02-05 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10267
5b421780
PM
102682002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10269 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10270
9f60d481
AC
102712002-02-04 Andrew Cagney <ac131313@redhat.com>
10272
10273 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10274 (do_sfunc, set_cmd_sfunc): New functions.
10275
10276 * command.h (struct cmd_list_element): Add field func.
10277 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10278 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10279 * cli/cli-decode.h: Ditto.
10280
10281 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10282 (help_all, help_cmd_list): Ditto.
10283 (find_cmd, complete_on_cmdlist): Ditto.
10284 * top.c (execute_command): Ditto.
10285
10286 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10287 function.sfunc.
10288
10289 * infcmd.c (notice_args_read): Fix function signature.
10290
10291 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10292 * cli/cli-decode.c (add_set_cmd): Ditto.
10293 * utils.c (initialize_utils): Ditto.
10294 * maint.c (_initialize_maint_cmds): Ditto.
10295 * infrun.c (_initialize_infrun): Ditto.
10296 * demangle.c (_initialize_demangler): Ditto.
10297 * remote.c (add_packet_config_cmd): Ditto.
10298 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10299 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10300 * proc-api.c (_initialize_proc_api): Ditto.
10301 * kod.c (_initialize_kod): Ditto.
10302 * valprint.c (_initialize_valprint): Ditto.
10303 * top.c (init_main): Ditto.
10304 * infcmd.c (_initialize_infcmd): Ditto.
10305 * corefile.c (_initialize_core): Ditto.
10306 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10307 * arch-utils.c (initialize_current_architecture): Ditto.
10308 (_initialize_gdbarch_utils): Ditto.
10309 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10310
10311 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10312 * wince.c (_initialize_inftarg): Ditto.
10313 * symfile.c (_initialize_symfile): Ditto.
10314 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10315 * language.c (_initialize_language): Ditto.
10316 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10317
f9ba0717
MS
103182002-02-04 Michael Snyder <msnyder@redhat.com>
10319
10320 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10321
0c74b2a7
DJ
103222002-02-04 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10325 Add rules for building the register data files.
10326
c638789f
DJ
103272002-02-04 Daniel Jacobowitz <drow@mvista.com>
10328
10329 * regformats/regdat.sh: Add braces to the definition of
10330 expedite_regs_${arch}.
10331
db253027
DJ
103322002-02-04 Daniel Jacobowitz <drow@mvista.com>
10333
10334 * regformats/regdef.h (struct reg): Add comment describing the
10335 requirements for offset and size fields.
10336
206be19c
AS
103372002-02-04 Andreas Schwab <schwab@suse.de>
10338
10339 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10340 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10341
181c1381
RE
103422002-02-04 Richard Earnshaw <rearnsha@arm.com>
10343
10344 * gdbarch.sh (copyright): Update years in generated header.
10345 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10346 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10347 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10348 * dbxread.c: Likewise.
10349 * dwarfread.c: Likewise.
10350 * elfread.c: Likewise.
10351 * somread.c: Likewise.
10352
10353 * arm-tdep.c (arm_smash_text_address): New function.
10354 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10355
fa4ba8da
PM
103562002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10357
10358 Add support for hardware watchpoints on win32 native.
aaa38bb5 10359 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10360 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10361 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10362 of debug registers.
10363 (debug_registers_changed): New variable. Reflects when debug registers
10364 are changed and need to be written to inferior.
aaa38bb5 10365 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10366 was set, used when new threads are created.
10367 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10368 i386-nat code.
10369 (thread_rec): Set dr array if id is the thread of current_event .
10370 (child_continue, child_resume): Change the debug registers for all
10371 threads if debug_registers_changed.
10372 (child_add_thread): Change the debug registers if debug_registers_used.
10373 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10374 Link nm.h to new nm-cygwin.h file.
10375 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10376 of hardware registers.
10377
a73c86fb
AC
103782002-02-03 Andrew Cagney <ac131313@redhat.com>
10379
10380 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10381 Restore behavour broken by 2002-01-20 Andrew Cagney
10382 <ac131313@redhat.com> IEEE_FLOAT removal.
10383
acf5ed49
DJ
103842002-02-03 Daniel Jacobowitz <drow@mvista.com>
10385
10386 * c-valprint.c (c_val_print): Pass a proper valaddr to
10387 cp_print_class_method.
10388 * valops.c (search_struct_method): If there is only one method
10389 and args is NULL, return that method.
10390
493d28d5
DJ
103912002-02-03 Daniel Jacobowitz <drow@mvista.com>
10392
10393 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10394 accessing tag_name directly.
10395
7495dfdb
DJ
103962002-02-03 Daniel Jacobowitz <drow@mvista.com>
10397
10398 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10399 of accessing tag_name directly.
10400
dd6bda65
DJ
104012002-02-03 Daniel Jacobowitz <drow@mvista.com>
10402
10403 PR gdb/280
10404 * gdbtypes.c (replace_type): New function.
10405 * gdbtypes.h (replace_type): Add prototype.
10406 * stabsread.c (read_type): Use replace_type.
10407
88fe217c
RE
104082002-02-03 Richard Earnshaw <rearnsha@arm.com>
10409
10410 * Makefile.in (memattr.o): Add missing dependencies rule.
10411
e5d66720
PS
104122002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10413
10414 * breakpoint.c (break_at_finish_command): Really export.
10415 (break_at_finish_at_depth_command): Ditto.
10416 (tbreak_at_finish_command): Ditto.
10417 * hppa-tdep.c: Include completer.h.
10418 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10419 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10420
fffee0be
AC
104212002-02-01 Andrew Cagney <ac131313@redhat.com>
10422
10423 * utils.c (do_write): New function.
10424 (error_stream): Rewrite combining the code from error_begin and
10425 verror.
10426 (verror): Rewrite using error_stream.
10427 (error_begin): Delete function.
10428
255e7dbf
AC
104292002-02-01 Andrew Cagney <ac131313@redhat.com>
10430
10431 * utils.c (error_begin): Make static.
10432 * defs.h (error_begin): Delete declaration.
10433
10434 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10435 (decode_line_1): Use cplusplus_error instead of error_begin,
10436 cplusplus_hint and return_to_top_level.
10437 * coffread.c (coff_symfile_read): Use error instead of error_begin
10438 and return_to_top_level.
10439 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10440
ddfe3c15
AC
104412002-02-01 Andrew Cagney <ac131313@redhat.com>
10442
10443 * language.h (type_error, range_error): Make string parameter
10444 constant.
10445 * language.c (warning_pre_print): Delete extern declaration.
10446 * dwarfread.c (warning_pre_print): Ditto.
10447 * language.c (type_error, range_error): Rewrite to use verror and
10448 vwarning instead of warning_begin.
10449
03ac34d5
MS
104502002-02-01 Michael Snyder <msnyder@redhat.com>
10451
261c4ca2
MS
10452 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10453 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10454
e00d1dc8
AC
104552002-02-01 Andrew Cagney <ac131313@redhat.com>
10456
10457 * command.h (NO_FUNCTION): Delete macro.
10458 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10459 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10460 * tracepoint.c (_initialize_tracepoint): Ditto.
10461 * cli/cli-decode.c (add_set_cmd): Ditto.
10462 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10463
76b79d6e
DJ
104642002-02-01 Daniel Jacobowitz <drow@mvista.com>
10465
10466 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10467 Update ``this'' pointer when calling virtual functions.
10468
799f9e91
MS
104692002-02-01 Michael Snyder <msnyder@redhat.com>
10470
c7bd442c 10471 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10472 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10473
3cf384d4
DJ
104742002-02-01 Daniel Jacobowitz <drow@mvista.com>
10475
10476 * regformats/reg-arm.dat: New file.
10477 * regformats/reg-i386.dat: New file.
10478 * regformats/reg-ia64.dat: New file.
10479 * regformats/reg-m68k.dat: New file.
10480 * regformats/reg-mips.dat: New file.
10481 * regformats/reg-ppc.dat: New file.
10482 * regformats/reg-sh.dat: New file.
10483 * regformats/regdef.h: New file.
10484 * regformats/regdat.sh: New file.
10485
0defa245
RE
104862002-02-01 Richard Earnshaw <reanrsha@arm.com>
10487
10488 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10489 (arm_frame_args_address, arm_frame_locals_address): New functions.
10490 (arm_frame_num_args): New function.
10491 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10492 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10493 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10494
405f26e6
MS
104952002-01-31 Michael Snyder <msnyder@redhat.com>
10496
502fd408
MS
10497 * breakpoint.c (break_at_finish_command): Export.
10498 (break_at_finish_at_depth_command): Export.
10499 (tbreak_at_finish_command): Export.
d6020d45 10500 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10501 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10502 "txbreak" commands, which are HPPA specific.
502fd408 10503
7d35e135
MS
10504 * printcmd.c (disassemble_command): Remove an ancient
10505 artifact of an old merge.
10506
aaa38bb5 10507 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10508 Define enum constant values for overlay mode.
10509 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10510 (overlay_is_mapped, overlay_auto_command,
10511 overlay_manual_command): Ditto.
d874f1e2 10512
aaa38bb5
AJ
10513 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10514 breakpoint_here_p, breakpoint_inserted_here_p,
10515 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10516 describe_other_breakpoints, check_duplicates, clear_command):
10517 Coding standard fixes.
10518
8add0441 10519 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10520 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10521 code: check bfd SEC_READONLY flag for section.
10522
e351066e
AC
105232002-01-31 Andrew Cagney <ac131313@redhat.com>
10524
7d35e135 10525 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10526
8a48e967
DJ
105272002-01-30 Daniel Jacobowitz <drow@mvista.com>
10528
10529 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10530 data symbols, since we search based on textlow and texthigh.
10531 (find_pc_sect_symtab): Likewise.
10532
f5a96129
AC
105332002-01-30 Andrew Cagney <ac131313@redhat.com>
10534
10535 * defs.h (vwarning): Declare.
f5a96129
AC
10536 * utils.c (vwarning): New function.
10537 (warning): Call vwarning.
10538 (warning_begin): Delete function.
10539
10540 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10541 the warning message.
10542 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10543 warning_begin.
10544
cefd4ef5
MS
105452002-01-30 Michael Snyder <msnyder@redhat.com>
10546
1a703748
MS
10547 * NEWS: Mention "set trust-readonly-sections" command.
10548 Mention generate-core-file command.
cefd4ef5 10549
3a11626d
MS
105502002-01-15 Michael Snyder <msnyder@redhat.com>
10551
10552 * target.c: New command, "set trust-readonly-sections on".
10553 (do_xfer_memory): Honor the suggestion to trust readonly sections
10554 by reading them from the object file instead of from the target.
10555 (initialize_targets): Register command "set trust-readonly-sections".
10556
d1c7e53b
AC
105572002-01-29 Andrew Cagney <ac131313@redhat.com>
10558
10559 * parse.c (target_map_name_to_register): Simplify, search regs and
10560 pseudo-regs using a single loop.
10561
e2c9a72c
AC
105622002-01-30 Andrew Cagney <ac131313@redhat.com>
10563
10564 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10565
69824b4e
MK
105662002-01-15 Rodney Brown <rbrown64@csc.com.au>
10567
10568 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10569 * config/i386/i386v42mp.mh: Add i387-nat.o .
10570 * i386v4-nat.c: Include i387-nat.h.
10571 (supply_fpregset): Use i387_supply_fsave.
10572 (fill_fpregset): Use i387_fill_fsave.
10573
6eb69eab
RE
105742002-01-30 Richard Earnshaw <rearnsha@arm.com>
10575
10576 * arm-tdep.c (arm_call_dummy_words): Define.
10577 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10578 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10579 (CALL_DUMMY_WORDS): Define.
10580 (arm_call_dummy_words): Declare.
10581 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10582 (arm_linux_call_dummy_words): Declare.
10583
9852326a
AS
105842002-01-30 Andreas Schwab <schwab@suse.de>
10585
10586 * m68klinux-nat.c: Fix last change to use regcache_collect
10587 instead of referencing registers[] directly.
10588
977a3030
AC
105892002-01-29 Andrew Cagney <ac131313@redhat.com>
10590
10591 * parse.c (target_map_name_to_register): Delete code wrapped in
10592 #ifdef REGISTER_NAME_ALIAS_HOOK.
10593
2076c72b
MS
105942002-01-28 Michael Snyder <msnyder@redhat.com>
10595
10596 * regcache.c (legacy_read_register_gen): Need to be able to
10597 read pseudo-register as well as real register.
10598 (legacy_write_register_gen): Ditto.
10599
8fcc723b
AC
106002002-01-28 Andrew Cagney <ac131313@redhat.com>
10601
10602 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10603 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10604 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10605 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10606 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10607 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10608 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10609 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10610 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10611 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10612 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10613 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10614 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10615 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10616 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10617 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10618 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10619 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10620 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10621 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10622
afe64c1a
AC
106232002-01-28 Andrew Cagney <ac131313@redhat.com>
10624
10625 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10626 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10627 (initialize_current_architecture): Update target_byte_order using
10628 information from BFD.
aaa38bb5 10629 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10630 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10631
75bc7ddf
AC
106322002-01-28 Andrew Cagney <ac131313@redhat.com>
10633
10634 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10635 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10636
10637 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10638 #ifdef INVALID_FLOAT.
10639 * infcmd.c (do_registers_info): Ditto.
10640 * values.c (unpack_double): Ditto. Add comment.
10641
10642 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10643 already commented out.
10644
0280a90a
AS
106452002-01-26 Andreas Schwab <schwab@suse.de>
10646
10647 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10648 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10649 registers and add support for PTRACE_GETREGS.
10650
7072a954
AC
106512002-01-24 Andrew Cagney <ac131313@redhat.com>
10652
10653 GDB 5.1.1 released from 5.1 branch.
10654 * NEWS: Add 5.1.1 news.
10655 * README: Sync with 5.1 branch.
10656
86f902e0
FF
106572002-01-23 Fred Fish <fnf@redhat.com>
10658
10659 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10660 stabstring on initial malloc. Reallocing will copy it for us,
10661 if necessary.
10662
8af51c36
EZ
106632002-01-23 Elena Zannoni <ezannoni@redhat.com>
10664
aaa38bb5 10665 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10666 (HFILES_NO_SRCDIR): Remove hpread.h.
10667 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10668 (hpread.o): Update dependencies.
10669 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10670
10671 * hp-psymtab-read.c: Remove file.
10672 * hp-symtab-read.c: Remove file.
10673 * hpread.h: Remove file.
10674
10675 * hpread.c: Merge all contents of hp-psymtab-read.c,
10676 hp-symtab-read.c and hpread.h into this file, as it was prior to
10677 January 1999.
10678
10679 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10680 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10681 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10682 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10683
dc5cfeb6
EZ
106842002-01-23 Elena Zannoni <ezannoni@redhat.com>
10685
10686 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10687 fill_gregset): Call gdbarch_tdep() just once, assign result to
10688 variable and use that, instead of calling the function several
10689 times.
10690
ea87b71b
AO
106912002-01-24 Alexandre Oliva <aoliva@redhat.com>
10692
10693 * configure.host: Accept sparcv9 as alias for sparc64.
10694 * configure.tgt: Likewise.
10695
13fc0c2f
KB
106962002-01-22 Kevin Buettner <kevinb@redhat.com>
10697
10698 * solib-aix5.c (build_so_list_from_mapfile)
10699 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10700 arguments is not reversed.
10701 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10702 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10703
7bd872fe
EZ
107042002-01-22 Elena Zannoni <ezannoni@redhat.com>
10705
10706 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10707 modified version of obsolete sh_fetch_pseudo_register.
10708 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10709 (sh4_register_read): New function.
10710 (sh_pseudo_register_write): New function. Renamed and modified
10711 version of obsolete sh_store_pseudo_register.
10712 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10713 (sh4_register_write): New function.
10714 (sh_gdbarch_init): Remove setting of gdbarch function
10715 fetch_pseudo_register and store_pseudo_register. Remove setting of
10716 register_convert_to_raw, register_convert_to_virtual,
10717 register_convertible.
10718 (sh_sh4_register_convertible): Delete. No longer needed. All is
10719 taken care by architecture specific functions
10720 register_read/register_write.
10721 (sh_sh4_register_convert_to_virtual): Make static.
10722 (sh_sh4_register_convert_to_raw): Ditto.
10723
069e84fd
AC
107242002-01-22 Andrew Cagney <ac131313@redhat.com>
10725
10726 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10727 (floatformat_is_nan, floatformat_mantissa): Ditto.
10728
10729 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10730 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10731 builtin_type_ieee_double_little,
10732 builtin_type_ieee_double_littlebyte_bigword,
10733 builtin_type_m68881_ext, builtin_type_i960_ext,
10734 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10735 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10736 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10737 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10738
211a4f69
CV
107392002-01-22 Corinna Vinschen <vinschen@redhat.com>
10740
10741 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10742 parameter. Set frameless flag if it exists and depended of
10743 whether the scanned function is frameless or not.
10744 (xstormy16_skip_prologue): If function is frameless, return
10745 result of xstormy16_scan_prologue().
10746 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10747 call.
10748
f81353e4
EZ
107492002-01-21 Elena Zannoni <ezannoni@redhat.com>
10750
10751 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10752 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10753 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10754 sh_sh4_register_byte, sh_sh4_register_raw_size,
10755 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10756 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10757 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10758 sh_store_pseudo_register, sh_do_pseudo_register): Call
10759 gdbarch_tdep() just once, assign result to variable and use that,
10760 instead of calling the function several times.
10761
63c73a17
MK
107622002-01-20 Mark Kettenis <kettenis@gnu.org>
10763
10764 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10765 macros instead of LAST_FPU_CTRL_REGNUM.
10766 (store_register): Likewise.
10767
39ad761d
JB
107682002-01-21 Jim Blandy <jimb@redhat.com>
10769
10770 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10771 is up-to-date before running the program, not just when a program
10772 exits.
10773
3d74b771
FF
107742002-01-21 Fred Fish <fnf@redhat.com>
10775
10776 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10777 when we have found all instructions we are looking for.
10778
966fbf70
RE
107792002-01-21 Richard Earnshaw <rearnsha@arm.com>
10780
10781 * arm-tdep.c (arm_register_name): New function.
10782 (arm_registers_names): Make static.
10783 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10784 (arm_register_name): Declare.
10785 (REGISTER_NAME): Use it.
10786
c3b4394c
RE
107872002-01-21 Richard Earnshaw <rearnsha@arm.com>
10788 Kevin Buettner <kevinb@redhat.com>
10789
10790 Convert arm targets to new FRAME interface.
10791 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10792 (arm_frame_find_save_regs): Delete.
10793 (arm_frame_init_saved_regs): New.
10794 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10795 Allocate extra_info as required. Convert all uses of fsr.regs
10796 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10797 to use extra_info.
10798 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10799 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10800 (check_prologue_cache, save_prologue_cache): Likewise.
10801 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10802 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10803 (FRAME_FIND_SAVED_REGS): Delete.
10804 (arm_frame_find_saved_regs): Delete prototype.
10805 (arm_frame_init_saved_regs): New prototype.
10806 (FRAME_INIT_SAVED_REGS): Define.
10807
61d99182
AC
108082002-01-20 Andrew Cagney <ac131313@redhat.com>
10809
10810 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10811
6aaea291
AC
108122002-01-20 Andrew Cagney <ac131313@redhat.com>
10813
10814 From Jeff Law <law@redhat.com>:
10815 * infttrace.c: Include <sys/pstat.h>.
10816 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10817 exec file if the ttrace equivalent fails.
10818
15f698d2
AC
108192002-01-20 Andrew Cagney <ac131313@redhat.com>
10820
10821 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10822 (closeLogFile): Ditto.
10823
f86ddd7c
MC
108242002-01-20 Michael Chastain <mec@shout.net>
10825
10826 * top.c (print_gdb_version): Bump copyright year to 2002.
10827
904507ce
AC
108282002-01-20 Andrew Cagney <ac131313@redhat.com>
10829
10830 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10831 Zannoni and Eli Zaretskii.
10832
d7f0b9ce
DJ
108332002-01-20 Daniel Jacobowitz <drow@mvista.com>
10834
10835 * buildsym.c: Update copyright years.
10836 * c-typeprint.c: Likewise.
10837 * dwarf2read.c: Likewise.
10838 * f-typeprint.c: Likewise.
10839 * gdbtypes.c: Likewise.
10840 * gdbtypes.h: Likewise.
10841 * hp-symtab-read.c: Likewise.
10842 * hpread.c: Likewise.
10843 * mdebugread.c: Likewise.
10844 * p-typeprint.c: Likewise.
10845
3fd3d7d2
AC
108462002-01-20 Andrew Cagney <ac131313@redhat.com>
10847
10848 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10849 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10850 byte-order selectable.
10851 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10852 * arch-utils.c: Ditto.
10853 (set_endian): Ditto.
10854 (set_endian_from_file): Ditto.
10855 * gdbserver/low-sim.c (create_inferior): Ditto.
10856 * gdbarch.sh: Ditto.
10857 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10858 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10859 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10860 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10861 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10862 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10863 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10864 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10865 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10866 macro definition.
10867 * config/mips/tm-wince.h: Remove #undef of macro
10868 TARGET_BYTE_ORDER_SELECTABLE.
10869 * config/sh/tm-wince.h: Ditto.
10870
b02dede2
DJ
108712002-01-20 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10874 member function fields. Add accessor macro
10875 TYPE_FN_FIELD_ARTIFICIAL.
10876 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10877 * c-typeprint.c (c_type_print_base): Skip artificial member
10878 functions.
10879
c3643761
DJ
108802002-01-20 Daniel Jacobowitz <drow@mvista.com>
10881
10882 * f-typeprint.c: Delete unused function f_type_print_args.
10883 * p-typeprint.c: Delete unused function pascal_type_print_args.
10884
8176bb6d
DJ
108852002-01-20 Daniel Jacobowitz <drow@mvista.com>
10886
10887 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10888 comment. Add ``artificial'' to ``union field_location''.
10889
10890 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10891
10892 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10893 * mdebugread.c (parse_symbol): Likewise.
10894 * stabsread.c (define_symbol): Likewise.
10895 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10896 initializing TYPE_FIELD_BITPOS to n (obsolete).
10897 (hpread_doc_function_type): Likewise.
10898 * hpread.c (hpread_function_type): Likewise.
10899
7fd60527
AC
109002002-01-20 Andrew Cagney <ac131313@redhat.com>
10901
10902 * configure.in (host_makefile_frag): Only require a host makefile
10903 fragment when a native build.
10904 * configure: Re-generate.
10905
c2f05ac9
AC
109062002-01-20 Andrew Cagney <ac131313@redhat.com>
10907
10908 * doublest.h (floatformat_from_type): Declare.
10909 * doublest.c (floatformat_from_type): New function.
10910 (convert_typed_floating): Use.
10911
10912 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10913 call to function floatformat_from_type.
10914
10915 * gdbarch.sh (IEEE_FLOAT): Delete.
10916 * gdbarch.h, gdbarch.c: Re-generate.
10917 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10918 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10919 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10920 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10921 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10922 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10923 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10924 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10925 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10926 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10927 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10928 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10929
10930 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10931 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10932 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10933 * sh-tdep.c (sh_gdbarch_init): Ditto.
10934 * mips-tdep.c (mips_gdbarch_init): Ditto.
10935 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10936 * cris-tdep.c (cris_gdbarch_init): Ditto.
10937
abf22e64
AJ
109382002-01-20 Jiri Smid <smid@suse.cz>
10939
10940 * configure.host, configure.tgt: Support x86-64.
10941 * NEWS: Note new target x86-64.
10942
b7c4cbf8
AJ
10943 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10944 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10945 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10946 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10947 x86-64-linux-nat.o): Fix dependencies.
10948
82600034
AC
109492002-01-19 Andrew Cagney <ac131313@redhat.com>
10950
10951 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10952 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10953 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10954 * config/sparc/xm-sun4os4.h: Delete file.
10955 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 10956
bbe5c628
AC
109572002-01-19 Andrew Cagney <ac131313@redhat.com>
10958
10959 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10960 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10961 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10962 * config/i386/i386lynx.mh (XM_FILE): Delete.
10963 * config/rs6000/xm-rs6000ly.h: Delete file.
10964 * config/sparc/xm-sparclynx.h: Delete file.
10965 * config/m68k/xm-m68klynx.h: Delete file.
10966 * config/i386/xm-i386lynx.h: Delete file.
10967 * config/xm-lynx.h: Delete file.
10968 * config/djgpp/fnchange.lst: Update.
10969
f8453e34
JT
109702002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10971
10972 * alpha-tdep.c (alpha_register_byte): New function.
10973 (alpha_register_raw_size): Ditto.
10974 (alpha_register_virtual_size): Ditto.
10975 (alpha_skip_prologue_internal): Renamed from
10976 alpha_skip_prologue.
10977 (alpha_skip_prologue): New version that calls
10978 alpha_skip_prologue_internal.
10979 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10980 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10981 second argument from alpha_skip_prologue.
10982 (REGISTER_BYTE): Use alpha_register_byte.
10983 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10984 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10985 (FRAMELESS_FUNCTION_INVOCATION): Use
10986 generic_frameless_function_invocation_not.
10987 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10988 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10989
52d9e613
AC
109902002-01-19 Andrew Cagney <ac131313@redhat.com>
10991
10992 * config/mips/xm-news-mips.h: Delete file.
10993 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10994
10995 * config/m88k/xm-m88k.h: Delete file.
10996 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10997 * config/m88k/xm-delta88v4.h: Ditto.
10998 * config/m88k/xm-delta88.h: Ditto.
10999
11000 * config/alpha/xm-fbsd.h: Delete file.
11001 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11002
11003 * config/sparc/xm-sparc.h: Delete file.
11004 * Makefile.in (xm-sun4os4.h): Delete dependency.
11005 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11006 * config/sparc/xm-sun4os4.h: Ditto.
11007 * config/sparc/xm-linux.h: Ditto.
11008
11009 * config/i386/xm-windows.h: Delete file.
11010
2d1b2124
AC
110112002-01-19 Andrew Cagney <ac131313@redhat.com>
11012
11013 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11014 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11015
ee1f65f0
JT
110162002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11017
11018 * alpha-tdep.c (alpha_call_dummy_words): New.
11019 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11020 (CALL_DUMMY_P): Define.
11021 (CALL_DUMMY_WORDS): Define.
11022 (SIZEOF_CALL_DUMMY_WORDS): Define.
11023
98081e55
PB
110242002-01-19 Per Bothner <per@bothner.com>
11025
11026 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11027 isn't NULL, which can happen with some gcj-3.x-produced code.
11028
0d056799
JT
110292002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11030
11031 * alpha-tdep.c (alpha_register_virtual_type): New function.
11032 (alpha_init_frame_pc_first): Ditto.
11033 (alpha_fix_call_dummy): Ditto.
11034 (alpha_store_struct_return): Ditto.
11035 (alpha_extract_struct_value_address): Ditto.
11036 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11037 alpha_register_virtual_type.
11038 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11039 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11040 alpha_extract_struct_value_address.
11041 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11042 (INIT_FRAME_PC): Use init_frame_pc_noop.
11043 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11044
4604bcad
MK
110452002-01-19 Mark Kettenis <kettenis@gnu.org>
11046
11047 * i386gnu-nat.c: Include "i386-tdep.h".
11048 (fetch_fpregs): Simplify code dealing with uninitialized floating
11049 point states such that it doesn't require FP7_REGNUM.
11050
140f9984
JT
110512002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11052
abf22e64
AJ
11053 * alpha-tdep.c (frame_extra_info): New.
11054 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11055 frame->extra_info.
11056 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11057 (alpha_frame_saved_pc): Use frame->extra_info.
11058 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11059 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11060 (init_extra_frame_info): Rename to...
11061 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11062 (alpha_print_extra_frame_info): New function.
140f9984
JT
11063 (alpha_frame_locals_address): Ditto.
11064 (alpha_frame_args_address): Ditto.
abf22e64 11065 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11066 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11067 alpha_frame_args_address.
abf22e64 11068 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11069 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11070 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11071 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11072 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11073 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11074
d734c450
JT
110752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11076
11077 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11078 (alpha_cannot_fetch_register): Ditto.
11079 (alpha_cannot_store_register): Ditto.
11080 (alpha_register_convertible): Ditto.
11081 (alpha_use_struct_convention): Ditto.
11082 * config/alpha/tm-alpha.h: Update copyright years.
11083 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11084 (INNER_THAN): Use core_addr_lessthan.
11085 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11086 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11087 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11088 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11089 (FRAME_CHAIN): Remove unnecessary cast.
11090
b4ceaee6
AC
110912002-01-18 Andrew Cagney <ac131313@redhat.com>
11092
11093 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11094 obsolete.
11095
0a65a603
AC
110962002-01-18 Andrew Cagney <ac131313@redhat.com>
11097
11098 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11099 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11100 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11101 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11102 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11103 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11104 * x86-64-linux-nat.c: Ditto.
11105
636a6dfc
JT
111062002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11107
abf22e64 11108 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11109 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11110 (REGISTER_NAME): Define.
11111
acceddb6
JT
111122002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11113
11114 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11115
ec32e4be
JT
111162002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11117
11118 * alpha-tdep.c: Update copyright years.
11119 (alpha_next_pc): New function.
11120 (alpha_software_single_step): Ditto.
11121 * config/alpha/tm-alpha.h: Add prototype for
11122 alpha_software_single_step.
11123
e771a871
JT
111242002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11125
11126 * alphabsd-nat.c: Update copyright years.
11127 (fill_gregset): Use regcache_collect.
11128 (fill_fpregset): Likewise.
11129 (fetch_inferior_registers): Only fetch integer registers
11130 if requested to do so.
11131 (store_inferior_registers): Only store integer registers
11132 if requested to do so.
11133
7708fa01
AC
111342002-01-17 Andrew Cagney <ac131313@redhat.com>
11135
11136 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11137 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11138 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11139 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11140 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11141 * config/arm/linux.mh (XDEPFILES): Delete.
11142 * config/arm/nbsd.mh (XDEPFILES): Delete.
11143 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11144 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11145 * config/i386/i386m3.mh (XDEPFILES): Delete.
11146 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11147 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11148 * config/i386/fbsd.mh (XDEPFILES): Delete.
11149 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11150 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11151 * config/i386/i386v4.mh (XDEPFILES): Delete.
11152 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11153 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11154 * config/i386/i386aix.mh (XDEPFILES): Delete.
11155 * config/i386/go32.mh (XDEPFILES): Delete.
11156 * config/i386/cygwin.mh (XDEPFILES): Delete.
11157 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11158 * config/i386/i386mach.mh (XDEPFILES): Delete.
11159 * config/i386/i386v32.mh (XDEPFILES): Delete.
11160 * config/i386/linux.mh (XDEPFILES): Delete.
11161 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11162 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11163 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11164 * config/i386/i386sco.mh (XDEPFILES): Delete.
11165 * config/i386/i386v.mh (XDEPFILES): Delete.
11166 * config/i386/nbsd.mh (XDEPFILES): Delete.
11167 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11168 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11169 * config/i386/symmetry.mh (XDEPFILES): Delete.
11170 * config/i386/obsd.mh (XDEPFILES): Delete.
11171 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11172 * config/ia64/linux.mh (XDEPFILES): Delete.
11173 * config/ia64/aix.mh (XDEPFILES): Delete.
11174 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11175 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11176 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11177 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11178 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11179 * config/m68k/linux.mh (XDEPFILES): Delete.
11180 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11181 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11182 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11183 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11184 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11185 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11186 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11187 * config/m88k/delta88.mh (XDEPFILES): Delete.
11188 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11189 * config/m88k/m88k.mh (XDEPFILES): Delete.
11190 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11191 * config/mips/linux.mh (XDEPFILES): Delete.
11192 * config/mips/irix6.mh (XDEPFILES): Delete.
11193 * config/mips/irix5.mh (XDEPFILES): Delete.
11194 * config/mips/irix4.mh (XDEPFILES): Delete.
11195 * config/mips/irix3.mh (XDEPFILES): Delete.
11196 * config/mips/decstation.mh (XDEPFILES): Delete.
11197 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11198 (NATDEPFILES): Move core-aout.o to here.
11199 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11200 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11201 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11202 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11203 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11204 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11205 * config/pa/hpux11.mh (XDEPFILES): Delete.
11206 * config/powerpc/aix.mh (XDEPFILES): Delete.
11207 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11208 * config/powerpc/linux.mh (XDEPFILES): Delete.
11209 * config/romp/rtbsd.mh: Rename XDEPFILES.
11210 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11211 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11212 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11213 * config/s390/s390.mh (XDEPFILES): Delete.
11214 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11215 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11216 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11217 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11218 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11219 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11220 * config/sparc/linux.mh (XDEPFILES): Delete.
11221 * config/vax/vaxult.mh (XDEPFILES): Delete.
11222 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11223 * Makefile.in (DEPFILES): Remove XDEPFILES.
11224
375fc983
AC
112252002-01-17 Andrew Cagney <ac131313@redhat.com>
11226
11227 * utils.c (internal_verror): Fix comments, default is yes not no.
11228 Update queries to match. Default to quit and dump core.
11229
8926118c
AC
112302002-01-17 Andrew Cagney <ac131313@redhat.com>
11231
11232 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11233 copyright.
11234 * defs.h, event-top.c, gdbcmd.h: Ditto.
11235 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11236 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11237 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11238 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11239 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11240 * mi/mi-main.c:Ditto.
11241
11242 * stack.c, symfile.c: Update copyright.
11243
45b7b345
DJ
112442002-01-17 Daniel Jacobowitz <drow@mvista.com>
11245
db728ff7
DJ
11246 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11247 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11248 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11249 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11250
db728ff7
DJ
112512002-01-17 Daniel Jacobowitz <drow@mvista.com>
11252
11253 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11254 * gdbserver/low-lynx.c (myattach): Likewise.
11255 * gdbserver/low-nbsd.c (myattach): Likewise.
11256 * gdbserver/low-sim.c (myattach): Likewise.
11257 * gdbserver/low-sparc.c (myattach): Likewise.
11258 * gdbserver/low-sun3.c (myattach): Likewise.
11259
11260 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11261
db728ff7 11262 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11263 (main): Handle "--attach".
11264
8de3c354
AC
112652002-01-16 Andrew Cagney <ac131313@redhat.com>
11266
11267 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11268 maintainer.
11269
b0129042
DJ
112702002-01-15 Daniel Jacobowitz <drow@mvista.com>
11271
11272 * c-typeprint.c (is_type_conversion_operator): Add additional
11273 check for non-conversion operators.
11274
ba8679fb 112752002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11276
11277 * linux-proc.c: Add "info proc" command, a la procfs.c.
11278 (read_mapping): New function, abstract and re-use code.
11279 (linux_find_memory_regions): Use new func read_mapping.
11280 (linux_info_proc_cmd): New function, implement "info proc".
11281 (_initialize_linux_proc): Add new command "info proc".
11282
e4f9b4d5
MS
112832002-01-15 Michael Snyder <msnyder@redhat.com>
11284
11285 * symfile.c (generic_load): Use bfd_map_over_sections method
11286 instead of manipulating bfd structure members directly.
11287 (add_section_size_callback): New function, bfd sections callback
11288 used by generic_load.
11289 (load_sections_callback): New function, bfd sections callback
11290 used by generic_load.
11291
08cf96df
EZ
112922002-01-15 Elena Zannoni <ezannoni@redhat.com>
11293
abf22e64 11294 [Based on work by Jim Blandy]
08cf96df
EZ
11295 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11296 (builtin_type_vec128): Export.
11297 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11298 types.
11299 (builtin_type_vec128): New builtin type for 128 bit vector
11300 registers.
11301 (build_gdbtypes): Initialize builtin_type_v16qi and
11302 builtin_type_v8hi. Create the vec128 register builtin type
11303 structure.
11304 (build_builtin_type_vec128): New function.
abf22e64 11305 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11306 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11307 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11308 AltiVec register to new builtin type.
11309
d7242108
DJ
113102001-01-15 Daniel Jacobowitz <drow@mvista.com>
11311
11312 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11313 to make_cv_type.
11314
4ee3352d
AC
113152002-01-14 Andrew Cagney <ac131313@redhat.com>
11316
11317 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11318 CLEAN_UP_REGISTER_VALUE.
11319 * regcache.c (supply_register): Update only call.
11320
f015b2e7
AC
113212002-01-14 Andrew Cagney <ac131313@redhat.com>
11322
11323 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11324 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11325 a29k-*-vxworks* targets as obsolete.
11326
356ae49d
MS
113272002-01-14 Michael Snyder <msnyder@redhat.com>
11328
11329 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11330 until we can resolve portability issues.
11331 * gregset.h: Remove references to fpxregs.
11332 * gcore.c (gcore_command): Initialize note_sec to NULL.
11333
ade8f45e
AC
113342002-01-13 Andrew Cagney <ac131313@redhat.com>
11335
11336 * signals.c (target_signal_to_name): Rewrite. Only use
11337 signals[].name when in bounds and non-NULL.
abf22e64 11338
89c49e7a
AC
113392002-01-13 Andrew Cagney <ac131313@redhat.com>
11340
11341 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11342 * signals.c (target_signal_to_name): Verify that SIG is within the
11343 bounds of the signals array.
11344
4daa9f9f
AC
113452002-01-13 Andrew Cagney <ac131313@redhat.com>
11346
11347 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11348
ba4bbdcb
KS
113492002-01-13 Keith Seitz <keiths@redhat.com>
11350
11351 * stack.c (print_frame_info_base): Print the frame's pc
11352 only if when print_frame_info_listing_hook is not defined.
11353
575bbeb6
KS
113542002-01-13 Keith Seitz <keiths@redhat.com>
11355
11356 * varobj.c (varobj_set_value): Make sure that there were no
11357 errors evaluating the object before attempting to set its
11358 value.
11359 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11360 so this offset adjustment is no longer necessary.
11361 (create_child): Don't set the error flag if the child is
11362 a CPLUS_FAKE_CHILD.
11363 (value_of_child): If value_fetch_lazy fails, return NULL
11364 so that callers will be notified that an error occurred.
11365 (c_value_of_variable): Delay check of variable's validity
11366 until later. We actually want all structs and unions to have
11367 the value "{...}".
11368 Do not return "???" for variables which could not be evaluated.
11369 This error condition must be returned to the caller so that it
11370 can get the error condition from gdb.
11371 (cplus_name_of_child): Adjust index for vptr before figuring
11372 out the name of the child.
11373 (cplus_value_of_child): If a child's (real) parent is not valid,
11374 don't even bother trying to give a value for it. Just return
11375 an error. Change all instances in this function.
11376 (cplus_type_of_child): If our parent is one of the "fake"
11377 parents, we need to get at the type of the real parent, and
11378 derive the child's true type using this information.
11379
b76898ab
AC
113802002-01-13 Andrew Cagney <ac131313@redhat.com>
11381
11382 From 2002-01-09 John Marshall <johnm@falch.net>:
11383 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11384 sources.redhat.com, and tweak some related URLs which had
11385 suffered from linkrot.
11386
b6649e88
AC
113872002-01-13 Andrew Cagney <ac131313@redhat.com>
11388
11389 From Jeff law:
11390 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11391 structures passed in registers.
11392
82cc5033
EZ
113932002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11394
11395 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11396 white space which prevented compilation. Reported by DSK
11397 <dsk@student.unsw.edu.au>.
11398
ba5f2f8a
MS
113992002-01-11 Michael Snyder <msnyder@redhat.com>
11400
fbd35540
MS
11401 * symfile.c (build_section_addr_info_from_section_tab):
11402 Use bfd access method instead of manipulating bfd directly.
11403 (syms_from_objfile): Ditto.
11404 (simple_overlay_update_1): Ditto.
11405 (simple_overlay_update): Ditto.
11406 (generic_load): Ditto.
11407 (overlay_unmapped_address): FIXME comment, bfd access methods.
11408 (sections_overlap): FIXME comment, bfd access methods.
11409 (pc_in_mapped_range): FIXME comment, bfd access methods.
11410 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11411 (section_is_mapped): FIXME comment, bfd access methods.
11412 (section_is_overlay): FIXME comment, bfd access methods.
11413
ba5f2f8a
MS
11414 * symfile.c (generic_load): Whitespace and long line cleanups.
11415 Remove duplicate variable, change several local variables to
11416 more appropriate data types.
11417 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11418
17df2af6
AC
114192002-01-12 Andrew Cagney <ac131313@redhat.com>
11420
11421 From Peter Schauer:
11422 * language.c (longest_local_hex_string_custom): Use phex_nz to
11423 convert NUM to a hex string.
11424
ec920329
EZ
114252002-01-12 Elena Zannoni <ezannoni@redhat.com>
11426
11427 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11428 the function.
538a76d6 11429 Update Copyright year.
ec920329 11430
3abd2e01
AC
114312002-01-12 Andrew Cagney <ac131313@redhat.com>
11432
11433 * language.c (longest_raw_hex_string): Delete unused function.
11434
b21b22e0
PS
114352002-01-11 Petr Sorfa <petrs@caldera.com>
11436
11437 * MAINTAINERS (write-after-approval): Add myself.
11438 * dwarf2read.c (read_tag_string_type): Handling of
11439 DW_AT_byte_size.
11440 (read_tag_string_type): FORTRAN fix to prevent propagation of
11441 first string size.
11442 (set_cu_language): Handling of DW_LANG_Fortran95
11443
747fe712
RE
114442002-01-11 Richard Earnshaw <rearnsha@arm.com>
11445
11446 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11447 GETPID(inferior_ptid).
11448 (store_inferior_registers): Likewise.
11449
f1bea926
JM
114502002-01-10 Jason Merrill <jason@redhat.com>
11451
11452 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11453 Fix DW_OP_minus.
11454
ae940673
AC
114552002-01-10 Andrew Cagney <ac131313@redhat.com>
11456
11457 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11458 and bfd/elf32-sh-nbsd.c.
11459
00546b04
MS
114602002-01-10 Michael Snyder <msnyder@redhat.com>
11461
352ed7b4
MS
11462 * NEWS: Mention --pid and corefile/proc-id behavior change.
11463
c18be923
MS
11464 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11465 * gcore.c: Include cli/cli-decode.h instead of command.h.
11466
00546b04
MS
11467 * main.c (captured_main): Add new command line option "--pid".
11468 If the second command line argument (following the symbol-file)
11469 begins with a digit, try to attach to it before trying to open
11470 it as a corefile.
11471 (print_gdb_help): Document the "--pid" argument.
11472
db60ec62
EZ
114732002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11474
11475 * completer.c (command_completer): New function.
11476
11477 * completer.h <command_completer>: Add prototype.
11478
11479 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11480 completer for the "help" command.
11481
39c22d1a
JM
114822002-01-09 Jason Merrill <jason@redhat.com>
11483
11484 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11485
c564377f
MS
114862002-01-09 Michael Snyder <msnyder@redhat.com>
11487
975aec09
MS
11488 * i386-linux-nat.c (fill_fpxregset): Make global.
11489 (store_fpxregset): Ditto.
11490
db4a10fa
MS
11491 * gregset.h (gdb_fpxregset_t): Define.
11492 (supply_fpxregset): Prototype.
11493 (fill_fpxregset): Prototype.
11494
c564377f
MS
11495 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11496
c3d45d70
RE
114972002-01-09 Richard Earnshaw <rearnsha@arm.com>
11498
11499 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11500 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11501 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11502
fcc87af1
AC
115032002-01-09 Andrew Cagney <ac131313@redhat.com>
11504
11505 * MAINTAINERS: Update target maintainer rules so that any
11506 Maintainer can approve a tested patch for a maintenance-only
11507 target.
11508
dd96c05b
RE
115092002-01-09 Richard Earnshaw <rearnsha@arm.com>
11510
d4297db9 11511 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11512
d4297db9 11513 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11514 IN_SIGTRAMP.
11515
145fdc6e
MS
115162002-01-08 Michael Snyder <msnyder@redhat.com>
11517
11518 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11519 real name of the executable, rather than the /proc name.
11520
be4d1333
MS
115212002-01-03 Michael Snyder <msnyder@redhat.com>
11522
11523 Implement a "generate-core-file" command in gdb, save target state.
11524 * gcore.c: New file. Implement new command 'generate-core-file'.
11525 Save a corefile image of the current state of the inferior.
11526 * linux-proc.c: Add linux-specific code for saving corefiles.
11527 * target.h (struct target_ops): Add new target vectors for saving
11528 corefiles; to_find_memory_regions and to_make_corefile_notes.
11529 (target_find_memory_regions): New macro.
11530 (target_make_corefile_notes): New macro.
11531 * target.c (update_current_target): Inherit new target methods.
11532 (dummy_find_memory_regions): New place-holder method.
11533 (dummy_make_corefile_notes): New place-holder method.
11534 (init_dummy_target): Initialize new dummy target vectors.
11535 * exec.c (exec_set_find_memory_regions): New function.
11536 Allow the exec_ops vector for memory regions to be taken over.
11537 (exec_make_note_section): New function, target vector method.
11538 * defs.h (exec_set_find_memory_regions): Export prototype.
11539 * procfs.c (proc_find_memory_regions): New function, corefile method.
11540 (procfs_make_note_section): New function, corefile method.
11541 (init_procfs_ops): Set new target vector pointers.
11542 (find_memory_regions_callback): New function.
11543 (procfs_do_thread_registers): New function.
11544 (procfs_corefile_thread_callback): New function.
11545 * sol-thread.c (sol_find_memory_regions): New function.
11546 (sol_make_note_section): New function.
11547 (init_sol_thread_ops): Initialize new target vectors.
11548 * inftarg.c (inftarg_set_find_memory_regions): New function.
11549 Allow to_find_memory_regions vector to be taken over.
11550 (inftarg_set_make_corefile_notes): New function.
11551 Allow to_make_corefile_notes vector to be taken over.
11552 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11553 interface layer if not target_has_execution (may be a corefile).
11554 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11555 * config/sparc/sun4sol2.mh: Ditto.
11556 * config/alpha/alpha-linux.mh: Ditto.
11557 * config/arm/linux.mh: Ditto.
11558 * config/i386/x86-64linux.mh: Ditto.
11559 * config/ia64/linux.mh: Ditto.
11560 * config/m68k/linux.mh: Ditto.
11561 * config/mips/linux.mh: Ditto.
11562 * config/powerpc/linux.mh: Ditto.
11563 * config/sparc/linux.mh: Ditto.
11564
c6b92abd
MS
115652002-01-07 Michael Snyder <msnyder@redhat.com>
11566
11567 * arm-linux-nat.c: Remove references to regcache.c internal data
11568 (registers[] and register_valid[]).
11569
4b09dc8c
MS
115702002-01-07 Michael Snyder <msnyder@redhat.com>
11571
abf22e64
AJ
11572 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11573 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11574 symbol file and shlibs.
11575 * Makefile.in: Add rule for linux-proc.o.
11576 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11577 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11578 * config/arm/linux.mh: Ditto.
11579 * config/i386/linux.mh: Ditto.
11580 * config/i386/x86-64linux.mh: Ditto.
11581 * config/ia64/linux.mh: Ditto.
11582 * config/m68k/linux.mh: Ditto.
11583 * config/mips/linux.mh: Ditto.
11584 * config/powerpc/linux.mh: Ditto.
11585 * config/sparc/linux.mh: Ditto.
11586
c25b74ac
PM
115872002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11588
11589 * win32-nat.c: Add i386-tdep.h dependency.
11590
94cd915f
MS
115912002-01-07 Michael Snyder <msnyder@redhat.com>
11592
c7cccb76
MS
11593 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11594 instead of bfd_get_arch_size. Don't bail out just because
11595 there's no exec_bfd.
abf22e64 11596
34c0bd93
MS
11597 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11598 * p-valprint.c (pascal_object_print_value): Ditto.
11599 * somread.c (som_symtab_read): Ditto.
11600 * symfile.c (simple_free_overlay_region_table): Ditto.
11601 * valops.c (value_assign): Ditto.
11602
21c1c920
MS
11603 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11604 use tilde_expand and strerror for opening save-tracepoints file.
11605
5bbd998e
MS
11606 * thread-db.c (thread_db_new_objfile): Indendation fix.
11607
94cd915f
MS
11608 * infptrace.c (GDB_MAX_ALLOCA): New define.
11609 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11610 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11611 can be overridden with whatever value is appropriate to the host).
11612 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11613 alloca to allocate potentially large buffer.
11614 * rs6000-nat.c (child_xfer_memory): Ditto.
11615 * symm-nat.c (child_xfer_memory): Ditto.
11616 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11617
494e8a93
JSC
116182002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11619
11620 From Nick Clifton <nickc@redhat.com>
11621 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11622
d0e1d48e
MS
116232002-01-07 Michael Snyder <msnyder@redhat.com>
11624
abf22e64 11625 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11626 Don't use exec_bfd if it's NULL.
11627
290b2c7a
MK
116282002-01-06 Mark Kettenis <kettenis@gnu.org>
11629
abf22e64 11630 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11631
aef21287
AC
116322002-01-06 Andrew Cagney <ac131313@redhat.com>
11633
11634 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11635 * gnu-nat.c: Ditto.
11636
30efa627
AC
116372002-01-06 Andrew Cagney <ac131313@redhat.com>
11638
11639 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11640 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11641 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11642 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11643 z8k-coff have not been multi-arched. Update z8k-coff build
11644 status.
11645
9b4ff276
AC
116462002-01-06 Andrew Cagney <ac131313@redhat.com>
11647
11648 * MAINTAINERS: Mark a29k target as obsolete.
11649 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11650 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11651 comments.
11652 * NEWS: Note that a29k targets are obsolete.
11653 * a29k-tdep.c: Mark as obsolete.
11654 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11655 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11656 a29k-*-vxworks* targets as obsolete.
11657 * remote-adapt.c: Obsolete.
11658 * remote-eb.c: Obsolete.
11659 * remote-mm.c: Obsolete.
11660 * remote-udi.c: Obsolete.
11661 * config/a29k/a29k-udi.mt: Obsolete.
11662 * config/a29k/a29k.mt: Obsolete.
11663 * config/a29k/tm-a29k.h: Obsolete.
11664 * config/a29k/tm-vx29k.h: Obsolete.
11665 * config/a29k/vx29k.mt: Obsolete.
11666
a9011d31
AC
116672002-01-05 Andrew Cagney <ac131313@redhat.com>
11668
11669 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11670 with BFD_ENDIAN_BIG.
11671
9299404e
AC
116722002-01-05 Andrew Cagney <ac131313@redhat.com>
11673
11674 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11675 * configure, config.in: Re-generate.
11676 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11677 * defs.h: Do not include <endian.h>.
11678
7e89e357
JT
116792002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11680
11681 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11682 * config.in: Regenerate.
11683 * configure.in: Update copyright years.
11684 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11685 * configure: Regenerate.
11686 * i386bsd-nat.c: Update copyright years.
11687 (fill_gregset): Use regcache_collect.
11688 (fetch_inferior_registers): Only fetch integer registers
11689 if requested to do so. Add support for XMM registers
11690 using PT_GETXMMREGS.
11691 (store_inferior_registers): Only store integer registers
11692 if requested to do so. Add support for XMM registers
11693 using PT_SETXMMREGS.
11694 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11695 (store_inferior_registers): Remove.
11696 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11697 (fetch_elfcore_registers): New function.
11698 (i386nbsd_elfcore_fns): New.
11699 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11700 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11701 i386bsd-nat.o.
11702 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11703 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11704 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11705 * config/i386/tm-nbsd.h: Update copyright years.
11706 (HAVE_SSE_REGS): Define.
11707 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11708 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11709 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11710 (SIGCONTEXT_PC_OFFSET): Remove.
11711 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11712
a752853e
AC
117132002-01-05 Andrew Cagney <ac131313@redhat.com>
11714
11715 * configure.tgt: Remove powerpc-*-macos* target.
11716 * config/m68k/xm-mpw.h: Delete file.
11717 * config/xm-mpw.h: Delete file.
11718 * ser-mac.c: Delete file.
11719 * mpw-make.sed: Delete file.
11720 * mpw-config.in: Delete file.
11721 * mac-xdep.c: Delete file.
11722 * mac-gdb.r: Delete file.
11723 * mac-defs.h: Delete file.
11724 * mac-nat.c: Delete file.
11725 * config/powerpc/macos.mh: Delete file.
11726 * config/powerpc/macos.mt: Delete file.
11727 * config/powerpc/nm-macos.h: Delete file.
11728 * config/powerpc/tm-macos.h: Delete file.
11729 * source.c (openp, open_source_file): Remove obsolete code.
11730 * top.c (gdb_readline): Ditto.
11731 * utils.c (query): Ditto.
11732 * event-top.c (display_gdb_prompt): Ditto.
11733 * Makefile.in (ser-mac.o): Delete obsolete target.
11734 * NEWS: Update.
11735
d7449b42
AC
117362002-01-04 Andrew Cagney <ac131313@redhat.com>
11737
11738 * defs.h (BIG_ENDIAN): Delete macro definition.
11739 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11740 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11741 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11742 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11743 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11744 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11745 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11746 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11747 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11748 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11749 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11750 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11751 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11752 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11753 * gdbarch.c: Re-generate.
11754
356374e8
DJ
117552002-01-04 Daniel Jacobowitz <drow@mvista.com>
11756
11757 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11758 for core files.
11759
a2b8f8f8
JT
117602002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11761
11762 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11763
12466af9
AC
117642002-01-04 Andrew Cagney <ac131313@redhat.com>
11765
11766 * value.h (value_ptr): Delete typedef.
11767
3549ab40
JT
117682002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11769
11770 * i386nbsd-nat.c: Update copyright years.
11771 Include i386-tdep.h.
11772
fedbd091
EZ
117732002-01-04 Elena Zannoni <ezannoni@redhat.com>
11774
11775 * stabsread.c: Update copyright years.
11776
11777 From Debashis Mahata <debashis.mahata@wipro.com>:
11778 (read_struct_fields): Deal with Sun C compiler erroneous stab
11779 output for structs and unions.
fec8b34f 11780 Fix PR gdb/269.
fedbd091 11781
eb43544b
DJ
117822002-01-04 Daniel Jacobowitz <drow@mvista.com>
11783
11784 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11785 prototype.
11786
1514d34e
DJ
117872002-01-04 Daniel Jacobowitz <drow@mvista.com>
11788
11789 * cp-abi.c: Fix whitespace.
11790 (baseclass_offset): New wrapper function.
11791 * cp-abi.h (baseclass_offset): Add prototype.
11792 (struct cp_abi_ops): Add baseclass_offset pointer.
11793
11794 * valops.c (vb_match): Move to...
11795 * gnu-v2-abi.c (vb_match): here.
11796 * valops.c (baseclass_offset): Move to...
11797 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11798
11799 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11800
11801 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11802 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11803 * hpacc-abi.c (init_hpacc_ops): Likewise.
11804
7f8c9282
DJ
118052002-01-04 Daniel Jacobowitz <drow@mvista.com>
11806
11807 * valops.c (find_overload_match): Accept obj as a
11808 reference parameter. Update it before returning.
11809 * value.h (find_overload_match): Update prototype.
11810 * eval.c (evaluate_subexp_standard): Pass object to
11811 find_overload_match by reference.
11812
f23631e4
AC
118132002-01-03 Andrew Cagney <ac131313@redhat.com>
11814
11815 * valarith.c: Replace value_ptr with struct value pointer. Remove
11816 register attribute from value declarations.
11817 * valops.c: Ditto.
11818 * value.h: Ditto.
11819 * scm-lang.c (scm_lookup_name): Ditto.
11820
79e10fab 118212002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11822
79e10fab
AC
11823 Abstract the functionality of iterating over mapped memory
11824 regions into a general purpose iterator function.
abf22e64 11825 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11826 iterator for memory sections.
11827 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11828 (solib_mappings_callback): New function, callback for above.
11829 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11830 (info_mappings_callback): New function, callback for above.
11831
11832 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11833
c5ad026a
MK
118342002-01-01 Mark Kettenis <kettenis@gnu.org>
11835
d2a7c97a
MK
11836 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11837 * i386-tdep.c: Include "elf-bfd.h".
11838 (process_note_abi_tag_sections): New function.
11839 (i386_gdbarch_init): Add code to recognize various OS/ABI
11840 combinations.
11841
c5ad026a
MK
11842 * maint.c (_initialize_maint_cmds): Add missing \ in
11843 string-literal.
11844
a1a5b71e 11845For older changes see ChangeLog-2001
c906108c
SS
11846\f
11847Local Variables:
11848mode: change-log
11849left-margin: 8
11850fill-column: 74
11851version-control: never
11852End:
This page took 0.830124 seconds and 4 git commands to generate.