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