From Fernando Nasser:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-05-19 Andrew Cagney <ac131313@redhat.com>
2
3 From Fernando Nasser:
4 * remote.c (remote_async_open_1): Re-throw the exception when the
5 connection fails.
6 (remote_cisco_open): Ditto.
7 (remote_open_1): Ditto.
8
9 2002-05-19 Andrew Cagney <ac131313@redhat.com>
10
11 * remote.c (remote_start_remote_dummy): Add uiout parameter.
12 (remote_start_remote): Add uiout parameter. Pass through to
13 remote_start_remote_dummy.
14 (remote_open_1): Use catch_exception instead of catch_errors.
15 (remote_async_open_1): Ditto.
16 (remote_cisco_open): Ditto.
17
18 2002-05-19 Andrew Cagney <ac131313@redhat.com>
19
20 * remote.c (remote_start_remote): Replace PTR with void pointer.
21 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
22 static.
23
24 2002-05-18 Andrew Cagney <ac131313@redhat.com>
25
26 * gdb_indent.sh: Allow the script to be run in the sim directory.
27
28 2002-05-18 Mark Kettenis <kettenis@gnu.org>
29
30 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
31 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
32
33 * corelow.c (core_open): Only call set_gdbarch_from_file if
34 exec_bfd is NULL.
35
36 2002-05-17 Andrey Volkov <avolkov@transas.com>
37
38 * h8300-tdep.c: Add support of EXR register
39 * config/h8300/tm-h8300.h: Ditto.
40
41 2002-05-17 Andrey Volkov <avolkov@transas.com>
42
43 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
44
45 2002-05-17 Andrey Volkov <avolkov@transas.com>
46
47 * h8300-tdep.c: Change literal regnums to REGNO.
48
49 2002-05-17 Jim Blandy <jimb@redhat.com>
50
51 * NEWS: Note addition of macro support.
52
53 Expand preprocessor macros in C expressions.
54 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
55 (scan_macro_expansion, scanning_macro_expansion,
56 finished_macro_expansion): New function declarations.
57 (expression_macro_lookup_func, expression_macro_lookup_baton): New
58 variable declarations.
59 * parser-defs.h (expression_context_pc): New declaration.
60 * parse.c (expression_context_pc): New variable.
61 (parse_exp_1): Set expression_context_pc, as well as
62 expression_context_block.
63 * c-exp.y (yylex): If we're not already reading the result of a
64 macro expansion, try to macro-expand the next token. When we're
65 done scanning a macro expansion, switch back to the mainline text.
66 Commas and `if's in a macro's expansion don't terminate the input.
67 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
68 (macro_original_text, macro_expanded_text,
69 expression_macro_lookup_func, expression_macro_lookup_baton): New
70 variables.
71 (scan_macro_expansion, scanning_macro_expansion,
72 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
73 c_preprocess_and_parse): New functions.
74 (c_language_defn, cplus_language_defn, asm_language_defn): Call
75 c_preprocess_and_parse, instead of c_parse.
76 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
77 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
78
79 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
80
81 * sh-tdep.c (gdb_print_insn_sh64): Delete.
82 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
83 (sh_gdbarch_init): Always use gdb_print_insn_sh.
84
85 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
86
87 * NEWS: Add section for multi-arched targets. Add v850 to that section.
88
89 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
90
91 * Makefile.in (sh_tdep_h): Define and use.
92 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
93 register enum): Move to...
94 * * sh-tdep.h: ...here.
95 * sh-tdep.c: Include sh-tdep.h.
96 * sh3-rom.c: Likewise.
97 * shnbsd-tdep.c: Likewise.
98
99 2002-05-16 Michael Snyder <msnyder@redhat.com>
100
101 * arm-tdep.c: Spelling fix in comment.
102
103 2002-05-16 Jim Blandy <jimb@redhat.com>
104
105 Add commands for manually expanding macros and showing their
106 definitions.
107 * macrocmd.c, macroscope.c, macroscope.h: New files.
108 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
109 (macroscope_h): New variable.
110 (HFILES_NO_SRCDIR): Add macroscope.h.
111 (COMMON_OBS): Add macrocmd.o, macroscope.o.
112 (macroscope.o, macrocmd.o): New rules.
113
114 Teach the Dwarf 2 reader to read macro information.
115 * dwarf2read.c: #include "macrotab.h".
116 (dwarf_macinfo_buffer): New variable.
117 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
118 dwarf_macinfo_size.
119 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
120 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
121 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
122 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
123 dwarf2_macro_spaces_in_definition): New complaints.
124 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
125 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
126 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
127 the partial symbol table.
128 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
129 from what's recorded in the partial symbol table.
130 (read_file_scope): If the compilation unit has a
131 `DW_AT_macro_info' attribute, read its macro information.
132 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
133
134 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
135
136 Fix PR gdb/546
137 * ser-tcp.c: Don't include <netinet/udp.h>.
138
139 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
140
141 * MAINTAINERS: Update my email address.
142
143 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
144
145 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
146 include file of the same name.
147
148 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
149
150 * configure.tgt: Mark v850 as multi-arched.
151 * config/v850/tm-v850.h: Remove file.
152 * config/v850/v850.mt: Eliminate TM_FILE.
153
154 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
155
156 * v850-tdep.c: Full multi-arch.
157 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
158 Define GDB_MULTI_ARCH to 2.
159
160 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
161
162 * p-exp.y (current_type): New static variable.
163 Carries the type of the expression at the position that is parsed.
164 (push_current_type, pop_current_type): Two new functions. Used
165 to store/restore current_type in expression on specific tokens.
166 (search_field): New static variable. Set to one after parsing a point
167 as at that point only a FIELDNAME token should be searched.
168 (FIELDNAME): New token. After a point only a token belonging to
169 current_type type definition is allowed.
170 (all over token rules): reset and change current_type according
171 to rules.
172 (exp '[' rule): insert implicit array index field if
173 exp is a pascal string type.
174
175 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
176
177 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
178 frame info. Use frame_info's saved_regs instead of matching member
179 in extra_frame_info throughout.
180 (v850_frame_init_saved_regs): New function.
181 (v850_init_extra_frame_info): Move most functionality into
182 v850_frame_init_saved_regs().
183 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
184 (v850_frame_find_saved_regs): Remove declaration.
185 (FRAME_FIND_SAVED_REGS): Remove definition.
186 (v850_frame_init_saved_regs): Add declaration.
187 (FRAME_INIT_SAVED_REGS): Add definition.
188
189 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
190
191 * v850-tdep.c: Begin multi-arch'ing v850.
192 (v850_target_architecture_hook): Remove function.
193 (v850_gdbarch_init): New function. Add code previously in
194 v850_target_architecture_hook().
195 (_initialize_v850_tdep): Don't set target_architecture_hook.
196 Call register_gdbarch_init() instead.
197
198 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
199
200 * gdbtypes.h (struct cplus_struct_type): Remove args field.
201 * hpread.c (hpread_read_struct_type): Remove assignments to args.
202 (fixup_class_method_type): Likewise.
203
204 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
205
206 From Martin Pool <mbp@samba.org>:
207 * gdbserver/server.c (gdbserver_usage): New function.
208 (main): Call it.
209
210 2002-05-15 Jim Blandy <jimb@redhat.com>
211
212 Add macro structures to GDB's symbol tables. Nobody puts anything
213 in them yet.
214 * symtab.h (struct symtab): New member: `macro_table'.
215 * buildsym.h (pending_macros): New global variable.
216 * buildsym.c: #include "macrotab.h".
217 (buildsym_init): Initialize `pending_macros'.
218 (end_symtab): If we found macro information while reading a CU's
219 debugging info, do build a symtab structure for it. Make the
220 symtab point to the macro information, and clear the
221 `pending_macros' pointer which held it while we were reading the
222 debug info.
223 (really_free_pendings): Free any pending macro table.
224 * objfiles.h (struct objfile): New member: `macro_cache'.
225 * objfiles.c (allocate_objfile): Set allocate and free functions
226 for the macro cache's objstack.
227 (free_objfile): Empty the macro cache's obstack.
228 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
229 set new allocate and free functions for it.
230 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
231 free functions for the macro cache's objstack. (Why is this
232 function building its own objfile?)
233 * symmisc.c (print_objfile_statistics): Print statistics on the
234 macro bcache.
235 * Makefile.in: Note that buildsym.o depends on macrotab.h.
236
237 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
238
239 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
240 (REGISTER_U_ADDR): Delete definition.
241 (arm_register_u_addr): Delete declaration.
242
243 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
244
245 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
246 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
247
248 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
249
250 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
251 stop_at -> stop_pc.
252
253 2002-05-14 Andrew Cagney <ac131313@redhat.com>
254
255 * regcache.c (register_valid): Revise comments refering to "Not
256 available" and "unavailable".
257 * frame.c (frame_register_read): Ditto.
258 * findvar.c (value_of_register): Ditto.
259
260 2002-05-15 Andrew Cagney <cagney@redhat.com>
261
262 * Makefile.in (remote_sim_h): Replace remote-sim_h.
263 (remote-sim.o): Update dependencies.
264 (d10v-tdep.o): Specify dependencies.
265 (sim_d10v_h): Define.
266
267 2002-05-14 Jim Blandy <jimb@redhat.com>
268
269 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
270 * macrotab.c (macro_lookup_inclusion, find_definition,
271 new_macro_table): Same.
272
273 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
274 not `! strcmp ()'. This is a dubious improvement.
275 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
276
277 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
278 although it's not necessary, to avoid a warning.
279
280 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
281
282 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
283 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
284 TYPE_INSTANCE_FLAGS.
285 (struct main_type): New.
286 (struct type): Move most members to struct main_type. Change
287 cv_type and as_type to new type_chain member. Add instance_flags.
288 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
289 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
290 (finish_cv_type): Remove prototype.
291 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
292 Set TYPE_CHAIN.
293 (alloc_type_instance): New function.
294 (smash_type): New function.
295 (make_pointer_type, make_reference_type, make_function_type)
296 (smash_to_member_type, smash_to_method_type): Call smash_type.
297 (make_qualified_type): New function.
298 (make_type_with_address_space): Call make_qualified_type.
299 (make_cv_type): Likewise.
300 (finish_cv_type): Remove unnecessary function.
301 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
302 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
303 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
304 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
305 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
306 * hpread.c (hpread_read_struct_type): Likewise.
307 * stabsread.c (read_struct_type): Likewise.
308
309 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
310
311 * configure.tgt: Add a catch all sh* target, for cases like
312 sh[2,3,4]-elf and sh-hms.
313
314 2002-05-14 Keith Seitz <keiths@redhat.com>
315
316 * event-loop.c (create_file_handler): Don't do anything but
317 update data when we are given a fd which we are already
318 monitoring.
319
320 2002-05-14 Michal Ludvig <mludvig@suse.cz>
321
322 * dwarf2cfi.c (context_cpy): Copy registers correctly.
323 (update_context): Use __func__ in warnings.
324
325 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
326
327 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
328 and tcp_close to net_open and net_close.
329 (net_open): Accept "udp:" and "tcp:" specifications. Connect
330 using UDP if requested. Don't try to disable Nagle on UDP
331 sockets.
332 * remote.c (remote_serial_open): New function. Warn about UDP.
333 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
334
335 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
336
337 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
338
339 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
340
341 * configure.tgt: Remove sh-hms target.
342 * MAINTAINERS: Don't list sh-hms as a separate target.
343
344 2002-05-13 Jim Blandy <jimb@redhat.com>
345
346 Add first preprocessor macro-expansion files.
347 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
348 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
349 (splay_tree_h, macroexp_h, macrotab_h): New variable.
350 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
351 (COMMON_OBS): Add macrotab.o, macroexp.o.
352 (macroexp.o, macrotab.o): New rules.
353
354 2002-05-13 Andrew Cagney <ac131313@redhat.com>
355
356 * config/m88k/tm-m88k.h: Update copyright.
357 (m88k_target_write_pc): Declare
358 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
359 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
360 (SHIFT_INST_REGS): Update definition.
361 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
362 using old definition of TARGET_WRITE_PC.
363 * regcache.c (generic_target_write_pc): Delete code handling
364 NNPC_REGNUM.
365 * gdbarch.sh (NNPC_REGNUM): Delete.
366 * gdbarch.h, gdbarch.c: Regenerate.
367
368 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
369
370 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
371 builtin reg number.
372
373 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
374
375 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
376 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
377 (gen_address_of, gen_struct_ref, gen_repeat): Use type
378 access macros.
379 * c-typeprint.c (cp_type_print_method_args): Likewise.
380 (c_type_print_args): Likewise.
381 * d10v-tdep.c (d10v_push_arguments): Likewise.
382 (d10v_extract_return_value): Likewise.
383 * expprint.c (print_subexp): Likewise.
384 * gdbtypes.c (lookup_primitive_typename): Likewise.
385 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
386 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
387 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
388 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
389 (TYPE_VECTOR): Likewise.
390 * hpread.c (hpread_read_struct_type)
391 (fix_static_member_physnames, fixup_class_method_type)
392 (hpread_type_lookup): Likewise.
393 * mdebugread.c (parse_symbol, parse_type): Likewise.
394 * p-lang.c (is_pascal_string_type): Likewise.
395 * valops.c (hand_function_call): Likewise.
396 * x86-64-tdep.c (classify_argument): Likewise.
397
398 * hpread.c (hpread_read_function_type)
399 (hpread_read_doc_function_type): Call replace_type.
400 * dstread.c (create_new_type): Delete.
401 (decode_dst_structure, process_dst_function): Call alloc_type.
402 Use type access macros.
403
404 2002-05-12 Mark Kettenis <kettenis@gnu.org>
405
406 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
407 the're not supported by the current architecture.
408 (i387_fill_fxsave): Likewise.
409
410 2002-05-12 Fred Fish <fnf@redhat.com>
411
412 * symfile.c (default_symfile_offsets): Arrange for uninitialized
413 sect_index_xxx members to index the first slot in section_offsets
414 if all of the section_offsets are zero.
415
416 2002-05-12 Mark Kettenis <kettenis@gnu.org>
417
418 * configure.tgt (sparc-*openbsd): Remove entry accidentially
419 checked in with last change.
420
421 2002-05-12 Mark Kettenis <kettenis@gnu.org>
422
423 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
424 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
425 config.sub.
426
427 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
428
429 * Makefile.in: Update dependencies.
430
431 2002-05-11 Andrew Cagney <ac131313@redhat.com>
432
433 * language.c (local_hex_string_custom): Simplify. Do not depend
434 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
435
436 * memattr.c (mem_info_command): Replace calls to
437 longest_local_hex_string and longest_local_hex_string_custom.
438 * buildsym.c (make_blockvector): Ditto.
439 * solib.c (info_sharedlibrary_command): Ditto.
440 * tracepoint.c (tracepoints_info): Ditto.
441 * symtab.c (print_msymbol_info): Ditto.
442
443 * language.c (local_hex_string): Delete.
444 (local_hex_string_custom): Delete.
445 (longest_local_hex_string): Rename to local_hex_string.
446 (longest_local_hex_string_custom): Rename to
447 local_hex_string_custom.
448 * language.h (local_hex_string): Change parameter type to LONGEST.
449 (local_hex_string_custom): Ditto.
450 (longest_local_hex_string): Delete declaration.
451 (longest_local_hex_string_custom): Ditto.
452
453 * solib.c: Update copyright.
454 * memattr.c: Update copyright.
455
456 2002-05-11 Andrew Cagney <ac131313@redhat.com>
457
458 * arch-utils.h (legacy_register_to_value): Declare.
459 (legacy_value_to_register): Declare.
460 (legacy_convert_register_p): Declare.
461 * arch-utils.c (legacy_register_to_value): New function.
462 (legacy_value_to_register): New function.
463 (legacy_convert_register_p): New function.
464
465 * gdbarch.sh (REGISTER_TO_VALUE): Define.
466 (VALUE_TO_REGISTER): Define.
467 (CONVERT_REGISTER_P): Define.
468 * gdbarch.h, gdbarch.c: Regenerate.
469
470 * valops.c (value_assign): Use CONVERT_REGISTER_P and
471 VALUE_TO_REGISTER.
472 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
473 CONVERT_REGISTER_P.
474
475 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
476 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
477
478 * Makefile.in: Update dependencies for valops.c.
479 * valops.c: Include "gdb_assert.h".
480 (typecmp): Skip THIS parameter to methods.
481 (find_method_list): Remove static_memfuncp argument,
482 update callers. Check for stub methods.
483 (find_value_oload_method_list): Don't set *static_memfuncp.
484 (find_overload_match): Don't check for stub methods. Assert
485 that methods are not stubbed. Handle static methods.
486 (value_find_oload_method_list): Remove static_memfuncp argument.
487 * gdbtypes.c (check_stub_method): Do not add THIS pointer
488 to the argument list for static stub methods.
489 * value.h (value_find_oload_method_list): Update prototype.
490
491 2002-05-11 Andrew Cagney <ac131313@redhat.com>
492
493 * arch-utils.h (generic_register_size): Declare.
494 (generic_register_raw_size, generic_register_virtual_size): Delete
495 declarations.
496 * arch-utils.c (generic_register_raw_size): Delete.
497 (generic_register_size): New function.
498 (generic_register_virtual_size): Delete.
499
500 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
501 default generic_register_size.
502 * gdbarch.h, gdbarch.c: Re-generate.
503
504 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
505 register_virtual_size.
506 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
507 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
508
509 2002-05-11 Andrew Cagney <ac131313@redhat.com>
510
511 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
512 * gdbarch.h, gdbarch.c: Regenerate.
513 * gnu-v3-abi.c: Update copyright.
514 (vtable_address_point_offset): Update.
515 (gnuv3_rtti_type): Update.
516 (gnuv3_baseclass_offset): Update.
517 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
518 (init_fetch_link_map_offsets): Update.
519 * remote.c (get_remote_state): Update.
520
521 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
522
523 * TODO: Remove value_headof/value_from_vtable_info comment.
524 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
525 * values.c (value_headof, value_from_vtable_info): Delete.
526 * value.h (value_from_vtable_info): Delete prototype.
527
528 2002-05-11 Andrew Cagney <ac131313@redhat.com>
529
530 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
531 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
532 $(gdb_regex_h).
533 (gdb_assert_h): Define.
534 (gdb_wait_h): Define.
535 (gdb_regex_h): Define.
536
537 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
538
539 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
540 * linespec.c (find_methods): Handle GCC 3.x template constructors.
541
542 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
543
544 * nbsd-tdep.c: Fix comment.
545
546 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
547
548 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
549 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
550 (nbsd-tdep.o): New dependency list.
551 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
552 nbsd-tdep.h.
553 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
554 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
555 * nbsd-tdep.c: New file.
556 * nbsd-tdep.h: New file.
557 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
558 nbsd-tdep.h.
559 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
560 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
561 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
562 * config/sh/nbsd.mt (TDEPFILES): Ditto.
563
564 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
565
566 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
567 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
568 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
569 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
570 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
571 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
572
573 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
574
575 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
576 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
577 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
578 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
579 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
580 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
581 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
582
583 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
584
585 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
586 fetch_elfcore_registers to...
587 * i386nbsd-tdep.c: ...here.
588 (i386nbsd_use_struct_convention): Rename to...
589 (i386nbsd_aout_use_struct_convention): ...this.
590 (i386nbsd_supply_reg): New function.
591 (i386nbsd_fill_reg): New function.
592 (fetch_core_registers): Use i386nbsd_supply_reg.
593 (fetch_elfcore_registers): Likewise.
594 (_initialize_i386nbsd_tdep): New function.
595 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
596 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
597 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
598 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
599 (i386nbsd_aout_use_struct_convention): ...this.
600
601 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
602
603 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
604 (store_inferior_registers): Use shnbsd_fill_reg.
605 * shnbsd-tdep.c (sh_nbsd_supply_registers,
606 sh_nbsd_supply_register): Collapse into...
607 (shnbsd_supply_reg): ...this.
608 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
609 (shnbsd_fill_reg): ...this.
610 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
611 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
612 (fetch_core_registers): Use shnbsd_supply_reg.
613 (fetch_elfcore_registers): Use shnbsd_supply_reg.
614 (sh_nbsd_core_fns): Rename to...
615 (shnbsd_core_fns): ...this.
616 (sh_nbsd_elfcore_fns): Rename to...
617 (shnbsd_elfcore_fns): ...this.
618 (sh_nbsd_init_abi): Rename to...
619 (shnbsd_init_abi): ...this.
620 (_initialize_sh_nbsd_tdep): Rename to...
621 (_initialize_shnbsd_tdep): ...this.
622 * shnbsd-tdep.h (sh_nbsd_supply_registers,
623 sh_nbsd_supply_register, sh_nbsd_fill_registers,
624 sh_nbsd_fill_register): Remove prototypes.
625 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
626
627 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
628
629 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
630 (i387-nat.o): Delete dependency list.
631 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
632 (x86-64-linux-nat.o): Likewise.
633 * i387-nat.c: Delete file, moving contents to...
634 * i387-tdep.c: ...here.
635 * i387-nat.h: Rename...
636 * i387-tdep.h: ...to this.
637 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
638 * i386-linux-nat.c: Likewise.
639 * i386bsd-nat.c: Likewise.
640 * i386gnu-nat.c: Likewise.
641 * i386nbsd-nat.c: Likewise.
642 * i386v4-nat.c: Likewise.
643 * x86-64-linux-nat.c: Likewise.
644 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
645 * config/i386/go32.mh (NATDEPFILES): Likewise.
646 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
647 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
648 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
649 * config/i386/linux.mh (NATDEPFILES): Likewise.
650 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
651 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
652 * config/i386/obsd.mh (NATDEPFILES): Likewise.
653 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
654
655 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
656
657 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
658 (alphanbsd-nat.o): Remove dependency list.
659 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
660 * alphanbsd-nat.c: Delete. Contents moved to...
661 * alphanbsd-tdep.c: ...here.
662 (_initialize_alphanbsd_tdep): Register core functions.
663 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
664
665 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
666
667 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
668 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
669 (alphanbsd-nat.o): Likewise.
670 (alphabsd-tdep.o): New dependency list.
671 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
672 (fill_gregset): Use alphabsd_fill_reg.
673 (supply_fpregset): Use alphabsd_supply_fpreg.
674 (fill_fpregset): Use alphabsd_fill_fpreg.
675 (fetch_inferior_registers): Use struct reg and struct fpreg
676 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
677 and alphabsd_supply_fpreg.
678 (store_inferior_registers): Use struct reg and struct fpreg
679 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
680 and alphabsd_fill_fpreg.
681 * alphabsd-tdep.c: New file.
682 * alphabsd-tdep.h: New file.
683 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
684 (fetch_elfcore_registers): Use alphabsd_supply_reg and
685 alphabsd_supply_fpreg.
686 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
687 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
688
689 2002-05-11 Eric Christopher <echristo@redhat.com>
690
691 * mips-tdep.c (mips_double_register_type): Fix thinko.
692 (mips_single_register_type): Ditto.
693 * MAINTAINERS: Add self.
694
695 2002-05-11 Mark Kettenis <kettenis@gnu.org>
696
697 * i387-nat.c (i387_supply_register, i387_fill_fsave,
698 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
699 right thing on architectures with different endianness and/or
700 integer sizes.
701
702 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
703
704 From Christian Limpach <chris@Pin.LU>
705 * configure.in: Change sed expression which comments out
706 NATDEPFILES to also comment out continuation lines.
707 * configure: Regenerate.
708
709 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
710
711 * sh-tdep.c: Clean up code erroneously reintroduced by previous
712 big patch.
713
714 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
715
716 * sh-tdep.c: Include correct file.
717
718 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
719
720 New support for sh64-elf (sh5) target.
721
722 * configure.tgt: For sh64-elf target, default to sh-elf.
723
724 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
725 (struct gdbarch_tdep): Add new fields for new registers and ABI
726 info.
727
728 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
729 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
730 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
731 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
732 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
733 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
734 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
735 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
736 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
737 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
738 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
739 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
740 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
741 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
742 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
743 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
744 sh64_get_gdb_regnum, sh64_media_reg_base_num,
745 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
746 sign_extend, sh64_nofp_frame_init_saved_regs,
747 sh64_init_extra_frame_info, sh64_get_saved_register,
748 sh64_extract_struct_value_address, sh64_pop_frame,
749 sh64_push_arguments, sh64_extract_return_value,
750 sh64_store_return_value, sh64_show_media_regs,
751 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
752 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
753 sh_sh64_register_virtual_type,
754 sh_sh64_register_convert_to_virtual,
755 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
756 sh64_register_read, sh64_pseudo_register_write,
757 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
758 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
759 sh64_do_pseudo_register, sh_compact_do_registers_info,
760 sh64_do_registers_info, sh_gdbarch_init): New functions.
761
762 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
763
764 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
765
766 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
767
768 * linespec.c (decode_line_1): Check for a double quote after
769 a filename correctly.
770
771 2002-05-10 Jim Blandy <jimb@redhat.com>
772
773 Properly track the size of the current objfile's .debug_line section.
774 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
775 (DWARF_LINE_SIZE): New macro.
776 (dwarf2_build_psymtabs_hard): Record the line section's size in
777 the partial symbol table.
778 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
779 symbol table.
780
781 2002-05-10 Petr Sorfa <petrs@caldera.com>
782
783 * ia64-tdep.c: Handle breakpoints on L instruction type
784 in MLX instruction bundle by moving the breakpoint to
785 the third slot (X instruction type) as L holds only data.
786
787 2002-05-10 Kevin Buettner <kevinb@redhat.com>
788
789 * dbxread.c (discarding_local_symbols_complaint): New complaint.
790 (process_one_symbol): Complain about discarding local symbols
791 due to a misplaced N_LBRAC entry.
792
793 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
794
795 From Daniel Berlin <dan@cgsoftware.com>
796 * linespec.c (find_toplevel_char): '<' and '>' also increase and
797 decrease the depth we are at, in the case of templates.
798
799 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
800
801 * mips-tdep.c (mips_float_register_type): New function.
802 (mips_double_register_type): New function.
803 (mips_print_register): Use them.
804 (do_fp_register_row): Likewise.
805
806 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
807
808 * signals/signals.c (signals): Remove conditional compilation around
809 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
810 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
811
812 2002-05-09 Michael Snyder <msnyder@redhat.com>
813
814 * remote-rdp.c (remote_rdp_can_run): Remove.
815
816 2002-05-09 Tom Tromey <tromey@redhat.com>
817
818 * jv-valprint.c (java_val_print): Handle `char' as a special case
819 of TYPE_CODE_INT.
820
821 2002-05-09 Michael Snyder <msnyder@redhat.com>
822
823 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
824 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
825 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
826 str r(0123),[sp,#nn].
827 (arm_skip_prologue): Ditto. Also make disassembly
828 order-independent by placing it in a loop.
829
830 2002-05-06 Michael Snyder <msnyder@redhat.com>
831
832 * stabsread.c (read_type): Add recognition for new attribute:
833 "@V;" means that an array type is actually a vector.
834 This is analogous to the vector flag that's been added to dwarf2.
835
836 2002-05-09 Mark Kettenis <kettenis@gnu.org>
837
838 * i386-tdep.h (i386_abi): New enum.
839 (struct gdbarch_tdep): Replace os_ident member with abi.
840 (i386_gdbarch_register_os_abi): New prototype.
841 * i386-tdep.c (i386_abi_names): New array.
842 (process_note_abi_tag_sections): Removed.
843 (process_note_sections): New function.
844 (i386_elf_abi_from_note, i386_elf_abi): New functions.
845 (struct i386_abi_handler): New struct.
846 (i386_abi_handler_list): New variable.
847 (i386_gdbarch_register_os_abi): New function.
848 (i386_gdbarch_init): Adapt for the changes given above.
849
850 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
851
852 * gregset.h: Say "GNU/Linux".
853
854 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
855
856 * gdbtypes.c : Add new builtin type for 64 bit vectors.
857 (build_gdbtypes): Build builtin_type_v2_float.
858 (_initialize_gdbtypes): Register new builtin type.
859
860 2002-05-08 Andrew Cagney <ac131313@redhat.com>
861
862 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
863 (clear_gdbarch_swap): New function.
864 (initialize_non_multiarch): Call.
865 (gdbarch_update_p): Before calling init(), swap out and clear the
866 existing architecture.
867 * gdbarch.c: Regenerate.
868
869 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
870
871 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
872 alphanbsd-tdep.c.
873
874 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
875
876 * sh-nbsd-nat.c: Rename to...
877 * shnbsd-nat.c: ...this.
878 * sh-nbsd-tdep.c: Rename to...
879 * shnbsd-tdep.c: ...this.
880 * sh-nbsd-tdep.h: Rename to...
881 * shnbsd-tdep.h: ...this.
882 * config/sh/nbsd.mh: Use shnbsd-nat.o.
883 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
884
885 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
886
887 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
888 concatenation for command help messages.
889
890 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
891
892 * NEWS: Note new sh*-*-netbsdelf* configuration.
893 * configure.host: Set gdb_host_cpu to sh for all sh*.
894 (sh*-*-netbsdelf*): New host.
895 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
896 (sh*-*-netbsdelf*): New target.
897 * sh-nbsd-nat.c: New file.
898 * sh-nbsd-tdep.c: New file.
899 * sh-nbsd-tdep.h: New file.
900 * config/sh/nbsd.mh: New file.
901 * config/sh/nbsd.mt: New file.
902 * config/sh/nm-nbsd.h: New file.
903 * config/sh/tm-nbsd.h: New file.
904
905 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
906
907 * sh-tdep.c (sh_osabi_names): Declare.
908 (process_note_abi_tag_sections): New function.
909 (get_elfosabi): Ditto.
910 (sh_gdbarch_register_os_abi): Ditto.
911 (sh_dump_tdep): Ditto.
912 _initialize_sh_tdep): Use gdbarch_register to register
913 sh_gdbarch_init and sh_dump_tdep.
914 * config/sh/tm-sh.h (sh_osabi): Declare.
915 (gdbarch_tdep): Add sh_osabi and osabi_name members.
916
917 2002-05-07 Andrew Cagney <ac131313@redhat.com>
918
919 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
920 (thumb_scan_prologue): Ditto.
921 (arm_find_callers_reg): Ditto.
922 (arm_frame_chain): Ditto.
923 (arm_init_extra_frame_info): Ditto.
924 (arm_frame_saved_pc): Ditto.
925 (arm_pop_frame): Ditto.
926 (arm_push_return_address): New function.
927 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
928 call_dummy_location, call_dummy_breakpoint_offset_p,
929 call_dummy_breakpoint_offset, call_dummy_p,
930 call_dummy_stack_adjust_p, call_dummy_words,
931 sizeof_call_dummy_words, call_dummy_start_offset,
932 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
933 call_dummy_address, push_return_address and push_dummy_frame for
934 generic dummy frames.
935
936 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
937
938 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
939 size computation for alloca.
940 (sh_fp_frame_init_saved_regs): Likewise.
941
942 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
943
944 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
945 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
946 * arm-tdep.c (arm_store_return_value): Use them.
947 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
948 * remote-rdp.c (remote_rdp_fetch_register): Use
949 ARM_MAX_REGISTER_RAW_SIZE.
950 (remote_rdp_store_register): Likewise.
951
952 2002-05-07 Michal Ludvig <mludvig@suse.cz>
953
954 * dwarf2cfi.c: Code cleanup, removed unused variables,
955 added default labels to switch {} statements.
956 * x86-64-tdep.c: Ditto.
957 * x86-64-linux-nat.c: Ditto.
958
959 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
960
961 * solib.h: Protect against multiple inclusion.
962
963 2002-05-06 Jim Blandy <jimb@redhat.com>
964
965 Add first preprocessor macro-expansion files.
966 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
967 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
968 (splay_tree_h, macroexp_h, macrotab_h): New variable.
969 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
970 (COMMON_OBS): Add macrotab.o, macroexp.o.
971 (macroexp.o, macrotab.o): New rules.
972
973 Separate the job of reading the line number info statement program
974 header (...expialidocious) out into its own function.
975 * dwarf2read.c (struct line_head, struct filenames, struct
976 directories): Replace with...
977 (struct line_header): New structure, containing the full
978 contents of the statement program header, including the
979 include directory and file name tables.
980 (read_file_scope): If we have line number info, instead of just
981 calling dwarf_decode_lines to do all the work, call
982 dwarf_decode_line_header first to get a `struct line_header'
983 containing the data in the statement program header, and then
984 pass that to dwarf_decode_lines, which will pick up where that
985 left off. Be sure to clean up the `struct line_header' object.
986 (dwarf_decode_line_header, free_line_header, add_include_dir,
987 add_file_name): New functions.
988 (dwarf_decode_lines): Move all the code to read the statement
989 program header into dwarf_decode_line_header. Take the line
990 header it built as the first argument, instead of the offset to
991 the compilation unit's line number info. Use the new `struct
992 line_header' type instead of the old structures. No need to do
993 cleanups here now, since we don't allocate anything.
994 (dwarf2_statement_list_fits_in_line_number_section,
995 dwarf2_line_header_too_long): New complaints.
996
997 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
998
999 * gdbtypes.c (init_vector_type): New function.
1000 (build_builtin_type_vec128): Simplify the representation of SIMD
1001 registers.
1002 (build_gdbtypes): Initialize new builtin vector types.
1003 (_initialize_gdbtypes): Register new vector types with gdbarch.
1004 (builtin_type_v4_float, builtin_type_v4_int32,
1005 builtin_type_v8_int16, builtin_type_v16_int8,
1006 builtin_type_v2_int32, builtin_type_v4_int16,
1007 builtin_type_v8_int8): New (renamed) SIMD types.
1008
1009 2002-05-06 Mark Kettenis <kettenis@gnu.org>
1010
1011 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1012 (i387_fill_fxsave): Likewise.
1013
1014 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
1015
1016 * alpha-tdep.c (alpha_extract_return_value): Don't use
1017 non-constant array size in prototype.
1018
1019 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1020
1021 From Brian Taylor <briant at model dot com>:
1022 * ui-out.c (ui_out_field_core_addr): Use the function
1023 longest_local_hex_string_custom'to format addresses > 32 bits
1024 wide.
1025
1026 * ui-out.c (ui_out_field_core_addr): Update comment.
1027
1028 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1029
1030 * stack.c (select_and_print_frame): Make static. Delete the
1031 parameter `level'.
1032 (func_command): Update call.
1033 (select_frame_command): Delete code computing the frame level.
1034 * frame.h (select_and_print_frame): Delete declaration.
1035
1036 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1037
1038 * sparc-tdep.c (sparc_get_saved_register): Comment why
1039 get_prev_frame call is safe.
1040
1041 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1042
1043 * frame.h (select_frame): Delete level parameter.
1044 * stack.c (select_frame): Update. Use frame_relative_level to
1045 obtain the frame's level.
1046 (select_and_print_frame): Update call.
1047 (select_frame_command): Ditto.
1048 (up_silently_base): Ditto.
1049 (down_silently_base): Ditto.
1050 * ocd.c (ocd_start_remote): Ditto.
1051 * remote-rdp.c (remote_rdp_open): Ditto.
1052 * remote-mips.c (mips_initialize): Ditto.
1053 (common_open): Ditto.
1054 * remote-e7000.c (e7000_start_remote): Ditto.
1055 * m3-nat.c (select_thread): Ditto.
1056 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1057 (child_get_current_exception_event): Ditto.
1058 * varobj.c (varobj_create): Ditto.
1059 (varobj_update): Ditto.
1060 (c_value_of_root): Ditto.
1061 * tracepoint.c (finish_tfind_command): Ditto.
1062 * corelow.c (core_open): Ditto.
1063 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1064 * thread.c (info_threads_command): Ditto.
1065 (switch_to_thread): Ditto.
1066 * infrun.c (normal_stop): Ditto.
1067 (restore_selected_frame): Ditto.
1068 (restore_inferior_status): Ditto.
1069 * breakpoint.c (insert_breakpoints): Ditto.
1070 (watchpoint_check): Ditto.
1071 (bpstat_stop_status): Ditto.
1072 (do_enable_breakpoint): Ditto.
1073 * blockframe.c (flush_cached_frames): Ditto.
1074 (reinit_frame_cache): Ditto.
1075
1076 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1077
1078 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1079 maintainer.
1080
1081 2002-05-04 Jim Blandy <jimb@redhat.com>
1082
1083 * gdbtypes.c (replace_type): Doc fix.
1084
1085 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1086
1087 * valprint.c (strcat_longest): Delete commented out function.
1088 Update copyright.
1089
1090 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1091
1092 * MAINTAINERS: Mark a29k as deleted.
1093 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1094 Move new configurations to the top.
1095 * configure.tgt: Remove a29k.
1096 * config/a29k/tm-vx29k.h: Delete.
1097 * config/a29k/vx29k.mt: Delete.
1098 * config/a29k/tm-a29k.h: Delete.
1099 * config/a29k/a29k-udi.mt: Delete.
1100 * config/a29k/a29k.mt: Delete.
1101 * a29k-tdep.c: Delete.
1102 * remote-udi.c: Delete.
1103 * remote-mm.c: Delete.
1104 * remote-eb.c: Delete.
1105 * remote-adapt.c: Delete.
1106 * Makefile.in: Remove obsolete code.
1107 * gdbserver/Makefile.in: Ditto.
1108 * config/s390/s390x.mt: Ditto.
1109 * config/s390/s390.mt: Ditto.
1110 * config/sparc/sparclynx.mh: Ditto.
1111 * config/sparc/linux.mh: Ditto.
1112 * config/pa/hppaosf.mh: Ditto.
1113 * config/pa/hppabsd.mh: Ditto.
1114 * config/ns32k/nbsd.mt: Ditto.
1115 * config/mips/vr5000.mt: Ditto.
1116 * config/m68k/sun3os4.mh: Ditto.
1117 * config/m68k/nbsd.mt: Ditto.
1118 * config/m68k/m68klynx.mh: Ditto.
1119 * config/m32r/m32r.mt: Ditto.
1120 * config/i386/x86-64linux.mt: Ditto.
1121 * config/i386/nbsdelf.mt: Ditto.
1122 * config/i386/nbsd.mt: Ditto.
1123 * config/i386/i386lynx.mh: Ditto.
1124
1125 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1126
1127 * target.c (debug_print_register): New function. Handle oversize
1128 registers.
1129 (debug_to_fetch_registers): Call.
1130 (debug_to_store_registers): Call.
1131
1132 2002-05-03 Jim Blandy <jimb@redhat.com>
1133
1134 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1135 (read_type): Doc fix.
1136 * gdbtypes.c (replace_type): Doc fix.
1137
1138 * stabsread.c (multiply_defined_struct): New complaint.
1139 (read_struct_type): If the type we were passed isn't empty, or
1140 incomplete, don't read the new struct type into it; complain,
1141 and return the original type unchanged. Take a new `type_code'
1142 argument, which is the type code for the new type.
1143 (read_type): Rather than storing the type's type code here, pass
1144 it as an argument to read_struct_type, and let that take care of
1145 storing it. That way, we don't overwrite the original type code,
1146 so read_struct_type can use it to decide whether we're overwriting
1147 something we shouldn't.
1148 (complain_about_struct_wipeout): New function.
1149
1150 2002-05-03 Andrew Cagney <ac131313@redhat.com>
1151
1152 * gdbarch.sh: Assert that gdbarch is non-NULL.
1153 * gdbarch.c: Regenerate.
1154
1155 2002-05-03 Jason Merrill <jason@redhat.com>
1156
1157 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1158 and return NULL.
1159
1160 2002-05-03 Michal Ludvig <mludvig@suse.cz>
1161
1162 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1163 (x86_64_dwarf2gdb_regno_map_length),
1164 (x86_64_dwarf2_reg_to_regnum): Added.
1165 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1166 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1167 (_initialize_x86_64_tdep): Synced with the change above.
1168 (x86_64_skip_prologue): Reformulated message.
1169
1170 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1171
1172 * f-exp.y: Also use new prev_lexptr variable
1173 to improve error reporting. Based on Michael Snyder
1174 2002-04-24 dated patch to c-exp.y.
1175 * jv-exp.y: Likewise.
1176 * m2-exp.y: Likewise.
1177
1178 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
1179
1180 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1181 we are dealing with vectors.
1182
1183 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1184
1185 * config/m68k/tm-nbsd.h: Obvious fix,
1186 correct machine name.
1187
1188 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1189
1190 * p-typeprint.c (pascal_type_print_base): Add support
1191 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1192
1193 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1194
1195 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1196 for fondamental pascal 'char' type.
1197
1198 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1199
1200 * p-lang.h (is_pascal_string_type): Declaration changed,
1201 new sixth argument of type char ** added.
1202 * p-lang.c (is_pascal_string_type): Implementation
1203 changed. Args length_pos, length_size, string_pos, char_size
1204 can now be NULL. New argument arrayname set to the field
1205 name of the char array. Return value set to char array
1206 field index plus one.
1207 * p-valprint.c (pascal_val_print): Adapt to new declaration of
1208 is_pascal_string_type function.
1209
1210 2002-05-02 Andrew Cagney <cagney@redhat.com>
1211
1212 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1213 <cagney@redhat.com> change.
1214 * gdbarch.c: Regenerate.
1215
1216 2002-05-02 Andrew Cagney <cagney@redhat.com>
1217
1218 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1219 before probing for a new one. Detect errorenous gdbarch_init
1220 functions.
1221 * gdbarch.c: Regenerate.
1222
1223 2002-05-01 Andrew Cagney <cagney@redhat.com>
1224
1225 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1226 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1227 * config/v850/tm-v850.h: Ditto. Update copyright.
1228
1229 2002-04-30 Andrew Cagney <ac131313@redhat.com>
1230
1231 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1232 current_gdbarch.
1233
1234 2002-04-30 Michael Snyder <msnyder@redhat.com>
1235
1236 * arm-tdep.c: Whitespace clean-ups.
1237 (arm_skip_prologue): Fix thinko; two lines
1238 should have been removed as part of 4/24 change.
1239
1240 2002-04-30 Kevin Buettner <kevinb@redhat.com>
1241
1242 * rs6000-tdep.c: Added comment describing how fpscr register
1243 numbers were chosen.
1244
1245 2002-04-30 Michael Snyder <msnyder@redhat.com>
1246
1247 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1248
1249 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1250
1251 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1252 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1253 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1254
1255 2002-04-29 Kevin Buettner <kevinb@redhat.com>
1256
1257 From Louis Hamilton <hamilton@redhat.com>:
1258 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1259 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1260 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1261 not bfd-private xcoff data, to determine wordsize.
1262 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1263
1264 2002-04-29 Andrew Cagney <ac131313@redhat.com>
1265
1266 GDB 5.2 released from 5.2 branch.
1267
1268 2002-04-29 Michal Ludvig <mludvig@suse.cz>
1269
1270 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1271 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1272 (x86_64_register_info_table): Added comments with register numbers.
1273
1274 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1275
1276 * rs6000-tdep.c (rs6000_extract_return_value,
1277 rs6000_store_return_value): Handle returning vectors.
1278 (rs6000_gdbarch_init): Use
1279 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1280 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1281 New function.
1282 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1283 vectors.
1284 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1285 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1286
1287 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1288
1289 * hpread.c (hpread_psymtab_to_symtab_1,
1290 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1291 with fprintf_unfiltered (gdb_stderr,...).
1292
1293 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1294
1295 * remote-array.c (printf_monitor, write_monitor,
1296 array_insert_breakpoint, array_remove_breakpoint ):
1297 Replace fprintf (stderr,...
1298 with fprintf_unfiltered (gdb_stderr,....
1299 * remote-es.c: Likewise.
1300 * remote-os9k.c: Likewise.
1301 * remote-st.c: Likewise.
1302
1303 2002-04-28 Andreas Schwab <schwab@suse.de>
1304
1305 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1306 linux-proc.o and gcore.o.
1307
1308 2002-04-26 Michal Ludvig <mludvig@suse.cz>
1309
1310 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1311 code without frame pointers.
1312
1313 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1314
1315 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1316 ON_STACK is needed.
1317
1318 2002-04-26 Ben Elliston <bje@redhat.com>
1319
1320 * target.c (do_xfer_memory): Correct reference to the new option
1321 "trust-readonly-sections".
1322
1323 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
1324
1325 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1326 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1327 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1328 vectors.
1329 (read_array_type): Record the fact that this array type is really a
1330 vector (i.e. are passed in by value).
1331
1332 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1333
1334 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1335 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1336 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1337 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1338 * alpha-linux-tdep.c: Include frame.h.
1339 (alpha_linux_sigcontext_addr): New function.
1340 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1341 alpha_linux_sigcontext_addr.
1342 * alpha-osf1-tdep.c: Include gdbcore.h.
1343 (alpha_osf1_sigcontext_addr): New function.
1344 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1345 alpha_osf1_sigcontext_addr.
1346 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1347 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1348
1349 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1350
1351 * stack.c (selected_frame_level):
1352 (select_frame): Do not set selected_frame_level.
1353 * frame.h (selected_frame_level): Delete declaration.
1354
1355 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1356
1357 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1358 convert_from_func_ptr-addr when AIX / PowerOpen.
1359
1360 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1361
1362 * valops.c (hand_function_call): Call
1363 generic_save_call_dummy_addr.
1364 * frame.h (generic_save_call_dummy_addr): Declare.
1365 * blockframe.c (struct dummy_frame): Add fields call_lo and
1366 call_hi.
1367 (generic_find_dummy_frame): Check for PC in range call_lo to
1368 call_hi instead of entry_point_address.
1369 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1370 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1371 (generic_save_call_dummy_addr): New function.
1372
1373 2002-04-24 David S. Miller <davem@redhat.com>
1374
1375 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1376 sparc_skip_prologue.
1377 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1378 information to find prologue when possible.
1379 (sparc_prologue_frameless_p): Call examine_prologue directly.
1380 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1381 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1382 second argument.
1383 (SKIP_PROLOGUE): Likewise.
1384
1385 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1386
1387 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1388 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1389 indicate that the condition it was testing is always true.
1390 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1391 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1392 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1393
1394 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1395
1396 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1397 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1398 tdep->jb_pc and tdep->jb_elt_size.
1399 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1400 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1401 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1402 * alpha-nat.c (get_longjmp_target): Remove.
1403 (JB_ELEMENT_SIZE): Ditto.
1404 (JB_PC): Ditto.
1405 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1406 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1407 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1408 to alpha_get_longjmp_target.
1409 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1410 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1411 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1412
1413 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1414
1415 * README: Update to GDB 5.2.
1416
1417 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1418
1419 * gdbarch.sh (LC_ALL): Set to `c'.
1420
1421 2002-04-25 Theodore A. Roth <troth@verinet.com>
1422
1423 * avr-tdep.c: Ran through gdb_indent.sh.
1424
1425 2002-04-25 Theodore A. Roth <troth@verinet.com>
1426
1427 * MAINTAINERS: Add myself as AVR maintainer.
1428 * NEWS: Note new target avr.
1429
1430 2002-04-25 Theodore A. Roth <troth@verinet.com>
1431
1432 * Makefile.in: Add support for AVR target.
1433 * configure.tgt: Add support for AVR target.
1434 * avr-tdep.c: New file
1435 * config/avr/avr.mt: New file.
1436
1437 2002-04-25 Theodore A. Roth <troth@verinet.com>
1438
1439 * MAINTAINERS: Add myself to write-after-approval.
1440
1441 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1442
1443 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1444 with fprintf_unfiltered (gdb_stderr,....
1445
1446 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1447
1448 Fix PR gdb/508.
1449 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1450
1451 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1452
1453 * p-exp.y: Also use new prev_lexptr variable
1454 to improve error reporting. Based on Michael Snyder
1455 2002-04-24 dated patch to c-exp.y.
1456
1457 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1458
1459 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1460 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1461 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1462 to 0.
1463 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1464 and struct value.
1465 (FUNCTION_START_OFFSET): Remove.
1466 (BREAKPOINT): Ditto.
1467
1468 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1469
1470 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1471 * NEWS: Ditto.
1472
1473 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1474
1475 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1476 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1477 alpha_linux_pc_in_sigtramp.
1478 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1479 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1480 alpha_osf1_pc_in_sigtramp.
1481 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1482 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1483 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1484 alphafbsd_pc_in_sigtramp.
1485 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1486 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1487 alphanbsd_pc_in_sigtramp.
1488 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1489 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1490
1491 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1492
1493 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1494
1495 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1496
1497 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1498 alphanbsd-tdep.c.
1499 (alphanbsd-nat.o): New dependency list.
1500 (alphanbsd-tdep.o): Ditto.
1501 * NEWS: Note new native NetBSD/alpha configuration.
1502 * alphanbsd-nat.c: New file.
1503 * alphanbsd-tdep.c: Ditto.
1504 * configure.host (alpha*-*-netbsd*): New host.
1505 * configure.tgt (alpha*-*-netbsd*): New target.
1506 * config/alpha/nbsd.mh: New file.
1507 * config/alpha/nbsd.mt: Ditto.
1508 * config/alpha/nm-nbsd.h: Ditto.
1509 * config/alpha/tm-nbsd.h: Ditto.
1510
1511 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1512
1513 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1514 (alpha-osf1-tdep.o): New dependency list.
1515 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1516 and skip_sigtramp_frame members.
1517 * alpha-linux-tdep.c: Include gdbcore.h.
1518 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1519 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1520 * alpha-osf1-tdep.c: New file.
1521 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1522 alpha-osf1-dep.c.
1523 (alpha_frame_past_sigtramp_frame): New function.
1524 (alpha_dynamic_sigtramp_offset): Ditto.
1525 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1526 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1527 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1528 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1529 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1530 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1531 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1532 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1533 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1534 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1535 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
1536 to find_solib_trampoline_target.
1537 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1538 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1539 (SKIP_TRAMPOLINE_CODE): Remove.
1540 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1541 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1542 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1543 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1544 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1545 (PROC_SIGTRAMP_MAGIC): Ditto.
1546 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1547 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1548 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1549 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1550 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1551
1552 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1553
1554 * NEWS: Note that Alpha targets are now multi-arch.
1555
1556 2002-04-24 Michael Snyder <msnyder@redhat.com>
1557
1558 * parser-defs.h (prev_lexptr): New external variable.
1559 * parse.c (parse_exp_1): Set prev_lexptr to null before
1560 calling the language-specific parser.
1561 * c-exp.y (yylex): Set prev_lexptr to start of current token.
1562 (yyerror): Use prev_lexptr in error reporting.
1563
1564 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1565
1566 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1567 * gregset.h: If FILL_FPXREGSET is defined, provide
1568 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1569 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1570 is defined, call fill_fpxregset.
1571
1572 2002-04-24 Roland McGrath <roland@frob.com>
1573
1574 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1575 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1576 (supply_gregset, supply_fpregset): New functions.
1577
1578 * gnu-nat.c (gnu_find_memory_regions): New function.
1579 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1580 (gnu_xfer_memory): Add a cast.
1581
1582 2002-04-24 Michael Snyder <msnyder@redhat.com>
1583
1584 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1585 loop. Add handling for "str lr, [sp, #-4]!" and for saves
1586 of argument regs ("str r(0123), [r11, #-nn"]).
1587 (arm_skip_prologue): Better handling for frameless functions.
1588 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
1589 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1590
1591 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
1592
1593 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1594 NUM_PSEUDO_REGS can be used.
1595
1596 2002-04-24 Andrew Cagney <ac131313@redhat.com>
1597
1598 * arch-utils.h: Update copyright.
1599
1600 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1601 * gdbarch.h, gdbarch.c: Re-generate.
1602
1603 * inferior.h (IN_SIGTRAMP): Delete definition.
1604 * arch-utils.c (legacy_pc_in_sigtramp): New function.
1605 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1606
1607 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1608 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1609 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
1610 (find_proc_framesize): Ditto.
1611 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1612 (alpha_init_extra_frame_info): Ditto.
1613 * infrun.c (handle_inferior_event): Ditto.
1614 (handle_inferior_event): Ditto.
1615 (check_sigtramp2): Ditto.
1616 * blockframe.c (create_new_frame): Ditto.
1617 (get_prev_frame): Ditto.
1618 * ppc-linux-tdep.c: Update comments.
1619 * i386-linux-tdep.c: Update comments.
1620 * breakpoint.c (bpstat_what): Update comment.
1621
1622 2002-04-24 Michal Ludvig <mludvig@suse.cz>
1623
1624 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1625 (regsets_store_inferior_registers): Removed cast to int from
1626 ptrace() calls.
1627 * gdbserver/regcache.h: Added declaration of struct inferior_info.
1628
1629 2002-04-24 David S. Miller <davem@redhat.com>
1630
1631 * i960-tdep.c (register_in_window_p): New function.
1632 (i960_find_saved_register): Use it instead of
1633 REGISTER_IN_WINDOW_P.
1634 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1635
1636 * symtab.h (find_stab_function_addr): Kill extern.
1637 * minsyms.c (find_stab_function_addr): Remove from here...
1638 * dbxread.c: ... to here, and mark it static.
1639
1640 2002-04-20 David S. Miller <davem@redhat.com>
1641
1642 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1643 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1644
1645 2002-04-21 David S. Miller <davem@redhat.com>
1646
1647 * remote-vxsparc.c (vx_read_register): Fix typo, we want
1648 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1649 (vx_write_register): Likewise.
1650
1651 2002-04-23 J. Brobecker <brobecker@gnat.com>
1652
1653 * source.c (is_regular_file): New function.
1654 (openp): Check wether file to open is a regular file
1655 to avoid opening directories.
1656
1657 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1658
1659 * findvar.c (extract_signed_integer): Cast printf argument
1660 to suppress format warning.
1661 (extract_unsigned_integer): Likewise.
1662 * infcmd.c (registers_info): Likewise.
1663 * top.c (get_prompt_1): Likewise.
1664 * valops.c (value_assign): Likewise.
1665 * valprint.c (print_decimal): Likewise.
1666
1667 2002-04-22 H.J. Lu (hjl@gnu.org)
1668
1669 * c-exp.y (typebase): Support
1670
1671 [long|long long|short] [signed|unsigned] [int|]
1672
1673 and
1674
1675 signed [long|long long|short] int
1676
1677 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1678
1679 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1680 and vax-tdep.h.
1681 * vax-tdep.h: New file.
1682 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1683 Make several routines static.
1684 (vax_get_saved_register): New function.
1685 (vax_gdbarch_init): New function.
1686 (_initialize_vax_tdep): Register vax_gdbarch_init.
1687 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1688 Remove macros now under the control of gdbarch.
1689
1690 2002-04-22 Michael Snyder <msnyder@redhat.com>
1691
1692 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1693 Some whitespace and coding standards tweaks.
1694
1695 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1696
1697 * vax-tdep.c: Include regcache.h.
1698 (vax_call_dummy_words): New.
1699 (sizeof_vax_call_dummy_words): New.
1700 (vax_fix_call_dummy): New function.
1701 (vax_saved_pc_after_call): Ditto.
1702 * config/vax/tm-vax.h: Don't include regcache.h.
1703 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1704 (CALL_DUMMY): Remove.
1705 (CALL_DUMMY_WORDS): Define.
1706 (SIZEOF_CALL_DUMMY_WORDS): Define.
1707 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1708
1709 2002-04-18 Michael Snyder <msnyder@redhat.com>
1710
1711 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1712
1713 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1714
1715 * vax-tdep.c (vax_frame_chain): New function.
1716 (vax_push_dummy_frame): Ditto.
1717 (vax_pop_frame): Ditto.
1718 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1719 (FRAMELESS_FUNCTION_INVOCATION): Use
1720 generic_frameless_function_invocation_not.
1721 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1722 (POP_FRAME): Use vax_pop_frame.
1723
1724 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1725
1726 * vax-tdep.c (vax_store_struct_return): New function.
1727 (vax_extract_return_value): Ditto.
1728 (vax_store_return_value): Ditto.
1729 (vax_extract_struct_value_address): Ditto.
1730 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1731 vax_store_struct_return.
1732 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1733 (STORE_RETURN_VALUE): Use vax_store_return_value.
1734 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1735
1736 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1737
1738 * vax-tdep.c (vax_frame_saved_pc): New function.
1739 (vax_frame_args_address_correct): Ditto.
1740 (vax_frame_args_address): Ditto.
1741 (vax_frame_locals_address): Ditto.
1742 (vax_frame_num_args): Move code to be in proximity to
1743 other frame-related functions.
1744 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1745 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1746 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1747 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1748 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1749
1750 2002-04-22 H.J. Lu (hjl@gnu.org)
1751
1752 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1753 includedir.
1754
1755 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1756
1757 * vax-tdep.c (vax_frame_init_saved_regs): New function.
1758 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1759 (FRAME_INIT_SAVED_REGS): New macro.
1760
1761 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1762
1763 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1764
1765 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1766
1767 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1768 where needed.
1769 (fetch_osf_core_registers): Likewise.
1770 (supply_gregset): Likewise.
1771
1772 2002-04-22 J. Brobecker <brobecker@gnat.com>
1773
1774 * symfile.h (get_section_index): Define.
1775 * symfile.c (get_section_index): New function.
1776 * mdebugread.c (SC_IS_SBSS): New macro.
1777 (SC_IS_BSS): Return true for the scBss storage class only, as
1778 the scSBss storage class refers to the .sbss section.
1779 (parse_partial_symbols): Discard the symbols which associated
1780 section does not exist.
1781 Make sure to use the .sbss section index for symbols which
1782 storage class is scBss, rather than using the .bss section index.
1783
1784 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
1785
1786 * vax-tdep.c: Update copyright years.
1787 (vax_register_name): New function.
1788 (vax_register_byte): Ditto.
1789 (vax_register_raw_size): Ditto.
1790 (vax_register_virtual_size): Ditto.
1791 (vax_register_virtual_type): Ditto.
1792 * config/vax/tm-vax.h: Update copyright years.
1793 (REGISTER_NAMES): Remove.
1794 (REGISTER_NAME): Define.
1795 (REGISTER_BYTE): Use vax_register_byte.
1796 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1797 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1798 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1799
1800 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1801
1802 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1803 declaration
1804 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1805
1806 2002-04-21 David S. Miller <davem@redhat.com>
1807
1808 * arch-utils.c (generic_prologue_frameless_p): Kill
1809 SKIP_PROLOGUE_FRAMELESS_P code.
1810 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1811 references.
1812 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1813 * arc-tdep.c (arc_prologue_frameless_p): Implement.
1814 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1815 references.
1816 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1817 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1818 (sparc_gdbarch_init): Pass it to
1819 set_gdbarch_prologue_frameless_p.
1820
1821 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1822
1823 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1824 (alphabsd-nat.o): New dependency list.
1825
1826 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1827
1828 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1829 alphafbsd-tdep.c.
1830 (alpha-linux-tdep.o): New dependency list.
1831 (alphafbsd-tdep.o): Likewise.
1832
1833 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1834
1835 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
1836 to here...
1837 * alpha-tdep.c: ...from here.
1838 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1839
1840 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1841
1842 * config/alpha/tm-alpha.h: Move alpha_software_single_step
1843 prototype from here...
1844 * alpha-tdep.h: ...to here.
1845
1846 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1847
1848 * frame.h (selected_frame_level): Document as deprecated.
1849 (frame_relative_level): Declare.
1850 * stack.c (frame_relative_level): New function.
1851 (selected_frame_level): Document as deprecated.
1852 (select_frame): Do not set the selected_frame_level.
1853
1854 * stack.c (frame_info, record_selected_frame): Update.
1855 (frame_command, current_frame_command): Update.
1856 (up_silently_base, up_command, down_silently_base): Update.
1857 (down_command): Update.
1858 * inflow.c (kill_command): Update.
1859 * tracepoint.c (finish_tfind_command): Update.
1860 * corelow.c (core_open): Update.
1861 * thread.c (info_threads_command): Update.
1862 (do_captured_thread_select): Update.
1863 * infcmd.c (finish_command): Update.
1864 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1865
1866 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1867
1868 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1869
1870 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1871
1872 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
1873 type const.
1874
1875 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1876
1877 * alphafbsd-tdep.c: Update copyright years. Include
1878 alpha-tdep.h.
1879 (alphafbsd_use_struct_convention): Make static.
1880 (alphafbsd_init_abi): New function.
1881 (_initialize_alphafbsd_tdep): New function.
1882 * config/alpha/tm-fbsd.h: Update copyright years.
1883 (USE_STRUCT_CONVENTION): Remove.
1884
1885 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1886
1887 * alpha-tdep.c (alpha_abi_handler): New structure to describe
1888 an Alpha ABI variant.
1889 (alpha_abi_handler_list): Declare.
1890 (alpha_gdbarch_register_os_abi): New function.
1891 (alpha_gdbarch_init): Give registered ABI variant handlers a
1892 chance to tweak the gdbarch once we have set up defaults.
1893 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1894
1895 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1896
1897 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1898 to standard_coerce_float_to_double.
1899 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1900
1901 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1902
1903 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1904 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1905 from gdbarch_tdep rather than a constant.
1906 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1907 the default text address for all Alpha Unix ABIs.
1908 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1909 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1910
1911 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
1912
1913 * alpha-tdep.h: New file. Includes several Alpha target constants
1914 taken from...
1915 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
1916 let gdbarch deal with.
1917 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1918 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1919 to dependency list.
1920 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
1921 Alpha target register names.
1922 * alphabsd-nat.c: Likewise.
1923 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
1924 Alpha target register names. Make serveral routines static.
1925 (alpha_get_saved_register): New function.
1926 (alpha_abi_names): New.
1927 (process_note_abi_tag_sections): New function.
1928 (get_elfosabi): New function.
1929 (alpha_gdbarch_init): New function.
1930 (alpha_dump_tdep): New function.
1931 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1932
1933 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1934
1935 * frame.c (find_saved_register): Delete #ifdef
1936 HAVE_REGISTER_WINDOWS code.
1937 * config/sparc/tm-sparc.h: Update comments.
1938 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1939
1940 2002-04-21 Andrew Cagney <ac131313@redhat.com>
1941
1942 * i960-tdep.c (i960_find_saved_register): New function.
1943 (i960_get_saved_register): New function.
1944 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1945 (i960_get_saved_register): Declare.
1946 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1947
1948 2002-04-20 David S. Miller <davem@redhat.com>
1949
1950 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1951
1952 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1953
1954 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1955 instead of NUM_PSEUDO_REGS.
1956
1957 2002-04-20 David S. Miller <davem@redhat.com>
1958
1959 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1960 GDB_MULTI_ARCH_PARTIAL
1961 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1962 define, let tm-sp64.h do it.
1963
1964 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
1965
1966 * frame.c (find_saved_register): Avoid a NULL pointer
1967 dereference and actually walk the frame list.
1968
1969 2002-04-20 Andrew Cagney <ac131313@redhat.com>
1970
1971 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1972 sorted in most most-recent-used order. Document.
1973 * gdbarch.h, gdbarch.c: Regenerate.
1974
1975 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1976
1977 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1978 (add_inferior): Call create_register_cache.
1979 (clear_inferiors): Call free_register_cache.
1980 (inferior_regcache_data, set_inferior_regcache_data): New functions.
1981 * gdbserver/regcache.c (struct inferior_regcache_data): New.
1982 (registers): Remove.
1983 (get_regcache): New function.
1984 (create_register_cache, free_register_cache): New functions.
1985 (set_register_cache): Don't initialize the register cache here.
1986 (registers_to_string, registers_from_string, register_data): Call
1987 get_regcache.
1988 * gdbserver/regcache.h: Add prototypes.
1989 * gdbserver/server.h: Likewise.
1990
1991 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
1992
1993 * gdbserver/mem-break.c: New file.
1994 * gdbserver/mem-break.h: New file.
1995 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1996 dependencies.
1997 * gdbserver/inferiors.c (struct inferior_info): Add target_data
1998 member.
1999 (clear_inferiors): Free target_data member if set.
2000 (inferior_target_data, set_inferior_target_data): New functions.
2001 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2002 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2003 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2004 (struct inferior_linux_data): New.
2005 (linux_create_inferior): Use set_inferior_target_data.
2006 (linux_attach): Likewise. Call add_inferior.
2007 (linux_wait_for_one_inferior): New function.
2008 (linux_wait): Call it.
2009 (linux_write_memory): Add const.
2010 (initialize_low): Call set_breakpoint_data.
2011 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2012 handling members.
2013 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2014 call.
2015 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2016 prototypes.
2017 * gdbserver/target.c (read_inferior_memory)
2018 (write_inferior_memory): New functions.
2019 * gdbserver/target.h (read_inferior_memory)
2020 (write_inferior_memory): Change macros to prototypes.
2021 (struct target_ops): Update comments. Add const to write_memory
2022 definition.
2023
2024 2002-04-19 Andrew Cagney <ac131313@redhat.com>
2025
2026 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2027 instead of ->prev.
2028 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2029 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2030 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2031 instead of ->prev.
2032
2033 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2034
2035 Fix PR gdb/471.
2036 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2037 (build_builtin_type_vec128): Ditto.
2038 (append_composite_type_field): Fix calculation of type length in
2039 union case.
2040
2041 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2042
2043 * config/djgpp/README: Update.
2044
2045 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2046 compiler warnings.
2047
2048 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2049
2050 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2051 (alpha_setup_arbitrary_frame): ...to this.
2052 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2053 for alpha_setup_arbitrary_frame.
2054
2055 2002-04-18 Andrew Cagney <cagney@redhat.com>
2056
2057 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2058 * gdbarch.h, gdbarch.c: Regenerate.
2059
2060 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2061 * target.h (memory_breakpoint_from_pc): Update declaration.
2062 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2063
2064 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2065 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2066 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2067 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2068 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2069 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2070 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2071 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2072 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2073 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2074 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2075 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2076
2077 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2078 const pointer.
2079 * monitor.c (monitor_insert_breakpoint): Ditto.
2080 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2081
2082 * config/mcore/tm-mcore.h: Update copyright.
2083 * mem-break.c: Ditto.
2084 * xstormy16-tdep.c: Ditto.
2085
2086 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2087
2088 * p-exp.y: Add precedence rule for '^' token.
2089 This removes the shift/reduce conflicts.
2090 Remove the comment concerning these shift/reduce conflicts.
2091
2092 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
2093
2094 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2095 (registers_powerpc_nofp): New register set for processors
2096 without floating point unit.
2097
2098 2002-04-18 David S. Miller <davem@redhat.com>
2099
2100 * MAINTAINERS: Add myself to write-after-approval.
2101
2102 2002-04-17 Michael Snyder <msnyder@redhat.com>
2103
2104 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2105
2106 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2107
2108 * rs6000-tdep.c (frame_initial_stack_address): Use
2109 frame_register_read to read the alloca_reg.
2110
2111 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2112
2113 * frame.c (find_saved_register): Find saved registers in the next
2114 not prev frame.
2115 Fix PR gdb/365.
2116
2117 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2118
2119 * gdbarch.sh (LANG): Set to ``c''.
2120
2121 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2122
2123 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2124
2125 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2126
2127 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2128 Update copyright.
2129
2130 * hpread.c (hpread_get_lntt): Add declaration.
2131 Also fix PR gdb/391.
2132
2133 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2134
2135 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2136 * aclocal.m4, configure: Re-generate.
2137 Fix PR gdb/391.
2138
2139 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2140
2141 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2142 instead of tm_print_insn.
2143
2144 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2145
2146 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2147
2148 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2149
2150 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2151 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2152 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2153
2154 2002-04-12 Don Howard <dhoward@redhat.com>
2155
2156 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2157 max_user_call_depth.
2158 (init_cmd_lists): Initialize the new value;
2159 * cli/cli-script.c (execute_user_command): Limit the call depth of
2160 user defined commands. This avoids a core-dump when user commands
2161 are infinitly recursive.
2162
2163 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2164
2165 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2166 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2167 from tdep struct instead of DEFAULT_LR_SAVE.
2168 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2169 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2170 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2171
2172 2002-04-12 Michael Snyder <msnyder@redhat.com>
2173
2174 * Remote.c: Spelling fix.
2175 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2176 If no symbol found for "sbrk", try "_sbrk".
2177 (make_output_phdrs): Use bfd_section_name.
2178 (gcore_copy_callback): Use bfd_section_name.
2179 * eval.c: Indentation fix-ups.
2180 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2181 in case it gets applied to an address that is already
2182 in the instruction space.
2183 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2184 * symfile.c: Fix indentation, long lines.
2185 * source.c: White space fix-up.
2186
2187 2002-04-12 Andrew Cagney <cagney@redhat.com>
2188
2189 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2190 * frame.c (frame_register_read): New function. Return non-zero on
2191 success.
2192 (read_relative_register_raw_bytes_for_frame): Delete.
2193 (read_relative_register_raw_bytes): Delete.
2194 * frame.h (frame_register_read): Declare.
2195 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2196 * sh-tdep.c: Ditto.
2197 * infcmd.c (do_registers_info): Ditto.
2198 * hppa-tdep.c: Ditto.
2199 * rs6000-tdep.c: Ditto.
2200 * h8500-tdep.c: Ditto.
2201 * mips-tdep.c: Ditto.
2202 * h8300-tdep.c: Ditto.
2203 * z8k-tdep.c: Ditto.
2204
2205 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2206
2207 From Jimi X <jimix@watson.ibm.com>:
2208 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2209 64-bit SysV ABI.
2210
2211 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2212
2213 From Jimi X <jimix@watson.ibm.com>:
2214 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2215 bfd info.
2216
2217 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2218
2219 From Jimi X <jimix@watson.ibm.com>:
2220 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2221 register sets for these processor variants.
2222
2223 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
2224
2225 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2226 registers which are allowed to fail to store.
2227 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2228 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2229 (ppc_cannot_store_register): FPSCR may not be storable.
2230 * regformats/reg-ppc.dat: Support FPSCR.
2231
2232 2002-04-11 Kevin Buettner <kevinb@redhat.com>
2233
2234 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2235 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2236 Add fpscr as an invalid/unfetchable register.
2237 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2238 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2239 (fill_fpregset): Add support for register fpscr.
2240 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2241 (fill_gregset): Account for the fact that register ``mq'' might
2242 not exist.
2243 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2244 (registers_power): Add fpscr to register set at slot 71.
2245 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2246 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2247
2248 2002-04-11 Michael Snyder <msnyder@redhat.com>
2249
2250 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2251 * configure: Regenerate.
2252 * config.in: Regenerate.
2253 * acconfig.h: Add define for _SYSCALL32.
2254 * core-sol2.c: Remove #define _SYSCALL32.
2255 * solib-legacy.c: Remove #define _SYSCALL32.
2256
2257 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2258
2259 * stack.c (select_frame): Cleanup internal error message, do not
2260 use %p.
2261
2262 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2263
2264 * stack.c (select_frame): Check that selected_frame and the
2265 specified level are as expected.
2266 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2267 Update copyright.
2268 * frame.h (struct frame_info): Add field `level'. Update
2269 copyright.
2270 Work-in-progress PR gdb/464.
2271
2272 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2273
2274 * maint.c (maint_print_section_info): Rename print_section_info.
2275 (print_bfd_section_info, print_objfile_section_info): Update.
2276 * inferior.h (struct gdbarch): Add opaque declaration.
2277 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2278 * gdbarch.h: Regenerate.
2279
2280 2002-04-10 Michal Ludvig <mludvig@suse.cz>
2281
2282 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2283 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2284 (kernel_u_size): Added.
2285 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2286 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2287
2288 2002-04-04 Jim Ingham <jingham@apple.com>
2289
2290 * valarith.c (find_size_for_pointer_math): New function, either returns
2291 the size for a pointer's target, returns 1 for void *, or errors for
2292 incomplete types.
2293 (value_add, value_sub): use find_size_for_pointer_math.
2294
2295 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2296
2297 * linux-low.c (linux_look_up_symbols): New hook.
2298 (linux_target_ops): Add linux_look_up_symbols.
2299 * remote-utils.c (decode_address): New function.
2300 (look_up_one_symbol): New function.
2301 * server.c (handle_query): Call target look_up_symbols hook.
2302 * server.h (look_up_one_symbol): Add prototype.
2303 * target.h (struct target_ops): Add look_up_symbols hook.
2304
2305 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2306
2307 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2308 * ChangeLog: Correct paths in last ChangeLog entry.
2309
2310 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2311
2312 * gdbserver/linux-low.h: Remove obsolete prototypes.
2313 (struct linux_target_ops): New.
2314 (extern the_low_target): New.
2315 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2316 (register_addr): Use the_low_target explicitly.
2317 (fetch_register): Likewise.
2318 (usr_fetch_inferior_registers): Likewise.
2319 (usr_store_inferior_registers): Likewise.
2320 * gdbserver/linux-arm-low.c (num_regs): Remove.
2321 (arm_num_regs): Define.
2322 (arm_regmap): Renamed from regmap, made static.
2323 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2324 made static.
2325 (arm_cannot_store_register): Renamed from cannot_store_register,
2326 made static.
2327 (the_low_target): New.
2328 * gdbserver/linux-i386-low.c (num_regs): Remove.
2329 (i386_num_regs): Define.
2330 (i386_regmap): Renamed from regmap, made static.
2331 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2332 made static.
2333 (i386_cannot_store_register): Renamed from cannot_store_register,
2334 made static.
2335 (the_low_target): New.
2336 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2337 (ia64_num_regs): Define.
2338 (ia64_regmap): Renamed from regmap, made static.
2339 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2340 made static.
2341 (ia64_cannot_store_register): Renamed from cannot_store_register,
2342 made static.
2343 (the_low_target): New.
2344 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2345 (m68k_num_regs): Define.
2346 (m68k_regmap): Renamed from regmap, made static.
2347 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2348 made static.
2349 (m68k_cannot_store_register): Renamed from cannot_store_register,
2350 made static.
2351 (the_low_target): New.
2352 * gdbserver/linux-mips-low.c (num_regs): Remove.
2353 (mips_num_regs): Define.
2354 (mips_regmap): Renamed from regmap, made static.
2355 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2356 made static.
2357 (mips_cannot_store_register): Renamed from cannot_store_register,
2358 made static.
2359 (the_low_target): New.
2360 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2361 (ppc_num_regs): Define.
2362 (ppc_regmap): Renamed from regmap, made static.
2363 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2364 made static.
2365 (ppc_cannot_store_register): Renamed from cannot_store_register,
2366 made static.
2367 (the_low_target): New.
2368 * gdbserver/linux-s390-low.c (num_regs): Remove.
2369 (s390_num_regs): Define.
2370 (s390_regmap): Renamed from regmap, made static.
2371 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2372 made static.
2373 (s390_cannot_store_register): Renamed from cannot_store_register,
2374 made static.
2375 (the_low_target): New.
2376 * gdbserver/linux-sh-low.c (num_regs): Remove.
2377 (sh_num_regs): Define.
2378 (sh_regmap): Renamed from regmap, made static.
2379 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2380 made static.
2381 (sh_cannot_store_register): Renamed from cannot_store_register,
2382 made static.
2383 (the_low_target): New.
2384 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2385 (the_low_target): New.
2386
2387 2002-04-09 Andrew Cagney <ac131313@redhat.com>
2388
2389 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2390 override FP_REGNUM with frame->fp. Update copyright.
2391 * parse.c (num_std_regs, std_regs): Delete.
2392 (target_map_name_to_register): Do not search std_regs. Update
2393 function description.
2394 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2395 declarations. Update copyright.
2396 Fix PR gdb/251.
2397
2398 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2399
2400 * gdbserver/Makefile.in: Add stamp-h target.
2401 * gdbserver/configure.in: Create stamp-h.
2402 * gdbserver/configure: Regenerated.
2403
2404 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2405
2406 * gdbserver/inferiors.c: New file.
2407 * gdbserver/target.c: New file.
2408 * gdbserver/target.h: New file.
2409 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2410 dependencies.
2411 * gdbserver/linux-low.c (inferior_pid): New static variable,
2412 moved from server.c.
2413 (linux_create_inferior): Renamed from create_inferior.
2414 Call add_inferior. Return 0 on success instead of a PID.
2415 (linux_attach): Renamed from myattach.
2416 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2417 (linux_thread_alive): Renamed from mythread_alive.
2418 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2419 child dies.
2420 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2421 (regsets_store_inferior_registers): Correct error message.
2422 Add missing ``return 0''.
2423 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2424 (linux_store_registers): Renamed from store_inferior_registers.
2425 (linux_read_memory): Renamed from read_inferior_memory.
2426 (linux_write_memory): Renamed from write_inferior_memory.
2427 (linux_target_ops): New structure.
2428 (initialize_low): Call set_target_ops ().
2429 * gdbserver/remote-utils.c (unhexify): New function.
2430 (hexify): New function.
2431 (input_interrupt): Send signals to ``signal_pid''.
2432 * gdbserver/server.c (inferior_pid): Remove.
2433 (start_inferior): Update create_inferior call.
2434 (attach_inferior): Call add_inferior.
2435 (handle_query): New function.
2436 (main): Call handle_query for `q' packets.
2437 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2438 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2439
2440 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2441
2442 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2443 dependencies.
2444 * gdbserver/configure.in: Check for <string.h>
2445 * gdbserver/configure: Regenerate.
2446 * gdbserver/config.in: Regenerate.
2447 * gdbserver/gdbreplay.c: Include needed system headers.
2448 (remote_open): Remove strchr prototype.
2449 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2450 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2451 (supply_register_by_name): Likewise.
2452 (collect_register): Change buf argument to void *.
2453 (collect_register_by_name): Likewise.
2454 * gdbserver/regcache.h: Add missing prototypes.
2455 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2456 * gdbserver/server.c (handle_query): New function.
2457 (attached): New static variable, moved out of main.
2458 (main): Quiet longjmp clobber warnings.
2459 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2460 * gdbserver/utils.c (error): Remove NORETURN.
2461 (fatal): Likewise.
2462
2463 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2464
2465 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2466 after the last symbol in a block.
2467
2468 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2469
2470 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2471 is non zero as a found symbol.
2472
2473 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2474
2475 * findvar.c: Include "builtin-regs.h".
2476 (value_of_register): Call value_of_builtin_reg when applicable.
2477 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2478 (target_map_name_to_register): Call
2479 builtin_reg_map_name_to_regnum.
2480 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2481 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2482 (builtin_regs_h): Define.
2483 (builtin-regs.o): New target.
2484 (findvar.o): Add $(builtin_regs_h).
2485 * builtin-regs.c, builtin-regs.h: New files.
2486 * std-regs.c: New file.
2487 Partial fix for PR gdb/251.
2488
2489 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2490
2491 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2492 it's no longer required.
2493
2494 2002-04-08 Andrew Cagney <ac131313@redhat.com>
2495
2496 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2497
2498 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2499
2500 From Jimi X <jimix@watson.ibm.com>:
2501 * rs6000-tdep.c (rs6000_software_single_step): Use
2502 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2503 and size. Use target_insert_breakpoint() and
2504 target_remove_breakpoint() to insert and remove breakpoints
2505 instead of explicit memory reads and writes.
2506
2507 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2508
2509 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2510 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2511 ELF_OBJECT_FORMAT ifdef.
2512
2513 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2514
2515 From Jimi X <jimix@watson.ibm.com>:
2516 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2517
2518 2002-04-08 Kevin Buettner <kevinb@redhat.com>
2519
2520 From Jimi X <jimix@watson.ibm.com>:
2521 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2522 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2523
2524 2002-04-07 Mark Kettenis <kettenis@gnu.org>
2525
2526 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2527 s/asprintf/xasprintf/.
2528 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2529
2530 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2531
2532 I believe Jeff Law denies responsability for this one:
2533 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2534 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2535 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2536 Work-around for PR gdb/366.
2537
2538 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2539
2540 * remote-e7000.c (write_small, e7000_read_inferior_memory,
2541 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2542 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2543
2544 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2545
2546 * sh-tdep.c (sh_fp_frame_init_saved_regs,
2547 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2548 information.
2549
2550 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2551
2552 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2553 maintainer.
2554
2555 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2556
2557 * README (Reporting Bugs in GDB): Document the bug web page as the
2558 prefered way of submitting bugs.
2559 Fix PR gdb/402.
2560
2561 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2562
2563 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2564 -1. Update comment.
2565 * gdbarch.h, gdbarch.c: Re-generate.
2566
2567 2002-04-07 Andreas Schwab <schwab@suse.de>
2568
2569 * m68klinux-nat.c (fill_fpregset): Properly pass address of
2570 buffer to regcache_collect.
2571
2572 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2573
2574 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
2575 * gdbarch.c, gdbarch.h: Re-generate.
2576
2577 2002-04-06 Andrew Cagney <ac131313@redhat.com>
2578
2579 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2580 declaration. Fix -Werror.
2581
2582 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
2583
2584 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2585 * gdbarch.c: Regenerate.
2586
2587 2002-04-05 Michael Snyder <msnyder@redhat.com>
2588
2589 * breakpoint.c (clear_command): Rewrite middle section to
2590 combine two loops with identical control conditions.
2591 Add a cleanup to eliminate a memory leak.
2592 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2593
2594 2002-04-05 H.J. Lu (hjl@gnu.org)
2595
2596 * solib-svr4.c (bkpt_names): Add "__start".
2597
2598 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2599
2600 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2601 as test for 64 bit target.
2602
2603 2002-04-05 Andrew Cagney <ac131313@redhat.com>
2604
2605 * h8500-tdep.c (h8500_write_fp): Delete function.
2606 * dwarf2cfi.c (cfi_write_fp): Document as not used.
2607 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2608 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2610 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2611 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2612 (s390_write_fp):
2613 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2614 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2615 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2616 (d10v_write_fp): Delete function.
2617 * inferior.h (write_fp, generic_target_write_fp): Delete
2618 declarations.
2619 * regcache.c (generic_target_write_fp): Delete function.
2620 (write_fp): Delete function.
2621 * gdbarch.sh (TARGET_WRITE_FP): Delete.
2622 * gdbarch.h, gdbarch.c: Regenerate.
2623 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2624 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2625 (sparc64_write_fp): Delete declaration.
2626 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2627 (h8500_write_fp): Delete declaration.
2628
2629 2002-04-04 Andrew Cagney <ac131313@redhat.com>
2630
2631 * sparc-tdep.c (sparc64_write_fp): Delete.
2632 (sparc_push_dummy_frame): Replace write_fp call with code to store
2633 the FP directly.
2634 (sparc_gdbarch_init): Do not initialize write_fp.
2635
2636 2002-04-05 Kevin Buettner <kevinb@redhat.com>
2637
2638 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2639 clause.
2640
2641 2002-03-29 Jim Blandy <jimb@redhat.com>
2642
2643 * stack.c (get_selected_block): Add new argument `addr_in_block',
2644 used to return the exact code address we used to select the block,
2645 not just the block.
2646 * blockframe.c (get_frame_block, get_current_block): Same.
2647 * frame.h (get_frame_block, get_current_block,
2648 get_selected_block): Update declarations.
2649 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2650 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2651
2652 2002-04-05 Michael Snyder <msnyder@redhat.com>
2653
2654 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2655 warning message.
2656
2657 2002-04-05 J. Brobecker <brobecker@gnat.com>
2658
2659 * utils.c (xfullpath): New function.
2660 * defs.h (xfullpath): Add declaration.
2661 * source.c (openp): Use xfullpath in place of gdb_realpath to
2662 avoid resolving the basename part of filenames when the
2663 associated file is a symbolic link. This fixes a potential
2664 inconsistency between the filenames known to GDB and the
2665 filenames it prints in the annotations.
2666 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2667 to be able to match a filename with either the real filename, or
2668 the name of any symbolic link to this file.
2669 (lookup_partial_symtab): Ditto.
2670
2671 2002-04-04 Michael Snyder <msnyder@redhat.com>
2672
2673 * breakpoint.c: Add support for hardware breakpoints in overlays.
2674 (overlay_events_enabled): New state variable.
2675 (insert_breakpoints): Use overlay_events_enabled to decide
2676 whether to attempt to set a breakpoint at the overlay load addr.
2677 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2678 (remove_breakpoint): Use overlay_events_enabled to decide
2679 whether breakpoints need to be removed from overlay load addr.
2680 Handle bp_hardware_breakpoint as well as bp_breakpoint.
2681 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2682 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2683 disable_overlay_breakpoints): Update overlay_events_enabled.
2684
2685 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2686
2687 * dwarf2read.c (struct function_range): New.
2688 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2689 (check_cu_functions): New.
2690 (read_file_scope): Initialize global function lists.
2691 Call dwarf_decode_line after processing children.
2692 (read_func_scope): Add to global function list.
2693 (dwarf_decode_lines): Call check_cu_functions everywhere
2694 record_line is called. Call record_line with a linenumber
2695 of 0 to mark sequence ends.
2696
2697 2002-04-04 Michal Ludvig <mludvig@suse.cz>
2698
2699 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2700 change sync with glibc.
2701
2702 2002-04-03 Jim Blandy <jimb@redhat.com>
2703
2704 * configure.in: Call AC_C_INLINE.
2705 * configure: Regenerated.
2706
2707 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
2708
2709 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2710 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2711
2712 2002-03-31 Mark Kettenis <kettenis@gnu.org>
2713
2714 * NEWS: Mention gcore support on FreeBSD/i386.
2715
2716 * fbsd-proc.c: New file.
2717 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2718 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2719
2720 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2721 while statement.
2722
2723 2002-03-29 Jim Blandy <jimb@redhat.com>
2724
2725 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2726 unescaped newlines in string literals, but newer ones don't. So
2727 escape them.
2728
2729 2002-03-26 Michael Snyder <msnyder@redhat.com>
2730 Andrew Cagney <cagney@redhat.com>
2731
2732 * cli/cli-dump.c: New file. Dump memory to file,
2733 restore file to memory.
2734 * cli/cli-dump.h: New file.
2735 * Makefile.in: Add rules, dependencies for cli-dump.o.
2736 * NEWS: Mention new commands.
2737
2738 2002-03-28 Michael Snyder <msnyder@redhat.com>
2739
2740 * symfile.c (symbol_file_add): Move test for null symbols to later.
2741
2742 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2743
2744 From veksler at il.ibm.com:
2745 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2746 the xstrduped original path.
2747 Fix PR gdb/417.
2748
2749 2002-03-27 Michael Snyder <msnyder@redhat.com>
2750
2751 * breakpoint.c (_initialize_breakpoint): Clean up help string.
2752 * infcmd.c (_initialize_infcmd): Ditto.
2753 * language.c (_initialize_language): Ditto.
2754 * symfile.c (_initialize_symfile): Ditto.
2755 * top.c (_init_main): Ditto.
2756 * cli/cli-cmds.c (init_cli_cmds): Ditto.
2757
2758 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
2759
2760 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2761 vector registers handling.
2762 (skip_prologue): Handle new AltiVec instructions. Fill in new
2763 fields of frame data.
2764 (frame_get_saved_regs): Fill in information for AltiVec registers.
2765
2766 2002-03-27 Jim Blandy <jimb@redhat.com>
2767
2768 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2769 a function; leave this macro here to invoke that function.
2770 (symbol_init_mangled_name): Declaration for that function.
2771 * symtab.c (symbol_init_mangled_name): New function.
2772
2773 2002-03-27 Andrew Cagney <ac131313@redhat.com>
2774
2775 * valarith.c: Replace strerror with safe_strerror.
2776 * tracepoint.c: Ditto.
2777 * lin-lwp.c: Ditto.
2778 * go32-nat.c: Ditto.
2779 * inflow.c: Ditto.
2780 * gnu-nat.c: Ditto.
2781
2782 2002-03-27 Andreas Schwab <schwab@suse.de>
2783
2784 * event-top.c (command_line_handler): Remove useless if.
2785
2786 2002-03-27 Andreas Jaeger <aj@suse.de>
2787
2788 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2789 comment.
2790
2791 2002-03-27 Michal Ludvig <mludvig@suse.cz>
2792
2793 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2794 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2795 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2796 (x86_64_linux_dr_get_status, supply_gregset),
2797 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2798 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2799 (x86_64_register_info_table): Add.
2800 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2801 (x86_64_register_raw_size, x86_64_register_virtual_type),
2802 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2803 general x86_64_register_info_table.
2804 (i386_gdbarch_init): gdbarch_register_bytes is now set
2805 dynamicaly during initialization.
2806 * regformats/reg-x86-64.dat: Synced with changes to registers above.
2807 * gdbserver/linux-x86-64-low.c: Ditto.
2808
2809 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2810
2811 * gdbserver/server.c (main): Call target_signal_to_host_p
2812 and target_signal_to_host on signals received from the remote.
2813 * gdbserver/remote-utils.c (prepare_resume_reply): Call
2814 target_signal_from_host on signals sent to the remote.
2815 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
2816 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
2817
2818 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2819
2820 * signals/signals.c: Include "server.h" in gdbserver build.
2821 (target_signal_from_name): Don't use STREQ.
2822 (_initialize_signals): Likewise. Don't include function in
2823 gdbserver build.
2824
2825 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
2826
2827 * signals.c: Moved to...
2828 * signals/signals.c: Here.
2829 * Makefile (signals.o): Update.
2830
2831 2002-03-26 Jeff Law (law@redhat.com)
2832
2833 * somread.c (som_symtab_read): Remove some commented out code and
2834 updated related comments. Do not set the minimal symbol table to
2835 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2836 in a dynamic executable.
2837 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2838 where we are unable to find the minimal symbol for the given
2839 PC value.
2840
2841 2002-03-25 Jeff Law (law@redhat.com)
2842
2843 * linux-proc.c (read_mapping): Scan up to end of line for filename.
2844
2845 2002-03-25 Michal Ludvig <mludvig@suse.cz>
2846
2847 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2848
2849 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2850
2851 * command.h: Update copyright.
2852 (struct cmd_list_element): Replace definition with opaque
2853 declaration.
2854 (enum cmd_types): Document that it will eventually be moved to
2855 cli/cli-decode.h
2856 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2857 (MALLOCED_REPLACEMENT): Delete macro.
2858 * Makefile.in (cli_decode_h): Add $(command_h).
2859 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2860 * top.c: Include "cli/cli-decode.h".
2861 * completer.c: Include "cli/cli-decode.h".
2862 * maint.c: Include "cli/cli-decode.h".
2863 * cli/cli-decode.h: Include "command.h".
2864 (enum command_class): Delete.
2865 (enum cmd_types): Comment out.
2866 (enum cmd_auto_boolean): Delete.
2867 (enum var_types): Delete.
2868
2869 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2870
2871 * cli/cli-decode.c: Include "gdb_assert.h".
2872 (add_set_or_show_cmd): New static function.
2873 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
2874 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
2875 all fields, such as func, from the set command.
2876
2877 2002-03-23 Andrew Cagney <ac131313@redhat.com>
2878
2879 * MAINTAINERS (sh-elf): Change warning flag to -w.
2880
2881 2002-03-23 Andrew Cagney <cagney@redhat.com>
2882
2883 * defs.h (error): Add printf format attribute.
2884 * thread-db.c (thread_from_lwp): Fix error format string.
2885 * stack.c (parse_frame_specification): Ditto.
2886 * cli/cli-decode.c (undef_cmd_error): Ditto.
2887 * scm-lang.c (scm_lookup_name): Ditto.
2888 * tracepoint.c (trace_error): Ditto.
2889 * remote-utils.c (usage): Ditto.
2890 * remote.c (compare_sections_command): Ditto.
2891 Fix PR gdb/328.
2892
2893 2002-03-22 Andrew Cagney <ac131313@redhat.com>
2894
2895 * gdbtypes.c (append_composite_type_field): New function.
2896 (init_composite_type): New function.
2897 * gdbtypes.h (append_composite_type_field): Declare.
2898 (init_composite_type): Ditto.
2899
2900 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
2901
2902 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2903 function.
2904 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2905 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2906 structure returning convention for SYSV ABI case, but not
2907 for GNU/Linux, FreeBSD, or NetBSD.
2908
2909 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
2910
2911 * symtab.h (lookup_block_symbol): Add mangled_name argument
2912 to prototype.
2913
2914 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2915 with new mangled_name argument.
2916 * linespec.c (decode_line_1): Likewise.
2917 * valops (value_of_this): Likewise.
2918 * symtab.c (lookup_transparent_type): Likewise.
2919 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
2920 (lookup_symbol): If we are given a mangled name, pass it down
2921 to lookup_symbol_aux.
2922 (lookup_block_symbol): If we are given a mangled name to check
2923 against, only return symbols which match it.
2924
2925 2002-03-22 Christopher Faylor <cgf@redhat.com>
2926
2927 * win32-nat.c (child_create_inferior): Check for proper shell to use
2928 here, in case the user changes it on the fly.
2929 (_initialize_inftarg): Remove shell path considerations.
2930
2931 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
2932
2933 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2934 for gdbarch_max_register_raw_size and max_register_virtual_size.
2935 Adjust copyright year.
2936
2937 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
2938
2939 * dbxread.c (process_one_symbol): Extend the first N_SLINE
2940 in a function to cover the entire beginning of the function
2941 as well if it does not already.
2942
2943 2002-03-21 Tom Rix <trix@redhat.com>
2944
2945 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2946 (rs6000_ptrace64): Renamed from ptrace64.
2947
2948 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2949
2950 * gdbserver/remote-utils.c (remote_open): Don't call
2951 getprotobyname, we're all using TCP here so just use
2952 IPPROTO_TCP.
2953 * gdbserver/gdbreplay.c (remote_open): Ditto.
2954
2955 2002-03-20 Martin M. Hunt <hunt@redhat.com>
2956
2957 * regcache.c (_initialize_regcache): No need to call
2958 build_regcache() at this time; it gets called whenever
2959 the gdbarch changes.
2960
2961 2002-03-20 David O'Brien <obrien@FreeBSD.org>
2962
2963 * sparc-nat.c: Include sys/param.h where possible.
2964
2965 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
2966
2967 Fix PR gdb/422.
2968 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2969 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2970 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2971 complex types.
2972 * stabsread.c (rs6000_builtin_type): Likewise.
2973 (read_sun_floating_type): Likewise.
2974
2975 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2976
2977 * stabsread.c (read_member_functions): Remove skip code for duplicate
2978 constructor/destructor methods. Use standard parsing for these
2979 methods and just do not chain them to the list of methods after
2980 parsing.
2981
2982 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
2983
2984 * coffread.c: Remove redundant static declarations. Replace
2985 occurrences of `PTR' with `void *'.
2986 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2987 * top.h (quit_cover): Likewise.
2988 * defs.h (catch_errors): Likewise.
2989
2990 2002-03-18 Andrew Cagney <ac131313@redhat.com>
2991
2992 * defs.h (XMALLOC): Define.
2993 * gdb-events.sh (XMALLOC): Delete macro.
2994 * gdb-events.c, gdb-events.h: Regenerate.
2995 * gdbarch.sh (XMALLOC): Delete macro.
2996 * gdbarch.c: Regenerate.
2997 * serial.c (XMALLOC): Delete macro.
2998 * ui-file.c (XMALLOC): Ditto.
2999 * ser-unix.h (XMALLOC): Ditto.
3000 * sh-tdep.c (XMALLOC): Ditto.
3001 * ui-out.c (XMALLOC): Ditto.
3002 * utils.c (XMALLOC): Ditto.
3003 * i386-tdep.c (XMALLOC): Ditto.
3004 * gdb-events.c (XMALLOC): Ditto.
3005 * d10v-tdep.c (XMALLOC): Ditto.
3006 * cli-out.c (XMALLOC): Ditto.
3007
3008 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3009 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3010 * ui-file.c, ui-out.c: Ditto.
3011
3012 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3013
3014 * command.h (struct cmd_list_element): Add field context.
3015 (set_cmd_context, get_cmd_context): Declare.
3016 * cli/cli-decode.h: Ditto.
3017 * cli/cli-decode.c (get_cmd_context): New function.
3018 (set_cmd_context): New function.
3019 (add_cmd): Initialize context.
3020 Part of fixing PR gdb/145 and PR gdb/146.
3021
3022 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3023
3024 * cli/cli-decode.c (cmd_type): New function.
3025 * command.h (cmd_type): Declare.
3026 * infrun.c (set_schedlock_func): Call function cmd_type.
3027 * kod.c (kod_set_os): Call cmd_type.
3028 * cris-tdep.c (cris_version_update): Use function cmd_type.
3029 (cris_mode_update, cris_abi_update): Ditto.
3030
3031 * command.h: (execute_cmd_post_hook): Declare.
3032 (execute_cmd_pre_hook): Declare.
3033 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3034 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3035 functions. Execute pre/post hook while ensuring that afterwords
3036 hook_in is cleared.
3037 * top.c (execute_command): Use execute_cmd_post_hook, and
3038 execute_cmd_pre_hook to execute pre/post commands.
3039 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3040 hook_stop_stub.
3041 (hook_stop_stub): Call execute_cmd_pre_hook.
3042
3043 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3044
3045 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3046 set'' and this leads to a core dump. Move xstrdup of
3047 operating_system to after check that it is not NULL.
3048
3049 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3050
3051 * kod.c (kod_set_os): Remove unnecessary check that
3052 ``command->type'' is set_cmd.
3053
3054 * valprint.c (set_input_radix): Use input_radix.
3055 (set_output_radix): Use output_radix.
3056 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3057 isn't reverted.
3058
3059 2002-03-16 Andrew Cagney <ac131313@redhat.com>
3060
3061 * value.h (struct value): Delete field ``substring_addr''. Change
3062 aligner fields to force_doublest_align, force_longest_align,
3063 force_core_addr_align and force_pointer_aligh.
3064
3065 * value.h (struct value): Fix typo in above change.
3066
3067 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3068
3069 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3070 to fix internal_error from ``maintenance print architecture''.
3071
3072 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3073
3074 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3075 for gcc versions after gcc-2.8.1.
3076
3077 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3078
3079 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3080 for method resolution. Restore adjustment of ``this'' pointer after
3081 calling value_struct_elt, which was accidentally removed during the
3082 HP merge.
3083
3084 2002-03-15 Andrew Cagney <ac131313@redhat.com>
3085
3086 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3087 value_of_register.
3088 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3089 get_saved_register.
3090 * value.h (value_of_register): Update.
3091
3092 2002-03-14 Richard Henderson <rth@redhat.com>
3093
3094 * configure.in: Detect declaration for canonicalize_file_name.
3095 * utils.c (canonicalize_file_name): Declare, if needed.
3096 (gdb_realpath): Prefer realpath if available and usable.
3097 * config.in, configure: Rebuild.
3098
3099 2002-03-14 Richard Henderson <rth@redhat.com>
3100
3101 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3102 a constant array bound.
3103
3104 * MAINTAINERS: Add myself to write-after-approval.
3105
3106 2002-03-14 Michael Snyder <msnyder@redhat.com>
3107
3108 * symfile.c (syms_from_objfile): Return immediately if no syms.
3109 (symbol_file_add): Return immediately if no syms.
3110 (find_sym_fns): Return immediately if no syms.
3111
3112 2002-03-13 Michal Ludvig <mludvig@suse.cz>
3113
3114 * gdbserver/remote-util.c (remote_open): Print remote-side's
3115 IP address when remote debugging over the network.
3116
3117 2002-03-12 David O'Brien <obrien@FreeBSD.org>
3118
3119 * config/sparc/fbsd.mh: Fix copyright.
3120 * config/sparc/fbsd.mt: Likewise.
3121
3122 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
3123
3124 * MAINTAINERS: Fix typo in name of gdb warnings option.
3125 (x86-64): Fix formating so that this can be parsed by awk.
3126
3127 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3128
3129 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3130 * defs.h: Include "gdb/signals.h".
3131 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3132
3133 2002-03-10 Michal Ludvig <mludvig@suse.cz>
3134
3135 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3136 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3137 from x86-64-tdep.h
3138
3139 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3140 Don Howard <dhoward@redhat.com>
3141
3142 * mips-tdep.c (ST0_FR): Define.
3143 (mips2_fp_compat): New function, temporarily disabled.
3144 (mips_read_fp_register_single): New function.
3145 (mips_read_fp_register_double): New function.
3146 (mips_print_register): Use them.
3147 (do_fp_register_row): Likewise.
3148
3149 2002-03-09 Andrew Cagney <ac131313@redhat.com>
3150
3151 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3152 approval''.
3153
3154 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3155
3156 * stabsread.c (read_member_functions): Fix is_stub test for
3157 static member functions, improve comment.
3158
3159 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
3160
3161 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3162 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3163 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3164 commands that set boolean values.
3165 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3166 (arm_rdi_resume): Always initialize PC.
3167 (arm_rdi_open): Don't use rslt as a boolean.
3168 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3169 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3170 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3171 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3172
3173 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
3174
3175 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3176 * configure: Rebuilt.
3177
3178 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3179
3180 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3181 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3182
3183 2002-03-06 Andrew Cagney <ac131313@redhat.com>
3184
3185 * cli/cli-decode.c (set_cmd_completer): New function.
3186 * command.h (set_cmd_completer): Declare.
3187 * cli/cli-decode.h (set_cmd_completer): Ditto.
3188
3189 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3190 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3191 * win32-nat.c (_initialize_inftarg): Ditto.
3192 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3193 * proc-api.c (_initialize_proc_api): Ditto.
3194 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3195 * source.c (_initialize_source): Ditto.
3196 * exec.c (_initialize_exec): Ditto.
3197 * solib.c (_initialize_solib): Ditto.
3198 * top.c (init_main): Ditto.
3199 * tracepoint.c (_initialize_tracepoint): Ditto.
3200 * symfile.c (_initialize_symfile): Ditto.
3201 * printcmd.c (_initialize_printcmd): Ditto.
3202 * infcmd.c (_initialize_infcmd): Ditto.
3203 * corefile.c (_initialize_core): Ditto.
3204
3205 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3206
3207 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3208
3209 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3210
3211 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3212
3213 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3214
3215 * NEWS: Update headings, 5.2 has branched.
3216
3217 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
3218
3219 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3220 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3221 (register_addr, REGISTER_RAW_SIZE): Likewise.
3222 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3223 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3224
3225 2002-03-03 Michal Ludvig <mludvig@suse.cz>
3226
3227 * MAINTAINERS (x86-64): Add myself.
3228 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3229 changed value_ptr -> struct value *
3230
3231 2002-03-01 David O'Brien <obrien@FreeBSD.org>
3232
3233 * configure.host (sparc64-*-freebsd): Add.
3234 * configure.tgt: Likewise.
3235 * config/sparc/fbsd.mh: New file.
3236 * config/sparc/fbsd.mt: Likewise.
3237 * config/sparc/nm-fbsd.h: Likewise.
3238 * config/sparc/tm-fbsd.h: Likewise.
3239
3240 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
3241
3242 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3243 regformats/reg-s390x.dat.
3244
3245 2002-03-01 Andrew Cagney <ac131313@redhat.com>
3246
3247 * utils.c: Add FIXME explaining true/false problem.
3248
3249 2002-02-28 Andrew Cagney <ac131313@redhat.com>
3250
3251 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3252
3253 2002-02-28 Michael Chastain <mec@shout.net>
3254
3255 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3256
3257 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
3258
3259 * gdbserver/linux-s390-low.c: New file.
3260 * regformats/reg-s390.dat: New file.
3261 * regformats/reg-s390x.dat: New file.
3262 * gdbserver/configure.srv: Add S/390.
3263 * gdbserver/Makefile.in: Add S/390.
3264 * configure.tgt: Enable gdbserver for S/390.
3265
3266 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3267
3268 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3269 first line of the doc string for "info dos", except at the end of
3270 the sentence, since the short help stops at the first period.
3271
3272 2002-02-28 Jason Merrill <jason@redhat.com>
3273
3274 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3275
3276 2002-02-27 Fred Fish <fnf@redhat.com>
3277
3278 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3279 comment (dumy -> dummy).
3280
3281 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3282
3283 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3284
3285 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
3286
3287 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3288
3289 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3290
3291 * gdbserver/acconfig.h: New file.
3292 * gdbserver/i387-fp.c: New file.
3293 * gdbserver/i387-fp.h: New file.
3294 * gdbserver/linux-x86-64.c: New file.
3295 * regformats/reg-x86-64.dat: New file.
3296 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3297 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3298 * gdbserver/configure.in: Add support for regsets.
3299 * gdbserver/config.in: Regenerate.
3300 * gdbserver/configure: Regenerate.
3301 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3302 * gdbserver/linux-low.h: New file.
3303 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3304 for regsets.
3305 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3306 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3307 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3308 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3309 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3310 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3311 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3312 "i387-fp.h". Add PTRACE_GETREGS and friends.
3313 * gdbserver/regcache.c (supply_register): New function.
3314 (supply_register_by_name): New function.
3315 (collect_register): New function.
3316 (collect_register_by_name): New function.
3317
3318 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3319
3320 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3321 (config.status): Add configure.srv dependency.
3322 (server_h): Add config.h dependency.
3323
3324 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3325
3326 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3327 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3328 * gdbserver/configure.srv: Change i386-*-linux* to use
3329 reg-i386-linux.o.
3330
3331 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3332
3333 * x86-64-tdep.c: Re-indent. Update copyright date.
3334
3335 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3336
3337 From Michal Ludvig <mludvig@suse.cz>:
3338 * x86-64-tdep.c (value.h): Delete.
3339 (gdb_assert.h): Include.
3340 (x86_64_register_convert_to_virtual,
3341 x86_64_register_convert_to_raw ): Add check which lets only
3342 floating-point values to be converted.
3343 (value_push): Delete.
3344 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3345 (i386_gdbarch_init): Number of register_bytes fixed.
3346
3347 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3348
3349 * MAINTAINERS: Add x86-64 target.
3350
3351 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3352
3353 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3354 * osfsolib.c (solib_map_sections): Ditto.
3355 * irix5-nat.c (solib_map_sections): Ditto.
3356 * corelow.c (gdb_check_format): Ditto.
3357 * symfile.c (symfile_bfd_open): Ditto.
3358 * solib.c (solib_map_sections): Ditto.
3359 Fix PR gdb/354.
3360
3361 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3362
3363 * remote.c (_initialize_remote): By default, disable ``e'' and
3364 ``E'' step out-of-range packets.
3365
3366 2002-02-26 Andreas Schwab <schwab@suse.de>
3367
3368 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3369 m68k_linux_frame_saved_pc.
3370 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3371 in_sigtramp.
3372 (SIGCONTEXT_PC_OFFSET): Remove.
3373 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3374 m68k_linux_sigtramp_saved_pc): New functions.
3375 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3376 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3377 (UCONTEXT_PC_OFFSET): Define.
3378 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3379 non-RT and RT signal trampolines.
3380
3381 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
3382
3383 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3384 (TARGET_NBPG, STACK_END_ADDR): Delete
3385 (VARIABLES_INSIDE_BLOCK): Delete.
3386
3387 2002-02-25 Andrew Cagney <ac131313@redhat.com>
3388
3389 * utils.c (perror_with_name): Make string parameter constant.
3390 (print_sys_errmsg): Ditto.
3391 (query): Ditto.
3392 * defs.h (perror_with_name): Update.
3393 (print_sys_errmsg): Update.
3394 (query): Update.
3395
3396 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
3397
3398 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3399 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3400
3401 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3402
3403 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3404 if it already matches the current architecture from the exec file.
3405 Include arch-utils.h for gdbarch_info_init prototype.
3406 * Makefile.in (rs6000-nat.o): Update dependencies.
3407
3408 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3409
3410 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3411 list of exported variables.
3412
3413 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
3414
3415 * gdbserver/configure.srv: New file.
3416 * gdbserver/configure.in: Use configure.srv instead
3417 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3418 from it.
3419 * gdbserver/configure: Regenerated.
3420 * gdbserver/terminal.h: New file.
3421 * gdbserver/Makefile.in: Update for configure changes. Remove
3422 more unneeded include paths.
3423
3424 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3425
3426 From wiz at danbala:
3427 * config/sparc/tm-sp64.h: Fix grammar and typos.
3428 Fix PR gdb/287.
3429
3430 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3431
3432 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3433 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3434 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3435 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3436 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3437 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3438 * s390-tdep.c: Ditto.
3439 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3440 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3441 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3442 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3443 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3444 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3445 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3446 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3447 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3448 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3449 Fix PR gdb/378.
3450
3451 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3452
3453 * lin-thread.c: Delete file.
3454 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3455 to gdb_proc_service.h.
3456 * configure: Re-generate.
3457
3458 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3459 * serial.c (serial_open): Delete check for "ocd".
3460 Fix PR gdb/349.
3461
3462 * Makefile.in (linux-thread.o): Delete target.
3463 * linux-thread.c: Delete file.
3464
3465 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3466 renamed SH files to be consistent.
3467
3468 * symtab.c (sort_search_symbols): Use xfree.
3469
3470 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3471
3472 * arm-linux-tdep.c (arm_linux_init_abi): Register
3473 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3474 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3475 definition with undef, since we don't want the sysvr4 definition.
3476 (SKIP_TRAMPOLINE_CODE): Likewise.
3477
3478 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3479
3480 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3481
3482 * configure.in: (AC_CHECK_FUNCS) Added test for
3483 canonicalize_file_name Regenerated.
3484 * config.in, configure: Regenerated.
3485 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3486 defined use canonicalize_file_name.
3487
3488 2002-02-23 Michael Chastain <mec@shout.net>
3489
3490 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3491
3492 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3493
3494 * README: Remove references to cygnus.com.
3495 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3496 dot com'' form. Remove references to cygnus.com and sourceware.
3497
3498 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3499
3500 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3501 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3502 1003.1-2001 no longer allows "head -1".
3503 * gdb/Makefile.in (version.c): Likewise.
3504 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3505 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3506 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
3507
3508 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3509
3510 * cli/cli-decode.c (cmd_cfunc_eq): New function.
3511 * command.h (cmd_cfunc_eq): Declare.
3512 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3513
3514 * cli/cli-cmds.h (is_complete_command): Change parameter to a
3515 ``struct cmd_list_element *''.
3516 * cli/cli-cmds.c (is_complete_command): Update. Use
3517 cmd_cfunc_eq.
3518 * top.c (execute_command): Pass the command to
3519 is_complete_command.
3520 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3521
3522 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3523
3524 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3525 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3526 architecture defines.
3527 * s390-tdep.c (s390_gdbarch_init): Likewise.
3528
3529 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3530
3531 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3532 (arm_linux_push_arguments): Likewise.
3533 (arm_linux_init_abi): Register them. Also register linux-specific
3534 call_dummy_words.
3535 (find_minsym_and_objfile): Use strcmp, not STREQ.
3536 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3537 (arm_linux_call_dummy_words): Delete declaration.
3538 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3539 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3540 declarations.
3541 (LOWEST_PC): Delete.
3542
3543 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3544
3545 * maint.c (print_section_info): Do not prepend `0x' to filepos
3546 output, it will be handled by local_hex_string_custom.
3547
3548 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
3549
3550 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3551 (store_newfpe_double, store_newfpe_extended, store_fpregister)
3552 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3553
3554 2002-02-22 Jim Blandy <jimb@redhat.com>
3555
3556 Indicate that the bcache functions don't change the strings
3557 they're passed.
3558 * bcache.h (bcache, hash): Add `const' keywords to declarations.
3559 * bcache.c (bcache, hash): Add `const' keywords to definitions.
3560
3561 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
3562
3563 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3564
3565 2002-02-21 Christopher Faylor <cgf@redhat.com>
3566
3567 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3568 find the complete path to a loaded DLL.
3569
3570 2002-02-21 Fred Fish <fnf@redhat.com>
3571
3572 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3573 that marks the end of the range of a function, enter a line number
3574 entry that has a line number of zero and a PC offset that matches
3575 the end of the function. This starts a range of PC's for which no
3576 line number information is known.
3577 * symtab.c (find_pc_sect_line): If our best fit is in a range of
3578 PC's for which no line number info is found (line number is zero)
3579 then we didn't find any valid line information.
3580 * symtab.h: Document use of zero line number entry.
3581
3582 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
3583
3584 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3585 (have_ptrace_getvrregs): Define for run time checks.
3586 (gdb_vrregset_t): New type for Altivec register handling.
3587 (fetch_register, store_register): Fetch/store altivec register
3588 when needed.
3589 (fetch_altivec_register, store_altivec_register): New functions.
3590 (supply_vrregset, fill_vrregset): New functions.
3591 (fetch_altivec_registers, store_altivec_registers): New functions.
3592 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3593 registers as well.
3594
3595 2002-02-21 Jiri Smid <smid@suse.cz>
3596
3597 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3598
3599 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3600
3601 * Makefile.in (armnbsd-nat.o): Update dependencies.
3602 * armnbsd-nat.c (supply_gregset): New function. Common code to
3603 supply the integer register set.
3604 (supply_fparegset): New function. Similar for FPA registers.
3605 (fetch_regs, fetch_fp_regs): Use them.
3606 (fetch_core_registers): Likewise.
3607 (fetch_elfcore_registers): New function.
3608 (arm_netbsd_elfcore_fns): New core-file type specification.
3609 (_initialize_arm_netbsd_nat): Register it.
3610
3611 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
3612
3613 * armnbsd-nat.c: Include gdbcore.h.
3614 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3615 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3616 'void' to declaration, to shut up ARI.
3617 (fetch_core_registers): Make static. Rewrite using supply_register.
3618 (arm_netbsd_core_fns): New core-file type specification.
3619 (_initialize_arm_netbsd_nat): New function.
3620
3621 2002-02-21 Christopher Faylor <cgf@redhat.com>
3622
3623 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3624 value.
3625
3626 2002-02-20 Christopher Faylor <cgf@redhat.com>
3627
3628 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3629 fails.
3630
3631 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3632
3633 * jv-exp.y (parse_number): Change type of implicit longs
3634 to builtin_type_uint64.
3635
3636 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * gdbserver/linux-low.c (mywait): Change argument to waitpid
3639 to be an integer instead of a `union wait'.
3640
3641 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3642
3643 * mips-linux-nat.c: Call the operating system GNU/Linux.
3644 * mips-linux-tdep.c: Likewise.
3645 * mips-tdep.c: Likewise.
3646
3647 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3648
3649 Fix PR gdb/265.
3650 * jv-exp.y (parse_number): Handle 64-bit integers.
3651
3652 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
3653
3654 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
3655 AC_STDC_HEADERS to AC_HEADER_STDC.
3656 * gdbserver/configure: Regenerated.
3657
3658 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3659
3660 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3661 is defined.
3662 * sparc-tdep.c (get_longjmp_target): Likewise.
3663
3664 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
3665
3666 * News: Add news about ARM and Multi-arch. Mention the new target
3667 arm*-*-netbsd*.
3668
3669 2002-02-19 Jim Blandy <jimb@redhat.com>
3670
3671 * stabsread.c (error_type_complaint): Improve error message.
3672
3673 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
3674
3675 * gdbserver/README: Update documentation.
3676 * gdbserver/configure.in: Update configury to match documentation.
3677 * gdbserver/Makefile.in: Likewise.
3678 * gdbserver/configure: Regenerated.
3679 * gdbserver/aclocal.m4: New file, generated by aclocal.
3680 * gdbserver/config.in: New file, generated by autoheader.
3681
3682 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3683
3684 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3685 armnbsd-nat.c.
3686
3687 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3688
3689 * arm-tdep.h (enum arm_float_model): New enum.
3690 (struct gdbarch_tdep): Add fp_model.
3691 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
3692 up floating-point conversions until we know the floating-point model
3693 in use by the inferior. Don't complain about being unable to
3694 determine the ABI of the inferior when we don't have one.
3695 (arm_extract_return_value): Support different floating-point models.
3696 (arm_store_return_value): Likewise.
3697 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3698 ARM_FLOAT_SOFT.
3699 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3700
3701 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3702
3703 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3704 of ``current_gdbarch''.
3705
3706 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3707
3708 * armnbsd-nat.c : ANSIfy all function declarations.
3709 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3710 (fetch_inferior_registers): Re-implement in terms of above.
3711 (store_register, store_regs, store_fp_register, store_fp_regs): New.
3712 (store_inferior_registers): Re-implement in terms of above.
3713
3714 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3715
3716 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3717 kernel.
3718 * arm-linux-tdep.c: Likewise.
3719 * config/arm/tm-linux.h: Likewise.
3720
3721 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3722
3723 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3724 * config/arm/nbsd.mt (TM_FILE): Delete.
3725 * config/arm/tm-nbsd.h: Delete.
3726
3727 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3728
3729 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3730 Initialize CALL_DUMMY_LENGTH.
3731
3732 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
3733
3734 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3735 function.
3736 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3737 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3738 defines one thing and that is incorrect for this port.
3739 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3740
3741 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3742
3743 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3744
3745 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3746
3747 * win32-nat.c (display_selector): New function. Displays information
3748 about the information returned by GetThreadSelectorEntry API function.
3749 (display_selectors): New function. Displays the infomation of
3750 the selector given as argument, or of CS, DS ans FS selectors
3751 if no argument is given.
3752 ( _initialize_inftarg): Add "w32" as info prefix command.
3753 Add "info w32 selector" as command calling display_selectors.
3754
3755 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3756
3757 * i386-tdep.c (get_longjmp_target): Fix compilation failure
3758 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3759 if not defined.
3760
3761 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3762
3763 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3764
3765 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3766
3767 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3768 (arm_fix_call_dummy): Call it.
3769 (arm_call_dummy_breakpoint_offset): Delete.
3770 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3771 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3772
3773 2002-02-18 Andrew Cagney <ac131313@redhat.com>
3774
3775 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3776 Default to func_frame_chain_valid.
3777 * gdbarch.h, gdbarch.c: Re-generate.
3778 * frame.h (FRAME_CHAIN_VALID): Delete definition.
3779
3780 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
3781
3782 * ppc-linux-nat.c: Update copyright.
3783 (fetch_register, store_register): Add tid parameter, don't compute
3784 tid here.
3785 (fetch_ppc_registers, store_ppc_registers): Add tid
3786 parameter. Pass it along to callees.
3787 (fetch_inferior_registers, store_inferior_registers): Compute tid
3788 here, and pass it to calleed functions.
3789 (fill_gregset, supply_fpregset): Clean up formatting.
3790
3791 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3792
3793 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3794 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3795
3796 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
3797
3798 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3799 * gdbarch.c gdbarch.h: Regenerate.
3800 * breakpoint.c (create_longjmp_breakpoint): Always compile this
3801 function.
3802 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3803 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3804 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3805
3806 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3807 * arm-tdep.c (arm_get_longjmp_target): New function.
3808 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
3809 this to a positive value register arm_get_longjmp_target as the
3810 longjmp handler.
3811 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3812 (arm_linux_init_abi): Set up longjmp description in tdep.
3813 * armnbsd-nat.c (get_longjmp_target): Delete.
3814 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3815 description in tdep.
3816 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3817 (get_longjmp_target): Delete declaration.
3818 (GET_LONGJMP_TARGET): Delete.
3819 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3820 (GET_LONGJMP_TARGET): Delete.
3821
3822 2002-02-17 Kevin Buettner <kevinb@redhat.com>
3823
3824 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
3825 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3826 of ``current_gdbarch''.
3827
3828 2002-02-17 Tom Tromey <tromey@redhat.com>
3829
3830 * cli/cli-cmds.c (compare_strings): New function.
3831 (complete_command): Only print each unique item once.
3832 * completer.h (complete_line): Declare.
3833 * completer.c (complete_line): New function.
3834 (line_completion_function): Use it.
3835
3836 2002-02-16 Andrew Cagney <ac131313@redhat.com>
3837
3838 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3839 * gdbarch.h, gdbarch.c: Re-generate.
3840
3841 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3842
3843 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3844
3845 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
3846
3847 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3848 * valops.c (value_arg_coerce): Don't take the address of a reference
3849 to convert an argument to a reference.
3850
3851 2002-02-15 Christopher Faylor <cgf@redhat.com>
3852
3853 * win32-nat.c (get_image_name): New function.
3854 (handle_load_dll): Use get_image_name function.
3855 (get_child_debug_event): Avoid registering debug events until possibly
3856 execed process is started.
3857 (child_create_inferior): Allow invocation via shell so that command
3858 line redirection, etc. works ok.
3859 (_initialize_inftarg): Add new command: "set shell" to control whether
3860 a shell is used to start a process.
3861
3862 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3863
3864 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3865 instead of find_register_by_number.
3866 (cannot_store_register): Likewise.
3867
3868 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3869
3870 * dwarf2read.c: Replace fprintf (stderr, ...) by
3871 fprintf_unfiltered (gdb_stderr, ...).
3872
3873 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3874
3875 * gdbserver/gdbserver.1: Document --attach.
3876
3877 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3878
3879 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3880 descriptions.
3881 * arm-tdep.c (arm_default_arm_le_breakpoint)
3882 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3883 (arm_default_thumb_be_breakpoint): New. Initialize them from
3884 traditional breakpoint defines.
3885 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3886 (arm_gdbarch_init): Initialize new breakpoint variables.
3887 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3888 (arm_linux_init_abi): Initialize linux-specific breakpoint.
3889 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3890 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3891 code out to ...
3892 (arm_netbsd_init_abi_common): ... here; new function.
3893 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3894 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3895 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3896 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3897
3898 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
3899
3900 * arm-tdep.h (enum arm_abi): New enum.
3901 (struct gdbarch_tdep): New structure.
3902 (LOWEST_PC): Provide a default.
3903 (arm_gdbarch_register_os_abi): Declare new function.
3904 * arm-tdep.c (arm_abi_names): New array.
3905 (process_note_abi_tag_sections): New function.
3906 (get_elfosabi): New function.
3907 (arm_gdbarch_register_os_abi): New function.
3908 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
3909 support for that ABI has been built in, then call the appropriate
3910 configuration routine. Use gdbarch_num_regs() to get the number
3911 of registers.
3912 (arm_dump_tdep): New function.
3913 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3914 place-holder functions.
3915 (_initialize_arm_tdep): Register them.
3916 * config/arm/tm-arm.h (LOWEST_PC): Delete.
3917
3918 * armnbsd-tdep.c: New file.
3919 * Makefile.in (armnbsd-tdep.o): Add dependencies.
3920 * config/arm/nbsd.mt (TDEPFILES): Add it.
3921 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3922
3923 * armnbsd-nat.c: Include regcache.h.
3924 * Makefile.in (armnbsd-nat.o): Update dependency list.
3925
3926 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3927
3928 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3929
3930 * gdbserver/Makefile.in: Fix typos in target rules.
3931
3932 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3933
3934 Fix part of PR gdb/267.
3935 * linespec.c (find_methods): Handle constructors specially for now.
3936
3937 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
3938
3939 * arm-tdep.c (arm_push_arguments): Eliminate special float type
3940 handling.
3941 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3942 standard_coerce_float_to_double().
3943
3944 2002-02-14 Christopher Faylor <cgf@redhat.com>
3945
3946 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3947 GDBINIT_FILENAME.
3948
3949 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
3950
3951 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3952 find_variant_by_name, because it confuses the multiarch
3953 framework. Return NULL if there isn't an architecture with the
3954 user supplied name, instead of forcing a different one without
3955 recording the change with the multiarch machinery.
3956 (find_variant_by_name): Delete.
3957
3958 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3959
3960 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3961 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3962
3963 2002-02-13 Martin M. Hunt <hunt@redhat.com>
3964
3965 * stack.c (print_frame_info_base): When calling
3966 print_frame_info_listing_hook, set current_source_symtab.
3967
3968 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
3969
3970 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3971 and remove unused $(INCLUDE_DIR).
3972 Add regcache.c to OBS.
3973 Add generated register protocol files to clean target.
3974 Update dependencies for new objects, obsolete old target code.
3975
3976 * gdbserver/linux-low.c: Remove all platform-specific code to
3977 new files. Remove various dead code. Update to use regcache
3978 functionality.
3979 * gdbserver/remote-utils.c (fromhex): Add return statement
3980 to quiet warning.
3981 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3982 constant.
3983 (input_interrupt): Add integer parameter to match prototype
3984 of a signal handler.
3985 (outreg): Use register_data ().
3986 (prepare_resume_reply): Use gdbserver_expedite_regs.
3987 * gdbserver/server.c (main): Dynamically allocate own_buf because
3988 PBUFSIZ is no longer constant. Use registers_to_string () and
3989 registers_from_string ().
3990 * gdbserver/server.h: No longer include "defs.h". Add prototypes
3991 for error (), fatal (), and warning (). Update definition of
3992 PBUFSIZ to use regcache functionality. Add include guard.
3993 * gdbserver/utils.c (fatal): Add missing ``const''.
3994 (warning): New function.
3995
3996 * regformats/regdat.sh: Include "regcache.h" in generated files.
3997 Provide init_registers () function.
3998 * regformats/regdef.h: Add prototype for set_register_cache ().
3999 Add include guard.
4000
4001 * gdbserver/linux-arm-low.c: New file.
4002 * gdbserver/linux-i386-low.c: New file.
4003 * gdbserver/linux-ia64-low.c: New file.
4004 * gdbserver/linux-m68k-low.c: New file.
4005 * gdbserver/linux-mips-low.c: New file.
4006 * gdbserver/linux-ppc-low.c: New file.
4007 * gdbserver/linux-sh-low.c: New file.
4008
4009 * gdbserver/regcache.c: New file.
4010 * gdbserver/regcache.h: New file.
4011
4012 * gdbserver/low-linux.c: Removed obsolete file.
4013
4014 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4015
4016 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4017 * config/i386/linux.mt: Likewise.
4018 * config/ia64/linux.mt: Likewise.
4019 * config/m68k/linux.mh: Likewise.
4020 * config/powerpc/linux.mh: Likewise.
4021 * config/mips/linux.mt: Likewise.
4022
4023 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4024
4025 * config/i386/i386lynx.mh: Mark gdbserver variables
4026 as (currently) obsolete for this target.
4027 * config/i386/nbsd.mt: Likewise.
4028 * config/i386/nbsdelf.mt: Likewise.
4029 * config/m32r/m32r.mt: Likewise.
4030 * config/m68k/m68klynx.mh: Likewise.
4031 * config/m68k/nbsd.mt: Likewise.
4032 * config/m68k/sun3os4.mh: Likewise.
4033 * config/mips/vr5000.mt: Likewise.
4034 * config/ns32k/nbsd.mt: Likewise.
4035 * config/pa/hppabsd.mh: Likewise.
4036 * config/pa/hppaosf.mh: Likewise.
4037 * config/powerpc/nbsd.mt: Likewise.
4038 * config/rs6000/rs6000lynx.mh: Likewise.
4039 * config/s390/s390.mt: Likewise.
4040 * config/s390/s390x.mt: Likewise.
4041 * config/sparc/sparclynx.mh: Likewise.
4042 * config/sparc/sun4os4.mh: Likewise.
4043 * config/i386/x86-64linux.mt: Likewise.
4044 * config/sparc/linux.mh: Likewise.
4045
4046 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4047
4048 * configure.tgt: Configure gdbserver only for known working
4049 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4050 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4051 SUBDIRS if it is configured. Update comment for ${nativefile}.
4052 * configure: Regenerated.
4053
4054 2002-02-13 Michael Snyder <msnyder@redhat.com>
4055
4056 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4057
4058 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4059 (default_gcore_mach): Just return 0, work around a problem in bfd.
4060 (default_gcore_target): OK to return NULL if exec_bfd is null.
4061 (make_mem_sec): Use a cast, avoid a warning.
4062
4063 * procfs.c (find_memory_regions_callback): Use a cast instead of
4064 calling host_pointer_to_address (which complains if
4065 sizeof (host pointer) != sizeof (target pointer)).
4066 (procfs_make_note_section): Avoid overflow in psargs string.
4067
4068 * procfs.c (procfs_make_note_section): Make the default
4069 implementation return an error.
4070
4071 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
4072
4073 * procfs.c (procfs_make_note_section): Provide a default definition
4074 (for alpha-dec-osf4.0f). Fix typos.
4075
4076 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
4077
4078 * linux-proc.c: Add include of regcache.h.
4079 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4080
4081 2002-02-13 Andrew Cagney <ac131313@redhat.com>
4082
4083 From 2002-01-18 Greg McGary <greg@mcgary.org>:
4084 * memattr.c (create_mem_region): Disallow useless empty region.
4085 Regions are half-open intervals, so allow [A..B) [B..C) as
4086 non-overlapping.
4087
4088 2002-02-13 Michael Chastain <mec@shout.net>
4089
4090 * defs.h: Kill CONST_PTR.
4091 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4092 * c-lang.c (c_builtin_types): Likewise.
4093 * ch-lang.c (ch_builtin_types): Likewise.
4094 * f-lang.c (f_builtin_types): Likewise.
4095 * language.c (unknown_builtin_types): Likewise.
4096 * m2-lang.c (m2_builtin_types): Likewise.
4097 * p-lang.c (pascal_builtin_types): Likewise.
4098 * scm-lang.c (c_builtin_types): Likewise.
4099
4100 2002-02-13 Keith Seitz <keiths@redhat.com>
4101
4102 * arm-tdep.h (arm_get_next_pc): Add declaration.
4103
4104 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4105
4106 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4107 with other related struct-returning functions.
4108 (arm_extract_struct_value_address): New function.
4109 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4110 initialize float_format, double_format and long_double_format as
4111 appropriate to the endianness of the target.
4112 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4113 (arm_use_struct_convention): Delete declaration.
4114 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4115
4116 2002-02-13 Keith Seitz <keiths@redhat.com>
4117
4118 * defs.h (core_addr_to_string_nz): New function.
4119
4120 2002-02-13 Mark Kettenis <kettenis@gnu.org>
4121
4122 Apply missing bits of 2002-01-15 patch.
4123 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4124 (fill_fpregset): Use i387_fill_fsave.
4125
4126 2002-02-12 Keith Seitz <keiths@redhat.com>
4127
4128 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4129 (core_addr_to_string_nz): New function.
4130
4131 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4132
4133 * arm-linux-nat.c: Really include arm-tdep.h.
4134 * config/arm/tm-linux.h (struct type, struct value): Declare.
4135
4136 2002-02-11 Michael Snyder <msnyder@redhat.com>
4137
4138 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4139 (gcore section): Ifdef for Solaris and Unixware only.
4140 (procfs_do_thread_registers): Unixware needs one lwpstatus
4141 per thread (not one prstatus or pstatus).
4142 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4143 not over all gdb threads. For unixware, call elfcore_write_pstatus
4144 once before iterating over threads.
4145
4146 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4147
4148 * arm-tdep.h: New file.
4149 * arm-tdep.c: Include arm-tdep.h.
4150 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4151 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4152 (arm_print_float_info, arm_register_type, convert_to_extended)
4153 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4154 (arm_extract_return_value, arm_register_name): Make static.
4155 (arm_software_single_step): Similarly. Fix types in declaration.
4156 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4157 (arm_store_return_value, arm_store_struct_return): New functions.
4158 (arm_gdbarch_init): Register the above functions. Also register
4159 call_dummy_start_offset, sizeof_call_dummy_words,
4160 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4161 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4162 max_register_virtual_size, register_size. Set up
4163 prologue_cache.saved_regs here, rather than ...
4164 (_initialize_arm_tdep): ... here.
4165 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4166 declarations.
4167 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4168 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4169 (arm_print_float_info, arm_register_type, convert_to_extended)
4170 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4171 (arm_extract_return_value, arm_register_name): Delete declarations.
4172 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4173 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4174 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4175 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4176 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4177 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4178 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4179 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4180 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4181 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4182 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4183 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4184 interface.
4185 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4186 * remote-rdi.c remote-rdp.c: Likewise.
4187 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4188 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4189 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4190 definition.
4191
4192 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4193 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4194 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4195 from non-ARM_ prefixed definitions.
4196 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4197 all uses of above.
4198 * remote-rdi.c remote-rdp.c: Likewise.
4199 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4200
4201 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4202
4203 * arm-tdep.c (arm_frameless_function_invocation)
4204 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4205 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4206 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4207 (arm_pop_frame, arm_get_next_pc): Make static.
4208 (arm_gdbarch_init): Register above in gdbarch structure.
4209 (arm_read_fp): Renamed from arm_target_read_fp.
4210 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4211 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4212 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4213 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4214 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4215 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4216 (arm_pc_is_thumb_dummy): Delete declarations.
4217 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4218 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4219 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4220 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4221
4222 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4223
4224 * symtab.c (compare_search_syms): New function.
4225 (sort_search_symbols): New function.
4226 (search_symbols): Sort symbols after searching rather than
4227 before.
4228
4229 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4230
4231 * NEWS: Linux -> GNU/Linux.
4232
4233 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4234
4235 * gdbarch.sh: For for level one methods, disallow a definition
4236 when partially multi-arched. Add comments explaining rationale.
4237 * gdbarch.h: Re-generate.
4238
4239 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4240
4241 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4242 multi-arch partial.
4243
4244 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4245
4246 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4247 field. Use diff -u.
4248 * gdbarch.c: Re-generate.
4249
4250 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4251
4252 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4253 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4254 partial.
4255
4256 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4257
4258 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4259 multi-arch partial.
4260 (PUSH_ARGUMENTS): Switch to using predefault.
4261 * gdbarch.c: Regenerate.
4262
4263 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4264
4265 * valops.c (PUSH_ARGUMENTS): Delete definition.
4266 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4267 partial. Default to default_push_arguments.
4268 * gdbarch.h, gdbarch.c: Regenerate.
4269
4270 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4271
4272 * defs.h (throw_exception): Rename return_to_top_level. Update
4273 comments.
4274 * utils.c (error_stream, internal_verror, quit): Ditto.
4275 * top.c (throw_exception, catcher): Ditto.
4276 * sparclet-rom.c (sparclet_load): Ditto.
4277 * remote.c (interrupt_query, minitelnet): Ditto.
4278 * remote-sds.c (interrupt_query): Ditto.
4279 * remote-mips.c (mips_error, mips_kill): Ditto.
4280 * ocd.c (interrupt_query): Ditto.
4281 * monitor.c (monitor_interrupt_query): Ditto.
4282 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4283 * target.h: Update comment.
4284
4285 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4286
4287 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4288
4289 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4290 default_double_format.
4291 * gdbarch.h, gdbarch.c: Re-generate.
4292 * findvar.c (floatformat_unknown): Delete variable definition.
4293 * doublest.h (floatformat_unknown): Delete variable declaration.
4294
4295 2002-02-09 Jim Blandy <jimb@redhat.com>
4296
4297 * stabsread.c (read_type): Add code to parse Sun's syntax for
4298 prototyped function types.
4299
4300 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4301
4302 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4303 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4304
4305 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4306
4307 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4308 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4309 now _initialize_xcoffsolib gets called again and overrides the
4310 commands from solib.c in a native configuration.
4311
4312 2002-02-09 Mark Kettenis <kettenis@gnu.org>
4313
4314 * doublest.c (store_typed_floating): Don't try to return a value.
4315 Fixes PR gdb/290.
4316
4317 2002-02-08 Jim Blandy <jimb@redhat.com>
4318
4319 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4320 is prototyped and has no arguments, print its argument list as
4321 `(void)'.
4322
4323 2002-02-08 Chris Demetriou <cgd@broadcom.com>
4324
4325 * MAINTAINERS (write-after-approval): Add myself.
4326 (paper-trail): I've escaped!
4327
4328 2002-02-08 Christopher Faylor <cgf@redhat.com>
4329
4330 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4331 changes.
4332 (_initialize_check_for_gdb_ini): Ditto.
4333
4334 2002-02-08 Martin M. Hunt <hunt@redhat.com>
4335
4336 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4337 xaprintf -> xasprintf.
4338
4339 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4340
4341 * win32-nat.c: Remove use of printf and sprintf functions.
4342
4343 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
4344
4345 * arm-tdep.c (arm_frame_chain_valid): Make static.
4346 (arm_push_arguments): Likewise.
4347 (arm_gdbarch_init): New function.
4348 (_initialize_arm_tdep): Call it.
4349 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4350 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4351 (FRAME_CHAIN_VALID): Delete.
4352 (arm_frame_chain_valid): Delete declaration.
4353 (PUSH_ARGUMENTS): Delete.
4354 (arm_push_arguments): Delete declaration.
4355 (CALL_DUMMY_P): Delete.
4356
4357 2002-02-08 Andrew Cagney <ac131313@redhat.com>
4358 Corinna Vinschen <vinschen@redhat.com>
4359
4360 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4361 on builtin float types.
4362
4363 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
4364
4365 * utils.c: Include <curses.h> before "bfd.h".
4366 * tui/tui-hooks.c: Likewise.
4367 * tui/tui.c: Likewise.
4368 * tui/tuiCommand.c: Likewise.
4369 * tui/tuiData.c: Likewise.
4370 * tui/tuiDataWin.c: Likewise.
4371 * tui/tuiDisassem.c: Likewise.
4372 * tui/tuiGeneralWin.c: Likewise.
4373 * tui/tuiIO.c: Likewise.
4374 * tui/tuiLayout.c: Likewise.
4375 * tui/tuiRegs.c: Likewise.
4376 * tui/tuiSource.c: Likewise.
4377 * tui/tuiSourceWin.c: Likewise.
4378 * tui/tuiStack.c: Likewise.
4379 * tui/tuiWin.c: Likewise.
4380
4381 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
4382
4383 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4384 to include space for pseudoregs as well. Update loops accordingly.
4385 (sh_fp_frame_init_saved_regs): Ditto.
4386 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4387
4388 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4389
4390 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4391 Add Richard Earnshaw to Arm maintainers.
4392
4393 2002-02-07 Andrew Cagney <ac131313@redhat.com>
4394
4395 * defs.h (warning_begin): Delete declaration.
4396
4397 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4398 Delete macro.
4399
4400 2002-02-07 Michael Snyder <msnyder@redhat.com>
4401
4402 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4403 Logic bug, remove misplaced else.
4404
4405 2002-02-07 Klee Dienes <klee@apple.com>
4406
4407 * fork-inferior.c (fork_inferior): Add '!' to the list of
4408 characters that need to be quoted when building a string for the
4409 shell. Quote '!' specifically with a backslash, since CSH chokes
4410 when trying to evaluate "str!str".
4411
4412 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4413
4414 * rdi-share/host.h: Only provide a typedef for bool if it is not
4415 defined.
4416
4417 2002-02-04 Michael Snyder <msnyder@redhat.com>
4418
4419 * breakpoint.h (enum bptype): Add new overlay event bp type.
4420 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4421
4422 * breakpoint.c (create_internal_breakpoint): New function.
4423 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4424 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4425 (create_thread_event_breakpoint): Ditto.
4426 (create_solib_event_breakpoint): Ditto.
4427 (create_overlay_event_breakpoint): New function.
4428 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4429 (update_breakpoints_after_exec): Delete and re-initialize
4430 overlay event breakpoints after an exec. Add FIXME comment
4431 about longjmp breakpoint.
4432 (print_it_typical): Ignore overlay event breakpoints.
4433 (print_one_breakpoint): Ditto.
4434 (mention): Ditto.
4435 (bpstat_what): Do not stop for overlay event breakpoints.
4436 (delete_breakpoint): Don't delete overlay event breakpoints.
4437 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4438 (breakpoint_re_set): Re-create overlay event breakpoint.
4439
4440 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4441 (overlay_manual_command): Disable overlay breakpoints.
4442 (overlay_off_command): Disable overlay breakpoints.
4443
4444 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4445
4446 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4447 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4448 to here from config/tm-arm.h.
4449 (coff_sym_is_thumb): Make static.
4450 (arm_elf_make_msymbol_special): New function.
4451 (arm_coff_make_msymbol_special): New function.
4452 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4453 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4454 (coff_sym_is_thumb): Delete declaration.
4455 (arm_elf_make_msymbol_special): Declare.
4456 (arm_coff_make_msymbol_special): Declare.
4457 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4458 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4459
4460 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4461
4462 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4463
4464 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
4465
4466 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4467 * gdbarch.c gdbarch.h: Regenerate.
4468 * arch-utils.c (default_print_float_info): New function.
4469 * arch-utils.h (default_print_float_info): Prototype it.
4470 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4471 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4472 (PRINT_FLOAT_INFO): Document it.
4473
4474 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4475 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4476 (PRINT_FLOAT_INFO): Define.
4477
4478 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4479
4480 * win32-nat.c (_initialize_check_for_gdb_ini):
4481 Add typecast to sprintf argument to suppress a warning.
4482
4483 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4484
4485 * win32-nat.c (last_sig): Changed type of variable to target_signal,
4486 to allow easier handling of pass state.
4487 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4488 that gives exception name and address.
4489 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4490 and set last_sig value to ourstatus->value.sig. Some missing
4491 exceptions added.
4492 (child_continue): Correctly report continue_status.
4493 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4494 TARGET_SIGNAL_0 (new default value).
4495 (child_resume): consider sig argument passed to decide if
4496 the exception should be passed to debuggee or not.
4497
4498 2002-02-05 Michael Snyder <msnyder@redhat.com>
4499
4500 * regcache.c (fetch_register): Call target_fetch_register
4501 only if we don't call FETCH_PSEUDO_REGISTER.
4502 (store_register): Call target_store_register only if we
4503 don't call STORE_PSEUDO_REGISTER.
4504
4505 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
4506
4507 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4508 ELF_MAKE_MSYMBOL_SPECIAL.
4509 * gdbarch.c, gdbarch.h: Regenerate.
4510 * arch-utils.c (default_make_msymbol_special): New function.
4511 * arch-utils.h (default_make_msymbol_special): Export.
4512 * elfread.c (elf_symtab_read): Compile use of
4513 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4514 multiarched.
4515 * coffread.c (coff_symtab_read): Ditto, for
4516 COFF_MAKE_MSYMBOL_SPECIAL.
4517
4518 2002-02-05 Jim Blandy <jimb@redhat.com>
4519
4520 * solib-svr4.c (svr4_truncate_ptr): New function.
4521 (svr4_relocate_section_addresses): Do the address arithmetic with
4522 the appropriate truncation for target addresses, even when
4523 CORE_ADDR is larger than a target address.
4524
4525 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4526
4527 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4528 to (int *).
4529
4530 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4531
4532 * gdbserver/linux-low.c (kill_inferior): Remove commented out
4533 code.
4534
4535 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4536
4537 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4538
4539 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4540
4541 * gdbserver/linux-low.c: Remove unused include files.
4542
4543 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4544
4545 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4546 (read_inferior_memory): Use it.
4547 (write_inferior_memory): Likewise.
4548
4549 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4550
4551 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4552 grubbing through sys_errlist.
4553
4554 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
4555
4556 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4557
4558 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4559 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4560
4561 2002-02-04 Andrew Cagney <ac131313@redhat.com>
4562
4563 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4564 (do_sfunc, set_cmd_sfunc): New functions.
4565
4566 * command.h (struct cmd_list_element): Add field func.
4567 * cli/cli-decode.h (struct cmd_list_element): Ditto.
4568 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4569 * cli/cli-decode.h: Ditto.
4570
4571 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4572 (help_all, help_cmd_list): Ditto.
4573 (find_cmd, complete_on_cmdlist): Ditto.
4574 * top.c (execute_command): Ditto.
4575
4576 * cli/cli-setshow.c (do_setshow_command): Call func instead of
4577 function.sfunc.
4578
4579 * infcmd.c (notice_args_read): Fix function signature.
4580
4581 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4582 * cli/cli-decode.c (add_set_cmd): Ditto.
4583 * utils.c (initialize_utils): Ditto.
4584 * maint.c (_initialize_maint_cmds): Ditto.
4585 * infrun.c (_initialize_infrun): Ditto.
4586 * demangle.c (_initialize_demangler): Ditto.
4587 * remote.c (add_packet_config_cmd): Ditto.
4588 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4589 * cris-tdep.c (_initialize_cris_tdep): Ditto.
4590 * proc-api.c (_initialize_proc_api): Ditto.
4591 * kod.c (_initialize_kod): Ditto.
4592 * valprint.c (_initialize_valprint): Ditto.
4593 * top.c (init_main): Ditto.
4594 * infcmd.c (_initialize_infcmd): Ditto.
4595 * corefile.c (_initialize_core): Ditto.
4596 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4597 * arch-utils.c (initialize_current_architecture): Ditto.
4598 (_initialize_gdbarch_utils): Ditto.
4599 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4600
4601 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4602 * wince.c (_initialize_inftarg): Ditto.
4603 * symfile.c (_initialize_symfile): Ditto.
4604 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4605 * language.c (_initialize_language): Ditto.
4606 * arc-tdep.c (_initialize_arc_tdep): Ditto.
4607
4608 2002-02-04 Michael Snyder <msnyder@redhat.com>
4609
4610 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4611
4612 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4613
4614 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4615 Add rules for building the register data files.
4616
4617 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4618
4619 * regformats/regdat.sh: Add braces to the definition of
4620 expedite_regs_${arch}.
4621
4622 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
4623
4624 * regformats/regdef.h (struct reg): Add comment describing the
4625 requirements for offset and size fields.
4626
4627 2002-02-04 Andreas Schwab <schwab@suse.de>
4628
4629 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4630 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4631
4632 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
4633
4634 * gdbarch.sh (copyright): Update years in generated header.
4635 (SMASH_TEXT_ADDRESS): Add rule.
4636 * gdbarch.h, gdbarch.c: Re-generate.
4637 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4638 * dbxread.c: Likewise.
4639 * dwarfread.c: Likewise.
4640 * elfread.c: Likewise.
4641 * somread.c: Likewise.
4642
4643 * arm-tdep.c (arm_smash_text_address): New function.
4644 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4645
4646 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
4647
4648 Add support for hardware watchpoints on win32 native.
4649 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4650 CONTEXT_DEBUG_REGISTERS.
4651 (dr variable): New variable. Static array containing a local copy
4652 of debug registers.
4653 (debug_registers_changed): New variable. Reflects when debug registers
4654 are changed and need to be written to inferior.
4655 (debug_registers_used): New variable. Reflects when any debug register
4656 was set, used when new threads are created.
4657 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4658 i386-nat code.
4659 (thread_rec): Set dr array if id is the thread of current_event .
4660 (child_continue, child_resume): Change the debug registers for all
4661 threads if debug_registers_changed.
4662 (child_add_thread): Change the debug registers if debug_registers_used.
4663 * config/i386/cygwin.mh: Add use of i386-nat.o file.
4664 Link nm.h to new nm-cygwin.h file.
4665 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4666 of hardware registers.
4667
4668 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4669
4670 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4671 Restore behavour broken by 2002-01-20 Andrew Cagney
4672 <ac131313@redhat.com> IEEE_FLOAT removal.
4673
4674 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4675
4676 * c-valprint.c (c_val_print): Pass a proper valaddr to
4677 cp_print_class_method.
4678 * valops.c (search_struct_method): If there is only one method
4679 and args is NULL, return that method.
4680
4681 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4682
4683 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4684 accessing tag_name directly.
4685
4686 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4687
4688 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4689 of accessing tag_name directly.
4690
4691 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
4692
4693 PR gdb/280
4694 * gdbtypes.c (replace_type): New function.
4695 * gdbtypes.h (replace_type): Add prototype.
4696 * stabsread.c (read_type): Use replace_type.
4697
4698 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
4699
4700 * Makefile.in (memattr.o): Add missing dependencies rule.
4701
4702 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4703
4704 * breakpoint.c (break_at_finish_command): Really export.
4705 (break_at_finish_at_depth_command): Ditto.
4706 (tbreak_at_finish_command): Ditto.
4707 * hppa-tdep.c: Include completer.h.
4708 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4709 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4710
4711 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4712
4713 * utils.c (do_write): New function.
4714 (error_stream): Rewrite combining the code from error_begin and
4715 verror.
4716 (verror): Rewrite using error_stream.
4717 (error_begin): Delete function.
4718
4719 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4720
4721 * utils.c (error_begin): Make static.
4722 * defs.h (error_begin): Delete declaration.
4723
4724 * linespec.c (cplusplus_error): Replace cplusplus_hint.
4725 (decode_line_1): Use cplusplus_error instead of error_begin,
4726 cplusplus_hint and return_to_top_level.
4727 * coffread.c (coff_symfile_read): Use error instead of error_begin
4728 and return_to_top_level.
4729 * infrun.c (default_skip_permanent_breakpoint): Ditto.
4730
4731 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4732
4733 * language.h (type_error, range_error): Make string parameter
4734 constant.
4735 * language.c (warning_pre_print): Delete extern declaration.
4736 * dwarfread.c (warning_pre_print): Ditto.
4737 * language.c (type_error, range_error): Rewrite to use verror and
4738 vwarning instead of warning_begin.
4739
4740 2002-02-01 Michael Snyder <msnyder@redhat.com>
4741
4742 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4743 (set_ignore_count): Move misplaced comment back where it belongs.
4744
4745 2002-02-01 Andrew Cagney <ac131313@redhat.com>
4746
4747 * command.h (NO_FUNCTION): Delete macro.
4748 * cli/cli-decode.h (NO_FUNCTION): Ditto.
4749 * top.c (execute_command): Replace NO_FUNCTION with NULL.
4750 * tracepoint.c (_initialize_tracepoint): Ditto.
4751 * cli/cli-decode.c (add_set_cmd): Ditto.
4752 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4753
4754 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4755
4756 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4757 Update ``this'' pointer when calling virtual functions.
4758
4759 2002-02-01 Michael Snyder <msnyder@redhat.com>
4760
4761 * breakpoint.c (create_temp_exception_breakpoint): Delete.
4762 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4763
4764 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
4765
4766 * regformats/reg-arm.dat: New file.
4767 * regformats/reg-i386.dat: New file.
4768 * regformats/reg-ia64.dat: New file.
4769 * regformats/reg-m68k.dat: New file.
4770 * regformats/reg-mips.dat: New file.
4771 * regformats/reg-ppc.dat: New file.
4772 * regformats/reg-sh.dat: New file.
4773 * regformats/regdef.h: New file.
4774 * regformats/regdat.sh: New file.
4775
4776 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
4777
4778 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4779 (arm_frame_args_address, arm_frame_locals_address): New functions.
4780 (arm_frame_num_args): New function.
4781 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4782 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4783 (FRMA_NUM_ARGS): Call arm_frame_num_args.
4784
4785 2002-01-31 Michael Snyder <msnyder@redhat.com>
4786
4787 * breakpoint.c (break_at_finish_command): Export.
4788 (break_at_finish_at_depth_command): Export.
4789 (tbreak_at_finish_command): Export.
4790 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4791 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4792 "tbreak" commands, which are HPPA specific.
4793
4794 * printcmd.c (disassemble_command): Remove an ancient
4795 artifact of an old merge.
4796
4797 * symfile.h (enum overlay_debugging_state):
4798 Define enum constant values for overlay mode.
4799 * symfile.c (overlay_debugging): Use enums instead of literals.
4800 (overlay_is_mapped, overlay_auto_command,
4801 overlay_manual_command): Ditto.
4802
4803 * breakpoint.c (insert_breakpoints, remove_breakpoint,
4804 breakpoint_here_p, breakpoint_inserted_here_p,
4805 breakpoint_thread_match, bpstat_stop_status,
4806 describe_other_breakpoints, check_duplicates, clear_command):
4807 Coding standard fixes.
4808
4809 * target.c (target_xfer_memory): Add spaces, coding standard.
4810 (do_xfer_memory): Add missing line to trust-readonly
4811 code: check bfd SEC_READONLY flag for section.
4812
4813 2002-01-31 Andrew Cagney <ac131313@redhat.com>
4814
4815 * PROBLEMS: Fix typo, 5.1->5.1.1.
4816
4817 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
4818
4819 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4820 data symbols, since we search based on textlow and texthigh.
4821 (find_pc_sect_symtab): Likewise.
4822
4823 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4824
4825 * defs.h (vwarning): Declare.
4826 * utils.c (vwarning): New function.
4827 (warning): Call vwarning.
4828 (warning_begin): Delete function.
4829
4830 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4831 the warning message.
4832 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4833 warning_begin.
4834
4835 2002-01-30 Michael Snyder <msnyder@redhat.com>
4836
4837 * NEWS: Mention "set trust-readonly-sections" command.
4838 Mention generate-core-file command.
4839
4840 2002-01-15 Michael Snyder <msnyder@redhat.com>
4841
4842 * target.c: New command, "set trust-readonly-sections on".
4843 (do_xfer_memory): Honor the suggestion to trust readonly sections
4844 by reading them from the object file instead of from the target.
4845 (initialize_targets): Register command "set trust-readonly-sections".
4846
4847 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4848
4849 * parse.c (target_map_name_to_register): Simplify, search regs and
4850 pseudo-regs using a single loop.
4851
4852 2002-01-30 Andrew Cagney <ac131313@redhat.com>
4853
4854 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4855
4856 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
4857
4858 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4859 * config/i386/i386v42mp.mh: Add i387-nat.o .
4860 * i386v4-nat.c: Include i387-nat.h.
4861 (supply_fpregset): Use i387_supply_fsave.
4862 (fill_fpregset): Use i387_fill_fsave.
4863
4864 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
4865
4866 * arm-tdep.c (arm_call_dummy_words): Define.
4867 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4868 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4869 (CALL_DUMMY_WORDS): Define.
4870 (arm_call_dummy_words): Declare.
4871 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4872 (arm_linux_call_dummy_words): Declare.
4873
4874 2002-01-30 Andreas Schwab <schwab@suse.de>
4875
4876 * m68klinux-nat.c: Fix last change to use regcache_collect
4877 instead of referencing registers[] directly.
4878
4879 2002-01-29 Andrew Cagney <ac131313@redhat.com>
4880
4881 * parse.c (target_map_name_to_register): Delete code wrapped in
4882 #ifdef REGISTER_NAME_ALIAS_HOOK.
4883
4884 2002-01-28 Michael Snyder <msnyder@redhat.com>
4885
4886 * regcache.c (legacy_read_register_gen): Need to be able to
4887 read pseudo-register as well as real register.
4888 (legacy_write_register_gen): Ditto.
4889
4890 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4891
4892 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4893 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4894 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4895 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4896 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4897 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4898 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4899 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4900 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4901 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4902 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4903 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4904 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4905 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4906 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4907 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4908 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4909 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4910 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4911 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4912
4913 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4914
4915 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4916 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4917 (initialize_current_architecture): Update target_byte_order using
4918 information from BFD.
4919 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4920 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4921
4922 2002-01-28 Andrew Cagney <ac131313@redhat.com>
4923
4924 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4925 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
4926
4927 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4928 #ifdef INVALID_FLOAT.
4929 * infcmd.c (do_registers_info): Ditto.
4930 * values.c (unpack_double): Ditto. Add comment.
4931
4932 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4933 already commented out.
4934
4935 2002-01-26 Andreas Schwab <schwab@suse.de>
4936
4937 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4938 * m68klinux-nat.c: Update ptrace interface for fetching/storing
4939 registers and add support for PTRACE_GETREGS.
4940
4941 2002-01-24 Andrew Cagney <ac131313@redhat.com>
4942
4943 GDB 5.1.1 released from 5.1 branch.
4944 * NEWS: Add 5.1.1 news.
4945 * README: Sync with 5.1 branch.
4946
4947 2002-01-23 Fred Fish <fnf@redhat.com>
4948
4949 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4950 stabstring on initial malloc. Reallocing will copy it for us,
4951 if necessary.
4952
4953 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4954
4955 * Makefile.in (hpread_h): Delete.
4956 (HFILES_NO_SRCDIR): Remove hpread.h.
4957 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4958 (hpread.o): Update dependencies.
4959 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4960
4961 * hp-psymtab-read.c: Remove file.
4962 * hp-symtab-read.c: Remove file.
4963 * hpread.h: Remove file.
4964
4965 * hpread.c: Merge all contents of hp-psymtab-read.c,
4966 hp-symtab-read.c and hpread.h into this file, as it was prior to
4967 January 1999.
4968
4969 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4970 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4971 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4972 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4973
4974 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
4975
4976 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4977 fill_gregset): Call gdbarch_tdep() just once, assign result to
4978 variable and use that, instead of calling the function several
4979 times.
4980
4981 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
4982
4983 * configure.host: Accept sparcv9 as alias for sparc64.
4984 * configure.tgt: Likewise.
4985
4986 2002-01-22 Kevin Buettner <kevinb@redhat.com>
4987
4988 * solib-aix5.c (build_so_list_from_mapfile)
4989 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4990 arguments is not reversed.
4991 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4992 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4993
4994 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
4995
4996 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4997 modified version of obsolete sh_fetch_pseudo_register.
4998 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4999 (sh4_register_read): New function.
5000 (sh_pseudo_register_write): New function. Renamed and modified
5001 version of obsolete sh_store_pseudo_register.
5002 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5003 (sh4_register_write): New function.
5004 (sh_gdbarch_init): Remove setting of gdbarch function
5005 fetch_pseudo_register and store_pseudo_register. Remove setting of
5006 register_convert_to_raw, register_convert_to_virtual,
5007 register_convertible.
5008 (sh_sh4_register_convertible): Delete. No longer needed. All is
5009 taken care by architecture specific functions
5010 register_read/register_write.
5011 (sh_sh4_register_convert_to_virtual): Make static.
5012 (sh_sh4_register_convert_to_raw): Ditto.
5013
5014 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5015
5016 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5017 (floatformat_is_nan, floatformat_mantissa): Ditto.
5018
5019 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5020 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5021 builtin_type_ieee_double_little,
5022 builtin_type_ieee_double_littlebyte_bigword,
5023 builtin_type_m68881_ext, builtin_type_i960_ext,
5024 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5025 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5026 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5027 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5028
5029 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
5030
5031 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5032 parameter. Set frameless flag if it exists and depended of
5033 whether the scanned function is frameless or not.
5034 (xstormy16_skip_prologue): If function is frameless, return
5035 result of xstormy16_scan_prologue().
5036 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5037 call.
5038
5039 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
5040
5041 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5042 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5043 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5044 sh_sh4_register_byte, sh_sh4_register_raw_size,
5045 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5046 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5047 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5048 sh_store_pseudo_register, sh_do_pseudo_register): Call
5049 gdbarch_tdep() just once, assign result to variable and use that,
5050 instead of calling the function several times.
5051
5052 2002-01-20 Mark Kettenis <kettenis@gnu.org>
5053
5054 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5055 macros instead of LAST_FPU_CTRL_REGNUM.
5056 (store_register): Likewise.
5057
5058 2002-01-21 Jim Blandy <jimb@redhat.com>
5059
5060 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5061 is up-to-date before running the program, not just when a program
5062 exits.
5063
5064 2002-01-21 Fred Fish <fnf@redhat.com>
5065
5066 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5067 when we have found all instructions we are looking for.
5068
5069 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5070
5071 * arm-tdep.c (arm_register_name): New function.
5072 (arm_registers_names): Make static.
5073 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5074 (arm_register_name): Declare.
5075 (REGISTER_NAME): Use it.
5076
5077 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5078 Kevin Buettner <kevinb@redhat.com>
5079
5080 Convert arm targets to new FRAME interface.
5081 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5082 (arm_frame_find_save_regs): Delete.
5083 (arm_frame_init_saved_regs): New.
5084 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5085 Allocate extra_info as required. Convert all uses of fsr.regs
5086 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5087 to use extra_info.
5088 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5089 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5090 (check_prologue_cache, save_prologue_cache): Likewise.
5091 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5092 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5093 (FRAME_FIND_SAVED_REGS): Delete.
5094 (arm_frame_find_saved_regs): Delete prototype.
5095 (arm_frame_init_saved_regs): New prototype.
5096 (FRAME_INIT_SAVED_REGS): Define.
5097
5098 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5099
5100 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5101
5102 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5103
5104 From Jeff Law <law@redhat.com>:
5105 * infttrace.c: Include <sys/pstat.h>.
5106 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5107 exec file if the ttrace equivalent fails.
5108
5109 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5110
5111 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5112 (closeLogFile): Ditto.
5113
5114 2002-01-20 Michael Chastain <mec@shout.net>
5115
5116 * top.c (print_gdb_version): Bump copyright year to 2002.
5117
5118 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5119
5120 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5121 Zannoni and Eli Zaretskii.
5122
5123 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5124
5125 * buildsym.c: Update copyright years.
5126 * c-typeprint.c: Likewise.
5127 * dwarf2read.c: Likewise.
5128 * f-typeprint.c: Likewise.
5129 * gdbtypes.c: Likewise.
5130 * gdbtypes.h: Likewise.
5131 * hp-symtab-read.c: Likewise.
5132 * hpread.c: Likewise.
5133 * mdebugread.c: Likewise.
5134 * p-typeprint.c: Likewise.
5135
5136 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5137
5138 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5139 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5140 byte-order selectable.
5141 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5142 * arch-utils.c: Ditto.
5143 (set_endian): Ditto.
5144 (set_endian_from_file): Ditto.
5145 * gdbserver/low-sim.c (create_inferior): Ditto.
5146 * gdbarch.sh: Ditto.
5147 * gdbarch.h: Re-generate.
5148 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5149 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5150 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5151 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5152 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5153 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5154 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5155 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5156 macro definition.
5157 * config/mips/tm-wince.h: Remove #undef of macro
5158 TARGET_BYTE_ORDER_SELECTABLE.
5159 * config/sh/tm-wince.h: Ditto.
5160
5161 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5162
5163 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5164 member function fields. Add accessor macro
5165 TYPE_FN_FIELD_ARTIFICIAL.
5166 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5167 * c-typeprint.c (c_type_print_base): Skip artificial member
5168 functions.
5169
5170 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5171
5172 * f-typeprint.c: Delete unused function f_type_print_args.
5173 * p-typeprint.c: Delete unused function pascal_type_print_args.
5174
5175 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5178 comment. Add ``artificial'' to ``union field_location''.
5179
5180 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5181
5182 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5183 * mdebugread.c (parse_symbol): Likewise.
5184 * stabsread.c (define_symbol): Likewise.
5185 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5186 initializing TYPE_FIELD_BITPOS to n (obsolete).
5187 (hpread_doc_function_type): Likewise.
5188 * hpread.c (hpread_function_type): Likewise.
5189
5190 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5191
5192 * configure.in (host_makefile_frag): Only require a host makefile
5193 fragment when a native build.
5194 * configure: Re-generate.
5195
5196 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5197
5198 * doublest.h (floatformat_from_type): Declare.
5199 * doublest.c (floatformat_from_type): New function.
5200 (convert_typed_floating): Use.
5201
5202 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5203 call to function floatformat_from_type.
5204
5205 * gdbarch.sh (IEEE_FLOAT): Delete.
5206 * gdbarch.h, gdbarch.c: Re-generate.
5207 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5208 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5209 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5210 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5211 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5212 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5213 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5214 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5215 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5216 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5217 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5218 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5219
5220 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5221 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5222 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5223 * sh-tdep.c (sh_gdbarch_init): Ditto.
5224 * mips-tdep.c (mips_gdbarch_init): Ditto.
5225 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5226 * cris-tdep.c (cris_gdbarch_init): Ditto.
5227
5228 2002-01-20 Jiri Smid <smid@suse.cz>
5229
5230 * configure.host, configure.tgt: Support x86-64.
5231 * NEWS: Note new target x86-64.
5232
5233 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5234 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5235 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5236 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5237 x86-64-linux-nat.o): Fix dependencies.
5238
5239 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5240
5241 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5242 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5243 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5244 * config/sparc/xm-sun4os4.h: Delete file.
5245 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5246
5247 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5248
5249 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5250 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5251 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5252 * config/i386/i386lynx.mh (XM_FILE): Delete.
5253 * config/rs6000/xm-rs6000ly.h: Delete file.
5254 * config/sparc/xm-sparclynx.h: Delete file.
5255 * config/m68k/xm-m68klynx.h: Delete file.
5256 * config/i386/xm-i386lynx.h: Delete file.
5257 * config/xm-lynx.h: Delete file.
5258 * config/djgpp/fnchange.lst: Update.
5259
5260 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5261
5262 * alpha-tdep.c (alpha_register_byte): New function.
5263 (alpha_register_raw_size): Ditto.
5264 (alpha_register_virtual_size): Ditto.
5265 (alpha_skip_prologue_internal): Renamed from
5266 alpha_skip_prologue.
5267 (alpha_skip_prologue): New version that calls
5268 alpha_skip_prologue_internal.
5269 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5270 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5271 second argument from alpha_skip_prologue.
5272 (REGISTER_BYTE): Use alpha_register_byte.
5273 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5274 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5275 (FRAMELESS_FUNCTION_INVOCATION): Use
5276 generic_frameless_function_invocation_not.
5277 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5278 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5279
5280 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5281
5282 * config/mips/xm-news-mips.h: Delete file.
5283 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5284
5285 * config/m88k/xm-m88k.h: Delete file.
5286 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5287 * config/m88k/xm-delta88v4.h: Ditto.
5288 * config/m88k/xm-delta88.h: Ditto.
5289
5290 * config/alpha/xm-fbsd.h: Delete file.
5291 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5292
5293 * config/sparc/xm-sparc.h: Delete file.
5294 * Makefile.in (xm-sun4os4.h): Delete dependency.
5295 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5296 * config/sparc/xm-sun4os4.h: Ditto.
5297 * config/sparc/xm-linux.h: Ditto.
5298
5299 * config/i386/xm-windows.h: Delete file.
5300
5301 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5302
5303 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5304 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5305
5306 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5307
5308 * alpha-tdep.c (alpha_call_dummy_words): New.
5309 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5310 (CALL_DUMMY_P): Define.
5311 (CALL_DUMMY_WORDS): Define.
5312 (SIZEOF_CALL_DUMMY_WORDS): Define.
5313
5314 2002-01-19 Per Bothner <per@bothner.com>
5315
5316 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5317 isn't NULL, which can happen with some gcj-3.x-produced code.
5318
5319 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5320
5321 * alpha-tdep.c (alpha_register_virtual_type): New function.
5322 (alpha_init_frame_pc_first): Ditto.
5323 (alpha_fix_call_dummy): Ditto.
5324 (alpha_store_struct_return): Ditto.
5325 (alpha_extract_struct_value_address): Ditto.
5326 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5327 alpha_register_virtual_type.
5328 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5329 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5330 alpha_extract_struct_value_address.
5331 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5332 (INIT_FRAME_PC): Use init_frame_pc_noop.
5333 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5334
5335 2002-01-19 Mark Kettenis <kettenis@gnu.org>
5336
5337 * i386gnu-nat.c: Include "i386-tdep.h".
5338 (fetch_fpregs): Simplify code dealing with uninitialized floating
5339 point states such that it doesn't require FP7_REGNUM.
5340
5341 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5342
5343 * alpha-tdep.c (frame_extra_info): New.
5344 (alpha_find_saved_regs): Make static. Use
5345 frame->extra_info.
5346 (alpha_frame_init_saved_regs): New function.
5347 (alpha_frame_saved_pc): Use frame->extra_info.
5348 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5349 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5350 (init_extra_frame_info): Rename to...
5351 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
5352 (alpha_print_extra_frame_info): New function.
5353 (alpha_frame_locals_address): Ditto.
5354 (alpha_frame_args_address): Ditto.
5355 (alpha_pop_frame): Use frame->extra_info.
5356 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5357 alpha_frame_args_address.
5358 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5359 (alpha_find_saved_regs): Remove prototype.
5360 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5361 (EXTRA_FRAME_INFO): Remove.
5362 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5363 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5364
5365 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5366
5367 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5368 (alpha_cannot_fetch_register): Ditto.
5369 (alpha_cannot_store_register): Ditto.
5370 (alpha_register_convertible): Ditto.
5371 (alpha_use_struct_convention): Ditto.
5372 * config/alpha/tm-alpha.h: Update copyright years.
5373 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5374 (INNER_THAN): Use core_addr_lessthan.
5375 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5376 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5377 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5378 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5379 (FRAME_CHAIN): Remove unnecessary cast.
5380
5381 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5382
5383 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5384 obsolete.
5385
5386 2002-01-18 Andrew Cagney <ac131313@redhat.com>
5387
5388 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5389 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5390 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5391 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5392 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5393 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5394 * x86-64-linux-nat.c: Ditto.
5395
5396 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5397
5398 * alpha-tdep.c (alpha_register_name): New function.
5399 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5400 (REGISTER_NAME): Define.
5401
5402 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5403
5404 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5405
5406 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5407
5408 * alpha-tdep.c: Update copyright years.
5409 (alpha_next_pc): New function.
5410 (alpha_software_single_step): Ditto.
5411 * config/alpha/tm-alpha.h: Add prototype for
5412 alpha_software_single_step.
5413
5414 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5415
5416 * alphabsd-nat.c: Update copyright years.
5417 (fill_gregset): Use regcache_collect.
5418 (fill_fpregset): Likewise.
5419 (fetch_inferior_registers): Only fetch integer registers
5420 if requested to do so.
5421 (store_inferior_registers): Only store integer registers
5422 if requested to do so.
5423
5424 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5425
5426 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5427 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5428 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5429 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5430 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5431 * config/arm/linux.mh (XDEPFILES): Delete.
5432 * config/arm/nbsd.mh (XDEPFILES): Delete.
5433 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5434 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5435 * config/i386/i386m3.mh (XDEPFILES): Delete.
5436 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5437 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5438 * config/i386/fbsd.mh (XDEPFILES): Delete.
5439 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5440 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5441 * config/i386/i386v4.mh (XDEPFILES): Delete.
5442 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5443 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5444 * config/i386/i386aix.mh (XDEPFILES): Delete.
5445 * config/i386/go32.mh (XDEPFILES): Delete.
5446 * config/i386/cygwin.mh (XDEPFILES): Delete.
5447 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5448 * config/i386/i386mach.mh (XDEPFILES): Delete.
5449 * config/i386/i386v32.mh (XDEPFILES): Delete.
5450 * config/i386/linux.mh (XDEPFILES): Delete.
5451 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5452 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5453 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5454 * config/i386/i386sco.mh (XDEPFILES): Delete.
5455 * config/i386/i386v.mh (XDEPFILES): Delete.
5456 * config/i386/nbsd.mh (XDEPFILES): Delete.
5457 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5458 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5459 * config/i386/symmetry.mh (XDEPFILES): Delete.
5460 * config/i386/obsd.mh (XDEPFILES): Delete.
5461 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5462 * config/ia64/linux.mh (XDEPFILES): Delete.
5463 * config/ia64/aix.mh (XDEPFILES): Delete.
5464 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5465 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5466 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5467 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5468 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5469 * config/m68k/linux.mh (XDEPFILES): Delete.
5470 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5471 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5472 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5473 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5474 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5475 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5476 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5477 * config/m88k/delta88.mh (XDEPFILES): Delete.
5478 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5479 * config/m88k/m88k.mh (XDEPFILES): Delete.
5480 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5481 * config/mips/linux.mh (XDEPFILES): Delete.
5482 * config/mips/irix6.mh (XDEPFILES): Delete.
5483 * config/mips/irix5.mh (XDEPFILES): Delete.
5484 * config/mips/irix4.mh (XDEPFILES): Delete.
5485 * config/mips/irix3.mh (XDEPFILES): Delete.
5486 * config/mips/decstation.mh (XDEPFILES): Delete.
5487 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5488 (NATDEPFILES): Move core-aout.o to here.
5489 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5490 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5491 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5492 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5493 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5494 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5495 * config/pa/hpux11.mh (XDEPFILES): Delete.
5496 * config/powerpc/aix.mh (XDEPFILES): Delete.
5497 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5498 * config/powerpc/linux.mh (XDEPFILES): Delete.
5499 * config/romp/rtbsd.mh: Rename XDEPFILES.
5500 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5501 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5502 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5503 * config/s390/s390.mh (XDEPFILES): Delete.
5504 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5505 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5506 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5507 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5508 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5509 * config/sparc/nbsd.mh (XDEPFILES): Delete.
5510 * config/sparc/linux.mh (XDEPFILES): Delete.
5511 * config/vax/vaxult.mh (XDEPFILES): Delete.
5512 * config/vax/vaxult2.mh (XDEPFILES): Delete.
5513 * Makefile.in (DEPFILES): Remove XDEPFILES.
5514
5515 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5516
5517 * utils.c (internal_verror): Fix comments, default is yes not no.
5518 Update queries to match. Default to quit and dump core.
5519
5520 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5521
5522 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
5523 copyright.
5524 * defs.h, event-top.c, gdbcmd.h: Ditto.
5525 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5526 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5527 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5528 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5529 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5530 * mi/mi-main.c:Ditto.
5531
5532 * stack.c, symfile.c: Update copyright.
5533
5534 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5535
5536 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5537 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5538 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5539 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5540
5541 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
5542
5543 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5544 * gdbserver/low-lynx.c (myattach): Likewise.
5545 * gdbserver/low-nbsd.c (myattach): Likewise.
5546 * gdbserver/low-sim.c (myattach): Likewise.
5547 * gdbserver/low-sparc.c (myattach): Likewise.
5548 * gdbserver/low-sun3.c (myattach): Likewise.
5549
5550 * gdbserver/low-linux.c (myattach): New function.
5551
5552 * gdbserver/server.c (attach_inferior): New function.
5553 (main): Handle "--attach".
5554
5555 2002-01-16 Andrew Cagney <ac131313@redhat.com>
5556
5557 * MAINTAINERS (language support): Daniel Jacobwitz is C++
5558 maintainer.
5559
5560 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
5561
5562 * c-typeprint.c (is_type_conversion_operator): Add additional
5563 check for non-conversion operators.
5564
5565 2002-01-15 Michael Snyder <msnyder@redhat.com>
5566
5567 * linux-proc.c: Add "info proc" command, a la procfs.c.
5568 (read_mapping): New function, abstract and re-use code.
5569 (linux_find_memory_regions): Use new func read_mapping.
5570 (linux_info_proc_cmd): New function, implement "info proc".
5571 (_initialize_linux_proc): Add new command "info proc".
5572
5573 2002-01-15 Michael Snyder <msnyder@redhat.com>
5574
5575 * symfile.c (generic_load): Use bfd_map_over_sections method
5576 instead of manipulating bfd structure members directly.
5577 (add_section_size_callback): New function, bfd sections callback
5578 used by generic_load.
5579 (load_sections_callback): New function, bfd sections callback
5580 used by generic_load.
5581
5582 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
5583
5584 [Based on work by Jim Blandy]
5585 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5586 (builtin_type_vec128): Export.
5587 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5588 types.
5589 (builtin_type_vec128): New builtin type for 128 bit vector
5590 registers.
5591 (build_gdbtypes): Initialize builtin_type_v16qi and
5592 builtin_type_v8hi. Create the vec128 register builtin type
5593 structure.
5594 (build_builtin_type_vec128): New function.
5595 (_initialize_gdbtypes): Register builtin_type_v16qi and
5596 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5597 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5598 AltiVec register to new builtin type.
5599
5600 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
5601
5602 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5603 to make_cv_type.
5604
5605 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5606
5607 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5608 CLEAN_UP_REGISTER_VALUE.
5609 * regcache.c (supply_register): Update only call.
5610
5611 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5612
5613 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5614 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5615 a29k-*-vxworks* targets as obsolete.
5616
5617 2002-01-14 Michael Snyder <msnyder@redhat.com>
5618
5619 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5620 until we can resolve portability issues.
5621 * gregset.h: Remove references to fpxregs.
5622 * gcore.c (gcore_command): Initialize note_sec to NULL.
5623
5624 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5625
5626 * signals.c (target_signal_to_name): Rewrite. Only use
5627 signals[].name when in bounds and non-NULL.
5628
5629 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5630
5631 From Petr Ledvina <ledvinap@kae.zcu.cz>:
5632 * signals.c (target_signal_to_name): Verify that SIG is within the
5633 bounds of the signals array.
5634
5635 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5636
5637 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5638
5639 2002-01-13 Keith Seitz <keiths@redhat.com>
5640
5641 * stack.c (print_frame_info_base): Print the frame's pc
5642 only if when print_frame_info_listing_hook is not defined.
5643
5644 2002-01-13 Keith Seitz <keiths@redhat.com>
5645
5646 * varobj.c (varobj_set_value): Make sure that there were no
5647 errors evaluating the object before attempting to set its
5648 value.
5649 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5650 so this offset adjustment is no longer necessary.
5651 (create_child): Don't set the error flag if the child is
5652 a CPLUS_FAKE_CHILD.
5653 (value_of_child): If value_fetch_lazy fails, return NULL
5654 so that callers will be notified that an error occurred.
5655 (c_value_of_variable): Delay check of variable's validity
5656 until later. We actually want all structs and unions to have
5657 the value "{...}".
5658 Do not return "???" for variables which could not be evaluated.
5659 This error condition must be returned to the caller so that it
5660 can get the error condition from gdb.
5661 (cplus_name_of_child): Adjust index for vptr before figuring
5662 out the name of the child.
5663 (cplus_value_of_child): If a child's (real) parent is not valid,
5664 don't even bother trying to give a value for it. Just return
5665 an error. Change all instances in this function.
5666 (cplus_type_of_child): If our parent is one of the "fake"
5667 parents, we need to get at the type of the real parent, and
5668 derive the child's true type using this information.
5669
5670 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5671
5672 From 2002-01-09 John Marshall <johnm@falch.net>:
5673 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5674 sources.redhat.com, and tweak some related URLs which had
5675 suffered from linkrot.
5676
5677 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5678
5679 From Jeff law:
5680 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5681 structures passed in registers.
5682
5683 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
5684
5685 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5686 white space which prevented compilation. Reported by DSK
5687 <dsk@student.unsw.edu.au>.
5688
5689 2002-01-11 Michael Snyder <msnyder@redhat.com>
5690
5691 * symfile.c (build_section_addr_info_from_section_tab):
5692 Use bfd access method instead of manipulating bfd directly.
5693 (syms_from_objfile): Ditto.
5694 (simple_overlay_update_1): Ditto.
5695 (simple_overlay_update): Ditto.
5696 (generic_load): Ditto.
5697 (overlay_unmapped_address): FIXME comment, bfd access methods.
5698 (sections_overlap): FIXME comment, bfd access methods.
5699 (pc_in_mapped_range): FIXME comment, bfd access methods.
5700 (pc_in_unmapped_range): FIXME comment, bfd access methods.
5701 (section_is_mapped): FIXME comment, bfd access methods.
5702 (section_is_overlay): FIXME comment, bfd access methods.
5703
5704 * symfile.c (generic_load): Whitespace and long line cleanups.
5705 Remove duplicate variable, change several local variables to
5706 more appropriate data types.
5707 (print_transfer_performance): Use %lu instead of %ld for ulongs.
5708
5709 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5710
5711 From Peter Schauer:
5712 * language.c (longest_local_hex_string_custom): Use phex_nz to
5713 convert NUM to a hex string.
5714
5715 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
5716
5717 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5718 the function.
5719 Update Copyright year.
5720
5721 2002-01-12 Andrew Cagney <ac131313@redhat.com>
5722
5723 * language.c (longest_raw_hex_string): Delete unused function.
5724
5725 2002-01-11 Petr Sorfa <petrs@caldera.com>
5726
5727 * MAINTAINERS (write-after-approval): Add myself.
5728 * dwarf2read.c (read_tag_string_type): Handling of
5729 DW_AT_byte_size.
5730 (read_tag_string_type): FORTRAN fix to prevent propagation of
5731 first string size.
5732 (set_cu_language): Handling of DW_LANG_Fortran95
5733
5734 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
5735
5736 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5737 GETPID(inferior_ptid).
5738 (store_inferior_registers): Likewise.
5739
5740 2002-01-10 Jason Merrill <jason@redhat.com>
5741
5742 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5743 Fix DW_OP_minus.
5744
5745 2002-01-10 Andrew Cagney <ac131313@redhat.com>
5746
5747 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5748 and bfd/elf32-sh-nbsd.c.
5749
5750 2002-01-10 Michael Snyder <msnyder@redhat.com>
5751
5752 * NEWS: Mention --pid and corefile/proc-id behavior change.
5753
5754 * Makefile.in: Add rules for gcore.o and linux-proc.o.
5755 * gcore.c: Include cli/cli-decode.h instead of command.h.
5756
5757 * main.c (captured_main): Add new command line option "--pid".
5758 If the second command line argument (following the symbol-file)
5759 begins with a digit, try to attach to it before trying to open
5760 it as a corefile.
5761 (print_gdb_help): Document the "--pid" argument.
5762
5763 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * completer.c (command_completer): New function.
5766
5767 * completer.h <command_completer>: Add prototype.
5768
5769 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5770 completer for the "help" command.
5771
5772 2002-01-09 Jason Merrill <jason@redhat.com>
5773
5774 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5775
5776 2002-01-09 Michael Snyder <msnyder@redhat.com>
5777
5778 * i386-linux-nat.c (fill_fpxregset): Make global.
5779 (store_fpxregset): Ditto.
5780
5781 * gregset.h (gdb_fpxregset_t): Define.
5782 (supply_fpxregset): Prototype.
5783 (fill_fpxregset): Prototype.
5784
5785 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5786
5787 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5788
5789 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5790 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5791 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5792
5793 2002-01-09 Andrew Cagney <ac131313@redhat.com>
5794
5795 * MAINTAINERS: Update target maintainer rules so that any
5796 Maintainer can approve a tested patch for a maintenance-only
5797 target.
5798
5799 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
5800
5801 * MAINTAINERS (write-after-approval): Add myself.
5802
5803 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5804 IN_SIGTRAMP.
5805
5806 2002-01-08 Michael Snyder <msnyder@redhat.com>
5807
5808 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5809 real name of the executable, rather than the /proc name.
5810
5811 2002-01-03 Michael Snyder <msnyder@redhat.com>
5812
5813 Implement a "generate-core-file" command in gdb, save target state.
5814 * gcore.c: New file. Implement new command 'generate-core-file'.
5815 Save a corefile image of the current state of the inferior.
5816 * linux-proc.c: Add linux-specific code for saving corefiles.
5817 * target.h (struct target_ops): Add new target vectors for saving
5818 corefiles; to_find_memory_regions and to_make_corefile_notes.
5819 (target_find_memory_regions): New macro.
5820 (target_make_corefile_notes): New macro.
5821 * target.c (update_current_target): Inherit new target methods.
5822 (dummy_find_memory_regions): New place-holder method.
5823 (dummy_make_corefile_notes): New place-holder method.
5824 (init_dummy_target): Initialize new dummy target vectors.
5825 * exec.c (exec_set_find_memory_regions): New function.
5826 Allow the exec_ops vector for memory regions to be taken over.
5827 (exec_make_note_section): New function, target vector method.
5828 * defs.h (exec_set_find_memory_regions): Export prototype.
5829 * procfs.c (proc_find_memory_regions): New function, corefile method.
5830 (procfs_make_note_section): New function, corefile method.
5831 (init_procfs_ops): Set new target vector pointers.
5832 (find_memory_regions_callback): New function.
5833 (procfs_do_thread_registers): New function.
5834 (procfs_corefile_thread_callback): New function.
5835 * sol-thread.c (sol_find_memory_regions): New function.
5836 (sol_make_note_section): New function.
5837 (init_sol_thread_ops): Initialize new target vectors.
5838 * inftarg.c (inftarg_set_find_memory_regions): New function.
5839 Allow to_find_memory_regions vector to be taken over.
5840 (inftarg_set_make_corefile_notes): New function.
5841 Allow to_make_corefile_notes vector to be taken over.
5842 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5843 interface layer if not target_has_execution (may be a corefile).
5844 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5845 * config/sparc/sun4sol2.mh: Ditto.
5846 * config/alpha/alpha-linux.mh: Ditto.
5847 * config/arm/linux.mh: Ditto.
5848 * config/i386/x86-64linux.mh: Ditto.
5849 * config/ia64/linux.mh: Ditto.
5850 * config/m68k/linux.mh: Ditto.
5851 * config/mips/linux.mh: Ditto.
5852 * config/powerpc/linux.mh: Ditto.
5853 * config/sparc/linux.mh: Ditto.
5854
5855 2002-01-07 Michael Snyder <msnyder@redhat.com>
5856
5857 * arm-linux-nat.c: Remove references to regcache.c internal data
5858 (registers[] and register_valid[]).
5859
5860 2002-01-07 Michael Snyder <msnyder@redhat.com>
5861
5862 * linux-proc.c: New file. Implement child_pid_to_exec_file,
5863 so that attaching to a pid will automatically read the process's
5864 symbol file and shlibs.
5865 * Makefile.in: Add rule for linux-proc.o.
5866 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5867 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5868 * config/arm/linux.mh: Ditto.
5869 * config/i386/linux.mh: Ditto.
5870 * config/i386/x86-64linux.mh: Ditto.
5871 * config/ia64/linux.mh: Ditto.
5872 * config/m68k/linux.mh: Ditto.
5873 * config/mips/linux.mh: Ditto.
5874 * config/powerpc/linux.mh: Ditto.
5875 * config/sparc/linux.mh: Ditto.
5876
5877 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
5878
5879 * win32-nat.c: Add i386-tdep.h dependency.
5880
5881 2002-01-07 Michael Snyder <msnyder@redhat.com>
5882
5883 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5884 instead of bfd_get_arch_size. Don't bail out just because
5885 there's no exec_bfd.
5886
5887 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5888 * p-valprint.c (pascal_object_print_value): Ditto.
5889 * somread.c (som_symtab_read): Ditto.
5890 * symfile.c (simple_free_overlay_region_table): Ditto.
5891 * valops.c (value_assign): Ditto.
5892
5893 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5894 use tilde_expand and strerror for opening save-tracepoints file.
5895
5896 * thread-db.c (thread_db_new_objfile): Indendation fix.
5897
5898 * infptrace.c (GDB_MAX_ALLOCA): New define.
5899 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5900 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5901 can be overridden with whatever value is appropriate to the host).
5902 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5903 alloca to allocate potentially large buffer.
5904 * rs6000-nat.c (child_xfer_memory): Ditto.
5905 * symm-nat.c (child_xfer_memory): Ditto.
5906 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5907
5908 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
5909
5910 From Nick Clifton <nickc@redhat.com>
5911 * d10v-tdep.c: Set STACK_START to 0x200bffe.
5912
5913 2002-01-07 Michael Snyder <msnyder@redhat.com>
5914
5915 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5916 Don't use exec_bfd if it's NULL.
5917
5918 2002-01-06 Mark Kettenis <kettenis@gnu.org>
5919
5920 * valops.c (value_arg_coerce): Fix formatting.
5921
5922 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5923
5924 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5925 * gnu-nat.c: Ditto.
5926
5927 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5928
5929 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5930 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5931 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5932 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5933 z8k-coff have not been multi-arched. Update z8k-coff build
5934 status.
5935
5936 2002-01-06 Andrew Cagney <ac131313@redhat.com>
5937
5938 * MAINTAINERS: Mark a29k target as obsolete.
5939 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5940 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
5941 comments.
5942 * NEWS: Note that a29k targets are obsolete.
5943 * a29k-tdep.c: Mark as obsolete.
5944 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5945 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5946 a29k-*-vxworks* targets as obsolete.
5947 * remote-adapt.c: Obsolete.
5948 * remote-eb.c: Obsolete.
5949 * remote-mm.c: Obsolete.
5950 * remote-udi.c: Obsolete.
5951 * config/a29k/a29k-udi.mt: Obsolete.
5952 * config/a29k/a29k.mt: Obsolete.
5953 * config/a29k/tm-a29k.h: Obsolete.
5954 * config/a29k/tm-vx29k.h: Obsolete.
5955 * config/a29k/vx29k.mt: Obsolete.
5956
5957 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5958
5959 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5960 with BFD_ENDIAN_BIG.
5961
5962 2002-01-05 Andrew Cagney <ac131313@redhat.com>
5963
5964 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5965 * configure, config.in: Re-generate.
5966 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5967 * defs.h: Do not include <endian.h>.
5968
5969 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
5970
5971 * acconfig.h (HAVE_PT_GETXMMREGS): New.
5972 * config.in: Regenerate.
5973 * configure.in: Update copyright years.
5974 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5975 * configure: Regenerate.
5976 * i386bsd-nat.c: Update copyright years.
5977 (fill_gregset): Use regcache_collect.
5978 (fetch_inferior_registers): Only fetch integer registers
5979 if requested to do so. Add support for XMM registers
5980 using PT_GETXMMREGS.
5981 (store_inferior_registers): Only store integer registers
5982 if requested to do so. Add support for XMM registers
5983 using PT_SETXMMREGS.
5984 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5985 (store_inferior_registers): Remove.
5986 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5987 (fetch_elfcore_registers): New function.
5988 (i386nbsd_elfcore_fns): New.
5989 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5990 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5991 i386bsd-nat.o.
5992 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5993 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5994 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5995 * config/i386/tm-nbsd.h: Update copyright years.
5996 (HAVE_SSE_REGS): Define.
5997 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5998 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5999 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6000 (SIGCONTEXT_PC_OFFSET): Remove.
6001 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6002
6003 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6004
6005 * configure.tgt: Remove powerpc-*-macos* target.
6006 * config/m68k/xm-mpw.h: Delete file.
6007 * config/xm-mpw.h: Delete file.
6008 * ser-mac.c: Delete file.
6009 * mpw-make.sed: Delete file.
6010 * mpw-config.in: Delete file.
6011 * mac-xdep.c: Delete file.
6012 * mac-gdb.r: Delete file.
6013 * mac-defs.h: Delete file.
6014 * mac-nat.c: Delete file.
6015 * config/powerpc/macos.mh: Delete file.
6016 * config/powerpc/macos.mt: Delete file.
6017 * config/powerpc/nm-macos.h: Delete file.
6018 * config/powerpc/tm-macos.h: Delete file.
6019 * source.c (openp, open_source_file): Remove obsolete code.
6020 * top.c (gdb_readline): Ditto.
6021 * utils.c (query): Ditto.
6022 * event-top.c (display_gdb_prompt): Ditto.
6023 * Makefile.in (ser-mac.o): Delete obsolete target.
6024 * NEWS: Update.
6025
6026 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6027
6028 * defs.h (BIG_ENDIAN): Delete macro definition.
6029 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6030 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6031 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6032 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6033 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6034 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6035 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6036 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6037 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6038 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6039 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6040 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6041 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6042 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6043 * gdbarch.c: Re-generate.
6044
6045 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6046
6047 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6048 for core files.
6049
6050 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6051
6052 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6053
6054 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6055
6056 * value.h (value_ptr): Delete typedef.
6057
6058 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6059
6060 * i386nbsd-nat.c: Update copyright years.
6061 Include i386-tdep.h.
6062
6063 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
6064
6065 * stabsread.c: Update copyright years.
6066
6067 From Debashis Mahata <debashis.mahata@wipro.com>:
6068 (read_struct_fields): Deal with Sun C compiler erroneous stab
6069 output for structs and unions.
6070 Fix PR gdb/269.
6071
6072 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6073
6074 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6075 prototype.
6076
6077 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6078
6079 * cp-abi.c: Fix whitespace.
6080 (baseclass_offset): New wrapper function.
6081 * cp-abi.h (baseclass_offset): Add prototype.
6082 (struct cp_abi_ops): Add baseclass_offset pointer.
6083
6084 * valops.c (vb_match): Move to...
6085 * gnu-v2-abi.c (vb_match): here.
6086 * valops.c (baseclass_offset): Move to...
6087 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6088
6089 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6090
6091 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6092 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6093 * hpacc-abi.c (init_hpacc_ops): Likewise.
6094
6095 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6096
6097 * valops.c (find_overload_match): Accept obj as a
6098 reference parameter. Update it before returning.
6099 * value.h (find_overload_match): Update prototype.
6100 * eval.c (evaluate_subexp_standard): Pass object to
6101 find_overload_match by reference.
6102
6103 2002-01-03 Andrew Cagney <ac131313@redhat.com>
6104
6105 * valarith.c: Replace value_ptr with struct value pointer. Remove
6106 register attribute from value declarations.
6107 * valops.c: Ditto.
6108 * value.h: Ditto.
6109 * scm-lang.c (scm_lookup_name): Ditto.
6110
6111 2002-01-03 Michael Snyder <msnyder@redhat.com>
6112
6113 Abstract the functionality of iterating over mapped memory
6114 regions into a general purpose iterator function.
6115 * procfs.c (iterate_over_mappings): New function, general purpose
6116 iterator for memory sections.
6117 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6118 (solib_mappings_callback): New function, callback for above.
6119 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6120 (info_mappings_callback): New function, callback for above.
6121
6122 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6123
6124 2002-01-01 Mark Kettenis <kettenis@gnu.org>
6125
6126 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6127 * i386-tdep.c: Include "elf-bfd.h".
6128 (process_note_abi_tag_sections): New function.
6129 (i386_gdbarch_init): Add code to recognize various OS/ABI
6130 combinations.
6131
6132 * maint.c (_initialize_maint_cmds): Add missing \ in
6133 string-literal.
6134
6135 For older changes see ChangeLog-2001
6136 \f
6137 Local Variables:
6138 mode: change-log
6139 left-margin: 8
6140 fill-column: 74
6141 version-control: never
6142 End:
This page took 0.20157 seconds and 5 git commands to generate.