2002-10-08 Petr Sorfa <petrs@caldera.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
57349743
JB
12002-10-08 Petr Sorfa <petrs@caldera.com>
2
3 Revised and re-submitted by John Wolfe <jlw@caldera.com>
4
5 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
6 so we can work on more than one compilation unit at a time. This
7 helps prepare GDB to handle inter-CU die references.
8 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
9 the code to be defined before struct comp_unit_head.
10 (comp_unit_head): Added new members - offset, cu_head,
11 begin_die, next and dwarf2_abbrevs.
12 (dwarf2_abbrevs): Removed single static var; now member of
13 struct comp_unit_head.
14 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
15 members.
16 (psymtab_to_symtab_1): Changed to work with the new
17 struct comp_unit_head.
18 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
19 constructs the dwarf2_abbrevs[] inside the cu_header.
20 (dwarf2_empty_abbrev_table): Now expects a ptr to a
21 dwarf2_abbrev table to clean up.
22 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
23 handling of dwarf2_abbrevs inside the cu_header.
24 (read_partial_die): Now supports the call to the new
25 dwarf2_lookup_abbrev.
26 (read_full_die): Now supports the call to the new
27 dwarf2_lookup_abbrev.
28
4092aadb
CF
292002-10-06 Christopher Faylor <cgf@redhat.com>
30
31 * Makefile.in (install-gdbtk): Add missing continuation backslash to
32 insure that shell variables, such as "transformed_name" are propagated
33 to later shell statements in rule.
34
af0b2512
MK
352002-10-06 Mark Kettenis <kettenis@gnu.org>
36
37 * config/i386/nm-i386sco.h: Add protection against
38 multiple-inclusion. Include "i386/nm-i386v.h".
39 (REGISTER_U_ADDR): Remove define.
40 (i386_register_u_addr): Remove prototype.
41
d6020d45
MS
422002-10-04 Michael Snyder <msnyder@redhat.com>
43
44 * m32r-stub.c (handle_exception): Make sure exception is "trap"
45 before treating it as a single-step event.
46
7248f48e
AF
472002-10-03 Adam Fedor <fedor@gnu.org>
48
49 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
50 (objc_demangle): Remove assignment in if statements, Replace
51 free with xfree.
52 (add_msglist): Likewise.
53 (end_msglist): Likewise.
54 (complare_selectors): Likewise.
55 (selectors_info): Likewise.
56 (compare_classes): Likewise.
57 (classes_info): Likewise.
58 (print_object_command): Likewise.
59 (find_objc_msgcall_submethod): Replace PTR with void *.
60 * objc-lang.h: Remove check for __STDC__.
61
52c6a6ac
JJ
622002-10-03 Jeff Johnston <jjohnstn@redhat.com>
63
64 * ui-out.h (ui_out_field_fmt_int): New prototype.
65 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
66 of field width and alignment.
67 * stack.c (print_frame_info_base): When printing frame level, use
68 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
69 PR gdb/192
70
7e3cec17
JJ
712002-10-03 Jeff Johnston <jjohnstn@redhat.com>
72
73 * MAINTAINERS: Add self to Write After Approval list.
74
a58dd373
EZ
752002-10-02 Elena Zannoni <ezannoni@redhat.com>
76
77 * infcmd.c (interrupt_target_command_wrapper): Delete.
78 (interrupt_target_command): Make non static.
79 (nofp_registers_info): Make static.
80 * stack.c (return_command_wrapper): Delete.
81 (return_command): Make non static.
82
cee6ddeb
EZ
832002-10-02 Elena Zannoni <ezannoni@redhat.com>
84
85 * event-top.c (gdb_setup_readline): New function. Code moved from
86 _initialize_event_loop().
87 (_initialize_event_loop): Call gdb_setup_readline().
88
c4ed33b9
AC
892002-10-02 Andrew Cagney <ac131313@redhat.com>
90
91 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
92 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
93 * gdbarch.h, gdbarch.c: Re-generate.
94
cef4f5dd
DJ
952002-10-02 Daniel Jacobowitz <drow@mvista.com>
96
97 Fix PR gdb/778
98 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
99 before recursing.
100 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
101 of fill_in_vptr_fieldno.
102
36dc181b 1032002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 104
36dc181b
EZ
105 * inferior.h (registers_info, stepi_command, nexti_command,
106 continue_command, interrupt_target_command): Export from infcmd.c.
107 * frame.h (args_info, selected_frame_level_changed_hook,
108 return_command): Export from stack.c.
109 * v850ice.c (stepi_command, nexti_command, continue_command): use
110 prototypes from inferior.h.
111 * tracepoint.c (registers_info, args_info, locals_info): Use
112 prototypes from frame.h and inferior.h.
113 * Makefile.in (mi-main.o): Add dependency on frame.h.
114
6f99cb26
AC
1152002-10-02 Andrew Cagney <ac131313@redhat.com>
116
da3eff49
AC
117 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
118 value in register 3 adjusted by ppc_gp0_regnum.
119
6f99cb26
AC
120 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
121
da615bee
MM
1222002-10-02 Marko Mlinar <markom@opencores.org>
123
124 * MAINTAINERS: Add myself to the Write After Approval list.
125
d154bee2
AO
1262002-10-01 Alexandre Oliva <aoliva@redhat.com>
127
62a49b2c
AO
128 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
129 of the section for the N64 ABI, fixed.
130
d154bee2
AO
131 * config/mips/tm-irix6.h: Include solib.h.
132
ed348acc
EZ
1332002-10-01 Elena Zannoni <ezannoni@redhat.com>
134
135 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
136 GNU operators.
137
da0f9dcd
AC
1382002-10-01 Andrew Cagney <ac131313@redhat.com>
139
140 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
141 and that "mi0" syntax has been removed.
142
bdf64bac
DC
1432002-09-30 David Carlton <carlton@math.stanford.edu>
144
145 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
146 * ppc-sysv-tdep.c: #include "gdb_string.h".
147 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
148 pacify GCC.
149
54c2a1e6
AC
1502002-10-01 Andrew Cagney <ac131313@redhat.com>
151
152 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
153 "vrsave"'s register number.
154
cedea778
AC
1552002-09-30 Andrew Cagney <ac131313@redhat.com>
156
157 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
158 use frame_unwind_signed_register to obtain the PC.
159 (mips_frame_chain): Handle a generic dummy frame.
160 (mips_init_extra_frame_info): When a generic dummy frame, don't
161 re-compute the frame base.
162 (mips_pop_frame): Handle generic dummy frames.
163 (mips_gdbarch_init): When generic dummy frames, set
164 use_generic_dummy_frames, push_dummy_frame to
165 generic_push_dummy_frame, pc_in_call_dummy to
166 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
167 generic_save_dummy_frame_tos.
168
68315eb8
AC
1692002-09-30 Andrew Cagney <ac131313@redhat.com>
170
171 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
172 against TOP when TOP was explictly set.
173 (generic_push_dummy_frame): Set TOP to zero.
174
3b8630c3
EZ
1752002-09-30 Elena Zannoni <ezannoni@redhat.com>
176
177 * event-loop.c (start_event_loop): Rename variable 'result' to
178 'gdb_result', to avoid conflicts with upcoming intepreters changes.
179
28ee05e9
KS
1802002-09-30 Keith Seitz <keiths@redhat.com>
181
182 * gdb-events.sh (selected_thread_changed): New event.
183 * gdb-events.c: Regenerated.
184 * gdb-events.h: Regenerated.
185
6eecb1c8
HPN
1862002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
187
188 * MAINTAINERS: Add self to Write After Approval list.
189
92df71f0
FN
1902002-09-30 Fernando Nasser <fnasser@redhat.com>
191
3b8630c3
EZ
192 * disasm.c: New file.
193 * disasm.h: New file.
92df71f0
FN
194 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
195 (compare_lines): Ditto.
196 (dump_insns): Ditto.
3b8630c3
EZ
197 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
198 argument.
92df71f0 199 (do_assembly_only): Ditto.
3b8630c3
EZ
200 (do_disassembly): Renamed to gdb_disassembly and moved to
201 disasm.c. Sdded uiout argument.
202 * Makefile.in: Add new files. Reorder SFILES list. Update
203 dependencies. Include libgdb.a later in the insight executable.
92df71f0 204
0c22854d
AC
2052002-09-29 Andrew Cagney <ac131313@redhat.com>
206
207 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
208 bfd/elf64-alpha-fbsd.c.
209
e67f2023
AC
2102002-09-29 Andrew Cagney <ac131313@redhat.com>
211
212 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
213 i386gnu-tdep.c.
214
89396210
AC
2152002-09-29 Andrew Cagney <ac131313@redhat.com>
216
217 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
218 __FUNCTION__.
219 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
220 function name.
221 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
222 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
223 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
224 (S_msg_sig_post_reply): Ditto.
225
7079c36c
CV
2262002-09-28 Corinna Vinschen <vinschen@redhat.com>
227
89396210
AC
228 * sh-tdep.c (sh_use_struct_convention): Use definition according
229 to ABI.
7079c36c
CV
230 (sh_push_arguments): Store in register with correct endianess.
231 (sh_default_store_return_value): Ditto.
232 (sh_gdbarch_init): Set sizeof long double to 8.
233
975ac915
MK
2342002-09-27 Mark Kettenis <kettenis@gnu.org>
235
236 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
237 Fix some whitespace problems.
238
9bbe19fb
DC
2392002-09-27 David Carlton <carlton@math.stanford.edu>
240
241 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
242 (mcore-tdep.o): Ditto.
243 (ns32k-tdep.o): Ditto.
244 (ns32knbsd-tdep.o): Ditto.
245 (sh3-rom.o): Ditto.
246 (vax-tdep.o): Ditto.
247 * cris-tdep.c: #include "gdb_string.h"
248 * mcore-tdep.c: Ditto.
249 * ns32k-tdep.c: Ditto.
250 * ns32knbsd-tdep.c: Ditto.
251 * sh3-rom.c: Ditto.
252 * vax-tdep.c: Ditto.
253
43b2fdc7
DC
2542002-09-27 David Carlton <carlton@math.stanford.edu>
255
256 * config/djgpp/fnchange.lst: Add entries for
257 gdb/testsuite/gdb.c++/m-static files.
258
e8cfbbd9
JW
2592002-09-27 Jim Wilson <wilson@redhat.com>
260
261 * MAINTAINERS: Add myself to the Write After Approval list.
262
43b2fdc7 2632002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
264
265 * mips-tdep.c (find_proc_desc): Initialize startaddr.
266
267
9f3b7f07
AC
2682002-09-26 Andrew Cagney <ac131313@redhat.com>
269
270 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
271 frame.
272
11269d7e
AC
2732002-09-26 Andrew Cagney <ac131313@redhat.com>
274
275 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
276 (rs6000_struct_return_address): Delete variable.
277 (rs6000_store_struct_return): Update.
278 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
279 deprecated_extract_struct_value_address.
280 (rs6000_frame_align): New function.
281 (rs6000_gdbarch_init): Set frame_align.
282
f15ab4a7
AC
2832002-09-26 Andrew Cagney <ac131313@redhat.com>
284
285 From Grace Sainsbury <graces@redhat.com>:
286 * Makefile.in (gdbtk-main.o): New target.
287 (gdb.o): New target.
288 (main_h): Define.
289 (main.o): Update dependencies.
290 (gdb$(EXEEXT)): Add gdb.o.
291 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
292 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
293 (SUBDIR_GDBTK_CLEAN): Set.
294 (install-gdbtk): Install the insight binary.
295 (uninstall-gdbtk): New target.
296 (all-gdbtk, clean-gdbtk): New rule.
297 * top.c (use_windows): Default to zero.
298 * main.c: Include "main.h".
299 (main): Delete.
300 (struct captured_main_args): Delete.
301 (gdb_main): New function.
302 * main.h: New file.
303 * gdb.c: New File.
304
e36180d7
AC
3052002-09-25 Andrew Cagney <cagney@redhat.com>
306
307 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
308 (frame_map_regnum_to_name): New function.
309 (frame_map_name_to_regnum): New function.
310 * frame.h (frame_map_name_to_regnum): Declare.
311 (frame_map_regnum_to_name): Declare.
312 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
313 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
314 * parse.c: Do not include "builtin-regs.h".
315 (target_map_name_to_register): Delete function.
316 (write_dollar_variable): Use frame_map_name_to_regnum.
317 * parser-defs.h (target_map_name_to_register): Delete declaration.
318 * expprint.c: Include "frame.h".
319 (print_subexp): Use frame_map_regnum_to_name.
320 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
321 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
322
8b69000d
AC
3232002-09-25 Andrew Cagney <ac131313@redhat.com>
324
325 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
326 wasn't saved, and the next innermost frame is a dummy, return the
327 dummy frame's link register.
328
046ca86a
JB
3292002-09-24 Jim Blandy <jimb@redhat.com>
330
331 Fix from Paul Breed:
332 * main.c (captured_main): Add a `break' after the case for 'b'.
333
94b66fa7
KS
3342002-09-24 Keith Seitz <keiths@redhat.com>
335
336 * varobj.c (c_type_of_child): Use get_target_type instead
337 of TYPE_TARGET_TYPE.
338
c214a6fd
FN
3392002-09-22 Fernando Nasser <fnasser@redhat.com>
340
53cb0458
FN
341 * source.c (get_current_or_default_source_symtab_and_line): Remove
342 function.
343 (set_default_source_symtab_and_line): New function. Attempts to
344 determine a source file to list lines from if one is not currently
345 defined.
346 (get_current_source_symtab_and_line): Initialize sal.pc and
347 sal.end fields.
348 (set_current_source_symtab_and_line): Mark argument as const.
349 * source.h: Update declarations and comments.
350 * linespec.c (decode_line_1): Replace call to removed routine above.
351 * stack.c (print_frame_info_base): Ditto.
352 * cli/cli-cmds.c (edit_command): Ditto.
353 (list_command): Ditto.
354
3552002-09-22 Fernando Nasser <fnasser@redhat.com>
356
d6020d45 357 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 358 sal.pc and sal.end fields.
c214a6fd
FN
359 (get_current_or_default_source_symtab_and_line): Ditto.
360 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
361 so we do not cause a new source symtab to be searched for (reverting an
362 unintentional change from the 2002-09-20 patch).
363 * scm-lang.c (scm_unpac): Ditto.
364
cc3b68a5
AC
3652002-09-21 Andrew Cagney <cagney@redhat.com>
366
367 * complaints.c (symfile_explanations): Remove new-line from
368 ``isolated_message''.
369 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
370 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
371
5835abe7
NC
3722002-09-20 Nick Clifton <nickc@redhat.com>
373
374 * NEWS: Announce that V850EA ISA is no longer supported.
375 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
376
a15ef5f5
DC
3772002-09-20 David Carlton <carlton@math.stanford.edu>
378
06ba1b39
DC
379 * Makefile.in (c-lang.o): Correct dependencies.
380 (utils.o): Gather dependencies.
381 (charset.o): Move.
a15ef5f5
DC
382 * c-lang.c: #include "gdb_string.h"
383
87885426
FN
3842002-09-20 Fernando Nasser <fnasser@redhat.com>
385
386 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
387 * cli/cli-cmds.c (list_command): New function. Implements the new
388 cli edit command.
389 (_init_cli_cmds): Add new command definition.
390 * gdb.1: Document edit command.
391 * doc/gdb.texinfo: Document edit command.
392
3932002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
394
395 * source.c: Make global variables current_source_symtab and
396 current_source_line static.
397 (list_command): Moved to cli/cli-cmds.c.
398 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
399 (get_first_line_listed): New accessor function.
400 (get_lines_to_list): New accessor function.
401 (get_current_source_symtab_and_line): New function. Retrieves the
402 position in the source code that we consider current.
403 (get_current_or_default_source_symtab_and_line): New function.
404 Like the above but attempts to determine a default position if one
405 is not currently defined.
406 (set_current_source_symtab_and_line): New function. Sets the source
407 code position considered current and returns the previously set one.
408 (clear_current_source_symtab_and_line): Reset stored information about
409 a current source line.
410 (_initialize_source): Remove registration for the "list" command and
411 its alias.
412 * source.h: Add declarations for the new functions above.
413 * symtab.h: Remove declarations for the global variables mentioned
414 above.
415 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
416 obtain current source line.
417 * linespec.c (decode_line_1): Ditto.
418 * macroscope.c (default_macro_scope): Ditto.
419 * scm-lang.c (scm_unpac): Ditto.
420 * stack.c (print_frame_info_base): Ditto.
421 * symfile.c (clear_symtab_users): Ditto.
422 * symtab.c (decode_line_spec): Ditto.
423 * cli/cli-cmds.c (list_command): Moved here from source.c.
424 (ambiguous_line_spec): Moved here from source.c.
425 (_init_cli_cmds): Add definition for "list" and its alias.
426 * Makefile.in: Update dependencies.
427
ddd216ea
CV
4282002-09-20 Corinna Vinschen <vinschen@redhat.com>
429
430 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
431 with what gcc thinks is correct.
432
6d305052
CV
4332002-09-20 Corinna Vinschen <vinschen@redhat.com>
434
435 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
436 multiple register push instruction.
437
234b45d4
KB
4382002-09-19 Jim Blandy <jimb@redhat.com>
439
440 Add support for distinct host and target character sets.
441 * charset.c, charset.h: New files.
442 * c-exp.y: #include "charset.h".
443 (yylex): Convert character and string literals to the target
444 character set, before returning them as the semantic value of the
445 token.
446 * c-lang.c: #include "charset.h".
447 (c_emit_char): Use charset-specific methods to recognize
448 characters with backslash escape forms, to decide which characters
449 to print literally and which to print using numeric escape
450 sequences, and to convert target characters to host characters
451 before printing.
452 * utils.c: #include "charset.h".
453 (no_control_char_error): New function.
454 (parse_escape): Use charset-specific methods to recognize
455 backslash escapes, parse `control character' notation, and convert
456 characters from the host character set to the target character set.
457 * configure.in: Set the default host character set.
458 Check where to find iconv, and what its argument types might be.
459 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
460 * Makefile.in (SFILES): List charset.c.
461 (COMMON_OBS): List charset.o.
462 (charset.o): New rule.
463 (charset_h): New header dependency variable.
464 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
465 (LIBICONV): New variable, set by configure.
466 (CLIBS): Include $(LIBICONV) here.
467 * aclocal.m4, config.in, configure: Regenerated.
468
525d6a61
JB
4692002-09-19 Joel Brobecker <brobecker@gnat.com>
470
471 * ada-exp.y: Add missing semicolons to end rules. Fixes a
472 bison 1.35 warning.
473
3ed93867
RE
4742002-09-19 Richard Earnshaw <rearnsha@arm.com>
475
476 * gdb_mbuild.sh: New file.
477
437666f8
AC
4782002-09-19 Andrew Cagney <ac131313@redhat.com>
479
480 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
481
389e51db
AC
4822002-09-18 Andrew Cagney <ac131313@redhat.com>
483
484 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
485 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
486 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
487 valops.c, value.h: Revert previous change.
488
3b4efeaa
MS
4892002-09-18 Michael Snyder <msnyder@redhat.com>
490
491 Preliminary support for Objective-C:
492 * defs.h (language_objc): New enum value.
493 (puts_filtered_tabular): Declaration only, exported from utils.c.
494 (skip_quoted): Delete, declared in completer.h.
495 * c-exp.y: Include completer.h.
496 * p-exp.y: Ditto.
497 * jv-exp.y: Ditto.
498 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
499 New operator enum values.
500 * language.h (CAST_IS_CONVERSION): Test for language_objc.
501 * language.c (binop_result_type): Handle language_objc case.
502 (integral_type, character_type, string_type, boolean_type,
503 structured_type, binop_type_check): Ditto.
504 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
505 (struct objc_specific): Add to general_symbol_info.
506 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
507 (SYMBOL_DEMANGLED_NAME): Handle objc case.
508 * parser-defs.h (struct objc_class_str): New struct type.
509 (start_msglist, end_msglist, add_msglist): Declaration only,
510 exported from objc-lang.c.
511 * value.h (value_of_local, value_nsstring,
512 call_function_by_hand_expecting_type): Exported from valops.c.
513 * valops.c (find_function_addr): Export.
514 (call_function_by_hand_expecting_type): New function.
515 (value_of_local): New function.
516 * symfile.c (init_filename_language_table): Add ".m" extension
517 for Objective-C.
518 * utils.c (puts_filtered_tabular): New function.
519 (fprintf_symbol_filtered): Add objc demangling support (disabled).
520 (set/show demangle): Extend help-string to refer to ObjC.
521 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
522 * stabsread.c (symbol_reference_defined): Objective-C symbols
523 may contain colons: make allowances when scanning stabs strings
524 for colons.
525 (objc_find_colon): New function.
526 * printcmd.c (address_info): If language == objc then print
527 "self" instead of "this".
528 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
529 OP_NSSTRING, and OP_SELF.
530 (prefixify_subexp): Ditto.
531 * source.c (print_source_lines): Mention objc in comment.
532 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
533 method names.
534
b9caf505
AC
5352002-09-18 Andrew Cagney <ac131313@redhat.com>
536
537 * complaints.h: Update copyright.
538 (struct complaints): Declare.
539 (struct complaint): Make `message' constant.
540 (internal_complaint): Declare.
541 (complaint): Declare.
542 (complaint_root): Delete declaration.
543 (symfile_complaints): Delete declaration.
544 (struct complaints): Add opaque declaration.
545 (clear_complaints): Add a complaints parameter.
546 * complaints.c: Update copyright.
547 (enum complaint_series): Define.
548 (complaint_root): Delete.
549 (struct complaints): Define.
550 (complaint_sentinel, symfile_complaint_book): New variables.
551 (symfile_explanations, symfile_complaints): New variables.
552 New variables.
553 (get_complaints): New function.
554 (vcomplaint): New function.
555 (complaint): New function.
556 (internal_complaint): New function.
557 (complain): Call vcomplain with symfile_complaint.
558 (clear_complaints): Rewrite.
559 (_initialize_complaints): Use add_setshow_command.
560 * Makefile.in (complaints.o): Update dependencies.
561 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
562 to call to clear_complaints.
563 (new_symfile_objfile, reread_symbols): Ditto.
564 (oldsyms_complaint): Delete.
565 (empty_symtab_complaint, unknown_option_complaint): Delete.
566 (free_named_symtabs): Use complaint instead of complain.
567
d2e6263c
MS
5682002-09-18 Michael Snyder <msnyder@redhat.com>
569
5fb2031a
AC
570 Contributed by Apple Computer, Inc. Merged with current sources
571 by Adam Fedor <fedor@doc.com> [cagney].
572
d2e6263c
MS
573 * objc-lang.c: First clean-up round: comments, indentation.
574 * objc-lang.h: Ditto.
575 * objc-lang.y: Ditto.
576
dec43320
AC
5772002-09-18 Andrew Cagney <ac131313@redhat.com>
578
579 * maint.c (maintenance_internal_error): Print the parameter as the
580 error message.
581 (maintenance_internal_warning): New function.
582 (_initialize_maint_cmds): Add command `maint internal-warning'.
583
584 * defs.h (internal_warning, internal_vwarning): Declare.
585 * utils.c (struct internal_problem): Define.
586 (internal_vproblem): New function.
587 (internal_warning): New function.
588 (internal_vwarning): New function.
589 (internal_warning_problem, internal_error_problem): New variables.
590 (internal_verror): Just call internal_vproblem.
591
b81654f1
MS
5922002-09-18 Michael Snyder <msnyder@redhat.com>
593
594 * objc-lang.c: New file, support for Objective-C.
595 Preliminary check-in, not yet integrated into gdb.
596 * objc-lang.h: New file.
597 * objc-exp.y: New file.
598
0542c381
AC
5992002-09-18 Andrew Cagney <ac131313@redhat.com>
600
7bda5e4a
AC
601 * infrun.c (signal_stop_update): Convert definition to ISO C.
602 (signal_print_update): Ditto.
603 (signal_pass_update): Ditto.
604 * inflow.c (terminal_save_ours): Ditto.
605
5247b418
AC
606 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
607 comments.
608
fc60962c
AC
609 * config/djgpp/fnchange.lst: Handle name clashes between
610 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
611 bfd/coff-tic80.c.
612
0542c381
AC
613 * i386-linux-tdep.h: Fix tipo.
614
5b924b9b
AF
6152002-09-18 Adam Fedor <fedor@gnu.org>
616
617 * MAINTAINERS: Add myself to the Write After Approval list.
618
5afc051b
JB
6192002-09-18 Jim Blandy <jimb@redhat.com>
620
621 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
622 texthigh and textlow to reader-specific structs caused
623 objfile_relocate to miss them. This is fixable, but the work that
624 the change was supposed to prepare GDB for never got done anyway.
625
eb944380
DC
6262002-09-18 David Carlton <carlton@math.stanford.edu>
627
628 * MAINTAINERS: Alphabetize Write After Approval list.
629
948e66d9
DJ
6302002-09-18 Daniel Jacobowitz <drow@mvista.com>
631
632 Fix PR gdb/709
633 * values.c (value_static_field): Call read_var_value.
634
dc604539
AC
6352002-09-18 Andrew Cagney <ac131313@redhat.com>
636
637 * valops.c (hand_function_call): Align the initial stack pointer
638 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
639 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
640 return value.
641 * mips-tdep.c (mips_frame_align): New function.
642 (mips_gdbarch_init): Set frame_align.
643 * gdbarch.sh (FRAME_ALIGN): New method.
644 * gdbarch.h, gdbarch.c: Re-generate.
645
cb7e422f
ML
6462002-09-18 Michal Ludvig <mludvig@suse.cz>
647
648 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
649 registers.
650
a094c6fb
AC
6512002-09-17 Andrew Cagney <ac131313@redhat.com>
652
653 * NEWS: Mention that MIPS $fp behavior changed.
654 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
655 reference to FP_REGNUM.
656 (mipsnbsd_cannot_store_register): Ditto.
657 * mips-linux-nat.c: Update copyright.
658 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
659 (mips_linux_cannot_store_register): Ditto.
660 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
661 * config/mips/tm-mips.h: Update copyright.
662 (FP_REGNUM): Delete macro.
663 (MIPS_REGISTER_NAMES): Replace "fp" with "".
664 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
665 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
666 (mips_r3041_reg_names, mips_r3051_reg_names)
667 (mips_r3081_reg_names): Replace "fp" with "".
668 Fix PR gdb/480.
669
45cf40d1
TR
6702002-09-17 Theodore A. Roth <troth@verinet.com>
671
672 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
673 generic_read_register_dummy() (PR gdb/703).
674 (avr_push_return_address): #if 0 out unused vars.
675 (avr_gdbarch_init): Enable use of avr_push_return_address().
676
c7e701b5
MS
6772002-09-17 Michael Snyder <msnyder@redhat.com>
678
d76ba2a5 679 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
680 RTE will take care of it.
681
20bcf01c
AC
6822002-09-17 Andrew Cagney <ac131313@redhat.com>
683
684 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
685 invalid, return SP_REGNUM.
686
009a9971 6872002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
688
689 * mips-tdep.c (mips_pop_frame): Read saved values of floating
690 point registers without sign extension.
691
135c175f
AC
6922002-09-17 Andrew Cagney <cagney@redhat.com>
693
694 * blockframe.c (deprecated_read_register_dummy): Rename
695 generic_read_register_dummy.
696 * frame.c (frame_unwind_signed_register): New function.
697 (frame_unwind_unsigned_register): New function.
698 * frame.h (frame_unwind_signed_register): Declare.
699 (frame_unwind_unsigned_register): Declare.
700 (deprecated_read_register_dummy): Rename
701 generic_read_register_dummy.
702
703 * h8300-tdep.c (h8300_frame_chain): Update.
704 (h8300_frame_saved_pc): Update.
705 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
706 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
707 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
708 (s390_frame_chain): Update.
709 * v850-tdep.c (v850_find_callers_reg): Update.
710 (v850_frame_saved_pc): Update.
711 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
712 (m32r_find_callers_reg): Update.
713 (m32r_frame_saved_pc): Update.
714 * sh-tdep.c (sh_find_callers_reg): Update.
715 (sh64_get_saved_pr): Update.
716 (sh_init_extra_frame_info): Update.
717 (sh_init_extra_frame_info): Update.
718 (sh64_init_extra_frame_info): Update.
719 (sh64_init_extra_frame_info): Update.
720 * mcore-tdep.c (mcore_find_callers_reg): Update.
721 (mcore_frame_saved_pc): Update.
722 (mcore_init_extra_frame_info): Update.
723 * i386-tdep.c (i386_frame_saved_pc): Update.
724 * ia64-tdep.c (ia64_frame_saved_pc): Update.
725 (ia64_init_extra_frame_info): Update.
726 (ia64_init_extra_frame_info): Update.
727 * d10v-tdep.c (d10v_frame_saved_pc): Update.
728 * cris-tdep.c (cris_init_extra_frame_info): Update.
729 * avr-tdep.c (avr_frame_chain): Update.
730 (avr_init_extra_frame_info): Update.
731 (avr_frame_saved_pc): Update.
732 * arm-tdep.c (arm_find_callers_reg): Update.
733 (arm_init_extra_frame_info): Update.
734 (arm_frame_saved_pc): Update.
735
a741e514
TT
7362002-09-17 Tom Tromey <tromey@redhat.com>
737
738 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
739 is "'".
740
d1a8e808
CV
7412002-09-17 Corinna Vinschen <vinschen@redhat.com>
742
743 * MAINTAINERS: Remove "non multi-arched" text from h8300.
744 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
745 NEXT_PROLOGUE_INSN.
746 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
747 NEXT_PROLOGUE_INSN.
748
d9025a18
JB
7492002-09-16 Joel Brobecker <brobecker@gnat.com>
750
751 * osfsolib.c: Remove file, replaced by solib-osf.c.
752 * Makefile.in: Remove compilation rules for osfsolib.c.
753
1b2ef1b6
DC
7542002-09-16 David Carlton <carlton@math.stanford.edu>
755
756 * cp-valprint.c (cp_print_class_method): Correct args to
757 check_stub_method_group.
758
928e48af
CV
7592002-09-16 Corinna Vinschen <vinschen@redhat.com>
760
761 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
762 `set architecture'. Unify naming convention of functions.
763 (h8300_skip_prologue): Improve prologue analysis.
764 (h8300_push_arguments): Rewritten to more closely match GCC's
765 bizarre argument-passing behavior, along with the comment describing
766 said behavior.
767 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
768 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
769 sim, remote-e7000.c, remote-hms.c and remote.c
770
5e3397bb
MK
7712002-09-15 Mark Kettenis <kettenis@gnu.org>
772
773 * i386-tdep.c (gdb_print_insn_i386): Removed.
774 (i386_print_insn): New function.
775 (i386_gdbarch_init): Set print_insn to i386_print_insns.
776 (_initialize_i386_tdep): Don't initialize tm_print_insn and
777 tm_print_insn_info.
778
f710f4fc
MK
7792002-09-14 Mark Kettenis <kettenis@gnu.org>
780
781 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
782 zero.
783
db54fef4
CV
7842002-09-14 Corinna Vinschen <vinschen@redhat.com>
785
786 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
787 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
788 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
789
2becadee
CF
7902002-09-13 Christopher Faylor <cgf@redhat.com>
791
792 * win32-nat.c (child_create_inferior): Honor 'tty' command.
793
de17c821
DJ
7942002-09-13 Daniel Jacobowitz <drow@mvista.com>
795
796 * gdbtypes.c (check_stub_method): Make static.
797 (check_stub_method_group): New function.
798 * gdbtypes.h: Update prototypes.
799 * cp-support.c: New file.
800 * cp-support.h: New file.
801
802 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
803 (update_method_name_from_physname): New function.
804 (read_member_functions): Correct method names for operators
805 and v3 constructors/destructors. Separate v2 constructors and
806 destructors.
807 * Makefile.in (stabsread.o): Update dependencies.
808 (SFILES): Add cp-support.c.
809 (COMMON_OBS): Add cp-support.o.
810 (cp_support_h, cp-support.o): Add.
811
812 * cp-valprint.c (cp_print_class_method): Call
813 check_stub_method_group instead of check_stub_method. Remove
814 extraneous QUITs.
815 * p-valprint.c (pascal_object_print_class_method): Likewise.
816 * valops.c (search_struct_method): Likewise.
817 (find_method_list, value_struct_elt_for_reference): Likewise.
818
e76cff22
AC
8192002-09-13 Andrew Cagney <cagney@redhat.com>
820
821 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
822 * gdbarch.h, gdbarch.c: Regenerate.
823
905abb3f
AC
8242002-09-13 Andrew Cagney <ac131313@redhat.com>
825
826 * frame.c (find_saved_register): Delete function.
827 * frame.h (find_saved_register): Delete declaration.
828 Fix PR gdb/631.
829
64159455
AC
830Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
831
832 * mips-tdep.c (read_next_frame_reg): Re-hack using
833 frame_register_unwind.
834
795e1e11
AC
835Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
836
837 * mips-tdep.c (mips_get_saved_register): Re-hack using
838 frame_register_unwind.
839
5720643c
JB
8402002-09-12 Joel Brobecker <brobecker@gnat.com>
841
842 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
843 vector. Will be useful for Interix.
844 * gdbarch.h, gdbarch.c: Regenerate.
845
846 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
847 name of the malloc function by NAME_OF_MALLOC.
848
3bada2a2
JB
8492002-09-12 Joel Brobecker <brobecker@gnat.com>
850
851 * value.h (find_function_in_inferior): Add const keyword to
852 one of the parameters. Allows us to invoke this function with
853 a const char *.
854 * valops.c (find_function_in_inferior): Likewise.
855
3db26b01
JB
8562002-09-12 Joel Brobecker <brobecker@gnat.com>
857
858 * exec.c (xfer_memory): Fix compilation warning with old versions
859 of GCC.
860 * tracepoint.c (trace_find_tracepoint_command): Likewise.
861
17c5ed2c
DC
8622002-09-12 David Carlton <carlton@math.stanford.edu>
863
864 * symtab.h: Run through gdb_indent.h.
865 Add 2002 to Copyright year list.
866
ecd1107e
AM
8672002-09-12 Alan Modra <amodra@bigpond.net.au>
868
869 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
870 mach constants.
871 * MAINTAINERS: Add myself to write after approval list.
872
e64f66d1
JB
8732002-09-11 J. Brobecker <brobecker@gnat.com>
874
875 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
876
f9395794
JB
8772002-09-11 J. Brobecker <brobecker@gnat.com>
878
879 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
880 Interix.
881
1a303dec
MS
8822002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
883
884 * procfs.c (do_detach): Clear current signal, not just fault.
885 Corrects problem with breakpoint trap signal leaking to detached
886 process on Tru64.
887
c0219d42
MS
8882002-09-10 Michael Snyder <msnyder@redhat.com>
889
890 * buildsym.c (finish_block): Protect against null pointer.
891
9d84ac84
AC
8922002-09-10 Andrew Cagney <cagney@redhat.com>
893
894 * infcmd.c (default_print_registers_info): Send all output to
895 ``file'' instead of ``gdb_stdout''.
896
77d8f2b4
MS
8972002-09-10 Michael Snyder <msnyder@redhat.com>
898
899 * mips-tdep.c (mips_extract_struct_value_address): Make val a
900 LONGEST, and use signed register read (addresses are sign-
901 extended for mips).
902
99656a61
SC
9032002-09-10 Stephane Carrez <stcarrez@nerim.fr>
904
905 * event-loop.c (gdb_do_one_event): Make public.
906 * event-loop.h (gdb_do_one_event): Declare.
907
da12f4d8
JL
9082002-09-10 Jeff Law <law@redhat.com>
909
910 * infttrace.c (child_resume): Simplify and rework to avoid
911 TT_PROC_CONTINUE.
912
d0aee0c4
FF
9132002-09-09 Fred Fish <fnf@intrinsity.com>
914
915 * printcmd.c (print_scalar_formatted): "len" is the number of
916 target bytes, NOT the number of target bits.
917
7cb3ec5e
EZ
9182002-09-09 Elena Zannoni <ezannoni@redhat.com>
919
920 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
921 * top.c (init_main): Set rl_terminal_name.
922
4dc81987
AS
9232002-09-08 Aidan Skinner <aidan@velvet.net>
924
925 * ada-lang.c (ada_array_bound, ada_type_match,
926 _initialize_ada_language): Fix K&R definitions.
927 * ada-tasks.c (get_current_task): Fix K&R definitions.
928 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
929
842330b4
CF
9302002-09-07 Christopher Faylor <cgf@redhat.com>
931
932 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
933 Add XP.
934
43156d82
MK
9352002-09-06 Mark Kettenis <kettenis@gnu.org>
936
66da5fd8
MK
937 * i386-tdep.c (i386_register_virtual_type,
938 i386_register_convertible, i386_register_convert_to_virtual,
939 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
940 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
941 (i386_gdbarch_init): Fix comment. Add comments on calls that set
942 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
943 Don't set push_arguments twice.
944
4b218c18
MK
945 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
946 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
947 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
948 sigtramp_end to NULL.
949 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
950 defines.
951 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
952
4cc314d5
MK
953 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
954 whitespace.
955
43156d82
MK
956 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
957 * gdbarch.h, gdbarch.c: Re-generate.
958 * blockframe.c (find_pc_sect_partial_function): Convert to use
959 SIGTRAMP_START_P predicate.
960
6672060b
MS
9612002-09-05 Michael Snyder <msnyder@redhat.com>
962
a90c3637
MS
963 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
964 generic_dummy_frame method and old method. Also distinguish
965 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 966 (arm_extract_return_value): Use new regcache method.
a90c3637 967
6672060b
MS
968 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
969 adjustment that doesn't conform to the ABI.
970 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
971 saved regcache, not from current regcache.
972
299ffc64
AC
9732002-09-05 Andrew Cagney <ac131313@redhat.com>
974
975 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
976 * README: Update.
977
a3a2ee65
JT
9782002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
979
980 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
981 if arm_apcs_32 is false.
982
2bc7eea9
AC
9832002-09-04 Andrew Cagney <ac131313@redhat.com>
984
985 GDB 5.3 branch created.
986
8a55a7c5
TR
9872002-09-03 Theodore A. Roth <troth@verinet.com>
988
989 * gdb/avr-tdep.c (avr_gdbarch_init): Use
990 generic_unwind_get_saved_register.
991
e26fb1d7
DC
9922002-09-03 David Carlton <carlton@math.stanford.edu>
993
994 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
995 argument (PR gdb/653). Update call to smash_to_method_type.
996 (read_structure_scope): Update call to dwarf2_add_member_fn.
997
30d52491
ML
9982002-09-03 Michal Ludvig <mludvig@suse.cz>
999
1000 * x86-64-linux-tdep.c: Include gdb_string.h
1001 * x86-64-linux-nat.c: Ditto.
1002
06891d83
JT
10032002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1004
1005 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1006 when YYDEBUG is set to 1.
1007 * c-exp.y: Likewise.
1008 * f-exp.y: Likewise.
1009 * jv-exp.y: Likewise.
1010 * m2-exp.y: Likewise.
1011 * p-exp.y: Likewise.
1012
7d400e77
JT
10132002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1014
1015 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1016 dependency list.
1017 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1018 solib_svr4_fetch_link_map_offsets to
1019 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1020 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1021 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1022 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1023 solib-svr4.o, and solib-legacy.o.
1024 * config/i386/tm-nbsd.h: Include solib.h.
1025
704a27c4
JT
10262002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1027
1028 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1029 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1030 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1031 comment noting that this needs its own target configuration.
1032 * config/i386/nbsd.mt: New file.
1033 * config/i386/nbsdaout.mt: Remove.
1034 * config/i386/nbsdelf.mt: Ditto.
1035 * config/i386/tm-nbsdaout.h: Ditto.
1036
d66198e1
JT
10372002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1038
1039 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1040 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1041 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1042 tdep->sigtramp_end.
1043 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1044 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1045 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1046
3cac699e
JT
10472002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1048
1049 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1050 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1051 * i386-tdep.h (i386bsd_init_abi): New prototype.
1052 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1053 function declaration.
1054 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1055 for NetBSD-a.out or NetBSD-ELF.
1056 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1057 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1058 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1059 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1060 and nbsd-tdep.h.
1061 (i386nbsd_pc_in_sigtramp): New function.
1062 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1063 i386nbsd_pc_in_sigtramp.
1064 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1065 and i386nbsdelf_init_abi OS ABI handlers.
1066 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1067 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1068
7010ca0a
MK
10692002-09-02 Mark Kettenis <kettenis@gnu.org>
1070
1071 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1072 registers if the target really has them.
1073
6dd93b72
JT
10742002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1075
1076 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1077 than nbsd-tdep.h.
1078
2ca8ae21
JT
10792002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1080
1081 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1082 list.
1083 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1084 (alphanbsd_skip_sigtramp_frame): New functions.
1085 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1086 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1087 to alphanbsd_sigcontext_addr.
1088
3d9b49b0
JT
10892002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1090
1091 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1092 list.
1093 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1094 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1095 nbsd_pc_in_sigtramp.
1096 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1097 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1098 * nbsd-tdep.c: Include gdb_string.h.
1099 (nbsd_pc_in_sigtramp): New function.
1100 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1101 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1102 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1103 ppcnbsd_pc_in_sigtramp.
1104 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1105 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1106 shnbsd_pc_in_sigtramp.
1107 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1108 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1109 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1110
c860120c
PM
11112002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1112
1113 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1114 watchpoints to NULL.
1115 (insert_breakpoints): set val field of watchpoints if NULL.
1116
1117
c7612d53
JB
11182002-08-29 Jim Blandy <jimb@redhat.com>
1119
1120 * symtab.c (lookup_symbol_aux): In the cases where we find a
1121 minimal symbol of an appropriate name and use its address to
1122 select a symtab to read and search, use `name' (as passed to us)
1123 as the demangled name when searching the symtab's global and
1124 static blocks, not the minsym's name.
1125
66609862
KS
11262002-08-29 Keith Seitz <keiths@redhat.com>
1127
1128 * stack.c (print_frame_info_base): Always set current_source_symtab
1129 and current_source_line.
1130
151fefe2
JB
11312002-08-29 Donn Terry <donnte@microsoft.com>
1132
1133 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1134
bfb3754e
KS
11352002-08-28 Keith Seitz <keiths@redhat.com>
1136
1137 * stack.c (select_frame): Add FIXME concerning selected-frame
1138 events.
1139 (select_frame_command): Send selected-frame-level-changed
1140 event notification, but only if the level actually changed.
1141 (up_silently_base): Add selected-frame-level-changed event
1142 notification.
1143 (down_silently_base): Likewise.
1144
e822a2a0
AC
11452002-08-28 Andrew Cagney <ac131313@redhat.com>
1146
1147 * Makefile.in: Update dependencies for all gdb/*.c files.
1148
309367d4
TT
11492002-08-27 Tom Tromey <tromey@redhat.com>
1150
1151 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1152 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1153 Update dependencies.
1154 * i387-tdep.c: Include gdb_string.h.
1155 * osabi.c: Likewise.
1156 * i386-linux-nat.c: Likewise.
1157 * lin-lwp.c: Likewise.
1158 * ax-gdb.c: Likewise.
1159 * signals/signals.c: Likewise.
1160 * jv-valprint.c: Likewise.
1161 * p-lang.c: Likewise.
1162 * c-valprint.c: Likewise.
1163 * cp-abi.c: Likewise.
1164
e1507482
EZ
11652002-08-27 Elena Zannoni <ezannoni@redhat.com>
1166
1167 * cli/cli-script.h (copy_command_lines): Export.
1168 * breakpoint.c: Include cli/cli-script.h.
1169 * Makefile.in (breakpoint.o): Update dependencies.
1170
c6510018
MS
11712002-08-26 Michael Snyder <msnyder@redhat.com>
1172
1173 * breakpoint.c (insert_breakpoints): Protect all references
1174 to 'process_warning'. Shorten long lines.
1175
c2b8ed2c
MS
11762002-08-26 Joel Brobecker <brobecker@gnat.com>
1177
1178 * cli/cli-script.c (copy_command_lines): New function.
1179 * defs.h (copy_command_lines): Export.
1180 * testsuite/gdb.base/commands.exp: New tests for commands
1181 attached to a temporary breakpoint, and for commands that
1182 delete the breakpoint they are attached to.
1183
11842002-08-26 Michael Snyder <msnyder@redhat.com>
1185
1186 * breakpoint.c (bpstat_stop_status): Instead of copying the
1187 pointer to the breakpoint commands struct, make a new copy
1188 of the struct and point to that.
1189 (bpstat_clear): Free the commands struct.
1190 (bpstat_clear_actions): Free the commands struct.
1191 (bpstat_do_actions): Free the command actions. Also execute
1192 the local cleanups, instead of deleting them.
1193 (delete_breakpoint): Leave the commands field of the bpstat
1194 chain alone -- it will be freed later.
1195
64b84175
KB
11962002-08-26 Kevin Buettner <kevinb@redhat.com>
1197
1198 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1199 deleted in 2002-08-20 commit. This function is still used by
1200 ppc-linux-nat.c.
1201
55970da6
KS
12022002-08-26 Keith Seitz <keiths@redhat.com>
1203
1204 * gdb-events.sh: Add selected-frame-level-changed event.
1205 * gdb-events.c: Regenerated.
1206 * gdb-events.h: Regenerated.
1207
a790ad35
SC
12082002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1209
1210 Fix PR gdb/393:
1211 * inflow.c (terminal_save_ours): New function to save terminal
1212 settings.
1213 * inferior.h (terminal_save_ours): Declare.
1214 * target.c (debug_to_terminal_save_ours): New function.
1215 (cleanup_target): Defaults to_terminal_save_ours.
1216 (update_current_target): Inherit to_terminal_save_ours.
1217 (setup_target_debug): Set to_terminal_save_ours.
1218 * target.h (target_terminal_save_ours): New to save terminal settings.
1219 (target_ops): New member to_terminal_save_ours.
1220 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1221 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1222 * inftarg.c (init_child_ops): Likewise.
1223 * m3-nat.c (init_m3_ops): Likewise.
1224 * procfs.c (init_procfs_ops): Likewise.
1225 * wince.c (init_child_ops): Likewise.
1226 * win32-nat.c (init_child_ops): Likewise.
1227 * sol-thread.c (init_sol_thread_ops): Likewise.
1228
c00dcbe9
MK
12292002-08-26 Mark Kettenis <kettenis@gnu.org>
1230
3d7f4f49
MK
1231 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1232 use regcache_* functions.
1233 (i386_gdbarch_init): Set store_return_value instead of
1234 deprecated_store_return_value.
1235
c00dcbe9
MK
1236 * regcache.c (regcache_raw_write_signed,
1237 regcache_raw_write_unsigned): New functions.
1238 * regcache.h (regcache_raw_write_signed,
1239 regcache_raw_write_unsigned): New prototypes.
1240
0e0d15ca
AC
12412002-08-25 Andrew Cagney <ac131313@redhat.com>
1242
1243 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1244 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1245 source file dependencies. Cleanup corresponding generator rules.
1246
d3b22ed5
AC
12472002-08-25 Andrew Cagney <ac131313@redhat.com>
1248
1249 * regcache.h (register_offset_hack): Declare.
1250 (regcache_cooked_read_using_offset_hack): Declare.
1251 (regcache_cooked_write_using_offset_hack): Declare.
1252
1253 * regcache.c (register_offset_hack): New function.
1254 (regcache_cooked_read_using_offset_hack): New function.
1255 (regcache_cooked_write_using_offset_hack): New function.
1256 (regcache_dump): Check that the registers, according to their
1257 offset, are packed hard against each other.
1258 (cooked_xfer_using_offset_hack): New function.
1259
bb425013
AC
12602002-08-25 Andrew Cagney <ac131313@redhat.com>
1261
1262 * regcache.c (struct regcache_descr): Add field register_type.
1263 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1264 in as a parameter
1265 (init_regcache_descr): Initialize register_type. Pass the descr
1266 to init_legacy_regcache_descr. Use register_type instead of
1267 REGISTER_VIRTUAL_TYPE.
1268 (register_type): New function.
1269 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1270 * regcache.h (register_type): Declare.
1271
d0403e00
AC
12722002-08-25 Andrew Cagney <ac131313@redhat.com>
1273
1274 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1275 instead of deprecated_store_return_value. Fix fallout from
1276 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1277
0ed04cce
AC
12782002-08-25 Andrew Cagney <ac131313@redhat.com>
1279
1280 * regcache.c (max_register_size): New function.
1281 (init_legacy_regcache_descr): Ensure that max_register_size is
1282 large enough for REGISTER_VIRTUAL_SIZE.
1283 * regcache.h (max_register_size): Declare.
1284
46d79c04
AC
12852002-08-24 Andrew Cagney <ac131313@redhat.com>
1286
1287 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1288 store_return_value.
1289 (e500_extract_return_value): Change type of valbuf pointer to
1290 void.
1291
853c7bd0
MK
12922002-08-24 Mark Kettenis <kettenis@gnu.org>
1293
cd87e769
MK
1294 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1295 workaround.
1296
853c7bd0
MK
1297 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1298 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1299 long long) to prevent compiler warning on 64-bit systems.
1300
ebba8386
AC
13012002-08-23 Andrew Cagney <cagney@redhat.com>
1302
1303 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1304 (DEPRECATED_STORE_RETURN_VALUE): New method.
1305 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1306 * gdbarch.h, gdbarch.c: Re-generate.
1307
1308 * values.c (set_return_value): Pass current_regcache to
1309 STORE_RETURN_VALUE.
1310 * arch-utils.h (legacy_store_return_value): Declare.
1311 * arch-utils.c (legacy_store_return_value): New function.
1312 (legacy_extract_return_value): Update parameters.
1313
1314 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1315 STORE_RETURN_VALUE.
1316 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1317 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1318 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1319 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1320 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1321 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1322 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1323 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1324 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1325 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1326
1327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1328 * i386-tdep.c (i386_extract_return_value): Update.
1329 * arch-utils.c (legacy_extract_return_value): Update.
1330 * frv-tdep.c (frv_gdbarch_init): Update.
1331 * cris-tdep.c (cris_gdbarch_init): Update.
1332 * d10v-tdep.c (d10v_gdbarch_init): Update.
1333 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1334 * m68k-tdep.c (m68k_gdbarch_init): Update.
1335 * mcore-tdep.c (mcore_gdbarch_init): Update.
1336 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1337 * s390-tdep.c (s390_gdbarch_init): Update.
1338 * sparc-tdep.c (sparc_gdbarch_init): Update.
1339 * sh-tdep.c (sh_gdbarch_init): Update.
1340 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1341 * v850-tdep.c (v850_gdbarch_init): Update.
1342 * avr-tdep.c (avr_gdbarch_init): Update.
1343 * ia64-tdep.c (ia64_gdbarch_init): Update.
1344 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1345 * vax-tdep.c (vax_gdbarch_init): Update.
1346 * alpha-tdep.c (alpha_gdbarch_init): Update.
1347 * arm-tdep.c (arm_gdbarch_init): Update.
1348 * mips-tdep.c (mips_gdbarch_init): Update.
1349 * i386-tdep.c (i386_gdbarch_init): Update.
1350
5bd8c6d0
AC
13512002-08-23 Andrew Cagney <ac131313@redhat.com>
1352
1353 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1354 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1355
e73e1724
MK
13562002-08-24 Mark Kettenis <kettenis@gnu.org>
1357
1358 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1359 problems.
1360
3e6564e1
JB
13612002-08-23 Joel Brobecker <brobecker@gnat.com>
1362
1363 * infrun.c (handle_inferior_event): Move a comment outside of a
1364 function call, in order to avoid indent reformatting this part
1365 of the code in an unreadable way.
1366
81d0cc19
GS
13672002-08-23 Grace Sainsbury <graces@redhat.com>
1368
1369 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1370 when breakpoints fail. Move general breakpoint error messages to
1371 insert_breakpoints.
1372 * breakpoint.c (insert_breakpoints): Change warnings when
1373 breakpoints are nto inserted to specify the type. Remove call to
1374 memory_error when hardware breakpoints can't be inserted. Remove
1375 multiple calls to warning so all messages are sent to the user at
1376 once.
1377 (delete_breakpoints): Make insert error messsages more explicit.
1378
17574093
DJ
13792002-08-23 Daniel Jacobowitz <drow@mvista.com>
1380
1381 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1382 gdbserver/ChangeLog.
1383
8acc2935
MK
13842002-08-23 Mark Kettenis <kettenis@gnu.org>
1385
dfe01d39
MK
1386 * i386-tdep.c: Include "objfiles.h".
1387 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1388 skip_trampoline_code.
1389 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1390 (CPLUS_MARKER): Define to '.'.
1391
8acc2935
MK
1392 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1393 member.
1394 (linux_corefile_thread_callback): Increase args->num_notes.
1395 (linux_make_note_section): Initialize thread_args.num_notes, and
1396 use it to determine whether notes for any threads were created.
1397
151fefe2 13982002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1399
1400 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1401 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1402 and PCUNKILL.
1403 (write_with_trace): Conditionalize out the switch branch handling
1404 PCSHOLD if the corresponding macro is not defined. Likewise for
1405 PRSABORT and PRSTOP.
1406 This change will be needed by the Interix port.
1407
e1507482
EZ
14082002-08-22 Elena Zannoni <ezannoni@redhat.com>
1409
1410 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1411 write_register wherever possible instead of manipulating the
1412 register bytes directly.
1413 Assign VALUE_CONTENTS to a variable and use that.
1414 The GPR numbers are now dependent on the architecture.
1415
96ff0de4
EZ
14162002-08-22 Elena Zannoni <ezannoni@redhat.com>
1417
1418 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1419 ev_offset fields.
1420 (skip_prologue): Add support for BookE/e500 instructions.
1421 (e500_extract_return_value): New function.
1422 (frame_get_saved_regs): Add support for saving ev registers and
1423 pseudo gpr's.
1424 (e500_store_return_value): New function.
1425 (rs6000_gdbarch_init): Move up default intializations of
1426 deprecated_extract_return_value and store_return_value. Overwrite
1427 init of store_return_value with e500 specific version.
1428 Set extract_return_value for e500.
1429
fbefca5b
EZ
14302002-08-22 Elena Zannoni <ezannoni@redhat.com>
1431
1432 * blockframe.c (generic_call_dummy_register_unwind): Use
1433 regcache_cooked_read to catch cases in which the variable is
1434 stored in a pseudo register.
1435
4d210288
AC
14362002-08-22 Andrew Cagney <cagney@redhat.com>
1437
1438 * NEWS: Mention that the i960 has been made obsolete.
1439 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1440 i960-tdep.c
1441 (remote-nrom.o): Obsolete target.
1442 (remote-nindy.o, i960-tdep.o): Ditto.
1443 * remote-nrom.c: Make file obsolete.
1444 * remote-nindy.c, remote-vx960.c: Ditto.
1445 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1446 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1447 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1448 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1449 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1450 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1451 i960-*-vxworks* obsolete.
1452 * MAINTAINERS: Note that the i960 is obsolete.
1453
6c0c456d
CV
14542002-08-21 Corinna Vinschen <vinschen@redhat.com
1455
1456 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1457 detach to allow reinitialization.
1458
9f9d12b3
AC
14592002-08-22 Andrew Cagney <ac131313@redhat.com>
1460
1461 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1462 attempt).
1463
ebeb39fe
JB
14642002-08-22 Jim Blandy <jimb@redhat.com>
1465
1466 * coffread.c (coff_symfile_read): Don't try to read the line
1467 number table from disk if the image file doesn't have a symbol
1468 table; we'll never actually look at the info anyway, and Windows
1469 ships DLL's with bogus file offsets for the line number data.
1470
5bf1c677
EZ
14712002-08-21 Elena Zannoni <ezannoni@redhat.com>
1472
1473 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1474 an e500 executable.
1475
71b8ef93
MS
14762002-08-21 Michael Snyder <msnyder@redhat.com>
1477
1478 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1479 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1480 (DEFAULT_MIPS_TYPE): Delete unused macro.
1481 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1482 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1483
d174216d
JB
14842002-08-21 Jim Blandy <jimb@redhat.com>
1485
1486 * valops.c (value_cast): Simplify and correct logic for doing a
1487 static cast from a pointer to a base class to a pointer to a
1488 derived class.
1489
0ab7a791
AC
14902002-08-21 Andrew Cagney <ac131313@redhat.com>
1491
1492 * infcmd.c (default_print_registers_info): Replace
1493 do_registers_info.
1494 (registers_info): Use gdbarch_print_registers_info instead of
1495 DO_REGISTERS_INFO.
1496 * inferior.h (default_print_registers_info): Replace
1497 do_registers_info.
1498 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1499 (DO_REGISTERS_INFO): Change to a predicate function.
1500 * gdbarch.h, gdbarch.c: Regenerate.
1501
e23792cc
KS
15022002-08-21 Keith Seitz <keiths@redhat.com>
1503
1504 * gdb-events.sh: Add target-changed event.
1505 * gdb-events.c: Regenerated.
1506 * gdb-events.c: Regenerated.
1507 * valops.c (value_assign): Add target-changed event notification
1508 to inlval_register, lval_memory, and lval_reg_frame_relative.
1509
9fb14e79
JB
15102002-08-21 Joel Brobecker <brobecker@gnat.com>
1511
1512 * NEWS: Add an entry regarding the improvement of the next/step
1513 operation on Alpha Tru64 multi-processor machines.
1514
6d39a69f
AC
15152002-08-21 Andrew Cagney <ac131313@redhat.com>
1516
72acd513
AC
1517 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1518 directores.
342af04b 1519 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1520 * Makefile.in (install-gdbtk): Move to install section.
1521 (rdi-share/libangsd.a): Move to end of file.
1522
fa5f27c7
AC
15232002-08-19 Andrew Cagney <ac131313@redhat.com>
1524
1525 * frame.c (frame_register_unwind): When a register, set addrp to
1526 the register's byte.
1527
5a89d8aa
MS
15282002-08-20 Michael Snyder <msnyder@redhat.com>
1529
1530 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1531 used locally, so move them from the target machine header to here.
1532 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1533 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1534 Make static.
1535 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1536
822e978b
AC
15372002-08-20 Andrew Cagney <cagney@redhat.com>
1538
1539 * NEWS: Mention that the Apollo line was made obsolete.
1540 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1541 m68*-hp-hpux* obsolete.
1542 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1543 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1544 * buildsym.c (make_blockvector): Make static.
1545 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1546 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1547 (ALLDEPFILES): Remove dstread.c.
1548 (dstread.o): Obsolete make rule.
1549 * dstread.c: Makefile obsolete.
1550 * dst.h: Ditto.
1551 * config/m68k/hp300hpux.mt: Ditto.
1552 * config/m68k/hp300hpux.mh: Ditto.
1553 * config/m68k/hp300bsd.mt: Ditto.
1554 * config/m68k/hp300bsd.mh: Ditto.
1555 * config/m68k/apollo68b.mt: Ditto.
1556 * config/m68k/apollo68v.mh: Ditto.
1557 * config/m68k/apollo68b.mh: Ditto.
1558
e41b17f0
MS
15592002-08-20 Michael Snyder <msnyder@redhat.com>
1560
1561 * mips-tdep.c (mips_in_return_stub): Make static.
1562 (mips_gdbarch_init): Set in_solib_return_trampoline.
1563 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1564
d50355b6
MS
15652002-08-20 Michael Snyder <msnyder@redhat.com>
1566
1567 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1568 * gdbarch.c, gdbarch.h: Regenerate.
1569 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1570 Add.
1571 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1572
757a7cc6
MS
15732002-08-20 Michael Snyder <msnyder@redhat.com>
1574
1575 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1576 (mips_gdbarch_init): Set skip_trampoline_code,
1577 in_solib_call_trampoline.
1578 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1579 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1580
c8001721
EZ
15812002-08-20 Elena Zannoni <ezannoni@redhat.com>
1582
1583 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1584
1585 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1586 vector type for ev registers.
1587 (e500_pseudo_register_read): New function.
1588 (e500_pseudo_register_write): New function.
1589 (e500_dwarf2_reg_to_regnum): New function.
1590 (PPC_UISA_NOFP_SPRS): New macro.
1591 (PPC_EV_REGS): New macro.
1592 (PPC_GPRS_PSEUDO_REGS): New macro.
1593 (registers_e500): New register set for e500.
1594 (variants): Add e500 variant.
1595 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1596 before setting architectural dependent variations. Initialize ev
1597 registers numbers. Add case for e500 architecture. Set the
1598 number of pseudo registers.
1599
64366f1c
EZ
16002002-08-20 Elena Zannoni <ezannoni@redhat.com>
1601
1602 * rs6000-tdep.c: Clean up comments.
1603
7e78f0ca
AC
16042002-08-20 Andrew Cagney <cagney@redhat.com>
1605
1606 * h8300-tdep.c: Re-indent file.
1607
697f7479
JB
16082002-08-20 Jim Blandy <jimb@redhat.com>
1609
1610 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1611 default for this.
697f7479 1612
e86ae29f
KS
16132002-08-20 Keith Seitz <keiths@redhat.com>
1614
1615 * breakpoints.c (watch_command_1): Use internal breakpoint
1616 when setting a watchpoint_scope breakpoint.
1617
216b504f
EZ
16182002-08-20 Elena Zannoni <ezannoni@redhat.com>
1619
1620 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1621 (build_builtin_type_vec64i): Ditto.
1622 (build_builtin_type_vec128): Ditto.
1623 (build_builtin_type_vec128i): Ditto.
1624
f7ab6ec6
MS
16252002-08-19 Michael Snyder <msnyder@redhat.com>
1626
1627 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1628 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1629 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1630 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1631 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1632 CALL_DUMMY_ADDRESS): Delete.
1633 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1634 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1635 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1636 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1637 push_return_address.
1638 (mips_register_raw_size, mips_eabi_use_struct_convention,
1639 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1640 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1641 mips_init_extra_frame_info, mips_eabi_push_arguments,
1642 mips_n32n64_push_arguments, mips_push_return_address,
1643 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1644 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1645
b5d1566e
MS
16462002-08-19 Michael Snyder <msnyder@redhat.com>
1647
1648 * mips-tdep.c (mips_frame_num_args): New function.
1649 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1650 frame_saved_pc, frame_args_address, frame_locals_address,
1651 frame_num_args, and frame_args_skip.
1652 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1653 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1654 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1655 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1656
2f1488ce
MS
16572002-08-20 Michael Snyder <msnyder@redhat.com>
1658
1659 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1660 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1661 * mips-tdep.c (mips_store_struct_return): New function.
1662 (mips_extract_struct_value_address): New function.
1663 (mips_gdbarch_init): Set store_struct_return and
1664 extract_struct_value_address.
1665
41ff2da1
DC
16662002-08-20 David Carlton <carlton@math.stanford.edu>
1667
1668 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1669 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1670 (read_file_scope): Check that line_header is nonzero before
1671 decoding macro information.
1672
e5451d58
MK
16732002-08-20 Mark Kettenis <kettenis@gnu.org>
1674
1675 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1676 flag the general-purpose registers as floating-point on targets
1677 that don't support the floating-point registers.
1678
4a6daafa
EZ
16792002-08-20 Elena Zannoni <ezannoni@redhat.com>
1680
1681 * rs6000-tdep.c (altivec_register_p): Delete.
1682 (rs6000_do_altivec_registers): Delete.
1683 (rs6000_altivec_registers_info): Delete.
1684 (rs6000_do_registers_info): Delete.
1685 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1686 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1687
ab4327e0
EZ
16882002-08-20 Elena Zannoni <ezannoni@redhat.com>
1689
1690 * infcmd.c (do_registers_info): Print vector registers in hex
1691 format only.
1692 (print_vector_info): Check that printing registers
1693 makes sense.
1694 (print_float_info): Ditto.
1695
cb1d2653
AC
16962002-08-20 Andrew Cagney <ac131313@redhat.com>
1697
1698 * mips-tdep.c (mips_gdbarch_init): Update.
1699 (mips_o32_extract_return_value): Rewrite.
1700 (mips_o32_store_return_value): Rewrite.
1701 (mips_o32_xfer_return_value): New function.
1702 (mips_xfer_register): Tweak debug print message. Allow for
1703 buf_offset when dumping the value transfered.
1704
dfc3d9b2
AC
17052002-08-20 Andrew Cagney <ac131313@redhat.com>
1706
1707 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1708 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1709 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1710 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1711 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1712
7807aa61
MS
17132002-08-14 Michael Snyder <msnyder@redhat.com>
1714
1715 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1716
489461e2
EZ
17172002-08-19 Elena Zannoni <ezannoni@redhat.com>
1718
1719 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1720 register.
1721 (P): New macro to define a register as a pseudo register.
1722 (R, R4, R8, R16, FR32, R64, R0): Updated.
1723 (struct variant): Add new fields for number of pseudo registers
1724 and number of total registers.
1725 (tot_num_registers): New macro replacing....
1726 (num_registers): ...deleted macro.
1727 (num_registers): New function.
1728 (num_pseudo_registers): New function.
1729 (variants): Update all variants to intialize new fields correctly.
1730 Postpone initialization of number of pseudo regs and real regs.
1731 (init_variants): New function.
1732 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1733 registers offsets.
1734
fcaffe4c
DC
17352002-08-19 David Carlton <carlton@math.stanford.edu>
1736
2c2738a0
DC
1737 * valops.c (search_struct_field): Change error message to treat
1738 return value of 0 from value_static_field as meaning that field is
1739 optimized out.
1740 (value_struct_elt_for_reference): Ditto.
1741 * values.c (value_static_field): Treat an unresolved location the
1742 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1743 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1744 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1745 * MAINTAINERS: Add self to Write After Approval list.
1746
88658117
AC
17472002-08-19 Andrew Cagney <ac131313@redhat.com>
1748
1749 * mips-tdep.c (mips_xfer_register): New function.
1750 (mips_n32n64_extract_return_value): Rewrite.
1751 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1752 instead of deprecated_extract_return_value.
1753
21283beb
EZ
17542002-08-19 Elena Zannoni <ezannoni@redhat.com>
1755
1756 * rs6000-tdep.c (TDEP): Delete macro.
1757 (branch_dest): Replace use of TDEP macro with its body.
1758 (rs6000_pop_frame): Ditto.
1759 (rs6000_push_arguments): Ditto.
1760 (rs6000_skip_trampoline_code): Ditto.
1761 (rs6000_frame_saved_pc): Ditto.
1762 (rs6000_frame_chain): Ditto.
1763 (rs6000_register_name): Ditto.
1764 (rs6000_register_byte): Ditto.
1765 (rs6000_register_raw_size): Ditto.
1766 (rs6000_register_virtual_type): Ditto.
1767 (rs6000_register_convertible): Ditto.
1768 (rs6000_convert_from_func_ptr_addr): Ditto.
1769
bf072999
DJ
17702002-08-19 Daniel Jacobowitz <drow@mvista.com>
1771
1772 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1773 conditionally.
1774 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1775 MIPS_LINUX_JB_ELEMENT_SIZE.
1776 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1777 for MAX_REGISTER_RAW_SIZE arrays.
1778 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1779 MIPS_LINUX_JB_ELEMENT_SIZE.
1780
9b949a49
PM
17812002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1782
1783 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1784
6d3e79c6
AS
17852002-08-19 Aidan Skinner <aidan@velvet.net>
1786
1787 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1788 ada-valprint.c ada-tasks.c.
1789 (YYFILES): Add ada-exp.y.
1790 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1791 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1792 (ada-exp.tab.o): New target.
1793
06c0b04e
AC
17942002-08-18 Andrew Cagney <ac131313@redhat.com>
1795
1796 * regcache.c (regcache_xfer_part): New function.
1797 (regcache_raw_read_part): New function.
1798 (regcache_raw_write_part): New function.
1799 (regcache_cooked_read_part): New function.
1800 (regcache_cooked_write_part): New function.
1801 * regcache.h (regcache_raw_read_part): Declare.
1802 (regcache_raw_write_part): Declare.
1803 (regcache_cooked_read_part): Declare.
1804 (regcache_cooked_write_part): Declare.
1805
92d1e331
DJ
18062002-08-18 Daniel Jacobowitz <drow@mvista.com>
1807
1808 * remote.c (remote_open_1): Add async_p.
1809 (remote_async_open_1): Delete.
1810 (open_remote_target): Delete.
1811 (remote_open, extended_remote_open): Update calls to remote_open_1.
1812 (remote_async_open, extended_remote_async_open): Call
1813 remote_open_1 instead of remote_async_open_1.
1814
247055de
MK
18152002-08-19 Mark Kettenis <kettenis@gnu.org>
1816
1817 * blockframe.c: Fix a few coding standard violations.
1818
641eda39
MK
18192002-08-19 Mark Kettenis <kettenis@gnu.org>
1820
0b717710
MK
1821 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1822 here from ...
1823 * config/i386/tm-i386sco5.h: ... here. File removed.
1824 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1825
26d28e12 1826 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1827 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1828 (TM_FILE): Set to tm-i386.h.
1829 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1830 * config/i386/tm-i386v.h: Remove file.
1831 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1832 instead of "i386/tm-i386v.h".
1833 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1834 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1835 "i386/tm-i386v.h".
1836 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1837 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1838 "i386/tm-i386.h".
1839
d4e0bab4
MK
18402002-08-18 Mark Kettenis <kettenis@gnu.org>
1841
1842 * config/i386/nm-i386v.h: Add protection against
1843 multiple-inclusion.
1844 (i386_register_u_addr): Remove prototype.
1845 (register_u_addr): New prototype.
1846 (REGISTER_U_ADDR): Redefine accordingly.
1847 * i386v-nat.c: Improve several comments.
1848 (i386_register_u_addr): Change signature and rename to
1849 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1850 ubase variable.
1851
46cac009
AC
18522002-08-18 Andrew Cagney <ac131313@redhat.com>
1853
1854 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1855 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1856 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1857 deprecated_extract_return_value.
1858 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1859 rename mips_o32o64_push_arguments.
1860 (mips_gdbarch_init): Update.
1861 (mips_extract_return_value): Delete.
1862 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1863 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1864 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1865 (mips_n32n64_extract_return_value): Clone
1866 mips_extract_return_value.
1867 (mips_store_return_value): Delete.
1868 (mips_o32_store_return_value): Clone mips_store_return_value.
1869 (mips_o64_store_return_value): Clone mips_store_return_value.
1870 (mips_eabi_store_return_value): Clone mips_store_return_value.
1871 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1872
d2e4a39e
AS
18732002-08-18 Aidan Skinner <aidan@velvet.net>
1874
0c30c098
AS
1875 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1876 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1877
18782002-08-18 Aidan Skinner <aidan@velvet.net>
1879
1880 * ada-lang.c: Run through gdb_indent.sh.
1881 * ada-lang.h: Run through gdb_indent.sh.
1882 * ada-tasks.c: Run through gdb_indent.sh.
1883 * ada-typeprint.c: Run through gdb_indent.sh.
1884 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1885
01fc4e33
AC
18862002-08-18 Andrew Cagney <ac131313@redhat.com>
1887
1888 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1889 ABI.
1890
d8ee244c
MK
18912002-08-18 Mark Kettenis <kettenis@gnu.org>
1892
c38d8261
MK
1893 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1894
222db64c
MK
1895 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1896 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1897
c2848c82
MK
1898 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1899 write_register_gen instead of write_register_bytes.
1900
d8ee244c
MK
1901 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1902 i[3456]-*-osf1mk* configurations have been made obsolete.
1903 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1904 i[3456]86-*-osf1mk* hosts obsolete.
1905 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1906 targets obsolete.
1907 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1908 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1909 config/i386/i386m3.mt, config/i386/nm-m3.h,
1910 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1911 config/i386/i386mk.mh, config/i386/i386mk.mt,
1912 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1913 obsolete.
1914 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1915 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1916 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1917
61d8d407
AC
19182002-08-18 Andrew Cagney <ac131313@redhat.com>
1919
1920 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1921 (hppa_value_returned_from_stack): Declare.
1922 (hppa_extract_return_value): Declare.
1923 * config/pa/hppa.mt: New file.
1924 * configure.tgt: Recognize hppa*-*-*.
1925 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1926
0c52bd59
MK
19272002-08-18 Mark Kettenis <kettenis@gnu.org>
1928
1929 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1930 comment.
1931
b5686e99
MK
19322002-08-17 Mark Kettenis <kettenis@gnu.org>
1933
1934 * top.c (gdb_rl_operate_and_get_next): Make sure
1935 operate-and-get-next functions correctly even when the history
1936 list is completely filled.
1937
c1bab85b
AC
19382002-08-18 Andrew Cagney <ac131313@redhat.com>
1939
1940 * MAINTAINERS (Target Instruction Set Architectures): Rename
1941 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1942 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1943 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1944 already listed under Host/Native.
1945
1946 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1947 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1948 mips*-*-*.
1949
32089c7c
AC
19502002-08-17 Andrew Cagney <ac131313@redhat.com>
1951
1952 * config/ia64/ia64.mt: New file.
1953 * config/alpha/alpha.mt: New file.
1954 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1955 ia64-linux-gnu. Mention that ia64-elf is broken.
1956 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1957
b4671f85
MK
19582002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1959
1960 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1961 generic_func_frame_valid instead of func_frame_valid.
1962
c8edd8b4
JB
19632002-08-16 Joel Brobecker <brobecker@gnat.com>
1964
1965 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1966 procfs appears to be broken when debugging on multi-processor
1967 machines. So enable software single stepping in order to avoid
1968 using the procfs interface to do next/step operations, using
1969 internal breakpoints instead.
1970
1971 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1972 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1973 make this pc address equal to the value it would have if the
1974 system stepping capability was used. Also set a new flag used
1975 to ensure that we don't readjust the PC one more time later.
1976
1977 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1978 address by DECR_PC_AFTER_BREAK when software single step is
1979 in use for this architecture, as this has already been taken
1980 care of in handle_inferior_event().
1981
238617f6
JB
19822002-08-16 Joel Brobecker <brobecker@gnat.com>
1983
1984 * infrun.c (handle_inferior_event): Minor reformatting, to make
1985 a rather long condition expression easier to read.
1986
541a7aac
AC
19872002-08-16 Andrew Cagney <ac131313@redhat.com>
1988
1989 * Makefile.in (gdbtk.o): Move to end of file.
1990 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1991 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1992 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1993 (gdbtk-wrapper.o, gdbres.o): Ditto.
1994
f92d4a7b
AC
19952002-08-16 Andrew Cagney <ac131313@redhat.com>
1996
1997 * Makefile.in (copying.o): Separate out compile rule.
1998 (hpux-thread.o, procfs.o, signals.o): Ditto.
1999 (v850ice.o, z8k-tdep.o): Ditto.
2000 (tui-file.o): Move to TUI section.
2001 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2002 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2003
1cce71eb
JB
20042002-08-16 Joel Brobecker <brobecker@gnat.com>
2005
2006 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2007 skip_trampoline_code, for better namespace-proofing.
2008
2009 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2010
0851f23d
JB
20112002-08-16 Joel Brobecker <brobecker@gnat.com>
2012
2013 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2014
f8d40ec8
JB
20152002-08-16 Joel Brobecker <brobecker@gnat.com>
2016
2017 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2018 signal, check whether we hit a breakpoint before checking for a
2019 single step breakpoint. Otherwise, GDB fails to notice that a
2020 breakpoint has been hit when stepping onto a breakpoint.
2021
63d022e0
KS
20222002-08-16 Keith Seitz <keiths@redhat.com>
2023
2024 * gdb-events.sh (clear_gdb_event_hooks): New function.
2025 * gdb-events.c: Regenerate.
2026 * gdb-events.h: Regenerate.
2027
6e31adb3
AC
20282002-08-16 Andrew Cagney <ac131313@redhat.com>
2029
2030 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2031 not_a_sw_breakpoint.
2032 * breakpoint.h (bpstat_stop_status): Add parameter names.
2033
c8189ed1
GS
20342002-08-16 Grace Sainsbury <graces@redhat.com>
2035
2036 * remote.c (remote_insert_hw_breakpoint)
2037 (remote_remove_hw_breakpoint): Fix calculation of length field
2038 for Z-packet.
2039
d05285fa
MS
20402002-08-15 Michael Snyder <msnyder@redhat.com>
2041
466d7106
MS
2042 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2043 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2044 (supply_fpregset): Ditto.
2045
d05285fa
MS
2046 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2047 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2048 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2049 (TARGET_READ_SP): Delete.
bf1f5b4c 2050 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2051 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2052 Delete.
2053 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2054 from macros to functions.
bf1f5b4c 2055
d05285fa
MS
2056 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2057 (mips_register_convertible, mips_register_convert_to_virtual,
2058 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2059 (mips_read_sp): New function.
2060 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2061 (mips_do_registers_info): Make static.
2062 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2063 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2064 (mips_register_convert_from_type, mips_register_convert_to_type):
2065 New functions.
2066 (mips_gdbarch_init): Set up function_start_offset,
2067 register_virtual_size, pc_in_sigtramp.
d05285fa 2068
e76f1f2e
AC
20692002-08-15 Andrew Cagney <ac131313@redhat.com>
2070
2071 * infcmd.c (vector_info): New function.
2072 (_initialize_infcmd): Add command "info vector".
2073 (print_vector_info): New function.
2074
2075 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2076 * gdbarch.h, gdbarch.c: Regenerate.
2077
4782dc19
AC
20782002-08-15 Andrew Cagney <ac131313@redhat.com>
2079
2080 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2081 ``print_all''. Only print vector registers when ``print_all''.
2082
23e3a7ac
AC
20832002-08-15 Andrew Cagney <ac131313@redhat.com>
2084
8e186fd6
AC
2085 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2086 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2087
23e3a7ac
AC
2088 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2089 Add `args' parameter.
2090 * gdbarch.h, gdbarch.c: Regenerate.
2091
2092 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2093
2094 * infcmd.c (float_info): Call print_float_info.
2095 (print_float_info): New function. By default, print the
2096 floating-point registers.
2097
2098 * arch-utils.h (default_print_float_info): Delete declaration.
2099 * arch-utils.c (default_print_float_info): Delete function.
2100
e0ca2bb9
MK
21012002-08-16 Mark Kettenis <kettenis@gnu.org>
2102
3f733acc
MK
2103 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2104 out define.
2105
7d8d2918
MK
2106 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2107 FRAME.
2108
1c7cc583
MK
2109 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2110 * configure.host: Make i[3456]86-*-aix host obsolete.
2111 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2112 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2113 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2114 config/i386/xm-i386aix.h: Make files obsolete.
2115 * i386aix-nat.c: Make file obsolete.
2116 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2117 (i386aix-nat.o): Make target obsolete.
2118
e0ca2bb9
MK
2119 * config/i386/nm-gnu.h: Removed.
2120 * config/i386/nm-i386gnu.h: New file.
2121 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2122 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2123 Moved here from ...
2124 * config/i386/tm-i386gnu.h: ... here. Removed.
2125 * config/i386/xm-i386gnu.h: Removed.
2126 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2127 (NAT_FILE): Set to nm-i386gnu.h.
2128 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2129 * i386-tdep.c: New file.
2130 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2131 (i386gnu-tdep.o): Specify dependencies.
2132
16057ec7 21332002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2134
6b99ee2e
MK
2135 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2136 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2137 Adjust a few comments to reflect reality a bit closer.
2138 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2139 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2140 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2141 target_insert_watchpoint, target_remove_watchpoint):
2142 Move defines to ...
2143 * config/i386/nm-i386sco5.h: ... here.
2144 (kernel_u_size): Add prototype. Improve a few comments and add
2145 protection against multiple inclusion.
2146
d9a6f65c
MK
2147 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2148 out define.
2149
047eff6a
MK
2150 * uw-thread.c (SP_ARG0): Define if not already defined.
2151 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2152
dcdb1290
MK
2153 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2154
5d2d0b2a
MK
2155 * config/i386/tm-i386.h: Don't include "regcache.h".
2156
61113f8b
MK
2157 * i387-tdep.h (i387_print_float_info): New prototype.
2158 * i387-tdep.c (print_i387_value, print_i387_ext,
2159 print_i387_status_word, print_i387_control_word): Add `struct
2160 ui_file *' argument and use it for output.
2161 (i387_print_float_info): Renamed from i387_float_info. Add
2162 `struct gdbarch *' and `struct ui_file *' arguments and use the
2163 latter for output.
2164 * i386-tdep.c: Include "i387-tdep.h".
2165 (i386_gdbarch_init): Set print_float_info.
2166 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2167 (FLOAT_INFO): Remove define.
2168
46e0f506
MS
21692002-08-13 Michael Snyder <msnyder@redhat.com>
2170
2171 * mips-tdep.c (mips_push_arguments): Rename to
2172 mips_eabi_push_arguments, and tune for EABI.
2173 (MIPS_REGS_HAVE_HOME_P): Delete.
2174 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2175 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2176 Delete references to mips_regs_have_home_p.
2177
409268de
KS
21782002-08-14 Keith Seitz <keiths@redhat.com>
2179
2180 * Makefile.in (install-gdbtk): Create insight plugin directory.
2181 Install plugins.tcl file.
2182
ffc6a242
KS
21832002-08-14 Keith Seitz <keiths@redhat.com>
2184
2185 * configure.in: Move SUBDIRS to near top of the file so that
2186 --enable options may add things to it.
2187 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2188 * configure: Regenerate.
2189
ebafbe83
MS
21902002-08-13 Michael Snyder <msnyder@redhat.com>
2191
2192 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2193 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2194 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2195
32f6f25d
AC
21962002-08-13 Andrew Cagney <ac131313@redhat.com>
2197
2198 * vax-tdep.c (vax_get_saved_register): Delete function.
2199 (vax_gdbarch_init): Update.
2200 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2201 (ns32k_gdbarch_init): Update.
2202 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2203 (alpha_gdbarch_init): Update.
2204
53826de9
AC
22052002-08-13 Andrew Cagney <cagney@redhat.com>
2206
2207 * regcache.c (init_regcache_descr): Overallocate the
2208 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2209 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2210 nr_raw_registers.
2211 (set_register_cached): Add range checking assertions. Use
2212 current_regcache.
2213
16057ec7 22142002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2215
2216 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2217 numbers for MMX registers.
2218
7b4c2dce
AC
22192002-08-13 Andrew Cagney <cagney@redhat.com>
2220
2221 * i386-tdep.c (i386_gdbarch_init): Use
2222 generic_unwind_get_saved_register.
2223
1e03ad20
KB
22242002-08-13 Kevin Buettner <kevinb@redhat.com>
2225
2226 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2227 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2228 target vector.
2229 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2230 Delete. Add comment regarding this now-deleted target method.
2231
548bcbec
SC
22322002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2233
2234 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2235 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2236 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2237 real PC and the page number (if it's within the memory bank window).
2238 (m68hc11_pseudo_register_write): Likewise when saving.
2239 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2240 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2241 (m68hc11_register_raw_size): And use 32-bit for it.
2242 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2243 16K memory bank is used by the prog; also use the virtual pc.
2244
7df11f59
SC
22452002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2246
2247 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2248 (m68hc11_gdbarch_init): Install it in gdbarch.
2249 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2250 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2251 (MSYMBOL_SIZE): New for documentation.
2252 (insn_return_kind): Enum to specify how a function returns.
2253 (frame_extra_info): Cleanup and record the return mode.
2254 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2255 register in address computation.
2256 (m68hc11_get_return_insn): New to obtain the return instruction used
2257 by the function.
2258 (m68hc11_frame_init_saved_regs): Take into account the return
2259 instruction used by the function for far and interrupt functions.
2260 (m68hc11_init_extra_frame_info): Take into account page register.
2261 (m68hc11_frame_args_address): Adjust according to the return mode.
2262 (show_regs): Print page register only when it's used.
2263
5706502a
SC
22642002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2265
2266 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2267 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2268 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2269 registers.
2270 (m68hc11_register_raw_size): Likewise.
2271
28fc6740
AC
22722002-08-13 Andrew Cagney <cagney@redhat.com>
2273
2274 * i386-tdep.c (i386_register_name): Handle mmx registers.
2275 (mmx_regnum_p): New function.
2276 (i386_mmx_names): New array.
2277 (mmx_num_regs): New variable.
2278 (i386_pseudo_register_read): New function.
2279 (i386_pseudo_register_write): New function.
2280 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2281
2282 * regcache.c (regcache_raw_read_unsigned): New function.
2283 (regcache_raw_read_signed): New function.
2284 * regcache.h (regcache_raw_read_unsigned): Declare.
2285 (regcache_raw_read_signed): Declare.
2286
a378f419
AC
22872002-08-13 Andrew Cagney <cagney@redhat.com>
2288
2289 * regcache.c (regcache_raw_read_as_address): Delete function.
2290 (regcache_cooked_read_signed): New function.
2291 (regcache_cooked_read_unsigned): New function.
2292 * regcache.h (regcache_cooked_read_signed): Declare.
2293 (regcache_cooked_read_unsigned): Declare.
2294 (regcache_raw_read_as_address): Delete declaration.
2295
2296 * blockframe.c (generic_read_register_dummy): Use
2297 regcache_cooked_read_unsigned.
2298 * i386-tdep.c (i386_extract_struct_value_address): Use
2299 regcache_cooked_read_unsigned.
2300
81967506
SC
23012002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2302
2303 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2304 double sizes according to ELF ABI flags.
2305 (gdbarch_tdep): Record elf_flags.
2306
ffe1f3ee
SC
23072002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2308
2309 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2310 (m6812_prolog): They can appear in 68HC12 function prologue.
2311 (m68hc11_frame_chain): Cleanup.
2312
98216c5d
AC
23132002-08-12 Andrew Cagney <cagney@redhat.com>
2314
2315 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2316 declarations.
2317 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2318 (i386_linux_register_raw_size): Delete function.
2319 (i386_linux_init_abi): Update.
2320 * i386-tdep.c (i386_register_raw_size): Delete function.
2321 (i386_register_byte): Delete function.
2322 (i386_gdbarch_init): Update.
2323 (i386_register_size): Delete array.
2324 (i386_register_offset): Delete array.
2325
2326 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2327 (REGISTER_RAW_SIZE): Delete macro.
2328 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2329 (REGISTER_BYTE): Delete macro.
2330
3b19021e
AS
23312002-08-11 Aidan Skinner <aidan@velvet.net>
2332
2333 * ada-lang.c (ada_lookup_partial_symbol)
2334 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2335 prototype names so that grep ^func works properly.
2336
2337 * ada-lang.c (ada_array_element_type)
2338 (ada_lookup_partial_symbol): Fix typos in parameter list.
2339
2340 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2341 Fix prototype names so that grep ^func works properly.
2342
b063e7a2
AC
23432002-08-10 Andrew Cagney <cagney@redhat.com>
2344 Elena Zannoni <ezannoni@redhat.com>
2345 Martin M. Hunt <hunt@redhat.com>
2346
2347 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2348 (build_builtin_type_vec128i): Set the vector bit.
2349 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2350 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2351 (build_builtin_type_vec64): New function.
2352 (build_builtin_type_vec64i): New function.
2353 (build_gdbtypes): Initialize builtin_type_vec64 and
2354 builtin_type_vec64i.
2355
a7e3c2ad
AC
23562002-08-09 Andrew Cagney <cagney@redhat.com>
2357
2358 * regcache.c (regcache_dump): Compare the register offset
2359 with REGISTER_BYTE.
2360 * arch-utils.c (generic_register_byte): New function.
2361 * arch-utils.h (generic_register_byte): Declare.
2362 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2363 * gdbarch.h, gdbarch.c: Regenerate.
2364
af030b9a
AC
23652002-08-09 Andrew Cagney <cagney@redhat.com>
2366
2367 * regcache.c: Include "gdbcmd.h"
2368 (_initialize_regcache): Add commands "maintenance print
2369 registers", "maintenance print raw-registers" and "maintenance
2370 print cooked-registers".
2371 (enum regcache_dump_what): Define.
2372 (dump_endian_bytes): New function.
2373 (regcache_dump): New function.
2374 (regcache_print): New function.
2375 (maintenance_print_registers): New function.
2376 (maintenance_print_raw_registers): New function.
2377 (maintenance_print_cooked_registers): New function.
2378 * Makefile.in (regcache.o): Update dependencies.
2379
cb3d25d1
MS
23802002-08-09 Michael Snyder <msnyder@redhat.com>
2381
2382 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2383 (mips_push_arguments): Correct some comments. Use paddr_nz
2384 for printing addresses in debug output. Replace static
2385 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2386 (mips_n32n64_push_arguments): New function, cloned from
2387 mips_push_arguments and tuned for the n32/n64 ABI.
2388 (mips_push_register): Buffer needs dynamic allocation.
2389 (mips_print_register): Ditto.
2390 (do_gp_register_row): Ditto.
2391 (mips_store_return_value): Ditto.
2392 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2393
2163ab9d
DH
23942002-08-09 Don Howard <dhoward@redhat.com>
2395
2396 * memattr.c (mem_info_command): Print special case of upper bound
2397 as max CORE_ADDR + 1.
2398
b78bcb18
MS
23992002-08-08 Michael Snyder <msnyder@redhat.com>
2400
2401 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2402 returns structs by ref if they're too big to fit in two registers.
2403
ffabd70d
KB
24042002-08-09 Kevin Buettner <kevinb@redhat.com>
2405
2406 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2407 saved regs value.
2408 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2409 mips_find_saved_regs().
2410 (mips_pop_frame): Likewise.
2411
fbcdb4a3
KB
24122002-08-09 Kevin Buettner <kevinb@redhat.com>
2413
2414 * blockframe.c (frame_saved_regs_register_unwind): Revise
2415 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2416 frames are in use.
2417
3c3bea1c
GS
24182002-08-09 Grace Sainsbury <graces@redhat.com>
2419
2420 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2421 T-packets; the 'a' is not taken as a register number.
2422 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2423 (remote_stopped_data_address): New functions; add to target
2424 vector.
2425 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2426 prototypes to match other implementations of this
2427 function. replace integer argument with pointer -- the length
2428 field in the Z-packet is the length of what is pointed to or 1 if
2429 pointer is null. Add to target vector.
2430 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2431 target vector.
2432
2433 From Mark Salter:
2434 * remote.c (remote_wait): Add support to extract optional
2435 watchpoint information from T-packet. Ignore unrecognized
2436 optional info in T-packet.
2437 (remote_async_wait): Ditto.
2438
5d1d95de
CV
24392002-08-09 Corinna Vinschen <vinschen@redhat.com>
2440
2441 * cli/cli-dump.c: Change fopen modes to use binary open modes
2442 as defined in include/fopen-bin.h throughout.
2443
c86b5b38
MS
24442002-08-08 Michael Snyder <msnyder@redhat.com>
2445
2446 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2447
b30590dc
KB
24482002-08-08 Kevin Buettner <kevinb@redhat.com>
2449
2450 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2451 assertion failure by returning early after a warning.
2452
498868ed
KB
24532002-08-08 Kevin Buettner <kevinb@redhat.com>
2454
2455 * mips-tdep.c (mips_find_saved_regs): Make static.
2456 (mips_frame_init_saved_regs): New function.
2457 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2458 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2459 (mips_find_saved_regs): Delete declaration.
2460
b2dd6311
GS
24612002-08-08 Grace Sainsbury <graces@redhat.com>
2462
3c3bea1c
GS
2463 * remote.c (remote_wait, remote_async_wait): Change
2464 thread_num from int to ULONGEST.
2465 (unpack_varlen_hex): Change result parameter from
2466 int * to ULONGEST *.
b2dd6311 2467
ea47855f
AC
24682002-08-08 Andrew Cagney <ac131313@redhat.com>
2469
2470 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2471 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2472 powerpc*-*-*.
2473 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2474
69db8bae
AC
24752002-08-08 Andrew Cagney <cagney@redhat.com>
2476
2477 * gcore.c (override_derive_stack_segment): Delete variable.
2478 (preempt_derive_stack_segment): Delete function.
2479 (derive_stack_segment): Delete function.
2480 (default_derive_stack_segment): Renamed to derive_stack_segment.
2481 (override_derive_heap_segment): Delete variable.
2482 (preempt_derive_heap_segment): Delete function.
2483 (derive_heap_segment): Delete function.
2484 (default_derive_heap_segment): Rename to derive_heap_segment.
2485
cb811fe7
MS
24862002-08-06 Michael Snyder <msnyder@redhat.com>
2487
2488 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2489 * mips-tdep.c (mips_EABI_use_struct_convention,
2490 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2491 New functions. (mips_use_struct_convention): Delete.
2492 (mips_gdbarch_init): set use_gdbarch_convention.
2493
8b389c40
MS
24942002-08-06 Michael Snyder <msnyder@redhat.com>
2495
2496 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2497 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2498 mips_o32_reg_struct_has_addr): New functions.
2499 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2500
5c27f28a
AC
25012002-08-07 Andrew Cagney <ac131313@redhat.com>
2502
2503 * regcache.c (pseudo_register): Delete function.
2504 (fetch_register): Delete function.
2505 (store_register): Delete function.
2506 (regcache_raw_read, legacy_read_register_gen): Use
2507 target_fetch_registers instead of fetch_register.
2508 (legacy_write_register_gen, regcache_raw_write): Use
2509 target_store_register instead of store_register.
2510 (write_register_bytes): Ditto.
2511
2512 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2513 (STORE_PSEUDO_REGISTER): Delete.
2514 * gdbarch.h, gdbarch.c: Regenerate.
2515
5b331675
CV
25162002-08-06 Corinna Vinschen <vinschen@redhat.com>
2517
2518 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2519 write dump file binary.
2520
6acdf5c7
MS
25212002-08-05 Michael Snyder <msnyder@redhat.com>
2522
2523 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2524 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2525 (mips_gdbarch_init): Set N32 target to be mips64.
2526
b2f01c35
KB
25272002-08-06 Kevin Buettner <kevinb@redhat.com>
2528
2529 * frame.c (find_saved_register): Break out of loop once saved
2530 register address is found. Don't mention sparc in loop comment
2531 anymore.
2532
63db5580
KB
25332002-08-06 Kevin Buettner <kevinb@redhat.com>
2534
2535 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2536 mips_default_saved_regsize to 8.
2537
5e34e75e
AC
25382002-08-06 Andrew Cagney <ac131313@redhat.com>
2539
2540 * gcore.c: Do not include <sys/procfs.h>.
2541 * Makefile.in (gcore.o): Update dependencies.
2542
eb4c54a2
AC
25432002-08-06 Andrew Cagney <cagney@redhat.com>
2544
2545 * configure.tgt: Make arc-*-* obsolete.
2546 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2547 * MAINTAINERS: Make arc-elf obsolete.
2548 * arc-tdep.c: Make file obsolete.
2549 * config/arc/arc.mt: Ditto.
2550 * config/arc/tm-arc.h: Ditto.
2551
ced15480
TR
25522002-08-05 Theodore A. Roth <troth@verinet.com>
2553
c1bab85b 2554 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2555
b4743822
AC
25562002-08-05 Andrew Cagney <ac131313@redhat.com>
2557
2558 * mcore-tdep.c (mcore_gdbarch_init): Use
2559 generic_unwind_get_saved_register instead of
2560 generic_get_saved_register.
2561 * v850-tdep.c (v850_gdbarch_init): Ditto.
2562 * frv-tdep.c (frv_gdbarch_init): Ditto.
2563 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2564 * s390-tdep.c (s390_gdbarch_init): Ditto.
2565 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2566 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2567 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2568
3956d554
JB
25692002-08-05 Joel Brobecker <brobecker@gnat.com>
2570
2571 * objfiles.h: Add missing #include "symfile.h"
2572
2573 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2574
8249c0d6
AC
25752002-08-04 Andrew Cagney <ac131313@redhat.com>
2576
2577 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2578 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2579 of FIELD_BITSIZE.
2580
b9d14705
DJ
25812002-08-04 Daniel Jacobowitz <drow@mvista.com>
2582
2583 * NEWS: Cleanup and nitpick.
2584
dd73b9bb
AC
25852002-08-03 Andrew Cagney <ac131313@redhat.com>
2586
2587 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2588
043a27f8
AC
25892002-08-03 Andrew Cagney <ac131313@redhat.com>
2590
2591 * Makefile.in (gdbtk-bp.o): Update dependencies.
2592 (gdbtk-register.o): Ditto.
2593 (gdbtk-varobj.o): Ditto.
2594
46ce284d
AC
25952002-08-03 Andrew Cagney <cagney@redhat.com>
2596
2597 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2598 m68hc11_fetch_pseudo_register.
2599 (m68hc11_pseudo_register_write): Replace
2600 m68hc11_store_pseudo_register.
2601 (m68hc11_gdbarch_init): Update.
2602
b66d6d2e
AC
2603Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2604
2605 * gdbarch.sh: Include "gdb_string.h".
2606 * gdbarch.c: Regenerate.
2607
2608 * regcache.c: Include "gdb_string.h".
2609 * ax-general.c: Ditto.
2610 * varobj.c: Ditto.
2611 * std-regs.c: Ditto.
2612 * fbsd-proc.c: Ditto.
2613 * thread.c: Ditto.
2614
2615 * Makefile.in (regcache.o): Update dependencies.
2616 (thread.o, gdbarch.o): Ditto.
2617 (ax-general.o, gdbarch.o): Ditto.
2618 (varobj.o, std-regs.o): Ditto.
2619 (fbsd-proc.o): Specify dependencies.
2620
29e1842b
AC
26212002-08-02 Andrew Cagney <cagney@redhat.com>
2622
2623 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2624 regnum.
2625 (regcache_cooked_write): Ditto.
2626
68365089
AC
26272002-08-02 Andrew Cagney <ac131313@redhat.com>
2628
2629 * regcache.c (regcache_cooked_read): New function.
2630 (regcache_cooked_write): New function.
2631 (read_register_gen): Rewrite using regcache_cooked_read.
2632 (write_register_gen): Rewrite using regcache_cooked_write.
2633
2634 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2635 Declare.
2636
d8124050
AC
26372002-08-02 Andrew Cagney <cagney@redhat.com>
2638
2639 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2640 Replace the architecture methods register_read and register_write.
2641 * gdbarch.h, gdbarch.c: Regenerate.
2642 * regcache.c (init_regcache_descr): Update.
2643 (read_register_gen): Update.
2644 (write_register_gen): Update.
2645 (supply_register): Update comment.
2646
2647 * sh-tdep.c (sh_gdbarch_init): Update.
2648 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2649 `regcache' and `gdbarch' parameters. Make `buffer' a void
2650 pointer. Update code.
2651 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2652 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2653 void pointer. Update code.
2654 (sh64_register_write): Delete.
2655 (sh4_register_read): Delete.
2656 (sh64_register_read): Delete.
2657 (sh4_register_write): Delete.
2658 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2659 void pointer, `to' parameter a void pointer.
2660 (sh_sh64_register_convert_to_raw): Ditto.
2661
a6425924
KB
26622002-08-01 Kevin Buettner <kevinb@redhat.com>
2663
2664 * mips-tdep.c (mips_register_virtual_type): Use architecture
2665 invariant return values.
2666
ff5922b5
AC
26672002-08-01 Andrew Cagney <cagney@redhat.com>
2668
2669 * linux-proc.c: Include "gdb_string.h".
2670 * Makefile.in (linux-proc.o): Update dependency list.
2671
32a6503c
KB
26722002-08-01 Kevin Buettner <kevinb@redhat.com>
2673
2674 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2675 comment.
2676
ccaa32c7
GS
26772002-08-01 Grace Sainsbury <graces@redhat.com>
2678
2679 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2680 to_insert_watchpoint, to_remove_watchpoint,
2681 to_stopped_by_watchpoint, to_stopped_data_address,
2682 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2683 target vecctor. Define their corresponding macros so they call
2684 them.
2685
2686 * target.c: Add default and debug versions of for
2687 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2688 to_insert_watchpoint, to_remove_watchpoint,
2689 to_stopped_by_watchpoint, to_stopped_data_address,
2690 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2691
78fde5f8
KB
26922002-08-01 Kevin Buettner <kevinb@redhat.com>
2693
2694 * mips-tdep.c (mips_register_virtual_type): New function.
2695 (mips_gdbarch_init): Register mips_register_virtual_type()
2696 with gdbarch machinery.
2697 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2698 this file instead of tm-bigmips.h.
2699 (MIPS_REGSIZE): Delete this macro.
2700 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2701 multiarch version in mips-tdep.c will be found.
2702
db034ac5
AC
27032002-08-01 Andrew Cagney <cagney@redhat.com>
2704
2705 * NEWS: Menion that CHILL has been made obsolete.
2706
2707 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2708 * stabsread.c (read_range_type): Ditto.
2709 * gdbtypes.h: Ditto.
2710 * language.c (binop_type_check): Ditto.
2711 (binop_result_type): Ditto.
2712 (integral_type): Ditto.
2713 (character_type): Ditto.
2714 (string_type): Ditto.
2715 (boolean_type): Ditto.
2716 (structured_type): Ditto.
2717 (lang_bool_type): Ditto.
2718 (binop_type_check): Ditto.
2719 * language.h (_LANG_chill): Ditto.
2720 * dwarfread.c (set_cu_language): Ditto.
2721 * dwarfread.c (CHILL_PRODUCER): Ditto.
2722 * dwarfread.c (handle_producer): Ditto.
2723 * expression.h (enum exp_opcode): Ditto.
2724 * eval.c: Ditto for comments.
2725 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2726 * expprint.c (print_subexp): Ditto.
2727 (print_subexp): Ditto.
2728 * valops.c (value_cast): Ditto.
2729 (search_struct_field): Ditto.
2730 * value.h (COERCE_VARYING_ARRAY): Ditto.
2731 * symfile.c (init_filename_language_table): Ditto.
2732 (add_psymbol_with_dem_name_to_list): Ditto.
2733 * valarith.c (value_binop): Ditto.
2734 (value_neg): Ditto.
2735 * valops.c (value_slice): Ditto.
2736 * symtab.h (union language_specific): Ditto.
2737 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2738 (SYMBOL_DEMANGLED_NAME): Ditto.
2739 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2740 * defs.h (enum language): Ditto.
2741 * symtab.c (got_symtab): Ditto.
2742 * utils.c (fprintf_symbol_filtered): Ditto.
2743
2744 * ch-typeprint.c: Make file obsolete.
2745 * ch-valprint.c: Make file obsolete.
2746 * ch-lang.h: Make file obsolete.
2747 * ch-exp.c: Make file obsolete.
2748 * ch-lang.c: Make file obsolete.
2749
2750 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2751 CHILL_LIB.
2752 (TARGET_FLAGS_TO_PASS): Ditto.
2753 (CHILLFLAGS): Obsolete.
2754 (CHILL): Obsolete.
2755 (CHILL_FOR_TARGET): Obsolete.
2756 (CHILL_LIB): Obsolete.
2757 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2758 ch-valprint.c.
2759 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2760 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2761 ch-lang.o.
2762 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2763 targets.
2764
8aaf0b47
JB
27652002-07-31 Joel Brobecker <brobecker@gnat.com>
2766
2767 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2768 This does not change anything at the moment, but will be helpful
2769 later when full Ada support is integrated.
2770
f3a7b3a5
KB
27712002-07-31 Kevin Buettner <kevinb@redhat.com>
2772
2773 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2774 help message.
2775
fb850278
KB
27762002-07-31 Kevin Buettner <kevinb@redhat.com>
2777
2778 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2779 and save it in a local variable. Use variable in later test.
2780
e3bddbfa
KB
27812002-07-31 Kevin Buettner <kevinb@redhat.com>
2782
2783 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2784 test. (Thanks to Daniel Jacobowitz.)
2785
28d169de
KB
27862002-07-31 Kevin Buettner <kevinb@redhat.com>
2787
2788 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2789 (mips_abi_strings): Add "n64".
2790 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2791
7fe7e44e
KB
27922002-07-31 Kevin Buettner <kevinb@redhat.com>
2793
2794 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2795 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2796
c6caf090
KB
27972002-07-31 Kevin Buettner <kevinb@redhat.com>
2798
2799 * utils.c (host_pointer_to_address, address_to_host_pointer):
2800 Use gdb_assert() instead of explicit call to internal_error().
2801
c41669e0
KB
28022002-07-30 Kevin Buettner <kevinb@redhat.com>
2803
2804 * Makefile.in (rs6000-nat.o): Update dependencies.
2805
2806 From Nicholas Duffek:
2807 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2808 (aix-thread.o): New rule.
2809 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2810 * config/powerpc/aix432.mh: New file.
2811
2fda4977
DJ
28122002-07-30 Daniel Jacobowitz <drow@mvista.com>
2813
2814 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2815 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2816 (fetch_core_registers, ppc_linux_supply_gregset)
2817 (ppc_linux_supply_fpregset): New functions.
2818 (ppc_linux_regset_core_fns): New.
2819 (_initialize_ppc_linux_tdep): Call add_core_fns.
2820 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2821 and ppc_linux_supply_gregset.
2822 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2823 (supply_fpregset): Call ppc_linux_supply_fpregset.
2824 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2825 corelow.o.
2826 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2827
729051e6
DJ
28282002-07-30 Daniel Jacobowitz <drow@mvista.com>
2829
2830 * symtab.c (lookup_symbol): Demangle before lowercasing.
2831
5f8a3188
AC
28322002-07-30 Andrew Cagney <ac131313@redhat.com>
2833
2834 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2835 declaration.
2836 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2837 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2838 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2839 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2840 "gdb_string.h".
2841 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2842 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2843 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2844 (avr-tdep.o, mon960-rom.o): Ditto.
2845 (aout_stabs_gnu_h): Define.
2846 (symtab_h): Remove $(gdb_obstack_h).
2847
67f07146
JB
28482002-07-30 Jim Blandy <jimb@redhat.com>
2849
2850 Patch from David Carlton <carlton@math.stanford.edu>:
2851 * gdbinit.in: Move the `dir' commands that add GDB's own source
2852 directory to the search path to the end, so that the `gdb' source
2853 directory will be searched first.
2854
04ea0df1
AC
28552002-07-29 Andrew Cagney <ac131313@redhat.com>
2856
2857 * gdb_obstack.h: New file.
2858 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2859 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2860 * objfiles.h: Include "gdb_obstack.h".
2861 * Makefile.in (gdb_obstack_h): Define.
2862 (symtab_h): Add $(gdb_obstack_h).
2863 (objfiles_h): Add $(gdb_obstack_h).
2864
2865 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2866 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2867 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2868 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2869 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2870 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2871 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2872 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2873
2874 * Makefile.in (bcache.o): Update dependencies.
2875 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2876 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2877 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2878 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2879 (stabsread.o, symfile.o, symmisc.o): Ditto.
2880 (symtab.o, typeprint.o, macroexp.o): Ditto.
2881 (macrotab.o, mdebugread.o): Ditto.
2882 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2883 (coff_ecoff_h, aout_aout64_h): Define.
2884 (aout_stabs_gnu_h, libaout_h): Define.
2885
d138e37a
AC
28862002-07-29 Andrew Cagney <cagney@redhat.com>
2887
2888 * regcache.c (struct regcache_descr): Rename nr_registers to
2889 nr_cooked_registers. Revise comments describing the structure
2890 member fields.
2891 (init_regcache_descr): Update.
2892 (init_legacy_regcache_descr): Update.
2893 (read_register_gen, write_register_gen): When a cooked register in
2894 the raw register range, directly access the value from the raw
2895 register cache.
2896
460e6ec3
AC
28972002-07-29 Andrew Cagney <ac131313@redhat.com>
2898
2899 * z8k-tdep.c: Do not include "obstack.h".
2900 * h8300-tdep.c, h8500-tdep.c: Ditto.
2901 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2902 * valprint.c, v850-tdep.c: Ditto.
2903 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2904 * mn10200-tdep.c: Ditto.
2905
2906 * Makefile.in (z8k-tdep.o): Update dependencies.
2907 (m68hc11-tdep.o, valprint.o): Ditto.
2908 (v850-tdep.o, d10v-tdep.o): Ditto.
2909 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2910 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2911 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2912 (sh_opc_h, gdb_sim_sh_h): Define.
2913 (elf_sh_h, elf_bfd_h): Define.
2914 (opcode_m68hc11_h): Define.
2915 (OPCODES_SRC, OPCODES_DIR): define.
2916 (OPCODES): Use $(OPCODES_DIR).
2917 (gdb_sim_d10v_h): Rename sim_d10v_h.
2918 (gdb_sim_arm_h): Rename sim_arm_h.
2919
790c9cf0
KB
29202002-07-26 Kevin Buettner <kevinb@redhat.com>
2921
2922 * utils.c (host_pointer_to_address, address_to_host_pointer):
2923 Change internal_error() message to indicate function responsible
2924 for the error.
2925
9647fa49
KB
29262002-07-26 Kevin Buettner <kevinb@redhat.com>
2927
2928 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2929 calls to local_hex_string_custom().
2930
dabbe2c0
KB
29312002-07-26 Kevin Buettner <kevinb@redhat.com>
2932
2933 * irix5-nat.c: Move IRIX shared library support from here...
2934 * solib-irix.c: ...to here. Revised substantially to work with
2935 generic solib framework.
2936
b96d0a4e
KB
2937 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2938 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2939 * mips-irix-tdep.c: New file.
2940
313fb2f6
KB
2941 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2942 (mips-irix-tdep.o, solib-irix.o): New rules.
2943 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2944 solib-irix.o.
2945 * config/mips/irix6.mt (TDEPFILES): Likewise.
2946 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2947
ab2eaf26
KB
29482002-07-26 Kevin Buettner <kevinb@redhat.com>
2949
177e4768 2950 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
2951 disabled (via ``#if 0'') includes.
2952
7244546a
KB
29532002-07-26 Kevin Buettner <kevinb@redhat.com>
2954
2955 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2956 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2957 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2958 Add support for the fpscr register.
2959 * rs6000-nat.c (regmap, fetch_inferior_registers)
2960 (store_inferior_registers, fetch_core_registers): Likewise.
2961
dd7be90a
KB
29622002-07-26 Kevin Buettner <kevinb@redhat.com>
2963
2964 * rs6000-nat.c (language.h): Include.
2965 (special_regs): Delete this array.
2966 (regmap): New function.
2967 (fetch_register, store_register): Use regmap() to map gdb
2968 register numbers to ptrace register numbers. Also, use
2969 outputs from regmap() to make decisions regarding type of
2970 ptrace() call to make. In particular, don't compare against
2971 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2972 (fetch_inferior_registers, store_inferior_registers): Where
2973 possible, obtain register numbers from tdep struct. Don't
2974 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2975 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2976 (LAST_UISA_SP_REGNUM): Delete.
2977
11bf77db
KB
29782002-07-25 Kevin Buettner <kevinb@redhat.com>
2979
2980 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2981 (fetch_registers, store_register, fetch_core_registers): Don't
2982 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2983 regcache_collect() as appropriate.
2984 (find_toc_address): Format hex address with local_hex_string().
2985
06afebeb
AC
29862002-07-25 Andrew Cagney <ac131313@redhat.com>
2987
2988 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2989 bfd/elf32-frv.c.
2990
8c554d79
TT
29912002-07-24 Tom Tromey <tromey@redhat.com>
2992
2993 * jv-exp.y: Marked all strings with _().
2994 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2995 internal_error.
2996 (MethodInvocation, CastExpression, parse_number, yyerror,
2997 java_type_from_name, push_expression_name, yylex): Typo fixes.
2998
e4c242d9
DJ
29992002-07-24 Daniel Jacobowitz <drow@mvista.com>
3000
3001 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3002 (tee_file_flush, tee_file_write, tee_file_fputs)
3003 (tee_file_isatty): New.
3004 * ui-file.h (tee_file_new): Add prototype.
3005
ebf56fd3
AS
30062002-07-24 Aidan Skinner <aidan@velvet.net>
3007
3008 * ada-lang.c: Change k&r style function definitions to prototyped
3009 form.
3010 * ada-typeprint.c: Change k&r style function definitions to prototyped
3011 form.
3012 * ada-valprint.c: Change k&r style function definitions to prototyped
3013 form.
3014
7fb623f7
AC
30152002-07-24 Andrew Cagney <cagney@redhat.com>
3016
3017 * README: Remove reference to remote-bug.
3018 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3019 remote-bug.c.
3020 (m88k-nat.o): Delete rule.
3021 (m88k-tdep.o): Delete rule.
3022 (remote-bug.o): Delete rule.
3023 * MAINTAINERS: Mark as obsolete.
3024 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3025 * m88k-tdep.c: Make file obsolete.
3026 * config/m88k/m88k.mh: Ditto.
3027 * config/m88k/delta88v4.mh: Ditto.
3028 * config/m88k/delta88v4.mt: Ditto.
3029 * config/m88k/delta88.mt: Ditto.
3030 * config/m88k/delta88.mh: Ditto.
3031 * remote-bug.c: Ditto.
3032 * config/m88k/tm-delta88.h: Ditto.
3033 * config/m88k/nm-delta88v4.h: Ditto.
3034 * config/m88k/xm-delta88.h: Ditto.
3035 * config/m88k/xm-dgux.h: Ditto.
3036 * config/m88k/tm-m88k.h: Ditto.
3037 * config/m88k/nm-m88k.h: Ditto.
3038 * config/m88k/tm-delta88v4.h: Ditto.
3039 * m88k-nat.c: Ditto.
3040 * cxux-nat.c: Ditto.
3041 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3042 and m88*-*-* obsolete.
3043 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3044 m88*-*-* obsolete.
3045
37611a2b
AC
30462002-07-24 Andrew Cagney <cagney@redhat.com>
3047
3048 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3049 constant. Same for local pointer variables.
3050 (extract_signed_integer): Ditto.
3051 * defs.h (extract_unsigned_integer): Update.
3052 (extract_signed_integer): Update.
3053
1aaa5f99
AC
30542002-07-24 Andrew Cagney <cagney@redhat.com>
3055
3056 * regcache.c (regcache_raw_write): Change buf parameter to a
3057 constant void pointer.
3058 (regcache_raw_read): Change buf parameter to a void pointer.
3059 (legacy_write_register_gen): Change myaddr parameter a constant
3060 void pointer.
3061 (supply_register): Change val parameter to a const void pointer.
3062 * regcache.h (regcache_raw_write): Update declaration.
3063 (regcache_raw_read): Update declaration.
3064 (supply_register): Update declaration.
3065
b4f5539f
TT
30662002-07-24 Tom Tromey <tromey@redhat.com>
3067
3068 * defs.h (gdb_readline_wrapper): Declare.
3069 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3070 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3071 * top.c (gdb_readline_wrapper): New function.
3072 (command_line_input): Use it.
3073
0818c12a
AC
30742002-07-24 Andrew Cagney <cagney@redhat.com>
3075
3076 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3077 regcache_read and regcache_write.
3078 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3079 * regcache.c: Update.
3080 * sh-tdep.c (sh64_push_arguments): Update comment.
3081 (sh_pseudo_register_read): Update.
3082 (sh_pseudo_register_write): Update.
3083 (sh4_register_read): Update.
3084 (sh4_register_write): Update.
3085 (sh64_pseudo_register_read): Update.
3086 (sh64_pseudo_register_write): Update.
3087 (sh64_register_read): Update.
3088 (sh64_register_write): Update.
3089 * i386-tdep.c (i386_extract_return_value): Update.
3090 (i386_extract_struct_value_address): Update.
3091 (i386_extract_return_value): Update.
3092 * blockframe.c (generic_read_register_dummy): Update.
3093 (generic_call_dummy_register_unwind): Update
3094 * infrun.c (write_inferior_status_register): Update.
3095
f7321c06
JB
30962002-07-23 Jim Blandy <jimb@redhat.com>
3097
3098 * parser-defs.h (expression_context_pc): Make this extern.
3099 (Thanks to Michael Snyder.)
3100
2037aebb
AC
31012002-07-23 Andrew Cagney <ac131313@redhat.com>
3102
3103 GDB 5.2.1 released from 5.2 branch.
3104 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3105 * README: Update to mention 5.2.1.
3106
66504d44
MS
31072002-07-23 Mark Salter <msalter@redhat.com>
3108
3109 * remote.c (remote_read_bytes): Fix check for error.
3110
27bae383
KB
31112002-07-22 Kevin Buettner <kevinb@redhat.com>
3112
3113 * aix-thread.c (language.h): Include.
3114 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3115 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3116 Print newlines at end of debug messages.
3117 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3118 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3119
31202002-07-22 Kevin Buettner <kevinb@redhat.com>
3121
3122 * aix-thread.c (ppc-tdep.h): Include.
3123 (special_register_p): New function.
3124 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3125 (store_regs_user_thread): Use register number information from
3126 gdbarch_tdep struct instead of hardcoded offsets relative to
3127 FIRST_UISA_SP_REGNUM.
3128 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3129 special_register_p() instead of using FPLAST_REGNUM and
3130 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3131 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3132 will be MQ's register number.
3133
31342002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3135
3136 * aix-thread.c (ops): Rename to aix_thread_ops.
3137 (base_ops): Rename to base_target.
3138 (ops_attach): Rename to aix_thread_attach.
3139 (ops_detach): Rename to aix_thread_detach.
3140 (ops_resume): Rename to aix_thread_detach.
3141 (ops_wait): Rename to aix_thread_wait.
3142 (ops_kill): Rename to aix_thread_kill.
3143 (init_ops): Rename to init_aix_thread_ops.
3144 (ops_fetch_register): Rename to aix_thread_fetch_register.
3145 (ops_store_register): Rename to aix_thread_store_register.
3146 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3147 (ops_thread_alive): Rename to aix_thread_thread_alive.
3148 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3149 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3150 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3151 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3152 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3153 (store_regs_lib): Rename to store_regs_user_thread.
3154 (store_regs_kern): Rename to store_regs_kernel_thread.
3155
27bae383 31562002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3157
3158 * aix-thread.c (ops_prepare_to_store): Eliminate.
3159 (init_ops): Don't initialize ops.prepare_to_store.
3160 (store_regs_kern): Pre-fetch register buffers from child,
3161 because some registers may not be in the cache. Copy
3162 regs from register cache only if they are cached.
3163 (store_regs_lib): Copy regs from register cache only
3164 if they are cached.
3165 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3166 fill_gprs64): Ditto.
3167
61c5da0b
KB
31682002-07-22 Kevin Buettner <kevinb@redhat.com>
3169
3170 * aix-thread.c (gdb_assert.h): Include.
3171 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3172 register sizes (from register cache) match size of buffer holding
3173 register data.
3174 (fill_sprs32): Change parameter types to match those in the ptrace()
3175 buffer.
3176 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3177 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3178
31792002-07-22 Michael Snyder <msnyder@redhat.com>
3180
3181 * aix-thread.c (supply_sprs64): Cosmetic change.
3182 (supply_sprs32): Cosmetic change.
3183 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3184 (fill_sprs64): Use regcache_collect instead of read_register.
3185 (store_regs_lib): Use regcache_collect instead of
3186 read_register. Use fill_sprs32 instead of fill_sprs64,
3187 if debugging a 32-bit architecture.
3188 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3189 out of the register cache, instead of passing a pointer into
3190 the register cache directly to ptrace. Use regcache_collect
3191 insteaad of read_register.
3192 (ops_prepare_to_store): Use target_read_registers instead
3193 of read_register_bytes.
3194
36479eb1
AS
31952002-07-20 Aidan Skinner <aidan@velvet.net>
3196
3197 * MAINTAINERS: Add self under write after approval.
3198
80ae6ee2
AS
31992002-07-20 Aidan Skinner <aidan@velvet.net>
3200
3201 * ada-tasks.c: Change k&r style function definitions to prototyped
3202 form.
3203
8a8ab2b9
AC
32042002-07-19 Andrew Cagney <ac131313@redhat.com>
3205
3206 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3207 * x86-64-tdep.c: Include "objfiles.h".
3208 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3209 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3210
fb16b900
ML
32112002-07-17 Michal Ludvig <michal@suse.cz>
3212
3213 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3214 (update_context): Initialise cfa variable.
3215
0fe7bf7b
MS
32162002-07-17 Michael Snyder <msnyder@redhat.com>
3217
3218 * aix-thread.c: Shorten some long lines.
3219 Bring comments into line with code spec.
3220
488f131b
JB
32212002-07-18 Joel Brobecker <brobecker@gnat.com>
3222
3223 * infrun.c: Re-indent using gdb_indent.sh.
3224
46c415d2
JB
32252002-07-18 Joel Brobecker <brobecker@gnat.com>
3226
3227 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3228 Leave the indentation temporarily untouched, to minimize the diffs.
3229
cdecafbe
EZ
32302002-07-18 Elena Zannoni <ezannoni@redhat.com>
3231
3232 * stabsread.c: Make os9k sections of the code obsolete,
3233 for real this time.
3234 * stabsread.h: Make os9k sections of the code obsolete.
3235
7b6aa020
ML
32362002-07-18 Michal Ludvig <mludvig@suse.cz>
3237
09ec9b38
ML
3238 * linux-low.c (regsets_store_inferior_registers): Add free()
3239 at the end of a loop to prevent memory leak.
3240 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3241 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3242 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3243 line a comment.
4894ac5d 3244 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3245
233282cd
JB
32462002-07-17 Jim Blandy <jimb@redhat.com>
3247
3248 * macrocmd.c (info_macro_command): Remove newline from error
3249 message.
3250
7b6aa020 32512002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3252
3253 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3254 (sh_gdbarch_init): Use it for sh-dsp.
3255
f7ef9339
KB
32562002-07-16 Kevin Buettner <kevinb@redhat.com>
3257
3258 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3259 64-bit DWARF2 format.
3260
8dd72958
JB
32612002-07-16 Joel Brobecker <brobecker@gnat.com>
3262
3263 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3264 <sys/proc.h> when not available.
3265
a99a9e1b
AC
32662002-07-16 Andrew Cagney <ac131313@redhat.com>
3267
3268 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3269 * stabsread.c: Make os9k sections of the code obsolete.
3270 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3271 * config/i386/i386os9k.mt: Make file obsolete.
3272 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3273 (COMMON_OBS): Remove os9kread.o
3274 (SFILES): Remove os9kread.c.
3275 (os9kread.o, remote-os9k.o): Make target obsolete.
3276 * remote-os9k.c: Make file obsolete.
3277 * os9kread.c: Make file obsolete.
3278 * Makefile.in
3279
7a3085c1
AC
32802002-07-16 Andrew Cagney <ac131313@redhat.com>
3281
3282 * NEWS: Mention that the FR30 has been made obsolete.
3283 * fr30-tdep.c: Make file obsolete.
3284 * config/fr30/tm-fr30.h: Ditto.
3285 * config/fr30/fr30.mt: Ditto.
3286 * configure.tgt: Make fr30-*-elf obsolete.
3287 * MAINTAINERS: Make fr30-elf obsolete.
3288
28a93f5a
PM
32892002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3290
3291 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3292 found is not inside a section.
3293
be006b8b
KB
32942002-07-15 Kevin Buettner <kevinb@redhat.com>
3295
3296 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3297 strerror().
3298 (pdc_realloc): Use xrealloc() instead of realloc().
3299
14fa3751
KB
33002002-07-15 Kevin Buettner <kevinb@redhat.com>
3301
3302 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3303 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3304 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3305 macros.
3306
42cc437f
KB
33072002-07-15 Kevin Buettner <kevinb@redhat.com>
3308
3309 * aix-thread.c (ptrace_check): Eliminate goto.
3310 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3311 problem.
3312
8e2c28d4
KB
33132002-07-15 Kevin Buettner <kevinb@redhat.com>
3314
3315 * aix-thread.c (gdbcmd.h): Include.
3316 (DEBUG, DBG, DBG2, dbg): Eliminate.
3317 (debug_aix_thread): New static global.
3318 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3319 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3320 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3321 invocations to DBG and DBG2 macros to test against
3322 ``debug_aix_thread'' and call fprintf_unfiltered().
3323 (_initialize_aix_thread): Add new command "set debug aix-thread".
3324
30413464
AC
33252002-07-15 Andrew Cagney <ac131313@redhat.com>
3326
3327 From Gerhard Tonn <TON@de.ibm.com>:
3328 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3329 instead of supply_register.
3330
7c43edc1
AC
33312002-07-15 Andrew Cagney <ac131313@redhat.com>
3332
3333 * dwarf2cfi.c: Include "gdb_assert.h".
3334 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3335 non-NULL.
3336 (update_context): Do not use __func__. Add missing ``break''.
3337 (update_context): Do not use __func__.
3338
9364a0ef
EZ
33392002-07-15 Elena Zannoni <ezannoni@redhat.com>
3340
3341 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3342 and its setting. Set gdbarch instruction printing functions
3343 directly. For non-rs6000 case use new function
3344 gdb_print_insn_powerpc.
3345 (gdb_print_insn_powerpc): New function.
3346
3fbeef0b
AC
33472002-07-13 Andrew Cagney <ac131313@redhat.com>
3348
92eb23c5 3349 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3350 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3351 * configure.tgt: Mark d30v-*-* as obsolete.
3352 * d30v-tdep.c: Mark file as obsolete.
3353 * config/d30v/d30v.mt: Ditto.
3354 * config/d30v/tm-d30v.h: Ditto.
3355
aacb1f0a
AS
33562002-07-13 Aidan Skinner <aidan@velvet.net>
3357
3358 * ada-tasks.c (add_task_entry): replace calls to
3359 malloc() with xmalloc
3360 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3361
3362 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3363 ada_finish_decode_line_1, all_sals_for_line
3364 ada_breakpoint_rewrite): replace calls to free() with xfree()
3365
c11d79f2
KB
33662002-07-12 Kevin Buettner <kevinb@redhat.com>
3367
3368 From Nicholas Duffek (with minor changes by Martin Hunt,
3369 Louis Hamilton, and Kevin Buettner):
3370 * aix-thread.c: New file.
3371
8e19ed76
PS
33722002-07-12 Petr Sorfa <petrs@caldera.com>
3373
3374 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3375 complaint for invalid attribute class or form.
3376 (read_func_scope): DW_AT_frame_base
3377 better handling of DW_AT_block*.
3378 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3379 better handling of DW_AT_block*.
3380 (read_common_block): DW_AT_location
3381 better handling of DW_AT_block*.
3382 (read_partial_die): DW_AT_location better handling
3383 of DW_AT_block*.
3384 (new_symbol): DW_AT_external better handling of
3385 DW_AT_block*. Proper initialization of variable
3386 "addr".
3387 (attr_form_is_block): New function that returns true
3388 if the attribute's form is of DW_FORM_block*.
3389
295401f7
DJ
33902002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3391
3392 * valops.c (find_method_list): Remove comment about
3393 removed STATIC_MEMFUNCP argument.
3394 (value_find_oload_method_list): Likewise.
3395
e42dc924
KB
33962002-07-12 Kevin Buettner <kevinb@redhat.com>
3397
3398 From Nicholas Duffek:
3399 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3400 target_new_objfile_hook.
3401
6904b546
KB
34022002-07-12 Kevin Buettner <kevinb@redhat.com>
3403
3404 From Nicholas Duffek:
3405 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3406 csect.
3407
53fe9346
AC
34082002-07-12 Andrew Cagney <cagney@redhat.com>
3409
3410 * MAINTAINERS: Mention --enable-sim-build-warnings.
3411 (m68hc11-elf): Disable sim build warnings.
3412 (m32r-elf): Mark as broken obsolete candidate.
3413 (x86_64-linux-gnu): Mark as buildable with -Werror.
3414 (arm-elf): Change -w to ``,'' which enables warnings but not
3415 -Werror.
3416
af5f3db6
AC
34172002-07-12 Andrew Cagney <ac131313@redhat.com>
3418
3419 * bcache.h: Update copyright.
3420 (struct bstring, struct bcache): Move definition to "bcache.c".
3421 Replaced by opaque declaration.
3422 (bcache_xfree): Replace free_bcache.
3423 (bcache_xmalloc, bcache_memory_used): Declare.
3424
3425 * bcache.c: Update copyright.
3426 (struct bstring, struct bcache): Moved to here from "bcache.h".
3427 Update comments.
3428 (bcache_xmalloc, bcache_memory_used): New functions.
3429 (bcache_xfree): Replace function free_bcache.
3430
3431 * Makefile.in (objfiles.o): Add $(bcache_h).
3432 (objfiles_h): Remove $(bcache_h).
3433 (symfile.o): Add $(bcache_h).
3434
3435 * symmisc.c: Update copyright.
3436 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3437 (print_objfile_statistics): Use bcache_memory_used.
3438
3439 * symfile.c: Include "bcache.h".
3440 (reread_symbols): Use bcache_xfree.
3441 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3442 (add_psymbol_to_list): Pass psymbol_cache by value.
3443 (add_psymbol_with_dem_name_to_list): Ditto.
3444
3445 * objfiles.h: Update copyright.
3446 (struct bcache): Declare opaque. Do not include "bcache.h".
3447 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3448 bcache'' pointers.
3449 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3450
3451 * objfiles.c: Include "bcache.h". Update copyright.
3452 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3453 macro_cache.
3454 (free_objfile): Use bcache_xfree.
3455
444199e7
GS
34562002-07-11 Grace Sainsbury <graces@redhat.com>
3457
3458 * monitor.c (monitor_fetch_register): Make name a constant.
3459 (monitor_store_register): Same.
3460
261397f8
DJ
34612002-07-11 Daniel Jacobowitz <drow@mvista.com>
3462
3463 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3464 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3465 (finish_block) For non-function blocks, hash the symbol table. For
3466 function blocks, mark the symbol table as unhashed.
3467 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3468 (msymbol_hash_iw): Likewise.
3469 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3470 value.
3471 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3472 (lookup_minimal_symbol): Likewise for both.
3473 * symtab.h (struct block): Add `hashtable' flag. Comment the
3474 hashtable.
3475 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3476 (ALL_BLOCK_SYMBOLS): Update.
3477 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3478 (struct symbol): Add `hash_next' pointer.
3479 * symtab.c (lookup_block_symbol): Search using the hash table when
3480 possible.
3481 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3482 (search_symbols, find_addr_symbol): Likewise.
3483
3484 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3485 (read_dst_symtab): Likewise.
3486 * jv-lang.c (get_java_class_symtab): Likewise.
3487 * mdebugread.c: Include "gdb_assert.h".
3488 (shrink_block): Assert that the block being modified is not hashed.
3489 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3490 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3491 symbols.
3492 (dump_symtab): Recognize hashed blocks.
3493 * printcmd.c (print_frame_args): Assert that function blocks do not
3494 have hashed symbol tables.
3495 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3496 (fill_in_ada_prototype, debug_print_block): Likewise.
3497 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3498
6f0eaa01
CV
34992002-07-11 Corinna Vinschen <vinschen@redhat.com>
3500
3501 * stack.c (print_frame): Use result of frame_address_in_block()
3502 instead of fi->pc when evaluating symbols.
3503 (backtrace_command_1): Ditto.
3504
a208b0cb
AC
35052002-07-11 Andrew Cagney <cagney@redhat.com>
3506
3507 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3508 Make static.
3509
3510 * arm-tdep.c (arm_register_name): Make return type constant.
3511
a6b6b089
AC
35122002-07-10 Andrew Cagney <ac131313@redhat.com>
3513
5ae5f592
AC
3514 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3515 prototype.
3516 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3517 * s390-tdep.c (s390_fp_regnum): Ditto.
3518 (s390_read_fp): Ditto.
3519 (s390_pop_frame): Ditto.
3520 (_initialize_s390_tdep): Ditto.
3521 * remote.c (get_remote_state): Ditto.
3522 * procfs.c (mappingflags): Ditto.
3523 * memattr.c (_initialize_mem): Ditto.
3524 * mcore-tdep.c (mcore_pop_frame): Ditto.
3525 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3526 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3527 * language.c (set_case_str): Ditto.
3528 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3529 * frv-tdep.c (new_variant): Ditto.
3530 (frv_stopped_data_address): Ditto.
3531 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3532 (context_alloc): Ditto.
3533 (frame_state_alloc): Ditto.
3534 (unwind_tmp_obstack_init): Ditto.
3535 (unwind_tmp_obstack_free): Ditto.
3536 (cfi_read_fp): Ditto.
3537 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3538 (cris_pop_frame): Ditto.
3539 * c-lang.c (scanning_macro_expansion): Ditto.
3540 (finished_macro_expansion): Ditto.
3541 (c_preprocess_and_parse): Ditto.
3542 * gdbarch.sh: Ditto.
3543 * gdbarch.h, gdbarch.c: Regenerate.
3544 * config/mn10200/tm-mn10200.h: Adjust indentation.
3545 * target.c: Adjust indentation.
3546 * symtab.h: Adjust indentation.
3547 * stabsread.h: Adjust indentation.
3548 * remote-es.c: Adjust indentation.
3549 * os9kread.c: Adjust indentation.
3550
35512002-07-10 Andrew Cagney <ac131313@redhat.com>
3552
a6b6b089
AC
3553 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3554 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3555
a1789893
GS
35562002-07-10 Grace Sainsbury <graces@redhat.com>
3557
3558 * NEWS: Mention m68k, mcore multi-arching.
3559 * MAINTAINERS: Change status of m68k, mcore to reflect
3560 multi-arching.
3561
02f0d45d
DJ
35622002-07-10 Daniel Jacobowitz <drow@mvista.com>
3563
3564 * valops.c (find_overload_match): Free oload_syms.
3565
f15f768e
JB
35662002-07-09 Joel Brobecker <brobecker@gnat.com>
3567
3568 Define HAVE_SYS_PROC_H if sys/proc.h exists
3569 * configure.in: Add check for sys/proc.h
3570 * config.in: Regenerate.
3571 * configure: Regenerate.
3572
902a7139
GS
35732002-07-09 Grace Sainsbury <graces@redhat.com>
3574
3575 * config/m68k/tm-m68k.h: Remove macros wrapped in
3576 #if !GDB_MULTI_ARCH.
3577
a534e424
AC
35782002-07-08 Andrew Cagney <ac131313@redhat.com>
3579
3580 * config.in, configure: Regenerate.
3581
9b94f7bf
MK
35822002-07-08 Mark Kettenis <kettenis@gnu.org>
3583
3584 * dwarf2cfi.c: Include "gcore.h".
3585 (execute_stack_op): Fix implementation of the
3586 DW_OP_deref and DW_OP_deref_size operators by letting do their
3587 lookup in the target.
3588
1d34db41
MK
35892002-07-07 Mark Kettenis <kettenis@gnu.org>
3590
3591 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3592 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3593 tdep->sc_sp_offset.
3594
79d5b63a
DJ
35952002-07-05 Daniel Jacobowitz <drow@mvista.com>
3596
3597 Fix PR gdb/595, gdb/602
3598 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3599 Don't call value_cast, just read the vtable pointer; update comments
3600 to match.
3601
3bb912e8
GS
36022002-07-05 Grace Sainsbury <graces@redhat.com>
3603
3604 * config/mcore/tm-mcore.h: Remove file.
3605 * config/mcore/mcore.mt: Remove definition of TM_FILE
3606 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3607
ca39387d
MK
36082002-07-05 Mark Kettenis <kettenis@gnu.org>
3609
3610 * i386bsd-tdep.c: Include "gdb_string.h".
3611
efdc1108
GS
36122002-07-04 Grace Sainsbury <graces@redhat.com>
3613
3614 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3615 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3616 mcore-tdep.
3617 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3618 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3619 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3620 (RETVAL_REGNUM): Move macros from tm-mcore.h
3621 (mcore_reg_struct_has_addr): New function.
3622 (mcore_gdbarch_init): Added initializations for the macros removed
3623 from tm-mcore.h.
3624
bb21884d
MK
36252002-07-04 Mark Kettenis <kettenis@gnu.org>
3626
3627 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3628 traditonal string branding within the ELF header.
3629
228c6d41
DJ
36302002-07-04 Daniel Jacobowitz <drow@mvista.com>
3631
3632 * symtab.c (remove_params): New function.
3633 (make_symbol_overload_list): Use it instead of cplus_demangle.
3634 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3635
2404952e
MK
36362002-07-04 Mark Kettenis <kettenis@gnu.org>
3637
e5e4acad
MK
3638 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3639
baadce09
MK
3640 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3641 New variables.
3642 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3643 and tdep->sigtramp_end.
3644 * i386obsd-nat.c: New file.
3645 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3646
2404952e
MK
3647 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3648 Don't call get_current_frame().
3649
9b4f1ba7
PM
36502002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3651
3652 * i386-nat.c (child_post_startup_inferior): New function
3653 calling i386_cleanup_dregs if
3654 I386_USE_GENERIC_WATCHPOINTS is defined.
3655 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3656 conditional to acknowledge that i386-nat.c has its
3657 own child_post_startup_inferior function.
3658
c0d1d883
MK
36592002-07-04 Mark Kettenis <kettenis@gnu.org>
3660
00f8375e
MK
3661 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3662 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3663 instead of MAX_REGISTER_RAW_SIZE.
3664 (i386_extract_return_value, i386_extract_struct_value_address):
3665 Convert to use regcache.
3666 (i386_gdbarch_init): Set max_register_raw_size and
3667 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3668 Set extract_return_value and extract_struct_value_address instead
3669 of their deprecated variants.
3670
c0d1d883
MK
3671 Convert i386 target to generic dummy frames.
3672 * i386-tdep.c: Include "symfile.h".
3673 (i386_frameless_signal_p): Consider a function to be frameless if
3674 the pc points at the first instruction of the function.
3675 (i386_frame_chain): Handle (generic) call dummies.
3676 (i386_frame_saved_pc): Likewise.
3677 (i386_frame_init_saved_regs): Remove code dealing with call
3678 dummies on the stack.
3679 (i386_push_dummy_frame): Removed.
3680 (i386_call_dummy_words): Removed.
3681 (i386_fix_call_dummy): Removed.
3682 (i386_push_return_address): New function.
3683 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3684 parameter, and don't call get_current_frame.
3685 (i386_pop_frame): New function.
3686 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3687 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3688 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3689 call_dummy_length to 0, set call_dummy_words to NULL, set
3690 sizeof_call_dummy_words to 0, set fix_call_dummy to
3691 generic_fix_call_dummy, set pc_in_call_dummy to
3692 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3693 generic_push_dummy_frame, set push_return_address to
3694 i386_push_return_address and set frame_chain_valid to
3695 generic_file_frame_chain_valid.
3696
049ee0e4
AC
36972002-07-03 Andrew Cagney <ac131313@redhat.com>
3698
3699 * gdbarch.sh (struct regcache): Add opaque declaration.
3700 (EXTRACT_RETURN_VALUE): New architecture method.
3701 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3702 * gdbarch.h, gdbarch.c: Regenerate.
3703 * arch-utils.c (legacy_extract_return_value): New function.
3704 * arch-utils.h (legacy_extract_return_value): Declare.
3705 * values.c (value_being_returned): Re-enable code handling
3706 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3707 deprecated_grub_regcache_for_registers call to block handling
3708 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3709 (EXTRACT_RETURN_VALUE): Do not define.
3710
4e0d9804
GS
37112002-07-03 Grace Sainsbury <graces@redhat.com>
3712
3713 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3714 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3715 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3716 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3717 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3718 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3719 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3720 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3721 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3722 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3723 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3724 argument so the function fits the prototype in the architecture
3725 vector.
3726 (mcore_pop_frame): Remove argument so the function fits the
3727 prototype. Use get_current_frame instead of the argument.
3728 (mcore_push_arguments): Change type of struct_return so the
3729 function can be used in the architecture vector.
3730 (mcore_store_struct_return): Add.
3731 (mcore_frame_init_saved_regs): Add.
3732 (mcore_gdbarch_init): Add function calls to replace the macros
3733 removed from tm-mcore.h
3734
36160dc4
AC
37352002-07-03 Andrew Cagney <ac131313@redhat.com>
3736
3737 * infcmd.c (print_return_value): Remove compatibility code calling
3738 deprecated_grub_regcache_for_registers.
3739
3740 * values.c: Include "regcache.h".
3741 (value_being_returned): Update. Use
3742 deprecated_grub_regcache_for_registers to extract the register
3743 buffer address.
3744 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3745 ``struct regcache''.
3746 * Makefile.in (values.o): Add dependency on $(regcache_h).
3747
3748 * inferior.h (run_stack_dummy): Change type of second parameter to
3749 a ``struct regcache''.
3750 * valops.c (hand_function_call): Change type of retbuf to ``struct
3751 regcache''. Allocate using regcache_xmalloc, clean using
3752 make_cleanup_regcache_xfree.
3753 * infcmd.c (run_stack_dummy): Update. Use
3754 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3755
3756 * regcache.c (do_regcache_xfree): New function.
3757 (make_cleanup_regcache_xfree): New function.
3758 * regcache.h (make_cleanup_regcache_xfree): Declare.
3759
e64d9b3d
MH
37602002-07-03 Martin M. Hunt <hunt@redhat.com>
3761
4dd79c29
MH
3762 * event-top.c (command_line_handler): Don't read past
3763 beginning of buffer.
e64d9b3d 3764
4dd79c29
MH
37652002-07-03 Martin M. Hunt <hunt@redhat.com>
3766
e64d9b3d
MH
3767 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3768 struct frame_id.
3769 (varobj_create): Store frame_id for root.
3770 (varobj_gen_name): Use xasprintf.
3771 (varobj_update): Save and restore frame using get_frame_id() and
3772 frame_find_by_id().
3773 (create_child): Use xasprintf.
3774 (new_root_variable): Initialize frame_id.
3775 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3776 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3777 to prevent memory leak.
3778
26e6c56a
AC
37792002-07-03 Andrew Cagney <ac131313@redhat.com>
3780
3781 * valops.c (hand_function_call): Move declaration of retbuf to
3782 start of function, allocate using malloc, add a cleanup but before
3783 the inf_status cleanup, cleanup the buffer. Rename local variable
3784 old_chain to inf_status_cleanup.
3785
f436dd25
MH
37862002-07-03 Martin M. Hunt <hunt@redhat.com>
3787
3788 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3789
3790 * cli/cli-decode.c (cmd_func_p): New function.
3791 (cmd_func): New function.
3792
3793 * command.h: Add cmd_func() and cmd_func_p().
3794
4cfe2084
GS
37952002-07-03 Grace Sainsbury <graces@redhat.com>
3796
3797 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3798 (REGISTER_SIZE): Remove.
3799 (MAX_REGISTER_RAW_SIZE): Remove.
3800 (REGISTER_VIRTUAL_TYPE): Remove.
3801 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3802 (REGISTER_NAME): Remove.
3803 (USE_GENERIC_DUMMY_FRAMES): Remove.
3804 (CALL_DUMMY): Remove.
3805 (CALL_DUMMY_START_OFFSET): Remove.
3806 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3807 (CALL_DUMMY_LOCATION): Remove.
3808 (FIX_CALL_DUMMY): Remove.
3809 (CALL_DUMMY_ADDRESS): Remove.
3810 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3811 (SAVE_DUMMY_FRAME_TOS): Remove.
3812 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3813 (mcore_register_virtual_type): New function.
3814 (mcore_register_byte): New function.
3815 (mcore_register_size): New function.
3816 (mcore_register_name): New function.
3817 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3818 macros removed from tm-mcore.h.
3819 (mcore_dump_tdep): Add.
3820 (_initialize_mcore_tdep): Add gdbarch_register call.
3821
4fd667e9
MK
38222002-07-03 Mark Kettenis <kettenis@gnu.org>
3823
3824 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3825 frameless_look_for_prologue, such that we actually call this
3826 function.
3827
42f99ac2
JB
38282002-07-02 Joel Brobecker <brobecker@gnat.com>
3829
3830 * frame.h (frame_address_in_block): New function.
3831
3832 * blockframe.c (frame_address_in_block): New function extracted
3833 from get_frame_block().
3834 (get_frame_block): Use frame_address_in_block().
3835 (block_innermost_frame): Use frame_address_in_block() to match
3836 the frame pc address against the block boundaries rather than
3837 the frame pc directly. This prevents a failure when a frame pc
3838 is actually a return-address pointing immediately after the end
3839 of the given block.
3840
103a1597 38412002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3842
3843 * MAINTAINERS: Add self under write after approval.
3844
38452002-07-02 Grace Sainsbury <graces@redhat.com>
3846
103a1597
GS
3847 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3848 used in architecture vector. The default is
3849 m68k_local_breakpoint_from_pc.
3850 (m68k_local_breakpoint_from_pc): Add.
3851 (enum): Add register numbers from tm-m68k.h.
3852 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3853 vector.
3854 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3855 GDB_MULTI_ARCH_PARTIAL.
3856 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3857 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3858 m68k-tdep.c.
3859 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3860 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3861 to enum in m68k-tdep.c
3862
7a5a0534
JB
38632002-07-02 Joel Brobecker <brobecker@gnat.com>
3864
3865 * solib-osf.c (open_map): Compute the list of shared libraries
3866 loaded by the inferior, rather than the list of libraries loaded
3867 by GDB itself. Otherwise, GDB ends up reading the symbols from
3868 the wrong shared libraries...
3869
6f558d74
MK
38702002-07-02 Mark Kettenis <kettenis@gnu.org>
3871
b7d15bf7
MK
3872 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3873 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3874 macros.
3875 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3876 Remove functions.
3877 (FRAMELESS_SIGNAL): Remove function.
3878 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3879 i386_linux_saved_pc_after_call): Removed.
3880 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3881 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3882 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3883
6bff26de
MK
3884 * i386-tdep.c (i386_frameless_signal_p): New function.
3885 (i386_frame_chain): Deal with frameless signals.
3886 (i386_sigtramp_saved_sp): New function.
3887 (i386_frame_saved_pc): Deal with frameless signals.
3888 (i386_saved_pc_after_call): Make sure the correct value is
3889 returned just after entry into a sigtramp.
3890 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3891 i386fbsd4_sc_sp_offset): New variables.
3892 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3893 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3894 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3895 similiar to what we already did for sc_pc_offset.
3896 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3897 tdep->sc_sp_offset.
3898
6f558d74
MK
3899 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3900
145564b7
ML
39012002-07-02 Michal Ludvig <mludvig@suse.cz>
3902
3903 * config/i386/tm-x86-64linux.h: New.
3904 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3905 definitions.
3906 * config/i386/nm-x86-64.h: Rename to ...
3907 * config/i386/nm-x86-64linux.h: ... this one.
3908 * config/i386/x86-64linux.mh: Reflect the above change.
3909
3a1e71e3
MK
39102002-07-01 Mark Kettenis <kettenis@gnu.org>
3911
21d0e8a4
MK
3912 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3913 with sigcontext_addr. Add sc_sp_offset.
3914 (i386bsd_sigtramp_saved_pc): Remove prototype.
3915 (i386bsd_sicontext_addr): Add prototype.
3916 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3917 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3918 (i386_svr4_sigtramp_saved_pc): Removed.
3919 (i386_svr4_sigcontext_addr): New function.
3920 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3921 Initialize tdep->sigcontext_addr instead. Initialize
3922 tdep->sc_pc_offset and tdep->sc_sp_offset.
3923 (i386_gdbarch_init): Likewise.
3924 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3925 any more.
3926 (i386bsd_sigtramp_saved_pc): Remove function.
3927 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3928 Initialize tdep->sigcontext_addr instead. Initialize
3929 tdep->sc_pc_offset.
3930 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3931 of tdep->sigtramp_saved_pc.
3932 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3933 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3934 instead.
3935
3a1e71e3
MK
3936 * i386-tdep.c (i386_frameless_function_invocation,
3937 i386_frame_num_args, i386_frame_init_saved_regs,
3938 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3939 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3940 i386_extract_return_value, i386_store_return_value,
3941 i386_extract_struct_value_address, i386_register_virtual_type,
3942 i386_register_convertible, i386_register_convert_to_virtual,
3943 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3944 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3945 static.
3946
52e9098c
MK
39472002-07-01 Mark Kettenis <kettenis@gnu.org>
3948
77b13a25
MK
3949 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3950
52e9098c
MK
3951 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3952 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3953 this macro. Include "value.h".
3954
1b372fff
AS
39552002-06-30 Aidan Skinner <aidan@velvet.net>
3956
3957 * ada-exp.tab.c: remove as it's a generated file
3958 * ada-lex.c: remove as it's a generated file
3959
9c5045b5
MK
39602002-06-30 Mark Kettenis <kettenis@gnu.org>
3961
4a93c5bb
MK
3962 * config/i386/tm-i386.h (struct frame_info, struct
3963 frame_saved_regs, struct value, struct type): Remove forward
3964 declarations.
3965
322d4fe0
MK
3966 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3967 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3968 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3969 (FILL_FPXREGSET): Define.
3970
fdd8263d
MK
3971 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3972
482e577b
MK
3973 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3974 i[3456]86-*-netbsd* case.
3975 * config/i386/tm-obsd.h: Removed.
3976 * config/i386/obsd.mt: Removed.
3977 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3978 core-aout.o.
3979 (MH_CFLAGS): Add -DYYDEBUG=0.
3980
6916549a
MK
3981 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3982 i386nbsd_sc_pc_offset on OpenBSD too.
3983
9c5045b5
MK
3984 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3985 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3986 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3987 define.
3988 * i386bsd-tdep.c: Include "arch-utils.h".
3989 (i386bsd_aout_in_solib_call_trampoline): New function.
3990 (i386bsd_init_abi): Set in_solib_call_trampoline to
3991 i386bsd_aout_in_solib_call_trampoline.
3992 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3993 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3994
aa84d1bb
AC
39952002-06-28 Andrew Cagney <ac131313@redhat.com>
3996
3997 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3998 (struct obstack, struct bcache): Add opaque declarations.
3999 * Makefile.in (macrotab_h): Update
4000
b4d83933
AC
40012002-06-28 Andrew Cagney <ac131313@redhat.com>
4002
4003 * blockframe.c (generic_find_dummy_frame): Change return type to
4004 ``struct regcache''.
4005 (struct dummy_frame): Replace field ``registers'' with regcache, a
4006 struct regcache object.
4007 (generic_find_dummy_frame): Update.
4008 (generic_push_dummy_frame): Update. Use regcache_xfree,
4009 regcache_xmalloc and regcache_cpy.
4010 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4011 regcache_xfree.
4012 (deprecated_generic_find_dummy_frame): Update.
4013 (generic_read_register_dummy): Update. Use
4014 regcache_read_as_address.
4015 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4016 (generic_get_saved_register): Update. Use regcache_read.
4017
08c0b5bc
AC
40182002-06-28 Andrew Cagney <ac131313@redhat.com>
4019
4020 * Makefile.in (objfiles_h): Add $(bcache_h).
4021 * objfiles.h: Include "bcache.h".
4022
4023 * Makefile.in (symtab_h): Remove $(bcache_h).
4024 * symtab.h: Do not include "bcache.h".
4025
1f89801a
AC
40262002-06-28 Andrew Cagney <ac131313@redhat.com>
4027
4028 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4029 generic_func_frame_chain_valid.
4030
b9644b58
DB
40312002-06-28 David O'Brien <obrien@FreeBSD.org>
4032
4033 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4034 * config/i386/tm-fbsd.h: Likewise.
4035
dd486634
AC
40362002-06-28 Andrew Cagney <ac131313@redhat.com>
4037
4038 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4039 generic_unwind_get_saved_register.
4040
0b434a00
AC
40412002-06-27 Andrew Cagney <ac131313@redhat.com>
4042
4043 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4044 * regcache.c (supply_register): Add missing argument to
4045 register_buffer call.
4046
f30e5a77
AC
40472002-06-27 Andrew Cagney <ac131313@redhat.com>
4048
4049 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4050 Solaris /bin/grep does not not like it. From Peter Schauer.
4051
9f064c95
TT
40522002-06-26 Tom Tromey <tromey@redhat.com>
4053
4054 * command.h (add_setshow_cmd): Declare.
4055 (add_setshow_cmd_full): Declare.
4056 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4057 returns void. Use add_setshow_cmd_full.
4058 (add_setshow_cmd_full): New function.
4059 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4060 (add_setshow_boolean_cmd): Likewise.
4061
099c7589
JT
40622002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4063
4064 * config/vax/tm-vax.h: Protect from multiple inclusion.
4065 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4066 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4067 * config/vax/tm-vaxbsd.h: ...here. New file.
4068 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4069
1d049c5e
JT
40702002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4071
4072 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4073 (BELIEVE_PCC_PROMOTION): Remove.
4074 (AP_REGNUM): Move to...
4075 * config/vax/nm-vax.h: ...here.
4076 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4077 (vax_breakpoint_from_pc): New function.
4078 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4079 and gdbarch_believe_pcc_promotion.
4080
4791e091
JT
40812002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4082
4083 * Makefile.in (vax_tdep_h): Define.
4084 (vax-tdep.o): Use $(vax_tdep_h).
4085 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4086 (vax_dump_tdep): New function.
4087 (_initialize_vax_tdep): Register vax_dump_tdep.
4088 * vax-tdep.h: Include osabi.h.
4089 (struct gdbarch_tdep): New.
4090
da130f98
AC
40912002-06-26 Andrew Cagney <cagney@redhat.com>
4092
4093 * frame.h (deprecated_generic_find_dummy_frame): Rename
4094 generic_find_dummy_frame.
4095 * blockframe.c (generic_find_dummy_frame): Make static.
4096 (deprecated_generic_find_dummy_frame): New function.
4097 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4098 generic_find_dummy_frame with deprecated_find_dummy_frame.
4099 (sh64_nofp_frame_init_saved_regs): Ditto.
4100 (sh_fp_frame_init_saved_regs): Ditto.
4101 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4102 (s390_frame_chain): Ditto.
4103 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4104
6300c360
GS
41052002-06-26 Grace Sainsbury <graces@redhat.com>
4106
4107 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4108 gdbarch vector are at the top.
4109 (NUM_REGS): Remove.
4110 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4111 (FRAME_ARGS_ADDRESS): Remove.
4112 (FRAME_LOCALS_ADDRESS): Remove.
4113 (FRAME_NUM_ARGS): Remove.
4114 (FRAME_ARGS_SKIP): Remove.
4115 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4116 (m68k_gdbarch_init): Add gdbarch initializations for macros
4117 undefined in tm-m68k.h
4118
1c617db8
GS
41192002-06-26 Grace Sainsbury <graces@redhat.com>
4120
4121 * monitor.h: Add the function regname to monitor_ops
4122 structure. This way NUM_REGS does not have to be a constant.
4123 * monitor.c (monitor_fetch_register): Added support for regname
4124 function. The function is called if the array regnames is NULL.
4125 (monitor_store_register): Same.
da130f98
AC
4126 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4127 regnames array.
1c617db8
GS
4128 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4129 cpu32bug_cmds.regname to point to new function.
4130 * abug-rom.c (abug_regname): Same as above.
4131 (init_abug_cmds): Same.
4132 * dbug-rom.c (dbug_regname): Same as above.
4133 (init_dbug_cmds): Same.
4134 * remote-est.c (est_regname): Same.
4135 (init_est_cmds): Same.
4136 * rom68k-rom.c (rom68k_regname): Same.
4137 (init_rom68k_cmds): Same.
4138
ea9365bb
TT
41392002-06-25 Tom Tromey <tromey@redhat.com>
4140
4141 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4142
72cec141
AC
41432002-06-25 Andrew Cagney <cagney@redhat.com>
4144
4145 * infrun.c (stop_registers): Change variable's type to ``struct
4146 regcache'''.
4147 (xmalloc_inferior_status): Delete function.
4148 (free_inferior_status): Delete function.
4149 (normal_stop): Use regcache_cpy.
4150 (struct inferior_status): Change type of fields ``stop_registers''
4151 and ``registers'' to ``struct regcache''.
4152 (write_inferior_status_register): Use regcache_write.
4153 (save_inferior_status): Instead of calling
4154 xmalloc_inferior_status, allocate the inf_status buffer directly.
4155 Use regcache_dup_no_passthrough and regcache_dup to save the
4156 buffers.
4157 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4158 Replace the stop_registers regcache instead of overriding it. Use
4159 regcache_xfree. Instead of calling free_inferior_status, xfree
4160 the buffer directly.
4161 (discard_inferior_status): Use regcache_xfree. Instead of calling
4162 free_inferior_status, xfree the buffer directly.
4163 (build_infrun): Use regcache_xmalloc.
4164 (_initialize_infrun): Delete redundant call to build_infrun.
4165
4166 * Makefile.in (infcmd.o): Add $(regcache_h).
4167
4168 * infcmd.c: Include "regcache.h".
4169 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4170 obtain the address of `stop_registers' register buffer.
4171 (print_return_value): Ditto.
4172
4173 * inferior.h (struct regcache): Add opaque declaration.
4174 (stop_registers): Change variable's declared type to ``struct
4175 regcache''.
4176
defc6f8c
TT
41772002-06-24 Tom Tromey <tromey@redhat.com>
4178
c0e624e7
TT
4179 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4180 * target.c (initialize_targets): Fixed typo in
4181 trust-readonly-sections `show' documentation.
4182
defc6f8c
TT
4183 * main.c: Marked all strings with _().
4184
2b236d82
DH
41852002-06-24 Don Howard <dhoward@redhat.com>
4186
4187 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4188 that means max CORE_ADDR+1.
4189 (lookup_mem_region): Ditto.
4190 (mem_info_command): Ditto.
4191
942dc0e9
GS
41922002-06-24 Grace Sainsbury <graces@redhat.com>
4193
4194 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4195 (REGISTER_BYTES_OK): Remove.
4196 (REGISTER_BYTES): Remove.
4197 (STORE_STRUCT_RETURN): Remove.
4198 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4199 (STORE_RETURN_VALUE): Remove.
4200 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4201 (FRAME_CHAIN): Remove.
4202 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4203 (FRAME_SAVED_PC): Remove.
4204 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4205 (m68k_store_struct_return): Add.
4206 (m68k_deprecated_extract_return_value): Add.
4207 (m68k_deprecated_extract_struct_value_address): Add.
4208 (m68k_store_return_value): Add.
4209 (m68k_frame_chain): Add.
4210 (m68k_frameless_function_invocation): Add.
4211 (m68k_frame_saved_pc): Add.
4212 (m68k_gdbarch_init): added set_gdbarch calls for new
4213 functions and deleted macros.
4214
03c30d4d
TT
42152002-06-23 Tom Tromey <tromey@redhat.com>
4216
4217 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4218 (ALLDEPFILES): Likewise.
4219 (udiheaders): Removed.
4220 (udip2soc.o): Likewise.
4221 (udi2go32.o): Likewise.
4222 (udr.o): Likewise.
4223 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4224
37e71372
AC
42252002-06-22 Andrew Cagney <ac131313@redhat.com>
4226
06a6ac57
AC
4227 * infrun.c (_initialize_infrun): Delete unnecessary call to
4228 build_infrun.
4229
37e71372
AC
4230 * regcache.h: Update comments describing the regcache_cpy family
4231 of functions.
4232 (regcache_save, regcache_restore): Delete declaration.
4233 (regcache_save_no_passthrough): Delete declaration.
4234 (regcache_restore_no_passthrough): Delete declaration.
4235 * regcache.c (regcache_save): Delete function.
4236 (regcache_save_no_passthrough): Delete function.
4237 (regcache_restore): Delete function.
4238 (regcache_restore_no_passthrough): Delete function.
4239
78f6d055
AC
42402002-06-21 Andrew Cagney <ac131313@redhat.com>
4241
4242 * config/m68k/tm-m68k.h: Fix typo.
4243 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4244 (m68k_frame_init_saved_regs): Declare.
4245
78b119cb
JB
42462002-06-21 Jim Blandy <jimb@redhat.com>
4247
4248 Remove some vestiges of Harris 88k support.
4249 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4250 register numbering quirk.
4251 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4252 odd symbols occurring in Harris 88k ELF targets.
4253
0fbb3da7
TT
42542002-06-21 Tom Tromey <tromey@redhat.com>
4255
4256 * gdb_locale.h: New file.
4257 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4258 (defs_h): Added gdb_locale.h.
4259 * configure, config.in: Rebuilt.
4260 * configure.in (PACKAGE): Define.
4261 * defs.h: Include gdb_locale.h.
4262 * main.c (captured_main): Call setlocale, bindtextdomain,
4263 textdomain.
4264
456f8b9d
DB
42652002-06-21 Dave Brolley <brolley@redhat.com>
4266
4267 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4268 * config/frv/frv.mt: New file.
4269 * config/frv/tm-frv.h: New file.
4270 * configure.tgt: Support frv-*-*.
4271 * Makefile.in (frv-tdep.o): New target.
4272 * frv-tdep.c: New file.
4273 * NEWS: Mention frv.
4274
cdd463f9
DB
42752002-06-21 Dave Brolley <brolley@redhat.com>
4276
4277 * MAINTAINERS: Add self to "Write After Approval" list.
4278
5d3ed2e3
GS
42792002-06-21 Grace Sainsbury <graces@redhat.com>
4280
4281 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4282 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4283 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4284 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4285 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4286
4287 * m68k-tdep.c: Include arch-utils.h
4288 (m68k_register_raw_size): Add.
4289 (m68k_register_virtual_size): Add.
4290 (m68k_register_virtual_type): Add.
4291 (m68k_register_name): Add.
4292 (m68k_stack_align): Add.
4293 (m68k_register_byte): Add.
4294 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4295 tm-m68k.h.
4296
7f8e7424
GS
42972002-06-21 Grace Sainsbury <graces@redhat.com>
4298
a2c6a6d5 4299 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4300 m68k_find_saved_regs.
4301 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4302 references to it with frame->saved_regs.
7f8e7424
GS
4303 (m68k_gdbarch_init): Added function calls to initialize the
4304 gdbarch structure.
a2c6a6d5
GS
4305 (m68k_fix_call_dummy): Add.
4306 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4307 (CALL_DUMMY): Remove.
4308 (CALL_DUMMY_LENGTH): Remove.
4309 (CALL_DUMMY_START_OFFSET): Remove.
4310 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4311 (FIX_CALL_DUMMY): Remove.
4312 (PUSH_DUMMY_FRAME): Remove.
4313 (POP_FRAME): Remove.
7f8e7424 4314
f461f5cf
PM
43152002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4316
4317 * parse.c (parse_fprintf): New function used to avoid calls to
4318 fprintf in bison parser generated debug code.
4319 * parser-defs.h: Declaration of new parse_fprintf function.
4320 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4321 Set YYDEBUG to 1 by default.
4322 Set YYFPRINTF as parse_fprintf.
4323
7f0c12ed
ML
43242002-06-21 Michal Ludvig <mludvig@suse.cz>
4325
4326 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4327 encoding anymore.
4328 (pointer_encoding, enum ptr_encoding): New.
4329 (execute_cfa_program): Take care about pointer encoding.
4330 (dwarf2_build_frame_info): Only call parse_frame_info for
4331 .debug_frame and .eh_frame.
4332 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4333 fixed augmentation handling, added relative addressing,
4334 ignore duplicate FDEs. Added comments.
19d833a2 4335 * dwarf2cfi.c: Reindented.
7f0c12ed 4336
87c4a039
EZ
43372002-06-20 Elena Zannoni <ezannoni@redhat.com>
4338
4339 * event-top.c (command_handler): Don't use space_at_cmd_start
4340 unless there is sbrk() on the host. Assign time and space data
4341 to union fields of the appropriate length.
4342
1cf877ad
ML
43432002-06-20 Michal Ludvig <mludvig@suse.cz>
4344
4345 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4346 x86_64_register_name. Return type changed to 'const char *'.
4347 (x86_64_register_name2nr): Rename to x86_64_register_number.
4348 (x86_64_gdbarch_init): Update to reflect the change.
4349 * x86-64-tdep.h: Ditto.
4350 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4351 (supply_fpregset): Ditto.
4352
3fadccb3
AC
43532002-06-19 Andrew Cagney <cagney@redhat.com>
4354
4355 * regcache.h: Update copyright.
4356 (struct regcache, struct gdbarch): Add opaque declarations.
4357 (current_regcache): Declare global variable.
4358 (regcache_read, regcache_write): Add gdbarch parameter.
4359 (regcache_save, regcache_save_no_passthrough)
4360 (regcache_restore, regcache_restore_no_passthrough)
4361 (regcache_dup, regcache_dup_no_passthrough)
4362 (regcache_cpy, regcache_cpy_no_passthrough)
4363 (deprecated_grub_regcache_for_registers)
4364 (deprecated_grub_regcache_for_register_valid)
4365 (regcache_valid_p): Add function declarations.
4366
4367 * regcache.c: Update copyright.
4368 (regcache_descr_handle): New global variable.
4369 (struct regcache_descr): Define.
4370 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4371 (regcache_descr, xfree_regcache_descr): New functions.
4372 (struct regcache): Define.
4373 (regcache_xmalloc, regcache_xfree): New functions.
4374 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4375 (regcache_dup, regcache_dup_no_passthrough): New functions.
4376 (regcache_valid_p, regcache_read_as_address): New functions.
4377 (deprecated_grub_regcache_for_registers): New function.
4378 (deprecated_grub_regcache_for_register_valid): New function.
4379 (current_regcache): New global variable.
4380 (register_buffer): Add regcache parameter. Update calls.
4381 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4382 (read_register_gen, write_register_gen): Update register_buffer
4383 call. Test for legacy_p instead of gdbarch_register_read_p or
4384 gdbarch_register_write_p.
4385 (regcache_collect): Update register_buffer call.
4386 (build_regcache): Rewrite. Use deprecated grub functions.
4387 (regcache_save, regcache_save_no_passthrough): New functions.
4388 (regcache_restore, regcache_restore_no_passthrough): New
4389 functions.
4390 (_initialize_regcache): Create the regcache_data_handle. Swap
4391 current_regcache global variable.
4392
4393 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4394 parameter to regcache_read and regcache_write calls.
4395 (sh4_register_read): Ditto.
4396 (sh64_pseudo_register_read): Ditto.
4397 (sh64_register_read): Ditto.
4398 (sh_pseudo_register_write): Ditto.
4399 (sh4_register_write): Ditto.
4400 (sh64_pseudo_register_write): Ditto.
4401 (sh64_register_write): Ditto.
4402
4403 * defs.h (XCALLOC): Define.
4404
152d9db6
GS
44052002-06-19 Grace Sainsbury <graces@redhat.com>
4406
4407 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4408 * m68k-tdep.c (m68k_gdbarch_init): Added.
4409 (m68k_dump_tdep): Added.
4410
170911c7
DJ
44112002-06-19 Daniel Jacobowitz <drow@mvista.com>
4412
4413 * ada-lang.c (fill_in_ada_prototype): Update comment.
4414
2e4ebe70
DJ
44152002-06-19 Daniel Jacobowitz <drow@mvista.com>
4416
4417 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4418 MIPS_ABI_LAST.
4419 (mips_abi_string, mips_abi_strings): New.
4420 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4421 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4422 tdep->mips_abi_string. Honor mips_abi_string. Default to
4423 O32 if no ABI is found.
4424 (mips_dump_tdep): Use mips_abi_strings.
4425 (mips_abi_update): New function.
4426 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4427 ``set mips abi'' and ``show mips abi''. Check the size of
4428 mips_abi_strings.
4429
16775908
AC
44302002-06-19 Andrew Cagney <cagney@redhat.com>
4431
4432 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4433 constant.
4434
5051bfa4 44352002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4436
5051bfa4
JB
4437 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4438 current frame using only the first stack size adjustment. All
4439 subsequent size adjustments are not considered to be part of
4440 the "static" part of the current frame.
4441 Compute the address of the saved registers relative to the
4442 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4443 in use in this frame.
4444
56468235
DH
44452002-06-18 Don Howard <dhoward@redhat.com>
4446
4447 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4448 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4449 suggesting this solution.
4450
0b624158
AC
44512002-06-18 Andrew Cagney <ac131313@redhat.com>
4452
4453 * config/romp/xm-rtbsd.h: Delete file.
4454 * config/romp/rtbsd.mh: Delete file.
4455
221ea385
KS
44562002-06-18 Keith Seitz <keiths@redhat.com>
4457
4458 * breakpoint.c (condition_command): Post breakpoint_modify
4459 when a condition is added to an existing breakpoint.
4460 (commands_command): Likewise for commands.
4461 (set_ignore_count): Likewise for ignore counts.
4462 If no tty, do not simply return, still need to send event
4463 notification.
4464 (ignore_command): Only print a newline if the command came
4465 from a tty.
4466 Don't call breakpoints_changed, since this is now properly
4467 handled by set_ignore_count.
4468
5402eed1
AC
44692002-06-18 Andrew Cagney <cagney@redhat.com>
4470
4471 * MAINTAINERS: Note that cris-elf target can be compiled with
4472 -Werror.
4473 * cris-tdep.c (cris_register_name): Make return type constant.
4474 (cris_breakpoint_from_pc): Ditto.
4475
cc22880b
ML
44762002-06-18 Michal Ludvig <mludvig@suse.cz>
4477
4478 * frame.h (struct frame_info): Change type of context to
4479 'struct context'.
4480
fa88f677
AC
44812002-06-17 Andrew Cagney <cagney@redhat.com>
4482
4483 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4484 pointer.
4485 * gdbarch.h, gdbarch.c: Regenerate.
4486 * config/mips/tm-mips.h (mips_register_name): Update.
4487 * i386-tdep.h (i386_register_name): Update.
4488 * mips-tdep.c (mips_register_name): Update
4489 * alpha-tdep.c (alpha_register_name): Update.
4490 * arch-utils.c (legacy_register_name): Update.
4491 * arch-utils.h (legacy_register_name): Update.
4492 * avr-tdep.c (avr_register_name): Update.
4493 * ia64-tdep.c (ia64_register_name): Update.
4494 * i386-tdep.c (i386_register_name): Update.
4495 * sparc-tdep.c (sparc32_register_name): Update.
4496 (sparc64_register_name): Update.
4497 (sparclite_register_name): Update.
4498 (sparclet_register_name): Update.
4499 * sh-tdep.c (sh_generic_register_name): Update.
4500 (sh_sh_register_name): Update.
4501 (sh_sh3_register_name): Update.
4502 (sh_sh3e_register_name): Update.
4503 (sh_sh_dsp_register_name): Update.
4504 (sh_sh3_dsp_register_name): Update.
4505 (sh_sh4_register_name): Update.
4506 (sh_sh64_register_name): Update.
4507 * s390-tdep.c (s390_register_name): Update.
4508 * rs6000-tdep.c (rs6000_register_name): Update.
4509 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4510 (ns32k_register_name_32382): Update.
4511 * d10v-tdep.c (d10v_ts2_register_name): Update.
4512 (d10v_ts3_register_name): Update.
4513 * xstormy16-tdep.c (xstormy16_register_name): Update.
4514 * vax-tdep.c (vax_register_name): Update.
4515 * v850-tdep.c (v850_register_name): Update.
4516 * m68hc11-tdep.c (m68hc11_register_name): Update.
4517 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4518 (am33_register_name): Update.
4519
ea1e7ef6
GS
45202002-06-17 Grace Sainsbury <graces@redhat.com>
4521
4522 * m68k-tdep.c: Reindented.
4523
9b02dd1b
AC
45242002-06-17 Andrew Cagney <ac131313@redhat.com>
4525
4526 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4527 list of predefined types.
4528
8758dec1
MK
45292002-06-16 Mark Kettenis <kettenis@gnu.org>
4530
b6197528
MK
4531 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4532 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4533 REGISTER_CONVERT_TO_RAW): Remove defines.
4534 (i386_register_virtual_type, i386_register_convertible,
4535 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4536 Remove prototypes.
4537 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4538 macros mentioned above.
4539
82b47e62
MK
4540 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4541 (i386lynx_saved_pc_after_call): Remove prototype.
4542 * i386ly-tdep.c: Include "i386-tdep.h".
4543 (i386lynx_saved_pc_after_call): Make static. Use
4544 read_memory_nobpt instead of read_memory. Use
4545 read_memory_unsigned_integer instead of read_memory_integer.
4546 (i386lynx_init_abi): New function.
4547 (i386lynx_coff_osabi_sniffer): New function.
4548 (_initialize_i386bsd_tdep): New function.
4549
8758dec1
MK
4550 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4551 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4552 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4553 (i386_fix_call_dummy): Remove prototype.
4554 * i386-tdep.c (i386_call_dummy_words): New variable.
4555 (i386_gdbarch_init): Adjust for removal of the
4556 macros mentioned above.
4557
e9e68a56
AC
45582002-06-15 Andrew Cagney <ac131313@redhat.com>
4559
4560 * command.h (add_setshow_auto_boolean_cmd): Replace
4561 add_set_auto_boolean_cmd.
4562 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4563 add_set_auto_boolean_cmd.
4564 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4565 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4566 mask-address'' command.
4567 (show_mask_address): Add cmd parameter.
4568 * remote.c (add_packet_config_cmd): Update. Change type of
4569 set_func and show_func to cmd_sfunc_ftype.
4570 (_initialize_remote): Update `set remote Z-packet'
4571 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4572 (show_remote_protocol_e_packet_cmd): Ditto.
4573 (show_remote_protocol_E_packet_cmd): Ditto.
4574 (show_remote_protocol_P_packet_cmd): Ditto.
4575 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4576 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4577 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4578 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4579 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4580 (show_remote_protocol_Z_packet_cmd): Ditto.
4581 (show_remote_protocol_binary_download_cmd): Ditto.
4582 (show_remote_cmd): Pass NULL to all of above.
4583
fc08ec52
MK
45842002-06-15 Mark Kettenis <kettenis@gnu.org>
4585
4586 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4587 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4588 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4589 POP_FRAME): Remove defines.
4590 (i386_push_arguments, i386_store_struct_return,
4591 i386_extract_return_value, i386_store_return_value,
4592 i386_extract_struct_value_address, i386_push_dummy_frame,
4593 i386_pop_frame): Renove prototypes.
4594 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4595 macros mentioned above.
4596
e707bbc2
AC
45972002-06-15 Andrew Cagney <ac131313@redhat.com>
4598
4599 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4600 add_set_boolean_cmd.
4601 (add_setshow_cmd): New function.
4602 * command.h (add_setshow_boolean_cmd): Replace
4603 add_set_boolean_cmd.
4604 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4605 and ``set rdiromatzero''.
4606 * maint.c (_initialize_maint_cmds): Update commented out code.
4607 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4608 * target.c (initialize_targets): Update `set
4609 trust-readonly-sections'.
4610 * remote.c (_initialize_remote): Update `set remotebreak'.
4611
42fdc8df
MK
46122002-06-15 Mark Kettenis <kettenis@gnu.org>
4613
93924b6b
MK
4614 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4615 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4616 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4617 fit into multi-arch framework.
4618 (i386_breakpoint_from_pc): New function.
4619 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4620 above.
4621
42fdc8df
MK
4622 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4623 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4624 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4625 (i386_frameless_function_invocation, i386_frame_num_args,
4626 i386_frame_init_saved_regs): Remove prototypes.
4627 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4628 macros mentioned above.
4629
9773a94b
AC
46302002-06-15 Andrew Cagney <ac131313@redhat.com>
4631
4632 * cli/cli-decode.c (set_cmd_cfunc): Update.
4633 (set_cmd_sfunc): Update.
4634 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4635 (set_cmd_sfunc, set_cmd_cfunc): Update.
4636 * cli/cli-decode.h: Update.
4637
6e157172
MK
46382002-06-15 Mark Kettenis <kettenis@gnu.org>
4639
4640 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4641 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4642
7f19b9a2
AC
46432002-06-15 Andrew Cagney <ac131313@redhat.com>
4644
4645 * defs.h (auto_boolean): Declare enum.
4646 * command.h (cmd_auto_boolean): Delete enum.
4647 * mips-tdep.c (mask_address_var): Update.
4648 (mips_mask_address_p): Update.
4649 (show_mask_address): Update.
4650 * remote.c (struct packet_config): Update.
4651 (update_packet_config): Update.
4652 (show_packet_config_cmd): Update.
4653 (packet_ok): Update.
4654 (add_packet_config_cmd): Update.
4655 (_initialize_remote):
4656 * command.h: Update.
4657 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4658 (do_setshow_command): Update.
4659 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4660 * cli/cli-decode.h: Update.
4661
1cf88de5
MK
46622002-06-15 Mark Kettenis <kettenis@gnu.org>
4663
22ba8cf2
MK
4664 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4665 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4666 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4667 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4668 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4669 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4670
762c5349
MK
4671 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4672 list of DJGPP COFF targets.
4673
091198bb
MK
4674 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4675 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4676 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4677 (FP0_REGNUM): Remove define.
4678 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4679 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4680 (i386_register_virtual_size): Remove protoype.
4681 * i386-tdep.c (i386_register_virtual_size): Removed.
4682 (i386_extract_return_value, i386_store_return_value): Use
4683 FP0_REGNUM instead of NUM_FREGS to determine whether the
4684 floating-point registers are available.
4685 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4686 Adjust for removal of macros mentioned above.
4687
46882002-06-15 Mark Kettenis <kettenis@gnu.org>
4689
fcc9bf01
MK
4690 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4691 comments.
4692 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4693 Remove prototypes.
4694 (supply_gregset, fill_gregset): Remove use of register keyword and
4695 remove declaration for regmap. Use I386_NUM_GREGS instead of
4696 NUM_REGS and NUM_FREGS.
4697 (FPREGSET_FSAVE_OFFSET): Remove.
4698 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4699 NUM_FREGS to determine whether the floating-point registers are
4700 available.
4701
65e78234
MK
4702 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4703 gnu_store_registers): Replace usage of NUM_GREGS with
4704 I386_NUM_GREGS.
4705
98df6387
MK
4706 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4707 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4708 usage of NUM_GREGS with I386_NUM_GREGS.
4709
099a9414
MK
4710 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4711
57976e88
MK
4712 * i386bsd-nat.c: Include "i386-tdep.h".
4713 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4714 I386_NUM_GREGS.
4715
b335f4a6
MK
4716 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4717 and associated comment. They no longer make any sense, since we
4718 don't use this file anymore on Linux.
4719
1cf88de5
MK
4720 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4721 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4722 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4723 elements in these arrays.
4724 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4725 MAX_NUM_REGS.
4726
daa66587
MK
47272002-06-15 Mark Kettenis <kettenis@gnu.org>
4728
4729 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4730 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4731
26e9b323
AC
47322002-06-14 Andrew Cagney <cagney@redhat.com>
4733
4734 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4735 EXTRACT_RETURN_VALUE.
4736 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4737 EXTRACT_STRUCT_VALUE_ADDRESS.
4738 * gdbarch.h, gdbarch.c: Regenerate.
4739
4740 * values.c (value_being_returned): Handle
4741 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4742 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4743
4744 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4745 * arm-tdep.c (arm_gdbarch_init): Update.
4746 * avr-tdep.c (avr_gdbarch_init): Update.
4747 * cris-tdep.c (cris_gdbarch_init): Update.
4748 * d10v-tdep.c (d10v_gdbarch_init): Update.
4749 * ia64-tdep.c (ia64_gdbarch_init): Update.
4750 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4751 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4752 * s390-tdep.c (s390_gdbarch_init): Update.
4753 * sh-tdep.c (sh_gdbarch_init): Update.
4754 * s390-tdep.c (s390_gdbarch_init): Update.
4755 * sparc-tdep.c (sparc_gdbarch_init): Update.
4756 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4757 * v850-tdep.c (v850_gdbarch_init): Update.
4758 * vax-tdep.c (vax_gdbarch_init): Update.
4759 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4760 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4761
4762 * config/arc/tm-arc.h: Update.
4763 * config/d30v/tm-d30v.h: Update.
4764 * config/fr30/tm-fr30.h: Update.
4765 * config/h8300/tm-h8300.h: Update.
4766 * config/h8500/tm-h8500.h: Update.
4767 * config/i386/tm-i386.h: Update.
4768 * config/i386/tm-ptx.h: Update.
4769 * config/i386/tm-symmetry.h: Update.
4770 * config/i960/tm-i960.h: Update.
4771 * config/m32r/tm-m32r.h: Update.
4772 * config/m68k/tm-delta68.h: Update.
4773 * config/m68k/tm-linux.h: Update.
4774 * config/m68k/tm-m68k.h: Update.
4775 * config/m88k/tm-m88k.h: Update.
4776 * config/mcore/tm-mcore.h: Update.
4777 * config/mips/tm-mips.h: Update.
4778 * config/mn10200/tm-mn10200.h: Update.
4779 * config/pa/tm-hppa.h: Update.
4780 * config/pa/tm-hppa64.h: Update.
4781 * config/sparc/tm-sp64.h: Update.
4782 * config/sparc/tm-sparc.h: Update.
4783 * config/sparc/tm-sparclet.h: Update.
4784 * config/z8k/tm-z8k.h: Update.
4785
5179e78f
AC
47862002-06-14 Andrew Cagney <cagney@redhat.com>
4787
4788 * Makefile.in (i386_linux_tdep_h): Define.
4789 (i386_tdep_h, i387_tdep_h): Define.
4790 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4791 $(i386_tdep_h) and $(i387_tdep_h).
4792 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4793
8201327c
MK
47942002-06-14 Mark Kettenis <kettenis@gnu.org>
4795
edf393ac
MK
4796 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4797 Already covered by the default.
4798
896fb97d
MK
4799 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4800 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4801 (i386_gdbarch_init): Initialize long_double_format and long_double
4802 bit.
4803
8201327c
MK
4804 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4805 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4806 Move these to ...
4807 * config/i386/i386sol2.mh: ... here.
4808 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4809 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4810 (SIGCONTEXT_PC_OFFSET): Remove define.
4811 (IN_SIGTRAMP): Remove define.
4812 * i386-sol2-tdep.c: New file.
4813
4814 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4815 * config/i386/tm-i386nw.h: Removed.
4816
4817 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4818 USE_STRUCT_CONVENTION): Remove defines.
4819 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4820 (get_longjmp_target): Remove prototype.
4821 (IN_SIGTRAMP): Remove define.
4822 (i386bsd_in_sigtramp): Remove prototype.
4823 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4824 function. Update comment accordingly
4825 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4826 (FRAME_SAVED_PC): Remove define.
4827 (i386bsd_frame_saved_pc): Remove prototype.
4828 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4829 GET_LONGJMP_TARGET): Remove defines.
4830 (get_longjmp_target): Remove prototype.
4831 (IN_SIGTRAMP): Remove define.
4832 (i386bsd_in_sigtramp): Remove prototype.
4833 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4834 function. Update comment accordingly
4835 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4836 (FRAME_SAVED_PC): Remove define.
4837 (i386bsd_frame_saved_pc): Remove prototype.
4838 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4839 Remove prototype.
4840 (USE_STRUCT_CONVENTION): Remove prototype.
4841 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4842 declaration.
4843 (_initialize_i386bsd_nat): Revise logic to determine some
4844 constants at compile time when compiling a native GDB. Warn if
4845 things don't match up with what we expect.
4846 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4847 Remove variables.
4848 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4849 to use date stored in `struct gdbarch_tdep'.
4850 (i386bsd_sigcontext_offset): Remove varaible.
4851 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4852 stored in `struct gdbarch_tdep'.
4853 (i386bsd_frame_saved_pc): Make static.
4854 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4855 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4856 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4857 i386fbsd4_sc_pc_offset): New variables.
4858 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4859 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4860 functions.
4861 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4862 functions.
4863 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4864 Modify the value of i386fbsd_sigtramp_start and
4865 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4866 i386fbsd_sigtramp_end.
4867 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4868 function.
4869
4870 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4871 define to i386-linux-tdep.h.
4872 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4873 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4874 defines.
4875 (i386_linux_register_name, i386_linux_register_byte,
4876 i386_linux_register_raw_size): Remove prototypes.
4877 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4878 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4879 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4880 TARGET_WRITE_PC): Remove defines.
4881 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4882 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4883 i386_linux_write_pc): Remove prototypes.
4884 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4885 (get_longjmp_target): Remove prototype.
4886 * i386-linux-tdep.h: New file.
4887 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4888 * i386-linux-tdep.c: Include "i386-tdep.h" and
4889 "i386-linux-tdep.h".
4890 (i386_linux_register_name, i386_linux_register_byte,
4891 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4892 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4893 Make static.
4894 (i386_linux_init_abi): New function.
4895 (_initialize_i386_linux_tdep): New function.
4896
4897 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4898 (i386_saved_pc_after_call): Remove prototype.
4899 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4900 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4901 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4902 (i386_register_name, i386_stab_reg_to_regnum,
4903 i386_dwarf_reg_to_regnum): Remove prototypes.
4904 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4905 SIZEOF_SSE_REGS): Remove defines.
4906 (REGISTER_BYTES): Remove define.
4907 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4908 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4909 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4910 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4911 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4912 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4913 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4914 (get_longjmp_target): Remove prototype.
4915 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4916 (sigtramp_saved_pc): Remove define.
4917 (i386v4_sigtramp_saved_pc): Remove prototype.
4918 * config/i386/tm-go32.h (FRAME_CHAIN,
4919 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4920 (i386go32_frame_saved_pc): Remove prototype.
4921 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4922 (get_longjmp_target): Remove prototype.
4923 * i386-tdep.h: Include "osabi.h".
4924 (enum i386_abi): Removed.
4925 (enum struct_return): New enum.
4926 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4927 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4928 sc_pc_offset members.
4929 (i386_gdbarch_register_os_abi): Remove prototype.
4930 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4931 I386_SSE_NUM_REGS): New defines.
4932 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4933 I386_SSE_SIZEOF_REGS): New defines.
4934 (i386_register_name, i386_register_byte, i386_register_raw_size):
4935 New prototypes.
4936 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4937 (i386bsd_sigtramp_saved_pc): New prototype.
4938 * i386-tdep.c: Don't include "elf-bfd.h".
4939 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4940 i386_frame_chain, i386_saved_pc_after_call): Make static.
4941 (i386_frame_saved_pc): Rewrite to call architecture dependent
4942 function to deal with signal handlers. Make static.
4943 (i386go32_frame_saved_pc): Removed.
4944 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4945 Removed.
4946 (i386_get_longjmp_target): New function.
4947 (default_struct_convention, pcc_struct_convention,
4948 reg_struct_convention, valid_conventions, struct_convention): New
4949 variables.
4950 (i386_use_struct_convention): New function.
4951 (i386v4_sigtramp_saved_pc): Renamed to
4952 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4953 (i386_pc_in_sigtramp): New function.
4954 (i386_abi_names): Removed.
4955 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4956 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4957 Removed.
4958 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4959 i386_gdbarch_register_os_abi): Removed.
4960 (struct i386_abi_handler): Removed.
4961 (i386_abi_handler_list): Removed.
4962 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4963 functions.
4964 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4965 i386_nw_init_abi): New functions.
4966 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4967 Use set_gdbarch_xxx() calls instead of relying on macros for a
4968 number of calls.
4969 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4970 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4971 Register the various architecture variants defined in this file.
4972
ad2f7632
DJ
49732002-06-14 Daniel Jacobowitz <drow@mvista.com>
4974
4975 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4976 (struct main_type): Remove arg_types member. Update comments for
4977 struct field.
4978 (TYPE_ARG_TYPES): Remove.
4979 (TYPE_FN_FIELD_ARGS): Update.
4980 (smash_to_method_type): Update prototype.
4981
4982 * c-typeprint.c (cp_type_print_method_args): Take method type
4983 instead of argument list. Use new argument layout. Simplify.
4984 (c_type_print_args): Use new argument layout. Simplify.
4985 (c_type_print_base): Update call to cp_type_print_method_args.
4986 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4987 argument; use die->type instead. Update call to
4988 smash_to_method_type.
4989 (read_structure_scope): Update call to dwarf2_add_member_fn.
4990 * gdbtypes.c (allocate_stub_method): Update comment.
4991 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4992 Use new argument layout.
4993 (check_stub_method): Use new argument layout. Don't count
4994 void as an argument.
4995 (print_arg_types): Update comments. Use new argument layout.
4996 (recursive_dump_type): Don't print arg_types member.
4997 * hpread.c (hpread_read_struct_type): Use new argument layout.
4998 (fixup_class_method_type): Likewise.
4999 (hpread_type_lookup): Likewise.
5000 * stabsread.c (read_type): Update calls to read_args and
5001 smash_to_method_type.
5002 (read_args): Use new argument layout. Simplify.
5003 * valops.c (typecmp): Use new argument layout. Update parameters
5004 and comments. Simplify.
5005 (hand_function_call): Use new argument layout.
5006 (search_struct_method): Update call to typecmp.
5007 (find_overload_match): Use new argument layout.
5008
6da02953
DJ
50092002-06-13 Daniel Jacobowitz <drow@mvista.com>
5010
5011 * NEWS: Mention multithreaded debug support for gdbserver.
5012
519b2366
DJ
50132002-06-13 Daniel Jacobowitz <drow@mvista.com>
5014
5015 * MAINTAINERS: Mention NEWS.
5016
6c0d6680
DJ
50172002-06-13 Daniel Jacobowitz <drow@mvista.com>
5018
5019 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5020 (struct mips_objfile_private, compare_pdr_entries): New.
5021 (non_heuristic_proc_desc): Read the ".pdr" section if it
5022 is present.
5023
6529d2dd
AC
50242002-06-12 Andrew Cagney <ac131313@redhat.com>
5025
5026 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5027 (arm_debug): New static variable.
5028 (_initialize_arm_tdep): Add ``set debug arm'' command.
5029
26216b98
AC
50302002-06-12 Andrew Cagney <ac131313@redhat.com>
5031
5032 * Makefile.in (sim_arm_h): Define.
5033 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5034 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5035 (arm_register_sim_regno): New function, map an internal REGNUM
5036 onto a simulator register number.
5037 (arm_gdbarch_init): Set register_sim_regno.
5038
814b3ba0
AH
50392002-06-09 Aldy Hernandez <aldyh@redhat.com>
5040
5041 * MAINTAINERS: Add self.
5042
475b0867
JB
50432002-06-11 Jim Blandy <jimb@redhat.com>
5044
919d772c
JB
5045 * source.c (source_info): Mention whether the symtab has
5046 information about preprocessor macros.
5047
475b0867
JB
5048 Call the command `info macro', not `show macro'.
5049 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5050 Fix error message.
5051 (_initialize_macrocmd): Register `info_macro_command' in
5052 `infolist', not `showlist'.
5053
9e364162
DJ
50542002-06-11 Daniel Jacobowitz <drow@mvista.com>
5055
5056 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5057 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5058 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5059 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5060 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5061 unconditionally.
5062 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5063 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5064 (_initialize_mips_tdep): Remove dead code.
5065 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5066 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5067 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5068 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5069 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5070 MIPS_LAST_FP_ARG_REGNUM): Remove.
5071
23aa4c72
ML
50722002-06-11 Michal Ludvig <mludvig@suse.cz>
5073
5074 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5075 (unwind_tmp_obstack_free, parse_frame_info)
5076 (update_context, cfi_read_fp, cfi_write_fp)
5077 (cfi_frame_chain, cfi_init_extra_frame_info)
5078 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5079 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5080
70eb15a4
CV
50812002-06-11 Corinna Vinschen <vinschen@redhat.com>
5082
5083 * v850-tdep.c (v850_type_is_scalar): New function.
5084 (v850_use_struct_convention): Match current gcc implementation
5085 as close as possible.
5086 (v850_push_arguments): Fix stack_offset handling. Don't write
5087 struct_addr into register. This is done by v850_store_struct_return.
5088 (v850_extract_return_value): Care for structs.
5089 (v850_store_return_value): Ditto.
5090 (v850_store_struct_return): Actually write address.
5091
482a4d06
ML
50922002-06-11 Michal Ludvig <mludvig@suse.cz>
5093
5094 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5095 without debug information too.
5096
d855c300
AC
50972002-06-10 Andrew Cagney <ac131313@redhat.com>
5098
5099 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5100 Make multi-arch pure.
5101 * gdbarch.h, gdbarch.c: Re-generate.
5102 * arm-tdep.c (arm_print_float_info): Update.
5103 * arch-utils.h (default_print_float_info): Update.
5104 * arch-utils.c (default_print_float_info): Update.
5105 * infcmd.c (float_info): Update call.
5106
dd12a101
AC
51072002-06-10 Andrew Cagney <ac131313@redhat.com>
5108
5109 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5110 the front of the initialize list.
5111
101dcfbe
AC
51122002-06-10 Andrew Cagney <ac131313@redhat.com>
5113
5114 * infrun.c (struct inferior_status): Replace fields
5115 selected_frame_address and selected_level with field
5116 selected_frame_id.
5117 (save_inferior_status): Update. Use get_frame_id.
5118 (struct restore_selected_frame_args): Delete.
5119 (restore_selected_frame): Update. Use frame_find_by_id.
5120 (restore_inferior_status): Update.
5121
5122 * breakpoint.h (struct breakpoint): Change type of
5123 watchpoint_frame to frame_id.
5124 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5125 call to get_current_frame.
5126 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5127 get_current_frame.
5128 (watchpoint_check): Use frame_find_by_id.
5129
5130 * frame.h (record_selected_frame): Delete declaration.
5131 * stack.c (record_selected_frame): Delete function.
5132
5133 * frame.h (struct frame_id): Define.
5134 (get_frame_id): Declare.
5135 (frame_find_by_id): Declare.
5136 * frame.c (frame_find_by_id): New function.
5137 (get_frame_id): New function.
5138
304270b6
AV
51392002-06-10 Andrey Volkov <avolkov@transas.com>
5140
5141 * ser-e7kpc.c: Fix duplicated define and call of
5142 _initialize_ser_e7000pc
5143
2f2cf184
DJ
51442002-06-09 Daniel Jacobowitz <drow@mvista.com>
5145
5146 * signals/signals.c (target_signal_from_host): Fix #ifdef
5147 SIGRTMIN case.
5148 (do_target_signal_to_host): Likewise.
5149
caaa3122
DJ
51502002-06-09 Daniel Jacobowitz <drow@mvista.com>
5151
5152 * mips-tdep.c (mips_find_abi_section): New function.
5153 (mips_gdbarch_init): Call it.
5154
6ac5df3a
MK
51552002-06-09 Mark Kettenis <kettenis@gnu.org>
5156
5157 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5158 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5159 after Andrew's 2002-06-08 gdbarch change.
5160
82ea117a
MK
51612002-06-09 Mark Kettenis <kettenis@gnu.org>
5162
5163 * i386-linux-nat.c (suppy_gregset): Don't supply
5164 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5165 register cache.
5166 (fill_gregset): Don't fetch it under the same circumstances.
5167
3c25f8c7
AC
51682002-06-09 Andrew Cagney <cagney@redhat.com>
5169
5170 * Makefile.in (callback_h): Define.
5171 (remote_sim_h): Update path to remote-sim.h.
5172 (remote-rdp.o): Add $(callback_h).
5173 (remote-sim.o): Use $(callback_h).
5174 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5175 * remote-rdp.c: Include "gdb/callback.h".
5176
1029b7fa
MK
51772002-06-09 Mark Kettenis <kettenis@gnu.org>
5178
5179 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5180 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5181
616675d3
AC
51822002-06-08 Andrew Cagney <ac131313@redhat.com>
5183
a3efda28
AC
5184 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5185 * rdi-share/serpardr.c: Ditto.
5186 * rdi-share/unixcomm.c: Ditto.
5187 * rdi-share/serdrv.c: Ditto.
5188 * rdi-share/hostchan.h: Ditto.
5189 * rdi-share/hostchan.c: Ditto.
5190 * rdi-share/host.h: Ditto.
5191 * rdi-share/devsw.c: Ditto.
5192
c5f10366
AC
5193 * objfiles.h: Change type of obj_private to void pointer.
5194 * pa64solib.c: Update copyright. Don't include "assert.h", use
5195 strcmp instead of STREQ, use LONGEST, do not use PTR
5196 * somsolib.c: Ditto.
5197
616675d3
AC
5198 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5199 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5200 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5201
e4b415d9
AC
52022002-06-08 Andrew Cagney <ac131313@redhat.com>
5203
5204 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5205 (default_get_saved_register): Delete function.
5206 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5207 generic_unwind_get_saved_register.
5208 * gdbarch.h, gdbarch.c: Re-generate.
5209
ca0d0b52
AC
52102002-06-08 Andrew Cagney <ac131313@redhat.com>
5211
5212 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5213 generic_func_frame_chain_valid.
5214 * gdbarch.h, gdbarch.c: Re-generate.
5215 * blockframe.c (generic_func_frame_chain_valid): Only check
5216 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5217 passing FP to PC_IN_CALL_DUMMY.
5218 Fix PR gdb/360.
5219
76860b5f
AC
52202002-06-08 Andrew Cagney <ac131313@redhat.com>
5221
5222 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5223 (register_gdbarch_data): Initialize init_p.
5224 (gdbarch_data): Initialize data pointer using the init function.
5225 (init_gdbarch_data): Delete function.
5226 (gdbarch_update_p): Update.
5227 (initialize_non_multiarch): Update.
5228 (struct gdbarch): Add field initialized_p.
5229 * gdbarch.h, gdbarch.c: Re-generate.
5230
8dda9770
ML
52312002-06-07 Michal Ludvig <mludvig@suse.cz>
5232
5233 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5234 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5235 better do the things actually here.
5236 * x86-64-tdep.c (x86_64_register_name2nr): New.
5237 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5238 (x86_64_gdbarch_init): Respect the above change.
5239 * x86-64-tdep.h (x86_64_register_name2nr)
5240 (x86_64_register_nr2name): Add prototypes.
5241 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5242
3d79a47c
MS
52432002-06-06 Michael Snyder <msnyder@redhat.com>
5244
7bd91a28
MS
5245 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5246 Delete extra braces and re-indent.
5247 (d10v_store_return_value): Char return values
3d79a47c
MS
5248 must be shifted over by one byte in R0.
5249 (d10v_extract_return_value): Delete extra braces, re-indent.
5250
095a4c96
EZ
52512002-06-06 Elena Zannoni <ezannoni@redhat.com>
5252
5253 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5254 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5255 (d10v_integer_to_address): Rewrite.
5256 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5257 the d10v specific functions which take care of converting to the
5258 correct space.
5259
e8a77ca4
EZ
52602002-06-06 Elena Zannoni <ezannoni@redhat.com>
5261
5262 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5263 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5264
4f2e4a4f
AC
52652002-06-02 Andrew Cagney <ac131313@redhat.com>
5266
5267 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5268 includes.
5269 * config/tm-linux.h: Ditto.
5270 * config/alpha/tm-alphalinux.h: Ditto.
5271 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5272 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5273 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5274 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5275 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5276 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5277 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5278 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5279 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5280 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5281 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5282 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5283 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5284 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5285 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5286 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5287 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5288 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5289 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5290 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5291 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5292 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5293 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5294 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5295 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5296 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5297 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5298 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5299 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5300 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5301 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5302 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5303 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5304 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5305 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5306 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5307 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5308
ae2ab2ce
AS
53092002-05-04 Aidan Skinner <aidan@velvet.net>
5310
5311 * ada-exp.tab.c: New file
5312 * ada-exp.y: New file
5313 * ada-lang.c: New file
5314 * ada-lang.h: New file
5315 * ada-lex.c: New file
5316 * ada-lex.l: New file
5317 * ada-tasks.c: New file
5318 * ada-typeprint.c: New file
5319 * ada-valprint.c: New file
5320
0ddd0135
JT
53212002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5322
5323 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5324 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5325
750fbacc
JT
53262002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5327
5328 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5329 insetead of ppc-linux-tdep.o.
5330 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5331 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5332
df94e18a
AC
53332002-06-02 Andrew Cagney <ac131313@redhat.com>
5334
5335 2002-05-07 Christian Groessler <chris@groessler.org>
5336 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5337 bit register contents for little endian hosts.
5338
1a38ab75
AC
53392002-06-01 Andrew Cagney <ac131313@redhat.com>
5340
5341 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5342 any maintainer.
5343
8b1632ac
AC
53442002-06-01 Andrew Cagney <ac131313@redhat.com>
5345
5346 * gdbarch.h: Regenerate.
5347
627054c8
AC
53482002-06-01 Andrew Cagney <ac131313@redhat.com>
5349
5350 * MAINTAINERS: Add everyone to write-after-approval list.
5351
4f460812
AC
53522002-06-01 Andrew Cagney <ac131313@redhat.com>
5353
5354 * stack.c (frame_info): Use frame_register_unwind instead of
5355 saved_regs. Mention when the SP is on the stack or in a register.
5356
5357 * frame.h (frame_register_unwind_ftype): Define. Document.
5358 (struct frame_info): Add field register_unwind and
5359 register_unwind_cache.
5360 (frame_register_unwind): Declare.
5361 (generic_unwind_get_saved_register): Declare.
5362
5363 * frame.c (frame_register_unwind): New function.
5364 (generic_unwind_get_saved_register): New function.
5365
5366 * blockframe.c (generic_call_dummy_register_unwind): New function.
5367 (frame_saved_regs_register_unwind): New function.
5368 (set_unwind_by_pc): New function.
5369 (create_new_frame): New function.
5370 (get_prev_frame): New function.
5371
de888f76
AC
53722002-05-30 Andrew Cagney <ac131313@redhat.com>
5373
5374 * a29k-share/: Delete directory.
5375 * remote-vx29k.c: Delete file.
5376
2f2c3626
JT
53772002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5378
5379 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5380 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5381
9ce5c36a
JT
53822002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5383
5384 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5385 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5386 (sparc64nbsd-nat.o)
5387 (sparcnbsd-nat.o)
5388 (sparcnbsd-tdep.o): New dependency lists.
5389 * NEWS: Note new UltraSPARC NetBSD native configuration.
5390 * configure.host (sparc64-*-netbsd*): New host.
5391 * configure.tgt (sparc-*-netbsdelf*)
5392 (sparc-*-netbsd*): Set gdb_target to nbsd.
5393 (sparc64-*-netbsd*): New target.
5394 * sparc64nbsd-nat.c: New file.
5395 * sparcnbsd-nat.c: New file.
5396 * sparcnbsd-tdep.c: New file.
5397 * sparcnbsd-tdep.h: New file.
5398 * config/sparc/nbsd.mt: New file.
5399 * config/sparc/nbsd64.mh: New file.
5400 * config/sparc/nbsd64.mt: New file.
5401 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5402 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5403 (HOST_IPC): Remove.
5404 * config/sparc/nbsdaout.mt: Remove.
5405 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5406 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5407 (HOST_IPC): Remove.
5408 * config/sparc/nbsdelf.mt: Remove.
5409 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5410 sparc-nat.c compatiblity defines.
5411 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5412 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5413 * config/sparc/tm-nbsd64.h: New file.
5414 * config/sparc/tm-nbsdaout.h: Remove.
5415 * config/sparc/xm-nbsd.h: Remove.
5416
ef3cf062
JT
54172002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5418
5419 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5420 * sparc-tdep.c: Include osabi.h.
5421 (gdbarch_tdep): Add osabi member.
5422 (_initialize_sparc_tdep): Use gdbarch_register.
5423 (sparc_gdbarch_init): Use generic OS ABI framework.
5424 (sparc_dump_tdep): New function.
5425
ee8ff470
KB
54262002-05-30 Kevin Buettner <kevinb@redhat.com>
5427
5428 * corefile.c (do_captured_read_memory_integer): Return non-zero
5429 result.
5430 (safe_read_memory_integer): Copy result of memory read when
5431 status is non-zero. Also, add comments.
5432
7b112f9c
JT
54332002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5434
5435 * Makefile.in (ppc_tdep_h): Define.
5436 (ppc-linux-nat.o)
5437 (ppc-linux-tdep.o)
5438 (rs6000-tdep.o): Use $(ppc_tdep_h).
5439 (ppc-sysv-tdep.o)
5440 (ppcnbsd-nat.o)
5441 (ppcnbsd-tdep.o): New dependency lists.
5442 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5443 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5444 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5445 (ppc_sysv_abi_broken_use_struct_convention)
5446 (ppc_sysv_abi_use_struct_convention)
5447 (ppc_sysv_abi_push_arguments): Move to...
5448 * ppc-sysv-tdep.c: ...here.
5449 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5450 * rs6000-tdep.c (process_note_abi_tag_sections)
5451 (get_elfosabi): Remove.
5452 (rs6000_gdbarch_init): Use generic OS ABI framework.
5453 (rs6000_dump_tdep): New function.
5454 (_initialize_rs6000_tdep): Use gdbarch_register.
5455 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5456 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5457 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5458 of ppc-linux-tdep.o.
5459 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5460 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5461 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5462 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5463 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5464 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5465
480dd42a
JB
54662002-05-29 Jim Blandy <jimb@redhat.com>
5467
5468 * macroscope.c (default_macro_scope): Put `void' in empty argument
5469 list.
5470
4182591f
AC
54712002-05-29 Andrew Cagney <ac131313@redhat.com>
5472
5473 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5474 * arch-utils.c: Include "sim-regno.h".
5475 * gdbarch.sh: Don't include "sim-regno.h".
5476 * gdbarch.h, gdbarch.c: Regenerate.
5477 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5478 here.
5479 * arch-utils.h (legacy_register_sim_regno): To here.
5480 * remote-sim.c (legacy_register_sim_regno): Move function from
5481 here.
5482 * arch-utils.c (legacy_register_sim_regno): To here.
5483
8238d0bf
AC
54842002-05-28 Andrew Cagney <ac131313@redhat.com>
5485
5486 * sim-regno.h: New file.
5487 * Makefile.in (sim_regno_h): Define.
5488 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5489 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5490 (legacy_register_sim_regno): New function.
5491 (one2one_register_sim_regno): New function.
5492 (gdbsim_fetch_register): Rewrite.
5493 (gdbsim_store_register): Only store a register when
5494 REGISTER_SIM_REGNO is valid.
5495 * d10v-tdep.c: Include "sim-regno.h".
5496 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5497 (d10v_ts3_register_sim_regno): Ditto.
5498 * gdbarch.sh: Include "sim-regno.h".
5499 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5500 * gdbarch.h, gdbarch.c: Regenerate.
5501 * arch-utils.h (default_register_sim_regno): Delete declaration.
5502 * arch-utils.c (default_register_sim_regno): Delete function.
5503
485721b1
JT
55042002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5505
5506 * ppcnbsd-nat.c: Rewrite.
5507 * ppcnbsd-tdep.c: New file.
5508 * ppcnbsd-tdep.h: New file.
5509 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5510 solib.o, and solib-svr4.o.
5511 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5512 nbsd-tdep.o, and corelow.o.
5513
697f244d
AC
55142002-05-28 Andrew Cagney <ac131313@redhat.com>
5515
5516 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5517 `tr' and `sed'. Mention that `broken' targets are not expected to
5518 build.
5519
f08caad1 55202002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5521
5522 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5523 Let PC point right after the prologue before looking up symbols.
5524
3139facc
MH
55252002-05-27 Martin M. Hunt <hunt@redhat.com>
5526
5527 * i386-tdep.c (i386_register_virtual_type): Return
5528 builtin_type_vec128i for SSE registers.
5529
5530 * gdbtypes.h (builtin_type_vec128i): Declare.
5531
5532 * gdbtypes.c (build_builtin_type_vec128i): New function.
5533 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5534 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5535 (build_gdbtypes): Initialize new builtin vector types.
5536 (_initialize_gdbtypes): Register new vector types with gdbarch.
5537
6e3ba3b8
JT
55382002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5539
5540 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5541 since it has been multi-arch'd.
5542 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5543 Move Alpha and VAX multi-arch news entries to same section
5544 as other multi-arch news.
5545
93d5585d
JT
55462002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5547
5548 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5549 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5550 static. Rename some register numbers to put them in ns32k-tdep
5551 private namespace.
5552 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5553 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5554 functions.
5555 (_initialize_ns32k_tdep): Use gdbarch_register.
5556 * ns32k-tdep.h: New file.
5557 * ns32knbsd-tdep.c: New file.
5558 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5559 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5560 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5561 REGISTER_BYTES, REGISTER_BYTE): Remove.
5562 * config/ns32k/tm-ns32k.h: New file.
5563 * config/ns32k/tm-umax.h: Remove.
5564
efb2c70e
JT
55652002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5566
5567 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5568 ns32k_store_struct_return, ns32k_extract_return_value,
5569 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5570 functions.
5571 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5572 ns32k_saved_pc_after_call.
5573 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5574 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5575 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5576 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5577 ns32k_extract_struct_value_address.
5578
7bcc927b
JT
55792002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5580
5581 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5582 ns32k_fix_call_dummy): New.
5583 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5584 ns32k_call_dummy_words.
5585 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5586 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5587 CALL_DUMMY_NARGS): Remove.
5588 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5589
78f9d765
JT
55902002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5591
5592 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5593 ns32k_frame_saved_pc, ns32k_frame_args_address,
5594 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5595 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5596 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5597 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5598 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5599 (BREAKPOINT): Remove..
5600 (FRAME_CHAIN): Define as ns32k_frame_chain.
5601 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5602 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5603 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5604 (FRAME_FIND_SAVED_REGS): Remove.
5605 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5606 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5607 (POP_FRAME): Define as ns32k_pop_frame.
5608
f2c762e0
JT
56092002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5610
5611 * ns32k-tdep.c (ns32k_register_byte_32082,
5612 ns32k_register_byte_32382, ns32k_register_raw_size,
5613 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5614 functions.
5615 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5616 ns32k_register_byte_32382.
5617 * config/ns32k/tm-umax.h: Update copyright years.
5618 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5619 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5620 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5621 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5622 (ns32k_get_enter_addr): Fix prototype.
5623
af137673
JT
56242002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5625
5626 * ns32k-tdep.c: Update copyright years.
5627 (ns32k_register_name_32082): New function.
5628 (ns32k_register_name_32382): Ditto.
5629 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5630 (REGISTER_NAME): Define as ns32k_register_name_32382.
5631 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5632 (REGISTER_NAME): Define as ns32k_register_name_32082.
5633
a8bc7b56
JB
56342002-05-24 Jim Blandy <jimb@redhat.com>
5635
5636 * dwarf2read.c (free_line_header): Use xfree, not free.
5637
83a45910
JT
56382002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5639
5640 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5641 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5642
0db71247
AC
56432002-05-23 Andrew Cagney <ac131313@redhat.com>
5644
5645 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5646
b9e5e4dd
AC
56472002-05-23 Andrew Cagney <ac131313@redhat.com>
5648
5649 From Ross Alexander at NEC Europe:
5650 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5651
de530e84
MS
56522002-05-23 Michael Snyder <msnyder@redhat.com>
5653
5654 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5655 for input, rather than parse_and_eval_address.
5656
b91b96f4
AC
56572002-05-23 Andrew Cagney <ac131313@redhat.com>
5658
5659 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5660 * Makefile.in (sim_d10v_h): Update definition.
5661
8b279e7a
AC
56622002-05-24 Andrew Cagney <cagney@redhat.com>
5663
5664 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5665 change `2002-05-22 Michael Snyder' below.
5666 (d10v_push_arguments): Ditto.
5667 (d10v_extract_return_value): Ditto.
5668
0a3d0425
JB
56692002-05-23 Jim Blandy <jimb@redhat.com>
5670
5671 * macrotab.c (check_for_redefinition): Don't complain if the new
5672 definition is the same as the previous one. Take more arguments
5673 to allow the comparison.
5674 (macro_define_object, macro_define_function): Pass more arguments
5675 to check_for_redefinition.
5676
78eac43e
MS
56772002-05-22 Michael Snyder <msnyder@redhat.com>
5678
5679 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5680 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5681 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5682 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5683 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5684 Add a temp variable to save a call (and a memory read).
5685 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5686 if possible (so that PC_IN_CALL_DUMMY will work).
5687
9bc1edb8
CV
56882002-05-22 Corinna Vinschen <vinschen@redhat.com>
5689
5690 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5691
005ef3d2
ML
56922002-05-22 Michal Ludvig <mludvig@suse.cz>
5693
5694 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5695 fde->cie_ptr.
5696 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5697 (dwarf2_build_frame_info): Add offset to fde->initial_location
5698 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5699 (execute_stack_op): Change type of 'result' from ULONGEST to
5700 CORE_ADDR.
005ef3d2 5701
fcf4f891
JT
57022002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5703
5704 * config/alpha/tm-nbsd.h: Include solib.h.
5705
cfef91e4
JT
57062002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5707
5708 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5709 assumptions about the host's byte order.
5710
9964235a
JT
57112002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5712
5713 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5714 to dependency list.
5715 * alphanbsd-tdep.c: Include solib-svr4.h.
5716 * shnbsd-tdep.c: Ditto.
5717
9eeef8ef
JT
57182002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5719
5720 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5721 nbsd-tdep.h to dependency list.
5722 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5723 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5724 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5725 nbsdaout.mh and nbsdelf.mh consistently.
5726 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5727 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5728 nbsdaout.mt and nbsdelf.mh consistently.
5729 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5730 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5731 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5732 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5733 a.out shared library stuff from here...
5734 * config/nm-nbsdaout.h: ...to here.
5735 * config/tm-nbsd.h: Remove.
5736 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5737 * config/arm/nbsd.mh: Remove.
5738 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5739 nbsd-tdep.o.
5740 * config/arm/nbsdaout.mh: New file.
5741 * config/arm/nbsdelf.mh: New file.
5742 * config/arm/nm-nbsdaout.h: New file.
5743 * config/i386/nbsd.mh: Remove.
5744 * config/i386/nbsd.mt: Remove.
5745 * config/i386/nbsdaout.mh: New file.
5746 * config/i386/nbsdaout.mt: New file.
5747 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5748 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5749 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5750 i386_register_u_addr): Remove.
5751 * config/i386/nm-nbsdaout.h: New file.
5752 * config/i386/nm-nbsdelf.h: Remove.
5753 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5754 (USE_STRUCT_CONVENTION): Remove.
5755 * config/i386/tm-nbsdaout.h: New file.
5756 * config/i386/tm-nbsdelf.h: Remove.
5757 * config/m68k/nbsd.mh: Remove.
5758 * config/m68k/nbsd.mt: Remove.
5759 * config/m68k/nbsdaout.mh: New file.
5760 * config/m68k/nbsdaout.mt: New file.
5761 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5762 * config/m68k/nm-nbsdaout.h: New file.
5763 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5764 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5765 * config/ns32k/nbsd.mh: Remove.
5766 * config/ns32k/nbsd.mt: Remove.
5767 * config/ns32k/nbsdaout.mh: New file.
5768 * config/ns32k/nbsdaout.mt: New file.
5769 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5770 * config/ns32k/nm-nbsdaout.h: New file.
5771 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5772 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5773 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5774 (SVR4_SHARED_LIBS): Remove.
5775 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5776 * config/sparc/nbsd.mh: Remove.
5777 * config/sparc/nbsd.mt: Remove.
5778 * config/sparc/nbsdaout.mh: New file.
5779 * config/sparc/nbsdaout.mt: New file.
5780 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5781 * config/sparc/nbsdelf.mt: New file.
5782 * config/sparc/nm-nbsdaout.h: New file.
5783 * config/sparc/nm-nbsdelf.h: Remove.
5784 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5785 * config/sparc/tm-nbsdaout.h: New file.
5786
257ce470
JT
57872002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5788
5789 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5790 mipsnbsd-tdep.c
5791 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5792
76a6d5fe
JT
57932002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5794
5795 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5796 shnbsd-nat.c.
5797 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5798
45888261
JT
57992002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5800
5801 * NEWS: Note new MIPS NetBSD native configuration.
5802 * configure.host (mips*-*-netbsd*): New host.
5803 * configure.tgt (mips*-*-netbsd*): New target.
5804 * mipsnbsd-nat.c: New file.
5805 * mipsnbsd-tdep.c: New file.
5806 * mipsnbsd-tdep.h: New file.
5807 * config/mips/nbsd.mh: New file.
5808 * config/mips/nbsd.mt: New file.
5809 * config/mips/nm-nbsd.h: New file.
5810 * config/mips/tm-nbsd.h: New file.
5811
70f80edf
JT
58122002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5813
5814 * Makefile.in (SFILES): Add osabi.c.
5815 (COMMON_OBS): Add osabi.o.
5816 (osabi.o): New dependency list.
5817 * osabi.c: New file.
5818 * osabi.h: New file.
5819 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5820
5821 * Makefile.in (alpha_tdep_h): Define and use instead of
5822 alpha-tdep.h.
5823 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5824 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5825 Remove.
5826 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5827 * alpha-tdep.h: Include osabi.h.
5828 (alpha_abi): Remove.
5829 (gdbarch_tdep): Use generic OS ABI framework.
5830 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5831 gdbarch_register_osabi.
5832 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5833 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5834 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5835
5836 * Makefile.in (sh_tdep_h): Add osabi.h.
5837 * sh-tdep.h (sh_osabi): Remove.
5838 (gdbarch_tdep): Use generic OS ABI framework.
5839 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5840 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5841 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5842 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5843
5844 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5845 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5846 gdbarch_register_osabi.
5847 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5848 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5849 (get_elfosabi): Rename to...
5850 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5851 ABI framework support routines.
5852 (arm_gdbarch_init): Use generic OS ABI framework.
5853 (arm_dump_tdep): Likewise.
5854 (_initialize_arm_tdep): Likewise.
5855 * arm-tdep.h: Include osabi.h.
5856 (arm_abi): Remove.
5857 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5858 osabi member.
5859 (arm_gdbarch_register_os_abi): Remove prototype.
5860 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5861 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5862
5863 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5864 * mips-tdep.c: Include osabi.h.
5865 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5866 OS ABI framework.
5867
d194345b
KH
58682002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5869
5870 * h8300-tdep.c: Fix formatting.
5871
70c6b0d1
EZ
58722002-05-20 Elena Zannoni <ezannoni@redhat.com>
5873
5874 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5875 printing vector registers.
5876
165b8e33
AC
58772002-05-19 Andrew Cagney <ac131313@redhat.com>
5878
5879 From Fernando Nasser:
5880 * remote.c (remote_async_open_1): Re-throw the exception when the
5881 connection fails.
5882 (remote_cisco_open): Ditto.
5883 (remote_open_1): Ditto.
5884
36918e70
AC
58852002-05-19 Andrew Cagney <ac131313@redhat.com>
5886
5887 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5888 (remote_start_remote): Add uiout parameter. Pass through to
5889 remote_start_remote_dummy.
5890 (remote_open_1): Use catch_exception instead of catch_errors.
5891 (remote_async_open_1): Ditto.
5892 (remote_cisco_open): Ditto.
5893
ae44c0c4
AC
58942002-05-19 Andrew Cagney <ac131313@redhat.com>
5895
5896 * remote.c (remote_start_remote): Replace PTR with void pointer.
5897 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5898 static.
5899
8efe637d
AC
59002002-05-18 Andrew Cagney <ac131313@redhat.com>
5901
5902 * gdb_indent.sh: Allow the script to be run in the sim directory.
5903
2f1b5984
MK
59042002-05-18 Mark Kettenis <kettenis@gnu.org>
5905
f0f625e2
MK
5906 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5907 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5908
2f1b5984
MK
5909 * corelow.c (core_open): Only call set_gdbarch_from_file if
5910 exec_bfd is NULL.
5911
fc974602
AV
59122002-05-17 Andrey Volkov <avolkov@transas.com>
5913
5914 * h8300-tdep.c: Add support of EXR register
5915 * config/h8300/tm-h8300.h: Ditto.
5916
906709f4
AV
59172002-05-17 Andrey Volkov <avolkov@transas.com>
5918
5919 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5920
6e591d68
AV
59212002-05-17 Andrey Volkov <avolkov@transas.com>
5922
5923 * h8300-tdep.c: Change literal regnums to REGNO.
5924
84f0252a
JB
59252002-05-17 Jim Blandy <jimb@redhat.com>
5926
e0e9281e
JB
5927 * NEWS: Note addition of macro support.
5928
84f0252a
JB
5929 Expand preprocessor macros in C expressions.
5930 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5931 (scan_macro_expansion, scanning_macro_expansion,
5932 finished_macro_expansion): New function declarations.
5933 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5934 variable declarations.
5935 * parser-defs.h (expression_context_pc): New declaration.
5936 * parse.c (expression_context_pc): New variable.
5937 (parse_exp_1): Set expression_context_pc, as well as
5938 expression_context_block.
5939 * c-exp.y (yylex): If we're not already reading the result of a
5940 macro expansion, try to macro-expand the next token. When we're
5941 done scanning a macro expansion, switch back to the mainline text.
5942 Commas and `if's in a macro's expansion don't terminate the input.
5943 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5944 (macro_original_text, macro_expanded_text,
5945 expression_macro_lookup_func, expression_macro_lookup_baton): New
5946 variables.
5947 (scan_macro_expansion, scanning_macro_expansion,
5948 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5949 c_preprocess_and_parse): New functions.
5950 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5951 c_preprocess_and_parse, instead of c_parse.
5952 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5953 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5954
1c509ca8
JR
5955Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5956
5957 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5958 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5959 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5960
2250ee0c
CV
59612002-05-17 Corinna Vinschen <vinschen@redhat.com>
5962
5963 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5964
ab3b8126
JT
59652002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5966
5967 * Makefile.in (sh_tdep_h): Define and use.
5968 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5969 register enum): Move to...
5970 * * sh-tdep.h: ...here.
5971 * sh-tdep.c: Include sh-tdep.h.
5972 * sh3-rom.c: Likewise.
5973 * shnbsd-tdep.c: Likewise.
5974
ed9d4749
MS
59752002-05-16 Michael Snyder <msnyder@redhat.com>
5976
5977 * arm-tdep.c: Spelling fix in comment.
5978
2e276125
JB
59792002-05-16 Jim Blandy <jimb@redhat.com>
5980
6821892e
JB
5981 Add commands for manually expanding macros and showing their
5982 definitions.
5983 * macrocmd.c, macroscope.c, macroscope.h: New files.
5984 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5985 (macroscope_h): New variable.
5986 (HFILES_NO_SRCDIR): Add macroscope.h.
5987 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5988 (macroscope.o, macrocmd.o): New rules.
5989
2e276125
JB
5990 Teach the Dwarf 2 reader to read macro information.
5991 * dwarf2read.c: #include "macrotab.h".
5992 (dwarf_macinfo_buffer): New variable.
5993 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5994 dwarf_macinfo_size.
5995 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5996 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5997 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5998 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5999 dwarf2_macro_spaces_in_definition): New complaints.
6000 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6001 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6002 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6003 the partial symbol table.
6004 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6005 from what's recorded in the partial symbol table.
6006 (read_file_scope): If the compilation unit has a
6007 `DW_AT_macro_info' attribute, read its macro information.
6008 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6009
2f53fe6c
DJ
60102002-05-16 Daniel Jacobowitz <drow@mvista.com>
6011
6012 Fix PR gdb/546
6013 * ser-tcp.c: Don't include <netinet/udp.h>.
6014
2be99286
SC
60152002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6016
6017 * MAINTAINERS: Update my email address.
6018
c9af212b 60192002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6020
6021 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6022 include file of the same name.
6023
bf5f1a52
CV
60242002-05-16 Corinna Vinschen <vinschen@redhat.com>
6025
6026 * configure.tgt: Mark v850 as multi-arched.
6027 * config/v850/tm-v850.h: Remove file.
6028 * config/v850/v850.mt: Eliminate TM_FILE.
6029
435e042a
CV
60302002-05-16 Corinna Vinschen <vinschen@redhat.com>
6031
6032 * v850-tdep.c: Full multi-arch.
6033 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6034 Define GDB_MULTI_ARCH to 2.
6035
9819c6c8
PM
60362002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6037
6038 * p-exp.y (current_type): New static variable.
6039 Carries the type of the expression at the position that is parsed.
6040 (push_current_type, pop_current_type): Two new functions. Used
6041 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6042 (search_field): New static variable. Set to one after parsing a point
6043 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6044 (FIELDNAME): New token. After a point only a token belonging to
6045 current_type type definition is allowed.
6046 (all over token rules): reset and change current_type according
6047 to rules.
6048 (exp '[' rule): insert implicit array index field if
6049 exp is a pascal string type.
6050
3a06899a
CV
60512002-05-16 Corinna Vinschen <vinschen@redhat.com>
6052
6053 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6054 frame info. Use frame_info's saved_regs instead of matching member
6055 in extra_frame_info throughout.
6056 (v850_frame_init_saved_regs): New function.
6057 (v850_init_extra_frame_info): Move most functionality into
6058 v850_frame_init_saved_regs().
6059 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6060 (v850_frame_find_saved_regs): Remove declaration.
6061 (FRAME_FIND_SAVED_REGS): Remove definition.
6062 (v850_frame_init_saved_regs): Add declaration.
6063 (FRAME_INIT_SAVED_REGS): Add definition.
6064
6ed14b0e
CV
60652002-05-16 Corinna Vinschen <vinschen@redhat.com>
6066
6067 * v850-tdep.c: Begin multi-arch'ing v850.
6068 (v850_target_architecture_hook): Remove function.
6069 (v850_gdbarch_init): New function. Add code previously in
6070 v850_target_architecture_hook().
6071 (_initialize_v850_tdep): Don't set target_architecture_hook.
6072 Call register_gdbarch_init() instead.
6073
42725910
DJ
60742002-05-16 Daniel Jacobowitz <drow@mvista.com>
6075
6076 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6077 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6078 (fixup_class_method_type): Likewise.
6079
99d9066e
JB
60802002-05-15 Jim Blandy <jimb@redhat.com>
6081
6082 Add macro structures to GDB's symbol tables. Nobody puts anything
6083 in them yet.
6084 * symtab.h (struct symtab): New member: `macro_table'.
6085 * buildsym.h (pending_macros): New global variable.
6086 * buildsym.c: #include "macrotab.h".
6087 (buildsym_init): Initialize `pending_macros'.
6088 (end_symtab): If we found macro information while reading a CU's
6089 debugging info, do build a symtab structure for it. Make the
6090 symtab point to the macro information, and clear the
6091 `pending_macros' pointer which held it while we were reading the
6092 debug info.
6093 (really_free_pendings): Free any pending macro table.
6094 * objfiles.h (struct objfile): New member: `macro_cache'.
6095 * objfiles.c (allocate_objfile): Set allocate and free functions
6096 for the macro cache's objstack.
6097 (free_objfile): Empty the macro cache's obstack.
6098 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6099 set new allocate and free functions for it.
6100 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6101 free functions for the macro cache's objstack. (Why is this
6102 function building its own objfile?)
6103 * symmisc.c (print_objfile_statistics): Print statistics on the
6104 macro bcache.
6105 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6106
c899585b
RE
61072002-05-15 Richard Earnshaw <rearnsha@arm.com>
6108
6109 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6110 (REGISTER_U_ADDR): Delete definition.
6111 (arm_register_u_addr): Delete declaration.
6112
a6cdd8c5
RE
61132002-05-15 Richard Earnshaw <rearnsha@arm.com>
6114
6115 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6116 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6117
c97dcfc7
AC
61182002-05-14 Andrew Cagney <ac131313@redhat.com>
6119
6120 * regcache.c (register_valid): Revise comments refering to "Not
6121 available" and "unavailable".
6122 * frame.c (frame_register_read): Ditto.
6123 * findvar.c (value_of_register): Ditto.
6124
93021b7d
AC
61252002-05-15 Andrew Cagney <cagney@redhat.com>
6126
6127 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6128 (remote-sim.o): Update dependencies.
6129 (d10v-tdep.o): Specify dependencies.
6130 (sim_d10v_h): Define.
6131
a86bc61c
JB
61322002-05-14 Jim Blandy <jimb@redhat.com>
6133
6134 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6135 * macrotab.c (macro_lookup_inclusion, find_definition,
6136 new_macro_table): Same.
6137
6138 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6139 not `! strcmp ()'. This is a dubious improvement.
6140 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6141
6142 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6143 although it's not necessary, to avoid a warning.
6144
2fdde8f8
DJ
61452002-05-14 Daniel Jacobowitz <drow@mvista.com>
6146
6147 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6148 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6149 TYPE_INSTANCE_FLAGS.
6150 (struct main_type): New.
6151 (struct type): Move most members to struct main_type. Change
6152 cv_type and as_type to new type_chain member. Add instance_flags.
6153 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6154 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6155 (finish_cv_type): Remove prototype.
6156 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6157 Set TYPE_CHAIN.
6158 (alloc_type_instance): New function.
6159 (smash_type): New function.
6160 (make_pointer_type, make_reference_type, make_function_type)
6161 (smash_to_member_type, smash_to_method_type): Call smash_type.
6162 (make_qualified_type): New function.
6163 (make_type_with_address_space): Call make_qualified_type.
6164 (make_cv_type): Likewise.
6165 (finish_cv_type): Remove unnecessary function.
6166 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6167 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6168 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6169 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6170 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6171 * hpread.c (hpread_read_struct_type): Likewise.
6172 * stabsread.c (read_struct_type): Likewise.
6173
843fedf4
EZ
61742002-05-14 Elena Zannoni <ezannoni@redhat.com>
6175
6176 * configure.tgt: Add a catch all sh* target, for cases like
6177 sh[2,3,4]-elf and sh-hms.
6178
05a6c72c
KS
61792002-05-14 Keith Seitz <keiths@redhat.com>
6180
6181 * event-loop.c (create_file_handler): Don't do anything but
6182 update data when we are given a fd which we are already
6183 monitoring.
6184
5d085aaf
ML
61852002-05-14 Michal Ludvig <mludvig@suse.cz>
6186
6187 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6188 (update_context): Use __func__ in warnings.
6189
9db8d71f
DJ
61902002-05-14 Daniel Jacobowitz <drow@mvista.com>
6191
6192 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6193 and tcp_close to net_open and net_close.
6194 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6195 using UDP if requested. Don't try to disable Nagle on UDP
6196 sockets.
6197 * remote.c (remote_serial_open): New function. Warn about UDP.
6198 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6199
5dbc6baa
EZ
62002002-05-13 Elena Zannoni <ezannoni@redhat.com>
6201
6202 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6203
cc3023f7
EZ
62042002-05-13 Elena Zannoni <ezannoni@redhat.com>
6205
6206 * configure.tgt: Remove sh-hms target.
6207 * MAINTAINERS: Don't list sh-hms as a separate target.
6208
ec2bcbe7
JB
62092002-05-13 Jim Blandy <jimb@redhat.com>
6210
6211 Add first preprocessor macro-expansion files.
6212 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6213 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6214 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6215 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6216 (COMMON_OBS): Add macrotab.o, macroexp.o.
6217 (macroexp.o, macrotab.o): New rules.
6218
6d531722
AC
62192002-05-13 Andrew Cagney <ac131313@redhat.com>
6220
6221 * config/m88k/tm-m88k.h: Update copyright.
6222 (m88k_target_write_pc): Declare
6223 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6224 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6225 (SHIFT_INST_REGS): Update definition.
6226 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6227 using old definition of TARGET_WRITE_PC.
6228 * regcache.c (generic_target_write_pc): Delete code handling
6229 NNPC_REGNUM.
6230 * gdbarch.sh (NNPC_REGNUM): Delete.
6231 * gdbarch.h, gdbarch.c: Regenerate.
6232
3e3f2739
RE
62332002-05-13 Richard Earnshaw <rearnsha@arm.com>
6234
6235 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6236 builtin reg number.
6237
0004e5a2
DJ
62382002-05-13 Daniel Jacobowitz <drow@mvista.com>
6239
6240 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6241 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6242 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6243 access macros.
6244 * c-typeprint.c (cp_type_print_method_args): Likewise.
6245 (c_type_print_args): Likewise.
6246 * d10v-tdep.c (d10v_push_arguments): Likewise.
6247 (d10v_extract_return_value): Likewise.
6248 * expprint.c (print_subexp): Likewise.
6249 * gdbtypes.c (lookup_primitive_typename): Likewise.
6250 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6251 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6252 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6253 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6254 (TYPE_VECTOR): Likewise.
6255 * hpread.c (hpread_read_struct_type)
6256 (fix_static_member_physnames, fixup_class_method_type)
6257 (hpread_type_lookup): Likewise.
6258 * mdebugread.c (parse_symbol, parse_type): Likewise.
6259 * p-lang.c (is_pascal_string_type): Likewise.
6260 * valops.c (hand_function_call): Likewise.
6261 * x86-64-tdep.c (classify_argument): Likewise.
6262
6263 * hpread.c (hpread_read_function_type)
6264 (hpread_read_doc_function_type): Call replace_type.
6265 * dstread.c (create_new_type): Delete.
6266 (decode_dst_structure, process_dst_function): Call alloc_type.
6267 Use type access macros.
6268
dff95cc7
MK
62692002-05-12 Mark Kettenis <kettenis@gnu.org>
6270
6271 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6272 the're not supported by the current architecture.
6273 (i387_fill_fxsave): Likewise.
6274
bbcd32ad
FF
62752002-05-12 Fred Fish <fnf@redhat.com>
6276
6277 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6278 sect_index_xxx members to index the first slot in section_offsets
6279 if all of the section_offsets are zero.
6280
89cf4787
MK
62812002-05-12 Mark Kettenis <kettenis@gnu.org>
6282
6283 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6284 checked in with last change.
6285
1f77ffc5
MK
62862002-05-12 Mark Kettenis <kettenis@gnu.org>
6287
6288 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6289 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6290 config.sub.
6291
89b8b4a9
DJ
62922002-05-12 Daniel Jacobowitz <drow@mvista.com>
6293
6294 * Makefile.in: Update dependencies.
6295
14a5e767
AC
62962002-05-11 Andrew Cagney <ac131313@redhat.com>
6297
6298 * language.c (local_hex_string_custom): Simplify. Do not depend
6299 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6300
6301 * memattr.c (mem_info_command): Replace calls to
6302 longest_local_hex_string and longest_local_hex_string_custom.
6303 * buildsym.c (make_blockvector): Ditto.
6304 * solib.c (info_sharedlibrary_command): Ditto.
6305 * tracepoint.c (tracepoints_info): Ditto.
6306 * symtab.c (print_msymbol_info): Ditto.
6307
6308 * language.c (local_hex_string): Delete.
6309 (local_hex_string_custom): Delete.
6310 (longest_local_hex_string): Rename to local_hex_string.
6311 (longest_local_hex_string_custom): Rename to
6312 local_hex_string_custom.
6313 * language.h (local_hex_string): Change parameter type to LONGEST.
6314 (local_hex_string_custom): Ditto.
6315 (longest_local_hex_string): Delete declaration.
6316 (longest_local_hex_string_custom): Ditto.
6317
6318 * solib.c: Update copyright.
6319 * memattr.c: Update copyright.
6320
13d01224
AC
63212002-05-11 Andrew Cagney <ac131313@redhat.com>
6322
6323 * arch-utils.h (legacy_register_to_value): Declare.
6324 (legacy_value_to_register): Declare.
6325 (legacy_convert_register_p): Declare.
6326 * arch-utils.c (legacy_register_to_value): New function.
6327 (legacy_value_to_register): New function.
6328 (legacy_convert_register_p): New function.
6329
6330 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6331 (VALUE_TO_REGISTER): Define.
6332 (CONVERT_REGISTER_P): Define.
6333 * gdbarch.h, gdbarch.c: Regenerate.
6334
6335 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6336 VALUE_TO_REGISTER.
6337 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6338 CONVERT_REGISTER_P.
6339
4a1970e4
DJ
63402005-05-11 Daniel Jacobowitz <drow@mvista.com>
6341 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6342
6343 * Makefile.in: Update dependencies for valops.c.
6344 * valops.c: Include "gdb_assert.h".
6345 (typecmp): Skip THIS parameter to methods.
6346 (find_method_list): Remove static_memfuncp argument,
6347 update callers. Check for stub methods.
6348 (find_value_oload_method_list): Don't set *static_memfuncp.
6349 (find_overload_match): Don't check for stub methods. Assert
6350 that methods are not stubbed. Handle static methods.
6351 (value_find_oload_method_list): Remove static_memfuncp argument.
6352 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6353 to the argument list for static stub methods.
6354 * value.h (value_find_oload_method_list): Update prototype.
6355
b2e75d78
AC
63562002-05-11 Andrew Cagney <ac131313@redhat.com>
6357
6358 * arch-utils.h (generic_register_size): Declare.
6359 (generic_register_raw_size, generic_register_virtual_size): Delete
6360 declarations.
6361 * arch-utils.c (generic_register_raw_size): Delete.
6362 (generic_register_size): New function.
6363 (generic_register_virtual_size): Delete.
6364
6365 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6366 default generic_register_size.
6367 * gdbarch.h, gdbarch.c: Re-generate.
6368
6369 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6370 register_virtual_size.
6371 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6372 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6373
451fbdda
AC
63742002-05-11 Andrew Cagney <ac131313@redhat.com>
6375
6376 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6377 * gdbarch.h, gdbarch.c: Regenerate.
6378 * gnu-v3-abi.c: Update copyright.
6379 (vtable_address_point_offset): Update.
6380 (gnuv3_rtti_type): Update.
6381 (gnuv3_baseclass_offset): Update.
6382 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6383 (init_fetch_link_map_offsets): Update.
6384 * remote.c (get_remote_state): Update.
6385
6d2f5cea
DJ
63862002-05-11 Daniel Jacobowitz <drow@mvista.com>
6387
6388 * TODO: Remove value_headof/value_from_vtable_info comment.
6389 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6390 * values.c (value_headof, value_from_vtable_info): Delete.
6391 * value.h (value_from_vtable_info): Delete prototype.
6392
d2324da4
AC
63932002-05-11 Andrew Cagney <ac131313@redhat.com>
6394
6395 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6396 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6397 $(gdb_regex_h).
6398 (gdb_assert_h): Define.
6399 (gdb_wait_h): Define.
6400 (gdb_regex_h): Define.
6401
5c717440
DJ
64022002-05-11 Daniel Jacobowitz <drow@mvista.com>
6403
6404 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6405 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6406
6c7861b3
JT
64072002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6408
6409 * nbsd-tdep.c: Fix comment.
6410
ea5bc2a6
JT
64112002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6412
6413 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6414 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6415 (nbsd-tdep.o): New dependency list.
6416 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6417 nbsd-tdep.h.
6418 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6419 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6420 * nbsd-tdep.c: New file.
6421 * nbsd-tdep.h: New file.
6422 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6423 nbsd-tdep.h.
6424 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6425 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6426 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6427 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6428
b28da865
JT
64292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6430
6431 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6432 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6433 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6434 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6435 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6436 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6437
4b8ff1fa
JT
64382002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6439
6440 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6441 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6442 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6443 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6444 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6445 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6446 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6447
dfe6eb1f
JT
64482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6449
6450 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6451 fetch_elfcore_registers to...
6452 * i386nbsd-tdep.c: ...here.
6453 (i386nbsd_use_struct_convention): Rename to...
6454 (i386nbsd_aout_use_struct_convention): ...this.
6455 (i386nbsd_supply_reg): New function.
6456 (i386nbsd_fill_reg): New function.
6457 (fetch_core_registers): Use i386nbsd_supply_reg.
6458 (fetch_elfcore_registers): Likewise.
6459 (_initialize_i386nbsd_tdep): New function.
6460 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6461 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6462 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6463 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6464 (i386nbsd_aout_use_struct_convention): ...this.
6465
20cb8cda
JT
64662002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6467
6468 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6469 (store_inferior_registers): Use shnbsd_fill_reg.
6470 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6471 sh_nbsd_supply_register): Collapse into...
6472 (shnbsd_supply_reg): ...this.
6473 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6474 (shnbsd_fill_reg): ...this.
6475 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6476 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6477 (fetch_core_registers): Use shnbsd_supply_reg.
6478 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6479 (sh_nbsd_core_fns): Rename to...
6480 (shnbsd_core_fns): ...this.
6481 (sh_nbsd_elfcore_fns): Rename to...
6482 (shnbsd_elfcore_fns): ...this.
6483 (sh_nbsd_init_abi): Rename to...
6484 (shnbsd_init_abi): ...this.
6485 (_initialize_sh_nbsd_tdep): Rename to...
6486 (_initialize_shnbsd_tdep): ...this.
6487 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6488 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6489 sh_nbsd_fill_register): Remove prototypes.
6490 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6491
e750d25e
JT
64922002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6493
6494 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6495 (i387-nat.o): Delete dependency list.
6496 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6497 (x86-64-linux-nat.o): Likewise.
6498 * i387-nat.c: Delete file, moving contents to...
6499 * i387-tdep.c: ...here.
6500 * i387-nat.h: Rename...
6501 * i387-tdep.h: ...to this.
6502 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6503 * i386-linux-nat.c: Likewise.
6504 * i386bsd-nat.c: Likewise.
6505 * i386gnu-nat.c: Likewise.
6506 * i386nbsd-nat.c: Likewise.
6507 * i386v4-nat.c: Likewise.
6508 * x86-64-linux-nat.c: Likewise.
6509 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6510 * config/i386/go32.mh (NATDEPFILES): Likewise.
6511 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6512 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6513 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6514 * config/i386/linux.mh (NATDEPFILES): Likewise.
6515 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6516 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6517 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6518 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6519
1aee598a
JT
65202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6521
6522 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6523 (alphanbsd-nat.o): Remove dependency list.
6524 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6525 * alphanbsd-nat.c: Delete. Contents moved to...
6526 * alphanbsd-tdep.c: ...here.
6527 (_initialize_alphanbsd_tdep): Register core functions.
6528 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6529
12bcb0fe
JT
65302002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6531
6532 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6533 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6534 (alphanbsd-nat.o): Likewise.
6535 (alphabsd-tdep.o): New dependency list.
6536 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6537 (fill_gregset): Use alphabsd_fill_reg.
6538 (supply_fpregset): Use alphabsd_supply_fpreg.
6539 (fill_fpregset): Use alphabsd_fill_fpreg.
6540 (fetch_inferior_registers): Use struct reg and struct fpreg
6541 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6542 and alphabsd_supply_fpreg.
6543 (store_inferior_registers): Use struct reg and struct fpreg
6544 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6545 and alphabsd_fill_fpreg.
6546 * alphabsd-tdep.c: New file.
6547 * alphabsd-tdep.h: New file.
6548 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6549 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6550 alphabsd_supply_fpreg.
6551 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6552 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6553
361d1df0
EC
65542002-05-11 Eric Christopher <echristo@redhat.com>
6555
6556 * mips-tdep.c (mips_double_register_type): Fix thinko.
6557 (mips_single_register_type): Ditto.
6558 * MAINTAINERS: Add self.
6559
92dd7cee
MK
65602002-05-11 Mark Kettenis <kettenis@gnu.org>
6561
6562 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6563 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6564 right thing on architectures with different endianness and/or
6565 integer sizes.
6566
e27da16d
JT
65672002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6568
6569 From Christian Limpach <chris@Pin.LU>
6570 * configure.in: Change sed expression which comments out
6571 NATDEPFILES to also comment out continuation lines.
6572 * configure: Regenerate.
6573
ddde02bd
EZ
65742002-05-10 Elena Zannoni <ezannoni@redhat.com>
6575
6576 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6577 big patch.
6578
1c922164
EZ
65792002-05-10 Elena Zannoni <ezannoni@redhat.com>
6580
6581 * sh-tdep.c: Include correct file.
6582
283150cd
EZ
65832002-05-10 Elena Zannoni <ezannoni@redhat.com>
6584
6585 New support for sh64-elf (sh5) target.
6586
6587 * configure.tgt: For sh64-elf target, default to sh-elf.
6588
6589 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6590 (struct gdbarch_tdep): Add new fields for new registers and ABI
6591 info.
361d1df0 6592
283150cd
EZ
6593 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6594 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6595 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6596 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6597 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6598 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6599 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6600 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6601 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6602 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6603 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6604 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6605 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6606 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6607 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6608 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6609 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6610 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6611 sign_extend, sh64_nofp_frame_init_saved_regs,
6612 sh64_init_extra_frame_info, sh64_get_saved_register,
6613 sh64_extract_struct_value_address, sh64_pop_frame,
6614 sh64_push_arguments, sh64_extract_return_value,
6615 sh64_store_return_value, sh64_show_media_regs,
6616 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6617 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6618 sh_sh64_register_virtual_type,
6619 sh_sh64_register_convert_to_virtual,
6620 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6621 sh64_register_read, sh64_pseudo_register_write,
6622 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6623 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6624 sh64_do_pseudo_register, sh_compact_do_registers_info,
6625 sh64_do_registers_info, sh_gdbarch_init): New functions.
6626
3117ed25
EZ
66272002-05-10 Elena Zannoni <ezannoni@redhat.com>
6628
6629 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6630
2654e6d4
DJ
66312002-05-10 Daniel Jacobowitz <drow@mvista.com>
6632
6633 * linespec.c (decode_line_1): Check for a double quote after
6634 a filename correctly.
6635
9ab3e532
JB
66362002-05-10 Jim Blandy <jimb@redhat.com>
6637
6638 Properly track the size of the current objfile's .debug_line section.
6639 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6640 (DWARF_LINE_SIZE): New macro.
6641 (dwarf2_build_psymtabs_hard): Record the line section's size in
6642 the partial symbol table.
6643 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6644 symbol table.
6645
126fa72d
PS
66462002-05-10 Petr Sorfa <petrs@caldera.com>
6647
6648 * ia64-tdep.c: Handle breakpoints on L instruction type
6649 in MLX instruction bundle by moving the breakpoint to
6650 the third slot (X instruction type) as L holds only data.
6651
1f077a3e
KB
66522002-05-10 Kevin Buettner <kevinb@redhat.com>
6653
6654 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6655 (process_one_symbol): Complain about discarding local symbols
6656 due to a misplaced N_LBRAC entry.
6657
8120c9d5 66582002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6659
6660 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6661 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6662 decrease the depth we are at, in the case of templates.
361d1df0 6663
67b2c998
DJ
66642002-05-09 Daniel Jacobowitz <drow@mvista.com>
6665
6666 * mips-tdep.c (mips_float_register_type): New function.
6667 (mips_double_register_type): New function.
6668 (mips_print_register): Use them.
6669 (do_fp_register_row): Likewise.
6670
fd326606
DJ
66712002-05-09 Daniel Jacobowitz <drow@mvista.com>
6672
6609d9af 6673 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6674 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6675 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6676
bef35864
MS
66772002-05-09 Michael Snyder <msnyder@redhat.com>
6678
6679 * remote-rdp.c (remote_rdp_can_run): Remove.
6680
c55a3f73
TT
66812002-05-09 Tom Tromey <tromey@redhat.com>
6682
6683 * jv-valprint.c (java_val_print): Handle `char' as a special case
6684 of TYPE_CODE_INT.
6685
b8d5e71d
MS
66862002-05-09 Michael Snyder <msnyder@redhat.com>
6687
6688 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6689 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6690 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6691 str r(0123),[sp,#nn].
361d1df0 6692 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6693 order-independent by placing it in a loop.
6694
e2cd42dd
MS
66952002-05-06 Michael Snyder <msnyder@redhat.com>
6696
6697 * stabsread.c (read_type): Add recognition for new attribute:
6698 "@V;" means that an array type is actually a vector.
6699 This is analogous to the vector flag that's been added to dwarf2.
6700
3ce1502b
MK
67012002-05-09 Mark Kettenis <kettenis@gnu.org>
6702
6703 * i386-tdep.h (i386_abi): New enum.
6704 (struct gdbarch_tdep): Replace os_ident member with abi.
6705 (i386_gdbarch_register_os_abi): New prototype.
6706 * i386-tdep.c (i386_abi_names): New array.
6707 (process_note_abi_tag_sections): Removed.
6708 (process_note_sections): New function.
6709 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6710 (struct i386_abi_handler): New struct.
6711 (i386_abi_handler_list): New variable.
6712 (i386_gdbarch_register_os_abi): New function.
6713 (i386_gdbarch_init): Adapt for the changes given above.
6714
084c156a
DJ
67152002-05-08 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * gregset.h: Say "GNU/Linux".
6718
6599f021
EZ
67192002-05-08 Elena Zannoni <ezannoni@redhat.com>
6720
6721 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6722 (build_gdbtypes): Build builtin_type_v2_float.
6723 (_initialize_gdbtypes): Register new builtin type.
6724
40af4b0c
AC
67252002-05-08 Andrew Cagney <ac131313@redhat.com>
6726
6727 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6728 (clear_gdbarch_swap): New function.
6729 (initialize_non_multiarch): Call.
6730 (gdbarch_update_p): Before calling init(), swap out and clear the
6731 existing architecture.
6732 * gdbarch.c: Regenerate.
6733
4fe84f46
JT
67342002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6735
6736 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6737 alphanbsd-tdep.c.
6738
4015edd1
JT
67392002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6740
6741 * sh-nbsd-nat.c: Rename to...
6742 * shnbsd-nat.c: ...this.
6743 * sh-nbsd-tdep.c: Rename to...
6744 * shnbsd-tdep.c: ...this.
6745 * sh-nbsd-tdep.h: Rename to...
6746 * shnbsd-tdep.h: ...this.
6747 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6748 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6749
0e2bd219
RE
67502002-05-08 Richard Earnshaw <rearnsha@arm.com>
6751
6752 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6753 concatenation for command help messages.
6754
13a38d45
JT
67552002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6756
6757 * NEWS: Note new sh*-*-netbsdelf* configuration.
6758 * configure.host: Set gdb_host_cpu to sh for all sh*.
6759 (sh*-*-netbsdelf*): New host.
6760 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6761 (sh*-*-netbsdelf*): New target.
6762 * sh-nbsd-nat.c: New file.
6763 * sh-nbsd-tdep.c: New file.
6764 * sh-nbsd-tdep.h: New file.
6765 * config/sh/nbsd.mh: New file.
6766 * config/sh/nbsd.mt: New file.
6767 * config/sh/nm-nbsd.h: New file.
6768 * config/sh/tm-nbsd.h: New file.
6769
d658f924
JT
67702002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6771
6772 * sh-tdep.c (sh_osabi_names): Declare.
6773 (process_note_abi_tag_sections): New function.
6774 (get_elfosabi): Ditto.
6775 (sh_gdbarch_register_os_abi): Ditto.
6776 (sh_dump_tdep): Ditto.
6777 _initialize_sh_tdep): Use gdbarch_register to register
6778 sh_gdbarch_init and sh_dump_tdep.
6779 * config/sh/tm-sh.h (sh_osabi): Declare.
6780 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6781
848cfffb
AC
67822002-05-07 Andrew Cagney <ac131313@redhat.com>
6783
6784 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6785 (thumb_scan_prologue): Ditto.
6786 (arm_find_callers_reg): Ditto.
6787 (arm_frame_chain): Ditto.
6788 (arm_init_extra_frame_info): Ditto.
6789 (arm_frame_saved_pc): Ditto.
6790 (arm_pop_frame): Ditto.
6791 (arm_push_return_address): New function.
6792 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6793 call_dummy_location, call_dummy_breakpoint_offset_p,
6794 call_dummy_breakpoint_offset, call_dummy_p,
6795 call_dummy_stack_adjust_p, call_dummy_words,
6796 sizeof_call_dummy_words, call_dummy_start_offset,
6797 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6798 call_dummy_address, push_return_address and push_dummy_frame for
6799 generic dummy frames.
6800
e7d717c0
JT
68012002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6802
6803 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6804 size computation for alloca.
6805 (sh_fp_frame_init_saved_regs): Likewise.
6806
7bbcf283
RE
68072002-05-07 Richard Earnshaw <rearnsha@arm.com>
6808
6809 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6810 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6811 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6812 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6813 * remote-rdp.c (remote_rdp_fetch_register): Use
6814 ARM_MAX_REGISTER_RAW_SIZE.
6815 (remote_rdp_store_register): Likewise.
6816
4657573b
ML
68172002-05-07 Michal Ludvig <mludvig@suse.cz>
6818
361d1df0 6819 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6820 added default labels to switch {} statements.
6821 * x86-64-tdep.c: Ditto.
6822 * x86-64-linux-nat.c: Ditto.
6823
010f3b2f
JT
68242002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6825
6826 * solib.h: Protect against multiple inclusion.
6827
debd256d
JB
68282002-05-06 Jim Blandy <jimb@redhat.com>
6829
9ab3e532
JB
6830 Add first preprocessor macro-expansion files.
6831 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6832 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6833 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6834 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6835 (COMMON_OBS): Add macrotab.o, macroexp.o.
6836 (macroexp.o, macrotab.o): New rules.
6837
debd256d
JB
6838 Separate the job of reading the line number info statement program
6839 header (...expialidocious) out into its own function.
6840 * dwarf2read.c (struct line_head, struct filenames, struct
6841 directories): Replace with...
6842 (struct line_header): New structure, containing the full
6843 contents of the statement program header, including the
6844 include directory and file name tables.
6845 (read_file_scope): If we have line number info, instead of just
6846 calling dwarf_decode_lines to do all the work, call
6847 dwarf_decode_line_header first to get a `struct line_header'
6848 containing the data in the statement program header, and then
6849 pass that to dwarf_decode_lines, which will pick up where that
6850 left off. Be sure to clean up the `struct line_header' object.
6851 (dwarf_decode_line_header, free_line_header, add_include_dir,
6852 add_file_name): New functions.
6853 (dwarf_decode_lines): Move all the code to read the statement
6854 program header into dwarf_decode_line_header. Take the line
6855 header it built as the first argument, instead of the offset to
6856 the compilation unit's line number info. Use the new `struct
6857 line_header' type instead of the old structures. No need to do
6858 cleanups here now, since we don't allocate anything.
6859 (dwarf2_statement_list_fits_in_line_number_section,
6860 dwarf2_line_header_too_long): New complaints.
6861
ac3aafc7
EZ
68622002-05-06 Elena Zannoni <ezannoni@redhat.com>
6863
6864 * gdbtypes.c (init_vector_type): New function.
6865 (build_builtin_type_vec128): Simplify the representation of SIMD
6866 registers.
6867 (build_gdbtypes): Initialize new builtin vector types.
6868 (_initialize_gdbtypes): Register new vector types with gdbarch.
6869 (builtin_type_v4_float, builtin_type_v4_int32,
6870 builtin_type_v8_int16, builtin_type_v16_int8,
6871 builtin_type_v2_int32, builtin_type_v4_int16,
6872 builtin_type_v8_int8): New (renamed) SIMD types.
6873
13e49980
MK
68742002-05-06 Mark Kettenis <kettenis@gnu.org>
6875
6876 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6877 (i387_fill_fxsave): Likewise.
6878
997b20b8
AO
68792002-05-05 Alexandre Oliva <aoliva@redhat.com>
6880
6881 * alpha-tdep.c (alpha_extract_return_value): Don't use
6882 non-constant array size in prototype.
6883
535c96ce
AC
68842002-05-04 Andrew Cagney <ac131313@redhat.com>
6885
6886 From Brian Taylor <briant at model dot com>:
6887 * ui-out.c (ui_out_field_core_addr): Use the function
6888 longest_local_hex_string_custom'to format addresses > 32 bits
6889 wide.
6890
6891 * ui-out.c (ui_out_field_core_addr): Update comment.
6892
bedfa57b
AC
68932002-05-04 Andrew Cagney <ac131313@redhat.com>
6894
6895 * stack.c (select_and_print_frame): Make static. Delete the
6896 parameter `level'.
6897 (func_command): Update call.
6898 (select_frame_command): Delete code computing the frame level.
6899 * frame.h (select_and_print_frame): Delete declaration.
6900
f621c63e
AC
69012002-05-04 Andrew Cagney <ac131313@redhat.com>
6902
6903 * sparc-tdep.c (sparc_get_saved_register): Comment why
6904 get_prev_frame call is safe.
6905
0f7d239c
AC
69062002-05-04 Andrew Cagney <ac131313@redhat.com>
6907
6908 * frame.h (select_frame): Delete level parameter.
6909 * stack.c (select_frame): Update. Use frame_relative_level to
6910 obtain the frame's level.
6911 (select_and_print_frame): Update call.
6912 (select_frame_command): Ditto.
6913 (up_silently_base): Ditto.
6914 (down_silently_base): Ditto.
6915 * ocd.c (ocd_start_remote): Ditto.
6916 * remote-rdp.c (remote_rdp_open): Ditto.
6917 * remote-mips.c (mips_initialize): Ditto.
6918 (common_open): Ditto.
6919 * remote-e7000.c (e7000_start_remote): Ditto.
6920 * m3-nat.c (select_thread): Ditto.
6921 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6922 (child_get_current_exception_event): Ditto.
6923 * varobj.c (varobj_create): Ditto.
6924 (varobj_update): Ditto.
6925 (c_value_of_root): Ditto.
6926 * tracepoint.c (finish_tfind_command): Ditto.
6927 * corelow.c (core_open): Ditto.
6928 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6929 * thread.c (info_threads_command): Ditto.
6930 (switch_to_thread): Ditto.
6931 * infrun.c (normal_stop): Ditto.
6932 (restore_selected_frame): Ditto.
6933 (restore_inferior_status): Ditto.
6934 * breakpoint.c (insert_breakpoints): Ditto.
6935 (watchpoint_check): Ditto.
6936 (bpstat_stop_status): Ditto.
6937 (do_enable_breakpoint): Ditto.
6938 * blockframe.c (flush_cached_frames): Ditto.
6939 (reinit_frame_cache): Ditto.
6940
71d6c7b1
AC
69412002-05-04 Andrew Cagney <ac131313@redhat.com>
6942
6943 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6944 maintainer.
6945
cda6c68a
JB
69462002-05-04 Jim Blandy <jimb@redhat.com>
6947
6948 * gdbtypes.c (replace_type): Doc fix.
6949
5c1c87f0
AC
69502002-05-04 Andrew Cagney <ac131313@redhat.com>
6951
6952 * valprint.c (strcat_longest): Delete commented out function.
6953 Update copyright.
6954
cd9bfe15
AC
69552002-05-04 Andrew Cagney <ac131313@redhat.com>
6956
6957 * MAINTAINERS: Mark a29k as deleted.
6958 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6959 Move new configurations to the top.
6960 * configure.tgt: Remove a29k.
6961 * config/a29k/tm-vx29k.h: Delete.
6962 * config/a29k/vx29k.mt: Delete.
6963 * config/a29k/tm-a29k.h: Delete.
6964 * config/a29k/a29k-udi.mt: Delete.
6965 * config/a29k/a29k.mt: Delete.
6966 * a29k-tdep.c: Delete.
6967 * remote-udi.c: Delete.
6968 * remote-mm.c: Delete.
6969 * remote-eb.c: Delete.
6970 * remote-adapt.c: Delete.
6971 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6972 * config/s390/s390x.mt: Ditto.
6973 * config/s390/s390.mt: Ditto.
6974 * config/sparc/sparclynx.mh: Ditto.
6975 * config/sparc/linux.mh: Ditto.
6976 * config/pa/hppaosf.mh: Ditto.
6977 * config/pa/hppabsd.mh: Ditto.
6978 * config/ns32k/nbsd.mt: Ditto.
6979 * config/mips/vr5000.mt: Ditto.
6980 * config/m68k/sun3os4.mh: Ditto.
6981 * config/m68k/nbsd.mt: Ditto.
6982 * config/m68k/m68klynx.mh: Ditto.
6983 * config/m32r/m32r.mt: Ditto.
6984 * config/i386/x86-64linux.mt: Ditto.
6985 * config/i386/nbsdelf.mt: Ditto.
6986 * config/i386/nbsd.mt: Ditto.
6987 * config/i386/i386lynx.mh: Ditto.
6988
bf0c5130
AC
69892002-05-04 Andrew Cagney <ac131313@redhat.com>
6990
6991 * target.c (debug_print_register): New function. Handle oversize
6992 registers.
6993 (debug_to_fetch_registers): Call.
6994 (debug_to_store_registers): Call.
6995
2ae1c2d2
JB
69962002-05-03 Jim Blandy <jimb@redhat.com>
6997
13a393b0
JB
6998 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6999 (read_type): Doc fix.
7000 * gdbtypes.c (replace_type): Doc fix.
7001
2ae1c2d2
JB
7002 * stabsread.c (multiply_defined_struct): New complaint.
7003 (read_struct_type): If the type we were passed isn't empty, or
7004 incomplete, don't read the new struct type into it; complain,
7005 and return the original type unchanged. Take a new `type_code'
7006 argument, which is the type code for the new type.
7007 (read_type): Rather than storing the type's type code here, pass
7008 it as an argument to read_struct_type, and let that take care of
7009 storing it. That way, we don't overwrite the original type code,
7010 so read_struct_type can use it to decide whether we're overwriting
7011 something we shouldn't.
7012 (complain_about_struct_wipeout): New function.
7013
8de9bdc4
AC
70142002-05-03 Andrew Cagney <ac131313@redhat.com>
7015
7016 * gdbarch.sh: Assert that gdbarch is non-NULL.
7017 * gdbarch.c: Regenerate.
7018
f773fdbb
JM
70192002-05-03 Jason Merrill <jason@redhat.com>
7020
7021 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7022 and return NULL.
7023
0e04a514
ML
70242002-05-03 Michal Ludvig <mludvig@suse.cz>
7025
7026 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7027 (x86_64_dwarf2gdb_regno_map_length),
7028 (x86_64_dwarf2_reg_to_regnum): Added.
7029 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7030 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7031 (_initialize_x86_64_tdep): Synced with the change above.
7032 (x86_64_skip_prologue): Reformulated message.
7033
065432a8
PM
70342002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7035
7036 * f-exp.y: Also use new prev_lexptr variable
7037 to improve error reporting. Based on Michael Snyder
7038 2002-04-24 dated patch to c-exp.y.
7039 * jv-exp.y: Likewise.
7040 * m2-exp.y: Likewise.
7041
a3162708
EZ
70422002-05-02 Elena Zannoni <ezannoni@redhat.com>
7043
7044 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7045 we are dealing with vectors.
7046
03620c38
PM
70472002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7048
7049 * config/m68k/tm-nbsd.h: Obvious fix,
7050 correct machine name.
7051
6604db2e
PM
70522002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7053
7054 * p-typeprint.c (pascal_type_print_base): Add support
7055 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7056
0906b739
PM
70572002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7058
7059 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7060 for fondamental pascal 'char' type.
7061
e2625b33
PM
70622002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7063
7064 * p-lang.h (is_pascal_string_type): Declaration changed,
7065 new sixth argument of type char ** added.
361d1df0 7066 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7067 changed. Args length_pos, length_size, string_pos, char_size
7068 can now be NULL. New argument arrayname set to the field
7069 name of the char array. Return value set to char array
7070 field index plus one.
361d1df0 7071 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7072 is_pascal_string_type function.
7073
cf17c188
AC
70742002-05-02 Andrew Cagney <cagney@redhat.com>
7075
7076 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7077 <cagney@redhat.com> change.
7078 * gdbarch.c: Regenerate.
7079
52bca491
AC
70802002-05-02 Andrew Cagney <cagney@redhat.com>
7081
7082 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7083 before probing for a new one. Detect errorenous gdbarch_init
7084 functions.
7085 * gdbarch.c: Regenerate.
7086
d5e72505
AC
70872002-05-01 Andrew Cagney <cagney@redhat.com>
7088
7089 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7090 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7091 * config/v850/tm-v850.h: Ditto. Update copyright.
7092
af566d9f
AC
70932002-04-30 Andrew Cagney <ac131313@redhat.com>
7094
7095 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7096 current_gdbarch.
7097
880d85fa
MS
70982002-04-30 Michael Snyder <msnyder@redhat.com>
7099
94c30b78
MS
7100 * arm-tdep.c: Whitespace clean-ups.
7101 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7102 should have been removed as part of 4/24 change.
7103
6f5987a6
KB
71042002-04-30 Kevin Buettner <kevinb@redhat.com>
7105
7106 * rs6000-tdep.c: Added comment describing how fpscr register
7107 numbers were chosen.
7108
1a113c93
MS
71092002-04-30 Michael Snyder <msnyder@redhat.com>
7110
7111 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7112
9a6f53fe
EZ
71132002-04-29 Elena Zannoni <ezannoni@redhat.com>
7114
7115 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7116 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7117 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7118
11ed25ac
KB
71192002-04-29 Kevin Buettner <kevinb@redhat.com>
7120
7121 From Louis Hamilton <hamilton@redhat.com>:
7122 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7123 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7124 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7125 not bfd-private xcoff data, to determine wordsize.
7126 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7127
ae232405
AC
71282002-04-29 Andrew Cagney <ac131313@redhat.com>
7129
7130 GDB 5.2 released from 5.2 branch.
7131
91fd20f7
ML
71322002-04-29 Michal Ludvig <mludvig@suse.cz>
7133
7134 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7135 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7136 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7137
2dc5091b
EZ
71382002-04-29 Elena Zannoni <ezannoni@redhat.com>
7139
7140 * rs6000-tdep.c (rs6000_extract_return_value,
7141 rs6000_store_return_value): Handle returning vectors.
7142 (rs6000_gdbarch_init): Use
7143 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7144 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7145 New function.
7146 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7147 vectors.
7148 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7149 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7150
2b9848d8
PM
71512002-04-24 Pierre Muller <ics.u-strasbg.fr>
7152
7153 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7154 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7155 with fprintf_unfiltered (gdb_stderr,...).
7156
f8d17dc5
PM
71572002-04-24 Pierre Muller <ics.u-strasbg.fr>
7158
7159 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7160 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7161 Replace fprintf (stderr,...
7162 with fprintf_unfiltered (gdb_stderr,....
7163 * remote-es.c: Likewise.
7164 * remote-os9k.c: Likewise.
7165 * remote-st.c: Likewise.
7166
2f2f1ad1
AS
71672002-04-28 Andreas Schwab <schwab@suse.de>
7168
7169 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7170 linux-proc.o and gcore.o.
7171
b6779aa2
AC
71722002-04-26 Michal Ludvig <mludvig@suse.cz>
7173
7174 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7175 code without frame pointers.
7176
7e57f5f4
AC
71772002-04-26 Andrew Cagney <ac131313@redhat.com>
7178
7179 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7180 ON_STACK is needed.
7181
2ceb85d0
BE
71822002-04-26 Ben Elliston <bje@redhat.com>
7183
7184 * target.c (do_xfer_memory): Correct reference to the new option
7185 "trust-readonly-sections".
7186
f5f8a009
EZ
71872002-04-26 Elena Zannoni <ezannoni@redhat.com>
7188
7189 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7190 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7191 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7192 vectors.
7193 (read_array_type): Record the fact that this array type is really a
7194 vector (i.e. are passed in by value).
7195
5868c862
JT
71962002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7197
7198 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7199 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7200 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7201 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7202 * alpha-linux-tdep.c: Include frame.h.
7203 (alpha_linux_sigcontext_addr): New function.
7204 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7205 alpha_linux_sigcontext_addr.
7206 * alpha-osf1-tdep.c: Include gdbcore.h.
7207 (alpha_osf1_sigcontext_addr): New function.
7208 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7209 alpha_osf1_sigcontext_addr.
7210 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7211 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7212
bfb01f37
AC
72132002-04-26 Andrew Cagney <ac131313@redhat.com>
7214
361d1df0 7215 * stack.c (selected_frame_level):
bfb01f37
AC
7216 (select_frame): Do not set selected_frame_level.
7217 * frame.h (selected_frame_level): Delete declaration.
7218
15813d3f
AC
72192002-04-26 Andrew Cagney <ac131313@redhat.com>
7220
7221 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7222 convert_from_func_ptr-addr when AIX / PowerOpen.
7223
6096c27a
AC
72242002-04-25 Andrew Cagney <ac131313@redhat.com>
7225
7226 * valops.c (hand_function_call): Call
7227 generic_save_call_dummy_addr.
7228 * frame.h (generic_save_call_dummy_addr): Declare.
7229 * blockframe.c (struct dummy_frame): Add fields call_lo and
7230 call_hi.
7231 (generic_find_dummy_frame): Check for PC in range call_lo to
7232 call_hi instead of entry_point_address.
7233 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7234 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7235 (generic_save_call_dummy_addr): New function.
7236
f510d44e
DM
72372002-04-24 David S. Miller <davem@redhat.com>
7238
7239 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7240 sparc_skip_prologue.
7241 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7242 information to find prologue when possible.
7243 (sparc_prologue_frameless_p): Call examine_prologue directly.
7244 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7245 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7246 second argument.
7247 (SKIP_PROLOGUE): Likewise.
7248
15d72a92
JT
72492002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7250
7251 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7252 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7253 indicate that the condition it was testing is always true.
7254 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7255 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7256 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7257
accc6d1f
JT
72582002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7259
7260 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7261 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7262 tdep->jb_pc and tdep->jb_elt_size.
7263 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7264 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7265 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7266 * alpha-nat.c (get_longjmp_target): Remove.
7267 (JB_ELEMENT_SIZE): Ditto.
7268 (JB_PC): Ditto.
7269 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7270 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7271 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7272 to alpha_get_longjmp_target.
7273 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7274 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7275 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7276
1bfdc549
AC
72772002-04-25 Andrew Cagney <ac131313@redhat.com>
7278
7279 * README: Update to GDB 5.2.
7280
1bd316f0
AC
72812002-04-25 Andrew Cagney <ac131313@redhat.com>
7282
7283 * gdbarch.sh (LC_ALL): Set to `c'.
7284
2e5ff58c
TR
72852002-04-25 Theodore A. Roth <troth@verinet.com>
7286
7287 * avr-tdep.c: Ran through gdb_indent.sh.
7288
e33ce519
TR
72892002-04-25 Theodore A. Roth <troth@verinet.com>
7290
7291 * MAINTAINERS: Add myself as AVR maintainer.
7292 * NEWS: Note new target avr.
7293
8818c391
TR
72942002-04-25 Theodore A. Roth <troth@verinet.com>
7295
7296 * Makefile.in: Add support for AVR target.
7297 * configure.tgt: Add support for AVR target.
7298 * avr-tdep.c: New file
7299 * config/avr/avr.mt: New file.
7300
79509c2d
TR
73012002-04-25 Theodore A. Roth <troth@verinet.com>
7302
7303 * MAINTAINERS: Add myself to write-after-approval.
7304
dac8068e
PM
73052002-04-24 Pierre Muller <ics.u-strasbg.fr>
7306
7307 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7308 with fprintf_unfiltered (gdb_stderr,....
7309
25bf3106
PM
73102002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7311
7312 Fix PR gdb/508.
7313 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7314
24467a86
PM
73152002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7316
7317 * p-exp.y: Also use new prev_lexptr variable
7318 to improve error reporting. Based on Michael Snyder
7319 2002-04-24 dated patch to c-exp.y.
7320
95b80706
JT
73212002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7322
7323 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7324 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7325 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7326 to 0.
7327 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7328 and struct value.
7329 (FUNCTION_START_OFFSET): Remove.
7330 (BREAKPOINT): Ditto.
7331
e90cc612
JT
73322002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7333
7334 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7335 * NEWS: Ditto.
7336
6c72f9f9
JT
73372002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7338
7339 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7340 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7341 alpha_linux_pc_in_sigtramp.
7342 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7343 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7344 alpha_osf1_pc_in_sigtramp.
7345 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7346 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7347 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7348 alphafbsd_pc_in_sigtramp.
7349 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7350 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7351 alphanbsd_pc_in_sigtramp.
7352 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7353 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7354
5e4f3379
JT
73552002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7356
7357 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7358
da8ca43d
JT
73592002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7360
7361 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7362 alphanbsd-tdep.c.
7363 (alphanbsd-nat.o): New dependency list.
7364 (alphanbsd-tdep.o): Ditto.
7365 * NEWS: Note new native NetBSD/alpha configuration.
7366 * alphanbsd-nat.c: New file.
7367 * alphanbsd-tdep.c: Ditto.
7368 * configure.host (alpha*-*-netbsd*): New host.
7369 * configure.tgt (alpha*-*-netbsd*): New target.
7370 * config/alpha/nbsd.mh: New file.
7371 * config/alpha/nbsd.mt: Ditto.
7372 * config/alpha/nm-nbsd.h: Ditto.
7373 * config/alpha/tm-nbsd.h: Ditto.
7374
36a6271d
JT
73752002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7376
7377 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7378 (alpha-osf1-tdep.o): New dependency list.
7379 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7380 and skip_sigtramp_frame members.
7381 * alpha-linux-tdep.c: Include gdbcore.h.
7382 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7383 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7384 * alpha-osf1-tdep.c: New file.
7385 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7386 alpha-osf1-dep.c.
7387 (alpha_frame_past_sigtramp_frame): New function.
7388 (alpha_dynamic_sigtramp_offset): Ditto.
7389 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7390 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7391 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7392 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7393 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7394 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7395 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7396 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7397 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7398 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7399 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7400 to find_solib_trampoline_target.
7401 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7402 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7403 (SKIP_TRAMPOLINE_CODE): Remove.
7404 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7405 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7406 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7407 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7408 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7409 (PROC_SIGTRAMP_MAGIC): Ditto.
7410 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7411 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7412 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7413 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7414 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7415
2f4bc57b
JT
74162002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7417
7418 * NEWS: Note that Alpha targets are now multi-arch.
7419
665132f9
MS
74202002-04-24 Michael Snyder <msnyder@redhat.com>
7421
7422 * parser-defs.h (prev_lexptr): New external variable.
7423 * parse.c (parse_exp_1): Set prev_lexptr to null before
7424 calling the language-specific parser.
7425 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7426 (yyerror): Use prev_lexptr in error reporting.
7427
32872fa7
DJ
74282002-04-24 Daniel Jacobowitz <drow@mvista.com>
7429
7430 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7431 * gregset.h: If FILL_FPXREGSET is defined, provide
7432 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7433 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7434 is defined, call fill_fpxregset.
7435
57e76fac
MS
74362002-04-24 Roland McGrath <roland@frob.com>
7437
7438 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7439 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7440 (supply_gregset, supply_fpregset): New functions.
7441
7442 * gnu-nat.c (gnu_find_memory_regions): New function.
7443 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7444 (gnu_xfer_memory): Add a cast.
7445
f43845b3
MS
74462002-04-24 Michael Snyder <msnyder@redhat.com>
7447
361d1df0 7448 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7449 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7450 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7451 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7452 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7453 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7454
a0abec03
AC
7455Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7456
7457 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7458 NUM_PSEUDO_REGS can be used.
7459
d7bd68ca
AC
74602002-04-24 Andrew Cagney <ac131313@redhat.com>
7461
7462 * arch-utils.h: Update copyright.
7463
7464 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7465 * gdbarch.h, gdbarch.c: Re-generate.
7466
7467 * inferior.h (IN_SIGTRAMP): Delete definition.
7468 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7469 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7470
7471 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7472 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7473 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7474 (find_proc_framesize): Ditto.
7475 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7476 (alpha_init_extra_frame_info): Ditto.
7477 * infrun.c (handle_inferior_event): Ditto.
7478 (handle_inferior_event): Ditto.
7479 (check_sigtramp2): Ditto.
7480 * blockframe.c (create_new_frame): Ditto.
7481 (get_prev_frame): Ditto.
7482 * ppc-linux-tdep.c: Update comments.
7483 * i386-linux-tdep.c: Update comments.
7484 * breakpoint.c (bpstat_what): Update comment.
7485
4867e41e
DM
74862002-04-24 David S. Miller <davem@redhat.com>
7487
21d83aa5
DM
7488 * i960-tdep.c (register_in_window_p): New function.
7489 (i960_find_saved_register): Use it instead of
7490 REGISTER_IN_WINDOW_P.
7491 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7492
4867e41e
DM
7493 * symtab.h (find_stab_function_addr): Kill extern.
7494 * minsyms.c (find_stab_function_addr): Remove from here...
7495 * dbxread.c: ... to here, and mark it static.
7496
69cdf6a2
DM
74972002-04-20 David S. Miller <davem@redhat.com>
7498
7499 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7500 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7501
5a595886
DM
75022002-04-21 David S. Miller <davem@redhat.com>
7503
7504 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7505 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7506 (vx_write_register): Likewise.
7507
1da1a192
JB
75082002-04-23 J. Brobecker <brobecker@gnat.com>
7509
7510 * source.c (is_regular_file): New function.
7511 (openp): Check wether file to open is a regular file
7512 to avoid opening directories.
7513
baa6f10b
JT
75142002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7515
7516 * findvar.c (extract_signed_integer): Cast printf argument
7517 to suppress format warning.
7518 (extract_unsigned_integer): Likewise.
7519 * infcmd.c (registers_info): Likewise.
7520 * top.c (get_prompt_1): Likewise.
7521 * valops.c (value_assign): Likewise.
7522 * valprint.c (print_decimal): Likewise.
7523
b2c4da81
L
75242002-04-22 H.J. Lu (hjl@gnu.org)
7525
7526 * c-exp.y (typebase): Support
361d1df0 7527
b2c4da81
L
7528 [long|long long|short] [signed|unsigned] [int|]
7529
7530 and
7531
7532 signed [long|long long|short] int
7533
f267bd6a
JT
75342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7535
7536 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7537 and vax-tdep.h.
7538 * vax-tdep.h: New file.
7539 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7540 Make several routines static.
7541 (vax_get_saved_register): New function.
7542 (vax_gdbarch_init): New function.
7543 (_initialize_vax_tdep): Register vax_gdbarch_init.
7544 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7545 Remove macros now under the control of gdbarch.
7546
da3c6d4a
MS
75472002-04-22 Michael Snyder <msnyder@redhat.com>
7548
11d3b27d
MS
7549 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7550 Some whitespace and coding standards tweaks.
da3c6d4a 7551
a33f7558
JT
75522002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * vax-tdep.c: Include regcache.h.
7555 (vax_call_dummy_words): New.
7556 (sizeof_vax_call_dummy_words): New.
7557 (vax_fix_call_dummy): New function.
7558 (vax_saved_pc_after_call): Ditto.
7559 * config/vax/tm-vax.h: Don't include regcache.h.
7560 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7561 (CALL_DUMMY): Remove.
7562 (CALL_DUMMY_WORDS): Define.
7563 (SIZEOF_CALL_DUMMY_WORDS): Define.
7564 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7565
47a73475
MS
75662002-04-18 Michael Snyder <msnyder@redhat.com>
7567
7568 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7569
52efde73
JT
75702002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7571
7572 * vax-tdep.c (vax_frame_chain): New function.
7573 (vax_push_dummy_frame): Ditto.
7574 (vax_pop_frame): Ditto.
7575 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7576 (FRAMELESS_FUNCTION_INVOCATION): Use
7577 generic_frameless_function_invocation_not.
7578 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7579 (POP_FRAME): Use vax_pop_frame.
7580
ea74468c
JT
75812002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7582
7583 * vax-tdep.c (vax_store_struct_return): New function.
7584 (vax_extract_return_value): Ditto.
7585 (vax_store_return_value): Ditto.
7586 (vax_extract_struct_value_address): Ditto.
7587 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7588 vax_store_struct_return.
7589 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7590 (STORE_RETURN_VALUE): Use vax_store_return_value.
7591 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7592
5516aa92
JT
75932002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7594
7595 * vax-tdep.c (vax_frame_saved_pc): New function.
7596 (vax_frame_args_address_correct): Ditto.
7597 (vax_frame_args_address): Ditto.
7598 (vax_frame_locals_address): Ditto.
7599 (vax_frame_num_args): Move code to be in proximity to
7600 other frame-related functions.
7601 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7602 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7603 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7604 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7605 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7606
36af0b35
L
76072002-04-22 H.J. Lu (hjl@gnu.org)
7608
7609 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7610 includedir.
7611
ab62c900
JT
76122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7613
7614 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7615 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7616 (FRAME_INIT_SAVED_REGS): New macro.
7617
7232b100
JT
76182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7619
7620 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7621
b70d2aee
JT
76222002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7623
7624 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7625 where needed.
7626 (fetch_osf_core_registers): Likewise.
7627 (supply_gregset): Likewise.
7628
a0e8a2d1 76292002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7630
a0e8a2d1
JB
7631 * symfile.h (get_section_index): Define.
7632 * symfile.c (get_section_index): New function.
7633 * mdebugread.c (SC_IS_SBSS): New macro.
7634 (SC_IS_BSS): Return true for the scBss storage class only, as
7635 the scSBss storage class refers to the .sbss section.
7636 (parse_partial_symbols): Discard the symbols which associated
7637 section does not exist.
7638 Make sure to use the .sbss section index for symbols which
7639 storage class is scBss, rather than using the .bss section index.
7640
51eb8b08
JT
76412002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7642
7643 * vax-tdep.c: Update copyright years.
7644 (vax_register_name): New function.
7645 (vax_register_byte): Ditto.
7646 (vax_register_raw_size): Ditto.
7647 (vax_register_virtual_size): Ditto.
7648 (vax_register_virtual_type): Ditto.
7649 * config/vax/tm-vax.h: Update copyright years.
7650 (REGISTER_NAMES): Remove.
7651 (REGISTER_NAME): Define.
7652 (REGISTER_BYTE): Use vax_register_byte.
7653 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7654 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7655 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7656
6cc1c0a8
AC
76572002-04-21 Andrew Cagney <ac131313@redhat.com>
7658
7659 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7660 declaration
7661 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7662
9319a2fe
DM
76632002-04-21 David S. Miller <davem@redhat.com>
7664
7665 * arch-utils.c (generic_prologue_frameless_p): Kill
7666 SKIP_PROLOGUE_FRAMELESS_P code.
7667 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7668 references.
7669 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7670 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7671 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7672 references.
7673 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7674 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7675 (sparc_gdbarch_init): Pass it to
7676 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7677
e9ed6d01
JT
76782002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7679
7680 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7681 (alphabsd-nat.o): New dependency list.
7682
36012033
JT
76832002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7684
7685 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7686 alphafbsd-tdep.c.
7687 (alpha-linux-tdep.o): New dependency list.
7688 (alphafbsd-tdep.o): Likewise.
7689
3379287a
JT
76902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7691
7692 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7693 to here...
7694 * alpha-tdep.c: ...from here.
7695 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7696
4bcbd6cb
JT
76972002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7698
7699 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7700 prototype from here...
7701 * alpha-tdep.h: ...to here.
7702
b31da25e
AC
77032002-04-21 Andrew Cagney <ac131313@redhat.com>
7704
7705 * frame.h (selected_frame_level): Document as deprecated.
7706 (frame_relative_level): Declare.
7707 * stack.c (frame_relative_level): New function.
7708 (selected_frame_level): Document as deprecated.
7709 (select_frame): Do not set the selected_frame_level.
7710
7711 * stack.c (frame_info, record_selected_frame): Update.
7712 (frame_command, current_frame_command): Update.
7713 (up_silently_base, up_command, down_silently_base): Update.
7714 (down_command): Update.
7715 * inflow.c (kill_command): Update.
7716 * tracepoint.c (finish_tfind_command): Update.
7717 * corelow.c (core_open): Update.
7718 * thread.c (info_threads_command): Update.
7719 (do_captured_thread_select): Update.
7720 * infcmd.c (finish_command): Update.
7721 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7722
9c1d6fe5
JT
77232002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7724
7725 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7726
ab89facf
AC
77272002-04-21 Andrew Cagney <ac131313@redhat.com>
7728
7729 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7730 type const.
7731
82a4efa1
JT
77322002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7733
7734 * alphafbsd-tdep.c: Update copyright years. Include
7735 alpha-tdep.h.
7736 (alphafbsd_use_struct_convention): Make static.
7737 (alphafbsd_init_abi): New function.
7738 (_initialize_alphafbsd_tdep): New function.
7739 * config/alpha/tm-fbsd.h: Update copyright years.
7740 (USE_STRUCT_CONVENTION): Remove.
7741
44dffaac
JT
77422002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7743
7744 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7745 an Alpha ABI variant.
7746 (alpha_abi_handler_list): Declare.
7747 (alpha_gdbarch_register_os_abi): New function.
7748 (alpha_gdbarch_init): Give registered ABI variant handlers a
7749 chance to tweak the gdbarch once we have set up defaults.
7750 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7751
65585be4
JT
77522002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7753
7754 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7755 to standard_coerce_float_to_double.
7756 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7757
d9b023cc
JT
77582002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7759
7760 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7761 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7762 from gdbarch_tdep rather than a constant.
7763 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7764 the default text address for all Alpha Unix ABIs.
7765 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7766 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7767
dc129d82
JT
77682002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7769
7770 * alpha-tdep.h: New file. Includes several Alpha target constants
7771 taken from...
7772 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7773 let gdbarch deal with.
7774 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7775 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7776 to dependency list.
7777 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7778 Alpha target register names.
7779 * alphabsd-nat.c: Likewise.
7780 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7781 Alpha target register names. Make serveral routines static.
7782 (alpha_get_saved_register): New function.
7783 (alpha_abi_names): New.
7784 (process_note_abi_tag_sections): New function.
7785 (get_elfosabi): New function.
7786 (alpha_gdbarch_init): New function.
7787 (alpha_dump_tdep): New function.
7788 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7789
d49d1e0a
AC
77902002-04-21 Andrew Cagney <ac131313@redhat.com>
7791
7792 * frame.c (find_saved_register): Delete #ifdef
7793 HAVE_REGISTER_WINDOWS code.
7794 * config/sparc/tm-sparc.h: Update comments.
7795 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7796
92e8c9ed
AC
77972002-04-21 Andrew Cagney <ac131313@redhat.com>
7798
7799 * i960-tdep.c (i960_find_saved_register): New function.
7800 (i960_get_saved_register): New function.
7801 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7802 (i960_get_saved_register): Declare.
7803 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7804
e1925118
DM
78052002-04-20 David S. Miller <davem@redhat.com>
7806
7807 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7808
29673b29
AC
78092002-04-20 Andrew Cagney <ac131313@redhat.com>
7810
7811 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7812 instead of NUM_PSEUDO_REGS.
7813
6c86dcd5
DM
78142002-04-20 David S. Miller <davem@redhat.com>
7815
7816 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7817 GDB_MULTI_ARCH_PARTIAL
7818 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7819 define, let tm-sp64.h do it.
7820
aa40ec90
JT
78212002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7822
7823 * frame.c (find_saved_register): Avoid a NULL pointer
7824 dereference and actually walk the frame list.
7825
0f79675b
AC
78262002-04-20 Andrew Cagney <ac131313@redhat.com>
7827
7828 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7829 sorted in most most-recent-used order. Document.
7830 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7831
f91305dd 78322002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7833
7834 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7835 instead of ->prev.
7836 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7837 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7838 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7839 instead of ->prev.
7840
73d322b1
EZ
78412002-04-19 Elena Zannoni <ezannoni@redhat.com>
7842
7843 Fix PR gdb/471.
7844 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7845 (build_builtin_type_vec128): Ditto.
7846 (append_composite_type_field): Fix calculation of type length in
7847 union case.
7848
ccd9a834
EZ
78492002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7850
7851 * config/djgpp/README: Update.
7852
7853 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7854 compiler warnings.
7855
a57f9e49
JT
78562002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7857
7858 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7859 (alpha_setup_arbitrary_frame): ...to this.
7860 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7861 for alpha_setup_arbitrary_frame.
7862
f4f9705a
AC
78632002-04-18 Andrew Cagney <cagney@redhat.com>
7864
7865 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7866 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7867
f4f9705a
AC
7868 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7869 * target.h (memory_breakpoint_from_pc): Update declaration.
7870 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7871
7872 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7873 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7874 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7875 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7876 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7877 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7878 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7879 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7880 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7881 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7882 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7883 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7884
7885 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7886 const pointer.
7887 * monitor.c (monitor_insert_breakpoint): Ditto.
7888 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7889
7890 * config/mcore/tm-mcore.h: Update copyright.
7891 * mem-break.c: Ditto.
7892 * xstormy16-tdep.c: Ditto.
7893
29f319b8
PM
78942002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7895
7896 * p-exp.y: Add precedence rule for '^' token.
7897 This removes the shift/reduce conflicts.
7898 Remove the comment concerning these shift/reduce conflicts.
7899
ebeac11a
EZ
79002002-04-18 Elena Zannoni <ezannoni@redhat.com>
7901
7902 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7903 (registers_powerpc_nofp): New register set for processors
7904 without floating point unit.
7905
27c31547
DM
79062002-04-18 David S. Miller <davem@redhat.com>
7907
7908 * MAINTAINERS: Add myself to write-after-approval.
7909
47a73475
MS
79102002-04-17 Michael Snyder <msnyder@redhat.com>
7911
7912 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7913
953836b2
AC
79142002-04-17 Andrew Cagney <ac131313@redhat.com>
7915
7916 * rs6000-tdep.c (frame_initial_stack_address): Use
7917 frame_register_read to read the alloca_reg.
7918
8b0d4340
AC
79192002-04-17 Andrew Cagney <ac131313@redhat.com>
7920
7921 * frame.c (find_saved_register): Find saved registers in the next
7922 not prev frame.
7923 Fix PR gdb/365.
7924
d8864532
AC
79252002-04-17 Andrew Cagney <ac131313@redhat.com>
7926
7927 * gdbarch.sh (LANG): Set to ``c''.
7928
36cc83a3 79292002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 7930
36cc83a3 7931 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 7932
2f4150cc 79332002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7934
7935 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7936 Update copyright.
7937
628703c6 7938 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7939 Also fix PR gdb/391.
361d1df0 7940
56157b4a
AC
79412002-04-14 Andrew Cagney <ac131313@redhat.com>
7942
7943 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7944 * aclocal.m4, configure: Re-generate.
7945 Fix PR gdb/391.
361d1df0 7946
6d1e3329
EZ
79472002-04-14 Elena Zannoni <ezannoni@redhat.com>
7948
7949 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7950 instead of tm_print_insn.
7951
cb06fa07
EZ
79522002-04-14 Elena Zannoni <ezannoni@redhat.com>
7953
7954 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7955
f208ba17
AC
79562002-04-14 Andrew Cagney <ac131313@redhat.com>
7957
7958 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7959 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7960 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7961
20f01a46
DH
79622002-04-12 Don Howard <dhoward@redhat.com>
7963
7964 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7965 max_user_call_depth.
7966 (init_cmd_lists): Initialize the new value;
7967 * cli/cli-script.c (execute_user_command): Limit the call depth of
7968 user defined commands. This avoids a core-dump when user commands
7969 are infinitly recursive.
7970
a88376a3
KB
79712002-04-12 Kevin Buettner <kevinb@redhat.com>
7972
7973 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7974 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7975 from tdep struct instead of DEFAULT_LR_SAVE.
7976 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7977 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7978 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7979
f2172603
MS
79802002-04-12 Michael Snyder <msnyder@redhat.com>
7981
694f61fb 7982 * Remote.c: Spelling fix.
20fe79c8
MS
7983 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7984 If no symbol found for "sbrk", try "_sbrk".
7985 (make_output_phdrs): Use bfd_section_name.
7986 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7987 * eval.c: Indentation fix-ups.
169a7369
MS
7988 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7989 in case it gets applied to an address that is already
7990 in the instruction space.
de74f71f
MS
7991 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7992 * symfile.c: Fix indentation, long lines.
f2172603
MS
7993 * source.c: White space fix-up.
7994
cda5a58a
AC
79952002-04-12 Andrew Cagney <cagney@redhat.com>
7996
7997 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7998 * frame.c (frame_register_read): New function. Return non-zero on
7999 success.
8000 (read_relative_register_raw_bytes_for_frame): Delete.
8001 (read_relative_register_raw_bytes): Delete.
8002 * frame.h (frame_register_read): Declare.
8003 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8004 * sh-tdep.c: Ditto.
8005 * infcmd.c (do_registers_info): Ditto.
8006 * hppa-tdep.c: Ditto.
8007 * rs6000-tdep.c: Ditto.
8008 * h8500-tdep.c: Ditto.
8009 * mips-tdep.c: Ditto.
8010 * h8300-tdep.c: Ditto.
8011 * z8k-tdep.c: Ditto.
8012
2ea5f656
KB
80132002-04-12 Kevin Buettner <kevinb@redhat.com>
8014
8015 From Jimi X <jimix@watson.ibm.com>:
8016 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8017 64-bit SysV ABI.
8018
27b15785
KB
80192002-04-12 Kevin Buettner <kevinb@redhat.com>
8020
8021 From Jimi X <jimix@watson.ibm.com>:
8022 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8023 bfd info.
8024
5d57ee30
KB
80252002-04-12 Kevin Buettner <kevinb@redhat.com>
8026
8027 From Jimi X <jimix@watson.ibm.com>:
8028 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8029 register sets for these processor variants.
8030
bc1e36ca
DJ
80312002-04-11 Daniel Jacobowitz <drow@mvista.com>
8032
bc1e36ca
DJ
8033 * regformats/reg-ppc.dat: Support FPSCR.
8034
e3f36dbd
KB
80352002-04-11 Kevin Buettner <kevinb@redhat.com>
8036
8037 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8038 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8039 Add fpscr as an invalid/unfetchable register.
8040 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8041 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8042 (fill_fpregset): Add support for register fpscr.
8043 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8044 (fill_gregset): Account for the fact that register ``mq'' might
8045 not exist.
8046 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8047 (registers_power): Add fpscr to register set at slot 71.
8048 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8049 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8050
943c9c25
MS
80512002-04-11 Michael Snyder <msnyder@redhat.com>
8052
8053 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8054 * configure: Regenerate.
8055 * config.in: Regenerate.
8056 * acconfig.h: Add define for _SYSCALL32.
8057 * core-sol2.c: Remove #define _SYSCALL32.
8058 * solib-legacy.c: Remove #define _SYSCALL32.
8059
d8c0a2e7
AC
80602002-04-10 Andrew Cagney <ac131313@redhat.com>
8061
8062 * stack.c (select_frame): Cleanup internal error message, do not
8063 use %p.
8064
7cc19214
AC
80652002-04-10 Andrew Cagney <ac131313@redhat.com>
8066
8067 * stack.c (select_frame): Check that selected_frame and the
8068 specified level are as expected.
8069 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8070 Update copyright.
8071 * frame.h (struct frame_info): Add field `level'. Update
8072 copyright.
8073 Work-in-progress PR gdb/464.
8074
67a2b77e
AC
80752002-04-10 Andrew Cagney <ac131313@redhat.com>
8076
8077 * maint.c (maint_print_section_info): Rename print_section_info.
8078 (print_bfd_section_info, print_objfile_section_info): Update.
8079 * inferior.h (struct gdbarch): Add opaque declaration.
8080 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8081 * gdbarch.h: Regenerate.
8082
8cfda98c
ML
80832002-04-10 Michal Ludvig <mludvig@suse.cz>
8084
8085 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8086 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8087 (kernel_u_size): Added.
8088 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8089 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8090
ca439ad2 80912002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8092
ca439ad2
JI
8093 * valarith.c (find_size_for_pointer_math): New function, either returns
8094 the size for a pointer's target, returns 1 for void *, or errors for
8095 incomplete types.
8096 (value_add, value_sub): use find_size_for_pointer_math.
8097
2f2893d9
DJ
80982002-04-09 Daniel Jacobowitz <drow@mvista.com>
8099
8100 * linux-low.c (linux_look_up_symbols): New hook.
8101 (linux_target_ops): Add linux_look_up_symbols.
8102 * remote-utils.c (decode_address): New function.
8103 (look_up_one_symbol): New function.
8104 * server.c (handle_query): Call target look_up_symbols hook.
8105 * server.h (look_up_one_symbol): Add prototype.
8106 * target.h (struct target_ops): Add look_up_symbols hook.
8107
96cb11df
AC
81082002-04-09 Andrew Cagney <ac131313@redhat.com>
8109
8110 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8111 override FP_REGNUM with frame->fp. Update copyright.
8112 * parse.c (num_std_regs, std_regs): Delete.
8113 (target_map_name_to_register): Do not search std_regs. Update
8114 function description.
8115 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8116 declarations. Update copyright.
8117 Fix PR gdb/251.
361d1df0 8118
97658e92
DJ
81192002-04-09 Daniel Jacobowitz <drow@mvista.com>
8120
8121 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8122 after the last symbol in a block.
8123
6044e3eb
PM
81242002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8125
8126 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8127 is non zero as a found symbol.
8128
0406ec40
AC
81292002-04-08 Andrew Cagney <ac131313@redhat.com>
8130
8131 * findvar.c: Include "builtin-regs.h".
8132 (value_of_register): Call value_of_builtin_reg when applicable.
8133 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8134 (target_map_name_to_register): Call
8135 builtin_reg_map_name_to_regnum.
8136 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8137 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8138 (builtin_regs_h): Define.
8139 (builtin-regs.o): New target.
8140 (findvar.o): Add $(builtin_regs_h).
8141 * builtin-regs.c, builtin-regs.h: New files.
8142 * std-regs.c: New file.
8143 Partial fix for PR gdb/251.
8144
56a6dfb9
KB
81452002-04-08 Kevin Buettner <kevinb@redhat.com>
8146
8147 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8148 it's no longer required.
8149
3a808432
AC
81502002-04-08 Andrew Cagney <ac131313@redhat.com>
8151
8152 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8153
7c40d541
KB
81542002-04-08 Kevin Buettner <kevinb@redhat.com>
8155
8156 From Jimi X <jimix@watson.ibm.com>:
8157 * rs6000-tdep.c (rs6000_software_single_step): Use
8158 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8159 and size. Use target_insert_breakpoint() and
8160 target_remove_breakpoint() to insert and remove breakpoints
8161 instead of explicit memory reads and writes.
8162
cc9836a8
KB
81632002-04-08 Kevin Buettner <kevinb@redhat.com>
8164
8165 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8166 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8167 ELF_OBJECT_FORMAT ifdef.
8168
7495d1dc
KB
81692002-04-08 Kevin Buettner <kevinb@redhat.com>
8170
8171 From Jimi X <jimix@watson.ibm.com>:
8172 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8173
4288e836
KB
81742002-04-08 Kevin Buettner <kevinb@redhat.com>
8175
8176 From Jimi X <jimix@watson.ibm.com>:
8177 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8178 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8179
a4e4e501
MK
81802002-04-07 Mark Kettenis <kettenis@gnu.org>
8181
8182 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8183 s/asprintf/xasprintf/.
8184 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8185
006defba
AC
81862002-04-07 Andrew Cagney <ac131313@redhat.com>
8187
8188 I believe Jeff Law denies responsability for this one:
8189 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8190 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8191 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8192 Work-around for PR gdb/366.
8193
7aa83cac
EZ
81942002-04-07 Elena Zannoni <ezannoni@redhat.com>
8195
8196 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8197 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8198 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8199
cf1fcca1
EZ
82002002-04-07 Elena Zannoni <ezannoni@redhat.com>
8201
8202 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8203 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8204 information.
8205
3f289e6f
AC
82062002-04-07 Andrew Cagney <ac131313@redhat.com>
8207
8208 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8209 maintainer.
8210
129188f6
AC
82112002-04-07 Andrew Cagney <ac131313@redhat.com>
8212
8213 * README (Reporting Bugs in GDB): Document the bug web page as the
8214 prefered way of submitting bugs.
8215 Fix PR gdb/402.
8216
1200cd6e
AC
82172002-04-06 Andrew Cagney <ac131313@redhat.com>
8218
8219 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8220 -1. Update comment.
8221 * gdbarch.h, gdbarch.c: Re-generate.
8222
2853c33c
AS
82232002-04-07 Andreas Schwab <schwab@suse.de>
8224
8225 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8226 buffer to regcache_collect.
8227
c2169756
AC
82282002-04-06 Andrew Cagney <ac131313@redhat.com>
8229
8230 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8231 * gdbarch.c, gdbarch.h: Re-generate.
8232
25f1b008
AC
82332002-04-06 Andrew Cagney <ac131313@redhat.com>
8234
8235 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8236 declaration. Fix -Werror.
8237
59263426
DJ
82382002-04-05 Daniel Jacobowitz <drow@mvista.com>
8239
8240 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8241 * gdbarch.c: Regenerate.
8242
f5db4da3
MS
82432002-04-05 Michael Snyder <msnyder@redhat.com>
8244
80f8a6eb
MS
8245 * breakpoint.c (clear_command): Rewrite middle section to
8246 combine two loops with identical control conditions.
8247 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8248 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8249
ad3dcc5c
L
82502002-04-05 H.J. Lu (hjl@gnu.org)
8251
8252 * solib-svr4.c (bkpt_names): Add "__start".
8253
f32e7a74
AC
82542002-04-04 Andrew Cagney <ac131313@redhat.com>
8255
8256 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8257 as test for 64 bit target.
8258
8227c0ff
AC
82592002-04-05 Andrew Cagney <ac131313@redhat.com>
8260
8261 * h8500-tdep.c (h8500_write_fp): Delete function.
8262 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8263 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8264 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8265 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8266 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8267 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8268 (s390_write_fp):
8269 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8270 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8271 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8272 (d10v_write_fp): Delete function.
8273 * inferior.h (write_fp, generic_target_write_fp): Delete
8274 declarations.
8275 * regcache.c (generic_target_write_fp): Delete function.
8276 (write_fp): Delete function.
8277 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8278 * gdbarch.h, gdbarch.c: Regenerate.
8279 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8280 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8281 (sparc64_write_fp): Delete declaration.
8282 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8283 (h8500_write_fp): Delete declaration.
8284
2757dd86
AC
82852002-04-04 Andrew Cagney <ac131313@redhat.com>
8286
8287 * sparc-tdep.c (sparc64_write_fp): Delete.
8288 (sparc_push_dummy_frame): Replace write_fp call with code to store
8289 the FP directly.
8290 (sparc_gdbarch_init): Do not initialize write_fp.
8291
c69255e1
KB
82922002-04-05 Kevin Buettner <kevinb@redhat.com>
8293
8294 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8295 clause.
8296
ae767bfb
JB
82972002-03-29 Jim Blandy <jimb@redhat.com>
8298
8299 * stack.c (get_selected_block): Add new argument `addr_in_block',
8300 used to return the exact code address we used to select the block,
8301 not just the block.
8302 * blockframe.c (get_frame_block, get_current_block): Same.
8303 * frame.h (get_frame_block, get_current_block,
8304 get_selected_block): Update declarations.
8305 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8306 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8307
84d2ac95
MS
83082002-04-05 Michael Snyder <msnyder@redhat.com>
8309
8310 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8311 warning message.
8312
596aa3bf
JB
83132002-04-05 J. Brobecker <brobecker@gnat.com>
8314
8315 * utils.c (xfullpath): New function.
8316 * defs.h (xfullpath): Add declaration.
8317 * source.c (openp): Use xfullpath in place of gdb_realpath to
8318 avoid resolving the basename part of filenames when the
8319 associated file is a symbolic link. This fixes a potential
8320 inconsistency between the filenames known to GDB and the
8321 filenames it prints in the annotations.
8322 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8323 to be able to match a filename with either the real filename, or
8324 the name of any symbolic link to this file.
8325 (lookup_partial_symtab): Ditto.
8326
c02f5703
MS
83272002-04-04 Michael Snyder <msnyder@redhat.com>
8328
8329 * breakpoint.c: Add support for hardware breakpoints in overlays.
8330 (overlay_events_enabled): New state variable.
8331 (insert_breakpoints): Use overlay_events_enabled to decide
8332 whether to attempt to set a breakpoint at the overlay load addr.
8333 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8334 (remove_breakpoint): Use overlay_events_enabled to decide
8335 whether breakpoints need to be removed from overlay load addr.
8336 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8337 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8338 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8339 disable_overlay_breakpoints): Update overlay_events_enabled.
8340
5fb290d7
DJ
83412002-04-04 Daniel Jacobowitz <drow@mvista.com>
8342
8343 * dwarf2read.c (struct function_range): New.
8344 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8345 (check_cu_functions): New.
8346 (read_file_scope): Initialize global function lists.
8347 Call dwarf_decode_line after processing children.
8348 (read_func_scope): Add to global function list.
8349 (dwarf_decode_lines): Call check_cu_functions everywhere
8350 record_line is called. Call record_line with a linenumber
8351 of 0 to mark sequence ends.
8352
7b3fabf0
ML
83532002-04-04 Michal Ludvig <mludvig@suse.cz>
8354
361d1df0 8355 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8356 change sync with glibc.
8357
bce58c09
JB
83582002-04-03 Jim Blandy <jimb@redhat.com>
8359
8360 * configure.in: Call AC_C_INLINE.
8361 * configure: Regenerated.
361d1df0 8362
2fccf04a
DJ
83632002-04-01 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8366 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8367
2d1bfe2e
MK
83682002-03-31 Mark Kettenis <kettenis@gnu.org>
8369
a5941fbf
MK
8370 * NEWS: Mention gcore support on FreeBSD/i386.
8371
a90cd31d
MK
8372 * fbsd-proc.c: New file.
8373 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8374 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8375
2d1bfe2e
MK
8376 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8377 while statement.
8378
9eb6e5a1
JB
83792002-03-29 Jim Blandy <jimb@redhat.com>
8380
8381 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8382 unescaped newlines in string literals, but newer ones don't. So
8383 escape them.
8384
f02df580
MS
83852002-03-26 Michael Snyder <msnyder@redhat.com>
8386 Andrew Cagney <cagney@redhat.com>
8387
361d1df0 8388 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8389 restore file to memory.
8390 * cli/cli-dump.h: New file.
8391 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8392 * NEWS: Mention new commands.
f02df580 8393
109f874e
MS
83942002-03-28 Michael Snyder <msnyder@redhat.com>
8395
8396 * symfile.c (symbol_file_add): Move test for null symbols to later.
8397
520f6ade
AC
83982002-03-27 Andrew Cagney <ac131313@redhat.com>
8399
8400 From veksler at il.ibm.com:
8401 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8402 the xstrduped original path.
8403 Fix PR gdb/417.
8404
d4654627
MS
84052002-03-27 Michael Snyder <msnyder@redhat.com>
8406
8407 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8408 * infcmd.c (_initialize_infcmd): Ditto.
8409 * language.c (_initialize_language): Ditto.
8410 * symfile.c (_initialize_symfile): Ditto.
8411 * top.c (_init_main): Ditto.
8412 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8413
6be8bc0c
EZ
84142002-03-27 Elena Zannoni <ezannoni@redhat.com>
8415
8416 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8417 vector registers handling.
8418 (skip_prologue): Handle new AltiVec instructions. Fill in new
8419 fields of frame data.
8420 (frame_get_saved_regs): Fill in information for AltiVec registers.
8421
12af6855
JB
84222002-03-27 Jim Blandy <jimb@redhat.com>
8423
8424 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8425 a function; leave this macro here to invoke that function.
8426 (symbol_init_mangled_name): Declaration for that function.
8427 * symtab.c (symbol_init_mangled_name): New function.
8428
dc672865
AC
84292002-03-27 Andrew Cagney <ac131313@redhat.com>
8430
8431 * valarith.c: Replace strerror with safe_strerror.
8432 * tracepoint.c: Ditto.
8433 * lin-lwp.c: Ditto.
8434 * go32-nat.c: Ditto.
8435 * inflow.c: Ditto.
8436 * gnu-nat.c: Ditto.
8437
d96429cd
AS
84382002-03-27 Andreas Schwab <schwab@suse.de>
8439
8440 * event-top.c (command_line_handler): Remove useless if.
8441
7e336ba1
AJ
84422002-03-27 Andreas Jaeger <aj@suse.de>
8443
8444 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8445 comment.
8446
de220d0f
ML
84472002-03-27 Michal Ludvig <mludvig@suse.cz>
8448
8449 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8450 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8451 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8452 (x86_64_linux_dr_get_status, supply_gregset),
8453 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8454 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8455 (x86_64_register_info_table): Add.
8456 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8457 (x86_64_register_raw_size, x86_64_register_virtual_type),
8458 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8459 general x86_64_register_info_table.
8460 (i386_gdbarch_init): gdbarch_register_bytes is now set
8461 dynamicaly during initialization.
8462 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8463 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8464
0e98d0a7
DJ
84652002-03-27 Daniel Jacobowitz <drow@mvista.com>
8466
8467 * gdbserver/server.c (main): Call target_signal_to_host_p
8468 and target_signal_to_host on signals received from the remote.
8469 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8470 target_signal_from_host on signals sent to the remote.
8471 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8472 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8473
3130066b
DJ
84742002-03-27 Daniel Jacobowitz <drow@mvista.com>
8475
8476 * signals/signals.c: Include "server.h" in gdbserver build.
8477 (target_signal_from_name): Don't use STREQ.
8478 (_initialize_signals): Likewise. Don't include function in
8479 gdbserver build.
8480
9aedf4f4
DJ
84812002-03-27 Daniel Jacobowitz <drow@mvista.com>
8482
8483 * signals.c: Moved to...
8484 * signals/signals.c: Here.
7e336ba1 8485 * Makefile (signals.o): Update.
9aedf4f4 8486
3fa41cdb
JL
84872002-03-26 Jeff Law (law@redhat.com)
8488
8489 * somread.c (som_symtab_read): Remove some commented out code and
8490 updated related comments. Do not set the minimal symbol table to
8491 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8492 in a dynamic executable.
8493 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8494 where we are unable to find the minimal symbol for the given
8495 PC value.
8496
ee677e8d
MS
84972002-03-25 Jeff Law (law@redhat.com)
8498
8499 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8500
e76e1718
ML
85012002-03-25 Michal Ludvig <mludvig@suse.cz>
8502
8503 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8504
18a642a1
AC
85052002-03-23 Andrew Cagney <ac131313@redhat.com>
8506
8507 * command.h: Update copyright.
8508 (struct cmd_list_element): Replace definition with opaque
8509 declaration.
8510 (enum cmd_types): Document that it will eventually be moved to
8511 cli/cli-decode.h
8512 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8513 (MALLOCED_REPLACEMENT): Delete macro.
8514 * Makefile.in (cli_decode_h): Add $(command_h).
8515 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8516 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8517 * completer.c: Include "cli/cli-decode.h".
8518 * maint.c: Include "cli/cli-decode.h".
8519 * cli/cli-decode.h: Include "command.h".
8520 (enum command_class): Delete.
8521 (enum cmd_types): Comment out.
8522 (enum cmd_auto_boolean): Delete.
8523 (enum var_types): Delete.
8524
b2875cc0
AC
85252002-03-23 Andrew Cagney <ac131313@redhat.com>
8526
8527 * cli/cli-decode.c: Include "gdb_assert.h".
8528 (add_set_or_show_cmd): New static function.
8529 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8530 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8531 all fields, such as func, from the set command.
8532
3b45974e
AC
85332002-03-23 Andrew Cagney <ac131313@redhat.com>
8534
8535 * MAINTAINERS (sh-elf): Change warning flag to -w.
8536
823ca731
AC
85372002-03-23 Andrew Cagney <cagney@redhat.com>
8538
8539 * defs.h (error): Add printf format attribute.
8540 * thread-db.c (thread_from_lwp): Fix error format string.
8541 * stack.c (parse_frame_specification): Ditto.
8542 * cli/cli-decode.c (undef_cmd_error): Ditto.
8543 * scm-lang.c (scm_lookup_name): Ditto.
8544 * tracepoint.c (trace_error): Ditto.
8545 * remote-utils.c (usage): Ditto.
8546 * remote.c (compare_sections_command): Ditto.
8547 Fix PR gdb/328.
8548
0e101458
AC
85492002-03-22 Andrew Cagney <ac131313@redhat.com>
8550
8551 * gdbtypes.c (append_composite_type_field): New function.
8552 (init_composite_type): New function.
8553 * gdbtypes.h (append_composite_type_field): Declare.
8554 (init_composite_type): Ditto.
8555
8e0662df
EZ
85562002-03-22 Elena Zannoni <ezannoni@redhat.com>
8557
8558 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8559 function.
8e0662df
EZ
8560 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8561 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8562 structure returning convention for SYSV ABI case, but not
8563 for GNU/Linux, FreeBSD, or NetBSD.
8564
3121eff0
DJ
85652002-03-22 Daniel Jacobowitz <drow@mvista.com>
8566
8567 * symtab.h (lookup_block_symbol): Add mangled_name argument
8568 to prototype.
8569
8570 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8571 with new mangled_name argument.
8572 * linespec.c (decode_line_1): Likewise.
8573 * valops (value_of_this): Likewise.
8574 * symtab.c (lookup_transparent_type): Likewise.
8575 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8576 (lookup_symbol): If we are given a mangled name, pass it down
8577 to lookup_symbol_aux.
8578 (lookup_block_symbol): If we are given a mangled name to check
8579 against, only return symbols which match it.
8580
349b409f
CF
85812002-03-22 Christopher Faylor <cgf@redhat.com>
8582
8583 * win32-nat.c (child_create_inferior): Check for proper shell to use
8584 here, in case the user changes it on the fly.
8585 (_initialize_inftarg): Remove shell path considerations.
8586
2a873819
EZ
85872002-03-21 Elena Zannoni <ezannoni@redhat.com>
8588
8589 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8590 for gdbarch_max_register_raw_size and max_register_virtual_size.
8591 Adjust copyright year.
8592
a1b9830c
DJ
85932002-03-21 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8596 in a function to cover the entire beginning of the function
8597 as well if it does not already.
8598
8b5790f2
TR
85992002-03-21 Tom Rix <trix@redhat.com>
8600
8601 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8602 (rs6000_ptrace64): Renamed from ptrace64.
8603
bdbe5747
MH
86042002-03-20 Martin M. Hunt <hunt@redhat.com>
8605
8606 * gdbserver/remote-utils.c (remote_open): Don't call
8607 getprotobyname, we're all using TCP here so just use
8608 IPPROTO_TCP.
7e336ba1 8609 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8610
86112002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8612
bdbe5747
MH
8613 * regcache.c (_initialize_regcache): No need to call
8614 build_regcache() at this time; it gets called whenever
8615 the gdbarch changes.
8616
7781cd62
DB
86172002-03-20 David O'Brien <obrien@FreeBSD.org>
8618
8619 * sparc-nat.c: Include sys/param.h where possible.
8620
f65ca430
DJ
86212002-03-20 Daniel Jacobowitz <drow@mvista.com>
8622
8623 Fix PR gdb/422.
8624 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8625 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8626 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8627 complex types.
8628 * stabsread.c (rs6000_builtin_type): Likewise.
8629 (read_sun_floating_type): Likewise.
8630
0c867556
PS
86312002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8632
8633 * stabsread.c (read_member_functions): Remove skip code for duplicate
8634 constructor/destructor methods. Use standard parsing for these
8635 methods and just do not chain them to the list of methods after
8636 parsing.
8637
12b9c64f
AO
86382002-03-19 Alexandre Oliva <aoliva@redhat.com>
8639
8640 * coffread.c: Remove redundant static declarations. Replace
8641 occurrences of `PTR' with `void *'.
8642 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8643 * top.h (quit_cover): Likewise.
8644 * defs.h (catch_errors): Likewise.
8645
349c5d5f
AC
86462002-03-18 Andrew Cagney <ac131313@redhat.com>
8647
8648 * defs.h (XMALLOC): Define.
8649 * gdb-events.sh (XMALLOC): Delete macro.
8650 * gdb-events.c, gdb-events.h: Regenerate.
8651 * gdbarch.sh (XMALLOC): Delete macro.
8652 * gdbarch.c: Regenerate.
8653 * serial.c (XMALLOC): Delete macro.
8654 * ui-file.c (XMALLOC): Ditto.
8655 * ser-unix.h (XMALLOC): Ditto.
8656 * sh-tdep.c (XMALLOC): Ditto.
8657 * ui-out.c (XMALLOC): Ditto.
8658 * utils.c (XMALLOC): Ditto.
8659 * i386-tdep.c (XMALLOC): Ditto.
8660 * gdb-events.c (XMALLOC): Ditto.
8661 * d10v-tdep.c (XMALLOC): Ditto.
8662 * cli-out.c (XMALLOC): Ditto.
8663
8664 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8665 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8666 * ui-file.c, ui-out.c: Ditto.
8667
7d0766f3
AC
86682002-03-18 Andrew Cagney <ac131313@redhat.com>
8669
8670 * command.h (struct cmd_list_element): Add field context.
8671 (set_cmd_context, get_cmd_context): Declare.
8672 * cli/cli-decode.h: Ditto.
8673 * cli/cli-decode.c (get_cmd_context): New function.
8674 (set_cmd_context): New function.
8675 (add_cmd): Initialize context.
8676 Part of fixing PR gdb/145 and PR gdb/146.
8677
5913bcb0
AC
86782002-03-17 Andrew Cagney <ac131313@redhat.com>
8679
1868c04e
AC
8680 * cli/cli-decode.c (cmd_type): New function.
8681 * command.h (cmd_type): Declare.
8682 * infrun.c (set_schedlock_func): Call function cmd_type.
8683 * kod.c (kod_set_os): Call cmd_type.
8684 * cris-tdep.c (cris_version_update): Use function cmd_type.
8685 (cris_mode_update, cris_abi_update): Ditto.
8686
5913bcb0
AC
8687 * command.h: (execute_cmd_post_hook): Declare.
8688 (execute_cmd_pre_hook): Declare.
8689 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8690 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8691 functions. Execute pre/post hook while ensuring that afterwords
8692 hook_in is cleared.
8693 * top.c (execute_command): Use execute_cmd_post_hook, and
8694 execute_cmd_pre_hook to execute pre/post commands.
8695 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8696 hook_stop_stub.
8697 (hook_stop_stub): Call execute_cmd_pre_hook.
8698
b51450c9
AC
86992002-03-17 Andrew Cagney <ac131313@redhat.com>
8700
8701 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8702 set'' and this leads to a core dump. Move xstrdup of
8703 operating_system to after check that it is not NULL.
8704
f66c9f11
AC
87052002-03-17 Andrew Cagney <ac131313@redhat.com>
8706
8e694ecf
AC
8707 * kod.c (kod_set_os): Remove unnecessary check that
8708 ``command->type'' is set_cmd.
8709
f66c9f11
AC
8710 * valprint.c (set_input_radix): Use input_radix.
8711 (set_output_radix): Use output_radix.
8712 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8713 isn't reverted.
8714
9d01611c
AC
87152002-03-16 Andrew Cagney <ac131313@redhat.com>
8716
8717 * value.h (struct value): Delete field ``substring_addr''. Change
8718 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8719 force_core_addr_align and force_pointer_aligh.
8720
8721 * value.h (struct value): Fix typo in above change.
9d01611c 8722
4156bb53
PS
87232002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8724
8725 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8726 to fix internal_error from ``maintenance print architecture''.
8727
0e5e3ea6
PS
87282002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8729
8730 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8731 for gcc versions after gcc-2.8.1.
8732
9b013045
PS
87332002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8734
8735 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8736 for method resolution. Restore adjustment of ``this'' pointer after
8737 calling value_struct_elt, which was accidentally removed during the
8738 HP merge.
8739
376c9600
AC
87402002-03-15 Andrew Cagney <ac131313@redhat.com>
8741
8742 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8743 value_of_register.
8744 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8745 get_saved_register.
8746 * value.h (value_of_register): Update.
8747
a4db0f07
RH
87482002-03-14 Richard Henderson <rth@redhat.com>
8749
8750 * configure.in: Detect declaration for canonicalize_file_name.
8751 * utils.c (canonicalize_file_name): Declare, if needed.
8752 (gdb_realpath): Prefer realpath if available and usable.
8753 * config.in, configure: Rebuild.
8754
96383835
RH
87552002-03-14 Richard Henderson <rth@redhat.com>
8756
8757 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8758 a constant array bound.
8759
8760 * MAINTAINERS: Add myself to write-after-approval.
8761
75245b24
MS
87622002-03-14 Michael Snyder <msnyder@redhat.com>
8763
8764 * symfile.c (syms_from_objfile): Return immediately if no syms.
8765 (symbol_file_add): Return immediately if no syms.
8766 (find_sym_fns): Return immediately if no syms.
8767
e641a1ca
ML
87682002-03-13 Michal Ludvig <mludvig@suse.cz>
8769
8770 * gdbserver/remote-util.c (remote_open): Print remote-side's
8771 IP address when remote debugging over the network.
7e336ba1 8772
df08bfec
DB
87732002-03-12 David O'Brien <obrien@FreeBSD.org>
8774
8775 * config/sparc/fbsd.mh: Fix copyright.
8776 * config/sparc/fbsd.mt: Likewise.
8777
9a57864f
RE
87782002-03-11 Richard Earnshaw <rearnsha@arm.com>
8779
8780 * MAINTAINERS: Fix typo in name of gdb warnings option.
8781 (x86-64): Fix formating so that this can be parsed by awk.
8782
dd7bf85e
DJ
87832002-03-10 Daniel Jacobowitz <drow@mvista.com>
8784
8785 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8786 * defs.h: Include "gdb/signals.h".
8787 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8788
33a0a2ac
ML
87892002-03-10 Michal Ludvig <mludvig@suse.cz>
8790
8791 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8792 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8793 from x86-64-tdep.h
8794
dd824b04
DJ
87952002-03-10 Daniel Jacobowitz <drow@mvista.com>
8796 Don Howard <dhoward@redhat.com>
8797
8798 * mips-tdep.c (ST0_FR): Define.
8799 (mips2_fp_compat): New function, temporarily disabled.
8800 (mips_read_fp_register_single): New function.
8801 (mips_read_fp_register_double): New function.
8802 (mips_print_register): Use them.
8803 (do_fp_register_row): Likewise.
8804
6a41ff59
AC
88052002-03-09 Andrew Cagney <ac131313@redhat.com>
8806
8807 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8808 approval''.
8809
4ea09c10
PS
88102002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8811
8812 * stabsread.c (read_member_functions): Fix is_stub test for
8813 static member functions, improve comment.
8814
6ccc741d
RE
88152002-03-07 Richard Earnshaw <rearnsha@arm.com>
8816
8817 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8818 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8819 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8820 commands that set boolean values.
8821 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8822 (arm_rdi_resume): Always initialize PC.
8823 (arm_rdi_open): Don't use rslt as a boolean.
8824 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8825 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8826 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8827 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8828
438013df
AO
88292002-03-06 Alexandre Oliva <aoliva@redhat.com>
8830
8831 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8832 * configure: Rebuilt.
8833
70ed8774
SC
88342002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8835
8836 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8837 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8838
5ba2abeb
AC
88392002-03-06 Andrew Cagney <ac131313@redhat.com>
8840
8841 * cli/cli-decode.c (set_cmd_completer): New function.
8842 * command.h (set_cmd_completer): Declare.
8843 * cli/cli-decode.h (set_cmd_completer): Ditto.
8844
8845 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8846 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8847 * win32-nat.c (_initialize_inftarg): Ditto.
8848 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8849 * proc-api.c (_initialize_proc_api): Ditto.
8850 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8851 * source.c (_initialize_source): Ditto.
8852 * exec.c (_initialize_exec): Ditto.
8853 * solib.c (_initialize_solib): Ditto.
8854 * top.c (init_main): Ditto.
8855 * tracepoint.c (_initialize_tracepoint): Ditto.
8856 * symfile.c (_initialize_symfile): Ditto.
8857 * printcmd.c (_initialize_printcmd): Ditto.
8858 * infcmd.c (_initialize_infcmd): Ditto.
8859 * corefile.c (_initialize_core): Ditto.
8860
f779ca99
AC
88612002-03-05 Andrew Cagney <ac131313@redhat.com>
8862
8863 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8864
01a3934b
AC
88652002-03-05 Andrew Cagney <ac131313@redhat.com>
8866
8867 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8868
37057839
AC
88692002-03-05 Andrew Cagney <ac131313@redhat.com>
8870
8871 * NEWS: Update headings, 5.2 has branched.
8872
c6ecbae5
DJ
88732002-03-04 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8876 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8877 (register_addr, REGISTER_RAW_SIZE): Likewise.
8878 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8879 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8880
e9f30c21
ML
88812002-03-03 Michal Ludvig <mludvig@suse.cz>
8882
8883 * MAINTAINERS (x86-64): Add myself.
8884 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8885 changed value_ptr -> struct value *
8886
54394ac3
DB
88872002-03-01 David O'Brien <obrien@FreeBSD.org>
8888
8889 * configure.host (sparc64-*-freebsd): Add.
8890 * configure.tgt: Likewise.
8891 * config/sparc/fbsd.mh: New file.
8892 * config/sparc/fbsd.mt: Likewise.
8893 * config/sparc/nm-fbsd.h: Likewise.
8894 * config/sparc/tm-fbsd.h: Likewise.
8895
bfe95955
DJ
88962002-03-01 Daniel Jacobowitz <drow@mvista.com>
8897
8898 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8899 regformats/reg-s390x.dat.
8900
f33c6cbf
AC
89012002-03-01 Andrew Cagney <ac131313@redhat.com>
8902
8903 * utils.c: Add FIXME explaining true/false problem.
8904
5ecaa7dd
AC
89052002-02-28 Andrew Cagney <ac131313@redhat.com>
8906
8907 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8908
2a251cc2
MC
89092002-02-28 Michael Chastain <mec@shout.net>
8910
8911 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8912
6a8031a3 89132002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
8914
8915 * gdbserver/linux-s390-low.c: New file.
8916 * regformats/reg-s390.dat: New file.
8917 * regformats/reg-s390x.dat: New file.
8918 * gdbserver/configure.srv: Add S/390.
8919 * gdbserver/Makefile.in: Add S/390.
8920 * configure.tgt: Enable gdbserver for S/390.
8921
ac469903
EZ
89222002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8923
8924 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8925 first line of the doc string for "info dos", except at the end of
8926 the sentence, since the short help stops at the first period.
8927
985cb1a3
JM
89282002-02-28 Jason Merrill <jason@redhat.com>
8929
8930 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8931
c570663e
FF
89322002-02-27 Fred Fish <fnf@redhat.com>
8933
8934 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8935 comment (dumy -> dummy).
8936
43630227
PS
89372002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8938
8939 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8940
b84911e8
RB
89412002-02-27 Rodney Brown <rbrown64@csc.com.au>
8942
8943 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8944
58caa3dc
DJ
89452002-02-27 Daniel Jacobowitz <drow@mvista.com>
8946
8947 * gdbserver/acconfig.h: New file.
8948 * gdbserver/i387-fp.c: New file.
8949 * gdbserver/i387-fp.h: New file.
8950 * gdbserver/linux-x86-64.c: New file.
8951 * regformats/reg-x86-64.dat: New file.
8952 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8953 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8954 * gdbserver/configure.in: Add support for regsets.
8955 * gdbserver/config.in: Regenerate.
8956 * gdbserver/configure: Regenerate.
8957 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8958 * gdbserver/linux-low.h: New file.
8959 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8960 for regsets.
8961 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8962 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8963 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8964 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8965 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8966 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8967 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8968 "i387-fp.h". Add PTRACE_GETREGS and friends.
8969 * gdbserver/regcache.c (supply_register): New function.
8970 (supply_register_by_name): New function.
8971 (collect_register): New function.
8972 (collect_register_by_name): New function.
8973
93652174
DJ
89742002-02-27 Daniel Jacobowitz <drow@mvista.com>
8975
8976 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8977 (config.status): Add configure.srv dependency.
8978 (server_h): Add config.h dependency.
8979
a02e4a61
DJ
89802002-02-27 Daniel Jacobowitz <drow@mvista.com>
8981
8982 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8983 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8984 * gdbserver/configure.srv: Change i386-*-linux* to use
8985 reg-i386-linux.o.
8986
ce0eebec
AC
89872002-02-26 Andrew Cagney <ac131313@redhat.com>
8988
8989 * x86-64-tdep.c: Re-indent. Update copyright date.
8990
82dbc5f7
AC
89912002-02-26 Andrew Cagney <ac131313@redhat.com>
8992
8993 From Michal Ludvig <mludvig@suse.cz>:
8994 * x86-64-tdep.c (value.h): Delete.
8995 (gdb_assert.h): Include.
8996 (x86_64_register_convert_to_virtual,
8997 x86_64_register_convert_to_raw ): Add check which lets only
8998 floating-point values to be converted.
8999 (value_push): Delete.
9000 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9001 (i386_gdbarch_init): Number of register_bytes fixed.
9002
e4621584
AC
90032002-02-26 Andrew Cagney <ac131313@redhat.com>
9004
9005 * MAINTAINERS: Add x86-64 target.
9006
81a9a963
AC
90072002-02-26 Andrew Cagney <ac131313@redhat.com>
9008
9009 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9010 * osfsolib.c (solib_map_sections): Ditto.
9011 * irix5-nat.c (solib_map_sections): Ditto.
9012 * corelow.c (gdb_check_format): Ditto.
9013 * symfile.c (symfile_bfd_open): Ditto.
9014 * solib.c (solib_map_sections): Ditto.
9015 Fix PR gdb/354.
7e336ba1 9016
0f017ab9
AC
90172002-02-26 Andrew Cagney <ac131313@redhat.com>
9018
9019 * remote.c (_initialize_remote): By default, disable ``e'' and
9020 ``E'' step out-of-range packets.
9021
75738c29
AS
90222002-02-26 Andreas Schwab <schwab@suse.de>
9023
9024 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9025 m68k_linux_frame_saved_pc.
9026 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9027 in_sigtramp.
9028 (SIGCONTEXT_PC_OFFSET): Remove.
9029 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9030 m68k_linux_sigtramp_saved_pc): New functions.
9031 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9032 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9033 (UCONTEXT_PC_OFFSET): Define.
9034 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9035 non-RT and RT signal trampolines.
9036
7e8ed687
RE
90372002-02-26 Richard Earnshaw <rearnsha@arm.com>
9038
9039 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9040 (TARGET_NBPG, STACK_END_ADDR): Delete
9041 (VARIABLES_INSIDE_BLOCK): Delete.
9042
6972bc8b
AC
90432002-02-25 Andrew Cagney <ac131313@redhat.com>
9044
9045 * utils.c (perror_with_name): Make string parameter constant.
9046 (print_sys_errmsg): Ditto.
9047 (query): Ditto.
9048 * defs.h (perror_with_name): Update.
9049 (print_sys_errmsg): Update.
9050 (query): Update.
9051
aa32f823
DJ
90522002-02-25 Daniel Jacobowitz <drow@mvista.com>
9053
9054 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9055 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9056
19caaa45
PS
90572002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9058
9059 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9060 if it already matches the current architecture from the exec file.
9061 Include arch-utils.h for gdbarch_info_init prototype.
9062 * Makefile.in (rs6000-nat.o): Update dependencies.
9063
d951901f
EZ
90642002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9065
9066 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9067 list of exported variables.
9068
7ea81414
DJ
90692002-02-24 Daniel Jacobowitz <drow@mvista.com>
9070
9071 * gdbserver/configure.srv: New file.
9072 * gdbserver/configure.in: Use configure.srv instead
9073 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9074 from it.
9075 * gdbserver/configure: Regenerated.
9076 * gdbserver/terminal.h: New file.
9077 * gdbserver/Makefile.in: Update for configure changes. Remove
9078 more unneeded include paths.
9079
080fe24b
AC
90802002-02-24 Andrew Cagney <ac131313@redhat.com>
9081
9082 From wiz at danbala:
9083 * config/sparc/tm-sp64.h: Fix grammar and typos.
9084 Fix PR gdb/287.
9085
8605d56e
AC
90862002-02-24 Andrew Cagney <ac131313@redhat.com>
9087
9088 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9089 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9090 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9091 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9092 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9093 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9094 * s390-tdep.c: Ditto.
92362027
AC
9095 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9096 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9097 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9098 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9099 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9100 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9101 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9102 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9103 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9104 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9105 Fix PR gdb/378.
7e336ba1 9106
8ed32cc0
AC
91072002-02-23 Andrew Cagney <ac131313@redhat.com>
9108
a3007b6f
AC
9109 * lin-thread.c: Delete file.
9110 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9111 to gdb_proc_service.h.
9112 * configure: Re-generate.
9113
50a9e2f1
AC
9114 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9115 * serial.c (serial_open): Delete check for "ocd".
9116 Fix PR gdb/349.
9117
8b6e7932
AC
9118 * Makefile.in (linux-thread.o): Delete target.
9119 * linux-thread.c: Delete file.
9120
d155c46b
AC
9121 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9122 renamed SH files to be consistent.
9123
8ed32cc0
AC
9124 * symtab.c (sort_search_symbols): Use xfree.
9125
0e18d038
RE
91262002-02-23 Richard Earnshaw <rearnsha@arm.com>
9127
9128 * arm-linux-tdep.c (arm_linux_init_abi): Register
9129 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9130 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9131 definition with undef, since we don't want the sysvr4 definition.
9132 (SKIP_TRAMPOLINE_CODE): Likewise.
9133
27aac7ff
AC
91342002-02-23 Andrew Cagney <ac131313@redhat.com>
9135
9136 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9137
9138 * configure.in: (AC_CHECK_FUNCS) Added test for
9139 canonicalize_file_name Regenerated.
9140 * config.in, configure: Regenerated.
9141 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9142 defined use canonicalize_file_name.
7e336ba1 9143
65a6e0ee
MC
91442002-02-23 Michael Chastain <mec@shout.net>
9145
9146 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9147
47b95330
AC
91482002-02-23 Andrew Cagney <ac131313@redhat.com>
9149
9150 * README: Remove references to cygnus.com.
9151 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9152 dot com'' form. Remove references to cygnus.com and sourceware.
9153
696f451b
AC
91542002-02-23 Andrew Cagney <ac131313@redhat.com>
9155
9156 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9157 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9158 1003.1-2001 no longer allows "head -1".
9159 * gdb/Makefile.in (version.c): Likewise.
9160 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9161 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9162 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9163
bbaca940
AC
91642002-02-23 Andrew Cagney <ac131313@redhat.com>
9165
9166 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9167 * command.h (cmd_cfunc_eq): Declare.
9168 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9169
9170 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9171 ``struct cmd_list_element *''.
9172 * cli/cli-cmds.c (is_complete_command): Update. Use
9173 cmd_cfunc_eq.
9174 * top.c (execute_command): Pass the command to
9175 is_complete_command.
9176 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9177
b8b8b047
AC
91782002-02-23 Andrew Cagney <ac131313@redhat.com>
9179
9180 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9181 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9182 architecture defines.
9183 * s390-tdep.c (s390_gdbarch_init): Likewise.
9184
19d3fc80
RE
91852002-02-23 Richard Earnshaw <rearnsha@arm.com>
9186
9187 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9188 (arm_linux_push_arguments): Likewise.
9189 (arm_linux_init_abi): Register them. Also register linux-specific
9190 call_dummy_words.
9191 (find_minsym_and_objfile): Use strcmp, not STREQ.
9192 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9193 (arm_linux_call_dummy_words): Delete declaration.
9194 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9195 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9196 declarations.
9197 (LOWEST_PC): Delete.
9198
3ab13650
PS
91992002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9200
9201 * maint.c (print_section_info): Do not prepend `0x' to filepos
9202 output, it will be handled by local_hex_string_custom.
9203
19d3fc80 92042002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9205
9206 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9207 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9208 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9209
d85a5daf
JB
92102002-02-22 Jim Blandy <jimb@redhat.com>
9211
9212 Indicate that the bcache functions don't change the strings
9213 they're passed.
9214 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9215 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9216
eeb25b8a
PM
92172002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9218
9219 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9220
6badb179
CF
92212002-02-21 Christopher Faylor <cgf@redhat.com>
9222
9223 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9224 find the complete path to a loaded DLL.
9225
e8717518
FF
92262002-02-21 Fred Fish <fnf@redhat.com>
9227
9228 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9229 that marks the end of the range of a function, enter a line number
9230 entry that has a line number of zero and a PC offset that matches
9231 the end of the function. This starts a range of PC's for which no
9232 line number information is known.
9233 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9234 PC's for which no line number info is found (line number is zero)
9235 then we didn't find any valid line information.
9236 * symtab.h: Document use of zero line number entry.
9237
9abe5450
EZ
92382002-02-21 Elena Zannoni <ezannoni@redhat.com>
9239
9240 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9241 (have_ptrace_getvrregs): Define for run time checks.
9242 (gdb_vrregset_t): New type for Altivec register handling.
9243 (fetch_register, store_register): Fetch/store altivec register
9244 when needed.
9245 (fetch_altivec_register, store_altivec_register): New functions.
9246 (supply_vrregset, fill_vrregset): New functions.
9247 (fetch_altivec_registers, store_altivec_registers): New functions.
9248 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9249 registers as well.
9250
aaa38bb5
AJ
92512002-02-21 Jiri Smid <smid@suse.cz>
9252
9253 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9254
b34db576
RE
92552002-02-21 Richard Earnshaw <rearnsha@arm.com>
9256
9257 * Makefile.in (armnbsd-nat.o): Update dependencies.
9258 * armnbsd-nat.c (supply_gregset): New function. Common code to
9259 supply the integer register set.
9260 (supply_fparegset): New function. Similar for FPA registers.
9261 (fetch_regs, fetch_fp_regs): Use them.
9262 (fetch_core_registers): Likewise.
9263 (fetch_elfcore_registers): New function.
9264 (arm_netbsd_elfcore_fns): New core-file type specification.
9265 (_initialize_arm_netbsd_nat): Register it.
9266
3e56fc4b
RE
92672002-02-21 Richard Earnshaw <rearnsha@arm.com>
9268
9269 * armnbsd-nat.c: Include gdbcore.h.
9270 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9271 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9272 'void' to declaration, to shut up ARI.
9273 (fetch_core_registers): Make static. Rewrite using supply_register.
9274 (arm_netbsd_core_fns): New core-file type specification.
9275 (_initialize_arm_netbsd_nat): New function.
9276
097f6b0b
CF
92772002-02-21 Christopher Faylor <cgf@redhat.com>
9278
9279 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9280 value.
9281
c914e0cc
CF
92822002-02-20 Christopher Faylor <cgf@redhat.com>
9283
9284 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9285 fails.
9286
385fa495
DJ
92872002-02-20 Daniel Jacobowitz <drow@mvista.com>
9288
9289 * jv-exp.y (parse_number): Change type of implicit longs
9290 to builtin_type_uint64.
9291
e5f1222d
DJ
92922002-02-20 Daniel Jacobowitz <drow@mvista.com>
9293
9294 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9295 to be an integer instead of a `union wait'.
9296
75c9abc6
DJ
92972002-02-20 Daniel Jacobowitz <drow@mvista.com>
9298
9299 * mips-linux-nat.c: Call the operating system GNU/Linux.
9300 * mips-linux-tdep.c: Likewise.
9301 * mips-tdep.c: Likewise.
9302
551792a5
DJ
93032002-02-20 Daniel Jacobowitz <drow@mvista.com>
9304
9305 Fix PR gdb/265.
9306 * jv-exp.y (parse_number): Handle 64-bit integers.
9307
ee6e2b82
DJ
93082002-02-20 Daniel Jacobowitz <drow@mvista.com>
9309
9310 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9311 AC_STDC_HEADERS to AC_HEADER_STDC.
9312 * gdbserver/configure: Regenerated.
9313
a48442a0
RE
93142002-02-20 Richard Earnshaw <rearnsha@arm.com>
9315
9316 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9317 is defined.
9318 * sparc-tdep.c (get_longjmp_target): Likewise.
9319
fe419ffc
RE
93202002-02-20 Richard Earnshaw <rearnsha@arm.com>
9321
9322 * News: Add news about ARM and Multi-arch. Mention the new target
9323 arm*-*-netbsd*.
9324
5832ed7e
JB
93252002-02-19 Jim Blandy <jimb@redhat.com>
9326
9327 * stabsread.c (error_type_complaint): Improve error message.
9328
84563040
DJ
93292002-02-19 Daniel Jacobowitz <drow@mvista.com>
9330
9331 * gdbserver/README: Update documentation.
9332 * gdbserver/configure.in: Update configury to match documentation.
9333 * gdbserver/Makefile.in: Likewise.
9334 * gdbserver/configure: Regenerated.
9335 * gdbserver/aclocal.m4: New file, generated by aclocal.
9336 * gdbserver/config.in: New file, generated by autoheader.
9337
375fd65b
RE
93382002-02-19 Richard Earnshaw <rearnsha@arm.com>
9339
9340 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9341 armnbsd-nat.c.
9342
08216dd7
RE
93432002-02-19 Richard Earnshaw <rearnsha@arm.com>
9344
9345 * arm-tdep.h (enum arm_float_model): New enum.
9346 (struct gdbarch_tdep): Add fp_model.
9347 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9348 up floating-point conversions until we know the floating-point model
9349 in use by the inferior. Don't complain about being unable to
9350 determine the ABI of the inferior when we don't have one.
9351 (arm_extract_return_value): Support different floating-point models.
9352 (arm_store_return_value): Likewise.
aaa38bb5 9353 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9354 ARM_FLOAT_SOFT.
9355 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9356
65d6d66a
PS
93572002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9358
9359 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9360 of ``current_gdbarch''.
9361
47221191
RE
93622002-02-19 Richard Earnshaw <rearnsha@arm.com>
9363
9364 * armnbsd-nat.c : ANSIfy all function declarations.
9365 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9366 (fetch_inferior_registers): Re-implement in terms of above.
9367 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9368 (store_inferior_registers): Re-implement in terms of above.
9369
fdf39c9a
RE
93702002-02-19 Richard Earnshaw <rearnsha@arm.com>
9371
aaa38bb5 9372 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9373 kernel.
9374 * arm-linux-tdep.c: Likewise.
9375 * config/arm/tm-linux.h: Likewise.
9376
93247f88
RE
93772002-02-19 Richard Earnshaw <rearnsha@arm.com>
9378
9379 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9380 * config/arm/nbsd.mt (TM_FILE): Delete.
9381 * config/arm/tm-nbsd.h: Delete.
9382
d7b486e7
RE
93832002-02-19 Richard Earnshaw <rearnsha@arm.com>
9384
9385 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9386 Initialize CALL_DUMMY_LENGTH.
9387
41d39a95
RE
93882002-02-19 Richard Earnshaw <rearnsha@arm.com>
9389
9390 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9391 function.
9392 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9393 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9394 defines one thing and that is incorrect for this port.
9395 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9396
e1195560
PM
93972002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9398
9399 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9400
c1748f97
PM
94012002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9402
9403 * win32-nat.c (display_selector): New function. Displays information
9404 about the information returned by GetThreadSelectorEntry API function.
9405 (display_selectors): New function. Displays the infomation of
9406 the selector given as argument, or of CS, DS ans FS selectors
9407 if no argument is given.
9408 ( _initialize_inftarg): Add "w32" as info prefix command.
9409 Add "info w32 selector" as command calling display_selectors.
9410
e41e6bbf
PM
94112002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9412
9413 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9414 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9415 if not defined.
9416
0d3a9f48
RE
94172002-02-18 Richard Earnshaw <rearnsha@arm.com>
9418
9419 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9420
3fb4b924
RE
94212002-02-18 Richard Earnshaw <rearnsha@arm.com>
9422
9423 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9424 (arm_fix_call_dummy): Call it.
9425 (arm_call_dummy_breakpoint_offset): Delete.
9426 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9427 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9428
7f55af32
AC
94292002-02-18 Andrew Cagney <ac131313@redhat.com>
9430
9431 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9432 Default to func_frame_chain_valid.
9433 * gdbarch.h, gdbarch.c: Re-generate.
9434 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9435
05f13b9c
EZ
94362002-02-18 Elena Zannoni <ezannoni@redhat.com>
9437
9438 * ppc-linux-nat.c: Update copyright.
9439 (fetch_register, store_register): Add tid parameter, don't compute
9440 tid here.
9441 (fetch_ppc_registers, store_ppc_registers): Add tid
9442 parameter. Pass it along to callees.
9443 (fetch_inferior_registers, store_inferior_registers): Compute tid
9444 here, and pass it to calleed functions.
9445 (fill_gregset, supply_fpregset): Clean up formatting.
9446
d7afb4c9
RE
94472002-02-18 Richard Earnshaw <rearnsha@arm.com>
9448
9449 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9450 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9451
9df628e0
RE
94522002-02-18 Richard Earnshaw <rearnsha@arm.com>
9453
9454 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9455 * gdbarch.c gdbarch.h: Regenerate.
9456 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9457 function.
9458 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9459 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9460 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9461
9462 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9463 * arm-tdep.c (arm_get_longjmp_target): New function.
9464 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9465 this to a positive value register arm_get_longjmp_target as the
9466 longjmp handler.
9467 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9468 (arm_linux_init_abi): Set up longjmp description in tdep.
9469 * armnbsd-nat.c (get_longjmp_target): Delete.
9470 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9471 description in tdep.
9472 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9473 (get_longjmp_target): Delete declaration.
9474 (GET_LONGJMP_TARGET): Delete.
9475 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9476 (GET_LONGJMP_TARGET): Delete.
9477
57bc8964
KB
94782002-02-17 Kevin Buettner <kevinb@redhat.com>
9479
9480 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9481 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9482 of ``current_gdbarch''.
9483
83d31a92
TT
94842002-02-17 Tom Tromey <tromey@redhat.com>
9485
9486 * cli/cli-cmds.c (compare_strings): New function.
9487 (complete_command): Only print each unique item once.
9488 * completer.h (complete_line): Declare.
9489 * completer.c (complete_line): New function.
9490 (line_completion_function): Use it.
9491
17ef5d92
AC
94922002-02-16 Andrew Cagney <ac131313@redhat.com>
9493
9494 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9495 * gdbarch.h, gdbarch.c: Re-generate.
9496
491b8946
DJ
94972002-02-16 Daniel Jacobowitz <drow@mvista.com>
9498
9499 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9500
95012002-02-16 Daniel Jacobowitz <drow@mvista.com>
9502
9503 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9504 * valops.c (value_arg_coerce): Don't take the address of a reference
9505 to convert an argument to a reference.
9506
dfe7f3ac
CF
95072002-02-15 Christopher Faylor <cgf@redhat.com>
9508
9509 * win32-nat.c (get_image_name): New function.
9510 (handle_load_dll): Use get_image_name function.
9511 (get_child_debug_event): Avoid registering debug events until possibly
9512 execed process is started.
9513 (child_create_inferior): Allow invocation via shell so that command
9514 line redirection, etc. works ok.
9515 (_initialize_inftarg): Add new command: "set shell" to control whether
9516 a shell is used to start a process.
9517
1d33e73a
DJ
95182002-02-15 Daniel Jacobowitz <drow@mvista.com>
9519
9520 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9521 instead of find_register_by_number.
9522 (cannot_store_register): Likewise.
9523
48cd0caa
PM
95242002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9525
aaa38bb5 9526 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9527 fprintf_unfiltered (gdb_stderr, ...).
9528
8656e7d8
DJ
95292002-02-15 Daniel Jacobowitz <drow@mvista.com>
9530
9531 * gdbserver/gdbserver.1: Document --attach.
9532
66e810cd
RE
95332002-02-15 Richard Earnshaw <rearnsha@arm.com>
9534
9535 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9536 descriptions.
9537 * arm-tdep.c (arm_default_arm_le_breakpoint)
9538 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9539 (arm_default_thumb_be_breakpoint): New. Initialize them from
9540 traditional breakpoint defines.
9541 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9542 (arm_gdbarch_init): Initialize new breakpoint variables.
9543 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9544 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9545 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9546 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9547 code out to ...
9548 (arm_netbsd_init_abi_common): ... here; new function.
9549 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9550 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9551 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9552 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9553
97e03143
RE
95542002-02-15 Richard Earnshaw <rearnsha@arm.com>
9555
9556 * arm-tdep.h (enum arm_abi): New enum.
9557 (struct gdbarch_tdep): New structure.
9558 (LOWEST_PC): Provide a default.
9559 (arm_gdbarch_register_os_abi): Declare new function.
9560 * arm-tdep.c (arm_abi_names): New array.
9561 (process_note_abi_tag_sections): New function.
9562 (get_elfosabi): New function.
9563 (arm_gdbarch_register_os_abi): New function.
9564 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9565 support for that ABI has been built in, then call the appropriate
9566 configuration routine. Use gdbarch_num_regs() to get the number
9567 of registers.
9568 (arm_dump_tdep): New function.
9569 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9570 place-holder functions.
9571 (_initialize_arm_tdep): Register them.
9572 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9573
9574 * armnbsd-tdep.c: New file.
9575 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9576 * config/arm/nbsd.mt (TDEPFILES): Add it.
9577 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9578
9579 * armnbsd-nat.c: Include regcache.h.
9580 * Makefile.in (armnbsd-nat.o): Update dependency list.
9581
9582 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9583
ad68be46
DJ
95842002-02-14 Daniel Jacobowitz <drow@mvista.com>
9585
9586 * gdbserver/Makefile.in: Fix typos in target rules.
9587
003d6d1d
DJ
95882002-02-14 Daniel Jacobowitz <drow@mvista.com>
9589
aaa38bb5 9590 Fix part of PR gdb/267.
003d6d1d
DJ
9591 * linespec.c (find_methods): Handle constructors specially for now.
9592
6b230f1b
CV
95932002-02-14 Corinna Vinschen <vinschen@redhat.com>
9594
9595 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9596 handling.
9597 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9598 standard_coerce_float_to_double().
9599
1ea98d12
CF
96002002-02-14 Christopher Faylor <cgf@redhat.com>
9601
9602 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9603 GDBINIT_FILENAME.
9604
dd47e6fd
EZ
96052002-02-14 Elena Zannoni <ezannoni@redhat.com>
9606
9607 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9608 find_variant_by_name, because it confuses the multiarch
9609 framework. Return NULL if there isn't an architecture with the
9610 user supplied name, instead of forcing a different one without
9611 recording the change with the multiarch machinery.
9612 (find_variant_by_name): Delete.
9613
d7e39b9e
PS
96142002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9615
9616 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9617 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9618
76e42a4f
MH
96192002-02-13 Martin M. Hunt <hunt@redhat.com>
9620
aaa38bb5 9621 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9622 print_frame_info_listing_hook, set current_source_symtab.
9623
0a30fbc4
DJ
96242002-02-14 Daniel Jacobowitz <drow@mvista.com>
9625
9626 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9627 and remove unused $(INCLUDE_DIR).
9628 Add regcache.c to OBS.
9629 Add generated register protocol files to clean target.
9630 Update dependencies for new objects, obsolete old target code.
9631
9632 * gdbserver/linux-low.c: Remove all platform-specific code to
9633 new files. Remove various dead code. Update to use regcache
9634 functionality.
9635 * gdbserver/remote-utils.c (fromhex): Add return statement
9636 to quiet warning.
9637 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9638 constant.
9639 (input_interrupt): Add integer parameter to match prototype
9640 of a signal handler.
9641 (outreg): Use register_data ().
9642 (prepare_resume_reply): Use gdbserver_expedite_regs.
9643 * gdbserver/server.c (main): Dynamically allocate own_buf because
9644 PBUFSIZ is no longer constant. Use registers_to_string () and
9645 registers_from_string ().
9646 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9647 for error (), fatal (), and warning (). Update definition of
9648 PBUFSIZ to use regcache functionality. Add include guard.
9649 * gdbserver/utils.c (fatal): Add missing ``const''.
9650 (warning): New function.
9651
9652 * regformats/regdat.sh: Include "regcache.h" in generated files.
9653 Provide init_registers () function.
9654 * regformats/regdef.h: Add prototype for set_register_cache ().
9655 Add include guard.
9656
9657 * gdbserver/linux-arm-low.c: New file.
9658 * gdbserver/linux-i386-low.c: New file.
9659 * gdbserver/linux-ia64-low.c: New file.
9660 * gdbserver/linux-m68k-low.c: New file.
9661 * gdbserver/linux-mips-low.c: New file.
9662 * gdbserver/linux-ppc-low.c: New file.
9663 * gdbserver/linux-sh-low.c: New file.
9664
9665 * gdbserver/regcache.c: New file.
9666 * gdbserver/regcache.h: New file.
9667
9668 * gdbserver/low-linux.c: Removed obsolete file.
9669
4cc841d0
DJ
96702002-02-14 Daniel Jacobowitz <drow@mvista.com>
9671
9672 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9673 * config/i386/linux.mt: Likewise.
9674 * config/ia64/linux.mt: Likewise.
9675 * config/m68k/linux.mh: Likewise.
9676 * config/powerpc/linux.mh: Likewise.
9677 * config/mips/linux.mt: Likewise.
9678
9679 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9680
9681 * config/i386/i386lynx.mh: Mark gdbserver variables
9682 as (currently) obsolete for this target.
9683 * config/i386/nbsd.mt: Likewise.
9684 * config/i386/nbsdelf.mt: Likewise.
9685 * config/m32r/m32r.mt: Likewise.
9686 * config/m68k/m68klynx.mh: Likewise.
9687 * config/m68k/nbsd.mt: Likewise.
9688 * config/m68k/sun3os4.mh: Likewise.
9689 * config/mips/vr5000.mt: Likewise.
9690 * config/ns32k/nbsd.mt: Likewise.
9691 * config/pa/hppabsd.mh: Likewise.
9692 * config/pa/hppaosf.mh: Likewise.
9693 * config/powerpc/nbsd.mt: Likewise.
9694 * config/rs6000/rs6000lynx.mh: Likewise.
9695 * config/s390/s390.mt: Likewise.
9696 * config/s390/s390x.mt: Likewise.
9697 * config/sparc/sparclynx.mh: Likewise.
9698 * config/sparc/sun4os4.mh: Likewise.
9699 * config/i386/x86-64linux.mt: Likewise.
9700 * config/sparc/linux.mh: Likewise.
9701
a85f51e7
DJ
97022002-02-14 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * configure.tgt: Configure gdbserver only for known working
9705 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9706 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9707 SUBDIRS if it is configured. Update comment for ${nativefile}.
9708 * configure: Regenerated.
9709
65554fef
MS
97102002-02-13 Michael Snyder <msnyder@redhat.com>
9711
670a52db
MS
9712 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9713
6dbdc4a3
MS
9714 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9715 (default_gcore_mach): Just return 0, work around a problem in bfd.
9716 (default_gcore_target): OK to return NULL if exec_bfd is null.
9717 (make_mem_sec): Use a cast, avoid a warning.
9718
9719 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9720 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9721 sizeof (host pointer) != sizeof (target pointer)).
9722 (procfs_make_note_section): Avoid overflow in psargs string.
9723
aaa38bb5 9724 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9725 implementation return an error.
9726
97272002-02-13 Rodney Brown <rbrown64@csc.com.au>
9728
9729 * procfs.c (procfs_make_note_section): Provide a default definition
9730 (for alpha-dec-osf4.0f). Fix typos.
9731
1e4d76e7
EZ
97322002-02-13 Elena Zannoni <ezannoni@redhat.com>
9733
9734 * linux-proc.c: Add include of regcache.h.
9735 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9736
b6d1a1d5
AC
97372002-02-13 Andrew Cagney <ac131313@redhat.com>
9738
9739 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9740 * memattr.c (create_mem_region): Disallow useless empty region.
9741 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9742 non-overlapping.
b6d1a1d5 9743
6c6ea35e
MC
97442002-02-13 Michael Chastain <mec@shout.net>
9745
9746 * defs.h: Kill CONST_PTR.
9747 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9748 * c-lang.c (c_builtin_types): Likewise.
9749 * ch-lang.c (ch_builtin_types): Likewise.
9750 * f-lang.c (f_builtin_types): Likewise.
9751 * language.c (unknown_builtin_types): Likewise.
9752 * m2-lang.c (m2_builtin_types): Likewise.
9753 * p-lang.c (pascal_builtin_types): Likewise.
9754 * scm-lang.c (c_builtin_types): Likewise.
9755
3e0b0f48
KS
97562002-02-13 Keith Seitz <keiths@redhat.com>
9757
9758 * arm-tdep.h (arm_get_next_pc): Add declaration.
9759
67255d04
RE
97602002-02-13 Richard Earnshaw <rearnsha@arm.com>
9761
9762 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9763 with other related struct-returning functions.
9764 (arm_extract_struct_value_address): New function.
9765 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9766 initialize float_format, double_format and long_double_format as
9767 appropriate to the endianness of the target.
9768 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9769 (arm_use_struct_convention): Delete declaration.
9770 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9771
079777f6
KS
97722002-02-13 Keith Seitz <keiths@redhat.com>
9773
9774 * defs.h (core_addr_to_string_nz): New function.
9775
34588f23
MK
97762002-02-13 Mark Kettenis <kettenis@gnu.org>
9777
9778 Apply missing bits of 2002-01-15 patch.
9779 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9780 (fill_fpregset): Use i387_fill_fsave.
9781
49b563f9
KS
97822002-02-12 Keith Seitz <keiths@redhat.com>
9783
49b563f9
KS
9784 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9785 (core_addr_to_string_nz): New function.
9786
aeb98c60
RE
97872002-02-11 Richard Earnshaw <rearnsha@arm.com>
9788
9789 * arm-linux-nat.c: Really include arm-tdep.h.
9790 * config/arm/tm-linux.h (struct type, struct value): Declare.
9791
65554fef
MS
97922002-02-11 Michael Snyder <msnyder@redhat.com>
9793
9794 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9795 (gcore section): Ifdef for Solaris and Unixware only.
9796 (procfs_do_thread_registers): Unixware needs one lwpstatus
9797 per thread (not one prstatus or pstatus).
9798 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9799 not over all gdb threads. For unixware, call elfcore_write_pstatus
9800 once before iterating over threads.
9801
34e8f22d
RE
98022002-02-11 Richard Earnshaw <rearnsha@arm.com>
9803
9804 * arm-tdep.h: New file.
9805 * arm-tdep.c: Include arm-tdep.h.
9806 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9807 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9808 (arm_print_float_info, arm_register_type, convert_to_extended)
9809 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9810 (arm_extract_return_value, arm_register_name): Make static.
9811 (arm_software_single_step): Similarly. Fix types in declaration.
9812 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9813 (arm_store_return_value, arm_store_struct_return): New functions.
9814 (arm_gdbarch_init): Register the above functions. Also register
9815 call_dummy_start_offset, sizeof_call_dummy_words,
9816 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9817 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9818 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9819 prologue_cache.saved_regs here, rather than ...
9820 (_initialize_arm_tdep): ... here.
9821 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9822 declarations.
9823 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9824 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9825 (arm_print_float_info, arm_register_type, convert_to_extended)
9826 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9827 (arm_extract_return_value, arm_register_name): Delete declarations.
9828 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9829 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9830 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9831 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9832 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9833 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9834 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9835 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9836 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9837 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9838 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9839 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9840 interface.
9841 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9842 * remote-rdi.c remote-rdp.c: Likewise.
9843 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9844 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9845 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9846 definition.
9847
9848 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9849 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9850 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9851 from non-ARM_ prefixed definitions.
9852 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9853 all uses of above.
9854 * remote-rdi.c remote-rdp.c: Likewise.
9855 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9856
148754e5
RE
98572002-02-11 Richard Earnshaw <rearnsha@arm.com>
9858
9859 * arm-tdep.c (arm_frameless_function_invocation)
9860 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9861 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9862 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9863 (arm_pop_frame, arm_get_next_pc): Make static.
9864 (arm_gdbarch_init): Register above in gdbarch structure.
9865 (arm_read_fp): Renamed from arm_target_read_fp.
9866 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9867 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9868 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9869 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9870 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9871 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9872 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9873 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9874 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9875 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9876 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9877
434d2d4f
DJ
98782002-02-10 Daniel Jacobowitz <drow@mvista.com>
9879
9880 * symtab.c (compare_search_syms): New function.
9881 (sort_search_symbols): New function.
9882 (search_symbols): Sort symbols after searching rather than
9883 before.
9884
55241689
AC
98852002-02-10 Andrew Cagney <ac131313@redhat.com>
9886
9887 * NEWS: Linux -> GNU/Linux.
9888
028c194b
AC
98892002-02-10 Andrew Cagney <ac131313@redhat.com>
9890
9891 * gdbarch.sh: For for level one methods, disallow a definition
9892 when partially multi-arched. Add comments explaining rationale.
9893 * gdbarch.h: Re-generate.
9894
6acf50cd
AC
98952002-02-10 Andrew Cagney <ac131313@redhat.com>
9896
9897 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9898 multi-arch partial.
aaa38bb5 9899
50248794
AC
99002002-02-10 Andrew Cagney <ac131313@redhat.com>
9901
9902 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9903 field. Use diff -u.
9904 * gdbarch.c: Re-generate.
9905
c30e0066
AC
99062002-02-10 Andrew Cagney <ac131313@redhat.com>
9907
9b56c5f3 9908 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
9909 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9910 partial.
9911
6e6d6484
AC
99122002-02-10 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9915 multi-arch partial.
9916 (PUSH_ARGUMENTS): Switch to using predefault.
9917 * gdbarch.c: Regenerate.
9918
c203844d
AC
99192002-02-10 Andrew Cagney <ac131313@redhat.com>
9920
9921 * valops.c (PUSH_ARGUMENTS): Delete definition.
9922 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9923 partial. Default to default_push_arguments.
9924 * gdbarch.h, gdbarch.c: Regenerate.
9925
b5a2688f
AC
99262002-02-09 Andrew Cagney <ac131313@redhat.com>
9927
9928 * defs.h (throw_exception): Rename return_to_top_level. Update
9929 comments.
9930 * utils.c (error_stream, internal_verror, quit): Ditto.
9931 * top.c (throw_exception, catcher): Ditto.
9932 * sparclet-rom.c (sparclet_load): Ditto.
9933 * remote.c (interrupt_query, minitelnet): Ditto.
9934 * remote-sds.c (interrupt_query): Ditto.
9935 * remote-mips.c (mips_error, mips_kill): Ditto.
9936 * ocd.c (interrupt_query): Ditto.
9937 * monitor.c (monitor_interrupt_query): Ditto.
9938 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9939 * target.h: Update comment.
aaa38bb5 9940
b5a2688f 9941 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9942
2fa5c1e0
AC
99432002-02-09 Andrew Cagney <ac131313@redhat.com>
9944
9945 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9946 default_double_format.
9947 * gdbarch.h, gdbarch.c: Re-generate.
9948 * findvar.c (floatformat_unknown): Delete variable definition.
9949 * doublest.h (floatformat_unknown): Delete variable declaration.
9950
da966255
JB
99512002-02-09 Jim Blandy <jimb@redhat.com>
9952
9953 * stabsread.c (read_type): Add code to parse Sun's syntax for
9954 prototyped function types.
9955
123a4891
AC
99562002-02-09 Andrew Cagney <ac131313@redhat.com>
9957
9958 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9959 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9960
fb39c8f3
PS
99612002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9962
9963 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9964 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9965 now _initialize_xcoffsolib gets called again and overrides the
9966 commands from solib.c in a native configuration.
9967
0b87a11d
MK
99682002-02-09 Mark Kettenis <kettenis@gnu.org>
9969
9970 * doublest.c (store_typed_floating): Don't try to return a value.
9971 Fixes PR gdb/290.
9972
bdc2fc72
JB
99732002-02-08 Jim Blandy <jimb@redhat.com>
9974
9975 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9976 is prototyped and has no arguments, print its argument list as
9977 `(void)'.
9978
da69bbcf
CD
99792002-02-08 Chris Demetriou <cgd@broadcom.com>
9980
9981 * MAINTAINERS (write-after-approval): Add myself.
9982 (paper-trail): I've escaped!
aaa38bb5 9983
b69571f5
CF
99842002-02-08 Christopher Faylor <cgf@redhat.com>
9985
9986 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9987 changes.
9988 (_initialize_check_for_gdb_ini): Ditto.
9989
f6871398
MH
99902002-02-08 Martin M. Hunt <hunt@redhat.com>
9991
9992 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9993 xaprintf -> xasprintf.
9994
4e52d31c
PM
99952002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9996
9997 * win32-nat.c: Remove use of printf and sprintf functions.
9998
39bbf761
RE
99992002-02-08 Richard Earnshaw <rearnsha@arm.com>
10000
10001 * arm-tdep.c (arm_frame_chain_valid): Make static.
10002 (arm_push_arguments): Likewise.
10003 (arm_gdbarch_init): New function.
10004 (_initialize_arm_tdep): Call it.
10005 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10006 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10007 (FRAME_CHAIN_VALID): Delete.
10008 (arm_frame_chain_valid): Delete declaration.
10009 (PUSH_ARGUMENTS): Delete.
10010 (arm_push_arguments): Delete declaration.
10011 (CALL_DUMMY_P): Delete.
10012
9c9532c9
CV
100132002-02-08 Andrew Cagney <ac131313@redhat.com>
10014 Corinna Vinschen <vinschen@redhat.com>
10015
10016 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10017 on builtin float types.
10018
4e8f7a8b
DJ
100192002-02-08 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * utils.c: Include <curses.h> before "bfd.h".
10022 * tui/tui-hooks.c: Likewise.
10023 * tui/tui.c: Likewise.
10024 * tui/tuiCommand.c: Likewise.
10025 * tui/tuiData.c: Likewise.
10026 * tui/tuiDataWin.c: Likewise.
10027 * tui/tuiDisassem.c: Likewise.
10028 * tui/tuiGeneralWin.c: Likewise.
10029 * tui/tuiIO.c: Likewise.
10030 * tui/tuiLayout.c: Likewise.
10031 * tui/tuiRegs.c: Likewise.
10032 * tui/tuiSource.c: Likewise.
10033 * tui/tuiSourceWin.c: Likewise.
10034 * tui/tuiStack.c: Likewise.
10035 * tui/tuiWin.c: Likewise.
10036
cd4bffcf
EZ
100372002-02-07 Elena Zannoni <ezannoni@redhat.com>
10038
10039 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10040 to include space for pseudoregs as well. Update loops accordingly.
10041 (sh_fp_frame_init_saved_regs): Ditto.
10042 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10043
26806ce2
AC
100442002-02-07 Andrew Cagney <ac131313@redhat.com>
10045
10046 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10047 Add Richard Earnshaw to Arm maintainers.
10048
97fdab62
AC
100492002-02-07 Andrew Cagney <ac131313@redhat.com>
10050
a6b98203
AC
10051 * defs.h (warning_begin): Delete declaration.
10052
97fdab62
AC
10053 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10054 Delete macro.
10055
78b29b40
MS
100562002-02-07 Michael Snyder <msnyder@redhat.com>
10057
aaa38bb5 10058 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10059 Logic bug, remove misplaced else.
10060
d8849953
KD
100612002-02-07 Klee Dienes <klee@apple.com>
10062
10063 * fork-inferior.c (fork_inferior): Add '!' to the list of
10064 characters that need to be quoted when building a string for the
10065 shell. Quote '!' specifically with a backslash, since CSH chokes
10066 when trying to evaluate "str!str".
aaa38bb5 10067
095778a0
NC
100682002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10069
10070 * rdi-share/host.h: Only provide a typedef for bool if it is not
10071 defined.
10072
1900040c
MS
100732002-02-04 Michael Snyder <msnyder@redhat.com>
10074
10075 * breakpoint.h (enum bptype): Add new overlay event bp type.
10076 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10077
1900040c
MS
10078 * breakpoint.c (create_internal_breakpoint): New function.
10079 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10080 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10081 (create_thread_event_breakpoint): Ditto.
10082 (create_solib_event_breakpoint): Ditto.
10083 (create_overlay_event_breakpoint): New function.
10084 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10085 (update_breakpoints_after_exec): Delete and re-initialize
10086 overlay event breakpoints after an exec. Add FIXME comment
10087 about longjmp breakpoint.
10088 (print_it_typical): Ignore overlay event breakpoints.
10089 (print_one_breakpoint): Ditto.
10090 (mention): Ditto.
10091 (bpstat_what): Do not stop for overlay event breakpoints.
10092 (delete_breakpoint): Don't delete overlay event breakpoints.
10093 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10094 (breakpoint_re_set): Re-create overlay event breakpoint.
10095
10096 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10097 (overlay_manual_command): Disable overlay breakpoints.
10098 (overlay_off_command): Disable overlay breakpoints.
10099
082fc60d
RE
101002002-02-06 Richard Earnshaw <rearnsha@arm.com>
10101
10102 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10103 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10104 to here from config/tm-arm.h.
10105 (coff_sym_is_thumb): Make static.
10106 (arm_elf_make_msymbol_special): New function.
10107 (arm_coff_make_msymbol_special): New function.
10108 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10109 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10110 (coff_sym_is_thumb): Delete declaration.
10111 (arm_elf_make_msymbol_special): Declare.
10112 (arm_coff_make_msymbol_special): Declare.
10113 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10114 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10115
039c5766
RE
101162002-02-06 Richard Earnshaw <rearnsha@arm.com>
10117
10118 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10119
101202002-02-06 Richard Earnshaw <rearnsha@arm.com>
10121
10122 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10123 * gdbarch.c gdbarch.h: Regenerate.
10124 * arch-utils.c (default_print_float_info): New function.
10125 * arch-utils.h (default_print_float_info): Prototype it.
10126 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10127 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10128 (PRINT_FLOAT_INFO): Document it.
10129
10130 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10131 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10132 (PRINT_FLOAT_INFO): Define.
10133
58fa08f0
PM
101342002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10135
aaa38bb5 10136 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10137 Add typecast to sprintf argument to suppress a warning.
10138
7393af7c
PM
101392002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10140
58fa08f0 10141 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10142 to allow easier handling of pass state.
10143 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10144 that gives exception name and address.
10145 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10146 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10147 exceptions added.
aaa38bb5
AJ
10148 (child_continue): Correctly report continue_status.
10149 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10150 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10151 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10152 the exception should be passed to debuggee or not.
10153
6af4589c
MS
101542002-02-05 Michael Snyder <msnyder@redhat.com>
10155
10156 * regcache.c (fetch_register): Call target_fetch_register
10157 only if we don't call FETCH_PSEUDO_REGISTER.
10158 (store_register): Call target_store_register only if we
10159 don't call STORE_PSEUDO_REGISTER.
10160
a2cf933a
EZ
101612002-02-05 Elena Zannoni <ezannoni@redhat.com>
10162
10163 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10164 ELF_MAKE_MSYMBOL_SPECIAL.
10165 * gdbarch.c, gdbarch.h: Regenerate.
10166 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10167 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10168 * elfread.c (elf_symtab_read): Compile use of
10169 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10170 multiarched.
10171 * coffread.c (coff_symtab_read): Ditto, for
10172 COFF_MAKE_MSYMBOL_SPECIAL.
10173
6bb7be43
JB
101742002-02-05 Jim Blandy <jimb@redhat.com>
10175
10176 * solib-svr4.c (svr4_truncate_ptr): New function.
10177 (svr4_relocate_section_addresses): Do the address arithmetic with
10178 the appropriate truncation for target addresses, even when
10179 CORE_ADDR is larger than a target address.
10180
e18651ec
DJ
101812002-02-05 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10184 to (int *).
10185
6b2725be
DJ
101862002-02-05 Daniel Jacobowitz <drow@mvista.com>
10187
10188 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10189 code.
10190
fca9e603
DJ
101912002-02-05 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10194
6c537a52
DJ
101952002-02-05 Daniel Jacobowitz <drow@mvista.com>
10196
10197 * gdbserver/linux-low.c: Remove unused include files.
10198
d844cde6
DJ
101992002-02-05 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10202 (read_inferior_memory): Use it.
10203 (write_inferior_memory): Likewise.
10204
d07c63e7
DJ
102052002-02-05 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10208 grubbing through sys_errlist.
10209
da6d8c04
DJ
102102002-02-05 Daniel Jacobowitz <drow@mvista.com>
10211
10212 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10213
5b421780
PM
102142002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10215 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10216
9f60d481
AC
102172002-02-04 Andrew Cagney <ac131313@redhat.com>
10218
10219 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10220 (do_sfunc, set_cmd_sfunc): New functions.
10221
10222 * command.h (struct cmd_list_element): Add field func.
10223 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10224 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10225 * cli/cli-decode.h: Ditto.
10226
10227 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10228 (help_all, help_cmd_list): Ditto.
10229 (find_cmd, complete_on_cmdlist): Ditto.
10230 * top.c (execute_command): Ditto.
10231
10232 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10233 function.sfunc.
10234
10235 * infcmd.c (notice_args_read): Fix function signature.
10236
10237 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10238 * cli/cli-decode.c (add_set_cmd): Ditto.
10239 * utils.c (initialize_utils): Ditto.
10240 * maint.c (_initialize_maint_cmds): Ditto.
10241 * infrun.c (_initialize_infrun): Ditto.
10242 * demangle.c (_initialize_demangler): Ditto.
10243 * remote.c (add_packet_config_cmd): Ditto.
10244 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10245 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10246 * proc-api.c (_initialize_proc_api): Ditto.
10247 * kod.c (_initialize_kod): Ditto.
10248 * valprint.c (_initialize_valprint): Ditto.
10249 * top.c (init_main): Ditto.
10250 * infcmd.c (_initialize_infcmd): Ditto.
10251 * corefile.c (_initialize_core): Ditto.
10252 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10253 * arch-utils.c (initialize_current_architecture): Ditto.
10254 (_initialize_gdbarch_utils): Ditto.
10255 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10256
10257 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10258 * wince.c (_initialize_inftarg): Ditto.
10259 * symfile.c (_initialize_symfile): Ditto.
10260 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10261 * language.c (_initialize_language): Ditto.
10262 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10263
f9ba0717
MS
102642002-02-04 Michael Snyder <msnyder@redhat.com>
10265
10266 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10267
0c74b2a7
DJ
102682002-02-04 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10271 Add rules for building the register data files.
10272
c638789f
DJ
102732002-02-04 Daniel Jacobowitz <drow@mvista.com>
10274
10275 * regformats/regdat.sh: Add braces to the definition of
10276 expedite_regs_${arch}.
10277
db253027
DJ
102782002-02-04 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * regformats/regdef.h (struct reg): Add comment describing the
10281 requirements for offset and size fields.
10282
206be19c
AS
102832002-02-04 Andreas Schwab <schwab@suse.de>
10284
10285 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10286 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10287
181c1381
RE
102882002-02-04 Richard Earnshaw <rearnsha@arm.com>
10289
10290 * gdbarch.sh (copyright): Update years in generated header.
10291 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10292 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10293 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10294 * dbxread.c: Likewise.
10295 * dwarfread.c: Likewise.
10296 * elfread.c: Likewise.
10297 * somread.c: Likewise.
10298
10299 * arm-tdep.c (arm_smash_text_address): New function.
10300 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10301
fa4ba8da
PM
103022002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10303
10304 Add support for hardware watchpoints on win32 native.
aaa38bb5 10305 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10306 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10307 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10308 of debug registers.
10309 (debug_registers_changed): New variable. Reflects when debug registers
10310 are changed and need to be written to inferior.
aaa38bb5 10311 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10312 was set, used when new threads are created.
10313 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10314 i386-nat code.
10315 (thread_rec): Set dr array if id is the thread of current_event .
10316 (child_continue, child_resume): Change the debug registers for all
10317 threads if debug_registers_changed.
10318 (child_add_thread): Change the debug registers if debug_registers_used.
10319 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10320 Link nm.h to new nm-cygwin.h file.
10321 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10322 of hardware registers.
10323
a73c86fb
AC
103242002-02-03 Andrew Cagney <ac131313@redhat.com>
10325
10326 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10327 Restore behavour broken by 2002-01-20 Andrew Cagney
10328 <ac131313@redhat.com> IEEE_FLOAT removal.
10329
acf5ed49
DJ
103302002-02-03 Daniel Jacobowitz <drow@mvista.com>
10331
10332 * c-valprint.c (c_val_print): Pass a proper valaddr to
10333 cp_print_class_method.
10334 * valops.c (search_struct_method): If there is only one method
10335 and args is NULL, return that method.
10336
493d28d5
DJ
103372002-02-03 Daniel Jacobowitz <drow@mvista.com>
10338
10339 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10340 accessing tag_name directly.
10341
7495dfdb
DJ
103422002-02-03 Daniel Jacobowitz <drow@mvista.com>
10343
10344 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10345 of accessing tag_name directly.
10346
dd6bda65
DJ
103472002-02-03 Daniel Jacobowitz <drow@mvista.com>
10348
10349 PR gdb/280
10350 * gdbtypes.c (replace_type): New function.
10351 * gdbtypes.h (replace_type): Add prototype.
10352 * stabsread.c (read_type): Use replace_type.
10353
88fe217c
RE
103542002-02-03 Richard Earnshaw <rearnsha@arm.com>
10355
10356 * Makefile.in (memattr.o): Add missing dependencies rule.
10357
e5d66720
PS
103582002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10359
10360 * breakpoint.c (break_at_finish_command): Really export.
10361 (break_at_finish_at_depth_command): Ditto.
10362 (tbreak_at_finish_command): Ditto.
10363 * hppa-tdep.c: Include completer.h.
10364 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10365 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10366
fffee0be
AC
103672002-02-01 Andrew Cagney <ac131313@redhat.com>
10368
10369 * utils.c (do_write): New function.
10370 (error_stream): Rewrite combining the code from error_begin and
10371 verror.
10372 (verror): Rewrite using error_stream.
10373 (error_begin): Delete function.
10374
255e7dbf
AC
103752002-02-01 Andrew Cagney <ac131313@redhat.com>
10376
10377 * utils.c (error_begin): Make static.
10378 * defs.h (error_begin): Delete declaration.
10379
10380 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10381 (decode_line_1): Use cplusplus_error instead of error_begin,
10382 cplusplus_hint and return_to_top_level.
10383 * coffread.c (coff_symfile_read): Use error instead of error_begin
10384 and return_to_top_level.
10385 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10386
ddfe3c15
AC
103872002-02-01 Andrew Cagney <ac131313@redhat.com>
10388
10389 * language.h (type_error, range_error): Make string parameter
10390 constant.
10391 * language.c (warning_pre_print): Delete extern declaration.
10392 * dwarfread.c (warning_pre_print): Ditto.
10393 * language.c (type_error, range_error): Rewrite to use verror and
10394 vwarning instead of warning_begin.
10395
03ac34d5
MS
103962002-02-01 Michael Snyder <msnyder@redhat.com>
10397
261c4ca2
MS
10398 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10399 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10400
e00d1dc8
AC
104012002-02-01 Andrew Cagney <ac131313@redhat.com>
10402
10403 * command.h (NO_FUNCTION): Delete macro.
10404 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10405 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10406 * tracepoint.c (_initialize_tracepoint): Ditto.
10407 * cli/cli-decode.c (add_set_cmd): Ditto.
10408 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10409
76b79d6e
DJ
104102002-02-01 Daniel Jacobowitz <drow@mvista.com>
10411
10412 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10413 Update ``this'' pointer when calling virtual functions.
10414
799f9e91
MS
104152002-02-01 Michael Snyder <msnyder@redhat.com>
10416
c7bd442c 10417 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10418 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10419
3cf384d4
DJ
104202002-02-01 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * regformats/reg-arm.dat: New file.
10423 * regformats/reg-i386.dat: New file.
10424 * regformats/reg-ia64.dat: New file.
10425 * regformats/reg-m68k.dat: New file.
10426 * regformats/reg-mips.dat: New file.
10427 * regformats/reg-ppc.dat: New file.
10428 * regformats/reg-sh.dat: New file.
10429 * regformats/regdef.h: New file.
10430 * regformats/regdat.sh: New file.
10431
0defa245
RE
104322002-02-01 Richard Earnshaw <reanrsha@arm.com>
10433
10434 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10435 (arm_frame_args_address, arm_frame_locals_address): New functions.
10436 (arm_frame_num_args): New function.
10437 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10438 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10439 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10440
405f26e6
MS
104412002-01-31 Michael Snyder <msnyder@redhat.com>
10442
502fd408
MS
10443 * breakpoint.c (break_at_finish_command): Export.
10444 (break_at_finish_at_depth_command): Export.
10445 (tbreak_at_finish_command): Export.
d6020d45 10446 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10447 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10448 "txbreak" commands, which are HPPA specific.
502fd408 10449
7d35e135
MS
10450 * printcmd.c (disassemble_command): Remove an ancient
10451 artifact of an old merge.
10452
aaa38bb5 10453 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10454 Define enum constant values for overlay mode.
10455 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10456 (overlay_is_mapped, overlay_auto_command,
10457 overlay_manual_command): Ditto.
d874f1e2 10458
aaa38bb5
AJ
10459 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10460 breakpoint_here_p, breakpoint_inserted_here_p,
10461 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10462 describe_other_breakpoints, check_duplicates, clear_command):
10463 Coding standard fixes.
10464
8add0441 10465 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10466 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10467 code: check bfd SEC_READONLY flag for section.
10468
e351066e
AC
104692002-01-31 Andrew Cagney <ac131313@redhat.com>
10470
7d35e135 10471 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10472
8a48e967
DJ
104732002-01-30 Daniel Jacobowitz <drow@mvista.com>
10474
10475 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10476 data symbols, since we search based on textlow and texthigh.
10477 (find_pc_sect_symtab): Likewise.
10478
f5a96129
AC
104792002-01-30 Andrew Cagney <ac131313@redhat.com>
10480
10481 * defs.h (vwarning): Declare.
f5a96129
AC
10482 * utils.c (vwarning): New function.
10483 (warning): Call vwarning.
10484 (warning_begin): Delete function.
10485
10486 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10487 the warning message.
10488 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10489 warning_begin.
10490
cefd4ef5
MS
104912002-01-30 Michael Snyder <msnyder@redhat.com>
10492
1a703748
MS
10493 * NEWS: Mention "set trust-readonly-sections" command.
10494 Mention generate-core-file command.
cefd4ef5 10495
3a11626d
MS
104962002-01-15 Michael Snyder <msnyder@redhat.com>
10497
10498 * target.c: New command, "set trust-readonly-sections on".
10499 (do_xfer_memory): Honor the suggestion to trust readonly sections
10500 by reading them from the object file instead of from the target.
10501 (initialize_targets): Register command "set trust-readonly-sections".
10502
d1c7e53b
AC
105032002-01-29 Andrew Cagney <ac131313@redhat.com>
10504
10505 * parse.c (target_map_name_to_register): Simplify, search regs and
10506 pseudo-regs using a single loop.
10507
e2c9a72c
AC
105082002-01-30 Andrew Cagney <ac131313@redhat.com>
10509
10510 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10511
69824b4e
MK
105122002-01-15 Rodney Brown <rbrown64@csc.com.au>
10513
10514 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10515 * config/i386/i386v42mp.mh: Add i387-nat.o .
10516 * i386v4-nat.c: Include i387-nat.h.
10517 (supply_fpregset): Use i387_supply_fsave.
10518 (fill_fpregset): Use i387_fill_fsave.
10519
6eb69eab
RE
105202002-01-30 Richard Earnshaw <rearnsha@arm.com>
10521
10522 * arm-tdep.c (arm_call_dummy_words): Define.
10523 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10524 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10525 (CALL_DUMMY_WORDS): Define.
10526 (arm_call_dummy_words): Declare.
10527 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10528 (arm_linux_call_dummy_words): Declare.
10529
9852326a
AS
105302002-01-30 Andreas Schwab <schwab@suse.de>
10531
10532 * m68klinux-nat.c: Fix last change to use regcache_collect
10533 instead of referencing registers[] directly.
10534
977a3030
AC
105352002-01-29 Andrew Cagney <ac131313@redhat.com>
10536
10537 * parse.c (target_map_name_to_register): Delete code wrapped in
10538 #ifdef REGISTER_NAME_ALIAS_HOOK.
10539
2076c72b
MS
105402002-01-28 Michael Snyder <msnyder@redhat.com>
10541
10542 * regcache.c (legacy_read_register_gen): Need to be able to
10543 read pseudo-register as well as real register.
10544 (legacy_write_register_gen): Ditto.
10545
8fcc723b
AC
105462002-01-28 Andrew Cagney <ac131313@redhat.com>
10547
10548 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10549 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10550 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10551 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10552 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10553 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10554 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10555 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10556 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10557 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10558 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10559 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10560 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10561 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10562 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10563 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10564 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10565 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10566 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10567 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10568
afe64c1a
AC
105692002-01-28 Andrew Cagney <ac131313@redhat.com>
10570
10571 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10572 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10573 (initialize_current_architecture): Update target_byte_order using
10574 information from BFD.
aaa38bb5 10575 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10576 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10577
75bc7ddf
AC
105782002-01-28 Andrew Cagney <ac131313@redhat.com>
10579
10580 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10581 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10582
10583 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10584 #ifdef INVALID_FLOAT.
10585 * infcmd.c (do_registers_info): Ditto.
10586 * values.c (unpack_double): Ditto. Add comment.
10587
10588 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10589 already commented out.
10590
0280a90a
AS
105912002-01-26 Andreas Schwab <schwab@suse.de>
10592
10593 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10594 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10595 registers and add support for PTRACE_GETREGS.
10596
7072a954
AC
105972002-01-24 Andrew Cagney <ac131313@redhat.com>
10598
10599 GDB 5.1.1 released from 5.1 branch.
10600 * NEWS: Add 5.1.1 news.
10601 * README: Sync with 5.1 branch.
10602
86f902e0
FF
106032002-01-23 Fred Fish <fnf@redhat.com>
10604
10605 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10606 stabstring on initial malloc. Reallocing will copy it for us,
10607 if necessary.
10608
8af51c36
EZ
106092002-01-23 Elena Zannoni <ezannoni@redhat.com>
10610
aaa38bb5 10611 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10612 (HFILES_NO_SRCDIR): Remove hpread.h.
10613 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10614 (hpread.o): Update dependencies.
10615 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10616
10617 * hp-psymtab-read.c: Remove file.
10618 * hp-symtab-read.c: Remove file.
10619 * hpread.h: Remove file.
10620
10621 * hpread.c: Merge all contents of hp-psymtab-read.c,
10622 hp-symtab-read.c and hpread.h into this file, as it was prior to
10623 January 1999.
10624
10625 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10626 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10627 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10628 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10629
dc5cfeb6
EZ
106302002-01-23 Elena Zannoni <ezannoni@redhat.com>
10631
10632 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10633 fill_gregset): Call gdbarch_tdep() just once, assign result to
10634 variable and use that, instead of calling the function several
10635 times.
10636
ea87b71b
AO
106372002-01-24 Alexandre Oliva <aoliva@redhat.com>
10638
10639 * configure.host: Accept sparcv9 as alias for sparc64.
10640 * configure.tgt: Likewise.
10641
13fc0c2f
KB
106422002-01-22 Kevin Buettner <kevinb@redhat.com>
10643
10644 * solib-aix5.c (build_so_list_from_mapfile)
10645 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10646 arguments is not reversed.
10647 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10648 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10649
7bd872fe
EZ
106502002-01-22 Elena Zannoni <ezannoni@redhat.com>
10651
10652 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10653 modified version of obsolete sh_fetch_pseudo_register.
10654 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10655 (sh4_register_read): New function.
10656 (sh_pseudo_register_write): New function. Renamed and modified
10657 version of obsolete sh_store_pseudo_register.
10658 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10659 (sh4_register_write): New function.
10660 (sh_gdbarch_init): Remove setting of gdbarch function
10661 fetch_pseudo_register and store_pseudo_register. Remove setting of
10662 register_convert_to_raw, register_convert_to_virtual,
10663 register_convertible.
10664 (sh_sh4_register_convertible): Delete. No longer needed. All is
10665 taken care by architecture specific functions
10666 register_read/register_write.
10667 (sh_sh4_register_convert_to_virtual): Make static.
10668 (sh_sh4_register_convert_to_raw): Ditto.
10669
069e84fd
AC
106702002-01-22 Andrew Cagney <ac131313@redhat.com>
10671
10672 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10673 (floatformat_is_nan, floatformat_mantissa): Ditto.
10674
10675 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10676 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10677 builtin_type_ieee_double_little,
10678 builtin_type_ieee_double_littlebyte_bigword,
10679 builtin_type_m68881_ext, builtin_type_i960_ext,
10680 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10681 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10682 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10683 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10684
211a4f69
CV
106852002-01-22 Corinna Vinschen <vinschen@redhat.com>
10686
10687 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10688 parameter. Set frameless flag if it exists and depended of
10689 whether the scanned function is frameless or not.
10690 (xstormy16_skip_prologue): If function is frameless, return
10691 result of xstormy16_scan_prologue().
10692 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10693 call.
10694
f81353e4
EZ
106952002-01-21 Elena Zannoni <ezannoni@redhat.com>
10696
10697 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10698 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10699 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10700 sh_sh4_register_byte, sh_sh4_register_raw_size,
10701 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10702 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10703 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10704 sh_store_pseudo_register, sh_do_pseudo_register): Call
10705 gdbarch_tdep() just once, assign result to variable and use that,
10706 instead of calling the function several times.
10707
63c73a17
MK
107082002-01-20 Mark Kettenis <kettenis@gnu.org>
10709
10710 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10711 macros instead of LAST_FPU_CTRL_REGNUM.
10712 (store_register): Likewise.
10713
39ad761d
JB
107142002-01-21 Jim Blandy <jimb@redhat.com>
10715
10716 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10717 is up-to-date before running the program, not just when a program
10718 exits.
10719
3d74b771
FF
107202002-01-21 Fred Fish <fnf@redhat.com>
10721
10722 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10723 when we have found all instructions we are looking for.
10724
966fbf70
RE
107252002-01-21 Richard Earnshaw <rearnsha@arm.com>
10726
10727 * arm-tdep.c (arm_register_name): New function.
10728 (arm_registers_names): Make static.
10729 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10730 (arm_register_name): Declare.
10731 (REGISTER_NAME): Use it.
10732
c3b4394c
RE
107332002-01-21 Richard Earnshaw <rearnsha@arm.com>
10734 Kevin Buettner <kevinb@redhat.com>
10735
10736 Convert arm targets to new FRAME interface.
10737 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10738 (arm_frame_find_save_regs): Delete.
10739 (arm_frame_init_saved_regs): New.
10740 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10741 Allocate extra_info as required. Convert all uses of fsr.regs
10742 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10743 to use extra_info.
10744 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10745 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10746 (check_prologue_cache, save_prologue_cache): Likewise.
10747 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10748 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10749 (FRAME_FIND_SAVED_REGS): Delete.
10750 (arm_frame_find_saved_regs): Delete prototype.
10751 (arm_frame_init_saved_regs): New prototype.
10752 (FRAME_INIT_SAVED_REGS): Define.
10753
61d99182
AC
107542002-01-20 Andrew Cagney <ac131313@redhat.com>
10755
10756 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10757
6aaea291
AC
107582002-01-20 Andrew Cagney <ac131313@redhat.com>
10759
10760 From Jeff Law <law@redhat.com>:
10761 * infttrace.c: Include <sys/pstat.h>.
10762 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10763 exec file if the ttrace equivalent fails.
10764
15f698d2
AC
107652002-01-20 Andrew Cagney <ac131313@redhat.com>
10766
10767 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10768 (closeLogFile): Ditto.
10769
f86ddd7c
MC
107702002-01-20 Michael Chastain <mec@shout.net>
10771
10772 * top.c (print_gdb_version): Bump copyright year to 2002.
10773
904507ce
AC
107742002-01-20 Andrew Cagney <ac131313@redhat.com>
10775
10776 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10777 Zannoni and Eli Zaretskii.
10778
d7f0b9ce
DJ
107792002-01-20 Daniel Jacobowitz <drow@mvista.com>
10780
10781 * buildsym.c: Update copyright years.
10782 * c-typeprint.c: Likewise.
10783 * dwarf2read.c: Likewise.
10784 * f-typeprint.c: Likewise.
10785 * gdbtypes.c: Likewise.
10786 * gdbtypes.h: Likewise.
10787 * hp-symtab-read.c: Likewise.
10788 * hpread.c: Likewise.
10789 * mdebugread.c: Likewise.
10790 * p-typeprint.c: Likewise.
10791
3fd3d7d2
AC
107922002-01-20 Andrew Cagney <ac131313@redhat.com>
10793
10794 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10795 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10796 byte-order selectable.
10797 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10798 * arch-utils.c: Ditto.
10799 (set_endian): Ditto.
10800 (set_endian_from_file): Ditto.
10801 * gdbserver/low-sim.c (create_inferior): Ditto.
10802 * gdbarch.sh: Ditto.
10803 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10804 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10805 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10806 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10807 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10808 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10809 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10810 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10811 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10812 macro definition.
10813 * config/mips/tm-wince.h: Remove #undef of macro
10814 TARGET_BYTE_ORDER_SELECTABLE.
10815 * config/sh/tm-wince.h: Ditto.
10816
b02dede2
DJ
108172002-01-20 Daniel Jacobowitz <drow@mvista.com>
10818
10819 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10820 member function fields. Add accessor macro
10821 TYPE_FN_FIELD_ARTIFICIAL.
10822 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10823 * c-typeprint.c (c_type_print_base): Skip artificial member
10824 functions.
10825
c3643761
DJ
108262002-01-20 Daniel Jacobowitz <drow@mvista.com>
10827
10828 * f-typeprint.c: Delete unused function f_type_print_args.
10829 * p-typeprint.c: Delete unused function pascal_type_print_args.
10830
8176bb6d
DJ
108312002-01-20 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10834 comment. Add ``artificial'' to ``union field_location''.
10835
10836 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10837
10838 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10839 * mdebugread.c (parse_symbol): Likewise.
10840 * stabsread.c (define_symbol): Likewise.
10841 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10842 initializing TYPE_FIELD_BITPOS to n (obsolete).
10843 (hpread_doc_function_type): Likewise.
10844 * hpread.c (hpread_function_type): Likewise.
10845
7fd60527
AC
108462002-01-20 Andrew Cagney <ac131313@redhat.com>
10847
10848 * configure.in (host_makefile_frag): Only require a host makefile
10849 fragment when a native build.
10850 * configure: Re-generate.
10851
c2f05ac9
AC
108522002-01-20 Andrew Cagney <ac131313@redhat.com>
10853
10854 * doublest.h (floatformat_from_type): Declare.
10855 * doublest.c (floatformat_from_type): New function.
10856 (convert_typed_floating): Use.
10857
10858 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10859 call to function floatformat_from_type.
10860
10861 * gdbarch.sh (IEEE_FLOAT): Delete.
10862 * gdbarch.h, gdbarch.c: Re-generate.
10863 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10864 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10865 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10866 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10867 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10868 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10869 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10870 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10871 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10872 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10873 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10874 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10875
10876 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10877 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10878 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10879 * sh-tdep.c (sh_gdbarch_init): Ditto.
10880 * mips-tdep.c (mips_gdbarch_init): Ditto.
10881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10882 * cris-tdep.c (cris_gdbarch_init): Ditto.
10883
abf22e64
AJ
108842002-01-20 Jiri Smid <smid@suse.cz>
10885
10886 * configure.host, configure.tgt: Support x86-64.
10887 * NEWS: Note new target x86-64.
10888
b7c4cbf8
AJ
10889 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10890 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10891 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10892 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10893 x86-64-linux-nat.o): Fix dependencies.
10894
82600034
AC
108952002-01-19 Andrew Cagney <ac131313@redhat.com>
10896
10897 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10898 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10899 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10900 * config/sparc/xm-sun4os4.h: Delete file.
10901 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 10902
bbe5c628
AC
109032002-01-19 Andrew Cagney <ac131313@redhat.com>
10904
10905 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10906 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10907 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10908 * config/i386/i386lynx.mh (XM_FILE): Delete.
10909 * config/rs6000/xm-rs6000ly.h: Delete file.
10910 * config/sparc/xm-sparclynx.h: Delete file.
10911 * config/m68k/xm-m68klynx.h: Delete file.
10912 * config/i386/xm-i386lynx.h: Delete file.
10913 * config/xm-lynx.h: Delete file.
10914 * config/djgpp/fnchange.lst: Update.
10915
f8453e34
JT
109162002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10917
10918 * alpha-tdep.c (alpha_register_byte): New function.
10919 (alpha_register_raw_size): Ditto.
10920 (alpha_register_virtual_size): Ditto.
10921 (alpha_skip_prologue_internal): Renamed from
10922 alpha_skip_prologue.
10923 (alpha_skip_prologue): New version that calls
10924 alpha_skip_prologue_internal.
10925 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10926 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10927 second argument from alpha_skip_prologue.
10928 (REGISTER_BYTE): Use alpha_register_byte.
10929 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10930 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10931 (FRAMELESS_FUNCTION_INVOCATION): Use
10932 generic_frameless_function_invocation_not.
10933 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10934 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10935
52d9e613
AC
109362002-01-19 Andrew Cagney <ac131313@redhat.com>
10937
10938 * config/mips/xm-news-mips.h: Delete file.
10939 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10940
10941 * config/m88k/xm-m88k.h: Delete file.
10942 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10943 * config/m88k/xm-delta88v4.h: Ditto.
10944 * config/m88k/xm-delta88.h: Ditto.
10945
10946 * config/alpha/xm-fbsd.h: Delete file.
10947 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10948
10949 * config/sparc/xm-sparc.h: Delete file.
10950 * Makefile.in (xm-sun4os4.h): Delete dependency.
10951 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10952 * config/sparc/xm-sun4os4.h: Ditto.
10953 * config/sparc/xm-linux.h: Ditto.
10954
10955 * config/i386/xm-windows.h: Delete file.
10956
2d1b2124
AC
109572002-01-19 Andrew Cagney <ac131313@redhat.com>
10958
10959 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10960 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10961
ee1f65f0
JT
109622002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10963
10964 * alpha-tdep.c (alpha_call_dummy_words): New.
10965 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10966 (CALL_DUMMY_P): Define.
10967 (CALL_DUMMY_WORDS): Define.
10968 (SIZEOF_CALL_DUMMY_WORDS): Define.
10969
98081e55
PB
109702002-01-19 Per Bothner <per@bothner.com>
10971
10972 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10973 isn't NULL, which can happen with some gcj-3.x-produced code.
10974
0d056799
JT
109752002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10976
10977 * alpha-tdep.c (alpha_register_virtual_type): New function.
10978 (alpha_init_frame_pc_first): Ditto.
10979 (alpha_fix_call_dummy): Ditto.
10980 (alpha_store_struct_return): Ditto.
10981 (alpha_extract_struct_value_address): Ditto.
10982 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10983 alpha_register_virtual_type.
10984 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10985 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10986 alpha_extract_struct_value_address.
10987 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10988 (INIT_FRAME_PC): Use init_frame_pc_noop.
10989 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10990
4604bcad
MK
109912002-01-19 Mark Kettenis <kettenis@gnu.org>
10992
10993 * i386gnu-nat.c: Include "i386-tdep.h".
10994 (fetch_fpregs): Simplify code dealing with uninitialized floating
10995 point states such that it doesn't require FP7_REGNUM.
10996
140f9984
JT
109972002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10998
abf22e64
AJ
10999 * alpha-tdep.c (frame_extra_info): New.
11000 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11001 frame->extra_info.
11002 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11003 (alpha_frame_saved_pc): Use frame->extra_info.
11004 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11005 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11006 (init_extra_frame_info): Rename to...
11007 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11008 (alpha_print_extra_frame_info): New function.
140f9984
JT
11009 (alpha_frame_locals_address): Ditto.
11010 (alpha_frame_args_address): Ditto.
abf22e64 11011 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11012 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11013 alpha_frame_args_address.
abf22e64 11014 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11015 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11016 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11017 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11018 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11019 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11020
d734c450
JT
110212002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11022
11023 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11024 (alpha_cannot_fetch_register): Ditto.
11025 (alpha_cannot_store_register): Ditto.
11026 (alpha_register_convertible): Ditto.
11027 (alpha_use_struct_convention): Ditto.
11028 * config/alpha/tm-alpha.h: Update copyright years.
11029 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11030 (INNER_THAN): Use core_addr_lessthan.
11031 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11032 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11033 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11034 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11035 (FRAME_CHAIN): Remove unnecessary cast.
11036
b4ceaee6
AC
110372002-01-18 Andrew Cagney <ac131313@redhat.com>
11038
11039 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11040 obsolete.
11041
0a65a603
AC
110422002-01-18 Andrew Cagney <ac131313@redhat.com>
11043
11044 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11045 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11046 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11047 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11048 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11049 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11050 * x86-64-linux-nat.c: Ditto.
11051
636a6dfc
JT
110522002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11053
abf22e64 11054 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11055 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11056 (REGISTER_NAME): Define.
11057
acceddb6
JT
110582002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11059
11060 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11061
ec32e4be
JT
110622002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11063
11064 * alpha-tdep.c: Update copyright years.
11065 (alpha_next_pc): New function.
11066 (alpha_software_single_step): Ditto.
11067 * config/alpha/tm-alpha.h: Add prototype for
11068 alpha_software_single_step.
11069
e771a871
JT
110702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11071
11072 * alphabsd-nat.c: Update copyright years.
11073 (fill_gregset): Use regcache_collect.
11074 (fill_fpregset): Likewise.
11075 (fetch_inferior_registers): Only fetch integer registers
11076 if requested to do so.
11077 (store_inferior_registers): Only store integer registers
11078 if requested to do so.
11079
7708fa01
AC
110802002-01-17 Andrew Cagney <ac131313@redhat.com>
11081
11082 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11083 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11084 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11085 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11086 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11087 * config/arm/linux.mh (XDEPFILES): Delete.
11088 * config/arm/nbsd.mh (XDEPFILES): Delete.
11089 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11090 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11091 * config/i386/i386m3.mh (XDEPFILES): Delete.
11092 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11093 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11094 * config/i386/fbsd.mh (XDEPFILES): Delete.
11095 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11096 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11097 * config/i386/i386v4.mh (XDEPFILES): Delete.
11098 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11099 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11100 * config/i386/i386aix.mh (XDEPFILES): Delete.
11101 * config/i386/go32.mh (XDEPFILES): Delete.
11102 * config/i386/cygwin.mh (XDEPFILES): Delete.
11103 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11104 * config/i386/i386mach.mh (XDEPFILES): Delete.
11105 * config/i386/i386v32.mh (XDEPFILES): Delete.
11106 * config/i386/linux.mh (XDEPFILES): Delete.
11107 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11108 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11109 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11110 * config/i386/i386sco.mh (XDEPFILES): Delete.
11111 * config/i386/i386v.mh (XDEPFILES): Delete.
11112 * config/i386/nbsd.mh (XDEPFILES): Delete.
11113 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11114 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11115 * config/i386/symmetry.mh (XDEPFILES): Delete.
11116 * config/i386/obsd.mh (XDEPFILES): Delete.
11117 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11118 * config/ia64/linux.mh (XDEPFILES): Delete.
11119 * config/ia64/aix.mh (XDEPFILES): Delete.
11120 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11121 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11122 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11123 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11124 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11125 * config/m68k/linux.mh (XDEPFILES): Delete.
11126 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11127 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11128 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11129 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11130 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11131 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11132 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11133 * config/m88k/delta88.mh (XDEPFILES): Delete.
11134 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11135 * config/m88k/m88k.mh (XDEPFILES): Delete.
11136 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11137 * config/mips/linux.mh (XDEPFILES): Delete.
11138 * config/mips/irix6.mh (XDEPFILES): Delete.
11139 * config/mips/irix5.mh (XDEPFILES): Delete.
11140 * config/mips/irix4.mh (XDEPFILES): Delete.
11141 * config/mips/irix3.mh (XDEPFILES): Delete.
11142 * config/mips/decstation.mh (XDEPFILES): Delete.
11143 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11144 (NATDEPFILES): Move core-aout.o to here.
11145 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11146 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11147 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11148 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11149 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11150 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11151 * config/pa/hpux11.mh (XDEPFILES): Delete.
11152 * config/powerpc/aix.mh (XDEPFILES): Delete.
11153 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11154 * config/powerpc/linux.mh (XDEPFILES): Delete.
11155 * config/romp/rtbsd.mh: Rename XDEPFILES.
11156 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11157 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11158 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11159 * config/s390/s390.mh (XDEPFILES): Delete.
11160 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11161 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11162 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11163 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11164 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11165 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11166 * config/sparc/linux.mh (XDEPFILES): Delete.
11167 * config/vax/vaxult.mh (XDEPFILES): Delete.
11168 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11169 * Makefile.in (DEPFILES): Remove XDEPFILES.
11170
375fc983
AC
111712002-01-17 Andrew Cagney <ac131313@redhat.com>
11172
11173 * utils.c (internal_verror): Fix comments, default is yes not no.
11174 Update queries to match. Default to quit and dump core.
11175
8926118c
AC
111762002-01-17 Andrew Cagney <ac131313@redhat.com>
11177
11178 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11179 copyright.
11180 * defs.h, event-top.c, gdbcmd.h: Ditto.
11181 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11182 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11183 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11184 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11185 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11186 * mi/mi-main.c:Ditto.
11187
11188 * stack.c, symfile.c: Update copyright.
11189
45b7b345
DJ
111902002-01-17 Daniel Jacobowitz <drow@mvista.com>
11191
db728ff7
DJ
11192 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11193 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11194 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11195 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11196
db728ff7
DJ
111972002-01-17 Daniel Jacobowitz <drow@mvista.com>
11198
11199 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11200 * gdbserver/low-lynx.c (myattach): Likewise.
11201 * gdbserver/low-nbsd.c (myattach): Likewise.
11202 * gdbserver/low-sim.c (myattach): Likewise.
11203 * gdbserver/low-sparc.c (myattach): Likewise.
11204 * gdbserver/low-sun3.c (myattach): Likewise.
11205
11206 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11207
db728ff7 11208 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11209 (main): Handle "--attach".
11210
8de3c354
AC
112112002-01-16 Andrew Cagney <ac131313@redhat.com>
11212
11213 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11214 maintainer.
11215
b0129042
DJ
112162002-01-15 Daniel Jacobowitz <drow@mvista.com>
11217
11218 * c-typeprint.c (is_type_conversion_operator): Add additional
11219 check for non-conversion operators.
11220
ba8679fb 112212002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11222
11223 * linux-proc.c: Add "info proc" command, a la procfs.c.
11224 (read_mapping): New function, abstract and re-use code.
11225 (linux_find_memory_regions): Use new func read_mapping.
11226 (linux_info_proc_cmd): New function, implement "info proc".
11227 (_initialize_linux_proc): Add new command "info proc".
11228
e4f9b4d5
MS
112292002-01-15 Michael Snyder <msnyder@redhat.com>
11230
11231 * symfile.c (generic_load): Use bfd_map_over_sections method
11232 instead of manipulating bfd structure members directly.
11233 (add_section_size_callback): New function, bfd sections callback
11234 used by generic_load.
11235 (load_sections_callback): New function, bfd sections callback
11236 used by generic_load.
11237
08cf96df
EZ
112382002-01-15 Elena Zannoni <ezannoni@redhat.com>
11239
abf22e64 11240 [Based on work by Jim Blandy]
08cf96df
EZ
11241 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11242 (builtin_type_vec128): Export.
11243 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11244 types.
11245 (builtin_type_vec128): New builtin type for 128 bit vector
11246 registers.
11247 (build_gdbtypes): Initialize builtin_type_v16qi and
11248 builtin_type_v8hi. Create the vec128 register builtin type
11249 structure.
11250 (build_builtin_type_vec128): New function.
abf22e64 11251 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11252 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11253 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11254 AltiVec register to new builtin type.
11255
d7242108
DJ
112562001-01-15 Daniel Jacobowitz <drow@mvista.com>
11257
11258 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11259 to make_cv_type.
11260
4ee3352d
AC
112612002-01-14 Andrew Cagney <ac131313@redhat.com>
11262
11263 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11264 CLEAN_UP_REGISTER_VALUE.
11265 * regcache.c (supply_register): Update only call.
11266
f015b2e7
AC
112672002-01-14 Andrew Cagney <ac131313@redhat.com>
11268
11269 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11270 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11271 a29k-*-vxworks* targets as obsolete.
11272
356ae49d
MS
112732002-01-14 Michael Snyder <msnyder@redhat.com>
11274
11275 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11276 until we can resolve portability issues.
11277 * gregset.h: Remove references to fpxregs.
11278 * gcore.c (gcore_command): Initialize note_sec to NULL.
11279
ade8f45e
AC
112802002-01-13 Andrew Cagney <ac131313@redhat.com>
11281
11282 * signals.c (target_signal_to_name): Rewrite. Only use
11283 signals[].name when in bounds and non-NULL.
abf22e64 11284
89c49e7a
AC
112852002-01-13 Andrew Cagney <ac131313@redhat.com>
11286
11287 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11288 * signals.c (target_signal_to_name): Verify that SIG is within the
11289 bounds of the signals array.
11290
4daa9f9f
AC
112912002-01-13 Andrew Cagney <ac131313@redhat.com>
11292
11293 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11294
ba4bbdcb
KS
112952002-01-13 Keith Seitz <keiths@redhat.com>
11296
11297 * stack.c (print_frame_info_base): Print the frame's pc
11298 only if when print_frame_info_listing_hook is not defined.
11299
575bbeb6
KS
113002002-01-13 Keith Seitz <keiths@redhat.com>
11301
11302 * varobj.c (varobj_set_value): Make sure that there were no
11303 errors evaluating the object before attempting to set its
11304 value.
11305 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11306 so this offset adjustment is no longer necessary.
11307 (create_child): Don't set the error flag if the child is
11308 a CPLUS_FAKE_CHILD.
11309 (value_of_child): If value_fetch_lazy fails, return NULL
11310 so that callers will be notified that an error occurred.
11311 (c_value_of_variable): Delay check of variable's validity
11312 until later. We actually want all structs and unions to have
11313 the value "{...}".
11314 Do not return "???" for variables which could not be evaluated.
11315 This error condition must be returned to the caller so that it
11316 can get the error condition from gdb.
11317 (cplus_name_of_child): Adjust index for vptr before figuring
11318 out the name of the child.
11319 (cplus_value_of_child): If a child's (real) parent is not valid,
11320 don't even bother trying to give a value for it. Just return
11321 an error. Change all instances in this function.
11322 (cplus_type_of_child): If our parent is one of the "fake"
11323 parents, we need to get at the type of the real parent, and
11324 derive the child's true type using this information.
11325
b76898ab
AC
113262002-01-13 Andrew Cagney <ac131313@redhat.com>
11327
11328 From 2002-01-09 John Marshall <johnm@falch.net>:
11329 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11330 sources.redhat.com, and tweak some related URLs which had
11331 suffered from linkrot.
11332
b6649e88
AC
113332002-01-13 Andrew Cagney <ac131313@redhat.com>
11334
11335 From Jeff law:
11336 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11337 structures passed in registers.
11338
82cc5033
EZ
113392002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11340
11341 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11342 white space which prevented compilation. Reported by DSK
11343 <dsk@student.unsw.edu.au>.
11344
ba5f2f8a
MS
113452002-01-11 Michael Snyder <msnyder@redhat.com>
11346
fbd35540
MS
11347 * symfile.c (build_section_addr_info_from_section_tab):
11348 Use bfd access method instead of manipulating bfd directly.
11349 (syms_from_objfile): Ditto.
11350 (simple_overlay_update_1): Ditto.
11351 (simple_overlay_update): Ditto.
11352 (generic_load): Ditto.
11353 (overlay_unmapped_address): FIXME comment, bfd access methods.
11354 (sections_overlap): FIXME comment, bfd access methods.
11355 (pc_in_mapped_range): FIXME comment, bfd access methods.
11356 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11357 (section_is_mapped): FIXME comment, bfd access methods.
11358 (section_is_overlay): FIXME comment, bfd access methods.
11359
ba5f2f8a
MS
11360 * symfile.c (generic_load): Whitespace and long line cleanups.
11361 Remove duplicate variable, change several local variables to
11362 more appropriate data types.
11363 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11364
17df2af6
AC
113652002-01-12 Andrew Cagney <ac131313@redhat.com>
11366
11367 From Peter Schauer:
11368 * language.c (longest_local_hex_string_custom): Use phex_nz to
11369 convert NUM to a hex string.
11370
ec920329
EZ
113712002-01-12 Elena Zannoni <ezannoni@redhat.com>
11372
11373 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11374 the function.
538a76d6 11375 Update Copyright year.
ec920329 11376
3abd2e01
AC
113772002-01-12 Andrew Cagney <ac131313@redhat.com>
11378
11379 * language.c (longest_raw_hex_string): Delete unused function.
11380
b21b22e0
PS
113812002-01-11 Petr Sorfa <petrs@caldera.com>
11382
11383 * MAINTAINERS (write-after-approval): Add myself.
11384 * dwarf2read.c (read_tag_string_type): Handling of
11385 DW_AT_byte_size.
11386 (read_tag_string_type): FORTRAN fix to prevent propagation of
11387 first string size.
11388 (set_cu_language): Handling of DW_LANG_Fortran95
11389
747fe712
RE
113902002-01-11 Richard Earnshaw <rearnsha@arm.com>
11391
11392 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11393 GETPID(inferior_ptid).
11394 (store_inferior_registers): Likewise.
11395
f1bea926
JM
113962002-01-10 Jason Merrill <jason@redhat.com>
11397
11398 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11399 Fix DW_OP_minus.
11400
ae940673
AC
114012002-01-10 Andrew Cagney <ac131313@redhat.com>
11402
11403 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11404 and bfd/elf32-sh-nbsd.c.
11405
00546b04
MS
114062002-01-10 Michael Snyder <msnyder@redhat.com>
11407
352ed7b4
MS
11408 * NEWS: Mention --pid and corefile/proc-id behavior change.
11409
c18be923
MS
11410 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11411 * gcore.c: Include cli/cli-decode.h instead of command.h.
11412
00546b04
MS
11413 * main.c (captured_main): Add new command line option "--pid".
11414 If the second command line argument (following the symbol-file)
11415 begins with a digit, try to attach to it before trying to open
11416 it as a corefile.
11417 (print_gdb_help): Document the "--pid" argument.
11418
db60ec62
EZ
114192002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11420
11421 * completer.c (command_completer): New function.
11422
11423 * completer.h <command_completer>: Add prototype.
11424
11425 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11426 completer for the "help" command.
11427
39c22d1a
JM
114282002-01-09 Jason Merrill <jason@redhat.com>
11429
11430 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11431
c564377f
MS
114322002-01-09 Michael Snyder <msnyder@redhat.com>
11433
975aec09
MS
11434 * i386-linux-nat.c (fill_fpxregset): Make global.
11435 (store_fpxregset): Ditto.
11436
db4a10fa
MS
11437 * gregset.h (gdb_fpxregset_t): Define.
11438 (supply_fpxregset): Prototype.
11439 (fill_fpxregset): Prototype.
11440
c564377f
MS
11441 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11442
c3d45d70
RE
114432002-01-09 Richard Earnshaw <rearnsha@arm.com>
11444
11445 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11446 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11447 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11448
fcc87af1
AC
114492002-01-09 Andrew Cagney <ac131313@redhat.com>
11450
11451 * MAINTAINERS: Update target maintainer rules so that any
11452 Maintainer can approve a tested patch for a maintenance-only
11453 target.
11454
dd96c05b
RE
114552002-01-09 Richard Earnshaw <rearnsha@arm.com>
11456
d4297db9 11457 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11458
d4297db9 11459 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11460 IN_SIGTRAMP.
11461
145fdc6e
MS
114622002-01-08 Michael Snyder <msnyder@redhat.com>
11463
11464 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11465 real name of the executable, rather than the /proc name.
11466
be4d1333
MS
114672002-01-03 Michael Snyder <msnyder@redhat.com>
11468
11469 Implement a "generate-core-file" command in gdb, save target state.
11470 * gcore.c: New file. Implement new command 'generate-core-file'.
11471 Save a corefile image of the current state of the inferior.
11472 * linux-proc.c: Add linux-specific code for saving corefiles.
11473 * target.h (struct target_ops): Add new target vectors for saving
11474 corefiles; to_find_memory_regions and to_make_corefile_notes.
11475 (target_find_memory_regions): New macro.
11476 (target_make_corefile_notes): New macro.
11477 * target.c (update_current_target): Inherit new target methods.
11478 (dummy_find_memory_regions): New place-holder method.
11479 (dummy_make_corefile_notes): New place-holder method.
11480 (init_dummy_target): Initialize new dummy target vectors.
11481 * exec.c (exec_set_find_memory_regions): New function.
11482 Allow the exec_ops vector for memory regions to be taken over.
11483 (exec_make_note_section): New function, target vector method.
11484 * defs.h (exec_set_find_memory_regions): Export prototype.
11485 * procfs.c (proc_find_memory_regions): New function, corefile method.
11486 (procfs_make_note_section): New function, corefile method.
11487 (init_procfs_ops): Set new target vector pointers.
11488 (find_memory_regions_callback): New function.
11489 (procfs_do_thread_registers): New function.
11490 (procfs_corefile_thread_callback): New function.
11491 * sol-thread.c (sol_find_memory_regions): New function.
11492 (sol_make_note_section): New function.
11493 (init_sol_thread_ops): Initialize new target vectors.
11494 * inftarg.c (inftarg_set_find_memory_regions): New function.
11495 Allow to_find_memory_regions vector to be taken over.
11496 (inftarg_set_make_corefile_notes): New function.
11497 Allow to_make_corefile_notes vector to be taken over.
11498 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11499 interface layer if not target_has_execution (may be a corefile).
11500 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11501 * config/sparc/sun4sol2.mh: Ditto.
11502 * config/alpha/alpha-linux.mh: Ditto.
11503 * config/arm/linux.mh: Ditto.
11504 * config/i386/x86-64linux.mh: Ditto.
11505 * config/ia64/linux.mh: Ditto.
11506 * config/m68k/linux.mh: Ditto.
11507 * config/mips/linux.mh: Ditto.
11508 * config/powerpc/linux.mh: Ditto.
11509 * config/sparc/linux.mh: Ditto.
11510
c6b92abd
MS
115112002-01-07 Michael Snyder <msnyder@redhat.com>
11512
11513 * arm-linux-nat.c: Remove references to regcache.c internal data
11514 (registers[] and register_valid[]).
11515
4b09dc8c
MS
115162002-01-07 Michael Snyder <msnyder@redhat.com>
11517
abf22e64
AJ
11518 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11519 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11520 symbol file and shlibs.
11521 * Makefile.in: Add rule for linux-proc.o.
11522 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11523 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11524 * config/arm/linux.mh: Ditto.
11525 * config/i386/linux.mh: Ditto.
11526 * config/i386/x86-64linux.mh: Ditto.
11527 * config/ia64/linux.mh: Ditto.
11528 * config/m68k/linux.mh: Ditto.
11529 * config/mips/linux.mh: Ditto.
11530 * config/powerpc/linux.mh: Ditto.
11531 * config/sparc/linux.mh: Ditto.
11532
c25b74ac
PM
115332002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11534
11535 * win32-nat.c: Add i386-tdep.h dependency.
11536
94cd915f
MS
115372002-01-07 Michael Snyder <msnyder@redhat.com>
11538
c7cccb76
MS
11539 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11540 instead of bfd_get_arch_size. Don't bail out just because
11541 there's no exec_bfd.
abf22e64 11542
34c0bd93
MS
11543 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11544 * p-valprint.c (pascal_object_print_value): Ditto.
11545 * somread.c (som_symtab_read): Ditto.
11546 * symfile.c (simple_free_overlay_region_table): Ditto.
11547 * valops.c (value_assign): Ditto.
11548
21c1c920
MS
11549 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11550 use tilde_expand and strerror for opening save-tracepoints file.
11551
5bbd998e
MS
11552 * thread-db.c (thread_db_new_objfile): Indendation fix.
11553
94cd915f
MS
11554 * infptrace.c (GDB_MAX_ALLOCA): New define.
11555 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11556 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11557 can be overridden with whatever value is appropriate to the host).
11558 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11559 alloca to allocate potentially large buffer.
11560 * rs6000-nat.c (child_xfer_memory): Ditto.
11561 * symm-nat.c (child_xfer_memory): Ditto.
11562 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11563
494e8a93
JSC
115642002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11565
11566 From Nick Clifton <nickc@redhat.com>
11567 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11568
d0e1d48e
MS
115692002-01-07 Michael Snyder <msnyder@redhat.com>
11570
abf22e64 11571 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11572 Don't use exec_bfd if it's NULL.
11573
290b2c7a
MK
115742002-01-06 Mark Kettenis <kettenis@gnu.org>
11575
abf22e64 11576 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11577
aef21287
AC
115782002-01-06 Andrew Cagney <ac131313@redhat.com>
11579
11580 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11581 * gnu-nat.c: Ditto.
11582
30efa627
AC
115832002-01-06 Andrew Cagney <ac131313@redhat.com>
11584
11585 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11586 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11587 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11588 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11589 z8k-coff have not been multi-arched. Update z8k-coff build
11590 status.
11591
9b4ff276
AC
115922002-01-06 Andrew Cagney <ac131313@redhat.com>
11593
11594 * MAINTAINERS: Mark a29k target as obsolete.
11595 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11596 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11597 comments.
11598 * NEWS: Note that a29k targets are obsolete.
11599 * a29k-tdep.c: Mark as obsolete.
11600 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11601 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11602 a29k-*-vxworks* targets as obsolete.
11603 * remote-adapt.c: Obsolete.
11604 * remote-eb.c: Obsolete.
11605 * remote-mm.c: Obsolete.
11606 * remote-udi.c: Obsolete.
11607 * config/a29k/a29k-udi.mt: Obsolete.
11608 * config/a29k/a29k.mt: Obsolete.
11609 * config/a29k/tm-a29k.h: Obsolete.
11610 * config/a29k/tm-vx29k.h: Obsolete.
11611 * config/a29k/vx29k.mt: Obsolete.
11612
a9011d31
AC
116132002-01-05 Andrew Cagney <ac131313@redhat.com>
11614
11615 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11616 with BFD_ENDIAN_BIG.
11617
9299404e
AC
116182002-01-05 Andrew Cagney <ac131313@redhat.com>
11619
11620 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11621 * configure, config.in: Re-generate.
11622 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11623 * defs.h: Do not include <endian.h>.
11624
7e89e357
JT
116252002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11626
11627 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11628 * config.in: Regenerate.
11629 * configure.in: Update copyright years.
11630 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11631 * configure: Regenerate.
11632 * i386bsd-nat.c: Update copyright years.
11633 (fill_gregset): Use regcache_collect.
11634 (fetch_inferior_registers): Only fetch integer registers
11635 if requested to do so. Add support for XMM registers
11636 using PT_GETXMMREGS.
11637 (store_inferior_registers): Only store integer registers
11638 if requested to do so. Add support for XMM registers
11639 using PT_SETXMMREGS.
11640 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11641 (store_inferior_registers): Remove.
11642 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11643 (fetch_elfcore_registers): New function.
11644 (i386nbsd_elfcore_fns): New.
11645 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11646 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11647 i386bsd-nat.o.
11648 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11649 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11650 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11651 * config/i386/tm-nbsd.h: Update copyright years.
11652 (HAVE_SSE_REGS): Define.
11653 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11654 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11655 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11656 (SIGCONTEXT_PC_OFFSET): Remove.
11657 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11658
a752853e
AC
116592002-01-05 Andrew Cagney <ac131313@redhat.com>
11660
11661 * configure.tgt: Remove powerpc-*-macos* target.
11662 * config/m68k/xm-mpw.h: Delete file.
11663 * config/xm-mpw.h: Delete file.
11664 * ser-mac.c: Delete file.
11665 * mpw-make.sed: Delete file.
11666 * mpw-config.in: Delete file.
11667 * mac-xdep.c: Delete file.
11668 * mac-gdb.r: Delete file.
11669 * mac-defs.h: Delete file.
11670 * mac-nat.c: Delete file.
11671 * config/powerpc/macos.mh: Delete file.
11672 * config/powerpc/macos.mt: Delete file.
11673 * config/powerpc/nm-macos.h: Delete file.
11674 * config/powerpc/tm-macos.h: Delete file.
11675 * source.c (openp, open_source_file): Remove obsolete code.
11676 * top.c (gdb_readline): Ditto.
11677 * utils.c (query): Ditto.
11678 * event-top.c (display_gdb_prompt): Ditto.
11679 * Makefile.in (ser-mac.o): Delete obsolete target.
11680 * NEWS: Update.
11681
d7449b42
AC
116822002-01-04 Andrew Cagney <ac131313@redhat.com>
11683
11684 * defs.h (BIG_ENDIAN): Delete macro definition.
11685 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11686 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11687 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11688 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11689 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11690 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11691 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11692 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11693 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11694 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11695 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11696 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11697 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11698 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11699 * gdbarch.c: Re-generate.
11700
356374e8
DJ
117012002-01-04 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11704 for core files.
11705
a2b8f8f8
JT
117062002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11707
11708 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11709
12466af9
AC
117102002-01-04 Andrew Cagney <ac131313@redhat.com>
11711
11712 * value.h (value_ptr): Delete typedef.
11713
3549ab40
JT
117142002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11715
11716 * i386nbsd-nat.c: Update copyright years.
11717 Include i386-tdep.h.
11718
fedbd091
EZ
117192002-01-04 Elena Zannoni <ezannoni@redhat.com>
11720
11721 * stabsread.c: Update copyright years.
11722
11723 From Debashis Mahata <debashis.mahata@wipro.com>:
11724 (read_struct_fields): Deal with Sun C compiler erroneous stab
11725 output for structs and unions.
fec8b34f 11726 Fix PR gdb/269.
fedbd091 11727
eb43544b
DJ
117282002-01-04 Daniel Jacobowitz <drow@mvista.com>
11729
11730 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11731 prototype.
11732
1514d34e
DJ
117332002-01-04 Daniel Jacobowitz <drow@mvista.com>
11734
11735 * cp-abi.c: Fix whitespace.
11736 (baseclass_offset): New wrapper function.
11737 * cp-abi.h (baseclass_offset): Add prototype.
11738 (struct cp_abi_ops): Add baseclass_offset pointer.
11739
11740 * valops.c (vb_match): Move to...
11741 * gnu-v2-abi.c (vb_match): here.
11742 * valops.c (baseclass_offset): Move to...
11743 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11744
11745 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11746
11747 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11748 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11749 * hpacc-abi.c (init_hpacc_ops): Likewise.
11750
7f8c9282
DJ
117512002-01-04 Daniel Jacobowitz <drow@mvista.com>
11752
11753 * valops.c (find_overload_match): Accept obj as a
11754 reference parameter. Update it before returning.
11755 * value.h (find_overload_match): Update prototype.
11756 * eval.c (evaluate_subexp_standard): Pass object to
11757 find_overload_match by reference.
11758
f23631e4
AC
117592002-01-03 Andrew Cagney <ac131313@redhat.com>
11760
11761 * valarith.c: Replace value_ptr with struct value pointer. Remove
11762 register attribute from value declarations.
11763 * valops.c: Ditto.
11764 * value.h: Ditto.
11765 * scm-lang.c (scm_lookup_name): Ditto.
11766
79e10fab 117672002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11768
79e10fab
AC
11769 Abstract the functionality of iterating over mapped memory
11770 regions into a general purpose iterator function.
abf22e64 11771 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11772 iterator for memory sections.
11773 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11774 (solib_mappings_callback): New function, callback for above.
11775 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11776 (info_mappings_callback): New function, callback for above.
11777
11778 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11779
c5ad026a
MK
117802002-01-01 Mark Kettenis <kettenis@gnu.org>
11781
d2a7c97a
MK
11782 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11783 * i386-tdep.c: Include "elf-bfd.h".
11784 (process_note_abi_tag_sections): New function.
11785 (i386_gdbarch_init): Add code to recognize various OS/ABI
11786 combinations.
11787
c5ad026a
MK
11788 * maint.c (_initialize_maint_cmds): Add missing \ in
11789 string-literal.
11790
a1a5b71e 11791For older changes see ChangeLog-2001
c906108c
SS
11792\f
11793Local Variables:
11794mode: change-log
11795left-margin: 8
11796fill-column: 74
11797version-control: never
11798End:
This page took 0.835756 seconds and 4 git commands to generate.