2002-11-11 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-11 David Carlton <carlton@math.stanford.edu>
2
3 * linespec.c (decode_line_1): Move chunks of code to separate
4 functions.
5 (initialize_defaults): New function.
6 (decode_indirect): New function.
7
8 2002-11-11 Andrew Cagney <ac131313@redhat.com>
9
10 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
11 instead of void_code_ptr.
12 (sigtramp_saved_pc): Ditto.
13
14 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
15 i386_fp_regnum_p.
16
17 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
18
19 * gdbtypes.h (struct main_type): Move artificial flag out of
20 loc. New member of ``struct field'' named static_kind. Reduce
21 overloaded meaning of bitsize.
22 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
23 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
24 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
25
26 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
27 new fields.
28 (template_to_fixed_record_type, template_to_static_fixed_type)
29 (to_record_with_fixed_variant_part): Likewise.
30 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
31 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
32 * dwarfread.c (struct_type, enum_type): Likewise.
33 * hpread.c (hpread_read_enum_type)
34 (hpread_read_function_type, hpread_read_doc_function_type)
35 (hpread_read_struct_type): Likewise.
36 * mdebugread.c (parse_symbol): Likewise.
37
38 2002-11-10 Andrew Cagney <ac131313@redhat.com>
39
40 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
41 * stack.c (print_frame_info_base): Update.
42 (print_frame_info_base, frame_info): Update.
43 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
44 (sparc_frame_saved_pc): Update.
45 * ada-lang.c (find_printable_frame): Update.
46 * breakpoint.c (deprecated_frame_in_dummy): Update.
47
48 2002-11-09 Mark Kettenis <kettenis@gnu.org>
49
50 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
51 defined.
52 (regmap): Extend to cover all registers.
53 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
54 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
55 definitions.
56 (fetch_register, sore_register): Simplify.
57 (old_fetch_inferior_registers, old_store_inferior_registers):
58 Remove functions.
59 (cannot_fetch_register, cannot_store_register): Change
60 implementation to use regmap array to decide which registers
61 cannot be fetched/stored. This removes $orig_eax from the
62 registers that cannot be fetched/stored.
63 (fetch_inferior_registers): Call fetch_register directly instead
64 of calling old_fetch_inferior_registers.
65 (store_inferior_registers): Call store_register directly instead
66 of calling old_store_inferior_registers.
67 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
68 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
69 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
70
71 2002-11-09 Klee Dienes <kdienes@apple.com>
72
73 * i387-tdep.c (i387_supply_register): When called with NULL as a
74 buffer, mark the register as not provided (to mirror the behavior
75 of supply_register).
76 (i387_supply_fxsave): Ditto.
77 (i387_supply_fsave): Ditto (inherits the behavior from
78 i387_supply_register).
79
80 2002-11-09 Klee Dienes <kdienes@apple.com>
81
82 * blockframe.c (sigtramp_saved_pc): Use
83 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
84 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
85 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
86
87 2002-11-09 Andrew Cagney <ac131313@redhat.com>
88
89 * frame.c (get_prev_frame): Test prev_p to identify a previously
90 unwound frame. Initialize prev_p.
91 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
92 comment.
93
94 2002-11-09 Andrew Cagney <ac131313@redhat.com>
95
96 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
97 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
98 more comments. Zap dead code.
99
100 2002-11-09 Mark Kettenis <kettenis@gnu.org>
101
102 * infcmd.c (print_vector_info, print_float_info): Move code that
103 checks whether the target has any registers and whether there is a
104 selected frame up, such that it is also used if a target provides
105 multi-arch definitions of these functions.
106
107 2002-11-08 Andrew Cagney <ac131313@redhat.com>
108
109 * Makefile.in (DESTDIR): Define.
110 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
111 prefix.
112
113 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
114 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
115
116 2002-11-08 Andrew Cagney <ac131313@redhat.com>
117
118 * i386-linux-tdep.c: Include "reggroups.h".
119 (i386_linux_register_reggroup_p): New function.
120 (i386_linux_init_abi): Set register_reggroup_p to
121 i386_linux_register_reggroup_p.
122 * i386-tdep.h (i386_register_reggroup_p): Declare.
123 * i386-tdep.c: Include "reggroups.h".
124 (i386_init_reggroups): New function.
125 (i386_add_reggroups): New function.
126 (i386_register_reggroup_p): New function.
127 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
128 (_initialize_i386_tdep): Call i386_init_reggroups.
129 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
130 specific reggroups.
131
132 2002-11-09 Mark Kettenis <kettenis@gnu.org>
133
134 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
135 request that's available in *BSD.
136
137 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
138
139 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
140 FDOFF_REGNUM.
141
142 2002-11-08 Andrew Cagney <ac131313@redhat.com>
143
144 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
145 * dummy-frame.c (find_dummy_frame): Rename
146 generic_find_dummy_frame, make static. Return the dummy frame
147 instead of the regcache.
148 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
149 (cached_find_dummy_frame): New function. Use find_dummy_frame.
150 (dummy_frame_register_unwind): Rename
151 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
152 * dummy-frame.h (dummy_frame_register_unwind): Rename
153 generic_call_dummy_register_unwind.
154
155 2002-11-08 Mark Kettenis <kettenis@gnu.org>
156
157 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
158 except the inclusion of "i386/tm-i386.h", to...
159 * config/i386/nm-i386v42mp.h: ...here.
160 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
161
162 2002-11-08 Andrew Cagney <ac131313@redhat.com>
163
164 * Makefile.in (frame.o): Update dependencies.
165 * blockframe.c (current_frame, frame_obstack_alloc)
166 (frame_saved_regs_zalloc, get_current_frame)
167 (set_current_frame, create_new_frame)
168 (set_unwind_by_pc, get_next_frame)
169 (flush_cached_frames, reinit_frame_cache)
170 (frame_saved_regs_register_unwind)
171 (deprecated_generic_get_saved_register)
172 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
173 (_initialize_blockframe): Move frame code from here...
174 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
175 "annotate.h" and "dummy-frame.h".
176 (_initialize_frame): New function.
177
178 2002-11-08 Jim Blandy <jimb@redhat.com>
179
180 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
181 when we finish a function a context.
182 * buildsym.h (outermost_context_p): New macro.
183 (Bug analyzed by David Edelsohn.)
184
185 2002-11-08 Andrew Cagney <ac131313@redhat.com>
186
187 * blockframe.c: Include "dummy-frame.h".
188 (struct dummy_frame, dummy_frame_stack)
189 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
190 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
191 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
192 (generic_save_call_dummy_addr, generic_pop_current_frame)
193 (generic_pop_dummy_frame, generic_fix_call_dummy)
194 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
195 dummy frame code from here...
196 * dummy-frame.c: ...to here. New file.
197 * dummy-frame.h: New file.
198 (generic_call_dummy_register_unwind): Declare.
199 (generic_find_dummy_frame): Declare.
200 * Makefile.in (SFILES): Add dummy-frame.c.
201 (dummy-frame.o): Specify dependencies.
202 (dummy_frame_h): Define.
203 (COMMON_OBS): Add dummy-frame.o.
204 (blockframe.o): Update dependencies.
205
206 2002-11-08 Jim Blandy <jimb@redhat.com>
207
208 * dwarf2read.c (read_func_scope): Restore local_symbols and
209 param_symbols after we finish the function context. (Based on a
210 patch from David Edelsohn.)
211
212 2002-11-08 David Carlton <carlton@math.stanford.edu>
213
214 * linespec.c (symbol_found): New function.
215 (minsym_found): New function.
216 (decode_line_1): Separate out some code into separate functions.
217
218 2002-11-08 Joel Brobecker <brobecker@gnat.com>
219
220 * i386-tdep.c (i386_frameless_signal_p): Make non static for
221 the benefit of the interix target.
222 * i386-tdep.h (i386_frameless_signal_p): Declare.
223
224 2002-11-08 Andrew Cagney <ac131313@redhat.com>
225
226 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
227 declaration that snuck in from change below.
228
229 2002-11-06 Andrew Cagney <cagney@redhat.com>
230
231 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
232 all callers.
233 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
234 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
235 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
236 (i386_mxcsr_regnum_p): new function. Use instead of
237 MXCSR_REGNUM_P.
238 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
239 (i386_sse_regnum_p): Declare.
240 (i386_mxcsr_regnum_p): Declare.
241 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
242 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
243 (IS_FP_REGNUM): Update definition.
244 (IS_FPU_CTRL_REGNUM): Update definition..
245 (IS_SSE_REGNUM): Update definition..
246 * i386v-nat.c (register_u_addr): Update.
247 * go32-nat.c (fetch_register): Update.
248 (store_register): Update.
249
250 2002-11-07 Joel Brobecker <brobecker@gnat.com>
251
252 Preparation work to convert the hppa targets to multiarch partial.
253
254 * hppa-tdep.c: Add new functions replacing macro bodies from
255 config/pa/tm-hppa.h. These function will be used to initialize
256 the gdbarch structure. Import some comments from tm-hppa.h,
257 and place them where appropriate, to avoid loosing them when
258 we cleanup this file.
259 (hppa_reg_struct_has_addr): New function.
260 (hppa_inner_than): New function.
261 (hppa_stack_align): New function.
262 (hppa_pc_requires_run_before_use): New function.
263 (hppa_instruction_nullified): New function.
264 (hppa_register_byte): New function.
265 (hppa_register_virtual_type): New function.
266 (hppa_store_struct_return): New function.
267 (hppa_cannot_store_register): New function.
268 (hppa_frame_args_address): New function.
269 (hppa_frame_locals_address): New function.
270 (hppa_smash_text_address): New function.
271 (hppa_coerce_float_to_double): New function. Requires the inclusion
272 of "language.h".
273
274 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
275
276 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
277 gdbarch-eligible macro to a call to the new associated function
278 created in hppa-tdep.c.
279 (INNER_THAN): Likewise.
280 (STACK_ALIGN): Likewise.
281 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
282 (INSTRUCTION_NULLIFIED): Likewise.
283 (REGISTER_BYTE): Likewise.
284 (REGISTER_VIRTUAL_TYPE): Likewise.
285 (STORE_STRUCT_RETURN): Likewise.
286 (CANNOT_STORE_REGISTER): Likewise.
287 (FRAME_ARGS_ADDRESS): Likewise.
288 (FRAME_LOCALS_ADDRESS): Likewise.
289 (SMASH_TEXT_ADDRESS): Likewise.
290 (COERCE_FLOAT_TO_DOUBLE): Likewise.
291 (ABOUT_TO_RETURN): Delete, as no longer used.
292
293 2002-11-07 Fernando Nasser <fnasser@redhat.com>
294
295 * printcmd.c (disassemble_command): Remove obsolete function.
296 (_initialize_printcmd): Do not create disassemble command here.
297 * cli/cli-cmds.c (disassemble_command): New function. Implements
298 disassemble command.
299 (init_cli_cmds): Create disassemble command here instead.
300
301 2002-11-07 Andrew Cagney <ac131313@redhat.com>
302
303 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
304
305 2002-11-07 Andrew Cagney <ac131313@redhat.com>
306
307 * regcache.h (regcache_cooked_read_using_offset_hack)
308 (regcache_cooked_write_using_offset_hack): Delete declarations.
309 (register_changed): Delete declaration.
310 * regcache.c (regcache_cooked_read_using_offset_hack)
311 (regcache_cooked_write_using_offset_hack): Delete functions.
312 (cooked_xfer_using_offset_hack): Delete function.
313 (register_changed): Delete function.
314
315 2002-11-07 Jim Blandy <jimb@redhat.com>
316
317 * macroscope.c: #include "complaints.h".
318 (sal_macro_scope): Cope with filenames that appear in the symtabs,
319 but not in the macro table.
320 * Makefile.in (macroscope.o): Record dependency.
321
322 2002-11-07 Joel Brobecker <brobecker@gnat.com>
323
324 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
325
326 2002-11-07 Andrew Cagney <ac131313@redhat.com>
327
328 * regcache.c (deprecated_registers_fetched): Update.
329 * regcache.h (deprecated_registers_fetched): Rename
330 registers_fetched.
331 * remote-vxsparc.c (vx_read_register): Update.
332 * remote-vxmips.c (vx_read_register): Update.
333 * remote-vx68.c (vx_read_register): Update.
334 * irix5-nat.c (fetch_core_registers): Update.
335 * mipsm3-nat.c (fetch_inferior_registers): Update.
336 * sun3-nat.c (fetch_inferior_registers): Update.
337 * symm-nat.c (fetch_inferior_registers): Update.
338 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
339 (fetch_core_registers): Update.
340 (fetch_kcore_registers): Update.
341 * mips-nat.c (fetch_inferior_registers): Update.
342 * corelow.c (get_core_registers): Update.
343 * a68v-nat.c (fetch_inferior_registers): Update.
344
345 2002-11-06 Joel Brobecker <brobecker@gnat.com>
346
347 Put in place the framework necessary for multiarching the hppa targets.
348 * hppa-tdep.c (hppa_gdbarch_init): New function.
349 (hppa_dump_tdep): New function.
350 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
351 tdep structure dumper.
352 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
353 until the multi-arching conversion has partially been completed.
354
355 2002-11-06 Andrew Cagney <ac131313@redhat.com>
356
357 * valops.c (value_assign): Merge lval_register case into
358 lval_reg_frame_relative. Use frame_register and
359 regcache_cooked_write instead of get_saved_register and
360 write_register_bytes. After flushing the register cache, try to
361 re-select the selected frame.
362
363 2002-11-06 Andrew Cagney <ac131313@redhat.com>
364
365 * regcache.h (deprecated_register_valid): Rename register_valid.
366 * regcache.c: Update.
367 * ia64-aix-nat.c: Update.
368 * i386gnu-nat.c: Update.
369 * alpha-nat.c: Update.
370 * sparc-nat.c: Update.
371 * lynx-nat.c: Update.
372 * remote-mips.c: Update.
373
374 2002-11-06 Joel Brobecker <brobecker@gnat.com>
375
376 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
377 to end of file, to be more consistent with the pratice followed
378 by other targets.
379
380 2002-11-06 Andrew Cagney <ac131313@redhat.com>
381
382 * infcmd.c: Include "reggroups.h" and <ctype.h>.
383 (print_float_info): Print registers in float_reggroup.
384 (print_vector_info): Print registers in vector_reggroup.
385 (default_print_registers_info): When all, print registers in
386 all_reggroup. Otherwize, print registers in general_reggroup.
387 (registers_info): Rewrite. Add support for register groups.
388 Eliminate a goto.
389
390 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
391
392 * symtab.c (methods_info): Delete. It has been ifdeffed out for
393 ages.
394 (symtab_symbol_info): Remove eons old ifdeffed out code.
395 (_initialize_symtab): Remove prehistoric disabled 'info methods'
396 command.
397
398 2002-11-06 Theodore A. Roth <troth@openavr.org>
399
400 * c-exp.y: Add missing semi-colons.
401 * f-exp.y: Add missing semi-colons.
402 * m2-exp.y: Add missing semi-colons.
403 * p-exp.y: Add missing semi-colons.
404 Add empty action to start rule to avoid a type clash error when
405 building with bison >= 1.50.
406
407 2002-11-06 Jim Blandy <jimb@redhat.com>
408
409 * macrotab.h (struct macro_source_file): Doc fix.
410
411 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
412
413 * varobj.c (child_exists, cplus_number_of_children): Change
414 STREQ macro references to strcmp.
415 (cplus_name_of_child): Change code to handle the fact that
416 fields are not necessarily contiguous with regards to their
417 access control. This is a fix for PR gdb/792.
418
419 2002-11-05 Andrew Cagney <ac131313@redhat.com>
420
421 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
422 * gdbarch.h, gdbarch.c: Regnerate.
423 * frame.h (frame_register): Declare.
424 * frame.c (frame_register): New function.
425 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
426 GET_SAVED_REGISTER, otherwize call
427 generic_unwind_get_saved_register.
428 (frame_register_read): Use frame_register instead of
429 get_saved_register.
430
431 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
432
433 From Jim Ingham <jingham@apple.com>:
434 * event-top.c (gdb_disable_readline): New function.
435 (_initialize_event_loop): Move comment.
436
437 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
438
439 * event-loop.c (start_event_loop): Add comment.
440 Update copyright.
441
442 2002-11-05 Andrew Cagney <ac131313@redhat.com>
443
444 * infcmd.c (default_print_registers_info): Do not call
445 PRINT_REGISTER_HOOK.
446
447 2002-11-05 Andrew Cagney <ac131313@redhat.com>
448
449 * sparc-tdep.c (sparc_print_register_hook): Make static.
450 (sparc_print_registers_info): New function.
451 (sparc_do_registers_info): New function.
452 (sparclet_print_registers_info): New function.
453 (sparclet_do_registers_info): New function.
454 (do_sparc_print_registers_info): New function.
455 (sparc_print_registers): New static function, clone of infcmd.c's
456 default_print_registers_info.
457 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
458 (sparclet_do_registers_info): Declare.
459 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
460 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
461 Re-define.
462 (sparc_do_registers_info): Declare.
463 (PRINT_REGISTER_HOOK): Delete macro.
464 (sparc_print_register_hook): Delete declaration.
465
466 2002-11-05 David Carlton <carlton@math.stanford.edu>
467
468 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
469 functions.
470 (lookup_symbol_aux_local): New function.
471 (lookup_symbol_aux_symtabs): New function.
472 (lookup_symbol_aux_psymtabs): New function.
473
474 2002-11-05 David Carlton <carlton@math.stanford.edu>
475
476 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
477 previous values of 'objfile' and 'block'.
478
479 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
480
481 * values.c (value_change_enclosing_type): Set
482 enclosing_type field correctly also for the case where
483 more memory needs to be allocated.
484
485 2002-11-03 Mark Kettenis <kettenis@gnu.org>
486
487 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
488 of puts_filtered.
489
490 * i387-tdep.c (i387_print_float_info): Replace calls to
491 register_read and deprecated_read_register_gen with calls to
492 frame_register_read, and make the necessary adjustments to the
493 surrounding code.
494
495 2002-11-02 Andrew Cagney <ac131313@redhat.com>
496
497 * gdbarch.sh (register_reggroup_p): Allow default value.
498 * gdbarch.h, gdbarch.c: Regenerate.
499
500 2002-11-02 Andrew Cagney <ac131313@redhat.com>
501
502 * regcache.h: Add coment indicating replacements for deprecated
503 functions.
504
505 2002-11-02 Andrew Cagney <cagney@redhat.com>
506
507 * reggroups.h, reggroups.c: New files.
508 * regcache.c: Include "reggroups.h".
509 (enum regcache_dump_what): Add `regcache_dump_groups'.
510 (regcache_dump): Contract size of the "Type" column. When
511 specified, dump the register's groups.
512 (maintenance_print_register_groups): New function.
513 (_initialize_regcache): Add command `maint print register-groups'.
514 * Makefile.in (COMMON_OBS): Add reggroups.o
515 (SFILES): Add reggroups.c.
516 (reggroups_h): Define.
517 (regcache.o, gdbarch.o): Update dependencies.
518 (reggroups.o): Specify dependencies.
519 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
520 Add opaque declaration for `struct reggroup' in generated .h file.
521 Include "reggroups.h" in generated .c file.
522 gdbarch.h, gdbarch.c: Re-generate.
523
524 2002-11-02 Andrew Cagney <cagney@redhat.com>
525
526 * regcache.h (deprecated_read_register_gen): Rename
527 read_register_gen.
528 (deprecated_write_register_gen): Rename write_register_gen.
529 * i387-tdep.c: Update.
530 * x86-64-linux-nat.c: Update
531 * wince.c: Update.
532 * thread-db.c: Update.
533 * win32-nat.c: Update.
534 * mips-tdep.c: Update.
535 * d10v-tdep.c: Update.
536 * cris-tdep.c: Update.
537 * remote-sim.c: Update.
538 * remote-rdi.c: Update.
539 * remote-rdp.c: Update.
540 * frame.c: Update.
541 * target.c: Update.
542 * blockframe.c: Update.
543 * x86-64-tdep.c: Update.
544 * xstormy16-tdep.c: Update.
545 * sh-tdep.c: Update.
546 * s390-tdep.c: Update.
547 * rs6000-tdep.c: Update.
548 * sparc-tdep.c: Update.
549 * i386-tdep.c: Update.
550 * dwarf2cfi.c: Update.
551 * regcache.c: Update.
552
553 2002-11-01 Joel Brobecker <brobecker@gnat.com>
554
555 New interix-specific files:
556 * config/i386/nm-interix.h: New file.
557 * config/i386/interix.mh: New file.
558 * config/i386/interix.mt: New file.
559 * i386-interix-nat.c: New file.
560 * i386-interix-tdep.c: New file.
561
562 2002-11-01 Andrew Cagney <cagney@redhat.com>
563
564 * frame.h (deprecated_generic_get_saved_register): Rename
565 generic_get_saved_register.
566 * blockframe.c (deprecated_generic_get_saved_register): Update.
567 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
568 (xstormy16_frame_saved_register): Update.
569 * sh-tdep.c (sh_gdbarch_init): Update.
570 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
571 * ia64-tdep.c (ia64_get_saved_register): Update.
572 * cris-tdep.c (cris_gdbarch_init): Update.
573 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
574 * arm-tdep.c (arm_gdbarch_init): Update.
575
576 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
577
578 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
579
580 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
581
582 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
583 trampolines in sigaction.
584
585 2002-10-31 Andrew Cagney <cagney@redhat.com>
586
587 * h8300-tdep.c: Include "gdb_assert.h".
588 (h8300_print_register): Add gdbarch, file and frame parameters.
589 Use frame_read_unsigned_register to read the register's value.
590 Use fprintf_filtered to display output.
591 (h8300_print_registers_info): Replace h8300_do_registers_info.
592 (h8300_gdbarch_init): Set print_registers_info.
593
594 2002-10-31 Andrew Cagney <cagney@redhat.com>
595
596 * frame.c (frame_read_unsigned_register): New function.
597 (frame_read_signed_register): New function.
598 * frame.h (frame_read_unsigned_register): Declare.
599 (frame_read_signed_register): Declare.
600
601 2002-10-31 Andrew Cagney <cagney@redhat.com>
602
603 * h8500-tdep.c (h8500_print_registers_info): New static function,
604 clone of infcmd.c's default_print_registers_info.
605 (h8500_do_registers_info): New funtion.
606 (h8500_print_register_hook): Rename print_register_hook, make
607 static.
608
609 * config/h8500/tm-h8500.h: Update copyright.
610 (DEPRECATED_DO_REGISTERS_INFO): Define.
611 (h8500_do_registers_info: Declare.
612 (PRINT_REGISTER_HOOK): Delete macro.
613 (print_register_hook): Delete function.
614
615 2002-10-31 Andrew Cagney <cagney@redhat.com>
616
617 * z8k-tdep.c (z8k_print_register_hook): Make static.
618 (z8k_print_registers_info): New static function, clone of
619 infcmd.c's default_print_registers_info.
620 (z8k_do_registers_info): New function. Wrap
621 z8k_print_registers_info.
622 * config/z8k/tm-z8k.h: Update copyright.
623 (PRINT_REGISTER_HOOK): Delete macro.
624 (z8k_print_register_hook): Delete declaration.
625 (DEPRECATED_DO_REGISTERS_INFO): Define.
626 (z8k_do_registers_info): Declare.
627
628 2002-10-30 Joel Brobecker <brobecker@gnat.com>
629
630 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
631 as this is already provided by value.h, and was actually causing
632 a compilation error because of a conflict in parameter type
633 declaration due to a missing const keyword.
634 (low_text_segment_addres): Fix a compilation warning.
635
636 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
637
638 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
639 registers without a name.
640 (mips_linux_cannot_store_register): Don't store registers without
641 a name.
642
643 2002-10-28 David Carlton <carlton@math.stanford.edu>
644
645 * symtab.c (find_addr_symbol): Delete. (It was already commented
646 out.)
647 * symtab.h: Delete prototype for find_addr_symbol.
648
649 2002-10-26 Andrew Cagney <cagney@redhat.com>
650
651 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
652 DO_REGISTERS_INFO.
653 gdbarch.h, gdbarch.c: Re-generate.
654 * infcmd.c (default_print_registers_info): Update reference.
655 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
656 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
657 * sh-tdep.c (sh_gdbarch_init): Ditto.
658 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
659 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
660
661 2002-10-26 Mark Kettenis <kettenis@gnu.org>
662
663 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
664 cfi_init_extra_frame_info.
665 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
666 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
667
668 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
669 target where necessary. Add more comments and remove the ones
670 that don't provide any useful information.
671
672 * i386-tdep.c (i386_frame_saved_pc): Replace call to
673 deprecated_read_register_dummy with
674 frame_unwind_unsigned_register.
675
676 * i386-tdep.c (i386_extract_struct_value_address): Use
677 regcache_raw_read_unsigned instead of
678 regcache_cooked_read_unsigned since we know that the register
679 we're reading isn't a pseudo register. Rename variable 'val' into
680 the more descriptive 'addr'.
681
682 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
683 (x86_64_push_return_address): Add comment.
684 (x86_64_pop_frame): Make static.
685 (examine_argument): Clarify comment.
686 (x86_64_skip_prologue): Make prolog_expact variable static.
687
688 * dwarf2cfi.c: Fix some formatting problems.
689 (context_cpy, read_encoded_pointer): Clarify comments.
690
691 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
692 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
693 i386 target back into x86_64_gdbarch_init. Add some comments and
694 remove meaningless ones.
695
696 2002-10-25 Andrew Cagney <cagney@redhat.com>
697
698 * complaints.h (struct deprecated_complaint): Rename `struct
699 complaint'.
700 * complaints.c (complain): Update.
701 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
702 incorrect comment indicating that "symfile.h" was being included
703 for the `struct complaint' definition.
704 * remote-vx.c: Update.
705 * objc-lang.c: Update.
706 * xcoffread.c: Update.
707 * hpread.c: Update.
708 * mdebugread.c: Update.
709 * stabsread.c: Update.
710 * dwarf2read.c: Update.
711 * dwarfread.c: Update.
712 * elfread.c: Update.
713 * coffread.c: Update.
714 * stabsread.h: Update.
715 * dbxread.c: Update.
716 * buildsym.c: Update.
717 * gdbtypes.c: Update.
718 * macrotab.c: Update.
719
720 2002-10-25 Mark Kettenis <kettenis@gnu.org>
721
722 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
723 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
724 (x86_64_init_abi): ...new function.
725
726 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
727 * i386v-nat.c: Include "i386-tdep.h".
728
729 2002-10-25 Andrew Cagney <cagney@redhat.com>
730
731 * gdbtypes.c (address_space_name_to_int): Update.
732 (address_space_int_to_name): Update.
733 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
734 multi-arch predicate.
735 (address_class_name_to_type_flags): Ditto.
736 * gdbarch.h, gdbarch.c: Re-generate.
737
738 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
739
740 2002-10-24 Martin M. Hunt <hunt@redhat.com>
741
742 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
743
744 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
745
746 * symtab.h (INIT_SAL): Delete macro.
747 (init_sal): Export.
748 * symtab.c (init_sal): New function.
749
750 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
751 to init_sal function call.
752 (find_sal_from_funcs_and_line): Ditto.
753 (all_sals_for_line): Ditto.
754 * breakpoint.c (create_internal_breakpoint): Ditto.
755 (create_fork_vfork_event_catchpoint): Ditto.
756 (create_exec_event_catchpoint): Ditto.
757 (parse_breakpoint_sals): Ditto.
758 (watch_command_1): Ditto.
759 (handle_gnu_4_16_catch_command): Ditto.
760 (clear_command): Ditto.
761 * hppa-tdep.c (child_enable_exception_callback): Ditto.
762 * infcmd.c (run_stack_dummy): Ditto.
763 * infrun.c (process_event_stop_test): Ditto.
764 (check_sigtramp2): Ditto.
765 (step_over_function): Ditto.
766 * linespec.c (decode_line_2): Ditto.
767 (decode_line_1): Ditto.
768 * source.c (line_info): Ditto.
769 * symtab.c (find_pc_sect_line): Ditto.
770
771 2002-10-24 Michal Ludvig <mludvig@suse.cz>
772
773 * dwarf2cfi.c (struct context)
774 (struct context_reg): Moved to dwarf2cfi.h
775 (context_alloc, frame_state_alloc, context_cpy):
776 Made extern instead of static, removed prototypes.
777 * dwarf2cfi.h (struct context)
778 (struct context_reg): New, moved from dwarf2cfi.c
779 (context_alloc, frame_state_alloc, context_cpy):
780 New prototypes.
781 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
782 Changed from static to extern.
783 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
784 (LINUX_SIGCONTEXT_FP_OFFSET)
785 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
786 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
787 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
788 * x86-64-tdep.c (x86_64_gdbarch_init): Several
789 set_gdbarch_*() calls now use x86-64 specific functions
790 instead of DWARF2 CFI ones.
791 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
792 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
793 (x86_64_init_extra_frame_info): New prototypes.
794
795 2002-10-23 David Carlton <carlton@math.stanford.edu>
796
797 * linespec.c: #include "parser-defs.h".
798 Delete prototype for find_template_name_end.
799 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
800
801 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
802
803 * NEWS: add recent mi fixes.
804 * varobj.c (struct varobj): Add new "updated" flag.
805 (new_variable): Default "updated" flag to 0.
806 (varobj_set_value): Set "updated" flag to 1 if value
807 changes.
808 (varobj_update): Check varobj "updated" flag before
809 comparing old and refreshed values. Fix for
810 PR gdb/702.
811
812 2002-10-23 David Carlton <carlton@math.stanford.edu>
813
814 * parse.c (parse_exp_1): Use BLOCK_START.
815 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
816 SYMBOL_BLOCK_VALUE.
817 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
818
819 2002-10-23 David Carlton <carlton@math.stanford.edu>
820
821 * symtab.c: Delete cplusplus_hint.
822 Delete prototype for find_template_name_end.
823
824 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
825
826 * symtab.h: Update comment.
827
828 2002-10-23 Michael Snyder <msnyder@redhat.com>
829
830 * printcmd.c (address_info): Restore quotes in output.
831 * valops.c (value_of_local): Restore quotes in error message.
832
833 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
834
835 * symtab.c (symbol_demangled_name): New function.
836 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
837 turning most of it into a function.
838 (symbol_demangled_name): Export.
839
840 2002-10-23 Michael Snyder <msnyder@redhat.com>
841
842 * valops.c (value_of_local): Restore quotes in error message.
843
844 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
845
846 * symtab.c (symbol_init_language_specific): New function.
847 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
848 turning most of it into a function.
849 (symbol_init_language_specific): Export.
850
851 2002-10-23 David Carlton <carlton@math.stanford.edu>
852
853 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
854 (dwarf_attr_name): Ditto.
855 (dwarf_type_encoding_name): Ditto.
856 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
857 (process_die): Handle DW_TAG_namespace,
858 DW_TAG_imported_declaration, DW_TAG_imported_module.
859 (read_namespace): New function.
860
861 2002-10-22 Joel Brobecker <brobecker@gnat.com>
862
863 * configure.in: Define NEW_PROC_API on Interix too.
864 * configure: Regenerate.
865
866 2002-10-21 Joel Brobecker <brobecker@gnat.com>
867
868 * configure: Regenerate using the proper version of autoconf.
869
870 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
871
872 * findvar.c (read_var_value): Temporarily disable TLS code, until
873 complete TLS support is added.
874
875 2002-10-21 Jim Blandy <jimb@redhat.com>
876 Elena Zannoni <ezannoni@redhat.com>
877
878 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
879 for thread local storage locations.
880 (struct symbol): Add objfile field.
881 (SYMBOL_OBJFILE): Define.
882 * dwarf2read.c (is_thread_local): New static variable.
883 (new_symbol): If variable is in thread local fill in address class
884 and objfile appropriately.
885 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
886 stack operation.
887 * printcmd.c (address_info): Print the information for thread
888 local storage variable.
889 * findvar.c (read_var_value): In case of thread local variable,
890 defer to the target vector code to compute address.
891
892 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
893
894 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
895 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
896
897 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
898
899 * symtab.h (address_class): Rename
900 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
901 * hpread.c (hpread_process_one_debug_symbol): Ditto.
902 * printcmd.c (address_info): Ditto.
903 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
904
905 2002-10-20 Mark Kettenis <kettenis@gnu.org>
906
907 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
908 DBREG_DRX macro to acces debug registers.
909
910 * Makefile.in (i386obsd-tdep.o): New target.
911
912 * solib-sunos.c: Include "bcache.h" and "regcache.h".
913 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
914
915 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
916 * config/i386/obsd.mt: New file.
917 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
918 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
919 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
920 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
921 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
922 * i386obsd-tdep.c: New file.
923
924 2002-10-19 Adam Fedor <fedor@gnu.org>
925
926 * objc-exp.y (name_not_typename): Fix invalid comment.
927
928 2002-10-20 Mark Kettenis <kettenis@gnu.org>
929
930 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
931 to allocate partial syms and macro byte caches.
932
933 2002-10-18 David Carlton <carlton@math.stanford.edu>
934
935 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
936
937 2002-10-18 Adam Fedor <fedor@gnu.org>
938
939 * stabsread.c (find_name_end): New function.
940 (define_symbol): Use it.
941
942 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
943
944 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
945 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
946 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
947 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
948
949 2002-10-17 David Carlton <carlton@math.stanford.edu>
950
951 * symfile.h: Add opaque declaration for struct obstack.
952 Declare obsavestring to take a const char *.
953 * symfile.c (obsavestring): Make first argument a const char *.
954
955 2002-10-16 Adam Fedor <fedor@gnu.org>
956
957 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
958 names when matching breakpoints in current file.
959
960 2002-10-16 Kevin Buettner <kevinb@redhat.com>
961
962 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
963 (read_tag_pointer_type): Add address class support.
964 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
965 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
966 New methods.
967 * gdbarch.h, gdbarch.c: Regenerate.
968 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
969 (make_type_with_address_space, recursive_type_dump): Add address
970 class support.
971 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
972 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
973 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
974
975 2002-10-16 Klee Dienes <kdienes@apple.com>
976
977 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
978 to get the last character of a char[] buffer, not
979 name[sizeof(vptr_name)-1].
980
981 2002-10-14 Adam Fedor <fedor@gnu.org>
982
983 * symtab.h: New objc_specific struct.
984 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
985 (SYMBOL_DEMANGLED_NAME): Likewise.
986
987 2002-10-14 Adam Fedor <fedor@gnu.org>
988
989 * symfile.c (init_filename_language_table): Add ObjC file extension.
990
991 2002-10-14 Adam Fedor <fedor@gnu.org>
992
993 * utils.c (puts_filtered_tabular): New function.
994 (fprintf_symbol_filtered): Get ObjC demangled name.
995 * defs.h (puts_filtered_tabular): Declared.
996
997 2002-10-14 Kevin Buettner <kevinb@redhat.com>
998
999 * c-lang.h (c_type_print_varspec_prefix): Delete.
1000 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1001 ``need_post_space'' parameter. Adjust all callers.
1002
1003 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1004
1005 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1006 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1007 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1008 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1009
1010 2002-10-13 Adam Fedor <fedor@gnu.org>
1011
1012 * source.c (print_source_lines): Update comments.
1013
1014 2002-10-13 Adam Fedor <fedor@gnu.org>
1015
1016 * valops.c (value_of_local): New function.
1017 (value_of_this): Use it.
1018 * value.h (value_of_local): Declared.
1019
1020 2002-10-13 Adam Fedor <fedor@gnu.org>
1021
1022 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1023 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1024
1025 2002-10-12 Adam Fedor <fedor@gnu.org>
1026
1027 * language.c (binop_result_type): Add language_objc to case.
1028 (integral_type): Likewise.
1029 (character_type): Likewise.
1030 (string_type): Likewise.
1031 (boolean_type): Likewise.
1032 (structured_type): Likewise.
1033 (binop_type_check): Likewise.
1034
1035 2002-10-11 Adam Fedor <fedor@gnu.org>
1036
1037 * printcmd.c (address_info): Print 'self' for ObjC.
1038
1039 2002-10-11 Adam Fedor <fedor@gnu.org>
1040
1041 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1042 OP_SELF.
1043
1044 2002-10-11 Adam Fedor <fedor@gnu.org>
1045
1046 * language.h (CAST_IS_CONVERSION): Add language_objc.
1047
1048 2002-10-11 Adam Fedor <fedor@gnu.org>
1049
1050 * defs.h (enum language): Add language_objc.
1051
1052 2002-10-11 Klee Dienes <kdienes@apple.com>
1053
1054 * corefile.c (read_memory_typed_address): New function.
1055 * gdbcore.h (read_memory_typed_address): Add prototype.
1056 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1057 to read a value destined for a CORE_ADDR, not read_memory_integer.
1058 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1059 (f77_get_dynamic_lowerbound): Ditto.
1060
1061 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1062
1063 * utils.c (string_to_core_addr): After turning string into
1064 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1065 which will do necessary sign-extension, etc.
1066
1067 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1068
1069 * c-exp.y (THIS): Delete token and grammar rule.
1070 (yylex): Don't return THIS.
1071 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1072 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1073 * demangle.c (cplus_markers): Update comment. Put '$'
1074 first. Remove CPLUS_MARKER.
1075 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1076 * jv-exp.y (THIS): Delete token and grammar rule.
1077 (yylex): Don't return THIS.
1078 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1079 * objc-exp.y (THIS): Delete token and grammar rule.
1080 (yylex): Don't return THIS.
1081 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1082 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1083 (read_member_functions): Likewise for opname.
1084 (read_tilde_fields): Use is_cplus_marker.
1085
1086 * defs.h (CPLUS_MARKER): Don't define.
1087 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1088 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1089 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1090 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1091 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1092
1093 * config/i386/tm-i386v4.h: Delete file.
1094 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1095 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1096 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1097 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1098 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1099 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1100 * config/i386/i386v4.mt (TM_FILE): Likewise.
1101 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1102
1103 2002-10-10 Marko Mlinar <markom@opencores.org>
1104
1105 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1106 accidentially not commited 2002-10-09
1107 * gdbarch.h, gdbarch.c: Re-generate.
1108
1109 2002-10-09 Marko Mlinar <markom@opencores.org>
1110
1111 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1112 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1113 * gdbarch.h, gdbarch.c: Re-generate.
1114
1115 2002-10-08 Petr Sorfa <petrs@caldera.com>
1116
1117 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1118
1119 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1120 so we can work on more than one compilation unit at a time. This
1121 helps prepare GDB to handle inter-CU die references.
1122 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1123 the code to be defined before struct comp_unit_head.
1124 (comp_unit_head): Added new members - offset, cu_head,
1125 begin_die, next and dwarf2_abbrevs.
1126 (dwarf2_abbrevs): Removed single static var; now member of
1127 struct comp_unit_head.
1128 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1129 members.
1130 (psymtab_to_symtab_1): Changed to work with the new
1131 struct comp_unit_head.
1132 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1133 constructs the dwarf2_abbrevs[] inside the cu_header.
1134 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1135 dwarf2_abbrev table to clean up.
1136 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1137 handling of dwarf2_abbrevs inside the cu_header.
1138 (read_partial_die): Now supports the call to the new
1139 dwarf2_lookup_abbrev.
1140 (read_full_die): Now supports the call to the new
1141 dwarf2_lookup_abbrev.
1142
1143 2002-10-06 Christopher Faylor <cgf@redhat.com>
1144
1145 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1146 insure that shell variables, such as "transformed_name" are propagated
1147 to later shell statements in rule.
1148
1149 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1150
1151 * config/i386/nm-i386sco.h: Add protection against
1152 multiple-inclusion. Include "i386/nm-i386v.h".
1153 (REGISTER_U_ADDR): Remove define.
1154 (i386_register_u_addr): Remove prototype.
1155
1156 2002-10-04 Michael Snyder <msnyder@redhat.com>
1157
1158 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1159 before treating it as a single-step event.
1160
1161 2002-10-03 Adam Fedor <fedor@gnu.org>
1162
1163 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1164 (objc_demangle): Remove assignment in if statements, Replace
1165 free with xfree.
1166 (add_msglist): Likewise.
1167 (end_msglist): Likewise.
1168 (complare_selectors): Likewise.
1169 (selectors_info): Likewise.
1170 (compare_classes): Likewise.
1171 (classes_info): Likewise.
1172 (print_object_command): Likewise.
1173 (find_objc_msgcall_submethod): Replace PTR with void *.
1174 * objc-lang.h: Remove check for __STDC__.
1175
1176 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1177
1178 * ui-out.h (ui_out_field_fmt_int): New prototype.
1179 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1180 of field width and alignment.
1181 * stack.c (print_frame_info_base): When printing frame level, use
1182 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1183 PR gdb/192
1184
1185 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1186
1187 * MAINTAINERS: Add self to Write After Approval list.
1188
1189 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1190
1191 * infcmd.c (interrupt_target_command_wrapper): Delete.
1192 (interrupt_target_command): Make non static.
1193 (nofp_registers_info): Make static.
1194 * stack.c (return_command_wrapper): Delete.
1195 (return_command): Make non static.
1196
1197 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1198
1199 * event-top.c (gdb_setup_readline): New function. Code moved from
1200 _initialize_event_loop().
1201 (_initialize_event_loop): Call gdb_setup_readline().
1202
1203 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1204
1205 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1206 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1207 * gdbarch.h, gdbarch.c: Re-generate.
1208
1209 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1210
1211 Fix PR gdb/778
1212 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1213 before recursing.
1214 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1215 of fill_in_vptr_fieldno.
1216
1217 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1218
1219 * inferior.h (registers_info, stepi_command, nexti_command,
1220 continue_command, interrupt_target_command): Export from infcmd.c.
1221 * frame.h (args_info, selected_frame_level_changed_hook,
1222 return_command): Export from stack.c.
1223 * v850ice.c (stepi_command, nexti_command, continue_command): use
1224 prototypes from inferior.h.
1225 * tracepoint.c (registers_info, args_info, locals_info): Use
1226 prototypes from frame.h and inferior.h.
1227 * Makefile.in (mi-main.o): Add dependency on frame.h.
1228
1229 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1230
1231 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1232 value in register 3 adjusted by ppc_gp0_regnum.
1233
1234 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1235
1236 2002-10-02 Marko Mlinar <markom@opencores.org>
1237
1238 * MAINTAINERS: Add myself to the Write After Approval list.
1239
1240 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1241
1242 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1243 of the section for the N64 ABI, fixed.
1244
1245 * config/mips/tm-irix6.h: Include solib.h.
1246
1247 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1248
1249 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1250 GNU operators.
1251
1252 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1253
1254 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1255 and that "mi0" syntax has been removed.
1256
1257 2002-09-30 David Carlton <carlton@math.stanford.edu>
1258
1259 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1260 * ppc-sysv-tdep.c: #include "gdb_string.h".
1261 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1262 pacify GCC.
1263
1264 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1265
1266 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1267 "vrsave"'s register number.
1268
1269 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1270
1271 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1272 use frame_unwind_signed_register to obtain the PC.
1273 (mips_frame_chain): Handle a generic dummy frame.
1274 (mips_init_extra_frame_info): When a generic dummy frame, don't
1275 re-compute the frame base.
1276 (mips_pop_frame): Handle generic dummy frames.
1277 (mips_gdbarch_init): When generic dummy frames, set
1278 use_generic_dummy_frames, push_dummy_frame to
1279 generic_push_dummy_frame, pc_in_call_dummy to
1280 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1281 generic_save_dummy_frame_tos.
1282
1283 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1284
1285 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1286 against TOP when TOP was explictly set.
1287 (generic_push_dummy_frame): Set TOP to zero.
1288
1289 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1290
1291 * event-loop.c (start_event_loop): Rename variable 'result' to
1292 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1293
1294 2002-09-30 Keith Seitz <keiths@redhat.com>
1295
1296 * gdb-events.sh (selected_thread_changed): New event.
1297 * gdb-events.c: Regenerated.
1298 * gdb-events.h: Regenerated.
1299
1300 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1301
1302 * MAINTAINERS: Add self to Write After Approval list.
1303
1304 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1305
1306 * disasm.c: New file.
1307 * disasm.h: New file.
1308 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1309 (compare_lines): Ditto.
1310 (dump_insns): Ditto.
1311 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1312 argument.
1313 (do_assembly_only): Ditto.
1314 (do_disassembly): Renamed to gdb_disassembly and moved to
1315 disasm.c. Sdded uiout argument.
1316 * Makefile.in: Add new files. Reorder SFILES list. Update
1317 dependencies. Include libgdb.a later in the insight executable.
1318
1319 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1320
1321 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1322 bfd/elf64-alpha-fbsd.c.
1323
1324 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1325
1326 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1327 i386gnu-tdep.c.
1328
1329 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1330
1331 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1332 __FUNCTION__.
1333 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1334 function name.
1335 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1336 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1337 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1338 (S_msg_sig_post_reply): Ditto.
1339
1340 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1341
1342 * sh-tdep.c (sh_use_struct_convention): Use definition according
1343 to ABI.
1344 (sh_push_arguments): Store in register with correct endianess.
1345 (sh_default_store_return_value): Ditto.
1346 (sh_gdbarch_init): Set sizeof long double to 8.
1347
1348 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1349
1350 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1351 Fix some whitespace problems.
1352
1353 2002-09-27 David Carlton <carlton@math.stanford.edu>
1354
1355 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1356 (mcore-tdep.o): Ditto.
1357 (ns32k-tdep.o): Ditto.
1358 (ns32knbsd-tdep.o): Ditto.
1359 (sh3-rom.o): Ditto.
1360 (vax-tdep.o): Ditto.
1361 * cris-tdep.c: #include "gdb_string.h"
1362 * mcore-tdep.c: Ditto.
1363 * ns32k-tdep.c: Ditto.
1364 * ns32knbsd-tdep.c: Ditto.
1365 * sh3-rom.c: Ditto.
1366 * vax-tdep.c: Ditto.
1367
1368 2002-09-27 David Carlton <carlton@math.stanford.edu>
1369
1370 * config/djgpp/fnchange.lst: Add entries for
1371 gdb/testsuite/gdb.c++/m-static files.
1372
1373 2002-09-27 Jim Wilson <wilson@redhat.com>
1374
1375 * MAINTAINERS: Add myself to the Write After Approval list.
1376
1377 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1378
1379 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1380
1381
1382 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1383
1384 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1385 frame.
1386
1387 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1388
1389 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1390 (rs6000_struct_return_address): Delete variable.
1391 (rs6000_store_struct_return): Update.
1392 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1393 deprecated_extract_struct_value_address.
1394 (rs6000_frame_align): New function.
1395 (rs6000_gdbarch_init): Set frame_align.
1396
1397 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1398
1399 From Grace Sainsbury <graces@redhat.com>:
1400 * Makefile.in (gdbtk-main.o): New target.
1401 (gdb.o): New target.
1402 (main_h): Define.
1403 (main.o): Update dependencies.
1404 (gdb$(EXEEXT)): Add gdb.o.
1405 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1406 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1407 (SUBDIR_GDBTK_CLEAN): Set.
1408 (install-gdbtk): Install the insight binary.
1409 (uninstall-gdbtk): New target.
1410 (all-gdbtk, clean-gdbtk): New rule.
1411 * top.c (use_windows): Default to zero.
1412 * main.c: Include "main.h".
1413 (main): Delete.
1414 (struct captured_main_args): Delete.
1415 (gdb_main): New function.
1416 * main.h: New file.
1417 * gdb.c: New File.
1418
1419 2002-09-25 Andrew Cagney <cagney@redhat.com>
1420
1421 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1422 (frame_map_regnum_to_name): New function.
1423 (frame_map_name_to_regnum): New function.
1424 * frame.h (frame_map_name_to_regnum): Declare.
1425 (frame_map_regnum_to_name): Declare.
1426 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1427 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1428 * parse.c: Do not include "builtin-regs.h".
1429 (target_map_name_to_register): Delete function.
1430 (write_dollar_variable): Use frame_map_name_to_regnum.
1431 * parser-defs.h (target_map_name_to_register): Delete declaration.
1432 * expprint.c: Include "frame.h".
1433 (print_subexp): Use frame_map_regnum_to_name.
1434 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1435 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1436
1437 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1438
1439 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1440 wasn't saved, and the next innermost frame is a dummy, return the
1441 dummy frame's link register.
1442
1443 2002-09-24 Jim Blandy <jimb@redhat.com>
1444
1445 Fix from Paul Breed:
1446 * main.c (captured_main): Add a `break' after the case for 'b'.
1447
1448 2002-09-24 Keith Seitz <keiths@redhat.com>
1449
1450 * varobj.c (c_type_of_child): Use get_target_type instead
1451 of TYPE_TARGET_TYPE.
1452
1453 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1454
1455 * source.c (get_current_or_default_source_symtab_and_line): Remove
1456 function.
1457 (set_default_source_symtab_and_line): New function. Attempts to
1458 determine a source file to list lines from if one is not currently
1459 defined.
1460 (get_current_source_symtab_and_line): Initialize sal.pc and
1461 sal.end fields.
1462 (set_current_source_symtab_and_line): Mark argument as const.
1463 * source.h: Update declarations and comments.
1464 * linespec.c (decode_line_1): Replace call to removed routine above.
1465 * stack.c (print_frame_info_base): Ditto.
1466 * cli/cli-cmds.c (edit_command): Ditto.
1467 (list_command): Ditto.
1468
1469 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1470
1471 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1472 sal.pc and sal.end fields.
1473 (get_current_or_default_source_symtab_and_line): Ditto.
1474 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1475 so we do not cause a new source symtab to be searched for (reverting an
1476 unintentional change from the 2002-09-20 patch).
1477 * scm-lang.c (scm_unpac): Ditto.
1478
1479 2002-09-21 Andrew Cagney <cagney@redhat.com>
1480
1481 * complaints.c (symfile_explanations): Remove new-line from
1482 ``isolated_message''.
1483 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1484 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1485
1486 2002-09-20 Nick Clifton <nickc@redhat.com>
1487
1488 * NEWS: Announce that V850EA ISA is no longer supported.
1489 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1490
1491 2002-09-20 David Carlton <carlton@math.stanford.edu>
1492
1493 * Makefile.in (c-lang.o): Correct dependencies.
1494 (utils.o): Gather dependencies.
1495 (charset.o): Move.
1496 * c-lang.c: #include "gdb_string.h"
1497
1498 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1499
1500 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1501 * cli/cli-cmds.c (list_command): New function. Implements the new
1502 cli edit command.
1503 (_init_cli_cmds): Add new command definition.
1504 * gdb.1: Document edit command.
1505 * doc/gdb.texinfo: Document edit command.
1506
1507 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1508
1509 * source.c: Make global variables current_source_symtab and
1510 current_source_line static.
1511 (list_command): Moved to cli/cli-cmds.c.
1512 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1513 (get_first_line_listed): New accessor function.
1514 (get_lines_to_list): New accessor function.
1515 (get_current_source_symtab_and_line): New function. Retrieves the
1516 position in the source code that we consider current.
1517 (get_current_or_default_source_symtab_and_line): New function.
1518 Like the above but attempts to determine a default position if one
1519 is not currently defined.
1520 (set_current_source_symtab_and_line): New function. Sets the source
1521 code position considered current and returns the previously set one.
1522 (clear_current_source_symtab_and_line): Reset stored information about
1523 a current source line.
1524 (_initialize_source): Remove registration for the "list" command and
1525 its alias.
1526 * source.h: Add declarations for the new functions above.
1527 * symtab.h: Remove declarations for the global variables mentioned
1528 above.
1529 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1530 obtain current source line.
1531 * linespec.c (decode_line_1): Ditto.
1532 * macroscope.c (default_macro_scope): Ditto.
1533 * scm-lang.c (scm_unpac): Ditto.
1534 * stack.c (print_frame_info_base): Ditto.
1535 * symfile.c (clear_symtab_users): Ditto.
1536 * symtab.c (decode_line_spec): Ditto.
1537 * cli/cli-cmds.c (list_command): Moved here from source.c.
1538 (ambiguous_line_spec): Moved here from source.c.
1539 (_init_cli_cmds): Add definition for "list" and its alias.
1540 * Makefile.in: Update dependencies.
1541
1542 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1543
1544 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1545 with what gcc thinks is correct.
1546
1547 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1548
1549 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1550 multiple register push instruction.
1551
1552 2002-09-19 Jim Blandy <jimb@redhat.com>
1553
1554 Add support for distinct host and target character sets.
1555 * charset.c, charset.h: New files.
1556 * c-exp.y: #include "charset.h".
1557 (yylex): Convert character and string literals to the target
1558 character set, before returning them as the semantic value of the
1559 token.
1560 * c-lang.c: #include "charset.h".
1561 (c_emit_char): Use charset-specific methods to recognize
1562 characters with backslash escape forms, to decide which characters
1563 to print literally and which to print using numeric escape
1564 sequences, and to convert target characters to host characters
1565 before printing.
1566 * utils.c: #include "charset.h".
1567 (no_control_char_error): New function.
1568 (parse_escape): Use charset-specific methods to recognize
1569 backslash escapes, parse `control character' notation, and convert
1570 characters from the host character set to the target character set.
1571 * configure.in: Set the default host character set.
1572 Check where to find iconv, and what its argument types might be.
1573 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1574 * Makefile.in (SFILES): List charset.c.
1575 (COMMON_OBS): List charset.o.
1576 (charset.o): New rule.
1577 (charset_h): New header dependency variable.
1578 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1579 (LIBICONV): New variable, set by configure.
1580 (CLIBS): Include $(LIBICONV) here.
1581 * aclocal.m4, config.in, configure: Regenerated.
1582
1583 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1584
1585 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1586 bison 1.35 warning.
1587
1588 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1589
1590 * gdb_mbuild.sh: New file.
1591
1592 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1593
1594 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1595
1596 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1597
1598 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1599 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1600 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1601 valops.c, value.h: Revert previous change.
1602
1603 2002-09-18 Michael Snyder <msnyder@redhat.com>
1604
1605 Preliminary support for Objective-C:
1606 * defs.h (language_objc): New enum value.
1607 (puts_filtered_tabular): Declaration only, exported from utils.c.
1608 (skip_quoted): Delete, declared in completer.h.
1609 * c-exp.y: Include completer.h.
1610 * p-exp.y: Ditto.
1611 * jv-exp.y: Ditto.
1612 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1613 New operator enum values.
1614 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1615 * language.c (binop_result_type): Handle language_objc case.
1616 (integral_type, character_type, string_type, boolean_type,
1617 structured_type, binop_type_check): Ditto.
1618 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1619 (struct objc_specific): Add to general_symbol_info.
1620 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1621 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1622 * parser-defs.h (struct objc_class_str): New struct type.
1623 (start_msglist, end_msglist, add_msglist): Declaration only,
1624 exported from objc-lang.c.
1625 * value.h (value_of_local, value_nsstring,
1626 call_function_by_hand_expecting_type): Exported from valops.c.
1627 * valops.c (find_function_addr): Export.
1628 (call_function_by_hand_expecting_type): New function.
1629 (value_of_local): New function.
1630 * symfile.c (init_filename_language_table): Add ".m" extension
1631 for Objective-C.
1632 * utils.c (puts_filtered_tabular): New function.
1633 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1634 (set/show demangle): Extend help-string to refer to ObjC.
1635 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1636 * stabsread.c (symbol_reference_defined): Objective-C symbols
1637 may contain colons: make allowances when scanning stabs strings
1638 for colons.
1639 (objc_find_colon): New function.
1640 * printcmd.c (address_info): If language == objc then print
1641 "self" instead of "this".
1642 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1643 OP_NSSTRING, and OP_SELF.
1644 (prefixify_subexp): Ditto.
1645 * source.c (print_source_lines): Mention objc in comment.
1646 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1647 method names.
1648
1649 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1650
1651 * complaints.h: Update copyright.
1652 (struct complaints): Declare.
1653 (struct complaint): Make `message' constant.
1654 (internal_complaint): Declare.
1655 (complaint): Declare.
1656 (complaint_root): Delete declaration.
1657 (symfile_complaints): Delete declaration.
1658 (struct complaints): Add opaque declaration.
1659 (clear_complaints): Add a complaints parameter.
1660 * complaints.c: Update copyright.
1661 (enum complaint_series): Define.
1662 (complaint_root): Delete.
1663 (struct complaints): Define.
1664 (complaint_sentinel, symfile_complaint_book): New variables.
1665 (symfile_explanations, symfile_complaints): New variables.
1666 New variables.
1667 (get_complaints): New function.
1668 (vcomplaint): New function.
1669 (complaint): New function.
1670 (internal_complaint): New function.
1671 (complain): Call vcomplain with symfile_complaint.
1672 (clear_complaints): Rewrite.
1673 (_initialize_complaints): Use add_setshow_command.
1674 * Makefile.in (complaints.o): Update dependencies.
1675 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1676 to call to clear_complaints.
1677 (new_symfile_objfile, reread_symbols): Ditto.
1678 (oldsyms_complaint): Delete.
1679 (empty_symtab_complaint, unknown_option_complaint): Delete.
1680 (free_named_symtabs): Use complaint instead of complain.
1681
1682 2002-09-18 Michael Snyder <msnyder@redhat.com>
1683
1684 Contributed by Apple Computer, Inc. Merged with current sources
1685 by Adam Fedor <fedor@doc.com> [cagney].
1686
1687 * objc-lang.c: First clean-up round: comments, indentation.
1688 * objc-lang.h: Ditto.
1689 * objc-lang.y: Ditto.
1690
1691 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1692
1693 * maint.c (maintenance_internal_error): Print the parameter as the
1694 error message.
1695 (maintenance_internal_warning): New function.
1696 (_initialize_maint_cmds): Add command `maint internal-warning'.
1697
1698 * defs.h (internal_warning, internal_vwarning): Declare.
1699 * utils.c (struct internal_problem): Define.
1700 (internal_vproblem): New function.
1701 (internal_warning): New function.
1702 (internal_vwarning): New function.
1703 (internal_warning_problem, internal_error_problem): New variables.
1704 (internal_verror): Just call internal_vproblem.
1705
1706 2002-09-18 Michael Snyder <msnyder@redhat.com>
1707
1708 * objc-lang.c: New file, support for Objective-C.
1709 Preliminary check-in, not yet integrated into gdb.
1710 * objc-lang.h: New file.
1711 * objc-exp.y: New file.
1712
1713 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1714
1715 * infrun.c (signal_stop_update): Convert definition to ISO C.
1716 (signal_print_update): Ditto.
1717 (signal_pass_update): Ditto.
1718 * inflow.c (terminal_save_ours): Ditto.
1719
1720 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1721 comments.
1722
1723 * config/djgpp/fnchange.lst: Handle name clashes between
1724 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1725 bfd/coff-tic80.c.
1726
1727 * i386-linux-tdep.h: Fix tipo.
1728
1729 2002-09-18 Adam Fedor <fedor@gnu.org>
1730
1731 * MAINTAINERS: Add myself to the Write After Approval list.
1732
1733 2002-09-18 Jim Blandy <jimb@redhat.com>
1734
1735 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1736 texthigh and textlow to reader-specific structs caused
1737 objfile_relocate to miss them. This is fixable, but the work that
1738 the change was supposed to prepare GDB for never got done anyway.
1739
1740 2002-09-18 David Carlton <carlton@math.stanford.edu>
1741
1742 * MAINTAINERS: Alphabetize Write After Approval list.
1743
1744 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1745
1746 Fix PR gdb/709
1747 * values.c (value_static_field): Call read_var_value.
1748
1749 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1750
1751 * valops.c (hand_function_call): Align the initial stack pointer
1752 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1753 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1754 return value.
1755 * mips-tdep.c (mips_frame_align): New function.
1756 (mips_gdbarch_init): Set frame_align.
1757 * gdbarch.sh (FRAME_ALIGN): New method.
1758 * gdbarch.h, gdbarch.c: Re-generate.
1759
1760 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1761
1762 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1763 registers.
1764
1765 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1766
1767 * NEWS: Mention that MIPS $fp behavior changed.
1768 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1769 reference to FP_REGNUM.
1770 (mipsnbsd_cannot_store_register): Ditto.
1771 * mips-linux-nat.c: Update copyright.
1772 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1773 (mips_linux_cannot_store_register): Ditto.
1774 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1775 * config/mips/tm-mips.h: Update copyright.
1776 (FP_REGNUM): Delete macro.
1777 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1778 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1779 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1780 (mips_r3041_reg_names, mips_r3051_reg_names)
1781 (mips_r3081_reg_names): Replace "fp" with "".
1782 Fix PR gdb/480.
1783
1784 2002-09-17 Theodore A. Roth <troth@verinet.com>
1785
1786 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1787 generic_read_register_dummy() (PR gdb/703).
1788 (avr_push_return_address): #if 0 out unused vars.
1789 (avr_gdbarch_init): Enable use of avr_push_return_address().
1790
1791 2002-09-17 Michael Snyder <msnyder@redhat.com>
1792
1793 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1794 RTE will take care of it.
1795
1796 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1797
1798 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1799 invalid, return SP_REGNUM.
1800
1801 2002-09-17 Michael Snyder <msnyder@redhat.com>
1802
1803 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1804 point registers without sign extension.
1805
1806 2002-09-17 Andrew Cagney <cagney@redhat.com>
1807
1808 * blockframe.c (deprecated_read_register_dummy): Rename
1809 generic_read_register_dummy.
1810 * frame.c (frame_unwind_signed_register): New function.
1811 (frame_unwind_unsigned_register): New function.
1812 * frame.h (frame_unwind_signed_register): Declare.
1813 (frame_unwind_unsigned_register): Declare.
1814 (deprecated_read_register_dummy): Rename
1815 generic_read_register_dummy.
1816
1817 * h8300-tdep.c (h8300_frame_chain): Update.
1818 (h8300_frame_saved_pc): Update.
1819 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1820 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1821 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1822 (s390_frame_chain): Update.
1823 * v850-tdep.c (v850_find_callers_reg): Update.
1824 (v850_frame_saved_pc): Update.
1825 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1826 (m32r_find_callers_reg): Update.
1827 (m32r_frame_saved_pc): Update.
1828 * sh-tdep.c (sh_find_callers_reg): Update.
1829 (sh64_get_saved_pr): Update.
1830 (sh_init_extra_frame_info): Update.
1831 (sh_init_extra_frame_info): Update.
1832 (sh64_init_extra_frame_info): Update.
1833 (sh64_init_extra_frame_info): Update.
1834 * mcore-tdep.c (mcore_find_callers_reg): Update.
1835 (mcore_frame_saved_pc): Update.
1836 (mcore_init_extra_frame_info): Update.
1837 * i386-tdep.c (i386_frame_saved_pc): Update.
1838 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1839 (ia64_init_extra_frame_info): Update.
1840 (ia64_init_extra_frame_info): Update.
1841 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1842 * cris-tdep.c (cris_init_extra_frame_info): Update.
1843 * avr-tdep.c (avr_frame_chain): Update.
1844 (avr_init_extra_frame_info): Update.
1845 (avr_frame_saved_pc): Update.
1846 * arm-tdep.c (arm_find_callers_reg): Update.
1847 (arm_init_extra_frame_info): Update.
1848 (arm_frame_saved_pc): Update.
1849
1850 2002-09-17 Tom Tromey <tromey@redhat.com>
1851
1852 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1853 is "'".
1854
1855 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1856
1857 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1858 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1859 NEXT_PROLOGUE_INSN.
1860 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1861 NEXT_PROLOGUE_INSN.
1862
1863 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1864
1865 * osfsolib.c: Remove file, replaced by solib-osf.c.
1866 * Makefile.in: Remove compilation rules for osfsolib.c.
1867
1868 2002-09-16 David Carlton <carlton@math.stanford.edu>
1869
1870 * cp-valprint.c (cp_print_class_method): Correct args to
1871 check_stub_method_group.
1872
1873 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1874
1875 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1876 `set architecture'. Unify naming convention of functions.
1877 (h8300_skip_prologue): Improve prologue analysis.
1878 (h8300_push_arguments): Rewritten to more closely match GCC's
1879 bizarre argument-passing behavior, along with the comment describing
1880 said behavior.
1881 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1882 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1883 sim, remote-e7000.c, remote-hms.c and remote.c
1884
1885 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1886
1887 * i386-tdep.c (gdb_print_insn_i386): Removed.
1888 (i386_print_insn): New function.
1889 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1890 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1891 tm_print_insn_info.
1892
1893 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1894
1895 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1896 zero.
1897
1898 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1899
1900 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1901 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1902 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1903
1904 2002-09-13 Christopher Faylor <cgf@redhat.com>
1905
1906 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1907
1908 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1909
1910 * gdbtypes.c (check_stub_method): Make static.
1911 (check_stub_method_group): New function.
1912 * gdbtypes.h: Update prototypes.
1913 * cp-support.c: New file.
1914 * cp-support.h: New file.
1915
1916 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1917 (update_method_name_from_physname): New function.
1918 (read_member_functions): Correct method names for operators
1919 and v3 constructors/destructors. Separate v2 constructors and
1920 destructors.
1921 * Makefile.in (stabsread.o): Update dependencies.
1922 (SFILES): Add cp-support.c.
1923 (COMMON_OBS): Add cp-support.o.
1924 (cp_support_h, cp-support.o): Add.
1925
1926 * cp-valprint.c (cp_print_class_method): Call
1927 check_stub_method_group instead of check_stub_method. Remove
1928 extraneous QUITs.
1929 * p-valprint.c (pascal_object_print_class_method): Likewise.
1930 * valops.c (search_struct_method): Likewise.
1931 (find_method_list, value_struct_elt_for_reference): Likewise.
1932
1933 2002-09-13 Andrew Cagney <cagney@redhat.com>
1934
1935 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1936 * gdbarch.h, gdbarch.c: Regenerate.
1937
1938 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1939
1940 * frame.c (find_saved_register): Delete function.
1941 * frame.h (find_saved_register): Delete declaration.
1942 Fix PR gdb/631.
1943
1944 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1945
1946 * mips-tdep.c (read_next_frame_reg): Re-hack using
1947 frame_register_unwind.
1948
1949 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1950
1951 * mips-tdep.c (mips_get_saved_register): Re-hack using
1952 frame_register_unwind.
1953
1954 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1955
1956 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1957 vector. Will be useful for Interix.
1958 * gdbarch.h, gdbarch.c: Regenerate.
1959
1960 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1961 name of the malloc function by NAME_OF_MALLOC.
1962
1963 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1964
1965 * value.h (find_function_in_inferior): Add const keyword to
1966 one of the parameters. Allows us to invoke this function with
1967 a const char *.
1968 * valops.c (find_function_in_inferior): Likewise.
1969
1970 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1971
1972 * exec.c (xfer_memory): Fix compilation warning with old versions
1973 of GCC.
1974 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1975
1976 2002-09-12 David Carlton <carlton@math.stanford.edu>
1977
1978 * symtab.h: Run through gdb_indent.h.
1979 Add 2002 to Copyright year list.
1980
1981 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1982
1983 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1984 mach constants.
1985 * MAINTAINERS: Add myself to write after approval list.
1986
1987 2002-09-11 J. Brobecker <brobecker@gnat.com>
1988
1989 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1990
1991 2002-09-11 J. Brobecker <brobecker@gnat.com>
1992
1993 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1994 Interix.
1995
1996 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1997
1998 * procfs.c (do_detach): Clear current signal, not just fault.
1999 Corrects problem with breakpoint trap signal leaking to detached
2000 process on Tru64.
2001
2002 2002-09-10 Michael Snyder <msnyder@redhat.com>
2003
2004 * buildsym.c (finish_block): Protect against null pointer.
2005
2006 2002-09-10 Andrew Cagney <cagney@redhat.com>
2007
2008 * infcmd.c (default_print_registers_info): Send all output to
2009 ``file'' instead of ``gdb_stdout''.
2010
2011 2002-09-10 Michael Snyder <msnyder@redhat.com>
2012
2013 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2014 LONGEST, and use signed register read (addresses are sign-
2015 extended for mips).
2016
2017 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2018
2019 * event-loop.c (gdb_do_one_event): Make public.
2020 * event-loop.h (gdb_do_one_event): Declare.
2021
2022 2002-09-10 Jeff Law <law@redhat.com>
2023
2024 * infttrace.c (child_resume): Simplify and rework to avoid
2025 TT_PROC_CONTINUE.
2026
2027 2002-09-09 Fred Fish <fnf@intrinsity.com>
2028
2029 * printcmd.c (print_scalar_formatted): "len" is the number of
2030 target bytes, NOT the number of target bits.
2031
2032 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2033
2034 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2035 * top.c (init_main): Set rl_terminal_name.
2036
2037 2002-09-08 Aidan Skinner <aidan@velvet.net>
2038
2039 * ada-lang.c (ada_array_bound, ada_type_match,
2040 _initialize_ada_language): Fix K&R definitions.
2041 * ada-tasks.c (get_current_task): Fix K&R definitions.
2042 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2043
2044 2002-09-07 Christopher Faylor <cgf@redhat.com>
2045
2046 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2047 Add XP.
2048
2049 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2050
2051 * i386-tdep.c (i386_register_virtual_type,
2052 i386_register_convertible, i386_register_convert_to_virtual,
2053 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2054 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2055 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2056 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2057 Don't set push_arguments twice.
2058
2059 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2060 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2061 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2062 sigtramp_end to NULL.
2063 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2064 defines.
2065 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2066
2067 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2068 whitespace.
2069
2070 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2071 * gdbarch.h, gdbarch.c: Re-generate.
2072 * blockframe.c (find_pc_sect_partial_function): Convert to use
2073 SIGTRAMP_START_P predicate.
2074
2075 2002-09-05 Michael Snyder <msnyder@redhat.com>
2076
2077 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2078 generic_dummy_frame method and old method. Also distinguish
2079 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2080 (arm_extract_return_value): Use new regcache method.
2081
2082 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2083 adjustment that doesn't conform to the ABI.
2084 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2085 saved regcache, not from current regcache.
2086
2087 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2088
2089 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2090 * README: Update.
2091
2092 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2093
2094 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2095 if arm_apcs_32 is false.
2096
2097 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2098
2099 GDB 5.3 branch created.
2100
2101 2002-09-03 Theodore A. Roth <troth@verinet.com>
2102
2103 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2104 generic_unwind_get_saved_register.
2105
2106 2002-09-03 David Carlton <carlton@math.stanford.edu>
2107
2108 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2109 argument (PR gdb/653). Update call to smash_to_method_type.
2110 (read_structure_scope): Update call to dwarf2_add_member_fn.
2111
2112 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2113
2114 * x86-64-linux-tdep.c: Include gdb_string.h
2115 * x86-64-linux-nat.c: Ditto.
2116
2117 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2118
2119 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2120 when YYDEBUG is set to 1.
2121 * c-exp.y: Likewise.
2122 * f-exp.y: Likewise.
2123 * jv-exp.y: Likewise.
2124 * m2-exp.y: Likewise.
2125 * p-exp.y: Likewise.
2126
2127 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2128
2129 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2130 dependency list.
2131 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2132 solib_svr4_fetch_link_map_offsets to
2133 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2134 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2135 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2136 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2137 solib-svr4.o, and solib-legacy.o.
2138 * config/i386/tm-nbsd.h: Include solib.h.
2139
2140 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2141
2142 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2143 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2144 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2145 comment noting that this needs its own target configuration.
2146 * config/i386/nbsd.mt: New file.
2147 * config/i386/nbsdaout.mt: Remove.
2148 * config/i386/nbsdelf.mt: Ditto.
2149 * config/i386/tm-nbsdaout.h: Ditto.
2150
2151 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2152
2153 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2154 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2155 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2156 tdep->sigtramp_end.
2157 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2158 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2159 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2160
2161 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2162
2163 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2164 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2165 * i386-tdep.h (i386bsd_init_abi): New prototype.
2166 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2167 function declaration.
2168 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2169 for NetBSD-a.out or NetBSD-ELF.
2170 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2171 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2172 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2173 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2174 and nbsd-tdep.h.
2175 (i386nbsd_pc_in_sigtramp): New function.
2176 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2177 i386nbsd_pc_in_sigtramp.
2178 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2179 and i386nbsdelf_init_abi OS ABI handlers.
2180 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2181 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2182
2183 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2184
2185 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2186 registers if the target really has them.
2187
2188 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2189
2190 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2191 than nbsd-tdep.h.
2192
2193 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2194
2195 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2196 list.
2197 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2198 (alphanbsd_skip_sigtramp_frame): New functions.
2199 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2200 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2201 to alphanbsd_sigcontext_addr.
2202
2203 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2204
2205 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2206 list.
2207 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2208 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2209 nbsd_pc_in_sigtramp.
2210 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2211 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2212 * nbsd-tdep.c: Include gdb_string.h.
2213 (nbsd_pc_in_sigtramp): New function.
2214 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2215 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2216 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2217 ppcnbsd_pc_in_sigtramp.
2218 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2219 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2220 shnbsd_pc_in_sigtramp.
2221 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2222 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2223 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2224
2225 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2226
2227 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2228 watchpoints to NULL.
2229 (insert_breakpoints): set val field of watchpoints if NULL.
2230
2231
2232 2002-08-29 Jim Blandy <jimb@redhat.com>
2233
2234 * symtab.c (lookup_symbol_aux): In the cases where we find a
2235 minimal symbol of an appropriate name and use its address to
2236 select a symtab to read and search, use `name' (as passed to us)
2237 as the demangled name when searching the symtab's global and
2238 static blocks, not the minsym's name.
2239
2240 2002-08-29 Keith Seitz <keiths@redhat.com>
2241
2242 * stack.c (print_frame_info_base): Always set current_source_symtab
2243 and current_source_line.
2244
2245 2002-08-29 Donn Terry <donnte@microsoft.com>
2246
2247 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2248
2249 2002-08-28 Keith Seitz <keiths@redhat.com>
2250
2251 * stack.c (select_frame): Add FIXME concerning selected-frame
2252 events.
2253 (select_frame_command): Send selected-frame-level-changed
2254 event notification, but only if the level actually changed.
2255 (up_silently_base): Add selected-frame-level-changed event
2256 notification.
2257 (down_silently_base): Likewise.
2258
2259 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2260
2261 * Makefile.in: Update dependencies for all gdb/*.c files.
2262
2263 2002-08-27 Tom Tromey <tromey@redhat.com>
2264
2265 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2266 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2267 Update dependencies.
2268 * i387-tdep.c: Include gdb_string.h.
2269 * osabi.c: Likewise.
2270 * i386-linux-nat.c: Likewise.
2271 * lin-lwp.c: Likewise.
2272 * ax-gdb.c: Likewise.
2273 * signals/signals.c: Likewise.
2274 * jv-valprint.c: Likewise.
2275 * p-lang.c: Likewise.
2276 * c-valprint.c: Likewise.
2277 * cp-abi.c: Likewise.
2278
2279 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2280
2281 * cli/cli-script.h (copy_command_lines): Export.
2282 * breakpoint.c: Include cli/cli-script.h.
2283 * Makefile.in (breakpoint.o): Update dependencies.
2284
2285 2002-08-26 Michael Snyder <msnyder@redhat.com>
2286
2287 * breakpoint.c (insert_breakpoints): Protect all references
2288 to 'process_warning'. Shorten long lines.
2289
2290 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2291
2292 * cli/cli-script.c (copy_command_lines): New function.
2293 * defs.h (copy_command_lines): Export.
2294 * testsuite/gdb.base/commands.exp: New tests for commands
2295 attached to a temporary breakpoint, and for commands that
2296 delete the breakpoint they are attached to.
2297
2298 2002-08-26 Michael Snyder <msnyder@redhat.com>
2299
2300 * breakpoint.c (bpstat_stop_status): Instead of copying the
2301 pointer to the breakpoint commands struct, make a new copy
2302 of the struct and point to that.
2303 (bpstat_clear): Free the commands struct.
2304 (bpstat_clear_actions): Free the commands struct.
2305 (bpstat_do_actions): Free the command actions. Also execute
2306 the local cleanups, instead of deleting them.
2307 (delete_breakpoint): Leave the commands field of the bpstat
2308 chain alone -- it will be freed later.
2309
2310 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2311
2312 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2313 deleted in 2002-08-20 commit. This function is still used by
2314 ppc-linux-nat.c.
2315
2316 2002-08-26 Keith Seitz <keiths@redhat.com>
2317
2318 * gdb-events.sh: Add selected-frame-level-changed event.
2319 * gdb-events.c: Regenerated.
2320 * gdb-events.h: Regenerated.
2321
2322 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2323
2324 Fix PR gdb/393:
2325 * inflow.c (terminal_save_ours): New function to save terminal
2326 settings.
2327 * inferior.h (terminal_save_ours): Declare.
2328 * target.c (debug_to_terminal_save_ours): New function.
2329 (cleanup_target): Defaults to_terminal_save_ours.
2330 (update_current_target): Inherit to_terminal_save_ours.
2331 (setup_target_debug): Set to_terminal_save_ours.
2332 * target.h (target_terminal_save_ours): New to save terminal settings.
2333 (target_ops): New member to_terminal_save_ours.
2334 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2335 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2336 * inftarg.c (init_child_ops): Likewise.
2337 * m3-nat.c (init_m3_ops): Likewise.
2338 * procfs.c (init_procfs_ops): Likewise.
2339 * wince.c (init_child_ops): Likewise.
2340 * win32-nat.c (init_child_ops): Likewise.
2341 * sol-thread.c (init_sol_thread_ops): Likewise.
2342
2343 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2344
2345 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2346 use regcache_* functions.
2347 (i386_gdbarch_init): Set store_return_value instead of
2348 deprecated_store_return_value.
2349
2350 * regcache.c (regcache_raw_write_signed,
2351 regcache_raw_write_unsigned): New functions.
2352 * regcache.h (regcache_raw_write_signed,
2353 regcache_raw_write_unsigned): New prototypes.
2354
2355 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2356
2357 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2358 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2359 source file dependencies. Cleanup corresponding generator rules.
2360
2361 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2362
2363 * regcache.h (register_offset_hack): Declare.
2364 (regcache_cooked_read_using_offset_hack): Declare.
2365 (regcache_cooked_write_using_offset_hack): Declare.
2366
2367 * regcache.c (register_offset_hack): New function.
2368 (regcache_cooked_read_using_offset_hack): New function.
2369 (regcache_cooked_write_using_offset_hack): New function.
2370 (regcache_dump): Check that the registers, according to their
2371 offset, are packed hard against each other.
2372 (cooked_xfer_using_offset_hack): New function.
2373
2374 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2375
2376 * regcache.c (struct regcache_descr): Add field register_type.
2377 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2378 in as a parameter
2379 (init_regcache_descr): Initialize register_type. Pass the descr
2380 to init_legacy_regcache_descr. Use register_type instead of
2381 REGISTER_VIRTUAL_TYPE.
2382 (register_type): New function.
2383 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2384 * regcache.h (register_type): Declare.
2385
2386 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2387
2388 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2389 instead of deprecated_store_return_value. Fix fallout from
2390 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2391
2392 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2393
2394 * regcache.c (max_register_size): New function.
2395 (init_legacy_regcache_descr): Ensure that max_register_size is
2396 large enough for REGISTER_VIRTUAL_SIZE.
2397 * regcache.h (max_register_size): Declare.
2398
2399 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2400
2401 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2402 store_return_value.
2403 (e500_extract_return_value): Change type of valbuf pointer to
2404 void.
2405
2406 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2407
2408 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2409 workaround.
2410
2411 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2412 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2413 long long) to prevent compiler warning on 64-bit systems.
2414
2415 2002-08-23 Andrew Cagney <cagney@redhat.com>
2416
2417 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2418 (DEPRECATED_STORE_RETURN_VALUE): New method.
2419 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2420 * gdbarch.h, gdbarch.c: Re-generate.
2421
2422 * values.c (set_return_value): Pass current_regcache to
2423 STORE_RETURN_VALUE.
2424 * arch-utils.h (legacy_store_return_value): Declare.
2425 * arch-utils.c (legacy_store_return_value): New function.
2426 (legacy_extract_return_value): Update parameters.
2427
2428 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2429 STORE_RETURN_VALUE.
2430 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2431 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2432 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2433 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2434 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2435 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2436 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2437 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2438 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2439 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2440
2441 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2442 * i386-tdep.c (i386_extract_return_value): Update.
2443 * arch-utils.c (legacy_extract_return_value): Update.
2444 * frv-tdep.c (frv_gdbarch_init): Update.
2445 * cris-tdep.c (cris_gdbarch_init): Update.
2446 * d10v-tdep.c (d10v_gdbarch_init): Update.
2447 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2448 * m68k-tdep.c (m68k_gdbarch_init): Update.
2449 * mcore-tdep.c (mcore_gdbarch_init): Update.
2450 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2451 * s390-tdep.c (s390_gdbarch_init): Update.
2452 * sparc-tdep.c (sparc_gdbarch_init): Update.
2453 * sh-tdep.c (sh_gdbarch_init): Update.
2454 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2455 * v850-tdep.c (v850_gdbarch_init): Update.
2456 * avr-tdep.c (avr_gdbarch_init): Update.
2457 * ia64-tdep.c (ia64_gdbarch_init): Update.
2458 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2459 * vax-tdep.c (vax_gdbarch_init): Update.
2460 * alpha-tdep.c (alpha_gdbarch_init): Update.
2461 * arm-tdep.c (arm_gdbarch_init): Update.
2462 * mips-tdep.c (mips_gdbarch_init): Update.
2463 * i386-tdep.c (i386_gdbarch_init): Update.
2464
2465 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2466
2467 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2468 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2469
2470 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2471
2472 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2473 problems.
2474
2475 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2476
2477 * infrun.c (handle_inferior_event): Move a comment outside of a
2478 function call, in order to avoid indent reformatting this part
2479 of the code in an unreadable way.
2480
2481 2002-08-23 Grace Sainsbury <graces@redhat.com>
2482
2483 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2484 when breakpoints fail. Move general breakpoint error messages to
2485 insert_breakpoints.
2486 * breakpoint.c (insert_breakpoints): Change warnings when
2487 breakpoints are nto inserted to specify the type. Remove call to
2488 memory_error when hardware breakpoints can't be inserted. Remove
2489 multiple calls to warning so all messages are sent to the user at
2490 once.
2491 (delete_breakpoints): Make insert error messsages more explicit.
2492
2493 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2494
2495 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2496 gdbserver/ChangeLog.
2497
2498 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2499
2500 * i386-tdep.c: Include "objfiles.h".
2501 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2502 skip_trampoline_code.
2503 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2504 (CPLUS_MARKER): Define to '.'.
2505
2506 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2507 member.
2508 (linux_corefile_thread_callback): Increase args->num_notes.
2509 (linux_make_note_section): Initialize thread_args.num_notes, and
2510 use it to determine whether notes for any threads were created.
2511
2512 2002-08-23 Donn Terry <donnte@microsoft.com>
2513
2514 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2515 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2516 and PCUNKILL.
2517 (write_with_trace): Conditionalize out the switch branch handling
2518 PCSHOLD if the corresponding macro is not defined. Likewise for
2519 PRSABORT and PRSTOP.
2520 This change will be needed by the Interix port.
2521
2522 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2523
2524 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2525 write_register wherever possible instead of manipulating the
2526 register bytes directly.
2527 Assign VALUE_CONTENTS to a variable and use that.
2528 The GPR numbers are now dependent on the architecture.
2529
2530 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2531
2532 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2533 ev_offset fields.
2534 (skip_prologue): Add support for BookE/e500 instructions.
2535 (e500_extract_return_value): New function.
2536 (frame_get_saved_regs): Add support for saving ev registers and
2537 pseudo gpr's.
2538 (e500_store_return_value): New function.
2539 (rs6000_gdbarch_init): Move up default intializations of
2540 deprecated_extract_return_value and store_return_value. Overwrite
2541 init of store_return_value with e500 specific version.
2542 Set extract_return_value for e500.
2543
2544 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2545
2546 * blockframe.c (generic_call_dummy_register_unwind): Use
2547 regcache_cooked_read to catch cases in which the variable is
2548 stored in a pseudo register.
2549
2550 2002-08-22 Andrew Cagney <cagney@redhat.com>
2551
2552 * NEWS: Mention that the i960 has been made obsolete.
2553 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2554 i960-tdep.c
2555 (remote-nrom.o): Obsolete target.
2556 (remote-nindy.o, i960-tdep.o): Ditto.
2557 * remote-nrom.c: Make file obsolete.
2558 * remote-nindy.c, remote-vx960.c: Ditto.
2559 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2560 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2561 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2562 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2563 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2564 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2565 i960-*-vxworks* obsolete.
2566 * MAINTAINERS: Note that the i960 is obsolete.
2567
2568 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2569
2570 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2571 detach to allow reinitialization.
2572
2573 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2574
2575 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2576 attempt).
2577
2578 2002-08-22 Jim Blandy <jimb@redhat.com>
2579
2580 * coffread.c (coff_symfile_read): Don't try to read the line
2581 number table from disk if the image file doesn't have a symbol
2582 table; we'll never actually look at the info anyway, and Windows
2583 ships DLL's with bogus file offsets for the line number data.
2584
2585 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2586
2587 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2588 an e500 executable.
2589
2590 2002-08-21 Michael Snyder <msnyder@redhat.com>
2591
2592 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2593 (MSYMBOL_SIZE): Replace macro with function.
2594 (DEFAULT_MIPS_TYPE): Delete unused macro.
2595 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2596 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2597
2598 2002-08-21 Jim Blandy <jimb@redhat.com>
2599
2600 * valops.c (value_cast): Simplify and correct logic for doing a
2601 static cast from a pointer to a base class to a pointer to a
2602 derived class.
2603
2604 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2605
2606 * infcmd.c (default_print_registers_info): Replace
2607 do_registers_info.
2608 (registers_info): Use gdbarch_print_registers_info instead of
2609 DO_REGISTERS_INFO.
2610 * inferior.h (default_print_registers_info): Replace
2611 do_registers_info.
2612 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2613 (DO_REGISTERS_INFO): Change to a predicate function.
2614 * gdbarch.h, gdbarch.c: Regenerate.
2615
2616 2002-08-21 Keith Seitz <keiths@redhat.com>
2617
2618 * gdb-events.sh: Add target-changed event.
2619 * gdb-events.c: Regenerated.
2620 * gdb-events.c: Regenerated.
2621 * valops.c (value_assign): Add target-changed event notification
2622 to inlval_register, lval_memory, and lval_reg_frame_relative.
2623
2624 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2625
2626 * NEWS: Add an entry regarding the improvement of the next/step
2627 operation on Alpha Tru64 multi-processor machines.
2628
2629 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2630
2631 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2632 directores.
2633 * Makefile.in: Update all _h macro definitions.
2634 * Makefile.in (install-gdbtk): Move to install section.
2635 (rdi-share/libangsd.a): Move to end of file.
2636
2637 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2638
2639 * frame.c (frame_register_unwind): When a register, set addrp to
2640 the register's byte.
2641
2642 2002-08-20 Michael Snyder <msnyder@redhat.com>
2643
2644 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2645 used locally, so move them from the target machine header to here.
2646 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2647 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2648 Make static.
2649 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2650
2651 2002-08-20 Andrew Cagney <cagney@redhat.com>
2652
2653 * NEWS: Mention that the Apollo line was made obsolete.
2654 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2655 m68*-hp-hpux* obsolete.
2656 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2657 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2658 * buildsym.c (make_blockvector): Make static.
2659 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2660 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2661 (ALLDEPFILES): Remove dstread.c.
2662 (dstread.o): Obsolete make rule.
2663 * dstread.c: Makefile obsolete.
2664 * dst.h: Ditto.
2665 * config/m68k/hp300hpux.mt: Ditto.
2666 * config/m68k/hp300hpux.mh: Ditto.
2667 * config/m68k/hp300bsd.mt: Ditto.
2668 * config/m68k/hp300bsd.mh: Ditto.
2669 * config/m68k/apollo68b.mt: Ditto.
2670 * config/m68k/apollo68v.mh: Ditto.
2671 * config/m68k/apollo68b.mh: Ditto.
2672
2673 2002-08-20 Michael Snyder <msnyder@redhat.com>
2674
2675 * mips-tdep.c (mips_in_return_stub): Make static.
2676 (mips_gdbarch_init): Set in_solib_return_trampoline.
2677 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2678
2679 2002-08-20 Michael Snyder <msnyder@redhat.com>
2680
2681 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2682 * gdbarch.c, gdbarch.h: Regenerate.
2683 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2684 Add.
2685 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2686
2687 2002-08-20 Michael Snyder <msnyder@redhat.com>
2688
2689 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2690 (mips_gdbarch_init): Set skip_trampoline_code,
2691 in_solib_call_trampoline.
2692 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2693 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2694
2695 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2696
2697 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2698
2699 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2700 vector type for ev registers.
2701 (e500_pseudo_register_read): New function.
2702 (e500_pseudo_register_write): New function.
2703 (e500_dwarf2_reg_to_regnum): New function.
2704 (PPC_UISA_NOFP_SPRS): New macro.
2705 (PPC_EV_REGS): New macro.
2706 (PPC_GPRS_PSEUDO_REGS): New macro.
2707 (registers_e500): New register set for e500.
2708 (variants): Add e500 variant.
2709 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2710 before setting architectural dependent variations. Initialize ev
2711 registers numbers. Add case for e500 architecture. Set the
2712 number of pseudo registers.
2713
2714 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2715
2716 * rs6000-tdep.c: Clean up comments.
2717
2718 2002-08-20 Andrew Cagney <cagney@redhat.com>
2719
2720 * h8300-tdep.c: Re-indent file.
2721
2722 2002-08-20 Jim Blandy <jimb@redhat.com>
2723
2724 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2725 default for this.
2726
2727 2002-08-20 Keith Seitz <keiths@redhat.com>
2728
2729 * breakpoints.c (watch_command_1): Use internal breakpoint
2730 when setting a watchpoint_scope breakpoint.
2731
2732 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2733
2734 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2735 (build_builtin_type_vec64i): Ditto.
2736 (build_builtin_type_vec128): Ditto.
2737 (build_builtin_type_vec128i): Ditto.
2738
2739 2002-08-19 Michael Snyder <msnyder@redhat.com>
2740
2741 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2742 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2743 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2744 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2745 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2746 CALL_DUMMY_ADDRESS): Delete.
2747 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2748 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2749 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2750 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2751 push_return_address.
2752 (mips_register_raw_size, mips_eabi_use_struct_convention,
2753 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2754 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2755 mips_init_extra_frame_info, mips_eabi_push_arguments,
2756 mips_n32n64_push_arguments, mips_push_return_address,
2757 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2758 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2759
2760 2002-08-19 Michael Snyder <msnyder@redhat.com>
2761
2762 * mips-tdep.c (mips_frame_num_args): New function.
2763 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2764 frame_saved_pc, frame_args_address, frame_locals_address,
2765 frame_num_args, and frame_args_skip.
2766 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2767 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2768 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2769 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2770
2771 2002-08-20 Michael Snyder <msnyder@redhat.com>
2772
2773 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2774 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2775 * mips-tdep.c (mips_store_struct_return): New function.
2776 (mips_extract_struct_value_address): New function.
2777 (mips_gdbarch_init): Set store_struct_return and
2778 extract_struct_value_address.
2779
2780 2002-08-20 David Carlton <carlton@math.stanford.edu>
2781
2782 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2783 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2784 (read_file_scope): Check that line_header is nonzero before
2785 decoding macro information.
2786
2787 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2788
2789 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2790 flag the general-purpose registers as floating-point on targets
2791 that don't support the floating-point registers.
2792
2793 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2794
2795 * rs6000-tdep.c (altivec_register_p): Delete.
2796 (rs6000_do_altivec_registers): Delete.
2797 (rs6000_altivec_registers_info): Delete.
2798 (rs6000_do_registers_info): Delete.
2799 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2800 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2801
2802 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2803
2804 * infcmd.c (do_registers_info): Print vector registers in hex
2805 format only.
2806 (print_vector_info): Check that printing registers
2807 makes sense.
2808 (print_float_info): Ditto.
2809
2810 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2811
2812 * mips-tdep.c (mips_gdbarch_init): Update.
2813 (mips_o32_extract_return_value): Rewrite.
2814 (mips_o32_store_return_value): Rewrite.
2815 (mips_o32_xfer_return_value): New function.
2816 (mips_xfer_register): Tweak debug print message. Allow for
2817 buf_offset when dumping the value transfered.
2818
2819 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2820
2821 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2822 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2823 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2824 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2825 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2826
2827 2002-08-14 Michael Snyder <msnyder@redhat.com>
2828
2829 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2830
2831 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2832
2833 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2834 register.
2835 (P): New macro to define a register as a pseudo register.
2836 (R, R4, R8, R16, FR32, R64, R0): Updated.
2837 (struct variant): Add new fields for number of pseudo registers
2838 and number of total registers.
2839 (tot_num_registers): New macro replacing....
2840 (num_registers): ...deleted macro.
2841 (num_registers): New function.
2842 (num_pseudo_registers): New function.
2843 (variants): Update all variants to intialize new fields correctly.
2844 Postpone initialization of number of pseudo regs and real regs.
2845 (init_variants): New function.
2846 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2847 registers offsets.
2848
2849 2002-08-19 David Carlton <carlton@math.stanford.edu>
2850
2851 * valops.c (search_struct_field): Change error message to treat
2852 return value of 0 from value_static_field as meaning that field is
2853 optimized out.
2854 (value_struct_elt_for_reference): Ditto.
2855 * values.c (value_static_field): Treat an unresolved location the
2856 same as a nonexistent symbol. Fix PR gdb/635.
2857 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2858 enclosed. Fix PR gdb/574.
2859 * MAINTAINERS: Add self to Write After Approval list.
2860
2861 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2862
2863 * mips-tdep.c (mips_xfer_register): New function.
2864 (mips_n32n64_extract_return_value): Rewrite.
2865 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2866 instead of deprecated_extract_return_value.
2867
2868 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2869
2870 * rs6000-tdep.c (TDEP): Delete macro.
2871 (branch_dest): Replace use of TDEP macro with its body.
2872 (rs6000_pop_frame): Ditto.
2873 (rs6000_push_arguments): Ditto.
2874 (rs6000_skip_trampoline_code): Ditto.
2875 (rs6000_frame_saved_pc): Ditto.
2876 (rs6000_frame_chain): Ditto.
2877 (rs6000_register_name): Ditto.
2878 (rs6000_register_byte): Ditto.
2879 (rs6000_register_raw_size): Ditto.
2880 (rs6000_register_virtual_type): Ditto.
2881 (rs6000_register_convertible): Ditto.
2882 (rs6000_convert_from_func_ptr_addr): Ditto.
2883
2884 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2885
2886 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2887 conditionally.
2888 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2889 MIPS_LINUX_JB_ELEMENT_SIZE.
2890 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2891 for MAX_REGISTER_RAW_SIZE arrays.
2892 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2893 MIPS_LINUX_JB_ELEMENT_SIZE.
2894
2895 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2896
2897 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2898
2899 2002-08-19 Aidan Skinner <aidan@velvet.net>
2900
2901 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2902 ada-valprint.c ada-tasks.c.
2903 (YYFILES): Add ada-exp.y.
2904 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2905 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2906 (ada-exp.tab.o): New target.
2907
2908 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2909
2910 * regcache.c (regcache_xfer_part): New function.
2911 (regcache_raw_read_part): New function.
2912 (regcache_raw_write_part): New function.
2913 (regcache_cooked_read_part): New function.
2914 (regcache_cooked_write_part): New function.
2915 * regcache.h (regcache_raw_read_part): Declare.
2916 (regcache_raw_write_part): Declare.
2917 (regcache_cooked_read_part): Declare.
2918 (regcache_cooked_write_part): Declare.
2919
2920 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2921
2922 * remote.c (remote_open_1): Add async_p.
2923 (remote_async_open_1): Delete.
2924 (open_remote_target): Delete.
2925 (remote_open, extended_remote_open): Update calls to remote_open_1.
2926 (remote_async_open, extended_remote_async_open): Call
2927 remote_open_1 instead of remote_async_open_1.
2928
2929 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2930
2931 * blockframe.c: Fix a few coding standard violations.
2932
2933 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2934
2935 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2936 here from ...
2937 * config/i386/tm-i386sco5.h: ... here. File removed.
2938 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2939
2940 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2941 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2942 (TM_FILE): Set to tm-i386.h.
2943 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2944 * config/i386/tm-i386v.h: Remove file.
2945 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2946 instead of "i386/tm-i386v.h".
2947 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2948 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2949 "i386/tm-i386v.h".
2950 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2951 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2952 "i386/tm-i386.h".
2953
2954 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2955
2956 * config/i386/nm-i386v.h: Add protection against
2957 multiple-inclusion.
2958 (i386_register_u_addr): Remove prototype.
2959 (register_u_addr): New prototype.
2960 (REGISTER_U_ADDR): Redefine accordingly.
2961 * i386v-nat.c: Improve several comments.
2962 (i386_register_u_addr): Change signature and rename to
2963 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2964 ubase variable.
2965
2966 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2967
2968 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2969 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2970 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2971 deprecated_extract_return_value.
2972 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2973 rename mips_o32o64_push_arguments.
2974 (mips_gdbarch_init): Update.
2975 (mips_extract_return_value): Delete.
2976 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2977 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2978 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2979 (mips_n32n64_extract_return_value): Clone
2980 mips_extract_return_value.
2981 (mips_store_return_value): Delete.
2982 (mips_o32_store_return_value): Clone mips_store_return_value.
2983 (mips_o64_store_return_value): Clone mips_store_return_value.
2984 (mips_eabi_store_return_value): Clone mips_store_return_value.
2985 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2986
2987 2002-08-18 Aidan Skinner <aidan@velvet.net>
2988
2989 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2990 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2991
2992 2002-08-18 Aidan Skinner <aidan@velvet.net>
2993
2994 * ada-lang.c: Run through gdb_indent.sh.
2995 * ada-lang.h: Run through gdb_indent.sh.
2996 * ada-tasks.c: Run through gdb_indent.sh.
2997 * ada-typeprint.c: Run through gdb_indent.sh.
2998 * ada-valprint.c: Run through gdb_indent.sh.
2999
3000 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3001
3002 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3003 ABI.
3004
3005 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3006
3007 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3008
3009 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3010 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3011
3012 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3013 write_register_gen instead of write_register_bytes.
3014
3015 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3016 i[3456]-*-osf1mk* configurations have been made obsolete.
3017 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3018 i[3456]86-*-osf1mk* hosts obsolete.
3019 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3020 targets obsolete.
3021 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3022 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3023 config/i386/i386m3.mt, config/i386/nm-m3.h,
3024 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3025 config/i386/i386mk.mh, config/i386/i386mk.mt,
3026 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3027 obsolete.
3028 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3029 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3030 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3031
3032 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3033
3034 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3035 (hppa_value_returned_from_stack): Declare.
3036 (hppa_extract_return_value): Declare.
3037 * config/pa/hppa.mt: New file.
3038 * configure.tgt: Recognize hppa*-*-*.
3039 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3040
3041 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3042
3043 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3044 comment.
3045
3046 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3047
3048 * top.c (gdb_rl_operate_and_get_next): Make sure
3049 operate-and-get-next functions correctly even when the history
3050 list is completely filled.
3051
3052 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3053
3054 * MAINTAINERS (Target Instruction Set Architectures): Rename
3055 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3056 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3057 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3058 already listed under Host/Native.
3059
3060 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3061 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3062 mips*-*-*.
3063
3064 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3065
3066 * config/ia64/ia64.mt: New file.
3067 * config/alpha/alpha.mt: New file.
3068 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3069 ia64-linux-gnu. Mention that ia64-elf is broken.
3070 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3071
3072 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3073
3074 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3075 generic_func_frame_valid instead of func_frame_valid.
3076
3077 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3078
3079 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3080 procfs appears to be broken when debugging on multi-processor
3081 machines. So enable software single stepping in order to avoid
3082 using the procfs interface to do next/step operations, using
3083 internal breakpoints instead.
3084
3085 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3086 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3087 make this pc address equal to the value it would have if the
3088 system stepping capability was used. Also set a new flag used
3089 to ensure that we don't readjust the PC one more time later.
3090
3091 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3092 address by DECR_PC_AFTER_BREAK when software single step is
3093 in use for this architecture, as this has already been taken
3094 care of in handle_inferior_event().
3095
3096 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3097
3098 * infrun.c (handle_inferior_event): Minor reformatting, to make
3099 a rather long condition expression easier to read.
3100
3101 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3102
3103 * Makefile.in (gdbtk.o): Move to end of file.
3104 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3105 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3106 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3107 (gdbtk-wrapper.o, gdbres.o): Ditto.
3108
3109 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3110
3111 * Makefile.in (copying.o): Separate out compile rule.
3112 (hpux-thread.o, procfs.o, signals.o): Ditto.
3113 (v850ice.o, z8k-tdep.o): Ditto.
3114 (tui-file.o): Move to TUI section.
3115 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3116 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3117
3118 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3119
3120 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3121 skip_trampoline_code, for better namespace-proofing.
3122
3123 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3124
3125 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3126
3127 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3128
3129 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3130
3131 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3132 signal, check whether we hit a breakpoint before checking for a
3133 single step breakpoint. Otherwise, GDB fails to notice that a
3134 breakpoint has been hit when stepping onto a breakpoint.
3135
3136 2002-08-16 Keith Seitz <keiths@redhat.com>
3137
3138 * gdb-events.sh (clear_gdb_event_hooks): New function.
3139 * gdb-events.c: Regenerate.
3140 * gdb-events.h: Regenerate.
3141
3142 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3143
3144 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3145 not_a_sw_breakpoint.
3146 * breakpoint.h (bpstat_stop_status): Add parameter names.
3147
3148 2002-08-16 Grace Sainsbury <graces@redhat.com>
3149
3150 * remote.c (remote_insert_hw_breakpoint)
3151 (remote_remove_hw_breakpoint): Fix calculation of length field
3152 for Z-packet.
3153
3154 2002-08-15 Michael Snyder <msnyder@redhat.com>
3155
3156 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3157 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3158 (supply_fpregset): Ditto.
3159
3160 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3161 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3162 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3163 (TARGET_READ_SP): Delete.
3164 (DO_REGISTERS_INFO): Delete.
3165 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3166 Delete.
3167 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3168 from macros to functions.
3169
3170 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3171 (mips_register_convertible, mips_register_convert_to_virtual,
3172 mips_register_convert_to_raw): Make static.
3173 (mips_read_sp): New function.
3174 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3175 (mips_do_registers_info): Make static.
3176 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3177 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3178 (mips_register_convert_from_type, mips_register_convert_to_type):
3179 New functions.
3180 (mips_gdbarch_init): Set up function_start_offset,
3181 register_virtual_size, pc_in_sigtramp.
3182
3183 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3184
3185 * infcmd.c (vector_info): New function.
3186 (_initialize_infcmd): Add command "info vector".
3187 (print_vector_info): New function.
3188
3189 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3190 * gdbarch.h, gdbarch.c: Regenerate.
3191
3192 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3193
3194 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3195 ``print_all''. Only print vector registers when ``print_all''.
3196
3197 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3198
3199 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3200 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3201
3202 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3203 Add `args' parameter.
3204 * gdbarch.h, gdbarch.c: Regenerate.
3205
3206 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3207
3208 * infcmd.c (float_info): Call print_float_info.
3209 (print_float_info): New function. By default, print the
3210 floating-point registers.
3211
3212 * arch-utils.h (default_print_float_info): Delete declaration.
3213 * arch-utils.c (default_print_float_info): Delete function.
3214
3215 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3216
3217 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3218 out define.
3219
3220 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3221 FRAME.
3222
3223 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3224 * configure.host: Make i[3456]86-*-aix host obsolete.
3225 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3226 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3227 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3228 config/i386/xm-i386aix.h: Make files obsolete.
3229 * i386aix-nat.c: Make file obsolete.
3230 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3231 (i386aix-nat.o): Make target obsolete.
3232
3233 * config/i386/nm-gnu.h: Removed.
3234 * config/i386/nm-i386gnu.h: New file.
3235 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3236 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3237 Moved here from ...
3238 * config/i386/tm-i386gnu.h: ... here. Removed.
3239 * config/i386/xm-i386gnu.h: Removed.
3240 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3241 (NAT_FILE): Set to nm-i386gnu.h.
3242 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3243 * i386-tdep.c: New file.
3244 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3245 (i386gnu-tdep.o): Specify dependencies.
3246
3247 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3248
3249 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3250 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3251 Adjust a few comments to reflect reality a bit closer.
3252 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3253 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3254 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3255 target_insert_watchpoint, target_remove_watchpoint):
3256 Move defines to ...
3257 * config/i386/nm-i386sco5.h: ... here.
3258 (kernel_u_size): Add prototype. Improve a few comments and add
3259 protection against multiple inclusion.
3260
3261 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3262 out define.
3263
3264 * uw-thread.c (SP_ARG0): Define if not already defined.
3265 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3266
3267 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3268
3269 * config/i386/tm-i386.h: Don't include "regcache.h".
3270
3271 * i387-tdep.h (i387_print_float_info): New prototype.
3272 * i387-tdep.c (print_i387_value, print_i387_ext,
3273 print_i387_status_word, print_i387_control_word): Add `struct
3274 ui_file *' argument and use it for output.
3275 (i387_print_float_info): Renamed from i387_float_info. Add
3276 `struct gdbarch *' and `struct ui_file *' arguments and use the
3277 latter for output.
3278 * i386-tdep.c: Include "i387-tdep.h".
3279 (i386_gdbarch_init): Set print_float_info.
3280 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3281 (FLOAT_INFO): Remove define.
3282
3283 2002-08-13 Michael Snyder <msnyder@redhat.com>
3284
3285 * mips-tdep.c (mips_push_arguments): Rename to
3286 mips_eabi_push_arguments, and tune for EABI.
3287 (MIPS_REGS_HAVE_HOME_P): Delete.
3288 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3289 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3290 Delete references to mips_regs_have_home_p.
3291
3292 2002-08-14 Keith Seitz <keiths@redhat.com>
3293
3294 * Makefile.in (install-gdbtk): Create insight plugin directory.
3295 Install plugins.tcl file.
3296
3297 2002-08-14 Keith Seitz <keiths@redhat.com>
3298
3299 * configure.in: Move SUBDIRS to near top of the file so that
3300 --enable options may add things to it.
3301 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3302 * configure: Regenerate.
3303
3304 2002-08-13 Michael Snyder <msnyder@redhat.com>
3305
3306 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3307 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3308 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3309
3310 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3311
3312 * vax-tdep.c (vax_get_saved_register): Delete function.
3313 (vax_gdbarch_init): Update.
3314 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3315 (ns32k_gdbarch_init): Update.
3316 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3317 (alpha_gdbarch_init): Update.
3318
3319 2002-08-13 Andrew Cagney <cagney@redhat.com>
3320
3321 * regcache.c (init_regcache_descr): Overallocate the
3322 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3323 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3324 nr_raw_registers.
3325 (set_register_cached): Add range checking assertions. Use
3326 current_regcache.
3327
3328 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3329
3330 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3331 numbers for MMX registers.
3332
3333 2002-08-13 Andrew Cagney <cagney@redhat.com>
3334
3335 * i386-tdep.c (i386_gdbarch_init): Use
3336 generic_unwind_get_saved_register.
3337
3338 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3339
3340 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3341 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3342 target vector.
3343 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3344 Delete. Add comment regarding this now-deleted target method.
3345
3346 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3347
3348 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3349 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3350 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3351 real PC and the page number (if it's within the memory bank window).
3352 (m68hc11_pseudo_register_write): Likewise when saving.
3353 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3354 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3355 (m68hc11_register_raw_size): And use 32-bit for it.
3356 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3357 16K memory bank is used by the prog; also use the virtual pc.
3358
3359 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3360
3361 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3362 (m68hc11_gdbarch_init): Install it in gdbarch.
3363 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3364 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3365 (MSYMBOL_SIZE): New for documentation.
3366 (insn_return_kind): Enum to specify how a function returns.
3367 (frame_extra_info): Cleanup and record the return mode.
3368 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3369 register in address computation.
3370 (m68hc11_get_return_insn): New to obtain the return instruction used
3371 by the function.
3372 (m68hc11_frame_init_saved_regs): Take into account the return
3373 instruction used by the function for far and interrupt functions.
3374 (m68hc11_init_extra_frame_info): Take into account page register.
3375 (m68hc11_frame_args_address): Adjust according to the return mode.
3376 (show_regs): Print page register only when it's used.
3377
3378 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3379
3380 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3381 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3382 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3383 registers.
3384 (m68hc11_register_raw_size): Likewise.
3385
3386 2002-08-13 Andrew Cagney <cagney@redhat.com>
3387
3388 * i386-tdep.c (i386_register_name): Handle mmx registers.
3389 (mmx_regnum_p): New function.
3390 (i386_mmx_names): New array.
3391 (mmx_num_regs): New variable.
3392 (i386_pseudo_register_read): New function.
3393 (i386_pseudo_register_write): New function.
3394 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3395
3396 * regcache.c (regcache_raw_read_unsigned): New function.
3397 (regcache_raw_read_signed): New function.
3398 * regcache.h (regcache_raw_read_unsigned): Declare.
3399 (regcache_raw_read_signed): Declare.
3400
3401 2002-08-13 Andrew Cagney <cagney@redhat.com>
3402
3403 * regcache.c (regcache_raw_read_as_address): Delete function.
3404 (regcache_cooked_read_signed): New function.
3405 (regcache_cooked_read_unsigned): New function.
3406 * regcache.h (regcache_cooked_read_signed): Declare.
3407 (regcache_cooked_read_unsigned): Declare.
3408 (regcache_raw_read_as_address): Delete declaration.
3409
3410 * blockframe.c (generic_read_register_dummy): Use
3411 regcache_cooked_read_unsigned.
3412 * i386-tdep.c (i386_extract_struct_value_address): Use
3413 regcache_cooked_read_unsigned.
3414
3415 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3416
3417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3418 double sizes according to ELF ABI flags.
3419 (gdbarch_tdep): Record elf_flags.
3420
3421 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3422
3423 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3424 (m6812_prolog): They can appear in 68HC12 function prologue.
3425 (m68hc11_frame_chain): Cleanup.
3426
3427 2002-08-12 Andrew Cagney <cagney@redhat.com>
3428
3429 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3430 declarations.
3431 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3432 (i386_linux_register_raw_size): Delete function.
3433 (i386_linux_init_abi): Update.
3434 * i386-tdep.c (i386_register_raw_size): Delete function.
3435 (i386_register_byte): Delete function.
3436 (i386_gdbarch_init): Update.
3437 (i386_register_size): Delete array.
3438 (i386_register_offset): Delete array.
3439
3440 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3441 (REGISTER_RAW_SIZE): Delete macro.
3442 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3443 (REGISTER_BYTE): Delete macro.
3444
3445 2002-08-11 Aidan Skinner <aidan@velvet.net>
3446
3447 * ada-lang.c (ada_lookup_partial_symbol)
3448 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3449 prototype names so that grep ^func works properly.
3450
3451 * ada-lang.c (ada_array_element_type)
3452 (ada_lookup_partial_symbol): Fix typos in parameter list.
3453
3454 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3455 Fix prototype names so that grep ^func works properly.
3456
3457 2002-08-10 Andrew Cagney <cagney@redhat.com>
3458 Elena Zannoni <ezannoni@redhat.com>
3459 Martin M. Hunt <hunt@redhat.com>
3460
3461 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3462 (build_builtin_type_vec128i): Set the vector bit.
3463 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3464 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3465 (build_builtin_type_vec64): New function.
3466 (build_builtin_type_vec64i): New function.
3467 (build_gdbtypes): Initialize builtin_type_vec64 and
3468 builtin_type_vec64i.
3469
3470 2002-08-09 Andrew Cagney <cagney@redhat.com>
3471
3472 * regcache.c (regcache_dump): Compare the register offset
3473 with REGISTER_BYTE.
3474 * arch-utils.c (generic_register_byte): New function.
3475 * arch-utils.h (generic_register_byte): Declare.
3476 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3477 * gdbarch.h, gdbarch.c: Regenerate.
3478
3479 2002-08-09 Andrew Cagney <cagney@redhat.com>
3480
3481 * regcache.c: Include "gdbcmd.h"
3482 (_initialize_regcache): Add commands "maintenance print
3483 registers", "maintenance print raw-registers" and "maintenance
3484 print cooked-registers".
3485 (enum regcache_dump_what): Define.
3486 (dump_endian_bytes): New function.
3487 (regcache_dump): New function.
3488 (regcache_print): New function.
3489 (maintenance_print_registers): New function.
3490 (maintenance_print_raw_registers): New function.
3491 (maintenance_print_cooked_registers): New function.
3492 * Makefile.in (regcache.o): Update dependencies.
3493
3494 2002-08-09 Michael Snyder <msnyder@redhat.com>
3495
3496 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3497 (mips_push_arguments): Correct some comments. Use paddr_nz
3498 for printing addresses in debug output. Replace static
3499 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3500 (mips_n32n64_push_arguments): New function, cloned from
3501 mips_push_arguments and tuned for the n32/n64 ABI.
3502 (mips_push_register): Buffer needs dynamic allocation.
3503 (mips_print_register): Ditto.
3504 (do_gp_register_row): Ditto.
3505 (mips_store_return_value): Ditto.
3506 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3507
3508 2002-08-09 Don Howard <dhoward@redhat.com>
3509
3510 * memattr.c (mem_info_command): Print special case of upper bound
3511 as max CORE_ADDR + 1.
3512
3513 2002-08-08 Michael Snyder <msnyder@redhat.com>
3514
3515 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3516 returns structs by ref if they're too big to fit in two registers.
3517
3518 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3519
3520 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3521 saved regs value.
3522 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3523 mips_find_saved_regs().
3524 (mips_pop_frame): Likewise.
3525
3526 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3527
3528 * blockframe.c (frame_saved_regs_register_unwind): Revise
3529 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3530 frames are in use.
3531
3532 2002-08-09 Grace Sainsbury <graces@redhat.com>
3533
3534 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3535 T-packets; the 'a' is not taken as a register number.
3536 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3537 (remote_stopped_data_address): New functions; add to target
3538 vector.
3539 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3540 prototypes to match other implementations of this
3541 function. replace integer argument with pointer -- the length
3542 field in the Z-packet is the length of what is pointed to or 1 if
3543 pointer is null. Add to target vector.
3544 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3545 target vector.
3546
3547 From Mark Salter:
3548 * remote.c (remote_wait): Add support to extract optional
3549 watchpoint information from T-packet. Ignore unrecognized
3550 optional info in T-packet.
3551 (remote_async_wait): Ditto.
3552
3553 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3554
3555 * cli/cli-dump.c: Change fopen modes to use binary open modes
3556 as defined in include/fopen-bin.h throughout.
3557
3558 2002-08-08 Michael Snyder <msnyder@redhat.com>
3559
3560 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3561
3562 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3563
3564 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3565 assertion failure by returning early after a warning.
3566
3567 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3568
3569 * mips-tdep.c (mips_find_saved_regs): Make static.
3570 (mips_frame_init_saved_regs): New function.
3571 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3572 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3573 (mips_find_saved_regs): Delete declaration.
3574
3575 2002-08-08 Grace Sainsbury <graces@redhat.com>
3576
3577 * remote.c (remote_wait, remote_async_wait): Change
3578 thread_num from int to ULONGEST.
3579 (unpack_varlen_hex): Change result parameter from
3580 int * to ULONGEST *.
3581
3582 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3583
3584 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3585 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3586 powerpc*-*-*.
3587 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3588
3589 2002-08-08 Andrew Cagney <cagney@redhat.com>
3590
3591 * gcore.c (override_derive_stack_segment): Delete variable.
3592 (preempt_derive_stack_segment): Delete function.
3593 (derive_stack_segment): Delete function.
3594 (default_derive_stack_segment): Renamed to derive_stack_segment.
3595 (override_derive_heap_segment): Delete variable.
3596 (preempt_derive_heap_segment): Delete function.
3597 (derive_heap_segment): Delete function.
3598 (default_derive_heap_segment): Rename to derive_heap_segment.
3599
3600 2002-08-06 Michael Snyder <msnyder@redhat.com>
3601
3602 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3603 * mips-tdep.c (mips_EABI_use_struct_convention,
3604 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3605 New functions. (mips_use_struct_convention): Delete.
3606 (mips_gdbarch_init): set use_gdbarch_convention.
3607
3608 2002-08-06 Michael Snyder <msnyder@redhat.com>
3609
3610 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3611 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3612 mips_o32_reg_struct_has_addr): New functions.
3613 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3614
3615 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3616
3617 * regcache.c (pseudo_register): Delete function.
3618 (fetch_register): Delete function.
3619 (store_register): Delete function.
3620 (regcache_raw_read, legacy_read_register_gen): Use
3621 target_fetch_registers instead of fetch_register.
3622 (legacy_write_register_gen, regcache_raw_write): Use
3623 target_store_register instead of store_register.
3624 (write_register_bytes): Ditto.
3625
3626 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3627 (STORE_PSEUDO_REGISTER): Delete.
3628 * gdbarch.h, gdbarch.c: Regenerate.
3629
3630 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3631
3632 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3633 write dump file binary.
3634
3635 2002-08-05 Michael Snyder <msnyder@redhat.com>
3636
3637 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3638 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3639 (mips_gdbarch_init): Set N32 target to be mips64.
3640
3641 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3642
3643 * frame.c (find_saved_register): Break out of loop once saved
3644 register address is found. Don't mention sparc in loop comment
3645 anymore.
3646
3647 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3648
3649 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3650 mips_default_saved_regsize to 8.
3651
3652 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3653
3654 * gcore.c: Do not include <sys/procfs.h>.
3655 * Makefile.in (gcore.o): Update dependencies.
3656
3657 2002-08-06 Andrew Cagney <cagney@redhat.com>
3658
3659 * configure.tgt: Make arc-*-* obsolete.
3660 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3661 * MAINTAINERS: Make arc-elf obsolete.
3662 * arc-tdep.c: Make file obsolete.
3663 * config/arc/arc.mt: Ditto.
3664 * config/arc/tm-arc.h: Ditto.
3665
3666 2002-08-05 Theodore A. Roth <troth@verinet.com>
3667
3668 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3669
3670 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3671
3672 * mcore-tdep.c (mcore_gdbarch_init): Use
3673 generic_unwind_get_saved_register instead of
3674 generic_get_saved_register.
3675 * v850-tdep.c (v850_gdbarch_init): Ditto.
3676 * frv-tdep.c (frv_gdbarch_init): Ditto.
3677 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3678 * s390-tdep.c (s390_gdbarch_init): Ditto.
3679 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3680 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3681 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3682
3683 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3684
3685 * objfiles.h: Add missing #include "symfile.h"
3686
3687 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3688
3689 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3690
3691 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3692 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3693 of FIELD_BITSIZE.
3694
3695 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3696
3697 * NEWS: Cleanup and nitpick.
3698
3699 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3700
3701 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3702
3703 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3704
3705 * Makefile.in (gdbtk-bp.o): Update dependencies.
3706 (gdbtk-register.o): Ditto.
3707 (gdbtk-varobj.o): Ditto.
3708
3709 2002-08-03 Andrew Cagney <cagney@redhat.com>
3710
3711 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3712 m68hc11_fetch_pseudo_register.
3713 (m68hc11_pseudo_register_write): Replace
3714 m68hc11_store_pseudo_register.
3715 (m68hc11_gdbarch_init): Update.
3716
3717 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3718
3719 * gdbarch.sh: Include "gdb_string.h".
3720 * gdbarch.c: Regenerate.
3721
3722 * regcache.c: Include "gdb_string.h".
3723 * ax-general.c: Ditto.
3724 * varobj.c: Ditto.
3725 * std-regs.c: Ditto.
3726 * fbsd-proc.c: Ditto.
3727 * thread.c: Ditto.
3728
3729 * Makefile.in (regcache.o): Update dependencies.
3730 (thread.o, gdbarch.o): Ditto.
3731 (ax-general.o, gdbarch.o): Ditto.
3732 (varobj.o, std-regs.o): Ditto.
3733 (fbsd-proc.o): Specify dependencies.
3734
3735 2002-08-02 Andrew Cagney <cagney@redhat.com>
3736
3737 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3738 regnum.
3739 (regcache_cooked_write): Ditto.
3740
3741 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3742
3743 * regcache.c (regcache_cooked_read): New function.
3744 (regcache_cooked_write): New function.
3745 (read_register_gen): Rewrite using regcache_cooked_read.
3746 (write_register_gen): Rewrite using regcache_cooked_write.
3747
3748 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3749 Declare.
3750
3751 2002-08-02 Andrew Cagney <cagney@redhat.com>
3752
3753 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3754 Replace the architecture methods register_read and register_write.
3755 * gdbarch.h, gdbarch.c: Regenerate.
3756 * regcache.c (init_regcache_descr): Update.
3757 (read_register_gen): Update.
3758 (write_register_gen): Update.
3759 (supply_register): Update comment.
3760
3761 * sh-tdep.c (sh_gdbarch_init): Update.
3762 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3763 `regcache' and `gdbarch' parameters. Make `buffer' a void
3764 pointer. Update code.
3765 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3766 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3767 void pointer. Update code.
3768 (sh64_register_write): Delete.
3769 (sh4_register_read): Delete.
3770 (sh64_register_read): Delete.
3771 (sh4_register_write): Delete.
3772 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3773 void pointer, `to' parameter a void pointer.
3774 (sh_sh64_register_convert_to_raw): Ditto.
3775
3776 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3777
3778 * mips-tdep.c (mips_register_virtual_type): Use architecture
3779 invariant return values.
3780
3781 2002-08-01 Andrew Cagney <cagney@redhat.com>
3782
3783 * linux-proc.c: Include "gdb_string.h".
3784 * Makefile.in (linux-proc.o): Update dependency list.
3785
3786 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3787
3788 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3789 comment.
3790
3791 2002-08-01 Grace Sainsbury <graces@redhat.com>
3792
3793 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3794 to_insert_watchpoint, to_remove_watchpoint,
3795 to_stopped_by_watchpoint, to_stopped_data_address,
3796 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3797 target vecctor. Define their corresponding macros so they call
3798 them.
3799
3800 * target.c: Add default and debug versions of for
3801 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3802 to_insert_watchpoint, to_remove_watchpoint,
3803 to_stopped_by_watchpoint, to_stopped_data_address,
3804 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3805
3806 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3807
3808 * mips-tdep.c (mips_register_virtual_type): New function.
3809 (mips_gdbarch_init): Register mips_register_virtual_type()
3810 with gdbarch machinery.
3811 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3812 this file instead of tm-bigmips.h.
3813 (MIPS_REGSIZE): Delete this macro.
3814 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3815 multiarch version in mips-tdep.c will be found.
3816
3817 2002-08-01 Andrew Cagney <cagney@redhat.com>
3818
3819 * NEWS: Menion that CHILL has been made obsolete.
3820
3821 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3822 * stabsread.c (read_range_type): Ditto.
3823 * gdbtypes.h: Ditto.
3824 * language.c (binop_type_check): Ditto.
3825 (binop_result_type): Ditto.
3826 (integral_type): Ditto.
3827 (character_type): Ditto.
3828 (string_type): Ditto.
3829 (boolean_type): Ditto.
3830 (structured_type): Ditto.
3831 (lang_bool_type): Ditto.
3832 (binop_type_check): Ditto.
3833 * language.h (_LANG_chill): Ditto.
3834 * dwarfread.c (set_cu_language): Ditto.
3835 * dwarfread.c (CHILL_PRODUCER): Ditto.
3836 * dwarfread.c (handle_producer): Ditto.
3837 * expression.h (enum exp_opcode): Ditto.
3838 * eval.c: Ditto for comments.
3839 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3840 * expprint.c (print_subexp): Ditto.
3841 (print_subexp): Ditto.
3842 * valops.c (value_cast): Ditto.
3843 (search_struct_field): Ditto.
3844 * value.h (COERCE_VARYING_ARRAY): Ditto.
3845 * symfile.c (init_filename_language_table): Ditto.
3846 (add_psymbol_with_dem_name_to_list): Ditto.
3847 * valarith.c (value_binop): Ditto.
3848 (value_neg): Ditto.
3849 * valops.c (value_slice): Ditto.
3850 * symtab.h (union language_specific): Ditto.
3851 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3852 (SYMBOL_DEMANGLED_NAME): Ditto.
3853 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3854 * defs.h (enum language): Ditto.
3855 * symtab.c (got_symtab): Ditto.
3856 * utils.c (fprintf_symbol_filtered): Ditto.
3857
3858 * ch-typeprint.c: Make file obsolete.
3859 * ch-valprint.c: Make file obsolete.
3860 * ch-lang.h: Make file obsolete.
3861 * ch-exp.c: Make file obsolete.
3862 * ch-lang.c: Make file obsolete.
3863
3864 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3865 CHILL_LIB.
3866 (TARGET_FLAGS_TO_PASS): Ditto.
3867 (CHILLFLAGS): Obsolete.
3868 (CHILL): Obsolete.
3869 (CHILL_FOR_TARGET): Obsolete.
3870 (CHILL_LIB): Obsolete.
3871 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3872 ch-valprint.c.
3873 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3874 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3875 ch-lang.o.
3876 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3877 targets.
3878
3879 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3880
3881 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3882 This does not change anything at the moment, but will be helpful
3883 later when full Ada support is integrated.
3884
3885 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3886
3887 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3888 help message.
3889
3890 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3891
3892 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3893 and save it in a local variable. Use variable in later test.
3894
3895 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3896
3897 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3898 test. (Thanks to Daniel Jacobowitz.)
3899
3900 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3901
3902 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3903 (mips_abi_strings): Add "n64".
3904 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3905
3906 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3907
3908 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3909 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3910
3911 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3912
3913 * utils.c (host_pointer_to_address, address_to_host_pointer):
3914 Use gdb_assert() instead of explicit call to internal_error().
3915
3916 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3917
3918 * Makefile.in (rs6000-nat.o): Update dependencies.
3919
3920 From Nicholas Duffek:
3921 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3922 (aix-thread.o): New rule.
3923 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3924 * config/powerpc/aix432.mh: New file.
3925
3926 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3927
3928 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3929 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3930 (fetch_core_registers, ppc_linux_supply_gregset)
3931 (ppc_linux_supply_fpregset): New functions.
3932 (ppc_linux_regset_core_fns): New.
3933 (_initialize_ppc_linux_tdep): Call add_core_fns.
3934 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3935 and ppc_linux_supply_gregset.
3936 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3937 (supply_fpregset): Call ppc_linux_supply_fpregset.
3938 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3939 corelow.o.
3940 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3941
3942 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3943
3944 * symtab.c (lookup_symbol): Demangle before lowercasing.
3945
3946 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3947
3948 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3949 declaration.
3950 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3951 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3952 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3953 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3954 "gdb_string.h".
3955 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3956 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3957 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3958 (avr-tdep.o, mon960-rom.o): Ditto.
3959 (aout_stabs_gnu_h): Define.
3960 (symtab_h): Remove $(gdb_obstack_h).
3961
3962 2002-07-30 Jim Blandy <jimb@redhat.com>
3963
3964 Patch from David Carlton <carlton@math.stanford.edu>:
3965 * gdbinit.in: Move the `dir' commands that add GDB's own source
3966 directory to the search path to the end, so that the `gdb' source
3967 directory will be searched first.
3968
3969 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3970
3971 * gdb_obstack.h: New file.
3972 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3973 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3974 * objfiles.h: Include "gdb_obstack.h".
3975 * Makefile.in (gdb_obstack_h): Define.
3976 (symtab_h): Add $(gdb_obstack_h).
3977 (objfiles_h): Add $(gdb_obstack_h).
3978
3979 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3980 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3981 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3982 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3983 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3984 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3985 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3986 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3987
3988 * Makefile.in (bcache.o): Update dependencies.
3989 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3990 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3991 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3992 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3993 (stabsread.o, symfile.o, symmisc.o): Ditto.
3994 (symtab.o, typeprint.o, macroexp.o): Ditto.
3995 (macrotab.o, mdebugread.o): Ditto.
3996 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3997 (coff_ecoff_h, aout_aout64_h): Define.
3998 (aout_stabs_gnu_h, libaout_h): Define.
3999
4000 2002-07-29 Andrew Cagney <cagney@redhat.com>
4001
4002 * regcache.c (struct regcache_descr): Rename nr_registers to
4003 nr_cooked_registers. Revise comments describing the structure
4004 member fields.
4005 (init_regcache_descr): Update.
4006 (init_legacy_regcache_descr): Update.
4007 (read_register_gen, write_register_gen): When a cooked register in
4008 the raw register range, directly access the value from the raw
4009 register cache.
4010
4011 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4012
4013 * z8k-tdep.c: Do not include "obstack.h".
4014 * h8300-tdep.c, h8500-tdep.c: Ditto.
4015 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4016 * valprint.c, v850-tdep.c: Ditto.
4017 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4018 * mn10200-tdep.c: Ditto.
4019
4020 * Makefile.in (z8k-tdep.o): Update dependencies.
4021 (m68hc11-tdep.o, valprint.o): Ditto.
4022 (v850-tdep.o, d10v-tdep.o): Ditto.
4023 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4024 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4025 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4026 (sh_opc_h, gdb_sim_sh_h): Define.
4027 (elf_sh_h, elf_bfd_h): Define.
4028 (opcode_m68hc11_h): Define.
4029 (OPCODES_SRC, OPCODES_DIR): define.
4030 (OPCODES): Use $(OPCODES_DIR).
4031 (gdb_sim_d10v_h): Rename sim_d10v_h.
4032 (gdb_sim_arm_h): Rename sim_arm_h.
4033
4034 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4035
4036 * utils.c (host_pointer_to_address, address_to_host_pointer):
4037 Change internal_error() message to indicate function responsible
4038 for the error.
4039
4040 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4041
4042 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4043 calls to local_hex_string_custom().
4044
4045 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4046
4047 * irix5-nat.c: Move IRIX shared library support from here...
4048 * solib-irix.c: ...to here. Revised substantially to work with
4049 generic solib framework.
4050
4051 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4052 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4053 * mips-irix-tdep.c: New file.
4054
4055 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4056 (mips-irix-tdep.o, solib-irix.o): New rules.
4057 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4058 solib-irix.o.
4059 * config/mips/irix6.mt (TDEPFILES): Likewise.
4060 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4061
4062 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4063
4064 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4065 disabled (via ``#if 0'') includes.
4066
4067 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4068
4069 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4070 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4071 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4072 Add support for the fpscr register.
4073 * rs6000-nat.c (regmap, fetch_inferior_registers)
4074 (store_inferior_registers, fetch_core_registers): Likewise.
4075
4076 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4077
4078 * rs6000-nat.c (language.h): Include.
4079 (special_regs): Delete this array.
4080 (regmap): New function.
4081 (fetch_register, store_register): Use regmap() to map gdb
4082 register numbers to ptrace register numbers. Also, use
4083 outputs from regmap() to make decisions regarding type of
4084 ptrace() call to make. In particular, don't compare against
4085 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4086 (fetch_inferior_registers, store_inferior_registers): Where
4087 possible, obtain register numbers from tdep struct. Don't
4088 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4089 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4090 (LAST_UISA_SP_REGNUM): Delete.
4091
4092 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4093
4094 * rs6000-nat.c (ppc-tdep.h): Include.
4095 (fetch_registers, store_register, fetch_core_registers): Don't
4096 access registers[] directly. Instead, use supply_register() or
4097 regcache_collect() as appropriate.
4098 (find_toc_address): Format hex address with local_hex_string().
4099
4100 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4101
4102 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4103 bfd/elf32-frv.c.
4104
4105 2002-07-24 Tom Tromey <tromey@redhat.com>
4106
4107 * jv-exp.y: Marked all strings with _().
4108 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4109 internal_error.
4110 (MethodInvocation, CastExpression, parse_number, yyerror,
4111 java_type_from_name, push_expression_name, yylex): Typo fixes.
4112
4113 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4114
4115 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4116 (tee_file_flush, tee_file_write, tee_file_fputs)
4117 (tee_file_isatty): New.
4118 * ui-file.h (tee_file_new): Add prototype.
4119
4120 2002-07-24 Aidan Skinner <aidan@velvet.net>
4121
4122 * ada-lang.c: Change k&r style function definitions to prototyped
4123 form.
4124 * ada-typeprint.c: Change k&r style function definitions to prototyped
4125 form.
4126 * ada-valprint.c: Change k&r style function definitions to prototyped
4127 form.
4128
4129 2002-07-24 Andrew Cagney <cagney@redhat.com>
4130
4131 * README: Remove reference to remote-bug.
4132 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4133 remote-bug.c.
4134 (m88k-nat.o): Delete rule.
4135 (m88k-tdep.o): Delete rule.
4136 (remote-bug.o): Delete rule.
4137 * MAINTAINERS: Mark as obsolete.
4138 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4139 * m88k-tdep.c: Make file obsolete.
4140 * config/m88k/m88k.mh: Ditto.
4141 * config/m88k/delta88v4.mh: Ditto.
4142 * config/m88k/delta88v4.mt: Ditto.
4143 * config/m88k/delta88.mt: Ditto.
4144 * config/m88k/delta88.mh: Ditto.
4145 * remote-bug.c: Ditto.
4146 * config/m88k/tm-delta88.h: Ditto.
4147 * config/m88k/nm-delta88v4.h: Ditto.
4148 * config/m88k/xm-delta88.h: Ditto.
4149 * config/m88k/xm-dgux.h: Ditto.
4150 * config/m88k/tm-m88k.h: Ditto.
4151 * config/m88k/nm-m88k.h: Ditto.
4152 * config/m88k/tm-delta88v4.h: Ditto.
4153 * m88k-nat.c: Ditto.
4154 * cxux-nat.c: Ditto.
4155 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4156 and m88*-*-* obsolete.
4157 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4158 m88*-*-* obsolete.
4159
4160 2002-07-24 Andrew Cagney <cagney@redhat.com>
4161
4162 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4163 constant. Same for local pointer variables.
4164 (extract_signed_integer): Ditto.
4165 * defs.h (extract_unsigned_integer): Update.
4166 (extract_signed_integer): Update.
4167
4168 2002-07-24 Andrew Cagney <cagney@redhat.com>
4169
4170 * regcache.c (regcache_raw_write): Change buf parameter to a
4171 constant void pointer.
4172 (regcache_raw_read): Change buf parameter to a void pointer.
4173 (legacy_write_register_gen): Change myaddr parameter a constant
4174 void pointer.
4175 (supply_register): Change val parameter to a const void pointer.
4176 * regcache.h (regcache_raw_write): Update declaration.
4177 (regcache_raw_read): Update declaration.
4178 (supply_register): Update declaration.
4179
4180 2002-07-24 Tom Tromey <tromey@redhat.com>
4181
4182 * defs.h (gdb_readline_wrapper): Declare.
4183 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4184 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4185 * top.c (gdb_readline_wrapper): New function.
4186 (command_line_input): Use it.
4187
4188 2002-07-24 Andrew Cagney <cagney@redhat.com>
4189
4190 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4191 regcache_read and regcache_write.
4192 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4193 * regcache.c: Update.
4194 * sh-tdep.c (sh64_push_arguments): Update comment.
4195 (sh_pseudo_register_read): Update.
4196 (sh_pseudo_register_write): Update.
4197 (sh4_register_read): Update.
4198 (sh4_register_write): Update.
4199 (sh64_pseudo_register_read): Update.
4200 (sh64_pseudo_register_write): Update.
4201 (sh64_register_read): Update.
4202 (sh64_register_write): Update.
4203 * i386-tdep.c (i386_extract_return_value): Update.
4204 (i386_extract_struct_value_address): Update.
4205 (i386_extract_return_value): Update.
4206 * blockframe.c (generic_read_register_dummy): Update.
4207 (generic_call_dummy_register_unwind): Update
4208 * infrun.c (write_inferior_status_register): Update.
4209
4210 2002-07-23 Jim Blandy <jimb@redhat.com>
4211
4212 * parser-defs.h (expression_context_pc): Make this extern.
4213 (Thanks to Michael Snyder.)
4214
4215 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4216
4217 GDB 5.2.1 released from 5.2 branch.
4218 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4219 * README: Update to mention 5.2.1.
4220
4221 2002-07-23 Mark Salter <msalter@redhat.com>
4222
4223 * remote.c (remote_read_bytes): Fix check for error.
4224
4225 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4226
4227 * aix-thread.c (language.h): Include.
4228 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4229 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4230 Print newlines at end of debug messages.
4231 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4232 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4233
4234 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4235
4236 * aix-thread.c (ppc-tdep.h): Include.
4237 (special_register_p): New function.
4238 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4239 (store_regs_user_thread): Use register number information from
4240 gdbarch_tdep struct instead of hardcoded offsets relative to
4241 FIRST_UISA_SP_REGNUM.
4242 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4243 special_register_p() instead of using FPLAST_REGNUM and
4244 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4245 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4246 will be MQ's register number.
4247
4248 2002-07-22 Michael Snyder <msnyder@redhat.com>
4249
4250 * aix-thread.c (ops): Rename to aix_thread_ops.
4251 (base_ops): Rename to base_target.
4252 (ops_attach): Rename to aix_thread_attach.
4253 (ops_detach): Rename to aix_thread_detach.
4254 (ops_resume): Rename to aix_thread_detach.
4255 (ops_wait): Rename to aix_thread_wait.
4256 (ops_kill): Rename to aix_thread_kill.
4257 (init_ops): Rename to init_aix_thread_ops.
4258 (ops_fetch_register): Rename to aix_thread_fetch_register.
4259 (ops_store_register): Rename to aix_thread_store_register.
4260 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4261 (ops_thread_alive): Rename to aix_thread_thread_alive.
4262 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4263 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4264 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4265 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4266 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4267 (store_regs_lib): Rename to store_regs_user_thread.
4268 (store_regs_kern): Rename to store_regs_kernel_thread.
4269
4270 2002-07-22 Michael Snyder <msnyder@redhat.com>
4271
4272 * aix-thread.c (ops_prepare_to_store): Eliminate.
4273 (init_ops): Don't initialize ops.prepare_to_store.
4274 (store_regs_kern): Pre-fetch register buffers from child,
4275 because some registers may not be in the cache. Copy
4276 regs from register cache only if they are cached.
4277 (store_regs_lib): Copy regs from register cache only
4278 if they are cached.
4279 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4280 fill_gprs64): Ditto.
4281
4282 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4283
4284 * aix-thread.c (gdb_assert.h): Include.
4285 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4286 register sizes (from register cache) match size of buffer holding
4287 register data.
4288 (fill_sprs32): Change parameter types to match those in the ptrace()
4289 buffer.
4290 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4291 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4292
4293 2002-07-22 Michael Snyder <msnyder@redhat.com>
4294
4295 * aix-thread.c (supply_sprs64): Cosmetic change.
4296 (supply_sprs32): Cosmetic change.
4297 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4298 (fill_sprs64): Use regcache_collect instead of read_register.
4299 (store_regs_lib): Use regcache_collect instead of
4300 read_register. Use fill_sprs32 instead of fill_sprs64,
4301 if debugging a 32-bit architecture.
4302 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4303 out of the register cache, instead of passing a pointer into
4304 the register cache directly to ptrace. Use regcache_collect
4305 insteaad of read_register.
4306 (ops_prepare_to_store): Use target_read_registers instead
4307 of read_register_bytes.
4308
4309 2002-07-20 Aidan Skinner <aidan@velvet.net>
4310
4311 * MAINTAINERS: Add self under write after approval.
4312
4313 2002-07-20 Aidan Skinner <aidan@velvet.net>
4314
4315 * ada-tasks.c: Change k&r style function definitions to prototyped
4316 form.
4317
4318 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4319
4320 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4321 * x86-64-tdep.c: Include "objfiles.h".
4322 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4323 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4324
4325 2002-07-17 Michal Ludvig <michal@suse.cz>
4326
4327 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4328 (update_context): Initialise cfa variable.
4329
4330 2002-07-17 Michael Snyder <msnyder@redhat.com>
4331
4332 * aix-thread.c: Shorten some long lines.
4333 Bring comments into line with code spec.
4334
4335 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4336
4337 * infrun.c: Re-indent using gdb_indent.sh.
4338
4339 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4340
4341 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4342 Leave the indentation temporarily untouched, to minimize the diffs.
4343
4344 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4345
4346 * stabsread.c: Make os9k sections of the code obsolete,
4347 for real this time.
4348 * stabsread.h: Make os9k sections of the code obsolete.
4349
4350 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4351
4352 * linux-low.c (regsets_store_inferior_registers): Add free()
4353 at the end of a loop to prevent memory leak.
4354 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4355 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4356 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4357 line a comment.
4358 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4359
4360 2002-07-17 Jim Blandy <jimb@redhat.com>
4361
4362 * macrocmd.c (info_macro_command): Remove newline from error
4363 message.
4364
4365 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4366
4367 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4368 (sh_gdbarch_init): Use it for sh-dsp.
4369
4370 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4371
4372 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4373 64-bit DWARF2 format.
4374
4375 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4376
4377 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4378 <sys/proc.h> when not available.
4379
4380 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4381
4382 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4383 * stabsread.c: Make os9k sections of the code obsolete.
4384 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4385 * config/i386/i386os9k.mt: Make file obsolete.
4386 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4387 (COMMON_OBS): Remove os9kread.o
4388 (SFILES): Remove os9kread.c.
4389 (os9kread.o, remote-os9k.o): Make target obsolete.
4390 * remote-os9k.c: Make file obsolete.
4391 * os9kread.c: Make file obsolete.
4392 * Makefile.in
4393
4394 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4395
4396 * NEWS: Mention that the FR30 has been made obsolete.
4397 * fr30-tdep.c: Make file obsolete.
4398 * config/fr30/tm-fr30.h: Ditto.
4399 * config/fr30/fr30.mt: Ditto.
4400 * configure.tgt: Make fr30-*-elf obsolete.
4401 * MAINTAINERS: Make fr30-elf obsolete.
4402
4403 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4404
4405 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4406 found is not inside a section.
4407
4408 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4409
4410 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4411 strerror().
4412 (pdc_realloc): Use xrealloc() instead of realloc().
4413
4414 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4415
4416 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4417 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4418 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4419 macros.
4420
4421 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4422
4423 * aix-thread.c (ptrace_check): Eliminate goto.
4424 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4425 problem.
4426
4427 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4428
4429 * aix-thread.c (gdbcmd.h): Include.
4430 (DEBUG, DBG, DBG2, dbg): Eliminate.
4431 (debug_aix_thread): New static global.
4432 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4433 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4434 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4435 invocations to DBG and DBG2 macros to test against
4436 ``debug_aix_thread'' and call fprintf_unfiltered().
4437 (_initialize_aix_thread): Add new command "set debug aix-thread".
4438
4439 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4440
4441 From Gerhard Tonn <TON@de.ibm.com>:
4442 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4443 instead of supply_register.
4444
4445 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4446
4447 * dwarf2cfi.c: Include "gdb_assert.h".
4448 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4449 non-NULL.
4450 (update_context): Do not use __func__. Add missing ``break''.
4451 (update_context): Do not use __func__.
4452
4453 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4454
4455 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4456 and its setting. Set gdbarch instruction printing functions
4457 directly. For non-rs6000 case use new function
4458 gdb_print_insn_powerpc.
4459 (gdb_print_insn_powerpc): New function.
4460
4461 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4462
4463 * NEWS: Mention that the d30v has been marked obsolete.
4464 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4465 * configure.tgt: Mark d30v-*-* as obsolete.
4466 * d30v-tdep.c: Mark file as obsolete.
4467 * config/d30v/d30v.mt: Ditto.
4468 * config/d30v/tm-d30v.h: Ditto.
4469
4470 2002-07-13 Aidan Skinner <aidan@velvet.net>
4471
4472 * ada-tasks.c (add_task_entry): replace calls to
4473 malloc() with xmalloc
4474 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4475
4476 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4477 ada_finish_decode_line_1, all_sals_for_line
4478 ada_breakpoint_rewrite): replace calls to free() with xfree()
4479
4480 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4481
4482 From Nicholas Duffek (with minor changes by Martin Hunt,
4483 Louis Hamilton, and Kevin Buettner):
4484 * aix-thread.c: New file.
4485
4486 2002-07-12 Petr Sorfa <petrs@caldera.com>
4487
4488 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4489 complaint for invalid attribute class or form.
4490 (read_func_scope): DW_AT_frame_base
4491 better handling of DW_AT_block*.
4492 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4493 better handling of DW_AT_block*.
4494 (read_common_block): DW_AT_location
4495 better handling of DW_AT_block*.
4496 (read_partial_die): DW_AT_location better handling
4497 of DW_AT_block*.
4498 (new_symbol): DW_AT_external better handling of
4499 DW_AT_block*. Proper initialization of variable
4500 "addr".
4501 (attr_form_is_block): New function that returns true
4502 if the attribute's form is of DW_FORM_block*.
4503
4504 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4505
4506 * valops.c (find_method_list): Remove comment about
4507 removed STATIC_MEMFUNCP argument.
4508 (value_find_oload_method_list): Likewise.
4509
4510 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4511
4512 From Nicholas Duffek:
4513 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4514 target_new_objfile_hook.
4515
4516 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4517
4518 From Nicholas Duffek:
4519 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4520 csect.
4521
4522 2002-07-12 Andrew Cagney <cagney@redhat.com>
4523
4524 * MAINTAINERS: Mention --enable-sim-build-warnings.
4525 (m68hc11-elf): Disable sim build warnings.
4526 (m32r-elf): Mark as broken obsolete candidate.
4527 (x86_64-linux-gnu): Mark as buildable with -Werror.
4528 (arm-elf): Change -w to ``,'' which enables warnings but not
4529 -Werror.
4530
4531 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4532
4533 * bcache.h: Update copyright.
4534 (struct bstring, struct bcache): Move definition to "bcache.c".
4535 Replaced by opaque declaration.
4536 (bcache_xfree): Replace free_bcache.
4537 (bcache_xmalloc, bcache_memory_used): Declare.
4538
4539 * bcache.c: Update copyright.
4540 (struct bstring, struct bcache): Moved to here from "bcache.h".
4541 Update comments.
4542 (bcache_xmalloc, bcache_memory_used): New functions.
4543 (bcache_xfree): Replace function free_bcache.
4544
4545 * Makefile.in (objfiles.o): Add $(bcache_h).
4546 (objfiles_h): Remove $(bcache_h).
4547 (symfile.o): Add $(bcache_h).
4548
4549 * symmisc.c: Update copyright.
4550 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4551 (print_objfile_statistics): Use bcache_memory_used.
4552
4553 * symfile.c: Include "bcache.h".
4554 (reread_symbols): Use bcache_xfree.
4555 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4556 (add_psymbol_to_list): Pass psymbol_cache by value.
4557 (add_psymbol_with_dem_name_to_list): Ditto.
4558
4559 * objfiles.h: Update copyright.
4560 (struct bcache): Declare opaque. Do not include "bcache.h".
4561 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4562 bcache'' pointers.
4563 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4564
4565 * objfiles.c: Include "bcache.h". Update copyright.
4566 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4567 macro_cache.
4568 (free_objfile): Use bcache_xfree.
4569
4570 2002-07-11 Grace Sainsbury <graces@redhat.com>
4571
4572 * monitor.c (monitor_fetch_register): Make name a constant.
4573 (monitor_store_register): Same.
4574
4575 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4576
4577 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4578 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4579 (finish_block) For non-function blocks, hash the symbol table. For
4580 function blocks, mark the symbol table as unhashed.
4581 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4582 (msymbol_hash_iw): Likewise.
4583 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4584 value.
4585 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4586 (lookup_minimal_symbol): Likewise for both.
4587 * symtab.h (struct block): Add `hashtable' flag. Comment the
4588 hashtable.
4589 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4590 (ALL_BLOCK_SYMBOLS): Update.
4591 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4592 (struct symbol): Add `hash_next' pointer.
4593 * symtab.c (lookup_block_symbol): Search using the hash table when
4594 possible.
4595 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4596 (search_symbols, find_addr_symbol): Likewise.
4597
4598 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4599 (read_dst_symtab): Likewise.
4600 * jv-lang.c (get_java_class_symtab): Likewise.
4601 * mdebugread.c: Include "gdb_assert.h".
4602 (shrink_block): Assert that the block being modified is not hashed.
4603 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4604 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4605 symbols.
4606 (dump_symtab): Recognize hashed blocks.
4607 * printcmd.c (print_frame_args): Assert that function blocks do not
4608 have hashed symbol tables.
4609 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4610 (fill_in_ada_prototype, debug_print_block): Likewise.
4611 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4612
4613 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4614
4615 * stack.c (print_frame): Use result of frame_address_in_block()
4616 instead of fi->pc when evaluating symbols.
4617 (backtrace_command_1): Ditto.
4618
4619 2002-07-11 Andrew Cagney <cagney@redhat.com>
4620
4621 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4622 Make static.
4623
4624 * arm-tdep.c (arm_register_name): Make return type constant.
4625
4626 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4627
4628 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4629 prototype.
4630 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4631 * s390-tdep.c (s390_fp_regnum): Ditto.
4632 (s390_read_fp): Ditto.
4633 (s390_pop_frame): Ditto.
4634 (_initialize_s390_tdep): Ditto.
4635 * remote.c (get_remote_state): Ditto.
4636 * procfs.c (mappingflags): Ditto.
4637 * memattr.c (_initialize_mem): Ditto.
4638 * mcore-tdep.c (mcore_pop_frame): Ditto.
4639 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4640 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4641 * language.c (set_case_str): Ditto.
4642 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4643 * frv-tdep.c (new_variant): Ditto.
4644 (frv_stopped_data_address): Ditto.
4645 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4646 (context_alloc): Ditto.
4647 (frame_state_alloc): Ditto.
4648 (unwind_tmp_obstack_init): Ditto.
4649 (unwind_tmp_obstack_free): Ditto.
4650 (cfi_read_fp): Ditto.
4651 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4652 (cris_pop_frame): Ditto.
4653 * c-lang.c (scanning_macro_expansion): Ditto.
4654 (finished_macro_expansion): Ditto.
4655 (c_preprocess_and_parse): Ditto.
4656 * gdbarch.sh: Ditto.
4657 * gdbarch.h, gdbarch.c: Regenerate.
4658 * config/mn10200/tm-mn10200.h: Adjust indentation.
4659 * target.c: Adjust indentation.
4660 * symtab.h: Adjust indentation.
4661 * stabsread.h: Adjust indentation.
4662 * remote-es.c: Adjust indentation.
4663 * os9kread.c: Adjust indentation.
4664
4665 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4666
4667 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4668 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4669
4670 2002-07-10 Grace Sainsbury <graces@redhat.com>
4671
4672 * NEWS: Mention m68k, mcore multi-arching.
4673 * MAINTAINERS: Change status of m68k, mcore to reflect
4674 multi-arching.
4675
4676 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4677
4678 * valops.c (find_overload_match): Free oload_syms.
4679
4680 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4681
4682 Define HAVE_SYS_PROC_H if sys/proc.h exists
4683 * configure.in: Add check for sys/proc.h
4684 * config.in: Regenerate.
4685 * configure: Regenerate.
4686
4687 2002-07-09 Grace Sainsbury <graces@redhat.com>
4688
4689 * config/m68k/tm-m68k.h: Remove macros wrapped in
4690 #if !GDB_MULTI_ARCH.
4691
4692 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4693
4694 * config.in, configure: Regenerate.
4695
4696 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4697
4698 * dwarf2cfi.c: Include "gcore.h".
4699 (execute_stack_op): Fix implementation of the
4700 DW_OP_deref and DW_OP_deref_size operators by letting do their
4701 lookup in the target.
4702
4703 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4704
4705 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4706 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4707 tdep->sc_sp_offset.
4708
4709 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4710
4711 Fix PR gdb/595, gdb/602
4712 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4713 Don't call value_cast, just read the vtable pointer; update comments
4714 to match.
4715
4716 2002-07-05 Grace Sainsbury <graces@redhat.com>
4717
4718 * config/mcore/tm-mcore.h: Remove file.
4719 * config/mcore/mcore.mt: Remove definition of TM_FILE
4720 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4721
4722 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4723
4724 * i386bsd-tdep.c: Include "gdb_string.h".
4725
4726 2002-07-04 Grace Sainsbury <graces@redhat.com>
4727
4728 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4729 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4730 mcore-tdep.
4731 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4732 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4733 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4734 (RETVAL_REGNUM): Move macros from tm-mcore.h
4735 (mcore_reg_struct_has_addr): New function.
4736 (mcore_gdbarch_init): Added initializations for the macros removed
4737 from tm-mcore.h.
4738
4739 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4740
4741 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4742 traditonal string branding within the ELF header.
4743
4744 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4745
4746 * symtab.c (remove_params): New function.
4747 (make_symbol_overload_list): Use it instead of cplus_demangle.
4748 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4749
4750 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4751
4752 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4753
4754 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4755 New variables.
4756 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4757 and tdep->sigtramp_end.
4758 * i386obsd-nat.c: New file.
4759 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4760
4761 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4762 Don't call get_current_frame().
4763
4764 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4765
4766 * i386-nat.c (child_post_startup_inferior): New function
4767 calling i386_cleanup_dregs if
4768 I386_USE_GENERIC_WATCHPOINTS is defined.
4769 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4770 conditional to acknowledge that i386-nat.c has its
4771 own child_post_startup_inferior function.
4772
4773 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4774
4775 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4776 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4777 instead of MAX_REGISTER_RAW_SIZE.
4778 (i386_extract_return_value, i386_extract_struct_value_address):
4779 Convert to use regcache.
4780 (i386_gdbarch_init): Set max_register_raw_size and
4781 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4782 Set extract_return_value and extract_struct_value_address instead
4783 of their deprecated variants.
4784
4785 Convert i386 target to generic dummy frames.
4786 * i386-tdep.c: Include "symfile.h".
4787 (i386_frameless_signal_p): Consider a function to be frameless if
4788 the pc points at the first instruction of the function.
4789 (i386_frame_chain): Handle (generic) call dummies.
4790 (i386_frame_saved_pc): Likewise.
4791 (i386_frame_init_saved_regs): Remove code dealing with call
4792 dummies on the stack.
4793 (i386_push_dummy_frame): Removed.
4794 (i386_call_dummy_words): Removed.
4795 (i386_fix_call_dummy): Removed.
4796 (i386_push_return_address): New function.
4797 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4798 parameter, and don't call get_current_frame.
4799 (i386_pop_frame): New function.
4800 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4801 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4802 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4803 call_dummy_length to 0, set call_dummy_words to NULL, set
4804 sizeof_call_dummy_words to 0, set fix_call_dummy to
4805 generic_fix_call_dummy, set pc_in_call_dummy to
4806 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4807 generic_push_dummy_frame, set push_return_address to
4808 i386_push_return_address and set frame_chain_valid to
4809 generic_file_frame_chain_valid.
4810
4811 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4812
4813 * gdbarch.sh (struct regcache): Add opaque declaration.
4814 (EXTRACT_RETURN_VALUE): New architecture method.
4815 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4816 * gdbarch.h, gdbarch.c: Regenerate.
4817 * arch-utils.c (legacy_extract_return_value): New function.
4818 * arch-utils.h (legacy_extract_return_value): Declare.
4819 * values.c (value_being_returned): Re-enable code handling
4820 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4821 deprecated_grub_regcache_for_registers call to block handling
4822 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4823 (EXTRACT_RETURN_VALUE): Do not define.
4824
4825 2002-07-03 Grace Sainsbury <graces@redhat.com>
4826
4827 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4828 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4829 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4830 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4831 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4832 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4833 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4834 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4835 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4836 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4837 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4838 argument so the function fits the prototype in the architecture
4839 vector.
4840 (mcore_pop_frame): Remove argument so the function fits the
4841 prototype. Use get_current_frame instead of the argument.
4842 (mcore_push_arguments): Change type of struct_return so the
4843 function can be used in the architecture vector.
4844 (mcore_store_struct_return): Add.
4845 (mcore_frame_init_saved_regs): Add.
4846 (mcore_gdbarch_init): Add function calls to replace the macros
4847 removed from tm-mcore.h
4848
4849 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4850
4851 * infcmd.c (print_return_value): Remove compatibility code calling
4852 deprecated_grub_regcache_for_registers.
4853
4854 * values.c: Include "regcache.h".
4855 (value_being_returned): Update. Use
4856 deprecated_grub_regcache_for_registers to extract the register
4857 buffer address.
4858 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4859 ``struct regcache''.
4860 * Makefile.in (values.o): Add dependency on $(regcache_h).
4861
4862 * inferior.h (run_stack_dummy): Change type of second parameter to
4863 a ``struct regcache''.
4864 * valops.c (hand_function_call): Change type of retbuf to ``struct
4865 regcache''. Allocate using regcache_xmalloc, clean using
4866 make_cleanup_regcache_xfree.
4867 * infcmd.c (run_stack_dummy): Update. Use
4868 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4869
4870 * regcache.c (do_regcache_xfree): New function.
4871 (make_cleanup_regcache_xfree): New function.
4872 * regcache.h (make_cleanup_regcache_xfree): Declare.
4873
4874 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4875
4876 * event-top.c (command_line_handler): Don't read past
4877 beginning of buffer.
4878
4879 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4880
4881 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4882 struct frame_id.
4883 (varobj_create): Store frame_id for root.
4884 (varobj_gen_name): Use xasprintf.
4885 (varobj_update): Save and restore frame using get_frame_id() and
4886 frame_find_by_id().
4887 (create_child): Use xasprintf.
4888 (new_root_variable): Initialize frame_id.
4889 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4890 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4891 to prevent memory leak.
4892
4893 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4894
4895 * valops.c (hand_function_call): Move declaration of retbuf to
4896 start of function, allocate using malloc, add a cleanup but before
4897 the inf_status cleanup, cleanup the buffer. Rename local variable
4898 old_chain to inf_status_cleanup.
4899
4900 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4901
4902 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4903
4904 * cli/cli-decode.c (cmd_func_p): New function.
4905 (cmd_func): New function.
4906
4907 * command.h: Add cmd_func() and cmd_func_p().
4908
4909 2002-07-03 Grace Sainsbury <graces@redhat.com>
4910
4911 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4912 (REGISTER_SIZE): Remove.
4913 (MAX_REGISTER_RAW_SIZE): Remove.
4914 (REGISTER_VIRTUAL_TYPE): Remove.
4915 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4916 (REGISTER_NAME): Remove.
4917 (USE_GENERIC_DUMMY_FRAMES): Remove.
4918 (CALL_DUMMY): Remove.
4919 (CALL_DUMMY_START_OFFSET): Remove.
4920 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4921 (CALL_DUMMY_LOCATION): Remove.
4922 (FIX_CALL_DUMMY): Remove.
4923 (CALL_DUMMY_ADDRESS): Remove.
4924 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4925 (SAVE_DUMMY_FRAME_TOS): Remove.
4926 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4927 (mcore_register_virtual_type): New function.
4928 (mcore_register_byte): New function.
4929 (mcore_register_size): New function.
4930 (mcore_register_name): New function.
4931 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4932 macros removed from tm-mcore.h.
4933 (mcore_dump_tdep): Add.
4934 (_initialize_mcore_tdep): Add gdbarch_register call.
4935
4936 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4937
4938 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4939 frameless_look_for_prologue, such that we actually call this
4940 function.
4941
4942 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4943
4944 * frame.h (frame_address_in_block): New function.
4945
4946 * blockframe.c (frame_address_in_block): New function extracted
4947 from get_frame_block().
4948 (get_frame_block): Use frame_address_in_block().
4949 (block_innermost_frame): Use frame_address_in_block() to match
4950 the frame pc address against the block boundaries rather than
4951 the frame pc directly. This prevents a failure when a frame pc
4952 is actually a return-address pointing immediately after the end
4953 of the given block.
4954
4955 2002-07-02 Grace Sainsbury <graces@redhat.com>
4956
4957 * MAINTAINERS: Add self under write after approval.
4958
4959 2002-07-02 Grace Sainsbury <graces@redhat.com>
4960
4961 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4962 used in architecture vector. The default is
4963 m68k_local_breakpoint_from_pc.
4964 (m68k_local_breakpoint_from_pc): Add.
4965 (enum): Add register numbers from tm-m68k.h.
4966 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4967 vector.
4968 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4969 GDB_MULTI_ARCH_PARTIAL.
4970 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4971 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4972 m68k-tdep.c.
4973 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4974 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4975 to enum in m68k-tdep.c
4976
4977 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4978
4979 * solib-osf.c (open_map): Compute the list of shared libraries
4980 loaded by the inferior, rather than the list of libraries loaded
4981 by GDB itself. Otherwise, GDB ends up reading the symbols from
4982 the wrong shared libraries...
4983
4984 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4985
4986 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4987 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4988 macros.
4989 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4990 Remove functions.
4991 (FRAMELESS_SIGNAL): Remove function.
4992 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4993 i386_linux_saved_pc_after_call): Removed.
4994 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4995 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4996 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4997
4998 * i386-tdep.c (i386_frameless_signal_p): New function.
4999 (i386_frame_chain): Deal with frameless signals.
5000 (i386_sigtramp_saved_sp): New function.
5001 (i386_frame_saved_pc): Deal with frameless signals.
5002 (i386_saved_pc_after_call): Make sure the correct value is
5003 returned just after entry into a sigtramp.
5004 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5005 i386fbsd4_sc_sp_offset): New variables.
5006 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5007 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5008 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5009 similiar to what we already did for sc_pc_offset.
5010 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5011 tdep->sc_sp_offset.
5012
5013 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5014
5015 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5016
5017 * config/i386/tm-x86-64linux.h: New.
5018 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5019 definitions.
5020 * config/i386/nm-x86-64.h: Rename to ...
5021 * config/i386/nm-x86-64linux.h: ... this one.
5022 * config/i386/x86-64linux.mh: Reflect the above change.
5023
5024 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5025
5026 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5027 with sigcontext_addr. Add sc_sp_offset.
5028 (i386bsd_sigtramp_saved_pc): Remove prototype.
5029 (i386bsd_sicontext_addr): Add prototype.
5030 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5031 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5032 (i386_svr4_sigtramp_saved_pc): Removed.
5033 (i386_svr4_sigcontext_addr): New function.
5034 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5035 Initialize tdep->sigcontext_addr instead. Initialize
5036 tdep->sc_pc_offset and tdep->sc_sp_offset.
5037 (i386_gdbarch_init): Likewise.
5038 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5039 any more.
5040 (i386bsd_sigtramp_saved_pc): Remove function.
5041 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5042 Initialize tdep->sigcontext_addr instead. Initialize
5043 tdep->sc_pc_offset.
5044 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5045 of tdep->sigtramp_saved_pc.
5046 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5047 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5048 instead.
5049
5050 * i386-tdep.c (i386_frameless_function_invocation,
5051 i386_frame_num_args, i386_frame_init_saved_regs,
5052 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5053 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5054 i386_extract_return_value, i386_store_return_value,
5055 i386_extract_struct_value_address, i386_register_virtual_type,
5056 i386_register_convertible, i386_register_convert_to_virtual,
5057 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5058 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5059 static.
5060
5061 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5062
5063 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5064
5065 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5066 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5067 this macro. Include "value.h".
5068
5069 2002-06-30 Aidan Skinner <aidan@velvet.net>
5070
5071 * ada-exp.tab.c: remove as it's a generated file
5072 * ada-lex.c: remove as it's a generated file
5073
5074 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5075
5076 * config/i386/tm-i386.h (struct frame_info, struct
5077 frame_saved_regs, struct value, struct type): Remove forward
5078 declarations.
5079
5080 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5081 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5082 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5083 (FILL_FPXREGSET): Define.
5084
5085 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5086
5087 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5088 i[3456]86-*-netbsd* case.
5089 * config/i386/tm-obsd.h: Removed.
5090 * config/i386/obsd.mt: Removed.
5091 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5092 core-aout.o.
5093 (MH_CFLAGS): Add -DYYDEBUG=0.
5094
5095 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5096 i386nbsd_sc_pc_offset on OpenBSD too.
5097
5098 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5099 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5100 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5101 define.
5102 * i386bsd-tdep.c: Include "arch-utils.h".
5103 (i386bsd_aout_in_solib_call_trampoline): New function.
5104 (i386bsd_init_abi): Set in_solib_call_trampoline to
5105 i386bsd_aout_in_solib_call_trampoline.
5106 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5107 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5108
5109 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5110
5111 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5112 (struct obstack, struct bcache): Add opaque declarations.
5113 * Makefile.in (macrotab_h): Update
5114
5115 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5116
5117 * blockframe.c (generic_find_dummy_frame): Change return type to
5118 ``struct regcache''.
5119 (struct dummy_frame): Replace field ``registers'' with regcache, a
5120 struct regcache object.
5121 (generic_find_dummy_frame): Update.
5122 (generic_push_dummy_frame): Update. Use regcache_xfree,
5123 regcache_xmalloc and regcache_cpy.
5124 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5125 regcache_xfree.
5126 (deprecated_generic_find_dummy_frame): Update.
5127 (generic_read_register_dummy): Update. Use
5128 regcache_read_as_address.
5129 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5130 (generic_get_saved_register): Update. Use regcache_read.
5131
5132 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5133
5134 * Makefile.in (objfiles_h): Add $(bcache_h).
5135 * objfiles.h: Include "bcache.h".
5136
5137 * Makefile.in (symtab_h): Remove $(bcache_h).
5138 * symtab.h: Do not include "bcache.h".
5139
5140 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5141
5142 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5143 generic_func_frame_chain_valid.
5144
5145 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5146
5147 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5148 * config/i386/tm-fbsd.h: Likewise.
5149
5150 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5151
5152 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5153 generic_unwind_get_saved_register.
5154
5155 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5156
5157 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5158 * regcache.c (supply_register): Add missing argument to
5159 register_buffer call.
5160
5161 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5162
5163 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5164 Solaris /bin/grep does not not like it. From Peter Schauer.
5165
5166 2002-06-26 Tom Tromey <tromey@redhat.com>
5167
5168 * command.h (add_setshow_cmd): Declare.
5169 (add_setshow_cmd_full): Declare.
5170 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5171 returns void. Use add_setshow_cmd_full.
5172 (add_setshow_cmd_full): New function.
5173 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5174 (add_setshow_boolean_cmd): Likewise.
5175
5176 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5177
5178 * config/vax/tm-vax.h: Protect from multiple inclusion.
5179 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5180 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5181 * config/vax/tm-vaxbsd.h: ...here. New file.
5182 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5183
5184 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5185
5186 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5187 (BELIEVE_PCC_PROMOTION): Remove.
5188 (AP_REGNUM): Move to...
5189 * config/vax/nm-vax.h: ...here.
5190 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5191 (vax_breakpoint_from_pc): New function.
5192 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5193 and gdbarch_believe_pcc_promotion.
5194
5195 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5196
5197 * Makefile.in (vax_tdep_h): Define.
5198 (vax-tdep.o): Use $(vax_tdep_h).
5199 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5200 (vax_dump_tdep): New function.
5201 (_initialize_vax_tdep): Register vax_dump_tdep.
5202 * vax-tdep.h: Include osabi.h.
5203 (struct gdbarch_tdep): New.
5204
5205 2002-06-26 Andrew Cagney <cagney@redhat.com>
5206
5207 * frame.h (deprecated_generic_find_dummy_frame): Rename
5208 generic_find_dummy_frame.
5209 * blockframe.c (generic_find_dummy_frame): Make static.
5210 (deprecated_generic_find_dummy_frame): New function.
5211 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5212 generic_find_dummy_frame with deprecated_find_dummy_frame.
5213 (sh64_nofp_frame_init_saved_regs): Ditto.
5214 (sh_fp_frame_init_saved_regs): Ditto.
5215 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5216 (s390_frame_chain): Ditto.
5217 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5218
5219 2002-06-26 Grace Sainsbury <graces@redhat.com>
5220
5221 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5222 gdbarch vector are at the top.
5223 (NUM_REGS): Remove.
5224 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5225 (FRAME_ARGS_ADDRESS): Remove.
5226 (FRAME_LOCALS_ADDRESS): Remove.
5227 (FRAME_NUM_ARGS): Remove.
5228 (FRAME_ARGS_SKIP): Remove.
5229 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5230 (m68k_gdbarch_init): Add gdbarch initializations for macros
5231 undefined in tm-m68k.h
5232
5233 2002-06-26 Grace Sainsbury <graces@redhat.com>
5234
5235 * monitor.h: Add the function regname to monitor_ops
5236 structure. This way NUM_REGS does not have to be a constant.
5237 * monitor.c (monitor_fetch_register): Added support for regname
5238 function. The function is called if the array regnames is NULL.
5239 (monitor_store_register): Same.
5240 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5241 regnames array.
5242 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5243 cpu32bug_cmds.regname to point to new function.
5244 * abug-rom.c (abug_regname): Same as above.
5245 (init_abug_cmds): Same.
5246 * dbug-rom.c (dbug_regname): Same as above.
5247 (init_dbug_cmds): Same.
5248 * remote-est.c (est_regname): Same.
5249 (init_est_cmds): Same.
5250 * rom68k-rom.c (rom68k_regname): Same.
5251 (init_rom68k_cmds): Same.
5252
5253 2002-06-25 Tom Tromey <tromey@redhat.com>
5254
5255 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5256
5257 2002-06-25 Andrew Cagney <cagney@redhat.com>
5258
5259 * infrun.c (stop_registers): Change variable's type to ``struct
5260 regcache'''.
5261 (xmalloc_inferior_status): Delete function.
5262 (free_inferior_status): Delete function.
5263 (normal_stop): Use regcache_cpy.
5264 (struct inferior_status): Change type of fields ``stop_registers''
5265 and ``registers'' to ``struct regcache''.
5266 (write_inferior_status_register): Use regcache_write.
5267 (save_inferior_status): Instead of calling
5268 xmalloc_inferior_status, allocate the inf_status buffer directly.
5269 Use regcache_dup_no_passthrough and regcache_dup to save the
5270 buffers.
5271 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5272 Replace the stop_registers regcache instead of overriding it. Use
5273 regcache_xfree. Instead of calling free_inferior_status, xfree
5274 the buffer directly.
5275 (discard_inferior_status): Use regcache_xfree. Instead of calling
5276 free_inferior_status, xfree the buffer directly.
5277 (build_infrun): Use regcache_xmalloc.
5278 (_initialize_infrun): Delete redundant call to build_infrun.
5279
5280 * Makefile.in (infcmd.o): Add $(regcache_h).
5281
5282 * infcmd.c: Include "regcache.h".
5283 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5284 obtain the address of `stop_registers' register buffer.
5285 (print_return_value): Ditto.
5286
5287 * inferior.h (struct regcache): Add opaque declaration.
5288 (stop_registers): Change variable's declared type to ``struct
5289 regcache''.
5290
5291 2002-06-24 Tom Tromey <tromey@redhat.com>
5292
5293 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5294 * target.c (initialize_targets): Fixed typo in
5295 trust-readonly-sections `show' documentation.
5296
5297 * main.c: Marked all strings with _().
5298
5299 2002-06-24 Don Howard <dhoward@redhat.com>
5300
5301 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5302 that means max CORE_ADDR+1.
5303 (lookup_mem_region): Ditto.
5304 (mem_info_command): Ditto.
5305
5306 2002-06-24 Grace Sainsbury <graces@redhat.com>
5307
5308 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5309 (REGISTER_BYTES_OK): Remove.
5310 (REGISTER_BYTES): Remove.
5311 (STORE_STRUCT_RETURN): Remove.
5312 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5313 (STORE_RETURN_VALUE): Remove.
5314 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5315 (FRAME_CHAIN): Remove.
5316 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5317 (FRAME_SAVED_PC): Remove.
5318 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5319 (m68k_store_struct_return): Add.
5320 (m68k_deprecated_extract_return_value): Add.
5321 (m68k_deprecated_extract_struct_value_address): Add.
5322 (m68k_store_return_value): Add.
5323 (m68k_frame_chain): Add.
5324 (m68k_frameless_function_invocation): Add.
5325 (m68k_frame_saved_pc): Add.
5326 (m68k_gdbarch_init): added set_gdbarch calls for new
5327 functions and deleted macros.
5328
5329 2002-06-23 Tom Tromey <tromey@redhat.com>
5330
5331 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5332 (ALLDEPFILES): Likewise.
5333 (udiheaders): Removed.
5334 (udip2soc.o): Likewise.
5335 (udi2go32.o): Likewise.
5336 (udr.o): Likewise.
5337 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5338
5339 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5340
5341 * infrun.c (_initialize_infrun): Delete unnecessary call to
5342 build_infrun.
5343
5344 * regcache.h: Update comments describing the regcache_cpy family
5345 of functions.
5346 (regcache_save, regcache_restore): Delete declaration.
5347 (regcache_save_no_passthrough): Delete declaration.
5348 (regcache_restore_no_passthrough): Delete declaration.
5349 * regcache.c (regcache_save): Delete function.
5350 (regcache_save_no_passthrough): Delete function.
5351 (regcache_restore): Delete function.
5352 (regcache_restore_no_passthrough): Delete function.
5353
5354 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5355
5356 * config/m68k/tm-m68k.h: Fix typo.
5357 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5358 (m68k_frame_init_saved_regs): Declare.
5359
5360 2002-06-21 Jim Blandy <jimb@redhat.com>
5361
5362 Remove some vestiges of Harris 88k support.
5363 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5364 register numbering quirk.
5365 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5366 odd symbols occurring in Harris 88k ELF targets.
5367
5368 2002-06-21 Tom Tromey <tromey@redhat.com>
5369
5370 * gdb_locale.h: New file.
5371 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5372 (defs_h): Added gdb_locale.h.
5373 * configure, config.in: Rebuilt.
5374 * configure.in (PACKAGE): Define.
5375 * defs.h: Include gdb_locale.h.
5376 * main.c (captured_main): Call setlocale, bindtextdomain,
5377 textdomain.
5378
5379 2002-06-21 Dave Brolley <brolley@redhat.com>
5380
5381 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5382 * config/frv/frv.mt: New file.
5383 * config/frv/tm-frv.h: New file.
5384 * configure.tgt: Support frv-*-*.
5385 * Makefile.in (frv-tdep.o): New target.
5386 * frv-tdep.c: New file.
5387 * NEWS: Mention frv.
5388
5389 2002-06-21 Dave Brolley <brolley@redhat.com>
5390
5391 * MAINTAINERS: Add self to "Write After Approval" list.
5392
5393 2002-06-21 Grace Sainsbury <graces@redhat.com>
5394
5395 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5396 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5397 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5398 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5399 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5400
5401 * m68k-tdep.c: Include arch-utils.h
5402 (m68k_register_raw_size): Add.
5403 (m68k_register_virtual_size): Add.
5404 (m68k_register_virtual_type): Add.
5405 (m68k_register_name): Add.
5406 (m68k_stack_align): Add.
5407 (m68k_register_byte): Add.
5408 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5409 tm-m68k.h.
5410
5411 2002-06-21 Grace Sainsbury <graces@redhat.com>
5412
5413 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5414 m68k_find_saved_regs.
5415 (m68k_pop_frame): Removed saved_regs structure, and replaced
5416 references to it with frame->saved_regs.
5417 (m68k_gdbarch_init): Added function calls to initialize the
5418 gdbarch structure.
5419 (m68k_fix_call_dummy): Add.
5420 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5421 (CALL_DUMMY): Remove.
5422 (CALL_DUMMY_LENGTH): Remove.
5423 (CALL_DUMMY_START_OFFSET): Remove.
5424 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5425 (FIX_CALL_DUMMY): Remove.
5426 (PUSH_DUMMY_FRAME): Remove.
5427 (POP_FRAME): Remove.
5428
5429 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5430
5431 * parse.c (parse_fprintf): New function used to avoid calls to
5432 fprintf in bison parser generated debug code.
5433 * parser-defs.h: Declaration of new parse_fprintf function.
5434 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5435 Set YYDEBUG to 1 by default.
5436 Set YYFPRINTF as parse_fprintf.
5437
5438 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5439
5440 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5441 encoding anymore.
5442 (pointer_encoding, enum ptr_encoding): New.
5443 (execute_cfa_program): Take care about pointer encoding.
5444 (dwarf2_build_frame_info): Only call parse_frame_info for
5445 .debug_frame and .eh_frame.
5446 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5447 fixed augmentation handling, added relative addressing,
5448 ignore duplicate FDEs. Added comments.
5449 * dwarf2cfi.c: Reindented.
5450
5451 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5452
5453 * event-top.c (command_handler): Don't use space_at_cmd_start
5454 unless there is sbrk() on the host. Assign time and space data
5455 to union fields of the appropriate length.
5456
5457 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5458
5459 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5460 x86_64_register_name. Return type changed to 'const char *'.
5461 (x86_64_register_name2nr): Rename to x86_64_register_number.
5462 (x86_64_gdbarch_init): Update to reflect the change.
5463 * x86-64-tdep.h: Ditto.
5464 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5465 (supply_fpregset): Ditto.
5466
5467 2002-06-19 Andrew Cagney <cagney@redhat.com>
5468
5469 * regcache.h: Update copyright.
5470 (struct regcache, struct gdbarch): Add opaque declarations.
5471 (current_regcache): Declare global variable.
5472 (regcache_read, regcache_write): Add gdbarch parameter.
5473 (regcache_save, regcache_save_no_passthrough)
5474 (regcache_restore, regcache_restore_no_passthrough)
5475 (regcache_dup, regcache_dup_no_passthrough)
5476 (regcache_cpy, regcache_cpy_no_passthrough)
5477 (deprecated_grub_regcache_for_registers)
5478 (deprecated_grub_regcache_for_register_valid)
5479 (regcache_valid_p): Add function declarations.
5480
5481 * regcache.c: Update copyright.
5482 (regcache_descr_handle): New global variable.
5483 (struct regcache_descr): Define.
5484 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5485 (regcache_descr, xfree_regcache_descr): New functions.
5486 (struct regcache): Define.
5487 (regcache_xmalloc, regcache_xfree): New functions.
5488 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5489 (regcache_dup, regcache_dup_no_passthrough): New functions.
5490 (regcache_valid_p, regcache_read_as_address): New functions.
5491 (deprecated_grub_regcache_for_registers): New function.
5492 (deprecated_grub_regcache_for_register_valid): New function.
5493 (current_regcache): New global variable.
5494 (register_buffer): Add regcache parameter. Update calls.
5495 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5496 (read_register_gen, write_register_gen): Update register_buffer
5497 call. Test for legacy_p instead of gdbarch_register_read_p or
5498 gdbarch_register_write_p.
5499 (regcache_collect): Update register_buffer call.
5500 (build_regcache): Rewrite. Use deprecated grub functions.
5501 (regcache_save, regcache_save_no_passthrough): New functions.
5502 (regcache_restore, regcache_restore_no_passthrough): New
5503 functions.
5504 (_initialize_regcache): Create the regcache_data_handle. Swap
5505 current_regcache global variable.
5506
5507 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5508 parameter to regcache_read and regcache_write calls.
5509 (sh4_register_read): Ditto.
5510 (sh64_pseudo_register_read): Ditto.
5511 (sh64_register_read): Ditto.
5512 (sh_pseudo_register_write): Ditto.
5513 (sh4_register_write): Ditto.
5514 (sh64_pseudo_register_write): Ditto.
5515 (sh64_register_write): Ditto.
5516
5517 * defs.h (XCALLOC): Define.
5518
5519 2002-06-19 Grace Sainsbury <graces@redhat.com>
5520
5521 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5522 * m68k-tdep.c (m68k_gdbarch_init): Added.
5523 (m68k_dump_tdep): Added.
5524
5525 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5526
5527 * ada-lang.c (fill_in_ada_prototype): Update comment.
5528
5529 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5530
5531 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5532 MIPS_ABI_LAST.
5533 (mips_abi_string, mips_abi_strings): New.
5534 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5535 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5536 tdep->mips_abi_string. Honor mips_abi_string. Default to
5537 O32 if no ABI is found.
5538 (mips_dump_tdep): Use mips_abi_strings.
5539 (mips_abi_update): New function.
5540 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5541 ``set mips abi'' and ``show mips abi''. Check the size of
5542 mips_abi_strings.
5543
5544 2002-06-19 Andrew Cagney <cagney@redhat.com>
5545
5546 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5547 constant.
5548
5549 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5550
5551 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5552 current frame using only the first stack size adjustment. All
5553 subsequent size adjustments are not considered to be part of
5554 the "static" part of the current frame.
5555 Compute the address of the saved registers relative to the
5556 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5557 in use in this frame.
5558
5559 2002-06-18 Don Howard <dhoward@redhat.com>
5560
5561 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5562 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5563 suggesting this solution.
5564
5565 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5566
5567 * config/romp/xm-rtbsd.h: Delete file.
5568 * config/romp/rtbsd.mh: Delete file.
5569
5570 2002-06-18 Keith Seitz <keiths@redhat.com>
5571
5572 * breakpoint.c (condition_command): Post breakpoint_modify
5573 when a condition is added to an existing breakpoint.
5574 (commands_command): Likewise for commands.
5575 (set_ignore_count): Likewise for ignore counts.
5576 If no tty, do not simply return, still need to send event
5577 notification.
5578 (ignore_command): Only print a newline if the command came
5579 from a tty.
5580 Don't call breakpoints_changed, since this is now properly
5581 handled by set_ignore_count.
5582
5583 2002-06-18 Andrew Cagney <cagney@redhat.com>
5584
5585 * MAINTAINERS: Note that cris-elf target can be compiled with
5586 -Werror.
5587 * cris-tdep.c (cris_register_name): Make return type constant.
5588 (cris_breakpoint_from_pc): Ditto.
5589
5590 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5591
5592 * frame.h (struct frame_info): Change type of context to
5593 'struct context'.
5594
5595 2002-06-17 Andrew Cagney <cagney@redhat.com>
5596
5597 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5598 pointer.
5599 * gdbarch.h, gdbarch.c: Regenerate.
5600 * config/mips/tm-mips.h (mips_register_name): Update.
5601 * i386-tdep.h (i386_register_name): Update.
5602 * mips-tdep.c (mips_register_name): Update
5603 * alpha-tdep.c (alpha_register_name): Update.
5604 * arch-utils.c (legacy_register_name): Update.
5605 * arch-utils.h (legacy_register_name): Update.
5606 * avr-tdep.c (avr_register_name): Update.
5607 * ia64-tdep.c (ia64_register_name): Update.
5608 * i386-tdep.c (i386_register_name): Update.
5609 * sparc-tdep.c (sparc32_register_name): Update.
5610 (sparc64_register_name): Update.
5611 (sparclite_register_name): Update.
5612 (sparclet_register_name): Update.
5613 * sh-tdep.c (sh_generic_register_name): Update.
5614 (sh_sh_register_name): Update.
5615 (sh_sh3_register_name): Update.
5616 (sh_sh3e_register_name): Update.
5617 (sh_sh_dsp_register_name): Update.
5618 (sh_sh3_dsp_register_name): Update.
5619 (sh_sh4_register_name): Update.
5620 (sh_sh64_register_name): Update.
5621 * s390-tdep.c (s390_register_name): Update.
5622 * rs6000-tdep.c (rs6000_register_name): Update.
5623 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5624 (ns32k_register_name_32382): Update.
5625 * d10v-tdep.c (d10v_ts2_register_name): Update.
5626 (d10v_ts3_register_name): Update.
5627 * xstormy16-tdep.c (xstormy16_register_name): Update.
5628 * vax-tdep.c (vax_register_name): Update.
5629 * v850-tdep.c (v850_register_name): Update.
5630 * m68hc11-tdep.c (m68hc11_register_name): Update.
5631 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5632 (am33_register_name): Update.
5633
5634 2002-06-17 Grace Sainsbury <graces@redhat.com>
5635
5636 * m68k-tdep.c: Reindented.
5637
5638 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5639
5640 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5641 list of predefined types.
5642
5643 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5644
5645 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5646 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5647 REGISTER_CONVERT_TO_RAW): Remove defines.
5648 (i386_register_virtual_type, i386_register_convertible,
5649 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5650 Remove prototypes.
5651 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5652 macros mentioned above.
5653
5654 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5655 (i386lynx_saved_pc_after_call): Remove prototype.
5656 * i386ly-tdep.c: Include "i386-tdep.h".
5657 (i386lynx_saved_pc_after_call): Make static. Use
5658 read_memory_nobpt instead of read_memory. Use
5659 read_memory_unsigned_integer instead of read_memory_integer.
5660 (i386lynx_init_abi): New function.
5661 (i386lynx_coff_osabi_sniffer): New function.
5662 (_initialize_i386bsd_tdep): New function.
5663
5664 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5665 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5666 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5667 (i386_fix_call_dummy): Remove prototype.
5668 * i386-tdep.c (i386_call_dummy_words): New variable.
5669 (i386_gdbarch_init): Adjust for removal of the
5670 macros mentioned above.
5671
5672 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5673
5674 * command.h (add_setshow_auto_boolean_cmd): Replace
5675 add_set_auto_boolean_cmd.
5676 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5677 add_set_auto_boolean_cmd.
5678 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5679 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5680 mask-address'' command.
5681 (show_mask_address): Add cmd parameter.
5682 * remote.c (add_packet_config_cmd): Update. Change type of
5683 set_func and show_func to cmd_sfunc_ftype.
5684 (_initialize_remote): Update `set remote Z-packet'
5685 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5686 (show_remote_protocol_e_packet_cmd): Ditto.
5687 (show_remote_protocol_E_packet_cmd): Ditto.
5688 (show_remote_protocol_P_packet_cmd): Ditto.
5689 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5690 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5691 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5692 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5693 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5694 (show_remote_protocol_Z_packet_cmd): Ditto.
5695 (show_remote_protocol_binary_download_cmd): Ditto.
5696 (show_remote_cmd): Pass NULL to all of above.
5697
5698 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5699
5700 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5701 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5702 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5703 POP_FRAME): Remove defines.
5704 (i386_push_arguments, i386_store_struct_return,
5705 i386_extract_return_value, i386_store_return_value,
5706 i386_extract_struct_value_address, i386_push_dummy_frame,
5707 i386_pop_frame): Renove prototypes.
5708 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5709 macros mentioned above.
5710
5711 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5712
5713 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5714 add_set_boolean_cmd.
5715 (add_setshow_cmd): New function.
5716 * command.h (add_setshow_boolean_cmd): Replace
5717 add_set_boolean_cmd.
5718 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5719 and ``set rdiromatzero''.
5720 * maint.c (_initialize_maint_cmds): Update commented out code.
5721 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5722 * target.c (initialize_targets): Update `set
5723 trust-readonly-sections'.
5724 * remote.c (_initialize_remote): Update `set remotebreak'.
5725
5726 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5727
5728 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5729 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5730 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5731 fit into multi-arch framework.
5732 (i386_breakpoint_from_pc): New function.
5733 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5734 above.
5735
5736 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5737 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5738 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5739 (i386_frameless_function_invocation, i386_frame_num_args,
5740 i386_frame_init_saved_regs): Remove prototypes.
5741 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5742 macros mentioned above.
5743
5744 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5745
5746 * cli/cli-decode.c (set_cmd_cfunc): Update.
5747 (set_cmd_sfunc): Update.
5748 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5749 (set_cmd_sfunc, set_cmd_cfunc): Update.
5750 * cli/cli-decode.h: Update.
5751
5752 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5753
5754 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5755 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5756
5757 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5758
5759 * defs.h (auto_boolean): Declare enum.
5760 * command.h (cmd_auto_boolean): Delete enum.
5761 * mips-tdep.c (mask_address_var): Update.
5762 (mips_mask_address_p): Update.
5763 (show_mask_address): Update.
5764 * remote.c (struct packet_config): Update.
5765 (update_packet_config): Update.
5766 (show_packet_config_cmd): Update.
5767 (packet_ok): Update.
5768 (add_packet_config_cmd): Update.
5769 (_initialize_remote):
5770 * command.h: Update.
5771 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5772 (do_setshow_command): Update.
5773 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5774 * cli/cli-decode.h: Update.
5775
5776 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5777
5778 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5779 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5780 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5781 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5782 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5783 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5784
5785 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5786 list of DJGPP COFF targets.
5787
5788 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5789 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5790 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5791 (FP0_REGNUM): Remove define.
5792 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5793 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5794 (i386_register_virtual_size): Remove protoype.
5795 * i386-tdep.c (i386_register_virtual_size): Removed.
5796 (i386_extract_return_value, i386_store_return_value): Use
5797 FP0_REGNUM instead of NUM_FREGS to determine whether the
5798 floating-point registers are available.
5799 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5800 Adjust for removal of macros mentioned above.
5801
5802 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5803
5804 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5805 comments.
5806 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5807 Remove prototypes.
5808 (supply_gregset, fill_gregset): Remove use of register keyword and
5809 remove declaration for regmap. Use I386_NUM_GREGS instead of
5810 NUM_REGS and NUM_FREGS.
5811 (FPREGSET_FSAVE_OFFSET): Remove.
5812 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5813 NUM_FREGS to determine whether the floating-point registers are
5814 available.
5815
5816 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5817 gnu_store_registers): Replace usage of NUM_GREGS with
5818 I386_NUM_GREGS.
5819
5820 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5821 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5822 usage of NUM_GREGS with I386_NUM_GREGS.
5823
5824 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5825
5826 * i386bsd-nat.c: Include "i386-tdep.h".
5827 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5828 I386_NUM_GREGS.
5829
5830 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5831 and associated comment. They no longer make any sense, since we
5832 don't use this file anymore on Linux.
5833
5834 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5835 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5836 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5837 elements in these arrays.
5838 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5839 MAX_NUM_REGS.
5840
5841 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5842
5843 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5844 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5845
5846 2002-06-14 Andrew Cagney <cagney@redhat.com>
5847
5848 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5849 EXTRACT_RETURN_VALUE.
5850 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5851 EXTRACT_STRUCT_VALUE_ADDRESS.
5852 * gdbarch.h, gdbarch.c: Regenerate.
5853
5854 * values.c (value_being_returned): Handle
5855 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5856 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5857
5858 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5859 * arm-tdep.c (arm_gdbarch_init): Update.
5860 * avr-tdep.c (avr_gdbarch_init): Update.
5861 * cris-tdep.c (cris_gdbarch_init): Update.
5862 * d10v-tdep.c (d10v_gdbarch_init): Update.
5863 * ia64-tdep.c (ia64_gdbarch_init): Update.
5864 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5865 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5866 * s390-tdep.c (s390_gdbarch_init): Update.
5867 * sh-tdep.c (sh_gdbarch_init): Update.
5868 * s390-tdep.c (s390_gdbarch_init): Update.
5869 * sparc-tdep.c (sparc_gdbarch_init): Update.
5870 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5871 * v850-tdep.c (v850_gdbarch_init): Update.
5872 * vax-tdep.c (vax_gdbarch_init): Update.
5873 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5874 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5875
5876 * config/arc/tm-arc.h: Update.
5877 * config/d30v/tm-d30v.h: Update.
5878 * config/fr30/tm-fr30.h: Update.
5879 * config/h8300/tm-h8300.h: Update.
5880 * config/h8500/tm-h8500.h: Update.
5881 * config/i386/tm-i386.h: Update.
5882 * config/i386/tm-ptx.h: Update.
5883 * config/i386/tm-symmetry.h: Update.
5884 * config/i960/tm-i960.h: Update.
5885 * config/m32r/tm-m32r.h: Update.
5886 * config/m68k/tm-delta68.h: Update.
5887 * config/m68k/tm-linux.h: Update.
5888 * config/m68k/tm-m68k.h: Update.
5889 * config/m88k/tm-m88k.h: Update.
5890 * config/mcore/tm-mcore.h: Update.
5891 * config/mips/tm-mips.h: Update.
5892 * config/mn10200/tm-mn10200.h: Update.
5893 * config/pa/tm-hppa.h: Update.
5894 * config/pa/tm-hppa64.h: Update.
5895 * config/sparc/tm-sp64.h: Update.
5896 * config/sparc/tm-sparc.h: Update.
5897 * config/sparc/tm-sparclet.h: Update.
5898 * config/z8k/tm-z8k.h: Update.
5899
5900 2002-06-14 Andrew Cagney <cagney@redhat.com>
5901
5902 * Makefile.in (i386_linux_tdep_h): Define.
5903 (i386_tdep_h, i387_tdep_h): Define.
5904 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5905 $(i386_tdep_h) and $(i387_tdep_h).
5906 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5907
5908 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5909
5910 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5911 Already covered by the default.
5912
5913 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5914 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5915 (i386_gdbarch_init): Initialize long_double_format and long_double
5916 bit.
5917
5918 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5919 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5920 Move these to ...
5921 * config/i386/i386sol2.mh: ... here.
5922 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5923 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5924 (SIGCONTEXT_PC_OFFSET): Remove define.
5925 (IN_SIGTRAMP): Remove define.
5926 * i386-sol2-tdep.c: New file.
5927
5928 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5929 * config/i386/tm-i386nw.h: Removed.
5930
5931 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5932 USE_STRUCT_CONVENTION): Remove defines.
5933 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5934 (get_longjmp_target): Remove prototype.
5935 (IN_SIGTRAMP): Remove define.
5936 (i386bsd_in_sigtramp): Remove prototype.
5937 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5938 function. Update comment accordingly
5939 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5940 (FRAME_SAVED_PC): Remove define.
5941 (i386bsd_frame_saved_pc): Remove prototype.
5942 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5943 GET_LONGJMP_TARGET): Remove defines.
5944 (get_longjmp_target): Remove prototype.
5945 (IN_SIGTRAMP): Remove define.
5946 (i386bsd_in_sigtramp): Remove prototype.
5947 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5948 function. Update comment accordingly
5949 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5950 (FRAME_SAVED_PC): Remove define.
5951 (i386bsd_frame_saved_pc): Remove prototype.
5952 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5953 Remove prototype.
5954 (USE_STRUCT_CONVENTION): Remove prototype.
5955 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5956 declaration.
5957 (_initialize_i386bsd_nat): Revise logic to determine some
5958 constants at compile time when compiling a native GDB. Warn if
5959 things don't match up with what we expect.
5960 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5961 Remove variables.
5962 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5963 to use date stored in `struct gdbarch_tdep'.
5964 (i386bsd_sigcontext_offset): Remove varaible.
5965 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5966 stored in `struct gdbarch_tdep'.
5967 (i386bsd_frame_saved_pc): Make static.
5968 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5969 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5970 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5971 i386fbsd4_sc_pc_offset): New variables.
5972 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5973 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5974 functions.
5975 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5976 functions.
5977 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5978 Modify the value of i386fbsd_sigtramp_start and
5979 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5980 i386fbsd_sigtramp_end.
5981 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5982 function.
5983
5984 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5985 define to i386-linux-tdep.h.
5986 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5987 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5988 defines.
5989 (i386_linux_register_name, i386_linux_register_byte,
5990 i386_linux_register_raw_size): Remove prototypes.
5991 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5992 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5993 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5994 TARGET_WRITE_PC): Remove defines.
5995 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5996 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5997 i386_linux_write_pc): Remove prototypes.
5998 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5999 (get_longjmp_target): Remove prototype.
6000 * i386-linux-tdep.h: New file.
6001 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6002 * i386-linux-tdep.c: Include "i386-tdep.h" and
6003 "i386-linux-tdep.h".
6004 (i386_linux_register_name, i386_linux_register_byte,
6005 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6006 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6007 Make static.
6008 (i386_linux_init_abi): New function.
6009 (_initialize_i386_linux_tdep): New function.
6010
6011 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6012 (i386_saved_pc_after_call): Remove prototype.
6013 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6014 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6015 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6016 (i386_register_name, i386_stab_reg_to_regnum,
6017 i386_dwarf_reg_to_regnum): Remove prototypes.
6018 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6019 SIZEOF_SSE_REGS): Remove defines.
6020 (REGISTER_BYTES): Remove define.
6021 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6022 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6023 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6024 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6025 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6026 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6027 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6028 (get_longjmp_target): Remove prototype.
6029 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6030 (sigtramp_saved_pc): Remove define.
6031 (i386v4_sigtramp_saved_pc): Remove prototype.
6032 * config/i386/tm-go32.h (FRAME_CHAIN,
6033 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6034 (i386go32_frame_saved_pc): Remove prototype.
6035 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6036 (get_longjmp_target): Remove prototype.
6037 * i386-tdep.h: Include "osabi.h".
6038 (enum i386_abi): Removed.
6039 (enum struct_return): New enum.
6040 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6041 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6042 sc_pc_offset members.
6043 (i386_gdbarch_register_os_abi): Remove prototype.
6044 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6045 I386_SSE_NUM_REGS): New defines.
6046 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6047 I386_SSE_SIZEOF_REGS): New defines.
6048 (i386_register_name, i386_register_byte, i386_register_raw_size):
6049 New prototypes.
6050 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6051 (i386bsd_sigtramp_saved_pc): New prototype.
6052 * i386-tdep.c: Don't include "elf-bfd.h".
6053 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6054 i386_frame_chain, i386_saved_pc_after_call): Make static.
6055 (i386_frame_saved_pc): Rewrite to call architecture dependent
6056 function to deal with signal handlers. Make static.
6057 (i386go32_frame_saved_pc): Removed.
6058 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6059 Removed.
6060 (i386_get_longjmp_target): New function.
6061 (default_struct_convention, pcc_struct_convention,
6062 reg_struct_convention, valid_conventions, struct_convention): New
6063 variables.
6064 (i386_use_struct_convention): New function.
6065 (i386v4_sigtramp_saved_pc): Renamed to
6066 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6067 (i386_pc_in_sigtramp): New function.
6068 (i386_abi_names): Removed.
6069 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6070 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6071 Removed.
6072 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6073 i386_gdbarch_register_os_abi): Removed.
6074 (struct i386_abi_handler): Removed.
6075 (i386_abi_handler_list): Removed.
6076 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6077 functions.
6078 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6079 i386_nw_init_abi): New functions.
6080 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6081 Use set_gdbarch_xxx() calls instead of relying on macros for a
6082 number of calls.
6083 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6084 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6085 Register the various architecture variants defined in this file.
6086
6087 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6088
6089 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6090 (struct main_type): Remove arg_types member. Update comments for
6091 struct field.
6092 (TYPE_ARG_TYPES): Remove.
6093 (TYPE_FN_FIELD_ARGS): Update.
6094 (smash_to_method_type): Update prototype.
6095
6096 * c-typeprint.c (cp_type_print_method_args): Take method type
6097 instead of argument list. Use new argument layout. Simplify.
6098 (c_type_print_args): Use new argument layout. Simplify.
6099 (c_type_print_base): Update call to cp_type_print_method_args.
6100 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6101 argument; use die->type instead. Update call to
6102 smash_to_method_type.
6103 (read_structure_scope): Update call to dwarf2_add_member_fn.
6104 * gdbtypes.c (allocate_stub_method): Update comment.
6105 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6106 Use new argument layout.
6107 (check_stub_method): Use new argument layout. Don't count
6108 void as an argument.
6109 (print_arg_types): Update comments. Use new argument layout.
6110 (recursive_dump_type): Don't print arg_types member.
6111 * hpread.c (hpread_read_struct_type): Use new argument layout.
6112 (fixup_class_method_type): Likewise.
6113 (hpread_type_lookup): Likewise.
6114 * stabsread.c (read_type): Update calls to read_args and
6115 smash_to_method_type.
6116 (read_args): Use new argument layout. Simplify.
6117 * valops.c (typecmp): Use new argument layout. Update parameters
6118 and comments. Simplify.
6119 (hand_function_call): Use new argument layout.
6120 (search_struct_method): Update call to typecmp.
6121 (find_overload_match): Use new argument layout.
6122
6123 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6124
6125 * NEWS: Mention multithreaded debug support for gdbserver.
6126
6127 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6128
6129 * MAINTAINERS: Mention NEWS.
6130
6131 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6132
6133 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6134 (struct mips_objfile_private, compare_pdr_entries): New.
6135 (non_heuristic_proc_desc): Read the ".pdr" section if it
6136 is present.
6137
6138 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6139
6140 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6141 (arm_debug): New static variable.
6142 (_initialize_arm_tdep): Add ``set debug arm'' command.
6143
6144 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6145
6146 * Makefile.in (sim_arm_h): Define.
6147 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6148 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6149 (arm_register_sim_regno): New function, map an internal REGNUM
6150 onto a simulator register number.
6151 (arm_gdbarch_init): Set register_sim_regno.
6152
6153 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6154
6155 * MAINTAINERS: Add self.
6156
6157 2002-06-11 Jim Blandy <jimb@redhat.com>
6158
6159 * source.c (source_info): Mention whether the symtab has
6160 information about preprocessor macros.
6161
6162 Call the command `info macro', not `show macro'.
6163 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6164 Fix error message.
6165 (_initialize_macrocmd): Register `info_macro_command' in
6166 `infolist', not `showlist'.
6167
6168 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6169
6170 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6171 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6172 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6173 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6174 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6175 unconditionally.
6176 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6177 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6178 (_initialize_mips_tdep): Remove dead code.
6179 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6180 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6181 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6182 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6183 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6184 MIPS_LAST_FP_ARG_REGNUM): Remove.
6185
6186 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6187
6188 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6189 (unwind_tmp_obstack_free, parse_frame_info)
6190 (update_context, cfi_read_fp, cfi_write_fp)
6191 (cfi_frame_chain, cfi_init_extra_frame_info)
6192 (cfi_virtual_frame_pointer): Use the above function.
6193 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6194
6195 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6196
6197 * v850-tdep.c (v850_type_is_scalar): New function.
6198 (v850_use_struct_convention): Match current gcc implementation
6199 as close as possible.
6200 (v850_push_arguments): Fix stack_offset handling. Don't write
6201 struct_addr into register. This is done by v850_store_struct_return.
6202 (v850_extract_return_value): Care for structs.
6203 (v850_store_return_value): Ditto.
6204 (v850_store_struct_return): Actually write address.
6205
6206 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6207
6208 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6209 without debug information too.
6210
6211 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6212
6213 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6214 Make multi-arch pure.
6215 * gdbarch.h, gdbarch.c: Re-generate.
6216 * arm-tdep.c (arm_print_float_info): Update.
6217 * arch-utils.h (default_print_float_info): Update.
6218 * arch-utils.c (default_print_float_info): Update.
6219 * infcmd.c (float_info): Update call.
6220
6221 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6222
6223 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6224 the front of the initialize list.
6225
6226 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6227
6228 * infrun.c (struct inferior_status): Replace fields
6229 selected_frame_address and selected_level with field
6230 selected_frame_id.
6231 (save_inferior_status): Update. Use get_frame_id.
6232 (struct restore_selected_frame_args): Delete.
6233 (restore_selected_frame): Update. Use frame_find_by_id.
6234 (restore_inferior_status): Update.
6235
6236 * breakpoint.h (struct breakpoint): Change type of
6237 watchpoint_frame to frame_id.
6238 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6239 call to get_current_frame.
6240 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6241 get_current_frame.
6242 (watchpoint_check): Use frame_find_by_id.
6243
6244 * frame.h (record_selected_frame): Delete declaration.
6245 * stack.c (record_selected_frame): Delete function.
6246
6247 * frame.h (struct frame_id): Define.
6248 (get_frame_id): Declare.
6249 (frame_find_by_id): Declare.
6250 * frame.c (frame_find_by_id): New function.
6251 (get_frame_id): New function.
6252
6253 2002-06-10 Andrey Volkov <avolkov@transas.com>
6254
6255 * ser-e7kpc.c: Fix duplicated define and call of
6256 _initialize_ser_e7000pc
6257
6258 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6259
6260 * signals/signals.c (target_signal_from_host): Fix #ifdef
6261 SIGRTMIN case.
6262 (do_target_signal_to_host): Likewise.
6263
6264 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6265
6266 * mips-tdep.c (mips_find_abi_section): New function.
6267 (mips_gdbarch_init): Call it.
6268
6269 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6270
6271 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6272 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6273 after Andrew's 2002-06-08 gdbarch change.
6274
6275 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6276
6277 * i386-linux-nat.c (suppy_gregset): Don't supply
6278 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6279 register cache.
6280 (fill_gregset): Don't fetch it under the same circumstances.
6281
6282 2002-06-09 Andrew Cagney <cagney@redhat.com>
6283
6284 * Makefile.in (callback_h): Define.
6285 (remote_sim_h): Update path to remote-sim.h.
6286 (remote-rdp.o): Add $(callback_h).
6287 (remote-sim.o): Use $(callback_h).
6288 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6289 * remote-rdp.c: Include "gdb/callback.h".
6290
6291 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6292
6293 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6294 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6295
6296 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6297
6298 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6299 * rdi-share/serpardr.c: Ditto.
6300 * rdi-share/unixcomm.c: Ditto.
6301 * rdi-share/serdrv.c: Ditto.
6302 * rdi-share/hostchan.h: Ditto.
6303 * rdi-share/hostchan.c: Ditto.
6304 * rdi-share/host.h: Ditto.
6305 * rdi-share/devsw.c: Ditto.
6306
6307 * objfiles.h: Change type of obj_private to void pointer.
6308 * pa64solib.c: Update copyright. Don't include "assert.h", use
6309 strcmp instead of STREQ, use LONGEST, do not use PTR
6310 * somsolib.c: Ditto.
6311
6312 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6313 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6314 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6315
6316 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6317
6318 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6319 (default_get_saved_register): Delete function.
6320 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6321 generic_unwind_get_saved_register.
6322 * gdbarch.h, gdbarch.c: Re-generate.
6323
6324 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6325
6326 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6327 generic_func_frame_chain_valid.
6328 * gdbarch.h, gdbarch.c: Re-generate.
6329 * blockframe.c (generic_func_frame_chain_valid): Only check
6330 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6331 passing FP to PC_IN_CALL_DUMMY.
6332 Fix PR gdb/360.
6333
6334 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6335
6336 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6337 (register_gdbarch_data): Initialize init_p.
6338 (gdbarch_data): Initialize data pointer using the init function.
6339 (init_gdbarch_data): Delete function.
6340 (gdbarch_update_p): Update.
6341 (initialize_non_multiarch): Update.
6342 (struct gdbarch): Add field initialized_p.
6343 * gdbarch.h, gdbarch.c: Re-generate.
6344
6345 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6346
6347 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6348 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6349 better do the things actually here.
6350 * x86-64-tdep.c (x86_64_register_name2nr): New.
6351 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6352 (x86_64_gdbarch_init): Respect the above change.
6353 * x86-64-tdep.h (x86_64_register_name2nr)
6354 (x86_64_register_nr2name): Add prototypes.
6355 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6356
6357 2002-06-06 Michael Snyder <msnyder@redhat.com>
6358
6359 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6360 Delete extra braces and re-indent.
6361 (d10v_store_return_value): Char return values
6362 must be shifted over by one byte in R0.
6363 (d10v_extract_return_value): Delete extra braces, re-indent.
6364
6365 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6366
6367 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6368 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6369 (d10v_integer_to_address): Rewrite.
6370 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6371 the d10v specific functions which take care of converting to the
6372 correct space.
6373
6374 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6375
6376 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6377 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6378
6379 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6380
6381 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6382 includes.
6383 * config/tm-linux.h: Ditto.
6384 * config/alpha/tm-alphalinux.h: Ditto.
6385 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6386 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6387 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6388 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6389 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6390 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6391 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6392 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6393 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6394 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6395 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6396 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6397 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6398 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6399 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6400 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6401 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6402 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6403 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6404 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6405 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6406 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6407 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6408 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6409 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6410 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6411 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6412 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6413 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6414 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6415 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6416 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6417 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6418 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6419 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6420 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6421 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6422
6423 2002-05-04 Aidan Skinner <aidan@velvet.net>
6424
6425 * ada-exp.tab.c: New file
6426 * ada-exp.y: New file
6427 * ada-lang.c: New file
6428 * ada-lang.h: New file
6429 * ada-lex.c: New file
6430 * ada-lex.l: New file
6431 * ada-tasks.c: New file
6432 * ada-typeprint.c: New file
6433 * ada-valprint.c: New file
6434
6435 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6436
6437 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6438 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6439
6440 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6441
6442 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6443 insetead of ppc-linux-tdep.o.
6444 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6445 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6446
6447 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6448
6449 2002-05-07 Christian Groessler <chris@groessler.org>
6450 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6451 bit register contents for little endian hosts.
6452
6453 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6454
6455 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6456 any maintainer.
6457
6458 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6459
6460 * gdbarch.h: Regenerate.
6461
6462 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6463
6464 * MAINTAINERS: Add everyone to write-after-approval list.
6465
6466 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6467
6468 * stack.c (frame_info): Use frame_register_unwind instead of
6469 saved_regs. Mention when the SP is on the stack or in a register.
6470
6471 * frame.h (frame_register_unwind_ftype): Define. Document.
6472 (struct frame_info): Add field register_unwind and
6473 register_unwind_cache.
6474 (frame_register_unwind): Declare.
6475 (generic_unwind_get_saved_register): Declare.
6476
6477 * frame.c (frame_register_unwind): New function.
6478 (generic_unwind_get_saved_register): New function.
6479
6480 * blockframe.c (generic_call_dummy_register_unwind): New function.
6481 (frame_saved_regs_register_unwind): New function.
6482 (set_unwind_by_pc): New function.
6483 (create_new_frame): New function.
6484 (get_prev_frame): New function.
6485
6486 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6487
6488 * a29k-share/: Delete directory.
6489 * remote-vx29k.c: Delete file.
6490
6491 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6492
6493 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6494 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6495
6496 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6497
6498 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6499 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6500 (sparc64nbsd-nat.o)
6501 (sparcnbsd-nat.o)
6502 (sparcnbsd-tdep.o): New dependency lists.
6503 * NEWS: Note new UltraSPARC NetBSD native configuration.
6504 * configure.host (sparc64-*-netbsd*): New host.
6505 * configure.tgt (sparc-*-netbsdelf*)
6506 (sparc-*-netbsd*): Set gdb_target to nbsd.
6507 (sparc64-*-netbsd*): New target.
6508 * sparc64nbsd-nat.c: New file.
6509 * sparcnbsd-nat.c: New file.
6510 * sparcnbsd-tdep.c: New file.
6511 * sparcnbsd-tdep.h: New file.
6512 * config/sparc/nbsd.mt: New file.
6513 * config/sparc/nbsd64.mh: New file.
6514 * config/sparc/nbsd64.mt: New file.
6515 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6516 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6517 (HOST_IPC): Remove.
6518 * config/sparc/nbsdaout.mt: Remove.
6519 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6520 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6521 (HOST_IPC): Remove.
6522 * config/sparc/nbsdelf.mt: Remove.
6523 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6524 sparc-nat.c compatiblity defines.
6525 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6526 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6527 * config/sparc/tm-nbsd64.h: New file.
6528 * config/sparc/tm-nbsdaout.h: Remove.
6529 * config/sparc/xm-nbsd.h: Remove.
6530
6531 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6532
6533 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6534 * sparc-tdep.c: Include osabi.h.
6535 (gdbarch_tdep): Add osabi member.
6536 (_initialize_sparc_tdep): Use gdbarch_register.
6537 (sparc_gdbarch_init): Use generic OS ABI framework.
6538 (sparc_dump_tdep): New function.
6539
6540 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6541
6542 * corefile.c (do_captured_read_memory_integer): Return non-zero
6543 result.
6544 (safe_read_memory_integer): Copy result of memory read when
6545 status is non-zero. Also, add comments.
6546
6547 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6548
6549 * Makefile.in (ppc_tdep_h): Define.
6550 (ppc-linux-nat.o)
6551 (ppc-linux-tdep.o)
6552 (rs6000-tdep.o): Use $(ppc_tdep_h).
6553 (ppc-sysv-tdep.o)
6554 (ppcnbsd-nat.o)
6555 (ppcnbsd-tdep.o): New dependency lists.
6556 * ppc-tdep.h: Use generic OS ABI framework.
6557 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6558 (ppc_linux_init_abi): New functions.
6559 (ppc_sysv_abi_broken_use_struct_convention)
6560 (ppc_sysv_abi_use_struct_convention)
6561 (ppc_sysv_abi_push_arguments): Move to...
6562 * ppc-sysv-tdep.c: ...here.
6563 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6564 * rs6000-tdep.c (process_note_abi_tag_sections)
6565 (get_elfosabi): Remove.
6566 (rs6000_gdbarch_init): Use generic OS ABI framework.
6567 (rs6000_dump_tdep): New function.
6568 (_initialize_rs6000_tdep): Use gdbarch_register.
6569 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6570 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6571 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6572 of ppc-linux-tdep.o.
6573 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6574 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6575 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6576 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6577 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6578 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6579
6580 2002-05-29 Jim Blandy <jimb@redhat.com>
6581
6582 * macroscope.c (default_macro_scope): Put `void' in empty argument
6583 list.
6584
6585 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6586
6587 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6588 * arch-utils.c: Include "sim-regno.h".
6589 * gdbarch.sh: Don't include "sim-regno.h".
6590 * gdbarch.h, gdbarch.c: Regenerate.
6591 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6592 here.
6593 * arch-utils.h (legacy_register_sim_regno): To here.
6594 * remote-sim.c (legacy_register_sim_regno): Move function from
6595 here.
6596 * arch-utils.c (legacy_register_sim_regno): To here.
6597
6598 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6599
6600 * sim-regno.h: New file.
6601 * Makefile.in (sim_regno_h): Define.
6602 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6603 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6604 (legacy_register_sim_regno): New function.
6605 (one2one_register_sim_regno): New function.
6606 (gdbsim_fetch_register): Rewrite.
6607 (gdbsim_store_register): Only store a register when
6608 REGISTER_SIM_REGNO is valid.
6609 * d10v-tdep.c: Include "sim-regno.h".
6610 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6611 (d10v_ts3_register_sim_regno): Ditto.
6612 * gdbarch.sh: Include "sim-regno.h".
6613 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6614 * gdbarch.h, gdbarch.c: Regenerate.
6615 * arch-utils.h (default_register_sim_regno): Delete declaration.
6616 * arch-utils.c (default_register_sim_regno): Delete function.
6617
6618 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6619
6620 * ppcnbsd-nat.c: Rewrite.
6621 * ppcnbsd-tdep.c: New file.
6622 * ppcnbsd-tdep.h: New file.
6623 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6624 solib.o, and solib-svr4.o.
6625 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6626 nbsd-tdep.o, and corelow.o.
6627
6628 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6629
6630 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6631 `tr' and `sed'. Mention that `broken' targets are not expected to
6632 build.
6633
6634 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6635
6636 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6637 Let PC point right after the prologue before looking up symbols.
6638
6639 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6640
6641 * i386-tdep.c (i386_register_virtual_type): Return
6642 builtin_type_vec128i for SSE registers.
6643
6644 * gdbtypes.h (builtin_type_vec128i): Declare.
6645
6646 * gdbtypes.c (build_builtin_type_vec128i): New function.
6647 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6648 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6649 (build_gdbtypes): Initialize new builtin vector types.
6650 (_initialize_gdbtypes): Register new vector types with gdbarch.
6651
6652 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6653
6654 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6655 since it has been multi-arch'd.
6656 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6657 Move Alpha and VAX multi-arch news entries to same section
6658 as other multi-arch news.
6659
6660 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6661
6662 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6663 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6664 static. Rename some register numbers to put them in ns32k-tdep
6665 private namespace.
6666 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6667 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6668 functions.
6669 (_initialize_ns32k_tdep): Use gdbarch_register.
6670 * ns32k-tdep.h: New file.
6671 * ns32knbsd-tdep.c: New file.
6672 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6673 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6674 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6675 REGISTER_BYTES, REGISTER_BYTE): Remove.
6676 * config/ns32k/tm-ns32k.h: New file.
6677 * config/ns32k/tm-umax.h: Remove.
6678
6679 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6680
6681 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6682 ns32k_store_struct_return, ns32k_extract_return_value,
6683 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6684 functions.
6685 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6686 ns32k_saved_pc_after_call.
6687 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6688 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6689 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6690 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6691 ns32k_extract_struct_value_address.
6692
6693 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6694
6695 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6696 ns32k_fix_call_dummy): New.
6697 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6698 ns32k_call_dummy_words.
6699 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6700 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6701 CALL_DUMMY_NARGS): Remove.
6702 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6703
6704 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6705
6706 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6707 ns32k_frame_saved_pc, ns32k_frame_args_address,
6708 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6709 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6710 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6711 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6712 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6713 (BREAKPOINT): Remove..
6714 (FRAME_CHAIN): Define as ns32k_frame_chain.
6715 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6716 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6717 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6718 (FRAME_FIND_SAVED_REGS): Remove.
6719 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6720 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6721 (POP_FRAME): Define as ns32k_pop_frame.
6722
6723 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6724
6725 * ns32k-tdep.c (ns32k_register_byte_32082,
6726 ns32k_register_byte_32382, ns32k_register_raw_size,
6727 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6728 functions.
6729 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6730 ns32k_register_byte_32382.
6731 * config/ns32k/tm-umax.h: Update copyright years.
6732 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6733 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6734 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6735 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6736 (ns32k_get_enter_addr): Fix prototype.
6737
6738 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6739
6740 * ns32k-tdep.c: Update copyright years.
6741 (ns32k_register_name_32082): New function.
6742 (ns32k_register_name_32382): Ditto.
6743 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6744 (REGISTER_NAME): Define as ns32k_register_name_32382.
6745 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6746 (REGISTER_NAME): Define as ns32k_register_name_32082.
6747
6748 2002-05-24 Jim Blandy <jimb@redhat.com>
6749
6750 * dwarf2read.c (free_line_header): Use xfree, not free.
6751
6752 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6753
6754 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6755 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6756
6757 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6758
6759 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6760
6761 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6762
6763 From Ross Alexander at NEC Europe:
6764 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6765
6766 2002-05-23 Michael Snyder <msnyder@redhat.com>
6767
6768 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6769 for input, rather than parse_and_eval_address.
6770
6771 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6772
6773 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6774 * Makefile.in (sim_d10v_h): Update definition.
6775
6776 2002-05-24 Andrew Cagney <cagney@redhat.com>
6777
6778 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6779 change `2002-05-22 Michael Snyder' below.
6780 (d10v_push_arguments): Ditto.
6781 (d10v_extract_return_value): Ditto.
6782
6783 2002-05-23 Jim Blandy <jimb@redhat.com>
6784
6785 * macrotab.c (check_for_redefinition): Don't complain if the new
6786 definition is the same as the previous one. Take more arguments
6787 to allow the comparison.
6788 (macro_define_object, macro_define_function): Pass more arguments
6789 to check_for_redefinition.
6790
6791 2002-05-22 Michael Snyder <msnyder@redhat.com>
6792
6793 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6794 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6795 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6796 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6797 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6798 Add a temp variable to save a call (and a memory read).
6799 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6800 if possible (so that PC_IN_CALL_DUMMY will work).
6801
6802 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6803
6804 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6805
6806 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6807
6808 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6809 fde->cie_ptr.
6810 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6811 (dwarf2_build_frame_info): Add offset to fde->initial_location
6812 so that frames of shared libraries are mapped correctly.
6813 (execute_stack_op): Change type of 'result' from ULONGEST to
6814 CORE_ADDR.
6815
6816 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6817
6818 * config/alpha/tm-nbsd.h: Include solib.h.
6819
6820 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6821
6822 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6823 assumptions about the host's byte order.
6824
6825 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6826
6827 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6828 to dependency list.
6829 * alphanbsd-tdep.c: Include solib-svr4.h.
6830 * shnbsd-tdep.c: Ditto.
6831
6832 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6833
6834 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6835 nbsd-tdep.h to dependency list.
6836 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6837 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6838 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6839 nbsdaout.mh and nbsdelf.mh consistently.
6840 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6841 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6842 nbsdaout.mt and nbsdelf.mh consistently.
6843 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6844 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6845 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6846 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6847 a.out shared library stuff from here...
6848 * config/nm-nbsdaout.h: ...to here.
6849 * config/tm-nbsd.h: Remove.
6850 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6851 * config/arm/nbsd.mh: Remove.
6852 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6853 nbsd-tdep.o.
6854 * config/arm/nbsdaout.mh: New file.
6855 * config/arm/nbsdelf.mh: New file.
6856 * config/arm/nm-nbsdaout.h: New file.
6857 * config/i386/nbsd.mh: Remove.
6858 * config/i386/nbsd.mt: Remove.
6859 * config/i386/nbsdaout.mh: New file.
6860 * config/i386/nbsdaout.mt: New file.
6861 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6862 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6863 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6864 i386_register_u_addr): Remove.
6865 * config/i386/nm-nbsdaout.h: New file.
6866 * config/i386/nm-nbsdelf.h: Remove.
6867 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6868 (USE_STRUCT_CONVENTION): Remove.
6869 * config/i386/tm-nbsdaout.h: New file.
6870 * config/i386/tm-nbsdelf.h: Remove.
6871 * config/m68k/nbsd.mh: Remove.
6872 * config/m68k/nbsd.mt: Remove.
6873 * config/m68k/nbsdaout.mh: New file.
6874 * config/m68k/nbsdaout.mt: New file.
6875 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6876 * config/m68k/nm-nbsdaout.h: New file.
6877 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6878 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6879 * config/ns32k/nbsd.mh: Remove.
6880 * config/ns32k/nbsd.mt: Remove.
6881 * config/ns32k/nbsdaout.mh: New file.
6882 * config/ns32k/nbsdaout.mt: New file.
6883 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6884 * config/ns32k/nm-nbsdaout.h: New file.
6885 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6886 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6887 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6888 (SVR4_SHARED_LIBS): Remove.
6889 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6890 * config/sparc/nbsd.mh: Remove.
6891 * config/sparc/nbsd.mt: Remove.
6892 * config/sparc/nbsdaout.mh: New file.
6893 * config/sparc/nbsdaout.mt: New file.
6894 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6895 * config/sparc/nbsdelf.mt: New file.
6896 * config/sparc/nm-nbsdaout.h: New file.
6897 * config/sparc/nm-nbsdelf.h: Remove.
6898 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6899 * config/sparc/tm-nbsdaout.h: New file.
6900
6901 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6902
6903 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6904 mipsnbsd-tdep.c
6905 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6906
6907 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6908
6909 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6910 shnbsd-nat.c.
6911 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6912
6913 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6914
6915 * NEWS: Note new MIPS NetBSD native configuration.
6916 * configure.host (mips*-*-netbsd*): New host.
6917 * configure.tgt (mips*-*-netbsd*): New target.
6918 * mipsnbsd-nat.c: New file.
6919 * mipsnbsd-tdep.c: New file.
6920 * mipsnbsd-tdep.h: New file.
6921 * config/mips/nbsd.mh: New file.
6922 * config/mips/nbsd.mt: New file.
6923 * config/mips/nm-nbsd.h: New file.
6924 * config/mips/tm-nbsd.h: New file.
6925
6926 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6927
6928 * Makefile.in (SFILES): Add osabi.c.
6929 (COMMON_OBS): Add osabi.o.
6930 (osabi.o): New dependency list.
6931 * osabi.c: New file.
6932 * osabi.h: New file.
6933 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6934
6935 * Makefile.in (alpha_tdep_h): Define and use instead of
6936 alpha-tdep.h.
6937 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6938 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6939 Remove.
6940 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6941 * alpha-tdep.h: Include osabi.h.
6942 (alpha_abi): Remove.
6943 (gdbarch_tdep): Use generic OS ABI framework.
6944 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6945 gdbarch_register_osabi.
6946 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6947 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6948 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6949
6950 * Makefile.in (sh_tdep_h): Add osabi.h.
6951 * sh-tdep.h (sh_osabi): Remove.
6952 (gdbarch_tdep): Use generic OS ABI framework.
6953 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6954 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6955 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6956 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6957
6958 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6959 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6960 gdbarch_register_osabi.
6961 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6962 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6963 (get_elfosabi): Rename to...
6964 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6965 ABI framework support routines.
6966 (arm_gdbarch_init): Use generic OS ABI framework.
6967 (arm_dump_tdep): Likewise.
6968 (_initialize_arm_tdep): Likewise.
6969 * arm-tdep.h: Include osabi.h.
6970 (arm_abi): Remove.
6971 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6972 osabi member.
6973 (arm_gdbarch_register_os_abi): Remove prototype.
6974 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6975 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6976
6977 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6978 * mips-tdep.c: Include osabi.h.
6979 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6980 OS ABI framework.
6981
6982 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6983
6984 * h8300-tdep.c: Fix formatting.
6985
6986 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6987
6988 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6989 printing vector registers.
6990
6991 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6992
6993 From Fernando Nasser:
6994 * remote.c (remote_async_open_1): Re-throw the exception when the
6995 connection fails.
6996 (remote_cisco_open): Ditto.
6997 (remote_open_1): Ditto.
6998
6999 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7000
7001 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7002 (remote_start_remote): Add uiout parameter. Pass through to
7003 remote_start_remote_dummy.
7004 (remote_open_1): Use catch_exception instead of catch_errors.
7005 (remote_async_open_1): Ditto.
7006 (remote_cisco_open): Ditto.
7007
7008 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7009
7010 * remote.c (remote_start_remote): Replace PTR with void pointer.
7011 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7012 static.
7013
7014 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7015
7016 * gdb_indent.sh: Allow the script to be run in the sim directory.
7017
7018 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7019
7020 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7021 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7022
7023 * corelow.c (core_open): Only call set_gdbarch_from_file if
7024 exec_bfd is NULL.
7025
7026 2002-05-17 Andrey Volkov <avolkov@transas.com>
7027
7028 * h8300-tdep.c: Add support of EXR register
7029 * config/h8300/tm-h8300.h: Ditto.
7030
7031 2002-05-17 Andrey Volkov <avolkov@transas.com>
7032
7033 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7034
7035 2002-05-17 Andrey Volkov <avolkov@transas.com>
7036
7037 * h8300-tdep.c: Change literal regnums to REGNO.
7038
7039 2002-05-17 Jim Blandy <jimb@redhat.com>
7040
7041 * NEWS: Note addition of macro support.
7042
7043 Expand preprocessor macros in C expressions.
7044 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7045 (scan_macro_expansion, scanning_macro_expansion,
7046 finished_macro_expansion): New function declarations.
7047 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7048 variable declarations.
7049 * parser-defs.h (expression_context_pc): New declaration.
7050 * parse.c (expression_context_pc): New variable.
7051 (parse_exp_1): Set expression_context_pc, as well as
7052 expression_context_block.
7053 * c-exp.y (yylex): If we're not already reading the result of a
7054 macro expansion, try to macro-expand the next token. When we're
7055 done scanning a macro expansion, switch back to the mainline text.
7056 Commas and `if's in a macro's expansion don't terminate the input.
7057 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7058 (macro_original_text, macro_expanded_text,
7059 expression_macro_lookup_func, expression_macro_lookup_baton): New
7060 variables.
7061 (scan_macro_expansion, scanning_macro_expansion,
7062 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7063 c_preprocess_and_parse): New functions.
7064 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7065 c_preprocess_and_parse, instead of c_parse.
7066 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7067 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7068
7069 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7070
7071 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7072 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7073 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7074
7075 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7076
7077 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7078
7079 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7080
7081 * Makefile.in (sh_tdep_h): Define and use.
7082 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7083 register enum): Move to...
7084 * * sh-tdep.h: ...here.
7085 * sh-tdep.c: Include sh-tdep.h.
7086 * sh3-rom.c: Likewise.
7087 * shnbsd-tdep.c: Likewise.
7088
7089 2002-05-16 Michael Snyder <msnyder@redhat.com>
7090
7091 * arm-tdep.c: Spelling fix in comment.
7092
7093 2002-05-16 Jim Blandy <jimb@redhat.com>
7094
7095 Add commands for manually expanding macros and showing their
7096 definitions.
7097 * macrocmd.c, macroscope.c, macroscope.h: New files.
7098 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7099 (macroscope_h): New variable.
7100 (HFILES_NO_SRCDIR): Add macroscope.h.
7101 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7102 (macroscope.o, macrocmd.o): New rules.
7103
7104 Teach the Dwarf 2 reader to read macro information.
7105 * dwarf2read.c: #include "macrotab.h".
7106 (dwarf_macinfo_buffer): New variable.
7107 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7108 dwarf_macinfo_size.
7109 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7110 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7111 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7112 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7113 dwarf2_macro_spaces_in_definition): New complaints.
7114 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7115 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7116 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7117 the partial symbol table.
7118 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7119 from what's recorded in the partial symbol table.
7120 (read_file_scope): If the compilation unit has a
7121 `DW_AT_macro_info' attribute, read its macro information.
7122 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7123
7124 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7125
7126 Fix PR gdb/546
7127 * ser-tcp.c: Don't include <netinet/udp.h>.
7128
7129 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7130
7131 * MAINTAINERS: Update my email address.
7132
7133 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7134
7135 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7136 include file of the same name.
7137
7138 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7139
7140 * configure.tgt: Mark v850 as multi-arched.
7141 * config/v850/tm-v850.h: Remove file.
7142 * config/v850/v850.mt: Eliminate TM_FILE.
7143
7144 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7145
7146 * v850-tdep.c: Full multi-arch.
7147 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7148 Define GDB_MULTI_ARCH to 2.
7149
7150 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7151
7152 * p-exp.y (current_type): New static variable.
7153 Carries the type of the expression at the position that is parsed.
7154 (push_current_type, pop_current_type): Two new functions. Used
7155 to store/restore current_type in expression on specific tokens.
7156 (search_field): New static variable. Set to one after parsing a point
7157 as at that point only a FIELDNAME token should be searched.
7158 (FIELDNAME): New token. After a point only a token belonging to
7159 current_type type definition is allowed.
7160 (all over token rules): reset and change current_type according
7161 to rules.
7162 (exp '[' rule): insert implicit array index field if
7163 exp is a pascal string type.
7164
7165 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7166
7167 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7168 frame info. Use frame_info's saved_regs instead of matching member
7169 in extra_frame_info throughout.
7170 (v850_frame_init_saved_regs): New function.
7171 (v850_init_extra_frame_info): Move most functionality into
7172 v850_frame_init_saved_regs().
7173 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7174 (v850_frame_find_saved_regs): Remove declaration.
7175 (FRAME_FIND_SAVED_REGS): Remove definition.
7176 (v850_frame_init_saved_regs): Add declaration.
7177 (FRAME_INIT_SAVED_REGS): Add definition.
7178
7179 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7180
7181 * v850-tdep.c: Begin multi-arch'ing v850.
7182 (v850_target_architecture_hook): Remove function.
7183 (v850_gdbarch_init): New function. Add code previously in
7184 v850_target_architecture_hook().
7185 (_initialize_v850_tdep): Don't set target_architecture_hook.
7186 Call register_gdbarch_init() instead.
7187
7188 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7189
7190 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7191 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7192 (fixup_class_method_type): Likewise.
7193
7194 2002-05-15 Jim Blandy <jimb@redhat.com>
7195
7196 Add macro structures to GDB's symbol tables. Nobody puts anything
7197 in them yet.
7198 * symtab.h (struct symtab): New member: `macro_table'.
7199 * buildsym.h (pending_macros): New global variable.
7200 * buildsym.c: #include "macrotab.h".
7201 (buildsym_init): Initialize `pending_macros'.
7202 (end_symtab): If we found macro information while reading a CU's
7203 debugging info, do build a symtab structure for it. Make the
7204 symtab point to the macro information, and clear the
7205 `pending_macros' pointer which held it while we were reading the
7206 debug info.
7207 (really_free_pendings): Free any pending macro table.
7208 * objfiles.h (struct objfile): New member: `macro_cache'.
7209 * objfiles.c (allocate_objfile): Set allocate and free functions
7210 for the macro cache's objstack.
7211 (free_objfile): Empty the macro cache's obstack.
7212 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7213 set new allocate and free functions for it.
7214 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7215 free functions for the macro cache's objstack. (Why is this
7216 function building its own objfile?)
7217 * symmisc.c (print_objfile_statistics): Print statistics on the
7218 macro bcache.
7219 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7220
7221 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7222
7223 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7224 (REGISTER_U_ADDR): Delete definition.
7225 (arm_register_u_addr): Delete declaration.
7226
7227 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7228
7229 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7230 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7231
7232 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7233
7234 * regcache.c (register_valid): Revise comments refering to "Not
7235 available" and "unavailable".
7236 * frame.c (frame_register_read): Ditto.
7237 * findvar.c (value_of_register): Ditto.
7238
7239 2002-05-15 Andrew Cagney <cagney@redhat.com>
7240
7241 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7242 (remote-sim.o): Update dependencies.
7243 (d10v-tdep.o): Specify dependencies.
7244 (sim_d10v_h): Define.
7245
7246 2002-05-14 Jim Blandy <jimb@redhat.com>
7247
7248 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7249 * macrotab.c (macro_lookup_inclusion, find_definition,
7250 new_macro_table): Same.
7251
7252 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7253 not `! strcmp ()'. This is a dubious improvement.
7254 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7255
7256 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7257 although it's not necessary, to avoid a warning.
7258
7259 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7260
7261 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7262 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7263 TYPE_INSTANCE_FLAGS.
7264 (struct main_type): New.
7265 (struct type): Move most members to struct main_type. Change
7266 cv_type and as_type to new type_chain member. Add instance_flags.
7267 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7268 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7269 (finish_cv_type): Remove prototype.
7270 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7271 Set TYPE_CHAIN.
7272 (alloc_type_instance): New function.
7273 (smash_type): New function.
7274 (make_pointer_type, make_reference_type, make_function_type)
7275 (smash_to_member_type, smash_to_method_type): Call smash_type.
7276 (make_qualified_type): New function.
7277 (make_type_with_address_space): Call make_qualified_type.
7278 (make_cv_type): Likewise.
7279 (finish_cv_type): Remove unnecessary function.
7280 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7281 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7282 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7283 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7284 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7285 * hpread.c (hpread_read_struct_type): Likewise.
7286 * stabsread.c (read_struct_type): Likewise.
7287
7288 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7289
7290 * configure.tgt: Add a catch all sh* target, for cases like
7291 sh[2,3,4]-elf and sh-hms.
7292
7293 2002-05-14 Keith Seitz <keiths@redhat.com>
7294
7295 * event-loop.c (create_file_handler): Don't do anything but
7296 update data when we are given a fd which we are already
7297 monitoring.
7298
7299 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7300
7301 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7302 (update_context): Use __func__ in warnings.
7303
7304 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7305
7306 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7307 and tcp_close to net_open and net_close.
7308 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7309 using UDP if requested. Don't try to disable Nagle on UDP
7310 sockets.
7311 * remote.c (remote_serial_open): New function. Warn about UDP.
7312 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7313
7314 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7315
7316 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7317
7318 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7319
7320 * configure.tgt: Remove sh-hms target.
7321 * MAINTAINERS: Don't list sh-hms as a separate target.
7322
7323 2002-05-13 Jim Blandy <jimb@redhat.com>
7324
7325 Add first preprocessor macro-expansion files.
7326 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7327 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7328 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7329 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7330 (COMMON_OBS): Add macrotab.o, macroexp.o.
7331 (macroexp.o, macrotab.o): New rules.
7332
7333 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7334
7335 * config/m88k/tm-m88k.h: Update copyright.
7336 (m88k_target_write_pc): Declare
7337 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7338 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7339 (SHIFT_INST_REGS): Update definition.
7340 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7341 using old definition of TARGET_WRITE_PC.
7342 * regcache.c (generic_target_write_pc): Delete code handling
7343 NNPC_REGNUM.
7344 * gdbarch.sh (NNPC_REGNUM): Delete.
7345 * gdbarch.h, gdbarch.c: Regenerate.
7346
7347 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7348
7349 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7350 builtin reg number.
7351
7352 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7353
7354 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7355 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7356 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7357 access macros.
7358 * c-typeprint.c (cp_type_print_method_args): Likewise.
7359 (c_type_print_args): Likewise.
7360 * d10v-tdep.c (d10v_push_arguments): Likewise.
7361 (d10v_extract_return_value): Likewise.
7362 * expprint.c (print_subexp): Likewise.
7363 * gdbtypes.c (lookup_primitive_typename): Likewise.
7364 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7365 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7366 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7367 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7368 (TYPE_VECTOR): Likewise.
7369 * hpread.c (hpread_read_struct_type)
7370 (fix_static_member_physnames, fixup_class_method_type)
7371 (hpread_type_lookup): Likewise.
7372 * mdebugread.c (parse_symbol, parse_type): Likewise.
7373 * p-lang.c (is_pascal_string_type): Likewise.
7374 * valops.c (hand_function_call): Likewise.
7375 * x86-64-tdep.c (classify_argument): Likewise.
7376
7377 * hpread.c (hpread_read_function_type)
7378 (hpread_read_doc_function_type): Call replace_type.
7379 * dstread.c (create_new_type): Delete.
7380 (decode_dst_structure, process_dst_function): Call alloc_type.
7381 Use type access macros.
7382
7383 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7384
7385 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7386 the're not supported by the current architecture.
7387 (i387_fill_fxsave): Likewise.
7388
7389 2002-05-12 Fred Fish <fnf@redhat.com>
7390
7391 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7392 sect_index_xxx members to index the first slot in section_offsets
7393 if all of the section_offsets are zero.
7394
7395 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7396
7397 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7398 checked in with last change.
7399
7400 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7401
7402 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7403 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7404 config.sub.
7405
7406 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7407
7408 * Makefile.in: Update dependencies.
7409
7410 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7411
7412 * language.c (local_hex_string_custom): Simplify. Do not depend
7413 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7414
7415 * memattr.c (mem_info_command): Replace calls to
7416 longest_local_hex_string and longest_local_hex_string_custom.
7417 * buildsym.c (make_blockvector): Ditto.
7418 * solib.c (info_sharedlibrary_command): Ditto.
7419 * tracepoint.c (tracepoints_info): Ditto.
7420 * symtab.c (print_msymbol_info): Ditto.
7421
7422 * language.c (local_hex_string): Delete.
7423 (local_hex_string_custom): Delete.
7424 (longest_local_hex_string): Rename to local_hex_string.
7425 (longest_local_hex_string_custom): Rename to
7426 local_hex_string_custom.
7427 * language.h (local_hex_string): Change parameter type to LONGEST.
7428 (local_hex_string_custom): Ditto.
7429 (longest_local_hex_string): Delete declaration.
7430 (longest_local_hex_string_custom): Ditto.
7431
7432 * solib.c: Update copyright.
7433 * memattr.c: Update copyright.
7434
7435 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7436
7437 * arch-utils.h (legacy_register_to_value): Declare.
7438 (legacy_value_to_register): Declare.
7439 (legacy_convert_register_p): Declare.
7440 * arch-utils.c (legacy_register_to_value): New function.
7441 (legacy_value_to_register): New function.
7442 (legacy_convert_register_p): New function.
7443
7444 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7445 (VALUE_TO_REGISTER): Define.
7446 (CONVERT_REGISTER_P): Define.
7447 * gdbarch.h, gdbarch.c: Regenerate.
7448
7449 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7450 VALUE_TO_REGISTER.
7451 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7452 CONVERT_REGISTER_P.
7453
7454 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7455 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7456
7457 * Makefile.in: Update dependencies for valops.c.
7458 * valops.c: Include "gdb_assert.h".
7459 (typecmp): Skip THIS parameter to methods.
7460 (find_method_list): Remove static_memfuncp argument,
7461 update callers. Check for stub methods.
7462 (find_value_oload_method_list): Don't set *static_memfuncp.
7463 (find_overload_match): Don't check for stub methods. Assert
7464 that methods are not stubbed. Handle static methods.
7465 (value_find_oload_method_list): Remove static_memfuncp argument.
7466 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7467 to the argument list for static stub methods.
7468 * value.h (value_find_oload_method_list): Update prototype.
7469
7470 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7471
7472 * arch-utils.h (generic_register_size): Declare.
7473 (generic_register_raw_size, generic_register_virtual_size): Delete
7474 declarations.
7475 * arch-utils.c (generic_register_raw_size): Delete.
7476 (generic_register_size): New function.
7477 (generic_register_virtual_size): Delete.
7478
7479 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7480 default generic_register_size.
7481 * gdbarch.h, gdbarch.c: Re-generate.
7482
7483 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7484 register_virtual_size.
7485 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7486 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7487
7488 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7489
7490 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7491 * gdbarch.h, gdbarch.c: Regenerate.
7492 * gnu-v3-abi.c: Update copyright.
7493 (vtable_address_point_offset): Update.
7494 (gnuv3_rtti_type): Update.
7495 (gnuv3_baseclass_offset): Update.
7496 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7497 (init_fetch_link_map_offsets): Update.
7498 * remote.c (get_remote_state): Update.
7499
7500 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * TODO: Remove value_headof/value_from_vtable_info comment.
7503 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7504 * values.c (value_headof, value_from_vtable_info): Delete.
7505 * value.h (value_from_vtable_info): Delete prototype.
7506
7507 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7508
7509 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7510 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7511 $(gdb_regex_h).
7512 (gdb_assert_h): Define.
7513 (gdb_wait_h): Define.
7514 (gdb_regex_h): Define.
7515
7516 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7517
7518 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7519 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7520
7521 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7522
7523 * nbsd-tdep.c: Fix comment.
7524
7525 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7526
7527 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7528 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7529 (nbsd-tdep.o): New dependency list.
7530 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7531 nbsd-tdep.h.
7532 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7533 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7534 * nbsd-tdep.c: New file.
7535 * nbsd-tdep.h: New file.
7536 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7537 nbsd-tdep.h.
7538 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7539 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7540 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7541 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7542
7543 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7544
7545 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7546 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7547 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7548 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7549 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7550 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7551
7552 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7553
7554 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7555 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7556 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7557 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7558 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7559 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7560 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7561
7562 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7563
7564 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7565 fetch_elfcore_registers to...
7566 * i386nbsd-tdep.c: ...here.
7567 (i386nbsd_use_struct_convention): Rename to...
7568 (i386nbsd_aout_use_struct_convention): ...this.
7569 (i386nbsd_supply_reg): New function.
7570 (i386nbsd_fill_reg): New function.
7571 (fetch_core_registers): Use i386nbsd_supply_reg.
7572 (fetch_elfcore_registers): Likewise.
7573 (_initialize_i386nbsd_tdep): New function.
7574 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7575 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7576 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7577 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7578 (i386nbsd_aout_use_struct_convention): ...this.
7579
7580 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7581
7582 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7583 (store_inferior_registers): Use shnbsd_fill_reg.
7584 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7585 sh_nbsd_supply_register): Collapse into...
7586 (shnbsd_supply_reg): ...this.
7587 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7588 (shnbsd_fill_reg): ...this.
7589 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7590 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7591 (fetch_core_registers): Use shnbsd_supply_reg.
7592 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7593 (sh_nbsd_core_fns): Rename to...
7594 (shnbsd_core_fns): ...this.
7595 (sh_nbsd_elfcore_fns): Rename to...
7596 (shnbsd_elfcore_fns): ...this.
7597 (sh_nbsd_init_abi): Rename to...
7598 (shnbsd_init_abi): ...this.
7599 (_initialize_sh_nbsd_tdep): Rename to...
7600 (_initialize_shnbsd_tdep): ...this.
7601 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7602 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7603 sh_nbsd_fill_register): Remove prototypes.
7604 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7605
7606 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7607
7608 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7609 (i387-nat.o): Delete dependency list.
7610 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7611 (x86-64-linux-nat.o): Likewise.
7612 * i387-nat.c: Delete file, moving contents to...
7613 * i387-tdep.c: ...here.
7614 * i387-nat.h: Rename...
7615 * i387-tdep.h: ...to this.
7616 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7617 * i386-linux-nat.c: Likewise.
7618 * i386bsd-nat.c: Likewise.
7619 * i386gnu-nat.c: Likewise.
7620 * i386nbsd-nat.c: Likewise.
7621 * i386v4-nat.c: Likewise.
7622 * x86-64-linux-nat.c: Likewise.
7623 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7624 * config/i386/go32.mh (NATDEPFILES): Likewise.
7625 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7626 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7627 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7628 * config/i386/linux.mh (NATDEPFILES): Likewise.
7629 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7630 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7631 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7632 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7633
7634 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7635
7636 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7637 (alphanbsd-nat.o): Remove dependency list.
7638 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7639 * alphanbsd-nat.c: Delete. Contents moved to...
7640 * alphanbsd-tdep.c: ...here.
7641 (_initialize_alphanbsd_tdep): Register core functions.
7642 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7643
7644 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7645
7646 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7647 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7648 (alphanbsd-nat.o): Likewise.
7649 (alphabsd-tdep.o): New dependency list.
7650 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7651 (fill_gregset): Use alphabsd_fill_reg.
7652 (supply_fpregset): Use alphabsd_supply_fpreg.
7653 (fill_fpregset): Use alphabsd_fill_fpreg.
7654 (fetch_inferior_registers): Use struct reg and struct fpreg
7655 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7656 and alphabsd_supply_fpreg.
7657 (store_inferior_registers): Use struct reg and struct fpreg
7658 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7659 and alphabsd_fill_fpreg.
7660 * alphabsd-tdep.c: New file.
7661 * alphabsd-tdep.h: New file.
7662 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7663 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7664 alphabsd_supply_fpreg.
7665 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7666 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7667
7668 2002-05-11 Eric Christopher <echristo@redhat.com>
7669
7670 * mips-tdep.c (mips_double_register_type): Fix thinko.
7671 (mips_single_register_type): Ditto.
7672 * MAINTAINERS: Add self.
7673
7674 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7675
7676 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7677 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7678 right thing on architectures with different endianness and/or
7679 integer sizes.
7680
7681 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7682
7683 From Christian Limpach <chris@Pin.LU>
7684 * configure.in: Change sed expression which comments out
7685 NATDEPFILES to also comment out continuation lines.
7686 * configure: Regenerate.
7687
7688 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7689
7690 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7691 big patch.
7692
7693 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7694
7695 * sh-tdep.c: Include correct file.
7696
7697 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7698
7699 New support for sh64-elf (sh5) target.
7700
7701 * configure.tgt: For sh64-elf target, default to sh-elf.
7702
7703 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7704 (struct gdbarch_tdep): Add new fields for new registers and ABI
7705 info.
7706
7707 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7708 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7709 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7710 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7711 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7712 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7713 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7714 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7715 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7716 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7717 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7718 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7719 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7720 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7721 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7722 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7723 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7724 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7725 sign_extend, sh64_nofp_frame_init_saved_regs,
7726 sh64_init_extra_frame_info, sh64_get_saved_register,
7727 sh64_extract_struct_value_address, sh64_pop_frame,
7728 sh64_push_arguments, sh64_extract_return_value,
7729 sh64_store_return_value, sh64_show_media_regs,
7730 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7731 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7732 sh_sh64_register_virtual_type,
7733 sh_sh64_register_convert_to_virtual,
7734 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7735 sh64_register_read, sh64_pseudo_register_write,
7736 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7737 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7738 sh64_do_pseudo_register, sh_compact_do_registers_info,
7739 sh64_do_registers_info, sh_gdbarch_init): New functions.
7740
7741 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7742
7743 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7744
7745 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7746
7747 * linespec.c (decode_line_1): Check for a double quote after
7748 a filename correctly.
7749
7750 2002-05-10 Jim Blandy <jimb@redhat.com>
7751
7752 Properly track the size of the current objfile's .debug_line section.
7753 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7754 (DWARF_LINE_SIZE): New macro.
7755 (dwarf2_build_psymtabs_hard): Record the line section's size in
7756 the partial symbol table.
7757 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7758 symbol table.
7759
7760 2002-05-10 Petr Sorfa <petrs@caldera.com>
7761
7762 * ia64-tdep.c: Handle breakpoints on L instruction type
7763 in MLX instruction bundle by moving the breakpoint to
7764 the third slot (X instruction type) as L holds only data.
7765
7766 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7767
7768 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7769 (process_one_symbol): Complain about discarding local symbols
7770 due to a misplaced N_LBRAC entry.
7771
7772 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7773
7774 From Daniel Berlin <dan@cgsoftware.com>
7775 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7776 decrease the depth we are at, in the case of templates.
7777
7778 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7779
7780 * mips-tdep.c (mips_float_register_type): New function.
7781 (mips_double_register_type): New function.
7782 (mips_print_register): Use them.
7783 (do_fp_register_row): Likewise.
7784
7785 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7786
7787 * signals/signals.c (signals): Remove conditional compilation around
7788 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7789 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7790
7791 2002-05-09 Michael Snyder <msnyder@redhat.com>
7792
7793 * remote-rdp.c (remote_rdp_can_run): Remove.
7794
7795 2002-05-09 Tom Tromey <tromey@redhat.com>
7796
7797 * jv-valprint.c (java_val_print): Handle `char' as a special case
7798 of TYPE_CODE_INT.
7799
7800 2002-05-09 Michael Snyder <msnyder@redhat.com>
7801
7802 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7803 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7804 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7805 str r(0123),[sp,#nn].
7806 (arm_skip_prologue): Ditto. Also make disassembly
7807 order-independent by placing it in a loop.
7808
7809 2002-05-06 Michael Snyder <msnyder@redhat.com>
7810
7811 * stabsread.c (read_type): Add recognition for new attribute:
7812 "@V;" means that an array type is actually a vector.
7813 This is analogous to the vector flag that's been added to dwarf2.
7814
7815 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7816
7817 * i386-tdep.h (i386_abi): New enum.
7818 (struct gdbarch_tdep): Replace os_ident member with abi.
7819 (i386_gdbarch_register_os_abi): New prototype.
7820 * i386-tdep.c (i386_abi_names): New array.
7821 (process_note_abi_tag_sections): Removed.
7822 (process_note_sections): New function.
7823 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7824 (struct i386_abi_handler): New struct.
7825 (i386_abi_handler_list): New variable.
7826 (i386_gdbarch_register_os_abi): New function.
7827 (i386_gdbarch_init): Adapt for the changes given above.
7828
7829 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * gregset.h: Say "GNU/Linux".
7832
7833 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7834
7835 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7836 (build_gdbtypes): Build builtin_type_v2_float.
7837 (_initialize_gdbtypes): Register new builtin type.
7838
7839 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7840
7841 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7842 (clear_gdbarch_swap): New function.
7843 (initialize_non_multiarch): Call.
7844 (gdbarch_update_p): Before calling init(), swap out and clear the
7845 existing architecture.
7846 * gdbarch.c: Regenerate.
7847
7848 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7849
7850 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7851 alphanbsd-tdep.c.
7852
7853 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7854
7855 * sh-nbsd-nat.c: Rename to...
7856 * shnbsd-nat.c: ...this.
7857 * sh-nbsd-tdep.c: Rename to...
7858 * shnbsd-tdep.c: ...this.
7859 * sh-nbsd-tdep.h: Rename to...
7860 * shnbsd-tdep.h: ...this.
7861 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7862 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7863
7864 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7865
7866 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7867 concatenation for command help messages.
7868
7869 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7870
7871 * NEWS: Note new sh*-*-netbsdelf* configuration.
7872 * configure.host: Set gdb_host_cpu to sh for all sh*.
7873 (sh*-*-netbsdelf*): New host.
7874 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7875 (sh*-*-netbsdelf*): New target.
7876 * sh-nbsd-nat.c: New file.
7877 * sh-nbsd-tdep.c: New file.
7878 * sh-nbsd-tdep.h: New file.
7879 * config/sh/nbsd.mh: New file.
7880 * config/sh/nbsd.mt: New file.
7881 * config/sh/nm-nbsd.h: New file.
7882 * config/sh/tm-nbsd.h: New file.
7883
7884 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7885
7886 * sh-tdep.c (sh_osabi_names): Declare.
7887 (process_note_abi_tag_sections): New function.
7888 (get_elfosabi): Ditto.
7889 (sh_gdbarch_register_os_abi): Ditto.
7890 (sh_dump_tdep): Ditto.
7891 _initialize_sh_tdep): Use gdbarch_register to register
7892 sh_gdbarch_init and sh_dump_tdep.
7893 * config/sh/tm-sh.h (sh_osabi): Declare.
7894 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7895
7896 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7897
7898 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7899 (thumb_scan_prologue): Ditto.
7900 (arm_find_callers_reg): Ditto.
7901 (arm_frame_chain): Ditto.
7902 (arm_init_extra_frame_info): Ditto.
7903 (arm_frame_saved_pc): Ditto.
7904 (arm_pop_frame): Ditto.
7905 (arm_push_return_address): New function.
7906 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7907 call_dummy_location, call_dummy_breakpoint_offset_p,
7908 call_dummy_breakpoint_offset, call_dummy_p,
7909 call_dummy_stack_adjust_p, call_dummy_words,
7910 sizeof_call_dummy_words, call_dummy_start_offset,
7911 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7912 call_dummy_address, push_return_address and push_dummy_frame for
7913 generic dummy frames.
7914
7915 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7916
7917 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7918 size computation for alloca.
7919 (sh_fp_frame_init_saved_regs): Likewise.
7920
7921 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7922
7923 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7924 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7925 * arm-tdep.c (arm_store_return_value): Use them.
7926 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7927 * remote-rdp.c (remote_rdp_fetch_register): Use
7928 ARM_MAX_REGISTER_RAW_SIZE.
7929 (remote_rdp_store_register): Likewise.
7930
7931 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7932
7933 * dwarf2cfi.c: Code cleanup, removed unused variables,
7934 added default labels to switch {} statements.
7935 * x86-64-tdep.c: Ditto.
7936 * x86-64-linux-nat.c: Ditto.
7937
7938 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7939
7940 * solib.h: Protect against multiple inclusion.
7941
7942 2002-05-06 Jim Blandy <jimb@redhat.com>
7943
7944 Add first preprocessor macro-expansion files.
7945 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7946 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7947 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7948 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7949 (COMMON_OBS): Add macrotab.o, macroexp.o.
7950 (macroexp.o, macrotab.o): New rules.
7951
7952 Separate the job of reading the line number info statement program
7953 header (...expialidocious) out into its own function.
7954 * dwarf2read.c (struct line_head, struct filenames, struct
7955 directories): Replace with...
7956 (struct line_header): New structure, containing the full
7957 contents of the statement program header, including the
7958 include directory and file name tables.
7959 (read_file_scope): If we have line number info, instead of just
7960 calling dwarf_decode_lines to do all the work, call
7961 dwarf_decode_line_header first to get a `struct line_header'
7962 containing the data in the statement program header, and then
7963 pass that to dwarf_decode_lines, which will pick up where that
7964 left off. Be sure to clean up the `struct line_header' object.
7965 (dwarf_decode_line_header, free_line_header, add_include_dir,
7966 add_file_name): New functions.
7967 (dwarf_decode_lines): Move all the code to read the statement
7968 program header into dwarf_decode_line_header. Take the line
7969 header it built as the first argument, instead of the offset to
7970 the compilation unit's line number info. Use the new `struct
7971 line_header' type instead of the old structures. No need to do
7972 cleanups here now, since we don't allocate anything.
7973 (dwarf2_statement_list_fits_in_line_number_section,
7974 dwarf2_line_header_too_long): New complaints.
7975
7976 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7977
7978 * gdbtypes.c (init_vector_type): New function.
7979 (build_builtin_type_vec128): Simplify the representation of SIMD
7980 registers.
7981 (build_gdbtypes): Initialize new builtin vector types.
7982 (_initialize_gdbtypes): Register new vector types with gdbarch.
7983 (builtin_type_v4_float, builtin_type_v4_int32,
7984 builtin_type_v8_int16, builtin_type_v16_int8,
7985 builtin_type_v2_int32, builtin_type_v4_int16,
7986 builtin_type_v8_int8): New (renamed) SIMD types.
7987
7988 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7989
7990 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7991 (i387_fill_fxsave): Likewise.
7992
7993 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7994
7995 * alpha-tdep.c (alpha_extract_return_value): Don't use
7996 non-constant array size in prototype.
7997
7998 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7999
8000 From Brian Taylor <briant at model dot com>:
8001 * ui-out.c (ui_out_field_core_addr): Use the function
8002 longest_local_hex_string_custom'to format addresses > 32 bits
8003 wide.
8004
8005 * ui-out.c (ui_out_field_core_addr): Update comment.
8006
8007 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8008
8009 * stack.c (select_and_print_frame): Make static. Delete the
8010 parameter `level'.
8011 (func_command): Update call.
8012 (select_frame_command): Delete code computing the frame level.
8013 * frame.h (select_and_print_frame): Delete declaration.
8014
8015 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8016
8017 * sparc-tdep.c (sparc_get_saved_register): Comment why
8018 get_prev_frame call is safe.
8019
8020 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8021
8022 * frame.h (select_frame): Delete level parameter.
8023 * stack.c (select_frame): Update. Use frame_relative_level to
8024 obtain the frame's level.
8025 (select_and_print_frame): Update call.
8026 (select_frame_command): Ditto.
8027 (up_silently_base): Ditto.
8028 (down_silently_base): Ditto.
8029 * ocd.c (ocd_start_remote): Ditto.
8030 * remote-rdp.c (remote_rdp_open): Ditto.
8031 * remote-mips.c (mips_initialize): Ditto.
8032 (common_open): Ditto.
8033 * remote-e7000.c (e7000_start_remote): Ditto.
8034 * m3-nat.c (select_thread): Ditto.
8035 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8036 (child_get_current_exception_event): Ditto.
8037 * varobj.c (varobj_create): Ditto.
8038 (varobj_update): Ditto.
8039 (c_value_of_root): Ditto.
8040 * tracepoint.c (finish_tfind_command): Ditto.
8041 * corelow.c (core_open): Ditto.
8042 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8043 * thread.c (info_threads_command): Ditto.
8044 (switch_to_thread): Ditto.
8045 * infrun.c (normal_stop): Ditto.
8046 (restore_selected_frame): Ditto.
8047 (restore_inferior_status): Ditto.
8048 * breakpoint.c (insert_breakpoints): Ditto.
8049 (watchpoint_check): Ditto.
8050 (bpstat_stop_status): Ditto.
8051 (do_enable_breakpoint): Ditto.
8052 * blockframe.c (flush_cached_frames): Ditto.
8053 (reinit_frame_cache): Ditto.
8054
8055 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8056
8057 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8058 maintainer.
8059
8060 2002-05-04 Jim Blandy <jimb@redhat.com>
8061
8062 * gdbtypes.c (replace_type): Doc fix.
8063
8064 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8065
8066 * valprint.c (strcat_longest): Delete commented out function.
8067 Update copyright.
8068
8069 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8070
8071 * MAINTAINERS: Mark a29k as deleted.
8072 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8073 Move new configurations to the top.
8074 * configure.tgt: Remove a29k.
8075 * config/a29k/tm-vx29k.h: Delete.
8076 * config/a29k/vx29k.mt: Delete.
8077 * config/a29k/tm-a29k.h: Delete.
8078 * config/a29k/a29k-udi.mt: Delete.
8079 * config/a29k/a29k.mt: Delete.
8080 * a29k-tdep.c: Delete.
8081 * remote-udi.c: Delete.
8082 * remote-mm.c: Delete.
8083 * remote-eb.c: Delete.
8084 * remote-adapt.c: Delete.
8085 * Makefile.in: Remove obsolete code.
8086 * config/s390/s390x.mt: Ditto.
8087 * config/s390/s390.mt: Ditto.
8088 * config/sparc/sparclynx.mh: Ditto.
8089 * config/sparc/linux.mh: Ditto.
8090 * config/pa/hppaosf.mh: Ditto.
8091 * config/pa/hppabsd.mh: Ditto.
8092 * config/ns32k/nbsd.mt: Ditto.
8093 * config/mips/vr5000.mt: Ditto.
8094 * config/m68k/sun3os4.mh: Ditto.
8095 * config/m68k/nbsd.mt: Ditto.
8096 * config/m68k/m68klynx.mh: Ditto.
8097 * config/m32r/m32r.mt: Ditto.
8098 * config/i386/x86-64linux.mt: Ditto.
8099 * config/i386/nbsdelf.mt: Ditto.
8100 * config/i386/nbsd.mt: Ditto.
8101 * config/i386/i386lynx.mh: Ditto.
8102
8103 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8104
8105 * target.c (debug_print_register): New function. Handle oversize
8106 registers.
8107 (debug_to_fetch_registers): Call.
8108 (debug_to_store_registers): Call.
8109
8110 2002-05-03 Jim Blandy <jimb@redhat.com>
8111
8112 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8113 (read_type): Doc fix.
8114 * gdbtypes.c (replace_type): Doc fix.
8115
8116 * stabsread.c (multiply_defined_struct): New complaint.
8117 (read_struct_type): If the type we were passed isn't empty, or
8118 incomplete, don't read the new struct type into it; complain,
8119 and return the original type unchanged. Take a new `type_code'
8120 argument, which is the type code for the new type.
8121 (read_type): Rather than storing the type's type code here, pass
8122 it as an argument to read_struct_type, and let that take care of
8123 storing it. That way, we don't overwrite the original type code,
8124 so read_struct_type can use it to decide whether we're overwriting
8125 something we shouldn't.
8126 (complain_about_struct_wipeout): New function.
8127
8128 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8129
8130 * gdbarch.sh: Assert that gdbarch is non-NULL.
8131 * gdbarch.c: Regenerate.
8132
8133 2002-05-03 Jason Merrill <jason@redhat.com>
8134
8135 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8136 and return NULL.
8137
8138 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8139
8140 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8141 (x86_64_dwarf2gdb_regno_map_length),
8142 (x86_64_dwarf2_reg_to_regnum): Added.
8143 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8144 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8145 (_initialize_x86_64_tdep): Synced with the change above.
8146 (x86_64_skip_prologue): Reformulated message.
8147
8148 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8149
8150 * f-exp.y: Also use new prev_lexptr variable
8151 to improve error reporting. Based on Michael Snyder
8152 2002-04-24 dated patch to c-exp.y.
8153 * jv-exp.y: Likewise.
8154 * m2-exp.y: Likewise.
8155
8156 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8157
8158 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8159 we are dealing with vectors.
8160
8161 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8162
8163 * config/m68k/tm-nbsd.h: Obvious fix,
8164 correct machine name.
8165
8166 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8167
8168 * p-typeprint.c (pascal_type_print_base): Add support
8169 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8170
8171 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8172
8173 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8174 for fondamental pascal 'char' type.
8175
8176 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8177
8178 * p-lang.h (is_pascal_string_type): Declaration changed,
8179 new sixth argument of type char ** added.
8180 * p-lang.c (is_pascal_string_type): Implementation
8181 changed. Args length_pos, length_size, string_pos, char_size
8182 can now be NULL. New argument arrayname set to the field
8183 name of the char array. Return value set to char array
8184 field index plus one.
8185 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8186 is_pascal_string_type function.
8187
8188 2002-05-02 Andrew Cagney <cagney@redhat.com>
8189
8190 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8191 <cagney@redhat.com> change.
8192 * gdbarch.c: Regenerate.
8193
8194 2002-05-02 Andrew Cagney <cagney@redhat.com>
8195
8196 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8197 before probing for a new one. Detect errorenous gdbarch_init
8198 functions.
8199 * gdbarch.c: Regenerate.
8200
8201 2002-05-01 Andrew Cagney <cagney@redhat.com>
8202
8203 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8204 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8205 * config/v850/tm-v850.h: Ditto. Update copyright.
8206
8207 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8208
8209 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8210 current_gdbarch.
8211
8212 2002-04-30 Michael Snyder <msnyder@redhat.com>
8213
8214 * arm-tdep.c: Whitespace clean-ups.
8215 (arm_skip_prologue): Fix thinko; two lines
8216 should have been removed as part of 4/24 change.
8217
8218 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8219
8220 * rs6000-tdep.c: Added comment describing how fpscr register
8221 numbers were chosen.
8222
8223 2002-04-30 Michael Snyder <msnyder@redhat.com>
8224
8225 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8226
8227 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8228
8229 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8230 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8231 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8232
8233 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8234
8235 From Louis Hamilton <hamilton@redhat.com>:
8236 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8237 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8238 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8239 not bfd-private xcoff data, to determine wordsize.
8240 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8241
8242 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8243
8244 GDB 5.2 released from 5.2 branch.
8245
8246 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8247
8248 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8249 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8250 (x86_64_register_info_table): Added comments with register numbers.
8251
8252 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8253
8254 * rs6000-tdep.c (rs6000_extract_return_value,
8255 rs6000_store_return_value): Handle returning vectors.
8256 (rs6000_gdbarch_init): Use
8257 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8258 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8259 New function.
8260 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8261 vectors.
8262 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8263 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8264
8265 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8266
8267 * hpread.c (hpread_psymtab_to_symtab_1,
8268 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8269 with fprintf_unfiltered (gdb_stderr,...).
8270
8271 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8272
8273 * remote-array.c (printf_monitor, write_monitor,
8274 array_insert_breakpoint, array_remove_breakpoint ):
8275 Replace fprintf (stderr,...
8276 with fprintf_unfiltered (gdb_stderr,....
8277 * remote-es.c: Likewise.
8278 * remote-os9k.c: Likewise.
8279 * remote-st.c: Likewise.
8280
8281 2002-04-28 Andreas Schwab <schwab@suse.de>
8282
8283 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8284 linux-proc.o and gcore.o.
8285
8286 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8287
8288 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8289 code without frame pointers.
8290
8291 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8292
8293 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8294 ON_STACK is needed.
8295
8296 2002-04-26 Ben Elliston <bje@redhat.com>
8297
8298 * target.c (do_xfer_memory): Correct reference to the new option
8299 "trust-readonly-sections".
8300
8301 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8302
8303 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8304 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8305 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8306 vectors.
8307 (read_array_type): Record the fact that this array type is really a
8308 vector (i.e. are passed in by value).
8309
8310 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8311
8312 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8313 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8314 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8315 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8316 * alpha-linux-tdep.c: Include frame.h.
8317 (alpha_linux_sigcontext_addr): New function.
8318 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8319 alpha_linux_sigcontext_addr.
8320 * alpha-osf1-tdep.c: Include gdbcore.h.
8321 (alpha_osf1_sigcontext_addr): New function.
8322 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8323 alpha_osf1_sigcontext_addr.
8324 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8325 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8326
8327 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8328
8329 * stack.c (selected_frame_level):
8330 (select_frame): Do not set selected_frame_level.
8331 * frame.h (selected_frame_level): Delete declaration.
8332
8333 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8334
8335 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8336 convert_from_func_ptr-addr when AIX / PowerOpen.
8337
8338 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8339
8340 * valops.c (hand_function_call): Call
8341 generic_save_call_dummy_addr.
8342 * frame.h (generic_save_call_dummy_addr): Declare.
8343 * blockframe.c (struct dummy_frame): Add fields call_lo and
8344 call_hi.
8345 (generic_find_dummy_frame): Check for PC in range call_lo to
8346 call_hi instead of entry_point_address.
8347 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8348 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8349 (generic_save_call_dummy_addr): New function.
8350
8351 2002-04-24 David S. Miller <davem@redhat.com>
8352
8353 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8354 sparc_skip_prologue.
8355 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8356 information to find prologue when possible.
8357 (sparc_prologue_frameless_p): Call examine_prologue directly.
8358 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8359 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8360 second argument.
8361 (SKIP_PROLOGUE): Likewise.
8362
8363 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8364
8365 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8366 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8367 indicate that the condition it was testing is always true.
8368 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8369 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8370 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8371
8372 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8373
8374 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8375 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8376 tdep->jb_pc and tdep->jb_elt_size.
8377 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8378 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8379 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8380 * alpha-nat.c (get_longjmp_target): Remove.
8381 (JB_ELEMENT_SIZE): Ditto.
8382 (JB_PC): Ditto.
8383 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8384 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8385 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8386 to alpha_get_longjmp_target.
8387 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8388 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8389 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8390
8391 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8392
8393 * README: Update to GDB 5.2.
8394
8395 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8396
8397 * gdbarch.sh (LC_ALL): Set to `c'.
8398
8399 2002-04-25 Theodore A. Roth <troth@verinet.com>
8400
8401 * avr-tdep.c: Ran through gdb_indent.sh.
8402
8403 2002-04-25 Theodore A. Roth <troth@verinet.com>
8404
8405 * MAINTAINERS: Add myself as AVR maintainer.
8406 * NEWS: Note new target avr.
8407
8408 2002-04-25 Theodore A. Roth <troth@verinet.com>
8409
8410 * Makefile.in: Add support for AVR target.
8411 * configure.tgt: Add support for AVR target.
8412 * avr-tdep.c: New file
8413 * config/avr/avr.mt: New file.
8414
8415 2002-04-25 Theodore A. Roth <troth@verinet.com>
8416
8417 * MAINTAINERS: Add myself to write-after-approval.
8418
8419 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8420
8421 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8422 with fprintf_unfiltered (gdb_stderr,....
8423
8424 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8425
8426 Fix PR gdb/508.
8427 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8428
8429 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8430
8431 * p-exp.y: Also use new prev_lexptr variable
8432 to improve error reporting. Based on Michael Snyder
8433 2002-04-24 dated patch to c-exp.y.
8434
8435 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8436
8437 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8438 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8439 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8440 to 0.
8441 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8442 and struct value.
8443 (FUNCTION_START_OFFSET): Remove.
8444 (BREAKPOINT): Ditto.
8445
8446 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8447
8448 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8449 * NEWS: Ditto.
8450
8451 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8452
8453 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8454 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8455 alpha_linux_pc_in_sigtramp.
8456 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8457 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8458 alpha_osf1_pc_in_sigtramp.
8459 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8460 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8461 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8462 alphafbsd_pc_in_sigtramp.
8463 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8464 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8465 alphanbsd_pc_in_sigtramp.
8466 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8467 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8468
8469 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8470
8471 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8472
8473 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8474
8475 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8476 alphanbsd-tdep.c.
8477 (alphanbsd-nat.o): New dependency list.
8478 (alphanbsd-tdep.o): Ditto.
8479 * NEWS: Note new native NetBSD/alpha configuration.
8480 * alphanbsd-nat.c: New file.
8481 * alphanbsd-tdep.c: Ditto.
8482 * configure.host (alpha*-*-netbsd*): New host.
8483 * configure.tgt (alpha*-*-netbsd*): New target.
8484 * config/alpha/nbsd.mh: New file.
8485 * config/alpha/nbsd.mt: Ditto.
8486 * config/alpha/nm-nbsd.h: Ditto.
8487 * config/alpha/tm-nbsd.h: Ditto.
8488
8489 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8490
8491 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8492 (alpha-osf1-tdep.o): New dependency list.
8493 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8494 and skip_sigtramp_frame members.
8495 * alpha-linux-tdep.c: Include gdbcore.h.
8496 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8497 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8498 * alpha-osf1-tdep.c: New file.
8499 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8500 alpha-osf1-dep.c.
8501 (alpha_frame_past_sigtramp_frame): New function.
8502 (alpha_dynamic_sigtramp_offset): Ditto.
8503 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8504 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8505 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8506 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8507 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8508 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8509 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8510 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8511 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8512 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8513 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8514 to find_solib_trampoline_target.
8515 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8516 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8517 (SKIP_TRAMPOLINE_CODE): Remove.
8518 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8519 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8520 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8521 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8522 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8523 (PROC_SIGTRAMP_MAGIC): Ditto.
8524 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8525 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8526 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8527 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8528 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8529
8530 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8531
8532 * NEWS: Note that Alpha targets are now multi-arch.
8533
8534 2002-04-24 Michael Snyder <msnyder@redhat.com>
8535
8536 * parser-defs.h (prev_lexptr): New external variable.
8537 * parse.c (parse_exp_1): Set prev_lexptr to null before
8538 calling the language-specific parser.
8539 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8540 (yyerror): Use prev_lexptr in error reporting.
8541
8542 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8543
8544 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8545 * gregset.h: If FILL_FPXREGSET is defined, provide
8546 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8547 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8548 is defined, call fill_fpxregset.
8549
8550 2002-04-24 Roland McGrath <roland@frob.com>
8551
8552 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8553 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8554 (supply_gregset, supply_fpregset): New functions.
8555
8556 * gnu-nat.c (gnu_find_memory_regions): New function.
8557 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8558 (gnu_xfer_memory): Add a cast.
8559
8560 2002-04-24 Michael Snyder <msnyder@redhat.com>
8561
8562 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8563 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8564 of argument regs ("str r(0123), [r11, #-nn"]).
8565 (arm_skip_prologue): Better handling for frameless functions.
8566 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8567 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8568
8569 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8570
8571 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8572 NUM_PSEUDO_REGS can be used.
8573
8574 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8575
8576 * arch-utils.h: Update copyright.
8577
8578 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8579 * gdbarch.h, gdbarch.c: Re-generate.
8580
8581 * inferior.h (IN_SIGTRAMP): Delete definition.
8582 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8583 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8584
8585 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8586 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8587 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8588 (find_proc_framesize): Ditto.
8589 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8590 (alpha_init_extra_frame_info): Ditto.
8591 * infrun.c (handle_inferior_event): Ditto.
8592 (handle_inferior_event): Ditto.
8593 (check_sigtramp2): Ditto.
8594 * blockframe.c (create_new_frame): Ditto.
8595 (get_prev_frame): Ditto.
8596 * ppc-linux-tdep.c: Update comments.
8597 * i386-linux-tdep.c: Update comments.
8598 * breakpoint.c (bpstat_what): Update comment.
8599
8600 2002-04-24 David S. Miller <davem@redhat.com>
8601
8602 * i960-tdep.c (register_in_window_p): New function.
8603 (i960_find_saved_register): Use it instead of
8604 REGISTER_IN_WINDOW_P.
8605 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8606
8607 * symtab.h (find_stab_function_addr): Kill extern.
8608 * minsyms.c (find_stab_function_addr): Remove from here...
8609 * dbxread.c: ... to here, and mark it static.
8610
8611 2002-04-20 David S. Miller <davem@redhat.com>
8612
8613 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8614 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8615
8616 2002-04-21 David S. Miller <davem@redhat.com>
8617
8618 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8619 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8620 (vx_write_register): Likewise.
8621
8622 2002-04-23 J. Brobecker <brobecker@gnat.com>
8623
8624 * source.c (is_regular_file): New function.
8625 (openp): Check wether file to open is a regular file
8626 to avoid opening directories.
8627
8628 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8629
8630 * findvar.c (extract_signed_integer): Cast printf argument
8631 to suppress format warning.
8632 (extract_unsigned_integer): Likewise.
8633 * infcmd.c (registers_info): Likewise.
8634 * top.c (get_prompt_1): Likewise.
8635 * valops.c (value_assign): Likewise.
8636 * valprint.c (print_decimal): Likewise.
8637
8638 2002-04-22 H.J. Lu (hjl@gnu.org)
8639
8640 * c-exp.y (typebase): Support
8641
8642 [long|long long|short] [signed|unsigned] [int|]
8643
8644 and
8645
8646 signed [long|long long|short] int
8647
8648 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8649
8650 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8651 and vax-tdep.h.
8652 * vax-tdep.h: New file.
8653 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8654 Make several routines static.
8655 (vax_get_saved_register): New function.
8656 (vax_gdbarch_init): New function.
8657 (_initialize_vax_tdep): Register vax_gdbarch_init.
8658 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8659 Remove macros now under the control of gdbarch.
8660
8661 2002-04-22 Michael Snyder <msnyder@redhat.com>
8662
8663 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8664 Some whitespace and coding standards tweaks.
8665
8666 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8667
8668 * vax-tdep.c: Include regcache.h.
8669 (vax_call_dummy_words): New.
8670 (sizeof_vax_call_dummy_words): New.
8671 (vax_fix_call_dummy): New function.
8672 (vax_saved_pc_after_call): Ditto.
8673 * config/vax/tm-vax.h: Don't include regcache.h.
8674 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8675 (CALL_DUMMY): Remove.
8676 (CALL_DUMMY_WORDS): Define.
8677 (SIZEOF_CALL_DUMMY_WORDS): Define.
8678 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8679
8680 2002-04-18 Michael Snyder <msnyder@redhat.com>
8681
8682 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8683
8684 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8685
8686 * vax-tdep.c (vax_frame_chain): New function.
8687 (vax_push_dummy_frame): Ditto.
8688 (vax_pop_frame): Ditto.
8689 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8690 (FRAMELESS_FUNCTION_INVOCATION): Use
8691 generic_frameless_function_invocation_not.
8692 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8693 (POP_FRAME): Use vax_pop_frame.
8694
8695 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8696
8697 * vax-tdep.c (vax_store_struct_return): New function.
8698 (vax_extract_return_value): Ditto.
8699 (vax_store_return_value): Ditto.
8700 (vax_extract_struct_value_address): Ditto.
8701 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8702 vax_store_struct_return.
8703 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8704 (STORE_RETURN_VALUE): Use vax_store_return_value.
8705 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8706
8707 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8708
8709 * vax-tdep.c (vax_frame_saved_pc): New function.
8710 (vax_frame_args_address_correct): Ditto.
8711 (vax_frame_args_address): Ditto.
8712 (vax_frame_locals_address): Ditto.
8713 (vax_frame_num_args): Move code to be in proximity to
8714 other frame-related functions.
8715 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8716 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8717 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8718 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8719 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8720
8721 2002-04-22 H.J. Lu (hjl@gnu.org)
8722
8723 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8724 includedir.
8725
8726 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8727
8728 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8729 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8730 (FRAME_INIT_SAVED_REGS): New macro.
8731
8732 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8733
8734 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8735
8736 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8737
8738 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8739 where needed.
8740 (fetch_osf_core_registers): Likewise.
8741 (supply_gregset): Likewise.
8742
8743 2002-04-22 J. Brobecker <brobecker@gnat.com>
8744
8745 * symfile.h (get_section_index): Define.
8746 * symfile.c (get_section_index): New function.
8747 * mdebugread.c (SC_IS_SBSS): New macro.
8748 (SC_IS_BSS): Return true for the scBss storage class only, as
8749 the scSBss storage class refers to the .sbss section.
8750 (parse_partial_symbols): Discard the symbols which associated
8751 section does not exist.
8752 Make sure to use the .sbss section index for symbols which
8753 storage class is scBss, rather than using the .bss section index.
8754
8755 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8756
8757 * vax-tdep.c: Update copyright years.
8758 (vax_register_name): New function.
8759 (vax_register_byte): Ditto.
8760 (vax_register_raw_size): Ditto.
8761 (vax_register_virtual_size): Ditto.
8762 (vax_register_virtual_type): Ditto.
8763 * config/vax/tm-vax.h: Update copyright years.
8764 (REGISTER_NAMES): Remove.
8765 (REGISTER_NAME): Define.
8766 (REGISTER_BYTE): Use vax_register_byte.
8767 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8768 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8769 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8770
8771 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8772
8773 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8774 declaration
8775 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8776
8777 2002-04-21 David S. Miller <davem@redhat.com>
8778
8779 * arch-utils.c (generic_prologue_frameless_p): Kill
8780 SKIP_PROLOGUE_FRAMELESS_P code.
8781 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8782 references.
8783 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8784 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8785 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8786 references.
8787 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8788 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8789 (sparc_gdbarch_init): Pass it to
8790 set_gdbarch_prologue_frameless_p.
8791
8792 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8793
8794 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8795 (alphabsd-nat.o): New dependency list.
8796
8797 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8798
8799 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8800 alphafbsd-tdep.c.
8801 (alpha-linux-tdep.o): New dependency list.
8802 (alphafbsd-tdep.o): Likewise.
8803
8804 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8805
8806 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8807 to here...
8808 * alpha-tdep.c: ...from here.
8809 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8810
8811 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8812
8813 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8814 prototype from here...
8815 * alpha-tdep.h: ...to here.
8816
8817 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8818
8819 * frame.h (selected_frame_level): Document as deprecated.
8820 (frame_relative_level): Declare.
8821 * stack.c (frame_relative_level): New function.
8822 (selected_frame_level): Document as deprecated.
8823 (select_frame): Do not set the selected_frame_level.
8824
8825 * stack.c (frame_info, record_selected_frame): Update.
8826 (frame_command, current_frame_command): Update.
8827 (up_silently_base, up_command, down_silently_base): Update.
8828 (down_command): Update.
8829 * inflow.c (kill_command): Update.
8830 * tracepoint.c (finish_tfind_command): Update.
8831 * corelow.c (core_open): Update.
8832 * thread.c (info_threads_command): Update.
8833 (do_captured_thread_select): Update.
8834 * infcmd.c (finish_command): Update.
8835 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8836
8837 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8838
8839 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8840
8841 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8842
8843 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8844 type const.
8845
8846 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8847
8848 * alphafbsd-tdep.c: Update copyright years. Include
8849 alpha-tdep.h.
8850 (alphafbsd_use_struct_convention): Make static.
8851 (alphafbsd_init_abi): New function.
8852 (_initialize_alphafbsd_tdep): New function.
8853 * config/alpha/tm-fbsd.h: Update copyright years.
8854 (USE_STRUCT_CONVENTION): Remove.
8855
8856 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8857
8858 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8859 an Alpha ABI variant.
8860 (alpha_abi_handler_list): Declare.
8861 (alpha_gdbarch_register_os_abi): New function.
8862 (alpha_gdbarch_init): Give registered ABI variant handlers a
8863 chance to tweak the gdbarch once we have set up defaults.
8864 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8865
8866 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8867
8868 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8869 to standard_coerce_float_to_double.
8870 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8871
8872 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8873
8874 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8875 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8876 from gdbarch_tdep rather than a constant.
8877 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8878 the default text address for all Alpha Unix ABIs.
8879 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8880 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8881
8882 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8883
8884 * alpha-tdep.h: New file. Includes several Alpha target constants
8885 taken from...
8886 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8887 let gdbarch deal with.
8888 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8889 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8890 to dependency list.
8891 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8892 Alpha target register names.
8893 * alphabsd-nat.c: Likewise.
8894 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8895 Alpha target register names. Make serveral routines static.
8896 (alpha_get_saved_register): New function.
8897 (alpha_abi_names): New.
8898 (process_note_abi_tag_sections): New function.
8899 (get_elfosabi): New function.
8900 (alpha_gdbarch_init): New function.
8901 (alpha_dump_tdep): New function.
8902 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8903
8904 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8905
8906 * frame.c (find_saved_register): Delete #ifdef
8907 HAVE_REGISTER_WINDOWS code.
8908 * config/sparc/tm-sparc.h: Update comments.
8909 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8910
8911 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8912
8913 * i960-tdep.c (i960_find_saved_register): New function.
8914 (i960_get_saved_register): New function.
8915 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8916 (i960_get_saved_register): Declare.
8917 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8918
8919 2002-04-20 David S. Miller <davem@redhat.com>
8920
8921 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8922
8923 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8924
8925 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8926 instead of NUM_PSEUDO_REGS.
8927
8928 2002-04-20 David S. Miller <davem@redhat.com>
8929
8930 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8931 GDB_MULTI_ARCH_PARTIAL
8932 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8933 define, let tm-sp64.h do it.
8934
8935 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8936
8937 * frame.c (find_saved_register): Avoid a NULL pointer
8938 dereference and actually walk the frame list.
8939
8940 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8941
8942 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8943 sorted in most most-recent-used order. Document.
8944 * gdbarch.h, gdbarch.c: Regenerate.
8945
8946 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8947
8948 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8949 instead of ->prev.
8950 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8951 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8952 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8953 instead of ->prev.
8954
8955 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8956
8957 Fix PR gdb/471.
8958 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8959 (build_builtin_type_vec128): Ditto.
8960 (append_composite_type_field): Fix calculation of type length in
8961 union case.
8962
8963 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8964
8965 * config/djgpp/README: Update.
8966
8967 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8968 compiler warnings.
8969
8970 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8971
8972 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8973 (alpha_setup_arbitrary_frame): ...to this.
8974 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8975 for alpha_setup_arbitrary_frame.
8976
8977 2002-04-18 Andrew Cagney <cagney@redhat.com>
8978
8979 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8980 * gdbarch.h, gdbarch.c: Regenerate.
8981
8982 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8983 * target.h (memory_breakpoint_from_pc): Update declaration.
8984 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8985
8986 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8987 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8988 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8989 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8990 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8991 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8992 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8993 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8994 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8995 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8996 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8997 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8998
8999 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9000 const pointer.
9001 * monitor.c (monitor_insert_breakpoint): Ditto.
9002 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9003
9004 * config/mcore/tm-mcore.h: Update copyright.
9005 * mem-break.c: Ditto.
9006 * xstormy16-tdep.c: Ditto.
9007
9008 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9009
9010 * p-exp.y: Add precedence rule for '^' token.
9011 This removes the shift/reduce conflicts.
9012 Remove the comment concerning these shift/reduce conflicts.
9013
9014 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9015
9016 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9017 (registers_powerpc_nofp): New register set for processors
9018 without floating point unit.
9019
9020 2002-04-18 David S. Miller <davem@redhat.com>
9021
9022 * MAINTAINERS: Add myself to write-after-approval.
9023
9024 2002-04-17 Michael Snyder <msnyder@redhat.com>
9025
9026 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9027
9028 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9029
9030 * rs6000-tdep.c (frame_initial_stack_address): Use
9031 frame_register_read to read the alloca_reg.
9032
9033 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9034
9035 * frame.c (find_saved_register): Find saved registers in the next
9036 not prev frame.
9037 Fix PR gdb/365.
9038
9039 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbarch.sh (LANG): Set to ``c''.
9042
9043 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9044
9045 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9046
9047 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9048
9049 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9050 Update copyright.
9051
9052 * hpread.c (hpread_get_lntt): Add declaration.
9053 Also fix PR gdb/391.
9054
9055 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9056
9057 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9058 * aclocal.m4, configure: Re-generate.
9059 Fix PR gdb/391.
9060
9061 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9062
9063 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9064 instead of tm_print_insn.
9065
9066 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9067
9068 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9069
9070 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9071
9072 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9073 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9074 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9075
9076 2002-04-12 Don Howard <dhoward@redhat.com>
9077
9078 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9079 max_user_call_depth.
9080 (init_cmd_lists): Initialize the new value;
9081 * cli/cli-script.c (execute_user_command): Limit the call depth of
9082 user defined commands. This avoids a core-dump when user commands
9083 are infinitly recursive.
9084
9085 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9086
9087 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9088 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9089 from tdep struct instead of DEFAULT_LR_SAVE.
9090 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9091 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9092 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9093
9094 2002-04-12 Michael Snyder <msnyder@redhat.com>
9095
9096 * Remote.c: Spelling fix.
9097 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9098 If no symbol found for "sbrk", try "_sbrk".
9099 (make_output_phdrs): Use bfd_section_name.
9100 (gcore_copy_callback): Use bfd_section_name.
9101 * eval.c: Indentation fix-ups.
9102 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9103 in case it gets applied to an address that is already
9104 in the instruction space.
9105 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9106 * symfile.c: Fix indentation, long lines.
9107 * source.c: White space fix-up.
9108
9109 2002-04-12 Andrew Cagney <cagney@redhat.com>
9110
9111 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9112 * frame.c (frame_register_read): New function. Return non-zero on
9113 success.
9114 (read_relative_register_raw_bytes_for_frame): Delete.
9115 (read_relative_register_raw_bytes): Delete.
9116 * frame.h (frame_register_read): Declare.
9117 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9118 * sh-tdep.c: Ditto.
9119 * infcmd.c (do_registers_info): Ditto.
9120 * hppa-tdep.c: Ditto.
9121 * rs6000-tdep.c: Ditto.
9122 * h8500-tdep.c: Ditto.
9123 * mips-tdep.c: Ditto.
9124 * h8300-tdep.c: Ditto.
9125 * z8k-tdep.c: Ditto.
9126
9127 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9128
9129 From Jimi X <jimix@watson.ibm.com>:
9130 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9131 64-bit SysV ABI.
9132
9133 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9134
9135 From Jimi X <jimix@watson.ibm.com>:
9136 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9137 bfd info.
9138
9139 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9140
9141 From Jimi X <jimix@watson.ibm.com>:
9142 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9143 register sets for these processor variants.
9144
9145 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9146
9147 * regformats/reg-ppc.dat: Support FPSCR.
9148
9149 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9150
9151 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9152 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9153 Add fpscr as an invalid/unfetchable register.
9154 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9155 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9156 (fill_fpregset): Add support for register fpscr.
9157 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9158 (fill_gregset): Account for the fact that register ``mq'' might
9159 not exist.
9160 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9161 (registers_power): Add fpscr to register set at slot 71.
9162 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9163 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9164
9165 2002-04-11 Michael Snyder <msnyder@redhat.com>
9166
9167 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9168 * configure: Regenerate.
9169 * config.in: Regenerate.
9170 * acconfig.h: Add define for _SYSCALL32.
9171 * core-sol2.c: Remove #define _SYSCALL32.
9172 * solib-legacy.c: Remove #define _SYSCALL32.
9173
9174 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9175
9176 * stack.c (select_frame): Cleanup internal error message, do not
9177 use %p.
9178
9179 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9180
9181 * stack.c (select_frame): Check that selected_frame and the
9182 specified level are as expected.
9183 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9184 Update copyright.
9185 * frame.h (struct frame_info): Add field `level'. Update
9186 copyright.
9187 Work-in-progress PR gdb/464.
9188
9189 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9190
9191 * maint.c (maint_print_section_info): Rename print_section_info.
9192 (print_bfd_section_info, print_objfile_section_info): Update.
9193 * inferior.h (struct gdbarch): Add opaque declaration.
9194 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9195 * gdbarch.h: Regenerate.
9196
9197 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9198
9199 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9200 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9201 (kernel_u_size): Added.
9202 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9203 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9204
9205 2002-04-04 Jim Ingham <jingham@apple.com>
9206
9207 * valarith.c (find_size_for_pointer_math): New function, either returns
9208 the size for a pointer's target, returns 1 for void *, or errors for
9209 incomplete types.
9210 (value_add, value_sub): use find_size_for_pointer_math.
9211
9212 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9213
9214 * linux-low.c (linux_look_up_symbols): New hook.
9215 (linux_target_ops): Add linux_look_up_symbols.
9216 * remote-utils.c (decode_address): New function.
9217 (look_up_one_symbol): New function.
9218 * server.c (handle_query): Call target look_up_symbols hook.
9219 * server.h (look_up_one_symbol): Add prototype.
9220 * target.h (struct target_ops): Add look_up_symbols hook.
9221
9222 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9223
9224 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9225 override FP_REGNUM with frame->fp. Update copyright.
9226 * parse.c (num_std_regs, std_regs): Delete.
9227 (target_map_name_to_register): Do not search std_regs. Update
9228 function description.
9229 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9230 declarations. Update copyright.
9231 Fix PR gdb/251.
9232
9233 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9234
9235 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9236 after the last symbol in a block.
9237
9238 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9239
9240 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9241 is non zero as a found symbol.
9242
9243 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9244
9245 * findvar.c: Include "builtin-regs.h".
9246 (value_of_register): Call value_of_builtin_reg when applicable.
9247 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9248 (target_map_name_to_register): Call
9249 builtin_reg_map_name_to_regnum.
9250 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9251 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9252 (builtin_regs_h): Define.
9253 (builtin-regs.o): New target.
9254 (findvar.o): Add $(builtin_regs_h).
9255 * builtin-regs.c, builtin-regs.h: New files.
9256 * std-regs.c: New file.
9257 Partial fix for PR gdb/251.
9258
9259 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9260
9261 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9262 it's no longer required.
9263
9264 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9265
9266 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9267
9268 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9269
9270 From Jimi X <jimix@watson.ibm.com>:
9271 * rs6000-tdep.c (rs6000_software_single_step): Use
9272 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9273 and size. Use target_insert_breakpoint() and
9274 target_remove_breakpoint() to insert and remove breakpoints
9275 instead of explicit memory reads and writes.
9276
9277 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9278
9279 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9280 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9281 ELF_OBJECT_FORMAT ifdef.
9282
9283 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9284
9285 From Jimi X <jimix@watson.ibm.com>:
9286 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9287
9288 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9289
9290 From Jimi X <jimix@watson.ibm.com>:
9291 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9292 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9293
9294 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9295
9296 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9297 s/asprintf/xasprintf/.
9298 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9299
9300 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9301
9302 I believe Jeff Law denies responsability for this one:
9303 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9304 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9305 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9306 Work-around for PR gdb/366.
9307
9308 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9309
9310 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9311 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9312 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9313
9314 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9315
9316 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9317 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9318 information.
9319
9320 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9321
9322 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9323 maintainer.
9324
9325 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9326
9327 * README (Reporting Bugs in GDB): Document the bug web page as the
9328 prefered way of submitting bugs.
9329 Fix PR gdb/402.
9330
9331 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9332
9333 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9334 -1. Update comment.
9335 * gdbarch.h, gdbarch.c: Re-generate.
9336
9337 2002-04-07 Andreas Schwab <schwab@suse.de>
9338
9339 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9340 buffer to regcache_collect.
9341
9342 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9343
9344 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9345 * gdbarch.c, gdbarch.h: Re-generate.
9346
9347 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9348
9349 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9350 declaration. Fix -Werror.
9351
9352 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9353
9354 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9355 * gdbarch.c: Regenerate.
9356
9357 2002-04-05 Michael Snyder <msnyder@redhat.com>
9358
9359 * breakpoint.c (clear_command): Rewrite middle section to
9360 combine two loops with identical control conditions.
9361 Add a cleanup to eliminate a memory leak.
9362 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9363
9364 2002-04-05 H.J. Lu (hjl@gnu.org)
9365
9366 * solib-svr4.c (bkpt_names): Add "__start".
9367
9368 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9369
9370 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9371 as test for 64 bit target.
9372
9373 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9374
9375 * h8500-tdep.c (h8500_write_fp): Delete function.
9376 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9377 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9378 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9379 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9380 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9381 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9382 (s390_write_fp):
9383 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9384 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9385 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9386 (d10v_write_fp): Delete function.
9387 * inferior.h (write_fp, generic_target_write_fp): Delete
9388 declarations.
9389 * regcache.c (generic_target_write_fp): Delete function.
9390 (write_fp): Delete function.
9391 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9392 * gdbarch.h, gdbarch.c: Regenerate.
9393 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9394 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9395 (sparc64_write_fp): Delete declaration.
9396 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9397 (h8500_write_fp): Delete declaration.
9398
9399 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9400
9401 * sparc-tdep.c (sparc64_write_fp): Delete.
9402 (sparc_push_dummy_frame): Replace write_fp call with code to store
9403 the FP directly.
9404 (sparc_gdbarch_init): Do not initialize write_fp.
9405
9406 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9407
9408 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9409 clause.
9410
9411 2002-03-29 Jim Blandy <jimb@redhat.com>
9412
9413 * stack.c (get_selected_block): Add new argument `addr_in_block',
9414 used to return the exact code address we used to select the block,
9415 not just the block.
9416 * blockframe.c (get_frame_block, get_current_block): Same.
9417 * frame.h (get_frame_block, get_current_block,
9418 get_selected_block): Update declarations.
9419 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9420 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9421
9422 2002-04-05 Michael Snyder <msnyder@redhat.com>
9423
9424 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9425 warning message.
9426
9427 2002-04-05 J. Brobecker <brobecker@gnat.com>
9428
9429 * utils.c (xfullpath): New function.
9430 * defs.h (xfullpath): Add declaration.
9431 * source.c (openp): Use xfullpath in place of gdb_realpath to
9432 avoid resolving the basename part of filenames when the
9433 associated file is a symbolic link. This fixes a potential
9434 inconsistency between the filenames known to GDB and the
9435 filenames it prints in the annotations.
9436 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9437 to be able to match a filename with either the real filename, or
9438 the name of any symbolic link to this file.
9439 (lookup_partial_symtab): Ditto.
9440
9441 2002-04-04 Michael Snyder <msnyder@redhat.com>
9442
9443 * breakpoint.c: Add support for hardware breakpoints in overlays.
9444 (overlay_events_enabled): New state variable.
9445 (insert_breakpoints): Use overlay_events_enabled to decide
9446 whether to attempt to set a breakpoint at the overlay load addr.
9447 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9448 (remove_breakpoint): Use overlay_events_enabled to decide
9449 whether breakpoints need to be removed from overlay load addr.
9450 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9451 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9452 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9453 disable_overlay_breakpoints): Update overlay_events_enabled.
9454
9455 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9456
9457 * dwarf2read.c (struct function_range): New.
9458 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9459 (check_cu_functions): New.
9460 (read_file_scope): Initialize global function lists.
9461 Call dwarf_decode_line after processing children.
9462 (read_func_scope): Add to global function list.
9463 (dwarf_decode_lines): Call check_cu_functions everywhere
9464 record_line is called. Call record_line with a linenumber
9465 of 0 to mark sequence ends.
9466
9467 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9468
9469 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9470 change sync with glibc.
9471
9472 2002-04-03 Jim Blandy <jimb@redhat.com>
9473
9474 * configure.in: Call AC_C_INLINE.
9475 * configure: Regenerated.
9476
9477 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9478
9479 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9480 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9481
9482 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9483
9484 * NEWS: Mention gcore support on FreeBSD/i386.
9485
9486 * fbsd-proc.c: New file.
9487 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9488 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9489
9490 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9491 while statement.
9492
9493 2002-03-29 Jim Blandy <jimb@redhat.com>
9494
9495 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9496 unescaped newlines in string literals, but newer ones don't. So
9497 escape them.
9498
9499 2002-03-26 Michael Snyder <msnyder@redhat.com>
9500 Andrew Cagney <cagney@redhat.com>
9501
9502 * cli/cli-dump.c: New file. Dump memory to file,
9503 restore file to memory.
9504 * cli/cli-dump.h: New file.
9505 * Makefile.in: Add rules, dependencies for cli-dump.o.
9506 * NEWS: Mention new commands.
9507
9508 2002-03-28 Michael Snyder <msnyder@redhat.com>
9509
9510 * symfile.c (symbol_file_add): Move test for null symbols to later.
9511
9512 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9513
9514 From veksler at il.ibm.com:
9515 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9516 the xstrduped original path.
9517 Fix PR gdb/417.
9518
9519 2002-03-27 Michael Snyder <msnyder@redhat.com>
9520
9521 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9522 * infcmd.c (_initialize_infcmd): Ditto.
9523 * language.c (_initialize_language): Ditto.
9524 * symfile.c (_initialize_symfile): Ditto.
9525 * top.c (_init_main): Ditto.
9526 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9527
9528 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9529
9530 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9531 vector registers handling.
9532 (skip_prologue): Handle new AltiVec instructions. Fill in new
9533 fields of frame data.
9534 (frame_get_saved_regs): Fill in information for AltiVec registers.
9535
9536 2002-03-27 Jim Blandy <jimb@redhat.com>
9537
9538 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9539 a function; leave this macro here to invoke that function.
9540 (symbol_init_mangled_name): Declaration for that function.
9541 * symtab.c (symbol_init_mangled_name): New function.
9542
9543 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9544
9545 * valarith.c: Replace strerror with safe_strerror.
9546 * tracepoint.c: Ditto.
9547 * lin-lwp.c: Ditto.
9548 * go32-nat.c: Ditto.
9549 * inflow.c: Ditto.
9550 * gnu-nat.c: Ditto.
9551
9552 2002-03-27 Andreas Schwab <schwab@suse.de>
9553
9554 * event-top.c (command_line_handler): Remove useless if.
9555
9556 2002-03-27 Andreas Jaeger <aj@suse.de>
9557
9558 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9559 comment.
9560
9561 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9562
9563 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9564 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9565 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9566 (x86_64_linux_dr_get_status, supply_gregset),
9567 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9568 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9569 (x86_64_register_info_table): Add.
9570 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9571 (x86_64_register_raw_size, x86_64_register_virtual_type),
9572 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9573 general x86_64_register_info_table.
9574 (i386_gdbarch_init): gdbarch_register_bytes is now set
9575 dynamicaly during initialization.
9576 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9577 * gdbserver/linux-x86-64-low.c: Ditto.
9578
9579 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9580
9581 * gdbserver/server.c (main): Call target_signal_to_host_p
9582 and target_signal_to_host on signals received from the remote.
9583 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9584 target_signal_from_host on signals sent to the remote.
9585 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9586 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9587
9588 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9589
9590 * signals/signals.c: Include "server.h" in gdbserver build.
9591 (target_signal_from_name): Don't use STREQ.
9592 (_initialize_signals): Likewise. Don't include function in
9593 gdbserver build.
9594
9595 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9596
9597 * signals.c: Moved to...
9598 * signals/signals.c: Here.
9599 * Makefile (signals.o): Update.
9600
9601 2002-03-26 Jeff Law (law@redhat.com)
9602
9603 * somread.c (som_symtab_read): Remove some commented out code and
9604 updated related comments. Do not set the minimal symbol table to
9605 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9606 in a dynamic executable.
9607 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9608 where we are unable to find the minimal symbol for the given
9609 PC value.
9610
9611 2002-03-25 Jeff Law (law@redhat.com)
9612
9613 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9614
9615 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9616
9617 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9618
9619 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9620
9621 * command.h: Update copyright.
9622 (struct cmd_list_element): Replace definition with opaque
9623 declaration.
9624 (enum cmd_types): Document that it will eventually be moved to
9625 cli/cli-decode.h
9626 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9627 (MALLOCED_REPLACEMENT): Delete macro.
9628 * Makefile.in (cli_decode_h): Add $(command_h).
9629 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9630 * top.c: Include "cli/cli-decode.h".
9631 * completer.c: Include "cli/cli-decode.h".
9632 * maint.c: Include "cli/cli-decode.h".
9633 * cli/cli-decode.h: Include "command.h".
9634 (enum command_class): Delete.
9635 (enum cmd_types): Comment out.
9636 (enum cmd_auto_boolean): Delete.
9637 (enum var_types): Delete.
9638
9639 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9640
9641 * cli/cli-decode.c: Include "gdb_assert.h".
9642 (add_set_or_show_cmd): New static function.
9643 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9644 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9645 all fields, such as func, from the set command.
9646
9647 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9648
9649 * MAINTAINERS (sh-elf): Change warning flag to -w.
9650
9651 2002-03-23 Andrew Cagney <cagney@redhat.com>
9652
9653 * defs.h (error): Add printf format attribute.
9654 * thread-db.c (thread_from_lwp): Fix error format string.
9655 * stack.c (parse_frame_specification): Ditto.
9656 * cli/cli-decode.c (undef_cmd_error): Ditto.
9657 * scm-lang.c (scm_lookup_name): Ditto.
9658 * tracepoint.c (trace_error): Ditto.
9659 * remote-utils.c (usage): Ditto.
9660 * remote.c (compare_sections_command): Ditto.
9661 Fix PR gdb/328.
9662
9663 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdbtypes.c (append_composite_type_field): New function.
9666 (init_composite_type): New function.
9667 * gdbtypes.h (append_composite_type_field): Declare.
9668 (init_composite_type): Ditto.
9669
9670 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9671
9672 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9673 function.
9674 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9675 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9676 structure returning convention for SYSV ABI case, but not
9677 for GNU/Linux, FreeBSD, or NetBSD.
9678
9679 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9680
9681 * symtab.h (lookup_block_symbol): Add mangled_name argument
9682 to prototype.
9683
9684 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9685 with new mangled_name argument.
9686 * linespec.c (decode_line_1): Likewise.
9687 * valops (value_of_this): Likewise.
9688 * symtab.c (lookup_transparent_type): Likewise.
9689 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9690 (lookup_symbol): If we are given a mangled name, pass it down
9691 to lookup_symbol_aux.
9692 (lookup_block_symbol): If we are given a mangled name to check
9693 against, only return symbols which match it.
9694
9695 2002-03-22 Christopher Faylor <cgf@redhat.com>
9696
9697 * win32-nat.c (child_create_inferior): Check for proper shell to use
9698 here, in case the user changes it on the fly.
9699 (_initialize_inftarg): Remove shell path considerations.
9700
9701 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9702
9703 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9704 for gdbarch_max_register_raw_size and max_register_virtual_size.
9705 Adjust copyright year.
9706
9707 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9708
9709 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9710 in a function to cover the entire beginning of the function
9711 as well if it does not already.
9712
9713 2002-03-21 Tom Rix <trix@redhat.com>
9714
9715 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9716 (rs6000_ptrace64): Renamed from ptrace64.
9717
9718 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9719
9720 * gdbserver/remote-utils.c (remote_open): Don't call
9721 getprotobyname, we're all using TCP here so just use
9722 IPPROTO_TCP.
9723 * gdbserver/gdbreplay.c (remote_open): Ditto.
9724
9725 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9726
9727 * regcache.c (_initialize_regcache): No need to call
9728 build_regcache() at this time; it gets called whenever
9729 the gdbarch changes.
9730
9731 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9732
9733 * sparc-nat.c: Include sys/param.h where possible.
9734
9735 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9736
9737 Fix PR gdb/422.
9738 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9739 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9740 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9741 complex types.
9742 * stabsread.c (rs6000_builtin_type): Likewise.
9743 (read_sun_floating_type): Likewise.
9744
9745 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9746
9747 * stabsread.c (read_member_functions): Remove skip code for duplicate
9748 constructor/destructor methods. Use standard parsing for these
9749 methods and just do not chain them to the list of methods after
9750 parsing.
9751
9752 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9753
9754 * coffread.c: Remove redundant static declarations. Replace
9755 occurrences of `PTR' with `void *'.
9756 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9757 * top.h (quit_cover): Likewise.
9758 * defs.h (catch_errors): Likewise.
9759
9760 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9761
9762 * defs.h (XMALLOC): Define.
9763 * gdb-events.sh (XMALLOC): Delete macro.
9764 * gdb-events.c, gdb-events.h: Regenerate.
9765 * gdbarch.sh (XMALLOC): Delete macro.
9766 * gdbarch.c: Regenerate.
9767 * serial.c (XMALLOC): Delete macro.
9768 * ui-file.c (XMALLOC): Ditto.
9769 * ser-unix.h (XMALLOC): Ditto.
9770 * sh-tdep.c (XMALLOC): Ditto.
9771 * ui-out.c (XMALLOC): Ditto.
9772 * utils.c (XMALLOC): Ditto.
9773 * i386-tdep.c (XMALLOC): Ditto.
9774 * gdb-events.c (XMALLOC): Ditto.
9775 * d10v-tdep.c (XMALLOC): Ditto.
9776 * cli-out.c (XMALLOC): Ditto.
9777
9778 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9779 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9780 * ui-file.c, ui-out.c: Ditto.
9781
9782 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9783
9784 * command.h (struct cmd_list_element): Add field context.
9785 (set_cmd_context, get_cmd_context): Declare.
9786 * cli/cli-decode.h: Ditto.
9787 * cli/cli-decode.c (get_cmd_context): New function.
9788 (set_cmd_context): New function.
9789 (add_cmd): Initialize context.
9790 Part of fixing PR gdb/145 and PR gdb/146.
9791
9792 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9793
9794 * cli/cli-decode.c (cmd_type): New function.
9795 * command.h (cmd_type): Declare.
9796 * infrun.c (set_schedlock_func): Call function cmd_type.
9797 * kod.c (kod_set_os): Call cmd_type.
9798 * cris-tdep.c (cris_version_update): Use function cmd_type.
9799 (cris_mode_update, cris_abi_update): Ditto.
9800
9801 * command.h: (execute_cmd_post_hook): Declare.
9802 (execute_cmd_pre_hook): Declare.
9803 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9804 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9805 functions. Execute pre/post hook while ensuring that afterwords
9806 hook_in is cleared.
9807 * top.c (execute_command): Use execute_cmd_post_hook, and
9808 execute_cmd_pre_hook to execute pre/post commands.
9809 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9810 hook_stop_stub.
9811 (hook_stop_stub): Call execute_cmd_pre_hook.
9812
9813 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9814
9815 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9816 set'' and this leads to a core dump. Move xstrdup of
9817 operating_system to after check that it is not NULL.
9818
9819 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9820
9821 * kod.c (kod_set_os): Remove unnecessary check that
9822 ``command->type'' is set_cmd.
9823
9824 * valprint.c (set_input_radix): Use input_radix.
9825 (set_output_radix): Use output_radix.
9826 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9827 isn't reverted.
9828
9829 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9830
9831 * value.h (struct value): Delete field ``substring_addr''. Change
9832 aligner fields to force_doublest_align, force_longest_align,
9833 force_core_addr_align and force_pointer_aligh.
9834
9835 * value.h (struct value): Fix typo in above change.
9836
9837 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9838
9839 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9840 to fix internal_error from ``maintenance print architecture''.
9841
9842 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9843
9844 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9845 for gcc versions after gcc-2.8.1.
9846
9847 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9848
9849 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9850 for method resolution. Restore adjustment of ``this'' pointer after
9851 calling value_struct_elt, which was accidentally removed during the
9852 HP merge.
9853
9854 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9855
9856 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9857 value_of_register.
9858 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9859 get_saved_register.
9860 * value.h (value_of_register): Update.
9861
9862 2002-03-14 Richard Henderson <rth@redhat.com>
9863
9864 * configure.in: Detect declaration for canonicalize_file_name.
9865 * utils.c (canonicalize_file_name): Declare, if needed.
9866 (gdb_realpath): Prefer realpath if available and usable.
9867 * config.in, configure: Rebuild.
9868
9869 2002-03-14 Richard Henderson <rth@redhat.com>
9870
9871 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9872 a constant array bound.
9873
9874 * MAINTAINERS: Add myself to write-after-approval.
9875
9876 2002-03-14 Michael Snyder <msnyder@redhat.com>
9877
9878 * symfile.c (syms_from_objfile): Return immediately if no syms.
9879 (symbol_file_add): Return immediately if no syms.
9880 (find_sym_fns): Return immediately if no syms.
9881
9882 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9883
9884 * gdbserver/remote-util.c (remote_open): Print remote-side's
9885 IP address when remote debugging over the network.
9886
9887 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9888
9889 * config/sparc/fbsd.mh: Fix copyright.
9890 * config/sparc/fbsd.mt: Likewise.
9891
9892 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9893
9894 * MAINTAINERS: Fix typo in name of gdb warnings option.
9895 (x86-64): Fix formating so that this can be parsed by awk.
9896
9897 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9898
9899 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9900 * defs.h: Include "gdb/signals.h".
9901 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9902
9903 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9904
9905 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9906 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9907 from x86-64-tdep.h
9908
9909 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9910 Don Howard <dhoward@redhat.com>
9911
9912 * mips-tdep.c (ST0_FR): Define.
9913 (mips2_fp_compat): New function, temporarily disabled.
9914 (mips_read_fp_register_single): New function.
9915 (mips_read_fp_register_double): New function.
9916 (mips_print_register): Use them.
9917 (do_fp_register_row): Likewise.
9918
9919 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9920
9921 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9922 approval''.
9923
9924 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9925
9926 * stabsread.c (read_member_functions): Fix is_stub test for
9927 static member functions, improve comment.
9928
9929 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9930
9931 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9932 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9933 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9934 commands that set boolean values.
9935 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9936 (arm_rdi_resume): Always initialize PC.
9937 (arm_rdi_open): Don't use rslt as a boolean.
9938 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9939 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9940 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9941 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9942
9943 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9944
9945 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9946 * configure: Rebuilt.
9947
9948 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9949
9950 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9951 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9952
9953 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9954
9955 * cli/cli-decode.c (set_cmd_completer): New function.
9956 * command.h (set_cmd_completer): Declare.
9957 * cli/cli-decode.h (set_cmd_completer): Ditto.
9958
9959 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9960 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9961 * win32-nat.c (_initialize_inftarg): Ditto.
9962 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9963 * proc-api.c (_initialize_proc_api): Ditto.
9964 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9965 * source.c (_initialize_source): Ditto.
9966 * exec.c (_initialize_exec): Ditto.
9967 * solib.c (_initialize_solib): Ditto.
9968 * top.c (init_main): Ditto.
9969 * tracepoint.c (_initialize_tracepoint): Ditto.
9970 * symfile.c (_initialize_symfile): Ditto.
9971 * printcmd.c (_initialize_printcmd): Ditto.
9972 * infcmd.c (_initialize_infcmd): Ditto.
9973 * corefile.c (_initialize_core): Ditto.
9974
9975 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9976
9977 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9978
9979 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9980
9981 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9982
9983 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9984
9985 * NEWS: Update headings, 5.2 has branched.
9986
9987 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9988
9989 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9990 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9991 (register_addr, REGISTER_RAW_SIZE): Likewise.
9992 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9993 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9994
9995 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9996
9997 * MAINTAINERS (x86-64): Add myself.
9998 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9999 changed value_ptr -> struct value *
10000
10001 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10002
10003 * configure.host (sparc64-*-freebsd): Add.
10004 * configure.tgt: Likewise.
10005 * config/sparc/fbsd.mh: New file.
10006 * config/sparc/fbsd.mt: Likewise.
10007 * config/sparc/nm-fbsd.h: Likewise.
10008 * config/sparc/tm-fbsd.h: Likewise.
10009
10010 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10013 regformats/reg-s390x.dat.
10014
10015 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10016
10017 * utils.c: Add FIXME explaining true/false problem.
10018
10019 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10020
10021 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10022
10023 2002-02-28 Michael Chastain <mec@shout.net>
10024
10025 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10026
10027 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10028
10029 * gdbserver/linux-s390-low.c: New file.
10030 * regformats/reg-s390.dat: New file.
10031 * regformats/reg-s390x.dat: New file.
10032 * gdbserver/configure.srv: Add S/390.
10033 * gdbserver/Makefile.in: Add S/390.
10034 * configure.tgt: Enable gdbserver for S/390.
10035
10036 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10039 first line of the doc string for "info dos", except at the end of
10040 the sentence, since the short help stops at the first period.
10041
10042 2002-02-28 Jason Merrill <jason@redhat.com>
10043
10044 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10045
10046 2002-02-27 Fred Fish <fnf@redhat.com>
10047
10048 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10049 comment (dumy -> dummy).
10050
10051 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10052
10053 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10054
10055 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10056
10057 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10058
10059 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * gdbserver/acconfig.h: New file.
10062 * gdbserver/i387-fp.c: New file.
10063 * gdbserver/i387-fp.h: New file.
10064 * gdbserver/linux-x86-64.c: New file.
10065 * regformats/reg-x86-64.dat: New file.
10066 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10067 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10068 * gdbserver/configure.in: Add support for regsets.
10069 * gdbserver/config.in: Regenerate.
10070 * gdbserver/configure: Regenerate.
10071 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10072 * gdbserver/linux-low.h: New file.
10073 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10074 for regsets.
10075 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10076 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10077 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10078 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10079 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10080 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10081 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10082 "i387-fp.h". Add PTRACE_GETREGS and friends.
10083 * gdbserver/regcache.c (supply_register): New function.
10084 (supply_register_by_name): New function.
10085 (collect_register): New function.
10086 (collect_register_by_name): New function.
10087
10088 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10089
10090 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10091 (config.status): Add configure.srv dependency.
10092 (server_h): Add config.h dependency.
10093
10094 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10097 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10098 * gdbserver/configure.srv: Change i386-*-linux* to use
10099 reg-i386-linux.o.
10100
10101 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10102
10103 * x86-64-tdep.c: Re-indent. Update copyright date.
10104
10105 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10106
10107 From Michal Ludvig <mludvig@suse.cz>:
10108 * x86-64-tdep.c (value.h): Delete.
10109 (gdb_assert.h): Include.
10110 (x86_64_register_convert_to_virtual,
10111 x86_64_register_convert_to_raw ): Add check which lets only
10112 floating-point values to be converted.
10113 (value_push): Delete.
10114 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10115 (i386_gdbarch_init): Number of register_bytes fixed.
10116
10117 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10118
10119 * MAINTAINERS: Add x86-64 target.
10120
10121 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10122
10123 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10124 * osfsolib.c (solib_map_sections): Ditto.
10125 * irix5-nat.c (solib_map_sections): Ditto.
10126 * corelow.c (gdb_check_format): Ditto.
10127 * symfile.c (symfile_bfd_open): Ditto.
10128 * solib.c (solib_map_sections): Ditto.
10129 Fix PR gdb/354.
10130
10131 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10132
10133 * remote.c (_initialize_remote): By default, disable ``e'' and
10134 ``E'' step out-of-range packets.
10135
10136 2002-02-26 Andreas Schwab <schwab@suse.de>
10137
10138 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10139 m68k_linux_frame_saved_pc.
10140 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10141 in_sigtramp.
10142 (SIGCONTEXT_PC_OFFSET): Remove.
10143 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10144 m68k_linux_sigtramp_saved_pc): New functions.
10145 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10146 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10147 (UCONTEXT_PC_OFFSET): Define.
10148 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10149 non-RT and RT signal trampolines.
10150
10151 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10152
10153 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10154 (TARGET_NBPG, STACK_END_ADDR): Delete
10155 (VARIABLES_INSIDE_BLOCK): Delete.
10156
10157 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10158
10159 * utils.c (perror_with_name): Make string parameter constant.
10160 (print_sys_errmsg): Ditto.
10161 (query): Ditto.
10162 * defs.h (perror_with_name): Update.
10163 (print_sys_errmsg): Update.
10164 (query): Update.
10165
10166 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10167
10168 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10169 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10170
10171 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10172
10173 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10174 if it already matches the current architecture from the exec file.
10175 Include arch-utils.h for gdbarch_info_init prototype.
10176 * Makefile.in (rs6000-nat.o): Update dependencies.
10177
10178 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10179
10180 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10181 list of exported variables.
10182
10183 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10184
10185 * gdbserver/configure.srv: New file.
10186 * gdbserver/configure.in: Use configure.srv instead
10187 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10188 from it.
10189 * gdbserver/configure: Regenerated.
10190 * gdbserver/terminal.h: New file.
10191 * gdbserver/Makefile.in: Update for configure changes. Remove
10192 more unneeded include paths.
10193
10194 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10195
10196 From wiz at danbala:
10197 * config/sparc/tm-sp64.h: Fix grammar and typos.
10198 Fix PR gdb/287.
10199
10200 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10201
10202 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10203 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10204 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10205 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10206 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10207 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10208 * s390-tdep.c: Ditto.
10209 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10210 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10211 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10212 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10213 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10214 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10215 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10216 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10217 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10218 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10219 Fix PR gdb/378.
10220
10221 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10222
10223 * lin-thread.c: Delete file.
10224 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10225 to gdb_proc_service.h.
10226 * configure: Re-generate.
10227
10228 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10229 * serial.c (serial_open): Delete check for "ocd".
10230 Fix PR gdb/349.
10231
10232 * Makefile.in (linux-thread.o): Delete target.
10233 * linux-thread.c: Delete file.
10234
10235 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10236 renamed SH files to be consistent.
10237
10238 * symtab.c (sort_search_symbols): Use xfree.
10239
10240 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10241
10242 * arm-linux-tdep.c (arm_linux_init_abi): Register
10243 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10244 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10245 definition with undef, since we don't want the sysvr4 definition.
10246 (SKIP_TRAMPOLINE_CODE): Likewise.
10247
10248 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10249
10250 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10251
10252 * configure.in: (AC_CHECK_FUNCS) Added test for
10253 canonicalize_file_name Regenerated.
10254 * config.in, configure: Regenerated.
10255 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10256 defined use canonicalize_file_name.
10257
10258 2002-02-23 Michael Chastain <mec@shout.net>
10259
10260 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10261
10262 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10263
10264 * README: Remove references to cygnus.com.
10265 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10266 dot com'' form. Remove references to cygnus.com and sourceware.
10267
10268 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10269
10270 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10271 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10272 1003.1-2001 no longer allows "head -1".
10273 * gdb/Makefile.in (version.c): Likewise.
10274 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10275 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10276 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10277
10278 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10279
10280 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10281 * command.h (cmd_cfunc_eq): Declare.
10282 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10283
10284 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10285 ``struct cmd_list_element *''.
10286 * cli/cli-cmds.c (is_complete_command): Update. Use
10287 cmd_cfunc_eq.
10288 * top.c (execute_command): Pass the command to
10289 is_complete_command.
10290 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10291
10292 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10293
10294 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10295 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10296 architecture defines.
10297 * s390-tdep.c (s390_gdbarch_init): Likewise.
10298
10299 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10300
10301 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10302 (arm_linux_push_arguments): Likewise.
10303 (arm_linux_init_abi): Register them. Also register linux-specific
10304 call_dummy_words.
10305 (find_minsym_and_objfile): Use strcmp, not STREQ.
10306 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10307 (arm_linux_call_dummy_words): Delete declaration.
10308 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10309 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10310 declarations.
10311 (LOWEST_PC): Delete.
10312
10313 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10314
10315 * maint.c (print_section_info): Do not prepend `0x' to filepos
10316 output, it will be handled by local_hex_string_custom.
10317
10318 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10319
10320 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10321 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10322 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10323
10324 2002-02-22 Jim Blandy <jimb@redhat.com>
10325
10326 Indicate that the bcache functions don't change the strings
10327 they're passed.
10328 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10329 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10330
10331 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10332
10333 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10334
10335 2002-02-21 Christopher Faylor <cgf@redhat.com>
10336
10337 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10338 find the complete path to a loaded DLL.
10339
10340 2002-02-21 Fred Fish <fnf@redhat.com>
10341
10342 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10343 that marks the end of the range of a function, enter a line number
10344 entry that has a line number of zero and a PC offset that matches
10345 the end of the function. This starts a range of PC's for which no
10346 line number information is known.
10347 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10348 PC's for which no line number info is found (line number is zero)
10349 then we didn't find any valid line information.
10350 * symtab.h: Document use of zero line number entry.
10351
10352 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10353
10354 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10355 (have_ptrace_getvrregs): Define for run time checks.
10356 (gdb_vrregset_t): New type for Altivec register handling.
10357 (fetch_register, store_register): Fetch/store altivec register
10358 when needed.
10359 (fetch_altivec_register, store_altivec_register): New functions.
10360 (supply_vrregset, fill_vrregset): New functions.
10361 (fetch_altivec_registers, store_altivec_registers): New functions.
10362 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10363 registers as well.
10364
10365 2002-02-21 Jiri Smid <smid@suse.cz>
10366
10367 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10368
10369 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10370
10371 * Makefile.in (armnbsd-nat.o): Update dependencies.
10372 * armnbsd-nat.c (supply_gregset): New function. Common code to
10373 supply the integer register set.
10374 (supply_fparegset): New function. Similar for FPA registers.
10375 (fetch_regs, fetch_fp_regs): Use them.
10376 (fetch_core_registers): Likewise.
10377 (fetch_elfcore_registers): New function.
10378 (arm_netbsd_elfcore_fns): New core-file type specification.
10379 (_initialize_arm_netbsd_nat): Register it.
10380
10381 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10382
10383 * armnbsd-nat.c: Include gdbcore.h.
10384 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10385 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10386 'void' to declaration, to shut up ARI.
10387 (fetch_core_registers): Make static. Rewrite using supply_register.
10388 (arm_netbsd_core_fns): New core-file type specification.
10389 (_initialize_arm_netbsd_nat): New function.
10390
10391 2002-02-21 Christopher Faylor <cgf@redhat.com>
10392
10393 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10394 value.
10395
10396 2002-02-20 Christopher Faylor <cgf@redhat.com>
10397
10398 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10399 fails.
10400
10401 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * jv-exp.y (parse_number): Change type of implicit longs
10404 to builtin_type_uint64.
10405
10406 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10409 to be an integer instead of a `union wait'.
10410
10411 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10412
10413 * mips-linux-nat.c: Call the operating system GNU/Linux.
10414 * mips-linux-tdep.c: Likewise.
10415 * mips-tdep.c: Likewise.
10416
10417 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10418
10419 Fix PR gdb/265.
10420 * jv-exp.y (parse_number): Handle 64-bit integers.
10421
10422 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10423
10424 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10425 AC_STDC_HEADERS to AC_HEADER_STDC.
10426 * gdbserver/configure: Regenerated.
10427
10428 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10429
10430 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10431 is defined.
10432 * sparc-tdep.c (get_longjmp_target): Likewise.
10433
10434 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10435
10436 * News: Add news about ARM and Multi-arch. Mention the new target
10437 arm*-*-netbsd*.
10438
10439 2002-02-19 Jim Blandy <jimb@redhat.com>
10440
10441 * stabsread.c (error_type_complaint): Improve error message.
10442
10443 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10444
10445 * gdbserver/README: Update documentation.
10446 * gdbserver/configure.in: Update configury to match documentation.
10447 * gdbserver/Makefile.in: Likewise.
10448 * gdbserver/configure: Regenerated.
10449 * gdbserver/aclocal.m4: New file, generated by aclocal.
10450 * gdbserver/config.in: New file, generated by autoheader.
10451
10452 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10453
10454 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10455 armnbsd-nat.c.
10456
10457 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10458
10459 * arm-tdep.h (enum arm_float_model): New enum.
10460 (struct gdbarch_tdep): Add fp_model.
10461 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10462 up floating-point conversions until we know the floating-point model
10463 in use by the inferior. Don't complain about being unable to
10464 determine the ABI of the inferior when we don't have one.
10465 (arm_extract_return_value): Support different floating-point models.
10466 (arm_store_return_value): Likewise.
10467 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10468 ARM_FLOAT_SOFT.
10469 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10470
10471 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10472
10473 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10474 of ``current_gdbarch''.
10475
10476 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10477
10478 * armnbsd-nat.c : ANSIfy all function declarations.
10479 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10480 (fetch_inferior_registers): Re-implement in terms of above.
10481 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10482 (store_inferior_registers): Re-implement in terms of above.
10483
10484 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10485
10486 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10487 kernel.
10488 * arm-linux-tdep.c: Likewise.
10489 * config/arm/tm-linux.h: Likewise.
10490
10491 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10492
10493 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10494 * config/arm/nbsd.mt (TM_FILE): Delete.
10495 * config/arm/tm-nbsd.h: Delete.
10496
10497 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10498
10499 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10500 Initialize CALL_DUMMY_LENGTH.
10501
10502 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10503
10504 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10505 function.
10506 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10507 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10508 defines one thing and that is incorrect for this port.
10509 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10510
10511 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10512
10513 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10514
10515 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10516
10517 * win32-nat.c (display_selector): New function. Displays information
10518 about the information returned by GetThreadSelectorEntry API function.
10519 (display_selectors): New function. Displays the infomation of
10520 the selector given as argument, or of CS, DS ans FS selectors
10521 if no argument is given.
10522 ( _initialize_inftarg): Add "w32" as info prefix command.
10523 Add "info w32 selector" as command calling display_selectors.
10524
10525 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10526
10527 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10528 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10529 if not defined.
10530
10531 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10532
10533 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10534
10535 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10536
10537 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10538 (arm_fix_call_dummy): Call it.
10539 (arm_call_dummy_breakpoint_offset): Delete.
10540 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10541 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10542
10543 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10544
10545 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10546 Default to func_frame_chain_valid.
10547 * gdbarch.h, gdbarch.c: Re-generate.
10548 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10549
10550 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10551
10552 * ppc-linux-nat.c: Update copyright.
10553 (fetch_register, store_register): Add tid parameter, don't compute
10554 tid here.
10555 (fetch_ppc_registers, store_ppc_registers): Add tid
10556 parameter. Pass it along to callees.
10557 (fetch_inferior_registers, store_inferior_registers): Compute tid
10558 here, and pass it to calleed functions.
10559 (fill_gregset, supply_fpregset): Clean up formatting.
10560
10561 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10562
10563 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10564 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10565
10566 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10567
10568 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10569 * gdbarch.c gdbarch.h: Regenerate.
10570 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10571 function.
10572 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10573 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10574 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10575
10576 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10577 * arm-tdep.c (arm_get_longjmp_target): New function.
10578 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10579 this to a positive value register arm_get_longjmp_target as the
10580 longjmp handler.
10581 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10582 (arm_linux_init_abi): Set up longjmp description in tdep.
10583 * armnbsd-nat.c (get_longjmp_target): Delete.
10584 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10585 description in tdep.
10586 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10587 (get_longjmp_target): Delete declaration.
10588 (GET_LONGJMP_TARGET): Delete.
10589 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10590 (GET_LONGJMP_TARGET): Delete.
10591
10592 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10593
10594 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10595 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10596 of ``current_gdbarch''.
10597
10598 2002-02-17 Tom Tromey <tromey@redhat.com>
10599
10600 * cli/cli-cmds.c (compare_strings): New function.
10601 (complete_command): Only print each unique item once.
10602 * completer.h (complete_line): Declare.
10603 * completer.c (complete_line): New function.
10604 (line_completion_function): Use it.
10605
10606 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10607
10608 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10609 * gdbarch.h, gdbarch.c: Re-generate.
10610
10611 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10612
10613 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10614
10615 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10616
10617 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10618 * valops.c (value_arg_coerce): Don't take the address of a reference
10619 to convert an argument to a reference.
10620
10621 2002-02-15 Christopher Faylor <cgf@redhat.com>
10622
10623 * win32-nat.c (get_image_name): New function.
10624 (handle_load_dll): Use get_image_name function.
10625 (get_child_debug_event): Avoid registering debug events until possibly
10626 execed process is started.
10627 (child_create_inferior): Allow invocation via shell so that command
10628 line redirection, etc. works ok.
10629 (_initialize_inftarg): Add new command: "set shell" to control whether
10630 a shell is used to start a process.
10631
10632 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10633
10634 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10635 instead of find_register_by_number.
10636 (cannot_store_register): Likewise.
10637
10638 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10639
10640 * dwarf2read.c: Replace fprintf (stderr, ...) by
10641 fprintf_unfiltered (gdb_stderr, ...).
10642
10643 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10644
10645 * gdbserver/gdbserver.1: Document --attach.
10646
10647 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10648
10649 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10650 descriptions.
10651 * arm-tdep.c (arm_default_arm_le_breakpoint)
10652 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10653 (arm_default_thumb_be_breakpoint): New. Initialize them from
10654 traditional breakpoint defines.
10655 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10656 (arm_gdbarch_init): Initialize new breakpoint variables.
10657 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10658 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10659 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10660 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10661 code out to ...
10662 (arm_netbsd_init_abi_common): ... here; new function.
10663 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10664 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10665 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10666 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10667
10668 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10669
10670 * arm-tdep.h (enum arm_abi): New enum.
10671 (struct gdbarch_tdep): New structure.
10672 (LOWEST_PC): Provide a default.
10673 (arm_gdbarch_register_os_abi): Declare new function.
10674 * arm-tdep.c (arm_abi_names): New array.
10675 (process_note_abi_tag_sections): New function.
10676 (get_elfosabi): New function.
10677 (arm_gdbarch_register_os_abi): New function.
10678 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10679 support for that ABI has been built in, then call the appropriate
10680 configuration routine. Use gdbarch_num_regs() to get the number
10681 of registers.
10682 (arm_dump_tdep): New function.
10683 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10684 place-holder functions.
10685 (_initialize_arm_tdep): Register them.
10686 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10687
10688 * armnbsd-tdep.c: New file.
10689 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10690 * config/arm/nbsd.mt (TDEPFILES): Add it.
10691 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10692
10693 * armnbsd-nat.c: Include regcache.h.
10694 * Makefile.in (armnbsd-nat.o): Update dependency list.
10695
10696 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10697
10698 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10699
10700 * gdbserver/Makefile.in: Fix typos in target rules.
10701
10702 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10703
10704 Fix part of PR gdb/267.
10705 * linespec.c (find_methods): Handle constructors specially for now.
10706
10707 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10708
10709 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10710 handling.
10711 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10712 standard_coerce_float_to_double().
10713
10714 2002-02-14 Christopher Faylor <cgf@redhat.com>
10715
10716 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10717 GDBINIT_FILENAME.
10718
10719 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10720
10721 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10722 find_variant_by_name, because it confuses the multiarch
10723 framework. Return NULL if there isn't an architecture with the
10724 user supplied name, instead of forcing a different one without
10725 recording the change with the multiarch machinery.
10726 (find_variant_by_name): Delete.
10727
10728 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10729
10730 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10731 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10732
10733 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10734
10735 * stack.c (print_frame_info_base): When calling
10736 print_frame_info_listing_hook, set current_source_symtab.
10737
10738 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10739
10740 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10741 and remove unused $(INCLUDE_DIR).
10742 Add regcache.c to OBS.
10743 Add generated register protocol files to clean target.
10744 Update dependencies for new objects, obsolete old target code.
10745
10746 * gdbserver/linux-low.c: Remove all platform-specific code to
10747 new files. Remove various dead code. Update to use regcache
10748 functionality.
10749 * gdbserver/remote-utils.c (fromhex): Add return statement
10750 to quiet warning.
10751 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10752 constant.
10753 (input_interrupt): Add integer parameter to match prototype
10754 of a signal handler.
10755 (outreg): Use register_data ().
10756 (prepare_resume_reply): Use gdbserver_expedite_regs.
10757 * gdbserver/server.c (main): Dynamically allocate own_buf because
10758 PBUFSIZ is no longer constant. Use registers_to_string () and
10759 registers_from_string ().
10760 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10761 for error (), fatal (), and warning (). Update definition of
10762 PBUFSIZ to use regcache functionality. Add include guard.
10763 * gdbserver/utils.c (fatal): Add missing ``const''.
10764 (warning): New function.
10765
10766 * regformats/regdat.sh: Include "regcache.h" in generated files.
10767 Provide init_registers () function.
10768 * regformats/regdef.h: Add prototype for set_register_cache ().
10769 Add include guard.
10770
10771 * gdbserver/linux-arm-low.c: New file.
10772 * gdbserver/linux-i386-low.c: New file.
10773 * gdbserver/linux-ia64-low.c: New file.
10774 * gdbserver/linux-m68k-low.c: New file.
10775 * gdbserver/linux-mips-low.c: New file.
10776 * gdbserver/linux-ppc-low.c: New file.
10777 * gdbserver/linux-sh-low.c: New file.
10778
10779 * gdbserver/regcache.c: New file.
10780 * gdbserver/regcache.h: New file.
10781
10782 * gdbserver/low-linux.c: Removed obsolete file.
10783
10784 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10785
10786 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10787 * config/i386/linux.mt: Likewise.
10788 * config/ia64/linux.mt: Likewise.
10789 * config/m68k/linux.mh: Likewise.
10790 * config/powerpc/linux.mh: Likewise.
10791 * config/mips/linux.mt: Likewise.
10792
10793 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10794
10795 * config/i386/i386lynx.mh: Mark gdbserver variables
10796 as (currently) obsolete for this target.
10797 * config/i386/nbsd.mt: Likewise.
10798 * config/i386/nbsdelf.mt: Likewise.
10799 * config/m32r/m32r.mt: Likewise.
10800 * config/m68k/m68klynx.mh: Likewise.
10801 * config/m68k/nbsd.mt: Likewise.
10802 * config/m68k/sun3os4.mh: Likewise.
10803 * config/mips/vr5000.mt: Likewise.
10804 * config/ns32k/nbsd.mt: Likewise.
10805 * config/pa/hppabsd.mh: Likewise.
10806 * config/pa/hppaosf.mh: Likewise.
10807 * config/powerpc/nbsd.mt: Likewise.
10808 * config/rs6000/rs6000lynx.mh: Likewise.
10809 * config/s390/s390.mt: Likewise.
10810 * config/s390/s390x.mt: Likewise.
10811 * config/sparc/sparclynx.mh: Likewise.
10812 * config/sparc/sun4os4.mh: Likewise.
10813 * config/i386/x86-64linux.mt: Likewise.
10814 * config/sparc/linux.mh: Likewise.
10815
10816 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10817
10818 * configure.tgt: Configure gdbserver only for known working
10819 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10820 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10821 SUBDIRS if it is configured. Update comment for ${nativefile}.
10822 * configure: Regenerated.
10823
10824 2002-02-13 Michael Snyder <msnyder@redhat.com>
10825
10826 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10827
10828 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10829 (default_gcore_mach): Just return 0, work around a problem in bfd.
10830 (default_gcore_target): OK to return NULL if exec_bfd is null.
10831 (make_mem_sec): Use a cast, avoid a warning.
10832
10833 * procfs.c (find_memory_regions_callback): Use a cast instead of
10834 calling host_pointer_to_address (which complains if
10835 sizeof (host pointer) != sizeof (target pointer)).
10836 (procfs_make_note_section): Avoid overflow in psargs string.
10837
10838 * procfs.c (procfs_make_note_section): Make the default
10839 implementation return an error.
10840
10841 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10842
10843 * procfs.c (procfs_make_note_section): Provide a default definition
10844 (for alpha-dec-osf4.0f). Fix typos.
10845
10846 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10847
10848 * linux-proc.c: Add include of regcache.h.
10849 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10850
10851 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10852
10853 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10854 * memattr.c (create_mem_region): Disallow useless empty region.
10855 Regions are half-open intervals, so allow [A..B) [B..C) as
10856 non-overlapping.
10857
10858 2002-02-13 Michael Chastain <mec@shout.net>
10859
10860 * defs.h: Kill CONST_PTR.
10861 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10862 * c-lang.c (c_builtin_types): Likewise.
10863 * ch-lang.c (ch_builtin_types): Likewise.
10864 * f-lang.c (f_builtin_types): Likewise.
10865 * language.c (unknown_builtin_types): Likewise.
10866 * m2-lang.c (m2_builtin_types): Likewise.
10867 * p-lang.c (pascal_builtin_types): Likewise.
10868 * scm-lang.c (c_builtin_types): Likewise.
10869
10870 2002-02-13 Keith Seitz <keiths@redhat.com>
10871
10872 * arm-tdep.h (arm_get_next_pc): Add declaration.
10873
10874 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10875
10876 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10877 with other related struct-returning functions.
10878 (arm_extract_struct_value_address): New function.
10879 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10880 initialize float_format, double_format and long_double_format as
10881 appropriate to the endianness of the target.
10882 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10883 (arm_use_struct_convention): Delete declaration.
10884 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10885
10886 2002-02-13 Keith Seitz <keiths@redhat.com>
10887
10888 * defs.h (core_addr_to_string_nz): New function.
10889
10890 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10891
10892 Apply missing bits of 2002-01-15 patch.
10893 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10894 (fill_fpregset): Use i387_fill_fsave.
10895
10896 2002-02-12 Keith Seitz <keiths@redhat.com>
10897
10898 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10899 (core_addr_to_string_nz): New function.
10900
10901 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10902
10903 * arm-linux-nat.c: Really include arm-tdep.h.
10904 * config/arm/tm-linux.h (struct type, struct value): Declare.
10905
10906 2002-02-11 Michael Snyder <msnyder@redhat.com>
10907
10908 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10909 (gcore section): Ifdef for Solaris and Unixware only.
10910 (procfs_do_thread_registers): Unixware needs one lwpstatus
10911 per thread (not one prstatus or pstatus).
10912 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10913 not over all gdb threads. For unixware, call elfcore_write_pstatus
10914 once before iterating over threads.
10915
10916 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10917
10918 * arm-tdep.h: New file.
10919 * arm-tdep.c: Include arm-tdep.h.
10920 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10921 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10922 (arm_print_float_info, arm_register_type, convert_to_extended)
10923 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10924 (arm_extract_return_value, arm_register_name): Make static.
10925 (arm_software_single_step): Similarly. Fix types in declaration.
10926 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10927 (arm_store_return_value, arm_store_struct_return): New functions.
10928 (arm_gdbarch_init): Register the above functions. Also register
10929 call_dummy_start_offset, sizeof_call_dummy_words,
10930 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10931 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10932 max_register_virtual_size, register_size. Set up
10933 prologue_cache.saved_regs here, rather than ...
10934 (_initialize_arm_tdep): ... here.
10935 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10936 declarations.
10937 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10938 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10939 (arm_print_float_info, arm_register_type, convert_to_extended)
10940 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10941 (arm_extract_return_value, arm_register_name): Delete declarations.
10942 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10943 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10944 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10945 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10946 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10947 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10948 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10949 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10950 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10951 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10952 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10953 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10954 interface.
10955 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10956 * remote-rdi.c remote-rdp.c: Likewise.
10957 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10958 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10959 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10960 definition.
10961
10962 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10963 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10964 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10965 from non-ARM_ prefixed definitions.
10966 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10967 all uses of above.
10968 * remote-rdi.c remote-rdp.c: Likewise.
10969 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10970
10971 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10972
10973 * arm-tdep.c (arm_frameless_function_invocation)
10974 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10975 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10976 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10977 (arm_pop_frame, arm_get_next_pc): Make static.
10978 (arm_gdbarch_init): Register above in gdbarch structure.
10979 (arm_read_fp): Renamed from arm_target_read_fp.
10980 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10981 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10982 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10983 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10984 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10985 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10986 (arm_pc_is_thumb_dummy): Delete declarations.
10987 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10988 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10989 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10990 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10991
10992 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10993
10994 * symtab.c (compare_search_syms): New function.
10995 (sort_search_symbols): New function.
10996 (search_symbols): Sort symbols after searching rather than
10997 before.
10998
10999 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11000
11001 * NEWS: Linux -> GNU/Linux.
11002
11003 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11004
11005 * gdbarch.sh: For for level one methods, disallow a definition
11006 when partially multi-arched. Add comments explaining rationale.
11007 * gdbarch.h: Re-generate.
11008
11009 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11010
11011 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11012 multi-arch partial.
11013
11014 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11015
11016 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11017 field. Use diff -u.
11018 * gdbarch.c: Re-generate.
11019
11020 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11021
11022 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11023 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11024 partial.
11025
11026 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11027
11028 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11029 multi-arch partial.
11030 (PUSH_ARGUMENTS): Switch to using predefault.
11031 * gdbarch.c: Regenerate.
11032
11033 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11034
11035 * valops.c (PUSH_ARGUMENTS): Delete definition.
11036 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11037 partial. Default to default_push_arguments.
11038 * gdbarch.h, gdbarch.c: Regenerate.
11039
11040 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11041
11042 * defs.h (throw_exception): Rename return_to_top_level. Update
11043 comments.
11044 * utils.c (error_stream, internal_verror, quit): Ditto.
11045 * top.c (throw_exception, catcher): Ditto.
11046 * sparclet-rom.c (sparclet_load): Ditto.
11047 * remote.c (interrupt_query, minitelnet): Ditto.
11048 * remote-sds.c (interrupt_query): Ditto.
11049 * remote-mips.c (mips_error, mips_kill): Ditto.
11050 * ocd.c (interrupt_query): Ditto.
11051 * monitor.c (monitor_interrupt_query): Ditto.
11052 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11053 * target.h: Update comment.
11054
11055 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11056
11057 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11058
11059 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11060 default_double_format.
11061 * gdbarch.h, gdbarch.c: Re-generate.
11062 * findvar.c (floatformat_unknown): Delete variable definition.
11063 * doublest.h (floatformat_unknown): Delete variable declaration.
11064
11065 2002-02-09 Jim Blandy <jimb@redhat.com>
11066
11067 * stabsread.c (read_type): Add code to parse Sun's syntax for
11068 prototyped function types.
11069
11070 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11071
11072 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11073 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11074
11075 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11076
11077 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11078 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11079 now _initialize_xcoffsolib gets called again and overrides the
11080 commands from solib.c in a native configuration.
11081
11082 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11083
11084 * doublest.c (store_typed_floating): Don't try to return a value.
11085 Fixes PR gdb/290.
11086
11087 2002-02-08 Jim Blandy <jimb@redhat.com>
11088
11089 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11090 is prototyped and has no arguments, print its argument list as
11091 `(void)'.
11092
11093 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11094
11095 * MAINTAINERS (write-after-approval): Add myself.
11096 (paper-trail): I've escaped!
11097
11098 2002-02-08 Christopher Faylor <cgf@redhat.com>
11099
11100 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11101 changes.
11102 (_initialize_check_for_gdb_ini): Ditto.
11103
11104 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11105
11106 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11107 xaprintf -> xasprintf.
11108
11109 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11110
11111 * win32-nat.c: Remove use of printf and sprintf functions.
11112
11113 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11114
11115 * arm-tdep.c (arm_frame_chain_valid): Make static.
11116 (arm_push_arguments): Likewise.
11117 (arm_gdbarch_init): New function.
11118 (_initialize_arm_tdep): Call it.
11119 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11120 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11121 (FRAME_CHAIN_VALID): Delete.
11122 (arm_frame_chain_valid): Delete declaration.
11123 (PUSH_ARGUMENTS): Delete.
11124 (arm_push_arguments): Delete declaration.
11125 (CALL_DUMMY_P): Delete.
11126
11127 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11128 Corinna Vinschen <vinschen@redhat.com>
11129
11130 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11131 on builtin float types.
11132
11133 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11134
11135 * utils.c: Include <curses.h> before "bfd.h".
11136 * tui/tui-hooks.c: Likewise.
11137 * tui/tui.c: Likewise.
11138 * tui/tuiCommand.c: Likewise.
11139 * tui/tuiData.c: Likewise.
11140 * tui/tuiDataWin.c: Likewise.
11141 * tui/tuiDisassem.c: Likewise.
11142 * tui/tuiGeneralWin.c: Likewise.
11143 * tui/tuiIO.c: Likewise.
11144 * tui/tuiLayout.c: Likewise.
11145 * tui/tuiRegs.c: Likewise.
11146 * tui/tuiSource.c: Likewise.
11147 * tui/tuiSourceWin.c: Likewise.
11148 * tui/tuiStack.c: Likewise.
11149 * tui/tuiWin.c: Likewise.
11150
11151 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11152
11153 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11154 to include space for pseudoregs as well. Update loops accordingly.
11155 (sh_fp_frame_init_saved_regs): Ditto.
11156 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11157
11158 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11159
11160 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11161 Add Richard Earnshaw to Arm maintainers.
11162
11163 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11164
11165 * defs.h (warning_begin): Delete declaration.
11166
11167 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11168 Delete macro.
11169
11170 2002-02-07 Michael Snyder <msnyder@redhat.com>
11171
11172 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11173 Logic bug, remove misplaced else.
11174
11175 2002-02-07 Klee Dienes <klee@apple.com>
11176
11177 * fork-inferior.c (fork_inferior): Add '!' to the list of
11178 characters that need to be quoted when building a string for the
11179 shell. Quote '!' specifically with a backslash, since CSH chokes
11180 when trying to evaluate "str!str".
11181
11182 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11183
11184 * rdi-share/host.h: Only provide a typedef for bool if it is not
11185 defined.
11186
11187 2002-02-04 Michael Snyder <msnyder@redhat.com>
11188
11189 * breakpoint.h (enum bptype): Add new overlay event bp type.
11190 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11191
11192 * breakpoint.c (create_internal_breakpoint): New function.
11193 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11194 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11195 (create_thread_event_breakpoint): Ditto.
11196 (create_solib_event_breakpoint): Ditto.
11197 (create_overlay_event_breakpoint): New function.
11198 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11199 (update_breakpoints_after_exec): Delete and re-initialize
11200 overlay event breakpoints after an exec. Add FIXME comment
11201 about longjmp breakpoint.
11202 (print_it_typical): Ignore overlay event breakpoints.
11203 (print_one_breakpoint): Ditto.
11204 (mention): Ditto.
11205 (bpstat_what): Do not stop for overlay event breakpoints.
11206 (delete_breakpoint): Don't delete overlay event breakpoints.
11207 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11208 (breakpoint_re_set): Re-create overlay event breakpoint.
11209
11210 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11211 (overlay_manual_command): Disable overlay breakpoints.
11212 (overlay_off_command): Disable overlay breakpoints.
11213
11214 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11215
11216 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11217 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11218 to here from config/tm-arm.h.
11219 (coff_sym_is_thumb): Make static.
11220 (arm_elf_make_msymbol_special): New function.
11221 (arm_coff_make_msymbol_special): New function.
11222 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11223 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11224 (coff_sym_is_thumb): Delete declaration.
11225 (arm_elf_make_msymbol_special): Declare.
11226 (arm_coff_make_msymbol_special): Declare.
11227 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11228 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11229
11230 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11231
11232 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11233
11234 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11235
11236 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11237 * gdbarch.c gdbarch.h: Regenerate.
11238 * arch-utils.c (default_print_float_info): New function.
11239 * arch-utils.h (default_print_float_info): Prototype it.
11240 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11241 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11242 (PRINT_FLOAT_INFO): Document it.
11243
11244 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11245 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11246 (PRINT_FLOAT_INFO): Define.
11247
11248 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11249
11250 * win32-nat.c (_initialize_check_for_gdb_ini):
11251 Add typecast to sprintf argument to suppress a warning.
11252
11253 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11254
11255 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11256 to allow easier handling of pass state.
11257 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11258 that gives exception name and address.
11259 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11260 and set last_sig value to ourstatus->value.sig. Some missing
11261 exceptions added.
11262 (child_continue): Correctly report continue_status.
11263 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11264 TARGET_SIGNAL_0 (new default value).
11265 (child_resume): consider sig argument passed to decide if
11266 the exception should be passed to debuggee or not.
11267
11268 2002-02-05 Michael Snyder <msnyder@redhat.com>
11269
11270 * regcache.c (fetch_register): Call target_fetch_register
11271 only if we don't call FETCH_PSEUDO_REGISTER.
11272 (store_register): Call target_store_register only if we
11273 don't call STORE_PSEUDO_REGISTER.
11274
11275 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11276
11277 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11278 ELF_MAKE_MSYMBOL_SPECIAL.
11279 * gdbarch.c, gdbarch.h: Regenerate.
11280 * arch-utils.c (default_make_msymbol_special): New function.
11281 * arch-utils.h (default_make_msymbol_special): Export.
11282 * elfread.c (elf_symtab_read): Compile use of
11283 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11284 multiarched.
11285 * coffread.c (coff_symtab_read): Ditto, for
11286 COFF_MAKE_MSYMBOL_SPECIAL.
11287
11288 2002-02-05 Jim Blandy <jimb@redhat.com>
11289
11290 * solib-svr4.c (svr4_truncate_ptr): New function.
11291 (svr4_relocate_section_addresses): Do the address arithmetic with
11292 the appropriate truncation for target addresses, even when
11293 CORE_ADDR is larger than a target address.
11294
11295 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11296
11297 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11298 to (int *).
11299
11300 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11301
11302 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11303 code.
11304
11305 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11306
11307 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11308
11309 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11310
11311 * gdbserver/linux-low.c: Remove unused include files.
11312
11313 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11314
11315 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11316 (read_inferior_memory): Use it.
11317 (write_inferior_memory): Likewise.
11318
11319 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11320
11321 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11322 grubbing through sys_errlist.
11323
11324 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11325
11326 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11327
11328 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11329 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11330
11331 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11332
11333 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11334 (do_sfunc, set_cmd_sfunc): New functions.
11335
11336 * command.h (struct cmd_list_element): Add field func.
11337 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11338 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11339 * cli/cli-decode.h: Ditto.
11340
11341 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11342 (help_all, help_cmd_list): Ditto.
11343 (find_cmd, complete_on_cmdlist): Ditto.
11344 * top.c (execute_command): Ditto.
11345
11346 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11347 function.sfunc.
11348
11349 * infcmd.c (notice_args_read): Fix function signature.
11350
11351 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11352 * cli/cli-decode.c (add_set_cmd): Ditto.
11353 * utils.c (initialize_utils): Ditto.
11354 * maint.c (_initialize_maint_cmds): Ditto.
11355 * infrun.c (_initialize_infrun): Ditto.
11356 * demangle.c (_initialize_demangler): Ditto.
11357 * remote.c (add_packet_config_cmd): Ditto.
11358 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11359 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11360 * proc-api.c (_initialize_proc_api): Ditto.
11361 * kod.c (_initialize_kod): Ditto.
11362 * valprint.c (_initialize_valprint): Ditto.
11363 * top.c (init_main): Ditto.
11364 * infcmd.c (_initialize_infcmd): Ditto.
11365 * corefile.c (_initialize_core): Ditto.
11366 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11367 * arch-utils.c (initialize_current_architecture): Ditto.
11368 (_initialize_gdbarch_utils): Ditto.
11369 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11370
11371 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11372 * wince.c (_initialize_inftarg): Ditto.
11373 * symfile.c (_initialize_symfile): Ditto.
11374 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11375 * language.c (_initialize_language): Ditto.
11376 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11377
11378 2002-02-04 Michael Snyder <msnyder@redhat.com>
11379
11380 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11381
11382 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11383
11384 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11385 Add rules for building the register data files.
11386
11387 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11388
11389 * regformats/regdat.sh: Add braces to the definition of
11390 expedite_regs_${arch}.
11391
11392 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11393
11394 * regformats/regdef.h (struct reg): Add comment describing the
11395 requirements for offset and size fields.
11396
11397 2002-02-04 Andreas Schwab <schwab@suse.de>
11398
11399 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11400 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11401
11402 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11403
11404 * gdbarch.sh (copyright): Update years in generated header.
11405 (SMASH_TEXT_ADDRESS): Add rule.
11406 * gdbarch.h, gdbarch.c: Re-generate.
11407 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11408 * dbxread.c: Likewise.
11409 * dwarfread.c: Likewise.
11410 * elfread.c: Likewise.
11411 * somread.c: Likewise.
11412
11413 * arm-tdep.c (arm_smash_text_address): New function.
11414 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11415
11416 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11417
11418 Add support for hardware watchpoints on win32 native.
11419 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11420 CONTEXT_DEBUG_REGISTERS.
11421 (dr variable): New variable. Static array containing a local copy
11422 of debug registers.
11423 (debug_registers_changed): New variable. Reflects when debug registers
11424 are changed and need to be written to inferior.
11425 (debug_registers_used): New variable. Reflects when any debug register
11426 was set, used when new threads are created.
11427 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11428 i386-nat code.
11429 (thread_rec): Set dr array if id is the thread of current_event .
11430 (child_continue, child_resume): Change the debug registers for all
11431 threads if debug_registers_changed.
11432 (child_add_thread): Change the debug registers if debug_registers_used.
11433 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11434 Link nm.h to new nm-cygwin.h file.
11435 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11436 of hardware registers.
11437
11438 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11439
11440 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11441 Restore behavour broken by 2002-01-20 Andrew Cagney
11442 <ac131313@redhat.com> IEEE_FLOAT removal.
11443
11444 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11445
11446 * c-valprint.c (c_val_print): Pass a proper valaddr to
11447 cp_print_class_method.
11448 * valops.c (search_struct_method): If there is only one method
11449 and args is NULL, return that method.
11450
11451 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11452
11453 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11454 accessing tag_name directly.
11455
11456 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11457
11458 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11459 of accessing tag_name directly.
11460
11461 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11462
11463 PR gdb/280
11464 * gdbtypes.c (replace_type): New function.
11465 * gdbtypes.h (replace_type): Add prototype.
11466 * stabsread.c (read_type): Use replace_type.
11467
11468 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11469
11470 * Makefile.in (memattr.o): Add missing dependencies rule.
11471
11472 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11473
11474 * breakpoint.c (break_at_finish_command): Really export.
11475 (break_at_finish_at_depth_command): Ditto.
11476 (tbreak_at_finish_command): Ditto.
11477 * hppa-tdep.c: Include completer.h.
11478 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11479 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11480
11481 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11482
11483 * utils.c (do_write): New function.
11484 (error_stream): Rewrite combining the code from error_begin and
11485 verror.
11486 (verror): Rewrite using error_stream.
11487 (error_begin): Delete function.
11488
11489 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11490
11491 * utils.c (error_begin): Make static.
11492 * defs.h (error_begin): Delete declaration.
11493
11494 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11495 (decode_line_1): Use cplusplus_error instead of error_begin,
11496 cplusplus_hint and return_to_top_level.
11497 * coffread.c (coff_symfile_read): Use error instead of error_begin
11498 and return_to_top_level.
11499 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11500
11501 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11502
11503 * language.h (type_error, range_error): Make string parameter
11504 constant.
11505 * language.c (warning_pre_print): Delete extern declaration.
11506 * dwarfread.c (warning_pre_print): Ditto.
11507 * language.c (type_error, range_error): Rewrite to use verror and
11508 vwarning instead of warning_begin.
11509
11510 2002-02-01 Michael Snyder <msnyder@redhat.com>
11511
11512 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11513 (set_ignore_count): Move misplaced comment back where it belongs.
11514
11515 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11516
11517 * command.h (NO_FUNCTION): Delete macro.
11518 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11519 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11520 * tracepoint.c (_initialize_tracepoint): Ditto.
11521 * cli/cli-decode.c (add_set_cmd): Ditto.
11522 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11523
11524 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11525
11526 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11527 Update ``this'' pointer when calling virtual functions.
11528
11529 2002-02-01 Michael Snyder <msnyder@redhat.com>
11530
11531 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11532 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11533
11534 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11535
11536 * regformats/reg-arm.dat: New file.
11537 * regformats/reg-i386.dat: New file.
11538 * regformats/reg-ia64.dat: New file.
11539 * regformats/reg-m68k.dat: New file.
11540 * regformats/reg-mips.dat: New file.
11541 * regformats/reg-ppc.dat: New file.
11542 * regformats/reg-sh.dat: New file.
11543 * regformats/regdef.h: New file.
11544 * regformats/regdat.sh: New file.
11545
11546 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11547
11548 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11549 (arm_frame_args_address, arm_frame_locals_address): New functions.
11550 (arm_frame_num_args): New function.
11551 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11552 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11553 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11554
11555 2002-01-31 Michael Snyder <msnyder@redhat.com>
11556
11557 * breakpoint.c (break_at_finish_command): Export.
11558 (break_at_finish_at_depth_command): Export.
11559 (tbreak_at_finish_command): Export.
11560 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11561 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11562 "txbreak" commands, which are HPPA specific.
11563
11564 * printcmd.c (disassemble_command): Remove an ancient
11565 artifact of an old merge.
11566
11567 * symfile.h (enum overlay_debugging_state):
11568 Define enum constant values for overlay mode.
11569 * symfile.c (overlay_debugging): Use enums instead of literals.
11570 (overlay_is_mapped, overlay_auto_command,
11571 overlay_manual_command): Ditto.
11572
11573 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11574 breakpoint_here_p, breakpoint_inserted_here_p,
11575 breakpoint_thread_match, bpstat_stop_status,
11576 describe_other_breakpoints, check_duplicates, clear_command):
11577 Coding standard fixes.
11578
11579 * target.c (target_xfer_memory): Add spaces, coding standard.
11580 (do_xfer_memory): Add missing line to trust-readonly
11581 code: check bfd SEC_READONLY flag for section.
11582
11583 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11584
11585 * PROBLEMS: Fix typo, 5.1->5.1.1.
11586
11587 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11588
11589 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11590 data symbols, since we search based on textlow and texthigh.
11591 (find_pc_sect_symtab): Likewise.
11592
11593 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11594
11595 * defs.h (vwarning): Declare.
11596 * utils.c (vwarning): New function.
11597 (warning): Call vwarning.
11598 (warning_begin): Delete function.
11599
11600 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11601 the warning message.
11602 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11603 warning_begin.
11604
11605 2002-01-30 Michael Snyder <msnyder@redhat.com>
11606
11607 * NEWS: Mention "set trust-readonly-sections" command.
11608 Mention generate-core-file command.
11609
11610 2002-01-15 Michael Snyder <msnyder@redhat.com>
11611
11612 * target.c: New command, "set trust-readonly-sections on".
11613 (do_xfer_memory): Honor the suggestion to trust readonly sections
11614 by reading them from the object file instead of from the target.
11615 (initialize_targets): Register command "set trust-readonly-sections".
11616
11617 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11618
11619 * parse.c (target_map_name_to_register): Simplify, search regs and
11620 pseudo-regs using a single loop.
11621
11622 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11623
11624 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11625
11626 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11627
11628 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11629 * config/i386/i386v42mp.mh: Add i387-nat.o .
11630 * i386v4-nat.c: Include i387-nat.h.
11631 (supply_fpregset): Use i387_supply_fsave.
11632 (fill_fpregset): Use i387_fill_fsave.
11633
11634 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11635
11636 * arm-tdep.c (arm_call_dummy_words): Define.
11637 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11638 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11639 (CALL_DUMMY_WORDS): Define.
11640 (arm_call_dummy_words): Declare.
11641 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11642 (arm_linux_call_dummy_words): Declare.
11643
11644 2002-01-30 Andreas Schwab <schwab@suse.de>
11645
11646 * m68klinux-nat.c: Fix last change to use regcache_collect
11647 instead of referencing registers[] directly.
11648
11649 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11650
11651 * parse.c (target_map_name_to_register): Delete code wrapped in
11652 #ifdef REGISTER_NAME_ALIAS_HOOK.
11653
11654 2002-01-28 Michael Snyder <msnyder@redhat.com>
11655
11656 * regcache.c (legacy_read_register_gen): Need to be able to
11657 read pseudo-register as well as real register.
11658 (legacy_write_register_gen): Ditto.
11659
11660 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11661
11662 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11663 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11664 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11665 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11666 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11667 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11668 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11669 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11670 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11671 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11672 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11673 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11674 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11675 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11676 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11677 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11678 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11679 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11680 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11681 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11682
11683 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11684
11685 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11686 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11687 (initialize_current_architecture): Update target_byte_order using
11688 information from BFD.
11689 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11690 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11691
11692 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11693
11694 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11695 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11696
11697 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11698 #ifdef INVALID_FLOAT.
11699 * infcmd.c (do_registers_info): Ditto.
11700 * values.c (unpack_double): Ditto. Add comment.
11701
11702 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11703 already commented out.
11704
11705 2002-01-26 Andreas Schwab <schwab@suse.de>
11706
11707 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11708 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11709 registers and add support for PTRACE_GETREGS.
11710
11711 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11712
11713 GDB 5.1.1 released from 5.1 branch.
11714 * NEWS: Add 5.1.1 news.
11715 * README: Sync with 5.1 branch.
11716
11717 2002-01-23 Fred Fish <fnf@redhat.com>
11718
11719 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11720 stabstring on initial malloc. Reallocing will copy it for us,
11721 if necessary.
11722
11723 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11724
11725 * Makefile.in (hpread_h): Delete.
11726 (HFILES_NO_SRCDIR): Remove hpread.h.
11727 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11728 (hpread.o): Update dependencies.
11729 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11730
11731 * hp-psymtab-read.c: Remove file.
11732 * hp-symtab-read.c: Remove file.
11733 * hpread.h: Remove file.
11734
11735 * hpread.c: Merge all contents of hp-psymtab-read.c,
11736 hp-symtab-read.c and hpread.h into this file, as it was prior to
11737 January 1999.
11738
11739 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11740 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11741 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11742 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11743
11744 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11745
11746 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11747 fill_gregset): Call gdbarch_tdep() just once, assign result to
11748 variable and use that, instead of calling the function several
11749 times.
11750
11751 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11752
11753 * configure.host: Accept sparcv9 as alias for sparc64.
11754 * configure.tgt: Likewise.
11755
11756 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11757
11758 * solib-aix5.c (build_so_list_from_mapfile)
11759 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11760 arguments is not reversed.
11761 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11762 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11763
11764 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11765
11766 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11767 modified version of obsolete sh_fetch_pseudo_register.
11768 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11769 (sh4_register_read): New function.
11770 (sh_pseudo_register_write): New function. Renamed and modified
11771 version of obsolete sh_store_pseudo_register.
11772 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11773 (sh4_register_write): New function.
11774 (sh_gdbarch_init): Remove setting of gdbarch function
11775 fetch_pseudo_register and store_pseudo_register. Remove setting of
11776 register_convert_to_raw, register_convert_to_virtual,
11777 register_convertible.
11778 (sh_sh4_register_convertible): Delete. No longer needed. All is
11779 taken care by architecture specific functions
11780 register_read/register_write.
11781 (sh_sh4_register_convert_to_virtual): Make static.
11782 (sh_sh4_register_convert_to_raw): Ditto.
11783
11784 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11785
11786 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11787 (floatformat_is_nan, floatformat_mantissa): Ditto.
11788
11789 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11790 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11791 builtin_type_ieee_double_little,
11792 builtin_type_ieee_double_littlebyte_bigword,
11793 builtin_type_m68881_ext, builtin_type_i960_ext,
11794 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11795 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11796 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11797 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11798
11799 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11800
11801 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11802 parameter. Set frameless flag if it exists and depended of
11803 whether the scanned function is frameless or not.
11804 (xstormy16_skip_prologue): If function is frameless, return
11805 result of xstormy16_scan_prologue().
11806 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11807 call.
11808
11809 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11810
11811 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11812 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11813 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11814 sh_sh4_register_byte, sh_sh4_register_raw_size,
11815 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11816 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11817 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11818 sh_store_pseudo_register, sh_do_pseudo_register): Call
11819 gdbarch_tdep() just once, assign result to variable and use that,
11820 instead of calling the function several times.
11821
11822 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11823
11824 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11825 macros instead of LAST_FPU_CTRL_REGNUM.
11826 (store_register): Likewise.
11827
11828 2002-01-21 Jim Blandy <jimb@redhat.com>
11829
11830 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11831 is up-to-date before running the program, not just when a program
11832 exits.
11833
11834 2002-01-21 Fred Fish <fnf@redhat.com>
11835
11836 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11837 when we have found all instructions we are looking for.
11838
11839 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11840
11841 * arm-tdep.c (arm_register_name): New function.
11842 (arm_registers_names): Make static.
11843 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11844 (arm_register_name): Declare.
11845 (REGISTER_NAME): Use it.
11846
11847 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11848 Kevin Buettner <kevinb@redhat.com>
11849
11850 Convert arm targets to new FRAME interface.
11851 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11852 (arm_frame_find_save_regs): Delete.
11853 (arm_frame_init_saved_regs): New.
11854 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11855 Allocate extra_info as required. Convert all uses of fsr.regs
11856 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11857 to use extra_info.
11858 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11859 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11860 (check_prologue_cache, save_prologue_cache): Likewise.
11861 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11862 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11863 (FRAME_FIND_SAVED_REGS): Delete.
11864 (arm_frame_find_saved_regs): Delete prototype.
11865 (arm_frame_init_saved_regs): New prototype.
11866 (FRAME_INIT_SAVED_REGS): Define.
11867
11868 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11869
11870 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11871
11872 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11873
11874 From Jeff Law <law@redhat.com>:
11875 * infttrace.c: Include <sys/pstat.h>.
11876 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11877 exec file if the ttrace equivalent fails.
11878
11879 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11880
11881 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11882 (closeLogFile): Ditto.
11883
11884 2002-01-20 Michael Chastain <mec@shout.net>
11885
11886 * top.c (print_gdb_version): Bump copyright year to 2002.
11887
11888 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11889
11890 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11891 Zannoni and Eli Zaretskii.
11892
11893 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11894
11895 * buildsym.c: Update copyright years.
11896 * c-typeprint.c: Likewise.
11897 * dwarf2read.c: Likewise.
11898 * f-typeprint.c: Likewise.
11899 * gdbtypes.c: Likewise.
11900 * gdbtypes.h: Likewise.
11901 * hp-symtab-read.c: Likewise.
11902 * hpread.c: Likewise.
11903 * mdebugread.c: Likewise.
11904 * p-typeprint.c: Likewise.
11905
11906 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11907
11908 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11909 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11910 byte-order selectable.
11911 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11912 * arch-utils.c: Ditto.
11913 (set_endian): Ditto.
11914 (set_endian_from_file): Ditto.
11915 * gdbserver/low-sim.c (create_inferior): Ditto.
11916 * gdbarch.sh: Ditto.
11917 * gdbarch.h: Re-generate.
11918 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11919 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11920 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11921 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11922 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11923 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11924 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11925 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11926 macro definition.
11927 * config/mips/tm-wince.h: Remove #undef of macro
11928 TARGET_BYTE_ORDER_SELECTABLE.
11929 * config/sh/tm-wince.h: Ditto.
11930
11931 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11932
11933 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11934 member function fields. Add accessor macro
11935 TYPE_FN_FIELD_ARTIFICIAL.
11936 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11937 * c-typeprint.c (c_type_print_base): Skip artificial member
11938 functions.
11939
11940 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11941
11942 * f-typeprint.c: Delete unused function f_type_print_args.
11943 * p-typeprint.c: Delete unused function pascal_type_print_args.
11944
11945 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11946
11947 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11948 comment. Add ``artificial'' to ``union field_location''.
11949
11950 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11951
11952 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11953 * mdebugread.c (parse_symbol): Likewise.
11954 * stabsread.c (define_symbol): Likewise.
11955 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11956 initializing TYPE_FIELD_BITPOS to n (obsolete).
11957 (hpread_doc_function_type): Likewise.
11958 * hpread.c (hpread_function_type): Likewise.
11959
11960 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11961
11962 * configure.in (host_makefile_frag): Only require a host makefile
11963 fragment when a native build.
11964 * configure: Re-generate.
11965
11966 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11967
11968 * doublest.h (floatformat_from_type): Declare.
11969 * doublest.c (floatformat_from_type): New function.
11970 (convert_typed_floating): Use.
11971
11972 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11973 call to function floatformat_from_type.
11974
11975 * gdbarch.sh (IEEE_FLOAT): Delete.
11976 * gdbarch.h, gdbarch.c: Re-generate.
11977 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11978 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11979 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11980 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11981 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11982 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11983 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11984 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11985 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11986 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11987 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11988 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11989
11990 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11991 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11992 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11993 * sh-tdep.c (sh_gdbarch_init): Ditto.
11994 * mips-tdep.c (mips_gdbarch_init): Ditto.
11995 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11996 * cris-tdep.c (cris_gdbarch_init): Ditto.
11997
11998 2002-01-20 Jiri Smid <smid@suse.cz>
11999
12000 * configure.host, configure.tgt: Support x86-64.
12001 * NEWS: Note new target x86-64.
12002
12003 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12004 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12005 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12006 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12007 x86-64-linux-nat.o): Fix dependencies.
12008
12009 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12010
12011 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12012 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12013 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12014 * config/sparc/xm-sun4os4.h: Delete file.
12015 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12016
12017 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12018
12019 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12020 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12021 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12022 * config/i386/i386lynx.mh (XM_FILE): Delete.
12023 * config/rs6000/xm-rs6000ly.h: Delete file.
12024 * config/sparc/xm-sparclynx.h: Delete file.
12025 * config/m68k/xm-m68klynx.h: Delete file.
12026 * config/i386/xm-i386lynx.h: Delete file.
12027 * config/xm-lynx.h: Delete file.
12028 * config/djgpp/fnchange.lst: Update.
12029
12030 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12031
12032 * alpha-tdep.c (alpha_register_byte): New function.
12033 (alpha_register_raw_size): Ditto.
12034 (alpha_register_virtual_size): Ditto.
12035 (alpha_skip_prologue_internal): Renamed from
12036 alpha_skip_prologue.
12037 (alpha_skip_prologue): New version that calls
12038 alpha_skip_prologue_internal.
12039 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12040 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12041 second argument from alpha_skip_prologue.
12042 (REGISTER_BYTE): Use alpha_register_byte.
12043 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12044 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12045 (FRAMELESS_FUNCTION_INVOCATION): Use
12046 generic_frameless_function_invocation_not.
12047 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12048 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12049
12050 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12051
12052 * config/mips/xm-news-mips.h: Delete file.
12053 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12054
12055 * config/m88k/xm-m88k.h: Delete file.
12056 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12057 * config/m88k/xm-delta88v4.h: Ditto.
12058 * config/m88k/xm-delta88.h: Ditto.
12059
12060 * config/alpha/xm-fbsd.h: Delete file.
12061 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12062
12063 * config/sparc/xm-sparc.h: Delete file.
12064 * Makefile.in (xm-sun4os4.h): Delete dependency.
12065 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12066 * config/sparc/xm-sun4os4.h: Ditto.
12067 * config/sparc/xm-linux.h: Ditto.
12068
12069 * config/i386/xm-windows.h: Delete file.
12070
12071 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12072
12073 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12074 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12075
12076 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12077
12078 * alpha-tdep.c (alpha_call_dummy_words): New.
12079 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12080 (CALL_DUMMY_P): Define.
12081 (CALL_DUMMY_WORDS): Define.
12082 (SIZEOF_CALL_DUMMY_WORDS): Define.
12083
12084 2002-01-19 Per Bothner <per@bothner.com>
12085
12086 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12087 isn't NULL, which can happen with some gcj-3.x-produced code.
12088
12089 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12090
12091 * alpha-tdep.c (alpha_register_virtual_type): New function.
12092 (alpha_init_frame_pc_first): Ditto.
12093 (alpha_fix_call_dummy): Ditto.
12094 (alpha_store_struct_return): Ditto.
12095 (alpha_extract_struct_value_address): Ditto.
12096 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12097 alpha_register_virtual_type.
12098 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12099 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12100 alpha_extract_struct_value_address.
12101 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12102 (INIT_FRAME_PC): Use init_frame_pc_noop.
12103 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12104
12105 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12106
12107 * i386gnu-nat.c: Include "i386-tdep.h".
12108 (fetch_fpregs): Simplify code dealing with uninitialized floating
12109 point states such that it doesn't require FP7_REGNUM.
12110
12111 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12112
12113 * alpha-tdep.c (frame_extra_info): New.
12114 (alpha_find_saved_regs): Make static. Use
12115 frame->extra_info.
12116 (alpha_frame_init_saved_regs): New function.
12117 (alpha_frame_saved_pc): Use frame->extra_info.
12118 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12119 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12120 (init_extra_frame_info): Rename to...
12121 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12122 (alpha_print_extra_frame_info): New function.
12123 (alpha_frame_locals_address): Ditto.
12124 (alpha_frame_args_address): Ditto.
12125 (alpha_pop_frame): Use frame->extra_info.
12126 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12127 alpha_frame_args_address.
12128 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12129 (alpha_find_saved_regs): Remove prototype.
12130 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12131 (EXTRA_FRAME_INFO): Remove.
12132 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12133 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12134
12135 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12136
12137 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12138 (alpha_cannot_fetch_register): Ditto.
12139 (alpha_cannot_store_register): Ditto.
12140 (alpha_register_convertible): Ditto.
12141 (alpha_use_struct_convention): Ditto.
12142 * config/alpha/tm-alpha.h: Update copyright years.
12143 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12144 (INNER_THAN): Use core_addr_lessthan.
12145 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12146 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12147 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12148 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12149 (FRAME_CHAIN): Remove unnecessary cast.
12150
12151 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12152
12153 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12154 obsolete.
12155
12156 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12157
12158 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12159 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12160 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12161 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12162 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12163 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12164 * x86-64-linux-nat.c: Ditto.
12165
12166 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12167
12168 * alpha-tdep.c (alpha_register_name): New function.
12169 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12170 (REGISTER_NAME): Define.
12171
12172 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12173
12174 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12175
12176 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12177
12178 * alpha-tdep.c: Update copyright years.
12179 (alpha_next_pc): New function.
12180 (alpha_software_single_step): Ditto.
12181 * config/alpha/tm-alpha.h: Add prototype for
12182 alpha_software_single_step.
12183
12184 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12185
12186 * alphabsd-nat.c: Update copyright years.
12187 (fill_gregset): Use regcache_collect.
12188 (fill_fpregset): Likewise.
12189 (fetch_inferior_registers): Only fetch integer registers
12190 if requested to do so.
12191 (store_inferior_registers): Only store integer registers
12192 if requested to do so.
12193
12194 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12195
12196 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12197 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12198 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12199 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12200 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12201 * config/arm/linux.mh (XDEPFILES): Delete.
12202 * config/arm/nbsd.mh (XDEPFILES): Delete.
12203 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12204 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12205 * config/i386/i386m3.mh (XDEPFILES): Delete.
12206 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12207 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12208 * config/i386/fbsd.mh (XDEPFILES): Delete.
12209 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12210 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12211 * config/i386/i386v4.mh (XDEPFILES): Delete.
12212 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12213 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12214 * config/i386/i386aix.mh (XDEPFILES): Delete.
12215 * config/i386/go32.mh (XDEPFILES): Delete.
12216 * config/i386/cygwin.mh (XDEPFILES): Delete.
12217 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12218 * config/i386/i386mach.mh (XDEPFILES): Delete.
12219 * config/i386/i386v32.mh (XDEPFILES): Delete.
12220 * config/i386/linux.mh (XDEPFILES): Delete.
12221 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12222 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12223 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12224 * config/i386/i386sco.mh (XDEPFILES): Delete.
12225 * config/i386/i386v.mh (XDEPFILES): Delete.
12226 * config/i386/nbsd.mh (XDEPFILES): Delete.
12227 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12228 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12229 * config/i386/symmetry.mh (XDEPFILES): Delete.
12230 * config/i386/obsd.mh (XDEPFILES): Delete.
12231 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12232 * config/ia64/linux.mh (XDEPFILES): Delete.
12233 * config/ia64/aix.mh (XDEPFILES): Delete.
12234 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12235 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12236 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12237 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12238 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12239 * config/m68k/linux.mh (XDEPFILES): Delete.
12240 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12241 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12242 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12243 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12244 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12245 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12246 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12247 * config/m88k/delta88.mh (XDEPFILES): Delete.
12248 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12249 * config/m88k/m88k.mh (XDEPFILES): Delete.
12250 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12251 * config/mips/linux.mh (XDEPFILES): Delete.
12252 * config/mips/irix6.mh (XDEPFILES): Delete.
12253 * config/mips/irix5.mh (XDEPFILES): Delete.
12254 * config/mips/irix4.mh (XDEPFILES): Delete.
12255 * config/mips/irix3.mh (XDEPFILES): Delete.
12256 * config/mips/decstation.mh (XDEPFILES): Delete.
12257 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12258 (NATDEPFILES): Move core-aout.o to here.
12259 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12260 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12261 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12262 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12263 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12264 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12265 * config/pa/hpux11.mh (XDEPFILES): Delete.
12266 * config/powerpc/aix.mh (XDEPFILES): Delete.
12267 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12268 * config/powerpc/linux.mh (XDEPFILES): Delete.
12269 * config/romp/rtbsd.mh: Rename XDEPFILES.
12270 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12271 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12272 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12273 * config/s390/s390.mh (XDEPFILES): Delete.
12274 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12275 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12276 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12277 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12278 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12279 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12280 * config/sparc/linux.mh (XDEPFILES): Delete.
12281 * config/vax/vaxult.mh (XDEPFILES): Delete.
12282 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12283 * Makefile.in (DEPFILES): Remove XDEPFILES.
12284
12285 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12286
12287 * utils.c (internal_verror): Fix comments, default is yes not no.
12288 Update queries to match. Default to quit and dump core.
12289
12290 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12291
12292 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12293 copyright.
12294 * defs.h, event-top.c, gdbcmd.h: Ditto.
12295 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12296 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12297 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12298 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12299 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12300 * mi/mi-main.c:Ditto.
12301
12302 * stack.c, symfile.c: Update copyright.
12303
12304 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12305
12306 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12307 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12308 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12309 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12310
12311 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12312
12313 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12314 * gdbserver/low-lynx.c (myattach): Likewise.
12315 * gdbserver/low-nbsd.c (myattach): Likewise.
12316 * gdbserver/low-sim.c (myattach): Likewise.
12317 * gdbserver/low-sparc.c (myattach): Likewise.
12318 * gdbserver/low-sun3.c (myattach): Likewise.
12319
12320 * gdbserver/low-linux.c (myattach): New function.
12321
12322 * gdbserver/server.c (attach_inferior): New function.
12323 (main): Handle "--attach".
12324
12325 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12326
12327 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12328 maintainer.
12329
12330 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12331
12332 * c-typeprint.c (is_type_conversion_operator): Add additional
12333 check for non-conversion operators.
12334
12335 2002-01-15 Michael Snyder <msnyder@redhat.com>
12336
12337 * linux-proc.c: Add "info proc" command, a la procfs.c.
12338 (read_mapping): New function, abstract and re-use code.
12339 (linux_find_memory_regions): Use new func read_mapping.
12340 (linux_info_proc_cmd): New function, implement "info proc".
12341 (_initialize_linux_proc): Add new command "info proc".
12342
12343 2002-01-15 Michael Snyder <msnyder@redhat.com>
12344
12345 * symfile.c (generic_load): Use bfd_map_over_sections method
12346 instead of manipulating bfd structure members directly.
12347 (add_section_size_callback): New function, bfd sections callback
12348 used by generic_load.
12349 (load_sections_callback): New function, bfd sections callback
12350 used by generic_load.
12351
12352 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12353
12354 [Based on work by Jim Blandy]
12355 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12356 (builtin_type_vec128): Export.
12357 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12358 types.
12359 (builtin_type_vec128): New builtin type for 128 bit vector
12360 registers.
12361 (build_gdbtypes): Initialize builtin_type_v16qi and
12362 builtin_type_v8hi. Create the vec128 register builtin type
12363 structure.
12364 (build_builtin_type_vec128): New function.
12365 (_initialize_gdbtypes): Register builtin_type_v16qi and
12366 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12367 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12368 AltiVec register to new builtin type.
12369
12370 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12371
12372 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12373 to make_cv_type.
12374
12375 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12376
12377 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12378 CLEAN_UP_REGISTER_VALUE.
12379 * regcache.c (supply_register): Update only call.
12380
12381 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12382
12383 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12384 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12385 a29k-*-vxworks* targets as obsolete.
12386
12387 2002-01-14 Michael Snyder <msnyder@redhat.com>
12388
12389 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12390 until we can resolve portability issues.
12391 * gregset.h: Remove references to fpxregs.
12392 * gcore.c (gcore_command): Initialize note_sec to NULL.
12393
12394 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12395
12396 * signals.c (target_signal_to_name): Rewrite. Only use
12397 signals[].name when in bounds and non-NULL.
12398
12399 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12400
12401 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12402 * signals.c (target_signal_to_name): Verify that SIG is within the
12403 bounds of the signals array.
12404
12405 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12406
12407 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12408
12409 2002-01-13 Keith Seitz <keiths@redhat.com>
12410
12411 * stack.c (print_frame_info_base): Print the frame's pc
12412 only if when print_frame_info_listing_hook is not defined.
12413
12414 2002-01-13 Keith Seitz <keiths@redhat.com>
12415
12416 * varobj.c (varobj_set_value): Make sure that there were no
12417 errors evaluating the object before attempting to set its
12418 value.
12419 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12420 so this offset adjustment is no longer necessary.
12421 (create_child): Don't set the error flag if the child is
12422 a CPLUS_FAKE_CHILD.
12423 (value_of_child): If value_fetch_lazy fails, return NULL
12424 so that callers will be notified that an error occurred.
12425 (c_value_of_variable): Delay check of variable's validity
12426 until later. We actually want all structs and unions to have
12427 the value "{...}".
12428 Do not return "???" for variables which could not be evaluated.
12429 This error condition must be returned to the caller so that it
12430 can get the error condition from gdb.
12431 (cplus_name_of_child): Adjust index for vptr before figuring
12432 out the name of the child.
12433 (cplus_value_of_child): If a child's (real) parent is not valid,
12434 don't even bother trying to give a value for it. Just return
12435 an error. Change all instances in this function.
12436 (cplus_type_of_child): If our parent is one of the "fake"
12437 parents, we need to get at the type of the real parent, and
12438 derive the child's true type using this information.
12439
12440 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12441
12442 From 2002-01-09 John Marshall <johnm@falch.net>:
12443 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12444 sources.redhat.com, and tweak some related URLs which had
12445 suffered from linkrot.
12446
12447 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12448
12449 From Jeff law:
12450 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12451 structures passed in registers.
12452
12453 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12454
12455 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12456 white space which prevented compilation. Reported by DSK
12457 <dsk@student.unsw.edu.au>.
12458
12459 2002-01-11 Michael Snyder <msnyder@redhat.com>
12460
12461 * symfile.c (build_section_addr_info_from_section_tab):
12462 Use bfd access method instead of manipulating bfd directly.
12463 (syms_from_objfile): Ditto.
12464 (simple_overlay_update_1): Ditto.
12465 (simple_overlay_update): Ditto.
12466 (generic_load): Ditto.
12467 (overlay_unmapped_address): FIXME comment, bfd access methods.
12468 (sections_overlap): FIXME comment, bfd access methods.
12469 (pc_in_mapped_range): FIXME comment, bfd access methods.
12470 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12471 (section_is_mapped): FIXME comment, bfd access methods.
12472 (section_is_overlay): FIXME comment, bfd access methods.
12473
12474 * symfile.c (generic_load): Whitespace and long line cleanups.
12475 Remove duplicate variable, change several local variables to
12476 more appropriate data types.
12477 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12478
12479 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12480
12481 From Peter Schauer:
12482 * language.c (longest_local_hex_string_custom): Use phex_nz to
12483 convert NUM to a hex string.
12484
12485 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12486
12487 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12488 the function.
12489 Update Copyright year.
12490
12491 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12492
12493 * language.c (longest_raw_hex_string): Delete unused function.
12494
12495 2002-01-11 Petr Sorfa <petrs@caldera.com>
12496
12497 * MAINTAINERS (write-after-approval): Add myself.
12498 * dwarf2read.c (read_tag_string_type): Handling of
12499 DW_AT_byte_size.
12500 (read_tag_string_type): FORTRAN fix to prevent propagation of
12501 first string size.
12502 (set_cu_language): Handling of DW_LANG_Fortran95
12503
12504 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12505
12506 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12507 GETPID(inferior_ptid).
12508 (store_inferior_registers): Likewise.
12509
12510 2002-01-10 Jason Merrill <jason@redhat.com>
12511
12512 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12513 Fix DW_OP_minus.
12514
12515 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12516
12517 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12518 and bfd/elf32-sh-nbsd.c.
12519
12520 2002-01-10 Michael Snyder <msnyder@redhat.com>
12521
12522 * NEWS: Mention --pid and corefile/proc-id behavior change.
12523
12524 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12525 * gcore.c: Include cli/cli-decode.h instead of command.h.
12526
12527 * main.c (captured_main): Add new command line option "--pid".
12528 If the second command line argument (following the symbol-file)
12529 begins with a digit, try to attach to it before trying to open
12530 it as a corefile.
12531 (print_gdb_help): Document the "--pid" argument.
12532
12533 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12534
12535 * completer.c (command_completer): New function.
12536
12537 * completer.h <command_completer>: Add prototype.
12538
12539 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12540 completer for the "help" command.
12541
12542 2002-01-09 Jason Merrill <jason@redhat.com>
12543
12544 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12545
12546 2002-01-09 Michael Snyder <msnyder@redhat.com>
12547
12548 * i386-linux-nat.c (fill_fpxregset): Make global.
12549 (store_fpxregset): Ditto.
12550
12551 * gregset.h (gdb_fpxregset_t): Define.
12552 (supply_fpxregset): Prototype.
12553 (fill_fpxregset): Prototype.
12554
12555 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12556
12557 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12558
12559 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12560 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12561 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12562
12563 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12564
12565 * MAINTAINERS: Update target maintainer rules so that any
12566 Maintainer can approve a tested patch for a maintenance-only
12567 target.
12568
12569 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12570
12571 * MAINTAINERS (write-after-approval): Add myself.
12572
12573 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12574 IN_SIGTRAMP.
12575
12576 2002-01-08 Michael Snyder <msnyder@redhat.com>
12577
12578 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12579 real name of the executable, rather than the /proc name.
12580
12581 2002-01-03 Michael Snyder <msnyder@redhat.com>
12582
12583 Implement a "generate-core-file" command in gdb, save target state.
12584 * gcore.c: New file. Implement new command 'generate-core-file'.
12585 Save a corefile image of the current state of the inferior.
12586 * linux-proc.c: Add linux-specific code for saving corefiles.
12587 * target.h (struct target_ops): Add new target vectors for saving
12588 corefiles; to_find_memory_regions and to_make_corefile_notes.
12589 (target_find_memory_regions): New macro.
12590 (target_make_corefile_notes): New macro.
12591 * target.c (update_current_target): Inherit new target methods.
12592 (dummy_find_memory_regions): New place-holder method.
12593 (dummy_make_corefile_notes): New place-holder method.
12594 (init_dummy_target): Initialize new dummy target vectors.
12595 * exec.c (exec_set_find_memory_regions): New function.
12596 Allow the exec_ops vector for memory regions to be taken over.
12597 (exec_make_note_section): New function, target vector method.
12598 * defs.h (exec_set_find_memory_regions): Export prototype.
12599 * procfs.c (proc_find_memory_regions): New function, corefile method.
12600 (procfs_make_note_section): New function, corefile method.
12601 (init_procfs_ops): Set new target vector pointers.
12602 (find_memory_regions_callback): New function.
12603 (procfs_do_thread_registers): New function.
12604 (procfs_corefile_thread_callback): New function.
12605 * sol-thread.c (sol_find_memory_regions): New function.
12606 (sol_make_note_section): New function.
12607 (init_sol_thread_ops): Initialize new target vectors.
12608 * inftarg.c (inftarg_set_find_memory_regions): New function.
12609 Allow to_find_memory_regions vector to be taken over.
12610 (inftarg_set_make_corefile_notes): New function.
12611 Allow to_make_corefile_notes vector to be taken over.
12612 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12613 interface layer if not target_has_execution (may be a corefile).
12614 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12615 * config/sparc/sun4sol2.mh: Ditto.
12616 * config/alpha/alpha-linux.mh: Ditto.
12617 * config/arm/linux.mh: Ditto.
12618 * config/i386/x86-64linux.mh: Ditto.
12619 * config/ia64/linux.mh: Ditto.
12620 * config/m68k/linux.mh: Ditto.
12621 * config/mips/linux.mh: Ditto.
12622 * config/powerpc/linux.mh: Ditto.
12623 * config/sparc/linux.mh: Ditto.
12624
12625 2002-01-07 Michael Snyder <msnyder@redhat.com>
12626
12627 * arm-linux-nat.c: Remove references to regcache.c internal data
12628 (registers[] and register_valid[]).
12629
12630 2002-01-07 Michael Snyder <msnyder@redhat.com>
12631
12632 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12633 so that attaching to a pid will automatically read the process's
12634 symbol file and shlibs.
12635 * Makefile.in: Add rule for linux-proc.o.
12636 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12637 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12638 * config/arm/linux.mh: Ditto.
12639 * config/i386/linux.mh: Ditto.
12640 * config/i386/x86-64linux.mh: Ditto.
12641 * config/ia64/linux.mh: Ditto.
12642 * config/m68k/linux.mh: Ditto.
12643 * config/mips/linux.mh: Ditto.
12644 * config/powerpc/linux.mh: Ditto.
12645 * config/sparc/linux.mh: Ditto.
12646
12647 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12648
12649 * win32-nat.c: Add i386-tdep.h dependency.
12650
12651 2002-01-07 Michael Snyder <msnyder@redhat.com>
12652
12653 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12654 instead of bfd_get_arch_size. Don't bail out just because
12655 there's no exec_bfd.
12656
12657 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12658 * p-valprint.c (pascal_object_print_value): Ditto.
12659 * somread.c (som_symtab_read): Ditto.
12660 * symfile.c (simple_free_overlay_region_table): Ditto.
12661 * valops.c (value_assign): Ditto.
12662
12663 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12664 use tilde_expand and strerror for opening save-tracepoints file.
12665
12666 * thread-db.c (thread_db_new_objfile): Indendation fix.
12667
12668 * infptrace.c (GDB_MAX_ALLOCA): New define.
12669 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12670 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12671 can be overridden with whatever value is appropriate to the host).
12672 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12673 alloca to allocate potentially large buffer.
12674 * rs6000-nat.c (child_xfer_memory): Ditto.
12675 * symm-nat.c (child_xfer_memory): Ditto.
12676 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12677
12678 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12679
12680 From Nick Clifton <nickc@redhat.com>
12681 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12682
12683 2002-01-07 Michael Snyder <msnyder@redhat.com>
12684
12685 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12686 Don't use exec_bfd if it's NULL.
12687
12688 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12689
12690 * valops.c (value_arg_coerce): Fix formatting.
12691
12692 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12693
12694 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12695 * gnu-nat.c: Ditto.
12696
12697 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12698
12699 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12700 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12701 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12702 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12703 z8k-coff have not been multi-arched. Update z8k-coff build
12704 status.
12705
12706 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12707
12708 * MAINTAINERS: Mark a29k target as obsolete.
12709 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12710 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12711 comments.
12712 * NEWS: Note that a29k targets are obsolete.
12713 * a29k-tdep.c: Mark as obsolete.
12714 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12715 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12716 a29k-*-vxworks* targets as obsolete.
12717 * remote-adapt.c: Obsolete.
12718 * remote-eb.c: Obsolete.
12719 * remote-mm.c: Obsolete.
12720 * remote-udi.c: Obsolete.
12721 * config/a29k/a29k-udi.mt: Obsolete.
12722 * config/a29k/a29k.mt: Obsolete.
12723 * config/a29k/tm-a29k.h: Obsolete.
12724 * config/a29k/tm-vx29k.h: Obsolete.
12725 * config/a29k/vx29k.mt: Obsolete.
12726
12727 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12728
12729 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12730 with BFD_ENDIAN_BIG.
12731
12732 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12733
12734 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12735 * configure, config.in: Re-generate.
12736 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12737 * defs.h: Do not include <endian.h>.
12738
12739 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12740
12741 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12742 * config.in: Regenerate.
12743 * configure.in: Update copyright years.
12744 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12745 * configure: Regenerate.
12746 * i386bsd-nat.c: Update copyright years.
12747 (fill_gregset): Use regcache_collect.
12748 (fetch_inferior_registers): Only fetch integer registers
12749 if requested to do so. Add support for XMM registers
12750 using PT_GETXMMREGS.
12751 (store_inferior_registers): Only store integer registers
12752 if requested to do so. Add support for XMM registers
12753 using PT_SETXMMREGS.
12754 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12755 (store_inferior_registers): Remove.
12756 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12757 (fetch_elfcore_registers): New function.
12758 (i386nbsd_elfcore_fns): New.
12759 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12760 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12761 i386bsd-nat.o.
12762 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12763 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12764 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12765 * config/i386/tm-nbsd.h: Update copyright years.
12766 (HAVE_SSE_REGS): Define.
12767 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12768 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12769 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12770 (SIGCONTEXT_PC_OFFSET): Remove.
12771 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12772
12773 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12774
12775 * configure.tgt: Remove powerpc-*-macos* target.
12776 * config/m68k/xm-mpw.h: Delete file.
12777 * config/xm-mpw.h: Delete file.
12778 * ser-mac.c: Delete file.
12779 * mpw-make.sed: Delete file.
12780 * mpw-config.in: Delete file.
12781 * mac-xdep.c: Delete file.
12782 * mac-gdb.r: Delete file.
12783 * mac-defs.h: Delete file.
12784 * mac-nat.c: Delete file.
12785 * config/powerpc/macos.mh: Delete file.
12786 * config/powerpc/macos.mt: Delete file.
12787 * config/powerpc/nm-macos.h: Delete file.
12788 * config/powerpc/tm-macos.h: Delete file.
12789 * source.c (openp, open_source_file): Remove obsolete code.
12790 * top.c (gdb_readline): Ditto.
12791 * utils.c (query): Ditto.
12792 * event-top.c (display_gdb_prompt): Ditto.
12793 * Makefile.in (ser-mac.o): Delete obsolete target.
12794 * NEWS: Update.
12795
12796 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12797
12798 * defs.h (BIG_ENDIAN): Delete macro definition.
12799 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12800 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12801 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12802 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12803 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12804 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12805 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12806 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12807 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12808 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12809 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12810 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12811 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12812 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12813 * gdbarch.c: Re-generate.
12814
12815 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12816
12817 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12818 for core files.
12819
12820 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12821
12822 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12823
12824 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12825
12826 * value.h (value_ptr): Delete typedef.
12827
12828 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12829
12830 * i386nbsd-nat.c: Update copyright years.
12831 Include i386-tdep.h.
12832
12833 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12834
12835 * stabsread.c: Update copyright years.
12836
12837 From Debashis Mahata <debashis.mahata@wipro.com>:
12838 (read_struct_fields): Deal with Sun C compiler erroneous stab
12839 output for structs and unions.
12840 Fix PR gdb/269.
12841
12842 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12843
12844 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12845 prototype.
12846
12847 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12848
12849 * cp-abi.c: Fix whitespace.
12850 (baseclass_offset): New wrapper function.
12851 * cp-abi.h (baseclass_offset): Add prototype.
12852 (struct cp_abi_ops): Add baseclass_offset pointer.
12853
12854 * valops.c (vb_match): Move to...
12855 * gnu-v2-abi.c (vb_match): here.
12856 * valops.c (baseclass_offset): Move to...
12857 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12858
12859 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12860
12861 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12862 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12863 * hpacc-abi.c (init_hpacc_ops): Likewise.
12864
12865 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12866
12867 * valops.c (find_overload_match): Accept obj as a
12868 reference parameter. Update it before returning.
12869 * value.h (find_overload_match): Update prototype.
12870 * eval.c (evaluate_subexp_standard): Pass object to
12871 find_overload_match by reference.
12872
12873 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12874
12875 * valarith.c: Replace value_ptr with struct value pointer. Remove
12876 register attribute from value declarations.
12877 * valops.c: Ditto.
12878 * value.h: Ditto.
12879 * scm-lang.c (scm_lookup_name): Ditto.
12880
12881 2002-01-03 Michael Snyder <msnyder@redhat.com>
12882
12883 Abstract the functionality of iterating over mapped memory
12884 regions into a general purpose iterator function.
12885 * procfs.c (iterate_over_mappings): New function, general purpose
12886 iterator for memory sections.
12887 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12888 (solib_mappings_callback): New function, callback for above.
12889 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12890 (info_mappings_callback): New function, callback for above.
12891
12892 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12893
12894 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12895
12896 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12897 * i386-tdep.c: Include "elf-bfd.h".
12898 (process_note_abi_tag_sections): New function.
12899 (i386_gdbarch_init): Add code to recognize various OS/ABI
12900 combinations.
12901
12902 * maint.c (_initialize_maint_cmds): Add missing \ in
12903 string-literal.
12904
12905 For older changes see ChangeLog-2001
12906 \f
12907 Local Variables:
12908 mode: change-log
12909 left-margin: 8
12910 fill-column: 74
12911 version-control: never
12912 End: