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