* config/mips/tm-irix6.h: Include solib.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d154bee2
AO
12002-10-01 Alexandre Oliva <aoliva@redhat.com>
2
3 * config/mips/tm-irix6.h: Include solib.h.
4
ed348acc
EZ
52002-10-01 Elena Zannoni <ezannoni@redhat.com>
6
7 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
8 GNU operators.
9
da0f9dcd
AC
102002-10-01 Andrew Cagney <ac131313@redhat.com>
11
12 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
13 and that "mi0" syntax has been removed.
14
bdf64bac
DC
152002-09-30 David Carlton <carlton@math.stanford.edu>
16
17 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
18 * ppc-sysv-tdep.c: #include "gdb_string.h".
19 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
20 pacify GCC.
21
54c2a1e6
AC
222002-10-01 Andrew Cagney <ac131313@redhat.com>
23
24 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
25 "vrsave"'s register number.
26
cedea778
AC
272002-09-30 Andrew Cagney <ac131313@redhat.com>
28
29 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
30 use frame_unwind_signed_register to obtain the PC.
31 (mips_frame_chain): Handle a generic dummy frame.
32 (mips_init_extra_frame_info): When a generic dummy frame, don't
33 re-compute the frame base.
34 (mips_pop_frame): Handle generic dummy frames.
35 (mips_gdbarch_init): When generic dummy frames, set
36 use_generic_dummy_frames, push_dummy_frame to
37 generic_push_dummy_frame, pc_in_call_dummy to
38 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
39 generic_save_dummy_frame_tos.
40
68315eb8
AC
412002-09-30 Andrew Cagney <ac131313@redhat.com>
42
43 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
44 against TOP when TOP was explictly set.
45 (generic_push_dummy_frame): Set TOP to zero.
46
3b8630c3
EZ
472002-09-30 Elena Zannoni <ezannoni@redhat.com>
48
49 * event-loop.c (start_event_loop): Rename variable 'result' to
50 'gdb_result', to avoid conflicts with upcoming intepreters changes.
51
28ee05e9
KS
522002-09-30 Keith Seitz <keiths@redhat.com>
53
54 * gdb-events.sh (selected_thread_changed): New event.
55 * gdb-events.c: Regenerated.
56 * gdb-events.h: Regenerated.
57
6eecb1c8
HPN
582002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
59
60 * MAINTAINERS: Add self to Write After Approval list.
61
92df71f0
FN
622002-09-30 Fernando Nasser <fnasser@redhat.com>
63
3b8630c3
EZ
64 * disasm.c: New file.
65 * disasm.h: New file.
92df71f0
FN
66 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
67 (compare_lines): Ditto.
68 (dump_insns): Ditto.
3b8630c3
EZ
69 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
70 argument.
92df71f0 71 (do_assembly_only): Ditto.
3b8630c3
EZ
72 (do_disassembly): Renamed to gdb_disassembly and moved to
73 disasm.c. Sdded uiout argument.
74 * Makefile.in: Add new files. Reorder SFILES list. Update
75 dependencies. Include libgdb.a later in the insight executable.
92df71f0 76
0c22854d
AC
772002-09-29 Andrew Cagney <ac131313@redhat.com>
78
79 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
80 bfd/elf64-alpha-fbsd.c.
81
e67f2023
AC
822002-09-29 Andrew Cagney <ac131313@redhat.com>
83
84 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
85 i386gnu-tdep.c.
86
89396210
AC
872002-09-29 Andrew Cagney <ac131313@redhat.com>
88
89 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
90 __FUNCTION__.
91 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
92 function name.
93 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
94 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
95 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
96 (S_msg_sig_post_reply): Ditto.
97
7079c36c
CV
982002-09-28 Corinna Vinschen <vinschen@redhat.com>
99
89396210
AC
100 * sh-tdep.c (sh_use_struct_convention): Use definition according
101 to ABI.
7079c36c
CV
102 (sh_push_arguments): Store in register with correct endianess.
103 (sh_default_store_return_value): Ditto.
104 (sh_gdbarch_init): Set sizeof long double to 8.
105
975ac915
MK
1062002-09-27 Mark Kettenis <kettenis@gnu.org>
107
108 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
109 Fix some whitespace problems.
110
9bbe19fb
DC
1112002-09-27 David Carlton <carlton@math.stanford.edu>
112
113 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
114 (mcore-tdep.o): Ditto.
115 (ns32k-tdep.o): Ditto.
116 (ns32knbsd-tdep.o): Ditto.
117 (sh3-rom.o): Ditto.
118 (vax-tdep.o): Ditto.
119 * cris-tdep.c: #include "gdb_string.h"
120 * mcore-tdep.c: Ditto.
121 * ns32k-tdep.c: Ditto.
122 * ns32knbsd-tdep.c: Ditto.
123 * sh3-rom.c: Ditto.
124 * vax-tdep.c: Ditto.
125
43b2fdc7
DC
1262002-09-27 David Carlton <carlton@math.stanford.edu>
127
128 * config/djgpp/fnchange.lst: Add entries for
129 gdb/testsuite/gdb.c++/m-static files.
130
e8cfbbd9
JW
1312002-09-27 Jim Wilson <wilson@redhat.com>
132
133 * MAINTAINERS: Add myself to the Write After Approval list.
134
43b2fdc7 1352002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
136
137 * mips-tdep.c (find_proc_desc): Initialize startaddr.
138
139
9f3b7f07
AC
1402002-09-26 Andrew Cagney <ac131313@redhat.com>
141
142 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
143 frame.
144
11269d7e
AC
1452002-09-26 Andrew Cagney <ac131313@redhat.com>
146
147 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
148 (rs6000_struct_return_address): Delete variable.
149 (rs6000_store_struct_return): Update.
150 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
151 deprecated_extract_struct_value_address.
152 (rs6000_frame_align): New function.
153 (rs6000_gdbarch_init): Set frame_align.
154
f15ab4a7
AC
1552002-09-26 Andrew Cagney <ac131313@redhat.com>
156
157 From Grace Sainsbury <graces@redhat.com>:
158 * Makefile.in (gdbtk-main.o): New target.
159 (gdb.o): New target.
160 (main_h): Define.
161 (main.o): Update dependencies.
162 (gdb$(EXEEXT)): Add gdb.o.
163 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
164 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
165 (SUBDIR_GDBTK_CLEAN): Set.
166 (install-gdbtk): Install the insight binary.
167 (uninstall-gdbtk): New target.
168 (all-gdbtk, clean-gdbtk): New rule.
169 * top.c (use_windows): Default to zero.
170 * main.c: Include "main.h".
171 (main): Delete.
172 (struct captured_main_args): Delete.
173 (gdb_main): New function.
174 * main.h: New file.
175 * gdb.c: New File.
176
e36180d7
AC
1772002-09-25 Andrew Cagney <cagney@redhat.com>
178
179 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
180 (frame_map_regnum_to_name): New function.
181 (frame_map_name_to_regnum): New function.
182 * frame.h (frame_map_name_to_regnum): Declare.
183 (frame_map_regnum_to_name): Declare.
184 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
185 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
186 * parse.c: Do not include "builtin-regs.h".
187 (target_map_name_to_register): Delete function.
188 (write_dollar_variable): Use frame_map_name_to_regnum.
189 * parser-defs.h (target_map_name_to_register): Delete declaration.
190 * expprint.c: Include "frame.h".
191 (print_subexp): Use frame_map_regnum_to_name.
192 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
193 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
194
8b69000d
AC
1952002-09-25 Andrew Cagney <ac131313@redhat.com>
196
197 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
198 wasn't saved, and the next innermost frame is a dummy, return the
199 dummy frame's link register.
200
046ca86a
JB
2012002-09-24 Jim Blandy <jimb@redhat.com>
202
203 Fix from Paul Breed:
204 * main.c (captured_main): Add a `break' after the case for 'b'.
205
94b66fa7
KS
2062002-09-24 Keith Seitz <keiths@redhat.com>
207
208 * varobj.c (c_type_of_child): Use get_target_type instead
209 of TYPE_TARGET_TYPE.
210
c214a6fd
FN
2112002-09-22 Fernando Nasser <fnasser@redhat.com>
212
53cb0458
FN
213 * source.c (get_current_or_default_source_symtab_and_line): Remove
214 function.
215 (set_default_source_symtab_and_line): New function. Attempts to
216 determine a source file to list lines from if one is not currently
217 defined.
218 (get_current_source_symtab_and_line): Initialize sal.pc and
219 sal.end fields.
220 (set_current_source_symtab_and_line): Mark argument as const.
221 * source.h: Update declarations and comments.
222 * linespec.c (decode_line_1): Replace call to removed routine above.
223 * stack.c (print_frame_info_base): Ditto.
224 * cli/cli-cmds.c (edit_command): Ditto.
225 (list_command): Ditto.
226
2272002-09-22 Fernando Nasser <fnasser@redhat.com>
228
229 * source.c (get_current__or_default_source_symtab_and_line): Initialize
230 sal.pc and sal.end fields.
c214a6fd
FN
231 (get_current_or_default_source_symtab_and_line): Ditto.
232 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
233 so we do not cause a new source symtab to be searched for (reverting an
234 unintentional change from the 2002-09-20 patch).
235 * scm-lang.c (scm_unpac): Ditto.
236
cc3b68a5
AC
2372002-09-21 Andrew Cagney <cagney@redhat.com>
238
239 * complaints.c (symfile_explanations): Remove new-line from
240 ``isolated_message''.
241 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
242 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
243
5835abe7
NC
2442002-09-20 Nick Clifton <nickc@redhat.com>
245
246 * NEWS: Announce that V850EA ISA is no longer supported.
247 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
248
a15ef5f5
DC
2492002-09-20 David Carlton <carlton@math.stanford.edu>
250
06ba1b39
DC
251 * Makefile.in (c-lang.o): Correct dependencies.
252 (utils.o): Gather dependencies.
253 (charset.o): Move.
a15ef5f5
DC
254 * c-lang.c: #include "gdb_string.h"
255
87885426
FN
2562002-09-20 Fernando Nasser <fnasser@redhat.com>
257
258 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
259 * cli/cli-cmds.c (list_command): New function. Implements the new
260 cli edit command.
261 (_init_cli_cmds): Add new command definition.
262 * gdb.1: Document edit command.
263 * doc/gdb.texinfo: Document edit command.
264
2652002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
266
267 * source.c: Make global variables current_source_symtab and
268 current_source_line static.
269 (list_command): Moved to cli/cli-cmds.c.
270 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
271 (get_first_line_listed): New accessor function.
272 (get_lines_to_list): New accessor function.
273 (get_current_source_symtab_and_line): New function. Retrieves the
274 position in the source code that we consider current.
275 (get_current_or_default_source_symtab_and_line): New function.
276 Like the above but attempts to determine a default position if one
277 is not currently defined.
278 (set_current_source_symtab_and_line): New function. Sets the source
279 code position considered current and returns the previously set one.
280 (clear_current_source_symtab_and_line): Reset stored information about
281 a current source line.
282 (_initialize_source): Remove registration for the "list" command and
283 its alias.
284 * source.h: Add declarations for the new functions above.
285 * symtab.h: Remove declarations for the global variables mentioned
286 above.
287 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
288 obtain current source line.
289 * linespec.c (decode_line_1): Ditto.
290 * macroscope.c (default_macro_scope): Ditto.
291 * scm-lang.c (scm_unpac): Ditto.
292 * stack.c (print_frame_info_base): Ditto.
293 * symfile.c (clear_symtab_users): Ditto.
294 * symtab.c (decode_line_spec): Ditto.
295 * cli/cli-cmds.c (list_command): Moved here from source.c.
296 (ambiguous_line_spec): Moved here from source.c.
297 (_init_cli_cmds): Add definition for "list" and its alias.
298 * Makefile.in: Update dependencies.
299
ddd216ea
CV
3002002-09-20 Corinna Vinschen <vinschen@redhat.com>
301
302 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
303 with what gcc thinks is correct.
304
6d305052
CV
3052002-09-20 Corinna Vinschen <vinschen@redhat.com>
306
307 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
308 multiple register push instruction.
309
234b45d4
KB
3102002-09-19 Jim Blandy <jimb@redhat.com>
311
312 Add support for distinct host and target character sets.
313 * charset.c, charset.h: New files.
314 * c-exp.y: #include "charset.h".
315 (yylex): Convert character and string literals to the target
316 character set, before returning them as the semantic value of the
317 token.
318 * c-lang.c: #include "charset.h".
319 (c_emit_char): Use charset-specific methods to recognize
320 characters with backslash escape forms, to decide which characters
321 to print literally and which to print using numeric escape
322 sequences, and to convert target characters to host characters
323 before printing.
324 * utils.c: #include "charset.h".
325 (no_control_char_error): New function.
326 (parse_escape): Use charset-specific methods to recognize
327 backslash escapes, parse `control character' notation, and convert
328 characters from the host character set to the target character set.
329 * configure.in: Set the default host character set.
330 Check where to find iconv, and what its argument types might be.
331 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
332 * Makefile.in (SFILES): List charset.c.
333 (COMMON_OBS): List charset.o.
334 (charset.o): New rule.
335 (charset_h): New header dependency variable.
336 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
337 (LIBICONV): New variable, set by configure.
338 (CLIBS): Include $(LIBICONV) here.
339 * aclocal.m4, config.in, configure: Regenerated.
340
525d6a61
JB
3412002-09-19 Joel Brobecker <brobecker@gnat.com>
342
343 * ada-exp.y: Add missing semicolons to end rules. Fixes a
344 bison 1.35 warning.
345
3ed93867
RE
3462002-09-19 Richard Earnshaw <rearnsha@arm.com>
347
348 * gdb_mbuild.sh: New file.
349
437666f8
AC
3502002-09-19 Andrew Cagney <ac131313@redhat.com>
351
352 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
353
389e51db
AC
3542002-09-18 Andrew Cagney <ac131313@redhat.com>
355
356 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
357 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
358 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
359 valops.c, value.h: Revert previous change.
360
3b4efeaa
MS
3612002-09-18 Michael Snyder <msnyder@redhat.com>
362
363 Preliminary support for Objective-C:
364 * defs.h (language_objc): New enum value.
365 (puts_filtered_tabular): Declaration only, exported from utils.c.
366 (skip_quoted): Delete, declared in completer.h.
367 * c-exp.y: Include completer.h.
368 * p-exp.y: Ditto.
369 * jv-exp.y: Ditto.
370 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
371 New operator enum values.
372 * language.h (CAST_IS_CONVERSION): Test for language_objc.
373 * language.c (binop_result_type): Handle language_objc case.
374 (integral_type, character_type, string_type, boolean_type,
375 structured_type, binop_type_check): Ditto.
376 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
377 (struct objc_specific): Add to general_symbol_info.
378 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
379 (SYMBOL_DEMANGLED_NAME): Handle objc case.
380 * parser-defs.h (struct objc_class_str): New struct type.
381 (start_msglist, end_msglist, add_msglist): Declaration only,
382 exported from objc-lang.c.
383 * value.h (value_of_local, value_nsstring,
384 call_function_by_hand_expecting_type): Exported from valops.c.
385 * valops.c (find_function_addr): Export.
386 (call_function_by_hand_expecting_type): New function.
387 (value_of_local): New function.
388 * symfile.c (init_filename_language_table): Add ".m" extension
389 for Objective-C.
390 * utils.c (puts_filtered_tabular): New function.
391 (fprintf_symbol_filtered): Add objc demangling support (disabled).
392 (set/show demangle): Extend help-string to refer to ObjC.
393 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
394 * stabsread.c (symbol_reference_defined): Objective-C symbols
395 may contain colons: make allowances when scanning stabs strings
396 for colons.
397 (objc_find_colon): New function.
398 * printcmd.c (address_info): If language == objc then print
399 "self" instead of "this".
400 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
401 OP_NSSTRING, and OP_SELF.
402 (prefixify_subexp): Ditto.
403 * source.c (print_source_lines): Mention objc in comment.
404 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
405 method names.
406
b9caf505
AC
4072002-09-18 Andrew Cagney <ac131313@redhat.com>
408
409 * complaints.h: Update copyright.
410 (struct complaints): Declare.
411 (struct complaint): Make `message' constant.
412 (internal_complaint): Declare.
413 (complaint): Declare.
414 (complaint_root): Delete declaration.
415 (symfile_complaints): Delete declaration.
416 (struct complaints): Add opaque declaration.
417 (clear_complaints): Add a complaints parameter.
418 * complaints.c: Update copyright.
419 (enum complaint_series): Define.
420 (complaint_root): Delete.
421 (struct complaints): Define.
422 (complaint_sentinel, symfile_complaint_book): New variables.
423 (symfile_explanations, symfile_complaints): New variables.
424 New variables.
425 (get_complaints): New function.
426 (vcomplaint): New function.
427 (complaint): New function.
428 (internal_complaint): New function.
429 (complain): Call vcomplain with symfile_complaint.
430 (clear_complaints): Rewrite.
431 (_initialize_complaints): Use add_setshow_command.
432 * Makefile.in (complaints.o): Update dependencies.
433 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
434 to call to clear_complaints.
435 (new_symfile_objfile, reread_symbols): Ditto.
436 (oldsyms_complaint): Delete.
437 (empty_symtab_complaint, unknown_option_complaint): Delete.
438 (free_named_symtabs): Use complaint instead of complain.
439
d2e6263c
MS
4402002-09-18 Michael Snyder <msnyder@redhat.com>
441
5fb2031a
AC
442 Contributed by Apple Computer, Inc. Merged with current sources
443 by Adam Fedor <fedor@doc.com> [cagney].
444
d2e6263c
MS
445 * objc-lang.c: First clean-up round: comments, indentation.
446 * objc-lang.h: Ditto.
447 * objc-lang.y: Ditto.
448
dec43320
AC
4492002-09-18 Andrew Cagney <ac131313@redhat.com>
450
451 * maint.c (maintenance_internal_error): Print the parameter as the
452 error message.
453 (maintenance_internal_warning): New function.
454 (_initialize_maint_cmds): Add command `maint internal-warning'.
455
456 * defs.h (internal_warning, internal_vwarning): Declare.
457 * utils.c (struct internal_problem): Define.
458 (internal_vproblem): New function.
459 (internal_warning): New function.
460 (internal_vwarning): New function.
461 (internal_warning_problem, internal_error_problem): New variables.
462 (internal_verror): Just call internal_vproblem.
463
b81654f1
MS
4642002-09-18 Michael Snyder <msnyder@redhat.com>
465
466 * objc-lang.c: New file, support for Objective-C.
467 Preliminary check-in, not yet integrated into gdb.
468 * objc-lang.h: New file.
469 * objc-exp.y: New file.
470
0542c381
AC
4712002-09-18 Andrew Cagney <ac131313@redhat.com>
472
7bda5e4a
AC
473 * infrun.c (signal_stop_update): Convert definition to ISO C.
474 (signal_print_update): Ditto.
475 (signal_pass_update): Ditto.
476 * inflow.c (terminal_save_ours): Ditto.
477
5247b418
AC
478 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
479 comments.
480
fc60962c
AC
481 * config/djgpp/fnchange.lst: Handle name clashes between
482 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
483 bfd/coff-tic80.c.
484
0542c381
AC
485 * i386-linux-tdep.h: Fix tipo.
486
5b924b9b
AF
4872002-09-18 Adam Fedor <fedor@gnu.org>
488
489 * MAINTAINERS: Add myself to the Write After Approval list.
490
5afc051b
JB
4912002-09-18 Jim Blandy <jimb@redhat.com>
492
493 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
494 texthigh and textlow to reader-specific structs caused
495 objfile_relocate to miss them. This is fixable, but the work that
496 the change was supposed to prepare GDB for never got done anyway.
497
eb944380
DC
4982002-09-18 David Carlton <carlton@math.stanford.edu>
499
500 * MAINTAINERS: Alphabetize Write After Approval list.
501
948e66d9
DJ
5022002-09-18 Daniel Jacobowitz <drow@mvista.com>
503
504 Fix PR gdb/709
505 * values.c (value_static_field): Call read_var_value.
506
dc604539
AC
5072002-09-18 Andrew Cagney <ac131313@redhat.com>
508
509 * valops.c (hand_function_call): Align the initial stack pointer
510 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
511 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
512 return value.
513 * mips-tdep.c (mips_frame_align): New function.
514 (mips_gdbarch_init): Set frame_align.
515 * gdbarch.sh (FRAME_ALIGN): New method.
516 * gdbarch.h, gdbarch.c: Re-generate.
517
cb7e422f
ML
5182002-09-18 Michal Ludvig <mludvig@suse.cz>
519
520 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
521 registers.
522
a094c6fb
AC
5232002-09-17 Andrew Cagney <ac131313@redhat.com>
524
525 * NEWS: Mention that MIPS $fp behavior changed.
526 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
527 reference to FP_REGNUM.
528 (mipsnbsd_cannot_store_register): Ditto.
529 * mips-linux-nat.c: Update copyright.
530 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
531 (mips_linux_cannot_store_register): Ditto.
532 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
533 * config/mips/tm-mips.h: Update copyright.
534 (FP_REGNUM): Delete macro.
535 (MIPS_REGISTER_NAMES): Replace "fp" with "".
536 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
537 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
538 (mips_r3041_reg_names, mips_r3051_reg_names)
539 (mips_r3081_reg_names): Replace "fp" with "".
540 Fix PR gdb/480.
541
45cf40d1
TR
5422002-09-17 Theodore A. Roth <troth@verinet.com>
543
544 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
545 generic_read_register_dummy() (PR gdb/703).
546 (avr_push_return_address): #if 0 out unused vars.
547 (avr_gdbarch_init): Enable use of avr_push_return_address().
548
c7e701b5
MS
5492002-09-17 Michael Snyder <msnyder@redhat.com>
550
d76ba2a5 551 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
552 RTE will take care of it.
553
20bcf01c
AC
5542002-09-17 Andrew Cagney <ac131313@redhat.com>
555
556 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
557 invalid, return SP_REGNUM.
558
009a9971 5592002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
560
561 * mips-tdep.c (mips_pop_frame): Read saved values of floating
562 point registers without sign extension.
563
135c175f
AC
5642002-09-17 Andrew Cagney <cagney@redhat.com>
565
566 * blockframe.c (deprecated_read_register_dummy): Rename
567 generic_read_register_dummy.
568 * frame.c (frame_unwind_signed_register): New function.
569 (frame_unwind_unsigned_register): New function.
570 * frame.h (frame_unwind_signed_register): Declare.
571 (frame_unwind_unsigned_register): Declare.
572 (deprecated_read_register_dummy): Rename
573 generic_read_register_dummy.
574
575 * h8300-tdep.c (h8300_frame_chain): Update.
576 (h8300_frame_saved_pc): Update.
577 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
578 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
579 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
580 (s390_frame_chain): Update.
581 * v850-tdep.c (v850_find_callers_reg): Update.
582 (v850_frame_saved_pc): Update.
583 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
584 (m32r_find_callers_reg): Update.
585 (m32r_frame_saved_pc): Update.
586 * sh-tdep.c (sh_find_callers_reg): Update.
587 (sh64_get_saved_pr): Update.
588 (sh_init_extra_frame_info): Update.
589 (sh_init_extra_frame_info): Update.
590 (sh64_init_extra_frame_info): Update.
591 (sh64_init_extra_frame_info): Update.
592 * mcore-tdep.c (mcore_find_callers_reg): Update.
593 (mcore_frame_saved_pc): Update.
594 (mcore_init_extra_frame_info): Update.
595 * i386-tdep.c (i386_frame_saved_pc): Update.
596 * ia64-tdep.c (ia64_frame_saved_pc): Update.
597 (ia64_init_extra_frame_info): Update.
598 (ia64_init_extra_frame_info): Update.
599 * d10v-tdep.c (d10v_frame_saved_pc): Update.
600 * cris-tdep.c (cris_init_extra_frame_info): Update.
601 * avr-tdep.c (avr_frame_chain): Update.
602 (avr_init_extra_frame_info): Update.
603 (avr_frame_saved_pc): Update.
604 * arm-tdep.c (arm_find_callers_reg): Update.
605 (arm_init_extra_frame_info): Update.
606 (arm_frame_saved_pc): Update.
607
a741e514
TT
6082002-09-17 Tom Tromey <tromey@redhat.com>
609
610 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
611 is "'".
612
d1a8e808
CV
6132002-09-17 Corinna Vinschen <vinschen@redhat.com>
614
615 * MAINTAINERS: Remove "non multi-arched" text from h8300.
616 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
617 NEXT_PROLOGUE_INSN.
618 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
619 NEXT_PROLOGUE_INSN.
620
d9025a18
JB
6212002-09-16 Joel Brobecker <brobecker@gnat.com>
622
623 * osfsolib.c: Remove file, replaced by solib-osf.c.
624 * Makefile.in: Remove compilation rules for osfsolib.c.
625
1b2ef1b6
DC
6262002-09-16 David Carlton <carlton@math.stanford.edu>
627
628 * cp-valprint.c (cp_print_class_method): Correct args to
629 check_stub_method_group.
630
928e48af
CV
6312002-09-16 Corinna Vinschen <vinschen@redhat.com>
632
633 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
634 `set architecture'. Unify naming convention of functions.
635 (h8300_skip_prologue): Improve prologue analysis.
636 (h8300_push_arguments): Rewritten to more closely match GCC's
637 bizarre argument-passing behavior, along with the comment describing
638 said behavior.
639 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
640 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
641 sim, remote-e7000.c, remote-hms.c and remote.c
642
5e3397bb
MK
6432002-09-15 Mark Kettenis <kettenis@gnu.org>
644
645 * i386-tdep.c (gdb_print_insn_i386): Removed.
646 (i386_print_insn): New function.
647 (i386_gdbarch_init): Set print_insn to i386_print_insns.
648 (_initialize_i386_tdep): Don't initialize tm_print_insn and
649 tm_print_insn_info.
650
f710f4fc
MK
6512002-09-14 Mark Kettenis <kettenis@gnu.org>
652
653 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
654 zero.
655
db54fef4
CV
6562002-09-14 Corinna Vinschen <vinschen@redhat.com>
657
658 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
659 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
660 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
661
2becadee
CF
6622002-09-13 Christopher Faylor <cgf@redhat.com>
663
664 * win32-nat.c (child_create_inferior): Honor 'tty' command.
665
de17c821
DJ
6662002-09-13 Daniel Jacobowitz <drow@mvista.com>
667
668 * gdbtypes.c (check_stub_method): Make static.
669 (check_stub_method_group): New function.
670 * gdbtypes.h: Update prototypes.
671 * cp-support.c: New file.
672 * cp-support.h: New file.
673
674 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
675 (update_method_name_from_physname): New function.
676 (read_member_functions): Correct method names for operators
677 and v3 constructors/destructors. Separate v2 constructors and
678 destructors.
679 * Makefile.in (stabsread.o): Update dependencies.
680 (SFILES): Add cp-support.c.
681 (COMMON_OBS): Add cp-support.o.
682 (cp_support_h, cp-support.o): Add.
683
684 * cp-valprint.c (cp_print_class_method): Call
685 check_stub_method_group instead of check_stub_method. Remove
686 extraneous QUITs.
687 * p-valprint.c (pascal_object_print_class_method): Likewise.
688 * valops.c (search_struct_method): Likewise.
689 (find_method_list, value_struct_elt_for_reference): Likewise.
690
e76cff22
AC
6912002-09-13 Andrew Cagney <cagney@redhat.com>
692
693 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
694 * gdbarch.h, gdbarch.c: Regenerate.
695
905abb3f
AC
6962002-09-13 Andrew Cagney <ac131313@redhat.com>
697
698 * frame.c (find_saved_register): Delete function.
699 * frame.h (find_saved_register): Delete declaration.
700 Fix PR gdb/631.
701
64159455
AC
702Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
703
704 * mips-tdep.c (read_next_frame_reg): Re-hack using
705 frame_register_unwind.
706
795e1e11
AC
707Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
708
709 * mips-tdep.c (mips_get_saved_register): Re-hack using
710 frame_register_unwind.
711
5720643c
JB
7122002-09-12 Joel Brobecker <brobecker@gnat.com>
713
714 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
715 vector. Will be useful for Interix.
716 * gdbarch.h, gdbarch.c: Regenerate.
717
718 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
719 name of the malloc function by NAME_OF_MALLOC.
720
3bada2a2
JB
7212002-09-12 Joel Brobecker <brobecker@gnat.com>
722
723 * value.h (find_function_in_inferior): Add const keyword to
724 one of the parameters. Allows us to invoke this function with
725 a const char *.
726 * valops.c (find_function_in_inferior): Likewise.
727
3db26b01
JB
7282002-09-12 Joel Brobecker <brobecker@gnat.com>
729
730 * exec.c (xfer_memory): Fix compilation warning with old versions
731 of GCC.
732 * tracepoint.c (trace_find_tracepoint_command): Likewise.
733
17c5ed2c
DC
7342002-09-12 David Carlton <carlton@math.stanford.edu>
735
736 * symtab.h: Run through gdb_indent.h.
737 Add 2002 to Copyright year list.
738
ecd1107e
AM
7392002-09-12 Alan Modra <amodra@bigpond.net.au>
740
741 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
742 mach constants.
743 * MAINTAINERS: Add myself to write after approval list.
744
e64f66d1
JB
7452002-09-11 J. Brobecker <brobecker@gnat.com>
746
747 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
748
f9395794
JB
7492002-09-11 J. Brobecker <brobecker@gnat.com>
750
751 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
752 Interix.
753
1a303dec
MS
7542002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
755
756 * procfs.c (do_detach): Clear current signal, not just fault.
757 Corrects problem with breakpoint trap signal leaking to detached
758 process on Tru64.
759
c0219d42
MS
7602002-09-10 Michael Snyder <msnyder@redhat.com>
761
762 * buildsym.c (finish_block): Protect against null pointer.
763
9d84ac84
AC
7642002-09-10 Andrew Cagney <cagney@redhat.com>
765
766 * infcmd.c (default_print_registers_info): Send all output to
767 ``file'' instead of ``gdb_stdout''.
768
77d8f2b4
MS
7692002-09-10 Michael Snyder <msnyder@redhat.com>
770
771 * mips-tdep.c (mips_extract_struct_value_address): Make val a
772 LONGEST, and use signed register read (addresses are sign-
773 extended for mips).
774
99656a61
SC
7752002-09-10 Stephane Carrez <stcarrez@nerim.fr>
776
777 * event-loop.c (gdb_do_one_event): Make public.
778 * event-loop.h (gdb_do_one_event): Declare.
779
da12f4d8
JL
7802002-09-10 Jeff Law <law@redhat.com>
781
782 * infttrace.c (child_resume): Simplify and rework to avoid
783 TT_PROC_CONTINUE.
784
d0aee0c4
FF
7852002-09-09 Fred Fish <fnf@intrinsity.com>
786
787 * printcmd.c (print_scalar_formatted): "len" is the number of
788 target bytes, NOT the number of target bits.
789
7cb3ec5e
EZ
7902002-09-09 Elena Zannoni <ezannoni@redhat.com>
791
792 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
793 * top.c (init_main): Set rl_terminal_name.
794
4dc81987
AS
7952002-09-08 Aidan Skinner <aidan@velvet.net>
796
797 * ada-lang.c (ada_array_bound, ada_type_match,
798 _initialize_ada_language): Fix K&R definitions.
799 * ada-tasks.c (get_current_task): Fix K&R definitions.
800 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
801
842330b4
CF
8022002-09-07 Christopher Faylor <cgf@redhat.com>
803
804 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
805 Add XP.
806
43156d82
MK
8072002-09-06 Mark Kettenis <kettenis@gnu.org>
808
66da5fd8
MK
809 * i386-tdep.c (i386_register_virtual_type,
810 i386_register_convertible, i386_register_convert_to_virtual,
811 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
812 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
813 (i386_gdbarch_init): Fix comment. Add comments on calls that set
814 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
815 Don't set push_arguments twice.
816
4b218c18
MK
817 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
818 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
819 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
820 sigtramp_end to NULL.
821 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
822 defines.
823 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
824
4cc314d5
MK
825 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
826 whitespace.
827
43156d82
MK
828 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
829 * gdbarch.h, gdbarch.c: Re-generate.
830 * blockframe.c (find_pc_sect_partial_function): Convert to use
831 SIGTRAMP_START_P predicate.
832
6672060b
MS
8332002-09-05 Michael Snyder <msnyder@redhat.com>
834
a90c3637
MS
835 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
836 generic_dummy_frame method and old method. Also distinguish
837 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 838 (arm_extract_return_value): Use new regcache method.
a90c3637 839
6672060b
MS
840 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
841 adjustment that doesn't conform to the ABI.
842 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
843 saved regcache, not from current regcache.
844
299ffc64
AC
8452002-09-05 Andrew Cagney <ac131313@redhat.com>
846
847 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
848 * README: Update.
849
a3a2ee65
JT
8502002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
851
852 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
853 if arm_apcs_32 is false.
854
2bc7eea9
AC
8552002-09-04 Andrew Cagney <ac131313@redhat.com>
856
857 GDB 5.3 branch created.
858
8a55a7c5
TR
8592002-09-03 Theodore A. Roth <troth@verinet.com>
860
861 * gdb/avr-tdep.c (avr_gdbarch_init): Use
862 generic_unwind_get_saved_register.
863
e26fb1d7
DC
8642002-09-03 David Carlton <carlton@math.stanford.edu>
865
866 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
867 argument (PR gdb/653). Update call to smash_to_method_type.
868 (read_structure_scope): Update call to dwarf2_add_member_fn.
869
30d52491
ML
8702002-09-03 Michal Ludvig <mludvig@suse.cz>
871
872 * x86-64-linux-tdep.c: Include gdb_string.h
873 * x86-64-linux-nat.c: Ditto.
874
06891d83
JT
8752002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
876
877 * ada-exp.y (yyname, yyrule): Remap global variables that appear
878 when YYDEBUG is set to 1.
879 * c-exp.y: Likewise.
880 * f-exp.y: Likewise.
881 * jv-exp.y: Likewise.
882 * m2-exp.y: Likewise.
883 * p-exp.y: Likewise.
884
7d400e77
JT
8852002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
886
887 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
888 dependency list.
889 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
890 solib_svr4_fetch_link_map_offsets to
891 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
892 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
893 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
894 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
895 solib-svr4.o, and solib-legacy.o.
896 * config/i386/tm-nbsd.h: Include solib.h.
897
704a27c4
JT
8982002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
899
900 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
901 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
902 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
903 comment noting that this needs its own target configuration.
904 * config/i386/nbsd.mt: New file.
905 * config/i386/nbsdaout.mt: Remove.
906 * config/i386/nbsdelf.mt: Ditto.
907 * config/i386/tm-nbsdaout.h: Ditto.
908
d66198e1
JT
9092002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
910
911 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
912 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
913 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
914 tdep->sigtramp_end.
915 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
916 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
917 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
918
3cac699e
JT
9192002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
920
921 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
922 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
923 * i386-tdep.h (i386bsd_init_abi): New prototype.
924 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
925 function declaration.
926 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
927 for NetBSD-a.out or NetBSD-ELF.
928 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
929 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
930 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
931 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
932 and nbsd-tdep.h.
933 (i386nbsd_pc_in_sigtramp): New function.
934 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
935 i386nbsd_pc_in_sigtramp.
936 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
937 and i386nbsdelf_init_abi OS ABI handlers.
938 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
939 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
940
7010ca0a
MK
9412002-09-02 Mark Kettenis <kettenis@gnu.org>
942
943 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
944 registers if the target really has them.
945
6dd93b72
JT
9462002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
947
948 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
949 than nbsd-tdep.h.
950
2ca8ae21
JT
9512002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
952
953 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
954 list.
955 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
956 (alphanbsd_skip_sigtramp_frame): New functions.
957 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
958 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
959 to alphanbsd_sigcontext_addr.
960
3d9b49b0
JT
9612002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
962
963 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
964 list.
965 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
966 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
967 nbsd_pc_in_sigtramp.
968 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
969 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
970 * nbsd-tdep.c: Include gdb_string.h.
971 (nbsd_pc_in_sigtramp): New function.
972 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
973 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
974 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
975 ppcnbsd_pc_in_sigtramp.
976 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
977 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
978 shnbsd_pc_in_sigtramp.
979 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
980 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
981 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
982
c860120c
PM
9832002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
984
985 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
986 watchpoints to NULL.
987 (insert_breakpoints): set val field of watchpoints if NULL.
988
989
c7612d53
JB
9902002-08-29 Jim Blandy <jimb@redhat.com>
991
992 * symtab.c (lookup_symbol_aux): In the cases where we find a
993 minimal symbol of an appropriate name and use its address to
994 select a symtab to read and search, use `name' (as passed to us)
995 as the demangled name when searching the symtab's global and
996 static blocks, not the minsym's name.
997
66609862
KS
9982002-08-29 Keith Seitz <keiths@redhat.com>
999
1000 * stack.c (print_frame_info_base): Always set current_source_symtab
1001 and current_source_line.
1002
151fefe2
JB
10032002-08-29 Donn Terry <donnte@microsoft.com>
1004
1005 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1006
bfb3754e
KS
10072002-08-28 Keith Seitz <keiths@redhat.com>
1008
1009 * stack.c (select_frame): Add FIXME concerning selected-frame
1010 events.
1011 (select_frame_command): Send selected-frame-level-changed
1012 event notification, but only if the level actually changed.
1013 (up_silently_base): Add selected-frame-level-changed event
1014 notification.
1015 (down_silently_base): Likewise.
1016
e822a2a0
AC
10172002-08-28 Andrew Cagney <ac131313@redhat.com>
1018
1019 * Makefile.in: Update dependencies for all gdb/*.c files.
1020
309367d4
TT
10212002-08-27 Tom Tromey <tromey@redhat.com>
1022
1023 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1024 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1025 Update dependencies.
1026 * i387-tdep.c: Include gdb_string.h.
1027 * osabi.c: Likewise.
1028 * i386-linux-nat.c: Likewise.
1029 * lin-lwp.c: Likewise.
1030 * ax-gdb.c: Likewise.
1031 * signals/signals.c: Likewise.
1032 * jv-valprint.c: Likewise.
1033 * p-lang.c: Likewise.
1034 * c-valprint.c: Likewise.
1035 * cp-abi.c: Likewise.
1036
e1507482
EZ
10372002-08-27 Elena Zannoni <ezannoni@redhat.com>
1038
1039 * cli/cli-script.h (copy_command_lines): Export.
1040 * breakpoint.c: Include cli/cli-script.h.
1041 * Makefile.in (breakpoint.o): Update dependencies.
1042
c6510018
MS
10432002-08-26 Michael Snyder <msnyder@redhat.com>
1044
1045 * breakpoint.c (insert_breakpoints): Protect all references
1046 to 'process_warning'. Shorten long lines.
1047
c2b8ed2c
MS
10482002-08-26 Joel Brobecker <brobecker@gnat.com>
1049
1050 * cli/cli-script.c (copy_command_lines): New function.
1051 * defs.h (copy_command_lines): Export.
1052 * testsuite/gdb.base/commands.exp: New tests for commands
1053 attached to a temporary breakpoint, and for commands that
1054 delete the breakpoint they are attached to.
1055
10562002-08-26 Michael Snyder <msnyder@redhat.com>
1057
1058 * breakpoint.c (bpstat_stop_status): Instead of copying the
1059 pointer to the breakpoint commands struct, make a new copy
1060 of the struct and point to that.
1061 (bpstat_clear): Free the commands struct.
1062 (bpstat_clear_actions): Free the commands struct.
1063 (bpstat_do_actions): Free the command actions. Also execute
1064 the local cleanups, instead of deleting them.
1065 (delete_breakpoint): Leave the commands field of the bpstat
1066 chain alone -- it will be freed later.
1067
64b84175
KB
10682002-08-26 Kevin Buettner <kevinb@redhat.com>
1069
1070 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1071 deleted in 2002-08-20 commit. This function is still used by
1072 ppc-linux-nat.c.
1073
55970da6
KS
10742002-08-26 Keith Seitz <keiths@redhat.com>
1075
1076 * gdb-events.sh: Add selected-frame-level-changed event.
1077 * gdb-events.c: Regenerated.
1078 * gdb-events.h: Regenerated.
1079
a790ad35
SC
10802002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1081
1082 Fix PR gdb/393:
1083 * inflow.c (terminal_save_ours): New function to save terminal
1084 settings.
1085 * inferior.h (terminal_save_ours): Declare.
1086 * target.c (debug_to_terminal_save_ours): New function.
1087 (cleanup_target): Defaults to_terminal_save_ours.
1088 (update_current_target): Inherit to_terminal_save_ours.
1089 (setup_target_debug): Set to_terminal_save_ours.
1090 * target.h (target_terminal_save_ours): New to save terminal settings.
1091 (target_ops): New member to_terminal_save_ours.
1092 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1093 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1094 * inftarg.c (init_child_ops): Likewise.
1095 * m3-nat.c (init_m3_ops): Likewise.
1096 * procfs.c (init_procfs_ops): Likewise.
1097 * wince.c (init_child_ops): Likewise.
1098 * win32-nat.c (init_child_ops): Likewise.
1099 * sol-thread.c (init_sol_thread_ops): Likewise.
1100
c00dcbe9
MK
11012002-08-26 Mark Kettenis <kettenis@gnu.org>
1102
3d7f4f49
MK
1103 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1104 use regcache_* functions.
1105 (i386_gdbarch_init): Set store_return_value instead of
1106 deprecated_store_return_value.
1107
c00dcbe9
MK
1108 * regcache.c (regcache_raw_write_signed,
1109 regcache_raw_write_unsigned): New functions.
1110 * regcache.h (regcache_raw_write_signed,
1111 regcache_raw_write_unsigned): New prototypes.
1112
0e0d15ca
AC
11132002-08-25 Andrew Cagney <ac131313@redhat.com>
1114
1115 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1116 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1117 source file dependencies. Cleanup corresponding generator rules.
1118
d3b22ed5
AC
11192002-08-25 Andrew Cagney <ac131313@redhat.com>
1120
1121 * regcache.h (register_offset_hack): Declare.
1122 (regcache_cooked_read_using_offset_hack): Declare.
1123 (regcache_cooked_write_using_offset_hack): Declare.
1124
1125 * regcache.c (register_offset_hack): New function.
1126 (regcache_cooked_read_using_offset_hack): New function.
1127 (regcache_cooked_write_using_offset_hack): New function.
1128 (regcache_dump): Check that the registers, according to their
1129 offset, are packed hard against each other.
1130 (cooked_xfer_using_offset_hack): New function.
1131
bb425013
AC
11322002-08-25 Andrew Cagney <ac131313@redhat.com>
1133
1134 * regcache.c (struct regcache_descr): Add field register_type.
1135 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1136 in as a parameter
1137 (init_regcache_descr): Initialize register_type. Pass the descr
1138 to init_legacy_regcache_descr. Use register_type instead of
1139 REGISTER_VIRTUAL_TYPE.
1140 (register_type): New function.
1141 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1142 * regcache.h (register_type): Declare.
1143
d0403e00
AC
11442002-08-25 Andrew Cagney <ac131313@redhat.com>
1145
1146 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1147 instead of deprecated_store_return_value. Fix fallout from
1148 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1149
0ed04cce
AC
11502002-08-25 Andrew Cagney <ac131313@redhat.com>
1151
1152 * regcache.c (max_register_size): New function.
1153 (init_legacy_regcache_descr): Ensure that max_register_size is
1154 large enough for REGISTER_VIRTUAL_SIZE.
1155 * regcache.h (max_register_size): Declare.
1156
46d79c04
AC
11572002-08-24 Andrew Cagney <ac131313@redhat.com>
1158
1159 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1160 store_return_value.
1161 (e500_extract_return_value): Change type of valbuf pointer to
1162 void.
1163
853c7bd0
MK
11642002-08-24 Mark Kettenis <kettenis@gnu.org>
1165
cd87e769
MK
1166 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1167 workaround.
1168
853c7bd0
MK
1169 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1170 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1171 long long) to prevent compiler warning on 64-bit systems.
1172
ebba8386
AC
11732002-08-23 Andrew Cagney <cagney@redhat.com>
1174
1175 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1176 (DEPRECATED_STORE_RETURN_VALUE): New method.
1177 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1178 * gdbarch.h, gdbarch.c: Re-generate.
1179
1180 * values.c (set_return_value): Pass current_regcache to
1181 STORE_RETURN_VALUE.
1182 * arch-utils.h (legacy_store_return_value): Declare.
1183 * arch-utils.c (legacy_store_return_value): New function.
1184 (legacy_extract_return_value): Update parameters.
1185
1186 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1187 STORE_RETURN_VALUE.
1188 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1189 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1190 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1191 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1192 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1193 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1194 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1195 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1196 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1197 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1198
1199 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1200 * i386-tdep.c (i386_extract_return_value): Update.
1201 * arch-utils.c (legacy_extract_return_value): Update.
1202 * frv-tdep.c (frv_gdbarch_init): Update.
1203 * cris-tdep.c (cris_gdbarch_init): Update.
1204 * d10v-tdep.c (d10v_gdbarch_init): Update.
1205 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1206 * m68k-tdep.c (m68k_gdbarch_init): Update.
1207 * mcore-tdep.c (mcore_gdbarch_init): Update.
1208 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1209 * s390-tdep.c (s390_gdbarch_init): Update.
1210 * sparc-tdep.c (sparc_gdbarch_init): Update.
1211 * sh-tdep.c (sh_gdbarch_init): Update.
1212 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1213 * v850-tdep.c (v850_gdbarch_init): Update.
1214 * avr-tdep.c (avr_gdbarch_init): Update.
1215 * ia64-tdep.c (ia64_gdbarch_init): Update.
1216 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1217 * vax-tdep.c (vax_gdbarch_init): Update.
1218 * alpha-tdep.c (alpha_gdbarch_init): Update.
1219 * arm-tdep.c (arm_gdbarch_init): Update.
1220 * mips-tdep.c (mips_gdbarch_init): Update.
1221 * i386-tdep.c (i386_gdbarch_init): Update.
1222
5bd8c6d0
AC
12232002-08-23 Andrew Cagney <ac131313@redhat.com>
1224
1225 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1226 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1227
e73e1724
MK
12282002-08-24 Mark Kettenis <kettenis@gnu.org>
1229
1230 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1231 problems.
1232
3e6564e1
JB
12332002-08-23 Joel Brobecker <brobecker@gnat.com>
1234
1235 * infrun.c (handle_inferior_event): Move a comment outside of a
1236 function call, in order to avoid indent reformatting this part
1237 of the code in an unreadable way.
1238
81d0cc19
GS
12392002-08-23 Grace Sainsbury <graces@redhat.com>
1240
1241 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1242 when breakpoints fail. Move general breakpoint error messages to
1243 insert_breakpoints.
1244 * breakpoint.c (insert_breakpoints): Change warnings when
1245 breakpoints are nto inserted to specify the type. Remove call to
1246 memory_error when hardware breakpoints can't be inserted. Remove
1247 multiple calls to warning so all messages are sent to the user at
1248 once.
1249 (delete_breakpoints): Make insert error messsages more explicit.
1250
17574093
DJ
12512002-08-23 Daniel Jacobowitz <drow@mvista.com>
1252
1253 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1254 gdbserver/ChangeLog.
1255
8acc2935
MK
12562002-08-23 Mark Kettenis <kettenis@gnu.org>
1257
dfe01d39
MK
1258 * i386-tdep.c: Include "objfiles.h".
1259 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1260 skip_trampoline_code.
1261 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1262 (CPLUS_MARKER): Define to '.'.
1263
8acc2935
MK
1264 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1265 member.
1266 (linux_corefile_thread_callback): Increase args->num_notes.
1267 (linux_make_note_section): Initialize thread_args.num_notes, and
1268 use it to determine whether notes for any threads were created.
1269
151fefe2 12702002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1271
1272 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1273 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1274 and PCUNKILL.
1275 (write_with_trace): Conditionalize out the switch branch handling
1276 PCSHOLD if the corresponding macro is not defined. Likewise for
1277 PRSABORT and PRSTOP.
1278 This change will be needed by the Interix port.
1279
e1507482
EZ
12802002-08-22 Elena Zannoni <ezannoni@redhat.com>
1281
1282 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1283 write_register wherever possible instead of manipulating the
1284 register bytes directly.
1285 Assign VALUE_CONTENTS to a variable and use that.
1286 The GPR numbers are now dependent on the architecture.
1287
96ff0de4
EZ
12882002-08-22 Elena Zannoni <ezannoni@redhat.com>
1289
1290 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1291 ev_offset fields.
1292 (skip_prologue): Add support for BookE/e500 instructions.
1293 (e500_extract_return_value): New function.
1294 (frame_get_saved_regs): Add support for saving ev registers and
1295 pseudo gpr's.
1296 (e500_store_return_value): New function.
1297 (rs6000_gdbarch_init): Move up default intializations of
1298 deprecated_extract_return_value and store_return_value. Overwrite
1299 init of store_return_value with e500 specific version.
1300 Set extract_return_value for e500.
1301
fbefca5b
EZ
13022002-08-22 Elena Zannoni <ezannoni@redhat.com>
1303
1304 * blockframe.c (generic_call_dummy_register_unwind): Use
1305 regcache_cooked_read to catch cases in which the variable is
1306 stored in a pseudo register.
1307
4d210288
AC
13082002-08-22 Andrew Cagney <cagney@redhat.com>
1309
1310 * NEWS: Mention that the i960 has been made obsolete.
1311 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1312 i960-tdep.c
1313 (remote-nrom.o): Obsolete target.
1314 (remote-nindy.o, i960-tdep.o): Ditto.
1315 * remote-nrom.c: Make file obsolete.
1316 * remote-nindy.c, remote-vx960.c: Ditto.
1317 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1318 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1319 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1320 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1321 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1322 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1323 i960-*-vxworks* obsolete.
1324 * MAINTAINERS: Note that the i960 is obsolete.
1325
6c0c456d
CV
13262002-08-21 Corinna Vinschen <vinschen@redhat.com
1327
1328 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1329 detach to allow reinitialization.
1330
9f9d12b3
AC
13312002-08-22 Andrew Cagney <ac131313@redhat.com>
1332
1333 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1334 attempt).
1335
ebeb39fe
JB
13362002-08-22 Jim Blandy <jimb@redhat.com>
1337
1338 * coffread.c (coff_symfile_read): Don't try to read the line
1339 number table from disk if the image file doesn't have a symbol
1340 table; we'll never actually look at the info anyway, and Windows
1341 ships DLL's with bogus file offsets for the line number data.
1342
5bf1c677
EZ
13432002-08-21 Elena Zannoni <ezannoni@redhat.com>
1344
1345 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1346 an e500 executable.
1347
71b8ef93
MS
13482002-08-21 Michael Snyder <msnyder@redhat.com>
1349
1350 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1351 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1352 (DEFAULT_MIPS_TYPE): Delete unused macro.
1353 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1354 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1355
d174216d
JB
13562002-08-21 Jim Blandy <jimb@redhat.com>
1357
1358 * valops.c (value_cast): Simplify and correct logic for doing a
1359 static cast from a pointer to a base class to a pointer to a
1360 derived class.
1361
0ab7a791
AC
13622002-08-21 Andrew Cagney <ac131313@redhat.com>
1363
1364 * infcmd.c (default_print_registers_info): Replace
1365 do_registers_info.
1366 (registers_info): Use gdbarch_print_registers_info instead of
1367 DO_REGISTERS_INFO.
1368 * inferior.h (default_print_registers_info): Replace
1369 do_registers_info.
1370 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1371 (DO_REGISTERS_INFO): Change to a predicate function.
1372 * gdbarch.h, gdbarch.c: Regenerate.
1373
e23792cc
KS
13742002-08-21 Keith Seitz <keiths@redhat.com>
1375
1376 * gdb-events.sh: Add target-changed event.
1377 * gdb-events.c: Regenerated.
1378 * gdb-events.c: Regenerated.
1379 * valops.c (value_assign): Add target-changed event notification
1380 to inlval_register, lval_memory, and lval_reg_frame_relative.
1381
9fb14e79
JB
13822002-08-21 Joel Brobecker <brobecker@gnat.com>
1383
1384 * NEWS: Add an entry regarding the improvement of the next/step
1385 operation on Alpha Tru64 multi-processor machines.
1386
6d39a69f
AC
13872002-08-21 Andrew Cagney <ac131313@redhat.com>
1388
72acd513
AC
1389 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1390 directores.
342af04b 1391 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1392 * Makefile.in (install-gdbtk): Move to install section.
1393 (rdi-share/libangsd.a): Move to end of file.
1394
fa5f27c7
AC
13952002-08-19 Andrew Cagney <ac131313@redhat.com>
1396
1397 * frame.c (frame_register_unwind): When a register, set addrp to
1398 the register's byte.
1399
5a89d8aa
MS
14002002-08-20 Michael Snyder <msnyder@redhat.com>
1401
1402 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1403 used locally, so move them from the target machine header to here.
1404 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1405 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1406 Make static.
1407 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1408
822e978b
AC
14092002-08-20 Andrew Cagney <cagney@redhat.com>
1410
1411 * NEWS: Mention that the Apollo line was made obsolete.
1412 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1413 m68*-hp-hpux* obsolete.
1414 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1415 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1416 * buildsym.c (make_blockvector): Make static.
1417 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1418 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1419 (ALLDEPFILES): Remove dstread.c.
1420 (dstread.o): Obsolete make rule.
1421 * dstread.c: Makefile obsolete.
1422 * dst.h: Ditto.
1423 * config/m68k/hp300hpux.mt: Ditto.
1424 * config/m68k/hp300hpux.mh: Ditto.
1425 * config/m68k/hp300bsd.mt: Ditto.
1426 * config/m68k/hp300bsd.mh: Ditto.
1427 * config/m68k/apollo68b.mt: Ditto.
1428 * config/m68k/apollo68v.mh: Ditto.
1429 * config/m68k/apollo68b.mh: Ditto.
1430
e41b17f0
MS
14312002-08-20 Michael Snyder <msnyder@redhat.com>
1432
1433 * mips-tdep.c (mips_in_return_stub): Make static.
1434 (mips_gdbarch_init): Set in_solib_return_trampoline.
1435 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1436
d50355b6
MS
14372002-08-20 Michael Snyder <msnyder@redhat.com>
1438
1439 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1440 * gdbarch.c, gdbarch.h: Regenerate.
1441 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1442 Add.
1443 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1444
757a7cc6
MS
14452002-08-20 Michael Snyder <msnyder@redhat.com>
1446
1447 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1448 (mips_gdbarch_init): Set skip_trampoline_code,
1449 in_solib_call_trampoline.
1450 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1451 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1452
c8001721
EZ
14532002-08-20 Elena Zannoni <ezannoni@redhat.com>
1454
1455 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1456
1457 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1458 vector type for ev registers.
1459 (e500_pseudo_register_read): New function.
1460 (e500_pseudo_register_write): New function.
1461 (e500_dwarf2_reg_to_regnum): New function.
1462 (PPC_UISA_NOFP_SPRS): New macro.
1463 (PPC_EV_REGS): New macro.
1464 (PPC_GPRS_PSEUDO_REGS): New macro.
1465 (registers_e500): New register set for e500.
1466 (variants): Add e500 variant.
1467 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1468 before setting architectural dependent variations. Initialize ev
1469 registers numbers. Add case for e500 architecture. Set the
1470 number of pseudo registers.
1471
64366f1c
EZ
14722002-08-20 Elena Zannoni <ezannoni@redhat.com>
1473
1474 * rs6000-tdep.c: Clean up comments.
1475
7e78f0ca
AC
14762002-08-20 Andrew Cagney <cagney@redhat.com>
1477
1478 * h8300-tdep.c: Re-indent file.
1479
697f7479
JB
14802002-08-20 Jim Blandy <jimb@redhat.com>
1481
1482 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1483 default for this.
697f7479 1484
e86ae29f
KS
14852002-08-20 Keith Seitz <keiths@redhat.com>
1486
1487 * breakpoints.c (watch_command_1): Use internal breakpoint
1488 when setting a watchpoint_scope breakpoint.
1489
216b504f
EZ
14902002-08-20 Elena Zannoni <ezannoni@redhat.com>
1491
1492 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1493 (build_builtin_type_vec64i): Ditto.
1494 (build_builtin_type_vec128): Ditto.
1495 (build_builtin_type_vec128i): Ditto.
1496
f7ab6ec6
MS
14972002-08-19 Michael Snyder <msnyder@redhat.com>
1498
1499 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1500 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1501 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1502 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1503 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1504 CALL_DUMMY_ADDRESS): Delete.
1505 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1506 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1507 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1508 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1509 push_return_address.
1510 (mips_register_raw_size, mips_eabi_use_struct_convention,
1511 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1512 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1513 mips_init_extra_frame_info, mips_eabi_push_arguments,
1514 mips_n32n64_push_arguments, mips_push_return_address,
1515 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1516 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1517
b5d1566e
MS
15182002-08-19 Michael Snyder <msnyder@redhat.com>
1519
1520 * mips-tdep.c (mips_frame_num_args): New function.
1521 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1522 frame_saved_pc, frame_args_address, frame_locals_address,
1523 frame_num_args, and frame_args_skip.
1524 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1525 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1526 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1527 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1528
2f1488ce
MS
15292002-08-20 Michael Snyder <msnyder@redhat.com>
1530
1531 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1532 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1533 * mips-tdep.c (mips_store_struct_return): New function.
1534 (mips_extract_struct_value_address): New function.
1535 (mips_gdbarch_init): Set store_struct_return and
1536 extract_struct_value_address.
1537
41ff2da1
DC
15382002-08-20 David Carlton <carlton@math.stanford.edu>
1539
1540 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1541 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1542 (read_file_scope): Check that line_header is nonzero before
1543 decoding macro information.
1544
e5451d58
MK
15452002-08-20 Mark Kettenis <kettenis@gnu.org>
1546
1547 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1548 flag the general-purpose registers as floating-point on targets
1549 that don't support the floating-point registers.
1550
4a6daafa
EZ
15512002-08-20 Elena Zannoni <ezannoni@redhat.com>
1552
1553 * rs6000-tdep.c (altivec_register_p): Delete.
1554 (rs6000_do_altivec_registers): Delete.
1555 (rs6000_altivec_registers_info): Delete.
1556 (rs6000_do_registers_info): Delete.
1557 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1558 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1559
ab4327e0
EZ
15602002-08-20 Elena Zannoni <ezannoni@redhat.com>
1561
1562 * infcmd.c (do_registers_info): Print vector registers in hex
1563 format only.
1564 (print_vector_info): Check that printing registers
1565 makes sense.
1566 (print_float_info): Ditto.
1567
cb1d2653
AC
15682002-08-20 Andrew Cagney <ac131313@redhat.com>
1569
1570 * mips-tdep.c (mips_gdbarch_init): Update.
1571 (mips_o32_extract_return_value): Rewrite.
1572 (mips_o32_store_return_value): Rewrite.
1573 (mips_o32_xfer_return_value): New function.
1574 (mips_xfer_register): Tweak debug print message. Allow for
1575 buf_offset when dumping the value transfered.
1576
dfc3d9b2
AC
15772002-08-20 Andrew Cagney <ac131313@redhat.com>
1578
1579 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1580 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1581 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1582 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1583 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1584
7807aa61
MS
15852002-08-14 Michael Snyder <msnyder@redhat.com>
1586
1587 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1588
489461e2
EZ
15892002-08-19 Elena Zannoni <ezannoni@redhat.com>
1590
1591 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1592 register.
1593 (P): New macro to define a register as a pseudo register.
1594 (R, R4, R8, R16, FR32, R64, R0): Updated.
1595 (struct variant): Add new fields for number of pseudo registers
1596 and number of total registers.
1597 (tot_num_registers): New macro replacing....
1598 (num_registers): ...deleted macro.
1599 (num_registers): New function.
1600 (num_pseudo_registers): New function.
1601 (variants): Update all variants to intialize new fields correctly.
1602 Postpone initialization of number of pseudo regs and real regs.
1603 (init_variants): New function.
1604 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1605 registers offsets.
1606
fcaffe4c
DC
16072002-08-19 David Carlton <carlton@math.stanford.edu>
1608
2c2738a0
DC
1609 * valops.c (search_struct_field): Change error message to treat
1610 return value of 0 from value_static_field as meaning that field is
1611 optimized out.
1612 (value_struct_elt_for_reference): Ditto.
1613 * values.c (value_static_field): Treat an unresolved location the
1614 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1615 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1616 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1617 * MAINTAINERS: Add self to Write After Approval list.
1618
88658117
AC
16192002-08-19 Andrew Cagney <ac131313@redhat.com>
1620
1621 * mips-tdep.c (mips_xfer_register): New function.
1622 (mips_n32n64_extract_return_value): Rewrite.
1623 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1624 instead of deprecated_extract_return_value.
1625
21283beb
EZ
16262002-08-19 Elena Zannoni <ezannoni@redhat.com>
1627
1628 * rs6000-tdep.c (TDEP): Delete macro.
1629 (branch_dest): Replace use of TDEP macro with its body.
1630 (rs6000_pop_frame): Ditto.
1631 (rs6000_push_arguments): Ditto.
1632 (rs6000_skip_trampoline_code): Ditto.
1633 (rs6000_frame_saved_pc): Ditto.
1634 (rs6000_frame_chain): Ditto.
1635 (rs6000_register_name): Ditto.
1636 (rs6000_register_byte): Ditto.
1637 (rs6000_register_raw_size): Ditto.
1638 (rs6000_register_virtual_type): Ditto.
1639 (rs6000_register_convertible): Ditto.
1640 (rs6000_convert_from_func_ptr_addr): Ditto.
1641
bf072999
DJ
16422002-08-19 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1645 conditionally.
1646 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1647 MIPS_LINUX_JB_ELEMENT_SIZE.
1648 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1649 for MAX_REGISTER_RAW_SIZE arrays.
1650 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1651 MIPS_LINUX_JB_ELEMENT_SIZE.
1652
9b949a49
PM
16532002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1654
1655 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1656
6d3e79c6
AS
16572002-08-19 Aidan Skinner <aidan@velvet.net>
1658
1659 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1660 ada-valprint.c ada-tasks.c.
1661 (YYFILES): Add ada-exp.y.
1662 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1663 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1664 (ada-exp.tab.o): New target.
1665
06c0b04e
AC
16662002-08-18 Andrew Cagney <ac131313@redhat.com>
1667
1668 * regcache.c (regcache_xfer_part): New function.
1669 (regcache_raw_read_part): New function.
1670 (regcache_raw_write_part): New function.
1671 (regcache_cooked_read_part): New function.
1672 (regcache_cooked_write_part): New function.
1673 * regcache.h (regcache_raw_read_part): Declare.
1674 (regcache_raw_write_part): Declare.
1675 (regcache_cooked_read_part): Declare.
1676 (regcache_cooked_write_part): Declare.
1677
92d1e331
DJ
16782002-08-18 Daniel Jacobowitz <drow@mvista.com>
1679
1680 * remote.c (remote_open_1): Add async_p.
1681 (remote_async_open_1): Delete.
1682 (open_remote_target): Delete.
1683 (remote_open, extended_remote_open): Update calls to remote_open_1.
1684 (remote_async_open, extended_remote_async_open): Call
1685 remote_open_1 instead of remote_async_open_1.
1686
247055de
MK
16872002-08-19 Mark Kettenis <kettenis@gnu.org>
1688
1689 * blockframe.c: Fix a few coding standard violations.
1690
641eda39
MK
16912002-08-19 Mark Kettenis <kettenis@gnu.org>
1692
0b717710
MK
1693 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1694 here from ...
1695 * config/i386/tm-i386sco5.h: ... here. File removed.
1696 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1697
26d28e12 1698 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1699 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1700 (TM_FILE): Set to tm-i386.h.
1701 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1702 * config/i386/tm-i386v.h: Remove file.
1703 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1704 instead of "i386/tm-i386v.h".
1705 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1706 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1707 "i386/tm-i386v.h".
1708 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1709 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1710 "i386/tm-i386.h".
1711
d4e0bab4
MK
17122002-08-18 Mark Kettenis <kettenis@gnu.org>
1713
1714 * config/i386/nm-i386v.h: Add protection against
1715 multiple-inclusion.
1716 (i386_register_u_addr): Remove prototype.
1717 (register_u_addr): New prototype.
1718 (REGISTER_U_ADDR): Redefine accordingly.
1719 * i386v-nat.c: Improve several comments.
1720 (i386_register_u_addr): Change signature and rename to
1721 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1722 ubase variable.
1723
46cac009
AC
17242002-08-18 Andrew Cagney <ac131313@redhat.com>
1725
1726 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1727 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1728 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1729 deprecated_extract_return_value.
1730 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1731 rename mips_o32o64_push_arguments.
1732 (mips_gdbarch_init): Update.
1733 (mips_extract_return_value): Delete.
1734 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1735 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1736 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1737 (mips_n32n64_extract_return_value): Clone
1738 mips_extract_return_value.
1739 (mips_store_return_value): Delete.
1740 (mips_o32_store_return_value): Clone mips_store_return_value.
1741 (mips_o64_store_return_value): Clone mips_store_return_value.
1742 (mips_eabi_store_return_value): Clone mips_store_return_value.
1743 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1744
d2e4a39e
AS
17452002-08-18 Aidan Skinner <aidan@velvet.net>
1746
0c30c098
AS
1747 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1748 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1749
17502002-08-18 Aidan Skinner <aidan@velvet.net>
1751
1752 * ada-lang.c: Run through gdb_indent.sh.
1753 * ada-lang.h: Run through gdb_indent.sh.
1754 * ada-tasks.c: Run through gdb_indent.sh.
1755 * ada-typeprint.c: Run through gdb_indent.sh.
1756 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1757
01fc4e33
AC
17582002-08-18 Andrew Cagney <ac131313@redhat.com>
1759
1760 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1761 ABI.
1762
d8ee244c
MK
17632002-08-18 Mark Kettenis <kettenis@gnu.org>
1764
c38d8261
MK
1765 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1766
222db64c
MK
1767 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1768 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1769
c2848c82
MK
1770 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1771 write_register_gen instead of write_register_bytes.
1772
d8ee244c
MK
1773 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1774 i[3456]-*-osf1mk* configurations have been made obsolete.
1775 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1776 i[3456]86-*-osf1mk* hosts obsolete.
1777 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1778 targets obsolete.
1779 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1780 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1781 config/i386/i386m3.mt, config/i386/nm-m3.h,
1782 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1783 config/i386/i386mk.mh, config/i386/i386mk.mt,
1784 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1785 obsolete.
1786 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1787 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1788 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1789
61d8d407
AC
17902002-08-18 Andrew Cagney <ac131313@redhat.com>
1791
1792 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1793 (hppa_value_returned_from_stack): Declare.
1794 (hppa_extract_return_value): Declare.
1795 * config/pa/hppa.mt: New file.
1796 * configure.tgt: Recognize hppa*-*-*.
1797 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1798
0c52bd59
MK
17992002-08-18 Mark Kettenis <kettenis@gnu.org>
1800
1801 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1802 comment.
1803
b5686e99
MK
18042002-08-17 Mark Kettenis <kettenis@gnu.org>
1805
1806 * top.c (gdb_rl_operate_and_get_next): Make sure
1807 operate-and-get-next functions correctly even when the history
1808 list is completely filled.
1809
c1bab85b
AC
18102002-08-18 Andrew Cagney <ac131313@redhat.com>
1811
1812 * MAINTAINERS (Target Instruction Set Architectures): Rename
1813 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1814 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1815 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1816 already listed under Host/Native.
1817
1818 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1819 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1820 mips*-*-*.
1821
32089c7c
AC
18222002-08-17 Andrew Cagney <ac131313@redhat.com>
1823
1824 * config/ia64/ia64.mt: New file.
1825 * config/alpha/alpha.mt: New file.
1826 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1827 ia64-linux-gnu. Mention that ia64-elf is broken.
1828 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1829
b4671f85
MK
18302002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1831
1832 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1833 generic_func_frame_valid instead of func_frame_valid.
1834
c8edd8b4
JB
18352002-08-16 Joel Brobecker <brobecker@gnat.com>
1836
1837 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1838 procfs appears to be broken when debugging on multi-processor
1839 machines. So enable software single stepping in order to avoid
1840 using the procfs interface to do next/step operations, using
1841 internal breakpoints instead.
1842
1843 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1844 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1845 make this pc address equal to the value it would have if the
1846 system stepping capability was used. Also set a new flag used
1847 to ensure that we don't readjust the PC one more time later.
1848
1849 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1850 address by DECR_PC_AFTER_BREAK when software single step is
1851 in use for this architecture, as this has already been taken
1852 care of in handle_inferior_event().
1853
238617f6
JB
18542002-08-16 Joel Brobecker <brobecker@gnat.com>
1855
1856 * infrun.c (handle_inferior_event): Minor reformatting, to make
1857 a rather long condition expression easier to read.
1858
541a7aac
AC
18592002-08-16 Andrew Cagney <ac131313@redhat.com>
1860
1861 * Makefile.in (gdbtk.o): Move to end of file.
1862 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1863 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1864 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1865 (gdbtk-wrapper.o, gdbres.o): Ditto.
1866
f92d4a7b
AC
18672002-08-16 Andrew Cagney <ac131313@redhat.com>
1868
1869 * Makefile.in (copying.o): Separate out compile rule.
1870 (hpux-thread.o, procfs.o, signals.o): Ditto.
1871 (v850ice.o, z8k-tdep.o): Ditto.
1872 (tui-file.o): Move to TUI section.
1873 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1874 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1875
1cce71eb
JB
18762002-08-16 Joel Brobecker <brobecker@gnat.com>
1877
1878 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1879 skip_trampoline_code, for better namespace-proofing.
1880
1881 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1882
0851f23d
JB
18832002-08-16 Joel Brobecker <brobecker@gnat.com>
1884
1885 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1886
f8d40ec8
JB
18872002-08-16 Joel Brobecker <brobecker@gnat.com>
1888
1889 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1890 signal, check whether we hit a breakpoint before checking for a
1891 single step breakpoint. Otherwise, GDB fails to notice that a
1892 breakpoint has been hit when stepping onto a breakpoint.
1893
63d022e0
KS
18942002-08-16 Keith Seitz <keiths@redhat.com>
1895
1896 * gdb-events.sh (clear_gdb_event_hooks): New function.
1897 * gdb-events.c: Regenerate.
1898 * gdb-events.h: Regenerate.
1899
6e31adb3
AC
19002002-08-16 Andrew Cagney <ac131313@redhat.com>
1901
1902 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1903 not_a_sw_breakpoint.
1904 * breakpoint.h (bpstat_stop_status): Add parameter names.
1905
c8189ed1
GS
19062002-08-16 Grace Sainsbury <graces@redhat.com>
1907
1908 * remote.c (remote_insert_hw_breakpoint)
1909 (remote_remove_hw_breakpoint): Fix calculation of length field
1910 for Z-packet.
1911
d05285fa
MS
19122002-08-15 Michael Snyder <msnyder@redhat.com>
1913
466d7106
MS
1914 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1915 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1916 (supply_fpregset): Ditto.
1917
d05285fa
MS
1918 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1919 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1920 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1921 (TARGET_READ_SP): Delete.
bf1f5b4c 1922 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1923 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1924 Delete.
1925 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1926 from macros to functions.
bf1f5b4c 1927
d05285fa
MS
1928 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1929 (mips_register_convertible, mips_register_convert_to_virtual,
1930 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1931 (mips_read_sp): New function.
1932 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1933 (mips_do_registers_info): Make static.
1934 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1935 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1936 (mips_register_convert_from_type, mips_register_convert_to_type):
1937 New functions.
1938 (mips_gdbarch_init): Set up function_start_offset,
1939 register_virtual_size, pc_in_sigtramp.
d05285fa 1940
e76f1f2e
AC
19412002-08-15 Andrew Cagney <ac131313@redhat.com>
1942
1943 * infcmd.c (vector_info): New function.
1944 (_initialize_infcmd): Add command "info vector".
1945 (print_vector_info): New function.
1946
1947 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1948 * gdbarch.h, gdbarch.c: Regenerate.
1949
4782dc19
AC
19502002-08-15 Andrew Cagney <ac131313@redhat.com>
1951
1952 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1953 ``print_all''. Only print vector registers when ``print_all''.
1954
23e3a7ac
AC
19552002-08-15 Andrew Cagney <ac131313@redhat.com>
1956
8e186fd6
AC
1957 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1958 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1959
23e3a7ac
AC
1960 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1961 Add `args' parameter.
1962 * gdbarch.h, gdbarch.c: Regenerate.
1963
1964 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1965
1966 * infcmd.c (float_info): Call print_float_info.
1967 (print_float_info): New function. By default, print the
1968 floating-point registers.
1969
1970 * arch-utils.h (default_print_float_info): Delete declaration.
1971 * arch-utils.c (default_print_float_info): Delete function.
1972
e0ca2bb9
MK
19732002-08-16 Mark Kettenis <kettenis@gnu.org>
1974
3f733acc
MK
1975 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1976 out define.
1977
7d8d2918
MK
1978 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1979 FRAME.
1980
1c7cc583
MK
1981 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1982 * configure.host: Make i[3456]86-*-aix host obsolete.
1983 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1984 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1985 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1986 config/i386/xm-i386aix.h: Make files obsolete.
1987 * i386aix-nat.c: Make file obsolete.
1988 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1989 (i386aix-nat.o): Make target obsolete.
1990
e0ca2bb9
MK
1991 * config/i386/nm-gnu.h: Removed.
1992 * config/i386/nm-i386gnu.h: New file.
1993 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1994 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1995 Moved here from ...
1996 * config/i386/tm-i386gnu.h: ... here. Removed.
1997 * config/i386/xm-i386gnu.h: Removed.
1998 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1999 (NAT_FILE): Set to nm-i386gnu.h.
2000 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2001 * i386-tdep.c: New file.
2002 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2003 (i386gnu-tdep.o): Specify dependencies.
2004
16057ec7 20052002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2006
6b99ee2e
MK
2007 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2008 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2009 Adjust a few comments to reflect reality a bit closer.
2010 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2011 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2012 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2013 target_insert_watchpoint, target_remove_watchpoint):
2014 Move defines to ...
2015 * config/i386/nm-i386sco5.h: ... here.
2016 (kernel_u_size): Add prototype. Improve a few comments and add
2017 protection against multiple inclusion.
2018
d9a6f65c
MK
2019 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2020 out define.
2021
047eff6a
MK
2022 * uw-thread.c (SP_ARG0): Define if not already defined.
2023 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2024
dcdb1290
MK
2025 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2026
5d2d0b2a
MK
2027 * config/i386/tm-i386.h: Don't include "regcache.h".
2028
61113f8b
MK
2029 * i387-tdep.h (i387_print_float_info): New prototype.
2030 * i387-tdep.c (print_i387_value, print_i387_ext,
2031 print_i387_status_word, print_i387_control_word): Add `struct
2032 ui_file *' argument and use it for output.
2033 (i387_print_float_info): Renamed from i387_float_info. Add
2034 `struct gdbarch *' and `struct ui_file *' arguments and use the
2035 latter for output.
2036 * i386-tdep.c: Include "i387-tdep.h".
2037 (i386_gdbarch_init): Set print_float_info.
2038 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2039 (FLOAT_INFO): Remove define.
2040
46e0f506
MS
20412002-08-13 Michael Snyder <msnyder@redhat.com>
2042
2043 * mips-tdep.c (mips_push_arguments): Rename to
2044 mips_eabi_push_arguments, and tune for EABI.
2045 (MIPS_REGS_HAVE_HOME_P): Delete.
2046 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2047 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2048 Delete references to mips_regs_have_home_p.
2049
409268de
KS
20502002-08-14 Keith Seitz <keiths@redhat.com>
2051
2052 * Makefile.in (install-gdbtk): Create insight plugin directory.
2053 Install plugins.tcl file.
2054
ffc6a242
KS
20552002-08-14 Keith Seitz <keiths@redhat.com>
2056
2057 * configure.in: Move SUBDIRS to near top of the file so that
2058 --enable options may add things to it.
2059 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2060 * configure: Regenerate.
2061
ebafbe83
MS
20622002-08-13 Michael Snyder <msnyder@redhat.com>
2063
2064 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2065 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2066 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2067
32f6f25d
AC
20682002-08-13 Andrew Cagney <ac131313@redhat.com>
2069
2070 * vax-tdep.c (vax_get_saved_register): Delete function.
2071 (vax_gdbarch_init): Update.
2072 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2073 (ns32k_gdbarch_init): Update.
2074 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2075 (alpha_gdbarch_init): Update.
2076
53826de9
AC
20772002-08-13 Andrew Cagney <cagney@redhat.com>
2078
2079 * regcache.c (init_regcache_descr): Overallocate the
2080 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2081 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2082 nr_raw_registers.
2083 (set_register_cached): Add range checking assertions. Use
2084 current_regcache.
2085
16057ec7 20862002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2087
2088 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2089 numbers for MMX registers.
2090
7b4c2dce
AC
20912002-08-13 Andrew Cagney <cagney@redhat.com>
2092
2093 * i386-tdep.c (i386_gdbarch_init): Use
2094 generic_unwind_get_saved_register.
2095
1e03ad20
KB
20962002-08-13 Kevin Buettner <kevinb@redhat.com>
2097
2098 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2099 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2100 target vector.
2101 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2102 Delete. Add comment regarding this now-deleted target method.
2103
548bcbec
SC
21042002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2105
2106 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2107 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2108 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2109 real PC and the page number (if it's within the memory bank window).
2110 (m68hc11_pseudo_register_write): Likewise when saving.
2111 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2112 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2113 (m68hc11_register_raw_size): And use 32-bit for it.
2114 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2115 16K memory bank is used by the prog; also use the virtual pc.
2116
7df11f59
SC
21172002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2118
2119 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2120 (m68hc11_gdbarch_init): Install it in gdbarch.
2121 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2122 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2123 (MSYMBOL_SIZE): New for documentation.
2124 (insn_return_kind): Enum to specify how a function returns.
2125 (frame_extra_info): Cleanup and record the return mode.
2126 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2127 register in address computation.
2128 (m68hc11_get_return_insn): New to obtain the return instruction used
2129 by the function.
2130 (m68hc11_frame_init_saved_regs): Take into account the return
2131 instruction used by the function for far and interrupt functions.
2132 (m68hc11_init_extra_frame_info): Take into account page register.
2133 (m68hc11_frame_args_address): Adjust according to the return mode.
2134 (show_regs): Print page register only when it's used.
2135
5706502a
SC
21362002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2137
2138 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2139 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2140 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2141 registers.
2142 (m68hc11_register_raw_size): Likewise.
2143
28fc6740
AC
21442002-08-13 Andrew Cagney <cagney@redhat.com>
2145
2146 * i386-tdep.c (i386_register_name): Handle mmx registers.
2147 (mmx_regnum_p): New function.
2148 (i386_mmx_names): New array.
2149 (mmx_num_regs): New variable.
2150 (i386_pseudo_register_read): New function.
2151 (i386_pseudo_register_write): New function.
2152 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2153
2154 * regcache.c (regcache_raw_read_unsigned): New function.
2155 (regcache_raw_read_signed): New function.
2156 * regcache.h (regcache_raw_read_unsigned): Declare.
2157 (regcache_raw_read_signed): Declare.
2158
a378f419
AC
21592002-08-13 Andrew Cagney <cagney@redhat.com>
2160
2161 * regcache.c (regcache_raw_read_as_address): Delete function.
2162 (regcache_cooked_read_signed): New function.
2163 (regcache_cooked_read_unsigned): New function.
2164 * regcache.h (regcache_cooked_read_signed): Declare.
2165 (regcache_cooked_read_unsigned): Declare.
2166 (regcache_raw_read_as_address): Delete declaration.
2167
2168 * blockframe.c (generic_read_register_dummy): Use
2169 regcache_cooked_read_unsigned.
2170 * i386-tdep.c (i386_extract_struct_value_address): Use
2171 regcache_cooked_read_unsigned.
2172
81967506
SC
21732002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2174
2175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2176 double sizes according to ELF ABI flags.
2177 (gdbarch_tdep): Record elf_flags.
2178
ffe1f3ee
SC
21792002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2180
2181 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2182 (m6812_prolog): They can appear in 68HC12 function prologue.
2183 (m68hc11_frame_chain): Cleanup.
2184
98216c5d
AC
21852002-08-12 Andrew Cagney <cagney@redhat.com>
2186
2187 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2188 declarations.
2189 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2190 (i386_linux_register_raw_size): Delete function.
2191 (i386_linux_init_abi): Update.
2192 * i386-tdep.c (i386_register_raw_size): Delete function.
2193 (i386_register_byte): Delete function.
2194 (i386_gdbarch_init): Update.
2195 (i386_register_size): Delete array.
2196 (i386_register_offset): Delete array.
2197
2198 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2199 (REGISTER_RAW_SIZE): Delete macro.
2200 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2201 (REGISTER_BYTE): Delete macro.
2202
3b19021e
AS
22032002-08-11 Aidan Skinner <aidan@velvet.net>
2204
2205 * ada-lang.c (ada_lookup_partial_symbol)
2206 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2207 prototype names so that grep ^func works properly.
2208
2209 * ada-lang.c (ada_array_element_type)
2210 (ada_lookup_partial_symbol): Fix typos in parameter list.
2211
2212 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2213 Fix prototype names so that grep ^func works properly.
2214
b063e7a2
AC
22152002-08-10 Andrew Cagney <cagney@redhat.com>
2216 Elena Zannoni <ezannoni@redhat.com>
2217 Martin M. Hunt <hunt@redhat.com>
2218
2219 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2220 (build_builtin_type_vec128i): Set the vector bit.
2221 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2222 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2223 (build_builtin_type_vec64): New function.
2224 (build_builtin_type_vec64i): New function.
2225 (build_gdbtypes): Initialize builtin_type_vec64 and
2226 builtin_type_vec64i.
2227
a7e3c2ad
AC
22282002-08-09 Andrew Cagney <cagney@redhat.com>
2229
2230 * regcache.c (regcache_dump): Compare the register offset
2231 with REGISTER_BYTE.
2232 * arch-utils.c (generic_register_byte): New function.
2233 * arch-utils.h (generic_register_byte): Declare.
2234 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2235 * gdbarch.h, gdbarch.c: Regenerate.
2236
af030b9a
AC
22372002-08-09 Andrew Cagney <cagney@redhat.com>
2238
2239 * regcache.c: Include "gdbcmd.h"
2240 (_initialize_regcache): Add commands "maintenance print
2241 registers", "maintenance print raw-registers" and "maintenance
2242 print cooked-registers".
2243 (enum regcache_dump_what): Define.
2244 (dump_endian_bytes): New function.
2245 (regcache_dump): New function.
2246 (regcache_print): New function.
2247 (maintenance_print_registers): New function.
2248 (maintenance_print_raw_registers): New function.
2249 (maintenance_print_cooked_registers): New function.
2250 * Makefile.in (regcache.o): Update dependencies.
2251
cb3d25d1
MS
22522002-08-09 Michael Snyder <msnyder@redhat.com>
2253
2254 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2255 (mips_push_arguments): Correct some comments. Use paddr_nz
2256 for printing addresses in debug output. Replace static
2257 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2258 (mips_n32n64_push_arguments): New function, cloned from
2259 mips_push_arguments and tuned for the n32/n64 ABI.
2260 (mips_push_register): Buffer needs dynamic allocation.
2261 (mips_print_register): Ditto.
2262 (do_gp_register_row): Ditto.
2263 (mips_store_return_value): Ditto.
2264 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2265
2163ab9d
DH
22662002-08-09 Don Howard <dhoward@redhat.com>
2267
2268 * memattr.c (mem_info_command): Print special case of upper bound
2269 as max CORE_ADDR + 1.
2270
b78bcb18
MS
22712002-08-08 Michael Snyder <msnyder@redhat.com>
2272
2273 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2274 returns structs by ref if they're too big to fit in two registers.
2275
ffabd70d
KB
22762002-08-09 Kevin Buettner <kevinb@redhat.com>
2277
2278 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2279 saved regs value.
2280 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2281 mips_find_saved_regs().
2282 (mips_pop_frame): Likewise.
2283
fbcdb4a3
KB
22842002-08-09 Kevin Buettner <kevinb@redhat.com>
2285
2286 * blockframe.c (frame_saved_regs_register_unwind): Revise
2287 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2288 frames are in use.
2289
3c3bea1c
GS
22902002-08-09 Grace Sainsbury <graces@redhat.com>
2291
2292 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2293 T-packets; the 'a' is not taken as a register number.
2294 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2295 (remote_stopped_data_address): New functions; add to target
2296 vector.
2297 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2298 prototypes to match other implementations of this
2299 function. replace integer argument with pointer -- the length
2300 field in the Z-packet is the length of what is pointed to or 1 if
2301 pointer is null. Add to target vector.
2302 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2303 target vector.
2304
2305 From Mark Salter:
2306 * remote.c (remote_wait): Add support to extract optional
2307 watchpoint information from T-packet. Ignore unrecognized
2308 optional info in T-packet.
2309 (remote_async_wait): Ditto.
2310
5d1d95de
CV
23112002-08-09 Corinna Vinschen <vinschen@redhat.com>
2312
2313 * cli/cli-dump.c: Change fopen modes to use binary open modes
2314 as defined in include/fopen-bin.h throughout.
2315
c86b5b38
MS
23162002-08-08 Michael Snyder <msnyder@redhat.com>
2317
2318 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2319
b30590dc
KB
23202002-08-08 Kevin Buettner <kevinb@redhat.com>
2321
2322 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2323 assertion failure by returning early after a warning.
2324
498868ed
KB
23252002-08-08 Kevin Buettner <kevinb@redhat.com>
2326
2327 * mips-tdep.c (mips_find_saved_regs): Make static.
2328 (mips_frame_init_saved_regs): New function.
2329 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2330 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2331 (mips_find_saved_regs): Delete declaration.
2332
b2dd6311
GS
23332002-08-08 Grace Sainsbury <graces@redhat.com>
2334
3c3bea1c
GS
2335 * remote.c (remote_wait, remote_async_wait): Change
2336 thread_num from int to ULONGEST.
2337 (unpack_varlen_hex): Change result parameter from
2338 int * to ULONGEST *.
b2dd6311 2339
ea47855f
AC
23402002-08-08 Andrew Cagney <ac131313@redhat.com>
2341
2342 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2343 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2344 powerpc*-*-*.
2345 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2346
69db8bae
AC
23472002-08-08 Andrew Cagney <cagney@redhat.com>
2348
2349 * gcore.c (override_derive_stack_segment): Delete variable.
2350 (preempt_derive_stack_segment): Delete function.
2351 (derive_stack_segment): Delete function.
2352 (default_derive_stack_segment): Renamed to derive_stack_segment.
2353 (override_derive_heap_segment): Delete variable.
2354 (preempt_derive_heap_segment): Delete function.
2355 (derive_heap_segment): Delete function.
2356 (default_derive_heap_segment): Rename to derive_heap_segment.
2357
cb811fe7
MS
23582002-08-06 Michael Snyder <msnyder@redhat.com>
2359
2360 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2361 * mips-tdep.c (mips_EABI_use_struct_convention,
2362 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2363 New functions. (mips_use_struct_convention): Delete.
2364 (mips_gdbarch_init): set use_gdbarch_convention.
2365
8b389c40
MS
23662002-08-06 Michael Snyder <msnyder@redhat.com>
2367
2368 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2369 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2370 mips_o32_reg_struct_has_addr): New functions.
2371 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2372
5c27f28a
AC
23732002-08-07 Andrew Cagney <ac131313@redhat.com>
2374
2375 * regcache.c (pseudo_register): Delete function.
2376 (fetch_register): Delete function.
2377 (store_register): Delete function.
2378 (regcache_raw_read, legacy_read_register_gen): Use
2379 target_fetch_registers instead of fetch_register.
2380 (legacy_write_register_gen, regcache_raw_write): Use
2381 target_store_register instead of store_register.
2382 (write_register_bytes): Ditto.
2383
2384 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2385 (STORE_PSEUDO_REGISTER): Delete.
2386 * gdbarch.h, gdbarch.c: Regenerate.
2387
5b331675
CV
23882002-08-06 Corinna Vinschen <vinschen@redhat.com>
2389
2390 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2391 write dump file binary.
2392
6acdf5c7
MS
23932002-08-05 Michael Snyder <msnyder@redhat.com>
2394
2395 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2396 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2397 (mips_gdbarch_init): Set N32 target to be mips64.
2398
b2f01c35
KB
23992002-08-06 Kevin Buettner <kevinb@redhat.com>
2400
2401 * frame.c (find_saved_register): Break out of loop once saved
2402 register address is found. Don't mention sparc in loop comment
2403 anymore.
2404
63db5580
KB
24052002-08-06 Kevin Buettner <kevinb@redhat.com>
2406
2407 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2408 mips_default_saved_regsize to 8.
2409
5e34e75e
AC
24102002-08-06 Andrew Cagney <ac131313@redhat.com>
2411
2412 * gcore.c: Do not include <sys/procfs.h>.
2413 * Makefile.in (gcore.o): Update dependencies.
2414
eb4c54a2
AC
24152002-08-06 Andrew Cagney <cagney@redhat.com>
2416
2417 * configure.tgt: Make arc-*-* obsolete.
2418 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2419 * MAINTAINERS: Make arc-elf obsolete.
2420 * arc-tdep.c: Make file obsolete.
2421 * config/arc/arc.mt: Ditto.
2422 * config/arc/tm-arc.h: Ditto.
2423
ced15480
TR
24242002-08-05 Theodore A. Roth <troth@verinet.com>
2425
c1bab85b 2426 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2427
b4743822
AC
24282002-08-05 Andrew Cagney <ac131313@redhat.com>
2429
2430 * mcore-tdep.c (mcore_gdbarch_init): Use
2431 generic_unwind_get_saved_register instead of
2432 generic_get_saved_register.
2433 * v850-tdep.c (v850_gdbarch_init): Ditto.
2434 * frv-tdep.c (frv_gdbarch_init): Ditto.
2435 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2436 * s390-tdep.c (s390_gdbarch_init): Ditto.
2437 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2438 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2439 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2440
3956d554
JB
24412002-08-05 Joel Brobecker <brobecker@gnat.com>
2442
2443 * objfiles.h: Add missing #include "symfile.h"
2444
2445 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2446
8249c0d6
AC
24472002-08-04 Andrew Cagney <ac131313@redhat.com>
2448
2449 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2450 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2451 of FIELD_BITSIZE.
2452
b9d14705
DJ
24532002-08-04 Daniel Jacobowitz <drow@mvista.com>
2454
2455 * NEWS: Cleanup and nitpick.
2456
dd73b9bb
AC
24572002-08-03 Andrew Cagney <ac131313@redhat.com>
2458
2459 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2460
043a27f8
AC
24612002-08-03 Andrew Cagney <ac131313@redhat.com>
2462
2463 * Makefile.in (gdbtk-bp.o): Update dependencies.
2464 (gdbtk-register.o): Ditto.
2465 (gdbtk-varobj.o): Ditto.
2466
46ce284d
AC
24672002-08-03 Andrew Cagney <cagney@redhat.com>
2468
2469 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2470 m68hc11_fetch_pseudo_register.
2471 (m68hc11_pseudo_register_write): Replace
2472 m68hc11_store_pseudo_register.
2473 (m68hc11_gdbarch_init): Update.
2474
b66d6d2e
AC
2475Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2476
2477 * gdbarch.sh: Include "gdb_string.h".
2478 * gdbarch.c: Regenerate.
2479
2480 * regcache.c: Include "gdb_string.h".
2481 * ax-general.c: Ditto.
2482 * varobj.c: Ditto.
2483 * std-regs.c: Ditto.
2484 * fbsd-proc.c: Ditto.
2485 * thread.c: Ditto.
2486
2487 * Makefile.in (regcache.o): Update dependencies.
2488 (thread.o, gdbarch.o): Ditto.
2489 (ax-general.o, gdbarch.o): Ditto.
2490 (varobj.o, std-regs.o): Ditto.
2491 (fbsd-proc.o): Specify dependencies.
2492
29e1842b
AC
24932002-08-02 Andrew Cagney <cagney@redhat.com>
2494
2495 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2496 regnum.
2497 (regcache_cooked_write): Ditto.
2498
68365089
AC
24992002-08-02 Andrew Cagney <ac131313@redhat.com>
2500
2501 * regcache.c (regcache_cooked_read): New function.
2502 (regcache_cooked_write): New function.
2503 (read_register_gen): Rewrite using regcache_cooked_read.
2504 (write_register_gen): Rewrite using regcache_cooked_write.
2505
2506 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2507 Declare.
2508
d8124050
AC
25092002-08-02 Andrew Cagney <cagney@redhat.com>
2510
2511 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2512 Replace the architecture methods register_read and register_write.
2513 * gdbarch.h, gdbarch.c: Regenerate.
2514 * regcache.c (init_regcache_descr): Update.
2515 (read_register_gen): Update.
2516 (write_register_gen): Update.
2517 (supply_register): Update comment.
2518
2519 * sh-tdep.c (sh_gdbarch_init): Update.
2520 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2521 `regcache' and `gdbarch' parameters. Make `buffer' a void
2522 pointer. Update code.
2523 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2524 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2525 void pointer. Update code.
2526 (sh64_register_write): Delete.
2527 (sh4_register_read): Delete.
2528 (sh64_register_read): Delete.
2529 (sh4_register_write): Delete.
2530 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2531 void pointer, `to' parameter a void pointer.
2532 (sh_sh64_register_convert_to_raw): Ditto.
2533
a6425924
KB
25342002-08-01 Kevin Buettner <kevinb@redhat.com>
2535
2536 * mips-tdep.c (mips_register_virtual_type): Use architecture
2537 invariant return values.
2538
ff5922b5
AC
25392002-08-01 Andrew Cagney <cagney@redhat.com>
2540
2541 * linux-proc.c: Include "gdb_string.h".
2542 * Makefile.in (linux-proc.o): Update dependency list.
2543
32a6503c
KB
25442002-08-01 Kevin Buettner <kevinb@redhat.com>
2545
2546 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2547 comment.
2548
ccaa32c7
GS
25492002-08-01 Grace Sainsbury <graces@redhat.com>
2550
2551 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2552 to_insert_watchpoint, to_remove_watchpoint,
2553 to_stopped_by_watchpoint, to_stopped_data_address,
2554 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2555 target vecctor. Define their corresponding macros so they call
2556 them.
2557
2558 * target.c: Add default and debug versions of for
2559 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2560 to_insert_watchpoint, to_remove_watchpoint,
2561 to_stopped_by_watchpoint, to_stopped_data_address,
2562 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2563
78fde5f8
KB
25642002-08-01 Kevin Buettner <kevinb@redhat.com>
2565
2566 * mips-tdep.c (mips_register_virtual_type): New function.
2567 (mips_gdbarch_init): Register mips_register_virtual_type()
2568 with gdbarch machinery.
2569 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2570 this file instead of tm-bigmips.h.
2571 (MIPS_REGSIZE): Delete this macro.
2572 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2573 multiarch version in mips-tdep.c will be found.
2574
db034ac5
AC
25752002-08-01 Andrew Cagney <cagney@redhat.com>
2576
2577 * NEWS: Menion that CHILL has been made obsolete.
2578
2579 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2580 * stabsread.c (read_range_type): Ditto.
2581 * gdbtypes.h: Ditto.
2582 * language.c (binop_type_check): Ditto.
2583 (binop_result_type): Ditto.
2584 (integral_type): Ditto.
2585 (character_type): Ditto.
2586 (string_type): Ditto.
2587 (boolean_type): Ditto.
2588 (structured_type): Ditto.
2589 (lang_bool_type): Ditto.
2590 (binop_type_check): Ditto.
2591 * language.h (_LANG_chill): Ditto.
2592 * dwarfread.c (set_cu_language): Ditto.
2593 * dwarfread.c (CHILL_PRODUCER): Ditto.
2594 * dwarfread.c (handle_producer): Ditto.
2595 * expression.h (enum exp_opcode): Ditto.
2596 * eval.c: Ditto for comments.
2597 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2598 * expprint.c (print_subexp): Ditto.
2599 (print_subexp): Ditto.
2600 * valops.c (value_cast): Ditto.
2601 (search_struct_field): Ditto.
2602 * value.h (COERCE_VARYING_ARRAY): Ditto.
2603 * symfile.c (init_filename_language_table): Ditto.
2604 (add_psymbol_with_dem_name_to_list): Ditto.
2605 * valarith.c (value_binop): Ditto.
2606 (value_neg): Ditto.
2607 * valops.c (value_slice): Ditto.
2608 * symtab.h (union language_specific): Ditto.
2609 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2610 (SYMBOL_DEMANGLED_NAME): Ditto.
2611 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2612 * defs.h (enum language): Ditto.
2613 * symtab.c (got_symtab): Ditto.
2614 * utils.c (fprintf_symbol_filtered): Ditto.
2615
2616 * ch-typeprint.c: Make file obsolete.
2617 * ch-valprint.c: Make file obsolete.
2618 * ch-lang.h: Make file obsolete.
2619 * ch-exp.c: Make file obsolete.
2620 * ch-lang.c: Make file obsolete.
2621
2622 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2623 CHILL_LIB.
2624 (TARGET_FLAGS_TO_PASS): Ditto.
2625 (CHILLFLAGS): Obsolete.
2626 (CHILL): Obsolete.
2627 (CHILL_FOR_TARGET): Obsolete.
2628 (CHILL_LIB): Obsolete.
2629 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2630 ch-valprint.c.
2631 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2632 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2633 ch-lang.o.
2634 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2635 targets.
2636
8aaf0b47
JB
26372002-07-31 Joel Brobecker <brobecker@gnat.com>
2638
2639 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2640 This does not change anything at the moment, but will be helpful
2641 later when full Ada support is integrated.
2642
f3a7b3a5
KB
26432002-07-31 Kevin Buettner <kevinb@redhat.com>
2644
2645 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2646 help message.
2647
fb850278
KB
26482002-07-31 Kevin Buettner <kevinb@redhat.com>
2649
2650 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2651 and save it in a local variable. Use variable in later test.
2652
e3bddbfa
KB
26532002-07-31 Kevin Buettner <kevinb@redhat.com>
2654
2655 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2656 test. (Thanks to Daniel Jacobowitz.)
2657
28d169de
KB
26582002-07-31 Kevin Buettner <kevinb@redhat.com>
2659
2660 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2661 (mips_abi_strings): Add "n64".
2662 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2663
7fe7e44e
KB
26642002-07-31 Kevin Buettner <kevinb@redhat.com>
2665
2666 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2667 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2668
c6caf090
KB
26692002-07-31 Kevin Buettner <kevinb@redhat.com>
2670
2671 * utils.c (host_pointer_to_address, address_to_host_pointer):
2672 Use gdb_assert() instead of explicit call to internal_error().
2673
c41669e0
KB
26742002-07-30 Kevin Buettner <kevinb@redhat.com>
2675
2676 * Makefile.in (rs6000-nat.o): Update dependencies.
2677
2678 From Nicholas Duffek:
2679 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2680 (aix-thread.o): New rule.
2681 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2682 * config/powerpc/aix432.mh: New file.
2683
2fda4977
DJ
26842002-07-30 Daniel Jacobowitz <drow@mvista.com>
2685
2686 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2687 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2688 (fetch_core_registers, ppc_linux_supply_gregset)
2689 (ppc_linux_supply_fpregset): New functions.
2690 (ppc_linux_regset_core_fns): New.
2691 (_initialize_ppc_linux_tdep): Call add_core_fns.
2692 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2693 and ppc_linux_supply_gregset.
2694 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2695 (supply_fpregset): Call ppc_linux_supply_fpregset.
2696 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2697 corelow.o.
2698 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2699
729051e6
DJ
27002002-07-30 Daniel Jacobowitz <drow@mvista.com>
2701
2702 * symtab.c (lookup_symbol): Demangle before lowercasing.
2703
5f8a3188
AC
27042002-07-30 Andrew Cagney <ac131313@redhat.com>
2705
2706 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2707 declaration.
2708 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2709 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2710 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2711 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2712 "gdb_string.h".
2713 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2714 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2715 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2716 (avr-tdep.o, mon960-rom.o): Ditto.
2717 (aout_stabs_gnu_h): Define.
2718 (symtab_h): Remove $(gdb_obstack_h).
2719
67f07146
JB
27202002-07-30 Jim Blandy <jimb@redhat.com>
2721
2722 Patch from David Carlton <carlton@math.stanford.edu>:
2723 * gdbinit.in: Move the `dir' commands that add GDB's own source
2724 directory to the search path to the end, so that the `gdb' source
2725 directory will be searched first.
2726
04ea0df1
AC
27272002-07-29 Andrew Cagney <ac131313@redhat.com>
2728
2729 * gdb_obstack.h: New file.
2730 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2731 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2732 * objfiles.h: Include "gdb_obstack.h".
2733 * Makefile.in (gdb_obstack_h): Define.
2734 (symtab_h): Add $(gdb_obstack_h).
2735 (objfiles_h): Add $(gdb_obstack_h).
2736
2737 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2738 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2739 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2740 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2741 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2742 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2743 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2744 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2745
2746 * Makefile.in (bcache.o): Update dependencies.
2747 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2748 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2749 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2750 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2751 (stabsread.o, symfile.o, symmisc.o): Ditto.
2752 (symtab.o, typeprint.o, macroexp.o): Ditto.
2753 (macrotab.o, mdebugread.o): Ditto.
2754 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2755 (coff_ecoff_h, aout_aout64_h): Define.
2756 (aout_stabs_gnu_h, libaout_h): Define.
2757
d138e37a
AC
27582002-07-29 Andrew Cagney <cagney@redhat.com>
2759
2760 * regcache.c (struct regcache_descr): Rename nr_registers to
2761 nr_cooked_registers. Revise comments describing the structure
2762 member fields.
2763 (init_regcache_descr): Update.
2764 (init_legacy_regcache_descr): Update.
2765 (read_register_gen, write_register_gen): When a cooked register in
2766 the raw register range, directly access the value from the raw
2767 register cache.
2768
460e6ec3
AC
27692002-07-29 Andrew Cagney <ac131313@redhat.com>
2770
2771 * z8k-tdep.c: Do not include "obstack.h".
2772 * h8300-tdep.c, h8500-tdep.c: Ditto.
2773 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2774 * valprint.c, v850-tdep.c: Ditto.
2775 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2776 * mn10200-tdep.c: Ditto.
2777
2778 * Makefile.in (z8k-tdep.o): Update dependencies.
2779 (m68hc11-tdep.o, valprint.o): Ditto.
2780 (v850-tdep.o, d10v-tdep.o): Ditto.
2781 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2782 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2783 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2784 (sh_opc_h, gdb_sim_sh_h): Define.
2785 (elf_sh_h, elf_bfd_h): Define.
2786 (opcode_m68hc11_h): Define.
2787 (OPCODES_SRC, OPCODES_DIR): define.
2788 (OPCODES): Use $(OPCODES_DIR).
2789 (gdb_sim_d10v_h): Rename sim_d10v_h.
2790 (gdb_sim_arm_h): Rename sim_arm_h.
2791
790c9cf0
KB
27922002-07-26 Kevin Buettner <kevinb@redhat.com>
2793
2794 * utils.c (host_pointer_to_address, address_to_host_pointer):
2795 Change internal_error() message to indicate function responsible
2796 for the error.
2797
9647fa49
KB
27982002-07-26 Kevin Buettner <kevinb@redhat.com>
2799
2800 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2801 calls to local_hex_string_custom().
2802
dabbe2c0
KB
28032002-07-26 Kevin Buettner <kevinb@redhat.com>
2804
2805 * irix5-nat.c: Move IRIX shared library support from here...
2806 * solib-irix.c: ...to here. Revised substantially to work with
2807 generic solib framework.
2808
b96d0a4e
KB
2809 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2810 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2811 * mips-irix-tdep.c: New file.
2812
313fb2f6
KB
2813 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2814 (mips-irix-tdep.o, solib-irix.o): New rules.
2815 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2816 solib-irix.o.
2817 * config/mips/irix6.mt (TDEPFILES): Likewise.
2818 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2819
ab2eaf26
KB
28202002-07-26 Kevin Buettner <kevinb@redhat.com>
2821
177e4768 2822 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
2823 disabled (via ``#if 0'') includes.
2824
7244546a
KB
28252002-07-26 Kevin Buettner <kevinb@redhat.com>
2826
2827 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2828 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2829 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2830 Add support for the fpscr register.
2831 * rs6000-nat.c (regmap, fetch_inferior_registers)
2832 (store_inferior_registers, fetch_core_registers): Likewise.
2833
dd7be90a
KB
28342002-07-26 Kevin Buettner <kevinb@redhat.com>
2835
2836 * rs6000-nat.c (language.h): Include.
2837 (special_regs): Delete this array.
2838 (regmap): New function.
2839 (fetch_register, store_register): Use regmap() to map gdb
2840 register numbers to ptrace register numbers. Also, use
2841 outputs from regmap() to make decisions regarding type of
2842 ptrace() call to make. In particular, don't compare against
2843 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2844 (fetch_inferior_registers, store_inferior_registers): Where
2845 possible, obtain register numbers from tdep struct. Don't
2846 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2847 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2848 (LAST_UISA_SP_REGNUM): Delete.
2849
11bf77db
KB
28502002-07-25 Kevin Buettner <kevinb@redhat.com>
2851
2852 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2853 (fetch_registers, store_register, fetch_core_registers): Don't
2854 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2855 regcache_collect() as appropriate.
2856 (find_toc_address): Format hex address with local_hex_string().
2857
06afebeb
AC
28582002-07-25 Andrew Cagney <ac131313@redhat.com>
2859
2860 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2861 bfd/elf32-frv.c.
2862
8c554d79
TT
28632002-07-24 Tom Tromey <tromey@redhat.com>
2864
2865 * jv-exp.y: Marked all strings with _().
2866 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2867 internal_error.
2868 (MethodInvocation, CastExpression, parse_number, yyerror,
2869 java_type_from_name, push_expression_name, yylex): Typo fixes.
2870
e4c242d9
DJ
28712002-07-24 Daniel Jacobowitz <drow@mvista.com>
2872
2873 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2874 (tee_file_flush, tee_file_write, tee_file_fputs)
2875 (tee_file_isatty): New.
2876 * ui-file.h (tee_file_new): Add prototype.
2877
ebf56fd3
AS
28782002-07-24 Aidan Skinner <aidan@velvet.net>
2879
2880 * ada-lang.c: Change k&r style function definitions to prototyped
2881 form.
2882 * ada-typeprint.c: Change k&r style function definitions to prototyped
2883 form.
2884 * ada-valprint.c: Change k&r style function definitions to prototyped
2885 form.
2886
7fb623f7
AC
28872002-07-24 Andrew Cagney <cagney@redhat.com>
2888
2889 * README: Remove reference to remote-bug.
2890 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2891 remote-bug.c.
2892 (m88k-nat.o): Delete rule.
2893 (m88k-tdep.o): Delete rule.
2894 (remote-bug.o): Delete rule.
2895 * MAINTAINERS: Mark as obsolete.
2896 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2897 * m88k-tdep.c: Make file obsolete.
2898 * config/m88k/m88k.mh: Ditto.
2899 * config/m88k/delta88v4.mh: Ditto.
2900 * config/m88k/delta88v4.mt: Ditto.
2901 * config/m88k/delta88.mt: Ditto.
2902 * config/m88k/delta88.mh: Ditto.
2903 * remote-bug.c: Ditto.
2904 * config/m88k/tm-delta88.h: Ditto.
2905 * config/m88k/nm-delta88v4.h: Ditto.
2906 * config/m88k/xm-delta88.h: Ditto.
2907 * config/m88k/xm-dgux.h: Ditto.
2908 * config/m88k/tm-m88k.h: Ditto.
2909 * config/m88k/nm-m88k.h: Ditto.
2910 * config/m88k/tm-delta88v4.h: Ditto.
2911 * m88k-nat.c: Ditto.
2912 * cxux-nat.c: Ditto.
2913 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2914 and m88*-*-* obsolete.
2915 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2916 m88*-*-* obsolete.
2917
37611a2b
AC
29182002-07-24 Andrew Cagney <cagney@redhat.com>
2919
2920 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2921 constant. Same for local pointer variables.
2922 (extract_signed_integer): Ditto.
2923 * defs.h (extract_unsigned_integer): Update.
2924 (extract_signed_integer): Update.
2925
1aaa5f99
AC
29262002-07-24 Andrew Cagney <cagney@redhat.com>
2927
2928 * regcache.c (regcache_raw_write): Change buf parameter to a
2929 constant void pointer.
2930 (regcache_raw_read): Change buf parameter to a void pointer.
2931 (legacy_write_register_gen): Change myaddr parameter a constant
2932 void pointer.
2933 (supply_register): Change val parameter to a const void pointer.
2934 * regcache.h (regcache_raw_write): Update declaration.
2935 (regcache_raw_read): Update declaration.
2936 (supply_register): Update declaration.
2937
b4f5539f
TT
29382002-07-24 Tom Tromey <tromey@redhat.com>
2939
2940 * defs.h (gdb_readline_wrapper): Declare.
2941 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2942 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2943 * top.c (gdb_readline_wrapper): New function.
2944 (command_line_input): Use it.
2945
0818c12a
AC
29462002-07-24 Andrew Cagney <cagney@redhat.com>
2947
2948 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2949 regcache_read and regcache_write.
2950 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2951 * regcache.c: Update.
2952 * sh-tdep.c (sh64_push_arguments): Update comment.
2953 (sh_pseudo_register_read): Update.
2954 (sh_pseudo_register_write): Update.
2955 (sh4_register_read): Update.
2956 (sh4_register_write): Update.
2957 (sh64_pseudo_register_read): Update.
2958 (sh64_pseudo_register_write): Update.
2959 (sh64_register_read): Update.
2960 (sh64_register_write): Update.
2961 * i386-tdep.c (i386_extract_return_value): Update.
2962 (i386_extract_struct_value_address): Update.
2963 (i386_extract_return_value): Update.
2964 * blockframe.c (generic_read_register_dummy): Update.
2965 (generic_call_dummy_register_unwind): Update
2966 * infrun.c (write_inferior_status_register): Update.
2967
f7321c06
JB
29682002-07-23 Jim Blandy <jimb@redhat.com>
2969
2970 * parser-defs.h (expression_context_pc): Make this extern.
2971 (Thanks to Michael Snyder.)
2972
2037aebb
AC
29732002-07-23 Andrew Cagney <ac131313@redhat.com>
2974
2975 GDB 5.2.1 released from 5.2 branch.
2976 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2977 * README: Update to mention 5.2.1.
2978
66504d44
MS
29792002-07-23 Mark Salter <msalter@redhat.com>
2980
2981 * remote.c (remote_read_bytes): Fix check for error.
2982
27bae383
KB
29832002-07-22 Kevin Buettner <kevinb@redhat.com>
2984
2985 * aix-thread.c (language.h): Include.
2986 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2987 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2988 Print newlines at end of debug messages.
2989 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2990 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2991
29922002-07-22 Kevin Buettner <kevinb@redhat.com>
2993
2994 * aix-thread.c (ppc-tdep.h): Include.
2995 (special_register_p): New function.
2996 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2997 (store_regs_user_thread): Use register number information from
2998 gdbarch_tdep struct instead of hardcoded offsets relative to
2999 FIRST_UISA_SP_REGNUM.
3000 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3001 special_register_p() instead of using FPLAST_REGNUM and
3002 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3003 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3004 will be MQ's register number.
3005
30062002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3007
3008 * aix-thread.c (ops): Rename to aix_thread_ops.
3009 (base_ops): Rename to base_target.
3010 (ops_attach): Rename to aix_thread_attach.
3011 (ops_detach): Rename to aix_thread_detach.
3012 (ops_resume): Rename to aix_thread_detach.
3013 (ops_wait): Rename to aix_thread_wait.
3014 (ops_kill): Rename to aix_thread_kill.
3015 (init_ops): Rename to init_aix_thread_ops.
3016 (ops_fetch_register): Rename to aix_thread_fetch_register.
3017 (ops_store_register): Rename to aix_thread_store_register.
3018 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3019 (ops_thread_alive): Rename to aix_thread_thread_alive.
3020 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3021 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3022 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3023 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3024 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3025 (store_regs_lib): Rename to store_regs_user_thread.
3026 (store_regs_kern): Rename to store_regs_kernel_thread.
3027
27bae383 30282002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3029
3030 * aix-thread.c (ops_prepare_to_store): Eliminate.
3031 (init_ops): Don't initialize ops.prepare_to_store.
3032 (store_regs_kern): Pre-fetch register buffers from child,
3033 because some registers may not be in the cache. Copy
3034 regs from register cache only if they are cached.
3035 (store_regs_lib): Copy regs from register cache only
3036 if they are cached.
3037 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3038 fill_gprs64): Ditto.
3039
61c5da0b
KB
30402002-07-22 Kevin Buettner <kevinb@redhat.com>
3041
3042 * aix-thread.c (gdb_assert.h): Include.
3043 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3044 register sizes (from register cache) match size of buffer holding
3045 register data.
3046 (fill_sprs32): Change parameter types to match those in the ptrace()
3047 buffer.
3048 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3049 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3050
30512002-07-22 Michael Snyder <msnyder@redhat.com>
3052
3053 * aix-thread.c (supply_sprs64): Cosmetic change.
3054 (supply_sprs32): Cosmetic change.
3055 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3056 (fill_sprs64): Use regcache_collect instead of read_register.
3057 (store_regs_lib): Use regcache_collect instead of
3058 read_register. Use fill_sprs32 instead of fill_sprs64,
3059 if debugging a 32-bit architecture.
3060 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3061 out of the register cache, instead of passing a pointer into
3062 the register cache directly to ptrace. Use regcache_collect
3063 insteaad of read_register.
3064 (ops_prepare_to_store): Use target_read_registers instead
3065 of read_register_bytes.
3066
36479eb1
AS
30672002-07-20 Aidan Skinner <aidan@velvet.net>
3068
3069 * MAINTAINERS: Add self under write after approval.
3070
80ae6ee2
AS
30712002-07-20 Aidan Skinner <aidan@velvet.net>
3072
3073 * ada-tasks.c: Change k&r style function definitions to prototyped
3074 form.
3075
8a8ab2b9
AC
30762002-07-19 Andrew Cagney <ac131313@redhat.com>
3077
3078 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3079 * x86-64-tdep.c: Include "objfiles.h".
3080 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3081 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3082
fb16b900
ML
30832002-07-17 Michal Ludvig <michal@suse.cz>
3084
3085 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3086 (update_context): Initialise cfa variable.
3087
0fe7bf7b
MS
30882002-07-17 Michael Snyder <msnyder@redhat.com>
3089
3090 * aix-thread.c: Shorten some long lines.
3091 Bring comments into line with code spec.
3092
488f131b
JB
30932002-07-18 Joel Brobecker <brobecker@gnat.com>
3094
3095 * infrun.c: Re-indent using gdb_indent.sh.
3096
46c415d2
JB
30972002-07-18 Joel Brobecker <brobecker@gnat.com>
3098
3099 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3100 Leave the indentation temporarily untouched, to minimize the diffs.
3101
cdecafbe
EZ
31022002-07-18 Elena Zannoni <ezannoni@redhat.com>
3103
3104 * stabsread.c: Make os9k sections of the code obsolete,
3105 for real this time.
3106 * stabsread.h: Make os9k sections of the code obsolete.
3107
7b6aa020
ML
31082002-07-18 Michal Ludvig <mludvig@suse.cz>
3109
09ec9b38
ML
3110 * linux-low.c (regsets_store_inferior_registers): Add free()
3111 at the end of a loop to prevent memory leak.
3112 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3113 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3114 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3115 line a comment.
4894ac5d 3116 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3117
233282cd
JB
31182002-07-17 Jim Blandy <jimb@redhat.com>
3119
3120 * macrocmd.c (info_macro_command): Remove newline from error
3121 message.
3122
7b6aa020 31232002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3124
3125 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3126 (sh_gdbarch_init): Use it for sh-dsp.
3127
f7ef9339
KB
31282002-07-16 Kevin Buettner <kevinb@redhat.com>
3129
3130 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3131 64-bit DWARF2 format.
3132
8dd72958
JB
31332002-07-16 Joel Brobecker <brobecker@gnat.com>
3134
3135 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3136 <sys/proc.h> when not available.
3137
a99a9e1b
AC
31382002-07-16 Andrew Cagney <ac131313@redhat.com>
3139
3140 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3141 * stabsread.c: Make os9k sections of the code obsolete.
3142 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3143 * config/i386/i386os9k.mt: Make file obsolete.
3144 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3145 (COMMON_OBS): Remove os9kread.o
3146 (SFILES): Remove os9kread.c.
3147 (os9kread.o, remote-os9k.o): Make target obsolete.
3148 * remote-os9k.c: Make file obsolete.
3149 * os9kread.c: Make file obsolete.
3150 * Makefile.in
3151
7a3085c1
AC
31522002-07-16 Andrew Cagney <ac131313@redhat.com>
3153
3154 * NEWS: Mention that the FR30 has been made obsolete.
3155 * fr30-tdep.c: Make file obsolete.
3156 * config/fr30/tm-fr30.h: Ditto.
3157 * config/fr30/fr30.mt: Ditto.
3158 * configure.tgt: Make fr30-*-elf obsolete.
3159 * MAINTAINERS: Make fr30-elf obsolete.
3160
28a93f5a
PM
31612002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3162
3163 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3164 found is not inside a section.
3165
be006b8b
KB
31662002-07-15 Kevin Buettner <kevinb@redhat.com>
3167
3168 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3169 strerror().
3170 (pdc_realloc): Use xrealloc() instead of realloc().
3171
14fa3751
KB
31722002-07-15 Kevin Buettner <kevinb@redhat.com>
3173
3174 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3175 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3176 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3177 macros.
3178
42cc437f
KB
31792002-07-15 Kevin Buettner <kevinb@redhat.com>
3180
3181 * aix-thread.c (ptrace_check): Eliminate goto.
3182 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3183 problem.
3184
8e2c28d4
KB
31852002-07-15 Kevin Buettner <kevinb@redhat.com>
3186
3187 * aix-thread.c (gdbcmd.h): Include.
3188 (DEBUG, DBG, DBG2, dbg): Eliminate.
3189 (debug_aix_thread): New static global.
3190 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3191 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3192 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3193 invocations to DBG and DBG2 macros to test against
3194 ``debug_aix_thread'' and call fprintf_unfiltered().
3195 (_initialize_aix_thread): Add new command "set debug aix-thread".
3196
30413464
AC
31972002-07-15 Andrew Cagney <ac131313@redhat.com>
3198
3199 From Gerhard Tonn <TON@de.ibm.com>:
3200 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3201 instead of supply_register.
3202
7c43edc1
AC
32032002-07-15 Andrew Cagney <ac131313@redhat.com>
3204
3205 * dwarf2cfi.c: Include "gdb_assert.h".
3206 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3207 non-NULL.
3208 (update_context): Do not use __func__. Add missing ``break''.
3209 (update_context): Do not use __func__.
3210
9364a0ef
EZ
32112002-07-15 Elena Zannoni <ezannoni@redhat.com>
3212
3213 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3214 and its setting. Set gdbarch instruction printing functions
3215 directly. For non-rs6000 case use new function
3216 gdb_print_insn_powerpc.
3217 (gdb_print_insn_powerpc): New function.
3218
3fbeef0b
AC
32192002-07-13 Andrew Cagney <ac131313@redhat.com>
3220
92eb23c5 3221 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3222 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3223 * configure.tgt: Mark d30v-*-* as obsolete.
3224 * d30v-tdep.c: Mark file as obsolete.
3225 * config/d30v/d30v.mt: Ditto.
3226 * config/d30v/tm-d30v.h: Ditto.
3227
aacb1f0a
AS
32282002-07-13 Aidan Skinner <aidan@velvet.net>
3229
3230 * ada-tasks.c (add_task_entry): replace calls to
3231 malloc() with xmalloc
3232 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3233
3234 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3235 ada_finish_decode_line_1, all_sals_for_line
3236 ada_breakpoint_rewrite): replace calls to free() with xfree()
3237
c11d79f2
KB
32382002-07-12 Kevin Buettner <kevinb@redhat.com>
3239
3240 From Nicholas Duffek (with minor changes by Martin Hunt,
3241 Louis Hamilton, and Kevin Buettner):
3242 * aix-thread.c: New file.
3243
8e19ed76
PS
32442002-07-12 Petr Sorfa <petrs@caldera.com>
3245
3246 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3247 complaint for invalid attribute class or form.
3248 (read_func_scope): DW_AT_frame_base
3249 better handling of DW_AT_block*.
3250 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3251 better handling of DW_AT_block*.
3252 (read_common_block): DW_AT_location
3253 better handling of DW_AT_block*.
3254 (read_partial_die): DW_AT_location better handling
3255 of DW_AT_block*.
3256 (new_symbol): DW_AT_external better handling of
3257 DW_AT_block*. Proper initialization of variable
3258 "addr".
3259 (attr_form_is_block): New function that returns true
3260 if the attribute's form is of DW_FORM_block*.
3261
295401f7
DJ
32622002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3263
3264 * valops.c (find_method_list): Remove comment about
3265 removed STATIC_MEMFUNCP argument.
3266 (value_find_oload_method_list): Likewise.
3267
e42dc924
KB
32682002-07-12 Kevin Buettner <kevinb@redhat.com>
3269
3270 From Nicholas Duffek:
3271 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3272 target_new_objfile_hook.
3273
6904b546
KB
32742002-07-12 Kevin Buettner <kevinb@redhat.com>
3275
3276 From Nicholas Duffek:
3277 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3278 csect.
3279
53fe9346
AC
32802002-07-12 Andrew Cagney <cagney@redhat.com>
3281
3282 * MAINTAINERS: Mention --enable-sim-build-warnings.
3283 (m68hc11-elf): Disable sim build warnings.
3284 (m32r-elf): Mark as broken obsolete candidate.
3285 (x86_64-linux-gnu): Mark as buildable with -Werror.
3286 (arm-elf): Change -w to ``,'' which enables warnings but not
3287 -Werror.
3288
af5f3db6
AC
32892002-07-12 Andrew Cagney <ac131313@redhat.com>
3290
3291 * bcache.h: Update copyright.
3292 (struct bstring, struct bcache): Move definition to "bcache.c".
3293 Replaced by opaque declaration.
3294 (bcache_xfree): Replace free_bcache.
3295 (bcache_xmalloc, bcache_memory_used): Declare.
3296
3297 * bcache.c: Update copyright.
3298 (struct bstring, struct bcache): Moved to here from "bcache.h".
3299 Update comments.
3300 (bcache_xmalloc, bcache_memory_used): New functions.
3301 (bcache_xfree): Replace function free_bcache.
3302
3303 * Makefile.in (objfiles.o): Add $(bcache_h).
3304 (objfiles_h): Remove $(bcache_h).
3305 (symfile.o): Add $(bcache_h).
3306
3307 * symmisc.c: Update copyright.
3308 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3309 (print_objfile_statistics): Use bcache_memory_used.
3310
3311 * symfile.c: Include "bcache.h".
3312 (reread_symbols): Use bcache_xfree.
3313 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3314 (add_psymbol_to_list): Pass psymbol_cache by value.
3315 (add_psymbol_with_dem_name_to_list): Ditto.
3316
3317 * objfiles.h: Update copyright.
3318 (struct bcache): Declare opaque. Do not include "bcache.h".
3319 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3320 bcache'' pointers.
3321 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3322
3323 * objfiles.c: Include "bcache.h". Update copyright.
3324 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3325 macro_cache.
3326 (free_objfile): Use bcache_xfree.
3327
444199e7
GS
33282002-07-11 Grace Sainsbury <graces@redhat.com>
3329
3330 * monitor.c (monitor_fetch_register): Make name a constant.
3331 (monitor_store_register): Same.
3332
261397f8
DJ
33332002-07-11 Daniel Jacobowitz <drow@mvista.com>
3334
3335 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3336 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3337 (finish_block) For non-function blocks, hash the symbol table. For
3338 function blocks, mark the symbol table as unhashed.
3339 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3340 (msymbol_hash_iw): Likewise.
3341 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3342 value.
3343 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3344 (lookup_minimal_symbol): Likewise for both.
3345 * symtab.h (struct block): Add `hashtable' flag. Comment the
3346 hashtable.
3347 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3348 (ALL_BLOCK_SYMBOLS): Update.
3349 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3350 (struct symbol): Add `hash_next' pointer.
3351 * symtab.c (lookup_block_symbol): Search using the hash table when
3352 possible.
3353 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3354 (search_symbols, find_addr_symbol): Likewise.
3355
3356 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3357 (read_dst_symtab): Likewise.
3358 * jv-lang.c (get_java_class_symtab): Likewise.
3359 * mdebugread.c: Include "gdb_assert.h".
3360 (shrink_block): Assert that the block being modified is not hashed.
3361 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3362 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3363 symbols.
3364 (dump_symtab): Recognize hashed blocks.
3365 * printcmd.c (print_frame_args): Assert that function blocks do not
3366 have hashed symbol tables.
3367 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3368 (fill_in_ada_prototype, debug_print_block): Likewise.
3369 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3370
6f0eaa01
CV
33712002-07-11 Corinna Vinschen <vinschen@redhat.com>
3372
3373 * stack.c (print_frame): Use result of frame_address_in_block()
3374 instead of fi->pc when evaluating symbols.
3375 (backtrace_command_1): Ditto.
3376
a208b0cb
AC
33772002-07-11 Andrew Cagney <cagney@redhat.com>
3378
3379 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3380 Make static.
3381
3382 * arm-tdep.c (arm_register_name): Make return type constant.
3383
a6b6b089
AC
33842002-07-10 Andrew Cagney <ac131313@redhat.com>
3385
5ae5f592
AC
3386 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3387 prototype.
3388 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3389 * s390-tdep.c (s390_fp_regnum): Ditto.
3390 (s390_read_fp): Ditto.
3391 (s390_pop_frame): Ditto.
3392 (_initialize_s390_tdep): Ditto.
3393 * remote.c (get_remote_state): Ditto.
3394 * procfs.c (mappingflags): Ditto.
3395 * memattr.c (_initialize_mem): Ditto.
3396 * mcore-tdep.c (mcore_pop_frame): Ditto.
3397 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3398 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3399 * language.c (set_case_str): Ditto.
3400 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3401 * frv-tdep.c (new_variant): Ditto.
3402 (frv_stopped_data_address): Ditto.
3403 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3404 (context_alloc): Ditto.
3405 (frame_state_alloc): Ditto.
3406 (unwind_tmp_obstack_init): Ditto.
3407 (unwind_tmp_obstack_free): Ditto.
3408 (cfi_read_fp): Ditto.
3409 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3410 (cris_pop_frame): Ditto.
3411 * c-lang.c (scanning_macro_expansion): Ditto.
3412 (finished_macro_expansion): Ditto.
3413 (c_preprocess_and_parse): Ditto.
3414 * gdbarch.sh: Ditto.
3415 * gdbarch.h, gdbarch.c: Regenerate.
3416 * config/mn10200/tm-mn10200.h: Adjust indentation.
3417 * target.c: Adjust indentation.
3418 * symtab.h: Adjust indentation.
3419 * stabsread.h: Adjust indentation.
3420 * remote-es.c: Adjust indentation.
3421 * os9kread.c: Adjust indentation.
3422
34232002-07-10 Andrew Cagney <ac131313@redhat.com>
3424
a6b6b089
AC
3425 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3426 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3427
a1789893
GS
34282002-07-10 Grace Sainsbury <graces@redhat.com>
3429
3430 * NEWS: Mention m68k, mcore multi-arching.
3431 * MAINTAINERS: Change status of m68k, mcore to reflect
3432 multi-arching.
3433
02f0d45d
DJ
34342002-07-10 Daniel Jacobowitz <drow@mvista.com>
3435
3436 * valops.c (find_overload_match): Free oload_syms.
3437
f15f768e
JB
34382002-07-09 Joel Brobecker <brobecker@gnat.com>
3439
3440 Define HAVE_SYS_PROC_H if sys/proc.h exists
3441 * configure.in: Add check for sys/proc.h
3442 * config.in: Regenerate.
3443 * configure: Regenerate.
3444
902a7139
GS
34452002-07-09 Grace Sainsbury <graces@redhat.com>
3446
3447 * config/m68k/tm-m68k.h: Remove macros wrapped in
3448 #if !GDB_MULTI_ARCH.
3449
a534e424
AC
34502002-07-08 Andrew Cagney <ac131313@redhat.com>
3451
3452 * config.in, configure: Regenerate.
3453
9b94f7bf
MK
34542002-07-08 Mark Kettenis <kettenis@gnu.org>
3455
3456 * dwarf2cfi.c: Include "gcore.h".
3457 (execute_stack_op): Fix implementation of the
3458 DW_OP_deref and DW_OP_deref_size operators by letting do their
3459 lookup in the target.
3460
1d34db41
MK
34612002-07-07 Mark Kettenis <kettenis@gnu.org>
3462
3463 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3464 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3465 tdep->sc_sp_offset.
3466
79d5b63a
DJ
34672002-07-05 Daniel Jacobowitz <drow@mvista.com>
3468
3469 Fix PR gdb/595, gdb/602
3470 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3471 Don't call value_cast, just read the vtable pointer; update comments
3472 to match.
3473
3bb912e8
GS
34742002-07-05 Grace Sainsbury <graces@redhat.com>
3475
3476 * config/mcore/tm-mcore.h: Remove file.
3477 * config/mcore/mcore.mt: Remove definition of TM_FILE
3478 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3479
ca39387d
MK
34802002-07-05 Mark Kettenis <kettenis@gnu.org>
3481
3482 * i386bsd-tdep.c: Include "gdb_string.h".
3483
efdc1108
GS
34842002-07-04 Grace Sainsbury <graces@redhat.com>
3485
3486 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3487 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3488 mcore-tdep.
3489 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3490 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3491 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3492 (RETVAL_REGNUM): Move macros from tm-mcore.h
3493 (mcore_reg_struct_has_addr): New function.
3494 (mcore_gdbarch_init): Added initializations for the macros removed
3495 from tm-mcore.h.
3496
bb21884d
MK
34972002-07-04 Mark Kettenis <kettenis@gnu.org>
3498
3499 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3500 traditonal string branding within the ELF header.
3501
228c6d41
DJ
35022002-07-04 Daniel Jacobowitz <drow@mvista.com>
3503
3504 * symtab.c (remove_params): New function.
3505 (make_symbol_overload_list): Use it instead of cplus_demangle.
3506 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3507
2404952e
MK
35082002-07-04 Mark Kettenis <kettenis@gnu.org>
3509
e5e4acad
MK
3510 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3511
baadce09
MK
3512 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3513 New variables.
3514 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3515 and tdep->sigtramp_end.
3516 * i386obsd-nat.c: New file.
3517 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3518
2404952e
MK
3519 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3520 Don't call get_current_frame().
3521
9b4f1ba7
PM
35222002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3523
3524 * i386-nat.c (child_post_startup_inferior): New function
3525 calling i386_cleanup_dregs if
3526 I386_USE_GENERIC_WATCHPOINTS is defined.
3527 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3528 conditional to acknowledge that i386-nat.c has its
3529 own child_post_startup_inferior function.
3530
c0d1d883
MK
35312002-07-04 Mark Kettenis <kettenis@gnu.org>
3532
00f8375e
MK
3533 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3534 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3535 instead of MAX_REGISTER_RAW_SIZE.
3536 (i386_extract_return_value, i386_extract_struct_value_address):
3537 Convert to use regcache.
3538 (i386_gdbarch_init): Set max_register_raw_size and
3539 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3540 Set extract_return_value and extract_struct_value_address instead
3541 of their deprecated variants.
3542
c0d1d883
MK
3543 Convert i386 target to generic dummy frames.
3544 * i386-tdep.c: Include "symfile.h".
3545 (i386_frameless_signal_p): Consider a function to be frameless if
3546 the pc points at the first instruction of the function.
3547 (i386_frame_chain): Handle (generic) call dummies.
3548 (i386_frame_saved_pc): Likewise.
3549 (i386_frame_init_saved_regs): Remove code dealing with call
3550 dummies on the stack.
3551 (i386_push_dummy_frame): Removed.
3552 (i386_call_dummy_words): Removed.
3553 (i386_fix_call_dummy): Removed.
3554 (i386_push_return_address): New function.
3555 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3556 parameter, and don't call get_current_frame.
3557 (i386_pop_frame): New function.
3558 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3559 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3560 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3561 call_dummy_length to 0, set call_dummy_words to NULL, set
3562 sizeof_call_dummy_words to 0, set fix_call_dummy to
3563 generic_fix_call_dummy, set pc_in_call_dummy to
3564 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3565 generic_push_dummy_frame, set push_return_address to
3566 i386_push_return_address and set frame_chain_valid to
3567 generic_file_frame_chain_valid.
3568
049ee0e4
AC
35692002-07-03 Andrew Cagney <ac131313@redhat.com>
3570
3571 * gdbarch.sh (struct regcache): Add opaque declaration.
3572 (EXTRACT_RETURN_VALUE): New architecture method.
3573 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3574 * gdbarch.h, gdbarch.c: Regenerate.
3575 * arch-utils.c (legacy_extract_return_value): New function.
3576 * arch-utils.h (legacy_extract_return_value): Declare.
3577 * values.c (value_being_returned): Re-enable code handling
3578 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3579 deprecated_grub_regcache_for_registers call to block handling
3580 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3581 (EXTRACT_RETURN_VALUE): Do not define.
3582
4e0d9804
GS
35832002-07-03 Grace Sainsbury <graces@redhat.com>
3584
3585 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3586 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3587 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3588 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3589 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3590 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3591 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3592 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3593 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3594 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3595 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3596 argument so the function fits the prototype in the architecture
3597 vector.
3598 (mcore_pop_frame): Remove argument so the function fits the
3599 prototype. Use get_current_frame instead of the argument.
3600 (mcore_push_arguments): Change type of struct_return so the
3601 function can be used in the architecture vector.
3602 (mcore_store_struct_return): Add.
3603 (mcore_frame_init_saved_regs): Add.
3604 (mcore_gdbarch_init): Add function calls to replace the macros
3605 removed from tm-mcore.h
3606
36160dc4
AC
36072002-07-03 Andrew Cagney <ac131313@redhat.com>
3608
3609 * infcmd.c (print_return_value): Remove compatibility code calling
3610 deprecated_grub_regcache_for_registers.
3611
3612 * values.c: Include "regcache.h".
3613 (value_being_returned): Update. Use
3614 deprecated_grub_regcache_for_registers to extract the register
3615 buffer address.
3616 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3617 ``struct regcache''.
3618 * Makefile.in (values.o): Add dependency on $(regcache_h).
3619
3620 * inferior.h (run_stack_dummy): Change type of second parameter to
3621 a ``struct regcache''.
3622 * valops.c (hand_function_call): Change type of retbuf to ``struct
3623 regcache''. Allocate using regcache_xmalloc, clean using
3624 make_cleanup_regcache_xfree.
3625 * infcmd.c (run_stack_dummy): Update. Use
3626 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3627
3628 * regcache.c (do_regcache_xfree): New function.
3629 (make_cleanup_regcache_xfree): New function.
3630 * regcache.h (make_cleanup_regcache_xfree): Declare.
3631
e64d9b3d
MH
36322002-07-03 Martin M. Hunt <hunt@redhat.com>
3633
4dd79c29
MH
3634 * event-top.c (command_line_handler): Don't read past
3635 beginning of buffer.
e64d9b3d 3636
4dd79c29
MH
36372002-07-03 Martin M. Hunt <hunt@redhat.com>
3638
e64d9b3d
MH
3639 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3640 struct frame_id.
3641 (varobj_create): Store frame_id for root.
3642 (varobj_gen_name): Use xasprintf.
3643 (varobj_update): Save and restore frame using get_frame_id() and
3644 frame_find_by_id().
3645 (create_child): Use xasprintf.
3646 (new_root_variable): Initialize frame_id.
3647 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3648 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3649 to prevent memory leak.
3650
26e6c56a
AC
36512002-07-03 Andrew Cagney <ac131313@redhat.com>
3652
3653 * valops.c (hand_function_call): Move declaration of retbuf to
3654 start of function, allocate using malloc, add a cleanup but before
3655 the inf_status cleanup, cleanup the buffer. Rename local variable
3656 old_chain to inf_status_cleanup.
3657
f436dd25
MH
36582002-07-03 Martin M. Hunt <hunt@redhat.com>
3659
3660 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3661
3662 * cli/cli-decode.c (cmd_func_p): New function.
3663 (cmd_func): New function.
3664
3665 * command.h: Add cmd_func() and cmd_func_p().
3666
4cfe2084
GS
36672002-07-03 Grace Sainsbury <graces@redhat.com>
3668
3669 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3670 (REGISTER_SIZE): Remove.
3671 (MAX_REGISTER_RAW_SIZE): Remove.
3672 (REGISTER_VIRTUAL_TYPE): Remove.
3673 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3674 (REGISTER_NAME): Remove.
3675 (USE_GENERIC_DUMMY_FRAMES): Remove.
3676 (CALL_DUMMY): Remove.
3677 (CALL_DUMMY_START_OFFSET): Remove.
3678 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3679 (CALL_DUMMY_LOCATION): Remove.
3680 (FIX_CALL_DUMMY): Remove.
3681 (CALL_DUMMY_ADDRESS): Remove.
3682 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3683 (SAVE_DUMMY_FRAME_TOS): Remove.
3684 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3685 (mcore_register_virtual_type): New function.
3686 (mcore_register_byte): New function.
3687 (mcore_register_size): New function.
3688 (mcore_register_name): New function.
3689 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3690 macros removed from tm-mcore.h.
3691 (mcore_dump_tdep): Add.
3692 (_initialize_mcore_tdep): Add gdbarch_register call.
3693
4fd667e9
MK
36942002-07-03 Mark Kettenis <kettenis@gnu.org>
3695
3696 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3697 frameless_look_for_prologue, such that we actually call this
3698 function.
3699
42f99ac2
JB
37002002-07-02 Joel Brobecker <brobecker@gnat.com>
3701
3702 * frame.h (frame_address_in_block): New function.
3703
3704 * blockframe.c (frame_address_in_block): New function extracted
3705 from get_frame_block().
3706 (get_frame_block): Use frame_address_in_block().
3707 (block_innermost_frame): Use frame_address_in_block() to match
3708 the frame pc address against the block boundaries rather than
3709 the frame pc directly. This prevents a failure when a frame pc
3710 is actually a return-address pointing immediately after the end
3711 of the given block.
3712
103a1597 37132002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3714
3715 * MAINTAINERS: Add self under write after approval.
3716
37172002-07-02 Grace Sainsbury <graces@redhat.com>
3718
103a1597
GS
3719 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3720 used in architecture vector. The default is
3721 m68k_local_breakpoint_from_pc.
3722 (m68k_local_breakpoint_from_pc): Add.
3723 (enum): Add register numbers from tm-m68k.h.
3724 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3725 vector.
3726 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3727 GDB_MULTI_ARCH_PARTIAL.
3728 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3729 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3730 m68k-tdep.c.
3731 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3732 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3733 to enum in m68k-tdep.c
3734
7a5a0534
JB
37352002-07-02 Joel Brobecker <brobecker@gnat.com>
3736
3737 * solib-osf.c (open_map): Compute the list of shared libraries
3738 loaded by the inferior, rather than the list of libraries loaded
3739 by GDB itself. Otherwise, GDB ends up reading the symbols from
3740 the wrong shared libraries...
3741
6f558d74
MK
37422002-07-02 Mark Kettenis <kettenis@gnu.org>
3743
b7d15bf7
MK
3744 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3745 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3746 macros.
3747 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3748 Remove functions.
3749 (FRAMELESS_SIGNAL): Remove function.
3750 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3751 i386_linux_saved_pc_after_call): Removed.
3752 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3753 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3754 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3755
6bff26de
MK
3756 * i386-tdep.c (i386_frameless_signal_p): New function.
3757 (i386_frame_chain): Deal with frameless signals.
3758 (i386_sigtramp_saved_sp): New function.
3759 (i386_frame_saved_pc): Deal with frameless signals.
3760 (i386_saved_pc_after_call): Make sure the correct value is
3761 returned just after entry into a sigtramp.
3762 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3763 i386fbsd4_sc_sp_offset): New variables.
3764 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3765 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3766 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3767 similiar to what we already did for sc_pc_offset.
3768 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3769 tdep->sc_sp_offset.
3770
6f558d74
MK
3771 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3772
145564b7
ML
37732002-07-02 Michal Ludvig <mludvig@suse.cz>
3774
3775 * config/i386/tm-x86-64linux.h: New.
3776 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3777 definitions.
3778 * config/i386/nm-x86-64.h: Rename to ...
3779 * config/i386/nm-x86-64linux.h: ... this one.
3780 * config/i386/x86-64linux.mh: Reflect the above change.
3781
3a1e71e3
MK
37822002-07-01 Mark Kettenis <kettenis@gnu.org>
3783
21d0e8a4
MK
3784 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3785 with sigcontext_addr. Add sc_sp_offset.
3786 (i386bsd_sigtramp_saved_pc): Remove prototype.
3787 (i386bsd_sicontext_addr): Add prototype.
3788 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3789 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3790 (i386_svr4_sigtramp_saved_pc): Removed.
3791 (i386_svr4_sigcontext_addr): New function.
3792 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3793 Initialize tdep->sigcontext_addr instead. Initialize
3794 tdep->sc_pc_offset and tdep->sc_sp_offset.
3795 (i386_gdbarch_init): Likewise.
3796 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3797 any more.
3798 (i386bsd_sigtramp_saved_pc): Remove function.
3799 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3800 Initialize tdep->sigcontext_addr instead. Initialize
3801 tdep->sc_pc_offset.
3802 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3803 of tdep->sigtramp_saved_pc.
3804 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3805 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3806 instead.
3807
3a1e71e3
MK
3808 * i386-tdep.c (i386_frameless_function_invocation,
3809 i386_frame_num_args, i386_frame_init_saved_regs,
3810 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3811 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3812 i386_extract_return_value, i386_store_return_value,
3813 i386_extract_struct_value_address, i386_register_virtual_type,
3814 i386_register_convertible, i386_register_convert_to_virtual,
3815 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3816 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3817 static.
3818
52e9098c
MK
38192002-07-01 Mark Kettenis <kettenis@gnu.org>
3820
77b13a25
MK
3821 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3822
52e9098c
MK
3823 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3824 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3825 this macro. Include "value.h".
3826
1b372fff
AS
38272002-06-30 Aidan Skinner <aidan@velvet.net>
3828
3829 * ada-exp.tab.c: remove as it's a generated file
3830 * ada-lex.c: remove as it's a generated file
3831
9c5045b5
MK
38322002-06-30 Mark Kettenis <kettenis@gnu.org>
3833
4a93c5bb
MK
3834 * config/i386/tm-i386.h (struct frame_info, struct
3835 frame_saved_regs, struct value, struct type): Remove forward
3836 declarations.
3837
322d4fe0
MK
3838 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3839 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3840 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3841 (FILL_FPXREGSET): Define.
3842
fdd8263d
MK
3843 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3844
482e577b
MK
3845 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3846 i[3456]86-*-netbsd* case.
3847 * config/i386/tm-obsd.h: Removed.
3848 * config/i386/obsd.mt: Removed.
3849 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3850 core-aout.o.
3851 (MH_CFLAGS): Add -DYYDEBUG=0.
3852
6916549a
MK
3853 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3854 i386nbsd_sc_pc_offset on OpenBSD too.
3855
9c5045b5
MK
3856 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3857 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3858 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3859 define.
3860 * i386bsd-tdep.c: Include "arch-utils.h".
3861 (i386bsd_aout_in_solib_call_trampoline): New function.
3862 (i386bsd_init_abi): Set in_solib_call_trampoline to
3863 i386bsd_aout_in_solib_call_trampoline.
3864 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3865 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3866
aa84d1bb
AC
38672002-06-28 Andrew Cagney <ac131313@redhat.com>
3868
3869 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3870 (struct obstack, struct bcache): Add opaque declarations.
3871 * Makefile.in (macrotab_h): Update
3872
b4d83933
AC
38732002-06-28 Andrew Cagney <ac131313@redhat.com>
3874
3875 * blockframe.c (generic_find_dummy_frame): Change return type to
3876 ``struct regcache''.
3877 (struct dummy_frame): Replace field ``registers'' with regcache, a
3878 struct regcache object.
3879 (generic_find_dummy_frame): Update.
3880 (generic_push_dummy_frame): Update. Use regcache_xfree,
3881 regcache_xmalloc and regcache_cpy.
3882 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3883 regcache_xfree.
3884 (deprecated_generic_find_dummy_frame): Update.
3885 (generic_read_register_dummy): Update. Use
3886 regcache_read_as_address.
3887 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3888 (generic_get_saved_register): Update. Use regcache_read.
3889
08c0b5bc
AC
38902002-06-28 Andrew Cagney <ac131313@redhat.com>
3891
3892 * Makefile.in (objfiles_h): Add $(bcache_h).
3893 * objfiles.h: Include "bcache.h".
3894
3895 * Makefile.in (symtab_h): Remove $(bcache_h).
3896 * symtab.h: Do not include "bcache.h".
3897
1f89801a
AC
38982002-06-28 Andrew Cagney <ac131313@redhat.com>
3899
3900 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3901 generic_func_frame_chain_valid.
3902
b9644b58
DB
39032002-06-28 David O'Brien <obrien@FreeBSD.org>
3904
3905 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3906 * config/i386/tm-fbsd.h: Likewise.
3907
dd486634
AC
39082002-06-28 Andrew Cagney <ac131313@redhat.com>
3909
3910 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3911 generic_unwind_get_saved_register.
3912
0b434a00
AC
39132002-06-27 Andrew Cagney <ac131313@redhat.com>
3914
3915 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3916 * regcache.c (supply_register): Add missing argument to
3917 register_buffer call.
3918
f30e5a77
AC
39192002-06-27 Andrew Cagney <ac131313@redhat.com>
3920
3921 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3922 Solaris /bin/grep does not not like it. From Peter Schauer.
3923
9f064c95
TT
39242002-06-26 Tom Tromey <tromey@redhat.com>
3925
3926 * command.h (add_setshow_cmd): Declare.
3927 (add_setshow_cmd_full): Declare.
3928 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3929 returns void. Use add_setshow_cmd_full.
3930 (add_setshow_cmd_full): New function.
3931 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3932 (add_setshow_boolean_cmd): Likewise.
3933
099c7589
JT
39342002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3935
3936 * config/vax/tm-vax.h: Protect from multiple inclusion.
3937 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3938 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3939 * config/vax/tm-vaxbsd.h: ...here. New file.
3940 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3941
1d049c5e
JT
39422002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3943
3944 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3945 (BELIEVE_PCC_PROMOTION): Remove.
3946 (AP_REGNUM): Move to...
3947 * config/vax/nm-vax.h: ...here.
3948 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3949 (vax_breakpoint_from_pc): New function.
3950 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3951 and gdbarch_believe_pcc_promotion.
3952
4791e091
JT
39532002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3954
3955 * Makefile.in (vax_tdep_h): Define.
3956 (vax-tdep.o): Use $(vax_tdep_h).
3957 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3958 (vax_dump_tdep): New function.
3959 (_initialize_vax_tdep): Register vax_dump_tdep.
3960 * vax-tdep.h: Include osabi.h.
3961 (struct gdbarch_tdep): New.
3962
da130f98
AC
39632002-06-26 Andrew Cagney <cagney@redhat.com>
3964
3965 * frame.h (deprecated_generic_find_dummy_frame): Rename
3966 generic_find_dummy_frame.
3967 * blockframe.c (generic_find_dummy_frame): Make static.
3968 (deprecated_generic_find_dummy_frame): New function.
3969 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3970 generic_find_dummy_frame with deprecated_find_dummy_frame.
3971 (sh64_nofp_frame_init_saved_regs): Ditto.
3972 (sh_fp_frame_init_saved_regs): Ditto.
3973 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3974 (s390_frame_chain): Ditto.
3975 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3976
6300c360
GS
39772002-06-26 Grace Sainsbury <graces@redhat.com>
3978
3979 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3980 gdbarch vector are at the top.
3981 (NUM_REGS): Remove.
3982 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3983 (FRAME_ARGS_ADDRESS): Remove.
3984 (FRAME_LOCALS_ADDRESS): Remove.
3985 (FRAME_NUM_ARGS): Remove.
3986 (FRAME_ARGS_SKIP): Remove.
3987 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3988 (m68k_gdbarch_init): Add gdbarch initializations for macros
3989 undefined in tm-m68k.h
3990
1c617db8
GS
39912002-06-26 Grace Sainsbury <graces@redhat.com>
3992
3993 * monitor.h: Add the function regname to monitor_ops
3994 structure. This way NUM_REGS does not have to be a constant.
3995 * monitor.c (monitor_fetch_register): Added support for regname
3996 function. The function is called if the array regnames is NULL.
3997 (monitor_store_register): Same.
da130f98
AC
3998 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3999 regnames array.
1c617db8
GS
4000 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4001 cpu32bug_cmds.regname to point to new function.
4002 * abug-rom.c (abug_regname): Same as above.
4003 (init_abug_cmds): Same.
4004 * dbug-rom.c (dbug_regname): Same as above.
4005 (init_dbug_cmds): Same.
4006 * remote-est.c (est_regname): Same.
4007 (init_est_cmds): Same.
4008 * rom68k-rom.c (rom68k_regname): Same.
4009 (init_rom68k_cmds): Same.
4010
ea9365bb
TT
40112002-06-25 Tom Tromey <tromey@redhat.com>
4012
4013 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4014
72cec141
AC
40152002-06-25 Andrew Cagney <cagney@redhat.com>
4016
4017 * infrun.c (stop_registers): Change variable's type to ``struct
4018 regcache'''.
4019 (xmalloc_inferior_status): Delete function.
4020 (free_inferior_status): Delete function.
4021 (normal_stop): Use regcache_cpy.
4022 (struct inferior_status): Change type of fields ``stop_registers''
4023 and ``registers'' to ``struct regcache''.
4024 (write_inferior_status_register): Use regcache_write.
4025 (save_inferior_status): Instead of calling
4026 xmalloc_inferior_status, allocate the inf_status buffer directly.
4027 Use regcache_dup_no_passthrough and regcache_dup to save the
4028 buffers.
4029 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4030 Replace the stop_registers regcache instead of overriding it. Use
4031 regcache_xfree. Instead of calling free_inferior_status, xfree
4032 the buffer directly.
4033 (discard_inferior_status): Use regcache_xfree. Instead of calling
4034 free_inferior_status, xfree the buffer directly.
4035 (build_infrun): Use regcache_xmalloc.
4036 (_initialize_infrun): Delete redundant call to build_infrun.
4037
4038 * Makefile.in (infcmd.o): Add $(regcache_h).
4039
4040 * infcmd.c: Include "regcache.h".
4041 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4042 obtain the address of `stop_registers' register buffer.
4043 (print_return_value): Ditto.
4044
4045 * inferior.h (struct regcache): Add opaque declaration.
4046 (stop_registers): Change variable's declared type to ``struct
4047 regcache''.
4048
defc6f8c
TT
40492002-06-24 Tom Tromey <tromey@redhat.com>
4050
c0e624e7
TT
4051 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4052 * target.c (initialize_targets): Fixed typo in
4053 trust-readonly-sections `show' documentation.
4054
defc6f8c
TT
4055 * main.c: Marked all strings with _().
4056
2b236d82
DH
40572002-06-24 Don Howard <dhoward@redhat.com>
4058
4059 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4060 that means max CORE_ADDR+1.
4061 (lookup_mem_region): Ditto.
4062 (mem_info_command): Ditto.
4063
942dc0e9
GS
40642002-06-24 Grace Sainsbury <graces@redhat.com>
4065
4066 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4067 (REGISTER_BYTES_OK): Remove.
4068 (REGISTER_BYTES): Remove.
4069 (STORE_STRUCT_RETURN): Remove.
4070 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4071 (STORE_RETURN_VALUE): Remove.
4072 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4073 (FRAME_CHAIN): Remove.
4074 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4075 (FRAME_SAVED_PC): Remove.
4076 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4077 (m68k_store_struct_return): Add.
4078 (m68k_deprecated_extract_return_value): Add.
4079 (m68k_deprecated_extract_struct_value_address): Add.
4080 (m68k_store_return_value): Add.
4081 (m68k_frame_chain): Add.
4082 (m68k_frameless_function_invocation): Add.
4083 (m68k_frame_saved_pc): Add.
4084 (m68k_gdbarch_init): added set_gdbarch calls for new
4085 functions and deleted macros.
4086
03c30d4d
TT
40872002-06-23 Tom Tromey <tromey@redhat.com>
4088
4089 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4090 (ALLDEPFILES): Likewise.
4091 (udiheaders): Removed.
4092 (udip2soc.o): Likewise.
4093 (udi2go32.o): Likewise.
4094 (udr.o): Likewise.
4095 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4096
37e71372
AC
40972002-06-22 Andrew Cagney <ac131313@redhat.com>
4098
06a6ac57
AC
4099 * infrun.c (_initialize_infrun): Delete unnecessary call to
4100 build_infrun.
4101
37e71372
AC
4102 * regcache.h: Update comments describing the regcache_cpy family
4103 of functions.
4104 (regcache_save, regcache_restore): Delete declaration.
4105 (regcache_save_no_passthrough): Delete declaration.
4106 (regcache_restore_no_passthrough): Delete declaration.
4107 * regcache.c (regcache_save): Delete function.
4108 (regcache_save_no_passthrough): Delete function.
4109 (regcache_restore): Delete function.
4110 (regcache_restore_no_passthrough): Delete function.
4111
78f6d055
AC
41122002-06-21 Andrew Cagney <ac131313@redhat.com>
4113
4114 * config/m68k/tm-m68k.h: Fix typo.
4115 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4116 (m68k_frame_init_saved_regs): Declare.
4117
78b119cb
JB
41182002-06-21 Jim Blandy <jimb@redhat.com>
4119
4120 Remove some vestiges of Harris 88k support.
4121 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4122 register numbering quirk.
4123 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4124 odd symbols occurring in Harris 88k ELF targets.
4125
0fbb3da7
TT
41262002-06-21 Tom Tromey <tromey@redhat.com>
4127
4128 * gdb_locale.h: New file.
4129 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4130 (defs_h): Added gdb_locale.h.
4131 * configure, config.in: Rebuilt.
4132 * configure.in (PACKAGE): Define.
4133 * defs.h: Include gdb_locale.h.
4134 * main.c (captured_main): Call setlocale, bindtextdomain,
4135 textdomain.
4136
456f8b9d
DB
41372002-06-21 Dave Brolley <brolley@redhat.com>
4138
4139 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4140 * config/frv/frv.mt: New file.
4141 * config/frv/tm-frv.h: New file.
4142 * configure.tgt: Support frv-*-*.
4143 * Makefile.in (frv-tdep.o): New target.
4144 * frv-tdep.c: New file.
4145 * NEWS: Mention frv.
4146
cdd463f9
DB
41472002-06-21 Dave Brolley <brolley@redhat.com>
4148
4149 * MAINTAINERS: Add self to "Write After Approval" list.
4150
5d3ed2e3
GS
41512002-06-21 Grace Sainsbury <graces@redhat.com>
4152
4153 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4154 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4155 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4156 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4157 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4158
4159 * m68k-tdep.c: Include arch-utils.h
4160 (m68k_register_raw_size): Add.
4161 (m68k_register_virtual_size): Add.
4162 (m68k_register_virtual_type): Add.
4163 (m68k_register_name): Add.
4164 (m68k_stack_align): Add.
4165 (m68k_register_byte): Add.
4166 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4167 tm-m68k.h.
4168
7f8e7424
GS
41692002-06-21 Grace Sainsbury <graces@redhat.com>
4170
a2c6a6d5 4171 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4172 m68k_find_saved_regs.
4173 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4174 references to it with frame->saved_regs.
7f8e7424
GS
4175 (m68k_gdbarch_init): Added function calls to initialize the
4176 gdbarch structure.
a2c6a6d5
GS
4177 (m68k_fix_call_dummy): Add.
4178 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4179 (CALL_DUMMY): Remove.
4180 (CALL_DUMMY_LENGTH): Remove.
4181 (CALL_DUMMY_START_OFFSET): Remove.
4182 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4183 (FIX_CALL_DUMMY): Remove.
4184 (PUSH_DUMMY_FRAME): Remove.
4185 (POP_FRAME): Remove.
7f8e7424 4186
f461f5cf
PM
41872002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4188
4189 * parse.c (parse_fprintf): New function used to avoid calls to
4190 fprintf in bison parser generated debug code.
4191 * parser-defs.h: Declaration of new parse_fprintf function.
4192 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4193 Set YYDEBUG to 1 by default.
4194 Set YYFPRINTF as parse_fprintf.
4195
7f0c12ed
ML
41962002-06-21 Michal Ludvig <mludvig@suse.cz>
4197
4198 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4199 encoding anymore.
4200 (pointer_encoding, enum ptr_encoding): New.
4201 (execute_cfa_program): Take care about pointer encoding.
4202 (dwarf2_build_frame_info): Only call parse_frame_info for
4203 .debug_frame and .eh_frame.
4204 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4205 fixed augmentation handling, added relative addressing,
4206 ignore duplicate FDEs. Added comments.
19d833a2 4207 * dwarf2cfi.c: Reindented.
7f0c12ed 4208
87c4a039
EZ
42092002-06-20 Elena Zannoni <ezannoni@redhat.com>
4210
4211 * event-top.c (command_handler): Don't use space_at_cmd_start
4212 unless there is sbrk() on the host. Assign time and space data
4213 to union fields of the appropriate length.
4214
1cf877ad
ML
42152002-06-20 Michal Ludvig <mludvig@suse.cz>
4216
4217 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4218 x86_64_register_name. Return type changed to 'const char *'.
4219 (x86_64_register_name2nr): Rename to x86_64_register_number.
4220 (x86_64_gdbarch_init): Update to reflect the change.
4221 * x86-64-tdep.h: Ditto.
4222 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4223 (supply_fpregset): Ditto.
4224
3fadccb3
AC
42252002-06-19 Andrew Cagney <cagney@redhat.com>
4226
4227 * regcache.h: Update copyright.
4228 (struct regcache, struct gdbarch): Add opaque declarations.
4229 (current_regcache): Declare global variable.
4230 (regcache_read, regcache_write): Add gdbarch parameter.
4231 (regcache_save, regcache_save_no_passthrough)
4232 (regcache_restore, regcache_restore_no_passthrough)
4233 (regcache_dup, regcache_dup_no_passthrough)
4234 (regcache_cpy, regcache_cpy_no_passthrough)
4235 (deprecated_grub_regcache_for_registers)
4236 (deprecated_grub_regcache_for_register_valid)
4237 (regcache_valid_p): Add function declarations.
4238
4239 * regcache.c: Update copyright.
4240 (regcache_descr_handle): New global variable.
4241 (struct regcache_descr): Define.
4242 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4243 (regcache_descr, xfree_regcache_descr): New functions.
4244 (struct regcache): Define.
4245 (regcache_xmalloc, regcache_xfree): New functions.
4246 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4247 (regcache_dup, regcache_dup_no_passthrough): New functions.
4248 (regcache_valid_p, regcache_read_as_address): New functions.
4249 (deprecated_grub_regcache_for_registers): New function.
4250 (deprecated_grub_regcache_for_register_valid): New function.
4251 (current_regcache): New global variable.
4252 (register_buffer): Add regcache parameter. Update calls.
4253 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4254 (read_register_gen, write_register_gen): Update register_buffer
4255 call. Test for legacy_p instead of gdbarch_register_read_p or
4256 gdbarch_register_write_p.
4257 (regcache_collect): Update register_buffer call.
4258 (build_regcache): Rewrite. Use deprecated grub functions.
4259 (regcache_save, regcache_save_no_passthrough): New functions.
4260 (regcache_restore, regcache_restore_no_passthrough): New
4261 functions.
4262 (_initialize_regcache): Create the regcache_data_handle. Swap
4263 current_regcache global variable.
4264
4265 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4266 parameter to regcache_read and regcache_write calls.
4267 (sh4_register_read): Ditto.
4268 (sh64_pseudo_register_read): Ditto.
4269 (sh64_register_read): Ditto.
4270 (sh_pseudo_register_write): Ditto.
4271 (sh4_register_write): Ditto.
4272 (sh64_pseudo_register_write): Ditto.
4273 (sh64_register_write): Ditto.
4274
4275 * defs.h (XCALLOC): Define.
4276
152d9db6
GS
42772002-06-19 Grace Sainsbury <graces@redhat.com>
4278
4279 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4280 * m68k-tdep.c (m68k_gdbarch_init): Added.
4281 (m68k_dump_tdep): Added.
4282
170911c7
DJ
42832002-06-19 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * ada-lang.c (fill_in_ada_prototype): Update comment.
4286
2e4ebe70
DJ
42872002-06-19 Daniel Jacobowitz <drow@mvista.com>
4288
4289 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4290 MIPS_ABI_LAST.
4291 (mips_abi_string, mips_abi_strings): New.
4292 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4293 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4294 tdep->mips_abi_string. Honor mips_abi_string. Default to
4295 O32 if no ABI is found.
4296 (mips_dump_tdep): Use mips_abi_strings.
4297 (mips_abi_update): New function.
4298 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4299 ``set mips abi'' and ``show mips abi''. Check the size of
4300 mips_abi_strings.
4301
16775908
AC
43022002-06-19 Andrew Cagney <cagney@redhat.com>
4303
4304 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4305 constant.
4306
5051bfa4 43072002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4308
5051bfa4
JB
4309 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4310 current frame using only the first stack size adjustment. All
4311 subsequent size adjustments are not considered to be part of
4312 the "static" part of the current frame.
4313 Compute the address of the saved registers relative to the
4314 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4315 in use in this frame.
4316
56468235
DH
43172002-06-18 Don Howard <dhoward@redhat.com>
4318
4319 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4320 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4321 suggesting this solution.
4322
0b624158
AC
43232002-06-18 Andrew Cagney <ac131313@redhat.com>
4324
4325 * config/romp/xm-rtbsd.h: Delete file.
4326 * config/romp/rtbsd.mh: Delete file.
4327
221ea385
KS
43282002-06-18 Keith Seitz <keiths@redhat.com>
4329
4330 * breakpoint.c (condition_command): Post breakpoint_modify
4331 when a condition is added to an existing breakpoint.
4332 (commands_command): Likewise for commands.
4333 (set_ignore_count): Likewise for ignore counts.
4334 If no tty, do not simply return, still need to send event
4335 notification.
4336 (ignore_command): Only print a newline if the command came
4337 from a tty.
4338 Don't call breakpoints_changed, since this is now properly
4339 handled by set_ignore_count.
4340
5402eed1
AC
43412002-06-18 Andrew Cagney <cagney@redhat.com>
4342
4343 * MAINTAINERS: Note that cris-elf target can be compiled with
4344 -Werror.
4345 * cris-tdep.c (cris_register_name): Make return type constant.
4346 (cris_breakpoint_from_pc): Ditto.
4347
cc22880b
ML
43482002-06-18 Michal Ludvig <mludvig@suse.cz>
4349
4350 * frame.h (struct frame_info): Change type of context to
4351 'struct context'.
4352
fa88f677
AC
43532002-06-17 Andrew Cagney <cagney@redhat.com>
4354
4355 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4356 pointer.
4357 * gdbarch.h, gdbarch.c: Regenerate.
4358 * config/mips/tm-mips.h (mips_register_name): Update.
4359 * i386-tdep.h (i386_register_name): Update.
4360 * mips-tdep.c (mips_register_name): Update
4361 * alpha-tdep.c (alpha_register_name): Update.
4362 * arch-utils.c (legacy_register_name): Update.
4363 * arch-utils.h (legacy_register_name): Update.
4364 * avr-tdep.c (avr_register_name): Update.
4365 * ia64-tdep.c (ia64_register_name): Update.
4366 * i386-tdep.c (i386_register_name): Update.
4367 * sparc-tdep.c (sparc32_register_name): Update.
4368 (sparc64_register_name): Update.
4369 (sparclite_register_name): Update.
4370 (sparclet_register_name): Update.
4371 * sh-tdep.c (sh_generic_register_name): Update.
4372 (sh_sh_register_name): Update.
4373 (sh_sh3_register_name): Update.
4374 (sh_sh3e_register_name): Update.
4375 (sh_sh_dsp_register_name): Update.
4376 (sh_sh3_dsp_register_name): Update.
4377 (sh_sh4_register_name): Update.
4378 (sh_sh64_register_name): Update.
4379 * s390-tdep.c (s390_register_name): Update.
4380 * rs6000-tdep.c (rs6000_register_name): Update.
4381 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4382 (ns32k_register_name_32382): Update.
4383 * d10v-tdep.c (d10v_ts2_register_name): Update.
4384 (d10v_ts3_register_name): Update.
4385 * xstormy16-tdep.c (xstormy16_register_name): Update.
4386 * vax-tdep.c (vax_register_name): Update.
4387 * v850-tdep.c (v850_register_name): Update.
4388 * m68hc11-tdep.c (m68hc11_register_name): Update.
4389 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4390 (am33_register_name): Update.
4391
ea1e7ef6
GS
43922002-06-17 Grace Sainsbury <graces@redhat.com>
4393
4394 * m68k-tdep.c: Reindented.
4395
9b02dd1b
AC
43962002-06-17 Andrew Cagney <ac131313@redhat.com>
4397
4398 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4399 list of predefined types.
4400
8758dec1
MK
44012002-06-16 Mark Kettenis <kettenis@gnu.org>
4402
b6197528
MK
4403 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4404 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4405 REGISTER_CONVERT_TO_RAW): Remove defines.
4406 (i386_register_virtual_type, i386_register_convertible,
4407 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4408 Remove prototypes.
4409 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4410 macros mentioned above.
4411
82b47e62
MK
4412 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4413 (i386lynx_saved_pc_after_call): Remove prototype.
4414 * i386ly-tdep.c: Include "i386-tdep.h".
4415 (i386lynx_saved_pc_after_call): Make static. Use
4416 read_memory_nobpt instead of read_memory. Use
4417 read_memory_unsigned_integer instead of read_memory_integer.
4418 (i386lynx_init_abi): New function.
4419 (i386lynx_coff_osabi_sniffer): New function.
4420 (_initialize_i386bsd_tdep): New function.
4421
8758dec1
MK
4422 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4423 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4424 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4425 (i386_fix_call_dummy): Remove prototype.
4426 * i386-tdep.c (i386_call_dummy_words): New variable.
4427 (i386_gdbarch_init): Adjust for removal of the
4428 macros mentioned above.
4429
e9e68a56
AC
44302002-06-15 Andrew Cagney <ac131313@redhat.com>
4431
4432 * command.h (add_setshow_auto_boolean_cmd): Replace
4433 add_set_auto_boolean_cmd.
4434 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4435 add_set_auto_boolean_cmd.
4436 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4437 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4438 mask-address'' command.
4439 (show_mask_address): Add cmd parameter.
4440 * remote.c (add_packet_config_cmd): Update. Change type of
4441 set_func and show_func to cmd_sfunc_ftype.
4442 (_initialize_remote): Update `set remote Z-packet'
4443 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4444 (show_remote_protocol_e_packet_cmd): Ditto.
4445 (show_remote_protocol_E_packet_cmd): Ditto.
4446 (show_remote_protocol_P_packet_cmd): Ditto.
4447 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4448 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4449 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4450 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4451 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4452 (show_remote_protocol_Z_packet_cmd): Ditto.
4453 (show_remote_protocol_binary_download_cmd): Ditto.
4454 (show_remote_cmd): Pass NULL to all of above.
4455
fc08ec52
MK
44562002-06-15 Mark Kettenis <kettenis@gnu.org>
4457
4458 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4459 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4460 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4461 POP_FRAME): Remove defines.
4462 (i386_push_arguments, i386_store_struct_return,
4463 i386_extract_return_value, i386_store_return_value,
4464 i386_extract_struct_value_address, i386_push_dummy_frame,
4465 i386_pop_frame): Renove prototypes.
4466 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4467 macros mentioned above.
4468
e707bbc2
AC
44692002-06-15 Andrew Cagney <ac131313@redhat.com>
4470
4471 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4472 add_set_boolean_cmd.
4473 (add_setshow_cmd): New function.
4474 * command.h (add_setshow_boolean_cmd): Replace
4475 add_set_boolean_cmd.
4476 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4477 and ``set rdiromatzero''.
4478 * maint.c (_initialize_maint_cmds): Update commented out code.
4479 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4480 * target.c (initialize_targets): Update `set
4481 trust-readonly-sections'.
4482 * remote.c (_initialize_remote): Update `set remotebreak'.
4483
42fdc8df
MK
44842002-06-15 Mark Kettenis <kettenis@gnu.org>
4485
93924b6b
MK
4486 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4487 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4488 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4489 fit into multi-arch framework.
4490 (i386_breakpoint_from_pc): New function.
4491 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4492 above.
4493
42fdc8df
MK
4494 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4495 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4496 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4497 (i386_frameless_function_invocation, i386_frame_num_args,
4498 i386_frame_init_saved_regs): Remove prototypes.
4499 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4500 macros mentioned above.
4501
9773a94b
AC
45022002-06-15 Andrew Cagney <ac131313@redhat.com>
4503
4504 * cli/cli-decode.c (set_cmd_cfunc): Update.
4505 (set_cmd_sfunc): Update.
4506 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4507 (set_cmd_sfunc, set_cmd_cfunc): Update.
4508 * cli/cli-decode.h: Update.
4509
6e157172
MK
45102002-06-15 Mark Kettenis <kettenis@gnu.org>
4511
4512 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4513 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4514
7f19b9a2
AC
45152002-06-15 Andrew Cagney <ac131313@redhat.com>
4516
4517 * defs.h (auto_boolean): Declare enum.
4518 * command.h (cmd_auto_boolean): Delete enum.
4519 * mips-tdep.c (mask_address_var): Update.
4520 (mips_mask_address_p): Update.
4521 (show_mask_address): Update.
4522 * remote.c (struct packet_config): Update.
4523 (update_packet_config): Update.
4524 (show_packet_config_cmd): Update.
4525 (packet_ok): Update.
4526 (add_packet_config_cmd): Update.
4527 (_initialize_remote):
4528 * command.h: Update.
4529 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4530 (do_setshow_command): Update.
4531 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4532 * cli/cli-decode.h: Update.
4533
1cf88de5
MK
45342002-06-15 Mark Kettenis <kettenis@gnu.org>
4535
22ba8cf2
MK
4536 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4537 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4538 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4539 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4540 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4541 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4542
762c5349
MK
4543 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4544 list of DJGPP COFF targets.
4545
091198bb
MK
4546 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4547 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4548 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4549 (FP0_REGNUM): Remove define.
4550 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4551 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4552 (i386_register_virtual_size): Remove protoype.
4553 * i386-tdep.c (i386_register_virtual_size): Removed.
4554 (i386_extract_return_value, i386_store_return_value): Use
4555 FP0_REGNUM instead of NUM_FREGS to determine whether the
4556 floating-point registers are available.
4557 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4558 Adjust for removal of macros mentioned above.
4559
45602002-06-15 Mark Kettenis <kettenis@gnu.org>
4561
fcc9bf01
MK
4562 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4563 comments.
4564 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4565 Remove prototypes.
4566 (supply_gregset, fill_gregset): Remove use of register keyword and
4567 remove declaration for regmap. Use I386_NUM_GREGS instead of
4568 NUM_REGS and NUM_FREGS.
4569 (FPREGSET_FSAVE_OFFSET): Remove.
4570 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4571 NUM_FREGS to determine whether the floating-point registers are
4572 available.
4573
65e78234
MK
4574 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4575 gnu_store_registers): Replace usage of NUM_GREGS with
4576 I386_NUM_GREGS.
4577
98df6387
MK
4578 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4579 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4580 usage of NUM_GREGS with I386_NUM_GREGS.
4581
099a9414
MK
4582 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4583
57976e88
MK
4584 * i386bsd-nat.c: Include "i386-tdep.h".
4585 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4586 I386_NUM_GREGS.
4587
b335f4a6
MK
4588 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4589 and associated comment. They no longer make any sense, since we
4590 don't use this file anymore on Linux.
4591
1cf88de5
MK
4592 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4593 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4594 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4595 elements in these arrays.
4596 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4597 MAX_NUM_REGS.
4598
daa66587
MK
45992002-06-15 Mark Kettenis <kettenis@gnu.org>
4600
4601 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4602 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4603
26e9b323
AC
46042002-06-14 Andrew Cagney <cagney@redhat.com>
4605
4606 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4607 EXTRACT_RETURN_VALUE.
4608 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4609 EXTRACT_STRUCT_VALUE_ADDRESS.
4610 * gdbarch.h, gdbarch.c: Regenerate.
4611
4612 * values.c (value_being_returned): Handle
4613 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4614 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4615
4616 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4617 * arm-tdep.c (arm_gdbarch_init): Update.
4618 * avr-tdep.c (avr_gdbarch_init): Update.
4619 * cris-tdep.c (cris_gdbarch_init): Update.
4620 * d10v-tdep.c (d10v_gdbarch_init): Update.
4621 * ia64-tdep.c (ia64_gdbarch_init): Update.
4622 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4623 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4624 * s390-tdep.c (s390_gdbarch_init): Update.
4625 * sh-tdep.c (sh_gdbarch_init): Update.
4626 * s390-tdep.c (s390_gdbarch_init): Update.
4627 * sparc-tdep.c (sparc_gdbarch_init): Update.
4628 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4629 * v850-tdep.c (v850_gdbarch_init): Update.
4630 * vax-tdep.c (vax_gdbarch_init): Update.
4631 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4632 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4633
4634 * config/arc/tm-arc.h: Update.
4635 * config/d30v/tm-d30v.h: Update.
4636 * config/fr30/tm-fr30.h: Update.
4637 * config/h8300/tm-h8300.h: Update.
4638 * config/h8500/tm-h8500.h: Update.
4639 * config/i386/tm-i386.h: Update.
4640 * config/i386/tm-ptx.h: Update.
4641 * config/i386/tm-symmetry.h: Update.
4642 * config/i960/tm-i960.h: Update.
4643 * config/m32r/tm-m32r.h: Update.
4644 * config/m68k/tm-delta68.h: Update.
4645 * config/m68k/tm-linux.h: Update.
4646 * config/m68k/tm-m68k.h: Update.
4647 * config/m88k/tm-m88k.h: Update.
4648 * config/mcore/tm-mcore.h: Update.
4649 * config/mips/tm-mips.h: Update.
4650 * config/mn10200/tm-mn10200.h: Update.
4651 * config/pa/tm-hppa.h: Update.
4652 * config/pa/tm-hppa64.h: Update.
4653 * config/sparc/tm-sp64.h: Update.
4654 * config/sparc/tm-sparc.h: Update.
4655 * config/sparc/tm-sparclet.h: Update.
4656 * config/z8k/tm-z8k.h: Update.
4657
5179e78f
AC
46582002-06-14 Andrew Cagney <cagney@redhat.com>
4659
4660 * Makefile.in (i386_linux_tdep_h): Define.
4661 (i386_tdep_h, i387_tdep_h): Define.
4662 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4663 $(i386_tdep_h) and $(i387_tdep_h).
4664 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4665
8201327c
MK
46662002-06-14 Mark Kettenis <kettenis@gnu.org>
4667
edf393ac
MK
4668 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4669 Already covered by the default.
4670
896fb97d
MK
4671 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4672 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4673 (i386_gdbarch_init): Initialize long_double_format and long_double
4674 bit.
4675
8201327c
MK
4676 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4677 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4678 Move these to ...
4679 * config/i386/i386sol2.mh: ... here.
4680 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4681 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4682 (SIGCONTEXT_PC_OFFSET): Remove define.
4683 (IN_SIGTRAMP): Remove define.
4684 * i386-sol2-tdep.c: New file.
4685
4686 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4687 * config/i386/tm-i386nw.h: Removed.
4688
4689 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4690 USE_STRUCT_CONVENTION): Remove defines.
4691 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4692 (get_longjmp_target): Remove prototype.
4693 (IN_SIGTRAMP): Remove define.
4694 (i386bsd_in_sigtramp): Remove prototype.
4695 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4696 function. Update comment accordingly
4697 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4698 (FRAME_SAVED_PC): Remove define.
4699 (i386bsd_frame_saved_pc): Remove prototype.
4700 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4701 GET_LONGJMP_TARGET): Remove defines.
4702 (get_longjmp_target): Remove prototype.
4703 (IN_SIGTRAMP): Remove define.
4704 (i386bsd_in_sigtramp): Remove prototype.
4705 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4706 function. Update comment accordingly
4707 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4708 (FRAME_SAVED_PC): Remove define.
4709 (i386bsd_frame_saved_pc): Remove prototype.
4710 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4711 Remove prototype.
4712 (USE_STRUCT_CONVENTION): Remove prototype.
4713 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4714 declaration.
4715 (_initialize_i386bsd_nat): Revise logic to determine some
4716 constants at compile time when compiling a native GDB. Warn if
4717 things don't match up with what we expect.
4718 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4719 Remove variables.
4720 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4721 to use date stored in `struct gdbarch_tdep'.
4722 (i386bsd_sigcontext_offset): Remove varaible.
4723 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4724 stored in `struct gdbarch_tdep'.
4725 (i386bsd_frame_saved_pc): Make static.
4726 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4727 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4728 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4729 i386fbsd4_sc_pc_offset): New variables.
4730 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4731 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4732 functions.
4733 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4734 functions.
4735 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4736 Modify the value of i386fbsd_sigtramp_start and
4737 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4738 i386fbsd_sigtramp_end.
4739 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4740 function.
4741
4742 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4743 define to i386-linux-tdep.h.
4744 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4745 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4746 defines.
4747 (i386_linux_register_name, i386_linux_register_byte,
4748 i386_linux_register_raw_size): Remove prototypes.
4749 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4750 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4751 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4752 TARGET_WRITE_PC): Remove defines.
4753 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4754 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4755 i386_linux_write_pc): Remove prototypes.
4756 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4757 (get_longjmp_target): Remove prototype.
4758 * i386-linux-tdep.h: New file.
4759 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4760 * i386-linux-tdep.c: Include "i386-tdep.h" and
4761 "i386-linux-tdep.h".
4762 (i386_linux_register_name, i386_linux_register_byte,
4763 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4764 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4765 Make static.
4766 (i386_linux_init_abi): New function.
4767 (_initialize_i386_linux_tdep): New function.
4768
4769 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4770 (i386_saved_pc_after_call): Remove prototype.
4771 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4772 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4773 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4774 (i386_register_name, i386_stab_reg_to_regnum,
4775 i386_dwarf_reg_to_regnum): Remove prototypes.
4776 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4777 SIZEOF_SSE_REGS): Remove defines.
4778 (REGISTER_BYTES): Remove define.
4779 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4780 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4781 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4782 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4783 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4784 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4785 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4786 (get_longjmp_target): Remove prototype.
4787 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4788 (sigtramp_saved_pc): Remove define.
4789 (i386v4_sigtramp_saved_pc): Remove prototype.
4790 * config/i386/tm-go32.h (FRAME_CHAIN,
4791 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4792 (i386go32_frame_saved_pc): Remove prototype.
4793 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4794 (get_longjmp_target): Remove prototype.
4795 * i386-tdep.h: Include "osabi.h".
4796 (enum i386_abi): Removed.
4797 (enum struct_return): New enum.
4798 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4799 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4800 sc_pc_offset members.
4801 (i386_gdbarch_register_os_abi): Remove prototype.
4802 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4803 I386_SSE_NUM_REGS): New defines.
4804 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4805 I386_SSE_SIZEOF_REGS): New defines.
4806 (i386_register_name, i386_register_byte, i386_register_raw_size):
4807 New prototypes.
4808 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4809 (i386bsd_sigtramp_saved_pc): New prototype.
4810 * i386-tdep.c: Don't include "elf-bfd.h".
4811 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4812 i386_frame_chain, i386_saved_pc_after_call): Make static.
4813 (i386_frame_saved_pc): Rewrite to call architecture dependent
4814 function to deal with signal handlers. Make static.
4815 (i386go32_frame_saved_pc): Removed.
4816 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4817 Removed.
4818 (i386_get_longjmp_target): New function.
4819 (default_struct_convention, pcc_struct_convention,
4820 reg_struct_convention, valid_conventions, struct_convention): New
4821 variables.
4822 (i386_use_struct_convention): New function.
4823 (i386v4_sigtramp_saved_pc): Renamed to
4824 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4825 (i386_pc_in_sigtramp): New function.
4826 (i386_abi_names): Removed.
4827 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4828 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4829 Removed.
4830 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4831 i386_gdbarch_register_os_abi): Removed.
4832 (struct i386_abi_handler): Removed.
4833 (i386_abi_handler_list): Removed.
4834 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4835 functions.
4836 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4837 i386_nw_init_abi): New functions.
4838 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4839 Use set_gdbarch_xxx() calls instead of relying on macros for a
4840 number of calls.
4841 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4842 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4843 Register the various architecture variants defined in this file.
4844
ad2f7632
DJ
48452002-06-14 Daniel Jacobowitz <drow@mvista.com>
4846
4847 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4848 (struct main_type): Remove arg_types member. Update comments for
4849 struct field.
4850 (TYPE_ARG_TYPES): Remove.
4851 (TYPE_FN_FIELD_ARGS): Update.
4852 (smash_to_method_type): Update prototype.
4853
4854 * c-typeprint.c (cp_type_print_method_args): Take method type
4855 instead of argument list. Use new argument layout. Simplify.
4856 (c_type_print_args): Use new argument layout. Simplify.
4857 (c_type_print_base): Update call to cp_type_print_method_args.
4858 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4859 argument; use die->type instead. Update call to
4860 smash_to_method_type.
4861 (read_structure_scope): Update call to dwarf2_add_member_fn.
4862 * gdbtypes.c (allocate_stub_method): Update comment.
4863 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4864 Use new argument layout.
4865 (check_stub_method): Use new argument layout. Don't count
4866 void as an argument.
4867 (print_arg_types): Update comments. Use new argument layout.
4868 (recursive_dump_type): Don't print arg_types member.
4869 * hpread.c (hpread_read_struct_type): Use new argument layout.
4870 (fixup_class_method_type): Likewise.
4871 (hpread_type_lookup): Likewise.
4872 * stabsread.c (read_type): Update calls to read_args and
4873 smash_to_method_type.
4874 (read_args): Use new argument layout. Simplify.
4875 * valops.c (typecmp): Use new argument layout. Update parameters
4876 and comments. Simplify.
4877 (hand_function_call): Use new argument layout.
4878 (search_struct_method): Update call to typecmp.
4879 (find_overload_match): Use new argument layout.
4880
6da02953
DJ
48812002-06-13 Daniel Jacobowitz <drow@mvista.com>
4882
4883 * NEWS: Mention multithreaded debug support for gdbserver.
4884
519b2366
DJ
48852002-06-13 Daniel Jacobowitz <drow@mvista.com>
4886
4887 * MAINTAINERS: Mention NEWS.
4888
6c0d6680
DJ
48892002-06-13 Daniel Jacobowitz <drow@mvista.com>
4890
4891 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4892 (struct mips_objfile_private, compare_pdr_entries): New.
4893 (non_heuristic_proc_desc): Read the ".pdr" section if it
4894 is present.
4895
6529d2dd
AC
48962002-06-12 Andrew Cagney <ac131313@redhat.com>
4897
4898 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4899 (arm_debug): New static variable.
4900 (_initialize_arm_tdep): Add ``set debug arm'' command.
4901
26216b98
AC
49022002-06-12 Andrew Cagney <ac131313@redhat.com>
4903
4904 * Makefile.in (sim_arm_h): Define.
4905 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4906 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4907 (arm_register_sim_regno): New function, map an internal REGNUM
4908 onto a simulator register number.
4909 (arm_gdbarch_init): Set register_sim_regno.
4910
814b3ba0
AH
49112002-06-09 Aldy Hernandez <aldyh@redhat.com>
4912
4913 * MAINTAINERS: Add self.
4914
475b0867
JB
49152002-06-11 Jim Blandy <jimb@redhat.com>
4916
919d772c
JB
4917 * source.c (source_info): Mention whether the symtab has
4918 information about preprocessor macros.
4919
475b0867
JB
4920 Call the command `info macro', not `show macro'.
4921 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4922 Fix error message.
4923 (_initialize_macrocmd): Register `info_macro_command' in
4924 `infolist', not `showlist'.
4925
9e364162
DJ
49262002-06-11 Daniel Jacobowitz <drow@mvista.com>
4927
4928 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4929 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4930 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4931 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4932 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4933 unconditionally.
4934 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4935 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4936 (_initialize_mips_tdep): Remove dead code.
4937 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4938 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4939 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4940 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4941 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4942 MIPS_LAST_FP_ARG_REGNUM): Remove.
4943
23aa4c72
ML
49442002-06-11 Michal Ludvig <mludvig@suse.cz>
4945
4946 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4947 (unwind_tmp_obstack_free, parse_frame_info)
4948 (update_context, cfi_read_fp, cfi_write_fp)
4949 (cfi_frame_chain, cfi_init_extra_frame_info)
4950 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4951 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4952
70eb15a4
CV
49532002-06-11 Corinna Vinschen <vinschen@redhat.com>
4954
4955 * v850-tdep.c (v850_type_is_scalar): New function.
4956 (v850_use_struct_convention): Match current gcc implementation
4957 as close as possible.
4958 (v850_push_arguments): Fix stack_offset handling. Don't write
4959 struct_addr into register. This is done by v850_store_struct_return.
4960 (v850_extract_return_value): Care for structs.
4961 (v850_store_return_value): Ditto.
4962 (v850_store_struct_return): Actually write address.
4963
482a4d06
ML
49642002-06-11 Michal Ludvig <mludvig@suse.cz>
4965
4966 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4967 without debug information too.
4968
d855c300
AC
49692002-06-10 Andrew Cagney <ac131313@redhat.com>
4970
4971 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4972 Make multi-arch pure.
4973 * gdbarch.h, gdbarch.c: Re-generate.
4974 * arm-tdep.c (arm_print_float_info): Update.
4975 * arch-utils.h (default_print_float_info): Update.
4976 * arch-utils.c (default_print_float_info): Update.
4977 * infcmd.c (float_info): Update call.
4978
dd12a101
AC
49792002-06-10 Andrew Cagney <ac131313@redhat.com>
4980
4981 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4982 the front of the initialize list.
4983
101dcfbe
AC
49842002-06-10 Andrew Cagney <ac131313@redhat.com>
4985
4986 * infrun.c (struct inferior_status): Replace fields
4987 selected_frame_address and selected_level with field
4988 selected_frame_id.
4989 (save_inferior_status): Update. Use get_frame_id.
4990 (struct restore_selected_frame_args): Delete.
4991 (restore_selected_frame): Update. Use frame_find_by_id.
4992 (restore_inferior_status): Update.
4993
4994 * breakpoint.h (struct breakpoint): Change type of
4995 watchpoint_frame to frame_id.
4996 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4997 call to get_current_frame.
4998 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4999 get_current_frame.
5000 (watchpoint_check): Use frame_find_by_id.
5001
5002 * frame.h (record_selected_frame): Delete declaration.
5003 * stack.c (record_selected_frame): Delete function.
5004
5005 * frame.h (struct frame_id): Define.
5006 (get_frame_id): Declare.
5007 (frame_find_by_id): Declare.
5008 * frame.c (frame_find_by_id): New function.
5009 (get_frame_id): New function.
5010
304270b6
AV
50112002-06-10 Andrey Volkov <avolkov@transas.com>
5012
5013 * ser-e7kpc.c: Fix duplicated define and call of
5014 _initialize_ser_e7000pc
5015
2f2cf184
DJ
50162002-06-09 Daniel Jacobowitz <drow@mvista.com>
5017
5018 * signals/signals.c (target_signal_from_host): Fix #ifdef
5019 SIGRTMIN case.
5020 (do_target_signal_to_host): Likewise.
5021
caaa3122
DJ
50222002-06-09 Daniel Jacobowitz <drow@mvista.com>
5023
5024 * mips-tdep.c (mips_find_abi_section): New function.
5025 (mips_gdbarch_init): Call it.
5026
6ac5df3a
MK
50272002-06-09 Mark Kettenis <kettenis@gnu.org>
5028
5029 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5030 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5031 after Andrew's 2002-06-08 gdbarch change.
5032
82ea117a
MK
50332002-06-09 Mark Kettenis <kettenis@gnu.org>
5034
5035 * i386-linux-nat.c (suppy_gregset): Don't supply
5036 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5037 register cache.
5038 (fill_gregset): Don't fetch it under the same circumstances.
5039
3c25f8c7
AC
50402002-06-09 Andrew Cagney <cagney@redhat.com>
5041
5042 * Makefile.in (callback_h): Define.
5043 (remote_sim_h): Update path to remote-sim.h.
5044 (remote-rdp.o): Add $(callback_h).
5045 (remote-sim.o): Use $(callback_h).
5046 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5047 * remote-rdp.c: Include "gdb/callback.h".
5048
1029b7fa
MK
50492002-06-09 Mark Kettenis <kettenis@gnu.org>
5050
5051 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5052 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5053
616675d3
AC
50542002-06-08 Andrew Cagney <ac131313@redhat.com>
5055
a3efda28
AC
5056 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5057 * rdi-share/serpardr.c: Ditto.
5058 * rdi-share/unixcomm.c: Ditto.
5059 * rdi-share/serdrv.c: Ditto.
5060 * rdi-share/hostchan.h: Ditto.
5061 * rdi-share/hostchan.c: Ditto.
5062 * rdi-share/host.h: Ditto.
5063 * rdi-share/devsw.c: Ditto.
5064
c5f10366
AC
5065 * objfiles.h: Change type of obj_private to void pointer.
5066 * pa64solib.c: Update copyright. Don't include "assert.h", use
5067 strcmp instead of STREQ, use LONGEST, do not use PTR
5068 * somsolib.c: Ditto.
5069
616675d3
AC
5070 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5071 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5072 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5073
e4b415d9
AC
50742002-06-08 Andrew Cagney <ac131313@redhat.com>
5075
5076 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5077 (default_get_saved_register): Delete function.
5078 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5079 generic_unwind_get_saved_register.
5080 * gdbarch.h, gdbarch.c: Re-generate.
5081
ca0d0b52
AC
50822002-06-08 Andrew Cagney <ac131313@redhat.com>
5083
5084 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5085 generic_func_frame_chain_valid.
5086 * gdbarch.h, gdbarch.c: Re-generate.
5087 * blockframe.c (generic_func_frame_chain_valid): Only check
5088 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5089 passing FP to PC_IN_CALL_DUMMY.
5090 Fix PR gdb/360.
5091
76860b5f
AC
50922002-06-08 Andrew Cagney <ac131313@redhat.com>
5093
5094 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5095 (register_gdbarch_data): Initialize init_p.
5096 (gdbarch_data): Initialize data pointer using the init function.
5097 (init_gdbarch_data): Delete function.
5098 (gdbarch_update_p): Update.
5099 (initialize_non_multiarch): Update.
5100 (struct gdbarch): Add field initialized_p.
5101 * gdbarch.h, gdbarch.c: Re-generate.
5102
8dda9770
ML
51032002-06-07 Michal Ludvig <mludvig@suse.cz>
5104
5105 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5106 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5107 better do the things actually here.
5108 * x86-64-tdep.c (x86_64_register_name2nr): New.
5109 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5110 (x86_64_gdbarch_init): Respect the above change.
5111 * x86-64-tdep.h (x86_64_register_name2nr)
5112 (x86_64_register_nr2name): Add prototypes.
5113 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5114
3d79a47c
MS
51152002-06-06 Michael Snyder <msnyder@redhat.com>
5116
7bd91a28
MS
5117 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5118 Delete extra braces and re-indent.
5119 (d10v_store_return_value): Char return values
3d79a47c
MS
5120 must be shifted over by one byte in R0.
5121 (d10v_extract_return_value): Delete extra braces, re-indent.
5122
095a4c96
EZ
51232002-06-06 Elena Zannoni <ezannoni@redhat.com>
5124
5125 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5126 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5127 (d10v_integer_to_address): Rewrite.
5128 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5129 the d10v specific functions which take care of converting to the
5130 correct space.
5131
e8a77ca4
EZ
51322002-06-06 Elena Zannoni <ezannoni@redhat.com>
5133
5134 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5135 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5136
4f2e4a4f
AC
51372002-06-02 Andrew Cagney <ac131313@redhat.com>
5138
5139 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5140 includes.
5141 * config/tm-linux.h: Ditto.
5142 * config/alpha/tm-alphalinux.h: Ditto.
5143 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5144 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5145 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5146 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5147 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5148 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5149 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5150 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5151 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5152 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5153 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5154 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5155 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5156 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5157 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5158 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5159 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5160 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5161 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5162 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5163 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5164 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5165 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5166 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5167 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5168 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5169 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5170 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5171 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5172 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5173 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5174 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5175 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5176 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5177 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5178 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5179 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5180
ae2ab2ce
AS
51812002-05-04 Aidan Skinner <aidan@velvet.net>
5182
5183 * ada-exp.tab.c: New file
5184 * ada-exp.y: New file
5185 * ada-lang.c: New file
5186 * ada-lang.h: New file
5187 * ada-lex.c: New file
5188 * ada-lex.l: New file
5189 * ada-tasks.c: New file
5190 * ada-typeprint.c: New file
5191 * ada-valprint.c: New file
5192
0ddd0135
JT
51932002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5194
5195 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5196 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5197
750fbacc
JT
51982002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5199
5200 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5201 insetead of ppc-linux-tdep.o.
5202 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5203 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5204
df94e18a
AC
52052002-06-02 Andrew Cagney <ac131313@redhat.com>
5206
5207 2002-05-07 Christian Groessler <chris@groessler.org>
5208 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5209 bit register contents for little endian hosts.
5210
1a38ab75
AC
52112002-06-01 Andrew Cagney <ac131313@redhat.com>
5212
5213 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5214 any maintainer.
5215
8b1632ac
AC
52162002-06-01 Andrew Cagney <ac131313@redhat.com>
5217
5218 * gdbarch.h: Regenerate.
5219
627054c8
AC
52202002-06-01 Andrew Cagney <ac131313@redhat.com>
5221
5222 * MAINTAINERS: Add everyone to write-after-approval list.
5223
4f460812
AC
52242002-06-01 Andrew Cagney <ac131313@redhat.com>
5225
5226 * stack.c (frame_info): Use frame_register_unwind instead of
5227 saved_regs. Mention when the SP is on the stack or in a register.
5228
5229 * frame.h (frame_register_unwind_ftype): Define. Document.
5230 (struct frame_info): Add field register_unwind and
5231 register_unwind_cache.
5232 (frame_register_unwind): Declare.
5233 (generic_unwind_get_saved_register): Declare.
5234
5235 * frame.c (frame_register_unwind): New function.
5236 (generic_unwind_get_saved_register): New function.
5237
5238 * blockframe.c (generic_call_dummy_register_unwind): New function.
5239 (frame_saved_regs_register_unwind): New function.
5240 (set_unwind_by_pc): New function.
5241 (create_new_frame): New function.
5242 (get_prev_frame): New function.
5243
de888f76
AC
52442002-05-30 Andrew Cagney <ac131313@redhat.com>
5245
5246 * a29k-share/: Delete directory.
5247 * remote-vx29k.c: Delete file.
5248
2f2c3626
JT
52492002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5250
5251 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5252 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5253
9ce5c36a
JT
52542002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5255
5256 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5257 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5258 (sparc64nbsd-nat.o)
5259 (sparcnbsd-nat.o)
5260 (sparcnbsd-tdep.o): New dependency lists.
5261 * NEWS: Note new UltraSPARC NetBSD native configuration.
5262 * configure.host (sparc64-*-netbsd*): New host.
5263 * configure.tgt (sparc-*-netbsdelf*)
5264 (sparc-*-netbsd*): Set gdb_target to nbsd.
5265 (sparc64-*-netbsd*): New target.
5266 * sparc64nbsd-nat.c: New file.
5267 * sparcnbsd-nat.c: New file.
5268 * sparcnbsd-tdep.c: New file.
5269 * sparcnbsd-tdep.h: New file.
5270 * config/sparc/nbsd.mt: New file.
5271 * config/sparc/nbsd64.mh: New file.
5272 * config/sparc/nbsd64.mt: New file.
5273 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5274 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5275 (HOST_IPC): Remove.
5276 * config/sparc/nbsdaout.mt: Remove.
5277 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5278 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5279 (HOST_IPC): Remove.
5280 * config/sparc/nbsdelf.mt: Remove.
5281 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5282 sparc-nat.c compatiblity defines.
5283 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5284 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5285 * config/sparc/tm-nbsd64.h: New file.
5286 * config/sparc/tm-nbsdaout.h: Remove.
5287 * config/sparc/xm-nbsd.h: Remove.
5288
ef3cf062
JT
52892002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5290
5291 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5292 * sparc-tdep.c: Include osabi.h.
5293 (gdbarch_tdep): Add osabi member.
5294 (_initialize_sparc_tdep): Use gdbarch_register.
5295 (sparc_gdbarch_init): Use generic OS ABI framework.
5296 (sparc_dump_tdep): New function.
5297
ee8ff470
KB
52982002-05-30 Kevin Buettner <kevinb@redhat.com>
5299
5300 * corefile.c (do_captured_read_memory_integer): Return non-zero
5301 result.
5302 (safe_read_memory_integer): Copy result of memory read when
5303 status is non-zero. Also, add comments.
5304
7b112f9c
JT
53052002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5306
5307 * Makefile.in (ppc_tdep_h): Define.
5308 (ppc-linux-nat.o)
5309 (ppc-linux-tdep.o)
5310 (rs6000-tdep.o): Use $(ppc_tdep_h).
5311 (ppc-sysv-tdep.o)
5312 (ppcnbsd-nat.o)
5313 (ppcnbsd-tdep.o): New dependency lists.
5314 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5315 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5316 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5317 (ppc_sysv_abi_broken_use_struct_convention)
5318 (ppc_sysv_abi_use_struct_convention)
5319 (ppc_sysv_abi_push_arguments): Move to...
5320 * ppc-sysv-tdep.c: ...here.
5321 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5322 * rs6000-tdep.c (process_note_abi_tag_sections)
5323 (get_elfosabi): Remove.
5324 (rs6000_gdbarch_init): Use generic OS ABI framework.
5325 (rs6000_dump_tdep): New function.
5326 (_initialize_rs6000_tdep): Use gdbarch_register.
5327 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5328 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5329 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5330 of ppc-linux-tdep.o.
5331 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5332 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5333 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5334 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5335 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5336 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5337
480dd42a
JB
53382002-05-29 Jim Blandy <jimb@redhat.com>
5339
5340 * macroscope.c (default_macro_scope): Put `void' in empty argument
5341 list.
5342
4182591f
AC
53432002-05-29 Andrew Cagney <ac131313@redhat.com>
5344
5345 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5346 * arch-utils.c: Include "sim-regno.h".
5347 * gdbarch.sh: Don't include "sim-regno.h".
5348 * gdbarch.h, gdbarch.c: Regenerate.
5349 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5350 here.
5351 * arch-utils.h (legacy_register_sim_regno): To here.
5352 * remote-sim.c (legacy_register_sim_regno): Move function from
5353 here.
5354 * arch-utils.c (legacy_register_sim_regno): To here.
5355
8238d0bf
AC
53562002-05-28 Andrew Cagney <ac131313@redhat.com>
5357
5358 * sim-regno.h: New file.
5359 * Makefile.in (sim_regno_h): Define.
5360 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5361 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5362 (legacy_register_sim_regno): New function.
5363 (one2one_register_sim_regno): New function.
5364 (gdbsim_fetch_register): Rewrite.
5365 (gdbsim_store_register): Only store a register when
5366 REGISTER_SIM_REGNO is valid.
5367 * d10v-tdep.c: Include "sim-regno.h".
5368 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5369 (d10v_ts3_register_sim_regno): Ditto.
5370 * gdbarch.sh: Include "sim-regno.h".
5371 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5372 * gdbarch.h, gdbarch.c: Regenerate.
5373 * arch-utils.h (default_register_sim_regno): Delete declaration.
5374 * arch-utils.c (default_register_sim_regno): Delete function.
5375
485721b1
JT
53762002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5377
5378 * ppcnbsd-nat.c: Rewrite.
5379 * ppcnbsd-tdep.c: New file.
5380 * ppcnbsd-tdep.h: New file.
5381 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5382 solib.o, and solib-svr4.o.
5383 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5384 nbsd-tdep.o, and corelow.o.
5385
697f244d
AC
53862002-05-28 Andrew Cagney <ac131313@redhat.com>
5387
5388 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5389 `tr' and `sed'. Mention that `broken' targets are not expected to
5390 build.
5391
f08caad1 53922002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5393
5394 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5395 Let PC point right after the prologue before looking up symbols.
5396
3139facc
MH
53972002-05-27 Martin M. Hunt <hunt@redhat.com>
5398
5399 * i386-tdep.c (i386_register_virtual_type): Return
5400 builtin_type_vec128i for SSE registers.
5401
5402 * gdbtypes.h (builtin_type_vec128i): Declare.
5403
5404 * gdbtypes.c (build_builtin_type_vec128i): New function.
5405 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5406 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5407 (build_gdbtypes): Initialize new builtin vector types.
5408 (_initialize_gdbtypes): Register new vector types with gdbarch.
5409
6e3ba3b8
JT
54102002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5411
5412 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5413 since it has been multi-arch'd.
5414 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5415 Move Alpha and VAX multi-arch news entries to same section
5416 as other multi-arch news.
5417
93d5585d
JT
54182002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5419
5420 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5421 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5422 static. Rename some register numbers to put them in ns32k-tdep
5423 private namespace.
5424 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5425 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5426 functions.
5427 (_initialize_ns32k_tdep): Use gdbarch_register.
5428 * ns32k-tdep.h: New file.
5429 * ns32knbsd-tdep.c: New file.
5430 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5431 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5432 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5433 REGISTER_BYTES, REGISTER_BYTE): Remove.
5434 * config/ns32k/tm-ns32k.h: New file.
5435 * config/ns32k/tm-umax.h: Remove.
5436
efb2c70e
JT
54372002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5438
5439 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5440 ns32k_store_struct_return, ns32k_extract_return_value,
5441 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5442 functions.
5443 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5444 ns32k_saved_pc_after_call.
5445 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5446 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5447 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5448 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5449 ns32k_extract_struct_value_address.
5450
7bcc927b
JT
54512002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5452
5453 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5454 ns32k_fix_call_dummy): New.
5455 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5456 ns32k_call_dummy_words.
5457 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5458 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5459 CALL_DUMMY_NARGS): Remove.
5460 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5461
78f9d765
JT
54622002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5463
5464 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5465 ns32k_frame_saved_pc, ns32k_frame_args_address,
5466 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5467 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5468 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5469 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5470 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5471 (BREAKPOINT): Remove..
5472 (FRAME_CHAIN): Define as ns32k_frame_chain.
5473 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5474 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5475 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5476 (FRAME_FIND_SAVED_REGS): Remove.
5477 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5478 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5479 (POP_FRAME): Define as ns32k_pop_frame.
5480
f2c762e0
JT
54812002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5482
5483 * ns32k-tdep.c (ns32k_register_byte_32082,
5484 ns32k_register_byte_32382, ns32k_register_raw_size,
5485 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5486 functions.
5487 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5488 ns32k_register_byte_32382.
5489 * config/ns32k/tm-umax.h: Update copyright years.
5490 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5491 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5492 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5493 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5494 (ns32k_get_enter_addr): Fix prototype.
5495
af137673
JT
54962002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5497
5498 * ns32k-tdep.c: Update copyright years.
5499 (ns32k_register_name_32082): New function.
5500 (ns32k_register_name_32382): Ditto.
5501 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5502 (REGISTER_NAME): Define as ns32k_register_name_32382.
5503 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5504 (REGISTER_NAME): Define as ns32k_register_name_32082.
5505
a8bc7b56
JB
55062002-05-24 Jim Blandy <jimb@redhat.com>
5507
5508 * dwarf2read.c (free_line_header): Use xfree, not free.
5509
83a45910
JT
55102002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5511
5512 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5513 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5514
0db71247
AC
55152002-05-23 Andrew Cagney <ac131313@redhat.com>
5516
5517 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5518
b9e5e4dd
AC
55192002-05-23 Andrew Cagney <ac131313@redhat.com>
5520
5521 From Ross Alexander at NEC Europe:
5522 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5523
de530e84
MS
55242002-05-23 Michael Snyder <msnyder@redhat.com>
5525
5526 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5527 for input, rather than parse_and_eval_address.
5528
b91b96f4
AC
55292002-05-23 Andrew Cagney <ac131313@redhat.com>
5530
5531 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5532 * Makefile.in (sim_d10v_h): Update definition.
5533
8b279e7a
AC
55342002-05-24 Andrew Cagney <cagney@redhat.com>
5535
5536 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5537 change `2002-05-22 Michael Snyder' below.
5538 (d10v_push_arguments): Ditto.
5539 (d10v_extract_return_value): Ditto.
5540
0a3d0425
JB
55412002-05-23 Jim Blandy <jimb@redhat.com>
5542
5543 * macrotab.c (check_for_redefinition): Don't complain if the new
5544 definition is the same as the previous one. Take more arguments
5545 to allow the comparison.
5546 (macro_define_object, macro_define_function): Pass more arguments
5547 to check_for_redefinition.
5548
78eac43e
MS
55492002-05-22 Michael Snyder <msnyder@redhat.com>
5550
5551 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5552 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5553 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5554 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5555 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5556 Add a temp variable to save a call (and a memory read).
5557 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5558 if possible (so that PC_IN_CALL_DUMMY will work).
5559
9bc1edb8
CV
55602002-05-22 Corinna Vinschen <vinschen@redhat.com>
5561
5562 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5563
005ef3d2
ML
55642002-05-22 Michal Ludvig <mludvig@suse.cz>
5565
5566 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5567 fde->cie_ptr.
5568 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5569 (dwarf2_build_frame_info): Add offset to fde->initial_location
5570 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5571 (execute_stack_op): Change type of 'result' from ULONGEST to
5572 CORE_ADDR.
005ef3d2 5573
fcf4f891
JT
55742002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5575
5576 * config/alpha/tm-nbsd.h: Include solib.h.
5577
cfef91e4
JT
55782002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5579
5580 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5581 assumptions about the host's byte order.
5582
9964235a
JT
55832002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5584
5585 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5586 to dependency list.
5587 * alphanbsd-tdep.c: Include solib-svr4.h.
5588 * shnbsd-tdep.c: Ditto.
5589
9eeef8ef
JT
55902002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5591
5592 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5593 nbsd-tdep.h to dependency list.
5594 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5595 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5596 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5597 nbsdaout.mh and nbsdelf.mh consistently.
5598 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5599 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5600 nbsdaout.mt and nbsdelf.mh consistently.
5601 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5602 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5603 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5604 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5605 a.out shared library stuff from here...
5606 * config/nm-nbsdaout.h: ...to here.
5607 * config/tm-nbsd.h: Remove.
5608 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5609 * config/arm/nbsd.mh: Remove.
5610 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5611 nbsd-tdep.o.
5612 * config/arm/nbsdaout.mh: New file.
5613 * config/arm/nbsdelf.mh: New file.
5614 * config/arm/nm-nbsdaout.h: New file.
5615 * config/i386/nbsd.mh: Remove.
5616 * config/i386/nbsd.mt: Remove.
5617 * config/i386/nbsdaout.mh: New file.
5618 * config/i386/nbsdaout.mt: New file.
5619 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5620 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5621 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5622 i386_register_u_addr): Remove.
5623 * config/i386/nm-nbsdaout.h: New file.
5624 * config/i386/nm-nbsdelf.h: Remove.
5625 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5626 (USE_STRUCT_CONVENTION): Remove.
5627 * config/i386/tm-nbsdaout.h: New file.
5628 * config/i386/tm-nbsdelf.h: Remove.
5629 * config/m68k/nbsd.mh: Remove.
5630 * config/m68k/nbsd.mt: Remove.
5631 * config/m68k/nbsdaout.mh: New file.
5632 * config/m68k/nbsdaout.mt: New file.
5633 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5634 * config/m68k/nm-nbsdaout.h: New file.
5635 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5636 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5637 * config/ns32k/nbsd.mh: Remove.
5638 * config/ns32k/nbsd.mt: Remove.
5639 * config/ns32k/nbsdaout.mh: New file.
5640 * config/ns32k/nbsdaout.mt: New file.
5641 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5642 * config/ns32k/nm-nbsdaout.h: New file.
5643 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5644 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5645 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5646 (SVR4_SHARED_LIBS): Remove.
5647 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5648 * config/sparc/nbsd.mh: Remove.
5649 * config/sparc/nbsd.mt: Remove.
5650 * config/sparc/nbsdaout.mh: New file.
5651 * config/sparc/nbsdaout.mt: New file.
5652 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5653 * config/sparc/nbsdelf.mt: New file.
5654 * config/sparc/nm-nbsdaout.h: New file.
5655 * config/sparc/nm-nbsdelf.h: Remove.
5656 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5657 * config/sparc/tm-nbsdaout.h: New file.
5658
257ce470
JT
56592002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5660
5661 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5662 mipsnbsd-tdep.c
5663 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5664
76a6d5fe
JT
56652002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5666
5667 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5668 shnbsd-nat.c.
5669 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5670
45888261
JT
56712002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5672
5673 * NEWS: Note new MIPS NetBSD native configuration.
5674 * configure.host (mips*-*-netbsd*): New host.
5675 * configure.tgt (mips*-*-netbsd*): New target.
5676 * mipsnbsd-nat.c: New file.
5677 * mipsnbsd-tdep.c: New file.
5678 * mipsnbsd-tdep.h: New file.
5679 * config/mips/nbsd.mh: New file.
5680 * config/mips/nbsd.mt: New file.
5681 * config/mips/nm-nbsd.h: New file.
5682 * config/mips/tm-nbsd.h: New file.
5683
70f80edf
JT
56842002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5685
5686 * Makefile.in (SFILES): Add osabi.c.
5687 (COMMON_OBS): Add osabi.o.
5688 (osabi.o): New dependency list.
5689 * osabi.c: New file.
5690 * osabi.h: New file.
5691 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5692
5693 * Makefile.in (alpha_tdep_h): Define and use instead of
5694 alpha-tdep.h.
5695 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5696 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5697 Remove.
5698 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5699 * alpha-tdep.h: Include osabi.h.
5700 (alpha_abi): Remove.
5701 (gdbarch_tdep): Use generic OS ABI framework.
5702 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5703 gdbarch_register_osabi.
5704 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5705 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5706 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5707
5708 * Makefile.in (sh_tdep_h): Add osabi.h.
5709 * sh-tdep.h (sh_osabi): Remove.
5710 (gdbarch_tdep): Use generic OS ABI framework.
5711 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5712 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5713 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5714 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5715
5716 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5717 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5718 gdbarch_register_osabi.
5719 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5720 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5721 (get_elfosabi): Rename to...
5722 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5723 ABI framework support routines.
5724 (arm_gdbarch_init): Use generic OS ABI framework.
5725 (arm_dump_tdep): Likewise.
5726 (_initialize_arm_tdep): Likewise.
5727 * arm-tdep.h: Include osabi.h.
5728 (arm_abi): Remove.
5729 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5730 osabi member.
5731 (arm_gdbarch_register_os_abi): Remove prototype.
5732 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5733 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5734
5735 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5736 * mips-tdep.c: Include osabi.h.
5737 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5738 OS ABI framework.
5739
d194345b
KH
57402002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5741
5742 * h8300-tdep.c: Fix formatting.
5743
70c6b0d1
EZ
57442002-05-20 Elena Zannoni <ezannoni@redhat.com>
5745
5746 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5747 printing vector registers.
5748
165b8e33
AC
57492002-05-19 Andrew Cagney <ac131313@redhat.com>
5750
5751 From Fernando Nasser:
5752 * remote.c (remote_async_open_1): Re-throw the exception when the
5753 connection fails.
5754 (remote_cisco_open): Ditto.
5755 (remote_open_1): Ditto.
5756
36918e70
AC
57572002-05-19 Andrew Cagney <ac131313@redhat.com>
5758
5759 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5760 (remote_start_remote): Add uiout parameter. Pass through to
5761 remote_start_remote_dummy.
5762 (remote_open_1): Use catch_exception instead of catch_errors.
5763 (remote_async_open_1): Ditto.
5764 (remote_cisco_open): Ditto.
5765
ae44c0c4
AC
57662002-05-19 Andrew Cagney <ac131313@redhat.com>
5767
5768 * remote.c (remote_start_remote): Replace PTR with void pointer.
5769 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5770 static.
5771
8efe637d
AC
57722002-05-18 Andrew Cagney <ac131313@redhat.com>
5773
5774 * gdb_indent.sh: Allow the script to be run in the sim directory.
5775
2f1b5984
MK
57762002-05-18 Mark Kettenis <kettenis@gnu.org>
5777
f0f625e2
MK
5778 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5779 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5780
2f1b5984
MK
5781 * corelow.c (core_open): Only call set_gdbarch_from_file if
5782 exec_bfd is NULL.
5783
fc974602
AV
57842002-05-17 Andrey Volkov <avolkov@transas.com>
5785
5786 * h8300-tdep.c: Add support of EXR register
5787 * config/h8300/tm-h8300.h: Ditto.
5788
906709f4
AV
57892002-05-17 Andrey Volkov <avolkov@transas.com>
5790
5791 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5792
6e591d68
AV
57932002-05-17 Andrey Volkov <avolkov@transas.com>
5794
5795 * h8300-tdep.c: Change literal regnums to REGNO.
5796
84f0252a
JB
57972002-05-17 Jim Blandy <jimb@redhat.com>
5798
e0e9281e
JB
5799 * NEWS: Note addition of macro support.
5800
84f0252a
JB
5801 Expand preprocessor macros in C expressions.
5802 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5803 (scan_macro_expansion, scanning_macro_expansion,
5804 finished_macro_expansion): New function declarations.
5805 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5806 variable declarations.
5807 * parser-defs.h (expression_context_pc): New declaration.
5808 * parse.c (expression_context_pc): New variable.
5809 (parse_exp_1): Set expression_context_pc, as well as
5810 expression_context_block.
5811 * c-exp.y (yylex): If we're not already reading the result of a
5812 macro expansion, try to macro-expand the next token. When we're
5813 done scanning a macro expansion, switch back to the mainline text.
5814 Commas and `if's in a macro's expansion don't terminate the input.
5815 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5816 (macro_original_text, macro_expanded_text,
5817 expression_macro_lookup_func, expression_macro_lookup_baton): New
5818 variables.
5819 (scan_macro_expansion, scanning_macro_expansion,
5820 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5821 c_preprocess_and_parse): New functions.
5822 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5823 c_preprocess_and_parse, instead of c_parse.
5824 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5825 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5826
1c509ca8
JR
5827Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5828
5829 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5830 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5831 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5832
2250ee0c
CV
58332002-05-17 Corinna Vinschen <vinschen@redhat.com>
5834
5835 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5836
ab3b8126
JT
58372002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5838
5839 * Makefile.in (sh_tdep_h): Define and use.
5840 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5841 register enum): Move to...
5842 * * sh-tdep.h: ...here.
5843 * sh-tdep.c: Include sh-tdep.h.
5844 * sh3-rom.c: Likewise.
5845 * shnbsd-tdep.c: Likewise.
5846
ed9d4749
MS
58472002-05-16 Michael Snyder <msnyder@redhat.com>
5848
5849 * arm-tdep.c: Spelling fix in comment.
5850
2e276125
JB
58512002-05-16 Jim Blandy <jimb@redhat.com>
5852
6821892e
JB
5853 Add commands for manually expanding macros and showing their
5854 definitions.
5855 * macrocmd.c, macroscope.c, macroscope.h: New files.
5856 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5857 (macroscope_h): New variable.
5858 (HFILES_NO_SRCDIR): Add macroscope.h.
5859 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5860 (macroscope.o, macrocmd.o): New rules.
5861
2e276125
JB
5862 Teach the Dwarf 2 reader to read macro information.
5863 * dwarf2read.c: #include "macrotab.h".
5864 (dwarf_macinfo_buffer): New variable.
5865 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5866 dwarf_macinfo_size.
5867 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5868 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5869 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5870 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5871 dwarf2_macro_spaces_in_definition): New complaints.
5872 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5873 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5874 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5875 the partial symbol table.
5876 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5877 from what's recorded in the partial symbol table.
5878 (read_file_scope): If the compilation unit has a
5879 `DW_AT_macro_info' attribute, read its macro information.
5880 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5881
2f53fe6c
DJ
58822002-05-16 Daniel Jacobowitz <drow@mvista.com>
5883
5884 Fix PR gdb/546
5885 * ser-tcp.c: Don't include <netinet/udp.h>.
5886
2be99286
SC
58872002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5888
5889 * MAINTAINERS: Update my email address.
5890
c9af212b 58912002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5892
5893 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5894 include file of the same name.
5895
bf5f1a52
CV
58962002-05-16 Corinna Vinschen <vinschen@redhat.com>
5897
5898 * configure.tgt: Mark v850 as multi-arched.
5899 * config/v850/tm-v850.h: Remove file.
5900 * config/v850/v850.mt: Eliminate TM_FILE.
5901
435e042a
CV
59022002-05-16 Corinna Vinschen <vinschen@redhat.com>
5903
5904 * v850-tdep.c: Full multi-arch.
5905 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5906 Define GDB_MULTI_ARCH to 2.
5907
9819c6c8
PM
59082002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5909
5910 * p-exp.y (current_type): New static variable.
5911 Carries the type of the expression at the position that is parsed.
5912 (push_current_type, pop_current_type): Two new functions. Used
5913 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5914 (search_field): New static variable. Set to one after parsing a point
5915 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5916 (FIELDNAME): New token. After a point only a token belonging to
5917 current_type type definition is allowed.
5918 (all over token rules): reset and change current_type according
5919 to rules.
5920 (exp '[' rule): insert implicit array index field if
5921 exp is a pascal string type.
5922
3a06899a
CV
59232002-05-16 Corinna Vinschen <vinschen@redhat.com>
5924
5925 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5926 frame info. Use frame_info's saved_regs instead of matching member
5927 in extra_frame_info throughout.
5928 (v850_frame_init_saved_regs): New function.
5929 (v850_init_extra_frame_info): Move most functionality into
5930 v850_frame_init_saved_regs().
5931 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5932 (v850_frame_find_saved_regs): Remove declaration.
5933 (FRAME_FIND_SAVED_REGS): Remove definition.
5934 (v850_frame_init_saved_regs): Add declaration.
5935 (FRAME_INIT_SAVED_REGS): Add definition.
5936
6ed14b0e
CV
59372002-05-16 Corinna Vinschen <vinschen@redhat.com>
5938
5939 * v850-tdep.c: Begin multi-arch'ing v850.
5940 (v850_target_architecture_hook): Remove function.
5941 (v850_gdbarch_init): New function. Add code previously in
5942 v850_target_architecture_hook().
5943 (_initialize_v850_tdep): Don't set target_architecture_hook.
5944 Call register_gdbarch_init() instead.
5945
42725910
DJ
59462002-05-16 Daniel Jacobowitz <drow@mvista.com>
5947
5948 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5949 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5950 (fixup_class_method_type): Likewise.
5951
99d9066e
JB
59522002-05-15 Jim Blandy <jimb@redhat.com>
5953
5954 Add macro structures to GDB's symbol tables. Nobody puts anything
5955 in them yet.
5956 * symtab.h (struct symtab): New member: `macro_table'.
5957 * buildsym.h (pending_macros): New global variable.
5958 * buildsym.c: #include "macrotab.h".
5959 (buildsym_init): Initialize `pending_macros'.
5960 (end_symtab): If we found macro information while reading a CU's
5961 debugging info, do build a symtab structure for it. Make the
5962 symtab point to the macro information, and clear the
5963 `pending_macros' pointer which held it while we were reading the
5964 debug info.
5965 (really_free_pendings): Free any pending macro table.
5966 * objfiles.h (struct objfile): New member: `macro_cache'.
5967 * objfiles.c (allocate_objfile): Set allocate and free functions
5968 for the macro cache's objstack.
5969 (free_objfile): Empty the macro cache's obstack.
5970 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5971 set new allocate and free functions for it.
5972 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5973 free functions for the macro cache's objstack. (Why is this
5974 function building its own objfile?)
5975 * symmisc.c (print_objfile_statistics): Print statistics on the
5976 macro bcache.
5977 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5978
c899585b
RE
59792002-05-15 Richard Earnshaw <rearnsha@arm.com>
5980
5981 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5982 (REGISTER_U_ADDR): Delete definition.
5983 (arm_register_u_addr): Delete declaration.
5984
a6cdd8c5
RE
59852002-05-15 Richard Earnshaw <rearnsha@arm.com>
5986
5987 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5988 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5989
c97dcfc7
AC
59902002-05-14 Andrew Cagney <ac131313@redhat.com>
5991
5992 * regcache.c (register_valid): Revise comments refering to "Not
5993 available" and "unavailable".
5994 * frame.c (frame_register_read): Ditto.
5995 * findvar.c (value_of_register): Ditto.
5996
93021b7d
AC
59972002-05-15 Andrew Cagney <cagney@redhat.com>
5998
5999 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6000 (remote-sim.o): Update dependencies.
6001 (d10v-tdep.o): Specify dependencies.
6002 (sim_d10v_h): Define.
6003
a86bc61c
JB
60042002-05-14 Jim Blandy <jimb@redhat.com>
6005
6006 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6007 * macrotab.c (macro_lookup_inclusion, find_definition,
6008 new_macro_table): Same.
6009
6010 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6011 not `! strcmp ()'. This is a dubious improvement.
6012 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6013
6014 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6015 although it's not necessary, to avoid a warning.
6016
2fdde8f8
DJ
60172002-05-14 Daniel Jacobowitz <drow@mvista.com>
6018
6019 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6020 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6021 TYPE_INSTANCE_FLAGS.
6022 (struct main_type): New.
6023 (struct type): Move most members to struct main_type. Change
6024 cv_type and as_type to new type_chain member. Add instance_flags.
6025 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6026 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6027 (finish_cv_type): Remove prototype.
6028 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6029 Set TYPE_CHAIN.
6030 (alloc_type_instance): New function.
6031 (smash_type): New function.
6032 (make_pointer_type, make_reference_type, make_function_type)
6033 (smash_to_member_type, smash_to_method_type): Call smash_type.
6034 (make_qualified_type): New function.
6035 (make_type_with_address_space): Call make_qualified_type.
6036 (make_cv_type): Likewise.
6037 (finish_cv_type): Remove unnecessary function.
6038 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6039 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6040 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6041 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6042 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6043 * hpread.c (hpread_read_struct_type): Likewise.
6044 * stabsread.c (read_struct_type): Likewise.
6045
843fedf4
EZ
60462002-05-14 Elena Zannoni <ezannoni@redhat.com>
6047
6048 * configure.tgt: Add a catch all sh* target, for cases like
6049 sh[2,3,4]-elf and sh-hms.
6050
05a6c72c
KS
60512002-05-14 Keith Seitz <keiths@redhat.com>
6052
6053 * event-loop.c (create_file_handler): Don't do anything but
6054 update data when we are given a fd which we are already
6055 monitoring.
6056
5d085aaf
ML
60572002-05-14 Michal Ludvig <mludvig@suse.cz>
6058
6059 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6060 (update_context): Use __func__ in warnings.
6061
9db8d71f
DJ
60622002-05-14 Daniel Jacobowitz <drow@mvista.com>
6063
6064 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6065 and tcp_close to net_open and net_close.
6066 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6067 using UDP if requested. Don't try to disable Nagle on UDP
6068 sockets.
6069 * remote.c (remote_serial_open): New function. Warn about UDP.
6070 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6071
5dbc6baa
EZ
60722002-05-13 Elena Zannoni <ezannoni@redhat.com>
6073
6074 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6075
cc3023f7
EZ
60762002-05-13 Elena Zannoni <ezannoni@redhat.com>
6077
6078 * configure.tgt: Remove sh-hms target.
6079 * MAINTAINERS: Don't list sh-hms as a separate target.
6080
ec2bcbe7
JB
60812002-05-13 Jim Blandy <jimb@redhat.com>
6082
6083 Add first preprocessor macro-expansion files.
6084 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6085 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6086 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6087 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6088 (COMMON_OBS): Add macrotab.o, macroexp.o.
6089 (macroexp.o, macrotab.o): New rules.
6090
6d531722
AC
60912002-05-13 Andrew Cagney <ac131313@redhat.com>
6092
6093 * config/m88k/tm-m88k.h: Update copyright.
6094 (m88k_target_write_pc): Declare
6095 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6096 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6097 (SHIFT_INST_REGS): Update definition.
6098 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6099 using old definition of TARGET_WRITE_PC.
6100 * regcache.c (generic_target_write_pc): Delete code handling
6101 NNPC_REGNUM.
6102 * gdbarch.sh (NNPC_REGNUM): Delete.
6103 * gdbarch.h, gdbarch.c: Regenerate.
6104
3e3f2739
RE
61052002-05-13 Richard Earnshaw <rearnsha@arm.com>
6106
6107 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6108 builtin reg number.
6109
0004e5a2
DJ
61102002-05-13 Daniel Jacobowitz <drow@mvista.com>
6111
6112 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6113 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6114 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6115 access macros.
6116 * c-typeprint.c (cp_type_print_method_args): Likewise.
6117 (c_type_print_args): Likewise.
6118 * d10v-tdep.c (d10v_push_arguments): Likewise.
6119 (d10v_extract_return_value): Likewise.
6120 * expprint.c (print_subexp): Likewise.
6121 * gdbtypes.c (lookup_primitive_typename): Likewise.
6122 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6123 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6124 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6125 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6126 (TYPE_VECTOR): Likewise.
6127 * hpread.c (hpread_read_struct_type)
6128 (fix_static_member_physnames, fixup_class_method_type)
6129 (hpread_type_lookup): Likewise.
6130 * mdebugread.c (parse_symbol, parse_type): Likewise.
6131 * p-lang.c (is_pascal_string_type): Likewise.
6132 * valops.c (hand_function_call): Likewise.
6133 * x86-64-tdep.c (classify_argument): Likewise.
6134
6135 * hpread.c (hpread_read_function_type)
6136 (hpread_read_doc_function_type): Call replace_type.
6137 * dstread.c (create_new_type): Delete.
6138 (decode_dst_structure, process_dst_function): Call alloc_type.
6139 Use type access macros.
6140
dff95cc7
MK
61412002-05-12 Mark Kettenis <kettenis@gnu.org>
6142
6143 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6144 the're not supported by the current architecture.
6145 (i387_fill_fxsave): Likewise.
6146
bbcd32ad
FF
61472002-05-12 Fred Fish <fnf@redhat.com>
6148
6149 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6150 sect_index_xxx members to index the first slot in section_offsets
6151 if all of the section_offsets are zero.
6152
89cf4787
MK
61532002-05-12 Mark Kettenis <kettenis@gnu.org>
6154
6155 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6156 checked in with last change.
6157
1f77ffc5
MK
61582002-05-12 Mark Kettenis <kettenis@gnu.org>
6159
6160 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6161 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6162 config.sub.
6163
89b8b4a9
DJ
61642002-05-12 Daniel Jacobowitz <drow@mvista.com>
6165
6166 * Makefile.in: Update dependencies.
6167
14a5e767
AC
61682002-05-11 Andrew Cagney <ac131313@redhat.com>
6169
6170 * language.c (local_hex_string_custom): Simplify. Do not depend
6171 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6172
6173 * memattr.c (mem_info_command): Replace calls to
6174 longest_local_hex_string and longest_local_hex_string_custom.
6175 * buildsym.c (make_blockvector): Ditto.
6176 * solib.c (info_sharedlibrary_command): Ditto.
6177 * tracepoint.c (tracepoints_info): Ditto.
6178 * symtab.c (print_msymbol_info): Ditto.
6179
6180 * language.c (local_hex_string): Delete.
6181 (local_hex_string_custom): Delete.
6182 (longest_local_hex_string): Rename to local_hex_string.
6183 (longest_local_hex_string_custom): Rename to
6184 local_hex_string_custom.
6185 * language.h (local_hex_string): Change parameter type to LONGEST.
6186 (local_hex_string_custom): Ditto.
6187 (longest_local_hex_string): Delete declaration.
6188 (longest_local_hex_string_custom): Ditto.
6189
6190 * solib.c: Update copyright.
6191 * memattr.c: Update copyright.
6192
13d01224
AC
61932002-05-11 Andrew Cagney <ac131313@redhat.com>
6194
6195 * arch-utils.h (legacy_register_to_value): Declare.
6196 (legacy_value_to_register): Declare.
6197 (legacy_convert_register_p): Declare.
6198 * arch-utils.c (legacy_register_to_value): New function.
6199 (legacy_value_to_register): New function.
6200 (legacy_convert_register_p): New function.
6201
6202 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6203 (VALUE_TO_REGISTER): Define.
6204 (CONVERT_REGISTER_P): Define.
6205 * gdbarch.h, gdbarch.c: Regenerate.
6206
6207 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6208 VALUE_TO_REGISTER.
6209 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6210 CONVERT_REGISTER_P.
6211
4a1970e4
DJ
62122005-05-11 Daniel Jacobowitz <drow@mvista.com>
6213 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6214
6215 * Makefile.in: Update dependencies for valops.c.
6216 * valops.c: Include "gdb_assert.h".
6217 (typecmp): Skip THIS parameter to methods.
6218 (find_method_list): Remove static_memfuncp argument,
6219 update callers. Check for stub methods.
6220 (find_value_oload_method_list): Don't set *static_memfuncp.
6221 (find_overload_match): Don't check for stub methods. Assert
6222 that methods are not stubbed. Handle static methods.
6223 (value_find_oload_method_list): Remove static_memfuncp argument.
6224 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6225 to the argument list for static stub methods.
6226 * value.h (value_find_oload_method_list): Update prototype.
6227
b2e75d78
AC
62282002-05-11 Andrew Cagney <ac131313@redhat.com>
6229
6230 * arch-utils.h (generic_register_size): Declare.
6231 (generic_register_raw_size, generic_register_virtual_size): Delete
6232 declarations.
6233 * arch-utils.c (generic_register_raw_size): Delete.
6234 (generic_register_size): New function.
6235 (generic_register_virtual_size): Delete.
6236
6237 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6238 default generic_register_size.
6239 * gdbarch.h, gdbarch.c: Re-generate.
6240
6241 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6242 register_virtual_size.
6243 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6244 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6245
451fbdda
AC
62462002-05-11 Andrew Cagney <ac131313@redhat.com>
6247
6248 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6249 * gdbarch.h, gdbarch.c: Regenerate.
6250 * gnu-v3-abi.c: Update copyright.
6251 (vtable_address_point_offset): Update.
6252 (gnuv3_rtti_type): Update.
6253 (gnuv3_baseclass_offset): Update.
6254 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6255 (init_fetch_link_map_offsets): Update.
6256 * remote.c (get_remote_state): Update.
6257
6d2f5cea
DJ
62582002-05-11 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * TODO: Remove value_headof/value_from_vtable_info comment.
6261 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6262 * values.c (value_headof, value_from_vtable_info): Delete.
6263 * value.h (value_from_vtable_info): Delete prototype.
6264
d2324da4
AC
62652002-05-11 Andrew Cagney <ac131313@redhat.com>
6266
6267 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6268 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6269 $(gdb_regex_h).
6270 (gdb_assert_h): Define.
6271 (gdb_wait_h): Define.
6272 (gdb_regex_h): Define.
6273
5c717440
DJ
62742002-05-11 Daniel Jacobowitz <drow@mvista.com>
6275
6276 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6277 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6278
6c7861b3
JT
62792002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6280
6281 * nbsd-tdep.c: Fix comment.
6282
ea5bc2a6
JT
62832002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6284
6285 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6286 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6287 (nbsd-tdep.o): New dependency list.
6288 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6289 nbsd-tdep.h.
6290 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6291 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6292 * nbsd-tdep.c: New file.
6293 * nbsd-tdep.h: New file.
6294 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6295 nbsd-tdep.h.
6296 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6297 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6298 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6299 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6300
b28da865
JT
63012002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6302
6303 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6304 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6305 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6306 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6307 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6308 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6309
4b8ff1fa
JT
63102002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6311
6312 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6313 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6314 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6315 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6316 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6317 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6318 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6319
dfe6eb1f
JT
63202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6323 fetch_elfcore_registers to...
6324 * i386nbsd-tdep.c: ...here.
6325 (i386nbsd_use_struct_convention): Rename to...
6326 (i386nbsd_aout_use_struct_convention): ...this.
6327 (i386nbsd_supply_reg): New function.
6328 (i386nbsd_fill_reg): New function.
6329 (fetch_core_registers): Use i386nbsd_supply_reg.
6330 (fetch_elfcore_registers): Likewise.
6331 (_initialize_i386nbsd_tdep): New function.
6332 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6333 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6334 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6335 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6336 (i386nbsd_aout_use_struct_convention): ...this.
6337
20cb8cda
JT
63382002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6339
6340 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6341 (store_inferior_registers): Use shnbsd_fill_reg.
6342 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6343 sh_nbsd_supply_register): Collapse into...
6344 (shnbsd_supply_reg): ...this.
6345 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6346 (shnbsd_fill_reg): ...this.
6347 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6348 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6349 (fetch_core_registers): Use shnbsd_supply_reg.
6350 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6351 (sh_nbsd_core_fns): Rename to...
6352 (shnbsd_core_fns): ...this.
6353 (sh_nbsd_elfcore_fns): Rename to...
6354 (shnbsd_elfcore_fns): ...this.
6355 (sh_nbsd_init_abi): Rename to...
6356 (shnbsd_init_abi): ...this.
6357 (_initialize_sh_nbsd_tdep): Rename to...
6358 (_initialize_shnbsd_tdep): ...this.
6359 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6360 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6361 sh_nbsd_fill_register): Remove prototypes.
6362 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6363
e750d25e
JT
63642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6365
6366 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6367 (i387-nat.o): Delete dependency list.
6368 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6369 (x86-64-linux-nat.o): Likewise.
6370 * i387-nat.c: Delete file, moving contents to...
6371 * i387-tdep.c: ...here.
6372 * i387-nat.h: Rename...
6373 * i387-tdep.h: ...to this.
6374 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6375 * i386-linux-nat.c: Likewise.
6376 * i386bsd-nat.c: Likewise.
6377 * i386gnu-nat.c: Likewise.
6378 * i386nbsd-nat.c: Likewise.
6379 * i386v4-nat.c: Likewise.
6380 * x86-64-linux-nat.c: Likewise.
6381 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6382 * config/i386/go32.mh (NATDEPFILES): Likewise.
6383 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6384 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6385 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6386 * config/i386/linux.mh (NATDEPFILES): Likewise.
6387 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6388 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6389 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6390 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6391
1aee598a
JT
63922002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6393
6394 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6395 (alphanbsd-nat.o): Remove dependency list.
6396 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6397 * alphanbsd-nat.c: Delete. Contents moved to...
6398 * alphanbsd-tdep.c: ...here.
6399 (_initialize_alphanbsd_tdep): Register core functions.
6400 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6401
12bcb0fe
JT
64022002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6403
6404 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6405 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6406 (alphanbsd-nat.o): Likewise.
6407 (alphabsd-tdep.o): New dependency list.
6408 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6409 (fill_gregset): Use alphabsd_fill_reg.
6410 (supply_fpregset): Use alphabsd_supply_fpreg.
6411 (fill_fpregset): Use alphabsd_fill_fpreg.
6412 (fetch_inferior_registers): Use struct reg and struct fpreg
6413 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6414 and alphabsd_supply_fpreg.
6415 (store_inferior_registers): Use struct reg and struct fpreg
6416 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6417 and alphabsd_fill_fpreg.
6418 * alphabsd-tdep.c: New file.
6419 * alphabsd-tdep.h: New file.
6420 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6421 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6422 alphabsd_supply_fpreg.
6423 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6424 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6425
361d1df0
EC
64262002-05-11 Eric Christopher <echristo@redhat.com>
6427
6428 * mips-tdep.c (mips_double_register_type): Fix thinko.
6429 (mips_single_register_type): Ditto.
6430 * MAINTAINERS: Add self.
6431
92dd7cee
MK
64322002-05-11 Mark Kettenis <kettenis@gnu.org>
6433
6434 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6435 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6436 right thing on architectures with different endianness and/or
6437 integer sizes.
6438
e27da16d
JT
64392002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6440
6441 From Christian Limpach <chris@Pin.LU>
6442 * configure.in: Change sed expression which comments out
6443 NATDEPFILES to also comment out continuation lines.
6444 * configure: Regenerate.
6445
ddde02bd
EZ
64462002-05-10 Elena Zannoni <ezannoni@redhat.com>
6447
6448 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6449 big patch.
6450
1c922164
EZ
64512002-05-10 Elena Zannoni <ezannoni@redhat.com>
6452
6453 * sh-tdep.c: Include correct file.
6454
283150cd
EZ
64552002-05-10 Elena Zannoni <ezannoni@redhat.com>
6456
6457 New support for sh64-elf (sh5) target.
6458
6459 * configure.tgt: For sh64-elf target, default to sh-elf.
6460
6461 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6462 (struct gdbarch_tdep): Add new fields for new registers and ABI
6463 info.
361d1df0 6464
283150cd
EZ
6465 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6466 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6467 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6468 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6469 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6470 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6471 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6472 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6473 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6474 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6475 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6476 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6477 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6478 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6479 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6480 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6481 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6482 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6483 sign_extend, sh64_nofp_frame_init_saved_regs,
6484 sh64_init_extra_frame_info, sh64_get_saved_register,
6485 sh64_extract_struct_value_address, sh64_pop_frame,
6486 sh64_push_arguments, sh64_extract_return_value,
6487 sh64_store_return_value, sh64_show_media_regs,
6488 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6489 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6490 sh_sh64_register_virtual_type,
6491 sh_sh64_register_convert_to_virtual,
6492 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6493 sh64_register_read, sh64_pseudo_register_write,
6494 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6495 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6496 sh64_do_pseudo_register, sh_compact_do_registers_info,
6497 sh64_do_registers_info, sh_gdbarch_init): New functions.
6498
3117ed25
EZ
64992002-05-10 Elena Zannoni <ezannoni@redhat.com>
6500
6501 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6502
2654e6d4
DJ
65032002-05-10 Daniel Jacobowitz <drow@mvista.com>
6504
6505 * linespec.c (decode_line_1): Check for a double quote after
6506 a filename correctly.
6507
9ab3e532
JB
65082002-05-10 Jim Blandy <jimb@redhat.com>
6509
6510 Properly track the size of the current objfile's .debug_line section.
6511 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6512 (DWARF_LINE_SIZE): New macro.
6513 (dwarf2_build_psymtabs_hard): Record the line section's size in
6514 the partial symbol table.
6515 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6516 symbol table.
6517
126fa72d
PS
65182002-05-10 Petr Sorfa <petrs@caldera.com>
6519
6520 * ia64-tdep.c: Handle breakpoints on L instruction type
6521 in MLX instruction bundle by moving the breakpoint to
6522 the third slot (X instruction type) as L holds only data.
6523
1f077a3e
KB
65242002-05-10 Kevin Buettner <kevinb@redhat.com>
6525
6526 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6527 (process_one_symbol): Complain about discarding local symbols
6528 due to a misplaced N_LBRAC entry.
6529
8120c9d5 65302002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6531
6532 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6533 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6534 decrease the depth we are at, in the case of templates.
361d1df0 6535
67b2c998
DJ
65362002-05-09 Daniel Jacobowitz <drow@mvista.com>
6537
6538 * mips-tdep.c (mips_float_register_type): New function.
6539 (mips_double_register_type): New function.
6540 (mips_print_register): Use them.
6541 (do_fp_register_row): Likewise.
6542
fd326606
DJ
65432002-05-09 Daniel Jacobowitz <drow@mvista.com>
6544
6609d9af 6545 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6546 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6547 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6548
bef35864
MS
65492002-05-09 Michael Snyder <msnyder@redhat.com>
6550
6551 * remote-rdp.c (remote_rdp_can_run): Remove.
6552
c55a3f73
TT
65532002-05-09 Tom Tromey <tromey@redhat.com>
6554
6555 * jv-valprint.c (java_val_print): Handle `char' as a special case
6556 of TYPE_CODE_INT.
6557
b8d5e71d
MS
65582002-05-09 Michael Snyder <msnyder@redhat.com>
6559
6560 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6561 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6562 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6563 str r(0123),[sp,#nn].
361d1df0 6564 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6565 order-independent by placing it in a loop.
6566
e2cd42dd
MS
65672002-05-06 Michael Snyder <msnyder@redhat.com>
6568
6569 * stabsread.c (read_type): Add recognition for new attribute:
6570 "@V;" means that an array type is actually a vector.
6571 This is analogous to the vector flag that's been added to dwarf2.
6572
3ce1502b
MK
65732002-05-09 Mark Kettenis <kettenis@gnu.org>
6574
6575 * i386-tdep.h (i386_abi): New enum.
6576 (struct gdbarch_tdep): Replace os_ident member with abi.
6577 (i386_gdbarch_register_os_abi): New prototype.
6578 * i386-tdep.c (i386_abi_names): New array.
6579 (process_note_abi_tag_sections): Removed.
6580 (process_note_sections): New function.
6581 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6582 (struct i386_abi_handler): New struct.
6583 (i386_abi_handler_list): New variable.
6584 (i386_gdbarch_register_os_abi): New function.
6585 (i386_gdbarch_init): Adapt for the changes given above.
6586
084c156a
DJ
65872002-05-08 Daniel Jacobowitz <drow@mvista.com>
6588
6589 * gregset.h: Say "GNU/Linux".
6590
6599f021
EZ
65912002-05-08 Elena Zannoni <ezannoni@redhat.com>
6592
6593 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6594 (build_gdbtypes): Build builtin_type_v2_float.
6595 (_initialize_gdbtypes): Register new builtin type.
6596
40af4b0c
AC
65972002-05-08 Andrew Cagney <ac131313@redhat.com>
6598
6599 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6600 (clear_gdbarch_swap): New function.
6601 (initialize_non_multiarch): Call.
6602 (gdbarch_update_p): Before calling init(), swap out and clear the
6603 existing architecture.
6604 * gdbarch.c: Regenerate.
6605
4fe84f46
JT
66062002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6607
6608 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6609 alphanbsd-tdep.c.
6610
4015edd1
JT
66112002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6612
6613 * sh-nbsd-nat.c: Rename to...
6614 * shnbsd-nat.c: ...this.
6615 * sh-nbsd-tdep.c: Rename to...
6616 * shnbsd-tdep.c: ...this.
6617 * sh-nbsd-tdep.h: Rename to...
6618 * shnbsd-tdep.h: ...this.
6619 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6620 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6621
0e2bd219
RE
66222002-05-08 Richard Earnshaw <rearnsha@arm.com>
6623
6624 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6625 concatenation for command help messages.
6626
13a38d45
JT
66272002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6628
6629 * NEWS: Note new sh*-*-netbsdelf* configuration.
6630 * configure.host: Set gdb_host_cpu to sh for all sh*.
6631 (sh*-*-netbsdelf*): New host.
6632 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6633 (sh*-*-netbsdelf*): New target.
6634 * sh-nbsd-nat.c: New file.
6635 * sh-nbsd-tdep.c: New file.
6636 * sh-nbsd-tdep.h: New file.
6637 * config/sh/nbsd.mh: New file.
6638 * config/sh/nbsd.mt: New file.
6639 * config/sh/nm-nbsd.h: New file.
6640 * config/sh/tm-nbsd.h: New file.
6641
d658f924
JT
66422002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6643
6644 * sh-tdep.c (sh_osabi_names): Declare.
6645 (process_note_abi_tag_sections): New function.
6646 (get_elfosabi): Ditto.
6647 (sh_gdbarch_register_os_abi): Ditto.
6648 (sh_dump_tdep): Ditto.
6649 _initialize_sh_tdep): Use gdbarch_register to register
6650 sh_gdbarch_init and sh_dump_tdep.
6651 * config/sh/tm-sh.h (sh_osabi): Declare.
6652 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6653
848cfffb
AC
66542002-05-07 Andrew Cagney <ac131313@redhat.com>
6655
6656 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6657 (thumb_scan_prologue): Ditto.
6658 (arm_find_callers_reg): Ditto.
6659 (arm_frame_chain): Ditto.
6660 (arm_init_extra_frame_info): Ditto.
6661 (arm_frame_saved_pc): Ditto.
6662 (arm_pop_frame): Ditto.
6663 (arm_push_return_address): New function.
6664 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6665 call_dummy_location, call_dummy_breakpoint_offset_p,
6666 call_dummy_breakpoint_offset, call_dummy_p,
6667 call_dummy_stack_adjust_p, call_dummy_words,
6668 sizeof_call_dummy_words, call_dummy_start_offset,
6669 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6670 call_dummy_address, push_return_address and push_dummy_frame for
6671 generic dummy frames.
6672
e7d717c0
JT
66732002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6674
6675 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6676 size computation for alloca.
6677 (sh_fp_frame_init_saved_regs): Likewise.
6678
7bbcf283
RE
66792002-05-07 Richard Earnshaw <rearnsha@arm.com>
6680
6681 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6682 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6683 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6684 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6685 * remote-rdp.c (remote_rdp_fetch_register): Use
6686 ARM_MAX_REGISTER_RAW_SIZE.
6687 (remote_rdp_store_register): Likewise.
6688
4657573b
ML
66892002-05-07 Michal Ludvig <mludvig@suse.cz>
6690
361d1df0 6691 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6692 added default labels to switch {} statements.
6693 * x86-64-tdep.c: Ditto.
6694 * x86-64-linux-nat.c: Ditto.
6695
010f3b2f
JT
66962002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6697
6698 * solib.h: Protect against multiple inclusion.
6699
debd256d
JB
67002002-05-06 Jim Blandy <jimb@redhat.com>
6701
9ab3e532
JB
6702 Add first preprocessor macro-expansion files.
6703 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6704 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6705 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6706 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6707 (COMMON_OBS): Add macrotab.o, macroexp.o.
6708 (macroexp.o, macrotab.o): New rules.
6709
debd256d
JB
6710 Separate the job of reading the line number info statement program
6711 header (...expialidocious) out into its own function.
6712 * dwarf2read.c (struct line_head, struct filenames, struct
6713 directories): Replace with...
6714 (struct line_header): New structure, containing the full
6715 contents of the statement program header, including the
6716 include directory and file name tables.
6717 (read_file_scope): If we have line number info, instead of just
6718 calling dwarf_decode_lines to do all the work, call
6719 dwarf_decode_line_header first to get a `struct line_header'
6720 containing the data in the statement program header, and then
6721 pass that to dwarf_decode_lines, which will pick up where that
6722 left off. Be sure to clean up the `struct line_header' object.
6723 (dwarf_decode_line_header, free_line_header, add_include_dir,
6724 add_file_name): New functions.
6725 (dwarf_decode_lines): Move all the code to read the statement
6726 program header into dwarf_decode_line_header. Take the line
6727 header it built as the first argument, instead of the offset to
6728 the compilation unit's line number info. Use the new `struct
6729 line_header' type instead of the old structures. No need to do
6730 cleanups here now, since we don't allocate anything.
6731 (dwarf2_statement_list_fits_in_line_number_section,
6732 dwarf2_line_header_too_long): New complaints.
6733
ac3aafc7
EZ
67342002-05-06 Elena Zannoni <ezannoni@redhat.com>
6735
6736 * gdbtypes.c (init_vector_type): New function.
6737 (build_builtin_type_vec128): Simplify the representation of SIMD
6738 registers.
6739 (build_gdbtypes): Initialize new builtin vector types.
6740 (_initialize_gdbtypes): Register new vector types with gdbarch.
6741 (builtin_type_v4_float, builtin_type_v4_int32,
6742 builtin_type_v8_int16, builtin_type_v16_int8,
6743 builtin_type_v2_int32, builtin_type_v4_int16,
6744 builtin_type_v8_int8): New (renamed) SIMD types.
6745
13e49980
MK
67462002-05-06 Mark Kettenis <kettenis@gnu.org>
6747
6748 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6749 (i387_fill_fxsave): Likewise.
6750
997b20b8
AO
67512002-05-05 Alexandre Oliva <aoliva@redhat.com>
6752
6753 * alpha-tdep.c (alpha_extract_return_value): Don't use
6754 non-constant array size in prototype.
6755
535c96ce
AC
67562002-05-04 Andrew Cagney <ac131313@redhat.com>
6757
6758 From Brian Taylor <briant at model dot com>:
6759 * ui-out.c (ui_out_field_core_addr): Use the function
6760 longest_local_hex_string_custom'to format addresses > 32 bits
6761 wide.
6762
6763 * ui-out.c (ui_out_field_core_addr): Update comment.
6764
bedfa57b
AC
67652002-05-04 Andrew Cagney <ac131313@redhat.com>
6766
6767 * stack.c (select_and_print_frame): Make static. Delete the
6768 parameter `level'.
6769 (func_command): Update call.
6770 (select_frame_command): Delete code computing the frame level.
6771 * frame.h (select_and_print_frame): Delete declaration.
6772
f621c63e
AC
67732002-05-04 Andrew Cagney <ac131313@redhat.com>
6774
6775 * sparc-tdep.c (sparc_get_saved_register): Comment why
6776 get_prev_frame call is safe.
6777
0f7d239c
AC
67782002-05-04 Andrew Cagney <ac131313@redhat.com>
6779
6780 * frame.h (select_frame): Delete level parameter.
6781 * stack.c (select_frame): Update. Use frame_relative_level to
6782 obtain the frame's level.
6783 (select_and_print_frame): Update call.
6784 (select_frame_command): Ditto.
6785 (up_silently_base): Ditto.
6786 (down_silently_base): Ditto.
6787 * ocd.c (ocd_start_remote): Ditto.
6788 * remote-rdp.c (remote_rdp_open): Ditto.
6789 * remote-mips.c (mips_initialize): Ditto.
6790 (common_open): Ditto.
6791 * remote-e7000.c (e7000_start_remote): Ditto.
6792 * m3-nat.c (select_thread): Ditto.
6793 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6794 (child_get_current_exception_event): Ditto.
6795 * varobj.c (varobj_create): Ditto.
6796 (varobj_update): Ditto.
6797 (c_value_of_root): Ditto.
6798 * tracepoint.c (finish_tfind_command): Ditto.
6799 * corelow.c (core_open): Ditto.
6800 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6801 * thread.c (info_threads_command): Ditto.
6802 (switch_to_thread): Ditto.
6803 * infrun.c (normal_stop): Ditto.
6804 (restore_selected_frame): Ditto.
6805 (restore_inferior_status): Ditto.
6806 * breakpoint.c (insert_breakpoints): Ditto.
6807 (watchpoint_check): Ditto.
6808 (bpstat_stop_status): Ditto.
6809 (do_enable_breakpoint): Ditto.
6810 * blockframe.c (flush_cached_frames): Ditto.
6811 (reinit_frame_cache): Ditto.
6812
71d6c7b1
AC
68132002-05-04 Andrew Cagney <ac131313@redhat.com>
6814
6815 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6816 maintainer.
6817
cda6c68a
JB
68182002-05-04 Jim Blandy <jimb@redhat.com>
6819
6820 * gdbtypes.c (replace_type): Doc fix.
6821
5c1c87f0
AC
68222002-05-04 Andrew Cagney <ac131313@redhat.com>
6823
6824 * valprint.c (strcat_longest): Delete commented out function.
6825 Update copyright.
6826
cd9bfe15
AC
68272002-05-04 Andrew Cagney <ac131313@redhat.com>
6828
6829 * MAINTAINERS: Mark a29k as deleted.
6830 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6831 Move new configurations to the top.
6832 * configure.tgt: Remove a29k.
6833 * config/a29k/tm-vx29k.h: Delete.
6834 * config/a29k/vx29k.mt: Delete.
6835 * config/a29k/tm-a29k.h: Delete.
6836 * config/a29k/a29k-udi.mt: Delete.
6837 * config/a29k/a29k.mt: Delete.
6838 * a29k-tdep.c: Delete.
6839 * remote-udi.c: Delete.
6840 * remote-mm.c: Delete.
6841 * remote-eb.c: Delete.
6842 * remote-adapt.c: Delete.
6843 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6844 * config/s390/s390x.mt: Ditto.
6845 * config/s390/s390.mt: Ditto.
6846 * config/sparc/sparclynx.mh: Ditto.
6847 * config/sparc/linux.mh: Ditto.
6848 * config/pa/hppaosf.mh: Ditto.
6849 * config/pa/hppabsd.mh: Ditto.
6850 * config/ns32k/nbsd.mt: Ditto.
6851 * config/mips/vr5000.mt: Ditto.
6852 * config/m68k/sun3os4.mh: Ditto.
6853 * config/m68k/nbsd.mt: Ditto.
6854 * config/m68k/m68klynx.mh: Ditto.
6855 * config/m32r/m32r.mt: Ditto.
6856 * config/i386/x86-64linux.mt: Ditto.
6857 * config/i386/nbsdelf.mt: Ditto.
6858 * config/i386/nbsd.mt: Ditto.
6859 * config/i386/i386lynx.mh: Ditto.
6860
bf0c5130
AC
68612002-05-04 Andrew Cagney <ac131313@redhat.com>
6862
6863 * target.c (debug_print_register): New function. Handle oversize
6864 registers.
6865 (debug_to_fetch_registers): Call.
6866 (debug_to_store_registers): Call.
6867
2ae1c2d2
JB
68682002-05-03 Jim Blandy <jimb@redhat.com>
6869
13a393b0
JB
6870 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6871 (read_type): Doc fix.
6872 * gdbtypes.c (replace_type): Doc fix.
6873
2ae1c2d2
JB
6874 * stabsread.c (multiply_defined_struct): New complaint.
6875 (read_struct_type): If the type we were passed isn't empty, or
6876 incomplete, don't read the new struct type into it; complain,
6877 and return the original type unchanged. Take a new `type_code'
6878 argument, which is the type code for the new type.
6879 (read_type): Rather than storing the type's type code here, pass
6880 it as an argument to read_struct_type, and let that take care of
6881 storing it. That way, we don't overwrite the original type code,
6882 so read_struct_type can use it to decide whether we're overwriting
6883 something we shouldn't.
6884 (complain_about_struct_wipeout): New function.
6885
8de9bdc4
AC
68862002-05-03 Andrew Cagney <ac131313@redhat.com>
6887
6888 * gdbarch.sh: Assert that gdbarch is non-NULL.
6889 * gdbarch.c: Regenerate.
6890
f773fdbb
JM
68912002-05-03 Jason Merrill <jason@redhat.com>
6892
6893 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6894 and return NULL.
6895
0e04a514
ML
68962002-05-03 Michal Ludvig <mludvig@suse.cz>
6897
6898 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6899 (x86_64_dwarf2gdb_regno_map_length),
6900 (x86_64_dwarf2_reg_to_regnum): Added.
6901 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6902 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6903 (_initialize_x86_64_tdep): Synced with the change above.
6904 (x86_64_skip_prologue): Reformulated message.
6905
065432a8
PM
69062002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6907
6908 * f-exp.y: Also use new prev_lexptr variable
6909 to improve error reporting. Based on Michael Snyder
6910 2002-04-24 dated patch to c-exp.y.
6911 * jv-exp.y: Likewise.
6912 * m2-exp.y: Likewise.
6913
a3162708
EZ
69142002-05-02 Elena Zannoni <ezannoni@redhat.com>
6915
6916 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6917 we are dealing with vectors.
6918
03620c38
PM
69192002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6920
6921 * config/m68k/tm-nbsd.h: Obvious fix,
6922 correct machine name.
6923
6604db2e
PM
69242002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6925
6926 * p-typeprint.c (pascal_type_print_base): Add support
6927 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6928
0906b739
PM
69292002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6930
6931 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6932 for fondamental pascal 'char' type.
6933
e2625b33
PM
69342002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6935
6936 * p-lang.h (is_pascal_string_type): Declaration changed,
6937 new sixth argument of type char ** added.
361d1df0 6938 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6939 changed. Args length_pos, length_size, string_pos, char_size
6940 can now be NULL. New argument arrayname set to the field
6941 name of the char array. Return value set to char array
6942 field index plus one.
361d1df0 6943 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6944 is_pascal_string_type function.
6945
cf17c188
AC
69462002-05-02 Andrew Cagney <cagney@redhat.com>
6947
6948 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6949 <cagney@redhat.com> change.
6950 * gdbarch.c: Regenerate.
6951
52bca491
AC
69522002-05-02 Andrew Cagney <cagney@redhat.com>
6953
6954 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6955 before probing for a new one. Detect errorenous gdbarch_init
6956 functions.
6957 * gdbarch.c: Regenerate.
6958
d5e72505
AC
69592002-05-01 Andrew Cagney <cagney@redhat.com>
6960
6961 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6962 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6963 * config/v850/tm-v850.h: Ditto. Update copyright.
6964
af566d9f
AC
69652002-04-30 Andrew Cagney <ac131313@redhat.com>
6966
6967 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6968 current_gdbarch.
6969
880d85fa
MS
69702002-04-30 Michael Snyder <msnyder@redhat.com>
6971
94c30b78
MS
6972 * arm-tdep.c: Whitespace clean-ups.
6973 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6974 should have been removed as part of 4/24 change.
6975
6f5987a6
KB
69762002-04-30 Kevin Buettner <kevinb@redhat.com>
6977
6978 * rs6000-tdep.c: Added comment describing how fpscr register
6979 numbers were chosen.
6980
1a113c93
MS
69812002-04-30 Michael Snyder <msnyder@redhat.com>
6982
6983 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6984
9a6f53fe
EZ
69852002-04-29 Elena Zannoni <ezannoni@redhat.com>
6986
6987 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6988 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6989 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6990
11ed25ac
KB
69912002-04-29 Kevin Buettner <kevinb@redhat.com>
6992
6993 From Louis Hamilton <hamilton@redhat.com>:
6994 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6995 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6996 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6997 not bfd-private xcoff data, to determine wordsize.
6998 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6999
ae232405
AC
70002002-04-29 Andrew Cagney <ac131313@redhat.com>
7001
7002 GDB 5.2 released from 5.2 branch.
7003
91fd20f7
ML
70042002-04-29 Michal Ludvig <mludvig@suse.cz>
7005
7006 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7007 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7008 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7009
2dc5091b
EZ
70102002-04-29 Elena Zannoni <ezannoni@redhat.com>
7011
7012 * rs6000-tdep.c (rs6000_extract_return_value,
7013 rs6000_store_return_value): Handle returning vectors.
7014 (rs6000_gdbarch_init): Use
7015 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7016 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7017 New function.
7018 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7019 vectors.
7020 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7021 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7022
2b9848d8
PM
70232002-04-24 Pierre Muller <ics.u-strasbg.fr>
7024
7025 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7026 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7027 with fprintf_unfiltered (gdb_stderr,...).
7028
f8d17dc5
PM
70292002-04-24 Pierre Muller <ics.u-strasbg.fr>
7030
7031 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7032 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7033 Replace fprintf (stderr,...
7034 with fprintf_unfiltered (gdb_stderr,....
7035 * remote-es.c: Likewise.
7036 * remote-os9k.c: Likewise.
7037 * remote-st.c: Likewise.
7038
2f2f1ad1
AS
70392002-04-28 Andreas Schwab <schwab@suse.de>
7040
7041 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7042 linux-proc.o and gcore.o.
7043
b6779aa2
AC
70442002-04-26 Michal Ludvig <mludvig@suse.cz>
7045
7046 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7047 code without frame pointers.
7048
7e57f5f4
AC
70492002-04-26 Andrew Cagney <ac131313@redhat.com>
7050
7051 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7052 ON_STACK is needed.
7053
2ceb85d0
BE
70542002-04-26 Ben Elliston <bje@redhat.com>
7055
7056 * target.c (do_xfer_memory): Correct reference to the new option
7057 "trust-readonly-sections".
7058
f5f8a009
EZ
70592002-04-26 Elena Zannoni <ezannoni@redhat.com>
7060
7061 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7062 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7063 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7064 vectors.
7065 (read_array_type): Record the fact that this array type is really a
7066 vector (i.e. are passed in by value).
7067
5868c862
JT
70682002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7069
7070 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7071 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7072 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7073 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7074 * alpha-linux-tdep.c: Include frame.h.
7075 (alpha_linux_sigcontext_addr): New function.
7076 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7077 alpha_linux_sigcontext_addr.
7078 * alpha-osf1-tdep.c: Include gdbcore.h.
7079 (alpha_osf1_sigcontext_addr): New function.
7080 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7081 alpha_osf1_sigcontext_addr.
7082 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7083 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7084
bfb01f37
AC
70852002-04-26 Andrew Cagney <ac131313@redhat.com>
7086
361d1df0 7087 * stack.c (selected_frame_level):
bfb01f37
AC
7088 (select_frame): Do not set selected_frame_level.
7089 * frame.h (selected_frame_level): Delete declaration.
7090
15813d3f
AC
70912002-04-26 Andrew Cagney <ac131313@redhat.com>
7092
7093 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7094 convert_from_func_ptr-addr when AIX / PowerOpen.
7095
6096c27a
AC
70962002-04-25 Andrew Cagney <ac131313@redhat.com>
7097
7098 * valops.c (hand_function_call): Call
7099 generic_save_call_dummy_addr.
7100 * frame.h (generic_save_call_dummy_addr): Declare.
7101 * blockframe.c (struct dummy_frame): Add fields call_lo and
7102 call_hi.
7103 (generic_find_dummy_frame): Check for PC in range call_lo to
7104 call_hi instead of entry_point_address.
7105 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7106 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7107 (generic_save_call_dummy_addr): New function.
7108
f510d44e
DM
71092002-04-24 David S. Miller <davem@redhat.com>
7110
7111 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7112 sparc_skip_prologue.
7113 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7114 information to find prologue when possible.
7115 (sparc_prologue_frameless_p): Call examine_prologue directly.
7116 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7117 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7118 second argument.
7119 (SKIP_PROLOGUE): Likewise.
7120
15d72a92
JT
71212002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7122
7123 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7124 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7125 indicate that the condition it was testing is always true.
7126 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7127 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7128 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7129
accc6d1f
JT
71302002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7131
7132 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7133 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7134 tdep->jb_pc and tdep->jb_elt_size.
7135 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7136 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7137 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7138 * alpha-nat.c (get_longjmp_target): Remove.
7139 (JB_ELEMENT_SIZE): Ditto.
7140 (JB_PC): Ditto.
7141 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7142 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7143 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7144 to alpha_get_longjmp_target.
7145 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7146 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7147 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7148
1bfdc549
AC
71492002-04-25 Andrew Cagney <ac131313@redhat.com>
7150
7151 * README: Update to GDB 5.2.
7152
1bd316f0
AC
71532002-04-25 Andrew Cagney <ac131313@redhat.com>
7154
7155 * gdbarch.sh (LC_ALL): Set to `c'.
7156
2e5ff58c
TR
71572002-04-25 Theodore A. Roth <troth@verinet.com>
7158
7159 * avr-tdep.c: Ran through gdb_indent.sh.
7160
e33ce519
TR
71612002-04-25 Theodore A. Roth <troth@verinet.com>
7162
7163 * MAINTAINERS: Add myself as AVR maintainer.
7164 * NEWS: Note new target avr.
7165
8818c391
TR
71662002-04-25 Theodore A. Roth <troth@verinet.com>
7167
7168 * Makefile.in: Add support for AVR target.
7169 * configure.tgt: Add support for AVR target.
7170 * avr-tdep.c: New file
7171 * config/avr/avr.mt: New file.
7172
79509c2d
TR
71732002-04-25 Theodore A. Roth <troth@verinet.com>
7174
7175 * MAINTAINERS: Add myself to write-after-approval.
7176
dac8068e
PM
71772002-04-24 Pierre Muller <ics.u-strasbg.fr>
7178
7179 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7180 with fprintf_unfiltered (gdb_stderr,....
7181
25bf3106
PM
71822002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7183
7184 Fix PR gdb/508.
7185 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7186
24467a86
PM
71872002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7188
7189 * p-exp.y: Also use new prev_lexptr variable
7190 to improve error reporting. Based on Michael Snyder
7191 2002-04-24 dated patch to c-exp.y.
7192
95b80706
JT
71932002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7194
7195 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7196 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7197 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7198 to 0.
7199 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7200 and struct value.
7201 (FUNCTION_START_OFFSET): Remove.
7202 (BREAKPOINT): Ditto.
7203
e90cc612
JT
72042002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7205
7206 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7207 * NEWS: Ditto.
7208
6c72f9f9
JT
72092002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7210
7211 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7212 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7213 alpha_linux_pc_in_sigtramp.
7214 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7215 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7216 alpha_osf1_pc_in_sigtramp.
7217 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7218 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7219 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7220 alphafbsd_pc_in_sigtramp.
7221 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7222 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7223 alphanbsd_pc_in_sigtramp.
7224 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7225 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7226
5e4f3379
JT
72272002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7228
7229 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7230
da8ca43d
JT
72312002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7232
7233 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7234 alphanbsd-tdep.c.
7235 (alphanbsd-nat.o): New dependency list.
7236 (alphanbsd-tdep.o): Ditto.
7237 * NEWS: Note new native NetBSD/alpha configuration.
7238 * alphanbsd-nat.c: New file.
7239 * alphanbsd-tdep.c: Ditto.
7240 * configure.host (alpha*-*-netbsd*): New host.
7241 * configure.tgt (alpha*-*-netbsd*): New target.
7242 * config/alpha/nbsd.mh: New file.
7243 * config/alpha/nbsd.mt: Ditto.
7244 * config/alpha/nm-nbsd.h: Ditto.
7245 * config/alpha/tm-nbsd.h: Ditto.
7246
36a6271d
JT
72472002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7248
7249 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7250 (alpha-osf1-tdep.o): New dependency list.
7251 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7252 and skip_sigtramp_frame members.
7253 * alpha-linux-tdep.c: Include gdbcore.h.
7254 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7255 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7256 * alpha-osf1-tdep.c: New file.
7257 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7258 alpha-osf1-dep.c.
7259 (alpha_frame_past_sigtramp_frame): New function.
7260 (alpha_dynamic_sigtramp_offset): Ditto.
7261 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7262 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7263 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7264 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7265 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7266 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7267 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7268 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7269 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7270 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7271 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7272 to find_solib_trampoline_target.
7273 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7274 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7275 (SKIP_TRAMPOLINE_CODE): Remove.
7276 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7277 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7278 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7279 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7280 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7281 (PROC_SIGTRAMP_MAGIC): Ditto.
7282 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7283 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7284 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7285 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7286 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7287
2f4bc57b
JT
72882002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7289
7290 * NEWS: Note that Alpha targets are now multi-arch.
7291
665132f9
MS
72922002-04-24 Michael Snyder <msnyder@redhat.com>
7293
7294 * parser-defs.h (prev_lexptr): New external variable.
7295 * parse.c (parse_exp_1): Set prev_lexptr to null before
7296 calling the language-specific parser.
7297 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7298 (yyerror): Use prev_lexptr in error reporting.
7299
32872fa7
DJ
73002002-04-24 Daniel Jacobowitz <drow@mvista.com>
7301
7302 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7303 * gregset.h: If FILL_FPXREGSET is defined, provide
7304 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7305 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7306 is defined, call fill_fpxregset.
7307
57e76fac
MS
73082002-04-24 Roland McGrath <roland@frob.com>
7309
7310 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7311 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7312 (supply_gregset, supply_fpregset): New functions.
7313
7314 * gnu-nat.c (gnu_find_memory_regions): New function.
7315 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7316 (gnu_xfer_memory): Add a cast.
7317
f43845b3
MS
73182002-04-24 Michael Snyder <msnyder@redhat.com>
7319
361d1df0 7320 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7321 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7322 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7323 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7324 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7325 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7326
a0abec03
AC
7327Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7328
7329 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7330 NUM_PSEUDO_REGS can be used.
7331
d7bd68ca
AC
73322002-04-24 Andrew Cagney <ac131313@redhat.com>
7333
7334 * arch-utils.h: Update copyright.
7335
7336 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7337 * gdbarch.h, gdbarch.c: Re-generate.
7338
7339 * inferior.h (IN_SIGTRAMP): Delete definition.
7340 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7341 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7342
7343 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7344 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7345 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7346 (find_proc_framesize): Ditto.
7347 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7348 (alpha_init_extra_frame_info): Ditto.
7349 * infrun.c (handle_inferior_event): Ditto.
7350 (handle_inferior_event): Ditto.
7351 (check_sigtramp2): Ditto.
7352 * blockframe.c (create_new_frame): Ditto.
7353 (get_prev_frame): Ditto.
7354 * ppc-linux-tdep.c: Update comments.
7355 * i386-linux-tdep.c: Update comments.
7356 * breakpoint.c (bpstat_what): Update comment.
7357
4867e41e
DM
73582002-04-24 David S. Miller <davem@redhat.com>
7359
21d83aa5
DM
7360 * i960-tdep.c (register_in_window_p): New function.
7361 (i960_find_saved_register): Use it instead of
7362 REGISTER_IN_WINDOW_P.
7363 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7364
4867e41e
DM
7365 * symtab.h (find_stab_function_addr): Kill extern.
7366 * minsyms.c (find_stab_function_addr): Remove from here...
7367 * dbxread.c: ... to here, and mark it static.
7368
69cdf6a2
DM
73692002-04-20 David S. Miller <davem@redhat.com>
7370
7371 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7372 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7373
5a595886
DM
73742002-04-21 David S. Miller <davem@redhat.com>
7375
7376 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7377 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7378 (vx_write_register): Likewise.
7379
1da1a192
JB
73802002-04-23 J. Brobecker <brobecker@gnat.com>
7381
7382 * source.c (is_regular_file): New function.
7383 (openp): Check wether file to open is a regular file
7384 to avoid opening directories.
7385
baa6f10b
JT
73862002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7387
7388 * findvar.c (extract_signed_integer): Cast printf argument
7389 to suppress format warning.
7390 (extract_unsigned_integer): Likewise.
7391 * infcmd.c (registers_info): Likewise.
7392 * top.c (get_prompt_1): Likewise.
7393 * valops.c (value_assign): Likewise.
7394 * valprint.c (print_decimal): Likewise.
7395
b2c4da81
L
73962002-04-22 H.J. Lu (hjl@gnu.org)
7397
7398 * c-exp.y (typebase): Support
361d1df0 7399
b2c4da81
L
7400 [long|long long|short] [signed|unsigned] [int|]
7401
7402 and
7403
7404 signed [long|long long|short] int
7405
f267bd6a
JT
74062002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7407
7408 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7409 and vax-tdep.h.
7410 * vax-tdep.h: New file.
7411 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7412 Make several routines static.
7413 (vax_get_saved_register): New function.
7414 (vax_gdbarch_init): New function.
7415 (_initialize_vax_tdep): Register vax_gdbarch_init.
7416 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7417 Remove macros now under the control of gdbarch.
7418
da3c6d4a
MS
74192002-04-22 Michael Snyder <msnyder@redhat.com>
7420
11d3b27d
MS
7421 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7422 Some whitespace and coding standards tweaks.
da3c6d4a 7423
a33f7558
JT
74242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7425
7426 * vax-tdep.c: Include regcache.h.
7427 (vax_call_dummy_words): New.
7428 (sizeof_vax_call_dummy_words): New.
7429 (vax_fix_call_dummy): New function.
7430 (vax_saved_pc_after_call): Ditto.
7431 * config/vax/tm-vax.h: Don't include regcache.h.
7432 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7433 (CALL_DUMMY): Remove.
7434 (CALL_DUMMY_WORDS): Define.
7435 (SIZEOF_CALL_DUMMY_WORDS): Define.
7436 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7437
47a73475
MS
74382002-04-18 Michael Snyder <msnyder@redhat.com>
7439
7440 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7441
52efde73
JT
74422002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7443
7444 * vax-tdep.c (vax_frame_chain): New function.
7445 (vax_push_dummy_frame): Ditto.
7446 (vax_pop_frame): Ditto.
7447 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7448 (FRAMELESS_FUNCTION_INVOCATION): Use
7449 generic_frameless_function_invocation_not.
7450 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7451 (POP_FRAME): Use vax_pop_frame.
7452
ea74468c
JT
74532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7454
7455 * vax-tdep.c (vax_store_struct_return): New function.
7456 (vax_extract_return_value): Ditto.
7457 (vax_store_return_value): Ditto.
7458 (vax_extract_struct_value_address): Ditto.
7459 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7460 vax_store_struct_return.
7461 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7462 (STORE_RETURN_VALUE): Use vax_store_return_value.
7463 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7464
5516aa92
JT
74652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7466
7467 * vax-tdep.c (vax_frame_saved_pc): New function.
7468 (vax_frame_args_address_correct): Ditto.
7469 (vax_frame_args_address): Ditto.
7470 (vax_frame_locals_address): Ditto.
7471 (vax_frame_num_args): Move code to be in proximity to
7472 other frame-related functions.
7473 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7474 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7475 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7476 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7477 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7478
36af0b35
L
74792002-04-22 H.J. Lu (hjl@gnu.org)
7480
7481 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7482 includedir.
7483
ab62c900
JT
74842002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7485
7486 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7487 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7488 (FRAME_INIT_SAVED_REGS): New macro.
7489
7232b100
JT
74902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7491
7492 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7493
b70d2aee
JT
74942002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7495
7496 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7497 where needed.
7498 (fetch_osf_core_registers): Likewise.
7499 (supply_gregset): Likewise.
7500
a0e8a2d1 75012002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7502
a0e8a2d1
JB
7503 * symfile.h (get_section_index): Define.
7504 * symfile.c (get_section_index): New function.
7505 * mdebugread.c (SC_IS_SBSS): New macro.
7506 (SC_IS_BSS): Return true for the scBss storage class only, as
7507 the scSBss storage class refers to the .sbss section.
7508 (parse_partial_symbols): Discard the symbols which associated
7509 section does not exist.
7510 Make sure to use the .sbss section index for symbols which
7511 storage class is scBss, rather than using the .bss section index.
7512
51eb8b08
JT
75132002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7514
7515 * vax-tdep.c: Update copyright years.
7516 (vax_register_name): New function.
7517 (vax_register_byte): Ditto.
7518 (vax_register_raw_size): Ditto.
7519 (vax_register_virtual_size): Ditto.
7520 (vax_register_virtual_type): Ditto.
7521 * config/vax/tm-vax.h: Update copyright years.
7522 (REGISTER_NAMES): Remove.
7523 (REGISTER_NAME): Define.
7524 (REGISTER_BYTE): Use vax_register_byte.
7525 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7526 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7527 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7528
6cc1c0a8
AC
75292002-04-21 Andrew Cagney <ac131313@redhat.com>
7530
7531 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7532 declaration
7533 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7534
9319a2fe
DM
75352002-04-21 David S. Miller <davem@redhat.com>
7536
7537 * arch-utils.c (generic_prologue_frameless_p): Kill
7538 SKIP_PROLOGUE_FRAMELESS_P code.
7539 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7540 references.
7541 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7542 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7543 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7544 references.
7545 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7546 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7547 (sparc_gdbarch_init): Pass it to
7548 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7549
e9ed6d01
JT
75502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7551
7552 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7553 (alphabsd-nat.o): New dependency list.
7554
36012033
JT
75552002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7556
7557 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7558 alphafbsd-tdep.c.
7559 (alpha-linux-tdep.o): New dependency list.
7560 (alphafbsd-tdep.o): Likewise.
7561
3379287a
JT
75622002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7563
7564 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7565 to here...
7566 * alpha-tdep.c: ...from here.
7567 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7568
4bcbd6cb
JT
75692002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7570
7571 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7572 prototype from here...
7573 * alpha-tdep.h: ...to here.
7574
b31da25e
AC
75752002-04-21 Andrew Cagney <ac131313@redhat.com>
7576
7577 * frame.h (selected_frame_level): Document as deprecated.
7578 (frame_relative_level): Declare.
7579 * stack.c (frame_relative_level): New function.
7580 (selected_frame_level): Document as deprecated.
7581 (select_frame): Do not set the selected_frame_level.
7582
7583 * stack.c (frame_info, record_selected_frame): Update.
7584 (frame_command, current_frame_command): Update.
7585 (up_silently_base, up_command, down_silently_base): Update.
7586 (down_command): Update.
7587 * inflow.c (kill_command): Update.
7588 * tracepoint.c (finish_tfind_command): Update.
7589 * corelow.c (core_open): Update.
7590 * thread.c (info_threads_command): Update.
7591 (do_captured_thread_select): Update.
7592 * infcmd.c (finish_command): Update.
7593 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7594
9c1d6fe5
JT
75952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7596
7597 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7598
ab89facf
AC
75992002-04-21 Andrew Cagney <ac131313@redhat.com>
7600
7601 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7602 type const.
7603
82a4efa1
JT
76042002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7605
7606 * alphafbsd-tdep.c: Update copyright years. Include
7607 alpha-tdep.h.
7608 (alphafbsd_use_struct_convention): Make static.
7609 (alphafbsd_init_abi): New function.
7610 (_initialize_alphafbsd_tdep): New function.
7611 * config/alpha/tm-fbsd.h: Update copyright years.
7612 (USE_STRUCT_CONVENTION): Remove.
7613
44dffaac
JT
76142002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7615
7616 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7617 an Alpha ABI variant.
7618 (alpha_abi_handler_list): Declare.
7619 (alpha_gdbarch_register_os_abi): New function.
7620 (alpha_gdbarch_init): Give registered ABI variant handlers a
7621 chance to tweak the gdbarch once we have set up defaults.
7622 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7623
65585be4
JT
76242002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7625
7626 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7627 to standard_coerce_float_to_double.
7628 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7629
d9b023cc
JT
76302002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7631
7632 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7633 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7634 from gdbarch_tdep rather than a constant.
7635 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7636 the default text address for all Alpha Unix ABIs.
7637 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7638 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7639
dc129d82
JT
76402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7641
7642 * alpha-tdep.h: New file. Includes several Alpha target constants
7643 taken from...
7644 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7645 let gdbarch deal with.
7646 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7647 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7648 to dependency list.
7649 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7650 Alpha target register names.
7651 * alphabsd-nat.c: Likewise.
7652 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7653 Alpha target register names. Make serveral routines static.
7654 (alpha_get_saved_register): New function.
7655 (alpha_abi_names): New.
7656 (process_note_abi_tag_sections): New function.
7657 (get_elfosabi): New function.
7658 (alpha_gdbarch_init): New function.
7659 (alpha_dump_tdep): New function.
7660 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7661
d49d1e0a
AC
76622002-04-21 Andrew Cagney <ac131313@redhat.com>
7663
7664 * frame.c (find_saved_register): Delete #ifdef
7665 HAVE_REGISTER_WINDOWS code.
7666 * config/sparc/tm-sparc.h: Update comments.
7667 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7668
92e8c9ed
AC
76692002-04-21 Andrew Cagney <ac131313@redhat.com>
7670
7671 * i960-tdep.c (i960_find_saved_register): New function.
7672 (i960_get_saved_register): New function.
7673 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7674 (i960_get_saved_register): Declare.
7675 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7676
e1925118
DM
76772002-04-20 David S. Miller <davem@redhat.com>
7678
7679 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7680
29673b29
AC
76812002-04-20 Andrew Cagney <ac131313@redhat.com>
7682
7683 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7684 instead of NUM_PSEUDO_REGS.
7685
6c86dcd5
DM
76862002-04-20 David S. Miller <davem@redhat.com>
7687
7688 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7689 GDB_MULTI_ARCH_PARTIAL
7690 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7691 define, let tm-sp64.h do it.
7692
aa40ec90
JT
76932002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7694
7695 * frame.c (find_saved_register): Avoid a NULL pointer
7696 dereference and actually walk the frame list.
7697
0f79675b
AC
76982002-04-20 Andrew Cagney <ac131313@redhat.com>
7699
7700 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7701 sorted in most most-recent-used order. Document.
7702 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7703
f91305dd 77042002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7705
7706 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7707 instead of ->prev.
7708 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7709 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7710 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7711 instead of ->prev.
7712
73d322b1
EZ
77132002-04-19 Elena Zannoni <ezannoni@redhat.com>
7714
7715 Fix PR gdb/471.
7716 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7717 (build_builtin_type_vec128): Ditto.
7718 (append_composite_type_field): Fix calculation of type length in
7719 union case.
7720
ccd9a834
EZ
77212002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * config/djgpp/README: Update.
7724
7725 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7726 compiler warnings.
7727
a57f9e49
JT
77282002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7729
7730 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7731 (alpha_setup_arbitrary_frame): ...to this.
7732 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7733 for alpha_setup_arbitrary_frame.
7734
f4f9705a
AC
77352002-04-18 Andrew Cagney <cagney@redhat.com>
7736
7737 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7738 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7739
f4f9705a
AC
7740 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7741 * target.h (memory_breakpoint_from_pc): Update declaration.
7742 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7743
7744 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7745 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7746 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7747 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7748 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7749 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7750 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7751 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7752 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7753 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7754 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7755 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7756
7757 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7758 const pointer.
7759 * monitor.c (monitor_insert_breakpoint): Ditto.
7760 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7761
7762 * config/mcore/tm-mcore.h: Update copyright.
7763 * mem-break.c: Ditto.
7764 * xstormy16-tdep.c: Ditto.
7765
29f319b8
PM
77662002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7767
7768 * p-exp.y: Add precedence rule for '^' token.
7769 This removes the shift/reduce conflicts.
7770 Remove the comment concerning these shift/reduce conflicts.
7771
ebeac11a
EZ
77722002-04-18 Elena Zannoni <ezannoni@redhat.com>
7773
7774 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7775 (registers_powerpc_nofp): New register set for processors
7776 without floating point unit.
7777
27c31547
DM
77782002-04-18 David S. Miller <davem@redhat.com>
7779
7780 * MAINTAINERS: Add myself to write-after-approval.
7781
47a73475
MS
77822002-04-17 Michael Snyder <msnyder@redhat.com>
7783
7784 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7785
953836b2
AC
77862002-04-17 Andrew Cagney <ac131313@redhat.com>
7787
7788 * rs6000-tdep.c (frame_initial_stack_address): Use
7789 frame_register_read to read the alloca_reg.
7790
8b0d4340
AC
77912002-04-17 Andrew Cagney <ac131313@redhat.com>
7792
7793 * frame.c (find_saved_register): Find saved registers in the next
7794 not prev frame.
7795 Fix PR gdb/365.
7796
d8864532
AC
77972002-04-17 Andrew Cagney <ac131313@redhat.com>
7798
7799 * gdbarch.sh (LANG): Set to ``c''.
7800
36cc83a3 78012002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 7802
36cc83a3 7803 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 7804
2f4150cc 78052002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7806
7807 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7808 Update copyright.
7809
628703c6 7810 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7811 Also fix PR gdb/391.
361d1df0 7812
56157b4a
AC
78132002-04-14 Andrew Cagney <ac131313@redhat.com>
7814
7815 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7816 * aclocal.m4, configure: Re-generate.
7817 Fix PR gdb/391.
361d1df0 7818
6d1e3329
EZ
78192002-04-14 Elena Zannoni <ezannoni@redhat.com>
7820
7821 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7822 instead of tm_print_insn.
7823
cb06fa07
EZ
78242002-04-14 Elena Zannoni <ezannoni@redhat.com>
7825
7826 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7827
f208ba17
AC
78282002-04-14 Andrew Cagney <ac131313@redhat.com>
7829
7830 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7831 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7832 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7833
20f01a46
DH
78342002-04-12 Don Howard <dhoward@redhat.com>
7835
7836 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7837 max_user_call_depth.
7838 (init_cmd_lists): Initialize the new value;
7839 * cli/cli-script.c (execute_user_command): Limit the call depth of
7840 user defined commands. This avoids a core-dump when user commands
7841 are infinitly recursive.
7842
a88376a3
KB
78432002-04-12 Kevin Buettner <kevinb@redhat.com>
7844
7845 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7846 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7847 from tdep struct instead of DEFAULT_LR_SAVE.
7848 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7849 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7850 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7851
f2172603
MS
78522002-04-12 Michael Snyder <msnyder@redhat.com>
7853
694f61fb 7854 * Remote.c: Spelling fix.
20fe79c8
MS
7855 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7856 If no symbol found for "sbrk", try "_sbrk".
7857 (make_output_phdrs): Use bfd_section_name.
7858 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7859 * eval.c: Indentation fix-ups.
169a7369
MS
7860 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7861 in case it gets applied to an address that is already
7862 in the instruction space.
de74f71f
MS
7863 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7864 * symfile.c: Fix indentation, long lines.
f2172603
MS
7865 * source.c: White space fix-up.
7866
cda5a58a
AC
78672002-04-12 Andrew Cagney <cagney@redhat.com>
7868
7869 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7870 * frame.c (frame_register_read): New function. Return non-zero on
7871 success.
7872 (read_relative_register_raw_bytes_for_frame): Delete.
7873 (read_relative_register_raw_bytes): Delete.
7874 * frame.h (frame_register_read): Declare.
7875 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7876 * sh-tdep.c: Ditto.
7877 * infcmd.c (do_registers_info): Ditto.
7878 * hppa-tdep.c: Ditto.
7879 * rs6000-tdep.c: Ditto.
7880 * h8500-tdep.c: Ditto.
7881 * mips-tdep.c: Ditto.
7882 * h8300-tdep.c: Ditto.
7883 * z8k-tdep.c: Ditto.
7884
2ea5f656
KB
78852002-04-12 Kevin Buettner <kevinb@redhat.com>
7886
7887 From Jimi X <jimix@watson.ibm.com>:
7888 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7889 64-bit SysV ABI.
7890
27b15785
KB
78912002-04-12 Kevin Buettner <kevinb@redhat.com>
7892
7893 From Jimi X <jimix@watson.ibm.com>:
7894 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7895 bfd info.
7896
5d57ee30
KB
78972002-04-12 Kevin Buettner <kevinb@redhat.com>
7898
7899 From Jimi X <jimix@watson.ibm.com>:
7900 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7901 register sets for these processor variants.
7902
bc1e36ca
DJ
79032002-04-11 Daniel Jacobowitz <drow@mvista.com>
7904
bc1e36ca
DJ
7905 * regformats/reg-ppc.dat: Support FPSCR.
7906
e3f36dbd
KB
79072002-04-11 Kevin Buettner <kevinb@redhat.com>
7908
7909 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7910 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7911 Add fpscr as an invalid/unfetchable register.
7912 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7913 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7914 (fill_fpregset): Add support for register fpscr.
7915 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7916 (fill_gregset): Account for the fact that register ``mq'' might
7917 not exist.
7918 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7919 (registers_power): Add fpscr to register set at slot 71.
7920 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7921 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7922
943c9c25
MS
79232002-04-11 Michael Snyder <msnyder@redhat.com>
7924
7925 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7926 * configure: Regenerate.
7927 * config.in: Regenerate.
7928 * acconfig.h: Add define for _SYSCALL32.
7929 * core-sol2.c: Remove #define _SYSCALL32.
7930 * solib-legacy.c: Remove #define _SYSCALL32.
7931
d8c0a2e7
AC
79322002-04-10 Andrew Cagney <ac131313@redhat.com>
7933
7934 * stack.c (select_frame): Cleanup internal error message, do not
7935 use %p.
7936
7cc19214
AC
79372002-04-10 Andrew Cagney <ac131313@redhat.com>
7938
7939 * stack.c (select_frame): Check that selected_frame and the
7940 specified level are as expected.
7941 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7942 Update copyright.
7943 * frame.h (struct frame_info): Add field `level'. Update
7944 copyright.
7945 Work-in-progress PR gdb/464.
7946
67a2b77e
AC
79472002-04-10 Andrew Cagney <ac131313@redhat.com>
7948
7949 * maint.c (maint_print_section_info): Rename print_section_info.
7950 (print_bfd_section_info, print_objfile_section_info): Update.
7951 * inferior.h (struct gdbarch): Add opaque declaration.
7952 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7953 * gdbarch.h: Regenerate.
7954
8cfda98c
ML
79552002-04-10 Michal Ludvig <mludvig@suse.cz>
7956
7957 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7958 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7959 (kernel_u_size): Added.
7960 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7961 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7962
ca439ad2 79632002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7964
ca439ad2
JI
7965 * valarith.c (find_size_for_pointer_math): New function, either returns
7966 the size for a pointer's target, returns 1 for void *, or errors for
7967 incomplete types.
7968 (value_add, value_sub): use find_size_for_pointer_math.
7969
2f2893d9
DJ
79702002-04-09 Daniel Jacobowitz <drow@mvista.com>
7971
7972 * linux-low.c (linux_look_up_symbols): New hook.
7973 (linux_target_ops): Add linux_look_up_symbols.
7974 * remote-utils.c (decode_address): New function.
7975 (look_up_one_symbol): New function.
7976 * server.c (handle_query): Call target look_up_symbols hook.
7977 * server.h (look_up_one_symbol): Add prototype.
7978 * target.h (struct target_ops): Add look_up_symbols hook.
7979
96cb11df
AC
79802002-04-09 Andrew Cagney <ac131313@redhat.com>
7981
7982 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7983 override FP_REGNUM with frame->fp. Update copyright.
7984 * parse.c (num_std_regs, std_regs): Delete.
7985 (target_map_name_to_register): Do not search std_regs. Update
7986 function description.
7987 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7988 declarations. Update copyright.
7989 Fix PR gdb/251.
361d1df0 7990
97658e92
DJ
79912002-04-09 Daniel Jacobowitz <drow@mvista.com>
7992
7993 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7994 after the last symbol in a block.
7995
6044e3eb
PM
79962002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7997
7998 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7999 is non zero as a found symbol.
8000
0406ec40
AC
80012002-04-08 Andrew Cagney <ac131313@redhat.com>
8002
8003 * findvar.c: Include "builtin-regs.h".
8004 (value_of_register): Call value_of_builtin_reg when applicable.
8005 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8006 (target_map_name_to_register): Call
8007 builtin_reg_map_name_to_regnum.
8008 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8009 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8010 (builtin_regs_h): Define.
8011 (builtin-regs.o): New target.
8012 (findvar.o): Add $(builtin_regs_h).
8013 * builtin-regs.c, builtin-regs.h: New files.
8014 * std-regs.c: New file.
8015 Partial fix for PR gdb/251.
8016
56a6dfb9
KB
80172002-04-08 Kevin Buettner <kevinb@redhat.com>
8018
8019 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8020 it's no longer required.
8021
3a808432
AC
80222002-04-08 Andrew Cagney <ac131313@redhat.com>
8023
8024 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8025
7c40d541
KB
80262002-04-08 Kevin Buettner <kevinb@redhat.com>
8027
8028 From Jimi X <jimix@watson.ibm.com>:
8029 * rs6000-tdep.c (rs6000_software_single_step): Use
8030 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8031 and size. Use target_insert_breakpoint() and
8032 target_remove_breakpoint() to insert and remove breakpoints
8033 instead of explicit memory reads and writes.
8034
cc9836a8
KB
80352002-04-08 Kevin Buettner <kevinb@redhat.com>
8036
8037 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8038 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8039 ELF_OBJECT_FORMAT ifdef.
8040
7495d1dc
KB
80412002-04-08 Kevin Buettner <kevinb@redhat.com>
8042
8043 From Jimi X <jimix@watson.ibm.com>:
8044 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8045
4288e836
KB
80462002-04-08 Kevin Buettner <kevinb@redhat.com>
8047
8048 From Jimi X <jimix@watson.ibm.com>:
8049 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8050 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8051
a4e4e501
MK
80522002-04-07 Mark Kettenis <kettenis@gnu.org>
8053
8054 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8055 s/asprintf/xasprintf/.
8056 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8057
006defba
AC
80582002-04-07 Andrew Cagney <ac131313@redhat.com>
8059
8060 I believe Jeff Law denies responsability for this one:
8061 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8062 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8063 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8064 Work-around for PR gdb/366.
8065
7aa83cac
EZ
80662002-04-07 Elena Zannoni <ezannoni@redhat.com>
8067
8068 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8069 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8070 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8071
cf1fcca1
EZ
80722002-04-07 Elena Zannoni <ezannoni@redhat.com>
8073
8074 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8075 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8076 information.
8077
3f289e6f
AC
80782002-04-07 Andrew Cagney <ac131313@redhat.com>
8079
8080 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8081 maintainer.
8082
129188f6
AC
80832002-04-07 Andrew Cagney <ac131313@redhat.com>
8084
8085 * README (Reporting Bugs in GDB): Document the bug web page as the
8086 prefered way of submitting bugs.
8087 Fix PR gdb/402.
8088
1200cd6e
AC
80892002-04-06 Andrew Cagney <ac131313@redhat.com>
8090
8091 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8092 -1. Update comment.
8093 * gdbarch.h, gdbarch.c: Re-generate.
8094
2853c33c
AS
80952002-04-07 Andreas Schwab <schwab@suse.de>
8096
8097 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8098 buffer to regcache_collect.
8099
c2169756
AC
81002002-04-06 Andrew Cagney <ac131313@redhat.com>
8101
8102 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8103 * gdbarch.c, gdbarch.h: Re-generate.
8104
25f1b008
AC
81052002-04-06 Andrew Cagney <ac131313@redhat.com>
8106
8107 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8108 declaration. Fix -Werror.
8109
59263426
DJ
81102002-04-05 Daniel Jacobowitz <drow@mvista.com>
8111
8112 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8113 * gdbarch.c: Regenerate.
8114
f5db4da3
MS
81152002-04-05 Michael Snyder <msnyder@redhat.com>
8116
80f8a6eb
MS
8117 * breakpoint.c (clear_command): Rewrite middle section to
8118 combine two loops with identical control conditions.
8119 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8120 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8121
ad3dcc5c
L
81222002-04-05 H.J. Lu (hjl@gnu.org)
8123
8124 * solib-svr4.c (bkpt_names): Add "__start".
8125
f32e7a74
AC
81262002-04-04 Andrew Cagney <ac131313@redhat.com>
8127
8128 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8129 as test for 64 bit target.
8130
8227c0ff
AC
81312002-04-05 Andrew Cagney <ac131313@redhat.com>
8132
8133 * h8500-tdep.c (h8500_write_fp): Delete function.
8134 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8135 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8136 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8137 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8138 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8139 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8140 (s390_write_fp):
8141 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8142 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8143 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8144 (d10v_write_fp): Delete function.
8145 * inferior.h (write_fp, generic_target_write_fp): Delete
8146 declarations.
8147 * regcache.c (generic_target_write_fp): Delete function.
8148 (write_fp): Delete function.
8149 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8150 * gdbarch.h, gdbarch.c: Regenerate.
8151 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8152 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8153 (sparc64_write_fp): Delete declaration.
8154 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8155 (h8500_write_fp): Delete declaration.
8156
2757dd86
AC
81572002-04-04 Andrew Cagney <ac131313@redhat.com>
8158
8159 * sparc-tdep.c (sparc64_write_fp): Delete.
8160 (sparc_push_dummy_frame): Replace write_fp call with code to store
8161 the FP directly.
8162 (sparc_gdbarch_init): Do not initialize write_fp.
8163
c69255e1
KB
81642002-04-05 Kevin Buettner <kevinb@redhat.com>
8165
8166 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8167 clause.
8168
ae767bfb
JB
81692002-03-29 Jim Blandy <jimb@redhat.com>
8170
8171 * stack.c (get_selected_block): Add new argument `addr_in_block',
8172 used to return the exact code address we used to select the block,
8173 not just the block.
8174 * blockframe.c (get_frame_block, get_current_block): Same.
8175 * frame.h (get_frame_block, get_current_block,
8176 get_selected_block): Update declarations.
8177 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8178 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8179
84d2ac95
MS
81802002-04-05 Michael Snyder <msnyder@redhat.com>
8181
8182 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8183 warning message.
8184
596aa3bf
JB
81852002-04-05 J. Brobecker <brobecker@gnat.com>
8186
8187 * utils.c (xfullpath): New function.
8188 * defs.h (xfullpath): Add declaration.
8189 * source.c (openp): Use xfullpath in place of gdb_realpath to
8190 avoid resolving the basename part of filenames when the
8191 associated file is a symbolic link. This fixes a potential
8192 inconsistency between the filenames known to GDB and the
8193 filenames it prints in the annotations.
8194 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8195 to be able to match a filename with either the real filename, or
8196 the name of any symbolic link to this file.
8197 (lookup_partial_symtab): Ditto.
8198
c02f5703
MS
81992002-04-04 Michael Snyder <msnyder@redhat.com>
8200
8201 * breakpoint.c: Add support for hardware breakpoints in overlays.
8202 (overlay_events_enabled): New state variable.
8203 (insert_breakpoints): Use overlay_events_enabled to decide
8204 whether to attempt to set a breakpoint at the overlay load addr.
8205 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8206 (remove_breakpoint): Use overlay_events_enabled to decide
8207 whether breakpoints need to be removed from overlay load addr.
8208 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8209 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8210 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8211 disable_overlay_breakpoints): Update overlay_events_enabled.
8212
5fb290d7
DJ
82132002-04-04 Daniel Jacobowitz <drow@mvista.com>
8214
8215 * dwarf2read.c (struct function_range): New.
8216 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8217 (check_cu_functions): New.
8218 (read_file_scope): Initialize global function lists.
8219 Call dwarf_decode_line after processing children.
8220 (read_func_scope): Add to global function list.
8221 (dwarf_decode_lines): Call check_cu_functions everywhere
8222 record_line is called. Call record_line with a linenumber
8223 of 0 to mark sequence ends.
8224
7b3fabf0
ML
82252002-04-04 Michal Ludvig <mludvig@suse.cz>
8226
361d1df0 8227 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8228 change sync with glibc.
8229
bce58c09
JB
82302002-04-03 Jim Blandy <jimb@redhat.com>
8231
8232 * configure.in: Call AC_C_INLINE.
8233 * configure: Regenerated.
361d1df0 8234
2fccf04a
DJ
82352002-04-01 Daniel Jacobowitz <drow@mvista.com>
8236
8237 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8238 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8239
2d1bfe2e
MK
82402002-03-31 Mark Kettenis <kettenis@gnu.org>
8241
a5941fbf
MK
8242 * NEWS: Mention gcore support on FreeBSD/i386.
8243
a90cd31d
MK
8244 * fbsd-proc.c: New file.
8245 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8246 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8247
2d1bfe2e
MK
8248 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8249 while statement.
8250
9eb6e5a1
JB
82512002-03-29 Jim Blandy <jimb@redhat.com>
8252
8253 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8254 unescaped newlines in string literals, but newer ones don't. So
8255 escape them.
8256
f02df580
MS
82572002-03-26 Michael Snyder <msnyder@redhat.com>
8258 Andrew Cagney <cagney@redhat.com>
8259
361d1df0 8260 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8261 restore file to memory.
8262 * cli/cli-dump.h: New file.
8263 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8264 * NEWS: Mention new commands.
f02df580 8265
109f874e
MS
82662002-03-28 Michael Snyder <msnyder@redhat.com>
8267
8268 * symfile.c (symbol_file_add): Move test for null symbols to later.
8269
520f6ade
AC
82702002-03-27 Andrew Cagney <ac131313@redhat.com>
8271
8272 From veksler at il.ibm.com:
8273 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8274 the xstrduped original path.
8275 Fix PR gdb/417.
8276
d4654627
MS
82772002-03-27 Michael Snyder <msnyder@redhat.com>
8278
8279 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8280 * infcmd.c (_initialize_infcmd): Ditto.
8281 * language.c (_initialize_language): Ditto.
8282 * symfile.c (_initialize_symfile): Ditto.
8283 * top.c (_init_main): Ditto.
8284 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8285
6be8bc0c
EZ
82862002-03-27 Elena Zannoni <ezannoni@redhat.com>
8287
8288 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8289 vector registers handling.
8290 (skip_prologue): Handle new AltiVec instructions. Fill in new
8291 fields of frame data.
8292 (frame_get_saved_regs): Fill in information for AltiVec registers.
8293
12af6855
JB
82942002-03-27 Jim Blandy <jimb@redhat.com>
8295
8296 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8297 a function; leave this macro here to invoke that function.
8298 (symbol_init_mangled_name): Declaration for that function.
8299 * symtab.c (symbol_init_mangled_name): New function.
8300
dc672865
AC
83012002-03-27 Andrew Cagney <ac131313@redhat.com>
8302
8303 * valarith.c: Replace strerror with safe_strerror.
8304 * tracepoint.c: Ditto.
8305 * lin-lwp.c: Ditto.
8306 * go32-nat.c: Ditto.
8307 * inflow.c: Ditto.
8308 * gnu-nat.c: Ditto.
8309
d96429cd
AS
83102002-03-27 Andreas Schwab <schwab@suse.de>
8311
8312 * event-top.c (command_line_handler): Remove useless if.
8313
7e336ba1
AJ
83142002-03-27 Andreas Jaeger <aj@suse.de>
8315
8316 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8317 comment.
8318
de220d0f
ML
83192002-03-27 Michal Ludvig <mludvig@suse.cz>
8320
8321 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8322 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8323 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8324 (x86_64_linux_dr_get_status, supply_gregset),
8325 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8326 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8327 (x86_64_register_info_table): Add.
8328 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8329 (x86_64_register_raw_size, x86_64_register_virtual_type),
8330 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8331 general x86_64_register_info_table.
8332 (i386_gdbarch_init): gdbarch_register_bytes is now set
8333 dynamicaly during initialization.
8334 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8335 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8336
0e98d0a7
DJ
83372002-03-27 Daniel Jacobowitz <drow@mvista.com>
8338
8339 * gdbserver/server.c (main): Call target_signal_to_host_p
8340 and target_signal_to_host on signals received from the remote.
8341 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8342 target_signal_from_host on signals sent to the remote.
8343 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8344 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8345
3130066b
DJ
83462002-03-27 Daniel Jacobowitz <drow@mvista.com>
8347
8348 * signals/signals.c: Include "server.h" in gdbserver build.
8349 (target_signal_from_name): Don't use STREQ.
8350 (_initialize_signals): Likewise. Don't include function in
8351 gdbserver build.
8352
9aedf4f4
DJ
83532002-03-27 Daniel Jacobowitz <drow@mvista.com>
8354
8355 * signals.c: Moved to...
8356 * signals/signals.c: Here.
7e336ba1 8357 * Makefile (signals.o): Update.
9aedf4f4 8358
3fa41cdb
JL
83592002-03-26 Jeff Law (law@redhat.com)
8360
8361 * somread.c (som_symtab_read): Remove some commented out code and
8362 updated related comments. Do not set the minimal symbol table to
8363 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8364 in a dynamic executable.
8365 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8366 where we are unable to find the minimal symbol for the given
8367 PC value.
8368
ee677e8d
MS
83692002-03-25 Jeff Law (law@redhat.com)
8370
8371 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8372
e76e1718
ML
83732002-03-25 Michal Ludvig <mludvig@suse.cz>
8374
8375 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8376
18a642a1
AC
83772002-03-23 Andrew Cagney <ac131313@redhat.com>
8378
8379 * command.h: Update copyright.
8380 (struct cmd_list_element): Replace definition with opaque
8381 declaration.
8382 (enum cmd_types): Document that it will eventually be moved to
8383 cli/cli-decode.h
8384 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8385 (MALLOCED_REPLACEMENT): Delete macro.
8386 * Makefile.in (cli_decode_h): Add $(command_h).
8387 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8388 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8389 * completer.c: Include "cli/cli-decode.h".
8390 * maint.c: Include "cli/cli-decode.h".
8391 * cli/cli-decode.h: Include "command.h".
8392 (enum command_class): Delete.
8393 (enum cmd_types): Comment out.
8394 (enum cmd_auto_boolean): Delete.
8395 (enum var_types): Delete.
8396
b2875cc0
AC
83972002-03-23 Andrew Cagney <ac131313@redhat.com>
8398
8399 * cli/cli-decode.c: Include "gdb_assert.h".
8400 (add_set_or_show_cmd): New static function.
8401 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8402 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8403 all fields, such as func, from the set command.
8404
3b45974e
AC
84052002-03-23 Andrew Cagney <ac131313@redhat.com>
8406
8407 * MAINTAINERS (sh-elf): Change warning flag to -w.
8408
823ca731
AC
84092002-03-23 Andrew Cagney <cagney@redhat.com>
8410
8411 * defs.h (error): Add printf format attribute.
8412 * thread-db.c (thread_from_lwp): Fix error format string.
8413 * stack.c (parse_frame_specification): Ditto.
8414 * cli/cli-decode.c (undef_cmd_error): Ditto.
8415 * scm-lang.c (scm_lookup_name): Ditto.
8416 * tracepoint.c (trace_error): Ditto.
8417 * remote-utils.c (usage): Ditto.
8418 * remote.c (compare_sections_command): Ditto.
8419 Fix PR gdb/328.
8420
0e101458
AC
84212002-03-22 Andrew Cagney <ac131313@redhat.com>
8422
8423 * gdbtypes.c (append_composite_type_field): New function.
8424 (init_composite_type): New function.
8425 * gdbtypes.h (append_composite_type_field): Declare.
8426 (init_composite_type): Ditto.
8427
8e0662df
EZ
84282002-03-22 Elena Zannoni <ezannoni@redhat.com>
8429
8430 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8431 function.
8e0662df
EZ
8432 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8433 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8434 structure returning convention for SYSV ABI case, but not
8435 for GNU/Linux, FreeBSD, or NetBSD.
8436
3121eff0
DJ
84372002-03-22 Daniel Jacobowitz <drow@mvista.com>
8438
8439 * symtab.h (lookup_block_symbol): Add mangled_name argument
8440 to prototype.
8441
8442 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8443 with new mangled_name argument.
8444 * linespec.c (decode_line_1): Likewise.
8445 * valops (value_of_this): Likewise.
8446 * symtab.c (lookup_transparent_type): Likewise.
8447 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8448 (lookup_symbol): If we are given a mangled name, pass it down
8449 to lookup_symbol_aux.
8450 (lookup_block_symbol): If we are given a mangled name to check
8451 against, only return symbols which match it.
8452
349b409f
CF
84532002-03-22 Christopher Faylor <cgf@redhat.com>
8454
8455 * win32-nat.c (child_create_inferior): Check for proper shell to use
8456 here, in case the user changes it on the fly.
8457 (_initialize_inftarg): Remove shell path considerations.
8458
2a873819
EZ
84592002-03-21 Elena Zannoni <ezannoni@redhat.com>
8460
8461 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8462 for gdbarch_max_register_raw_size and max_register_virtual_size.
8463 Adjust copyright year.
8464
a1b9830c
DJ
84652002-03-21 Daniel Jacobowitz <drow@mvista.com>
8466
8467 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8468 in a function to cover the entire beginning of the function
8469 as well if it does not already.
8470
8b5790f2
TR
84712002-03-21 Tom Rix <trix@redhat.com>
8472
8473 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8474 (rs6000_ptrace64): Renamed from ptrace64.
8475
bdbe5747
MH
84762002-03-20 Martin M. Hunt <hunt@redhat.com>
8477
8478 * gdbserver/remote-utils.c (remote_open): Don't call
8479 getprotobyname, we're all using TCP here so just use
8480 IPPROTO_TCP.
7e336ba1 8481 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8482
84832002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8484
bdbe5747
MH
8485 * regcache.c (_initialize_regcache): No need to call
8486 build_regcache() at this time; it gets called whenever
8487 the gdbarch changes.
8488
7781cd62
DB
84892002-03-20 David O'Brien <obrien@FreeBSD.org>
8490
8491 * sparc-nat.c: Include sys/param.h where possible.
8492
f65ca430
DJ
84932002-03-20 Daniel Jacobowitz <drow@mvista.com>
8494
8495 Fix PR gdb/422.
8496 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8497 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8498 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8499 complex types.
8500 * stabsread.c (rs6000_builtin_type): Likewise.
8501 (read_sun_floating_type): Likewise.
8502
0c867556
PS
85032002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8504
8505 * stabsread.c (read_member_functions): Remove skip code for duplicate
8506 constructor/destructor methods. Use standard parsing for these
8507 methods and just do not chain them to the list of methods after
8508 parsing.
8509
12b9c64f
AO
85102002-03-19 Alexandre Oliva <aoliva@redhat.com>
8511
8512 * coffread.c: Remove redundant static declarations. Replace
8513 occurrences of `PTR' with `void *'.
8514 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8515 * top.h (quit_cover): Likewise.
8516 * defs.h (catch_errors): Likewise.
8517
349c5d5f
AC
85182002-03-18 Andrew Cagney <ac131313@redhat.com>
8519
8520 * defs.h (XMALLOC): Define.
8521 * gdb-events.sh (XMALLOC): Delete macro.
8522 * gdb-events.c, gdb-events.h: Regenerate.
8523 * gdbarch.sh (XMALLOC): Delete macro.
8524 * gdbarch.c: Regenerate.
8525 * serial.c (XMALLOC): Delete macro.
8526 * ui-file.c (XMALLOC): Ditto.
8527 * ser-unix.h (XMALLOC): Ditto.
8528 * sh-tdep.c (XMALLOC): Ditto.
8529 * ui-out.c (XMALLOC): Ditto.
8530 * utils.c (XMALLOC): Ditto.
8531 * i386-tdep.c (XMALLOC): Ditto.
8532 * gdb-events.c (XMALLOC): Ditto.
8533 * d10v-tdep.c (XMALLOC): Ditto.
8534 * cli-out.c (XMALLOC): Ditto.
8535
8536 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8537 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8538 * ui-file.c, ui-out.c: Ditto.
8539
7d0766f3
AC
85402002-03-18 Andrew Cagney <ac131313@redhat.com>
8541
8542 * command.h (struct cmd_list_element): Add field context.
8543 (set_cmd_context, get_cmd_context): Declare.
8544 * cli/cli-decode.h: Ditto.
8545 * cli/cli-decode.c (get_cmd_context): New function.
8546 (set_cmd_context): New function.
8547 (add_cmd): Initialize context.
8548 Part of fixing PR gdb/145 and PR gdb/146.
8549
5913bcb0
AC
85502002-03-17 Andrew Cagney <ac131313@redhat.com>
8551
1868c04e
AC
8552 * cli/cli-decode.c (cmd_type): New function.
8553 * command.h (cmd_type): Declare.
8554 * infrun.c (set_schedlock_func): Call function cmd_type.
8555 * kod.c (kod_set_os): Call cmd_type.
8556 * cris-tdep.c (cris_version_update): Use function cmd_type.
8557 (cris_mode_update, cris_abi_update): Ditto.
8558
5913bcb0
AC
8559 * command.h: (execute_cmd_post_hook): Declare.
8560 (execute_cmd_pre_hook): Declare.
8561 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8562 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8563 functions. Execute pre/post hook while ensuring that afterwords
8564 hook_in is cleared.
8565 * top.c (execute_command): Use execute_cmd_post_hook, and
8566 execute_cmd_pre_hook to execute pre/post commands.
8567 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8568 hook_stop_stub.
8569 (hook_stop_stub): Call execute_cmd_pre_hook.
8570
b51450c9
AC
85712002-03-17 Andrew Cagney <ac131313@redhat.com>
8572
8573 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8574 set'' and this leads to a core dump. Move xstrdup of
8575 operating_system to after check that it is not NULL.
8576
f66c9f11
AC
85772002-03-17 Andrew Cagney <ac131313@redhat.com>
8578
8e694ecf
AC
8579 * kod.c (kod_set_os): Remove unnecessary check that
8580 ``command->type'' is set_cmd.
8581
f66c9f11
AC
8582 * valprint.c (set_input_radix): Use input_radix.
8583 (set_output_radix): Use output_radix.
8584 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8585 isn't reverted.
8586
9d01611c
AC
85872002-03-16 Andrew Cagney <ac131313@redhat.com>
8588
8589 * value.h (struct value): Delete field ``substring_addr''. Change
8590 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8591 force_core_addr_align and force_pointer_aligh.
8592
8593 * value.h (struct value): Fix typo in above change.
9d01611c 8594
4156bb53
PS
85952002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8596
8597 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8598 to fix internal_error from ``maintenance print architecture''.
8599
0e5e3ea6
PS
86002002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8601
8602 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8603 for gcc versions after gcc-2.8.1.
8604
9b013045
PS
86052002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8606
8607 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8608 for method resolution. Restore adjustment of ``this'' pointer after
8609 calling value_struct_elt, which was accidentally removed during the
8610 HP merge.
8611
376c9600
AC
86122002-03-15 Andrew Cagney <ac131313@redhat.com>
8613
8614 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8615 value_of_register.
8616 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8617 get_saved_register.
8618 * value.h (value_of_register): Update.
8619
a4db0f07
RH
86202002-03-14 Richard Henderson <rth@redhat.com>
8621
8622 * configure.in: Detect declaration for canonicalize_file_name.
8623 * utils.c (canonicalize_file_name): Declare, if needed.
8624 (gdb_realpath): Prefer realpath if available and usable.
8625 * config.in, configure: Rebuild.
8626
96383835
RH
86272002-03-14 Richard Henderson <rth@redhat.com>
8628
8629 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8630 a constant array bound.
8631
8632 * MAINTAINERS: Add myself to write-after-approval.
8633
75245b24
MS
86342002-03-14 Michael Snyder <msnyder@redhat.com>
8635
8636 * symfile.c (syms_from_objfile): Return immediately if no syms.
8637 (symbol_file_add): Return immediately if no syms.
8638 (find_sym_fns): Return immediately if no syms.
8639
e641a1ca
ML
86402002-03-13 Michal Ludvig <mludvig@suse.cz>
8641
8642 * gdbserver/remote-util.c (remote_open): Print remote-side's
8643 IP address when remote debugging over the network.
7e336ba1 8644
df08bfec
DB
86452002-03-12 David O'Brien <obrien@FreeBSD.org>
8646
8647 * config/sparc/fbsd.mh: Fix copyright.
8648 * config/sparc/fbsd.mt: Likewise.
8649
9a57864f
RE
86502002-03-11 Richard Earnshaw <rearnsha@arm.com>
8651
8652 * MAINTAINERS: Fix typo in name of gdb warnings option.
8653 (x86-64): Fix formating so that this can be parsed by awk.
8654
dd7bf85e
DJ
86552002-03-10 Daniel Jacobowitz <drow@mvista.com>
8656
8657 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8658 * defs.h: Include "gdb/signals.h".
8659 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8660
33a0a2ac
ML
86612002-03-10 Michal Ludvig <mludvig@suse.cz>
8662
8663 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8664 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8665 from x86-64-tdep.h
8666
dd824b04
DJ
86672002-03-10 Daniel Jacobowitz <drow@mvista.com>
8668 Don Howard <dhoward@redhat.com>
8669
8670 * mips-tdep.c (ST0_FR): Define.
8671 (mips2_fp_compat): New function, temporarily disabled.
8672 (mips_read_fp_register_single): New function.
8673 (mips_read_fp_register_double): New function.
8674 (mips_print_register): Use them.
8675 (do_fp_register_row): Likewise.
8676
6a41ff59
AC
86772002-03-09 Andrew Cagney <ac131313@redhat.com>
8678
8679 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8680 approval''.
8681
4ea09c10
PS
86822002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8683
8684 * stabsread.c (read_member_functions): Fix is_stub test for
8685 static member functions, improve comment.
8686
6ccc741d
RE
86872002-03-07 Richard Earnshaw <rearnsha@arm.com>
8688
8689 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8690 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8691 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8692 commands that set boolean values.
8693 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8694 (arm_rdi_resume): Always initialize PC.
8695 (arm_rdi_open): Don't use rslt as a boolean.
8696 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8697 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8698 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8699 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8700
438013df
AO
87012002-03-06 Alexandre Oliva <aoliva@redhat.com>
8702
8703 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8704 * configure: Rebuilt.
8705
70ed8774
SC
87062002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8707
8708 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8709 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8710
5ba2abeb
AC
87112002-03-06 Andrew Cagney <ac131313@redhat.com>
8712
8713 * cli/cli-decode.c (set_cmd_completer): New function.
8714 * command.h (set_cmd_completer): Declare.
8715 * cli/cli-decode.h (set_cmd_completer): Ditto.
8716
8717 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8718 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8719 * win32-nat.c (_initialize_inftarg): Ditto.
8720 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8721 * proc-api.c (_initialize_proc_api): Ditto.
8722 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8723 * source.c (_initialize_source): Ditto.
8724 * exec.c (_initialize_exec): Ditto.
8725 * solib.c (_initialize_solib): Ditto.
8726 * top.c (init_main): Ditto.
8727 * tracepoint.c (_initialize_tracepoint): Ditto.
8728 * symfile.c (_initialize_symfile): Ditto.
8729 * printcmd.c (_initialize_printcmd): Ditto.
8730 * infcmd.c (_initialize_infcmd): Ditto.
8731 * corefile.c (_initialize_core): Ditto.
8732
f779ca99
AC
87332002-03-05 Andrew Cagney <ac131313@redhat.com>
8734
8735 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8736
01a3934b
AC
87372002-03-05 Andrew Cagney <ac131313@redhat.com>
8738
8739 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8740
37057839
AC
87412002-03-05 Andrew Cagney <ac131313@redhat.com>
8742
8743 * NEWS: Update headings, 5.2 has branched.
8744
c6ecbae5
DJ
87452002-03-04 Daniel Jacobowitz <drow@mvista.com>
8746
8747 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8748 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8749 (register_addr, REGISTER_RAW_SIZE): Likewise.
8750 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8751 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8752
e9f30c21
ML
87532002-03-03 Michal Ludvig <mludvig@suse.cz>
8754
8755 * MAINTAINERS (x86-64): Add myself.
8756 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8757 changed value_ptr -> struct value *
8758
54394ac3
DB
87592002-03-01 David O'Brien <obrien@FreeBSD.org>
8760
8761 * configure.host (sparc64-*-freebsd): Add.
8762 * configure.tgt: Likewise.
8763 * config/sparc/fbsd.mh: New file.
8764 * config/sparc/fbsd.mt: Likewise.
8765 * config/sparc/nm-fbsd.h: Likewise.
8766 * config/sparc/tm-fbsd.h: Likewise.
8767
bfe95955
DJ
87682002-03-01 Daniel Jacobowitz <drow@mvista.com>
8769
8770 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8771 regformats/reg-s390x.dat.
8772
f33c6cbf
AC
87732002-03-01 Andrew Cagney <ac131313@redhat.com>
8774
8775 * utils.c: Add FIXME explaining true/false problem.
8776
5ecaa7dd
AC
87772002-02-28 Andrew Cagney <ac131313@redhat.com>
8778
8779 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8780
2a251cc2
MC
87812002-02-28 Michael Chastain <mec@shout.net>
8782
8783 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8784
6a8031a3 87852002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
8786
8787 * gdbserver/linux-s390-low.c: New file.
8788 * regformats/reg-s390.dat: New file.
8789 * regformats/reg-s390x.dat: New file.
8790 * gdbserver/configure.srv: Add S/390.
8791 * gdbserver/Makefile.in: Add S/390.
8792 * configure.tgt: Enable gdbserver for S/390.
8793
ac469903
EZ
87942002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8795
8796 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8797 first line of the doc string for "info dos", except at the end of
8798 the sentence, since the short help stops at the first period.
8799
985cb1a3
JM
88002002-02-28 Jason Merrill <jason@redhat.com>
8801
8802 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8803
c570663e
FF
88042002-02-27 Fred Fish <fnf@redhat.com>
8805
8806 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8807 comment (dumy -> dummy).
8808
43630227
PS
88092002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8810
8811 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8812
b84911e8
RB
88132002-02-27 Rodney Brown <rbrown64@csc.com.au>
8814
8815 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8816
58caa3dc
DJ
88172002-02-27 Daniel Jacobowitz <drow@mvista.com>
8818
8819 * gdbserver/acconfig.h: New file.
8820 * gdbserver/i387-fp.c: New file.
8821 * gdbserver/i387-fp.h: New file.
8822 * gdbserver/linux-x86-64.c: New file.
8823 * regformats/reg-x86-64.dat: New file.
8824 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8825 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8826 * gdbserver/configure.in: Add support for regsets.
8827 * gdbserver/config.in: Regenerate.
8828 * gdbserver/configure: Regenerate.
8829 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8830 * gdbserver/linux-low.h: New file.
8831 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8832 for regsets.
8833 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8834 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8835 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8836 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8837 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8838 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8839 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8840 "i387-fp.h". Add PTRACE_GETREGS and friends.
8841 * gdbserver/regcache.c (supply_register): New function.
8842 (supply_register_by_name): New function.
8843 (collect_register): New function.
8844 (collect_register_by_name): New function.
8845
93652174
DJ
88462002-02-27 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8849 (config.status): Add configure.srv dependency.
8850 (server_h): Add config.h dependency.
8851
a02e4a61
DJ
88522002-02-27 Daniel Jacobowitz <drow@mvista.com>
8853
8854 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8855 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8856 * gdbserver/configure.srv: Change i386-*-linux* to use
8857 reg-i386-linux.o.
8858
ce0eebec
AC
88592002-02-26 Andrew Cagney <ac131313@redhat.com>
8860
8861 * x86-64-tdep.c: Re-indent. Update copyright date.
8862
82dbc5f7
AC
88632002-02-26 Andrew Cagney <ac131313@redhat.com>
8864
8865 From Michal Ludvig <mludvig@suse.cz>:
8866 * x86-64-tdep.c (value.h): Delete.
8867 (gdb_assert.h): Include.
8868 (x86_64_register_convert_to_virtual,
8869 x86_64_register_convert_to_raw ): Add check which lets only
8870 floating-point values to be converted.
8871 (value_push): Delete.
8872 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8873 (i386_gdbarch_init): Number of register_bytes fixed.
8874
e4621584
AC
88752002-02-26 Andrew Cagney <ac131313@redhat.com>
8876
8877 * MAINTAINERS: Add x86-64 target.
8878
81a9a963
AC
88792002-02-26 Andrew Cagney <ac131313@redhat.com>
8880
8881 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8882 * osfsolib.c (solib_map_sections): Ditto.
8883 * irix5-nat.c (solib_map_sections): Ditto.
8884 * corelow.c (gdb_check_format): Ditto.
8885 * symfile.c (symfile_bfd_open): Ditto.
8886 * solib.c (solib_map_sections): Ditto.
8887 Fix PR gdb/354.
7e336ba1 8888
0f017ab9
AC
88892002-02-26 Andrew Cagney <ac131313@redhat.com>
8890
8891 * remote.c (_initialize_remote): By default, disable ``e'' and
8892 ``E'' step out-of-range packets.
8893
75738c29
AS
88942002-02-26 Andreas Schwab <schwab@suse.de>
8895
8896 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8897 m68k_linux_frame_saved_pc.
8898 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8899 in_sigtramp.
8900 (SIGCONTEXT_PC_OFFSET): Remove.
8901 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8902 m68k_linux_sigtramp_saved_pc): New functions.
8903 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8904 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8905 (UCONTEXT_PC_OFFSET): Define.
8906 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8907 non-RT and RT signal trampolines.
8908
7e8ed687
RE
89092002-02-26 Richard Earnshaw <rearnsha@arm.com>
8910
8911 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8912 (TARGET_NBPG, STACK_END_ADDR): Delete
8913 (VARIABLES_INSIDE_BLOCK): Delete.
8914
6972bc8b
AC
89152002-02-25 Andrew Cagney <ac131313@redhat.com>
8916
8917 * utils.c (perror_with_name): Make string parameter constant.
8918 (print_sys_errmsg): Ditto.
8919 (query): Ditto.
8920 * defs.h (perror_with_name): Update.
8921 (print_sys_errmsg): Update.
8922 (query): Update.
8923
aa32f823
DJ
89242002-02-25 Daniel Jacobowitz <drow@mvista.com>
8925
8926 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8927 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8928
19caaa45
PS
89292002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8930
8931 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8932 if it already matches the current architecture from the exec file.
8933 Include arch-utils.h for gdbarch_info_init prototype.
8934 * Makefile.in (rs6000-nat.o): Update dependencies.
8935
d951901f
EZ
89362002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8937
8938 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8939 list of exported variables.
8940
7ea81414
DJ
89412002-02-24 Daniel Jacobowitz <drow@mvista.com>
8942
8943 * gdbserver/configure.srv: New file.
8944 * gdbserver/configure.in: Use configure.srv instead
8945 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8946 from it.
8947 * gdbserver/configure: Regenerated.
8948 * gdbserver/terminal.h: New file.
8949 * gdbserver/Makefile.in: Update for configure changes. Remove
8950 more unneeded include paths.
8951
080fe24b
AC
89522002-02-24 Andrew Cagney <ac131313@redhat.com>
8953
8954 From wiz at danbala:
8955 * config/sparc/tm-sp64.h: Fix grammar and typos.
8956 Fix PR gdb/287.
8957
8605d56e
AC
89582002-02-24 Andrew Cagney <ac131313@redhat.com>
8959
8960 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8961 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8962 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8963 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8964 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8965 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8966 * s390-tdep.c: Ditto.
92362027
AC
8967 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8968 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8969 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8970 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8971 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8972 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8973 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8974 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8975 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8976 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8977 Fix PR gdb/378.
7e336ba1 8978
8ed32cc0
AC
89792002-02-23 Andrew Cagney <ac131313@redhat.com>
8980
a3007b6f
AC
8981 * lin-thread.c: Delete file.
8982 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8983 to gdb_proc_service.h.
8984 * configure: Re-generate.
8985
50a9e2f1
AC
8986 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8987 * serial.c (serial_open): Delete check for "ocd".
8988 Fix PR gdb/349.
8989
8b6e7932
AC
8990 * Makefile.in (linux-thread.o): Delete target.
8991 * linux-thread.c: Delete file.
8992
d155c46b
AC
8993 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8994 renamed SH files to be consistent.
8995
8ed32cc0
AC
8996 * symtab.c (sort_search_symbols): Use xfree.
8997
0e18d038
RE
89982002-02-23 Richard Earnshaw <rearnsha@arm.com>
8999
9000 * arm-linux-tdep.c (arm_linux_init_abi): Register
9001 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9002 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9003 definition with undef, since we don't want the sysvr4 definition.
9004 (SKIP_TRAMPOLINE_CODE): Likewise.
9005
27aac7ff
AC
90062002-02-23 Andrew Cagney <ac131313@redhat.com>
9007
9008 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9009
9010 * configure.in: (AC_CHECK_FUNCS) Added test for
9011 canonicalize_file_name Regenerated.
9012 * config.in, configure: Regenerated.
9013 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9014 defined use canonicalize_file_name.
7e336ba1 9015
65a6e0ee
MC
90162002-02-23 Michael Chastain <mec@shout.net>
9017
9018 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9019
47b95330
AC
90202002-02-23 Andrew Cagney <ac131313@redhat.com>
9021
9022 * README: Remove references to cygnus.com.
9023 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9024 dot com'' form. Remove references to cygnus.com and sourceware.
9025
696f451b
AC
90262002-02-23 Andrew Cagney <ac131313@redhat.com>
9027
9028 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9029 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9030 1003.1-2001 no longer allows "head -1".
9031 * gdb/Makefile.in (version.c): Likewise.
9032 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9033 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9034 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9035
bbaca940
AC
90362002-02-23 Andrew Cagney <ac131313@redhat.com>
9037
9038 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9039 * command.h (cmd_cfunc_eq): Declare.
9040 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9041
9042 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9043 ``struct cmd_list_element *''.
9044 * cli/cli-cmds.c (is_complete_command): Update. Use
9045 cmd_cfunc_eq.
9046 * top.c (execute_command): Pass the command to
9047 is_complete_command.
9048 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9049
b8b8b047
AC
90502002-02-23 Andrew Cagney <ac131313@redhat.com>
9051
9052 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9053 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9054 architecture defines.
9055 * s390-tdep.c (s390_gdbarch_init): Likewise.
9056
19d3fc80
RE
90572002-02-23 Richard Earnshaw <rearnsha@arm.com>
9058
9059 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9060 (arm_linux_push_arguments): Likewise.
9061 (arm_linux_init_abi): Register them. Also register linux-specific
9062 call_dummy_words.
9063 (find_minsym_and_objfile): Use strcmp, not STREQ.
9064 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9065 (arm_linux_call_dummy_words): Delete declaration.
9066 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9067 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9068 declarations.
9069 (LOWEST_PC): Delete.
9070
3ab13650
PS
90712002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9072
9073 * maint.c (print_section_info): Do not prepend `0x' to filepos
9074 output, it will be handled by local_hex_string_custom.
9075
19d3fc80 90762002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9077
9078 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9079 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9080 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9081
d85a5daf
JB
90822002-02-22 Jim Blandy <jimb@redhat.com>
9083
9084 Indicate that the bcache functions don't change the strings
9085 they're passed.
9086 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9087 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9088
eeb25b8a
PM
90892002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9090
9091 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9092
6badb179
CF
90932002-02-21 Christopher Faylor <cgf@redhat.com>
9094
9095 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9096 find the complete path to a loaded DLL.
9097
e8717518
FF
90982002-02-21 Fred Fish <fnf@redhat.com>
9099
9100 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9101 that marks the end of the range of a function, enter a line number
9102 entry that has a line number of zero and a PC offset that matches
9103 the end of the function. This starts a range of PC's for which no
9104 line number information is known.
9105 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9106 PC's for which no line number info is found (line number is zero)
9107 then we didn't find any valid line information.
9108 * symtab.h: Document use of zero line number entry.
9109
9abe5450
EZ
91102002-02-21 Elena Zannoni <ezannoni@redhat.com>
9111
9112 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9113 (have_ptrace_getvrregs): Define for run time checks.
9114 (gdb_vrregset_t): New type for Altivec register handling.
9115 (fetch_register, store_register): Fetch/store altivec register
9116 when needed.
9117 (fetch_altivec_register, store_altivec_register): New functions.
9118 (supply_vrregset, fill_vrregset): New functions.
9119 (fetch_altivec_registers, store_altivec_registers): New functions.
9120 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9121 registers as well.
9122
aaa38bb5
AJ
91232002-02-21 Jiri Smid <smid@suse.cz>
9124
9125 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9126
b34db576
RE
91272002-02-21 Richard Earnshaw <rearnsha@arm.com>
9128
9129 * Makefile.in (armnbsd-nat.o): Update dependencies.
9130 * armnbsd-nat.c (supply_gregset): New function. Common code to
9131 supply the integer register set.
9132 (supply_fparegset): New function. Similar for FPA registers.
9133 (fetch_regs, fetch_fp_regs): Use them.
9134 (fetch_core_registers): Likewise.
9135 (fetch_elfcore_registers): New function.
9136 (arm_netbsd_elfcore_fns): New core-file type specification.
9137 (_initialize_arm_netbsd_nat): Register it.
9138
3e56fc4b
RE
91392002-02-21 Richard Earnshaw <rearnsha@arm.com>
9140
9141 * armnbsd-nat.c: Include gdbcore.h.
9142 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9143 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9144 'void' to declaration, to shut up ARI.
9145 (fetch_core_registers): Make static. Rewrite using supply_register.
9146 (arm_netbsd_core_fns): New core-file type specification.
9147 (_initialize_arm_netbsd_nat): New function.
9148
097f6b0b
CF
91492002-02-21 Christopher Faylor <cgf@redhat.com>
9150
9151 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9152 value.
9153
c914e0cc
CF
91542002-02-20 Christopher Faylor <cgf@redhat.com>
9155
9156 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9157 fails.
9158
385fa495
DJ
91592002-02-20 Daniel Jacobowitz <drow@mvista.com>
9160
9161 * jv-exp.y (parse_number): Change type of implicit longs
9162 to builtin_type_uint64.
9163
e5f1222d
DJ
91642002-02-20 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9167 to be an integer instead of a `union wait'.
9168
75c9abc6
DJ
91692002-02-20 Daniel Jacobowitz <drow@mvista.com>
9170
9171 * mips-linux-nat.c: Call the operating system GNU/Linux.
9172 * mips-linux-tdep.c: Likewise.
9173 * mips-tdep.c: Likewise.
9174
551792a5
DJ
91752002-02-20 Daniel Jacobowitz <drow@mvista.com>
9176
9177 Fix PR gdb/265.
9178 * jv-exp.y (parse_number): Handle 64-bit integers.
9179
ee6e2b82
DJ
91802002-02-20 Daniel Jacobowitz <drow@mvista.com>
9181
9182 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9183 AC_STDC_HEADERS to AC_HEADER_STDC.
9184 * gdbserver/configure: Regenerated.
9185
a48442a0
RE
91862002-02-20 Richard Earnshaw <rearnsha@arm.com>
9187
9188 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9189 is defined.
9190 * sparc-tdep.c (get_longjmp_target): Likewise.
9191
fe419ffc
RE
91922002-02-20 Richard Earnshaw <rearnsha@arm.com>
9193
9194 * News: Add news about ARM and Multi-arch. Mention the new target
9195 arm*-*-netbsd*.
9196
5832ed7e
JB
91972002-02-19 Jim Blandy <jimb@redhat.com>
9198
9199 * stabsread.c (error_type_complaint): Improve error message.
9200
84563040
DJ
92012002-02-19 Daniel Jacobowitz <drow@mvista.com>
9202
9203 * gdbserver/README: Update documentation.
9204 * gdbserver/configure.in: Update configury to match documentation.
9205 * gdbserver/Makefile.in: Likewise.
9206 * gdbserver/configure: Regenerated.
9207 * gdbserver/aclocal.m4: New file, generated by aclocal.
9208 * gdbserver/config.in: New file, generated by autoheader.
9209
375fd65b
RE
92102002-02-19 Richard Earnshaw <rearnsha@arm.com>
9211
9212 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9213 armnbsd-nat.c.
9214
08216dd7
RE
92152002-02-19 Richard Earnshaw <rearnsha@arm.com>
9216
9217 * arm-tdep.h (enum arm_float_model): New enum.
9218 (struct gdbarch_tdep): Add fp_model.
9219 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9220 up floating-point conversions until we know the floating-point model
9221 in use by the inferior. Don't complain about being unable to
9222 determine the ABI of the inferior when we don't have one.
9223 (arm_extract_return_value): Support different floating-point models.
9224 (arm_store_return_value): Likewise.
aaa38bb5 9225 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9226 ARM_FLOAT_SOFT.
9227 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9228
65d6d66a
PS
92292002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9230
9231 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9232 of ``current_gdbarch''.
9233
47221191
RE
92342002-02-19 Richard Earnshaw <rearnsha@arm.com>
9235
9236 * armnbsd-nat.c : ANSIfy all function declarations.
9237 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9238 (fetch_inferior_registers): Re-implement in terms of above.
9239 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9240 (store_inferior_registers): Re-implement in terms of above.
9241
fdf39c9a
RE
92422002-02-19 Richard Earnshaw <rearnsha@arm.com>
9243
aaa38bb5 9244 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9245 kernel.
9246 * arm-linux-tdep.c: Likewise.
9247 * config/arm/tm-linux.h: Likewise.
9248
93247f88
RE
92492002-02-19 Richard Earnshaw <rearnsha@arm.com>
9250
9251 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9252 * config/arm/nbsd.mt (TM_FILE): Delete.
9253 * config/arm/tm-nbsd.h: Delete.
9254
d7b486e7
RE
92552002-02-19 Richard Earnshaw <rearnsha@arm.com>
9256
9257 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9258 Initialize CALL_DUMMY_LENGTH.
9259
41d39a95
RE
92602002-02-19 Richard Earnshaw <rearnsha@arm.com>
9261
9262 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9263 function.
9264 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9265 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9266 defines one thing and that is incorrect for this port.
9267 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9268
e1195560
PM
92692002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9270
9271 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9272
c1748f97
PM
92732002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9274
9275 * win32-nat.c (display_selector): New function. Displays information
9276 about the information returned by GetThreadSelectorEntry API function.
9277 (display_selectors): New function. Displays the infomation of
9278 the selector given as argument, or of CS, DS ans FS selectors
9279 if no argument is given.
9280 ( _initialize_inftarg): Add "w32" as info prefix command.
9281 Add "info w32 selector" as command calling display_selectors.
9282
e41e6bbf
PM
92832002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9284
9285 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9286 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9287 if not defined.
9288
0d3a9f48
RE
92892002-02-18 Richard Earnshaw <rearnsha@arm.com>
9290
9291 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9292
3fb4b924
RE
92932002-02-18 Richard Earnshaw <rearnsha@arm.com>
9294
9295 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9296 (arm_fix_call_dummy): Call it.
9297 (arm_call_dummy_breakpoint_offset): Delete.
9298 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9299 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9300
7f55af32
AC
93012002-02-18 Andrew Cagney <ac131313@redhat.com>
9302
9303 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9304 Default to func_frame_chain_valid.
9305 * gdbarch.h, gdbarch.c: Re-generate.
9306 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9307
05f13b9c
EZ
93082002-02-18 Elena Zannoni <ezannoni@redhat.com>
9309
9310 * ppc-linux-nat.c: Update copyright.
9311 (fetch_register, store_register): Add tid parameter, don't compute
9312 tid here.
9313 (fetch_ppc_registers, store_ppc_registers): Add tid
9314 parameter. Pass it along to callees.
9315 (fetch_inferior_registers, store_inferior_registers): Compute tid
9316 here, and pass it to calleed functions.
9317 (fill_gregset, supply_fpregset): Clean up formatting.
9318
d7afb4c9
RE
93192002-02-18 Richard Earnshaw <rearnsha@arm.com>
9320
9321 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9322 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9323
9df628e0
RE
93242002-02-18 Richard Earnshaw <rearnsha@arm.com>
9325
9326 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9327 * gdbarch.c gdbarch.h: Regenerate.
9328 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9329 function.
9330 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9331 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9332 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9333
9334 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9335 * arm-tdep.c (arm_get_longjmp_target): New function.
9336 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9337 this to a positive value register arm_get_longjmp_target as the
9338 longjmp handler.
9339 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9340 (arm_linux_init_abi): Set up longjmp description in tdep.
9341 * armnbsd-nat.c (get_longjmp_target): Delete.
9342 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9343 description in tdep.
9344 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9345 (get_longjmp_target): Delete declaration.
9346 (GET_LONGJMP_TARGET): Delete.
9347 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9348 (GET_LONGJMP_TARGET): Delete.
9349
57bc8964
KB
93502002-02-17 Kevin Buettner <kevinb@redhat.com>
9351
9352 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9353 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9354 of ``current_gdbarch''.
9355
83d31a92
TT
93562002-02-17 Tom Tromey <tromey@redhat.com>
9357
9358 * cli/cli-cmds.c (compare_strings): New function.
9359 (complete_command): Only print each unique item once.
9360 * completer.h (complete_line): Declare.
9361 * completer.c (complete_line): New function.
9362 (line_completion_function): Use it.
9363
17ef5d92
AC
93642002-02-16 Andrew Cagney <ac131313@redhat.com>
9365
9366 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9367 * gdbarch.h, gdbarch.c: Re-generate.
9368
491b8946
DJ
93692002-02-16 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9372
93732002-02-16 Daniel Jacobowitz <drow@mvista.com>
9374
9375 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9376 * valops.c (value_arg_coerce): Don't take the address of a reference
9377 to convert an argument to a reference.
9378
dfe7f3ac
CF
93792002-02-15 Christopher Faylor <cgf@redhat.com>
9380
9381 * win32-nat.c (get_image_name): New function.
9382 (handle_load_dll): Use get_image_name function.
9383 (get_child_debug_event): Avoid registering debug events until possibly
9384 execed process is started.
9385 (child_create_inferior): Allow invocation via shell so that command
9386 line redirection, etc. works ok.
9387 (_initialize_inftarg): Add new command: "set shell" to control whether
9388 a shell is used to start a process.
9389
1d33e73a
DJ
93902002-02-15 Daniel Jacobowitz <drow@mvista.com>
9391
9392 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9393 instead of find_register_by_number.
9394 (cannot_store_register): Likewise.
9395
48cd0caa
PM
93962002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9397
aaa38bb5 9398 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9399 fprintf_unfiltered (gdb_stderr, ...).
9400
8656e7d8
DJ
94012002-02-15 Daniel Jacobowitz <drow@mvista.com>
9402
9403 * gdbserver/gdbserver.1: Document --attach.
9404
66e810cd
RE
94052002-02-15 Richard Earnshaw <rearnsha@arm.com>
9406
9407 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9408 descriptions.
9409 * arm-tdep.c (arm_default_arm_le_breakpoint)
9410 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9411 (arm_default_thumb_be_breakpoint): New. Initialize them from
9412 traditional breakpoint defines.
9413 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9414 (arm_gdbarch_init): Initialize new breakpoint variables.
9415 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9416 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9417 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9418 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9419 code out to ...
9420 (arm_netbsd_init_abi_common): ... here; new function.
9421 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9422 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9423 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9424 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9425
97e03143
RE
94262002-02-15 Richard Earnshaw <rearnsha@arm.com>
9427
9428 * arm-tdep.h (enum arm_abi): New enum.
9429 (struct gdbarch_tdep): New structure.
9430 (LOWEST_PC): Provide a default.
9431 (arm_gdbarch_register_os_abi): Declare new function.
9432 * arm-tdep.c (arm_abi_names): New array.
9433 (process_note_abi_tag_sections): New function.
9434 (get_elfosabi): New function.
9435 (arm_gdbarch_register_os_abi): New function.
9436 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9437 support for that ABI has been built in, then call the appropriate
9438 configuration routine. Use gdbarch_num_regs() to get the number
9439 of registers.
9440 (arm_dump_tdep): New function.
9441 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9442 place-holder functions.
9443 (_initialize_arm_tdep): Register them.
9444 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9445
9446 * armnbsd-tdep.c: New file.
9447 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9448 * config/arm/nbsd.mt (TDEPFILES): Add it.
9449 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9450
9451 * armnbsd-nat.c: Include regcache.h.
9452 * Makefile.in (armnbsd-nat.o): Update dependency list.
9453
9454 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9455
ad68be46
DJ
94562002-02-14 Daniel Jacobowitz <drow@mvista.com>
9457
9458 * gdbserver/Makefile.in: Fix typos in target rules.
9459
003d6d1d
DJ
94602002-02-14 Daniel Jacobowitz <drow@mvista.com>
9461
aaa38bb5 9462 Fix part of PR gdb/267.
003d6d1d
DJ
9463 * linespec.c (find_methods): Handle constructors specially for now.
9464
6b230f1b
CV
94652002-02-14 Corinna Vinschen <vinschen@redhat.com>
9466
9467 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9468 handling.
9469 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9470 standard_coerce_float_to_double().
9471
1ea98d12
CF
94722002-02-14 Christopher Faylor <cgf@redhat.com>
9473
9474 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9475 GDBINIT_FILENAME.
9476
dd47e6fd
EZ
94772002-02-14 Elena Zannoni <ezannoni@redhat.com>
9478
9479 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9480 find_variant_by_name, because it confuses the multiarch
9481 framework. Return NULL if there isn't an architecture with the
9482 user supplied name, instead of forcing a different one without
9483 recording the change with the multiarch machinery.
9484 (find_variant_by_name): Delete.
9485
d7e39b9e
PS
94862002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9487
9488 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9489 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9490
76e42a4f
MH
94912002-02-13 Martin M. Hunt <hunt@redhat.com>
9492
aaa38bb5 9493 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9494 print_frame_info_listing_hook, set current_source_symtab.
9495
0a30fbc4
DJ
94962002-02-14 Daniel Jacobowitz <drow@mvista.com>
9497
9498 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9499 and remove unused $(INCLUDE_DIR).
9500 Add regcache.c to OBS.
9501 Add generated register protocol files to clean target.
9502 Update dependencies for new objects, obsolete old target code.
9503
9504 * gdbserver/linux-low.c: Remove all platform-specific code to
9505 new files. Remove various dead code. Update to use regcache
9506 functionality.
9507 * gdbserver/remote-utils.c (fromhex): Add return statement
9508 to quiet warning.
9509 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9510 constant.
9511 (input_interrupt): Add integer parameter to match prototype
9512 of a signal handler.
9513 (outreg): Use register_data ().
9514 (prepare_resume_reply): Use gdbserver_expedite_regs.
9515 * gdbserver/server.c (main): Dynamically allocate own_buf because
9516 PBUFSIZ is no longer constant. Use registers_to_string () and
9517 registers_from_string ().
9518 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9519 for error (), fatal (), and warning (). Update definition of
9520 PBUFSIZ to use regcache functionality. Add include guard.
9521 * gdbserver/utils.c (fatal): Add missing ``const''.
9522 (warning): New function.
9523
9524 * regformats/regdat.sh: Include "regcache.h" in generated files.
9525 Provide init_registers () function.
9526 * regformats/regdef.h: Add prototype for set_register_cache ().
9527 Add include guard.
9528
9529 * gdbserver/linux-arm-low.c: New file.
9530 * gdbserver/linux-i386-low.c: New file.
9531 * gdbserver/linux-ia64-low.c: New file.
9532 * gdbserver/linux-m68k-low.c: New file.
9533 * gdbserver/linux-mips-low.c: New file.
9534 * gdbserver/linux-ppc-low.c: New file.
9535 * gdbserver/linux-sh-low.c: New file.
9536
9537 * gdbserver/regcache.c: New file.
9538 * gdbserver/regcache.h: New file.
9539
9540 * gdbserver/low-linux.c: Removed obsolete file.
9541
4cc841d0
DJ
95422002-02-14 Daniel Jacobowitz <drow@mvista.com>
9543
9544 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9545 * config/i386/linux.mt: Likewise.
9546 * config/ia64/linux.mt: Likewise.
9547 * config/m68k/linux.mh: Likewise.
9548 * config/powerpc/linux.mh: Likewise.
9549 * config/mips/linux.mt: Likewise.
9550
9551 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9552
9553 * config/i386/i386lynx.mh: Mark gdbserver variables
9554 as (currently) obsolete for this target.
9555 * config/i386/nbsd.mt: Likewise.
9556 * config/i386/nbsdelf.mt: Likewise.
9557 * config/m32r/m32r.mt: Likewise.
9558 * config/m68k/m68klynx.mh: Likewise.
9559 * config/m68k/nbsd.mt: Likewise.
9560 * config/m68k/sun3os4.mh: Likewise.
9561 * config/mips/vr5000.mt: Likewise.
9562 * config/ns32k/nbsd.mt: Likewise.
9563 * config/pa/hppabsd.mh: Likewise.
9564 * config/pa/hppaosf.mh: Likewise.
9565 * config/powerpc/nbsd.mt: Likewise.
9566 * config/rs6000/rs6000lynx.mh: Likewise.
9567 * config/s390/s390.mt: Likewise.
9568 * config/s390/s390x.mt: Likewise.
9569 * config/sparc/sparclynx.mh: Likewise.
9570 * config/sparc/sun4os4.mh: Likewise.
9571 * config/i386/x86-64linux.mt: Likewise.
9572 * config/sparc/linux.mh: Likewise.
9573
a85f51e7
DJ
95742002-02-14 Daniel Jacobowitz <drow@mvista.com>
9575
9576 * configure.tgt: Configure gdbserver only for known working
9577 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9578 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9579 SUBDIRS if it is configured. Update comment for ${nativefile}.
9580 * configure: Regenerated.
9581
65554fef
MS
95822002-02-13 Michael Snyder <msnyder@redhat.com>
9583
670a52db
MS
9584 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9585
6dbdc4a3
MS
9586 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9587 (default_gcore_mach): Just return 0, work around a problem in bfd.
9588 (default_gcore_target): OK to return NULL if exec_bfd is null.
9589 (make_mem_sec): Use a cast, avoid a warning.
9590
9591 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9592 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9593 sizeof (host pointer) != sizeof (target pointer)).
9594 (procfs_make_note_section): Avoid overflow in psargs string.
9595
aaa38bb5 9596 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9597 implementation return an error.
9598
95992002-02-13 Rodney Brown <rbrown64@csc.com.au>
9600
9601 * procfs.c (procfs_make_note_section): Provide a default definition
9602 (for alpha-dec-osf4.0f). Fix typos.
9603
1e4d76e7
EZ
96042002-02-13 Elena Zannoni <ezannoni@redhat.com>
9605
9606 * linux-proc.c: Add include of regcache.h.
9607 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9608
b6d1a1d5
AC
96092002-02-13 Andrew Cagney <ac131313@redhat.com>
9610
9611 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9612 * memattr.c (create_mem_region): Disallow useless empty region.
9613 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9614 non-overlapping.
b6d1a1d5 9615
6c6ea35e
MC
96162002-02-13 Michael Chastain <mec@shout.net>
9617
9618 * defs.h: Kill CONST_PTR.
9619 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9620 * c-lang.c (c_builtin_types): Likewise.
9621 * ch-lang.c (ch_builtin_types): Likewise.
9622 * f-lang.c (f_builtin_types): Likewise.
9623 * language.c (unknown_builtin_types): Likewise.
9624 * m2-lang.c (m2_builtin_types): Likewise.
9625 * p-lang.c (pascal_builtin_types): Likewise.
9626 * scm-lang.c (c_builtin_types): Likewise.
9627
3e0b0f48
KS
96282002-02-13 Keith Seitz <keiths@redhat.com>
9629
9630 * arm-tdep.h (arm_get_next_pc): Add declaration.
9631
67255d04
RE
96322002-02-13 Richard Earnshaw <rearnsha@arm.com>
9633
9634 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9635 with other related struct-returning functions.
9636 (arm_extract_struct_value_address): New function.
9637 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9638 initialize float_format, double_format and long_double_format as
9639 appropriate to the endianness of the target.
9640 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9641 (arm_use_struct_convention): Delete declaration.
9642 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9643
079777f6
KS
96442002-02-13 Keith Seitz <keiths@redhat.com>
9645
9646 * defs.h (core_addr_to_string_nz): New function.
9647
34588f23
MK
96482002-02-13 Mark Kettenis <kettenis@gnu.org>
9649
9650 Apply missing bits of 2002-01-15 patch.
9651 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9652 (fill_fpregset): Use i387_fill_fsave.
9653
49b563f9
KS
96542002-02-12 Keith Seitz <keiths@redhat.com>
9655
49b563f9
KS
9656 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9657 (core_addr_to_string_nz): New function.
9658
aeb98c60
RE
96592002-02-11 Richard Earnshaw <rearnsha@arm.com>
9660
9661 * arm-linux-nat.c: Really include arm-tdep.h.
9662 * config/arm/tm-linux.h (struct type, struct value): Declare.
9663
65554fef
MS
96642002-02-11 Michael Snyder <msnyder@redhat.com>
9665
9666 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9667 (gcore section): Ifdef for Solaris and Unixware only.
9668 (procfs_do_thread_registers): Unixware needs one lwpstatus
9669 per thread (not one prstatus or pstatus).
9670 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9671 not over all gdb threads. For unixware, call elfcore_write_pstatus
9672 once before iterating over threads.
9673
34e8f22d
RE
96742002-02-11 Richard Earnshaw <rearnsha@arm.com>
9675
9676 * arm-tdep.h: New file.
9677 * arm-tdep.c: Include arm-tdep.h.
9678 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9679 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9680 (arm_print_float_info, arm_register_type, convert_to_extended)
9681 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9682 (arm_extract_return_value, arm_register_name): Make static.
9683 (arm_software_single_step): Similarly. Fix types in declaration.
9684 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9685 (arm_store_return_value, arm_store_struct_return): New functions.
9686 (arm_gdbarch_init): Register the above functions. Also register
9687 call_dummy_start_offset, sizeof_call_dummy_words,
9688 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9689 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9690 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9691 prologue_cache.saved_regs here, rather than ...
9692 (_initialize_arm_tdep): ... here.
9693 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9694 declarations.
9695 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9696 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9697 (arm_print_float_info, arm_register_type, convert_to_extended)
9698 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9699 (arm_extract_return_value, arm_register_name): Delete declarations.
9700 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9701 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9702 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9703 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9704 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9705 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9706 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9707 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9708 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9709 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9710 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9711 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9712 interface.
9713 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9714 * remote-rdi.c remote-rdp.c: Likewise.
9715 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9716 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9717 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9718 definition.
9719
9720 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9721 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9722 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9723 from non-ARM_ prefixed definitions.
9724 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9725 all uses of above.
9726 * remote-rdi.c remote-rdp.c: Likewise.
9727 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9728
148754e5
RE
97292002-02-11 Richard Earnshaw <rearnsha@arm.com>
9730
9731 * arm-tdep.c (arm_frameless_function_invocation)
9732 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9733 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9734 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9735 (arm_pop_frame, arm_get_next_pc): Make static.
9736 (arm_gdbarch_init): Register above in gdbarch structure.
9737 (arm_read_fp): Renamed from arm_target_read_fp.
9738 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9739 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9740 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9741 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9742 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9743 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9744 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9745 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9746 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9747 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9748 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9749
434d2d4f
DJ
97502002-02-10 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * symtab.c (compare_search_syms): New function.
9753 (sort_search_symbols): New function.
9754 (search_symbols): Sort symbols after searching rather than
9755 before.
9756
55241689
AC
97572002-02-10 Andrew Cagney <ac131313@redhat.com>
9758
9759 * NEWS: Linux -> GNU/Linux.
9760
028c194b
AC
97612002-02-10 Andrew Cagney <ac131313@redhat.com>
9762
9763 * gdbarch.sh: For for level one methods, disallow a definition
9764 when partially multi-arched. Add comments explaining rationale.
9765 * gdbarch.h: Re-generate.
9766
6acf50cd
AC
97672002-02-10 Andrew Cagney <ac131313@redhat.com>
9768
9769 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9770 multi-arch partial.
aaa38bb5 9771
50248794
AC
97722002-02-10 Andrew Cagney <ac131313@redhat.com>
9773
9774 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9775 field. Use diff -u.
9776 * gdbarch.c: Re-generate.
9777
c30e0066
AC
97782002-02-10 Andrew Cagney <ac131313@redhat.com>
9779
9b56c5f3 9780 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
9781 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9782 partial.
9783
6e6d6484
AC
97842002-02-10 Andrew Cagney <ac131313@redhat.com>
9785
9786 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9787 multi-arch partial.
9788 (PUSH_ARGUMENTS): Switch to using predefault.
9789 * gdbarch.c: Regenerate.
9790
c203844d
AC
97912002-02-10 Andrew Cagney <ac131313@redhat.com>
9792
9793 * valops.c (PUSH_ARGUMENTS): Delete definition.
9794 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9795 partial. Default to default_push_arguments.
9796 * gdbarch.h, gdbarch.c: Regenerate.
9797
b5a2688f
AC
97982002-02-09 Andrew Cagney <ac131313@redhat.com>
9799
9800 * defs.h (throw_exception): Rename return_to_top_level. Update
9801 comments.
9802 * utils.c (error_stream, internal_verror, quit): Ditto.
9803 * top.c (throw_exception, catcher): Ditto.
9804 * sparclet-rom.c (sparclet_load): Ditto.
9805 * remote.c (interrupt_query, minitelnet): Ditto.
9806 * remote-sds.c (interrupt_query): Ditto.
9807 * remote-mips.c (mips_error, mips_kill): Ditto.
9808 * ocd.c (interrupt_query): Ditto.
9809 * monitor.c (monitor_interrupt_query): Ditto.
9810 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9811 * target.h: Update comment.
aaa38bb5 9812
b5a2688f 9813 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9814
2fa5c1e0
AC
98152002-02-09 Andrew Cagney <ac131313@redhat.com>
9816
9817 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9818 default_double_format.
9819 * gdbarch.h, gdbarch.c: Re-generate.
9820 * findvar.c (floatformat_unknown): Delete variable definition.
9821 * doublest.h (floatformat_unknown): Delete variable declaration.
9822
da966255
JB
98232002-02-09 Jim Blandy <jimb@redhat.com>
9824
9825 * stabsread.c (read_type): Add code to parse Sun's syntax for
9826 prototyped function types.
9827
123a4891
AC
98282002-02-09 Andrew Cagney <ac131313@redhat.com>
9829
9830 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9831 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9832
fb39c8f3
PS
98332002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9834
9835 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9836 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9837 now _initialize_xcoffsolib gets called again and overrides the
9838 commands from solib.c in a native configuration.
9839
0b87a11d
MK
98402002-02-09 Mark Kettenis <kettenis@gnu.org>
9841
9842 * doublest.c (store_typed_floating): Don't try to return a value.
9843 Fixes PR gdb/290.
9844
bdc2fc72
JB
98452002-02-08 Jim Blandy <jimb@redhat.com>
9846
9847 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9848 is prototyped and has no arguments, print its argument list as
9849 `(void)'.
9850
da69bbcf
CD
98512002-02-08 Chris Demetriou <cgd@broadcom.com>
9852
9853 * MAINTAINERS (write-after-approval): Add myself.
9854 (paper-trail): I've escaped!
aaa38bb5 9855
b69571f5
CF
98562002-02-08 Christopher Faylor <cgf@redhat.com>
9857
9858 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9859 changes.
9860 (_initialize_check_for_gdb_ini): Ditto.
9861
f6871398
MH
98622002-02-08 Martin M. Hunt <hunt@redhat.com>
9863
9864 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9865 xaprintf -> xasprintf.
9866
4e52d31c
PM
98672002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9868
9869 * win32-nat.c: Remove use of printf and sprintf functions.
9870
39bbf761
RE
98712002-02-08 Richard Earnshaw <rearnsha@arm.com>
9872
9873 * arm-tdep.c (arm_frame_chain_valid): Make static.
9874 (arm_push_arguments): Likewise.
9875 (arm_gdbarch_init): New function.
9876 (_initialize_arm_tdep): Call it.
9877 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9878 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9879 (FRAME_CHAIN_VALID): Delete.
9880 (arm_frame_chain_valid): Delete declaration.
9881 (PUSH_ARGUMENTS): Delete.
9882 (arm_push_arguments): Delete declaration.
9883 (CALL_DUMMY_P): Delete.
9884
9c9532c9
CV
98852002-02-08 Andrew Cagney <ac131313@redhat.com>
9886 Corinna Vinschen <vinschen@redhat.com>
9887
9888 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9889 on builtin float types.
9890
4e8f7a8b
DJ
98912002-02-08 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * utils.c: Include <curses.h> before "bfd.h".
9894 * tui/tui-hooks.c: Likewise.
9895 * tui/tui.c: Likewise.
9896 * tui/tuiCommand.c: Likewise.
9897 * tui/tuiData.c: Likewise.
9898 * tui/tuiDataWin.c: Likewise.
9899 * tui/tuiDisassem.c: Likewise.
9900 * tui/tuiGeneralWin.c: Likewise.
9901 * tui/tuiIO.c: Likewise.
9902 * tui/tuiLayout.c: Likewise.
9903 * tui/tuiRegs.c: Likewise.
9904 * tui/tuiSource.c: Likewise.
9905 * tui/tuiSourceWin.c: Likewise.
9906 * tui/tuiStack.c: Likewise.
9907 * tui/tuiWin.c: Likewise.
9908
cd4bffcf
EZ
99092002-02-07 Elena Zannoni <ezannoni@redhat.com>
9910
9911 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9912 to include space for pseudoregs as well. Update loops accordingly.
9913 (sh_fp_frame_init_saved_regs): Ditto.
9914 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9915
26806ce2
AC
99162002-02-07 Andrew Cagney <ac131313@redhat.com>
9917
9918 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9919 Add Richard Earnshaw to Arm maintainers.
9920
97fdab62
AC
99212002-02-07 Andrew Cagney <ac131313@redhat.com>
9922
a6b98203
AC
9923 * defs.h (warning_begin): Delete declaration.
9924
97fdab62
AC
9925 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9926 Delete macro.
9927
78b29b40
MS
99282002-02-07 Michael Snyder <msnyder@redhat.com>
9929
aaa38bb5 9930 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9931 Logic bug, remove misplaced else.
9932
d8849953
KD
99332002-02-07 Klee Dienes <klee@apple.com>
9934
9935 * fork-inferior.c (fork_inferior): Add '!' to the list of
9936 characters that need to be quoted when building a string for the
9937 shell. Quote '!' specifically with a backslash, since CSH chokes
9938 when trying to evaluate "str!str".
aaa38bb5 9939
095778a0
NC
99402002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9941
9942 * rdi-share/host.h: Only provide a typedef for bool if it is not
9943 defined.
9944
1900040c
MS
99452002-02-04 Michael Snyder <msnyder@redhat.com>
9946
9947 * breakpoint.h (enum bptype): Add new overlay event bp type.
9948 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9949
1900040c
MS
9950 * breakpoint.c (create_internal_breakpoint): New function.
9951 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9952 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9953 (create_thread_event_breakpoint): Ditto.
9954 (create_solib_event_breakpoint): Ditto.
9955 (create_overlay_event_breakpoint): New function.
9956 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9957 (update_breakpoints_after_exec): Delete and re-initialize
9958 overlay event breakpoints after an exec. Add FIXME comment
9959 about longjmp breakpoint.
9960 (print_it_typical): Ignore overlay event breakpoints.
9961 (print_one_breakpoint): Ditto.
9962 (mention): Ditto.
9963 (bpstat_what): Do not stop for overlay event breakpoints.
9964 (delete_breakpoint): Don't delete overlay event breakpoints.
9965 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9966 (breakpoint_re_set): Re-create overlay event breakpoint.
9967
9968 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9969 (overlay_manual_command): Disable overlay breakpoints.
9970 (overlay_off_command): Disable overlay breakpoints.
9971
082fc60d
RE
99722002-02-06 Richard Earnshaw <rearnsha@arm.com>
9973
9974 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9975 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9976 to here from config/tm-arm.h.
9977 (coff_sym_is_thumb): Make static.
9978 (arm_elf_make_msymbol_special): New function.
9979 (arm_coff_make_msymbol_special): New function.
9980 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9981 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9982 (coff_sym_is_thumb): Delete declaration.
9983 (arm_elf_make_msymbol_special): Declare.
9984 (arm_coff_make_msymbol_special): Declare.
9985 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9986 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9987
039c5766
RE
99882002-02-06 Richard Earnshaw <rearnsha@arm.com>
9989
9990 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9991
99922002-02-06 Richard Earnshaw <rearnsha@arm.com>
9993
9994 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9995 * gdbarch.c gdbarch.h: Regenerate.
9996 * arch-utils.c (default_print_float_info): New function.
9997 * arch-utils.h (default_print_float_info): Prototype it.
9998 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9999 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10000 (PRINT_FLOAT_INFO): Document it.
10001
10002 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10003 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10004 (PRINT_FLOAT_INFO): Define.
10005
58fa08f0
PM
100062002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10007
aaa38bb5 10008 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10009 Add typecast to sprintf argument to suppress a warning.
10010
7393af7c
PM
100112002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10012
58fa08f0 10013 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10014 to allow easier handling of pass state.
10015 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10016 that gives exception name and address.
10017 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10018 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10019 exceptions added.
aaa38bb5
AJ
10020 (child_continue): Correctly report continue_status.
10021 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10022 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10023 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10024 the exception should be passed to debuggee or not.
10025
6af4589c
MS
100262002-02-05 Michael Snyder <msnyder@redhat.com>
10027
10028 * regcache.c (fetch_register): Call target_fetch_register
10029 only if we don't call FETCH_PSEUDO_REGISTER.
10030 (store_register): Call target_store_register only if we
10031 don't call STORE_PSEUDO_REGISTER.
10032
a2cf933a
EZ
100332002-02-05 Elena Zannoni <ezannoni@redhat.com>
10034
10035 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10036 ELF_MAKE_MSYMBOL_SPECIAL.
10037 * gdbarch.c, gdbarch.h: Regenerate.
10038 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10039 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10040 * elfread.c (elf_symtab_read): Compile use of
10041 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10042 multiarched.
10043 * coffread.c (coff_symtab_read): Ditto, for
10044 COFF_MAKE_MSYMBOL_SPECIAL.
10045
6bb7be43
JB
100462002-02-05 Jim Blandy <jimb@redhat.com>
10047
10048 * solib-svr4.c (svr4_truncate_ptr): New function.
10049 (svr4_relocate_section_addresses): Do the address arithmetic with
10050 the appropriate truncation for target addresses, even when
10051 CORE_ADDR is larger than a target address.
10052
e18651ec
DJ
100532002-02-05 Daniel Jacobowitz <drow@mvista.com>
10054
10055 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10056 to (int *).
10057
6b2725be
DJ
100582002-02-05 Daniel Jacobowitz <drow@mvista.com>
10059
10060 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10061 code.
10062
fca9e603
DJ
100632002-02-05 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10066
6c537a52
DJ
100672002-02-05 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * gdbserver/linux-low.c: Remove unused include files.
10070
d844cde6
DJ
100712002-02-05 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10074 (read_inferior_memory): Use it.
10075 (write_inferior_memory): Likewise.
10076
d07c63e7
DJ
100772002-02-05 Daniel Jacobowitz <drow@mvista.com>
10078
10079 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10080 grubbing through sys_errlist.
10081
da6d8c04
DJ
100822002-02-05 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10085
5b421780
PM
100862002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10087 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10088
9f60d481
AC
100892002-02-04 Andrew Cagney <ac131313@redhat.com>
10090
10091 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10092 (do_sfunc, set_cmd_sfunc): New functions.
10093
10094 * command.h (struct cmd_list_element): Add field func.
10095 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10096 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10097 * cli/cli-decode.h: Ditto.
10098
10099 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10100 (help_all, help_cmd_list): Ditto.
10101 (find_cmd, complete_on_cmdlist): Ditto.
10102 * top.c (execute_command): Ditto.
10103
10104 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10105 function.sfunc.
10106
10107 * infcmd.c (notice_args_read): Fix function signature.
10108
10109 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10110 * cli/cli-decode.c (add_set_cmd): Ditto.
10111 * utils.c (initialize_utils): Ditto.
10112 * maint.c (_initialize_maint_cmds): Ditto.
10113 * infrun.c (_initialize_infrun): Ditto.
10114 * demangle.c (_initialize_demangler): Ditto.
10115 * remote.c (add_packet_config_cmd): Ditto.
10116 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10117 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10118 * proc-api.c (_initialize_proc_api): Ditto.
10119 * kod.c (_initialize_kod): Ditto.
10120 * valprint.c (_initialize_valprint): Ditto.
10121 * top.c (init_main): Ditto.
10122 * infcmd.c (_initialize_infcmd): Ditto.
10123 * corefile.c (_initialize_core): Ditto.
10124 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10125 * arch-utils.c (initialize_current_architecture): Ditto.
10126 (_initialize_gdbarch_utils): Ditto.
10127 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10128
10129 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10130 * wince.c (_initialize_inftarg): Ditto.
10131 * symfile.c (_initialize_symfile): Ditto.
10132 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10133 * language.c (_initialize_language): Ditto.
10134 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10135
f9ba0717
MS
101362002-02-04 Michael Snyder <msnyder@redhat.com>
10137
10138 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10139
0c74b2a7
DJ
101402002-02-04 Daniel Jacobowitz <drow@mvista.com>
10141
10142 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10143 Add rules for building the register data files.
10144
c638789f
DJ
101452002-02-04 Daniel Jacobowitz <drow@mvista.com>
10146
10147 * regformats/regdat.sh: Add braces to the definition of
10148 expedite_regs_${arch}.
10149
db253027
DJ
101502002-02-04 Daniel Jacobowitz <drow@mvista.com>
10151
10152 * regformats/regdef.h (struct reg): Add comment describing the
10153 requirements for offset and size fields.
10154
206be19c
AS
101552002-02-04 Andreas Schwab <schwab@suse.de>
10156
10157 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10158 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10159
181c1381
RE
101602002-02-04 Richard Earnshaw <rearnsha@arm.com>
10161
10162 * gdbarch.sh (copyright): Update years in generated header.
10163 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10164 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10165 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10166 * dbxread.c: Likewise.
10167 * dwarfread.c: Likewise.
10168 * elfread.c: Likewise.
10169 * somread.c: Likewise.
10170
10171 * arm-tdep.c (arm_smash_text_address): New function.
10172 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10173
fa4ba8da
PM
101742002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10175
10176 Add support for hardware watchpoints on win32 native.
aaa38bb5 10177 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10178 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10179 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10180 of debug registers.
10181 (debug_registers_changed): New variable. Reflects when debug registers
10182 are changed and need to be written to inferior.
aaa38bb5 10183 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10184 was set, used when new threads are created.
10185 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10186 i386-nat code.
10187 (thread_rec): Set dr array if id is the thread of current_event .
10188 (child_continue, child_resume): Change the debug registers for all
10189 threads if debug_registers_changed.
10190 (child_add_thread): Change the debug registers if debug_registers_used.
10191 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10192 Link nm.h to new nm-cygwin.h file.
10193 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10194 of hardware registers.
10195
a73c86fb
AC
101962002-02-03 Andrew Cagney <ac131313@redhat.com>
10197
10198 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10199 Restore behavour broken by 2002-01-20 Andrew Cagney
10200 <ac131313@redhat.com> IEEE_FLOAT removal.
10201
acf5ed49
DJ
102022002-02-03 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * c-valprint.c (c_val_print): Pass a proper valaddr to
10205 cp_print_class_method.
10206 * valops.c (search_struct_method): If there is only one method
10207 and args is NULL, return that method.
10208
493d28d5
DJ
102092002-02-03 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10212 accessing tag_name directly.
10213
7495dfdb
DJ
102142002-02-03 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10217 of accessing tag_name directly.
10218
dd6bda65
DJ
102192002-02-03 Daniel Jacobowitz <drow@mvista.com>
10220
10221 PR gdb/280
10222 * gdbtypes.c (replace_type): New function.
10223 * gdbtypes.h (replace_type): Add prototype.
10224 * stabsread.c (read_type): Use replace_type.
10225
88fe217c
RE
102262002-02-03 Richard Earnshaw <rearnsha@arm.com>
10227
10228 * Makefile.in (memattr.o): Add missing dependencies rule.
10229
e5d66720
PS
102302002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10231
10232 * breakpoint.c (break_at_finish_command): Really export.
10233 (break_at_finish_at_depth_command): Ditto.
10234 (tbreak_at_finish_command): Ditto.
10235 * hppa-tdep.c: Include completer.h.
10236 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10237 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10238
fffee0be
AC
102392002-02-01 Andrew Cagney <ac131313@redhat.com>
10240
10241 * utils.c (do_write): New function.
10242 (error_stream): Rewrite combining the code from error_begin and
10243 verror.
10244 (verror): Rewrite using error_stream.
10245 (error_begin): Delete function.
10246
255e7dbf
AC
102472002-02-01 Andrew Cagney <ac131313@redhat.com>
10248
10249 * utils.c (error_begin): Make static.
10250 * defs.h (error_begin): Delete declaration.
10251
10252 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10253 (decode_line_1): Use cplusplus_error instead of error_begin,
10254 cplusplus_hint and return_to_top_level.
10255 * coffread.c (coff_symfile_read): Use error instead of error_begin
10256 and return_to_top_level.
10257 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10258
ddfe3c15
AC
102592002-02-01 Andrew Cagney <ac131313@redhat.com>
10260
10261 * language.h (type_error, range_error): Make string parameter
10262 constant.
10263 * language.c (warning_pre_print): Delete extern declaration.
10264 * dwarfread.c (warning_pre_print): Ditto.
10265 * language.c (type_error, range_error): Rewrite to use verror and
10266 vwarning instead of warning_begin.
10267
03ac34d5
MS
102682002-02-01 Michael Snyder <msnyder@redhat.com>
10269
261c4ca2
MS
10270 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10271 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10272
e00d1dc8
AC
102732002-02-01 Andrew Cagney <ac131313@redhat.com>
10274
10275 * command.h (NO_FUNCTION): Delete macro.
10276 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10277 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10278 * tracepoint.c (_initialize_tracepoint): Ditto.
10279 * cli/cli-decode.c (add_set_cmd): Ditto.
10280 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10281
76b79d6e
DJ
102822002-02-01 Daniel Jacobowitz <drow@mvista.com>
10283
10284 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10285 Update ``this'' pointer when calling virtual functions.
10286
799f9e91
MS
102872002-02-01 Michael Snyder <msnyder@redhat.com>
10288
c7bd442c 10289 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10290 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10291
3cf384d4
DJ
102922002-02-01 Daniel Jacobowitz <drow@mvista.com>
10293
10294 * regformats/reg-arm.dat: New file.
10295 * regformats/reg-i386.dat: New file.
10296 * regformats/reg-ia64.dat: New file.
10297 * regformats/reg-m68k.dat: New file.
10298 * regformats/reg-mips.dat: New file.
10299 * regformats/reg-ppc.dat: New file.
10300 * regformats/reg-sh.dat: New file.
10301 * regformats/regdef.h: New file.
10302 * regformats/regdat.sh: New file.
10303
0defa245
RE
103042002-02-01 Richard Earnshaw <reanrsha@arm.com>
10305
10306 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10307 (arm_frame_args_address, arm_frame_locals_address): New functions.
10308 (arm_frame_num_args): New function.
10309 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10310 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10311 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10312
405f26e6
MS
103132002-01-31 Michael Snyder <msnyder@redhat.com>
10314
502fd408
MS
10315 * breakpoint.c (break_at_finish_command): Export.
10316 (break_at_finish_at_depth_command): Export.
10317 (tbreak_at_finish_command): Export.
10318 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10319 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10320 "tbreak" commands, which are HPPA specific.
10321
7d35e135
MS
10322 * printcmd.c (disassemble_command): Remove an ancient
10323 artifact of an old merge.
10324
aaa38bb5 10325 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10326 Define enum constant values for overlay mode.
10327 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10328 (overlay_is_mapped, overlay_auto_command,
10329 overlay_manual_command): Ditto.
d874f1e2 10330
aaa38bb5
AJ
10331 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10332 breakpoint_here_p, breakpoint_inserted_here_p,
10333 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10334 describe_other_breakpoints, check_duplicates, clear_command):
10335 Coding standard fixes.
10336
8add0441 10337 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10338 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10339 code: check bfd SEC_READONLY flag for section.
10340
e351066e
AC
103412002-01-31 Andrew Cagney <ac131313@redhat.com>
10342
7d35e135 10343 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10344
8a48e967
DJ
103452002-01-30 Daniel Jacobowitz <drow@mvista.com>
10346
10347 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10348 data symbols, since we search based on textlow and texthigh.
10349 (find_pc_sect_symtab): Likewise.
10350
f5a96129
AC
103512002-01-30 Andrew Cagney <ac131313@redhat.com>
10352
10353 * defs.h (vwarning): Declare.
f5a96129
AC
10354 * utils.c (vwarning): New function.
10355 (warning): Call vwarning.
10356 (warning_begin): Delete function.
10357
10358 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10359 the warning message.
10360 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10361 warning_begin.
10362
cefd4ef5
MS
103632002-01-30 Michael Snyder <msnyder@redhat.com>
10364
1a703748
MS
10365 * NEWS: Mention "set trust-readonly-sections" command.
10366 Mention generate-core-file command.
cefd4ef5 10367
3a11626d
MS
103682002-01-15 Michael Snyder <msnyder@redhat.com>
10369
10370 * target.c: New command, "set trust-readonly-sections on".
10371 (do_xfer_memory): Honor the suggestion to trust readonly sections
10372 by reading them from the object file instead of from the target.
10373 (initialize_targets): Register command "set trust-readonly-sections".
10374
d1c7e53b
AC
103752002-01-29 Andrew Cagney <ac131313@redhat.com>
10376
10377 * parse.c (target_map_name_to_register): Simplify, search regs and
10378 pseudo-regs using a single loop.
10379
e2c9a72c
AC
103802002-01-30 Andrew Cagney <ac131313@redhat.com>
10381
10382 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10383
69824b4e
MK
103842002-01-15 Rodney Brown <rbrown64@csc.com.au>
10385
10386 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10387 * config/i386/i386v42mp.mh: Add i387-nat.o .
10388 * i386v4-nat.c: Include i387-nat.h.
10389 (supply_fpregset): Use i387_supply_fsave.
10390 (fill_fpregset): Use i387_fill_fsave.
10391
6eb69eab
RE
103922002-01-30 Richard Earnshaw <rearnsha@arm.com>
10393
10394 * arm-tdep.c (arm_call_dummy_words): Define.
10395 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10396 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10397 (CALL_DUMMY_WORDS): Define.
10398 (arm_call_dummy_words): Declare.
10399 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10400 (arm_linux_call_dummy_words): Declare.
10401
9852326a
AS
104022002-01-30 Andreas Schwab <schwab@suse.de>
10403
10404 * m68klinux-nat.c: Fix last change to use regcache_collect
10405 instead of referencing registers[] directly.
10406
977a3030
AC
104072002-01-29 Andrew Cagney <ac131313@redhat.com>
10408
10409 * parse.c (target_map_name_to_register): Delete code wrapped in
10410 #ifdef REGISTER_NAME_ALIAS_HOOK.
10411
2076c72b
MS
104122002-01-28 Michael Snyder <msnyder@redhat.com>
10413
10414 * regcache.c (legacy_read_register_gen): Need to be able to
10415 read pseudo-register as well as real register.
10416 (legacy_write_register_gen): Ditto.
10417
8fcc723b
AC
104182002-01-28 Andrew Cagney <ac131313@redhat.com>
10419
10420 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10421 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10422 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10423 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10424 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10425 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10426 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10427 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10428 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10429 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10430 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10431 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10432 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10433 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10434 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10435 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10436 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10437 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10438 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10439 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10440
afe64c1a
AC
104412002-01-28 Andrew Cagney <ac131313@redhat.com>
10442
10443 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10444 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10445 (initialize_current_architecture): Update target_byte_order using
10446 information from BFD.
aaa38bb5 10447 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10448 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10449
75bc7ddf
AC
104502002-01-28 Andrew Cagney <ac131313@redhat.com>
10451
10452 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10453 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10454
10455 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10456 #ifdef INVALID_FLOAT.
10457 * infcmd.c (do_registers_info): Ditto.
10458 * values.c (unpack_double): Ditto. Add comment.
10459
10460 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10461 already commented out.
10462
0280a90a
AS
104632002-01-26 Andreas Schwab <schwab@suse.de>
10464
10465 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10466 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10467 registers and add support for PTRACE_GETREGS.
10468
7072a954
AC
104692002-01-24 Andrew Cagney <ac131313@redhat.com>
10470
10471 GDB 5.1.1 released from 5.1 branch.
10472 * NEWS: Add 5.1.1 news.
10473 * README: Sync with 5.1 branch.
10474
86f902e0
FF
104752002-01-23 Fred Fish <fnf@redhat.com>
10476
10477 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10478 stabstring on initial malloc. Reallocing will copy it for us,
10479 if necessary.
10480
8af51c36
EZ
104812002-01-23 Elena Zannoni <ezannoni@redhat.com>
10482
aaa38bb5 10483 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10484 (HFILES_NO_SRCDIR): Remove hpread.h.
10485 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10486 (hpread.o): Update dependencies.
10487 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10488
10489 * hp-psymtab-read.c: Remove file.
10490 * hp-symtab-read.c: Remove file.
10491 * hpread.h: Remove file.
10492
10493 * hpread.c: Merge all contents of hp-psymtab-read.c,
10494 hp-symtab-read.c and hpread.h into this file, as it was prior to
10495 January 1999.
10496
10497 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10498 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10499 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10500 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10501
dc5cfeb6
EZ
105022002-01-23 Elena Zannoni <ezannoni@redhat.com>
10503
10504 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10505 fill_gregset): Call gdbarch_tdep() just once, assign result to
10506 variable and use that, instead of calling the function several
10507 times.
10508
ea87b71b
AO
105092002-01-24 Alexandre Oliva <aoliva@redhat.com>
10510
10511 * configure.host: Accept sparcv9 as alias for sparc64.
10512 * configure.tgt: Likewise.
10513
13fc0c2f
KB
105142002-01-22 Kevin Buettner <kevinb@redhat.com>
10515
10516 * solib-aix5.c (build_so_list_from_mapfile)
10517 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10518 arguments is not reversed.
10519 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10520 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10521
7bd872fe
EZ
105222002-01-22 Elena Zannoni <ezannoni@redhat.com>
10523
10524 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10525 modified version of obsolete sh_fetch_pseudo_register.
10526 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10527 (sh4_register_read): New function.
10528 (sh_pseudo_register_write): New function. Renamed and modified
10529 version of obsolete sh_store_pseudo_register.
10530 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10531 (sh4_register_write): New function.
10532 (sh_gdbarch_init): Remove setting of gdbarch function
10533 fetch_pseudo_register and store_pseudo_register. Remove setting of
10534 register_convert_to_raw, register_convert_to_virtual,
10535 register_convertible.
10536 (sh_sh4_register_convertible): Delete. No longer needed. All is
10537 taken care by architecture specific functions
10538 register_read/register_write.
10539 (sh_sh4_register_convert_to_virtual): Make static.
10540 (sh_sh4_register_convert_to_raw): Ditto.
10541
069e84fd
AC
105422002-01-22 Andrew Cagney <ac131313@redhat.com>
10543
10544 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10545 (floatformat_is_nan, floatformat_mantissa): Ditto.
10546
10547 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10548 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10549 builtin_type_ieee_double_little,
10550 builtin_type_ieee_double_littlebyte_bigword,
10551 builtin_type_m68881_ext, builtin_type_i960_ext,
10552 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10553 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10554 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10555 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10556
211a4f69
CV
105572002-01-22 Corinna Vinschen <vinschen@redhat.com>
10558
10559 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10560 parameter. Set frameless flag if it exists and depended of
10561 whether the scanned function is frameless or not.
10562 (xstormy16_skip_prologue): If function is frameless, return
10563 result of xstormy16_scan_prologue().
10564 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10565 call.
10566
f81353e4
EZ
105672002-01-21 Elena Zannoni <ezannoni@redhat.com>
10568
10569 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10570 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10571 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10572 sh_sh4_register_byte, sh_sh4_register_raw_size,
10573 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10574 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10575 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10576 sh_store_pseudo_register, sh_do_pseudo_register): Call
10577 gdbarch_tdep() just once, assign result to variable and use that,
10578 instead of calling the function several times.
10579
63c73a17
MK
105802002-01-20 Mark Kettenis <kettenis@gnu.org>
10581
10582 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10583 macros instead of LAST_FPU_CTRL_REGNUM.
10584 (store_register): Likewise.
10585
39ad761d
JB
105862002-01-21 Jim Blandy <jimb@redhat.com>
10587
10588 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10589 is up-to-date before running the program, not just when a program
10590 exits.
10591
3d74b771
FF
105922002-01-21 Fred Fish <fnf@redhat.com>
10593
10594 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10595 when we have found all instructions we are looking for.
10596
966fbf70
RE
105972002-01-21 Richard Earnshaw <rearnsha@arm.com>
10598
10599 * arm-tdep.c (arm_register_name): New function.
10600 (arm_registers_names): Make static.
10601 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10602 (arm_register_name): Declare.
10603 (REGISTER_NAME): Use it.
10604
c3b4394c
RE
106052002-01-21 Richard Earnshaw <rearnsha@arm.com>
10606 Kevin Buettner <kevinb@redhat.com>
10607
10608 Convert arm targets to new FRAME interface.
10609 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10610 (arm_frame_find_save_regs): Delete.
10611 (arm_frame_init_saved_regs): New.
10612 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10613 Allocate extra_info as required. Convert all uses of fsr.regs
10614 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10615 to use extra_info.
10616 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10617 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10618 (check_prologue_cache, save_prologue_cache): Likewise.
10619 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10620 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10621 (FRAME_FIND_SAVED_REGS): Delete.
10622 (arm_frame_find_saved_regs): Delete prototype.
10623 (arm_frame_init_saved_regs): New prototype.
10624 (FRAME_INIT_SAVED_REGS): Define.
10625
61d99182
AC
106262002-01-20 Andrew Cagney <ac131313@redhat.com>
10627
10628 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10629
6aaea291
AC
106302002-01-20 Andrew Cagney <ac131313@redhat.com>
10631
10632 From Jeff Law <law@redhat.com>:
10633 * infttrace.c: Include <sys/pstat.h>.
10634 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10635 exec file if the ttrace equivalent fails.
10636
15f698d2
AC
106372002-01-20 Andrew Cagney <ac131313@redhat.com>
10638
10639 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10640 (closeLogFile): Ditto.
10641
f86ddd7c
MC
106422002-01-20 Michael Chastain <mec@shout.net>
10643
10644 * top.c (print_gdb_version): Bump copyright year to 2002.
10645
904507ce
AC
106462002-01-20 Andrew Cagney <ac131313@redhat.com>
10647
10648 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10649 Zannoni and Eli Zaretskii.
10650
d7f0b9ce
DJ
106512002-01-20 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * buildsym.c: Update copyright years.
10654 * c-typeprint.c: Likewise.
10655 * dwarf2read.c: Likewise.
10656 * f-typeprint.c: Likewise.
10657 * gdbtypes.c: Likewise.
10658 * gdbtypes.h: Likewise.
10659 * hp-symtab-read.c: Likewise.
10660 * hpread.c: Likewise.
10661 * mdebugread.c: Likewise.
10662 * p-typeprint.c: Likewise.
10663
3fd3d7d2
AC
106642002-01-20 Andrew Cagney <ac131313@redhat.com>
10665
10666 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10667 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10668 byte-order selectable.
10669 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10670 * arch-utils.c: Ditto.
10671 (set_endian): Ditto.
10672 (set_endian_from_file): Ditto.
10673 * gdbserver/low-sim.c (create_inferior): Ditto.
10674 * gdbarch.sh: Ditto.
10675 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10676 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10677 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10678 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10679 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10680 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10681 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10682 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10683 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10684 macro definition.
10685 * config/mips/tm-wince.h: Remove #undef of macro
10686 TARGET_BYTE_ORDER_SELECTABLE.
10687 * config/sh/tm-wince.h: Ditto.
10688
b02dede2
DJ
106892002-01-20 Daniel Jacobowitz <drow@mvista.com>
10690
10691 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10692 member function fields. Add accessor macro
10693 TYPE_FN_FIELD_ARTIFICIAL.
10694 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10695 * c-typeprint.c (c_type_print_base): Skip artificial member
10696 functions.
10697
c3643761
DJ
106982002-01-20 Daniel Jacobowitz <drow@mvista.com>
10699
10700 * f-typeprint.c: Delete unused function f_type_print_args.
10701 * p-typeprint.c: Delete unused function pascal_type_print_args.
10702
8176bb6d
DJ
107032002-01-20 Daniel Jacobowitz <drow@mvista.com>
10704
10705 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10706 comment. Add ``artificial'' to ``union field_location''.
10707
10708 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10709
10710 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10711 * mdebugread.c (parse_symbol): Likewise.
10712 * stabsread.c (define_symbol): Likewise.
10713 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10714 initializing TYPE_FIELD_BITPOS to n (obsolete).
10715 (hpread_doc_function_type): Likewise.
10716 * hpread.c (hpread_function_type): Likewise.
10717
7fd60527
AC
107182002-01-20 Andrew Cagney <ac131313@redhat.com>
10719
10720 * configure.in (host_makefile_frag): Only require a host makefile
10721 fragment when a native build.
10722 * configure: Re-generate.
10723
c2f05ac9
AC
107242002-01-20 Andrew Cagney <ac131313@redhat.com>
10725
10726 * doublest.h (floatformat_from_type): Declare.
10727 * doublest.c (floatformat_from_type): New function.
10728 (convert_typed_floating): Use.
10729
10730 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10731 call to function floatformat_from_type.
10732
10733 * gdbarch.sh (IEEE_FLOAT): Delete.
10734 * gdbarch.h, gdbarch.c: Re-generate.
10735 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10736 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10737 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10738 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10739 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10740 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10741 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10742 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10743 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10744 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10745 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10746 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10747
10748 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10749 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10750 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10751 * sh-tdep.c (sh_gdbarch_init): Ditto.
10752 * mips-tdep.c (mips_gdbarch_init): Ditto.
10753 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10754 * cris-tdep.c (cris_gdbarch_init): Ditto.
10755
abf22e64
AJ
107562002-01-20 Jiri Smid <smid@suse.cz>
10757
10758 * configure.host, configure.tgt: Support x86-64.
10759 * NEWS: Note new target x86-64.
10760
b7c4cbf8
AJ
10761 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10762 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10763 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10764 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10765 x86-64-linux-nat.o): Fix dependencies.
10766
82600034
AC
107672002-01-19 Andrew Cagney <ac131313@redhat.com>
10768
10769 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10770 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10771 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10772 * config/sparc/xm-sun4os4.h: Delete file.
10773 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 10774
bbe5c628
AC
107752002-01-19 Andrew Cagney <ac131313@redhat.com>
10776
10777 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10778 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10779 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10780 * config/i386/i386lynx.mh (XM_FILE): Delete.
10781 * config/rs6000/xm-rs6000ly.h: Delete file.
10782 * config/sparc/xm-sparclynx.h: Delete file.
10783 * config/m68k/xm-m68klynx.h: Delete file.
10784 * config/i386/xm-i386lynx.h: Delete file.
10785 * config/xm-lynx.h: Delete file.
10786 * config/djgpp/fnchange.lst: Update.
10787
f8453e34
JT
107882002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10789
10790 * alpha-tdep.c (alpha_register_byte): New function.
10791 (alpha_register_raw_size): Ditto.
10792 (alpha_register_virtual_size): Ditto.
10793 (alpha_skip_prologue_internal): Renamed from
10794 alpha_skip_prologue.
10795 (alpha_skip_prologue): New version that calls
10796 alpha_skip_prologue_internal.
10797 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10798 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10799 second argument from alpha_skip_prologue.
10800 (REGISTER_BYTE): Use alpha_register_byte.
10801 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10802 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10803 (FRAMELESS_FUNCTION_INVOCATION): Use
10804 generic_frameless_function_invocation_not.
10805 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10806 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10807
52d9e613
AC
108082002-01-19 Andrew Cagney <ac131313@redhat.com>
10809
10810 * config/mips/xm-news-mips.h: Delete file.
10811 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10812
10813 * config/m88k/xm-m88k.h: Delete file.
10814 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10815 * config/m88k/xm-delta88v4.h: Ditto.
10816 * config/m88k/xm-delta88.h: Ditto.
10817
10818 * config/alpha/xm-fbsd.h: Delete file.
10819 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10820
10821 * config/sparc/xm-sparc.h: Delete file.
10822 * Makefile.in (xm-sun4os4.h): Delete dependency.
10823 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10824 * config/sparc/xm-sun4os4.h: Ditto.
10825 * config/sparc/xm-linux.h: Ditto.
10826
10827 * config/i386/xm-windows.h: Delete file.
10828
2d1b2124
AC
108292002-01-19 Andrew Cagney <ac131313@redhat.com>
10830
10831 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10832 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10833
ee1f65f0
JT
108342002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10835
10836 * alpha-tdep.c (alpha_call_dummy_words): New.
10837 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10838 (CALL_DUMMY_P): Define.
10839 (CALL_DUMMY_WORDS): Define.
10840 (SIZEOF_CALL_DUMMY_WORDS): Define.
10841
98081e55
PB
108422002-01-19 Per Bothner <per@bothner.com>
10843
10844 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10845 isn't NULL, which can happen with some gcj-3.x-produced code.
10846
0d056799
JT
108472002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10848
10849 * alpha-tdep.c (alpha_register_virtual_type): New function.
10850 (alpha_init_frame_pc_first): Ditto.
10851 (alpha_fix_call_dummy): Ditto.
10852 (alpha_store_struct_return): Ditto.
10853 (alpha_extract_struct_value_address): Ditto.
10854 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10855 alpha_register_virtual_type.
10856 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10857 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10858 alpha_extract_struct_value_address.
10859 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10860 (INIT_FRAME_PC): Use init_frame_pc_noop.
10861 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10862
4604bcad
MK
108632002-01-19 Mark Kettenis <kettenis@gnu.org>
10864
10865 * i386gnu-nat.c: Include "i386-tdep.h".
10866 (fetch_fpregs): Simplify code dealing with uninitialized floating
10867 point states such that it doesn't require FP7_REGNUM.
10868
140f9984
JT
108692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10870
abf22e64
AJ
10871 * alpha-tdep.c (frame_extra_info): New.
10872 (alpha_find_saved_regs): Make static. Use
140f9984
JT
10873 frame->extra_info.
10874 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
10875 (alpha_frame_saved_pc): Use frame->extra_info.
10876 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10877 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
10878 (init_extra_frame_info): Rename to...
10879 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 10880 (alpha_print_extra_frame_info): New function.
140f9984
JT
10881 (alpha_frame_locals_address): Ditto.
10882 (alpha_frame_args_address): Ditto.
abf22e64 10883 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
10884 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10885 alpha_frame_args_address.
abf22e64 10886 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 10887 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
10888 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10889 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10890 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10891 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10892
d734c450
JT
108932002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10894
10895 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10896 (alpha_cannot_fetch_register): Ditto.
10897 (alpha_cannot_store_register): Ditto.
10898 (alpha_register_convertible): Ditto.
10899 (alpha_use_struct_convention): Ditto.
10900 * config/alpha/tm-alpha.h: Update copyright years.
10901 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10902 (INNER_THAN): Use core_addr_lessthan.
10903 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10904 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10905 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10906 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10907 (FRAME_CHAIN): Remove unnecessary cast.
10908
b4ceaee6
AC
109092002-01-18 Andrew Cagney <ac131313@redhat.com>
10910
10911 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10912 obsolete.
10913
0a65a603
AC
109142002-01-18 Andrew Cagney <ac131313@redhat.com>
10915
10916 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10917 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10918 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10919 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10920 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10921 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10922 * x86-64-linux-nat.c: Ditto.
10923
636a6dfc
JT
109242002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10925
abf22e64 10926 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10927 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10928 (REGISTER_NAME): Define.
10929
acceddb6
JT
109302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10931
10932 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10933
ec32e4be
JT
109342002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10935
10936 * alpha-tdep.c: Update copyright years.
10937 (alpha_next_pc): New function.
10938 (alpha_software_single_step): Ditto.
10939 * config/alpha/tm-alpha.h: Add prototype for
10940 alpha_software_single_step.
10941
e771a871
JT
109422002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10943
10944 * alphabsd-nat.c: Update copyright years.
10945 (fill_gregset): Use regcache_collect.
10946 (fill_fpregset): Likewise.
10947 (fetch_inferior_registers): Only fetch integer registers
10948 if requested to do so.
10949 (store_inferior_registers): Only store integer registers
10950 if requested to do so.
10951
7708fa01
AC
109522002-01-17 Andrew Cagney <ac131313@redhat.com>
10953
10954 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10955 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10956 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10957 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10958 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10959 * config/arm/linux.mh (XDEPFILES): Delete.
10960 * config/arm/nbsd.mh (XDEPFILES): Delete.
10961 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10962 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10963 * config/i386/i386m3.mh (XDEPFILES): Delete.
10964 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10965 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10966 * config/i386/fbsd.mh (XDEPFILES): Delete.
10967 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10968 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10969 * config/i386/i386v4.mh (XDEPFILES): Delete.
10970 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10971 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10972 * config/i386/i386aix.mh (XDEPFILES): Delete.
10973 * config/i386/go32.mh (XDEPFILES): Delete.
10974 * config/i386/cygwin.mh (XDEPFILES): Delete.
10975 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10976 * config/i386/i386mach.mh (XDEPFILES): Delete.
10977 * config/i386/i386v32.mh (XDEPFILES): Delete.
10978 * config/i386/linux.mh (XDEPFILES): Delete.
10979 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10980 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10981 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10982 * config/i386/i386sco.mh (XDEPFILES): Delete.
10983 * config/i386/i386v.mh (XDEPFILES): Delete.
10984 * config/i386/nbsd.mh (XDEPFILES): Delete.
10985 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10986 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10987 * config/i386/symmetry.mh (XDEPFILES): Delete.
10988 * config/i386/obsd.mh (XDEPFILES): Delete.
10989 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10990 * config/ia64/linux.mh (XDEPFILES): Delete.
10991 * config/ia64/aix.mh (XDEPFILES): Delete.
10992 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10993 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10994 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10995 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10996 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10997 * config/m68k/linux.mh (XDEPFILES): Delete.
10998 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10999 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11000 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11001 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11002 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11003 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11004 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11005 * config/m88k/delta88.mh (XDEPFILES): Delete.
11006 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11007 * config/m88k/m88k.mh (XDEPFILES): Delete.
11008 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11009 * config/mips/linux.mh (XDEPFILES): Delete.
11010 * config/mips/irix6.mh (XDEPFILES): Delete.
11011 * config/mips/irix5.mh (XDEPFILES): Delete.
11012 * config/mips/irix4.mh (XDEPFILES): Delete.
11013 * config/mips/irix3.mh (XDEPFILES): Delete.
11014 * config/mips/decstation.mh (XDEPFILES): Delete.
11015 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11016 (NATDEPFILES): Move core-aout.o to here.
11017 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11018 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11019 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11020 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11021 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11022 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11023 * config/pa/hpux11.mh (XDEPFILES): Delete.
11024 * config/powerpc/aix.mh (XDEPFILES): Delete.
11025 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11026 * config/powerpc/linux.mh (XDEPFILES): Delete.
11027 * config/romp/rtbsd.mh: Rename XDEPFILES.
11028 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11029 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11030 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11031 * config/s390/s390.mh (XDEPFILES): Delete.
11032 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11033 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11034 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11035 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11036 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11037 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11038 * config/sparc/linux.mh (XDEPFILES): Delete.
11039 * config/vax/vaxult.mh (XDEPFILES): Delete.
11040 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11041 * Makefile.in (DEPFILES): Remove XDEPFILES.
11042
375fc983
AC
110432002-01-17 Andrew Cagney <ac131313@redhat.com>
11044
11045 * utils.c (internal_verror): Fix comments, default is yes not no.
11046 Update queries to match. Default to quit and dump core.
11047
8926118c
AC
110482002-01-17 Andrew Cagney <ac131313@redhat.com>
11049
11050 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11051 copyright.
11052 * defs.h, event-top.c, gdbcmd.h: Ditto.
11053 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11054 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11055 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11056 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11057 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11058 * mi/mi-main.c:Ditto.
11059
11060 * stack.c, symfile.c: Update copyright.
11061
45b7b345
DJ
110622002-01-17 Daniel Jacobowitz <drow@mvista.com>
11063
db728ff7
DJ
11064 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11065 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11066 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11067 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11068
db728ff7
DJ
110692002-01-17 Daniel Jacobowitz <drow@mvista.com>
11070
11071 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11072 * gdbserver/low-lynx.c (myattach): Likewise.
11073 * gdbserver/low-nbsd.c (myattach): Likewise.
11074 * gdbserver/low-sim.c (myattach): Likewise.
11075 * gdbserver/low-sparc.c (myattach): Likewise.
11076 * gdbserver/low-sun3.c (myattach): Likewise.
11077
11078 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11079
db728ff7 11080 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11081 (main): Handle "--attach".
11082
8de3c354
AC
110832002-01-16 Andrew Cagney <ac131313@redhat.com>
11084
11085 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11086 maintainer.
11087
b0129042
DJ
110882002-01-15 Daniel Jacobowitz <drow@mvista.com>
11089
11090 * c-typeprint.c (is_type_conversion_operator): Add additional
11091 check for non-conversion operators.
11092
ba8679fb 110932002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11094
11095 * linux-proc.c: Add "info proc" command, a la procfs.c.
11096 (read_mapping): New function, abstract and re-use code.
11097 (linux_find_memory_regions): Use new func read_mapping.
11098 (linux_info_proc_cmd): New function, implement "info proc".
11099 (_initialize_linux_proc): Add new command "info proc".
11100
e4f9b4d5
MS
111012002-01-15 Michael Snyder <msnyder@redhat.com>
11102
11103 * symfile.c (generic_load): Use bfd_map_over_sections method
11104 instead of manipulating bfd structure members directly.
11105 (add_section_size_callback): New function, bfd sections callback
11106 used by generic_load.
11107 (load_sections_callback): New function, bfd sections callback
11108 used by generic_load.
11109
08cf96df
EZ
111102002-01-15 Elena Zannoni <ezannoni@redhat.com>
11111
abf22e64 11112 [Based on work by Jim Blandy]
08cf96df
EZ
11113 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11114 (builtin_type_vec128): Export.
11115 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11116 types.
11117 (builtin_type_vec128): New builtin type for 128 bit vector
11118 registers.
11119 (build_gdbtypes): Initialize builtin_type_v16qi and
11120 builtin_type_v8hi. Create the vec128 register builtin type
11121 structure.
11122 (build_builtin_type_vec128): New function.
abf22e64 11123 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11124 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11125 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11126 AltiVec register to new builtin type.
11127
d7242108
DJ
111282001-01-15 Daniel Jacobowitz <drow@mvista.com>
11129
11130 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11131 to make_cv_type.
11132
4ee3352d
AC
111332002-01-14 Andrew Cagney <ac131313@redhat.com>
11134
11135 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11136 CLEAN_UP_REGISTER_VALUE.
11137 * regcache.c (supply_register): Update only call.
11138
f015b2e7
AC
111392002-01-14 Andrew Cagney <ac131313@redhat.com>
11140
11141 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11142 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11143 a29k-*-vxworks* targets as obsolete.
11144
356ae49d
MS
111452002-01-14 Michael Snyder <msnyder@redhat.com>
11146
11147 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11148 until we can resolve portability issues.
11149 * gregset.h: Remove references to fpxregs.
11150 * gcore.c (gcore_command): Initialize note_sec to NULL.
11151
ade8f45e
AC
111522002-01-13 Andrew Cagney <ac131313@redhat.com>
11153
11154 * signals.c (target_signal_to_name): Rewrite. Only use
11155 signals[].name when in bounds and non-NULL.
abf22e64 11156
89c49e7a
AC
111572002-01-13 Andrew Cagney <ac131313@redhat.com>
11158
11159 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11160 * signals.c (target_signal_to_name): Verify that SIG is within the
11161 bounds of the signals array.
11162
4daa9f9f
AC
111632002-01-13 Andrew Cagney <ac131313@redhat.com>
11164
11165 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11166
ba4bbdcb
KS
111672002-01-13 Keith Seitz <keiths@redhat.com>
11168
11169 * stack.c (print_frame_info_base): Print the frame's pc
11170 only if when print_frame_info_listing_hook is not defined.
11171
575bbeb6
KS
111722002-01-13 Keith Seitz <keiths@redhat.com>
11173
11174 * varobj.c (varobj_set_value): Make sure that there were no
11175 errors evaluating the object before attempting to set its
11176 value.
11177 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11178 so this offset adjustment is no longer necessary.
11179 (create_child): Don't set the error flag if the child is
11180 a CPLUS_FAKE_CHILD.
11181 (value_of_child): If value_fetch_lazy fails, return NULL
11182 so that callers will be notified that an error occurred.
11183 (c_value_of_variable): Delay check of variable's validity
11184 until later. We actually want all structs and unions to have
11185 the value "{...}".
11186 Do not return "???" for variables which could not be evaluated.
11187 This error condition must be returned to the caller so that it
11188 can get the error condition from gdb.
11189 (cplus_name_of_child): Adjust index for vptr before figuring
11190 out the name of the child.
11191 (cplus_value_of_child): If a child's (real) parent is not valid,
11192 don't even bother trying to give a value for it. Just return
11193 an error. Change all instances in this function.
11194 (cplus_type_of_child): If our parent is one of the "fake"
11195 parents, we need to get at the type of the real parent, and
11196 derive the child's true type using this information.
11197
b76898ab
AC
111982002-01-13 Andrew Cagney <ac131313@redhat.com>
11199
11200 From 2002-01-09 John Marshall <johnm@falch.net>:
11201 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11202 sources.redhat.com, and tweak some related URLs which had
11203 suffered from linkrot.
11204
b6649e88
AC
112052002-01-13 Andrew Cagney <ac131313@redhat.com>
11206
11207 From Jeff law:
11208 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11209 structures passed in registers.
11210
82cc5033
EZ
112112002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11212
11213 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11214 white space which prevented compilation. Reported by DSK
11215 <dsk@student.unsw.edu.au>.
11216
ba5f2f8a
MS
112172002-01-11 Michael Snyder <msnyder@redhat.com>
11218
fbd35540
MS
11219 * symfile.c (build_section_addr_info_from_section_tab):
11220 Use bfd access method instead of manipulating bfd directly.
11221 (syms_from_objfile): Ditto.
11222 (simple_overlay_update_1): Ditto.
11223 (simple_overlay_update): Ditto.
11224 (generic_load): Ditto.
11225 (overlay_unmapped_address): FIXME comment, bfd access methods.
11226 (sections_overlap): FIXME comment, bfd access methods.
11227 (pc_in_mapped_range): FIXME comment, bfd access methods.
11228 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11229 (section_is_mapped): FIXME comment, bfd access methods.
11230 (section_is_overlay): FIXME comment, bfd access methods.
11231
ba5f2f8a
MS
11232 * symfile.c (generic_load): Whitespace and long line cleanups.
11233 Remove duplicate variable, change several local variables to
11234 more appropriate data types.
11235 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11236
17df2af6
AC
112372002-01-12 Andrew Cagney <ac131313@redhat.com>
11238
11239 From Peter Schauer:
11240 * language.c (longest_local_hex_string_custom): Use phex_nz to
11241 convert NUM to a hex string.
11242
ec920329
EZ
112432002-01-12 Elena Zannoni <ezannoni@redhat.com>
11244
11245 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11246 the function.
538a76d6 11247 Update Copyright year.
ec920329 11248
3abd2e01
AC
112492002-01-12 Andrew Cagney <ac131313@redhat.com>
11250
11251 * language.c (longest_raw_hex_string): Delete unused function.
11252
b21b22e0
PS
112532002-01-11 Petr Sorfa <petrs@caldera.com>
11254
11255 * MAINTAINERS (write-after-approval): Add myself.
11256 * dwarf2read.c (read_tag_string_type): Handling of
11257 DW_AT_byte_size.
11258 (read_tag_string_type): FORTRAN fix to prevent propagation of
11259 first string size.
11260 (set_cu_language): Handling of DW_LANG_Fortran95
11261
747fe712
RE
112622002-01-11 Richard Earnshaw <rearnsha@arm.com>
11263
11264 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11265 GETPID(inferior_ptid).
11266 (store_inferior_registers): Likewise.
11267
f1bea926
JM
112682002-01-10 Jason Merrill <jason@redhat.com>
11269
11270 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11271 Fix DW_OP_minus.
11272
ae940673
AC
112732002-01-10 Andrew Cagney <ac131313@redhat.com>
11274
11275 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11276 and bfd/elf32-sh-nbsd.c.
11277
00546b04
MS
112782002-01-10 Michael Snyder <msnyder@redhat.com>
11279
352ed7b4
MS
11280 * NEWS: Mention --pid and corefile/proc-id behavior change.
11281
c18be923
MS
11282 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11283 * gcore.c: Include cli/cli-decode.h instead of command.h.
11284
00546b04
MS
11285 * main.c (captured_main): Add new command line option "--pid".
11286 If the second command line argument (following the symbol-file)
11287 begins with a digit, try to attach to it before trying to open
11288 it as a corefile.
11289 (print_gdb_help): Document the "--pid" argument.
11290
db60ec62
EZ
112912002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11292
11293 * completer.c (command_completer): New function.
11294
11295 * completer.h <command_completer>: Add prototype.
11296
11297 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11298 completer for the "help" command.
11299
39c22d1a
JM
113002002-01-09 Jason Merrill <jason@redhat.com>
11301
11302 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11303
c564377f
MS
113042002-01-09 Michael Snyder <msnyder@redhat.com>
11305
975aec09
MS
11306 * i386-linux-nat.c (fill_fpxregset): Make global.
11307 (store_fpxregset): Ditto.
11308
db4a10fa
MS
11309 * gregset.h (gdb_fpxregset_t): Define.
11310 (supply_fpxregset): Prototype.
11311 (fill_fpxregset): Prototype.
11312
c564377f
MS
11313 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11314
c3d45d70
RE
113152002-01-09 Richard Earnshaw <rearnsha@arm.com>
11316
11317 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11318 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11319 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11320
fcc87af1
AC
113212002-01-09 Andrew Cagney <ac131313@redhat.com>
11322
11323 * MAINTAINERS: Update target maintainer rules so that any
11324 Maintainer can approve a tested patch for a maintenance-only
11325 target.
11326
dd96c05b
RE
113272002-01-09 Richard Earnshaw <rearnsha@arm.com>
11328
d4297db9 11329 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11330
d4297db9 11331 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11332 IN_SIGTRAMP.
11333
145fdc6e
MS
113342002-01-08 Michael Snyder <msnyder@redhat.com>
11335
11336 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11337 real name of the executable, rather than the /proc name.
11338
be4d1333
MS
113392002-01-03 Michael Snyder <msnyder@redhat.com>
11340
11341 Implement a "generate-core-file" command in gdb, save target state.
11342 * gcore.c: New file. Implement new command 'generate-core-file'.
11343 Save a corefile image of the current state of the inferior.
11344 * linux-proc.c: Add linux-specific code for saving corefiles.
11345 * target.h (struct target_ops): Add new target vectors for saving
11346 corefiles; to_find_memory_regions and to_make_corefile_notes.
11347 (target_find_memory_regions): New macro.
11348 (target_make_corefile_notes): New macro.
11349 * target.c (update_current_target): Inherit new target methods.
11350 (dummy_find_memory_regions): New place-holder method.
11351 (dummy_make_corefile_notes): New place-holder method.
11352 (init_dummy_target): Initialize new dummy target vectors.
11353 * exec.c (exec_set_find_memory_regions): New function.
11354 Allow the exec_ops vector for memory regions to be taken over.
11355 (exec_make_note_section): New function, target vector method.
11356 * defs.h (exec_set_find_memory_regions): Export prototype.
11357 * procfs.c (proc_find_memory_regions): New function, corefile method.
11358 (procfs_make_note_section): New function, corefile method.
11359 (init_procfs_ops): Set new target vector pointers.
11360 (find_memory_regions_callback): New function.
11361 (procfs_do_thread_registers): New function.
11362 (procfs_corefile_thread_callback): New function.
11363 * sol-thread.c (sol_find_memory_regions): New function.
11364 (sol_make_note_section): New function.
11365 (init_sol_thread_ops): Initialize new target vectors.
11366 * inftarg.c (inftarg_set_find_memory_regions): New function.
11367 Allow to_find_memory_regions vector to be taken over.
11368 (inftarg_set_make_corefile_notes): New function.
11369 Allow to_make_corefile_notes vector to be taken over.
11370 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11371 interface layer if not target_has_execution (may be a corefile).
11372 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11373 * config/sparc/sun4sol2.mh: Ditto.
11374 * config/alpha/alpha-linux.mh: Ditto.
11375 * config/arm/linux.mh: Ditto.
11376 * config/i386/x86-64linux.mh: Ditto.
11377 * config/ia64/linux.mh: Ditto.
11378 * config/m68k/linux.mh: Ditto.
11379 * config/mips/linux.mh: Ditto.
11380 * config/powerpc/linux.mh: Ditto.
11381 * config/sparc/linux.mh: Ditto.
11382
c6b92abd
MS
113832002-01-07 Michael Snyder <msnyder@redhat.com>
11384
11385 * arm-linux-nat.c: Remove references to regcache.c internal data
11386 (registers[] and register_valid[]).
11387
4b09dc8c
MS
113882002-01-07 Michael Snyder <msnyder@redhat.com>
11389
abf22e64
AJ
11390 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11391 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11392 symbol file and shlibs.
11393 * Makefile.in: Add rule for linux-proc.o.
11394 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11395 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11396 * config/arm/linux.mh: Ditto.
11397 * config/i386/linux.mh: Ditto.
11398 * config/i386/x86-64linux.mh: Ditto.
11399 * config/ia64/linux.mh: Ditto.
11400 * config/m68k/linux.mh: Ditto.
11401 * config/mips/linux.mh: Ditto.
11402 * config/powerpc/linux.mh: Ditto.
11403 * config/sparc/linux.mh: Ditto.
11404
c25b74ac
PM
114052002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11406
11407 * win32-nat.c: Add i386-tdep.h dependency.
11408
94cd915f
MS
114092002-01-07 Michael Snyder <msnyder@redhat.com>
11410
c7cccb76
MS
11411 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11412 instead of bfd_get_arch_size. Don't bail out just because
11413 there's no exec_bfd.
abf22e64 11414
34c0bd93
MS
11415 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11416 * p-valprint.c (pascal_object_print_value): Ditto.
11417 * somread.c (som_symtab_read): Ditto.
11418 * symfile.c (simple_free_overlay_region_table): Ditto.
11419 * valops.c (value_assign): Ditto.
11420
21c1c920
MS
11421 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11422 use tilde_expand and strerror for opening save-tracepoints file.
11423
5bbd998e
MS
11424 * thread-db.c (thread_db_new_objfile): Indendation fix.
11425
94cd915f
MS
11426 * infptrace.c (GDB_MAX_ALLOCA): New define.
11427 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11428 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11429 can be overridden with whatever value is appropriate to the host).
11430 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11431 alloca to allocate potentially large buffer.
11432 * rs6000-nat.c (child_xfer_memory): Ditto.
11433 * symm-nat.c (child_xfer_memory): Ditto.
11434 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11435
494e8a93
JSC
114362002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11437
11438 From Nick Clifton <nickc@redhat.com>
11439 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11440
d0e1d48e
MS
114412002-01-07 Michael Snyder <msnyder@redhat.com>
11442
abf22e64 11443 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11444 Don't use exec_bfd if it's NULL.
11445
290b2c7a
MK
114462002-01-06 Mark Kettenis <kettenis@gnu.org>
11447
abf22e64 11448 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11449
aef21287
AC
114502002-01-06 Andrew Cagney <ac131313@redhat.com>
11451
11452 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11453 * gnu-nat.c: Ditto.
11454
30efa627
AC
114552002-01-06 Andrew Cagney <ac131313@redhat.com>
11456
11457 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11458 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11459 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11460 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11461 z8k-coff have not been multi-arched. Update z8k-coff build
11462 status.
11463
9b4ff276
AC
114642002-01-06 Andrew Cagney <ac131313@redhat.com>
11465
11466 * MAINTAINERS: Mark a29k target as obsolete.
11467 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11468 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11469 comments.
11470 * NEWS: Note that a29k targets are obsolete.
11471 * a29k-tdep.c: Mark as obsolete.
11472 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11473 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11474 a29k-*-vxworks* targets as obsolete.
11475 * remote-adapt.c: Obsolete.
11476 * remote-eb.c: Obsolete.
11477 * remote-mm.c: Obsolete.
11478 * remote-udi.c: Obsolete.
11479 * config/a29k/a29k-udi.mt: Obsolete.
11480 * config/a29k/a29k.mt: Obsolete.
11481 * config/a29k/tm-a29k.h: Obsolete.
11482 * config/a29k/tm-vx29k.h: Obsolete.
11483 * config/a29k/vx29k.mt: Obsolete.
11484
a9011d31
AC
114852002-01-05 Andrew Cagney <ac131313@redhat.com>
11486
11487 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11488 with BFD_ENDIAN_BIG.
11489
9299404e
AC
114902002-01-05 Andrew Cagney <ac131313@redhat.com>
11491
11492 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11493 * configure, config.in: Re-generate.
11494 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11495 * defs.h: Do not include <endian.h>.
11496
7e89e357
JT
114972002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11498
11499 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11500 * config.in: Regenerate.
11501 * configure.in: Update copyright years.
11502 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11503 * configure: Regenerate.
11504 * i386bsd-nat.c: Update copyright years.
11505 (fill_gregset): Use regcache_collect.
11506 (fetch_inferior_registers): Only fetch integer registers
11507 if requested to do so. Add support for XMM registers
11508 using PT_GETXMMREGS.
11509 (store_inferior_registers): Only store integer registers
11510 if requested to do so. Add support for XMM registers
11511 using PT_SETXMMREGS.
11512 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11513 (store_inferior_registers): Remove.
11514 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11515 (fetch_elfcore_registers): New function.
11516 (i386nbsd_elfcore_fns): New.
11517 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11518 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11519 i386bsd-nat.o.
11520 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11521 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11522 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11523 * config/i386/tm-nbsd.h: Update copyright years.
11524 (HAVE_SSE_REGS): Define.
11525 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11526 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11527 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11528 (SIGCONTEXT_PC_OFFSET): Remove.
11529 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11530
a752853e
AC
115312002-01-05 Andrew Cagney <ac131313@redhat.com>
11532
11533 * configure.tgt: Remove powerpc-*-macos* target.
11534 * config/m68k/xm-mpw.h: Delete file.
11535 * config/xm-mpw.h: Delete file.
11536 * ser-mac.c: Delete file.
11537 * mpw-make.sed: Delete file.
11538 * mpw-config.in: Delete file.
11539 * mac-xdep.c: Delete file.
11540 * mac-gdb.r: Delete file.
11541 * mac-defs.h: Delete file.
11542 * mac-nat.c: Delete file.
11543 * config/powerpc/macos.mh: Delete file.
11544 * config/powerpc/macos.mt: Delete file.
11545 * config/powerpc/nm-macos.h: Delete file.
11546 * config/powerpc/tm-macos.h: Delete file.
11547 * source.c (openp, open_source_file): Remove obsolete code.
11548 * top.c (gdb_readline): Ditto.
11549 * utils.c (query): Ditto.
11550 * event-top.c (display_gdb_prompt): Ditto.
11551 * Makefile.in (ser-mac.o): Delete obsolete target.
11552 * NEWS: Update.
11553
d7449b42
AC
115542002-01-04 Andrew Cagney <ac131313@redhat.com>
11555
11556 * defs.h (BIG_ENDIAN): Delete macro definition.
11557 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11558 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11559 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11560 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11561 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11562 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11563 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11564 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11565 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11566 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11567 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11568 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11569 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11570 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11571 * gdbarch.c: Re-generate.
11572
356374e8
DJ
115732002-01-04 Daniel Jacobowitz <drow@mvista.com>
11574
11575 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11576 for core files.
11577
a2b8f8f8
JT
115782002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11579
11580 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11581
12466af9
AC
115822002-01-04 Andrew Cagney <ac131313@redhat.com>
11583
11584 * value.h (value_ptr): Delete typedef.
11585
3549ab40
JT
115862002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11587
11588 * i386nbsd-nat.c: Update copyright years.
11589 Include i386-tdep.h.
11590
fedbd091
EZ
115912002-01-04 Elena Zannoni <ezannoni@redhat.com>
11592
11593 * stabsread.c: Update copyright years.
11594
11595 From Debashis Mahata <debashis.mahata@wipro.com>:
11596 (read_struct_fields): Deal with Sun C compiler erroneous stab
11597 output for structs and unions.
fec8b34f 11598 Fix PR gdb/269.
fedbd091 11599
eb43544b
DJ
116002002-01-04 Daniel Jacobowitz <drow@mvista.com>
11601
11602 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11603 prototype.
11604
1514d34e
DJ
116052002-01-04 Daniel Jacobowitz <drow@mvista.com>
11606
11607 * cp-abi.c: Fix whitespace.
11608 (baseclass_offset): New wrapper function.
11609 * cp-abi.h (baseclass_offset): Add prototype.
11610 (struct cp_abi_ops): Add baseclass_offset pointer.
11611
11612 * valops.c (vb_match): Move to...
11613 * gnu-v2-abi.c (vb_match): here.
11614 * valops.c (baseclass_offset): Move to...
11615 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11616
11617 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11618
11619 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11620 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11621 * hpacc-abi.c (init_hpacc_ops): Likewise.
11622
7f8c9282
DJ
116232002-01-04 Daniel Jacobowitz <drow@mvista.com>
11624
11625 * valops.c (find_overload_match): Accept obj as a
11626 reference parameter. Update it before returning.
11627 * value.h (find_overload_match): Update prototype.
11628 * eval.c (evaluate_subexp_standard): Pass object to
11629 find_overload_match by reference.
11630
f23631e4
AC
116312002-01-03 Andrew Cagney <ac131313@redhat.com>
11632
11633 * valarith.c: Replace value_ptr with struct value pointer. Remove
11634 register attribute from value declarations.
11635 * valops.c: Ditto.
11636 * value.h: Ditto.
11637 * scm-lang.c (scm_lookup_name): Ditto.
11638
79e10fab 116392002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11640
79e10fab
AC
11641 Abstract the functionality of iterating over mapped memory
11642 regions into a general purpose iterator function.
abf22e64 11643 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11644 iterator for memory sections.
11645 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11646 (solib_mappings_callback): New function, callback for above.
11647 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11648 (info_mappings_callback): New function, callback for above.
11649
11650 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11651
c5ad026a
MK
116522002-01-01 Mark Kettenis <kettenis@gnu.org>
11653
d2a7c97a
MK
11654 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11655 * i386-tdep.c: Include "elf-bfd.h".
11656 (process_note_abi_tag_sections): New function.
11657 (i386_gdbarch_init): Add code to recognize various OS/ABI
11658 combinations.
11659
c5ad026a
MK
11660 * maint.c (_initialize_maint_cmds): Add missing \ in
11661 string-literal.
11662
a1a5b71e 11663For older changes see ChangeLog-2001
c906108c
SS
11664\f
11665Local Variables:
11666mode: change-log
11667left-margin: 8
11668fill-column: 74
11669version-control: never
11670End:
This page took 0.984474 seconds and 4 git commands to generate.