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