*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ed348acc
EZ
12002-10-01 Elena Zannoni <ezannoni@redhat.com>
2
3 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
4 GNU operators.
5
da0f9dcd
AC
62002-10-01 Andrew Cagney <ac131313@redhat.com>
7
8 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
9 and that "mi0" syntax has been removed.
10
bdf64bac
DC
112002-09-30 David Carlton <carlton@math.stanford.edu>
12
13 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
14 * ppc-sysv-tdep.c: #include "gdb_string.h".
15 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
16 pacify GCC.
17
54c2a1e6
AC
182002-10-01 Andrew Cagney <ac131313@redhat.com>
19
20 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
21 "vrsave"'s register number.
22
cedea778
AC
232002-09-30 Andrew Cagney <ac131313@redhat.com>
24
25 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
26 use frame_unwind_signed_register to obtain the PC.
27 (mips_frame_chain): Handle a generic dummy frame.
28 (mips_init_extra_frame_info): When a generic dummy frame, don't
29 re-compute the frame base.
30 (mips_pop_frame): Handle generic dummy frames.
31 (mips_gdbarch_init): When generic dummy frames, set
32 use_generic_dummy_frames, push_dummy_frame to
33 generic_push_dummy_frame, pc_in_call_dummy to
34 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
35 generic_save_dummy_frame_tos.
36
68315eb8
AC
372002-09-30 Andrew Cagney <ac131313@redhat.com>
38
39 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
40 against TOP when TOP was explictly set.
41 (generic_push_dummy_frame): Set TOP to zero.
42
3b8630c3
EZ
432002-09-30 Elena Zannoni <ezannoni@redhat.com>
44
45 * event-loop.c (start_event_loop): Rename variable 'result' to
46 'gdb_result', to avoid conflicts with upcoming intepreters changes.
47
28ee05e9
KS
482002-09-30 Keith Seitz <keiths@redhat.com>
49
50 * gdb-events.sh (selected_thread_changed): New event.
51 * gdb-events.c: Regenerated.
52 * gdb-events.h: Regenerated.
53
6eecb1c8
HPN
542002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
55
56 * MAINTAINERS: Add self to Write After Approval list.
57
92df71f0
FN
582002-09-30 Fernando Nasser <fnasser@redhat.com>
59
3b8630c3
EZ
60 * disasm.c: New file.
61 * disasm.h: New file.
92df71f0
FN
62 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
63 (compare_lines): Ditto.
64 (dump_insns): Ditto.
3b8630c3
EZ
65 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
66 argument.
92df71f0 67 (do_assembly_only): Ditto.
3b8630c3
EZ
68 (do_disassembly): Renamed to gdb_disassembly and moved to
69 disasm.c. Sdded uiout argument.
70 * Makefile.in: Add new files. Reorder SFILES list. Update
71 dependencies. Include libgdb.a later in the insight executable.
92df71f0 72
0c22854d
AC
732002-09-29 Andrew Cagney <ac131313@redhat.com>
74
75 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
76 bfd/elf64-alpha-fbsd.c.
77
e67f2023
AC
782002-09-29 Andrew Cagney <ac131313@redhat.com>
79
80 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
81 i386gnu-tdep.c.
82
89396210
AC
832002-09-29 Andrew Cagney <ac131313@redhat.com>
84
85 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
86 __FUNCTION__.
87 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
88 function name.
89 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
90 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
91 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
92 (S_msg_sig_post_reply): Ditto.
93
7079c36c
CV
942002-09-28 Corinna Vinschen <vinschen@redhat.com>
95
89396210
AC
96 * sh-tdep.c (sh_use_struct_convention): Use definition according
97 to ABI.
7079c36c
CV
98 (sh_push_arguments): Store in register with correct endianess.
99 (sh_default_store_return_value): Ditto.
100 (sh_gdbarch_init): Set sizeof long double to 8.
101
975ac915
MK
1022002-09-27 Mark Kettenis <kettenis@gnu.org>
103
104 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
105 Fix some whitespace problems.
106
9bbe19fb
DC
1072002-09-27 David Carlton <carlton@math.stanford.edu>
108
109 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
110 (mcore-tdep.o): Ditto.
111 (ns32k-tdep.o): Ditto.
112 (ns32knbsd-tdep.o): Ditto.
113 (sh3-rom.o): Ditto.
114 (vax-tdep.o): Ditto.
115 * cris-tdep.c: #include "gdb_string.h"
116 * mcore-tdep.c: Ditto.
117 * ns32k-tdep.c: Ditto.
118 * ns32knbsd-tdep.c: Ditto.
119 * sh3-rom.c: Ditto.
120 * vax-tdep.c: Ditto.
121
43b2fdc7
DC
1222002-09-27 David Carlton <carlton@math.stanford.edu>
123
124 * config/djgpp/fnchange.lst: Add entries for
125 gdb/testsuite/gdb.c++/m-static files.
126
e8cfbbd9
JW
1272002-09-27 Jim Wilson <wilson@redhat.com>
128
129 * MAINTAINERS: Add myself to the Write After Approval list.
130
43b2fdc7 1312002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
132
133 * mips-tdep.c (find_proc_desc): Initialize startaddr.
134
135
9f3b7f07
AC
1362002-09-26 Andrew Cagney <ac131313@redhat.com>
137
138 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
139 frame.
140
11269d7e
AC
1412002-09-26 Andrew Cagney <ac131313@redhat.com>
142
143 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
144 (rs6000_struct_return_address): Delete variable.
145 (rs6000_store_struct_return): Update.
146 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
147 deprecated_extract_struct_value_address.
148 (rs6000_frame_align): New function.
149 (rs6000_gdbarch_init): Set frame_align.
150
f15ab4a7
AC
1512002-09-26 Andrew Cagney <ac131313@redhat.com>
152
153 From Grace Sainsbury <graces@redhat.com>:
154 * Makefile.in (gdbtk-main.o): New target.
155 (gdb.o): New target.
156 (main_h): Define.
157 (main.o): Update dependencies.
158 (gdb$(EXEEXT)): Add gdb.o.
159 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
160 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
161 (SUBDIR_GDBTK_CLEAN): Set.
162 (install-gdbtk): Install the insight binary.
163 (uninstall-gdbtk): New target.
164 (all-gdbtk, clean-gdbtk): New rule.
165 * top.c (use_windows): Default to zero.
166 * main.c: Include "main.h".
167 (main): Delete.
168 (struct captured_main_args): Delete.
169 (gdb_main): New function.
170 * main.h: New file.
171 * gdb.c: New File.
172
e36180d7
AC
1732002-09-25 Andrew Cagney <cagney@redhat.com>
174
175 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
176 (frame_map_regnum_to_name): New function.
177 (frame_map_name_to_regnum): New function.
178 * frame.h (frame_map_name_to_regnum): Declare.
179 (frame_map_regnum_to_name): Declare.
180 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
181 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
182 * parse.c: Do not include "builtin-regs.h".
183 (target_map_name_to_register): Delete function.
184 (write_dollar_variable): Use frame_map_name_to_regnum.
185 * parser-defs.h (target_map_name_to_register): Delete declaration.
186 * expprint.c: Include "frame.h".
187 (print_subexp): Use frame_map_regnum_to_name.
188 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
189 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
190
8b69000d
AC
1912002-09-25 Andrew Cagney <ac131313@redhat.com>
192
193 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
194 wasn't saved, and the next innermost frame is a dummy, return the
195 dummy frame's link register.
196
046ca86a
JB
1972002-09-24 Jim Blandy <jimb@redhat.com>
198
199 Fix from Paul Breed:
200 * main.c (captured_main): Add a `break' after the case for 'b'.
201
94b66fa7
KS
2022002-09-24 Keith Seitz <keiths@redhat.com>
203
204 * varobj.c (c_type_of_child): Use get_target_type instead
205 of TYPE_TARGET_TYPE.
206
c214a6fd
FN
2072002-09-22 Fernando Nasser <fnasser@redhat.com>
208
53cb0458
FN
209 * source.c (get_current_or_default_source_symtab_and_line): Remove
210 function.
211 (set_default_source_symtab_and_line): New function. Attempts to
212 determine a source file to list lines from if one is not currently
213 defined.
214 (get_current_source_symtab_and_line): Initialize sal.pc and
215 sal.end fields.
216 (set_current_source_symtab_and_line): Mark argument as const.
217 * source.h: Update declarations and comments.
218 * linespec.c (decode_line_1): Replace call to removed routine above.
219 * stack.c (print_frame_info_base): Ditto.
220 * cli/cli-cmds.c (edit_command): Ditto.
221 (list_command): Ditto.
222
2232002-09-22 Fernando Nasser <fnasser@redhat.com>
224
225 * source.c (get_current__or_default_source_symtab_and_line): Initialize
226 sal.pc and sal.end fields.
c214a6fd
FN
227 (get_current_or_default_source_symtab_and_line): Ditto.
228 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
229 so we do not cause a new source symtab to be searched for (reverting an
230 unintentional change from the 2002-09-20 patch).
231 * scm-lang.c (scm_unpac): Ditto.
232
cc3b68a5
AC
2332002-09-21 Andrew Cagney <cagney@redhat.com>
234
235 * complaints.c (symfile_explanations): Remove new-line from
236 ``isolated_message''.
237 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
238 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
239
5835abe7
NC
2402002-09-20 Nick Clifton <nickc@redhat.com>
241
242 * NEWS: Announce that V850EA ISA is no longer supported.
243 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
244
a15ef5f5
DC
2452002-09-20 David Carlton <carlton@math.stanford.edu>
246
06ba1b39
DC
247 * Makefile.in (c-lang.o): Correct dependencies.
248 (utils.o): Gather dependencies.
249 (charset.o): Move.
a15ef5f5
DC
250 * c-lang.c: #include "gdb_string.h"
251
87885426
FN
2522002-09-20 Fernando Nasser <fnasser@redhat.com>
253
254 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
255 * cli/cli-cmds.c (list_command): New function. Implements the new
256 cli edit command.
257 (_init_cli_cmds): Add new command definition.
258 * gdb.1: Document edit command.
259 * doc/gdb.texinfo: Document edit command.
260
2612002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
262
263 * source.c: Make global variables current_source_symtab and
264 current_source_line static.
265 (list_command): Moved to cli/cli-cmds.c.
266 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
267 (get_first_line_listed): New accessor function.
268 (get_lines_to_list): New accessor function.
269 (get_current_source_symtab_and_line): New function. Retrieves the
270 position in the source code that we consider current.
271 (get_current_or_default_source_symtab_and_line): New function.
272 Like the above but attempts to determine a default position if one
273 is not currently defined.
274 (set_current_source_symtab_and_line): New function. Sets the source
275 code position considered current and returns the previously set one.
276 (clear_current_source_symtab_and_line): Reset stored information about
277 a current source line.
278 (_initialize_source): Remove registration for the "list" command and
279 its alias.
280 * source.h: Add declarations for the new functions above.
281 * symtab.h: Remove declarations for the global variables mentioned
282 above.
283 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
284 obtain current source line.
285 * linespec.c (decode_line_1): Ditto.
286 * macroscope.c (default_macro_scope): Ditto.
287 * scm-lang.c (scm_unpac): Ditto.
288 * stack.c (print_frame_info_base): Ditto.
289 * symfile.c (clear_symtab_users): Ditto.
290 * symtab.c (decode_line_spec): Ditto.
291 * cli/cli-cmds.c (list_command): Moved here from source.c.
292 (ambiguous_line_spec): Moved here from source.c.
293 (_init_cli_cmds): Add definition for "list" and its alias.
294 * Makefile.in: Update dependencies.
295
ddd216ea
CV
2962002-09-20 Corinna Vinschen <vinschen@redhat.com>
297
298 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
299 with what gcc thinks is correct.
300
6d305052
CV
3012002-09-20 Corinna Vinschen <vinschen@redhat.com>
302
303 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
304 multiple register push instruction.
305
234b45d4
KB
3062002-09-19 Jim Blandy <jimb@redhat.com>
307
308 Add support for distinct host and target character sets.
309 * charset.c, charset.h: New files.
310 * c-exp.y: #include "charset.h".
311 (yylex): Convert character and string literals to the target
312 character set, before returning them as the semantic value of the
313 token.
314 * c-lang.c: #include "charset.h".
315 (c_emit_char): Use charset-specific methods to recognize
316 characters with backslash escape forms, to decide which characters
317 to print literally and which to print using numeric escape
318 sequences, and to convert target characters to host characters
319 before printing.
320 * utils.c: #include "charset.h".
321 (no_control_char_error): New function.
322 (parse_escape): Use charset-specific methods to recognize
323 backslash escapes, parse `control character' notation, and convert
324 characters from the host character set to the target character set.
325 * configure.in: Set the default host character set.
326 Check where to find iconv, and what its argument types might be.
327 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
328 * Makefile.in (SFILES): List charset.c.
329 (COMMON_OBS): List charset.o.
330 (charset.o): New rule.
331 (charset_h): New header dependency variable.
332 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
333 (LIBICONV): New variable, set by configure.
334 (CLIBS): Include $(LIBICONV) here.
335 * aclocal.m4, config.in, configure: Regenerated.
336
525d6a61
JB
3372002-09-19 Joel Brobecker <brobecker@gnat.com>
338
339 * ada-exp.y: Add missing semicolons to end rules. Fixes a
340 bison 1.35 warning.
341
3ed93867
RE
3422002-09-19 Richard Earnshaw <rearnsha@arm.com>
343
344 * gdb_mbuild.sh: New file.
345
437666f8
AC
3462002-09-19 Andrew Cagney <ac131313@redhat.com>
347
348 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
349
389e51db
AC
3502002-09-18 Andrew Cagney <ac131313@redhat.com>
351
352 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
353 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
354 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
355 valops.c, value.h: Revert previous change.
356
3b4efeaa
MS
3572002-09-18 Michael Snyder <msnyder@redhat.com>
358
359 Preliminary support for Objective-C:
360 * defs.h (language_objc): New enum value.
361 (puts_filtered_tabular): Declaration only, exported from utils.c.
362 (skip_quoted): Delete, declared in completer.h.
363 * c-exp.y: Include completer.h.
364 * p-exp.y: Ditto.
365 * jv-exp.y: Ditto.
366 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
367 New operator enum values.
368 * language.h (CAST_IS_CONVERSION): Test for language_objc.
369 * language.c (binop_result_type): Handle language_objc case.
370 (integral_type, character_type, string_type, boolean_type,
371 structured_type, binop_type_check): Ditto.
372 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
373 (struct objc_specific): Add to general_symbol_info.
374 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
375 (SYMBOL_DEMANGLED_NAME): Handle objc case.
376 * parser-defs.h (struct objc_class_str): New struct type.
377 (start_msglist, end_msglist, add_msglist): Declaration only,
378 exported from objc-lang.c.
379 * value.h (value_of_local, value_nsstring,
380 call_function_by_hand_expecting_type): Exported from valops.c.
381 * valops.c (find_function_addr): Export.
382 (call_function_by_hand_expecting_type): New function.
383 (value_of_local): New function.
384 * symfile.c (init_filename_language_table): Add ".m" extension
385 for Objective-C.
386 * utils.c (puts_filtered_tabular): New function.
387 (fprintf_symbol_filtered): Add objc demangling support (disabled).
388 (set/show demangle): Extend help-string to refer to ObjC.
389 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
390 * stabsread.c (symbol_reference_defined): Objective-C symbols
391 may contain colons: make allowances when scanning stabs strings
392 for colons.
393 (objc_find_colon): New function.
394 * printcmd.c (address_info): If language == objc then print
395 "self" instead of "this".
396 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
397 OP_NSSTRING, and OP_SELF.
398 (prefixify_subexp): Ditto.
399 * source.c (print_source_lines): Mention objc in comment.
400 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
401 method names.
402
b9caf505
AC
4032002-09-18 Andrew Cagney <ac131313@redhat.com>
404
405 * complaints.h: Update copyright.
406 (struct complaints): Declare.
407 (struct complaint): Make `message' constant.
408 (internal_complaint): Declare.
409 (complaint): Declare.
410 (complaint_root): Delete declaration.
411 (symfile_complaints): Delete declaration.
412 (struct complaints): Add opaque declaration.
413 (clear_complaints): Add a complaints parameter.
414 * complaints.c: Update copyright.
415 (enum complaint_series): Define.
416 (complaint_root): Delete.
417 (struct complaints): Define.
418 (complaint_sentinel, symfile_complaint_book): New variables.
419 (symfile_explanations, symfile_complaints): New variables.
420 New variables.
421 (get_complaints): New function.
422 (vcomplaint): New function.
423 (complaint): New function.
424 (internal_complaint): New function.
425 (complain): Call vcomplain with symfile_complaint.
426 (clear_complaints): Rewrite.
427 (_initialize_complaints): Use add_setshow_command.
428 * Makefile.in (complaints.o): Update dependencies.
429 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
430 to call to clear_complaints.
431 (new_symfile_objfile, reread_symbols): Ditto.
432 (oldsyms_complaint): Delete.
433 (empty_symtab_complaint, unknown_option_complaint): Delete.
434 (free_named_symtabs): Use complaint instead of complain.
435
d2e6263c
MS
4362002-09-18 Michael Snyder <msnyder@redhat.com>
437
5fb2031a
AC
438 Contributed by Apple Computer, Inc. Merged with current sources
439 by Adam Fedor <fedor@doc.com> [cagney].
440
d2e6263c
MS
441 * objc-lang.c: First clean-up round: comments, indentation.
442 * objc-lang.h: Ditto.
443 * objc-lang.y: Ditto.
444
dec43320
AC
4452002-09-18 Andrew Cagney <ac131313@redhat.com>
446
447 * maint.c (maintenance_internal_error): Print the parameter as the
448 error message.
449 (maintenance_internal_warning): New function.
450 (_initialize_maint_cmds): Add command `maint internal-warning'.
451
452 * defs.h (internal_warning, internal_vwarning): Declare.
453 * utils.c (struct internal_problem): Define.
454 (internal_vproblem): New function.
455 (internal_warning): New function.
456 (internal_vwarning): New function.
457 (internal_warning_problem, internal_error_problem): New variables.
458 (internal_verror): Just call internal_vproblem.
459
b81654f1
MS
4602002-09-18 Michael Snyder <msnyder@redhat.com>
461
462 * objc-lang.c: New file, support for Objective-C.
463 Preliminary check-in, not yet integrated into gdb.
464 * objc-lang.h: New file.
465 * objc-exp.y: New file.
466
0542c381
AC
4672002-09-18 Andrew Cagney <ac131313@redhat.com>
468
7bda5e4a
AC
469 * infrun.c (signal_stop_update): Convert definition to ISO C.
470 (signal_print_update): Ditto.
471 (signal_pass_update): Ditto.
472 * inflow.c (terminal_save_ours): Ditto.
473
5247b418
AC
474 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
475 comments.
476
fc60962c
AC
477 * config/djgpp/fnchange.lst: Handle name clashes between
478 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
479 bfd/coff-tic80.c.
480
0542c381
AC
481 * i386-linux-tdep.h: Fix tipo.
482
5b924b9b
AF
4832002-09-18 Adam Fedor <fedor@gnu.org>
484
485 * MAINTAINERS: Add myself to the Write After Approval list.
486
5afc051b
JB
4872002-09-18 Jim Blandy <jimb@redhat.com>
488
489 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
490 texthigh and textlow to reader-specific structs caused
491 objfile_relocate to miss them. This is fixable, but the work that
492 the change was supposed to prepare GDB for never got done anyway.
493
eb944380
DC
4942002-09-18 David Carlton <carlton@math.stanford.edu>
495
496 * MAINTAINERS: Alphabetize Write After Approval list.
497
948e66d9
DJ
4982002-09-18 Daniel Jacobowitz <drow@mvista.com>
499
500 Fix PR gdb/709
501 * values.c (value_static_field): Call read_var_value.
502
dc604539
AC
5032002-09-18 Andrew Cagney <ac131313@redhat.com>
504
505 * valops.c (hand_function_call): Align the initial stack pointer
506 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
507 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
508 return value.
509 * mips-tdep.c (mips_frame_align): New function.
510 (mips_gdbarch_init): Set frame_align.
511 * gdbarch.sh (FRAME_ALIGN): New method.
512 * gdbarch.h, gdbarch.c: Re-generate.
513
cb7e422f
ML
5142002-09-18 Michal Ludvig <mludvig@suse.cz>
515
516 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
517 registers.
518
a094c6fb
AC
5192002-09-17 Andrew Cagney <ac131313@redhat.com>
520
521 * NEWS: Mention that MIPS $fp behavior changed.
522 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
523 reference to FP_REGNUM.
524 (mipsnbsd_cannot_store_register): Ditto.
525 * mips-linux-nat.c: Update copyright.
526 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
527 (mips_linux_cannot_store_register): Ditto.
528 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
529 * config/mips/tm-mips.h: Update copyright.
530 (FP_REGNUM): Delete macro.
531 (MIPS_REGISTER_NAMES): Replace "fp" with "".
532 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
533 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
534 (mips_r3041_reg_names, mips_r3051_reg_names)
535 (mips_r3081_reg_names): Replace "fp" with "".
536 Fix PR gdb/480.
537
45cf40d1
TR
5382002-09-17 Theodore A. Roth <troth@verinet.com>
539
540 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
541 generic_read_register_dummy() (PR gdb/703).
542 (avr_push_return_address): #if 0 out unused vars.
543 (avr_gdbarch_init): Enable use of avr_push_return_address().
544
c7e701b5
MS
5452002-09-17 Michael Snyder <msnyder@redhat.com>
546
d76ba2a5 547 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
548 RTE will take care of it.
549
20bcf01c
AC
5502002-09-17 Andrew Cagney <ac131313@redhat.com>
551
552 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
553 invalid, return SP_REGNUM.
554
009a9971 5552002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
556
557 * mips-tdep.c (mips_pop_frame): Read saved values of floating
558 point registers without sign extension.
559
135c175f
AC
5602002-09-17 Andrew Cagney <cagney@redhat.com>
561
562 * blockframe.c (deprecated_read_register_dummy): Rename
563 generic_read_register_dummy.
564 * frame.c (frame_unwind_signed_register): New function.
565 (frame_unwind_unsigned_register): New function.
566 * frame.h (frame_unwind_signed_register): Declare.
567 (frame_unwind_unsigned_register): Declare.
568 (deprecated_read_register_dummy): Rename
569 generic_read_register_dummy.
570
571 * h8300-tdep.c (h8300_frame_chain): Update.
572 (h8300_frame_saved_pc): Update.
573 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
574 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
575 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
576 (s390_frame_chain): Update.
577 * v850-tdep.c (v850_find_callers_reg): Update.
578 (v850_frame_saved_pc): Update.
579 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
580 (m32r_find_callers_reg): Update.
581 (m32r_frame_saved_pc): Update.
582 * sh-tdep.c (sh_find_callers_reg): Update.
583 (sh64_get_saved_pr): Update.
584 (sh_init_extra_frame_info): Update.
585 (sh_init_extra_frame_info): Update.
586 (sh64_init_extra_frame_info): Update.
587 (sh64_init_extra_frame_info): Update.
588 * mcore-tdep.c (mcore_find_callers_reg): Update.
589 (mcore_frame_saved_pc): Update.
590 (mcore_init_extra_frame_info): Update.
591 * i386-tdep.c (i386_frame_saved_pc): Update.
592 * ia64-tdep.c (ia64_frame_saved_pc): Update.
593 (ia64_init_extra_frame_info): Update.
594 (ia64_init_extra_frame_info): Update.
595 * d10v-tdep.c (d10v_frame_saved_pc): Update.
596 * cris-tdep.c (cris_init_extra_frame_info): Update.
597 * avr-tdep.c (avr_frame_chain): Update.
598 (avr_init_extra_frame_info): Update.
599 (avr_frame_saved_pc): Update.
600 * arm-tdep.c (arm_find_callers_reg): Update.
601 (arm_init_extra_frame_info): Update.
602 (arm_frame_saved_pc): Update.
603
a741e514
TT
6042002-09-17 Tom Tromey <tromey@redhat.com>
605
606 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
607 is "'".
608
d1a8e808
CV
6092002-09-17 Corinna Vinschen <vinschen@redhat.com>
610
611 * MAINTAINERS: Remove "non multi-arched" text from h8300.
612 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
613 NEXT_PROLOGUE_INSN.
614 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
615 NEXT_PROLOGUE_INSN.
616
d9025a18
JB
6172002-09-16 Joel Brobecker <brobecker@gnat.com>
618
619 * osfsolib.c: Remove file, replaced by solib-osf.c.
620 * Makefile.in: Remove compilation rules for osfsolib.c.
621
1b2ef1b6
DC
6222002-09-16 David Carlton <carlton@math.stanford.edu>
623
624 * cp-valprint.c (cp_print_class_method): Correct args to
625 check_stub_method_group.
626
928e48af
CV
6272002-09-16 Corinna Vinschen <vinschen@redhat.com>
628
629 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
630 `set architecture'. Unify naming convention of functions.
631 (h8300_skip_prologue): Improve prologue analysis.
632 (h8300_push_arguments): Rewritten to more closely match GCC's
633 bizarre argument-passing behavior, along with the comment describing
634 said behavior.
635 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
636 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
637 sim, remote-e7000.c, remote-hms.c and remote.c
638
5e3397bb
MK
6392002-09-15 Mark Kettenis <kettenis@gnu.org>
640
641 * i386-tdep.c (gdb_print_insn_i386): Removed.
642 (i386_print_insn): New function.
643 (i386_gdbarch_init): Set print_insn to i386_print_insns.
644 (_initialize_i386_tdep): Don't initialize tm_print_insn and
645 tm_print_insn_info.
646
f710f4fc
MK
6472002-09-14 Mark Kettenis <kettenis@gnu.org>
648
649 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
650 zero.
651
db54fef4
CV
6522002-09-14 Corinna Vinschen <vinschen@redhat.com>
653
654 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
655 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
656 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
657
2becadee
CF
6582002-09-13 Christopher Faylor <cgf@redhat.com>
659
660 * win32-nat.c (child_create_inferior): Honor 'tty' command.
661
de17c821
DJ
6622002-09-13 Daniel Jacobowitz <drow@mvista.com>
663
664 * gdbtypes.c (check_stub_method): Make static.
665 (check_stub_method_group): New function.
666 * gdbtypes.h: Update prototypes.
667 * cp-support.c: New file.
668 * cp-support.h: New file.
669
670 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
671 (update_method_name_from_physname): New function.
672 (read_member_functions): Correct method names for operators
673 and v3 constructors/destructors. Separate v2 constructors and
674 destructors.
675 * Makefile.in (stabsread.o): Update dependencies.
676 (SFILES): Add cp-support.c.
677 (COMMON_OBS): Add cp-support.o.
678 (cp_support_h, cp-support.o): Add.
679
680 * cp-valprint.c (cp_print_class_method): Call
681 check_stub_method_group instead of check_stub_method. Remove
682 extraneous QUITs.
683 * p-valprint.c (pascal_object_print_class_method): Likewise.
684 * valops.c (search_struct_method): Likewise.
685 (find_method_list, value_struct_elt_for_reference): Likewise.
686
e76cff22
AC
6872002-09-13 Andrew Cagney <cagney@redhat.com>
688
689 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
690 * gdbarch.h, gdbarch.c: Regenerate.
691
905abb3f
AC
6922002-09-13 Andrew Cagney <ac131313@redhat.com>
693
694 * frame.c (find_saved_register): Delete function.
695 * frame.h (find_saved_register): Delete declaration.
696 Fix PR gdb/631.
697
64159455
AC
698Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
699
700 * mips-tdep.c (read_next_frame_reg): Re-hack using
701 frame_register_unwind.
702
795e1e11
AC
703Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
704
705 * mips-tdep.c (mips_get_saved_register): Re-hack using
706 frame_register_unwind.
707
5720643c
JB
7082002-09-12 Joel Brobecker <brobecker@gnat.com>
709
710 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
711 vector. Will be useful for Interix.
712 * gdbarch.h, gdbarch.c: Regenerate.
713
714 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
715 name of the malloc function by NAME_OF_MALLOC.
716
3bada2a2
JB
7172002-09-12 Joel Brobecker <brobecker@gnat.com>
718
719 * value.h (find_function_in_inferior): Add const keyword to
720 one of the parameters. Allows us to invoke this function with
721 a const char *.
722 * valops.c (find_function_in_inferior): Likewise.
723
3db26b01
JB
7242002-09-12 Joel Brobecker <brobecker@gnat.com>
725
726 * exec.c (xfer_memory): Fix compilation warning with old versions
727 of GCC.
728 * tracepoint.c (trace_find_tracepoint_command): Likewise.
729
17c5ed2c
DC
7302002-09-12 David Carlton <carlton@math.stanford.edu>
731
732 * symtab.h: Run through gdb_indent.h.
733 Add 2002 to Copyright year list.
734
ecd1107e
AM
7352002-09-12 Alan Modra <amodra@bigpond.net.au>
736
737 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
738 mach constants.
739 * MAINTAINERS: Add myself to write after approval list.
740
e64f66d1
JB
7412002-09-11 J. Brobecker <brobecker@gnat.com>
742
743 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
744
f9395794
JB
7452002-09-11 J. Brobecker <brobecker@gnat.com>
746
747 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
748 Interix.
749
1a303dec
MS
7502002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
751
752 * procfs.c (do_detach): Clear current signal, not just fault.
753 Corrects problem with breakpoint trap signal leaking to detached
754 process on Tru64.
755
c0219d42
MS
7562002-09-10 Michael Snyder <msnyder@redhat.com>
757
758 * buildsym.c (finish_block): Protect against null pointer.
759
9d84ac84
AC
7602002-09-10 Andrew Cagney <cagney@redhat.com>
761
762 * infcmd.c (default_print_registers_info): Send all output to
763 ``file'' instead of ``gdb_stdout''.
764
77d8f2b4
MS
7652002-09-10 Michael Snyder <msnyder@redhat.com>
766
767 * mips-tdep.c (mips_extract_struct_value_address): Make val a
768 LONGEST, and use signed register read (addresses are sign-
769 extended for mips).
770
99656a61
SC
7712002-09-10 Stephane Carrez <stcarrez@nerim.fr>
772
773 * event-loop.c (gdb_do_one_event): Make public.
774 * event-loop.h (gdb_do_one_event): Declare.
775
da12f4d8
JL
7762002-09-10 Jeff Law <law@redhat.com>
777
778 * infttrace.c (child_resume): Simplify and rework to avoid
779 TT_PROC_CONTINUE.
780
d0aee0c4
FF
7812002-09-09 Fred Fish <fnf@intrinsity.com>
782
783 * printcmd.c (print_scalar_formatted): "len" is the number of
784 target bytes, NOT the number of target bits.
785
7cb3ec5e
EZ
7862002-09-09 Elena Zannoni <ezannoni@redhat.com>
787
788 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
789 * top.c (init_main): Set rl_terminal_name.
790
4dc81987
AS
7912002-09-08 Aidan Skinner <aidan@velvet.net>
792
793 * ada-lang.c (ada_array_bound, ada_type_match,
794 _initialize_ada_language): Fix K&R definitions.
795 * ada-tasks.c (get_current_task): Fix K&R definitions.
796 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
797
842330b4
CF
7982002-09-07 Christopher Faylor <cgf@redhat.com>
799
800 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
801 Add XP.
802
43156d82
MK
8032002-09-06 Mark Kettenis <kettenis@gnu.org>
804
66da5fd8
MK
805 * i386-tdep.c (i386_register_virtual_type,
806 i386_register_convertible, i386_register_convert_to_virtual,
807 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
808 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
809 (i386_gdbarch_init): Fix comment. Add comments on calls that set
810 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
811 Don't set push_arguments twice.
812
4b218c18
MK
813 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
814 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
815 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
816 sigtramp_end to NULL.
817 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
818 defines.
819 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
820
4cc314d5
MK
821 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
822 whitespace.
823
43156d82
MK
824 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
825 * gdbarch.h, gdbarch.c: Re-generate.
826 * blockframe.c (find_pc_sect_partial_function): Convert to use
827 SIGTRAMP_START_P predicate.
828
6672060b
MS
8292002-09-05 Michael Snyder <msnyder@redhat.com>
830
a90c3637
MS
831 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
832 generic_dummy_frame method and old method. Also distinguish
833 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 834 (arm_extract_return_value): Use new regcache method.
a90c3637 835
6672060b
MS
836 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
837 adjustment that doesn't conform to the ABI.
838 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
839 saved regcache, not from current regcache.
840
299ffc64
AC
8412002-09-05 Andrew Cagney <ac131313@redhat.com>
842
843 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
844 * README: Update.
845
a3a2ee65
JT
8462002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
847
848 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
849 if arm_apcs_32 is false.
850
2bc7eea9
AC
8512002-09-04 Andrew Cagney <ac131313@redhat.com>
852
853 GDB 5.3 branch created.
854
8a55a7c5
TR
8552002-09-03 Theodore A. Roth <troth@verinet.com>
856
857 * gdb/avr-tdep.c (avr_gdbarch_init): Use
858 generic_unwind_get_saved_register.
859
e26fb1d7
DC
8602002-09-03 David Carlton <carlton@math.stanford.edu>
861
862 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
863 argument (PR gdb/653). Update call to smash_to_method_type.
864 (read_structure_scope): Update call to dwarf2_add_member_fn.
865
30d52491
ML
8662002-09-03 Michal Ludvig <mludvig@suse.cz>
867
868 * x86-64-linux-tdep.c: Include gdb_string.h
869 * x86-64-linux-nat.c: Ditto.
870
06891d83
JT
8712002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
872
873 * ada-exp.y (yyname, yyrule): Remap global variables that appear
874 when YYDEBUG is set to 1.
875 * c-exp.y: Likewise.
876 * f-exp.y: Likewise.
877 * jv-exp.y: Likewise.
878 * m2-exp.y: Likewise.
879 * p-exp.y: Likewise.
880
7d400e77
JT
8812002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
882
883 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
884 dependency list.
885 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
886 solib_svr4_fetch_link_map_offsets to
887 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
888 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
889 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
890 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
891 solib-svr4.o, and solib-legacy.o.
892 * config/i386/tm-nbsd.h: Include solib.h.
893
704a27c4
JT
8942002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
895
896 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
897 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
898 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
899 comment noting that this needs its own target configuration.
900 * config/i386/nbsd.mt: New file.
901 * config/i386/nbsdaout.mt: Remove.
902 * config/i386/nbsdelf.mt: Ditto.
903 * config/i386/tm-nbsdaout.h: Ditto.
904
d66198e1
JT
9052002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
906
907 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
908 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
909 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
910 tdep->sigtramp_end.
911 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
912 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
913 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
914
3cac699e
JT
9152002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
916
917 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
918 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
919 * i386-tdep.h (i386bsd_init_abi): New prototype.
920 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
921 function declaration.
922 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
923 for NetBSD-a.out or NetBSD-ELF.
924 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
925 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
926 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
927 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
928 and nbsd-tdep.h.
929 (i386nbsd_pc_in_sigtramp): New function.
930 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
931 i386nbsd_pc_in_sigtramp.
932 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
933 and i386nbsdelf_init_abi OS ABI handlers.
934 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
935 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
936
7010ca0a
MK
9372002-09-02 Mark Kettenis <kettenis@gnu.org>
938
939 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
940 registers if the target really has them.
941
6dd93b72
JT
9422002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
943
944 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
945 than nbsd-tdep.h.
946
2ca8ae21
JT
9472002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
948
949 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
950 list.
951 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
952 (alphanbsd_skip_sigtramp_frame): New functions.
953 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
954 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
955 to alphanbsd_sigcontext_addr.
956
3d9b49b0
JT
9572002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
958
959 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
960 list.
961 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
962 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
963 nbsd_pc_in_sigtramp.
964 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
965 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
966 * nbsd-tdep.c: Include gdb_string.h.
967 (nbsd_pc_in_sigtramp): New function.
968 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
969 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
970 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
971 ppcnbsd_pc_in_sigtramp.
972 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
973 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
974 shnbsd_pc_in_sigtramp.
975 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
976 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
977 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
978
c860120c
PM
9792002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
980
981 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
982 watchpoints to NULL.
983 (insert_breakpoints): set val field of watchpoints if NULL.
984
985
c7612d53
JB
9862002-08-29 Jim Blandy <jimb@redhat.com>
987
988 * symtab.c (lookup_symbol_aux): In the cases where we find a
989 minimal symbol of an appropriate name and use its address to
990 select a symtab to read and search, use `name' (as passed to us)
991 as the demangled name when searching the symtab's global and
992 static blocks, not the minsym's name.
993
66609862
KS
9942002-08-29 Keith Seitz <keiths@redhat.com>
995
996 * stack.c (print_frame_info_base): Always set current_source_symtab
997 and current_source_line.
998
151fefe2
JB
9992002-08-29 Donn Terry <donnte@microsoft.com>
1000
1001 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1002
bfb3754e
KS
10032002-08-28 Keith Seitz <keiths@redhat.com>
1004
1005 * stack.c (select_frame): Add FIXME concerning selected-frame
1006 events.
1007 (select_frame_command): Send selected-frame-level-changed
1008 event notification, but only if the level actually changed.
1009 (up_silently_base): Add selected-frame-level-changed event
1010 notification.
1011 (down_silently_base): Likewise.
1012
e822a2a0
AC
10132002-08-28 Andrew Cagney <ac131313@redhat.com>
1014
1015 * Makefile.in: Update dependencies for all gdb/*.c files.
1016
309367d4
TT
10172002-08-27 Tom Tromey <tromey@redhat.com>
1018
1019 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1020 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1021 Update dependencies.
1022 * i387-tdep.c: Include gdb_string.h.
1023 * osabi.c: Likewise.
1024 * i386-linux-nat.c: Likewise.
1025 * lin-lwp.c: Likewise.
1026 * ax-gdb.c: Likewise.
1027 * signals/signals.c: Likewise.
1028 * jv-valprint.c: Likewise.
1029 * p-lang.c: Likewise.
1030 * c-valprint.c: Likewise.
1031 * cp-abi.c: Likewise.
1032
e1507482
EZ
10332002-08-27 Elena Zannoni <ezannoni@redhat.com>
1034
1035 * cli/cli-script.h (copy_command_lines): Export.
1036 * breakpoint.c: Include cli/cli-script.h.
1037 * Makefile.in (breakpoint.o): Update dependencies.
1038
c6510018
MS
10392002-08-26 Michael Snyder <msnyder@redhat.com>
1040
1041 * breakpoint.c (insert_breakpoints): Protect all references
1042 to 'process_warning'. Shorten long lines.
1043
c2b8ed2c
MS
10442002-08-26 Joel Brobecker <brobecker@gnat.com>
1045
1046 * cli/cli-script.c (copy_command_lines): New function.
1047 * defs.h (copy_command_lines): Export.
1048 * testsuite/gdb.base/commands.exp: New tests for commands
1049 attached to a temporary breakpoint, and for commands that
1050 delete the breakpoint they are attached to.
1051
10522002-08-26 Michael Snyder <msnyder@redhat.com>
1053
1054 * breakpoint.c (bpstat_stop_status): Instead of copying the
1055 pointer to the breakpoint commands struct, make a new copy
1056 of the struct and point to that.
1057 (bpstat_clear): Free the commands struct.
1058 (bpstat_clear_actions): Free the commands struct.
1059 (bpstat_do_actions): Free the command actions. Also execute
1060 the local cleanups, instead of deleting them.
1061 (delete_breakpoint): Leave the commands field of the bpstat
1062 chain alone -- it will be freed later.
1063
64b84175
KB
10642002-08-26 Kevin Buettner <kevinb@redhat.com>
1065
1066 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1067 deleted in 2002-08-20 commit. This function is still used by
1068 ppc-linux-nat.c.
1069
55970da6
KS
10702002-08-26 Keith Seitz <keiths@redhat.com>
1071
1072 * gdb-events.sh: Add selected-frame-level-changed event.
1073 * gdb-events.c: Regenerated.
1074 * gdb-events.h: Regenerated.
1075
a790ad35
SC
10762002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1077
1078 Fix PR gdb/393:
1079 * inflow.c (terminal_save_ours): New function to save terminal
1080 settings.
1081 * inferior.h (terminal_save_ours): Declare.
1082 * target.c (debug_to_terminal_save_ours): New function.
1083 (cleanup_target): Defaults to_terminal_save_ours.
1084 (update_current_target): Inherit to_terminal_save_ours.
1085 (setup_target_debug): Set to_terminal_save_ours.
1086 * target.h (target_terminal_save_ours): New to save terminal settings.
1087 (target_ops): New member to_terminal_save_ours.
1088 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1089 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1090 * inftarg.c (init_child_ops): Likewise.
1091 * m3-nat.c (init_m3_ops): Likewise.
1092 * procfs.c (init_procfs_ops): Likewise.
1093 * wince.c (init_child_ops): Likewise.
1094 * win32-nat.c (init_child_ops): Likewise.
1095 * sol-thread.c (init_sol_thread_ops): Likewise.
1096
c00dcbe9
MK
10972002-08-26 Mark Kettenis <kettenis@gnu.org>
1098
3d7f4f49
MK
1099 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1100 use regcache_* functions.
1101 (i386_gdbarch_init): Set store_return_value instead of
1102 deprecated_store_return_value.
1103
c00dcbe9
MK
1104 * regcache.c (regcache_raw_write_signed,
1105 regcache_raw_write_unsigned): New functions.
1106 * regcache.h (regcache_raw_write_signed,
1107 regcache_raw_write_unsigned): New prototypes.
1108
0e0d15ca
AC
11092002-08-25 Andrew Cagney <ac131313@redhat.com>
1110
1111 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1112 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1113 source file dependencies. Cleanup corresponding generator rules.
1114
d3b22ed5
AC
11152002-08-25 Andrew Cagney <ac131313@redhat.com>
1116
1117 * regcache.h (register_offset_hack): Declare.
1118 (regcache_cooked_read_using_offset_hack): Declare.
1119 (regcache_cooked_write_using_offset_hack): Declare.
1120
1121 * regcache.c (register_offset_hack): New function.
1122 (regcache_cooked_read_using_offset_hack): New function.
1123 (regcache_cooked_write_using_offset_hack): New function.
1124 (regcache_dump): Check that the registers, according to their
1125 offset, are packed hard against each other.
1126 (cooked_xfer_using_offset_hack): New function.
1127
bb425013
AC
11282002-08-25 Andrew Cagney <ac131313@redhat.com>
1129
1130 * regcache.c (struct regcache_descr): Add field register_type.
1131 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1132 in as a parameter
1133 (init_regcache_descr): Initialize register_type. Pass the descr
1134 to init_legacy_regcache_descr. Use register_type instead of
1135 REGISTER_VIRTUAL_TYPE.
1136 (register_type): New function.
1137 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1138 * regcache.h (register_type): Declare.
1139
d0403e00
AC
11402002-08-25 Andrew Cagney <ac131313@redhat.com>
1141
1142 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1143 instead of deprecated_store_return_value. Fix fallout from
1144 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1145
0ed04cce
AC
11462002-08-25 Andrew Cagney <ac131313@redhat.com>
1147
1148 * regcache.c (max_register_size): New function.
1149 (init_legacy_regcache_descr): Ensure that max_register_size is
1150 large enough for REGISTER_VIRTUAL_SIZE.
1151 * regcache.h (max_register_size): Declare.
1152
46d79c04
AC
11532002-08-24 Andrew Cagney <ac131313@redhat.com>
1154
1155 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1156 store_return_value.
1157 (e500_extract_return_value): Change type of valbuf pointer to
1158 void.
1159
853c7bd0
MK
11602002-08-24 Mark Kettenis <kettenis@gnu.org>
1161
cd87e769
MK
1162 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1163 workaround.
1164
853c7bd0
MK
1165 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1166 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1167 long long) to prevent compiler warning on 64-bit systems.
1168
ebba8386
AC
11692002-08-23 Andrew Cagney <cagney@redhat.com>
1170
1171 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1172 (DEPRECATED_STORE_RETURN_VALUE): New method.
1173 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1174 * gdbarch.h, gdbarch.c: Re-generate.
1175
1176 * values.c (set_return_value): Pass current_regcache to
1177 STORE_RETURN_VALUE.
1178 * arch-utils.h (legacy_store_return_value): Declare.
1179 * arch-utils.c (legacy_store_return_value): New function.
1180 (legacy_extract_return_value): Update parameters.
1181
1182 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1183 STORE_RETURN_VALUE.
1184 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1185 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1186 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1187 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1188 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1189 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1190 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1191 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1192 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1193 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1194
1195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1196 * i386-tdep.c (i386_extract_return_value): Update.
1197 * arch-utils.c (legacy_extract_return_value): Update.
1198 * frv-tdep.c (frv_gdbarch_init): Update.
1199 * cris-tdep.c (cris_gdbarch_init): Update.
1200 * d10v-tdep.c (d10v_gdbarch_init): Update.
1201 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1202 * m68k-tdep.c (m68k_gdbarch_init): Update.
1203 * mcore-tdep.c (mcore_gdbarch_init): Update.
1204 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1205 * s390-tdep.c (s390_gdbarch_init): Update.
1206 * sparc-tdep.c (sparc_gdbarch_init): Update.
1207 * sh-tdep.c (sh_gdbarch_init): Update.
1208 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1209 * v850-tdep.c (v850_gdbarch_init): Update.
1210 * avr-tdep.c (avr_gdbarch_init): Update.
1211 * ia64-tdep.c (ia64_gdbarch_init): Update.
1212 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1213 * vax-tdep.c (vax_gdbarch_init): Update.
1214 * alpha-tdep.c (alpha_gdbarch_init): Update.
1215 * arm-tdep.c (arm_gdbarch_init): Update.
1216 * mips-tdep.c (mips_gdbarch_init): Update.
1217 * i386-tdep.c (i386_gdbarch_init): Update.
1218
5bd8c6d0
AC
12192002-08-23 Andrew Cagney <ac131313@redhat.com>
1220
1221 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1222 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1223
e73e1724
MK
12242002-08-24 Mark Kettenis <kettenis@gnu.org>
1225
1226 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1227 problems.
1228
3e6564e1
JB
12292002-08-23 Joel Brobecker <brobecker@gnat.com>
1230
1231 * infrun.c (handle_inferior_event): Move a comment outside of a
1232 function call, in order to avoid indent reformatting this part
1233 of the code in an unreadable way.
1234
81d0cc19
GS
12352002-08-23 Grace Sainsbury <graces@redhat.com>
1236
1237 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1238 when breakpoints fail. Move general breakpoint error messages to
1239 insert_breakpoints.
1240 * breakpoint.c (insert_breakpoints): Change warnings when
1241 breakpoints are nto inserted to specify the type. Remove call to
1242 memory_error when hardware breakpoints can't be inserted. Remove
1243 multiple calls to warning so all messages are sent to the user at
1244 once.
1245 (delete_breakpoints): Make insert error messsages more explicit.
1246
17574093
DJ
12472002-08-23 Daniel Jacobowitz <drow@mvista.com>
1248
1249 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1250 gdbserver/ChangeLog.
1251
8acc2935
MK
12522002-08-23 Mark Kettenis <kettenis@gnu.org>
1253
dfe01d39
MK
1254 * i386-tdep.c: Include "objfiles.h".
1255 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1256 skip_trampoline_code.
1257 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1258 (CPLUS_MARKER): Define to '.'.
1259
8acc2935
MK
1260 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1261 member.
1262 (linux_corefile_thread_callback): Increase args->num_notes.
1263 (linux_make_note_section): Initialize thread_args.num_notes, and
1264 use it to determine whether notes for any threads were created.
1265
151fefe2 12662002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1267
1268 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1269 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1270 and PCUNKILL.
1271 (write_with_trace): Conditionalize out the switch branch handling
1272 PCSHOLD if the corresponding macro is not defined. Likewise for
1273 PRSABORT and PRSTOP.
1274 This change will be needed by the Interix port.
1275
e1507482
EZ
12762002-08-22 Elena Zannoni <ezannoni@redhat.com>
1277
1278 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1279 write_register wherever possible instead of manipulating the
1280 register bytes directly.
1281 Assign VALUE_CONTENTS to a variable and use that.
1282 The GPR numbers are now dependent on the architecture.
1283
96ff0de4
EZ
12842002-08-22 Elena Zannoni <ezannoni@redhat.com>
1285
1286 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1287 ev_offset fields.
1288 (skip_prologue): Add support for BookE/e500 instructions.
1289 (e500_extract_return_value): New function.
1290 (frame_get_saved_regs): Add support for saving ev registers and
1291 pseudo gpr's.
1292 (e500_store_return_value): New function.
1293 (rs6000_gdbarch_init): Move up default intializations of
1294 deprecated_extract_return_value and store_return_value. Overwrite
1295 init of store_return_value with e500 specific version.
1296 Set extract_return_value for e500.
1297
fbefca5b
EZ
12982002-08-22 Elena Zannoni <ezannoni@redhat.com>
1299
1300 * blockframe.c (generic_call_dummy_register_unwind): Use
1301 regcache_cooked_read to catch cases in which the variable is
1302 stored in a pseudo register.
1303
4d210288
AC
13042002-08-22 Andrew Cagney <cagney@redhat.com>
1305
1306 * NEWS: Mention that the i960 has been made obsolete.
1307 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1308 i960-tdep.c
1309 (remote-nrom.o): Obsolete target.
1310 (remote-nindy.o, i960-tdep.o): Ditto.
1311 * remote-nrom.c: Make file obsolete.
1312 * remote-nindy.c, remote-vx960.c: Ditto.
1313 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1314 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1315 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1316 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1317 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1318 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1319 i960-*-vxworks* obsolete.
1320 * MAINTAINERS: Note that the i960 is obsolete.
1321
6c0c456d
CV
13222002-08-21 Corinna Vinschen <vinschen@redhat.com
1323
1324 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1325 detach to allow reinitialization.
1326
9f9d12b3
AC
13272002-08-22 Andrew Cagney <ac131313@redhat.com>
1328
1329 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1330 attempt).
1331
ebeb39fe
JB
13322002-08-22 Jim Blandy <jimb@redhat.com>
1333
1334 * coffread.c (coff_symfile_read): Don't try to read the line
1335 number table from disk if the image file doesn't have a symbol
1336 table; we'll never actually look at the info anyway, and Windows
1337 ships DLL's with bogus file offsets for the line number data.
1338
5bf1c677
EZ
13392002-08-21 Elena Zannoni <ezannoni@redhat.com>
1340
1341 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1342 an e500 executable.
1343
71b8ef93
MS
13442002-08-21 Michael Snyder <msnyder@redhat.com>
1345
1346 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1347 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1348 (DEFAULT_MIPS_TYPE): Delete unused macro.
1349 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1350 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1351
d174216d
JB
13522002-08-21 Jim Blandy <jimb@redhat.com>
1353
1354 * valops.c (value_cast): Simplify and correct logic for doing a
1355 static cast from a pointer to a base class to a pointer to a
1356 derived class.
1357
0ab7a791
AC
13582002-08-21 Andrew Cagney <ac131313@redhat.com>
1359
1360 * infcmd.c (default_print_registers_info): Replace
1361 do_registers_info.
1362 (registers_info): Use gdbarch_print_registers_info instead of
1363 DO_REGISTERS_INFO.
1364 * inferior.h (default_print_registers_info): Replace
1365 do_registers_info.
1366 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1367 (DO_REGISTERS_INFO): Change to a predicate function.
1368 * gdbarch.h, gdbarch.c: Regenerate.
1369
e23792cc
KS
13702002-08-21 Keith Seitz <keiths@redhat.com>
1371
1372 * gdb-events.sh: Add target-changed event.
1373 * gdb-events.c: Regenerated.
1374 * gdb-events.c: Regenerated.
1375 * valops.c (value_assign): Add target-changed event notification
1376 to inlval_register, lval_memory, and lval_reg_frame_relative.
1377
9fb14e79
JB
13782002-08-21 Joel Brobecker <brobecker@gnat.com>
1379
1380 * NEWS: Add an entry regarding the improvement of the next/step
1381 operation on Alpha Tru64 multi-processor machines.
1382
6d39a69f
AC
13832002-08-21 Andrew Cagney <ac131313@redhat.com>
1384
72acd513
AC
1385 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1386 directores.
342af04b 1387 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1388 * Makefile.in (install-gdbtk): Move to install section.
1389 (rdi-share/libangsd.a): Move to end of file.
1390
fa5f27c7
AC
13912002-08-19 Andrew Cagney <ac131313@redhat.com>
1392
1393 * frame.c (frame_register_unwind): When a register, set addrp to
1394 the register's byte.
1395
5a89d8aa
MS
13962002-08-20 Michael Snyder <msnyder@redhat.com>
1397
1398 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1399 used locally, so move them from the target machine header to here.
1400 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1401 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1402 Make static.
1403 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1404
822e978b
AC
14052002-08-20 Andrew Cagney <cagney@redhat.com>
1406
1407 * NEWS: Mention that the Apollo line was made obsolete.
1408 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1409 m68*-hp-hpux* obsolete.
1410 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1411 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1412 * buildsym.c (make_blockvector): Make static.
1413 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1414 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1415 (ALLDEPFILES): Remove dstread.c.
1416 (dstread.o): Obsolete make rule.
1417 * dstread.c: Makefile obsolete.
1418 * dst.h: Ditto.
1419 * config/m68k/hp300hpux.mt: Ditto.
1420 * config/m68k/hp300hpux.mh: Ditto.
1421 * config/m68k/hp300bsd.mt: Ditto.
1422 * config/m68k/hp300bsd.mh: Ditto.
1423 * config/m68k/apollo68b.mt: Ditto.
1424 * config/m68k/apollo68v.mh: Ditto.
1425 * config/m68k/apollo68b.mh: Ditto.
1426
e41b17f0
MS
14272002-08-20 Michael Snyder <msnyder@redhat.com>
1428
1429 * mips-tdep.c (mips_in_return_stub): Make static.
1430 (mips_gdbarch_init): Set in_solib_return_trampoline.
1431 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1432
d50355b6
MS
14332002-08-20 Michael Snyder <msnyder@redhat.com>
1434
1435 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
1436 * gdbarch.c, gdbarch.h: Regenerate.
1437 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
1438 Add.
1439 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
1440
757a7cc6
MS
14412002-08-20 Michael Snyder <msnyder@redhat.com>
1442
1443 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
1444 (mips_gdbarch_init): Set skip_trampoline_code,
1445 in_solib_call_trampoline.
1446 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
1447 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
1448
c8001721
EZ
14492002-08-20 Elena Zannoni <ezannoni@redhat.com>
1450
1451 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
1452
1453 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
1454 vector type for ev registers.
1455 (e500_pseudo_register_read): New function.
1456 (e500_pseudo_register_write): New function.
1457 (e500_dwarf2_reg_to_regnum): New function.
1458 (PPC_UISA_NOFP_SPRS): New macro.
1459 (PPC_EV_REGS): New macro.
1460 (PPC_GPRS_PSEUDO_REGS): New macro.
1461 (registers_e500): New register set for e500.
1462 (variants): Add e500 variant.
1463 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
1464 before setting architectural dependent variations. Initialize ev
1465 registers numbers. Add case for e500 architecture. Set the
1466 number of pseudo registers.
1467
64366f1c
EZ
14682002-08-20 Elena Zannoni <ezannoni@redhat.com>
1469
1470 * rs6000-tdep.c: Clean up comments.
1471
7e78f0ca
AC
14722002-08-20 Andrew Cagney <cagney@redhat.com>
1473
1474 * h8300-tdep.c: Re-indent file.
1475
697f7479
JB
14762002-08-20 Jim Blandy <jimb@redhat.com>
1477
1478 * Makefile.in (LDFLAGS): Allow the configure script to establish a
1479 default for this.
697f7479 1480
e86ae29f
KS
14812002-08-20 Keith Seitz <keiths@redhat.com>
1482
1483 * breakpoints.c (watch_command_1): Use internal breakpoint
1484 when setting a watchpoint_scope breakpoint.
1485
216b504f
EZ
14862002-08-20 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
1489 (build_builtin_type_vec64i): Ditto.
1490 (build_builtin_type_vec128): Ditto.
1491 (build_builtin_type_vec128i): Ditto.
1492
f7ab6ec6
MS
14932002-08-19 Michael Snyder <msnyder@redhat.com>
1494
1495 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
1496 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
1497 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
1498 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
1499 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
1500 CALL_DUMMY_ADDRESS): Delete.
1501 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
1502 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
1503 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
1504 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
1505 push_return_address.
1506 (mips_register_raw_size, mips_eabi_use_struct_convention,
1507 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
1508 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
1509 mips_init_extra_frame_info, mips_eabi_push_arguments,
1510 mips_n32n64_push_arguments, mips_push_return_address,
1511 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
1512 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
1513
b5d1566e
MS
15142002-08-19 Michael Snyder <msnyder@redhat.com>
1515
1516 * mips-tdep.c (mips_frame_num_args): New function.
1517 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
1518 frame_saved_pc, frame_args_address, frame_locals_address,
1519 frame_num_args, and frame_args_skip.
1520 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
1521 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
1522 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
1523 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
1524
2f1488ce
MS
15252002-08-20 Michael Snyder <msnyder@redhat.com>
1526
1527 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
1528 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1529 * mips-tdep.c (mips_store_struct_return): New function.
1530 (mips_extract_struct_value_address): New function.
1531 (mips_gdbarch_init): Set store_struct_return and
1532 extract_struct_value_address.
1533
41ff2da1
DC
15342002-08-20 David Carlton <carlton@math.stanford.edu>
1535
1536 * dwarf2read.c (dwarf2_build_psymtabs): Check that
1537 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
1538 (read_file_scope): Check that line_header is nonzero before
1539 decoding macro information.
1540
e5451d58
MK
15412002-08-20 Mark Kettenis <kettenis@gnu.org>
1542
1543 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
1544 flag the general-purpose registers as floating-point on targets
1545 that don't support the floating-point registers.
1546
4a6daafa
EZ
15472002-08-20 Elena Zannoni <ezannoni@redhat.com>
1548
1549 * rs6000-tdep.c (altivec_register_p): Delete.
1550 (rs6000_do_altivec_registers): Delete.
1551 (rs6000_altivec_registers_info): Delete.
1552 (rs6000_do_registers_info): Delete.
1553 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
1554 (rs6000_gdbarch_init): Remove setting of do_registers_info.
1555
ab4327e0
EZ
15562002-08-20 Elena Zannoni <ezannoni@redhat.com>
1557
1558 * infcmd.c (do_registers_info): Print vector registers in hex
1559 format only.
1560 (print_vector_info): Check that printing registers
1561 makes sense.
1562 (print_float_info): Ditto.
1563
cb1d2653
AC
15642002-08-20 Andrew Cagney <ac131313@redhat.com>
1565
1566 * mips-tdep.c (mips_gdbarch_init): Update.
1567 (mips_o32_extract_return_value): Rewrite.
1568 (mips_o32_store_return_value): Rewrite.
1569 (mips_o32_xfer_return_value): New function.
1570 (mips_xfer_register): Tweak debug print message. Allow for
1571 buf_offset when dumping the value transfered.
1572
dfc3d9b2
AC
15732002-08-20 Andrew Cagney <ac131313@redhat.com>
1574
1575 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
1576 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
1577 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
1578 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
1579 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
1580
7807aa61
MS
15812002-08-14 Michael Snyder <msnyder@redhat.com>
1582
1583 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
1584
489461e2
EZ
15852002-08-19 Elena Zannoni <ezannoni@redhat.com>
1586
1587 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
1588 register.
1589 (P): New macro to define a register as a pseudo register.
1590 (R, R4, R8, R16, FR32, R64, R0): Updated.
1591 (struct variant): Add new fields for number of pseudo registers
1592 and number of total registers.
1593 (tot_num_registers): New macro replacing....
1594 (num_registers): ...deleted macro.
1595 (num_registers): New function.
1596 (num_pseudo_registers): New function.
1597 (variants): Update all variants to intialize new fields correctly.
1598 Postpone initialization of number of pseudo regs and real regs.
1599 (init_variants): New function.
1600 (rs6000_gdbarch_init): Initialize variants. Update calculation of
1601 registers offsets.
1602
fcaffe4c
DC
16032002-08-19 David Carlton <carlton@math.stanford.edu>
1604
2c2738a0
DC
1605 * valops.c (search_struct_field): Change error message to treat
1606 return value of 0 from value_static_field as meaning that field is
1607 optimized out.
1608 (value_struct_elt_for_reference): Ditto.
1609 * values.c (value_static_field): Treat an unresolved location the
1610 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
1611 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
1612 enclosed. Fix PR gdb/574.
fcaffe4c
DC
1613 * MAINTAINERS: Add self to Write After Approval list.
1614
88658117
AC
16152002-08-19 Andrew Cagney <ac131313@redhat.com>
1616
1617 * mips-tdep.c (mips_xfer_register): New function.
1618 (mips_n32n64_extract_return_value): Rewrite.
1619 (mips_gdbarch_init): For N32 and N64, set extract_return_value
1620 instead of deprecated_extract_return_value.
1621
21283beb
EZ
16222002-08-19 Elena Zannoni <ezannoni@redhat.com>
1623
1624 * rs6000-tdep.c (TDEP): Delete macro.
1625 (branch_dest): Replace use of TDEP macro with its body.
1626 (rs6000_pop_frame): Ditto.
1627 (rs6000_push_arguments): Ditto.
1628 (rs6000_skip_trampoline_code): Ditto.
1629 (rs6000_frame_saved_pc): Ditto.
1630 (rs6000_frame_chain): Ditto.
1631 (rs6000_register_name): Ditto.
1632 (rs6000_register_byte): Ditto.
1633 (rs6000_register_raw_size): Ditto.
1634 (rs6000_register_virtual_type): Ditto.
1635 (rs6000_register_convertible): Ditto.
1636 (rs6000_convert_from_func_ptr_addr): Ditto.
1637
bf072999
DJ
16382002-08-19 Daniel Jacobowitz <drow@mvista.com>
1639
1640 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
1641 conditionally.
1642 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
1643 MIPS_LINUX_JB_ELEMENT_SIZE.
1644 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
1645 for MAX_REGISTER_RAW_SIZE arrays.
1646 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1647 MIPS_LINUX_JB_ELEMENT_SIZE.
1648
9b949a49
PM
16492002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1650
1651 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1652
6d3e79c6
AS
16532002-08-19 Aidan Skinner <aidan@velvet.net>
1654
1655 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1656 ada-valprint.c ada-tasks.c.
1657 (YYFILES): Add ada-exp.y.
1658 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1659 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1660 (ada-exp.tab.o): New target.
1661
06c0b04e
AC
16622002-08-18 Andrew Cagney <ac131313@redhat.com>
1663
1664 * regcache.c (regcache_xfer_part): New function.
1665 (regcache_raw_read_part): New function.
1666 (regcache_raw_write_part): New function.
1667 (regcache_cooked_read_part): New function.
1668 (regcache_cooked_write_part): New function.
1669 * regcache.h (regcache_raw_read_part): Declare.
1670 (regcache_raw_write_part): Declare.
1671 (regcache_cooked_read_part): Declare.
1672 (regcache_cooked_write_part): Declare.
1673
92d1e331
DJ
16742002-08-18 Daniel Jacobowitz <drow@mvista.com>
1675
1676 * remote.c (remote_open_1): Add async_p.
1677 (remote_async_open_1): Delete.
1678 (open_remote_target): Delete.
1679 (remote_open, extended_remote_open): Update calls to remote_open_1.
1680 (remote_async_open, extended_remote_async_open): Call
1681 remote_open_1 instead of remote_async_open_1.
1682
247055de
MK
16832002-08-19 Mark Kettenis <kettenis@gnu.org>
1684
1685 * blockframe.c: Fix a few coding standard violations.
1686
641eda39
MK
16872002-08-19 Mark Kettenis <kettenis@gnu.org>
1688
0b717710
MK
1689 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1690 here from ...
1691 * config/i386/tm-i386sco5.h: ... here. File removed.
1692 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1693
26d28e12 1694 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1695 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1696 (TM_FILE): Set to tm-i386.h.
1697 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1698 * config/i386/tm-i386v.h: Remove file.
1699 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1700 instead of "i386/tm-i386v.h".
1701 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1702 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1703 "i386/tm-i386v.h".
1704 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1705 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1706 "i386/tm-i386.h".
1707
d4e0bab4
MK
17082002-08-18 Mark Kettenis <kettenis@gnu.org>
1709
1710 * config/i386/nm-i386v.h: Add protection against
1711 multiple-inclusion.
1712 (i386_register_u_addr): Remove prototype.
1713 (register_u_addr): New prototype.
1714 (REGISTER_U_ADDR): Redefine accordingly.
1715 * i386v-nat.c: Improve several comments.
1716 (i386_register_u_addr): Change signature and rename to
1717 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1718 ubase variable.
1719
46cac009
AC
17202002-08-18 Andrew Cagney <ac131313@redhat.com>
1721
1722 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1723 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1724 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1725 deprecated_extract_return_value.
1726 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1727 rename mips_o32o64_push_arguments.
1728 (mips_gdbarch_init): Update.
1729 (mips_extract_return_value): Delete.
1730 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1731 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1732 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1733 (mips_n32n64_extract_return_value): Clone
1734 mips_extract_return_value.
1735 (mips_store_return_value): Delete.
1736 (mips_o32_store_return_value): Clone mips_store_return_value.
1737 (mips_o64_store_return_value): Clone mips_store_return_value.
1738 (mips_eabi_store_return_value): Clone mips_store_return_value.
1739 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1740
d2e4a39e
AS
17412002-08-18 Aidan Skinner <aidan@velvet.net>
1742
0c30c098
AS
1743 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1744 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1745
17462002-08-18 Aidan Skinner <aidan@velvet.net>
1747
1748 * ada-lang.c: Run through gdb_indent.sh.
1749 * ada-lang.h: Run through gdb_indent.sh.
1750 * ada-tasks.c: Run through gdb_indent.sh.
1751 * ada-typeprint.c: Run through gdb_indent.sh.
1752 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1753
01fc4e33
AC
17542002-08-18 Andrew Cagney <ac131313@redhat.com>
1755
1756 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1757 ABI.
1758
d8ee244c
MK
17592002-08-18 Mark Kettenis <kettenis@gnu.org>
1760
c38d8261
MK
1761 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1762
222db64c
MK
1763 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1764 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1765
c2848c82
MK
1766 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1767 write_register_gen instead of write_register_bytes.
1768
d8ee244c
MK
1769 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1770 i[3456]-*-osf1mk* configurations have been made obsolete.
1771 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1772 i[3456]86-*-osf1mk* hosts obsolete.
1773 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1774 targets obsolete.
1775 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1776 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1777 config/i386/i386m3.mt, config/i386/nm-m3.h,
1778 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1779 config/i386/i386mk.mh, config/i386/i386mk.mt,
1780 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1781 obsolete.
1782 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1783 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1784 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1785
61d8d407
AC
17862002-08-18 Andrew Cagney <ac131313@redhat.com>
1787
1788 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1789 (hppa_value_returned_from_stack): Declare.
1790 (hppa_extract_return_value): Declare.
1791 * config/pa/hppa.mt: New file.
1792 * configure.tgt: Recognize hppa*-*-*.
1793 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1794
0c52bd59
MK
17952002-08-18 Mark Kettenis <kettenis@gnu.org>
1796
1797 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1798 comment.
1799
b5686e99
MK
18002002-08-17 Mark Kettenis <kettenis@gnu.org>
1801
1802 * top.c (gdb_rl_operate_and_get_next): Make sure
1803 operate-and-get-next functions correctly even when the history
1804 list is completely filled.
1805
c1bab85b
AC
18062002-08-18 Andrew Cagney <ac131313@redhat.com>
1807
1808 * MAINTAINERS (Target Instruction Set Architectures): Rename
1809 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1810 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1811 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1812 already listed under Host/Native.
1813
1814 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1815 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1816 mips*-*-*.
1817
32089c7c
AC
18182002-08-17 Andrew Cagney <ac131313@redhat.com>
1819
1820 * config/ia64/ia64.mt: New file.
1821 * config/alpha/alpha.mt: New file.
1822 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1823 ia64-linux-gnu. Mention that ia64-elf is broken.
1824 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1825
b4671f85
MK
18262002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1827
1828 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1829 generic_func_frame_valid instead of func_frame_valid.
1830
c8edd8b4
JB
18312002-08-16 Joel Brobecker <brobecker@gnat.com>
1832
1833 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1834 procfs appears to be broken when debugging on multi-processor
1835 machines. So enable software single stepping in order to avoid
1836 using the procfs interface to do next/step operations, using
1837 internal breakpoints instead.
1838
1839 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1840 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1841 make this pc address equal to the value it would have if the
1842 system stepping capability was used. Also set a new flag used
1843 to ensure that we don't readjust the PC one more time later.
1844
1845 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1846 address by DECR_PC_AFTER_BREAK when software single step is
1847 in use for this architecture, as this has already been taken
1848 care of in handle_inferior_event().
1849
238617f6
JB
18502002-08-16 Joel Brobecker <brobecker@gnat.com>
1851
1852 * infrun.c (handle_inferior_event): Minor reformatting, to make
1853 a rather long condition expression easier to read.
1854
541a7aac
AC
18552002-08-16 Andrew Cagney <ac131313@redhat.com>
1856
1857 * Makefile.in (gdbtk.o): Move to end of file.
1858 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1859 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1860 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1861 (gdbtk-wrapper.o, gdbres.o): Ditto.
1862
f92d4a7b
AC
18632002-08-16 Andrew Cagney <ac131313@redhat.com>
1864
1865 * Makefile.in (copying.o): Separate out compile rule.
1866 (hpux-thread.o, procfs.o, signals.o): Ditto.
1867 (v850ice.o, z8k-tdep.o): Ditto.
1868 (tui-file.o): Move to TUI section.
1869 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1870 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1871
1cce71eb
JB
18722002-08-16 Joel Brobecker <brobecker@gnat.com>
1873
1874 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1875 skip_trampoline_code, for better namespace-proofing.
1876
1877 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1878
0851f23d
JB
18792002-08-16 Joel Brobecker <brobecker@gnat.com>
1880
1881 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1882
f8d40ec8
JB
18832002-08-16 Joel Brobecker <brobecker@gnat.com>
1884
1885 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1886 signal, check whether we hit a breakpoint before checking for a
1887 single step breakpoint. Otherwise, GDB fails to notice that a
1888 breakpoint has been hit when stepping onto a breakpoint.
1889
63d022e0
KS
18902002-08-16 Keith Seitz <keiths@redhat.com>
1891
1892 * gdb-events.sh (clear_gdb_event_hooks): New function.
1893 * gdb-events.c: Regenerate.
1894 * gdb-events.h: Regenerate.
1895
6e31adb3
AC
18962002-08-16 Andrew Cagney <ac131313@redhat.com>
1897
1898 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1899 not_a_sw_breakpoint.
1900 * breakpoint.h (bpstat_stop_status): Add parameter names.
1901
c8189ed1
GS
19022002-08-16 Grace Sainsbury <graces@redhat.com>
1903
1904 * remote.c (remote_insert_hw_breakpoint)
1905 (remote_remove_hw_breakpoint): Fix calculation of length field
1906 for Z-packet.
1907
d05285fa
MS
19082002-08-15 Michael Snyder <msnyder@redhat.com>
1909
466d7106
MS
1910 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1911 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1912 (supply_fpregset): Ditto.
1913
d05285fa
MS
1914 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1915 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1916 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1917 (TARGET_READ_SP): Delete.
bf1f5b4c 1918 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1919 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1920 Delete.
1921 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1922 from macros to functions.
bf1f5b4c 1923
d05285fa
MS
1924 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1925 (mips_register_convertible, mips_register_convert_to_virtual,
1926 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1927 (mips_read_sp): New function.
1928 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1929 (mips_do_registers_info): Make static.
1930 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1931 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1932 (mips_register_convert_from_type, mips_register_convert_to_type):
1933 New functions.
1934 (mips_gdbarch_init): Set up function_start_offset,
1935 register_virtual_size, pc_in_sigtramp.
d05285fa 1936
e76f1f2e
AC
19372002-08-15 Andrew Cagney <ac131313@redhat.com>
1938
1939 * infcmd.c (vector_info): New function.
1940 (_initialize_infcmd): Add command "info vector".
1941 (print_vector_info): New function.
1942
1943 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1944 * gdbarch.h, gdbarch.c: Regenerate.
1945
4782dc19
AC
19462002-08-15 Andrew Cagney <ac131313@redhat.com>
1947
1948 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1949 ``print_all''. Only print vector registers when ``print_all''.
1950
23e3a7ac
AC
19512002-08-15 Andrew Cagney <ac131313@redhat.com>
1952
8e186fd6
AC
1953 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1954 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1955
23e3a7ac
AC
1956 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1957 Add `args' parameter.
1958 * gdbarch.h, gdbarch.c: Regenerate.
1959
1960 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1961
1962 * infcmd.c (float_info): Call print_float_info.
1963 (print_float_info): New function. By default, print the
1964 floating-point registers.
1965
1966 * arch-utils.h (default_print_float_info): Delete declaration.
1967 * arch-utils.c (default_print_float_info): Delete function.
1968
e0ca2bb9
MK
19692002-08-16 Mark Kettenis <kettenis@gnu.org>
1970
3f733acc
MK
1971 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1972 out define.
1973
7d8d2918
MK
1974 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1975 FRAME.
1976
1c7cc583
MK
1977 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1978 * configure.host: Make i[3456]86-*-aix host obsolete.
1979 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1980 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1981 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1982 config/i386/xm-i386aix.h: Make files obsolete.
1983 * i386aix-nat.c: Make file obsolete.
1984 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1985 (i386aix-nat.o): Make target obsolete.
1986
e0ca2bb9
MK
1987 * config/i386/nm-gnu.h: Removed.
1988 * config/i386/nm-i386gnu.h: New file.
1989 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1990 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1991 Moved here from ...
1992 * config/i386/tm-i386gnu.h: ... here. Removed.
1993 * config/i386/xm-i386gnu.h: Removed.
1994 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1995 (NAT_FILE): Set to nm-i386gnu.h.
1996 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1997 * i386-tdep.c: New file.
1998 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1999 (i386gnu-tdep.o): Specify dependencies.
2000
16057ec7 20012002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2002
6b99ee2e
MK
2003 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2004 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2005 Adjust a few comments to reflect reality a bit closer.
2006 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2007 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2008 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2009 target_insert_watchpoint, target_remove_watchpoint):
2010 Move defines to ...
2011 * config/i386/nm-i386sco5.h: ... here.
2012 (kernel_u_size): Add prototype. Improve a few comments and add
2013 protection against multiple inclusion.
2014
d9a6f65c
MK
2015 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2016 out define.
2017
047eff6a
MK
2018 * uw-thread.c (SP_ARG0): Define if not already defined.
2019 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2020
dcdb1290
MK
2021 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2022
5d2d0b2a
MK
2023 * config/i386/tm-i386.h: Don't include "regcache.h".
2024
61113f8b
MK
2025 * i387-tdep.h (i387_print_float_info): New prototype.
2026 * i387-tdep.c (print_i387_value, print_i387_ext,
2027 print_i387_status_word, print_i387_control_word): Add `struct
2028 ui_file *' argument and use it for output.
2029 (i387_print_float_info): Renamed from i387_float_info. Add
2030 `struct gdbarch *' and `struct ui_file *' arguments and use the
2031 latter for output.
2032 * i386-tdep.c: Include "i387-tdep.h".
2033 (i386_gdbarch_init): Set print_float_info.
2034 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2035 (FLOAT_INFO): Remove define.
2036
46e0f506
MS
20372002-08-13 Michael Snyder <msnyder@redhat.com>
2038
2039 * mips-tdep.c (mips_push_arguments): Rename to
2040 mips_eabi_push_arguments, and tune for EABI.
2041 (MIPS_REGS_HAVE_HOME_P): Delete.
2042 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2043 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2044 Delete references to mips_regs_have_home_p.
2045
409268de
KS
20462002-08-14 Keith Seitz <keiths@redhat.com>
2047
2048 * Makefile.in (install-gdbtk): Create insight plugin directory.
2049 Install plugins.tcl file.
2050
ffc6a242
KS
20512002-08-14 Keith Seitz <keiths@redhat.com>
2052
2053 * configure.in: Move SUBDIRS to near top of the file so that
2054 --enable options may add things to it.
2055 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2056 * configure: Regenerate.
2057
ebafbe83
MS
20582002-08-13 Michael Snyder <msnyder@redhat.com>
2059
2060 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2061 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2062 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2063
32f6f25d
AC
20642002-08-13 Andrew Cagney <ac131313@redhat.com>
2065
2066 * vax-tdep.c (vax_get_saved_register): Delete function.
2067 (vax_gdbarch_init): Update.
2068 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2069 (ns32k_gdbarch_init): Update.
2070 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2071 (alpha_gdbarch_init): Update.
2072
53826de9
AC
20732002-08-13 Andrew Cagney <cagney@redhat.com>
2074
2075 * regcache.c (init_regcache_descr): Overallocate the
2076 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2077 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2078 nr_raw_registers.
2079 (set_register_cached): Add range checking assertions. Use
2080 current_regcache.
2081
16057ec7 20822002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2083
2084 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2085 numbers for MMX registers.
2086
7b4c2dce
AC
20872002-08-13 Andrew Cagney <cagney@redhat.com>
2088
2089 * i386-tdep.c (i386_gdbarch_init): Use
2090 generic_unwind_get_saved_register.
2091
1e03ad20
KB
20922002-08-13 Kevin Buettner <kevinb@redhat.com>
2093
2094 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2095 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2096 target vector.
2097 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2098 Delete. Add comment regarding this now-deleted target method.
2099
548bcbec
SC
21002002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2101
2102 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2103 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2104 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2105 real PC and the page number (if it's within the memory bank window).
2106 (m68hc11_pseudo_register_write): Likewise when saving.
2107 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2108 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2109 (m68hc11_register_raw_size): And use 32-bit for it.
2110 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2111 16K memory bank is used by the prog; also use the virtual pc.
2112
7df11f59
SC
21132002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2114
2115 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2116 (m68hc11_gdbarch_init): Install it in gdbarch.
2117 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2118 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2119 (MSYMBOL_SIZE): New for documentation.
2120 (insn_return_kind): Enum to specify how a function returns.
2121 (frame_extra_info): Cleanup and record the return mode.
2122 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2123 register in address computation.
2124 (m68hc11_get_return_insn): New to obtain the return instruction used
2125 by the function.
2126 (m68hc11_frame_init_saved_regs): Take into account the return
2127 instruction used by the function for far and interrupt functions.
2128 (m68hc11_init_extra_frame_info): Take into account page register.
2129 (m68hc11_frame_args_address): Adjust according to the return mode.
2130 (show_regs): Print page register only when it's used.
2131
5706502a
SC
21322002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2133
2134 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2135 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2136 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2137 registers.
2138 (m68hc11_register_raw_size): Likewise.
2139
28fc6740
AC
21402002-08-13 Andrew Cagney <cagney@redhat.com>
2141
2142 * i386-tdep.c (i386_register_name): Handle mmx registers.
2143 (mmx_regnum_p): New function.
2144 (i386_mmx_names): New array.
2145 (mmx_num_regs): New variable.
2146 (i386_pseudo_register_read): New function.
2147 (i386_pseudo_register_write): New function.
2148 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2149
2150 * regcache.c (regcache_raw_read_unsigned): New function.
2151 (regcache_raw_read_signed): New function.
2152 * regcache.h (regcache_raw_read_unsigned): Declare.
2153 (regcache_raw_read_signed): Declare.
2154
a378f419
AC
21552002-08-13 Andrew Cagney <cagney@redhat.com>
2156
2157 * regcache.c (regcache_raw_read_as_address): Delete function.
2158 (regcache_cooked_read_signed): New function.
2159 (regcache_cooked_read_unsigned): New function.
2160 * regcache.h (regcache_cooked_read_signed): Declare.
2161 (regcache_cooked_read_unsigned): Declare.
2162 (regcache_raw_read_as_address): Delete declaration.
2163
2164 * blockframe.c (generic_read_register_dummy): Use
2165 regcache_cooked_read_unsigned.
2166 * i386-tdep.c (i386_extract_struct_value_address): Use
2167 regcache_cooked_read_unsigned.
2168
81967506
SC
21692002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2170
2171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2172 double sizes according to ELF ABI flags.
2173 (gdbarch_tdep): Record elf_flags.
2174
ffe1f3ee
SC
21752002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2176
2177 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2178 (m6812_prolog): They can appear in 68HC12 function prologue.
2179 (m68hc11_frame_chain): Cleanup.
2180
98216c5d
AC
21812002-08-12 Andrew Cagney <cagney@redhat.com>
2182
2183 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2184 declarations.
2185 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2186 (i386_linux_register_raw_size): Delete function.
2187 (i386_linux_init_abi): Update.
2188 * i386-tdep.c (i386_register_raw_size): Delete function.
2189 (i386_register_byte): Delete function.
2190 (i386_gdbarch_init): Update.
2191 (i386_register_size): Delete array.
2192 (i386_register_offset): Delete array.
2193
2194 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2195 (REGISTER_RAW_SIZE): Delete macro.
2196 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2197 (REGISTER_BYTE): Delete macro.
2198
3b19021e
AS
21992002-08-11 Aidan Skinner <aidan@velvet.net>
2200
2201 * ada-lang.c (ada_lookup_partial_symbol)
2202 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2203 prototype names so that grep ^func works properly.
2204
2205 * ada-lang.c (ada_array_element_type)
2206 (ada_lookup_partial_symbol): Fix typos in parameter list.
2207
2208 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2209 Fix prototype names so that grep ^func works properly.
2210
b063e7a2
AC
22112002-08-10 Andrew Cagney <cagney@redhat.com>
2212 Elena Zannoni <ezannoni@redhat.com>
2213 Martin M. Hunt <hunt@redhat.com>
2214
2215 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2216 (build_builtin_type_vec128i): Set the vector bit.
2217 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2218 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2219 (build_builtin_type_vec64): New function.
2220 (build_builtin_type_vec64i): New function.
2221 (build_gdbtypes): Initialize builtin_type_vec64 and
2222 builtin_type_vec64i.
2223
a7e3c2ad
AC
22242002-08-09 Andrew Cagney <cagney@redhat.com>
2225
2226 * regcache.c (regcache_dump): Compare the register offset
2227 with REGISTER_BYTE.
2228 * arch-utils.c (generic_register_byte): New function.
2229 * arch-utils.h (generic_register_byte): Declare.
2230 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2231 * gdbarch.h, gdbarch.c: Regenerate.
2232
af030b9a
AC
22332002-08-09 Andrew Cagney <cagney@redhat.com>
2234
2235 * regcache.c: Include "gdbcmd.h"
2236 (_initialize_regcache): Add commands "maintenance print
2237 registers", "maintenance print raw-registers" and "maintenance
2238 print cooked-registers".
2239 (enum regcache_dump_what): Define.
2240 (dump_endian_bytes): New function.
2241 (regcache_dump): New function.
2242 (regcache_print): New function.
2243 (maintenance_print_registers): New function.
2244 (maintenance_print_raw_registers): New function.
2245 (maintenance_print_cooked_registers): New function.
2246 * Makefile.in (regcache.o): Update dependencies.
2247
cb3d25d1
MS
22482002-08-09 Michael Snyder <msnyder@redhat.com>
2249
2250 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2251 (mips_push_arguments): Correct some comments. Use paddr_nz
2252 for printing addresses in debug output. Replace static
2253 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2254 (mips_n32n64_push_arguments): New function, cloned from
2255 mips_push_arguments and tuned for the n32/n64 ABI.
2256 (mips_push_register): Buffer needs dynamic allocation.
2257 (mips_print_register): Ditto.
2258 (do_gp_register_row): Ditto.
2259 (mips_store_return_value): Ditto.
2260 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2261
2163ab9d
DH
22622002-08-09 Don Howard <dhoward@redhat.com>
2263
2264 * memattr.c (mem_info_command): Print special case of upper bound
2265 as max CORE_ADDR + 1.
2266
b78bcb18
MS
22672002-08-08 Michael Snyder <msnyder@redhat.com>
2268
2269 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2270 returns structs by ref if they're too big to fit in two registers.
2271
ffabd70d
KB
22722002-08-09 Kevin Buettner <kevinb@redhat.com>
2273
2274 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2275 saved regs value.
2276 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2277 mips_find_saved_regs().
2278 (mips_pop_frame): Likewise.
2279
fbcdb4a3
KB
22802002-08-09 Kevin Buettner <kevinb@redhat.com>
2281
2282 * blockframe.c (frame_saved_regs_register_unwind): Revise
2283 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2284 frames are in use.
2285
3c3bea1c
GS
22862002-08-09 Grace Sainsbury <graces@redhat.com>
2287
2288 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2289 T-packets; the 'a' is not taken as a register number.
2290 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2291 (remote_stopped_data_address): New functions; add to target
2292 vector.
2293 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2294 prototypes to match other implementations of this
2295 function. replace integer argument with pointer -- the length
2296 field in the Z-packet is the length of what is pointed to or 1 if
2297 pointer is null. Add to target vector.
2298 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2299 target vector.
2300
2301 From Mark Salter:
2302 * remote.c (remote_wait): Add support to extract optional
2303 watchpoint information from T-packet. Ignore unrecognized
2304 optional info in T-packet.
2305 (remote_async_wait): Ditto.
2306
5d1d95de
CV
23072002-08-09 Corinna Vinschen <vinschen@redhat.com>
2308
2309 * cli/cli-dump.c: Change fopen modes to use binary open modes
2310 as defined in include/fopen-bin.h throughout.
2311
c86b5b38
MS
23122002-08-08 Michael Snyder <msnyder@redhat.com>
2313
2314 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2315
b30590dc
KB
23162002-08-08 Kevin Buettner <kevinb@redhat.com>
2317
2318 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2319 assertion failure by returning early after a warning.
2320
498868ed
KB
23212002-08-08 Kevin Buettner <kevinb@redhat.com>
2322
2323 * mips-tdep.c (mips_find_saved_regs): Make static.
2324 (mips_frame_init_saved_regs): New function.
2325 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2326 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2327 (mips_find_saved_regs): Delete declaration.
2328
b2dd6311
GS
23292002-08-08 Grace Sainsbury <graces@redhat.com>
2330
3c3bea1c
GS
2331 * remote.c (remote_wait, remote_async_wait): Change
2332 thread_num from int to ULONGEST.
2333 (unpack_varlen_hex): Change result parameter from
2334 int * to ULONGEST *.
b2dd6311 2335
ea47855f
AC
23362002-08-08 Andrew Cagney <ac131313@redhat.com>
2337
2338 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2339 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2340 powerpc*-*-*.
2341 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2342
69db8bae
AC
23432002-08-08 Andrew Cagney <cagney@redhat.com>
2344
2345 * gcore.c (override_derive_stack_segment): Delete variable.
2346 (preempt_derive_stack_segment): Delete function.
2347 (derive_stack_segment): Delete function.
2348 (default_derive_stack_segment): Renamed to derive_stack_segment.
2349 (override_derive_heap_segment): Delete variable.
2350 (preempt_derive_heap_segment): Delete function.
2351 (derive_heap_segment): Delete function.
2352 (default_derive_heap_segment): Rename to derive_heap_segment.
2353
cb811fe7
MS
23542002-08-06 Michael Snyder <msnyder@redhat.com>
2355
2356 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2357 * mips-tdep.c (mips_EABI_use_struct_convention,
2358 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2359 New functions. (mips_use_struct_convention): Delete.
2360 (mips_gdbarch_init): set use_gdbarch_convention.
2361
8b389c40
MS
23622002-08-06 Michael Snyder <msnyder@redhat.com>
2363
2364 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2365 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2366 mips_o32_reg_struct_has_addr): New functions.
2367 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2368
5c27f28a
AC
23692002-08-07 Andrew Cagney <ac131313@redhat.com>
2370
2371 * regcache.c (pseudo_register): Delete function.
2372 (fetch_register): Delete function.
2373 (store_register): Delete function.
2374 (regcache_raw_read, legacy_read_register_gen): Use
2375 target_fetch_registers instead of fetch_register.
2376 (legacy_write_register_gen, regcache_raw_write): Use
2377 target_store_register instead of store_register.
2378 (write_register_bytes): Ditto.
2379
2380 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2381 (STORE_PSEUDO_REGISTER): Delete.
2382 * gdbarch.h, gdbarch.c: Regenerate.
2383
5b331675
CV
23842002-08-06 Corinna Vinschen <vinschen@redhat.com>
2385
2386 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2387 write dump file binary.
2388
6acdf5c7
MS
23892002-08-05 Michael Snyder <msnyder@redhat.com>
2390
2391 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2392 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2393 (mips_gdbarch_init): Set N32 target to be mips64.
2394
b2f01c35
KB
23952002-08-06 Kevin Buettner <kevinb@redhat.com>
2396
2397 * frame.c (find_saved_register): Break out of loop once saved
2398 register address is found. Don't mention sparc in loop comment
2399 anymore.
2400
63db5580
KB
24012002-08-06 Kevin Buettner <kevinb@redhat.com>
2402
2403 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2404 mips_default_saved_regsize to 8.
2405
5e34e75e
AC
24062002-08-06 Andrew Cagney <ac131313@redhat.com>
2407
2408 * gcore.c: Do not include <sys/procfs.h>.
2409 * Makefile.in (gcore.o): Update dependencies.
2410
eb4c54a2
AC
24112002-08-06 Andrew Cagney <cagney@redhat.com>
2412
2413 * configure.tgt: Make arc-*-* obsolete.
2414 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2415 * MAINTAINERS: Make arc-elf obsolete.
2416 * arc-tdep.c: Make file obsolete.
2417 * config/arc/arc.mt: Ditto.
2418 * config/arc/tm-arc.h: Ditto.
2419
ced15480
TR
24202002-08-05 Theodore A. Roth <troth@verinet.com>
2421
c1bab85b 2422 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2423
b4743822
AC
24242002-08-05 Andrew Cagney <ac131313@redhat.com>
2425
2426 * mcore-tdep.c (mcore_gdbarch_init): Use
2427 generic_unwind_get_saved_register instead of
2428 generic_get_saved_register.
2429 * v850-tdep.c (v850_gdbarch_init): Ditto.
2430 * frv-tdep.c (frv_gdbarch_init): Ditto.
2431 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2432 * s390-tdep.c (s390_gdbarch_init): Ditto.
2433 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2434 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
2435 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2436
3956d554
JB
24372002-08-05 Joel Brobecker <brobecker@gnat.com>
2438
2439 * objfiles.h: Add missing #include "symfile.h"
2440
2441 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2442
8249c0d6
AC
24432002-08-04 Andrew Cagney <ac131313@redhat.com>
2444
2445 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
2446 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
2447 of FIELD_BITSIZE.
2448
b9d14705
DJ
24492002-08-04 Daniel Jacobowitz <drow@mvista.com>
2450
2451 * NEWS: Cleanup and nitpick.
2452
dd73b9bb
AC
24532002-08-03 Andrew Cagney <ac131313@redhat.com>
2454
2455 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
2456
043a27f8
AC
24572002-08-03 Andrew Cagney <ac131313@redhat.com>
2458
2459 * Makefile.in (gdbtk-bp.o): Update dependencies.
2460 (gdbtk-register.o): Ditto.
2461 (gdbtk-varobj.o): Ditto.
2462
46ce284d
AC
24632002-08-03 Andrew Cagney <cagney@redhat.com>
2464
2465 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
2466 m68hc11_fetch_pseudo_register.
2467 (m68hc11_pseudo_register_write): Replace
2468 m68hc11_store_pseudo_register.
2469 (m68hc11_gdbarch_init): Update.
2470
b66d6d2e
AC
2471Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
2472
2473 * gdbarch.sh: Include "gdb_string.h".
2474 * gdbarch.c: Regenerate.
2475
2476 * regcache.c: Include "gdb_string.h".
2477 * ax-general.c: Ditto.
2478 * varobj.c: Ditto.
2479 * std-regs.c: Ditto.
2480 * fbsd-proc.c: Ditto.
2481 * thread.c: Ditto.
2482
2483 * Makefile.in (regcache.o): Update dependencies.
2484 (thread.o, gdbarch.o): Ditto.
2485 (ax-general.o, gdbarch.o): Ditto.
2486 (varobj.o, std-regs.o): Ditto.
2487 (fbsd-proc.o): Specify dependencies.
2488
29e1842b
AC
24892002-08-02 Andrew Cagney <cagney@redhat.com>
2490
2491 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
2492 regnum.
2493 (regcache_cooked_write): Ditto.
2494
68365089
AC
24952002-08-02 Andrew Cagney <ac131313@redhat.com>
2496
2497 * regcache.c (regcache_cooked_read): New function.
2498 (regcache_cooked_write): New function.
2499 (read_register_gen): Rewrite using regcache_cooked_read.
2500 (write_register_gen): Rewrite using regcache_cooked_write.
2501
2502 * regcache.h (regcache_cooked_read, regcache_cooked_write):
2503 Declare.
2504
d8124050
AC
25052002-08-02 Andrew Cagney <cagney@redhat.com>
2506
2507 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
2508 Replace the architecture methods register_read and register_write.
2509 * gdbarch.h, gdbarch.c: Regenerate.
2510 * regcache.c (init_regcache_descr): Update.
2511 (read_register_gen): Update.
2512 (write_register_gen): Update.
2513 (supply_register): Update comment.
2514
2515 * sh-tdep.c (sh_gdbarch_init): Update.
2516 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
2517 `regcache' and `gdbarch' parameters. Make `buffer' a void
2518 pointer. Update code.
2519 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
2520 `regcache' and `gdbarch' parameters. Make `buffer' a constant
2521 void pointer. Update code.
2522 (sh64_register_write): Delete.
2523 (sh4_register_read): Delete.
2524 (sh64_register_read): Delete.
2525 (sh4_register_write): Delete.
2526 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
2527 void pointer, `to' parameter a void pointer.
2528 (sh_sh64_register_convert_to_raw): Ditto.
2529
a6425924
KB
25302002-08-01 Kevin Buettner <kevinb@redhat.com>
2531
2532 * mips-tdep.c (mips_register_virtual_type): Use architecture
2533 invariant return values.
2534
ff5922b5
AC
25352002-08-01 Andrew Cagney <cagney@redhat.com>
2536
2537 * linux-proc.c: Include "gdb_string.h".
2538 * Makefile.in (linux-proc.o): Update dependency list.
2539
32a6503c
KB
25402002-08-01 Kevin Buettner <kevinb@redhat.com>
2541
2542 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
2543 comment.
2544
ccaa32c7
GS
25452002-08-01 Grace Sainsbury <graces@redhat.com>
2546
2547 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2548 to_insert_watchpoint, to_remove_watchpoint,
2549 to_stopped_by_watchpoint, to_stopped_data_address,
2550 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
2551 target vecctor. Define their corresponding macros so they call
2552 them.
2553
2554 * target.c: Add default and debug versions of for
2555 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
2556 to_insert_watchpoint, to_remove_watchpoint,
2557 to_stopped_by_watchpoint, to_stopped_data_address,
2558 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2559
78fde5f8
KB
25602002-08-01 Kevin Buettner <kevinb@redhat.com>
2561
2562 * mips-tdep.c (mips_register_virtual_type): New function.
2563 (mips_gdbarch_init): Register mips_register_virtual_type()
2564 with gdbarch machinery.
2565 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
2566 this file instead of tm-bigmips.h.
2567 (MIPS_REGSIZE): Delete this macro.
2568 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
2569 multiarch version in mips-tdep.c will be found.
2570
db034ac5
AC
25712002-08-01 Andrew Cagney <cagney@redhat.com>
2572
2573 * NEWS: Menion that CHILL has been made obsolete.
2574
2575 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
2576 * stabsread.c (read_range_type): Ditto.
2577 * gdbtypes.h: Ditto.
2578 * language.c (binop_type_check): Ditto.
2579 (binop_result_type): Ditto.
2580 (integral_type): Ditto.
2581 (character_type): Ditto.
2582 (string_type): Ditto.
2583 (boolean_type): Ditto.
2584 (structured_type): Ditto.
2585 (lang_bool_type): Ditto.
2586 (binop_type_check): Ditto.
2587 * language.h (_LANG_chill): Ditto.
2588 * dwarfread.c (set_cu_language): Ditto.
2589 * dwarfread.c (CHILL_PRODUCER): Ditto.
2590 * dwarfread.c (handle_producer): Ditto.
2591 * expression.h (enum exp_opcode): Ditto.
2592 * eval.c: Ditto for comments.
2593 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
2594 * expprint.c (print_subexp): Ditto.
2595 (print_subexp): Ditto.
2596 * valops.c (value_cast): Ditto.
2597 (search_struct_field): Ditto.
2598 * value.h (COERCE_VARYING_ARRAY): Ditto.
2599 * symfile.c (init_filename_language_table): Ditto.
2600 (add_psymbol_with_dem_name_to_list): Ditto.
2601 * valarith.c (value_binop): Ditto.
2602 (value_neg): Ditto.
2603 * valops.c (value_slice): Ditto.
2604 * symtab.h (union language_specific): Ditto.
2605 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
2606 (SYMBOL_DEMANGLED_NAME): Ditto.
2607 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2608 * defs.h (enum language): Ditto.
2609 * symtab.c (got_symtab): Ditto.
2610 * utils.c (fprintf_symbol_filtered): Ditto.
2611
2612 * ch-typeprint.c: Make file obsolete.
2613 * ch-valprint.c: Make file obsolete.
2614 * ch-lang.h: Make file obsolete.
2615 * ch-exp.c: Make file obsolete.
2616 * ch-lang.c: Make file obsolete.
2617
2618 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
2619 CHILL_LIB.
2620 (TARGET_FLAGS_TO_PASS): Ditto.
2621 (CHILLFLAGS): Obsolete.
2622 (CHILL): Obsolete.
2623 (CHILL_FOR_TARGET): Obsolete.
2624 (CHILL_LIB): Obsolete.
2625 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
2626 ch-valprint.c.
2627 (HFILES_NO_SRCDIR): Remove ch-lang.h.
2628 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
2629 ch-lang.o.
2630 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
2631 targets.
2632
8aaf0b47
JB
26332002-07-31 Joel Brobecker <brobecker@gnat.com>
2634
2635 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
2636 This does not change anything at the moment, but will be helpful
2637 later when full Ada support is integrated.
2638
f3a7b3a5
KB
26392002-07-31 Kevin Buettner <kevinb@redhat.com>
2640
2641 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
2642 help message.
2643
fb850278
KB
26442002-07-31 Kevin Buettner <kevinb@redhat.com>
2645
2646 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2647 and save it in a local variable. Use variable in later test.
2648
e3bddbfa
KB
26492002-07-31 Kevin Buettner <kevinb@redhat.com>
2650
2651 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2652 test. (Thanks to Daniel Jacobowitz.)
2653
28d169de
KB
26542002-07-31 Kevin Buettner <kevinb@redhat.com>
2655
2656 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2657 (mips_abi_strings): Add "n64".
2658 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2659
7fe7e44e
KB
26602002-07-31 Kevin Buettner <kevinb@redhat.com>
2661
2662 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2663 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2664
c6caf090
KB
26652002-07-31 Kevin Buettner <kevinb@redhat.com>
2666
2667 * utils.c (host_pointer_to_address, address_to_host_pointer):
2668 Use gdb_assert() instead of explicit call to internal_error().
2669
c41669e0
KB
26702002-07-30 Kevin Buettner <kevinb@redhat.com>
2671
2672 * Makefile.in (rs6000-nat.o): Update dependencies.
2673
2674 From Nicholas Duffek:
2675 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2676 (aix-thread.o): New rule.
2677 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2678 * config/powerpc/aix432.mh: New file.
2679
2fda4977
DJ
26802002-07-30 Daniel Jacobowitz <drow@mvista.com>
2681
2682 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2683 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2684 (fetch_core_registers, ppc_linux_supply_gregset)
2685 (ppc_linux_supply_fpregset): New functions.
2686 (ppc_linux_regset_core_fns): New.
2687 (_initialize_ppc_linux_tdep): Call add_core_fns.
2688 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2689 and ppc_linux_supply_gregset.
2690 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2691 (supply_fpregset): Call ppc_linux_supply_fpregset.
2692 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2693 corelow.o.
2694 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2695
729051e6
DJ
26962002-07-30 Daniel Jacobowitz <drow@mvista.com>
2697
2698 * symtab.c (lookup_symbol): Demangle before lowercasing.
2699
5f8a3188
AC
27002002-07-30 Andrew Cagney <ac131313@redhat.com>
2701
2702 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2703 declaration.
2704 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2705 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2706 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2707 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2708 "gdb_string.h".
2709 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2710 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2711 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2712 (avr-tdep.o, mon960-rom.o): Ditto.
2713 (aout_stabs_gnu_h): Define.
2714 (symtab_h): Remove $(gdb_obstack_h).
2715
67f07146
JB
27162002-07-30 Jim Blandy <jimb@redhat.com>
2717
2718 Patch from David Carlton <carlton@math.stanford.edu>:
2719 * gdbinit.in: Move the `dir' commands that add GDB's own source
2720 directory to the search path to the end, so that the `gdb' source
2721 directory will be searched first.
2722
04ea0df1
AC
27232002-07-29 Andrew Cagney <ac131313@redhat.com>
2724
2725 * gdb_obstack.h: New file.
2726 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2727 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2728 * objfiles.h: Include "gdb_obstack.h".
2729 * Makefile.in (gdb_obstack_h): Define.
2730 (symtab_h): Add $(gdb_obstack_h).
2731 (objfiles_h): Add $(gdb_obstack_h).
2732
2733 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2734 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2735 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2736 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2737 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2738 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2739 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2740 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2741
2742 * Makefile.in (bcache.o): Update dependencies.
2743 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2744 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2745 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2746 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2747 (stabsread.o, symfile.o, symmisc.o): Ditto.
2748 (symtab.o, typeprint.o, macroexp.o): Ditto.
2749 (macrotab.o, mdebugread.o): Ditto.
2750 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2751 (coff_ecoff_h, aout_aout64_h): Define.
2752 (aout_stabs_gnu_h, libaout_h): Define.
2753
d138e37a
AC
27542002-07-29 Andrew Cagney <cagney@redhat.com>
2755
2756 * regcache.c (struct regcache_descr): Rename nr_registers to
2757 nr_cooked_registers. Revise comments describing the structure
2758 member fields.
2759 (init_regcache_descr): Update.
2760 (init_legacy_regcache_descr): Update.
2761 (read_register_gen, write_register_gen): When a cooked register in
2762 the raw register range, directly access the value from the raw
2763 register cache.
2764
460e6ec3
AC
27652002-07-29 Andrew Cagney <ac131313@redhat.com>
2766
2767 * z8k-tdep.c: Do not include "obstack.h".
2768 * h8300-tdep.c, h8500-tdep.c: Ditto.
2769 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2770 * valprint.c, v850-tdep.c: Ditto.
2771 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2772 * mn10200-tdep.c: Ditto.
2773
2774 * Makefile.in (z8k-tdep.o): Update dependencies.
2775 (m68hc11-tdep.o, valprint.o): Ditto.
2776 (v850-tdep.o, d10v-tdep.o): Ditto.
2777 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2778 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2779 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2780 (sh_opc_h, gdb_sim_sh_h): Define.
2781 (elf_sh_h, elf_bfd_h): Define.
2782 (opcode_m68hc11_h): Define.
2783 (OPCODES_SRC, OPCODES_DIR): define.
2784 (OPCODES): Use $(OPCODES_DIR).
2785 (gdb_sim_d10v_h): Rename sim_d10v_h.
2786 (gdb_sim_arm_h): Rename sim_arm_h.
2787
790c9cf0
KB
27882002-07-26 Kevin Buettner <kevinb@redhat.com>
2789
2790 * utils.c (host_pointer_to_address, address_to_host_pointer):
2791 Change internal_error() message to indicate function responsible
2792 for the error.
2793
9647fa49
KB
27942002-07-26 Kevin Buettner <kevinb@redhat.com>
2795
2796 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2797 calls to local_hex_string_custom().
2798
dabbe2c0
KB
27992002-07-26 Kevin Buettner <kevinb@redhat.com>
2800
2801 * irix5-nat.c: Move IRIX shared library support from here...
2802 * solib-irix.c: ...to here. Revised substantially to work with
2803 generic solib framework.
2804
b96d0a4e
KB
2805 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2806 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2807 * mips-irix-tdep.c: New file.
2808
313fb2f6
KB
2809 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2810 (mips-irix-tdep.o, solib-irix.o): New rules.
2811 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2812 solib-irix.o.
2813 * config/mips/irix6.mt (TDEPFILES): Likewise.
2814 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2815
ab2eaf26
KB
28162002-07-26 Kevin Buettner <kevinb@redhat.com>
2817
177e4768 2818 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
2819 disabled (via ``#if 0'') includes.
2820
7244546a
KB
28212002-07-26 Kevin Buettner <kevinb@redhat.com>
2822
2823 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2824 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2825 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2826 Add support for the fpscr register.
2827 * rs6000-nat.c (regmap, fetch_inferior_registers)
2828 (store_inferior_registers, fetch_core_registers): Likewise.
2829
dd7be90a
KB
28302002-07-26 Kevin Buettner <kevinb@redhat.com>
2831
2832 * rs6000-nat.c (language.h): Include.
2833 (special_regs): Delete this array.
2834 (regmap): New function.
2835 (fetch_register, store_register): Use regmap() to map gdb
2836 register numbers to ptrace register numbers. Also, use
2837 outputs from regmap() to make decisions regarding type of
2838 ptrace() call to make. In particular, don't compare against
2839 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2840 (fetch_inferior_registers, store_inferior_registers): Where
2841 possible, obtain register numbers from tdep struct. Don't
2842 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2843 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2844 (LAST_UISA_SP_REGNUM): Delete.
2845
11bf77db
KB
28462002-07-25 Kevin Buettner <kevinb@redhat.com>
2847
2848 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2849 (fetch_registers, store_register, fetch_core_registers): Don't
2850 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2851 regcache_collect() as appropriate.
2852 (find_toc_address): Format hex address with local_hex_string().
2853
06afebeb
AC
28542002-07-25 Andrew Cagney <ac131313@redhat.com>
2855
2856 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2857 bfd/elf32-frv.c.
2858
8c554d79
TT
28592002-07-24 Tom Tromey <tromey@redhat.com>
2860
2861 * jv-exp.y: Marked all strings with _().
2862 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2863 internal_error.
2864 (MethodInvocation, CastExpression, parse_number, yyerror,
2865 java_type_from_name, push_expression_name, yylex): Typo fixes.
2866
e4c242d9
DJ
28672002-07-24 Daniel Jacobowitz <drow@mvista.com>
2868
2869 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2870 (tee_file_flush, tee_file_write, tee_file_fputs)
2871 (tee_file_isatty): New.
2872 * ui-file.h (tee_file_new): Add prototype.
2873
ebf56fd3
AS
28742002-07-24 Aidan Skinner <aidan@velvet.net>
2875
2876 * ada-lang.c: Change k&r style function definitions to prototyped
2877 form.
2878 * ada-typeprint.c: Change k&r style function definitions to prototyped
2879 form.
2880 * ada-valprint.c: Change k&r style function definitions to prototyped
2881 form.
2882
7fb623f7
AC
28832002-07-24 Andrew Cagney <cagney@redhat.com>
2884
2885 * README: Remove reference to remote-bug.
2886 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2887 remote-bug.c.
2888 (m88k-nat.o): Delete rule.
2889 (m88k-tdep.o): Delete rule.
2890 (remote-bug.o): Delete rule.
2891 * MAINTAINERS: Mark as obsolete.
2892 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2893 * m88k-tdep.c: Make file obsolete.
2894 * config/m88k/m88k.mh: Ditto.
2895 * config/m88k/delta88v4.mh: Ditto.
2896 * config/m88k/delta88v4.mt: Ditto.
2897 * config/m88k/delta88.mt: Ditto.
2898 * config/m88k/delta88.mh: Ditto.
2899 * remote-bug.c: Ditto.
2900 * config/m88k/tm-delta88.h: Ditto.
2901 * config/m88k/nm-delta88v4.h: Ditto.
2902 * config/m88k/xm-delta88.h: Ditto.
2903 * config/m88k/xm-dgux.h: Ditto.
2904 * config/m88k/tm-m88k.h: Ditto.
2905 * config/m88k/nm-m88k.h: Ditto.
2906 * config/m88k/tm-delta88v4.h: Ditto.
2907 * m88k-nat.c: Ditto.
2908 * cxux-nat.c: Ditto.
2909 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2910 and m88*-*-* obsolete.
2911 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2912 m88*-*-* obsolete.
2913
37611a2b
AC
29142002-07-24 Andrew Cagney <cagney@redhat.com>
2915
2916 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2917 constant. Same for local pointer variables.
2918 (extract_signed_integer): Ditto.
2919 * defs.h (extract_unsigned_integer): Update.
2920 (extract_signed_integer): Update.
2921
1aaa5f99
AC
29222002-07-24 Andrew Cagney <cagney@redhat.com>
2923
2924 * regcache.c (regcache_raw_write): Change buf parameter to a
2925 constant void pointer.
2926 (regcache_raw_read): Change buf parameter to a void pointer.
2927 (legacy_write_register_gen): Change myaddr parameter a constant
2928 void pointer.
2929 (supply_register): Change val parameter to a const void pointer.
2930 * regcache.h (regcache_raw_write): Update declaration.
2931 (regcache_raw_read): Update declaration.
2932 (supply_register): Update declaration.
2933
b4f5539f
TT
29342002-07-24 Tom Tromey <tromey@redhat.com>
2935
2936 * defs.h (gdb_readline_wrapper): Declare.
2937 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2938 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2939 * top.c (gdb_readline_wrapper): New function.
2940 (command_line_input): Use it.
2941
0818c12a
AC
29422002-07-24 Andrew Cagney <cagney@redhat.com>
2943
2944 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2945 regcache_read and regcache_write.
2946 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2947 * regcache.c: Update.
2948 * sh-tdep.c (sh64_push_arguments): Update comment.
2949 (sh_pseudo_register_read): Update.
2950 (sh_pseudo_register_write): Update.
2951 (sh4_register_read): Update.
2952 (sh4_register_write): Update.
2953 (sh64_pseudo_register_read): Update.
2954 (sh64_pseudo_register_write): Update.
2955 (sh64_register_read): Update.
2956 (sh64_register_write): Update.
2957 * i386-tdep.c (i386_extract_return_value): Update.
2958 (i386_extract_struct_value_address): Update.
2959 (i386_extract_return_value): Update.
2960 * blockframe.c (generic_read_register_dummy): Update.
2961 (generic_call_dummy_register_unwind): Update
2962 * infrun.c (write_inferior_status_register): Update.
2963
f7321c06
JB
29642002-07-23 Jim Blandy <jimb@redhat.com>
2965
2966 * parser-defs.h (expression_context_pc): Make this extern.
2967 (Thanks to Michael Snyder.)
2968
2037aebb
AC
29692002-07-23 Andrew Cagney <ac131313@redhat.com>
2970
2971 GDB 5.2.1 released from 5.2 branch.
2972 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2973 * README: Update to mention 5.2.1.
2974
66504d44
MS
29752002-07-23 Mark Salter <msalter@redhat.com>
2976
2977 * remote.c (remote_read_bytes): Fix check for error.
2978
27bae383
KB
29792002-07-22 Kevin Buettner <kevinb@redhat.com>
2980
2981 * aix-thread.c (language.h): Include.
2982 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2983 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2984 Print newlines at end of debug messages.
2985 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2986 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2987
29882002-07-22 Kevin Buettner <kevinb@redhat.com>
2989
2990 * aix-thread.c (ppc-tdep.h): Include.
2991 (special_register_p): New function.
2992 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2993 (store_regs_user_thread): Use register number information from
2994 gdbarch_tdep struct instead of hardcoded offsets relative to
2995 FIRST_UISA_SP_REGNUM.
2996 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2997 special_register_p() instead of using FPLAST_REGNUM and
2998 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2999 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3000 will be MQ's register number.
3001
30022002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3003
3004 * aix-thread.c (ops): Rename to aix_thread_ops.
3005 (base_ops): Rename to base_target.
3006 (ops_attach): Rename to aix_thread_attach.
3007 (ops_detach): Rename to aix_thread_detach.
3008 (ops_resume): Rename to aix_thread_detach.
3009 (ops_wait): Rename to aix_thread_wait.
3010 (ops_kill): Rename to aix_thread_kill.
3011 (init_ops): Rename to init_aix_thread_ops.
3012 (ops_fetch_register): Rename to aix_thread_fetch_register.
3013 (ops_store_register): Rename to aix_thread_store_register.
3014 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3015 (ops_thread_alive): Rename to aix_thread_thread_alive.
3016 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3017 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3018 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3019 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3020 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3021 (store_regs_lib): Rename to store_regs_user_thread.
3022 (store_regs_kern): Rename to store_regs_kernel_thread.
3023
27bae383 30242002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3025
3026 * aix-thread.c (ops_prepare_to_store): Eliminate.
3027 (init_ops): Don't initialize ops.prepare_to_store.
3028 (store_regs_kern): Pre-fetch register buffers from child,
3029 because some registers may not be in the cache. Copy
3030 regs from register cache only if they are cached.
3031 (store_regs_lib): Copy regs from register cache only
3032 if they are cached.
3033 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3034 fill_gprs64): Ditto.
3035
61c5da0b
KB
30362002-07-22 Kevin Buettner <kevinb@redhat.com>
3037
3038 * aix-thread.c (gdb_assert.h): Include.
3039 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3040 register sizes (from register cache) match size of buffer holding
3041 register data.
3042 (fill_sprs32): Change parameter types to match those in the ptrace()
3043 buffer.
3044 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3045 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3046
30472002-07-22 Michael Snyder <msnyder@redhat.com>
3048
3049 * aix-thread.c (supply_sprs64): Cosmetic change.
3050 (supply_sprs32): Cosmetic change.
3051 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3052 (fill_sprs64): Use regcache_collect instead of read_register.
3053 (store_regs_lib): Use regcache_collect instead of
3054 read_register. Use fill_sprs32 instead of fill_sprs64,
3055 if debugging a 32-bit architecture.
3056 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3057 out of the register cache, instead of passing a pointer into
3058 the register cache directly to ptrace. Use regcache_collect
3059 insteaad of read_register.
3060 (ops_prepare_to_store): Use target_read_registers instead
3061 of read_register_bytes.
3062
36479eb1
AS
30632002-07-20 Aidan Skinner <aidan@velvet.net>
3064
3065 * MAINTAINERS: Add self under write after approval.
3066
80ae6ee2
AS
30672002-07-20 Aidan Skinner <aidan@velvet.net>
3068
3069 * ada-tasks.c: Change k&r style function definitions to prototyped
3070 form.
3071
8a8ab2b9
AC
30722002-07-19 Andrew Cagney <ac131313@redhat.com>
3073
3074 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3075 * x86-64-tdep.c: Include "objfiles.h".
3076 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3077 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3078
fb16b900
ML
30792002-07-17 Michal Ludvig <michal@suse.cz>
3080
3081 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3082 (update_context): Initialise cfa variable.
3083
0fe7bf7b
MS
30842002-07-17 Michael Snyder <msnyder@redhat.com>
3085
3086 * aix-thread.c: Shorten some long lines.
3087 Bring comments into line with code spec.
3088
488f131b
JB
30892002-07-18 Joel Brobecker <brobecker@gnat.com>
3090
3091 * infrun.c: Re-indent using gdb_indent.sh.
3092
46c415d2
JB
30932002-07-18 Joel Brobecker <brobecker@gnat.com>
3094
3095 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3096 Leave the indentation temporarily untouched, to minimize the diffs.
3097
cdecafbe
EZ
30982002-07-18 Elena Zannoni <ezannoni@redhat.com>
3099
3100 * stabsread.c: Make os9k sections of the code obsolete,
3101 for real this time.
3102 * stabsread.h: Make os9k sections of the code obsolete.
3103
7b6aa020
ML
31042002-07-18 Michal Ludvig <mludvig@suse.cz>
3105
09ec9b38
ML
3106 * linux-low.c (regsets_store_inferior_registers): Add free()
3107 at the end of a loop to prevent memory leak.
3108 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3109 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3110 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3111 line a comment.
4894ac5d 3112 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3113
233282cd
JB
31142002-07-17 Jim Blandy <jimb@redhat.com>
3115
3116 * macrocmd.c (info_macro_command): Remove newline from error
3117 message.
3118
7b6aa020 31192002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3120
3121 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3122 (sh_gdbarch_init): Use it for sh-dsp.
3123
f7ef9339
KB
31242002-07-16 Kevin Buettner <kevinb@redhat.com>
3125
3126 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3127 64-bit DWARF2 format.
3128
8dd72958
JB
31292002-07-16 Joel Brobecker <brobecker@gnat.com>
3130
3131 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3132 <sys/proc.h> when not available.
3133
a99a9e1b
AC
31342002-07-16 Andrew Cagney <ac131313@redhat.com>
3135
3136 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3137 * stabsread.c: Make os9k sections of the code obsolete.
3138 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3139 * config/i386/i386os9k.mt: Make file obsolete.
3140 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3141 (COMMON_OBS): Remove os9kread.o
3142 (SFILES): Remove os9kread.c.
3143 (os9kread.o, remote-os9k.o): Make target obsolete.
3144 * remote-os9k.c: Make file obsolete.
3145 * os9kread.c: Make file obsolete.
3146 * Makefile.in
3147
7a3085c1
AC
31482002-07-16 Andrew Cagney <ac131313@redhat.com>
3149
3150 * NEWS: Mention that the FR30 has been made obsolete.
3151 * fr30-tdep.c: Make file obsolete.
3152 * config/fr30/tm-fr30.h: Ditto.
3153 * config/fr30/fr30.mt: Ditto.
3154 * configure.tgt: Make fr30-*-elf obsolete.
3155 * MAINTAINERS: Make fr30-elf obsolete.
3156
28a93f5a
PM
31572002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3158
3159 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3160 found is not inside a section.
3161
be006b8b
KB
31622002-07-15 Kevin Buettner <kevinb@redhat.com>
3163
3164 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3165 strerror().
3166 (pdc_realloc): Use xrealloc() instead of realloc().
3167
14fa3751
KB
31682002-07-15 Kevin Buettner <kevinb@redhat.com>
3169
3170 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3171 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3172 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3173 macros.
3174
42cc437f
KB
31752002-07-15 Kevin Buettner <kevinb@redhat.com>
3176
3177 * aix-thread.c (ptrace_check): Eliminate goto.
3178 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3179 problem.
3180
8e2c28d4
KB
31812002-07-15 Kevin Buettner <kevinb@redhat.com>
3182
3183 * aix-thread.c (gdbcmd.h): Include.
3184 (DEBUG, DBG, DBG2, dbg): Eliminate.
3185 (debug_aix_thread): New static global.
3186 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3187 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3188 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3189 invocations to DBG and DBG2 macros to test against
3190 ``debug_aix_thread'' and call fprintf_unfiltered().
3191 (_initialize_aix_thread): Add new command "set debug aix-thread".
3192
30413464
AC
31932002-07-15 Andrew Cagney <ac131313@redhat.com>
3194
3195 From Gerhard Tonn <TON@de.ibm.com>:
3196 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3197 instead of supply_register.
3198
7c43edc1
AC
31992002-07-15 Andrew Cagney <ac131313@redhat.com>
3200
3201 * dwarf2cfi.c: Include "gdb_assert.h".
3202 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3203 non-NULL.
3204 (update_context): Do not use __func__. Add missing ``break''.
3205 (update_context): Do not use __func__.
3206
9364a0ef
EZ
32072002-07-15 Elena Zannoni <ezannoni@redhat.com>
3208
3209 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3210 and its setting. Set gdbarch instruction printing functions
3211 directly. For non-rs6000 case use new function
3212 gdb_print_insn_powerpc.
3213 (gdb_print_insn_powerpc): New function.
3214
3fbeef0b
AC
32152002-07-13 Andrew Cagney <ac131313@redhat.com>
3216
92eb23c5 3217 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3218 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3219 * configure.tgt: Mark d30v-*-* as obsolete.
3220 * d30v-tdep.c: Mark file as obsolete.
3221 * config/d30v/d30v.mt: Ditto.
3222 * config/d30v/tm-d30v.h: Ditto.
3223
aacb1f0a
AS
32242002-07-13 Aidan Skinner <aidan@velvet.net>
3225
3226 * ada-tasks.c (add_task_entry): replace calls to
3227 malloc() with xmalloc
3228 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3229
3230 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3231 ada_finish_decode_line_1, all_sals_for_line
3232 ada_breakpoint_rewrite): replace calls to free() with xfree()
3233
c11d79f2
KB
32342002-07-12 Kevin Buettner <kevinb@redhat.com>
3235
3236 From Nicholas Duffek (with minor changes by Martin Hunt,
3237 Louis Hamilton, and Kevin Buettner):
3238 * aix-thread.c: New file.
3239
8e19ed76
PS
32402002-07-12 Petr Sorfa <petrs@caldera.com>
3241
3242 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3243 complaint for invalid attribute class or form.
3244 (read_func_scope): DW_AT_frame_base
3245 better handling of DW_AT_block*.
3246 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3247 better handling of DW_AT_block*.
3248 (read_common_block): DW_AT_location
3249 better handling of DW_AT_block*.
3250 (read_partial_die): DW_AT_location better handling
3251 of DW_AT_block*.
3252 (new_symbol): DW_AT_external better handling of
3253 DW_AT_block*. Proper initialization of variable
3254 "addr".
3255 (attr_form_is_block): New function that returns true
3256 if the attribute's form is of DW_FORM_block*.
3257
295401f7
DJ
32582002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3259
3260 * valops.c (find_method_list): Remove comment about
3261 removed STATIC_MEMFUNCP argument.
3262 (value_find_oload_method_list): Likewise.
3263
e42dc924
KB
32642002-07-12 Kevin Buettner <kevinb@redhat.com>
3265
3266 From Nicholas Duffek:
3267 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3268 target_new_objfile_hook.
3269
6904b546
KB
32702002-07-12 Kevin Buettner <kevinb@redhat.com>
3271
3272 From Nicholas Duffek:
3273 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3274 csect.
3275
53fe9346
AC
32762002-07-12 Andrew Cagney <cagney@redhat.com>
3277
3278 * MAINTAINERS: Mention --enable-sim-build-warnings.
3279 (m68hc11-elf): Disable sim build warnings.
3280 (m32r-elf): Mark as broken obsolete candidate.
3281 (x86_64-linux-gnu): Mark as buildable with -Werror.
3282 (arm-elf): Change -w to ``,'' which enables warnings but not
3283 -Werror.
3284
af5f3db6
AC
32852002-07-12 Andrew Cagney <ac131313@redhat.com>
3286
3287 * bcache.h: Update copyright.
3288 (struct bstring, struct bcache): Move definition to "bcache.c".
3289 Replaced by opaque declaration.
3290 (bcache_xfree): Replace free_bcache.
3291 (bcache_xmalloc, bcache_memory_used): Declare.
3292
3293 * bcache.c: Update copyright.
3294 (struct bstring, struct bcache): Moved to here from "bcache.h".
3295 Update comments.
3296 (bcache_xmalloc, bcache_memory_used): New functions.
3297 (bcache_xfree): Replace function free_bcache.
3298
3299 * Makefile.in (objfiles.o): Add $(bcache_h).
3300 (objfiles_h): Remove $(bcache_h).
3301 (symfile.o): Add $(bcache_h).
3302
3303 * symmisc.c: Update copyright.
3304 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3305 (print_objfile_statistics): Use bcache_memory_used.
3306
3307 * symfile.c: Include "bcache.h".
3308 (reread_symbols): Use bcache_xfree.
3309 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3310 (add_psymbol_to_list): Pass psymbol_cache by value.
3311 (add_psymbol_with_dem_name_to_list): Ditto.
3312
3313 * objfiles.h: Update copyright.
3314 (struct bcache): Declare opaque. Do not include "bcache.h".
3315 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3316 bcache'' pointers.
3317 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3318
3319 * objfiles.c: Include "bcache.h". Update copyright.
3320 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3321 macro_cache.
3322 (free_objfile): Use bcache_xfree.
3323
444199e7
GS
33242002-07-11 Grace Sainsbury <graces@redhat.com>
3325
3326 * monitor.c (monitor_fetch_register): Make name a constant.
3327 (monitor_store_register): Same.
3328
261397f8
DJ
33292002-07-11 Daniel Jacobowitz <drow@mvista.com>
3330
3331 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3332 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3333 (finish_block) For non-function blocks, hash the symbol table. For
3334 function blocks, mark the symbol table as unhashed.
3335 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3336 (msymbol_hash_iw): Likewise.
3337 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3338 value.
3339 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3340 (lookup_minimal_symbol): Likewise for both.
3341 * symtab.h (struct block): Add `hashtable' flag. Comment the
3342 hashtable.
3343 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3344 (ALL_BLOCK_SYMBOLS): Update.
3345 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3346 (struct symbol): Add `hash_next' pointer.
3347 * symtab.c (lookup_block_symbol): Search using the hash table when
3348 possible.
3349 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3350 (search_symbols, find_addr_symbol): Likewise.
3351
3352 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3353 (read_dst_symtab): Likewise.
3354 * jv-lang.c (get_java_class_symtab): Likewise.
3355 * mdebugread.c: Include "gdb_assert.h".
3356 (shrink_block): Assert that the block being modified is not hashed.
3357 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3358 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3359 symbols.
3360 (dump_symtab): Recognize hashed blocks.
3361 * printcmd.c (print_frame_args): Assert that function blocks do not
3362 have hashed symbol tables.
3363 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3364 (fill_in_ada_prototype, debug_print_block): Likewise.
3365 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3366
6f0eaa01
CV
33672002-07-11 Corinna Vinschen <vinschen@redhat.com>
3368
3369 * stack.c (print_frame): Use result of frame_address_in_block()
3370 instead of fi->pc when evaluating symbols.
3371 (backtrace_command_1): Ditto.
3372
a208b0cb
AC
33732002-07-11 Andrew Cagney <cagney@redhat.com>
3374
3375 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3376 Make static.
3377
3378 * arm-tdep.c (arm_register_name): Make return type constant.
3379
a6b6b089
AC
33802002-07-10 Andrew Cagney <ac131313@redhat.com>
3381
5ae5f592
AC
3382 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3383 prototype.
3384 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3385 * s390-tdep.c (s390_fp_regnum): Ditto.
3386 (s390_read_fp): Ditto.
3387 (s390_pop_frame): Ditto.
3388 (_initialize_s390_tdep): Ditto.
3389 * remote.c (get_remote_state): Ditto.
3390 * procfs.c (mappingflags): Ditto.
3391 * memattr.c (_initialize_mem): Ditto.
3392 * mcore-tdep.c (mcore_pop_frame): Ditto.
3393 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3394 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3395 * language.c (set_case_str): Ditto.
3396 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3397 * frv-tdep.c (new_variant): Ditto.
3398 (frv_stopped_data_address): Ditto.
3399 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3400 (context_alloc): Ditto.
3401 (frame_state_alloc): Ditto.
3402 (unwind_tmp_obstack_init): Ditto.
3403 (unwind_tmp_obstack_free): Ditto.
3404 (cfi_read_fp): Ditto.
3405 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3406 (cris_pop_frame): Ditto.
3407 * c-lang.c (scanning_macro_expansion): Ditto.
3408 (finished_macro_expansion): Ditto.
3409 (c_preprocess_and_parse): Ditto.
3410 * gdbarch.sh: Ditto.
3411 * gdbarch.h, gdbarch.c: Regenerate.
3412 * config/mn10200/tm-mn10200.h: Adjust indentation.
3413 * target.c: Adjust indentation.
3414 * symtab.h: Adjust indentation.
3415 * stabsread.h: Adjust indentation.
3416 * remote-es.c: Adjust indentation.
3417 * os9kread.c: Adjust indentation.
3418
34192002-07-10 Andrew Cagney <ac131313@redhat.com>
3420
a6b6b089
AC
3421 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3422 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3423
a1789893
GS
34242002-07-10 Grace Sainsbury <graces@redhat.com>
3425
3426 * NEWS: Mention m68k, mcore multi-arching.
3427 * MAINTAINERS: Change status of m68k, mcore to reflect
3428 multi-arching.
3429
02f0d45d
DJ
34302002-07-10 Daniel Jacobowitz <drow@mvista.com>
3431
3432 * valops.c (find_overload_match): Free oload_syms.
3433
f15f768e
JB
34342002-07-09 Joel Brobecker <brobecker@gnat.com>
3435
3436 Define HAVE_SYS_PROC_H if sys/proc.h exists
3437 * configure.in: Add check for sys/proc.h
3438 * config.in: Regenerate.
3439 * configure: Regenerate.
3440
902a7139
GS
34412002-07-09 Grace Sainsbury <graces@redhat.com>
3442
3443 * config/m68k/tm-m68k.h: Remove macros wrapped in
3444 #if !GDB_MULTI_ARCH.
3445
a534e424
AC
34462002-07-08 Andrew Cagney <ac131313@redhat.com>
3447
3448 * config.in, configure: Regenerate.
3449
9b94f7bf
MK
34502002-07-08 Mark Kettenis <kettenis@gnu.org>
3451
3452 * dwarf2cfi.c: Include "gcore.h".
3453 (execute_stack_op): Fix implementation of the
3454 DW_OP_deref and DW_OP_deref_size operators by letting do their
3455 lookup in the target.
3456
1d34db41
MK
34572002-07-07 Mark Kettenis <kettenis@gnu.org>
3458
3459 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
3460 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
3461 tdep->sc_sp_offset.
3462
79d5b63a
DJ
34632002-07-05 Daniel Jacobowitz <drow@mvista.com>
3464
3465 Fix PR gdb/595, gdb/602
3466 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
3467 Don't call value_cast, just read the vtable pointer; update comments
3468 to match.
3469
3bb912e8
GS
34702002-07-05 Grace Sainsbury <graces@redhat.com>
3471
3472 * config/mcore/tm-mcore.h: Remove file.
3473 * config/mcore/mcore.mt: Remove definition of TM_FILE
3474 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
3475
ca39387d
MK
34762002-07-05 Mark Kettenis <kettenis@gnu.org>
3477
3478 * i386bsd-tdep.c: Include "gdb_string.h".
3479
efdc1108
GS
34802002-07-04 Grace Sainsbury <graces@redhat.com>
3481
3482 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
3483 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
3484 mcore-tdep.
3485 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
3486 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
3487 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
3488 (RETVAL_REGNUM): Move macros from tm-mcore.h
3489 (mcore_reg_struct_has_addr): New function.
3490 (mcore_gdbarch_init): Added initializations for the macros removed
3491 from tm-mcore.h.
3492
bb21884d
MK
34932002-07-04 Mark Kettenis <kettenis@gnu.org>
3494
3495 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
3496 traditonal string branding within the ELF header.
3497
228c6d41
DJ
34982002-07-04 Daniel Jacobowitz <drow@mvista.com>
3499
3500 * symtab.c (remove_params): New function.
3501 (make_symbol_overload_list): Use it instead of cplus_demangle.
3502 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
3503
2404952e
MK
35042002-07-04 Mark Kettenis <kettenis@gnu.org>
3505
e5e4acad
MK
3506 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
3507
baadce09
MK
3508 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
3509 New variables.
3510 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
3511 and tdep->sigtramp_end.
3512 * i386obsd-nat.c: New file.
3513 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
3514
2404952e
MK
3515 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
3516 Don't call get_current_frame().
3517
9b4f1ba7
PM
35182002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
3519
3520 * i386-nat.c (child_post_startup_inferior): New function
3521 calling i386_cleanup_dregs if
3522 I386_USE_GENERIC_WATCHPOINTS is defined.
3523 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
3524 conditional to acknowledge that i386-nat.c has its
3525 own child_post_startup_inferior function.
3526
c0d1d883
MK
35272002-07-04 Mark Kettenis <kettenis@gnu.org>
3528
00f8375e
MK
3529 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
3530 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
3531 instead of MAX_REGISTER_RAW_SIZE.
3532 (i386_extract_return_value, i386_extract_struct_value_address):
3533 Convert to use regcache.
3534 (i386_gdbarch_init): Set max_register_raw_size and
3535 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
3536 Set extract_return_value and extract_struct_value_address instead
3537 of their deprecated variants.
3538
c0d1d883
MK
3539 Convert i386 target to generic dummy frames.
3540 * i386-tdep.c: Include "symfile.h".
3541 (i386_frameless_signal_p): Consider a function to be frameless if
3542 the pc points at the first instruction of the function.
3543 (i386_frame_chain): Handle (generic) call dummies.
3544 (i386_frame_saved_pc): Likewise.
3545 (i386_frame_init_saved_regs): Remove code dealing with call
3546 dummies on the stack.
3547 (i386_push_dummy_frame): Removed.
3548 (i386_call_dummy_words): Removed.
3549 (i386_fix_call_dummy): Removed.
3550 (i386_push_return_address): New function.
3551 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
3552 parameter, and don't call get_current_frame.
3553 (i386_pop_frame): New function.
3554 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
3555 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
3556 entry_point_address, set call_dummy_breakpoint_offset to 0, set
3557 call_dummy_length to 0, set call_dummy_words to NULL, set
3558 sizeof_call_dummy_words to 0, set fix_call_dummy to
3559 generic_fix_call_dummy, set pc_in_call_dummy to
3560 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
3561 generic_push_dummy_frame, set push_return_address to
3562 i386_push_return_address and set frame_chain_valid to
3563 generic_file_frame_chain_valid.
3564
049ee0e4
AC
35652002-07-03 Andrew Cagney <ac131313@redhat.com>
3566
3567 * gdbarch.sh (struct regcache): Add opaque declaration.
3568 (EXTRACT_RETURN_VALUE): New architecture method.
3569 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
3570 * gdbarch.h, gdbarch.c: Regenerate.
3571 * arch-utils.c (legacy_extract_return_value): New function.
3572 * arch-utils.h (legacy_extract_return_value): Declare.
3573 * values.c (value_being_returned): Re-enable code handling
3574 EXTRACT_STRUCT_VALUE_ADDRESS. Move
3575 deprecated_grub_regcache_for_registers call to block handling
3576 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3577 (EXTRACT_RETURN_VALUE): Do not define.
3578
4e0d9804
GS
35792002-07-03 Grace Sainsbury <graces@redhat.com>
3580
3581 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
3582 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
3583 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
3584 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
3585 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
3586 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
3587 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3588 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
3589 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
3590 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
3591 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
3592 argument so the function fits the prototype in the architecture
3593 vector.
3594 (mcore_pop_frame): Remove argument so the function fits the
3595 prototype. Use get_current_frame instead of the argument.
3596 (mcore_push_arguments): Change type of struct_return so the
3597 function can be used in the architecture vector.
3598 (mcore_store_struct_return): Add.
3599 (mcore_frame_init_saved_regs): Add.
3600 (mcore_gdbarch_init): Add function calls to replace the macros
3601 removed from tm-mcore.h
3602
36160dc4
AC
36032002-07-03 Andrew Cagney <ac131313@redhat.com>
3604
3605 * infcmd.c (print_return_value): Remove compatibility code calling
3606 deprecated_grub_regcache_for_registers.
3607
3608 * values.c: Include "regcache.h".
3609 (value_being_returned): Update. Use
3610 deprecated_grub_regcache_for_registers to extract the register
3611 buffer address.
3612 * value.h (value_being_returned): Change ``retbuf'' parameter to a
3613 ``struct regcache''.
3614 * Makefile.in (values.o): Add dependency on $(regcache_h).
3615
3616 * inferior.h (run_stack_dummy): Change type of second parameter to
3617 a ``struct regcache''.
3618 * valops.c (hand_function_call): Change type of retbuf to ``struct
3619 regcache''. Allocate using regcache_xmalloc, clean using
3620 make_cleanup_regcache_xfree.
3621 * infcmd.c (run_stack_dummy): Update. Use
3622 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
3623
3624 * regcache.c (do_regcache_xfree): New function.
3625 (make_cleanup_regcache_xfree): New function.
3626 * regcache.h (make_cleanup_regcache_xfree): Declare.
3627
e64d9b3d
MH
36282002-07-03 Martin M. Hunt <hunt@redhat.com>
3629
4dd79c29
MH
3630 * event-top.c (command_line_handler): Don't read past
3631 beginning of buffer.
e64d9b3d 3632
4dd79c29
MH
36332002-07-03 Martin M. Hunt <hunt@redhat.com>
3634
e64d9b3d
MH
3635 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
3636 struct frame_id.
3637 (varobj_create): Store frame_id for root.
3638 (varobj_gen_name): Use xasprintf.
3639 (varobj_update): Save and restore frame using get_frame_id() and
3640 frame_find_by_id().
3641 (create_child): Use xasprintf.
3642 (new_root_variable): Initialize frame_id.
3643 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
3644 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
3645 to prevent memory leak.
3646
26e6c56a
AC
36472002-07-03 Andrew Cagney <ac131313@redhat.com>
3648
3649 * valops.c (hand_function_call): Move declaration of retbuf to
3650 start of function, allocate using malloc, add a cleanup but before
3651 the inf_status cleanup, cleanup the buffer. Rename local variable
3652 old_chain to inf_status_cleanup.
3653
f436dd25
MH
36542002-07-03 Martin M. Hunt <hunt@redhat.com>
3655
3656 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3657
3658 * cli/cli-decode.c (cmd_func_p): New function.
3659 (cmd_func): New function.
3660
3661 * command.h: Add cmd_func() and cmd_func_p().
3662
4cfe2084
GS
36632002-07-03 Grace Sainsbury <graces@redhat.com>
3664
3665 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3666 (REGISTER_SIZE): Remove.
3667 (MAX_REGISTER_RAW_SIZE): Remove.
3668 (REGISTER_VIRTUAL_TYPE): Remove.
3669 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3670 (REGISTER_NAME): Remove.
3671 (USE_GENERIC_DUMMY_FRAMES): Remove.
3672 (CALL_DUMMY): Remove.
3673 (CALL_DUMMY_START_OFFSET): Remove.
3674 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3675 (CALL_DUMMY_LOCATION): Remove.
3676 (FIX_CALL_DUMMY): Remove.
3677 (CALL_DUMMY_ADDRESS): Remove.
3678 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3679 (SAVE_DUMMY_FRAME_TOS): Remove.
3680 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3681 (mcore_register_virtual_type): New function.
3682 (mcore_register_byte): New function.
3683 (mcore_register_size): New function.
3684 (mcore_register_name): New function.
3685 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3686 macros removed from tm-mcore.h.
3687 (mcore_dump_tdep): Add.
3688 (_initialize_mcore_tdep): Add gdbarch_register call.
3689
4fd667e9
MK
36902002-07-03 Mark Kettenis <kettenis@gnu.org>
3691
3692 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3693 frameless_look_for_prologue, such that we actually call this
3694 function.
3695
42f99ac2
JB
36962002-07-02 Joel Brobecker <brobecker@gnat.com>
3697
3698 * frame.h (frame_address_in_block): New function.
3699
3700 * blockframe.c (frame_address_in_block): New function extracted
3701 from get_frame_block().
3702 (get_frame_block): Use frame_address_in_block().
3703 (block_innermost_frame): Use frame_address_in_block() to match
3704 the frame pc address against the block boundaries rather than
3705 the frame pc directly. This prevents a failure when a frame pc
3706 is actually a return-address pointing immediately after the end
3707 of the given block.
3708
103a1597 37092002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3710
3711 * MAINTAINERS: Add self under write after approval.
3712
37132002-07-02 Grace Sainsbury <graces@redhat.com>
3714
103a1597
GS
3715 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3716 used in architecture vector. The default is
3717 m68k_local_breakpoint_from_pc.
3718 (m68k_local_breakpoint_from_pc): Add.
3719 (enum): Add register numbers from tm-m68k.h.
3720 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3721 vector.
3722 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3723 GDB_MULTI_ARCH_PARTIAL.
3724 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3725 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3726 m68k-tdep.c.
3727 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3728 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3729 to enum in m68k-tdep.c
3730
7a5a0534
JB
37312002-07-02 Joel Brobecker <brobecker@gnat.com>
3732
3733 * solib-osf.c (open_map): Compute the list of shared libraries
3734 loaded by the inferior, rather than the list of libraries loaded
3735 by GDB itself. Otherwise, GDB ends up reading the symbols from
3736 the wrong shared libraries...
3737
6f558d74
MK
37382002-07-02 Mark Kettenis <kettenis@gnu.org>
3739
b7d15bf7
MK
3740 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3741 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3742 macros.
3743 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3744 Remove functions.
3745 (FRAMELESS_SIGNAL): Remove function.
3746 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3747 i386_linux_saved_pc_after_call): Removed.
3748 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3749 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3750 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3751
6bff26de
MK
3752 * i386-tdep.c (i386_frameless_signal_p): New function.
3753 (i386_frame_chain): Deal with frameless signals.
3754 (i386_sigtramp_saved_sp): New function.
3755 (i386_frame_saved_pc): Deal with frameless signals.
3756 (i386_saved_pc_after_call): Make sure the correct value is
3757 returned just after entry into a sigtramp.
3758 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3759 i386fbsd4_sc_sp_offset): New variables.
3760 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3761 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3762 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3763 similiar to what we already did for sc_pc_offset.
3764 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3765 tdep->sc_sp_offset.
3766
6f558d74
MK
3767 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3768
145564b7
ML
37692002-07-02 Michal Ludvig <mludvig@suse.cz>
3770
3771 * config/i386/tm-x86-64linux.h: New.
3772 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3773 definitions.
3774 * config/i386/nm-x86-64.h: Rename to ...
3775 * config/i386/nm-x86-64linux.h: ... this one.
3776 * config/i386/x86-64linux.mh: Reflect the above change.
3777
3a1e71e3
MK
37782002-07-01 Mark Kettenis <kettenis@gnu.org>
3779
21d0e8a4
MK
3780 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3781 with sigcontext_addr. Add sc_sp_offset.
3782 (i386bsd_sigtramp_saved_pc): Remove prototype.
3783 (i386bsd_sicontext_addr): Add prototype.
3784 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3785 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3786 (i386_svr4_sigtramp_saved_pc): Removed.
3787 (i386_svr4_sigcontext_addr): New function.
3788 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3789 Initialize tdep->sigcontext_addr instead. Initialize
3790 tdep->sc_pc_offset and tdep->sc_sp_offset.
3791 (i386_gdbarch_init): Likewise.
3792 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3793 any more.
3794 (i386bsd_sigtramp_saved_pc): Remove function.
3795 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3796 Initialize tdep->sigcontext_addr instead. Initialize
3797 tdep->sc_pc_offset.
3798 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3799 of tdep->sigtramp_saved_pc.
3800 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3801 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3802 instead.
3803
3a1e71e3
MK
3804 * i386-tdep.c (i386_frameless_function_invocation,
3805 i386_frame_num_args, i386_frame_init_saved_regs,
3806 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3807 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3808 i386_extract_return_value, i386_store_return_value,
3809 i386_extract_struct_value_address, i386_register_virtual_type,
3810 i386_register_convertible, i386_register_convert_to_virtual,
3811 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3812 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3813 static.
3814
52e9098c
MK
38152002-07-01 Mark Kettenis <kettenis@gnu.org>
3816
77b13a25
MK
3817 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3818
52e9098c
MK
3819 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3820 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3821 this macro. Include "value.h".
3822
1b372fff
AS
38232002-06-30 Aidan Skinner <aidan@velvet.net>
3824
3825 * ada-exp.tab.c: remove as it's a generated file
3826 * ada-lex.c: remove as it's a generated file
3827
9c5045b5
MK
38282002-06-30 Mark Kettenis <kettenis@gnu.org>
3829
4a93c5bb
MK
3830 * config/i386/tm-i386.h (struct frame_info, struct
3831 frame_saved_regs, struct value, struct type): Remove forward
3832 declarations.
3833
322d4fe0
MK
3834 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3835 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3836 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3837 (FILL_FPXREGSET): Define.
3838
fdd8263d
MK
3839 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3840
482e577b
MK
3841 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3842 i[3456]86-*-netbsd* case.
3843 * config/i386/tm-obsd.h: Removed.
3844 * config/i386/obsd.mt: Removed.
3845 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3846 core-aout.o.
3847 (MH_CFLAGS): Add -DYYDEBUG=0.
3848
6916549a
MK
3849 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3850 i386nbsd_sc_pc_offset on OpenBSD too.
3851
9c5045b5
MK
3852 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3853 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3854 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3855 define.
3856 * i386bsd-tdep.c: Include "arch-utils.h".
3857 (i386bsd_aout_in_solib_call_trampoline): New function.
3858 (i386bsd_init_abi): Set in_solib_call_trampoline to
3859 i386bsd_aout_in_solib_call_trampoline.
3860 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3861 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3862
aa84d1bb
AC
38632002-06-28 Andrew Cagney <ac131313@redhat.com>
3864
3865 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3866 (struct obstack, struct bcache): Add opaque declarations.
3867 * Makefile.in (macrotab_h): Update
3868
b4d83933
AC
38692002-06-28 Andrew Cagney <ac131313@redhat.com>
3870
3871 * blockframe.c (generic_find_dummy_frame): Change return type to
3872 ``struct regcache''.
3873 (struct dummy_frame): Replace field ``registers'' with regcache, a
3874 struct regcache object.
3875 (generic_find_dummy_frame): Update.
3876 (generic_push_dummy_frame): Update. Use regcache_xfree,
3877 regcache_xmalloc and regcache_cpy.
3878 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3879 regcache_xfree.
3880 (deprecated_generic_find_dummy_frame): Update.
3881 (generic_read_register_dummy): Update. Use
3882 regcache_read_as_address.
3883 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3884 (generic_get_saved_register): Update. Use regcache_read.
3885
08c0b5bc
AC
38862002-06-28 Andrew Cagney <ac131313@redhat.com>
3887
3888 * Makefile.in (objfiles_h): Add $(bcache_h).
3889 * objfiles.h: Include "bcache.h".
3890
3891 * Makefile.in (symtab_h): Remove $(bcache_h).
3892 * symtab.h: Do not include "bcache.h".
3893
1f89801a
AC
38942002-06-28 Andrew Cagney <ac131313@redhat.com>
3895
3896 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3897 generic_func_frame_chain_valid.
3898
b9644b58
DB
38992002-06-28 David O'Brien <obrien@FreeBSD.org>
3900
3901 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3902 * config/i386/tm-fbsd.h: Likewise.
3903
dd486634
AC
39042002-06-28 Andrew Cagney <ac131313@redhat.com>
3905
3906 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3907 generic_unwind_get_saved_register.
3908
0b434a00
AC
39092002-06-27 Andrew Cagney <ac131313@redhat.com>
3910
3911 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3912 * regcache.c (supply_register): Add missing argument to
3913 register_buffer call.
3914
f30e5a77
AC
39152002-06-27 Andrew Cagney <ac131313@redhat.com>
3916
3917 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3918 Solaris /bin/grep does not not like it. From Peter Schauer.
3919
9f064c95
TT
39202002-06-26 Tom Tromey <tromey@redhat.com>
3921
3922 * command.h (add_setshow_cmd): Declare.
3923 (add_setshow_cmd_full): Declare.
3924 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3925 returns void. Use add_setshow_cmd_full.
3926 (add_setshow_cmd_full): New function.
3927 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3928 (add_setshow_boolean_cmd): Likewise.
3929
099c7589
JT
39302002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3931
3932 * config/vax/tm-vax.h: Protect from multiple inclusion.
3933 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3934 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3935 * config/vax/tm-vaxbsd.h: ...here. New file.
3936 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3937
1d049c5e
JT
39382002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3939
3940 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3941 (BELIEVE_PCC_PROMOTION): Remove.
3942 (AP_REGNUM): Move to...
3943 * config/vax/nm-vax.h: ...here.
3944 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3945 (vax_breakpoint_from_pc): New function.
3946 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3947 and gdbarch_believe_pcc_promotion.
3948
4791e091
JT
39492002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3950
3951 * Makefile.in (vax_tdep_h): Define.
3952 (vax-tdep.o): Use $(vax_tdep_h).
3953 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3954 (vax_dump_tdep): New function.
3955 (_initialize_vax_tdep): Register vax_dump_tdep.
3956 * vax-tdep.h: Include osabi.h.
3957 (struct gdbarch_tdep): New.
3958
da130f98
AC
39592002-06-26 Andrew Cagney <cagney@redhat.com>
3960
3961 * frame.h (deprecated_generic_find_dummy_frame): Rename
3962 generic_find_dummy_frame.
3963 * blockframe.c (generic_find_dummy_frame): Make static.
3964 (deprecated_generic_find_dummy_frame): New function.
3965 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3966 generic_find_dummy_frame with deprecated_find_dummy_frame.
3967 (sh64_nofp_frame_init_saved_regs): Ditto.
3968 (sh_fp_frame_init_saved_regs): Ditto.
3969 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3970 (s390_frame_chain): Ditto.
3971 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3972
6300c360
GS
39732002-06-26 Grace Sainsbury <graces@redhat.com>
3974
3975 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3976 gdbarch vector are at the top.
3977 (NUM_REGS): Remove.
3978 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3979 (FRAME_ARGS_ADDRESS): Remove.
3980 (FRAME_LOCALS_ADDRESS): Remove.
3981 (FRAME_NUM_ARGS): Remove.
3982 (FRAME_ARGS_SKIP): Remove.
3983 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3984 (m68k_gdbarch_init): Add gdbarch initializations for macros
3985 undefined in tm-m68k.h
3986
1c617db8
GS
39872002-06-26 Grace Sainsbury <graces@redhat.com>
3988
3989 * monitor.h: Add the function regname to monitor_ops
3990 structure. This way NUM_REGS does not have to be a constant.
3991 * monitor.c (monitor_fetch_register): Added support for regname
3992 function. The function is called if the array regnames is NULL.
3993 (monitor_store_register): Same.
da130f98
AC
3994 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3995 regnames array.
1c617db8
GS
3996 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3997 cpu32bug_cmds.regname to point to new function.
3998 * abug-rom.c (abug_regname): Same as above.
3999 (init_abug_cmds): Same.
4000 * dbug-rom.c (dbug_regname): Same as above.
4001 (init_dbug_cmds): Same.
4002 * remote-est.c (est_regname): Same.
4003 (init_est_cmds): Same.
4004 * rom68k-rom.c (rom68k_regname): Same.
4005 (init_rom68k_cmds): Same.
4006
ea9365bb
TT
40072002-06-25 Tom Tromey <tromey@redhat.com>
4008
4009 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4010
72cec141
AC
40112002-06-25 Andrew Cagney <cagney@redhat.com>
4012
4013 * infrun.c (stop_registers): Change variable's type to ``struct
4014 regcache'''.
4015 (xmalloc_inferior_status): Delete function.
4016 (free_inferior_status): Delete function.
4017 (normal_stop): Use regcache_cpy.
4018 (struct inferior_status): Change type of fields ``stop_registers''
4019 and ``registers'' to ``struct regcache''.
4020 (write_inferior_status_register): Use regcache_write.
4021 (save_inferior_status): Instead of calling
4022 xmalloc_inferior_status, allocate the inf_status buffer directly.
4023 Use regcache_dup_no_passthrough and regcache_dup to save the
4024 buffers.
4025 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4026 Replace the stop_registers regcache instead of overriding it. Use
4027 regcache_xfree. Instead of calling free_inferior_status, xfree
4028 the buffer directly.
4029 (discard_inferior_status): Use regcache_xfree. Instead of calling
4030 free_inferior_status, xfree the buffer directly.
4031 (build_infrun): Use regcache_xmalloc.
4032 (_initialize_infrun): Delete redundant call to build_infrun.
4033
4034 * Makefile.in (infcmd.o): Add $(regcache_h).
4035
4036 * infcmd.c: Include "regcache.h".
4037 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4038 obtain the address of `stop_registers' register buffer.
4039 (print_return_value): Ditto.
4040
4041 * inferior.h (struct regcache): Add opaque declaration.
4042 (stop_registers): Change variable's declared type to ``struct
4043 regcache''.
4044
defc6f8c
TT
40452002-06-24 Tom Tromey <tromey@redhat.com>
4046
c0e624e7
TT
4047 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4048 * target.c (initialize_targets): Fixed typo in
4049 trust-readonly-sections `show' documentation.
4050
defc6f8c
TT
4051 * main.c: Marked all strings with _().
4052
2b236d82
DH
40532002-06-24 Don Howard <dhoward@redhat.com>
4054
4055 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4056 that means max CORE_ADDR+1.
4057 (lookup_mem_region): Ditto.
4058 (mem_info_command): Ditto.
4059
942dc0e9
GS
40602002-06-24 Grace Sainsbury <graces@redhat.com>
4061
4062 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4063 (REGISTER_BYTES_OK): Remove.
4064 (REGISTER_BYTES): Remove.
4065 (STORE_STRUCT_RETURN): Remove.
4066 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4067 (STORE_RETURN_VALUE): Remove.
4068 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4069 (FRAME_CHAIN): Remove.
4070 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4071 (FRAME_SAVED_PC): Remove.
4072 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4073 (m68k_store_struct_return): Add.
4074 (m68k_deprecated_extract_return_value): Add.
4075 (m68k_deprecated_extract_struct_value_address): Add.
4076 (m68k_store_return_value): Add.
4077 (m68k_frame_chain): Add.
4078 (m68k_frameless_function_invocation): Add.
4079 (m68k_frame_saved_pc): Add.
4080 (m68k_gdbarch_init): added set_gdbarch calls for new
4081 functions and deleted macros.
4082
03c30d4d
TT
40832002-06-23 Tom Tromey <tromey@redhat.com>
4084
4085 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4086 (ALLDEPFILES): Likewise.
4087 (udiheaders): Removed.
4088 (udip2soc.o): Likewise.
4089 (udi2go32.o): Likewise.
4090 (udr.o): Likewise.
4091 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4092
37e71372
AC
40932002-06-22 Andrew Cagney <ac131313@redhat.com>
4094
06a6ac57
AC
4095 * infrun.c (_initialize_infrun): Delete unnecessary call to
4096 build_infrun.
4097
37e71372
AC
4098 * regcache.h: Update comments describing the regcache_cpy family
4099 of functions.
4100 (regcache_save, regcache_restore): Delete declaration.
4101 (regcache_save_no_passthrough): Delete declaration.
4102 (regcache_restore_no_passthrough): Delete declaration.
4103 * regcache.c (regcache_save): Delete function.
4104 (regcache_save_no_passthrough): Delete function.
4105 (regcache_restore): Delete function.
4106 (regcache_restore_no_passthrough): Delete function.
4107
78f6d055
AC
41082002-06-21 Andrew Cagney <ac131313@redhat.com>
4109
4110 * config/m68k/tm-m68k.h: Fix typo.
4111 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4112 (m68k_frame_init_saved_regs): Declare.
4113
78b119cb
JB
41142002-06-21 Jim Blandy <jimb@redhat.com>
4115
4116 Remove some vestiges of Harris 88k support.
4117 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4118 register numbering quirk.
4119 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4120 odd symbols occurring in Harris 88k ELF targets.
4121
0fbb3da7
TT
41222002-06-21 Tom Tromey <tromey@redhat.com>
4123
4124 * gdb_locale.h: New file.
4125 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4126 (defs_h): Added gdb_locale.h.
4127 * configure, config.in: Rebuilt.
4128 * configure.in (PACKAGE): Define.
4129 * defs.h: Include gdb_locale.h.
4130 * main.c (captured_main): Call setlocale, bindtextdomain,
4131 textdomain.
4132
456f8b9d
DB
41332002-06-21 Dave Brolley <brolley@redhat.com>
4134
4135 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4136 * config/frv/frv.mt: New file.
4137 * config/frv/tm-frv.h: New file.
4138 * configure.tgt: Support frv-*-*.
4139 * Makefile.in (frv-tdep.o): New target.
4140 * frv-tdep.c: New file.
4141 * NEWS: Mention frv.
4142
cdd463f9
DB
41432002-06-21 Dave Brolley <brolley@redhat.com>
4144
4145 * MAINTAINERS: Add self to "Write After Approval" list.
4146
5d3ed2e3
GS
41472002-06-21 Grace Sainsbury <graces@redhat.com>
4148
4149 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4150 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4151 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4152 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4153 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4154
4155 * m68k-tdep.c: Include arch-utils.h
4156 (m68k_register_raw_size): Add.
4157 (m68k_register_virtual_size): Add.
4158 (m68k_register_virtual_type): Add.
4159 (m68k_register_name): Add.
4160 (m68k_stack_align): Add.
4161 (m68k_register_byte): Add.
4162 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4163 tm-m68k.h.
4164
7f8e7424
GS
41652002-06-21 Grace Sainsbury <graces@redhat.com>
4166
a2c6a6d5 4167 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4168 m68k_find_saved_regs.
4169 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4170 references to it with frame->saved_regs.
7f8e7424
GS
4171 (m68k_gdbarch_init): Added function calls to initialize the
4172 gdbarch structure.
a2c6a6d5
GS
4173 (m68k_fix_call_dummy): Add.
4174 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4175 (CALL_DUMMY): Remove.
4176 (CALL_DUMMY_LENGTH): Remove.
4177 (CALL_DUMMY_START_OFFSET): Remove.
4178 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4179 (FIX_CALL_DUMMY): Remove.
4180 (PUSH_DUMMY_FRAME): Remove.
4181 (POP_FRAME): Remove.
7f8e7424 4182
f461f5cf
PM
41832002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4184
4185 * parse.c (parse_fprintf): New function used to avoid calls to
4186 fprintf in bison parser generated debug code.
4187 * parser-defs.h: Declaration of new parse_fprintf function.
4188 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4189 Set YYDEBUG to 1 by default.
4190 Set YYFPRINTF as parse_fprintf.
4191
7f0c12ed
ML
41922002-06-21 Michal Ludvig <mludvig@suse.cz>
4193
4194 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4195 encoding anymore.
4196 (pointer_encoding, enum ptr_encoding): New.
4197 (execute_cfa_program): Take care about pointer encoding.
4198 (dwarf2_build_frame_info): Only call parse_frame_info for
4199 .debug_frame and .eh_frame.
4200 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4201 fixed augmentation handling, added relative addressing,
4202 ignore duplicate FDEs. Added comments.
19d833a2 4203 * dwarf2cfi.c: Reindented.
7f0c12ed 4204
87c4a039
EZ
42052002-06-20 Elena Zannoni <ezannoni@redhat.com>
4206
4207 * event-top.c (command_handler): Don't use space_at_cmd_start
4208 unless there is sbrk() on the host. Assign time and space data
4209 to union fields of the appropriate length.
4210
1cf877ad
ML
42112002-06-20 Michal Ludvig <mludvig@suse.cz>
4212
4213 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4214 x86_64_register_name. Return type changed to 'const char *'.
4215 (x86_64_register_name2nr): Rename to x86_64_register_number.
4216 (x86_64_gdbarch_init): Update to reflect the change.
4217 * x86-64-tdep.h: Ditto.
4218 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4219 (supply_fpregset): Ditto.
4220
3fadccb3
AC
42212002-06-19 Andrew Cagney <cagney@redhat.com>
4222
4223 * regcache.h: Update copyright.
4224 (struct regcache, struct gdbarch): Add opaque declarations.
4225 (current_regcache): Declare global variable.
4226 (regcache_read, regcache_write): Add gdbarch parameter.
4227 (regcache_save, regcache_save_no_passthrough)
4228 (regcache_restore, regcache_restore_no_passthrough)
4229 (regcache_dup, regcache_dup_no_passthrough)
4230 (regcache_cpy, regcache_cpy_no_passthrough)
4231 (deprecated_grub_regcache_for_registers)
4232 (deprecated_grub_regcache_for_register_valid)
4233 (regcache_valid_p): Add function declarations.
4234
4235 * regcache.c: Update copyright.
4236 (regcache_descr_handle): New global variable.
4237 (struct regcache_descr): Define.
4238 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4239 (regcache_descr, xfree_regcache_descr): New functions.
4240 (struct regcache): Define.
4241 (regcache_xmalloc, regcache_xfree): New functions.
4242 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4243 (regcache_dup, regcache_dup_no_passthrough): New functions.
4244 (regcache_valid_p, regcache_read_as_address): New functions.
4245 (deprecated_grub_regcache_for_registers): New function.
4246 (deprecated_grub_regcache_for_register_valid): New function.
4247 (current_regcache): New global variable.
4248 (register_buffer): Add regcache parameter. Update calls.
4249 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4250 (read_register_gen, write_register_gen): Update register_buffer
4251 call. Test for legacy_p instead of gdbarch_register_read_p or
4252 gdbarch_register_write_p.
4253 (regcache_collect): Update register_buffer call.
4254 (build_regcache): Rewrite. Use deprecated grub functions.
4255 (regcache_save, regcache_save_no_passthrough): New functions.
4256 (regcache_restore, regcache_restore_no_passthrough): New
4257 functions.
4258 (_initialize_regcache): Create the regcache_data_handle. Swap
4259 current_regcache global variable.
4260
4261 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4262 parameter to regcache_read and regcache_write calls.
4263 (sh4_register_read): Ditto.
4264 (sh64_pseudo_register_read): Ditto.
4265 (sh64_register_read): Ditto.
4266 (sh_pseudo_register_write): Ditto.
4267 (sh4_register_write): Ditto.
4268 (sh64_pseudo_register_write): Ditto.
4269 (sh64_register_write): Ditto.
4270
4271 * defs.h (XCALLOC): Define.
4272
152d9db6
GS
42732002-06-19 Grace Sainsbury <graces@redhat.com>
4274
4275 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4276 * m68k-tdep.c (m68k_gdbarch_init): Added.
4277 (m68k_dump_tdep): Added.
4278
170911c7
DJ
42792002-06-19 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * ada-lang.c (fill_in_ada_prototype): Update comment.
4282
2e4ebe70
DJ
42832002-06-19 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4286 MIPS_ABI_LAST.
4287 (mips_abi_string, mips_abi_strings): New.
4288 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4289 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4290 tdep->mips_abi_string. Honor mips_abi_string. Default to
4291 O32 if no ABI is found.
4292 (mips_dump_tdep): Use mips_abi_strings.
4293 (mips_abi_update): New function.
4294 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4295 ``set mips abi'' and ``show mips abi''. Check the size of
4296 mips_abi_strings.
4297
16775908
AC
42982002-06-19 Andrew Cagney <cagney@redhat.com>
4299
4300 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4301 constant.
4302
5051bfa4 43032002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4304
5051bfa4
JB
4305 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4306 current frame using only the first stack size adjustment. All
4307 subsequent size adjustments are not considered to be part of
4308 the "static" part of the current frame.
4309 Compute the address of the saved registers relative to the
4310 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4311 in use in this frame.
4312
56468235
DH
43132002-06-18 Don Howard <dhoward@redhat.com>
4314
4315 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4316 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4317 suggesting this solution.
4318
0b624158
AC
43192002-06-18 Andrew Cagney <ac131313@redhat.com>
4320
4321 * config/romp/xm-rtbsd.h: Delete file.
4322 * config/romp/rtbsd.mh: Delete file.
4323
221ea385
KS
43242002-06-18 Keith Seitz <keiths@redhat.com>
4325
4326 * breakpoint.c (condition_command): Post breakpoint_modify
4327 when a condition is added to an existing breakpoint.
4328 (commands_command): Likewise for commands.
4329 (set_ignore_count): Likewise for ignore counts.
4330 If no tty, do not simply return, still need to send event
4331 notification.
4332 (ignore_command): Only print a newline if the command came
4333 from a tty.
4334 Don't call breakpoints_changed, since this is now properly
4335 handled by set_ignore_count.
4336
5402eed1
AC
43372002-06-18 Andrew Cagney <cagney@redhat.com>
4338
4339 * MAINTAINERS: Note that cris-elf target can be compiled with
4340 -Werror.
4341 * cris-tdep.c (cris_register_name): Make return type constant.
4342 (cris_breakpoint_from_pc): Ditto.
4343
cc22880b
ML
43442002-06-18 Michal Ludvig <mludvig@suse.cz>
4345
4346 * frame.h (struct frame_info): Change type of context to
4347 'struct context'.
4348
fa88f677
AC
43492002-06-17 Andrew Cagney <cagney@redhat.com>
4350
4351 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4352 pointer.
4353 * gdbarch.h, gdbarch.c: Regenerate.
4354 * config/mips/tm-mips.h (mips_register_name): Update.
4355 * i386-tdep.h (i386_register_name): Update.
4356 * mips-tdep.c (mips_register_name): Update
4357 * alpha-tdep.c (alpha_register_name): Update.
4358 * arch-utils.c (legacy_register_name): Update.
4359 * arch-utils.h (legacy_register_name): Update.
4360 * avr-tdep.c (avr_register_name): Update.
4361 * ia64-tdep.c (ia64_register_name): Update.
4362 * i386-tdep.c (i386_register_name): Update.
4363 * sparc-tdep.c (sparc32_register_name): Update.
4364 (sparc64_register_name): Update.
4365 (sparclite_register_name): Update.
4366 (sparclet_register_name): Update.
4367 * sh-tdep.c (sh_generic_register_name): Update.
4368 (sh_sh_register_name): Update.
4369 (sh_sh3_register_name): Update.
4370 (sh_sh3e_register_name): Update.
4371 (sh_sh_dsp_register_name): Update.
4372 (sh_sh3_dsp_register_name): Update.
4373 (sh_sh4_register_name): Update.
4374 (sh_sh64_register_name): Update.
4375 * s390-tdep.c (s390_register_name): Update.
4376 * rs6000-tdep.c (rs6000_register_name): Update.
4377 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4378 (ns32k_register_name_32382): Update.
4379 * d10v-tdep.c (d10v_ts2_register_name): Update.
4380 (d10v_ts3_register_name): Update.
4381 * xstormy16-tdep.c (xstormy16_register_name): Update.
4382 * vax-tdep.c (vax_register_name): Update.
4383 * v850-tdep.c (v850_register_name): Update.
4384 * m68hc11-tdep.c (m68hc11_register_name): Update.
4385 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4386 (am33_register_name): Update.
4387
ea1e7ef6
GS
43882002-06-17 Grace Sainsbury <graces@redhat.com>
4389
4390 * m68k-tdep.c: Reindented.
4391
9b02dd1b
AC
43922002-06-17 Andrew Cagney <ac131313@redhat.com>
4393
4394 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4395 list of predefined types.
4396
8758dec1
MK
43972002-06-16 Mark Kettenis <kettenis@gnu.org>
4398
b6197528
MK
4399 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4400 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4401 REGISTER_CONVERT_TO_RAW): Remove defines.
4402 (i386_register_virtual_type, i386_register_convertible,
4403 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4404 Remove prototypes.
4405 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4406 macros mentioned above.
4407
82b47e62
MK
4408 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4409 (i386lynx_saved_pc_after_call): Remove prototype.
4410 * i386ly-tdep.c: Include "i386-tdep.h".
4411 (i386lynx_saved_pc_after_call): Make static. Use
4412 read_memory_nobpt instead of read_memory. Use
4413 read_memory_unsigned_integer instead of read_memory_integer.
4414 (i386lynx_init_abi): New function.
4415 (i386lynx_coff_osabi_sniffer): New function.
4416 (_initialize_i386bsd_tdep): New function.
4417
8758dec1
MK
4418 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4419 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4420 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4421 (i386_fix_call_dummy): Remove prototype.
4422 * i386-tdep.c (i386_call_dummy_words): New variable.
4423 (i386_gdbarch_init): Adjust for removal of the
4424 macros mentioned above.
4425
e9e68a56
AC
44262002-06-15 Andrew Cagney <ac131313@redhat.com>
4427
4428 * command.h (add_setshow_auto_boolean_cmd): Replace
4429 add_set_auto_boolean_cmd.
4430 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
4431 add_set_auto_boolean_cmd.
4432 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
4433 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
4434 mask-address'' command.
4435 (show_mask_address): Add cmd parameter.
4436 * remote.c (add_packet_config_cmd): Update. Change type of
4437 set_func and show_func to cmd_sfunc_ftype.
4438 (_initialize_remote): Update `set remote Z-packet'
4439 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
4440 (show_remote_protocol_e_packet_cmd): Ditto.
4441 (show_remote_protocol_E_packet_cmd): Ditto.
4442 (show_remote_protocol_P_packet_cmd): Ditto.
4443 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
4444 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
4445 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
4446 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
4447 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
4448 (show_remote_protocol_Z_packet_cmd): Ditto.
4449 (show_remote_protocol_binary_download_cmd): Ditto.
4450 (show_remote_cmd): Pass NULL to all of above.
4451
fc08ec52
MK
44522002-06-15 Mark Kettenis <kettenis@gnu.org>
4453
4454 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
4455 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
4456 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
4457 POP_FRAME): Remove defines.
4458 (i386_push_arguments, i386_store_struct_return,
4459 i386_extract_return_value, i386_store_return_value,
4460 i386_extract_struct_value_address, i386_push_dummy_frame,
4461 i386_pop_frame): Renove prototypes.
4462 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4463 macros mentioned above.
4464
e707bbc2
AC
44652002-06-15 Andrew Cagney <ac131313@redhat.com>
4466
4467 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
4468 add_set_boolean_cmd.
4469 (add_setshow_cmd): New function.
4470 * command.h (add_setshow_boolean_cmd): Replace
4471 add_set_boolean_cmd.
4472 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
4473 and ``set rdiromatzero''.
4474 * maint.c (_initialize_maint_cmds): Update commented out code.
4475 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
4476 * target.c (initialize_targets): Update `set
4477 trust-readonly-sections'.
4478 * remote.c (_initialize_remote): Update `set remotebreak'.
4479
42fdc8df
MK
44802002-06-15 Mark Kettenis <kettenis@gnu.org>
4481
93924b6b
MK
4482 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
4483 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
4484 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
4485 fit into multi-arch framework.
4486 (i386_breakpoint_from_pc): New function.
4487 (i386_gdbarch_init): Adjust for removal of the macros mentioned
4488 above.
4489
42fdc8df
MK
4490 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
4491 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
4492 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
4493 (i386_frameless_function_invocation, i386_frame_num_args,
4494 i386_frame_init_saved_regs): Remove prototypes.
4495 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4496 macros mentioned above.
4497
9773a94b
AC
44982002-06-15 Andrew Cagney <ac131313@redhat.com>
4499
4500 * cli/cli-decode.c (set_cmd_cfunc): Update.
4501 (set_cmd_sfunc): Update.
4502 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
4503 (set_cmd_sfunc, set_cmd_cfunc): Update.
4504 * cli/cli-decode.h: Update.
4505
6e157172
MK
45062002-06-15 Mark Kettenis <kettenis@gnu.org>
4507
4508 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
4509 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
4510
7f19b9a2
AC
45112002-06-15 Andrew Cagney <ac131313@redhat.com>
4512
4513 * defs.h (auto_boolean): Declare enum.
4514 * command.h (cmd_auto_boolean): Delete enum.
4515 * mips-tdep.c (mask_address_var): Update.
4516 (mips_mask_address_p): Update.
4517 (show_mask_address): Update.
4518 * remote.c (struct packet_config): Update.
4519 (update_packet_config): Update.
4520 (show_packet_config_cmd): Update.
4521 (packet_ok): Update.
4522 (add_packet_config_cmd): Update.
4523 (_initialize_remote):
4524 * command.h: Update.
4525 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
4526 (do_setshow_command): Update.
4527 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
4528 * cli/cli-decode.h: Update.
4529
1cf88de5
MK
45302002-06-15 Mark Kettenis <kettenis@gnu.org>
4531
22ba8cf2
MK
4532 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
4533 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
4534 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
4535 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
4536 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
4537 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
4538
762c5349
MK
4539 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
4540 list of DJGPP COFF targets.
4541
091198bb
MK
4542 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
4543 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
4544 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
4545 (FP0_REGNUM): Remove define.
4546 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
4547 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
4548 (i386_register_virtual_size): Remove protoype.
4549 * i386-tdep.c (i386_register_virtual_size): Removed.
4550 (i386_extract_return_value, i386_store_return_value): Use
4551 FP0_REGNUM instead of NUM_FREGS to determine whether the
4552 floating-point registers are available.
4553 (i386_gdbarch_init): Tweak FIXME about FPU registers.
4554 Adjust for removal of macros mentioned above.
4555
45562002-06-15 Mark Kettenis <kettenis@gnu.org>
4557
fcc9bf01
MK
4558 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
4559 comments.
4560 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
4561 Remove prototypes.
4562 (supply_gregset, fill_gregset): Remove use of register keyword and
4563 remove declaration for regmap. Use I386_NUM_GREGS instead of
4564 NUM_REGS and NUM_FREGS.
4565 (FPREGSET_FSAVE_OFFSET): Remove.
4566 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
4567 NUM_FREGS to determine whether the floating-point registers are
4568 available.
4569
65e78234
MK
4570 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
4571 gnu_store_registers): Replace usage of NUM_GREGS with
4572 I386_NUM_GREGS.
4573
98df6387
MK
4574 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
4575 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
4576 usage of NUM_GREGS with I386_NUM_GREGS.
4577
099a9414
MK
4578 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
4579
57976e88
MK
4580 * i386bsd-nat.c: Include "i386-tdep.h".
4581 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
4582 I386_NUM_GREGS.
4583
b335f4a6
MK
4584 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
4585 and associated comment. They no longer make any sense, since we
4586 don't use this file anymore on Linux.
4587
1cf88de5
MK
4588 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
4589 * i386-tdep.c (i386_register_offset, i386_register_size): Use
4590 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
4591 elements in these arrays.
4592 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
4593 MAX_NUM_REGS.
4594
daa66587
MK
45952002-06-15 Mark Kettenis <kettenis@gnu.org>
4596
4597 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
4598 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
4599
26e9b323
AC
46002002-06-14 Andrew Cagney <cagney@redhat.com>
4601
4602 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
4603 EXTRACT_RETURN_VALUE.
4604 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
4605 EXTRACT_STRUCT_VALUE_ADDRESS.
4606 * gdbarch.h, gdbarch.c: Regenerate.
4607
4608 * values.c (value_being_returned): Handle
4609 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4610 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
4611
4612 * arm-linux-tdep.c (arm_linux_init_abi): Update.
4613 * arm-tdep.c (arm_gdbarch_init): Update.
4614 * avr-tdep.c (avr_gdbarch_init): Update.
4615 * cris-tdep.c (cris_gdbarch_init): Update.
4616 * d10v-tdep.c (d10v_gdbarch_init): Update.
4617 * ia64-tdep.c (ia64_gdbarch_init): Update.
4618 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4619 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4620 * s390-tdep.c (s390_gdbarch_init): Update.
4621 * sh-tdep.c (sh_gdbarch_init): Update.
4622 * s390-tdep.c (s390_gdbarch_init): Update.
4623 * sparc-tdep.c (sparc_gdbarch_init): Update.
4624 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4625 * v850-tdep.c (v850_gdbarch_init): Update.
4626 * vax-tdep.c (vax_gdbarch_init): Update.
4627 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
4628 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4629
4630 * config/arc/tm-arc.h: Update.
4631 * config/d30v/tm-d30v.h: Update.
4632 * config/fr30/tm-fr30.h: Update.
4633 * config/h8300/tm-h8300.h: Update.
4634 * config/h8500/tm-h8500.h: Update.
4635 * config/i386/tm-i386.h: Update.
4636 * config/i386/tm-ptx.h: Update.
4637 * config/i386/tm-symmetry.h: Update.
4638 * config/i960/tm-i960.h: Update.
4639 * config/m32r/tm-m32r.h: Update.
4640 * config/m68k/tm-delta68.h: Update.
4641 * config/m68k/tm-linux.h: Update.
4642 * config/m68k/tm-m68k.h: Update.
4643 * config/m88k/tm-m88k.h: Update.
4644 * config/mcore/tm-mcore.h: Update.
4645 * config/mips/tm-mips.h: Update.
4646 * config/mn10200/tm-mn10200.h: Update.
4647 * config/pa/tm-hppa.h: Update.
4648 * config/pa/tm-hppa64.h: Update.
4649 * config/sparc/tm-sp64.h: Update.
4650 * config/sparc/tm-sparc.h: Update.
4651 * config/sparc/tm-sparclet.h: Update.
4652 * config/z8k/tm-z8k.h: Update.
4653
5179e78f
AC
46542002-06-14 Andrew Cagney <cagney@redhat.com>
4655
4656 * Makefile.in (i386_linux_tdep_h): Define.
4657 (i386_tdep_h, i387_tdep_h): Define.
4658 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4659 $(i386_tdep_h) and $(i387_tdep_h).
4660 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4661
8201327c
MK
46622002-06-14 Mark Kettenis <kettenis@gnu.org>
4663
edf393ac
MK
4664 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4665 Already covered by the default.
4666
896fb97d
MK
4667 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4668 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4669 (i386_gdbarch_init): Initialize long_double_format and long_double
4670 bit.
4671
8201327c
MK
4672 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4673 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4674 Move these to ...
4675 * config/i386/i386sol2.mh: ... here.
4676 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4677 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4678 (SIGCONTEXT_PC_OFFSET): Remove define.
4679 (IN_SIGTRAMP): Remove define.
4680 * i386-sol2-tdep.c: New file.
4681
4682 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4683 * config/i386/tm-i386nw.h: Removed.
4684
4685 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4686 USE_STRUCT_CONVENTION): Remove defines.
4687 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4688 (get_longjmp_target): Remove prototype.
4689 (IN_SIGTRAMP): Remove define.
4690 (i386bsd_in_sigtramp): Remove prototype.
4691 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4692 function. Update comment accordingly
4693 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4694 (FRAME_SAVED_PC): Remove define.
4695 (i386bsd_frame_saved_pc): Remove prototype.
4696 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4697 GET_LONGJMP_TARGET): Remove defines.
4698 (get_longjmp_target): Remove prototype.
4699 (IN_SIGTRAMP): Remove define.
4700 (i386bsd_in_sigtramp): Remove prototype.
4701 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4702 function. Update comment accordingly
4703 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4704 (FRAME_SAVED_PC): Remove define.
4705 (i386bsd_frame_saved_pc): Remove prototype.
4706 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4707 Remove prototype.
4708 (USE_STRUCT_CONVENTION): Remove prototype.
4709 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4710 declaration.
4711 (_initialize_i386bsd_nat): Revise logic to determine some
4712 constants at compile time when compiling a native GDB. Warn if
4713 things don't match up with what we expect.
4714 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4715 Remove variables.
4716 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4717 to use date stored in `struct gdbarch_tdep'.
4718 (i386bsd_sigcontext_offset): Remove varaible.
4719 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4720 stored in `struct gdbarch_tdep'.
4721 (i386bsd_frame_saved_pc): Make static.
4722 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4723 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4724 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4725 i386fbsd4_sc_pc_offset): New variables.
4726 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4727 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4728 functions.
4729 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4730 functions.
4731 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4732 Modify the value of i386fbsd_sigtramp_start and
4733 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4734 i386fbsd_sigtramp_end.
4735 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4736 function.
4737
4738 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4739 define to i386-linux-tdep.h.
4740 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4741 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4742 defines.
4743 (i386_linux_register_name, i386_linux_register_byte,
4744 i386_linux_register_raw_size): Remove prototypes.
4745 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4746 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4747 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4748 TARGET_WRITE_PC): Remove defines.
4749 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4750 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4751 i386_linux_write_pc): Remove prototypes.
4752 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4753 (get_longjmp_target): Remove prototype.
4754 * i386-linux-tdep.h: New file.
4755 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4756 * i386-linux-tdep.c: Include "i386-tdep.h" and
4757 "i386-linux-tdep.h".
4758 (i386_linux_register_name, i386_linux_register_byte,
4759 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4760 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4761 Make static.
4762 (i386_linux_init_abi): New function.
4763 (_initialize_i386_linux_tdep): New function.
4764
4765 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4766 (i386_saved_pc_after_call): Remove prototype.
4767 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4768 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4769 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4770 (i386_register_name, i386_stab_reg_to_regnum,
4771 i386_dwarf_reg_to_regnum): Remove prototypes.
4772 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4773 SIZEOF_SSE_REGS): Remove defines.
4774 (REGISTER_BYTES): Remove define.
4775 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4776 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4777 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4778 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4779 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4780 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4781 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4782 (get_longjmp_target): Remove prototype.
4783 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4784 (sigtramp_saved_pc): Remove define.
4785 (i386v4_sigtramp_saved_pc): Remove prototype.
4786 * config/i386/tm-go32.h (FRAME_CHAIN,
4787 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4788 (i386go32_frame_saved_pc): Remove prototype.
4789 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4790 (get_longjmp_target): Remove prototype.
4791 * i386-tdep.h: Include "osabi.h".
4792 (enum i386_abi): Removed.
4793 (enum struct_return): New enum.
4794 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4795 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4796 sc_pc_offset members.
4797 (i386_gdbarch_register_os_abi): Remove prototype.
4798 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4799 I386_SSE_NUM_REGS): New defines.
4800 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4801 I386_SSE_SIZEOF_REGS): New defines.
4802 (i386_register_name, i386_register_byte, i386_register_raw_size):
4803 New prototypes.
4804 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4805 (i386bsd_sigtramp_saved_pc): New prototype.
4806 * i386-tdep.c: Don't include "elf-bfd.h".
4807 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4808 i386_frame_chain, i386_saved_pc_after_call): Make static.
4809 (i386_frame_saved_pc): Rewrite to call architecture dependent
4810 function to deal with signal handlers. Make static.
4811 (i386go32_frame_saved_pc): Removed.
4812 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4813 Removed.
4814 (i386_get_longjmp_target): New function.
4815 (default_struct_convention, pcc_struct_convention,
4816 reg_struct_convention, valid_conventions, struct_convention): New
4817 variables.
4818 (i386_use_struct_convention): New function.
4819 (i386v4_sigtramp_saved_pc): Renamed to
4820 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4821 (i386_pc_in_sigtramp): New function.
4822 (i386_abi_names): Removed.
4823 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4824 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4825 Removed.
4826 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4827 i386_gdbarch_register_os_abi): Removed.
4828 (struct i386_abi_handler): Removed.
4829 (i386_abi_handler_list): Removed.
4830 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4831 functions.
4832 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4833 i386_nw_init_abi): New functions.
4834 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4835 Use set_gdbarch_xxx() calls instead of relying on macros for a
4836 number of calls.
4837 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4838 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4839 Register the various architecture variants defined in this file.
4840
ad2f7632
DJ
48412002-06-14 Daniel Jacobowitz <drow@mvista.com>
4842
4843 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4844 (struct main_type): Remove arg_types member. Update comments for
4845 struct field.
4846 (TYPE_ARG_TYPES): Remove.
4847 (TYPE_FN_FIELD_ARGS): Update.
4848 (smash_to_method_type): Update prototype.
4849
4850 * c-typeprint.c (cp_type_print_method_args): Take method type
4851 instead of argument list. Use new argument layout. Simplify.
4852 (c_type_print_args): Use new argument layout. Simplify.
4853 (c_type_print_base): Update call to cp_type_print_method_args.
4854 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4855 argument; use die->type instead. Update call to
4856 smash_to_method_type.
4857 (read_structure_scope): Update call to dwarf2_add_member_fn.
4858 * gdbtypes.c (allocate_stub_method): Update comment.
4859 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4860 Use new argument layout.
4861 (check_stub_method): Use new argument layout. Don't count
4862 void as an argument.
4863 (print_arg_types): Update comments. Use new argument layout.
4864 (recursive_dump_type): Don't print arg_types member.
4865 * hpread.c (hpread_read_struct_type): Use new argument layout.
4866 (fixup_class_method_type): Likewise.
4867 (hpread_type_lookup): Likewise.
4868 * stabsread.c (read_type): Update calls to read_args and
4869 smash_to_method_type.
4870 (read_args): Use new argument layout. Simplify.
4871 * valops.c (typecmp): Use new argument layout. Update parameters
4872 and comments. Simplify.
4873 (hand_function_call): Use new argument layout.
4874 (search_struct_method): Update call to typecmp.
4875 (find_overload_match): Use new argument layout.
4876
6da02953
DJ
48772002-06-13 Daniel Jacobowitz <drow@mvista.com>
4878
4879 * NEWS: Mention multithreaded debug support for gdbserver.
4880
519b2366
DJ
48812002-06-13 Daniel Jacobowitz <drow@mvista.com>
4882
4883 * MAINTAINERS: Mention NEWS.
4884
6c0d6680
DJ
48852002-06-13 Daniel Jacobowitz <drow@mvista.com>
4886
4887 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4888 (struct mips_objfile_private, compare_pdr_entries): New.
4889 (non_heuristic_proc_desc): Read the ".pdr" section if it
4890 is present.
4891
6529d2dd
AC
48922002-06-12 Andrew Cagney <ac131313@redhat.com>
4893
4894 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4895 (arm_debug): New static variable.
4896 (_initialize_arm_tdep): Add ``set debug arm'' command.
4897
26216b98
AC
48982002-06-12 Andrew Cagney <ac131313@redhat.com>
4899
4900 * Makefile.in (sim_arm_h): Define.
4901 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4902 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4903 (arm_register_sim_regno): New function, map an internal REGNUM
4904 onto a simulator register number.
4905 (arm_gdbarch_init): Set register_sim_regno.
4906
814b3ba0
AH
49072002-06-09 Aldy Hernandez <aldyh@redhat.com>
4908
4909 * MAINTAINERS: Add self.
4910
475b0867
JB
49112002-06-11 Jim Blandy <jimb@redhat.com>
4912
919d772c
JB
4913 * source.c (source_info): Mention whether the symtab has
4914 information about preprocessor macros.
4915
475b0867
JB
4916 Call the command `info macro', not `show macro'.
4917 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4918 Fix error message.
4919 (_initialize_macrocmd): Register `info_macro_command' in
4920 `infolist', not `showlist'.
4921
9e364162
DJ
49222002-06-11 Daniel Jacobowitz <drow@mvista.com>
4923
4924 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4925 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4926 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4927 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4928 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4929 unconditionally.
4930 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4931 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4932 (_initialize_mips_tdep): Remove dead code.
4933 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4934 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4935 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4936 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4937 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4938 MIPS_LAST_FP_ARG_REGNUM): Remove.
4939
23aa4c72
ML
49402002-06-11 Michal Ludvig <mludvig@suse.cz>
4941
4942 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4943 (unwind_tmp_obstack_free, parse_frame_info)
4944 (update_context, cfi_read_fp, cfi_write_fp)
4945 (cfi_frame_chain, cfi_init_extra_frame_info)
4946 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4947 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4948
70eb15a4
CV
49492002-06-11 Corinna Vinschen <vinschen@redhat.com>
4950
4951 * v850-tdep.c (v850_type_is_scalar): New function.
4952 (v850_use_struct_convention): Match current gcc implementation
4953 as close as possible.
4954 (v850_push_arguments): Fix stack_offset handling. Don't write
4955 struct_addr into register. This is done by v850_store_struct_return.
4956 (v850_extract_return_value): Care for structs.
4957 (v850_store_return_value): Ditto.
4958 (v850_store_struct_return): Actually write address.
4959
482a4d06
ML
49602002-06-11 Michal Ludvig <mludvig@suse.cz>
4961
4962 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4963 without debug information too.
4964
d855c300
AC
49652002-06-10 Andrew Cagney <ac131313@redhat.com>
4966
4967 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4968 Make multi-arch pure.
4969 * gdbarch.h, gdbarch.c: Re-generate.
4970 * arm-tdep.c (arm_print_float_info): Update.
4971 * arch-utils.h (default_print_float_info): Update.
4972 * arch-utils.c (default_print_float_info): Update.
4973 * infcmd.c (float_info): Update call.
4974
dd12a101
AC
49752002-06-10 Andrew Cagney <ac131313@redhat.com>
4976
4977 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4978 the front of the initialize list.
4979
101dcfbe
AC
49802002-06-10 Andrew Cagney <ac131313@redhat.com>
4981
4982 * infrun.c (struct inferior_status): Replace fields
4983 selected_frame_address and selected_level with field
4984 selected_frame_id.
4985 (save_inferior_status): Update. Use get_frame_id.
4986 (struct restore_selected_frame_args): Delete.
4987 (restore_selected_frame): Update. Use frame_find_by_id.
4988 (restore_inferior_status): Update.
4989
4990 * breakpoint.h (struct breakpoint): Change type of
4991 watchpoint_frame to frame_id.
4992 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4993 call to get_current_frame.
4994 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4995 get_current_frame.
4996 (watchpoint_check): Use frame_find_by_id.
4997
4998 * frame.h (record_selected_frame): Delete declaration.
4999 * stack.c (record_selected_frame): Delete function.
5000
5001 * frame.h (struct frame_id): Define.
5002 (get_frame_id): Declare.
5003 (frame_find_by_id): Declare.
5004 * frame.c (frame_find_by_id): New function.
5005 (get_frame_id): New function.
5006
304270b6
AV
50072002-06-10 Andrey Volkov <avolkov@transas.com>
5008
5009 * ser-e7kpc.c: Fix duplicated define and call of
5010 _initialize_ser_e7000pc
5011
2f2cf184
DJ
50122002-06-09 Daniel Jacobowitz <drow@mvista.com>
5013
5014 * signals/signals.c (target_signal_from_host): Fix #ifdef
5015 SIGRTMIN case.
5016 (do_target_signal_to_host): Likewise.
5017
caaa3122
DJ
50182002-06-09 Daniel Jacobowitz <drow@mvista.com>
5019
5020 * mips-tdep.c (mips_find_abi_section): New function.
5021 (mips_gdbarch_init): Call it.
5022
6ac5df3a
MK
50232002-06-09 Mark Kettenis <kettenis@gnu.org>
5024
5025 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5026 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5027 after Andrew's 2002-06-08 gdbarch change.
5028
82ea117a
MK
50292002-06-09 Mark Kettenis <kettenis@gnu.org>
5030
5031 * i386-linux-nat.c (suppy_gregset): Don't supply
5032 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5033 register cache.
5034 (fill_gregset): Don't fetch it under the same circumstances.
5035
3c25f8c7
AC
50362002-06-09 Andrew Cagney <cagney@redhat.com>
5037
5038 * Makefile.in (callback_h): Define.
5039 (remote_sim_h): Update path to remote-sim.h.
5040 (remote-rdp.o): Add $(callback_h).
5041 (remote-sim.o): Use $(callback_h).
5042 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5043 * remote-rdp.c: Include "gdb/callback.h".
5044
1029b7fa
MK
50452002-06-09 Mark Kettenis <kettenis@gnu.org>
5046
5047 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5048 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5049
616675d3
AC
50502002-06-08 Andrew Cagney <ac131313@redhat.com>
5051
a3efda28
AC
5052 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5053 * rdi-share/serpardr.c: Ditto.
5054 * rdi-share/unixcomm.c: Ditto.
5055 * rdi-share/serdrv.c: Ditto.
5056 * rdi-share/hostchan.h: Ditto.
5057 * rdi-share/hostchan.c: Ditto.
5058 * rdi-share/host.h: Ditto.
5059 * rdi-share/devsw.c: Ditto.
5060
c5f10366
AC
5061 * objfiles.h: Change type of obj_private to void pointer.
5062 * pa64solib.c: Update copyright. Don't include "assert.h", use
5063 strcmp instead of STREQ, use LONGEST, do not use PTR
5064 * somsolib.c: Ditto.
5065
616675d3
AC
5066 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5067 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5068 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5069
e4b415d9
AC
50702002-06-08 Andrew Cagney <ac131313@redhat.com>
5071
5072 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5073 (default_get_saved_register): Delete function.
5074 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5075 generic_unwind_get_saved_register.
5076 * gdbarch.h, gdbarch.c: Re-generate.
5077
ca0d0b52
AC
50782002-06-08 Andrew Cagney <ac131313@redhat.com>
5079
5080 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5081 generic_func_frame_chain_valid.
5082 * gdbarch.h, gdbarch.c: Re-generate.
5083 * blockframe.c (generic_func_frame_chain_valid): Only check
5084 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5085 passing FP to PC_IN_CALL_DUMMY.
5086 Fix PR gdb/360.
5087
76860b5f
AC
50882002-06-08 Andrew Cagney <ac131313@redhat.com>
5089
5090 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5091 (register_gdbarch_data): Initialize init_p.
5092 (gdbarch_data): Initialize data pointer using the init function.
5093 (init_gdbarch_data): Delete function.
5094 (gdbarch_update_p): Update.
5095 (initialize_non_multiarch): Update.
5096 (struct gdbarch): Add field initialized_p.
5097 * gdbarch.h, gdbarch.c: Re-generate.
5098
8dda9770
ML
50992002-06-07 Michal Ludvig <mludvig@suse.cz>
5100
5101 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5102 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5103 better do the things actually here.
5104 * x86-64-tdep.c (x86_64_register_name2nr): New.
5105 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5106 (x86_64_gdbarch_init): Respect the above change.
5107 * x86-64-tdep.h (x86_64_register_name2nr)
5108 (x86_64_register_nr2name): Add prototypes.
5109 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5110
3d79a47c
MS
51112002-06-06 Michael Snyder <msnyder@redhat.com>
5112
7bd91a28
MS
5113 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5114 Delete extra braces and re-indent.
5115 (d10v_store_return_value): Char return values
3d79a47c
MS
5116 must be shifted over by one byte in R0.
5117 (d10v_extract_return_value): Delete extra braces, re-indent.
5118
095a4c96
EZ
51192002-06-06 Elena Zannoni <ezannoni@redhat.com>
5120
5121 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5122 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5123 (d10v_integer_to_address): Rewrite.
5124 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5125 the d10v specific functions which take care of converting to the
5126 correct space.
5127
e8a77ca4
EZ
51282002-06-06 Elena Zannoni <ezannoni@redhat.com>
5129
5130 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5131 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5132
4f2e4a4f
AC
51332002-06-02 Andrew Cagney <ac131313@redhat.com>
5134
5135 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5136 includes.
5137 * config/tm-linux.h: Ditto.
5138 * config/alpha/tm-alphalinux.h: Ditto.
5139 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5140 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5141 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5142 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5143 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5144 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5145 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5146 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5147 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5148 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5149 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5150 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5151 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5152 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5153 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5154 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5155 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5156 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5157 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5158 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5159 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5160 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5161 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5162 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5163 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5164 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5165 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5166 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5167 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5168 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5169 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5170 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5171 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5172 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5173 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5174 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5175 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5176
ae2ab2ce
AS
51772002-05-04 Aidan Skinner <aidan@velvet.net>
5178
5179 * ada-exp.tab.c: New file
5180 * ada-exp.y: New file
5181 * ada-lang.c: New file
5182 * ada-lang.h: New file
5183 * ada-lex.c: New file
5184 * ada-lex.l: New file
5185 * ada-tasks.c: New file
5186 * ada-typeprint.c: New file
5187 * ada-valprint.c: New file
5188
0ddd0135
JT
51892002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5190
5191 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5192 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5193
750fbacc
JT
51942002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5195
5196 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5197 insetead of ppc-linux-tdep.o.
5198 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5199 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5200
df94e18a
AC
52012002-06-02 Andrew Cagney <ac131313@redhat.com>
5202
5203 2002-05-07 Christian Groessler <chris@groessler.org>
5204 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5205 bit register contents for little endian hosts.
5206
1a38ab75
AC
52072002-06-01 Andrew Cagney <ac131313@redhat.com>
5208
5209 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5210 any maintainer.
5211
8b1632ac
AC
52122002-06-01 Andrew Cagney <ac131313@redhat.com>
5213
5214 * gdbarch.h: Regenerate.
5215
627054c8
AC
52162002-06-01 Andrew Cagney <ac131313@redhat.com>
5217
5218 * MAINTAINERS: Add everyone to write-after-approval list.
5219
4f460812
AC
52202002-06-01 Andrew Cagney <ac131313@redhat.com>
5221
5222 * stack.c (frame_info): Use frame_register_unwind instead of
5223 saved_regs. Mention when the SP is on the stack or in a register.
5224
5225 * frame.h (frame_register_unwind_ftype): Define. Document.
5226 (struct frame_info): Add field register_unwind and
5227 register_unwind_cache.
5228 (frame_register_unwind): Declare.
5229 (generic_unwind_get_saved_register): Declare.
5230
5231 * frame.c (frame_register_unwind): New function.
5232 (generic_unwind_get_saved_register): New function.
5233
5234 * blockframe.c (generic_call_dummy_register_unwind): New function.
5235 (frame_saved_regs_register_unwind): New function.
5236 (set_unwind_by_pc): New function.
5237 (create_new_frame): New function.
5238 (get_prev_frame): New function.
5239
de888f76
AC
52402002-05-30 Andrew Cagney <ac131313@redhat.com>
5241
5242 * a29k-share/: Delete directory.
5243 * remote-vx29k.c: Delete file.
5244
2f2c3626
JT
52452002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5246
5247 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5248 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5249
9ce5c36a
JT
52502002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5251
5252 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5253 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5254 (sparc64nbsd-nat.o)
5255 (sparcnbsd-nat.o)
5256 (sparcnbsd-tdep.o): New dependency lists.
5257 * NEWS: Note new UltraSPARC NetBSD native configuration.
5258 * configure.host (sparc64-*-netbsd*): New host.
5259 * configure.tgt (sparc-*-netbsdelf*)
5260 (sparc-*-netbsd*): Set gdb_target to nbsd.
5261 (sparc64-*-netbsd*): New target.
5262 * sparc64nbsd-nat.c: New file.
5263 * sparcnbsd-nat.c: New file.
5264 * sparcnbsd-tdep.c: New file.
5265 * sparcnbsd-tdep.h: New file.
5266 * config/sparc/nbsd.mt: New file.
5267 * config/sparc/nbsd64.mh: New file.
5268 * config/sparc/nbsd64.mt: New file.
5269 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5270 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5271 (HOST_IPC): Remove.
5272 * config/sparc/nbsdaout.mt: Remove.
5273 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5274 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5275 (HOST_IPC): Remove.
5276 * config/sparc/nbsdelf.mt: Remove.
5277 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5278 sparc-nat.c compatiblity defines.
5279 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5280 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5281 * config/sparc/tm-nbsd64.h: New file.
5282 * config/sparc/tm-nbsdaout.h: Remove.
5283 * config/sparc/xm-nbsd.h: Remove.
5284
ef3cf062
JT
52852002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5286
5287 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5288 * sparc-tdep.c: Include osabi.h.
5289 (gdbarch_tdep): Add osabi member.
5290 (_initialize_sparc_tdep): Use gdbarch_register.
5291 (sparc_gdbarch_init): Use generic OS ABI framework.
5292 (sparc_dump_tdep): New function.
5293
ee8ff470
KB
52942002-05-30 Kevin Buettner <kevinb@redhat.com>
5295
5296 * corefile.c (do_captured_read_memory_integer): Return non-zero
5297 result.
5298 (safe_read_memory_integer): Copy result of memory read when
5299 status is non-zero. Also, add comments.
5300
7b112f9c
JT
53012002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5302
5303 * Makefile.in (ppc_tdep_h): Define.
5304 (ppc-linux-nat.o)
5305 (ppc-linux-tdep.o)
5306 (rs6000-tdep.o): Use $(ppc_tdep_h).
5307 (ppc-sysv-tdep.o)
5308 (ppcnbsd-nat.o)
5309 (ppcnbsd-tdep.o): New dependency lists.
5310 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5311 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5312 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5313 (ppc_sysv_abi_broken_use_struct_convention)
5314 (ppc_sysv_abi_use_struct_convention)
5315 (ppc_sysv_abi_push_arguments): Move to...
5316 * ppc-sysv-tdep.c: ...here.
5317 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5318 * rs6000-tdep.c (process_note_abi_tag_sections)
5319 (get_elfosabi): Remove.
5320 (rs6000_gdbarch_init): Use generic OS ABI framework.
5321 (rs6000_dump_tdep): New function.
5322 (_initialize_rs6000_tdep): Use gdbarch_register.
5323 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5324 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5325 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5326 of ppc-linux-tdep.o.
5327 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5328 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5329 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5330 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5331 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5332 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5333
480dd42a
JB
53342002-05-29 Jim Blandy <jimb@redhat.com>
5335
5336 * macroscope.c (default_macro_scope): Put `void' in empty argument
5337 list.
5338
4182591f
AC
53392002-05-29 Andrew Cagney <ac131313@redhat.com>
5340
5341 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5342 * arch-utils.c: Include "sim-regno.h".
5343 * gdbarch.sh: Don't include "sim-regno.h".
5344 * gdbarch.h, gdbarch.c: Regenerate.
5345 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5346 here.
5347 * arch-utils.h (legacy_register_sim_regno): To here.
5348 * remote-sim.c (legacy_register_sim_regno): Move function from
5349 here.
5350 * arch-utils.c (legacy_register_sim_regno): To here.
5351
8238d0bf
AC
53522002-05-28 Andrew Cagney <ac131313@redhat.com>
5353
5354 * sim-regno.h: New file.
5355 * Makefile.in (sim_regno_h): Define.
5356 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5357 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5358 (legacy_register_sim_regno): New function.
5359 (one2one_register_sim_regno): New function.
5360 (gdbsim_fetch_register): Rewrite.
5361 (gdbsim_store_register): Only store a register when
5362 REGISTER_SIM_REGNO is valid.
5363 * d10v-tdep.c: Include "sim-regno.h".
5364 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5365 (d10v_ts3_register_sim_regno): Ditto.
5366 * gdbarch.sh: Include "sim-regno.h".
5367 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5368 * gdbarch.h, gdbarch.c: Regenerate.
5369 * arch-utils.h (default_register_sim_regno): Delete declaration.
5370 * arch-utils.c (default_register_sim_regno): Delete function.
5371
485721b1
JT
53722002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5373
5374 * ppcnbsd-nat.c: Rewrite.
5375 * ppcnbsd-tdep.c: New file.
5376 * ppcnbsd-tdep.h: New file.
5377 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5378 solib.o, and solib-svr4.o.
5379 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5380 nbsd-tdep.o, and corelow.o.
5381
697f244d
AC
53822002-05-28 Andrew Cagney <ac131313@redhat.com>
5383
5384 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5385 `tr' and `sed'. Mention that `broken' targets are not expected to
5386 build.
5387
f08caad1 53882002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5389
5390 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5391 Let PC point right after the prologue before looking up symbols.
5392
3139facc
MH
53932002-05-27 Martin M. Hunt <hunt@redhat.com>
5394
5395 * i386-tdep.c (i386_register_virtual_type): Return
5396 builtin_type_vec128i for SSE registers.
5397
5398 * gdbtypes.h (builtin_type_vec128i): Declare.
5399
5400 * gdbtypes.c (build_builtin_type_vec128i): New function.
5401 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5402 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5403 (build_gdbtypes): Initialize new builtin vector types.
5404 (_initialize_gdbtypes): Register new vector types with gdbarch.
5405
6e3ba3b8
JT
54062002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5407
5408 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5409 since it has been multi-arch'd.
5410 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5411 Move Alpha and VAX multi-arch news entries to same section
5412 as other multi-arch news.
5413
93d5585d
JT
54142002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5415
5416 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5417 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5418 static. Rename some register numbers to put them in ns32k-tdep
5419 private namespace.
5420 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5421 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5422 functions.
5423 (_initialize_ns32k_tdep): Use gdbarch_register.
5424 * ns32k-tdep.h: New file.
5425 * ns32knbsd-tdep.c: New file.
5426 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
5427 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
5428 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
5429 REGISTER_BYTES, REGISTER_BYTE): Remove.
5430 * config/ns32k/tm-ns32k.h: New file.
5431 * config/ns32k/tm-umax.h: Remove.
5432
efb2c70e
JT
54332002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5434
5435 * ns32k-tdep.c (ns32k_saved_pc_after_call,
5436 ns32k_store_struct_return, ns32k_extract_return_value,
5437 ns32k_store_return_value, ns32k_extract_struct_value_address): New
5438 functions.
5439 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
5440 ns32k_saved_pc_after_call.
5441 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
5442 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
5443 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
5444 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
5445 ns32k_extract_struct_value_address.
5446
7bcc927b
JT
54472002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5448
5449 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
5450 ns32k_fix_call_dummy): New.
5451 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
5452 ns32k_call_dummy_words.
5453 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
5454 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
5455 CALL_DUMMY_NARGS): Remove.
5456 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
5457
78f9d765
JT
54582002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5459
5460 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
5461 ns32k_frame_saved_pc, ns32k_frame_args_address,
5462 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
5463 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
5464 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
5465 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
5466 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
5467 (BREAKPOINT): Remove..
5468 (FRAME_CHAIN): Define as ns32k_frame_chain.
5469 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
5470 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
5471 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
5472 (FRAME_FIND_SAVED_REGS): Remove.
5473 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
5474 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
5475 (POP_FRAME): Define as ns32k_pop_frame.
5476
f2c762e0
JT
54772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5478
5479 * ns32k-tdep.c (ns32k_register_byte_32082,
5480 ns32k_register_byte_32382, ns32k_register_raw_size,
5481 ns32k_register_virtual_size, ns32k_register_virtual_type): New
5482 functions.
5483 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
5484 ns32k_register_byte_32382.
5485 * config/ns32k/tm-umax.h: Update copyright years.
5486 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
5487 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
5488 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
5489 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
5490 (ns32k_get_enter_addr): Fix prototype.
5491
af137673
JT
54922002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5493
5494 * ns32k-tdep.c: Update copyright years.
5495 (ns32k_register_name_32082): New function.
5496 (ns32k_register_name_32382): Ditto.
5497 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
5498 (REGISTER_NAME): Define as ns32k_register_name_32382.
5499 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
5500 (REGISTER_NAME): Define as ns32k_register_name_32082.
5501
a8bc7b56
JB
55022002-05-24 Jim Blandy <jimb@redhat.com>
5503
5504 * dwarf2read.c (free_line_header): Use xfree, not free.
5505
83a45910
JT
55062002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
5507
5508 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
5509 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
5510
0db71247
AC
55112002-05-23 Andrew Cagney <ac131313@redhat.com>
5512
5513 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
5514
b9e5e4dd
AC
55152002-05-23 Andrew Cagney <ac131313@redhat.com>
5516
5517 From Ross Alexander at NEC Europe:
5518 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
5519
de530e84
MS
55202002-05-23 Michael Snyder <msnyder@redhat.com>
5521
5522 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
5523 for input, rather than parse_and_eval_address.
5524
b91b96f4
AC
55252002-05-23 Andrew Cagney <ac131313@redhat.com>
5526
5527 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
5528 * Makefile.in (sim_d10v_h): Update definition.
5529
8b279e7a
AC
55302002-05-24 Andrew Cagney <cagney@redhat.com>
5531
5532 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
5533 change `2002-05-22 Michael Snyder' below.
5534 (d10v_push_arguments): Ditto.
5535 (d10v_extract_return_value): Ditto.
5536
0a3d0425
JB
55372002-05-23 Jim Blandy <jimb@redhat.com>
5538
5539 * macrotab.c (check_for_redefinition): Don't complain if the new
5540 definition is the same as the previous one. Take more arguments
5541 to allow the comparison.
5542 (macro_define_object, macro_define_function): Pass more arguments
5543 to check_for_redefinition.
5544
78eac43e
MS
55452002-05-22 Michael Snyder <msnyder@redhat.com>
5546
5547 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
5548 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
5549 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
5550 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
5551 Don't bail if return_pc is PC_IN_CALL_DUMMY.
5552 Add a temp variable to save a call (and a memory read).
5553 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
5554 if possible (so that PC_IN_CALL_DUMMY will work).
5555
9bc1edb8
CV
55562002-05-22 Corinna Vinschen <vinschen@redhat.com>
5557
5558 * MAINTAINERS: Remove status `OBSOLETE' from v850.
5559
005ef3d2
ML
55602002-05-22 Michal Ludvig <mludvig@suse.cz>
5561
5562 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
5563 fde->cie_ptr.
5564 (dwarf2_build_frame_info): Corrected handling of eh_frame.
5565 (dwarf2_build_frame_info): Add offset to fde->initial_location
5566 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
5567 (execute_stack_op): Change type of 'result' from ULONGEST to
5568 CORE_ADDR.
005ef3d2 5569
fcf4f891
JT
55702002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5571
5572 * config/alpha/tm-nbsd.h: Include solib.h.
5573
cfef91e4
JT
55742002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5575
5576 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
5577 assumptions about the host's byte order.
5578
9964235a
JT
55792002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5580
5581 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
5582 to dependency list.
5583 * alphanbsd-tdep.c: Include solib-svr4.h.
5584 * shnbsd-tdep.c: Ditto.
5585
9eeef8ef
JT
55862002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
5587
5588 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
5589 nbsd-tdep.h to dependency list.
5590 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
5591 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
5592 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
5593 nbsdaout.mh and nbsdelf.mh consistently.
5594 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
5595 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
5596 nbsdaout.mt and nbsdelf.mh consistently.
5597 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
5598 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
5599 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5600 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
5601 a.out shared library stuff from here...
5602 * config/nm-nbsdaout.h: ...to here.
5603 * config/tm-nbsd.h: Remove.
5604 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
5605 * config/arm/nbsd.mh: Remove.
5606 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
5607 nbsd-tdep.o.
5608 * config/arm/nbsdaout.mh: New file.
5609 * config/arm/nbsdelf.mh: New file.
5610 * config/arm/nm-nbsdaout.h: New file.
5611 * config/i386/nbsd.mh: Remove.
5612 * config/i386/nbsd.mt: Remove.
5613 * config/i386/nbsdaout.mh: New file.
5614 * config/i386/nbsdaout.mt: New file.
5615 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5616 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
5617 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
5618 i386_register_u_addr): Remove.
5619 * config/i386/nm-nbsdaout.h: New file.
5620 * config/i386/nm-nbsdelf.h: Remove.
5621 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
5622 (USE_STRUCT_CONVENTION): Remove.
5623 * config/i386/tm-nbsdaout.h: New file.
5624 * config/i386/tm-nbsdelf.h: Remove.
5625 * config/m68k/nbsd.mh: Remove.
5626 * config/m68k/nbsd.mt: Remove.
5627 * config/m68k/nbsdaout.mh: New file.
5628 * config/m68k/nbsdaout.mt: New file.
5629 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
5630 * config/m68k/nm-nbsdaout.h: New file.
5631 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5632 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5633 * config/ns32k/nbsd.mh: Remove.
5634 * config/ns32k/nbsd.mt: Remove.
5635 * config/ns32k/nbsdaout.mh: New file.
5636 * config/ns32k/nbsdaout.mt: New file.
5637 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
5638 * config/ns32k/nm-nbsdaout.h: New file.
5639 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
5640 (IN_SOLIB_CALL_TRAMPOLINE): Define.
5641 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
5642 (SVR4_SHARED_LIBS): Remove.
5643 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
5644 * config/sparc/nbsd.mh: Remove.
5645 * config/sparc/nbsd.mt: Remove.
5646 * config/sparc/nbsdaout.mh: New file.
5647 * config/sparc/nbsdaout.mt: New file.
5648 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5649 * config/sparc/nbsdelf.mt: New file.
5650 * config/sparc/nm-nbsdaout.h: New file.
5651 * config/sparc/nm-nbsdelf.h: Remove.
5652 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5653 * config/sparc/tm-nbsdaout.h: New file.
5654
257ce470
JT
56552002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5656
5657 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5658 mipsnbsd-tdep.c
5659 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5660
76a6d5fe
JT
56612002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5662
5663 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5664 shnbsd-nat.c.
5665 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5666
45888261
JT
56672002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5668
5669 * NEWS: Note new MIPS NetBSD native configuration.
5670 * configure.host (mips*-*-netbsd*): New host.
5671 * configure.tgt (mips*-*-netbsd*): New target.
5672 * mipsnbsd-nat.c: New file.
5673 * mipsnbsd-tdep.c: New file.
5674 * mipsnbsd-tdep.h: New file.
5675 * config/mips/nbsd.mh: New file.
5676 * config/mips/nbsd.mt: New file.
5677 * config/mips/nm-nbsd.h: New file.
5678 * config/mips/tm-nbsd.h: New file.
5679
70f80edf
JT
56802002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5681
5682 * Makefile.in (SFILES): Add osabi.c.
5683 (COMMON_OBS): Add osabi.o.
5684 (osabi.o): New dependency list.
5685 * osabi.c: New file.
5686 * osabi.h: New file.
5687 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5688
5689 * Makefile.in (alpha_tdep_h): Define and use instead of
5690 alpha-tdep.h.
5691 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5692 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5693 Remove.
5694 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5695 * alpha-tdep.h: Include osabi.h.
5696 (alpha_abi): Remove.
5697 (gdbarch_tdep): Use generic OS ABI framework.
5698 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5699 gdbarch_register_osabi.
5700 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5701 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5702 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5703
5704 * Makefile.in (sh_tdep_h): Add osabi.h.
5705 * sh-tdep.h (sh_osabi): Remove.
5706 (gdbarch_tdep): Use generic OS ABI framework.
5707 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5708 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5709 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5710 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5711
5712 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5713 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5714 gdbarch_register_osabi.
5715 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5716 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5717 (get_elfosabi): Rename to...
5718 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5719 ABI framework support routines.
5720 (arm_gdbarch_init): Use generic OS ABI framework.
5721 (arm_dump_tdep): Likewise.
5722 (_initialize_arm_tdep): Likewise.
5723 * arm-tdep.h: Include osabi.h.
5724 (arm_abi): Remove.
5725 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5726 osabi member.
5727 (arm_gdbarch_register_os_abi): Remove prototype.
5728 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5729 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5730
5731 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5732 * mips-tdep.c: Include osabi.h.
5733 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5734 OS ABI framework.
5735
d194345b
KH
57362002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5737
5738 * h8300-tdep.c: Fix formatting.
5739
70c6b0d1
EZ
57402002-05-20 Elena Zannoni <ezannoni@redhat.com>
5741
5742 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5743 printing vector registers.
5744
165b8e33
AC
57452002-05-19 Andrew Cagney <ac131313@redhat.com>
5746
5747 From Fernando Nasser:
5748 * remote.c (remote_async_open_1): Re-throw the exception when the
5749 connection fails.
5750 (remote_cisco_open): Ditto.
5751 (remote_open_1): Ditto.
5752
36918e70
AC
57532002-05-19 Andrew Cagney <ac131313@redhat.com>
5754
5755 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5756 (remote_start_remote): Add uiout parameter. Pass through to
5757 remote_start_remote_dummy.
5758 (remote_open_1): Use catch_exception instead of catch_errors.
5759 (remote_async_open_1): Ditto.
5760 (remote_cisco_open): Ditto.
5761
ae44c0c4
AC
57622002-05-19 Andrew Cagney <ac131313@redhat.com>
5763
5764 * remote.c (remote_start_remote): Replace PTR with void pointer.
5765 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5766 static.
5767
8efe637d
AC
57682002-05-18 Andrew Cagney <ac131313@redhat.com>
5769
5770 * gdb_indent.sh: Allow the script to be run in the sim directory.
5771
2f1b5984
MK
57722002-05-18 Mark Kettenis <kettenis@gnu.org>
5773
f0f625e2
MK
5774 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5775 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5776
2f1b5984
MK
5777 * corelow.c (core_open): Only call set_gdbarch_from_file if
5778 exec_bfd is NULL.
5779
fc974602
AV
57802002-05-17 Andrey Volkov <avolkov@transas.com>
5781
5782 * h8300-tdep.c: Add support of EXR register
5783 * config/h8300/tm-h8300.h: Ditto.
5784
906709f4
AV
57852002-05-17 Andrey Volkov <avolkov@transas.com>
5786
5787 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5788
6e591d68
AV
57892002-05-17 Andrey Volkov <avolkov@transas.com>
5790
5791 * h8300-tdep.c: Change literal regnums to REGNO.
5792
84f0252a
JB
57932002-05-17 Jim Blandy <jimb@redhat.com>
5794
e0e9281e
JB
5795 * NEWS: Note addition of macro support.
5796
84f0252a
JB
5797 Expand preprocessor macros in C expressions.
5798 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5799 (scan_macro_expansion, scanning_macro_expansion,
5800 finished_macro_expansion): New function declarations.
5801 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5802 variable declarations.
5803 * parser-defs.h (expression_context_pc): New declaration.
5804 * parse.c (expression_context_pc): New variable.
5805 (parse_exp_1): Set expression_context_pc, as well as
5806 expression_context_block.
5807 * c-exp.y (yylex): If we're not already reading the result of a
5808 macro expansion, try to macro-expand the next token. When we're
5809 done scanning a macro expansion, switch back to the mainline text.
5810 Commas and `if's in a macro's expansion don't terminate the input.
5811 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5812 (macro_original_text, macro_expanded_text,
5813 expression_macro_lookup_func, expression_macro_lookup_baton): New
5814 variables.
5815 (scan_macro_expansion, scanning_macro_expansion,
5816 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5817 c_preprocess_and_parse): New functions.
5818 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5819 c_preprocess_and_parse, instead of c_parse.
5820 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5821 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5822
1c509ca8
JR
5823Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5824
5825 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5826 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5827 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5828
2250ee0c
CV
58292002-05-17 Corinna Vinschen <vinschen@redhat.com>
5830
5831 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5832
ab3b8126
JT
58332002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5834
5835 * Makefile.in (sh_tdep_h): Define and use.
5836 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5837 register enum): Move to...
5838 * * sh-tdep.h: ...here.
5839 * sh-tdep.c: Include sh-tdep.h.
5840 * sh3-rom.c: Likewise.
5841 * shnbsd-tdep.c: Likewise.
5842
ed9d4749
MS
58432002-05-16 Michael Snyder <msnyder@redhat.com>
5844
5845 * arm-tdep.c: Spelling fix in comment.
5846
2e276125
JB
58472002-05-16 Jim Blandy <jimb@redhat.com>
5848
6821892e
JB
5849 Add commands for manually expanding macros and showing their
5850 definitions.
5851 * macrocmd.c, macroscope.c, macroscope.h: New files.
5852 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5853 (macroscope_h): New variable.
5854 (HFILES_NO_SRCDIR): Add macroscope.h.
5855 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5856 (macroscope.o, macrocmd.o): New rules.
5857
2e276125
JB
5858 Teach the Dwarf 2 reader to read macro information.
5859 * dwarf2read.c: #include "macrotab.h".
5860 (dwarf_macinfo_buffer): New variable.
5861 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5862 dwarf_macinfo_size.
5863 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5864 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5865 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5866 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5867 dwarf2_macro_spaces_in_definition): New complaints.
5868 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5869 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5870 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5871 the partial symbol table.
5872 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5873 from what's recorded in the partial symbol table.
5874 (read_file_scope): If the compilation unit has a
5875 `DW_AT_macro_info' attribute, read its macro information.
5876 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5877
2f53fe6c
DJ
58782002-05-16 Daniel Jacobowitz <drow@mvista.com>
5879
5880 Fix PR gdb/546
5881 * ser-tcp.c: Don't include <netinet/udp.h>.
5882
2be99286
SC
58832002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5884
5885 * MAINTAINERS: Update my email address.
5886
c9af212b 58872002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5888
5889 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5890 include file of the same name.
5891
bf5f1a52
CV
58922002-05-16 Corinna Vinschen <vinschen@redhat.com>
5893
5894 * configure.tgt: Mark v850 as multi-arched.
5895 * config/v850/tm-v850.h: Remove file.
5896 * config/v850/v850.mt: Eliminate TM_FILE.
5897
435e042a
CV
58982002-05-16 Corinna Vinschen <vinschen@redhat.com>
5899
5900 * v850-tdep.c: Full multi-arch.
5901 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5902 Define GDB_MULTI_ARCH to 2.
5903
9819c6c8
PM
59042002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5905
5906 * p-exp.y (current_type): New static variable.
5907 Carries the type of the expression at the position that is parsed.
5908 (push_current_type, pop_current_type): Two new functions. Used
5909 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5910 (search_field): New static variable. Set to one after parsing a point
5911 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5912 (FIELDNAME): New token. After a point only a token belonging to
5913 current_type type definition is allowed.
5914 (all over token rules): reset and change current_type according
5915 to rules.
5916 (exp '[' rule): insert implicit array index field if
5917 exp is a pascal string type.
5918
3a06899a
CV
59192002-05-16 Corinna Vinschen <vinschen@redhat.com>
5920
5921 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5922 frame info. Use frame_info's saved_regs instead of matching member
5923 in extra_frame_info throughout.
5924 (v850_frame_init_saved_regs): New function.
5925 (v850_init_extra_frame_info): Move most functionality into
5926 v850_frame_init_saved_regs().
5927 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5928 (v850_frame_find_saved_regs): Remove declaration.
5929 (FRAME_FIND_SAVED_REGS): Remove definition.
5930 (v850_frame_init_saved_regs): Add declaration.
5931 (FRAME_INIT_SAVED_REGS): Add definition.
5932
6ed14b0e
CV
59332002-05-16 Corinna Vinschen <vinschen@redhat.com>
5934
5935 * v850-tdep.c: Begin multi-arch'ing v850.
5936 (v850_target_architecture_hook): Remove function.
5937 (v850_gdbarch_init): New function. Add code previously in
5938 v850_target_architecture_hook().
5939 (_initialize_v850_tdep): Don't set target_architecture_hook.
5940 Call register_gdbarch_init() instead.
5941
42725910
DJ
59422002-05-16 Daniel Jacobowitz <drow@mvista.com>
5943
5944 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5945 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5946 (fixup_class_method_type): Likewise.
5947
99d9066e
JB
59482002-05-15 Jim Blandy <jimb@redhat.com>
5949
5950 Add macro structures to GDB's symbol tables. Nobody puts anything
5951 in them yet.
5952 * symtab.h (struct symtab): New member: `macro_table'.
5953 * buildsym.h (pending_macros): New global variable.
5954 * buildsym.c: #include "macrotab.h".
5955 (buildsym_init): Initialize `pending_macros'.
5956 (end_symtab): If we found macro information while reading a CU's
5957 debugging info, do build a symtab structure for it. Make the
5958 symtab point to the macro information, and clear the
5959 `pending_macros' pointer which held it while we were reading the
5960 debug info.
5961 (really_free_pendings): Free any pending macro table.
5962 * objfiles.h (struct objfile): New member: `macro_cache'.
5963 * objfiles.c (allocate_objfile): Set allocate and free functions
5964 for the macro cache's objstack.
5965 (free_objfile): Empty the macro cache's obstack.
5966 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5967 set new allocate and free functions for it.
5968 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5969 free functions for the macro cache's objstack. (Why is this
5970 function building its own objfile?)
5971 * symmisc.c (print_objfile_statistics): Print statistics on the
5972 macro bcache.
5973 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5974
c899585b
RE
59752002-05-15 Richard Earnshaw <rearnsha@arm.com>
5976
5977 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5978 (REGISTER_U_ADDR): Delete definition.
5979 (arm_register_u_addr): Delete declaration.
5980
a6cdd8c5
RE
59812002-05-15 Richard Earnshaw <rearnsha@arm.com>
5982
5983 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5984 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5985
c97dcfc7
AC
59862002-05-14 Andrew Cagney <ac131313@redhat.com>
5987
5988 * regcache.c (register_valid): Revise comments refering to "Not
5989 available" and "unavailable".
5990 * frame.c (frame_register_read): Ditto.
5991 * findvar.c (value_of_register): Ditto.
5992
93021b7d
AC
59932002-05-15 Andrew Cagney <cagney@redhat.com>
5994
5995 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5996 (remote-sim.o): Update dependencies.
5997 (d10v-tdep.o): Specify dependencies.
5998 (sim_d10v_h): Define.
5999
a86bc61c
JB
60002002-05-14 Jim Blandy <jimb@redhat.com>
6001
6002 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6003 * macrotab.c (macro_lookup_inclusion, find_definition,
6004 new_macro_table): Same.
6005
6006 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6007 not `! strcmp ()'. This is a dubious improvement.
6008 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6009
6010 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6011 although it's not necessary, to avoid a warning.
6012
2fdde8f8
DJ
60132002-05-14 Daniel Jacobowitz <drow@mvista.com>
6014
6015 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6016 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6017 TYPE_INSTANCE_FLAGS.
6018 (struct main_type): New.
6019 (struct type): Move most members to struct main_type. Change
6020 cv_type and as_type to new type_chain member. Add instance_flags.
6021 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6022 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6023 (finish_cv_type): Remove prototype.
6024 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6025 Set TYPE_CHAIN.
6026 (alloc_type_instance): New function.
6027 (smash_type): New function.
6028 (make_pointer_type, make_reference_type, make_function_type)
6029 (smash_to_member_type, smash_to_method_type): Call smash_type.
6030 (make_qualified_type): New function.
6031 (make_type_with_address_space): Call make_qualified_type.
6032 (make_cv_type): Likewise.
6033 (finish_cv_type): Remove unnecessary function.
6034 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6035 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6036 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6037 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6038 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6039 * hpread.c (hpread_read_struct_type): Likewise.
6040 * stabsread.c (read_struct_type): Likewise.
6041
843fedf4
EZ
60422002-05-14 Elena Zannoni <ezannoni@redhat.com>
6043
6044 * configure.tgt: Add a catch all sh* target, for cases like
6045 sh[2,3,4]-elf and sh-hms.
6046
05a6c72c
KS
60472002-05-14 Keith Seitz <keiths@redhat.com>
6048
6049 * event-loop.c (create_file_handler): Don't do anything but
6050 update data when we are given a fd which we are already
6051 monitoring.
6052
5d085aaf
ML
60532002-05-14 Michal Ludvig <mludvig@suse.cz>
6054
6055 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6056 (update_context): Use __func__ in warnings.
6057
9db8d71f
DJ
60582002-05-14 Daniel Jacobowitz <drow@mvista.com>
6059
6060 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6061 and tcp_close to net_open and net_close.
6062 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6063 using UDP if requested. Don't try to disable Nagle on UDP
6064 sockets.
6065 * remote.c (remote_serial_open): New function. Warn about UDP.
6066 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6067
5dbc6baa
EZ
60682002-05-13 Elena Zannoni <ezannoni@redhat.com>
6069
6070 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6071
cc3023f7
EZ
60722002-05-13 Elena Zannoni <ezannoni@redhat.com>
6073
6074 * configure.tgt: Remove sh-hms target.
6075 * MAINTAINERS: Don't list sh-hms as a separate target.
6076
ec2bcbe7
JB
60772002-05-13 Jim Blandy <jimb@redhat.com>
6078
6079 Add first preprocessor macro-expansion files.
6080 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6081 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6082 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6083 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6084 (COMMON_OBS): Add macrotab.o, macroexp.o.
6085 (macroexp.o, macrotab.o): New rules.
6086
6d531722
AC
60872002-05-13 Andrew Cagney <ac131313@redhat.com>
6088
6089 * config/m88k/tm-m88k.h: Update copyright.
6090 (m88k_target_write_pc): Declare
6091 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6092 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6093 (SHIFT_INST_REGS): Update definition.
6094 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6095 using old definition of TARGET_WRITE_PC.
6096 * regcache.c (generic_target_write_pc): Delete code handling
6097 NNPC_REGNUM.
6098 * gdbarch.sh (NNPC_REGNUM): Delete.
6099 * gdbarch.h, gdbarch.c: Regenerate.
6100
3e3f2739
RE
61012002-05-13 Richard Earnshaw <rearnsha@arm.com>
6102
6103 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6104 builtin reg number.
6105
0004e5a2
DJ
61062002-05-13 Daniel Jacobowitz <drow@mvista.com>
6107
6108 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6109 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6110 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6111 access macros.
6112 * c-typeprint.c (cp_type_print_method_args): Likewise.
6113 (c_type_print_args): Likewise.
6114 * d10v-tdep.c (d10v_push_arguments): Likewise.
6115 (d10v_extract_return_value): Likewise.
6116 * expprint.c (print_subexp): Likewise.
6117 * gdbtypes.c (lookup_primitive_typename): Likewise.
6118 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6119 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6120 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6121 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6122 (TYPE_VECTOR): Likewise.
6123 * hpread.c (hpread_read_struct_type)
6124 (fix_static_member_physnames, fixup_class_method_type)
6125 (hpread_type_lookup): Likewise.
6126 * mdebugread.c (parse_symbol, parse_type): Likewise.
6127 * p-lang.c (is_pascal_string_type): Likewise.
6128 * valops.c (hand_function_call): Likewise.
6129 * x86-64-tdep.c (classify_argument): Likewise.
6130
6131 * hpread.c (hpread_read_function_type)
6132 (hpread_read_doc_function_type): Call replace_type.
6133 * dstread.c (create_new_type): Delete.
6134 (decode_dst_structure, process_dst_function): Call alloc_type.
6135 Use type access macros.
6136
dff95cc7
MK
61372002-05-12 Mark Kettenis <kettenis@gnu.org>
6138
6139 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6140 the're not supported by the current architecture.
6141 (i387_fill_fxsave): Likewise.
6142
bbcd32ad
FF
61432002-05-12 Fred Fish <fnf@redhat.com>
6144
6145 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6146 sect_index_xxx members to index the first slot in section_offsets
6147 if all of the section_offsets are zero.
6148
89cf4787
MK
61492002-05-12 Mark Kettenis <kettenis@gnu.org>
6150
6151 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6152 checked in with last change.
6153
1f77ffc5
MK
61542002-05-12 Mark Kettenis <kettenis@gnu.org>
6155
6156 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6157 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6158 config.sub.
6159
89b8b4a9
DJ
61602002-05-12 Daniel Jacobowitz <drow@mvista.com>
6161
6162 * Makefile.in: Update dependencies.
6163
14a5e767
AC
61642002-05-11 Andrew Cagney <ac131313@redhat.com>
6165
6166 * language.c (local_hex_string_custom): Simplify. Do not depend
6167 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6168
6169 * memattr.c (mem_info_command): Replace calls to
6170 longest_local_hex_string and longest_local_hex_string_custom.
6171 * buildsym.c (make_blockvector): Ditto.
6172 * solib.c (info_sharedlibrary_command): Ditto.
6173 * tracepoint.c (tracepoints_info): Ditto.
6174 * symtab.c (print_msymbol_info): Ditto.
6175
6176 * language.c (local_hex_string): Delete.
6177 (local_hex_string_custom): Delete.
6178 (longest_local_hex_string): Rename to local_hex_string.
6179 (longest_local_hex_string_custom): Rename to
6180 local_hex_string_custom.
6181 * language.h (local_hex_string): Change parameter type to LONGEST.
6182 (local_hex_string_custom): Ditto.
6183 (longest_local_hex_string): Delete declaration.
6184 (longest_local_hex_string_custom): Ditto.
6185
6186 * solib.c: Update copyright.
6187 * memattr.c: Update copyright.
6188
13d01224
AC
61892002-05-11 Andrew Cagney <ac131313@redhat.com>
6190
6191 * arch-utils.h (legacy_register_to_value): Declare.
6192 (legacy_value_to_register): Declare.
6193 (legacy_convert_register_p): Declare.
6194 * arch-utils.c (legacy_register_to_value): New function.
6195 (legacy_value_to_register): New function.
6196 (legacy_convert_register_p): New function.
6197
6198 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6199 (VALUE_TO_REGISTER): Define.
6200 (CONVERT_REGISTER_P): Define.
6201 * gdbarch.h, gdbarch.c: Regenerate.
6202
6203 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6204 VALUE_TO_REGISTER.
6205 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6206 CONVERT_REGISTER_P.
6207
4a1970e4
DJ
62082005-05-11 Daniel Jacobowitz <drow@mvista.com>
6209 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6210
6211 * Makefile.in: Update dependencies for valops.c.
6212 * valops.c: Include "gdb_assert.h".
6213 (typecmp): Skip THIS parameter to methods.
6214 (find_method_list): Remove static_memfuncp argument,
6215 update callers. Check for stub methods.
6216 (find_value_oload_method_list): Don't set *static_memfuncp.
6217 (find_overload_match): Don't check for stub methods. Assert
6218 that methods are not stubbed. Handle static methods.
6219 (value_find_oload_method_list): Remove static_memfuncp argument.
6220 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6221 to the argument list for static stub methods.
6222 * value.h (value_find_oload_method_list): Update prototype.
6223
b2e75d78
AC
62242002-05-11 Andrew Cagney <ac131313@redhat.com>
6225
6226 * arch-utils.h (generic_register_size): Declare.
6227 (generic_register_raw_size, generic_register_virtual_size): Delete
6228 declarations.
6229 * arch-utils.c (generic_register_raw_size): Delete.
6230 (generic_register_size): New function.
6231 (generic_register_virtual_size): Delete.
6232
6233 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6234 default generic_register_size.
6235 * gdbarch.h, gdbarch.c: Re-generate.
6236
6237 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6238 register_virtual_size.
6239 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6240 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6241
451fbdda
AC
62422002-05-11 Andrew Cagney <ac131313@redhat.com>
6243
6244 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6245 * gdbarch.h, gdbarch.c: Regenerate.
6246 * gnu-v3-abi.c: Update copyright.
6247 (vtable_address_point_offset): Update.
6248 (gnuv3_rtti_type): Update.
6249 (gnuv3_baseclass_offset): Update.
6250 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6251 (init_fetch_link_map_offsets): Update.
6252 * remote.c (get_remote_state): Update.
6253
6d2f5cea
DJ
62542002-05-11 Daniel Jacobowitz <drow@mvista.com>
6255
6256 * TODO: Remove value_headof/value_from_vtable_info comment.
6257 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6258 * values.c (value_headof, value_from_vtable_info): Delete.
6259 * value.h (value_from_vtable_info): Delete prototype.
6260
d2324da4
AC
62612002-05-11 Andrew Cagney <ac131313@redhat.com>
6262
6263 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6264 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6265 $(gdb_regex_h).
6266 (gdb_assert_h): Define.
6267 (gdb_wait_h): Define.
6268 (gdb_regex_h): Define.
6269
5c717440
DJ
62702002-05-11 Daniel Jacobowitz <drow@mvista.com>
6271
6272 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6273 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6274
6c7861b3
JT
62752002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6276
6277 * nbsd-tdep.c: Fix comment.
6278
ea5bc2a6
JT
62792002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6280
6281 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6282 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6283 (nbsd-tdep.o): New dependency list.
6284 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6285 nbsd-tdep.h.
6286 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6287 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6288 * nbsd-tdep.c: New file.
6289 * nbsd-tdep.h: New file.
6290 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6291 nbsd-tdep.h.
6292 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6293 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6294 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6295 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6296
b28da865
JT
62972002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6298
6299 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6300 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6301 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6302 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6303 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6304 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6305
4b8ff1fa
JT
63062002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6307
6308 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6309 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6310 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6311 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6312 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6313 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6314 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6315
dfe6eb1f
JT
63162002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6317
6318 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6319 fetch_elfcore_registers to...
6320 * i386nbsd-tdep.c: ...here.
6321 (i386nbsd_use_struct_convention): Rename to...
6322 (i386nbsd_aout_use_struct_convention): ...this.
6323 (i386nbsd_supply_reg): New function.
6324 (i386nbsd_fill_reg): New function.
6325 (fetch_core_registers): Use i386nbsd_supply_reg.
6326 (fetch_elfcore_registers): Likewise.
6327 (_initialize_i386nbsd_tdep): New function.
6328 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6329 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6330 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6331 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6332 (i386nbsd_aout_use_struct_convention): ...this.
6333
20cb8cda
JT
63342002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6335
6336 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6337 (store_inferior_registers): Use shnbsd_fill_reg.
6338 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6339 sh_nbsd_supply_register): Collapse into...
6340 (shnbsd_supply_reg): ...this.
6341 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6342 (shnbsd_fill_reg): ...this.
6343 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6344 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6345 (fetch_core_registers): Use shnbsd_supply_reg.
6346 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6347 (sh_nbsd_core_fns): Rename to...
6348 (shnbsd_core_fns): ...this.
6349 (sh_nbsd_elfcore_fns): Rename to...
6350 (shnbsd_elfcore_fns): ...this.
6351 (sh_nbsd_init_abi): Rename to...
6352 (shnbsd_init_abi): ...this.
6353 (_initialize_sh_nbsd_tdep): Rename to...
6354 (_initialize_shnbsd_tdep): ...this.
6355 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6356 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6357 sh_nbsd_fill_register): Remove prototypes.
6358 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6359
e750d25e
JT
63602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6361
6362 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6363 (i387-nat.o): Delete dependency list.
6364 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6365 (x86-64-linux-nat.o): Likewise.
6366 * i387-nat.c: Delete file, moving contents to...
6367 * i387-tdep.c: ...here.
6368 * i387-nat.h: Rename...
6369 * i387-tdep.h: ...to this.
6370 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6371 * i386-linux-nat.c: Likewise.
6372 * i386bsd-nat.c: Likewise.
6373 * i386gnu-nat.c: Likewise.
6374 * i386nbsd-nat.c: Likewise.
6375 * i386v4-nat.c: Likewise.
6376 * x86-64-linux-nat.c: Likewise.
6377 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6378 * config/i386/go32.mh (NATDEPFILES): Likewise.
6379 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6380 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6381 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6382 * config/i386/linux.mh (NATDEPFILES): Likewise.
6383 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6384 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6385 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6386 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6387
1aee598a
JT
63882002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6389
6390 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6391 (alphanbsd-nat.o): Remove dependency list.
6392 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6393 * alphanbsd-nat.c: Delete. Contents moved to...
6394 * alphanbsd-tdep.c: ...here.
6395 (_initialize_alphanbsd_tdep): Register core functions.
6396 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6397
12bcb0fe
JT
63982002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6401 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6402 (alphanbsd-nat.o): Likewise.
6403 (alphabsd-tdep.o): New dependency list.
6404 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6405 (fill_gregset): Use alphabsd_fill_reg.
6406 (supply_fpregset): Use alphabsd_supply_fpreg.
6407 (fill_fpregset): Use alphabsd_fill_fpreg.
6408 (fetch_inferior_registers): Use struct reg and struct fpreg
6409 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6410 and alphabsd_supply_fpreg.
6411 (store_inferior_registers): Use struct reg and struct fpreg
6412 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6413 and alphabsd_fill_fpreg.
6414 * alphabsd-tdep.c: New file.
6415 * alphabsd-tdep.h: New file.
6416 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6417 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6418 alphabsd_supply_fpreg.
6419 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6420 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6421
361d1df0
EC
64222002-05-11 Eric Christopher <echristo@redhat.com>
6423
6424 * mips-tdep.c (mips_double_register_type): Fix thinko.
6425 (mips_single_register_type): Ditto.
6426 * MAINTAINERS: Add self.
6427
92dd7cee
MK
64282002-05-11 Mark Kettenis <kettenis@gnu.org>
6429
6430 * i387-nat.c (i387_supply_register, i387_fill_fsave,
6431 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
6432 right thing on architectures with different endianness and/or
6433 integer sizes.
6434
e27da16d
JT
64352002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
6436
6437 From Christian Limpach <chris@Pin.LU>
6438 * configure.in: Change sed expression which comments out
6439 NATDEPFILES to also comment out continuation lines.
6440 * configure: Regenerate.
6441
ddde02bd
EZ
64422002-05-10 Elena Zannoni <ezannoni@redhat.com>
6443
6444 * sh-tdep.c: Clean up code erroneously reintroduced by previous
6445 big patch.
6446
1c922164
EZ
64472002-05-10 Elena Zannoni <ezannoni@redhat.com>
6448
6449 * sh-tdep.c: Include correct file.
6450
283150cd
EZ
64512002-05-10 Elena Zannoni <ezannoni@redhat.com>
6452
6453 New support for sh64-elf (sh5) target.
6454
6455 * configure.tgt: For sh64-elf target, default to sh-elf.
6456
6457 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
6458 (struct gdbarch_tdep): Add new fields for new registers and ABI
6459 info.
361d1df0 6460
283150cd
EZ
6461 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
6462 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
6463 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
6464 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
6465 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
6466 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
6467 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
6468 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
6469 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
6470 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
6471 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
6472 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
6473 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
6474 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
6475 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
6476 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
6477 sh64_get_gdb_regnum, sh64_media_reg_base_num,
6478 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
6479 sign_extend, sh64_nofp_frame_init_saved_regs,
6480 sh64_init_extra_frame_info, sh64_get_saved_register,
6481 sh64_extract_struct_value_address, sh64_pop_frame,
6482 sh64_push_arguments, sh64_extract_return_value,
6483 sh64_store_return_value, sh64_show_media_regs,
6484 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
6485 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
6486 sh_sh64_register_virtual_type,
6487 sh_sh64_register_convert_to_virtual,
6488 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
6489 sh64_register_read, sh64_pseudo_register_write,
6490 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
6491 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
6492 sh64_do_pseudo_register, sh_compact_do_registers_info,
6493 sh64_do_registers_info, sh_gdbarch_init): New functions.
6494
3117ed25
EZ
64952002-05-10 Elena Zannoni <ezannoni@redhat.com>
6496
6497 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
6498
2654e6d4
DJ
64992002-05-10 Daniel Jacobowitz <drow@mvista.com>
6500
6501 * linespec.c (decode_line_1): Check for a double quote after
6502 a filename correctly.
6503
9ab3e532
JB
65042002-05-10 Jim Blandy <jimb@redhat.com>
6505
6506 Properly track the size of the current objfile's .debug_line section.
6507 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
6508 (DWARF_LINE_SIZE): New macro.
6509 (dwarf2_build_psymtabs_hard): Record the line section's size in
6510 the partial symbol table.
6511 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
6512 symbol table.
6513
126fa72d
PS
65142002-05-10 Petr Sorfa <petrs@caldera.com>
6515
6516 * ia64-tdep.c: Handle breakpoints on L instruction type
6517 in MLX instruction bundle by moving the breakpoint to
6518 the third slot (X instruction type) as L holds only data.
6519
1f077a3e
KB
65202002-05-10 Kevin Buettner <kevinb@redhat.com>
6521
6522 * dbxread.c (discarding_local_symbols_complaint): New complaint.
6523 (process_one_symbol): Complain about discarding local symbols
6524 due to a misplaced N_LBRAC entry.
6525
8120c9d5 65262002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
6527
6528 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
6529 * linespec.c (find_toplevel_char): '<' and '>' also increase and
6530 decrease the depth we are at, in the case of templates.
361d1df0 6531
67b2c998
DJ
65322002-05-09 Daniel Jacobowitz <drow@mvista.com>
6533
6534 * mips-tdep.c (mips_float_register_type): New function.
6535 (mips_double_register_type): New function.
6536 (mips_print_register): Use them.
6537 (do_fp_register_row): Likewise.
6538
fd326606
DJ
65392002-05-09 Daniel Jacobowitz <drow@mvista.com>
6540
6609d9af 6541 * signals/signals.c (signals): Remove conditional compilation around
fd326606 6542 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 6543 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 6544
bef35864
MS
65452002-05-09 Michael Snyder <msnyder@redhat.com>
6546
6547 * remote-rdp.c (remote_rdp_can_run): Remove.
6548
c55a3f73
TT
65492002-05-09 Tom Tromey <tromey@redhat.com>
6550
6551 * jv-valprint.c (java_val_print): Handle `char' as a special case
6552 of TYPE_CODE_INT.
6553
b8d5e71d
MS
65542002-05-09 Michael Snyder <msnyder@redhat.com>
6555
6556 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
6557 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 6558 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 6559 str r(0123),[sp,#nn].
361d1df0 6560 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
6561 order-independent by placing it in a loop.
6562
e2cd42dd
MS
65632002-05-06 Michael Snyder <msnyder@redhat.com>
6564
6565 * stabsread.c (read_type): Add recognition for new attribute:
6566 "@V;" means that an array type is actually a vector.
6567 This is analogous to the vector flag that's been added to dwarf2.
6568
3ce1502b
MK
65692002-05-09 Mark Kettenis <kettenis@gnu.org>
6570
6571 * i386-tdep.h (i386_abi): New enum.
6572 (struct gdbarch_tdep): Replace os_ident member with abi.
6573 (i386_gdbarch_register_os_abi): New prototype.
6574 * i386-tdep.c (i386_abi_names): New array.
6575 (process_note_abi_tag_sections): Removed.
6576 (process_note_sections): New function.
6577 (i386_elf_abi_from_note, i386_elf_abi): New functions.
6578 (struct i386_abi_handler): New struct.
6579 (i386_abi_handler_list): New variable.
6580 (i386_gdbarch_register_os_abi): New function.
6581 (i386_gdbarch_init): Adapt for the changes given above.
6582
084c156a
DJ
65832002-05-08 Daniel Jacobowitz <drow@mvista.com>
6584
6585 * gregset.h: Say "GNU/Linux".
6586
6599f021
EZ
65872002-05-08 Elena Zannoni <ezannoni@redhat.com>
6588
6589 * gdbtypes.c : Add new builtin type for 64 bit vectors.
6590 (build_gdbtypes): Build builtin_type_v2_float.
6591 (_initialize_gdbtypes): Register new builtin type.
6592
40af4b0c
AC
65932002-05-08 Andrew Cagney <ac131313@redhat.com>
6594
6595 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
6596 (clear_gdbarch_swap): New function.
6597 (initialize_non_multiarch): Call.
6598 (gdbarch_update_p): Before calling init(), swap out and clear the
6599 existing architecture.
6600 * gdbarch.c: Regenerate.
6601
4fe84f46
JT
66022002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6603
6604 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
6605 alphanbsd-tdep.c.
6606
4015edd1
JT
66072002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6608
6609 * sh-nbsd-nat.c: Rename to...
6610 * shnbsd-nat.c: ...this.
6611 * sh-nbsd-tdep.c: Rename to...
6612 * shnbsd-tdep.c: ...this.
6613 * sh-nbsd-tdep.h: Rename to...
6614 * shnbsd-tdep.h: ...this.
6615 * config/sh/nbsd.mh: Use shnbsd-nat.o.
6616 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
6617
0e2bd219
RE
66182002-05-08 Richard Earnshaw <rearnsha@arm.com>
6619
6620 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
6621 concatenation for command help messages.
6622
13a38d45
JT
66232002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6624
6625 * NEWS: Note new sh*-*-netbsdelf* configuration.
6626 * configure.host: Set gdb_host_cpu to sh for all sh*.
6627 (sh*-*-netbsdelf*): New host.
6628 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
6629 (sh*-*-netbsdelf*): New target.
6630 * sh-nbsd-nat.c: New file.
6631 * sh-nbsd-tdep.c: New file.
6632 * sh-nbsd-tdep.h: New file.
6633 * config/sh/nbsd.mh: New file.
6634 * config/sh/nbsd.mt: New file.
6635 * config/sh/nm-nbsd.h: New file.
6636 * config/sh/tm-nbsd.h: New file.
6637
d658f924
JT
66382002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
6639
6640 * sh-tdep.c (sh_osabi_names): Declare.
6641 (process_note_abi_tag_sections): New function.
6642 (get_elfosabi): Ditto.
6643 (sh_gdbarch_register_os_abi): Ditto.
6644 (sh_dump_tdep): Ditto.
6645 _initialize_sh_tdep): Use gdbarch_register to register
6646 sh_gdbarch_init and sh_dump_tdep.
6647 * config/sh/tm-sh.h (sh_osabi): Declare.
6648 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6649
848cfffb
AC
66502002-05-07 Andrew Cagney <ac131313@redhat.com>
6651
6652 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6653 (thumb_scan_prologue): Ditto.
6654 (arm_find_callers_reg): Ditto.
6655 (arm_frame_chain): Ditto.
6656 (arm_init_extra_frame_info): Ditto.
6657 (arm_frame_saved_pc): Ditto.
6658 (arm_pop_frame): Ditto.
6659 (arm_push_return_address): New function.
6660 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6661 call_dummy_location, call_dummy_breakpoint_offset_p,
6662 call_dummy_breakpoint_offset, call_dummy_p,
6663 call_dummy_stack_adjust_p, call_dummy_words,
6664 sizeof_call_dummy_words, call_dummy_start_offset,
6665 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6666 call_dummy_address, push_return_address and push_dummy_frame for
6667 generic dummy frames.
6668
e7d717c0
JT
66692002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6670
6671 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6672 size computation for alloca.
6673 (sh_fp_frame_init_saved_regs): Likewise.
6674
7bbcf283
RE
66752002-05-07 Richard Earnshaw <rearnsha@arm.com>
6676
6677 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6678 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6679 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6680 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6681 * remote-rdp.c (remote_rdp_fetch_register): Use
6682 ARM_MAX_REGISTER_RAW_SIZE.
6683 (remote_rdp_store_register): Likewise.
6684
4657573b
ML
66852002-05-07 Michal Ludvig <mludvig@suse.cz>
6686
361d1df0 6687 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6688 added default labels to switch {} statements.
6689 * x86-64-tdep.c: Ditto.
6690 * x86-64-linux-nat.c: Ditto.
6691
010f3b2f
JT
66922002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6693
6694 * solib.h: Protect against multiple inclusion.
6695
debd256d
JB
66962002-05-06 Jim Blandy <jimb@redhat.com>
6697
9ab3e532
JB
6698 Add first preprocessor macro-expansion files.
6699 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6700 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6701 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6702 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6703 (COMMON_OBS): Add macrotab.o, macroexp.o.
6704 (macroexp.o, macrotab.o): New rules.
6705
debd256d
JB
6706 Separate the job of reading the line number info statement program
6707 header (...expialidocious) out into its own function.
6708 * dwarf2read.c (struct line_head, struct filenames, struct
6709 directories): Replace with...
6710 (struct line_header): New structure, containing the full
6711 contents of the statement program header, including the
6712 include directory and file name tables.
6713 (read_file_scope): If we have line number info, instead of just
6714 calling dwarf_decode_lines to do all the work, call
6715 dwarf_decode_line_header first to get a `struct line_header'
6716 containing the data in the statement program header, and then
6717 pass that to dwarf_decode_lines, which will pick up where that
6718 left off. Be sure to clean up the `struct line_header' object.
6719 (dwarf_decode_line_header, free_line_header, add_include_dir,
6720 add_file_name): New functions.
6721 (dwarf_decode_lines): Move all the code to read the statement
6722 program header into dwarf_decode_line_header. Take the line
6723 header it built as the first argument, instead of the offset to
6724 the compilation unit's line number info. Use the new `struct
6725 line_header' type instead of the old structures. No need to do
6726 cleanups here now, since we don't allocate anything.
6727 (dwarf2_statement_list_fits_in_line_number_section,
6728 dwarf2_line_header_too_long): New complaints.
6729
ac3aafc7
EZ
67302002-05-06 Elena Zannoni <ezannoni@redhat.com>
6731
6732 * gdbtypes.c (init_vector_type): New function.
6733 (build_builtin_type_vec128): Simplify the representation of SIMD
6734 registers.
6735 (build_gdbtypes): Initialize new builtin vector types.
6736 (_initialize_gdbtypes): Register new vector types with gdbarch.
6737 (builtin_type_v4_float, builtin_type_v4_int32,
6738 builtin_type_v8_int16, builtin_type_v16_int8,
6739 builtin_type_v2_int32, builtin_type_v4_int16,
6740 builtin_type_v8_int8): New (renamed) SIMD types.
6741
13e49980
MK
67422002-05-06 Mark Kettenis <kettenis@gnu.org>
6743
6744 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6745 (i387_fill_fxsave): Likewise.
6746
997b20b8
AO
67472002-05-05 Alexandre Oliva <aoliva@redhat.com>
6748
6749 * alpha-tdep.c (alpha_extract_return_value): Don't use
6750 non-constant array size in prototype.
6751
535c96ce
AC
67522002-05-04 Andrew Cagney <ac131313@redhat.com>
6753
6754 From Brian Taylor <briant at model dot com>:
6755 * ui-out.c (ui_out_field_core_addr): Use the function
6756 longest_local_hex_string_custom'to format addresses > 32 bits
6757 wide.
6758
6759 * ui-out.c (ui_out_field_core_addr): Update comment.
6760
bedfa57b
AC
67612002-05-04 Andrew Cagney <ac131313@redhat.com>
6762
6763 * stack.c (select_and_print_frame): Make static. Delete the
6764 parameter `level'.
6765 (func_command): Update call.
6766 (select_frame_command): Delete code computing the frame level.
6767 * frame.h (select_and_print_frame): Delete declaration.
6768
f621c63e
AC
67692002-05-04 Andrew Cagney <ac131313@redhat.com>
6770
6771 * sparc-tdep.c (sparc_get_saved_register): Comment why
6772 get_prev_frame call is safe.
6773
0f7d239c
AC
67742002-05-04 Andrew Cagney <ac131313@redhat.com>
6775
6776 * frame.h (select_frame): Delete level parameter.
6777 * stack.c (select_frame): Update. Use frame_relative_level to
6778 obtain the frame's level.
6779 (select_and_print_frame): Update call.
6780 (select_frame_command): Ditto.
6781 (up_silently_base): Ditto.
6782 (down_silently_base): Ditto.
6783 * ocd.c (ocd_start_remote): Ditto.
6784 * remote-rdp.c (remote_rdp_open): Ditto.
6785 * remote-mips.c (mips_initialize): Ditto.
6786 (common_open): Ditto.
6787 * remote-e7000.c (e7000_start_remote): Ditto.
6788 * m3-nat.c (select_thread): Ditto.
6789 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6790 (child_get_current_exception_event): Ditto.
6791 * varobj.c (varobj_create): Ditto.
6792 (varobj_update): Ditto.
6793 (c_value_of_root): Ditto.
6794 * tracepoint.c (finish_tfind_command): Ditto.
6795 * corelow.c (core_open): Ditto.
6796 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6797 * thread.c (info_threads_command): Ditto.
6798 (switch_to_thread): Ditto.
6799 * infrun.c (normal_stop): Ditto.
6800 (restore_selected_frame): Ditto.
6801 (restore_inferior_status): Ditto.
6802 * breakpoint.c (insert_breakpoints): Ditto.
6803 (watchpoint_check): Ditto.
6804 (bpstat_stop_status): Ditto.
6805 (do_enable_breakpoint): Ditto.
6806 * blockframe.c (flush_cached_frames): Ditto.
6807 (reinit_frame_cache): Ditto.
6808
71d6c7b1
AC
68092002-05-04 Andrew Cagney <ac131313@redhat.com>
6810
6811 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6812 maintainer.
6813
cda6c68a
JB
68142002-05-04 Jim Blandy <jimb@redhat.com>
6815
6816 * gdbtypes.c (replace_type): Doc fix.
6817
5c1c87f0
AC
68182002-05-04 Andrew Cagney <ac131313@redhat.com>
6819
6820 * valprint.c (strcat_longest): Delete commented out function.
6821 Update copyright.
6822
cd9bfe15
AC
68232002-05-04 Andrew Cagney <ac131313@redhat.com>
6824
6825 * MAINTAINERS: Mark a29k as deleted.
6826 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6827 Move new configurations to the top.
6828 * configure.tgt: Remove a29k.
6829 * config/a29k/tm-vx29k.h: Delete.
6830 * config/a29k/vx29k.mt: Delete.
6831 * config/a29k/tm-a29k.h: Delete.
6832 * config/a29k/a29k-udi.mt: Delete.
6833 * config/a29k/a29k.mt: Delete.
6834 * a29k-tdep.c: Delete.
6835 * remote-udi.c: Delete.
6836 * remote-mm.c: Delete.
6837 * remote-eb.c: Delete.
6838 * remote-adapt.c: Delete.
6839 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6840 * config/s390/s390x.mt: Ditto.
6841 * config/s390/s390.mt: Ditto.
6842 * config/sparc/sparclynx.mh: Ditto.
6843 * config/sparc/linux.mh: Ditto.
6844 * config/pa/hppaosf.mh: Ditto.
6845 * config/pa/hppabsd.mh: Ditto.
6846 * config/ns32k/nbsd.mt: Ditto.
6847 * config/mips/vr5000.mt: Ditto.
6848 * config/m68k/sun3os4.mh: Ditto.
6849 * config/m68k/nbsd.mt: Ditto.
6850 * config/m68k/m68klynx.mh: Ditto.
6851 * config/m32r/m32r.mt: Ditto.
6852 * config/i386/x86-64linux.mt: Ditto.
6853 * config/i386/nbsdelf.mt: Ditto.
6854 * config/i386/nbsd.mt: Ditto.
6855 * config/i386/i386lynx.mh: Ditto.
6856
bf0c5130
AC
68572002-05-04 Andrew Cagney <ac131313@redhat.com>
6858
6859 * target.c (debug_print_register): New function. Handle oversize
6860 registers.
6861 (debug_to_fetch_registers): Call.
6862 (debug_to_store_registers): Call.
6863
2ae1c2d2
JB
68642002-05-03 Jim Blandy <jimb@redhat.com>
6865
13a393b0
JB
6866 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6867 (read_type): Doc fix.
6868 * gdbtypes.c (replace_type): Doc fix.
6869
2ae1c2d2
JB
6870 * stabsread.c (multiply_defined_struct): New complaint.
6871 (read_struct_type): If the type we were passed isn't empty, or
6872 incomplete, don't read the new struct type into it; complain,
6873 and return the original type unchanged. Take a new `type_code'
6874 argument, which is the type code for the new type.
6875 (read_type): Rather than storing the type's type code here, pass
6876 it as an argument to read_struct_type, and let that take care of
6877 storing it. That way, we don't overwrite the original type code,
6878 so read_struct_type can use it to decide whether we're overwriting
6879 something we shouldn't.
6880 (complain_about_struct_wipeout): New function.
6881
8de9bdc4
AC
68822002-05-03 Andrew Cagney <ac131313@redhat.com>
6883
6884 * gdbarch.sh: Assert that gdbarch is non-NULL.
6885 * gdbarch.c: Regenerate.
6886
f773fdbb
JM
68872002-05-03 Jason Merrill <jason@redhat.com>
6888
6889 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6890 and return NULL.
6891
0e04a514
ML
68922002-05-03 Michal Ludvig <mludvig@suse.cz>
6893
6894 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6895 (x86_64_dwarf2gdb_regno_map_length),
6896 (x86_64_dwarf2_reg_to_regnum): Added.
6897 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6898 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6899 (_initialize_x86_64_tdep): Synced with the change above.
6900 (x86_64_skip_prologue): Reformulated message.
6901
065432a8
PM
69022002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6903
6904 * f-exp.y: Also use new prev_lexptr variable
6905 to improve error reporting. Based on Michael Snyder
6906 2002-04-24 dated patch to c-exp.y.
6907 * jv-exp.y: Likewise.
6908 * m2-exp.y: Likewise.
6909
a3162708
EZ
69102002-05-02 Elena Zannoni <ezannoni@redhat.com>
6911
6912 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6913 we are dealing with vectors.
6914
03620c38
PM
69152002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6916
6917 * config/m68k/tm-nbsd.h: Obvious fix,
6918 correct machine name.
6919
6604db2e
PM
69202002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6921
6922 * p-typeprint.c (pascal_type_print_base): Add support
6923 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6924
0906b739
PM
69252002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6926
6927 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6928 for fondamental pascal 'char' type.
6929
e2625b33
PM
69302002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6931
6932 * p-lang.h (is_pascal_string_type): Declaration changed,
6933 new sixth argument of type char ** added.
361d1df0 6934 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6935 changed. Args length_pos, length_size, string_pos, char_size
6936 can now be NULL. New argument arrayname set to the field
6937 name of the char array. Return value set to char array
6938 field index plus one.
361d1df0 6939 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6940 is_pascal_string_type function.
6941
cf17c188
AC
69422002-05-02 Andrew Cagney <cagney@redhat.com>
6943
6944 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6945 <cagney@redhat.com> change.
6946 * gdbarch.c: Regenerate.
6947
52bca491
AC
69482002-05-02 Andrew Cagney <cagney@redhat.com>
6949
6950 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6951 before probing for a new one. Detect errorenous gdbarch_init
6952 functions.
6953 * gdbarch.c: Regenerate.
6954
d5e72505
AC
69552002-05-01 Andrew Cagney <cagney@redhat.com>
6956
6957 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6958 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6959 * config/v850/tm-v850.h: Ditto. Update copyright.
6960
af566d9f
AC
69612002-04-30 Andrew Cagney <ac131313@redhat.com>
6962
6963 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6964 current_gdbarch.
6965
880d85fa
MS
69662002-04-30 Michael Snyder <msnyder@redhat.com>
6967
94c30b78
MS
6968 * arm-tdep.c: Whitespace clean-ups.
6969 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6970 should have been removed as part of 4/24 change.
6971
6f5987a6
KB
69722002-04-30 Kevin Buettner <kevinb@redhat.com>
6973
6974 * rs6000-tdep.c: Added comment describing how fpscr register
6975 numbers were chosen.
6976
1a113c93
MS
69772002-04-30 Michael Snyder <msnyder@redhat.com>
6978
6979 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6980
9a6f53fe
EZ
69812002-04-29 Elena Zannoni <ezannoni@redhat.com>
6982
6983 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6984 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6985 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6986
11ed25ac
KB
69872002-04-29 Kevin Buettner <kevinb@redhat.com>
6988
6989 From Louis Hamilton <hamilton@redhat.com>:
6990 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6991 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6992 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6993 not bfd-private xcoff data, to determine wordsize.
6994 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6995
ae232405
AC
69962002-04-29 Andrew Cagney <ac131313@redhat.com>
6997
6998 GDB 5.2 released from 5.2 branch.
6999
91fd20f7
ML
70002002-04-29 Michal Ludvig <mludvig@suse.cz>
7001
7002 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7003 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7004 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7005
2dc5091b
EZ
70062002-04-29 Elena Zannoni <ezannoni@redhat.com>
7007
7008 * rs6000-tdep.c (rs6000_extract_return_value,
7009 rs6000_store_return_value): Handle returning vectors.
7010 (rs6000_gdbarch_init): Use
7011 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7012 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7013 New function.
7014 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7015 vectors.
7016 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7017 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7018
2b9848d8
PM
70192002-04-24 Pierre Muller <ics.u-strasbg.fr>
7020
7021 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7022 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7023 with fprintf_unfiltered (gdb_stderr,...).
7024
f8d17dc5
PM
70252002-04-24 Pierre Muller <ics.u-strasbg.fr>
7026
7027 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7028 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7029 Replace fprintf (stderr,...
7030 with fprintf_unfiltered (gdb_stderr,....
7031 * remote-es.c: Likewise.
7032 * remote-os9k.c: Likewise.
7033 * remote-st.c: Likewise.
7034
2f2f1ad1
AS
70352002-04-28 Andreas Schwab <schwab@suse.de>
7036
7037 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7038 linux-proc.o and gcore.o.
7039
b6779aa2
AC
70402002-04-26 Michal Ludvig <mludvig@suse.cz>
7041
7042 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7043 code without frame pointers.
7044
7e57f5f4
AC
70452002-04-26 Andrew Cagney <ac131313@redhat.com>
7046
7047 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7048 ON_STACK is needed.
7049
2ceb85d0
BE
70502002-04-26 Ben Elliston <bje@redhat.com>
7051
7052 * target.c (do_xfer_memory): Correct reference to the new option
7053 "trust-readonly-sections".
7054
f5f8a009
EZ
70552002-04-26 Elena Zannoni <ezannoni@redhat.com>
7056
7057 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7058 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7059 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7060 vectors.
7061 (read_array_type): Record the fact that this array type is really a
7062 vector (i.e. are passed in by value).
7063
5868c862
JT
70642002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7065
7066 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7067 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7068 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7069 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7070 * alpha-linux-tdep.c: Include frame.h.
7071 (alpha_linux_sigcontext_addr): New function.
7072 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7073 alpha_linux_sigcontext_addr.
7074 * alpha-osf1-tdep.c: Include gdbcore.h.
7075 (alpha_osf1_sigcontext_addr): New function.
7076 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7077 alpha_osf1_sigcontext_addr.
7078 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7079 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7080
bfb01f37
AC
70812002-04-26 Andrew Cagney <ac131313@redhat.com>
7082
361d1df0 7083 * stack.c (selected_frame_level):
bfb01f37
AC
7084 (select_frame): Do not set selected_frame_level.
7085 * frame.h (selected_frame_level): Delete declaration.
7086
15813d3f
AC
70872002-04-26 Andrew Cagney <ac131313@redhat.com>
7088
7089 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7090 convert_from_func_ptr-addr when AIX / PowerOpen.
7091
6096c27a
AC
70922002-04-25 Andrew Cagney <ac131313@redhat.com>
7093
7094 * valops.c (hand_function_call): Call
7095 generic_save_call_dummy_addr.
7096 * frame.h (generic_save_call_dummy_addr): Declare.
7097 * blockframe.c (struct dummy_frame): Add fields call_lo and
7098 call_hi.
7099 (generic_find_dummy_frame): Check for PC in range call_lo to
7100 call_hi instead of entry_point_address.
7101 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7102 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7103 (generic_save_call_dummy_addr): New function.
7104
f510d44e
DM
71052002-04-24 David S. Miller <davem@redhat.com>
7106
7107 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7108 sparc_skip_prologue.
7109 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7110 information to find prologue when possible.
7111 (sparc_prologue_frameless_p): Call examine_prologue directly.
7112 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7113 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7114 second argument.
7115 (SKIP_PROLOGUE): Likewise.
7116
15d72a92
JT
71172002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7118
7119 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7120 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7121 indicate that the condition it was testing is always true.
7122 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7123 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7124 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7125
accc6d1f
JT
71262002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7127
7128 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7129 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7130 tdep->jb_pc and tdep->jb_elt_size.
7131 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7132 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7133 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7134 * alpha-nat.c (get_longjmp_target): Remove.
7135 (JB_ELEMENT_SIZE): Ditto.
7136 (JB_PC): Ditto.
7137 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7138 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7139 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7140 to alpha_get_longjmp_target.
7141 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7142 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7143 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7144
1bfdc549
AC
71452002-04-25 Andrew Cagney <ac131313@redhat.com>
7146
7147 * README: Update to GDB 5.2.
7148
1bd316f0
AC
71492002-04-25 Andrew Cagney <ac131313@redhat.com>
7150
7151 * gdbarch.sh (LC_ALL): Set to `c'.
7152
2e5ff58c
TR
71532002-04-25 Theodore A. Roth <troth@verinet.com>
7154
7155 * avr-tdep.c: Ran through gdb_indent.sh.
7156
e33ce519
TR
71572002-04-25 Theodore A. Roth <troth@verinet.com>
7158
7159 * MAINTAINERS: Add myself as AVR maintainer.
7160 * NEWS: Note new target avr.
7161
8818c391
TR
71622002-04-25 Theodore A. Roth <troth@verinet.com>
7163
7164 * Makefile.in: Add support for AVR target.
7165 * configure.tgt: Add support for AVR target.
7166 * avr-tdep.c: New file
7167 * config/avr/avr.mt: New file.
7168
79509c2d
TR
71692002-04-25 Theodore A. Roth <troth@verinet.com>
7170
7171 * MAINTAINERS: Add myself to write-after-approval.
7172
dac8068e
PM
71732002-04-24 Pierre Muller <ics.u-strasbg.fr>
7174
7175 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7176 with fprintf_unfiltered (gdb_stderr,....
7177
25bf3106
PM
71782002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7179
7180 Fix PR gdb/508.
7181 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7182
24467a86
PM
71832002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7184
7185 * p-exp.y: Also use new prev_lexptr variable
7186 to improve error reporting. Based on Michael Snyder
7187 2002-04-24 dated patch to c-exp.y.
7188
95b80706
JT
71892002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7190
7191 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7192 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7193 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7194 to 0.
7195 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7196 and struct value.
7197 (FUNCTION_START_OFFSET): Remove.
7198 (BREAKPOINT): Ditto.
7199
e90cc612
JT
72002002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7201
7202 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7203 * NEWS: Ditto.
7204
6c72f9f9
JT
72052002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7206
7207 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7208 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7209 alpha_linux_pc_in_sigtramp.
7210 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7211 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7212 alpha_osf1_pc_in_sigtramp.
7213 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7214 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7215 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7216 alphafbsd_pc_in_sigtramp.
7217 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7218 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7219 alphanbsd_pc_in_sigtramp.
7220 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7221 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7222
5e4f3379
JT
72232002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7224
7225 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7226
da8ca43d
JT
72272002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7228
7229 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7230 alphanbsd-tdep.c.
7231 (alphanbsd-nat.o): New dependency list.
7232 (alphanbsd-tdep.o): Ditto.
7233 * NEWS: Note new native NetBSD/alpha configuration.
7234 * alphanbsd-nat.c: New file.
7235 * alphanbsd-tdep.c: Ditto.
7236 * configure.host (alpha*-*-netbsd*): New host.
7237 * configure.tgt (alpha*-*-netbsd*): New target.
7238 * config/alpha/nbsd.mh: New file.
7239 * config/alpha/nbsd.mt: Ditto.
7240 * config/alpha/nm-nbsd.h: Ditto.
7241 * config/alpha/tm-nbsd.h: Ditto.
7242
36a6271d
JT
72432002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7244
7245 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7246 (alpha-osf1-tdep.o): New dependency list.
7247 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7248 and skip_sigtramp_frame members.
7249 * alpha-linux-tdep.c: Include gdbcore.h.
7250 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7251 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7252 * alpha-osf1-tdep.c: New file.
7253 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7254 alpha-osf1-dep.c.
7255 (alpha_frame_past_sigtramp_frame): New function.
7256 (alpha_dynamic_sigtramp_offset): Ditto.
7257 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7258 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7259 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7260 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7261 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7262 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7263 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7264 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7265 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7266 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7267 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7268 to find_solib_trampoline_target.
7269 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7270 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7271 (SKIP_TRAMPOLINE_CODE): Remove.
7272 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7273 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7274 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7275 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7276 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7277 (PROC_SIGTRAMP_MAGIC): Ditto.
7278 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7279 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7280 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7281 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7282 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7283
2f4bc57b
JT
72842002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7285
7286 * NEWS: Note that Alpha targets are now multi-arch.
7287
665132f9
MS
72882002-04-24 Michael Snyder <msnyder@redhat.com>
7289
7290 * parser-defs.h (prev_lexptr): New external variable.
7291 * parse.c (parse_exp_1): Set prev_lexptr to null before
7292 calling the language-specific parser.
7293 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7294 (yyerror): Use prev_lexptr in error reporting.
7295
32872fa7
DJ
72962002-04-24 Daniel Jacobowitz <drow@mvista.com>
7297
7298 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7299 * gregset.h: If FILL_FPXREGSET is defined, provide
7300 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7301 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7302 is defined, call fill_fpxregset.
7303
57e76fac
MS
73042002-04-24 Roland McGrath <roland@frob.com>
7305
7306 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7307 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7308 (supply_gregset, supply_fpregset): New functions.
7309
7310 * gnu-nat.c (gnu_find_memory_regions): New function.
7311 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7312 (gnu_xfer_memory): Add a cast.
7313
f43845b3
MS
73142002-04-24 Michael Snyder <msnyder@redhat.com>
7315
361d1df0 7316 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7317 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7318 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7319 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7320 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7321 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7322
a0abec03
AC
7323Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7324
7325 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7326 NUM_PSEUDO_REGS can be used.
7327
d7bd68ca
AC
73282002-04-24 Andrew Cagney <ac131313@redhat.com>
7329
7330 * arch-utils.h: Update copyright.
7331
7332 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7333 * gdbarch.h, gdbarch.c: Re-generate.
7334
7335 * inferior.h (IN_SIGTRAMP): Delete definition.
7336 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7337 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7338
7339 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7340 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7341 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7342 (find_proc_framesize): Ditto.
7343 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7344 (alpha_init_extra_frame_info): Ditto.
7345 * infrun.c (handle_inferior_event): Ditto.
7346 (handle_inferior_event): Ditto.
7347 (check_sigtramp2): Ditto.
7348 * blockframe.c (create_new_frame): Ditto.
7349 (get_prev_frame): Ditto.
7350 * ppc-linux-tdep.c: Update comments.
7351 * i386-linux-tdep.c: Update comments.
7352 * breakpoint.c (bpstat_what): Update comment.
7353
4867e41e
DM
73542002-04-24 David S. Miller <davem@redhat.com>
7355
21d83aa5
DM
7356 * i960-tdep.c (register_in_window_p): New function.
7357 (i960_find_saved_register): Use it instead of
7358 REGISTER_IN_WINDOW_P.
7359 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7360
4867e41e
DM
7361 * symtab.h (find_stab_function_addr): Kill extern.
7362 * minsyms.c (find_stab_function_addr): Remove from here...
7363 * dbxread.c: ... to here, and mark it static.
7364
69cdf6a2
DM
73652002-04-20 David S. Miller <davem@redhat.com>
7366
7367 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7368 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7369
5a595886
DM
73702002-04-21 David S. Miller <davem@redhat.com>
7371
7372 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7373 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7374 (vx_write_register): Likewise.
7375
1da1a192
JB
73762002-04-23 J. Brobecker <brobecker@gnat.com>
7377
7378 * source.c (is_regular_file): New function.
7379 (openp): Check wether file to open is a regular file
7380 to avoid opening directories.
7381
baa6f10b
JT
73822002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7383
7384 * findvar.c (extract_signed_integer): Cast printf argument
7385 to suppress format warning.
7386 (extract_unsigned_integer): Likewise.
7387 * infcmd.c (registers_info): Likewise.
7388 * top.c (get_prompt_1): Likewise.
7389 * valops.c (value_assign): Likewise.
7390 * valprint.c (print_decimal): Likewise.
7391
b2c4da81
L
73922002-04-22 H.J. Lu (hjl@gnu.org)
7393
7394 * c-exp.y (typebase): Support
361d1df0 7395
b2c4da81
L
7396 [long|long long|short] [signed|unsigned] [int|]
7397
7398 and
7399
7400 signed [long|long long|short] int
7401
f267bd6a
JT
74022002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7403
7404 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7405 and vax-tdep.h.
7406 * vax-tdep.h: New file.
7407 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7408 Make several routines static.
7409 (vax_get_saved_register): New function.
7410 (vax_gdbarch_init): New function.
7411 (_initialize_vax_tdep): Register vax_gdbarch_init.
7412 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7413 Remove macros now under the control of gdbarch.
7414
da3c6d4a
MS
74152002-04-22 Michael Snyder <msnyder@redhat.com>
7416
11d3b27d
MS
7417 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7418 Some whitespace and coding standards tweaks.
da3c6d4a 7419
a33f7558
JT
74202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7421
7422 * vax-tdep.c: Include regcache.h.
7423 (vax_call_dummy_words): New.
7424 (sizeof_vax_call_dummy_words): New.
7425 (vax_fix_call_dummy): New function.
7426 (vax_saved_pc_after_call): Ditto.
7427 * config/vax/tm-vax.h: Don't include regcache.h.
7428 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
7429 (CALL_DUMMY): Remove.
7430 (CALL_DUMMY_WORDS): Define.
7431 (SIZEOF_CALL_DUMMY_WORDS): Define.
7432 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
7433
47a73475
MS
74342002-04-18 Michael Snyder <msnyder@redhat.com>
7435
7436 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
7437
52efde73
JT
74382002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7439
7440 * vax-tdep.c (vax_frame_chain): New function.
7441 (vax_push_dummy_frame): Ditto.
7442 (vax_pop_frame): Ditto.
7443 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
7444 (FRAMELESS_FUNCTION_INVOCATION): Use
7445 generic_frameless_function_invocation_not.
7446 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
7447 (POP_FRAME): Use vax_pop_frame.
7448
ea74468c
JT
74492002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7450
7451 * vax-tdep.c (vax_store_struct_return): New function.
7452 (vax_extract_return_value): Ditto.
7453 (vax_store_return_value): Ditto.
7454 (vax_extract_struct_value_address): Ditto.
7455 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
7456 vax_store_struct_return.
7457 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
7458 (STORE_RETURN_VALUE): Use vax_store_return_value.
7459 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
7460
5516aa92
JT
74612002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7462
7463 * vax-tdep.c (vax_frame_saved_pc): New function.
7464 (vax_frame_args_address_correct): Ditto.
7465 (vax_frame_args_address): Ditto.
7466 (vax_frame_locals_address): Ditto.
7467 (vax_frame_num_args): Move code to be in proximity to
7468 other frame-related functions.
7469 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
7470 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
7471 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
7472 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
7473 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
7474
36af0b35
L
74752002-04-22 H.J. Lu (hjl@gnu.org)
7476
7477 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
7478 includedir.
7479
ab62c900
JT
74802002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7481
7482 * vax-tdep.c (vax_frame_init_saved_regs): New function.
7483 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
7484 (FRAME_INIT_SAVED_REGS): New macro.
7485
7232b100
JT
74862002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7487
7488 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
7489
b70d2aee
JT
74902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7491
7492 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
7493 where needed.
7494 (fetch_osf_core_registers): Likewise.
7495 (supply_gregset): Likewise.
7496
a0e8a2d1 74972002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 7498
a0e8a2d1
JB
7499 * symfile.h (get_section_index): Define.
7500 * symfile.c (get_section_index): New function.
7501 * mdebugread.c (SC_IS_SBSS): New macro.
7502 (SC_IS_BSS): Return true for the scBss storage class only, as
7503 the scSBss storage class refers to the .sbss section.
7504 (parse_partial_symbols): Discard the symbols which associated
7505 section does not exist.
7506 Make sure to use the .sbss section index for symbols which
7507 storage class is scBss, rather than using the .bss section index.
7508
51eb8b08
JT
75092002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7510
7511 * vax-tdep.c: Update copyright years.
7512 (vax_register_name): New function.
7513 (vax_register_byte): Ditto.
7514 (vax_register_raw_size): Ditto.
7515 (vax_register_virtual_size): Ditto.
7516 (vax_register_virtual_type): Ditto.
7517 * config/vax/tm-vax.h: Update copyright years.
7518 (REGISTER_NAMES): Remove.
7519 (REGISTER_NAME): Define.
7520 (REGISTER_BYTE): Use vax_register_byte.
7521 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
7522 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
7523 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
7524
6cc1c0a8
AC
75252002-04-21 Andrew Cagney <ac131313@redhat.com>
7526
7527 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
7528 declaration
7529 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
7530
9319a2fe
DM
75312002-04-21 David S. Miller <davem@redhat.com>
7532
7533 * arch-utils.c (generic_prologue_frameless_p): Kill
7534 SKIP_PROLOGUE_FRAMELESS_P code.
7535 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7536 references.
7537 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
7538 * arc-tdep.c (arc_prologue_frameless_p): Implement.
7539 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
7540 references.
7541 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
7542 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
7543 (sparc_gdbarch_init): Pass it to
7544 set_gdbarch_prologue_frameless_p.
a0e8a2d1 7545
e9ed6d01
JT
75462002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7547
7548 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
7549 (alphabsd-nat.o): New dependency list.
7550
36012033
JT
75512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7552
7553 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
7554 alphafbsd-tdep.c.
7555 (alpha-linux-tdep.o): New dependency list.
7556 (alphafbsd-tdep.o): Likewise.
7557
3379287a
JT
75582002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7559
7560 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
7561 to here...
7562 * alpha-tdep.c: ...from here.
7563 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
7564
4bcbd6cb
JT
75652002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7566
7567 * config/alpha/tm-alpha.h: Move alpha_software_single_step
7568 prototype from here...
7569 * alpha-tdep.h: ...to here.
7570
b31da25e
AC
75712002-04-21 Andrew Cagney <ac131313@redhat.com>
7572
7573 * frame.h (selected_frame_level): Document as deprecated.
7574 (frame_relative_level): Declare.
7575 * stack.c (frame_relative_level): New function.
7576 (selected_frame_level): Document as deprecated.
7577 (select_frame): Do not set the selected_frame_level.
7578
7579 * stack.c (frame_info, record_selected_frame): Update.
7580 (frame_command, current_frame_command): Update.
7581 (up_silently_base, up_command, down_silently_base): Update.
7582 (down_command): Update.
7583 * inflow.c (kill_command): Update.
7584 * tracepoint.c (finish_tfind_command): Update.
7585 * corelow.c (core_open): Update.
7586 * thread.c (info_threads_command): Update.
7587 (do_captured_thread_select): Update.
7588 * infcmd.c (finish_command): Update.
7589 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
7590
9c1d6fe5
JT
75912002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7592
7593 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
7594
ab89facf
AC
75952002-04-21 Andrew Cagney <ac131313@redhat.com>
7596
7597 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
7598 type const.
7599
82a4efa1
JT
76002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7601
7602 * alphafbsd-tdep.c: Update copyright years. Include
7603 alpha-tdep.h.
7604 (alphafbsd_use_struct_convention): Make static.
7605 (alphafbsd_init_abi): New function.
7606 (_initialize_alphafbsd_tdep): New function.
7607 * config/alpha/tm-fbsd.h: Update copyright years.
7608 (USE_STRUCT_CONVENTION): Remove.
7609
44dffaac
JT
76102002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7611
7612 * alpha-tdep.c (alpha_abi_handler): New structure to describe
7613 an Alpha ABI variant.
7614 (alpha_abi_handler_list): Declare.
7615 (alpha_gdbarch_register_os_abi): New function.
7616 (alpha_gdbarch_init): Give registered ABI variant handlers a
7617 chance to tweak the gdbarch once we have set up defaults.
7618 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
7619
65585be4
JT
76202002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7621
7622 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
7623 to standard_coerce_float_to_double.
7624 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7625
d9b023cc
JT
76262002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7627
7628 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
7629 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
7630 from gdbarch_tdep rather than a constant.
7631 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
7632 the default text address for all Alpha Unix ABIs.
7633 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
7634 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
7635
dc129d82
JT
76362002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
7637
7638 * alpha-tdep.h: New file. Includes several Alpha target constants
7639 taken from...
7640 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
7641 let gdbarch deal with.
7642 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
7643 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
7644 to dependency list.
7645 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7646 Alpha target register names.
7647 * alphabsd-nat.c: Likewise.
7648 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7649 Alpha target register names. Make serveral routines static.
7650 (alpha_get_saved_register): New function.
7651 (alpha_abi_names): New.
7652 (process_note_abi_tag_sections): New function.
7653 (get_elfosabi): New function.
7654 (alpha_gdbarch_init): New function.
7655 (alpha_dump_tdep): New function.
7656 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7657
d49d1e0a
AC
76582002-04-21 Andrew Cagney <ac131313@redhat.com>
7659
7660 * frame.c (find_saved_register): Delete #ifdef
7661 HAVE_REGISTER_WINDOWS code.
7662 * config/sparc/tm-sparc.h: Update comments.
7663 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7664
92e8c9ed
AC
76652002-04-21 Andrew Cagney <ac131313@redhat.com>
7666
7667 * i960-tdep.c (i960_find_saved_register): New function.
7668 (i960_get_saved_register): New function.
7669 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7670 (i960_get_saved_register): Declare.
7671 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7672
e1925118
DM
76732002-04-20 David S. Miller <davem@redhat.com>
7674
7675 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7676
29673b29
AC
76772002-04-20 Andrew Cagney <ac131313@redhat.com>
7678
7679 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7680 instead of NUM_PSEUDO_REGS.
7681
6c86dcd5
DM
76822002-04-20 David S. Miller <davem@redhat.com>
7683
7684 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7685 GDB_MULTI_ARCH_PARTIAL
7686 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7687 define, let tm-sp64.h do it.
7688
aa40ec90
JT
76892002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7690
7691 * frame.c (find_saved_register): Avoid a NULL pointer
7692 dereference and actually walk the frame list.
7693
0f79675b
AC
76942002-04-20 Andrew Cagney <ac131313@redhat.com>
7695
7696 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7697 sorted in most most-recent-used order. Document.
7698 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7699
f91305dd 77002002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7701
7702 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7703 instead of ->prev.
7704 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7705 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7706 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7707 instead of ->prev.
7708
73d322b1
EZ
77092002-04-19 Elena Zannoni <ezannoni@redhat.com>
7710
7711 Fix PR gdb/471.
7712 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7713 (build_builtin_type_vec128): Ditto.
7714 (append_composite_type_field): Fix calculation of type length in
7715 union case.
7716
ccd9a834
EZ
77172002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * config/djgpp/README: Update.
7720
7721 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7722 compiler warnings.
7723
a57f9e49
JT
77242002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7725
7726 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7727 (alpha_setup_arbitrary_frame): ...to this.
7728 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7729 for alpha_setup_arbitrary_frame.
7730
f4f9705a
AC
77312002-04-18 Andrew Cagney <cagney@redhat.com>
7732
7733 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7734 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7735
f4f9705a
AC
7736 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7737 * target.h (memory_breakpoint_from_pc): Update declaration.
7738 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7739
7740 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7741 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7742 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7743 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7744 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7745 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7746 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7747 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7748 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7749 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7750 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7751 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7752
7753 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7754 const pointer.
7755 * monitor.c (monitor_insert_breakpoint): Ditto.
7756 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7757
7758 * config/mcore/tm-mcore.h: Update copyright.
7759 * mem-break.c: Ditto.
7760 * xstormy16-tdep.c: Ditto.
7761
29f319b8
PM
77622002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7763
7764 * p-exp.y: Add precedence rule for '^' token.
7765 This removes the shift/reduce conflicts.
7766 Remove the comment concerning these shift/reduce conflicts.
7767
ebeac11a
EZ
77682002-04-18 Elena Zannoni <ezannoni@redhat.com>
7769
7770 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7771 (registers_powerpc_nofp): New register set for processors
7772 without floating point unit.
7773
27c31547
DM
77742002-04-18 David S. Miller <davem@redhat.com>
7775
7776 * MAINTAINERS: Add myself to write-after-approval.
7777
47a73475
MS
77782002-04-17 Michael Snyder <msnyder@redhat.com>
7779
7780 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7781
953836b2
AC
77822002-04-17 Andrew Cagney <ac131313@redhat.com>
7783
7784 * rs6000-tdep.c (frame_initial_stack_address): Use
7785 frame_register_read to read the alloca_reg.
7786
8b0d4340
AC
77872002-04-17 Andrew Cagney <ac131313@redhat.com>
7788
7789 * frame.c (find_saved_register): Find saved registers in the next
7790 not prev frame.
7791 Fix PR gdb/365.
7792
d8864532
AC
77932002-04-17 Andrew Cagney <ac131313@redhat.com>
7794
7795 * gdbarch.sh (LANG): Set to ``c''.
7796
36cc83a3 77972002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 7798
36cc83a3 7799 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 7800
2f4150cc 78012002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7802
7803 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7804 Update copyright.
7805
628703c6 7806 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7807 Also fix PR gdb/391.
361d1df0 7808
56157b4a
AC
78092002-04-14 Andrew Cagney <ac131313@redhat.com>
7810
7811 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7812 * aclocal.m4, configure: Re-generate.
7813 Fix PR gdb/391.
361d1df0 7814
6d1e3329
EZ
78152002-04-14 Elena Zannoni <ezannoni@redhat.com>
7816
7817 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7818 instead of tm_print_insn.
7819
cb06fa07
EZ
78202002-04-14 Elena Zannoni <ezannoni@redhat.com>
7821
7822 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7823
f208ba17
AC
78242002-04-14 Andrew Cagney <ac131313@redhat.com>
7825
7826 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7827 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7828 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7829
20f01a46
DH
78302002-04-12 Don Howard <dhoward@redhat.com>
7831
7832 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7833 max_user_call_depth.
7834 (init_cmd_lists): Initialize the new value;
7835 * cli/cli-script.c (execute_user_command): Limit the call depth of
7836 user defined commands. This avoids a core-dump when user commands
7837 are infinitly recursive.
7838
a88376a3
KB
78392002-04-12 Kevin Buettner <kevinb@redhat.com>
7840
7841 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7842 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7843 from tdep struct instead of DEFAULT_LR_SAVE.
7844 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7845 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7846 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7847
f2172603
MS
78482002-04-12 Michael Snyder <msnyder@redhat.com>
7849
694f61fb 7850 * Remote.c: Spelling fix.
20fe79c8
MS
7851 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7852 If no symbol found for "sbrk", try "_sbrk".
7853 (make_output_phdrs): Use bfd_section_name.
7854 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7855 * eval.c: Indentation fix-ups.
169a7369
MS
7856 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7857 in case it gets applied to an address that is already
7858 in the instruction space.
de74f71f
MS
7859 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7860 * symfile.c: Fix indentation, long lines.
f2172603
MS
7861 * source.c: White space fix-up.
7862
cda5a58a
AC
78632002-04-12 Andrew Cagney <cagney@redhat.com>
7864
7865 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7866 * frame.c (frame_register_read): New function. Return non-zero on
7867 success.
7868 (read_relative_register_raw_bytes_for_frame): Delete.
7869 (read_relative_register_raw_bytes): Delete.
7870 * frame.h (frame_register_read): Declare.
7871 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7872 * sh-tdep.c: Ditto.
7873 * infcmd.c (do_registers_info): Ditto.
7874 * hppa-tdep.c: Ditto.
7875 * rs6000-tdep.c: Ditto.
7876 * h8500-tdep.c: Ditto.
7877 * mips-tdep.c: Ditto.
7878 * h8300-tdep.c: Ditto.
7879 * z8k-tdep.c: Ditto.
7880
2ea5f656
KB
78812002-04-12 Kevin Buettner <kevinb@redhat.com>
7882
7883 From Jimi X <jimix@watson.ibm.com>:
7884 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7885 64-bit SysV ABI.
7886
27b15785
KB
78872002-04-12 Kevin Buettner <kevinb@redhat.com>
7888
7889 From Jimi X <jimix@watson.ibm.com>:
7890 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7891 bfd info.
7892
5d57ee30
KB
78932002-04-12 Kevin Buettner <kevinb@redhat.com>
7894
7895 From Jimi X <jimix@watson.ibm.com>:
7896 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7897 register sets for these processor variants.
7898
bc1e36ca
DJ
78992002-04-11 Daniel Jacobowitz <drow@mvista.com>
7900
bc1e36ca
DJ
7901 * regformats/reg-ppc.dat: Support FPSCR.
7902
e3f36dbd
KB
79032002-04-11 Kevin Buettner <kevinb@redhat.com>
7904
7905 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7906 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7907 Add fpscr as an invalid/unfetchable register.
7908 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7909 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7910 (fill_fpregset): Add support for register fpscr.
7911 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7912 (fill_gregset): Account for the fact that register ``mq'' might
7913 not exist.
7914 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7915 (registers_power): Add fpscr to register set at slot 71.
7916 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7917 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7918
943c9c25
MS
79192002-04-11 Michael Snyder <msnyder@redhat.com>
7920
7921 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7922 * configure: Regenerate.
7923 * config.in: Regenerate.
7924 * acconfig.h: Add define for _SYSCALL32.
7925 * core-sol2.c: Remove #define _SYSCALL32.
7926 * solib-legacy.c: Remove #define _SYSCALL32.
7927
d8c0a2e7
AC
79282002-04-10 Andrew Cagney <ac131313@redhat.com>
7929
7930 * stack.c (select_frame): Cleanup internal error message, do not
7931 use %p.
7932
7cc19214
AC
79332002-04-10 Andrew Cagney <ac131313@redhat.com>
7934
7935 * stack.c (select_frame): Check that selected_frame and the
7936 specified level are as expected.
7937 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7938 Update copyright.
7939 * frame.h (struct frame_info): Add field `level'. Update
7940 copyright.
7941 Work-in-progress PR gdb/464.
7942
67a2b77e
AC
79432002-04-10 Andrew Cagney <ac131313@redhat.com>
7944
7945 * maint.c (maint_print_section_info): Rename print_section_info.
7946 (print_bfd_section_info, print_objfile_section_info): Update.
7947 * inferior.h (struct gdbarch): Add opaque declaration.
7948 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7949 * gdbarch.h: Regenerate.
7950
8cfda98c
ML
79512002-04-10 Michal Ludvig <mludvig@suse.cz>
7952
7953 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7954 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7955 (kernel_u_size): Added.
7956 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7957 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7958
ca439ad2 79592002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7960
ca439ad2
JI
7961 * valarith.c (find_size_for_pointer_math): New function, either returns
7962 the size for a pointer's target, returns 1 for void *, or errors for
7963 incomplete types.
7964 (value_add, value_sub): use find_size_for_pointer_math.
7965
2f2893d9
DJ
79662002-04-09 Daniel Jacobowitz <drow@mvista.com>
7967
7968 * linux-low.c (linux_look_up_symbols): New hook.
7969 (linux_target_ops): Add linux_look_up_symbols.
7970 * remote-utils.c (decode_address): New function.
7971 (look_up_one_symbol): New function.
7972 * server.c (handle_query): Call target look_up_symbols hook.
7973 * server.h (look_up_one_symbol): Add prototype.
7974 * target.h (struct target_ops): Add look_up_symbols hook.
7975
96cb11df
AC
79762002-04-09 Andrew Cagney <ac131313@redhat.com>
7977
7978 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7979 override FP_REGNUM with frame->fp. Update copyright.
7980 * parse.c (num_std_regs, std_regs): Delete.
7981 (target_map_name_to_register): Do not search std_regs. Update
7982 function description.
7983 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7984 declarations. Update copyright.
7985 Fix PR gdb/251.
361d1df0 7986
97658e92
DJ
79872002-04-09 Daniel Jacobowitz <drow@mvista.com>
7988
7989 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7990 after the last symbol in a block.
7991
6044e3eb
PM
79922002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7993
7994 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7995 is non zero as a found symbol.
7996
0406ec40
AC
79972002-04-08 Andrew Cagney <ac131313@redhat.com>
7998
7999 * findvar.c: Include "builtin-regs.h".
8000 (value_of_register): Call value_of_builtin_reg when applicable.
8001 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8002 (target_map_name_to_register): Call
8003 builtin_reg_map_name_to_regnum.
8004 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8005 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8006 (builtin_regs_h): Define.
8007 (builtin-regs.o): New target.
8008 (findvar.o): Add $(builtin_regs_h).
8009 * builtin-regs.c, builtin-regs.h: New files.
8010 * std-regs.c: New file.
8011 Partial fix for PR gdb/251.
8012
56a6dfb9
KB
80132002-04-08 Kevin Buettner <kevinb@redhat.com>
8014
8015 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8016 it's no longer required.
8017
3a808432
AC
80182002-04-08 Andrew Cagney <ac131313@redhat.com>
8019
8020 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8021
7c40d541
KB
80222002-04-08 Kevin Buettner <kevinb@redhat.com>
8023
8024 From Jimi X <jimix@watson.ibm.com>:
8025 * rs6000-tdep.c (rs6000_software_single_step): Use
8026 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8027 and size. Use target_insert_breakpoint() and
8028 target_remove_breakpoint() to insert and remove breakpoints
8029 instead of explicit memory reads and writes.
8030
cc9836a8
KB
80312002-04-08 Kevin Buettner <kevinb@redhat.com>
8032
8033 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8034 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8035 ELF_OBJECT_FORMAT ifdef.
8036
7495d1dc
KB
80372002-04-08 Kevin Buettner <kevinb@redhat.com>
8038
8039 From Jimi X <jimix@watson.ibm.com>:
8040 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8041
4288e836
KB
80422002-04-08 Kevin Buettner <kevinb@redhat.com>
8043
8044 From Jimi X <jimix@watson.ibm.com>:
8045 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8046 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8047
a4e4e501
MK
80482002-04-07 Mark Kettenis <kettenis@gnu.org>
8049
8050 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8051 s/asprintf/xasprintf/.
8052 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8053
006defba
AC
80542002-04-07 Andrew Cagney <ac131313@redhat.com>
8055
8056 I believe Jeff Law denies responsability for this one:
8057 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8058 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8059 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8060 Work-around for PR gdb/366.
8061
7aa83cac
EZ
80622002-04-07 Elena Zannoni <ezannoni@redhat.com>
8063
8064 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8065 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8066 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8067
cf1fcca1
EZ
80682002-04-07 Elena Zannoni <ezannoni@redhat.com>
8069
8070 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8071 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8072 information.
8073
3f289e6f
AC
80742002-04-07 Andrew Cagney <ac131313@redhat.com>
8075
8076 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8077 maintainer.
8078
129188f6
AC
80792002-04-07 Andrew Cagney <ac131313@redhat.com>
8080
8081 * README (Reporting Bugs in GDB): Document the bug web page as the
8082 prefered way of submitting bugs.
8083 Fix PR gdb/402.
8084
1200cd6e
AC
80852002-04-06 Andrew Cagney <ac131313@redhat.com>
8086
8087 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8088 -1. Update comment.
8089 * gdbarch.h, gdbarch.c: Re-generate.
8090
2853c33c
AS
80912002-04-07 Andreas Schwab <schwab@suse.de>
8092
8093 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8094 buffer to regcache_collect.
8095
c2169756
AC
80962002-04-06 Andrew Cagney <ac131313@redhat.com>
8097
8098 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8099 * gdbarch.c, gdbarch.h: Re-generate.
8100
25f1b008
AC
81012002-04-06 Andrew Cagney <ac131313@redhat.com>
8102
8103 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8104 declaration. Fix -Werror.
8105
59263426
DJ
81062002-04-05 Daniel Jacobowitz <drow@mvista.com>
8107
8108 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8109 * gdbarch.c: Regenerate.
8110
f5db4da3
MS
81112002-04-05 Michael Snyder <msnyder@redhat.com>
8112
80f8a6eb
MS
8113 * breakpoint.c (clear_command): Rewrite middle section to
8114 combine two loops with identical control conditions.
8115 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8116 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8117
ad3dcc5c
L
81182002-04-05 H.J. Lu (hjl@gnu.org)
8119
8120 * solib-svr4.c (bkpt_names): Add "__start".
8121
f32e7a74
AC
81222002-04-04 Andrew Cagney <ac131313@redhat.com>
8123
8124 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8125 as test for 64 bit target.
8126
8227c0ff
AC
81272002-04-05 Andrew Cagney <ac131313@redhat.com>
8128
8129 * h8500-tdep.c (h8500_write_fp): Delete function.
8130 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8131 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8132 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8133 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8134 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8135 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8136 (s390_write_fp):
8137 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8138 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8139 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8140 (d10v_write_fp): Delete function.
8141 * inferior.h (write_fp, generic_target_write_fp): Delete
8142 declarations.
8143 * regcache.c (generic_target_write_fp): Delete function.
8144 (write_fp): Delete function.
8145 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8146 * gdbarch.h, gdbarch.c: Regenerate.
8147 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8148 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8149 (sparc64_write_fp): Delete declaration.
8150 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8151 (h8500_write_fp): Delete declaration.
8152
2757dd86
AC
81532002-04-04 Andrew Cagney <ac131313@redhat.com>
8154
8155 * sparc-tdep.c (sparc64_write_fp): Delete.
8156 (sparc_push_dummy_frame): Replace write_fp call with code to store
8157 the FP directly.
8158 (sparc_gdbarch_init): Do not initialize write_fp.
8159
c69255e1
KB
81602002-04-05 Kevin Buettner <kevinb@redhat.com>
8161
8162 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8163 clause.
8164
ae767bfb
JB
81652002-03-29 Jim Blandy <jimb@redhat.com>
8166
8167 * stack.c (get_selected_block): Add new argument `addr_in_block',
8168 used to return the exact code address we used to select the block,
8169 not just the block.
8170 * blockframe.c (get_frame_block, get_current_block): Same.
8171 * frame.h (get_frame_block, get_current_block,
8172 get_selected_block): Update declarations.
8173 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8174 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8175
84d2ac95
MS
81762002-04-05 Michael Snyder <msnyder@redhat.com>
8177
8178 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8179 warning message.
8180
596aa3bf
JB
81812002-04-05 J. Brobecker <brobecker@gnat.com>
8182
8183 * utils.c (xfullpath): New function.
8184 * defs.h (xfullpath): Add declaration.
8185 * source.c (openp): Use xfullpath in place of gdb_realpath to
8186 avoid resolving the basename part of filenames when the
8187 associated file is a symbolic link. This fixes a potential
8188 inconsistency between the filenames known to GDB and the
8189 filenames it prints in the annotations.
8190 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8191 to be able to match a filename with either the real filename, or
8192 the name of any symbolic link to this file.
8193 (lookup_partial_symtab): Ditto.
8194
c02f5703
MS
81952002-04-04 Michael Snyder <msnyder@redhat.com>
8196
8197 * breakpoint.c: Add support for hardware breakpoints in overlays.
8198 (overlay_events_enabled): New state variable.
8199 (insert_breakpoints): Use overlay_events_enabled to decide
8200 whether to attempt to set a breakpoint at the overlay load addr.
8201 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8202 (remove_breakpoint): Use overlay_events_enabled to decide
8203 whether breakpoints need to be removed from overlay load addr.
8204 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8205 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8206 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8207 disable_overlay_breakpoints): Update overlay_events_enabled.
8208
5fb290d7
DJ
82092002-04-04 Daniel Jacobowitz <drow@mvista.com>
8210
8211 * dwarf2read.c (struct function_range): New.
8212 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8213 (check_cu_functions): New.
8214 (read_file_scope): Initialize global function lists.
8215 Call dwarf_decode_line after processing children.
8216 (read_func_scope): Add to global function list.
8217 (dwarf_decode_lines): Call check_cu_functions everywhere
8218 record_line is called. Call record_line with a linenumber
8219 of 0 to mark sequence ends.
8220
7b3fabf0
ML
82212002-04-04 Michal Ludvig <mludvig@suse.cz>
8222
361d1df0 8223 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8224 change sync with glibc.
8225
bce58c09
JB
82262002-04-03 Jim Blandy <jimb@redhat.com>
8227
8228 * configure.in: Call AC_C_INLINE.
8229 * configure: Regenerated.
361d1df0 8230
2fccf04a
DJ
82312002-04-01 Daniel Jacobowitz <drow@mvista.com>
8232
8233 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8234 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8235
2d1bfe2e
MK
82362002-03-31 Mark Kettenis <kettenis@gnu.org>
8237
a5941fbf
MK
8238 * NEWS: Mention gcore support on FreeBSD/i386.
8239
a90cd31d
MK
8240 * fbsd-proc.c: New file.
8241 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8242 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8243
2d1bfe2e
MK
8244 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8245 while statement.
8246
9eb6e5a1
JB
82472002-03-29 Jim Blandy <jimb@redhat.com>
8248
8249 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8250 unescaped newlines in string literals, but newer ones don't. So
8251 escape them.
8252
f02df580
MS
82532002-03-26 Michael Snyder <msnyder@redhat.com>
8254 Andrew Cagney <cagney@redhat.com>
8255
361d1df0 8256 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8257 restore file to memory.
8258 * cli/cli-dump.h: New file.
8259 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8260 * NEWS: Mention new commands.
f02df580 8261
109f874e
MS
82622002-03-28 Michael Snyder <msnyder@redhat.com>
8263
8264 * symfile.c (symbol_file_add): Move test for null symbols to later.
8265
520f6ade
AC
82662002-03-27 Andrew Cagney <ac131313@redhat.com>
8267
8268 From veksler at il.ibm.com:
8269 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8270 the xstrduped original path.
8271 Fix PR gdb/417.
8272
d4654627
MS
82732002-03-27 Michael Snyder <msnyder@redhat.com>
8274
8275 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8276 * infcmd.c (_initialize_infcmd): Ditto.
8277 * language.c (_initialize_language): Ditto.
8278 * symfile.c (_initialize_symfile): Ditto.
8279 * top.c (_init_main): Ditto.
8280 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8281
6be8bc0c
EZ
82822002-03-27 Elena Zannoni <ezannoni@redhat.com>
8283
8284 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8285 vector registers handling.
8286 (skip_prologue): Handle new AltiVec instructions. Fill in new
8287 fields of frame data.
8288 (frame_get_saved_regs): Fill in information for AltiVec registers.
8289
12af6855
JB
82902002-03-27 Jim Blandy <jimb@redhat.com>
8291
8292 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8293 a function; leave this macro here to invoke that function.
8294 (symbol_init_mangled_name): Declaration for that function.
8295 * symtab.c (symbol_init_mangled_name): New function.
8296
dc672865
AC
82972002-03-27 Andrew Cagney <ac131313@redhat.com>
8298
8299 * valarith.c: Replace strerror with safe_strerror.
8300 * tracepoint.c: Ditto.
8301 * lin-lwp.c: Ditto.
8302 * go32-nat.c: Ditto.
8303 * inflow.c: Ditto.
8304 * gnu-nat.c: Ditto.
8305
d96429cd
AS
83062002-03-27 Andreas Schwab <schwab@suse.de>
8307
8308 * event-top.c (command_line_handler): Remove useless if.
8309
7e336ba1
AJ
83102002-03-27 Andreas Jaeger <aj@suse.de>
8311
8312 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8313 comment.
8314
de220d0f
ML
83152002-03-27 Michal Ludvig <mludvig@suse.cz>
8316
8317 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8318 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8319 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8320 (x86_64_linux_dr_get_status, supply_gregset),
8321 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8322 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8323 (x86_64_register_info_table): Add.
8324 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8325 (x86_64_register_raw_size, x86_64_register_virtual_type),
8326 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8327 general x86_64_register_info_table.
8328 (i386_gdbarch_init): gdbarch_register_bytes is now set
8329 dynamicaly during initialization.
8330 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8331 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8332
0e98d0a7
DJ
83332002-03-27 Daniel Jacobowitz <drow@mvista.com>
8334
8335 * gdbserver/server.c (main): Call target_signal_to_host_p
8336 and target_signal_to_host on signals received from the remote.
8337 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8338 target_signal_from_host on signals sent to the remote.
8339 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8340 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8341
3130066b
DJ
83422002-03-27 Daniel Jacobowitz <drow@mvista.com>
8343
8344 * signals/signals.c: Include "server.h" in gdbserver build.
8345 (target_signal_from_name): Don't use STREQ.
8346 (_initialize_signals): Likewise. Don't include function in
8347 gdbserver build.
8348
9aedf4f4
DJ
83492002-03-27 Daniel Jacobowitz <drow@mvista.com>
8350
8351 * signals.c: Moved to...
8352 * signals/signals.c: Here.
7e336ba1 8353 * Makefile (signals.o): Update.
9aedf4f4 8354
3fa41cdb
JL
83552002-03-26 Jeff Law (law@redhat.com)
8356
8357 * somread.c (som_symtab_read): Remove some commented out code and
8358 updated related comments. Do not set the minimal symbol table to
8359 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8360 in a dynamic executable.
8361 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8362 where we are unable to find the minimal symbol for the given
8363 PC value.
8364
ee677e8d
MS
83652002-03-25 Jeff Law (law@redhat.com)
8366
8367 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8368
e76e1718
ML
83692002-03-25 Michal Ludvig <mludvig@suse.cz>
8370
8371 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8372
18a642a1
AC
83732002-03-23 Andrew Cagney <ac131313@redhat.com>
8374
8375 * command.h: Update copyright.
8376 (struct cmd_list_element): Replace definition with opaque
8377 declaration.
8378 (enum cmd_types): Document that it will eventually be moved to
8379 cli/cli-decode.h
8380 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8381 (MALLOCED_REPLACEMENT): Delete macro.
8382 * Makefile.in (cli_decode_h): Add $(command_h).
8383 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8384 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8385 * completer.c: Include "cli/cli-decode.h".
8386 * maint.c: Include "cli/cli-decode.h".
8387 * cli/cli-decode.h: Include "command.h".
8388 (enum command_class): Delete.
8389 (enum cmd_types): Comment out.
8390 (enum cmd_auto_boolean): Delete.
8391 (enum var_types): Delete.
8392
b2875cc0
AC
83932002-03-23 Andrew Cagney <ac131313@redhat.com>
8394
8395 * cli/cli-decode.c: Include "gdb_assert.h".
8396 (add_set_or_show_cmd): New static function.
8397 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8398 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8399 all fields, such as func, from the set command.
8400
3b45974e
AC
84012002-03-23 Andrew Cagney <ac131313@redhat.com>
8402
8403 * MAINTAINERS (sh-elf): Change warning flag to -w.
8404
823ca731
AC
84052002-03-23 Andrew Cagney <cagney@redhat.com>
8406
8407 * defs.h (error): Add printf format attribute.
8408 * thread-db.c (thread_from_lwp): Fix error format string.
8409 * stack.c (parse_frame_specification): Ditto.
8410 * cli/cli-decode.c (undef_cmd_error): Ditto.
8411 * scm-lang.c (scm_lookup_name): Ditto.
8412 * tracepoint.c (trace_error): Ditto.
8413 * remote-utils.c (usage): Ditto.
8414 * remote.c (compare_sections_command): Ditto.
8415 Fix PR gdb/328.
8416
0e101458
AC
84172002-03-22 Andrew Cagney <ac131313@redhat.com>
8418
8419 * gdbtypes.c (append_composite_type_field): New function.
8420 (init_composite_type): New function.
8421 * gdbtypes.h (append_composite_type_field): Declare.
8422 (init_composite_type): Ditto.
8423
8e0662df
EZ
84242002-03-22 Elena Zannoni <ezannoni@redhat.com>
8425
8426 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 8427 function.
8e0662df
EZ
8428 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
8429 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
8430 structure returning convention for SYSV ABI case, but not
8431 for GNU/Linux, FreeBSD, or NetBSD.
8432
3121eff0
DJ
84332002-03-22 Daniel Jacobowitz <drow@mvista.com>
8434
8435 * symtab.h (lookup_block_symbol): Add mangled_name argument
8436 to prototype.
8437
8438 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
8439 with new mangled_name argument.
8440 * linespec.c (decode_line_1): Likewise.
8441 * valops (value_of_this): Likewise.
8442 * symtab.c (lookup_transparent_type): Likewise.
8443 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
8444 (lookup_symbol): If we are given a mangled name, pass it down
8445 to lookup_symbol_aux.
8446 (lookup_block_symbol): If we are given a mangled name to check
8447 against, only return symbols which match it.
8448
349b409f
CF
84492002-03-22 Christopher Faylor <cgf@redhat.com>
8450
8451 * win32-nat.c (child_create_inferior): Check for proper shell to use
8452 here, in case the user changes it on the fly.
8453 (_initialize_inftarg): Remove shell path considerations.
8454
2a873819
EZ
84552002-03-21 Elena Zannoni <ezannoni@redhat.com>
8456
8457 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
8458 for gdbarch_max_register_raw_size and max_register_virtual_size.
8459 Adjust copyright year.
8460
a1b9830c
DJ
84612002-03-21 Daniel Jacobowitz <drow@mvista.com>
8462
8463 * dbxread.c (process_one_symbol): Extend the first N_SLINE
8464 in a function to cover the entire beginning of the function
8465 as well if it does not already.
8466
8b5790f2
TR
84672002-03-21 Tom Rix <trix@redhat.com>
8468
8469 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
8470 (rs6000_ptrace64): Renamed from ptrace64.
8471
bdbe5747
MH
84722002-03-20 Martin M. Hunt <hunt@redhat.com>
8473
8474 * gdbserver/remote-utils.c (remote_open): Don't call
8475 getprotobyname, we're all using TCP here so just use
8476 IPPROTO_TCP.
7e336ba1 8477 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
8478
84792002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 8480
bdbe5747
MH
8481 * regcache.c (_initialize_regcache): No need to call
8482 build_regcache() at this time; it gets called whenever
8483 the gdbarch changes.
8484
7781cd62
DB
84852002-03-20 David O'Brien <obrien@FreeBSD.org>
8486
8487 * sparc-nat.c: Include sys/param.h where possible.
8488
f65ca430
DJ
84892002-03-20 Daniel Jacobowitz <drow@mvista.com>
8490
8491 Fix PR gdb/422.
8492 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
8493 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
8494 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
8495 complex types.
8496 * stabsread.c (rs6000_builtin_type): Likewise.
8497 (read_sun_floating_type): Likewise.
8498
0c867556
PS
84992002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8500
8501 * stabsread.c (read_member_functions): Remove skip code for duplicate
8502 constructor/destructor methods. Use standard parsing for these
8503 methods and just do not chain them to the list of methods after
8504 parsing.
8505
12b9c64f
AO
85062002-03-19 Alexandre Oliva <aoliva@redhat.com>
8507
8508 * coffread.c: Remove redundant static declarations. Replace
8509 occurrences of `PTR' with `void *'.
8510 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
8511 * top.h (quit_cover): Likewise.
8512 * defs.h (catch_errors): Likewise.
8513
349c5d5f
AC
85142002-03-18 Andrew Cagney <ac131313@redhat.com>
8515
8516 * defs.h (XMALLOC): Define.
8517 * gdb-events.sh (XMALLOC): Delete macro.
8518 * gdb-events.c, gdb-events.h: Regenerate.
8519 * gdbarch.sh (XMALLOC): Delete macro.
8520 * gdbarch.c: Regenerate.
8521 * serial.c (XMALLOC): Delete macro.
8522 * ui-file.c (XMALLOC): Ditto.
8523 * ser-unix.h (XMALLOC): Ditto.
8524 * sh-tdep.c (XMALLOC): Ditto.
8525 * ui-out.c (XMALLOC): Ditto.
8526 * utils.c (XMALLOC): Ditto.
8527 * i386-tdep.c (XMALLOC): Ditto.
8528 * gdb-events.c (XMALLOC): Ditto.
8529 * d10v-tdep.c (XMALLOC): Ditto.
8530 * cli-out.c (XMALLOC): Ditto.
8531
8532 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
8533 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
8534 * ui-file.c, ui-out.c: Ditto.
8535
7d0766f3
AC
85362002-03-18 Andrew Cagney <ac131313@redhat.com>
8537
8538 * command.h (struct cmd_list_element): Add field context.
8539 (set_cmd_context, get_cmd_context): Declare.
8540 * cli/cli-decode.h: Ditto.
8541 * cli/cli-decode.c (get_cmd_context): New function.
8542 (set_cmd_context): New function.
8543 (add_cmd): Initialize context.
8544 Part of fixing PR gdb/145 and PR gdb/146.
8545
5913bcb0
AC
85462002-03-17 Andrew Cagney <ac131313@redhat.com>
8547
1868c04e
AC
8548 * cli/cli-decode.c (cmd_type): New function.
8549 * command.h (cmd_type): Declare.
8550 * infrun.c (set_schedlock_func): Call function cmd_type.
8551 * kod.c (kod_set_os): Call cmd_type.
8552 * cris-tdep.c (cris_version_update): Use function cmd_type.
8553 (cris_mode_update, cris_abi_update): Ditto.
8554
5913bcb0
AC
8555 * command.h: (execute_cmd_post_hook): Declare.
8556 (execute_cmd_pre_hook): Declare.
8557 * cli/cli-script.c (clear_hook_in_cleanup): New function.
8558 (execute_cmd_post_hook, execute_cmd_pre_hook): New
8559 functions. Execute pre/post hook while ensuring that afterwords
8560 hook_in is cleared.
8561 * top.c (execute_command): Use execute_cmd_post_hook, and
8562 execute_cmd_pre_hook to execute pre/post commands.
8563 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
8564 hook_stop_stub.
8565 (hook_stop_stub): Call execute_cmd_pre_hook.
8566
b51450c9
AC
85672002-03-17 Andrew Cagney <ac131313@redhat.com>
8568
8569 * kod.c (kod_set_os): Revert previous change. Is called by ``info
8570 set'' and this leads to a core dump. Move xstrdup of
8571 operating_system to after check that it is not NULL.
8572
f66c9f11
AC
85732002-03-17 Andrew Cagney <ac131313@redhat.com>
8574
8e694ecf
AC
8575 * kod.c (kod_set_os): Remove unnecessary check that
8576 ``command->type'' is set_cmd.
8577
f66c9f11
AC
8578 * valprint.c (set_input_radix): Use input_radix.
8579 (set_output_radix): Use output_radix.
8580 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
8581 isn't reverted.
8582
9d01611c
AC
85832002-03-16 Andrew Cagney <ac131313@redhat.com>
8584
8585 * value.h (struct value): Delete field ``substring_addr''. Change
8586 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
8587 force_core_addr_align and force_pointer_aligh.
8588
8589 * value.h (struct value): Fix typo in above change.
9d01611c 8590
4156bb53
PS
85912002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8592
8593 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
8594 to fix internal_error from ``maintenance print architecture''.
8595
0e5e3ea6
PS
85962002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8597
8598 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
8599 for gcc versions after gcc-2.8.1.
8600
9b013045
PS
86012002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8602
8603 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
8604 for method resolution. Restore adjustment of ``this'' pointer after
8605 calling value_struct_elt, which was accidentally removed during the
8606 HP merge.
8607
376c9600
AC
86082002-03-15 Andrew Cagney <ac131313@redhat.com>
8609
8610 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
8611 value_of_register.
8612 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
8613 get_saved_register.
8614 * value.h (value_of_register): Update.
8615
a4db0f07
RH
86162002-03-14 Richard Henderson <rth@redhat.com>
8617
8618 * configure.in: Detect declaration for canonicalize_file_name.
8619 * utils.c (canonicalize_file_name): Declare, if needed.
8620 (gdb_realpath): Prefer realpath if available and usable.
8621 * config.in, configure: Rebuild.
8622
96383835
RH
86232002-03-14 Richard Henderson <rth@redhat.com>
8624
8625 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
8626 a constant array bound.
8627
8628 * MAINTAINERS: Add myself to write-after-approval.
8629
75245b24
MS
86302002-03-14 Michael Snyder <msnyder@redhat.com>
8631
8632 * symfile.c (syms_from_objfile): Return immediately if no syms.
8633 (symbol_file_add): Return immediately if no syms.
8634 (find_sym_fns): Return immediately if no syms.
8635
e641a1ca
ML
86362002-03-13 Michal Ludvig <mludvig@suse.cz>
8637
8638 * gdbserver/remote-util.c (remote_open): Print remote-side's
8639 IP address when remote debugging over the network.
7e336ba1 8640
df08bfec
DB
86412002-03-12 David O'Brien <obrien@FreeBSD.org>
8642
8643 * config/sparc/fbsd.mh: Fix copyright.
8644 * config/sparc/fbsd.mt: Likewise.
8645
9a57864f
RE
86462002-03-11 Richard Earnshaw <rearnsha@arm.com>
8647
8648 * MAINTAINERS: Fix typo in name of gdb warnings option.
8649 (x86-64): Fix formating so that this can be parsed by awk.
8650
dd7bf85e
DJ
86512002-03-10 Daniel Jacobowitz <drow@mvista.com>
8652
8653 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8654 * defs.h: Include "gdb/signals.h".
8655 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8656
33a0a2ac
ML
86572002-03-10 Michal Ludvig <mludvig@suse.cz>
8658
8659 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8660 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8661 from x86-64-tdep.h
8662
dd824b04
DJ
86632002-03-10 Daniel Jacobowitz <drow@mvista.com>
8664 Don Howard <dhoward@redhat.com>
8665
8666 * mips-tdep.c (ST0_FR): Define.
8667 (mips2_fp_compat): New function, temporarily disabled.
8668 (mips_read_fp_register_single): New function.
8669 (mips_read_fp_register_double): New function.
8670 (mips_print_register): Use them.
8671 (do_fp_register_row): Likewise.
8672
6a41ff59
AC
86732002-03-09 Andrew Cagney <ac131313@redhat.com>
8674
8675 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8676 approval''.
8677
4ea09c10
PS
86782002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8679
8680 * stabsread.c (read_member_functions): Fix is_stub test for
8681 static member functions, improve comment.
8682
6ccc741d
RE
86832002-03-07 Richard Earnshaw <rearnsha@arm.com>
8684
8685 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8686 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8687 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8688 commands that set boolean values.
8689 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8690 (arm_rdi_resume): Always initialize PC.
8691 (arm_rdi_open): Don't use rslt as a boolean.
8692 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8693 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8694 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8695 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8696
438013df
AO
86972002-03-06 Alexandre Oliva <aoliva@redhat.com>
8698
8699 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8700 * configure: Rebuilt.
8701
70ed8774
SC
87022002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8703
8704 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8705 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8706
5ba2abeb
AC
87072002-03-06 Andrew Cagney <ac131313@redhat.com>
8708
8709 * cli/cli-decode.c (set_cmd_completer): New function.
8710 * command.h (set_cmd_completer): Declare.
8711 * cli/cli-decode.h (set_cmd_completer): Ditto.
8712
8713 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8714 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8715 * win32-nat.c (_initialize_inftarg): Ditto.
8716 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8717 * proc-api.c (_initialize_proc_api): Ditto.
8718 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8719 * source.c (_initialize_source): Ditto.
8720 * exec.c (_initialize_exec): Ditto.
8721 * solib.c (_initialize_solib): Ditto.
8722 * top.c (init_main): Ditto.
8723 * tracepoint.c (_initialize_tracepoint): Ditto.
8724 * symfile.c (_initialize_symfile): Ditto.
8725 * printcmd.c (_initialize_printcmd): Ditto.
8726 * infcmd.c (_initialize_infcmd): Ditto.
8727 * corefile.c (_initialize_core): Ditto.
8728
f779ca99
AC
87292002-03-05 Andrew Cagney <ac131313@redhat.com>
8730
8731 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8732
01a3934b
AC
87332002-03-05 Andrew Cagney <ac131313@redhat.com>
8734
8735 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8736
37057839
AC
87372002-03-05 Andrew Cagney <ac131313@redhat.com>
8738
8739 * NEWS: Update headings, 5.2 has branched.
8740
c6ecbae5
DJ
87412002-03-04 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8744 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8745 (register_addr, REGISTER_RAW_SIZE): Likewise.
8746 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8747 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8748
e9f30c21
ML
87492002-03-03 Michal Ludvig <mludvig@suse.cz>
8750
8751 * MAINTAINERS (x86-64): Add myself.
8752 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8753 changed value_ptr -> struct value *
8754
54394ac3
DB
87552002-03-01 David O'Brien <obrien@FreeBSD.org>
8756
8757 * configure.host (sparc64-*-freebsd): Add.
8758 * configure.tgt: Likewise.
8759 * config/sparc/fbsd.mh: New file.
8760 * config/sparc/fbsd.mt: Likewise.
8761 * config/sparc/nm-fbsd.h: Likewise.
8762 * config/sparc/tm-fbsd.h: Likewise.
8763
bfe95955
DJ
87642002-03-01 Daniel Jacobowitz <drow@mvista.com>
8765
8766 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8767 regformats/reg-s390x.dat.
8768
f33c6cbf
AC
87692002-03-01 Andrew Cagney <ac131313@redhat.com>
8770
8771 * utils.c: Add FIXME explaining true/false problem.
8772
5ecaa7dd
AC
87732002-02-28 Andrew Cagney <ac131313@redhat.com>
8774
8775 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8776
2a251cc2
MC
87772002-02-28 Michael Chastain <mec@shout.net>
8778
8779 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8780
6a8031a3 87812002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
8782
8783 * gdbserver/linux-s390-low.c: New file.
8784 * regformats/reg-s390.dat: New file.
8785 * regformats/reg-s390x.dat: New file.
8786 * gdbserver/configure.srv: Add S/390.
8787 * gdbserver/Makefile.in: Add S/390.
8788 * configure.tgt: Enable gdbserver for S/390.
8789
ac469903
EZ
87902002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8791
8792 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8793 first line of the doc string for "info dos", except at the end of
8794 the sentence, since the short help stops at the first period.
8795
985cb1a3
JM
87962002-02-28 Jason Merrill <jason@redhat.com>
8797
8798 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8799
c570663e
FF
88002002-02-27 Fred Fish <fnf@redhat.com>
8801
8802 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8803 comment (dumy -> dummy).
8804
43630227
PS
88052002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8806
8807 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8808
b84911e8
RB
88092002-02-27 Rodney Brown <rbrown64@csc.com.au>
8810
8811 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8812
58caa3dc
DJ
88132002-02-27 Daniel Jacobowitz <drow@mvista.com>
8814
8815 * gdbserver/acconfig.h: New file.
8816 * gdbserver/i387-fp.c: New file.
8817 * gdbserver/i387-fp.h: New file.
8818 * gdbserver/linux-x86-64.c: New file.
8819 * regformats/reg-x86-64.dat: New file.
8820 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8821 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8822 * gdbserver/configure.in: Add support for regsets.
8823 * gdbserver/config.in: Regenerate.
8824 * gdbserver/configure: Regenerate.
8825 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8826 * gdbserver/linux-low.h: New file.
8827 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8828 for regsets.
8829 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8830 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8831 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8832 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8833 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8834 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8835 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8836 "i387-fp.h". Add PTRACE_GETREGS and friends.
8837 * gdbserver/regcache.c (supply_register): New function.
8838 (supply_register_by_name): New function.
8839 (collect_register): New function.
8840 (collect_register_by_name): New function.
8841
93652174
DJ
88422002-02-27 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8845 (config.status): Add configure.srv dependency.
8846 (server_h): Add config.h dependency.
8847
a02e4a61
DJ
88482002-02-27 Daniel Jacobowitz <drow@mvista.com>
8849
8850 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8851 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8852 * gdbserver/configure.srv: Change i386-*-linux* to use
8853 reg-i386-linux.o.
8854
ce0eebec
AC
88552002-02-26 Andrew Cagney <ac131313@redhat.com>
8856
8857 * x86-64-tdep.c: Re-indent. Update copyright date.
8858
82dbc5f7
AC
88592002-02-26 Andrew Cagney <ac131313@redhat.com>
8860
8861 From Michal Ludvig <mludvig@suse.cz>:
8862 * x86-64-tdep.c (value.h): Delete.
8863 (gdb_assert.h): Include.
8864 (x86_64_register_convert_to_virtual,
8865 x86_64_register_convert_to_raw ): Add check which lets only
8866 floating-point values to be converted.
8867 (value_push): Delete.
8868 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8869 (i386_gdbarch_init): Number of register_bytes fixed.
8870
e4621584
AC
88712002-02-26 Andrew Cagney <ac131313@redhat.com>
8872
8873 * MAINTAINERS: Add x86-64 target.
8874
81a9a963
AC
88752002-02-26 Andrew Cagney <ac131313@redhat.com>
8876
8877 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8878 * osfsolib.c (solib_map_sections): Ditto.
8879 * irix5-nat.c (solib_map_sections): Ditto.
8880 * corelow.c (gdb_check_format): Ditto.
8881 * symfile.c (symfile_bfd_open): Ditto.
8882 * solib.c (solib_map_sections): Ditto.
8883 Fix PR gdb/354.
7e336ba1 8884
0f017ab9
AC
88852002-02-26 Andrew Cagney <ac131313@redhat.com>
8886
8887 * remote.c (_initialize_remote): By default, disable ``e'' and
8888 ``E'' step out-of-range packets.
8889
75738c29
AS
88902002-02-26 Andreas Schwab <schwab@suse.de>
8891
8892 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8893 m68k_linux_frame_saved_pc.
8894 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8895 in_sigtramp.
8896 (SIGCONTEXT_PC_OFFSET): Remove.
8897 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8898 m68k_linux_sigtramp_saved_pc): New functions.
8899 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8900 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8901 (UCONTEXT_PC_OFFSET): Define.
8902 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8903 non-RT and RT signal trampolines.
8904
7e8ed687
RE
89052002-02-26 Richard Earnshaw <rearnsha@arm.com>
8906
8907 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8908 (TARGET_NBPG, STACK_END_ADDR): Delete
8909 (VARIABLES_INSIDE_BLOCK): Delete.
8910
6972bc8b
AC
89112002-02-25 Andrew Cagney <ac131313@redhat.com>
8912
8913 * utils.c (perror_with_name): Make string parameter constant.
8914 (print_sys_errmsg): Ditto.
8915 (query): Ditto.
8916 * defs.h (perror_with_name): Update.
8917 (print_sys_errmsg): Update.
8918 (query): Update.
8919
aa32f823
DJ
89202002-02-25 Daniel Jacobowitz <drow@mvista.com>
8921
8922 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8923 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8924
19caaa45
PS
89252002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8926
8927 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8928 if it already matches the current architecture from the exec file.
8929 Include arch-utils.h for gdbarch_info_init prototype.
8930 * Makefile.in (rs6000-nat.o): Update dependencies.
8931
d951901f
EZ
89322002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8933
8934 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8935 list of exported variables.
8936
7ea81414
DJ
89372002-02-24 Daniel Jacobowitz <drow@mvista.com>
8938
8939 * gdbserver/configure.srv: New file.
8940 * gdbserver/configure.in: Use configure.srv instead
8941 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8942 from it.
8943 * gdbserver/configure: Regenerated.
8944 * gdbserver/terminal.h: New file.
8945 * gdbserver/Makefile.in: Update for configure changes. Remove
8946 more unneeded include paths.
8947
080fe24b
AC
89482002-02-24 Andrew Cagney <ac131313@redhat.com>
8949
8950 From wiz at danbala:
8951 * config/sparc/tm-sp64.h: Fix grammar and typos.
8952 Fix PR gdb/287.
8953
8605d56e
AC
89542002-02-24 Andrew Cagney <ac131313@redhat.com>
8955
8956 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8957 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8958 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8959 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8960 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8961 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8962 * s390-tdep.c: Ditto.
92362027
AC
8963 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8964 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8965 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8966 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8967 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8968 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8969 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8970 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8971 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8972 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8973 Fix PR gdb/378.
7e336ba1 8974
8ed32cc0
AC
89752002-02-23 Andrew Cagney <ac131313@redhat.com>
8976
a3007b6f
AC
8977 * lin-thread.c: Delete file.
8978 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8979 to gdb_proc_service.h.
8980 * configure: Re-generate.
8981
50a9e2f1
AC
8982 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8983 * serial.c (serial_open): Delete check for "ocd".
8984 Fix PR gdb/349.
8985
8b6e7932
AC
8986 * Makefile.in (linux-thread.o): Delete target.
8987 * linux-thread.c: Delete file.
8988
d155c46b
AC
8989 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8990 renamed SH files to be consistent.
8991
8ed32cc0
AC
8992 * symtab.c (sort_search_symbols): Use xfree.
8993
0e18d038
RE
89942002-02-23 Richard Earnshaw <rearnsha@arm.com>
8995
8996 * arm-linux-tdep.c (arm_linux_init_abi): Register
8997 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8998 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8999 definition with undef, since we don't want the sysvr4 definition.
9000 (SKIP_TRAMPOLINE_CODE): Likewise.
9001
27aac7ff
AC
90022002-02-23 Andrew Cagney <ac131313@redhat.com>
9003
9004 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9005
9006 * configure.in: (AC_CHECK_FUNCS) Added test for
9007 canonicalize_file_name Regenerated.
9008 * config.in, configure: Regenerated.
9009 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9010 defined use canonicalize_file_name.
7e336ba1 9011
65a6e0ee
MC
90122002-02-23 Michael Chastain <mec@shout.net>
9013
9014 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9015
47b95330
AC
90162002-02-23 Andrew Cagney <ac131313@redhat.com>
9017
9018 * README: Remove references to cygnus.com.
9019 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9020 dot com'' form. Remove references to cygnus.com and sourceware.
9021
696f451b
AC
90222002-02-23 Andrew Cagney <ac131313@redhat.com>
9023
9024 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9025 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9026 1003.1-2001 no longer allows "head -1".
9027 * gdb/Makefile.in (version.c): Likewise.
9028 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9029 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9030 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9031
bbaca940
AC
90322002-02-23 Andrew Cagney <ac131313@redhat.com>
9033
9034 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9035 * command.h (cmd_cfunc_eq): Declare.
9036 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9037
9038 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9039 ``struct cmd_list_element *''.
9040 * cli/cli-cmds.c (is_complete_command): Update. Use
9041 cmd_cfunc_eq.
9042 * top.c (execute_command): Pass the command to
9043 is_complete_command.
9044 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9045
b8b8b047
AC
90462002-02-23 Andrew Cagney <ac131313@redhat.com>
9047
9048 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9049 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9050 architecture defines.
9051 * s390-tdep.c (s390_gdbarch_init): Likewise.
9052
19d3fc80
RE
90532002-02-23 Richard Earnshaw <rearnsha@arm.com>
9054
9055 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9056 (arm_linux_push_arguments): Likewise.
9057 (arm_linux_init_abi): Register them. Also register linux-specific
9058 call_dummy_words.
9059 (find_minsym_and_objfile): Use strcmp, not STREQ.
9060 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9061 (arm_linux_call_dummy_words): Delete declaration.
9062 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9063 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9064 declarations.
9065 (LOWEST_PC): Delete.
9066
3ab13650
PS
90672002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9068
9069 * maint.c (print_section_info): Do not prepend `0x' to filepos
9070 output, it will be handled by local_hex_string_custom.
9071
19d3fc80 90722002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9073
9074 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9075 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9076 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9077
d85a5daf
JB
90782002-02-22 Jim Blandy <jimb@redhat.com>
9079
9080 Indicate that the bcache functions don't change the strings
9081 they're passed.
9082 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9083 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9084
eeb25b8a
PM
90852002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9086
9087 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9088
6badb179
CF
90892002-02-21 Christopher Faylor <cgf@redhat.com>
9090
9091 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9092 find the complete path to a loaded DLL.
9093
e8717518
FF
90942002-02-21 Fred Fish <fnf@redhat.com>
9095
9096 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9097 that marks the end of the range of a function, enter a line number
9098 entry that has a line number of zero and a PC offset that matches
9099 the end of the function. This starts a range of PC's for which no
9100 line number information is known.
9101 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9102 PC's for which no line number info is found (line number is zero)
9103 then we didn't find any valid line information.
9104 * symtab.h: Document use of zero line number entry.
9105
9abe5450
EZ
91062002-02-21 Elena Zannoni <ezannoni@redhat.com>
9107
9108 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9109 (have_ptrace_getvrregs): Define for run time checks.
9110 (gdb_vrregset_t): New type for Altivec register handling.
9111 (fetch_register, store_register): Fetch/store altivec register
9112 when needed.
9113 (fetch_altivec_register, store_altivec_register): New functions.
9114 (supply_vrregset, fill_vrregset): New functions.
9115 (fetch_altivec_registers, store_altivec_registers): New functions.
9116 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9117 registers as well.
9118
aaa38bb5
AJ
91192002-02-21 Jiri Smid <smid@suse.cz>
9120
9121 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9122
b34db576
RE
91232002-02-21 Richard Earnshaw <rearnsha@arm.com>
9124
9125 * Makefile.in (armnbsd-nat.o): Update dependencies.
9126 * armnbsd-nat.c (supply_gregset): New function. Common code to
9127 supply the integer register set.
9128 (supply_fparegset): New function. Similar for FPA registers.
9129 (fetch_regs, fetch_fp_regs): Use them.
9130 (fetch_core_registers): Likewise.
9131 (fetch_elfcore_registers): New function.
9132 (arm_netbsd_elfcore_fns): New core-file type specification.
9133 (_initialize_arm_netbsd_nat): Register it.
9134
3e56fc4b
RE
91352002-02-21 Richard Earnshaw <rearnsha@arm.com>
9136
9137 * armnbsd-nat.c: Include gdbcore.h.
9138 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9139 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9140 'void' to declaration, to shut up ARI.
9141 (fetch_core_registers): Make static. Rewrite using supply_register.
9142 (arm_netbsd_core_fns): New core-file type specification.
9143 (_initialize_arm_netbsd_nat): New function.
9144
097f6b0b
CF
91452002-02-21 Christopher Faylor <cgf@redhat.com>
9146
9147 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9148 value.
9149
c914e0cc
CF
91502002-02-20 Christopher Faylor <cgf@redhat.com>
9151
9152 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9153 fails.
9154
385fa495
DJ
91552002-02-20 Daniel Jacobowitz <drow@mvista.com>
9156
9157 * jv-exp.y (parse_number): Change type of implicit longs
9158 to builtin_type_uint64.
9159
e5f1222d
DJ
91602002-02-20 Daniel Jacobowitz <drow@mvista.com>
9161
9162 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9163 to be an integer instead of a `union wait'.
9164
75c9abc6
DJ
91652002-02-20 Daniel Jacobowitz <drow@mvista.com>
9166
9167 * mips-linux-nat.c: Call the operating system GNU/Linux.
9168 * mips-linux-tdep.c: Likewise.
9169 * mips-tdep.c: Likewise.
9170
551792a5
DJ
91712002-02-20 Daniel Jacobowitz <drow@mvista.com>
9172
9173 Fix PR gdb/265.
9174 * jv-exp.y (parse_number): Handle 64-bit integers.
9175
ee6e2b82
DJ
91762002-02-20 Daniel Jacobowitz <drow@mvista.com>
9177
9178 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9179 AC_STDC_HEADERS to AC_HEADER_STDC.
9180 * gdbserver/configure: Regenerated.
9181
a48442a0
RE
91822002-02-20 Richard Earnshaw <rearnsha@arm.com>
9183
9184 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9185 is defined.
9186 * sparc-tdep.c (get_longjmp_target): Likewise.
9187
fe419ffc
RE
91882002-02-20 Richard Earnshaw <rearnsha@arm.com>
9189
9190 * News: Add news about ARM and Multi-arch. Mention the new target
9191 arm*-*-netbsd*.
9192
5832ed7e
JB
91932002-02-19 Jim Blandy <jimb@redhat.com>
9194
9195 * stabsread.c (error_type_complaint): Improve error message.
9196
84563040
DJ
91972002-02-19 Daniel Jacobowitz <drow@mvista.com>
9198
9199 * gdbserver/README: Update documentation.
9200 * gdbserver/configure.in: Update configury to match documentation.
9201 * gdbserver/Makefile.in: Likewise.
9202 * gdbserver/configure: Regenerated.
9203 * gdbserver/aclocal.m4: New file, generated by aclocal.
9204 * gdbserver/config.in: New file, generated by autoheader.
9205
375fd65b
RE
92062002-02-19 Richard Earnshaw <rearnsha@arm.com>
9207
9208 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9209 armnbsd-nat.c.
9210
08216dd7
RE
92112002-02-19 Richard Earnshaw <rearnsha@arm.com>
9212
9213 * arm-tdep.h (enum arm_float_model): New enum.
9214 (struct gdbarch_tdep): Add fp_model.
9215 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9216 up floating-point conversions until we know the floating-point model
9217 in use by the inferior. Don't complain about being unable to
9218 determine the ABI of the inferior when we don't have one.
9219 (arm_extract_return_value): Support different floating-point models.
9220 (arm_store_return_value): Likewise.
aaa38bb5 9221 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9222 ARM_FLOAT_SOFT.
9223 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9224
65d6d66a
PS
92252002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9226
9227 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9228 of ``current_gdbarch''.
9229
47221191
RE
92302002-02-19 Richard Earnshaw <rearnsha@arm.com>
9231
9232 * armnbsd-nat.c : ANSIfy all function declarations.
9233 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9234 (fetch_inferior_registers): Re-implement in terms of above.
9235 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9236 (store_inferior_registers): Re-implement in terms of above.
9237
fdf39c9a
RE
92382002-02-19 Richard Earnshaw <rearnsha@arm.com>
9239
aaa38bb5 9240 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9241 kernel.
9242 * arm-linux-tdep.c: Likewise.
9243 * config/arm/tm-linux.h: Likewise.
9244
93247f88
RE
92452002-02-19 Richard Earnshaw <rearnsha@arm.com>
9246
9247 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9248 * config/arm/nbsd.mt (TM_FILE): Delete.
9249 * config/arm/tm-nbsd.h: Delete.
9250
d7b486e7
RE
92512002-02-19 Richard Earnshaw <rearnsha@arm.com>
9252
9253 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9254 Initialize CALL_DUMMY_LENGTH.
9255
41d39a95
RE
92562002-02-19 Richard Earnshaw <rearnsha@arm.com>
9257
9258 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9259 function.
9260 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9261 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9262 defines one thing and that is incorrect for this port.
9263 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9264
e1195560
PM
92652002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9266
9267 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9268
c1748f97
PM
92692002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9270
9271 * win32-nat.c (display_selector): New function. Displays information
9272 about the information returned by GetThreadSelectorEntry API function.
9273 (display_selectors): New function. Displays the infomation of
9274 the selector given as argument, or of CS, DS ans FS selectors
9275 if no argument is given.
9276 ( _initialize_inftarg): Add "w32" as info prefix command.
9277 Add "info w32 selector" as command calling display_selectors.
9278
e41e6bbf
PM
92792002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9280
9281 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9282 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9283 if not defined.
9284
0d3a9f48
RE
92852002-02-18 Richard Earnshaw <rearnsha@arm.com>
9286
9287 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9288
3fb4b924
RE
92892002-02-18 Richard Earnshaw <rearnsha@arm.com>
9290
9291 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9292 (arm_fix_call_dummy): Call it.
9293 (arm_call_dummy_breakpoint_offset): Delete.
9294 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9295 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9296
7f55af32
AC
92972002-02-18 Andrew Cagney <ac131313@redhat.com>
9298
9299 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9300 Default to func_frame_chain_valid.
9301 * gdbarch.h, gdbarch.c: Re-generate.
9302 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9303
05f13b9c
EZ
93042002-02-18 Elena Zannoni <ezannoni@redhat.com>
9305
9306 * ppc-linux-nat.c: Update copyright.
9307 (fetch_register, store_register): Add tid parameter, don't compute
9308 tid here.
9309 (fetch_ppc_registers, store_ppc_registers): Add tid
9310 parameter. Pass it along to callees.
9311 (fetch_inferior_registers, store_inferior_registers): Compute tid
9312 here, and pass it to calleed functions.
9313 (fill_gregset, supply_fpregset): Clean up formatting.
9314
d7afb4c9
RE
93152002-02-18 Richard Earnshaw <rearnsha@arm.com>
9316
9317 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9318 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9319
9df628e0
RE
93202002-02-18 Richard Earnshaw <rearnsha@arm.com>
9321
9322 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9323 * gdbarch.c gdbarch.h: Regenerate.
9324 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9325 function.
9326 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9327 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9328 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9329
9330 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9331 * arm-tdep.c (arm_get_longjmp_target): New function.
9332 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9333 this to a positive value register arm_get_longjmp_target as the
9334 longjmp handler.
9335 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9336 (arm_linux_init_abi): Set up longjmp description in tdep.
9337 * armnbsd-nat.c (get_longjmp_target): Delete.
9338 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9339 description in tdep.
9340 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9341 (get_longjmp_target): Delete declaration.
9342 (GET_LONGJMP_TARGET): Delete.
9343 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9344 (GET_LONGJMP_TARGET): Delete.
9345
57bc8964
KB
93462002-02-17 Kevin Buettner <kevinb@redhat.com>
9347
9348 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9349 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9350 of ``current_gdbarch''.
9351
83d31a92
TT
93522002-02-17 Tom Tromey <tromey@redhat.com>
9353
9354 * cli/cli-cmds.c (compare_strings): New function.
9355 (complete_command): Only print each unique item once.
9356 * completer.h (complete_line): Declare.
9357 * completer.c (complete_line): New function.
9358 (line_completion_function): Use it.
9359
17ef5d92
AC
93602002-02-16 Andrew Cagney <ac131313@redhat.com>
9361
9362 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9363 * gdbarch.h, gdbarch.c: Re-generate.
9364
491b8946
DJ
93652002-02-16 Daniel Jacobowitz <drow@mvista.com>
9366
9367 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9368
93692002-02-16 Daniel Jacobowitz <drow@mvista.com>
9370
9371 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9372 * valops.c (value_arg_coerce): Don't take the address of a reference
9373 to convert an argument to a reference.
9374
dfe7f3ac
CF
93752002-02-15 Christopher Faylor <cgf@redhat.com>
9376
9377 * win32-nat.c (get_image_name): New function.
9378 (handle_load_dll): Use get_image_name function.
9379 (get_child_debug_event): Avoid registering debug events until possibly
9380 execed process is started.
9381 (child_create_inferior): Allow invocation via shell so that command
9382 line redirection, etc. works ok.
9383 (_initialize_inftarg): Add new command: "set shell" to control whether
9384 a shell is used to start a process.
9385
1d33e73a
DJ
93862002-02-15 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9389 instead of find_register_by_number.
9390 (cannot_store_register): Likewise.
9391
48cd0caa
PM
93922002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9393
aaa38bb5 9394 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9395 fprintf_unfiltered (gdb_stderr, ...).
9396
8656e7d8
DJ
93972002-02-15 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * gdbserver/gdbserver.1: Document --attach.
9400
66e810cd
RE
94012002-02-15 Richard Earnshaw <rearnsha@arm.com>
9402
9403 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9404 descriptions.
9405 * arm-tdep.c (arm_default_arm_le_breakpoint)
9406 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9407 (arm_default_thumb_be_breakpoint): New. Initialize them from
9408 traditional breakpoint defines.
9409 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9410 (arm_gdbarch_init): Initialize new breakpoint variables.
9411 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9412 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9413 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9414 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9415 code out to ...
9416 (arm_netbsd_init_abi_common): ... here; new function.
9417 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9418 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9419 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9420 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9421
97e03143
RE
94222002-02-15 Richard Earnshaw <rearnsha@arm.com>
9423
9424 * arm-tdep.h (enum arm_abi): New enum.
9425 (struct gdbarch_tdep): New structure.
9426 (LOWEST_PC): Provide a default.
9427 (arm_gdbarch_register_os_abi): Declare new function.
9428 * arm-tdep.c (arm_abi_names): New array.
9429 (process_note_abi_tag_sections): New function.
9430 (get_elfosabi): New function.
9431 (arm_gdbarch_register_os_abi): New function.
9432 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
9433 support for that ABI has been built in, then call the appropriate
9434 configuration routine. Use gdbarch_num_regs() to get the number
9435 of registers.
9436 (arm_dump_tdep): New function.
9437 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
9438 place-holder functions.
9439 (_initialize_arm_tdep): Register them.
9440 * config/arm/tm-arm.h (LOWEST_PC): Delete.
9441
9442 * armnbsd-tdep.c: New file.
9443 * Makefile.in (armnbsd-tdep.o): Add dependencies.
9444 * config/arm/nbsd.mt (TDEPFILES): Add it.
9445 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
9446
9447 * armnbsd-nat.c: Include regcache.h.
9448 * Makefile.in (armnbsd-nat.o): Update dependency list.
9449
9450 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
9451
ad68be46
DJ
94522002-02-14 Daniel Jacobowitz <drow@mvista.com>
9453
9454 * gdbserver/Makefile.in: Fix typos in target rules.
9455
003d6d1d
DJ
94562002-02-14 Daniel Jacobowitz <drow@mvista.com>
9457
aaa38bb5 9458 Fix part of PR gdb/267.
003d6d1d
DJ
9459 * linespec.c (find_methods): Handle constructors specially for now.
9460
6b230f1b
CV
94612002-02-14 Corinna Vinschen <vinschen@redhat.com>
9462
9463 * arm-tdep.c (arm_push_arguments): Eliminate special float type
9464 handling.
9465 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
9466 standard_coerce_float_to_double().
9467
1ea98d12
CF
94682002-02-14 Christopher Faylor <cgf@redhat.com>
9469
9470 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
9471 GDBINIT_FILENAME.
9472
dd47e6fd
EZ
94732002-02-14 Elena Zannoni <ezannoni@redhat.com>
9474
9475 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
9476 find_variant_by_name, because it confuses the multiarch
9477 framework. Return NULL if there isn't an architecture with the
9478 user supplied name, instead of forcing a different one without
9479 recording the change with the multiarch machinery.
9480 (find_variant_by_name): Delete.
9481
d7e39b9e
PS
94822002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9483
9484 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
9485 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
9486
76e42a4f
MH
94872002-02-13 Martin M. Hunt <hunt@redhat.com>
9488
aaa38bb5 9489 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
9490 print_frame_info_listing_hook, set current_source_symtab.
9491
0a30fbc4
DJ
94922002-02-14 Daniel Jacobowitz <drow@mvista.com>
9493
9494 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
9495 and remove unused $(INCLUDE_DIR).
9496 Add regcache.c to OBS.
9497 Add generated register protocol files to clean target.
9498 Update dependencies for new objects, obsolete old target code.
9499
9500 * gdbserver/linux-low.c: Remove all platform-specific code to
9501 new files. Remove various dead code. Update to use regcache
9502 functionality.
9503 * gdbserver/remote-utils.c (fromhex): Add return statement
9504 to quiet warning.
9505 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
9506 constant.
9507 (input_interrupt): Add integer parameter to match prototype
9508 of a signal handler.
9509 (outreg): Use register_data ().
9510 (prepare_resume_reply): Use gdbserver_expedite_regs.
9511 * gdbserver/server.c (main): Dynamically allocate own_buf because
9512 PBUFSIZ is no longer constant. Use registers_to_string () and
9513 registers_from_string ().
9514 * gdbserver/server.h: No longer include "defs.h". Add prototypes
9515 for error (), fatal (), and warning (). Update definition of
9516 PBUFSIZ to use regcache functionality. Add include guard.
9517 * gdbserver/utils.c (fatal): Add missing ``const''.
9518 (warning): New function.
9519
9520 * regformats/regdat.sh: Include "regcache.h" in generated files.
9521 Provide init_registers () function.
9522 * regformats/regdef.h: Add prototype for set_register_cache ().
9523 Add include guard.
9524
9525 * gdbserver/linux-arm-low.c: New file.
9526 * gdbserver/linux-i386-low.c: New file.
9527 * gdbserver/linux-ia64-low.c: New file.
9528 * gdbserver/linux-m68k-low.c: New file.
9529 * gdbserver/linux-mips-low.c: New file.
9530 * gdbserver/linux-ppc-low.c: New file.
9531 * gdbserver/linux-sh-low.c: New file.
9532
9533 * gdbserver/regcache.c: New file.
9534 * gdbserver/regcache.h: New file.
9535
9536 * gdbserver/low-linux.c: Removed obsolete file.
9537
4cc841d0
DJ
95382002-02-14 Daniel Jacobowitz <drow@mvista.com>
9539
9540 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
9541 * config/i386/linux.mt: Likewise.
9542 * config/ia64/linux.mt: Likewise.
9543 * config/m68k/linux.mh: Likewise.
9544 * config/powerpc/linux.mh: Likewise.
9545 * config/mips/linux.mt: Likewise.
9546
9547 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
9548
9549 * config/i386/i386lynx.mh: Mark gdbserver variables
9550 as (currently) obsolete for this target.
9551 * config/i386/nbsd.mt: Likewise.
9552 * config/i386/nbsdelf.mt: Likewise.
9553 * config/m32r/m32r.mt: Likewise.
9554 * config/m68k/m68klynx.mh: Likewise.
9555 * config/m68k/nbsd.mt: Likewise.
9556 * config/m68k/sun3os4.mh: Likewise.
9557 * config/mips/vr5000.mt: Likewise.
9558 * config/ns32k/nbsd.mt: Likewise.
9559 * config/pa/hppabsd.mh: Likewise.
9560 * config/pa/hppaosf.mh: Likewise.
9561 * config/powerpc/nbsd.mt: Likewise.
9562 * config/rs6000/rs6000lynx.mh: Likewise.
9563 * config/s390/s390.mt: Likewise.
9564 * config/s390/s390x.mt: Likewise.
9565 * config/sparc/sparclynx.mh: Likewise.
9566 * config/sparc/sun4os4.mh: Likewise.
9567 * config/i386/x86-64linux.mt: Likewise.
9568 * config/sparc/linux.mh: Likewise.
9569
a85f51e7
DJ
95702002-02-14 Daniel Jacobowitz <drow@mvista.com>
9571
9572 * configure.tgt: Configure gdbserver only for known working
9573 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
9574 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
9575 SUBDIRS if it is configured. Update comment for ${nativefile}.
9576 * configure: Regenerated.
9577
65554fef
MS
95782002-02-13 Michael Snyder <msnyder@redhat.com>
9579
670a52db
MS
9580 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
9581
6dbdc4a3
MS
9582 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
9583 (default_gcore_mach): Just return 0, work around a problem in bfd.
9584 (default_gcore_target): OK to return NULL if exec_bfd is null.
9585 (make_mem_sec): Use a cast, avoid a warning.
9586
9587 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 9588 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
9589 sizeof (host pointer) != sizeof (target pointer)).
9590 (procfs_make_note_section): Avoid overflow in psargs string.
9591
aaa38bb5 9592 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
9593 implementation return an error.
9594
95952002-02-13 Rodney Brown <rbrown64@csc.com.au>
9596
9597 * procfs.c (procfs_make_note_section): Provide a default definition
9598 (for alpha-dec-osf4.0f). Fix typos.
9599
1e4d76e7
EZ
96002002-02-13 Elena Zannoni <ezannoni@redhat.com>
9601
9602 * linux-proc.c: Add include of regcache.h.
9603 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
9604
b6d1a1d5
AC
96052002-02-13 Andrew Cagney <ac131313@redhat.com>
9606
9607 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
9608 * memattr.c (create_mem_region): Disallow useless empty region.
9609 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 9610 non-overlapping.
b6d1a1d5 9611
6c6ea35e
MC
96122002-02-13 Michael Chastain <mec@shout.net>
9613
9614 * defs.h: Kill CONST_PTR.
9615 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
9616 * c-lang.c (c_builtin_types): Likewise.
9617 * ch-lang.c (ch_builtin_types): Likewise.
9618 * f-lang.c (f_builtin_types): Likewise.
9619 * language.c (unknown_builtin_types): Likewise.
9620 * m2-lang.c (m2_builtin_types): Likewise.
9621 * p-lang.c (pascal_builtin_types): Likewise.
9622 * scm-lang.c (c_builtin_types): Likewise.
9623
3e0b0f48
KS
96242002-02-13 Keith Seitz <keiths@redhat.com>
9625
9626 * arm-tdep.h (arm_get_next_pc): Add declaration.
9627
67255d04
RE
96282002-02-13 Richard Earnshaw <rearnsha@arm.com>
9629
9630 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
9631 with other related struct-returning functions.
9632 (arm_extract_struct_value_address): New function.
9633 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
9634 initialize float_format, double_format and long_double_format as
9635 appropriate to the endianness of the target.
9636 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
9637 (arm_use_struct_convention): Delete declaration.
9638 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9639
079777f6
KS
96402002-02-13 Keith Seitz <keiths@redhat.com>
9641
9642 * defs.h (core_addr_to_string_nz): New function.
9643
34588f23
MK
96442002-02-13 Mark Kettenis <kettenis@gnu.org>
9645
9646 Apply missing bits of 2002-01-15 patch.
9647 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9648 (fill_fpregset): Use i387_fill_fsave.
9649
49b563f9
KS
96502002-02-12 Keith Seitz <keiths@redhat.com>
9651
49b563f9
KS
9652 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9653 (core_addr_to_string_nz): New function.
9654
aeb98c60
RE
96552002-02-11 Richard Earnshaw <rearnsha@arm.com>
9656
9657 * arm-linux-nat.c: Really include arm-tdep.h.
9658 * config/arm/tm-linux.h (struct type, struct value): Declare.
9659
65554fef
MS
96602002-02-11 Michael Snyder <msnyder@redhat.com>
9661
9662 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9663 (gcore section): Ifdef for Solaris and Unixware only.
9664 (procfs_do_thread_registers): Unixware needs one lwpstatus
9665 per thread (not one prstatus or pstatus).
9666 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9667 not over all gdb threads. For unixware, call elfcore_write_pstatus
9668 once before iterating over threads.
9669
34e8f22d
RE
96702002-02-11 Richard Earnshaw <rearnsha@arm.com>
9671
9672 * arm-tdep.h: New file.
9673 * arm-tdep.c: Include arm-tdep.h.
9674 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9675 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9676 (arm_print_float_info, arm_register_type, convert_to_extended)
9677 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9678 (arm_extract_return_value, arm_register_name): Make static.
9679 (arm_software_single_step): Similarly. Fix types in declaration.
9680 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9681 (arm_store_return_value, arm_store_struct_return): New functions.
9682 (arm_gdbarch_init): Register the above functions. Also register
9683 call_dummy_start_offset, sizeof_call_dummy_words,
9684 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9685 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9686 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9687 prologue_cache.saved_regs here, rather than ...
9688 (_initialize_arm_tdep): ... here.
9689 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9690 declarations.
9691 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9692 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9693 (arm_print_float_info, arm_register_type, convert_to_extended)
9694 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9695 (arm_extract_return_value, arm_register_name): Delete declarations.
9696 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9697 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9698 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9699 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9700 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9701 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9702 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9703 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9704 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9705 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9706 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9707 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9708 interface.
9709 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9710 * remote-rdi.c remote-rdp.c: Likewise.
9711 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9712 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9713 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9714 definition.
9715
9716 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9717 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9718 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9719 from non-ARM_ prefixed definitions.
9720 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9721 all uses of above.
9722 * remote-rdi.c remote-rdp.c: Likewise.
9723 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9724
148754e5
RE
97252002-02-11 Richard Earnshaw <rearnsha@arm.com>
9726
9727 * arm-tdep.c (arm_frameless_function_invocation)
9728 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9729 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9730 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9731 (arm_pop_frame, arm_get_next_pc): Make static.
9732 (arm_gdbarch_init): Register above in gdbarch structure.
9733 (arm_read_fp): Renamed from arm_target_read_fp.
9734 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9735 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9736 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9737 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9738 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9739 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9740 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9741 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9742 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9743 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9744 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9745
434d2d4f
DJ
97462002-02-10 Daniel Jacobowitz <drow@mvista.com>
9747
9748 * symtab.c (compare_search_syms): New function.
9749 (sort_search_symbols): New function.
9750 (search_symbols): Sort symbols after searching rather than
9751 before.
9752
55241689
AC
97532002-02-10 Andrew Cagney <ac131313@redhat.com>
9754
9755 * NEWS: Linux -> GNU/Linux.
9756
028c194b
AC
97572002-02-10 Andrew Cagney <ac131313@redhat.com>
9758
9759 * gdbarch.sh: For for level one methods, disallow a definition
9760 when partially multi-arched. Add comments explaining rationale.
9761 * gdbarch.h: Re-generate.
9762
6acf50cd
AC
97632002-02-10 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9766 multi-arch partial.
aaa38bb5 9767
50248794
AC
97682002-02-10 Andrew Cagney <ac131313@redhat.com>
9769
9770 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9771 field. Use diff -u.
9772 * gdbarch.c: Re-generate.
9773
c30e0066
AC
97742002-02-10 Andrew Cagney <ac131313@redhat.com>
9775
9b56c5f3 9776 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
9777 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9778 partial.
9779
6e6d6484
AC
97802002-02-10 Andrew Cagney <ac131313@redhat.com>
9781
9782 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9783 multi-arch partial.
9784 (PUSH_ARGUMENTS): Switch to using predefault.
9785 * gdbarch.c: Regenerate.
9786
c203844d
AC
97872002-02-10 Andrew Cagney <ac131313@redhat.com>
9788
9789 * valops.c (PUSH_ARGUMENTS): Delete definition.
9790 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9791 partial. Default to default_push_arguments.
9792 * gdbarch.h, gdbarch.c: Regenerate.
9793
b5a2688f
AC
97942002-02-09 Andrew Cagney <ac131313@redhat.com>
9795
9796 * defs.h (throw_exception): Rename return_to_top_level. Update
9797 comments.
9798 * utils.c (error_stream, internal_verror, quit): Ditto.
9799 * top.c (throw_exception, catcher): Ditto.
9800 * sparclet-rom.c (sparclet_load): Ditto.
9801 * remote.c (interrupt_query, minitelnet): Ditto.
9802 * remote-sds.c (interrupt_query): Ditto.
9803 * remote-mips.c (mips_error, mips_kill): Ditto.
9804 * ocd.c (interrupt_query): Ditto.
9805 * monitor.c (monitor_interrupt_query): Ditto.
9806 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9807 * target.h: Update comment.
aaa38bb5 9808
b5a2688f 9809 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9810
2fa5c1e0
AC
98112002-02-09 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9814 default_double_format.
9815 * gdbarch.h, gdbarch.c: Re-generate.
9816 * findvar.c (floatformat_unknown): Delete variable definition.
9817 * doublest.h (floatformat_unknown): Delete variable declaration.
9818
da966255
JB
98192002-02-09 Jim Blandy <jimb@redhat.com>
9820
9821 * stabsread.c (read_type): Add code to parse Sun's syntax for
9822 prototyped function types.
9823
123a4891
AC
98242002-02-09 Andrew Cagney <ac131313@redhat.com>
9825
9826 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9827 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9828
fb39c8f3
PS
98292002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9830
9831 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9832 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9833 now _initialize_xcoffsolib gets called again and overrides the
9834 commands from solib.c in a native configuration.
9835
0b87a11d
MK
98362002-02-09 Mark Kettenis <kettenis@gnu.org>
9837
9838 * doublest.c (store_typed_floating): Don't try to return a value.
9839 Fixes PR gdb/290.
9840
bdc2fc72
JB
98412002-02-08 Jim Blandy <jimb@redhat.com>
9842
9843 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9844 is prototyped and has no arguments, print its argument list as
9845 `(void)'.
9846
da69bbcf
CD
98472002-02-08 Chris Demetriou <cgd@broadcom.com>
9848
9849 * MAINTAINERS (write-after-approval): Add myself.
9850 (paper-trail): I've escaped!
aaa38bb5 9851
b69571f5
CF
98522002-02-08 Christopher Faylor <cgf@redhat.com>
9853
9854 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9855 changes.
9856 (_initialize_check_for_gdb_ini): Ditto.
9857
f6871398
MH
98582002-02-08 Martin M. Hunt <hunt@redhat.com>
9859
9860 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9861 xaprintf -> xasprintf.
9862
4e52d31c
PM
98632002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9864
9865 * win32-nat.c: Remove use of printf and sprintf functions.
9866
39bbf761
RE
98672002-02-08 Richard Earnshaw <rearnsha@arm.com>
9868
9869 * arm-tdep.c (arm_frame_chain_valid): Make static.
9870 (arm_push_arguments): Likewise.
9871 (arm_gdbarch_init): New function.
9872 (_initialize_arm_tdep): Call it.
9873 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9874 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9875 (FRAME_CHAIN_VALID): Delete.
9876 (arm_frame_chain_valid): Delete declaration.
9877 (PUSH_ARGUMENTS): Delete.
9878 (arm_push_arguments): Delete declaration.
9879 (CALL_DUMMY_P): Delete.
9880
9c9532c9
CV
98812002-02-08 Andrew Cagney <ac131313@redhat.com>
9882 Corinna Vinschen <vinschen@redhat.com>
9883
9884 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9885 on builtin float types.
9886
4e8f7a8b
DJ
98872002-02-08 Daniel Jacobowitz <drow@mvista.com>
9888
9889 * utils.c: Include <curses.h> before "bfd.h".
9890 * tui/tui-hooks.c: Likewise.
9891 * tui/tui.c: Likewise.
9892 * tui/tuiCommand.c: Likewise.
9893 * tui/tuiData.c: Likewise.
9894 * tui/tuiDataWin.c: Likewise.
9895 * tui/tuiDisassem.c: Likewise.
9896 * tui/tuiGeneralWin.c: Likewise.
9897 * tui/tuiIO.c: Likewise.
9898 * tui/tuiLayout.c: Likewise.
9899 * tui/tuiRegs.c: Likewise.
9900 * tui/tuiSource.c: Likewise.
9901 * tui/tuiSourceWin.c: Likewise.
9902 * tui/tuiStack.c: Likewise.
9903 * tui/tuiWin.c: Likewise.
9904
cd4bffcf
EZ
99052002-02-07 Elena Zannoni <ezannoni@redhat.com>
9906
9907 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9908 to include space for pseudoregs as well. Update loops accordingly.
9909 (sh_fp_frame_init_saved_regs): Ditto.
9910 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9911
26806ce2
AC
99122002-02-07 Andrew Cagney <ac131313@redhat.com>
9913
9914 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9915 Add Richard Earnshaw to Arm maintainers.
9916
97fdab62
AC
99172002-02-07 Andrew Cagney <ac131313@redhat.com>
9918
a6b98203
AC
9919 * defs.h (warning_begin): Delete declaration.
9920
97fdab62
AC
9921 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9922 Delete macro.
9923
78b29b40
MS
99242002-02-07 Michael Snyder <msnyder@redhat.com>
9925
aaa38bb5 9926 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9927 Logic bug, remove misplaced else.
9928
d8849953
KD
99292002-02-07 Klee Dienes <klee@apple.com>
9930
9931 * fork-inferior.c (fork_inferior): Add '!' to the list of
9932 characters that need to be quoted when building a string for the
9933 shell. Quote '!' specifically with a backslash, since CSH chokes
9934 when trying to evaluate "str!str".
aaa38bb5 9935
095778a0
NC
99362002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9937
9938 * rdi-share/host.h: Only provide a typedef for bool if it is not
9939 defined.
9940
1900040c
MS
99412002-02-04 Michael Snyder <msnyder@redhat.com>
9942
9943 * breakpoint.h (enum bptype): Add new overlay event bp type.
9944 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9945
1900040c
MS
9946 * breakpoint.c (create_internal_breakpoint): New function.
9947 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9948 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9949 (create_thread_event_breakpoint): Ditto.
9950 (create_solib_event_breakpoint): Ditto.
9951 (create_overlay_event_breakpoint): New function.
9952 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9953 (update_breakpoints_after_exec): Delete and re-initialize
9954 overlay event breakpoints after an exec. Add FIXME comment
9955 about longjmp breakpoint.
9956 (print_it_typical): Ignore overlay event breakpoints.
9957 (print_one_breakpoint): Ditto.
9958 (mention): Ditto.
9959 (bpstat_what): Do not stop for overlay event breakpoints.
9960 (delete_breakpoint): Don't delete overlay event breakpoints.
9961 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9962 (breakpoint_re_set): Re-create overlay event breakpoint.
9963
9964 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9965 (overlay_manual_command): Disable overlay breakpoints.
9966 (overlay_off_command): Disable overlay breakpoints.
9967
082fc60d
RE
99682002-02-06 Richard Earnshaw <rearnsha@arm.com>
9969
9970 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9971 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9972 to here from config/tm-arm.h.
9973 (coff_sym_is_thumb): Make static.
9974 (arm_elf_make_msymbol_special): New function.
9975 (arm_coff_make_msymbol_special): New function.
9976 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9977 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9978 (coff_sym_is_thumb): Delete declaration.
9979 (arm_elf_make_msymbol_special): Declare.
9980 (arm_coff_make_msymbol_special): Declare.
9981 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9982 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9983
039c5766
RE
99842002-02-06 Richard Earnshaw <rearnsha@arm.com>
9985
9986 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9987
99882002-02-06 Richard Earnshaw <rearnsha@arm.com>
9989
9990 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9991 * gdbarch.c gdbarch.h: Regenerate.
9992 * arch-utils.c (default_print_float_info): New function.
9993 * arch-utils.h (default_print_float_info): Prototype it.
9994 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9995 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9996 (PRINT_FLOAT_INFO): Document it.
9997
9998 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9999 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10000 (PRINT_FLOAT_INFO): Define.
10001
58fa08f0
PM
100022002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10003
aaa38bb5 10004 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10005 Add typecast to sprintf argument to suppress a warning.
10006
7393af7c
PM
100072002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10008
58fa08f0 10009 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10010 to allow easier handling of pass state.
10011 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10012 that gives exception name and address.
10013 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10014 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10015 exceptions added.
aaa38bb5
AJ
10016 (child_continue): Correctly report continue_status.
10017 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10018 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10019 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10020 the exception should be passed to debuggee or not.
10021
6af4589c
MS
100222002-02-05 Michael Snyder <msnyder@redhat.com>
10023
10024 * regcache.c (fetch_register): Call target_fetch_register
10025 only if we don't call FETCH_PSEUDO_REGISTER.
10026 (store_register): Call target_store_register only if we
10027 don't call STORE_PSEUDO_REGISTER.
10028
a2cf933a
EZ
100292002-02-05 Elena Zannoni <ezannoni@redhat.com>
10030
10031 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10032 ELF_MAKE_MSYMBOL_SPECIAL.
10033 * gdbarch.c, gdbarch.h: Regenerate.
10034 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10035 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10036 * elfread.c (elf_symtab_read): Compile use of
10037 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10038 multiarched.
10039 * coffread.c (coff_symtab_read): Ditto, for
10040 COFF_MAKE_MSYMBOL_SPECIAL.
10041
6bb7be43
JB
100422002-02-05 Jim Blandy <jimb@redhat.com>
10043
10044 * solib-svr4.c (svr4_truncate_ptr): New function.
10045 (svr4_relocate_section_addresses): Do the address arithmetic with
10046 the appropriate truncation for target addresses, even when
10047 CORE_ADDR is larger than a target address.
10048
e18651ec
DJ
100492002-02-05 Daniel Jacobowitz <drow@mvista.com>
10050
10051 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10052 to (int *).
10053
6b2725be
DJ
100542002-02-05 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10057 code.
10058
fca9e603
DJ
100592002-02-05 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10062
6c537a52
DJ
100632002-02-05 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * gdbserver/linux-low.c: Remove unused include files.
10066
d844cde6
DJ
100672002-02-05 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10070 (read_inferior_memory): Use it.
10071 (write_inferior_memory): Likewise.
10072
d07c63e7
DJ
100732002-02-05 Daniel Jacobowitz <drow@mvista.com>
10074
10075 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10076 grubbing through sys_errlist.
10077
da6d8c04
DJ
100782002-02-05 Daniel Jacobowitz <drow@mvista.com>
10079
10080 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10081
5b421780
PM
100822002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10083 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10084
9f60d481
AC
100852002-02-04 Andrew Cagney <ac131313@redhat.com>
10086
10087 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10088 (do_sfunc, set_cmd_sfunc): New functions.
10089
10090 * command.h (struct cmd_list_element): Add field func.
10091 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10092 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10093 * cli/cli-decode.h: Ditto.
10094
10095 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10096 (help_all, help_cmd_list): Ditto.
10097 (find_cmd, complete_on_cmdlist): Ditto.
10098 * top.c (execute_command): Ditto.
10099
10100 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10101 function.sfunc.
10102
10103 * infcmd.c (notice_args_read): Fix function signature.
10104
10105 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10106 * cli/cli-decode.c (add_set_cmd): Ditto.
10107 * utils.c (initialize_utils): Ditto.
10108 * maint.c (_initialize_maint_cmds): Ditto.
10109 * infrun.c (_initialize_infrun): Ditto.
10110 * demangle.c (_initialize_demangler): Ditto.
10111 * remote.c (add_packet_config_cmd): Ditto.
10112 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10113 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10114 * proc-api.c (_initialize_proc_api): Ditto.
10115 * kod.c (_initialize_kod): Ditto.
10116 * valprint.c (_initialize_valprint): Ditto.
10117 * top.c (init_main): Ditto.
10118 * infcmd.c (_initialize_infcmd): Ditto.
10119 * corefile.c (_initialize_core): Ditto.
10120 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10121 * arch-utils.c (initialize_current_architecture): Ditto.
10122 (_initialize_gdbarch_utils): Ditto.
10123 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10124
10125 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10126 * wince.c (_initialize_inftarg): Ditto.
10127 * symfile.c (_initialize_symfile): Ditto.
10128 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10129 * language.c (_initialize_language): Ditto.
10130 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10131
f9ba0717
MS
101322002-02-04 Michael Snyder <msnyder@redhat.com>
10133
10134 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10135
0c74b2a7
DJ
101362002-02-04 Daniel Jacobowitz <drow@mvista.com>
10137
10138 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10139 Add rules for building the register data files.
10140
c638789f
DJ
101412002-02-04 Daniel Jacobowitz <drow@mvista.com>
10142
10143 * regformats/regdat.sh: Add braces to the definition of
10144 expedite_regs_${arch}.
10145
db253027
DJ
101462002-02-04 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * regformats/regdef.h (struct reg): Add comment describing the
10149 requirements for offset and size fields.
10150
206be19c
AS
101512002-02-04 Andreas Schwab <schwab@suse.de>
10152
10153 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10154 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10155
181c1381
RE
101562002-02-04 Richard Earnshaw <rearnsha@arm.com>
10157
10158 * gdbarch.sh (copyright): Update years in generated header.
10159 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10160 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10161 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10162 * dbxread.c: Likewise.
10163 * dwarfread.c: Likewise.
10164 * elfread.c: Likewise.
10165 * somread.c: Likewise.
10166
10167 * arm-tdep.c (arm_smash_text_address): New function.
10168 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10169
fa4ba8da
PM
101702002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10171
10172 Add support for hardware watchpoints on win32 native.
aaa38bb5 10173 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10174 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10175 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10176 of debug registers.
10177 (debug_registers_changed): New variable. Reflects when debug registers
10178 are changed and need to be written to inferior.
aaa38bb5 10179 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10180 was set, used when new threads are created.
10181 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10182 i386-nat code.
10183 (thread_rec): Set dr array if id is the thread of current_event .
10184 (child_continue, child_resume): Change the debug registers for all
10185 threads if debug_registers_changed.
10186 (child_add_thread): Change the debug registers if debug_registers_used.
10187 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10188 Link nm.h to new nm-cygwin.h file.
10189 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10190 of hardware registers.
10191
a73c86fb
AC
101922002-02-03 Andrew Cagney <ac131313@redhat.com>
10193
10194 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10195 Restore behavour broken by 2002-01-20 Andrew Cagney
10196 <ac131313@redhat.com> IEEE_FLOAT removal.
10197
acf5ed49
DJ
101982002-02-03 Daniel Jacobowitz <drow@mvista.com>
10199
10200 * c-valprint.c (c_val_print): Pass a proper valaddr to
10201 cp_print_class_method.
10202 * valops.c (search_struct_method): If there is only one method
10203 and args is NULL, return that method.
10204
493d28d5
DJ
102052002-02-03 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10208 accessing tag_name directly.
10209
7495dfdb
DJ
102102002-02-03 Daniel Jacobowitz <drow@mvista.com>
10211
10212 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10213 of accessing tag_name directly.
10214
dd6bda65
DJ
102152002-02-03 Daniel Jacobowitz <drow@mvista.com>
10216
10217 PR gdb/280
10218 * gdbtypes.c (replace_type): New function.
10219 * gdbtypes.h (replace_type): Add prototype.
10220 * stabsread.c (read_type): Use replace_type.
10221
88fe217c
RE
102222002-02-03 Richard Earnshaw <rearnsha@arm.com>
10223
10224 * Makefile.in (memattr.o): Add missing dependencies rule.
10225
e5d66720
PS
102262002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10227
10228 * breakpoint.c (break_at_finish_command): Really export.
10229 (break_at_finish_at_depth_command): Ditto.
10230 (tbreak_at_finish_command): Ditto.
10231 * hppa-tdep.c: Include completer.h.
10232 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10233 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10234
fffee0be
AC
102352002-02-01 Andrew Cagney <ac131313@redhat.com>
10236
10237 * utils.c (do_write): New function.
10238 (error_stream): Rewrite combining the code from error_begin and
10239 verror.
10240 (verror): Rewrite using error_stream.
10241 (error_begin): Delete function.
10242
255e7dbf
AC
102432002-02-01 Andrew Cagney <ac131313@redhat.com>
10244
10245 * utils.c (error_begin): Make static.
10246 * defs.h (error_begin): Delete declaration.
10247
10248 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10249 (decode_line_1): Use cplusplus_error instead of error_begin,
10250 cplusplus_hint and return_to_top_level.
10251 * coffread.c (coff_symfile_read): Use error instead of error_begin
10252 and return_to_top_level.
10253 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10254
ddfe3c15
AC
102552002-02-01 Andrew Cagney <ac131313@redhat.com>
10256
10257 * language.h (type_error, range_error): Make string parameter
10258 constant.
10259 * language.c (warning_pre_print): Delete extern declaration.
10260 * dwarfread.c (warning_pre_print): Ditto.
10261 * language.c (type_error, range_error): Rewrite to use verror and
10262 vwarning instead of warning_begin.
10263
03ac34d5
MS
102642002-02-01 Michael Snyder <msnyder@redhat.com>
10265
261c4ca2
MS
10266 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10267 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10268
e00d1dc8
AC
102692002-02-01 Andrew Cagney <ac131313@redhat.com>
10270
10271 * command.h (NO_FUNCTION): Delete macro.
10272 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10273 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10274 * tracepoint.c (_initialize_tracepoint): Ditto.
10275 * cli/cli-decode.c (add_set_cmd): Ditto.
10276 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10277
76b79d6e
DJ
102782002-02-01 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10281 Update ``this'' pointer when calling virtual functions.
10282
799f9e91
MS
102832002-02-01 Michael Snyder <msnyder@redhat.com>
10284
c7bd442c 10285 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10286 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10287
3cf384d4
DJ
102882002-02-01 Daniel Jacobowitz <drow@mvista.com>
10289
10290 * regformats/reg-arm.dat: New file.
10291 * regformats/reg-i386.dat: New file.
10292 * regformats/reg-ia64.dat: New file.
10293 * regformats/reg-m68k.dat: New file.
10294 * regformats/reg-mips.dat: New file.
10295 * regformats/reg-ppc.dat: New file.
10296 * regformats/reg-sh.dat: New file.
10297 * regformats/regdef.h: New file.
10298 * regformats/regdat.sh: New file.
10299
0defa245
RE
103002002-02-01 Richard Earnshaw <reanrsha@arm.com>
10301
10302 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10303 (arm_frame_args_address, arm_frame_locals_address): New functions.
10304 (arm_frame_num_args): New function.
10305 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10306 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10307 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10308
405f26e6
MS
103092002-01-31 Michael Snyder <msnyder@redhat.com>
10310
502fd408
MS
10311 * breakpoint.c (break_at_finish_command): Export.
10312 (break_at_finish_at_depth_command): Export.
10313 (tbreak_at_finish_command): Export.
10314 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
10315 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
10316 "tbreak" commands, which are HPPA specific.
10317
7d35e135
MS
10318 * printcmd.c (disassemble_command): Remove an ancient
10319 artifact of an old merge.
10320
aaa38bb5 10321 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10322 Define enum constant values for overlay mode.
10323 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10324 (overlay_is_mapped, overlay_auto_command,
10325 overlay_manual_command): Ditto.
d874f1e2 10326
aaa38bb5
AJ
10327 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10328 breakpoint_here_p, breakpoint_inserted_here_p,
10329 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10330 describe_other_breakpoints, check_duplicates, clear_command):
10331 Coding standard fixes.
10332
8add0441 10333 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10334 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10335 code: check bfd SEC_READONLY flag for section.
10336
e351066e
AC
103372002-01-31 Andrew Cagney <ac131313@redhat.com>
10338
7d35e135 10339 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10340
8a48e967
DJ
103412002-01-30 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10344 data symbols, since we search based on textlow and texthigh.
10345 (find_pc_sect_symtab): Likewise.
10346
f5a96129
AC
103472002-01-30 Andrew Cagney <ac131313@redhat.com>
10348
10349 * defs.h (vwarning): Declare.
f5a96129
AC
10350 * utils.c (vwarning): New function.
10351 (warning): Call vwarning.
10352 (warning_begin): Delete function.
10353
10354 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10355 the warning message.
10356 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10357 warning_begin.
10358
cefd4ef5
MS
103592002-01-30 Michael Snyder <msnyder@redhat.com>
10360
1a703748
MS
10361 * NEWS: Mention "set trust-readonly-sections" command.
10362 Mention generate-core-file command.
cefd4ef5 10363
3a11626d
MS
103642002-01-15 Michael Snyder <msnyder@redhat.com>
10365
10366 * target.c: New command, "set trust-readonly-sections on".
10367 (do_xfer_memory): Honor the suggestion to trust readonly sections
10368 by reading them from the object file instead of from the target.
10369 (initialize_targets): Register command "set trust-readonly-sections".
10370
d1c7e53b
AC
103712002-01-29 Andrew Cagney <ac131313@redhat.com>
10372
10373 * parse.c (target_map_name_to_register): Simplify, search regs and
10374 pseudo-regs using a single loop.
10375
e2c9a72c
AC
103762002-01-30 Andrew Cagney <ac131313@redhat.com>
10377
10378 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10379
69824b4e
MK
103802002-01-15 Rodney Brown <rbrown64@csc.com.au>
10381
10382 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10383 * config/i386/i386v42mp.mh: Add i387-nat.o .
10384 * i386v4-nat.c: Include i387-nat.h.
10385 (supply_fpregset): Use i387_supply_fsave.
10386 (fill_fpregset): Use i387_fill_fsave.
10387
6eb69eab
RE
103882002-01-30 Richard Earnshaw <rearnsha@arm.com>
10389
10390 * arm-tdep.c (arm_call_dummy_words): Define.
10391 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10392 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10393 (CALL_DUMMY_WORDS): Define.
10394 (arm_call_dummy_words): Declare.
10395 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10396 (arm_linux_call_dummy_words): Declare.
10397
9852326a
AS
103982002-01-30 Andreas Schwab <schwab@suse.de>
10399
10400 * m68klinux-nat.c: Fix last change to use regcache_collect
10401 instead of referencing registers[] directly.
10402
977a3030
AC
104032002-01-29 Andrew Cagney <ac131313@redhat.com>
10404
10405 * parse.c (target_map_name_to_register): Delete code wrapped in
10406 #ifdef REGISTER_NAME_ALIAS_HOOK.
10407
2076c72b
MS
104082002-01-28 Michael Snyder <msnyder@redhat.com>
10409
10410 * regcache.c (legacy_read_register_gen): Need to be able to
10411 read pseudo-register as well as real register.
10412 (legacy_write_register_gen): Ditto.
10413
8fcc723b
AC
104142002-01-28 Andrew Cagney <ac131313@redhat.com>
10415
10416 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10417 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10418 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10419 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10420 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10421 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10422 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10423 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10424 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10425 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10426 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
10427 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
10428 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
10429 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
10430 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
10431 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
10432 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
10433 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
10434 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
10435 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
10436
afe64c1a
AC
104372002-01-28 Andrew Cagney <ac131313@redhat.com>
10438
10439 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
10440 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
10441 (initialize_current_architecture): Update target_byte_order using
10442 information from BFD.
aaa38bb5 10443 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
10444 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
10445
75bc7ddf
AC
104462002-01-28 Andrew Cagney <ac131313@redhat.com>
10447
10448 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
10449 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
10450
10451 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
10452 #ifdef INVALID_FLOAT.
10453 * infcmd.c (do_registers_info): Ditto.
10454 * values.c (unpack_double): Ditto. Add comment.
10455
10456 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
10457 already commented out.
10458
0280a90a
AS
104592002-01-26 Andreas Schwab <schwab@suse.de>
10460
10461 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
10462 * m68klinux-nat.c: Update ptrace interface for fetching/storing
10463 registers and add support for PTRACE_GETREGS.
10464
7072a954
AC
104652002-01-24 Andrew Cagney <ac131313@redhat.com>
10466
10467 GDB 5.1.1 released from 5.1 branch.
10468 * NEWS: Add 5.1.1 news.
10469 * README: Sync with 5.1 branch.
10470
86f902e0
FF
104712002-01-23 Fred Fish <fnf@redhat.com>
10472
10473 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
10474 stabstring on initial malloc. Reallocing will copy it for us,
10475 if necessary.
10476
8af51c36
EZ
104772002-01-23 Elena Zannoni <ezannoni@redhat.com>
10478
aaa38bb5 10479 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
10480 (HFILES_NO_SRCDIR): Remove hpread.h.
10481 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
10482 (hpread.o): Update dependencies.
10483 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
10484
10485 * hp-psymtab-read.c: Remove file.
10486 * hp-symtab-read.c: Remove file.
10487 * hpread.h: Remove file.
10488
10489 * hpread.c: Merge all contents of hp-psymtab-read.c,
10490 hp-symtab-read.c and hpread.h into this file, as it was prior to
10491 January 1999.
10492
10493 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 10494 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
10495 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
10496 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
10497
dc5cfeb6
EZ
104982002-01-23 Elena Zannoni <ezannoni@redhat.com>
10499
10500 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
10501 fill_gregset): Call gdbarch_tdep() just once, assign result to
10502 variable and use that, instead of calling the function several
10503 times.
10504
ea87b71b
AO
105052002-01-24 Alexandre Oliva <aoliva@redhat.com>
10506
10507 * configure.host: Accept sparcv9 as alias for sparc64.
10508 * configure.tgt: Likewise.
10509
13fc0c2f
KB
105102002-01-22 Kevin Buettner <kevinb@redhat.com>
10511
10512 * solib-aix5.c (build_so_list_from_mapfile)
10513 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
10514 arguments is not reversed.
10515 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
10516 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 10517
7bd872fe
EZ
105182002-01-22 Elena Zannoni <ezannoni@redhat.com>
10519
10520 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
10521 modified version of obsolete sh_fetch_pseudo_register.
10522 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
10523 (sh4_register_read): New function.
10524 (sh_pseudo_register_write): New function. Renamed and modified
10525 version of obsolete sh_store_pseudo_register.
10526 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
10527 (sh4_register_write): New function.
10528 (sh_gdbarch_init): Remove setting of gdbarch function
10529 fetch_pseudo_register and store_pseudo_register. Remove setting of
10530 register_convert_to_raw, register_convert_to_virtual,
10531 register_convertible.
10532 (sh_sh4_register_convertible): Delete. No longer needed. All is
10533 taken care by architecture specific functions
10534 register_read/register_write.
10535 (sh_sh4_register_convert_to_virtual): Make static.
10536 (sh_sh4_register_convert_to_raw): Ditto.
10537
069e84fd
AC
105382002-01-22 Andrew Cagney <ac131313@redhat.com>
10539
10540 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
10541 (floatformat_is_nan, floatformat_mantissa): Ditto.
10542
10543 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
10544 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
10545 builtin_type_ieee_double_little,
10546 builtin_type_ieee_double_littlebyte_bigword,
10547 builtin_type_m68881_ext, builtin_type_i960_ext,
10548 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
10549 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
10550 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
10551 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
10552
211a4f69
CV
105532002-01-22 Corinna Vinschen <vinschen@redhat.com>
10554
10555 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
10556 parameter. Set frameless flag if it exists and depended of
10557 whether the scanned function is frameless or not.
10558 (xstormy16_skip_prologue): If function is frameless, return
10559 result of xstormy16_scan_prologue().
10560 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
10561 call.
10562
f81353e4
EZ
105632002-01-21 Elena Zannoni <ezannoni@redhat.com>
10564
10565 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
10566 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
10567 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
10568 sh_sh4_register_byte, sh_sh4_register_raw_size,
10569 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
10570 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
10571 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
10572 sh_store_pseudo_register, sh_do_pseudo_register): Call
10573 gdbarch_tdep() just once, assign result to variable and use that,
10574 instead of calling the function several times.
10575
63c73a17
MK
105762002-01-20 Mark Kettenis <kettenis@gnu.org>
10577
10578 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
10579 macros instead of LAST_FPU_CTRL_REGNUM.
10580 (store_register): Likewise.
10581
39ad761d
JB
105822002-01-21 Jim Blandy <jimb@redhat.com>
10583
10584 * infcmd.c (run_command): Check that the `exec' target layer's BFD
10585 is up-to-date before running the program, not just when a program
10586 exits.
10587
3d74b771
FF
105882002-01-21 Fred Fish <fnf@redhat.com>
10589
10590 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
10591 when we have found all instructions we are looking for.
10592
966fbf70
RE
105932002-01-21 Richard Earnshaw <rearnsha@arm.com>
10594
10595 * arm-tdep.c (arm_register_name): New function.
10596 (arm_registers_names): Make static.
10597 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
10598 (arm_register_name): Declare.
10599 (REGISTER_NAME): Use it.
10600
c3b4394c
RE
106012002-01-21 Richard Earnshaw <rearnsha@arm.com>
10602 Kevin Buettner <kevinb@redhat.com>
10603
10604 Convert arm targets to new FRAME interface.
10605 * arm-tdep.c (struct frame_extra_info): Remove fsr.
10606 (arm_frame_find_save_regs): Delete.
10607 (arm_frame_init_saved_regs): New.
10608 (arm_init_extra_frame_info): Alloacte saved_regs as required.
10609 Allocate extra_info as required. Convert all uses of fsr.regs
10610 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
10611 to use extra_info.
10612 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
10613 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
10614 (check_prologue_cache, save_prologue_cache): Likewise.
10615 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
10616 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
10617 (FRAME_FIND_SAVED_REGS): Delete.
10618 (arm_frame_find_saved_regs): Delete prototype.
10619 (arm_frame_init_saved_regs): New prototype.
10620 (FRAME_INIT_SAVED_REGS): Define.
10621
61d99182
AC
106222002-01-20 Andrew Cagney <ac131313@redhat.com>
10623
10624 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
10625
6aaea291
AC
106262002-01-20 Andrew Cagney <ac131313@redhat.com>
10627
10628 From Jeff Law <law@redhat.com>:
10629 * infttrace.c: Include <sys/pstat.h>.
10630 (child_pid_to_exec_file): Revamp. Use pstat call to get the
10631 exec file if the ttrace equivalent fails.
10632
15f698d2
AC
106332002-01-20 Andrew Cagney <ac131313@redhat.com>
10634
10635 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
10636 (closeLogFile): Ditto.
10637
f86ddd7c
MC
106382002-01-20 Michael Chastain <mec@shout.net>
10639
10640 * top.c (print_gdb_version): Bump copyright year to 2002.
10641
904507ce
AC
106422002-01-20 Andrew Cagney <ac131313@redhat.com>
10643
10644 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
10645 Zannoni and Eli Zaretskii.
10646
d7f0b9ce
DJ
106472002-01-20 Daniel Jacobowitz <drow@mvista.com>
10648
10649 * buildsym.c: Update copyright years.
10650 * c-typeprint.c: Likewise.
10651 * dwarf2read.c: Likewise.
10652 * f-typeprint.c: Likewise.
10653 * gdbtypes.c: Likewise.
10654 * gdbtypes.h: Likewise.
10655 * hp-symtab-read.c: Likewise.
10656 * hpread.c: Likewise.
10657 * mdebugread.c: Likewise.
10658 * p-typeprint.c: Likewise.
10659
3fd3d7d2
AC
106602002-01-20 Andrew Cagney <ac131313@redhat.com>
10661
10662 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10663 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10664 byte-order selectable.
10665 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10666 * arch-utils.c: Ditto.
10667 (set_endian): Ditto.
10668 (set_endian_from_file): Ditto.
10669 * gdbserver/low-sim.c (create_inferior): Ditto.
10670 * gdbarch.sh: Ditto.
10671 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10672 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10673 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10674 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10675 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10676 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10677 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10678 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10679 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10680 macro definition.
10681 * config/mips/tm-wince.h: Remove #undef of macro
10682 TARGET_BYTE_ORDER_SELECTABLE.
10683 * config/sh/tm-wince.h: Ditto.
10684
b02dede2
DJ
106852002-01-20 Daniel Jacobowitz <drow@mvista.com>
10686
10687 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10688 member function fields. Add accessor macro
10689 TYPE_FN_FIELD_ARTIFICIAL.
10690 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10691 * c-typeprint.c (c_type_print_base): Skip artificial member
10692 functions.
10693
c3643761
DJ
106942002-01-20 Daniel Jacobowitz <drow@mvista.com>
10695
10696 * f-typeprint.c: Delete unused function f_type_print_args.
10697 * p-typeprint.c: Delete unused function pascal_type_print_args.
10698
8176bb6d
DJ
106992002-01-20 Daniel Jacobowitz <drow@mvista.com>
10700
10701 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10702 comment. Add ``artificial'' to ``union field_location''.
10703
10704 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10705
10706 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10707 * mdebugread.c (parse_symbol): Likewise.
10708 * stabsread.c (define_symbol): Likewise.
10709 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10710 initializing TYPE_FIELD_BITPOS to n (obsolete).
10711 (hpread_doc_function_type): Likewise.
10712 * hpread.c (hpread_function_type): Likewise.
10713
7fd60527
AC
107142002-01-20 Andrew Cagney <ac131313@redhat.com>
10715
10716 * configure.in (host_makefile_frag): Only require a host makefile
10717 fragment when a native build.
10718 * configure: Re-generate.
10719
c2f05ac9
AC
107202002-01-20 Andrew Cagney <ac131313@redhat.com>
10721
10722 * doublest.h (floatformat_from_type): Declare.
10723 * doublest.c (floatformat_from_type): New function.
10724 (convert_typed_floating): Use.
10725
10726 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10727 call to function floatformat_from_type.
10728
10729 * gdbarch.sh (IEEE_FLOAT): Delete.
10730 * gdbarch.h, gdbarch.c: Re-generate.
10731 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10732 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10733 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10734 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10735 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10736 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10737 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10738 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10739 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10740 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10741 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10742 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10743
10744 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10745 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10746 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10747 * sh-tdep.c (sh_gdbarch_init): Ditto.
10748 * mips-tdep.c (mips_gdbarch_init): Ditto.
10749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10750 * cris-tdep.c (cris_gdbarch_init): Ditto.
10751
abf22e64
AJ
107522002-01-20 Jiri Smid <smid@suse.cz>
10753
10754 * configure.host, configure.tgt: Support x86-64.
10755 * NEWS: Note new target x86-64.
10756
b7c4cbf8
AJ
10757 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10758 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10759 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10760 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10761 x86-64-linux-nat.o): Fix dependencies.
10762
82600034
AC
107632002-01-19 Andrew Cagney <ac131313@redhat.com>
10764
10765 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10766 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10767 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10768 * config/sparc/xm-sun4os4.h: Delete file.
10769 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 10770
bbe5c628
AC
107712002-01-19 Andrew Cagney <ac131313@redhat.com>
10772
10773 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10774 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10775 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10776 * config/i386/i386lynx.mh (XM_FILE): Delete.
10777 * config/rs6000/xm-rs6000ly.h: Delete file.
10778 * config/sparc/xm-sparclynx.h: Delete file.
10779 * config/m68k/xm-m68klynx.h: Delete file.
10780 * config/i386/xm-i386lynx.h: Delete file.
10781 * config/xm-lynx.h: Delete file.
10782 * config/djgpp/fnchange.lst: Update.
10783
f8453e34
JT
107842002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10785
10786 * alpha-tdep.c (alpha_register_byte): New function.
10787 (alpha_register_raw_size): Ditto.
10788 (alpha_register_virtual_size): Ditto.
10789 (alpha_skip_prologue_internal): Renamed from
10790 alpha_skip_prologue.
10791 (alpha_skip_prologue): New version that calls
10792 alpha_skip_prologue_internal.
10793 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10794 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10795 second argument from alpha_skip_prologue.
10796 (REGISTER_BYTE): Use alpha_register_byte.
10797 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10798 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10799 (FRAMELESS_FUNCTION_INVOCATION): Use
10800 generic_frameless_function_invocation_not.
10801 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10802 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10803
52d9e613
AC
108042002-01-19 Andrew Cagney <ac131313@redhat.com>
10805
10806 * config/mips/xm-news-mips.h: Delete file.
10807 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10808
10809 * config/m88k/xm-m88k.h: Delete file.
10810 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10811 * config/m88k/xm-delta88v4.h: Ditto.
10812 * config/m88k/xm-delta88.h: Ditto.
10813
10814 * config/alpha/xm-fbsd.h: Delete file.
10815 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10816
10817 * config/sparc/xm-sparc.h: Delete file.
10818 * Makefile.in (xm-sun4os4.h): Delete dependency.
10819 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10820 * config/sparc/xm-sun4os4.h: Ditto.
10821 * config/sparc/xm-linux.h: Ditto.
10822
10823 * config/i386/xm-windows.h: Delete file.
10824
2d1b2124
AC
108252002-01-19 Andrew Cagney <ac131313@redhat.com>
10826
10827 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10828 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10829
ee1f65f0
JT
108302002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10831
10832 * alpha-tdep.c (alpha_call_dummy_words): New.
10833 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10834 (CALL_DUMMY_P): Define.
10835 (CALL_DUMMY_WORDS): Define.
10836 (SIZEOF_CALL_DUMMY_WORDS): Define.
10837
98081e55
PB
108382002-01-19 Per Bothner <per@bothner.com>
10839
10840 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10841 isn't NULL, which can happen with some gcj-3.x-produced code.
10842
0d056799
JT
108432002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10844
10845 * alpha-tdep.c (alpha_register_virtual_type): New function.
10846 (alpha_init_frame_pc_first): Ditto.
10847 (alpha_fix_call_dummy): Ditto.
10848 (alpha_store_struct_return): Ditto.
10849 (alpha_extract_struct_value_address): Ditto.
10850 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10851 alpha_register_virtual_type.
10852 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10853 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10854 alpha_extract_struct_value_address.
10855 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10856 (INIT_FRAME_PC): Use init_frame_pc_noop.
10857 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10858
4604bcad
MK
108592002-01-19 Mark Kettenis <kettenis@gnu.org>
10860
10861 * i386gnu-nat.c: Include "i386-tdep.h".
10862 (fetch_fpregs): Simplify code dealing with uninitialized floating
10863 point states such that it doesn't require FP7_REGNUM.
10864
140f9984
JT
108652002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10866
abf22e64
AJ
10867 * alpha-tdep.c (frame_extra_info): New.
10868 (alpha_find_saved_regs): Make static. Use
140f9984
JT
10869 frame->extra_info.
10870 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
10871 (alpha_frame_saved_pc): Use frame->extra_info.
10872 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10873 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
10874 (init_extra_frame_info): Rename to...
10875 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 10876 (alpha_print_extra_frame_info): New function.
140f9984
JT
10877 (alpha_frame_locals_address): Ditto.
10878 (alpha_frame_args_address): Ditto.
abf22e64 10879 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
10880 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10881 alpha_frame_args_address.
abf22e64 10882 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 10883 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
10884 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10885 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10886 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10887 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10888
d734c450
JT
108892002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10890
10891 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10892 (alpha_cannot_fetch_register): Ditto.
10893 (alpha_cannot_store_register): Ditto.
10894 (alpha_register_convertible): Ditto.
10895 (alpha_use_struct_convention): Ditto.
10896 * config/alpha/tm-alpha.h: Update copyright years.
10897 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10898 (INNER_THAN): Use core_addr_lessthan.
10899 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10900 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10901 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10902 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10903 (FRAME_CHAIN): Remove unnecessary cast.
10904
b4ceaee6
AC
109052002-01-18 Andrew Cagney <ac131313@redhat.com>
10906
10907 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10908 obsolete.
10909
0a65a603
AC
109102002-01-18 Andrew Cagney <ac131313@redhat.com>
10911
10912 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10913 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10914 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10915 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10916 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10917 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10918 * x86-64-linux-nat.c: Ditto.
10919
636a6dfc
JT
109202002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10921
abf22e64 10922 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10923 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10924 (REGISTER_NAME): Define.
10925
acceddb6
JT
109262002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10927
10928 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10929
ec32e4be
JT
109302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10931
10932 * alpha-tdep.c: Update copyright years.
10933 (alpha_next_pc): New function.
10934 (alpha_software_single_step): Ditto.
10935 * config/alpha/tm-alpha.h: Add prototype for
10936 alpha_software_single_step.
10937
e771a871
JT
109382002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10939
10940 * alphabsd-nat.c: Update copyright years.
10941 (fill_gregset): Use regcache_collect.
10942 (fill_fpregset): Likewise.
10943 (fetch_inferior_registers): Only fetch integer registers
10944 if requested to do so.
10945 (store_inferior_registers): Only store integer registers
10946 if requested to do so.
10947
7708fa01
AC
109482002-01-17 Andrew Cagney <ac131313@redhat.com>
10949
10950 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10951 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10952 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10953 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10954 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10955 * config/arm/linux.mh (XDEPFILES): Delete.
10956 * config/arm/nbsd.mh (XDEPFILES): Delete.
10957 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10958 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10959 * config/i386/i386m3.mh (XDEPFILES): Delete.
10960 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10961 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10962 * config/i386/fbsd.mh (XDEPFILES): Delete.
10963 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10964 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10965 * config/i386/i386v4.mh (XDEPFILES): Delete.
10966 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10967 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10968 * config/i386/i386aix.mh (XDEPFILES): Delete.
10969 * config/i386/go32.mh (XDEPFILES): Delete.
10970 * config/i386/cygwin.mh (XDEPFILES): Delete.
10971 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10972 * config/i386/i386mach.mh (XDEPFILES): Delete.
10973 * config/i386/i386v32.mh (XDEPFILES): Delete.
10974 * config/i386/linux.mh (XDEPFILES): Delete.
10975 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10976 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10977 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10978 * config/i386/i386sco.mh (XDEPFILES): Delete.
10979 * config/i386/i386v.mh (XDEPFILES): Delete.
10980 * config/i386/nbsd.mh (XDEPFILES): Delete.
10981 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10982 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10983 * config/i386/symmetry.mh (XDEPFILES): Delete.
10984 * config/i386/obsd.mh (XDEPFILES): Delete.
10985 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10986 * config/ia64/linux.mh (XDEPFILES): Delete.
10987 * config/ia64/aix.mh (XDEPFILES): Delete.
10988 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10989 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10990 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10991 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10992 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10993 * config/m68k/linux.mh (XDEPFILES): Delete.
10994 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10995 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10996 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10997 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10998 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10999 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11000 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11001 * config/m88k/delta88.mh (XDEPFILES): Delete.
11002 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11003 * config/m88k/m88k.mh (XDEPFILES): Delete.
11004 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11005 * config/mips/linux.mh (XDEPFILES): Delete.
11006 * config/mips/irix6.mh (XDEPFILES): Delete.
11007 * config/mips/irix5.mh (XDEPFILES): Delete.
11008 * config/mips/irix4.mh (XDEPFILES): Delete.
11009 * config/mips/irix3.mh (XDEPFILES): Delete.
11010 * config/mips/decstation.mh (XDEPFILES): Delete.
11011 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11012 (NATDEPFILES): Move core-aout.o to here.
11013 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11014 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11015 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11016 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11017 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11018 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11019 * config/pa/hpux11.mh (XDEPFILES): Delete.
11020 * config/powerpc/aix.mh (XDEPFILES): Delete.
11021 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11022 * config/powerpc/linux.mh (XDEPFILES): Delete.
11023 * config/romp/rtbsd.mh: Rename XDEPFILES.
11024 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11025 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11026 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11027 * config/s390/s390.mh (XDEPFILES): Delete.
11028 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11029 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11030 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11031 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11032 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11033 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11034 * config/sparc/linux.mh (XDEPFILES): Delete.
11035 * config/vax/vaxult.mh (XDEPFILES): Delete.
11036 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11037 * Makefile.in (DEPFILES): Remove XDEPFILES.
11038
375fc983
AC
110392002-01-17 Andrew Cagney <ac131313@redhat.com>
11040
11041 * utils.c (internal_verror): Fix comments, default is yes not no.
11042 Update queries to match. Default to quit and dump core.
11043
8926118c
AC
110442002-01-17 Andrew Cagney <ac131313@redhat.com>
11045
11046 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11047 copyright.
11048 * defs.h, event-top.c, gdbcmd.h: Ditto.
11049 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11050 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11051 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11052 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11053 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11054 * mi/mi-main.c:Ditto.
11055
11056 * stack.c, symfile.c: Update copyright.
11057
45b7b345
DJ
110582002-01-17 Daniel Jacobowitz <drow@mvista.com>
11059
db728ff7
DJ
11060 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11061 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11062 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11063 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11064
db728ff7
DJ
110652002-01-17 Daniel Jacobowitz <drow@mvista.com>
11066
11067 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11068 * gdbserver/low-lynx.c (myattach): Likewise.
11069 * gdbserver/low-nbsd.c (myattach): Likewise.
11070 * gdbserver/low-sim.c (myattach): Likewise.
11071 * gdbserver/low-sparc.c (myattach): Likewise.
11072 * gdbserver/low-sun3.c (myattach): Likewise.
11073
11074 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11075
db728ff7 11076 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11077 (main): Handle "--attach".
11078
8de3c354
AC
110792002-01-16 Andrew Cagney <ac131313@redhat.com>
11080
11081 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11082 maintainer.
11083
b0129042
DJ
110842002-01-15 Daniel Jacobowitz <drow@mvista.com>
11085
11086 * c-typeprint.c (is_type_conversion_operator): Add additional
11087 check for non-conversion operators.
11088
ba8679fb 110892002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11090
11091 * linux-proc.c: Add "info proc" command, a la procfs.c.
11092 (read_mapping): New function, abstract and re-use code.
11093 (linux_find_memory_regions): Use new func read_mapping.
11094 (linux_info_proc_cmd): New function, implement "info proc".
11095 (_initialize_linux_proc): Add new command "info proc".
11096
e4f9b4d5
MS
110972002-01-15 Michael Snyder <msnyder@redhat.com>
11098
11099 * symfile.c (generic_load): Use bfd_map_over_sections method
11100 instead of manipulating bfd structure members directly.
11101 (add_section_size_callback): New function, bfd sections callback
11102 used by generic_load.
11103 (load_sections_callback): New function, bfd sections callback
11104 used by generic_load.
11105
08cf96df
EZ
111062002-01-15 Elena Zannoni <ezannoni@redhat.com>
11107
abf22e64 11108 [Based on work by Jim Blandy]
08cf96df
EZ
11109 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11110 (builtin_type_vec128): Export.
11111 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11112 types.
11113 (builtin_type_vec128): New builtin type for 128 bit vector
11114 registers.
11115 (build_gdbtypes): Initialize builtin_type_v16qi and
11116 builtin_type_v8hi. Create the vec128 register builtin type
11117 structure.
11118 (build_builtin_type_vec128): New function.
abf22e64 11119 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11120 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11121 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11122 AltiVec register to new builtin type.
11123
d7242108
DJ
111242001-01-15 Daniel Jacobowitz <drow@mvista.com>
11125
11126 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11127 to make_cv_type.
11128
4ee3352d
AC
111292002-01-14 Andrew Cagney <ac131313@redhat.com>
11130
11131 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11132 CLEAN_UP_REGISTER_VALUE.
11133 * regcache.c (supply_register): Update only call.
11134
f015b2e7
AC
111352002-01-14 Andrew Cagney <ac131313@redhat.com>
11136
11137 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11138 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11139 a29k-*-vxworks* targets as obsolete.
11140
356ae49d
MS
111412002-01-14 Michael Snyder <msnyder@redhat.com>
11142
11143 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11144 until we can resolve portability issues.
11145 * gregset.h: Remove references to fpxregs.
11146 * gcore.c (gcore_command): Initialize note_sec to NULL.
11147
ade8f45e
AC
111482002-01-13 Andrew Cagney <ac131313@redhat.com>
11149
11150 * signals.c (target_signal_to_name): Rewrite. Only use
11151 signals[].name when in bounds and non-NULL.
abf22e64 11152
89c49e7a
AC
111532002-01-13 Andrew Cagney <ac131313@redhat.com>
11154
11155 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11156 * signals.c (target_signal_to_name): Verify that SIG is within the
11157 bounds of the signals array.
11158
4daa9f9f
AC
111592002-01-13 Andrew Cagney <ac131313@redhat.com>
11160
11161 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11162
ba4bbdcb
KS
111632002-01-13 Keith Seitz <keiths@redhat.com>
11164
11165 * stack.c (print_frame_info_base): Print the frame's pc
11166 only if when print_frame_info_listing_hook is not defined.
11167
575bbeb6
KS
111682002-01-13 Keith Seitz <keiths@redhat.com>
11169
11170 * varobj.c (varobj_set_value): Make sure that there were no
11171 errors evaluating the object before attempting to set its
11172 value.
11173 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11174 so this offset adjustment is no longer necessary.
11175 (create_child): Don't set the error flag if the child is
11176 a CPLUS_FAKE_CHILD.
11177 (value_of_child): If value_fetch_lazy fails, return NULL
11178 so that callers will be notified that an error occurred.
11179 (c_value_of_variable): Delay check of variable's validity
11180 until later. We actually want all structs and unions to have
11181 the value "{...}".
11182 Do not return "???" for variables which could not be evaluated.
11183 This error condition must be returned to the caller so that it
11184 can get the error condition from gdb.
11185 (cplus_name_of_child): Adjust index for vptr before figuring
11186 out the name of the child.
11187 (cplus_value_of_child): If a child's (real) parent is not valid,
11188 don't even bother trying to give a value for it. Just return
11189 an error. Change all instances in this function.
11190 (cplus_type_of_child): If our parent is one of the "fake"
11191 parents, we need to get at the type of the real parent, and
11192 derive the child's true type using this information.
11193
b76898ab
AC
111942002-01-13 Andrew Cagney <ac131313@redhat.com>
11195
11196 From 2002-01-09 John Marshall <johnm@falch.net>:
11197 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11198 sources.redhat.com, and tweak some related URLs which had
11199 suffered from linkrot.
11200
b6649e88
AC
112012002-01-13 Andrew Cagney <ac131313@redhat.com>
11202
11203 From Jeff law:
11204 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11205 structures passed in registers.
11206
82cc5033
EZ
112072002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11208
11209 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11210 white space which prevented compilation. Reported by DSK
11211 <dsk@student.unsw.edu.au>.
11212
ba5f2f8a
MS
112132002-01-11 Michael Snyder <msnyder@redhat.com>
11214
fbd35540
MS
11215 * symfile.c (build_section_addr_info_from_section_tab):
11216 Use bfd access method instead of manipulating bfd directly.
11217 (syms_from_objfile): Ditto.
11218 (simple_overlay_update_1): Ditto.
11219 (simple_overlay_update): Ditto.
11220 (generic_load): Ditto.
11221 (overlay_unmapped_address): FIXME comment, bfd access methods.
11222 (sections_overlap): FIXME comment, bfd access methods.
11223 (pc_in_mapped_range): FIXME comment, bfd access methods.
11224 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11225 (section_is_mapped): FIXME comment, bfd access methods.
11226 (section_is_overlay): FIXME comment, bfd access methods.
11227
ba5f2f8a
MS
11228 * symfile.c (generic_load): Whitespace and long line cleanups.
11229 Remove duplicate variable, change several local variables to
11230 more appropriate data types.
11231 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11232
17df2af6
AC
112332002-01-12 Andrew Cagney <ac131313@redhat.com>
11234
11235 From Peter Schauer:
11236 * language.c (longest_local_hex_string_custom): Use phex_nz to
11237 convert NUM to a hex string.
11238
ec920329
EZ
112392002-01-12 Elena Zannoni <ezannoni@redhat.com>
11240
11241 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11242 the function.
538a76d6 11243 Update Copyright year.
ec920329 11244
3abd2e01
AC
112452002-01-12 Andrew Cagney <ac131313@redhat.com>
11246
11247 * language.c (longest_raw_hex_string): Delete unused function.
11248
b21b22e0
PS
112492002-01-11 Petr Sorfa <petrs@caldera.com>
11250
11251 * MAINTAINERS (write-after-approval): Add myself.
11252 * dwarf2read.c (read_tag_string_type): Handling of
11253 DW_AT_byte_size.
11254 (read_tag_string_type): FORTRAN fix to prevent propagation of
11255 first string size.
11256 (set_cu_language): Handling of DW_LANG_Fortran95
11257
747fe712
RE
112582002-01-11 Richard Earnshaw <rearnsha@arm.com>
11259
11260 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11261 GETPID(inferior_ptid).
11262 (store_inferior_registers): Likewise.
11263
f1bea926
JM
112642002-01-10 Jason Merrill <jason@redhat.com>
11265
11266 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11267 Fix DW_OP_minus.
11268
ae940673
AC
112692002-01-10 Andrew Cagney <ac131313@redhat.com>
11270
11271 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11272 and bfd/elf32-sh-nbsd.c.
11273
00546b04
MS
112742002-01-10 Michael Snyder <msnyder@redhat.com>
11275
352ed7b4
MS
11276 * NEWS: Mention --pid and corefile/proc-id behavior change.
11277
c18be923
MS
11278 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11279 * gcore.c: Include cli/cli-decode.h instead of command.h.
11280
00546b04
MS
11281 * main.c (captured_main): Add new command line option "--pid".
11282 If the second command line argument (following the symbol-file)
11283 begins with a digit, try to attach to it before trying to open
11284 it as a corefile.
11285 (print_gdb_help): Document the "--pid" argument.
11286
db60ec62
EZ
112872002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11288
11289 * completer.c (command_completer): New function.
11290
11291 * completer.h <command_completer>: Add prototype.
11292
11293 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11294 completer for the "help" command.
11295
39c22d1a
JM
112962002-01-09 Jason Merrill <jason@redhat.com>
11297
11298 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11299
c564377f
MS
113002002-01-09 Michael Snyder <msnyder@redhat.com>
11301
975aec09
MS
11302 * i386-linux-nat.c (fill_fpxregset): Make global.
11303 (store_fpxregset): Ditto.
11304
db4a10fa
MS
11305 * gregset.h (gdb_fpxregset_t): Define.
11306 (supply_fpxregset): Prototype.
11307 (fill_fpxregset): Prototype.
11308
c564377f
MS
11309 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11310
c3d45d70
RE
113112002-01-09 Richard Earnshaw <rearnsha@arm.com>
11312
11313 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11314 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11315 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11316
fcc87af1
AC
113172002-01-09 Andrew Cagney <ac131313@redhat.com>
11318
11319 * MAINTAINERS: Update target maintainer rules so that any
11320 Maintainer can approve a tested patch for a maintenance-only
11321 target.
11322
dd96c05b
RE
113232002-01-09 Richard Earnshaw <rearnsha@arm.com>
11324
d4297db9 11325 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11326
d4297db9 11327 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11328 IN_SIGTRAMP.
11329
145fdc6e
MS
113302002-01-08 Michael Snyder <msnyder@redhat.com>
11331
11332 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11333 real name of the executable, rather than the /proc name.
11334
be4d1333
MS
113352002-01-03 Michael Snyder <msnyder@redhat.com>
11336
11337 Implement a "generate-core-file" command in gdb, save target state.
11338 * gcore.c: New file. Implement new command 'generate-core-file'.
11339 Save a corefile image of the current state of the inferior.
11340 * linux-proc.c: Add linux-specific code for saving corefiles.
11341 * target.h (struct target_ops): Add new target vectors for saving
11342 corefiles; to_find_memory_regions and to_make_corefile_notes.
11343 (target_find_memory_regions): New macro.
11344 (target_make_corefile_notes): New macro.
11345 * target.c (update_current_target): Inherit new target methods.
11346 (dummy_find_memory_regions): New place-holder method.
11347 (dummy_make_corefile_notes): New place-holder method.
11348 (init_dummy_target): Initialize new dummy target vectors.
11349 * exec.c (exec_set_find_memory_regions): New function.
11350 Allow the exec_ops vector for memory regions to be taken over.
11351 (exec_make_note_section): New function, target vector method.
11352 * defs.h (exec_set_find_memory_regions): Export prototype.
11353 * procfs.c (proc_find_memory_regions): New function, corefile method.
11354 (procfs_make_note_section): New function, corefile method.
11355 (init_procfs_ops): Set new target vector pointers.
11356 (find_memory_regions_callback): New function.
11357 (procfs_do_thread_registers): New function.
11358 (procfs_corefile_thread_callback): New function.
11359 * sol-thread.c (sol_find_memory_regions): New function.
11360 (sol_make_note_section): New function.
11361 (init_sol_thread_ops): Initialize new target vectors.
11362 * inftarg.c (inftarg_set_find_memory_regions): New function.
11363 Allow to_find_memory_regions vector to be taken over.
11364 (inftarg_set_make_corefile_notes): New function.
11365 Allow to_make_corefile_notes vector to be taken over.
11366 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11367 interface layer if not target_has_execution (may be a corefile).
11368 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11369 * config/sparc/sun4sol2.mh: Ditto.
11370 * config/alpha/alpha-linux.mh: Ditto.
11371 * config/arm/linux.mh: Ditto.
11372 * config/i386/x86-64linux.mh: Ditto.
11373 * config/ia64/linux.mh: Ditto.
11374 * config/m68k/linux.mh: Ditto.
11375 * config/mips/linux.mh: Ditto.
11376 * config/powerpc/linux.mh: Ditto.
11377 * config/sparc/linux.mh: Ditto.
11378
c6b92abd
MS
113792002-01-07 Michael Snyder <msnyder@redhat.com>
11380
11381 * arm-linux-nat.c: Remove references to regcache.c internal data
11382 (registers[] and register_valid[]).
11383
4b09dc8c
MS
113842002-01-07 Michael Snyder <msnyder@redhat.com>
11385
abf22e64
AJ
11386 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11387 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11388 symbol file and shlibs.
11389 * Makefile.in: Add rule for linux-proc.o.
11390 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11391 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11392 * config/arm/linux.mh: Ditto.
11393 * config/i386/linux.mh: Ditto.
11394 * config/i386/x86-64linux.mh: Ditto.
11395 * config/ia64/linux.mh: Ditto.
11396 * config/m68k/linux.mh: Ditto.
11397 * config/mips/linux.mh: Ditto.
11398 * config/powerpc/linux.mh: Ditto.
11399 * config/sparc/linux.mh: Ditto.
11400
c25b74ac
PM
114012002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11402
11403 * win32-nat.c: Add i386-tdep.h dependency.
11404
94cd915f
MS
114052002-01-07 Michael Snyder <msnyder@redhat.com>
11406
c7cccb76
MS
11407 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11408 instead of bfd_get_arch_size. Don't bail out just because
11409 there's no exec_bfd.
abf22e64 11410
34c0bd93
MS
11411 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11412 * p-valprint.c (pascal_object_print_value): Ditto.
11413 * somread.c (som_symtab_read): Ditto.
11414 * symfile.c (simple_free_overlay_region_table): Ditto.
11415 * valops.c (value_assign): Ditto.
11416
21c1c920
MS
11417 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11418 use tilde_expand and strerror for opening save-tracepoints file.
11419
5bbd998e
MS
11420 * thread-db.c (thread_db_new_objfile): Indendation fix.
11421
94cd915f
MS
11422 * infptrace.c (GDB_MAX_ALLOCA): New define.
11423 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11424 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11425 can be overridden with whatever value is appropriate to the host).
11426 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
11427 alloca to allocate potentially large buffer.
11428 * rs6000-nat.c (child_xfer_memory): Ditto.
11429 * symm-nat.c (child_xfer_memory): Ditto.
11430 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
11431
494e8a93
JSC
114322002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
11433
11434 From Nick Clifton <nickc@redhat.com>
11435 * d10v-tdep.c: Set STACK_START to 0x200bffe.
11436
d0e1d48e
MS
114372002-01-07 Michael Snyder <msnyder@redhat.com>
11438
abf22e64 11439 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
11440 Don't use exec_bfd if it's NULL.
11441
290b2c7a
MK
114422002-01-06 Mark Kettenis <kettenis@gnu.org>
11443
abf22e64 11444 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 11445
aef21287
AC
114462002-01-06 Andrew Cagney <ac131313@redhat.com>
11447
11448 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
11449 * gnu-nat.c: Ditto.
11450
30efa627
AC
114512002-01-06 Andrew Cagney <ac131313@redhat.com>
11452
11453 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
11454 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
11455 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
11456 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
11457 z8k-coff have not been multi-arched. Update z8k-coff build
11458 status.
11459
9b4ff276
AC
114602002-01-06 Andrew Cagney <ac131313@redhat.com>
11461
11462 * MAINTAINERS: Mark a29k target as obsolete.
11463 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
11464 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
11465 comments.
11466 * NEWS: Note that a29k targets are obsolete.
11467 * a29k-tdep.c: Mark as obsolete.
11468 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11469 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11470 a29k-*-vxworks* targets as obsolete.
11471 * remote-adapt.c: Obsolete.
11472 * remote-eb.c: Obsolete.
11473 * remote-mm.c: Obsolete.
11474 * remote-udi.c: Obsolete.
11475 * config/a29k/a29k-udi.mt: Obsolete.
11476 * config/a29k/a29k.mt: Obsolete.
11477 * config/a29k/tm-a29k.h: Obsolete.
11478 * config/a29k/tm-vx29k.h: Obsolete.
11479 * config/a29k/vx29k.mt: Obsolete.
11480
a9011d31
AC
114812002-01-05 Andrew Cagney <ac131313@redhat.com>
11482
11483 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
11484 with BFD_ENDIAN_BIG.
11485
9299404e
AC
114862002-01-05 Andrew Cagney <ac131313@redhat.com>
11487
11488 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
11489 * configure, config.in: Re-generate.
11490 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
11491 * defs.h: Do not include <endian.h>.
11492
7e89e357
JT
114932002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
11494
11495 * acconfig.h (HAVE_PT_GETXMMREGS): New.
11496 * config.in: Regenerate.
11497 * configure.in: Update copyright years.
11498 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
11499 * configure: Regenerate.
11500 * i386bsd-nat.c: Update copyright years.
11501 (fill_gregset): Use regcache_collect.
11502 (fetch_inferior_registers): Only fetch integer registers
11503 if requested to do so. Add support for XMM registers
11504 using PT_GETXMMREGS.
11505 (store_inferior_registers): Only store integer registers
11506 if requested to do so. Add support for XMM registers
11507 using PT_SETXMMREGS.
11508 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
11509 (store_inferior_registers): Remove.
11510 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
11511 (fetch_elfcore_registers): New function.
11512 (i386nbsd_elfcore_fns): New.
11513 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
11514 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
11515 i386bsd-nat.o.
11516 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
11517 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
11518 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
11519 * config/i386/tm-nbsd.h: Update copyright years.
11520 (HAVE_SSE_REGS): Define.
11521 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
11522 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
11523 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
11524 (SIGCONTEXT_PC_OFFSET): Remove.
11525 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
11526
a752853e
AC
115272002-01-05 Andrew Cagney <ac131313@redhat.com>
11528
11529 * configure.tgt: Remove powerpc-*-macos* target.
11530 * config/m68k/xm-mpw.h: Delete file.
11531 * config/xm-mpw.h: Delete file.
11532 * ser-mac.c: Delete file.
11533 * mpw-make.sed: Delete file.
11534 * mpw-config.in: Delete file.
11535 * mac-xdep.c: Delete file.
11536 * mac-gdb.r: Delete file.
11537 * mac-defs.h: Delete file.
11538 * mac-nat.c: Delete file.
11539 * config/powerpc/macos.mh: Delete file.
11540 * config/powerpc/macos.mt: Delete file.
11541 * config/powerpc/nm-macos.h: Delete file.
11542 * config/powerpc/tm-macos.h: Delete file.
11543 * source.c (openp, open_source_file): Remove obsolete code.
11544 * top.c (gdb_readline): Ditto.
11545 * utils.c (query): Ditto.
11546 * event-top.c (display_gdb_prompt): Ditto.
11547 * Makefile.in (ser-mac.o): Delete obsolete target.
11548 * NEWS: Update.
11549
d7449b42
AC
115502002-01-04 Andrew Cagney <ac131313@redhat.com>
11551
11552 * defs.h (BIG_ENDIAN): Delete macro definition.
11553 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
11554 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
11555 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
11556 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
11557 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
11558 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
11559 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
11560 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
11561 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
11562 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
11563 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
11564 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
11565 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11566 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
11567 * gdbarch.c: Re-generate.
11568
356374e8
DJ
115692002-01-04 Daniel Jacobowitz <drow@mvista.com>
11570
11571 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
11572 for core files.
11573
a2b8f8f8
JT
115742002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11575
11576 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
11577
12466af9
AC
115782002-01-04 Andrew Cagney <ac131313@redhat.com>
11579
11580 * value.h (value_ptr): Delete typedef.
11581
3549ab40
JT
115822002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
11583
11584 * i386nbsd-nat.c: Update copyright years.
11585 Include i386-tdep.h.
11586
fedbd091
EZ
115872002-01-04 Elena Zannoni <ezannoni@redhat.com>
11588
11589 * stabsread.c: Update copyright years.
11590
11591 From Debashis Mahata <debashis.mahata@wipro.com>:
11592 (read_struct_fields): Deal with Sun C compiler erroneous stab
11593 output for structs and unions.
fec8b34f 11594 Fix PR gdb/269.
fedbd091 11595
eb43544b
DJ
115962002-01-04 Daniel Jacobowitz <drow@mvista.com>
11597
11598 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
11599 prototype.
11600
1514d34e
DJ
116012002-01-04 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * cp-abi.c: Fix whitespace.
11604 (baseclass_offset): New wrapper function.
11605 * cp-abi.h (baseclass_offset): Add prototype.
11606 (struct cp_abi_ops): Add baseclass_offset pointer.
11607
11608 * valops.c (vb_match): Move to...
11609 * gnu-v2-abi.c (vb_match): here.
11610 * valops.c (baseclass_offset): Move to...
11611 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
11612
11613 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
11614
11615 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
11616 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
11617 * hpacc-abi.c (init_hpacc_ops): Likewise.
11618
7f8c9282
DJ
116192002-01-04 Daniel Jacobowitz <drow@mvista.com>
11620
11621 * valops.c (find_overload_match): Accept obj as a
11622 reference parameter. Update it before returning.
11623 * value.h (find_overload_match): Update prototype.
11624 * eval.c (evaluate_subexp_standard): Pass object to
11625 find_overload_match by reference.
11626
f23631e4
AC
116272002-01-03 Andrew Cagney <ac131313@redhat.com>
11628
11629 * valarith.c: Replace value_ptr with struct value pointer. Remove
11630 register attribute from value declarations.
11631 * valops.c: Ditto.
11632 * value.h: Ditto.
11633 * scm-lang.c (scm_lookup_name): Ditto.
11634
79e10fab 116352002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 11636
79e10fab
AC
11637 Abstract the functionality of iterating over mapped memory
11638 regions into a general purpose iterator function.
abf22e64 11639 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
11640 iterator for memory sections.
11641 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
11642 (solib_mappings_callback): New function, callback for above.
11643 (info_proc_mappings): Reimpliment using iterate_over_mappings.
11644 (info_mappings_callback): New function, callback for above.
11645
11646 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11647
c5ad026a
MK
116482002-01-01 Mark Kettenis <kettenis@gnu.org>
11649
d2a7c97a
MK
11650 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11651 * i386-tdep.c: Include "elf-bfd.h".
11652 (process_note_abi_tag_sections): New function.
11653 (i386_gdbarch_init): Add code to recognize various OS/ABI
11654 combinations.
11655
c5ad026a
MK
11656 * maint.c (_initialize_maint_cmds): Add missing \ in
11657 string-literal.
11658
a1a5b71e 11659For older changes see ChangeLog-2001
c906108c
SS
11660\f
11661Local Variables:
11662mode: change-log
11663left-margin: 8
11664fill-column: 74
11665version-control: never
11666End:
This page took 0.83608 seconds and 4 git commands to generate.