* i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-09 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
4 defined.
5 (regmap): Extend to cover all registers.
6 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
7 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
8 definitions.
9 (fetch_register, sore_register): Simplify.
10 (old_fetch_inferior_registers, old_store_inferior_registers):
11 Remove functions.
12 (cannot_fetch_register, cannot_store_register): Change
13 implementation to use regmap array to decide which registers
14 cannot be fetched/stored. This removes $orig_eax from the
15 registers that cannot be fetched/stored.
16 (fetch_inferior_registers): Call fetch_register directly instead
17 of calling old_fetch_inferior_registers.
18 (store_inferior_registers): Call store_register directly instead
19 of calling old_store_inferior_registers.
20 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
21 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
22 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
23
24 2002-11-09 Klee Dienes <kdienes@apple.com>
25
26 * i387-tdep.c (i387_supply_register): When called with NULL as a
27 buffer, mark the register as not provided (to mirror the behavior
28 of supply_register).
29 (i387_supply_fxsave): Ditto.
30 (i387_supply_fsave): Ditto (inherits the behavior from
31 i387_supply_register).
32
33 2002-11-09 Klee Dienes <kdienes@apple.com>
34
35 * blockframe.c (sigtramp_saved_pc): Use
36 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
37 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
38 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
39
40 2002-11-09 Andrew Cagney <ac131313@redhat.com>
41
42 * frame.c (get_prev_frame): Test prev_p to identify a previously
43 unwound frame. Initialize prev_p.
44 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
45 comment.
46
47 2002-11-09 Andrew Cagney <ac131313@redhat.com>
48
49 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
50 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
51 more comments. Zap dead code.
52
53 2002-11-09 Mark Kettenis <kettenis@gnu.org>
54
55 * infcmd.c (print_vector_info, print_float_info): Move code that
56 checks whether the target has any registers and whether there is a
57 selected frame up, such that it is also used if a target provides
58 multi-arch definitions of these functions.
59
60 2002-11-08 Andrew Cagney <ac131313@redhat.com>
61
62 * Makefile.in (DESTDIR): Define.
63 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
64 prefix.
65
66 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
67 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
68
69 2002-11-08 Andrew Cagney <ac131313@redhat.com>
70
71 * i386-linux-tdep.c: Include "reggroups.h".
72 (i386_linux_register_reggroup_p): New function.
73 (i386_linux_init_abi): Set register_reggroup_p to
74 i386_linux_register_reggroup_p.
75 * i386-tdep.h (i386_register_reggroup_p): Declare.
76 * i386-tdep.c: Include "reggroups.h".
77 (i386_init_reggroups): New function.
78 (i386_add_reggroups): New function.
79 (i386_register_reggroup_p): New function.
80 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
81 (_initialize_i386_tdep): Call i386_init_reggroups.
82 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
83 specific reggroups.
84
85 2002-11-09 Mark Kettenis <kettenis@gnu.org>
86
87 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
88 request that's available in *BSD.
89
90 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
91
92 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
93 FDOFF_REGNUM.
94
95 2002-11-08 Andrew Cagney <ac131313@redhat.com>
96
97 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
98 * dummy-frame.c (find_dummy_frame): Rename
99 generic_find_dummy_frame, make static. Return the dummy frame
100 instead of the regcache.
101 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
102 (cached_find_dummy_frame): New function. Use find_dummy_frame.
103 (dummy_frame_register_unwind): Rename
104 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
105 * dummy-frame.h (dummy_frame_register_unwind): Rename
106 generic_call_dummy_register_unwind.
107
108 2002-11-08 Mark Kettenis <kettenis@gnu.org>
109
110 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
111 except the inclusion of "i386/tm-i386.h", to...
112 * config/i386/nm-i386v42mp.h: ...here.
113 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
114
115 2002-11-08 Andrew Cagney <ac131313@redhat.com>
116
117 * Makefile.in (frame.o): Update dependencies.
118 * blockframe.c (current_frame, frame_obstack_alloc)
119 (frame_saved_regs_zalloc, get_current_frame)
120 (set_current_frame, create_new_frame)
121 (set_unwind_by_pc, get_next_frame)
122 (flush_cached_frames, reinit_frame_cache)
123 (frame_saved_regs_register_unwind)
124 (deprecated_generic_get_saved_register)
125 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
126 (_initialize_blockframe): Move frame code from here...
127 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
128 "annotate.h" and "dummy-frame.h".
129 (_initialize_frame): New function.
130
131 2002-11-08 Jim Blandy <jimb@redhat.com>
132
133 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
134 when we finish a function a context.
135 * buildsym.h (outermost_context_p): New macro.
136 (Bug analyzed by David Edelsohn.)
137
138 2002-11-08 Andrew Cagney <ac131313@redhat.com>
139
140 * blockframe.c: Include "dummy-frame.h".
141 (struct dummy_frame, dummy_frame_stack)
142 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
143 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
144 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
145 (generic_save_call_dummy_addr, generic_pop_current_frame)
146 (generic_pop_dummy_frame, generic_fix_call_dummy)
147 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
148 dummy frame code from here...
149 * dummy-frame.c: ...to here. New file.
150 * dummy-frame.h: New file.
151 (generic_call_dummy_register_unwind): Declare.
152 (generic_find_dummy_frame): Declare.
153 * Makefile.in (SFILES): Add dummy-frame.c.
154 (dummy-frame.o): Specify dependencies.
155 (dummy_frame_h): Define.
156 (COMMON_OBS): Add dummy-frame.o.
157 (blockframe.o): Update dependencies.
158
159 2002-11-08 Jim Blandy <jimb@redhat.com>
160
161 * dwarf2read.c (read_func_scope): Restore local_symbols and
162 param_symbols after we finish the function context. (Based on a
163 patch from David Edelsohn.)
164
165 2002-11-08 David Carlton <carlton@math.stanford.edu>
166
167 * linespec.c (symbol_found): New function.
168 (minsym_found): New function.
169 (decode_line_1): Separate out some code into separate functions.
170
171 2002-11-08 Joel Brobecker <brobecker@gnat.com>
172
173 * i386-tdep.c (i386_frameless_signal_p): Make non static for
174 the benefit of the interix target.
175 * i386-tdep.h (i386_frameless_signal_p): Declare.
176
177 2002-11-08 Andrew Cagney <ac131313@redhat.com>
178
179 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
180 declaration that snuck in from change below.
181
182 2002-11-06 Andrew Cagney <cagney@redhat.com>
183
184 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
185 all callers.
186 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
187 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
188 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
189 (i386_mxcsr_regnum_p): new function. Use instead of
190 MXCSR_REGNUM_P.
191 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
192 (i386_sse_regnum_p): Declare.
193 (i386_mxcsr_regnum_p): Declare.
194 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
195 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
196 (IS_FP_REGNUM): Update definition.
197 (IS_FPU_CTRL_REGNUM): Update definition..
198 (IS_SSE_REGNUM): Update definition..
199 * i386v-nat.c (register_u_addr): Update.
200 * go32-nat.c (fetch_register): Update.
201 (store_register): Update.
202
203 2002-11-07 Joel Brobecker <brobecker@gnat.com>
204
205 Preparation work to convert the hppa targets to multiarch partial.
206
207 * hppa-tdep.c: Add new functions replacing macro bodies from
208 config/pa/tm-hppa.h. These function will be used to initialize
209 the gdbarch structure. Import some comments from tm-hppa.h,
210 and place them where appropriate, to avoid loosing them when
211 we cleanup this file.
212 (hppa_reg_struct_has_addr): New function.
213 (hppa_inner_than): New function.
214 (hppa_stack_align): New function.
215 (hppa_pc_requires_run_before_use): New function.
216 (hppa_instruction_nullified): New function.
217 (hppa_register_byte): New function.
218 (hppa_register_virtual_type): New function.
219 (hppa_store_struct_return): New function.
220 (hppa_cannot_store_register): New function.
221 (hppa_frame_args_address): New function.
222 (hppa_frame_locals_address): New function.
223 (hppa_smash_text_address): New function.
224 (hppa_coerce_float_to_double): New function. Requires the inclusion
225 of "language.h".
226
227 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
228
229 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
230 gdbarch-eligible macro to a call to the new associated function
231 created in hppa-tdep.c.
232 (INNER_THAN): Likewise.
233 (STACK_ALIGN): Likewise.
234 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
235 (INSTRUCTION_NULLIFIED): Likewise.
236 (REGISTER_BYTE): Likewise.
237 (REGISTER_VIRTUAL_TYPE): Likewise.
238 (STORE_STRUCT_RETURN): Likewise.
239 (CANNOT_STORE_REGISTER): Likewise.
240 (FRAME_ARGS_ADDRESS): Likewise.
241 (FRAME_LOCALS_ADDRESS): Likewise.
242 (SMASH_TEXT_ADDRESS): Likewise.
243 (COERCE_FLOAT_TO_DOUBLE): Likewise.
244 (ABOUT_TO_RETURN): Delete, as no longer used.
245
246 2002-11-07 Fernando Nasser <fnasser@redhat.com>
247
248 * printcmd.c (disassemble_command): Remove obsolete function.
249 (_initialize_printcmd): Do not create disassemble command here.
250 * cli/cli-cmds.c (disassemble_command): New function. Implements
251 disassemble command.
252 (init_cli_cmds): Create disassemble command here instead.
253
254 2002-11-07 Andrew Cagney <ac131313@redhat.com>
255
256 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
257
258 2002-11-07 Andrew Cagney <ac131313@redhat.com>
259
260 * regcache.h (regcache_cooked_read_using_offset_hack)
261 (regcache_cooked_write_using_offset_hack): Delete declarations.
262 (register_changed): Delete declaration.
263 * regcache.c (regcache_cooked_read_using_offset_hack)
264 (regcache_cooked_write_using_offset_hack): Delete functions.
265 (cooked_xfer_using_offset_hack): Delete function.
266 (register_changed): Delete function.
267
268 2002-11-07 Jim Blandy <jimb@redhat.com>
269
270 * macroscope.c: #include "complaints.h".
271 (sal_macro_scope): Cope with filenames that appear in the symtabs,
272 but not in the macro table.
273 * Makefile.in (macroscope.o): Record dependency.
274
275 2002-11-07 Joel Brobecker <brobecker@gnat.com>
276
277 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
278
279 2002-11-07 Andrew Cagney <ac131313@redhat.com>
280
281 * regcache.c (deprecated_registers_fetched): Update.
282 * regcache.h (deprecated_registers_fetched): Rename
283 registers_fetched.
284 * remote-vxsparc.c (vx_read_register): Update.
285 * remote-vxmips.c (vx_read_register): Update.
286 * remote-vx68.c (vx_read_register): Update.
287 * irix5-nat.c (fetch_core_registers): Update.
288 * mipsm3-nat.c (fetch_inferior_registers): Update.
289 * sun3-nat.c (fetch_inferior_registers): Update.
290 * symm-nat.c (fetch_inferior_registers): Update.
291 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
292 (fetch_core_registers): Update.
293 (fetch_kcore_registers): Update.
294 * mips-nat.c (fetch_inferior_registers): Update.
295 * corelow.c (get_core_registers): Update.
296 * a68v-nat.c (fetch_inferior_registers): Update.
297
298 2002-11-06 Joel Brobecker <brobecker@gnat.com>
299
300 Put in place the framework necessary for multiarching the hppa targets.
301 * hppa-tdep.c (hppa_gdbarch_init): New function.
302 (hppa_dump_tdep): New function.
303 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
304 tdep structure dumper.
305 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
306 until the multi-arching conversion has partially been completed.
307
308 2002-11-06 Andrew Cagney <ac131313@redhat.com>
309
310 * valops.c (value_assign): Merge lval_register case into
311 lval_reg_frame_relative. Use frame_register and
312 regcache_cooked_write instead of get_saved_register and
313 write_register_bytes. After flushing the register cache, try to
314 re-select the selected frame.
315
316 2002-11-06 Andrew Cagney <ac131313@redhat.com>
317
318 * regcache.h (deprecated_register_valid): Rename register_valid.
319 * regcache.c: Update.
320 * ia64-aix-nat.c: Update.
321 * i386gnu-nat.c: Update.
322 * alpha-nat.c: Update.
323 * sparc-nat.c: Update.
324 * lynx-nat.c: Update.
325 * remote-mips.c: Update.
326
327 2002-11-06 Joel Brobecker <brobecker@gnat.com>
328
329 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
330 to end of file, to be more consistent with the pratice followed
331 by other targets.
332
333 2002-11-06 Andrew Cagney <ac131313@redhat.com>
334
335 * infcmd.c: Include "reggroups.h" and <ctype.h>.
336 (print_float_info): Print registers in float_reggroup.
337 (print_vector_info): Print registers in vector_reggroup.
338 (default_print_registers_info): When all, print registers in
339 all_reggroup. Otherwize, print registers in general_reggroup.
340 (registers_info): Rewrite. Add support for register groups.
341 Eliminate a goto.
342
343 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
344
345 * symtab.c (methods_info): Delete. It has been ifdeffed out for
346 ages.
347 (symtab_symbol_info): Remove eons old ifdeffed out code.
348 (_initialize_symtab): Remove prehistoric disabled 'info methods'
349 command.
350
351 2002-11-06 Theodore A. Roth <troth@openavr.org>
352
353 * c-exp.y: Add missing semi-colons.
354 * f-exp.y: Add missing semi-colons.
355 * m2-exp.y: Add missing semi-colons.
356 * p-exp.y: Add missing semi-colons.
357 Add empty action to start rule to avoid a type clash error when
358 building with bison >= 1.50.
359
360 2002-11-06 Jim Blandy <jimb@redhat.com>
361
362 * macrotab.h (struct macro_source_file): Doc fix.
363
364 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
365
366 * varobj.c (child_exists, cplus_number_of_children): Change
367 STREQ macro references to strcmp.
368 (cplus_name_of_child): Change code to handle the fact that
369 fields are not necessarily contiguous with regards to their
370 access control. This is a fix for PR gdb/792.
371
372 2002-11-05 Andrew Cagney <ac131313@redhat.com>
373
374 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
375 * gdbarch.h, gdbarch.c: Regnerate.
376 * frame.h (frame_register): Declare.
377 * frame.c (frame_register): New function.
378 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
379 GET_SAVED_REGISTER, otherwize call
380 generic_unwind_get_saved_register.
381 (frame_register_read): Use frame_register instead of
382 get_saved_register.
383
384 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
385
386 From Jim Ingham <jingham@apple.com>:
387 * event-top.c (gdb_disable_readline): New function.
388 (_initialize_event_loop): Move comment.
389
390 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
391
392 * event-loop.c (start_event_loop): Add comment.
393 Update copyright.
394
395 2002-11-05 Andrew Cagney <ac131313@redhat.com>
396
397 * infcmd.c (default_print_registers_info): Do not call
398 PRINT_REGISTER_HOOK.
399
400 2002-11-05 Andrew Cagney <ac131313@redhat.com>
401
402 * sparc-tdep.c (sparc_print_register_hook): Make static.
403 (sparc_print_registers_info): New function.
404 (sparc_do_registers_info): New function.
405 (sparclet_print_registers_info): New function.
406 (sparclet_do_registers_info): New function.
407 (do_sparc_print_registers_info): New function.
408 (sparc_print_registers): New static function, clone of infcmd.c's
409 default_print_registers_info.
410 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
411 (sparclet_do_registers_info): Declare.
412 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
413 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
414 Re-define.
415 (sparc_do_registers_info): Declare.
416 (PRINT_REGISTER_HOOK): Delete macro.
417 (sparc_print_register_hook): Delete declaration.
418
419 2002-11-05 David Carlton <carlton@math.stanford.edu>
420
421 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
422 functions.
423 (lookup_symbol_aux_local): New function.
424 (lookup_symbol_aux_symtabs): New function.
425 (lookup_symbol_aux_psymtabs): New function.
426
427 2002-11-05 David Carlton <carlton@math.stanford.edu>
428
429 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
430 previous values of 'objfile' and 'block'.
431
432 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
433
434 * values.c (value_change_enclosing_type): Set
435 enclosing_type field correctly also for the case where
436 more memory needs to be allocated.
437
438 2002-11-03 Mark Kettenis <kettenis@gnu.org>
439
440 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
441 of puts_filtered.
442
443 * i387-tdep.c (i387_print_float_info): Replace calls to
444 register_read and deprecated_read_register_gen with calls to
445 frame_register_read, and make the necessary adjustments to the
446 surrounding code.
447
448 2002-11-02 Andrew Cagney <ac131313@redhat.com>
449
450 * gdbarch.sh (register_reggroup_p): Allow default value.
451 * gdbarch.h, gdbarch.c: Regenerate.
452
453 2002-11-02 Andrew Cagney <ac131313@redhat.com>
454
455 * regcache.h: Add coment indicating replacements for deprecated
456 functions.
457
458 2002-11-02 Andrew Cagney <cagney@redhat.com>
459
460 * reggroups.h, reggroups.c: New files.
461 * regcache.c: Include "reggroups.h".
462 (enum regcache_dump_what): Add `regcache_dump_groups'.
463 (regcache_dump): Contract size of the "Type" column. When
464 specified, dump the register's groups.
465 (maintenance_print_register_groups): New function.
466 (_initialize_regcache): Add command `maint print register-groups'.
467 * Makefile.in (COMMON_OBS): Add reggroups.o
468 (SFILES): Add reggroups.c.
469 (reggroups_h): Define.
470 (regcache.o, gdbarch.o): Update dependencies.
471 (reggroups.o): Specify dependencies.
472 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
473 Add opaque declaration for `struct reggroup' in generated .h file.
474 Include "reggroups.h" in generated .c file.
475 gdbarch.h, gdbarch.c: Re-generate.
476
477 2002-11-02 Andrew Cagney <cagney@redhat.com>
478
479 * regcache.h (deprecated_read_register_gen): Rename
480 read_register_gen.
481 (deprecated_write_register_gen): Rename write_register_gen.
482 * i387-tdep.c: Update.
483 * x86-64-linux-nat.c: Update
484 * wince.c: Update.
485 * thread-db.c: Update.
486 * win32-nat.c: Update.
487 * mips-tdep.c: Update.
488 * d10v-tdep.c: Update.
489 * cris-tdep.c: Update.
490 * remote-sim.c: Update.
491 * remote-rdi.c: Update.
492 * remote-rdp.c: Update.
493 * frame.c: Update.
494 * target.c: Update.
495 * blockframe.c: Update.
496 * x86-64-tdep.c: Update.
497 * xstormy16-tdep.c: Update.
498 * sh-tdep.c: Update.
499 * s390-tdep.c: Update.
500 * rs6000-tdep.c: Update.
501 * sparc-tdep.c: Update.
502 * i386-tdep.c: Update.
503 * dwarf2cfi.c: Update.
504 * regcache.c: Update.
505
506 2002-11-01 Joel Brobecker <brobecker@gnat.com>
507
508 New interix-specific files:
509 * config/i386/nm-interix.h: New file.
510 * config/i386/interix.mh: New file.
511 * config/i386/interix.mt: New file.
512 * i386-interix-nat.c: New file.
513 * i386-interix-tdep.c: New file.
514
515 2002-11-01 Andrew Cagney <cagney@redhat.com>
516
517 * frame.h (deprecated_generic_get_saved_register): Rename
518 generic_get_saved_register.
519 * blockframe.c (deprecated_generic_get_saved_register): Update.
520 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
521 (xstormy16_frame_saved_register): Update.
522 * sh-tdep.c (sh_gdbarch_init): Update.
523 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
524 * ia64-tdep.c (ia64_get_saved_register): Update.
525 * cris-tdep.c (cris_gdbarch_init): Update.
526 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
527 * arm-tdep.c (arm_gdbarch_init): Update.
528
529 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
530
531 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
532
533 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
534
535 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
536 trampolines in sigaction.
537
538 2002-10-31 Andrew Cagney <cagney@redhat.com>
539
540 * h8300-tdep.c: Include "gdb_assert.h".
541 (h8300_print_register): Add gdbarch, file and frame parameters.
542 Use frame_read_unsigned_register to read the register's value.
543 Use fprintf_filtered to display output.
544 (h8300_print_registers_info): Replace h8300_do_registers_info.
545 (h8300_gdbarch_init): Set print_registers_info.
546
547 2002-10-31 Andrew Cagney <cagney@redhat.com>
548
549 * frame.c (frame_read_unsigned_register): New function.
550 (frame_read_signed_register): New function.
551 * frame.h (frame_read_unsigned_register): Declare.
552 (frame_read_signed_register): Declare.
553
554 2002-10-31 Andrew Cagney <cagney@redhat.com>
555
556 * h8500-tdep.c (h8500_print_registers_info): New static function,
557 clone of infcmd.c's default_print_registers_info.
558 (h8500_do_registers_info): New funtion.
559 (h8500_print_register_hook): Rename print_register_hook, make
560 static.
561
562 * config/h8500/tm-h8500.h: Update copyright.
563 (DEPRECATED_DO_REGISTERS_INFO): Define.
564 (h8500_do_registers_info: Declare.
565 (PRINT_REGISTER_HOOK): Delete macro.
566 (print_register_hook): Delete function.
567
568 2002-10-31 Andrew Cagney <cagney@redhat.com>
569
570 * z8k-tdep.c (z8k_print_register_hook): Make static.
571 (z8k_print_registers_info): New static function, clone of
572 infcmd.c's default_print_registers_info.
573 (z8k_do_registers_info): New function. Wrap
574 z8k_print_registers_info.
575 * config/z8k/tm-z8k.h: Update copyright.
576 (PRINT_REGISTER_HOOK): Delete macro.
577 (z8k_print_register_hook): Delete declaration.
578 (DEPRECATED_DO_REGISTERS_INFO): Define.
579 (z8k_do_registers_info): Declare.
580
581 2002-10-30 Joel Brobecker <brobecker@gnat.com>
582
583 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
584 as this is already provided by value.h, and was actually causing
585 a compilation error because of a conflict in parameter type
586 declaration due to a missing const keyword.
587 (low_text_segment_addres): Fix a compilation warning.
588
589 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
590
591 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
592 registers without a name.
593 (mips_linux_cannot_store_register): Don't store registers without
594 a name.
595
596 2002-10-28 David Carlton <carlton@math.stanford.edu>
597
598 * symtab.c (find_addr_symbol): Delete. (It was already commented
599 out.)
600 * symtab.h: Delete prototype for find_addr_symbol.
601
602 2002-10-26 Andrew Cagney <cagney@redhat.com>
603
604 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
605 DO_REGISTERS_INFO.
606 gdbarch.h, gdbarch.c: Re-generate.
607 * infcmd.c (default_print_registers_info): Update reference.
608 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
609 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
610 * sh-tdep.c (sh_gdbarch_init): Ditto.
611 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
612 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
613
614 2002-10-26 Mark Kettenis <kettenis@gnu.org>
615
616 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
617 cfi_init_extra_frame_info.
618 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
619 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
620
621 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
622 target where necessary. Add more comments and remove the ones
623 that don't provide any useful information.
624
625 * i386-tdep.c (i386_frame_saved_pc): Replace call to
626 deprecated_read_register_dummy with
627 frame_unwind_unsigned_register.
628
629 * i386-tdep.c (i386_extract_struct_value_address): Use
630 regcache_raw_read_unsigned instead of
631 regcache_cooked_read_unsigned since we know that the register
632 we're reading isn't a pseudo register. Rename variable 'val' into
633 the more descriptive 'addr'.
634
635 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
636 (x86_64_push_return_address): Add comment.
637 (x86_64_pop_frame): Make static.
638 (examine_argument): Clarify comment.
639 (x86_64_skip_prologue): Make prolog_expact variable static.
640
641 * dwarf2cfi.c: Fix some formatting problems.
642 (context_cpy, read_encoded_pointer): Clarify comments.
643
644 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
645 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
646 i386 target back into x86_64_gdbarch_init. Add some comments and
647 remove meaningless ones.
648
649 2002-10-25 Andrew Cagney <cagney@redhat.com>
650
651 * complaints.h (struct deprecated_complaint): Rename `struct
652 complaint'.
653 * complaints.c (complain): Update.
654 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
655 incorrect comment indicating that "symfile.h" was being included
656 for the `struct complaint' definition.
657 * remote-vx.c: Update.
658 * objc-lang.c: Update.
659 * xcoffread.c: Update.
660 * hpread.c: Update.
661 * mdebugread.c: Update.
662 * stabsread.c: Update.
663 * dwarf2read.c: Update.
664 * dwarfread.c: Update.
665 * elfread.c: Update.
666 * coffread.c: Update.
667 * stabsread.h: Update.
668 * dbxread.c: Update.
669 * buildsym.c: Update.
670 * gdbtypes.c: Update.
671 * macrotab.c: Update.
672
673 2002-10-25 Mark Kettenis <kettenis@gnu.org>
674
675 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
676 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
677 (x86_64_init_abi): ...new function.
678
679 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
680 * i386v-nat.c: Include "i386-tdep.h".
681
682 2002-10-25 Andrew Cagney <cagney@redhat.com>
683
684 * gdbtypes.c (address_space_name_to_int): Update.
685 (address_space_int_to_name): Update.
686 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
687 multi-arch predicate.
688 (address_class_name_to_type_flags): Ditto.
689 * gdbarch.h, gdbarch.c: Re-generate.
690
691 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
692
693 2002-10-24 Martin M. Hunt <hunt@redhat.com>
694
695 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
696
697 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
698
699 * symtab.h (INIT_SAL): Delete macro.
700 (init_sal): Export.
701 * symtab.c (init_sal): New function.
702
703 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
704 to init_sal function call.
705 (find_sal_from_funcs_and_line): Ditto.
706 (all_sals_for_line): Ditto.
707 * breakpoint.c (create_internal_breakpoint): Ditto.
708 (create_fork_vfork_event_catchpoint): Ditto.
709 (create_exec_event_catchpoint): Ditto.
710 (parse_breakpoint_sals): Ditto.
711 (watch_command_1): Ditto.
712 (handle_gnu_4_16_catch_command): Ditto.
713 (clear_command): Ditto.
714 * hppa-tdep.c (child_enable_exception_callback): Ditto.
715 * infcmd.c (run_stack_dummy): Ditto.
716 * infrun.c (process_event_stop_test): Ditto.
717 (check_sigtramp2): Ditto.
718 (step_over_function): Ditto.
719 * linespec.c (decode_line_2): Ditto.
720 (decode_line_1): Ditto.
721 * source.c (line_info): Ditto.
722 * symtab.c (find_pc_sect_line): Ditto.
723
724 2002-10-24 Michal Ludvig <mludvig@suse.cz>
725
726 * dwarf2cfi.c (struct context)
727 (struct context_reg): Moved to dwarf2cfi.h
728 (context_alloc, frame_state_alloc, context_cpy):
729 Made extern instead of static, removed prototypes.
730 * dwarf2cfi.h (struct context)
731 (struct context_reg): New, moved from dwarf2cfi.c
732 (context_alloc, frame_state_alloc, context_cpy):
733 New prototypes.
734 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
735 Changed from static to extern.
736 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
737 (LINUX_SIGCONTEXT_FP_OFFSET)
738 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
739 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
740 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
741 * x86-64-tdep.c (x86_64_gdbarch_init): Several
742 set_gdbarch_*() calls now use x86-64 specific functions
743 instead of DWARF2 CFI ones.
744 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
745 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
746 (x86_64_init_extra_frame_info): New prototypes.
747
748 2002-10-23 David Carlton <carlton@math.stanford.edu>
749
750 * linespec.c: #include "parser-defs.h".
751 Delete prototype for find_template_name_end.
752 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
753
754 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
755
756 * NEWS: add recent mi fixes.
757 * varobj.c (struct varobj): Add new "updated" flag.
758 (new_variable): Default "updated" flag to 0.
759 (varobj_set_value): Set "updated" flag to 1 if value
760 changes.
761 (varobj_update): Check varobj "updated" flag before
762 comparing old and refreshed values. Fix for
763 PR gdb/702.
764
765 2002-10-23 David Carlton <carlton@math.stanford.edu>
766
767 * parse.c (parse_exp_1): Use BLOCK_START.
768 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
769 SYMBOL_BLOCK_VALUE.
770 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
771
772 2002-10-23 David Carlton <carlton@math.stanford.edu>
773
774 * symtab.c: Delete cplusplus_hint.
775 Delete prototype for find_template_name_end.
776
777 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
778
779 * symtab.h: Update comment.
780
781 2002-10-23 Michael Snyder <msnyder@redhat.com>
782
783 * printcmd.c (address_info): Restore quotes in output.
784 * valops.c (value_of_local): Restore quotes in error message.
785
786 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
787
788 * symtab.c (symbol_demangled_name): New function.
789 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
790 turning most of it into a function.
791 (symbol_demangled_name): Export.
792
793 2002-10-23 Michael Snyder <msnyder@redhat.com>
794
795 * valops.c (value_of_local): Restore quotes in error message.
796
797 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
798
799 * symtab.c (symbol_init_language_specific): New function.
800 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
801 turning most of it into a function.
802 (symbol_init_language_specific): Export.
803
804 2002-10-23 David Carlton <carlton@math.stanford.edu>
805
806 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
807 (dwarf_attr_name): Ditto.
808 (dwarf_type_encoding_name): Ditto.
809 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
810 (process_die): Handle DW_TAG_namespace,
811 DW_TAG_imported_declaration, DW_TAG_imported_module.
812 (read_namespace): New function.
813
814 2002-10-22 Joel Brobecker <brobecker@gnat.com>
815
816 * configure.in: Define NEW_PROC_API on Interix too.
817 * configure: Regenerate.
818
819 2002-10-21 Joel Brobecker <brobecker@gnat.com>
820
821 * configure: Regenerate using the proper version of autoconf.
822
823 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
824
825 * findvar.c (read_var_value): Temporarily disable TLS code, until
826 complete TLS support is added.
827
828 2002-10-21 Jim Blandy <jimb@redhat.com>
829 Elena Zannoni <ezannoni@redhat.com>
830
831 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
832 for thread local storage locations.
833 (struct symbol): Add objfile field.
834 (SYMBOL_OBJFILE): Define.
835 * dwarf2read.c (is_thread_local): New static variable.
836 (new_symbol): If variable is in thread local fill in address class
837 and objfile appropriately.
838 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
839 stack operation.
840 * printcmd.c (address_info): Print the information for thread
841 local storage variable.
842 * findvar.c (read_var_value): In case of thread local variable,
843 defer to the target vector code to compute address.
844
845 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
846
847 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
848 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
849
850 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
851
852 * symtab.h (address_class): Rename
853 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
854 * hpread.c (hpread_process_one_debug_symbol): Ditto.
855 * printcmd.c (address_info): Ditto.
856 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
857
858 2002-10-20 Mark Kettenis <kettenis@gnu.org>
859
860 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
861 DBREG_DRX macro to acces debug registers.
862
863 * Makefile.in (i386obsd-tdep.o): New target.
864
865 * solib-sunos.c: Include "bcache.h" and "regcache.h".
866 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
867
868 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
869 * config/i386/obsd.mt: New file.
870 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
871 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
872 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
873 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
874 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
875 * i386obsd-tdep.c: New file.
876
877 2002-10-19 Adam Fedor <fedor@gnu.org>
878
879 * objc-exp.y (name_not_typename): Fix invalid comment.
880
881 2002-10-20 Mark Kettenis <kettenis@gnu.org>
882
883 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
884 to allocate partial syms and macro byte caches.
885
886 2002-10-18 David Carlton <carlton@math.stanford.edu>
887
888 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
889
890 2002-10-18 Adam Fedor <fedor@gnu.org>
891
892 * stabsread.c (find_name_end): New function.
893 (define_symbol): Use it.
894
895 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
896
897 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
898 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
899 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
900 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
901
902 2002-10-17 David Carlton <carlton@math.stanford.edu>
903
904 * symfile.h: Add opaque declaration for struct obstack.
905 Declare obsavestring to take a const char *.
906 * symfile.c (obsavestring): Make first argument a const char *.
907
908 2002-10-16 Adam Fedor <fedor@gnu.org>
909
910 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
911 names when matching breakpoints in current file.
912
913 2002-10-16 Kevin Buettner <kevinb@redhat.com>
914
915 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
916 (read_tag_pointer_type): Add address class support.
917 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
918 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
919 New methods.
920 * gdbarch.h, gdbarch.c: Regenerate.
921 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
922 (make_type_with_address_space, recursive_type_dump): Add address
923 class support.
924 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
925 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
926 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
927
928 2002-10-16 Klee Dienes <kdienes@apple.com>
929
930 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
931 to get the last character of a char[] buffer, not
932 name[sizeof(vptr_name)-1].
933
934 2002-10-14 Adam Fedor <fedor@gnu.org>
935
936 * symtab.h: New objc_specific struct.
937 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
938 (SYMBOL_DEMANGLED_NAME): Likewise.
939
940 2002-10-14 Adam Fedor <fedor@gnu.org>
941
942 * symfile.c (init_filename_language_table): Add ObjC file extension.
943
944 2002-10-14 Adam Fedor <fedor@gnu.org>
945
946 * utils.c (puts_filtered_tabular): New function.
947 (fprintf_symbol_filtered): Get ObjC demangled name.
948 * defs.h (puts_filtered_tabular): Declared.
949
950 2002-10-14 Kevin Buettner <kevinb@redhat.com>
951
952 * c-lang.h (c_type_print_varspec_prefix): Delete.
953 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
954 ``need_post_space'' parameter. Adjust all callers.
955
956 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
957
958 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
959 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
960 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
961 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
962
963 2002-10-13 Adam Fedor <fedor@gnu.org>
964
965 * source.c (print_source_lines): Update comments.
966
967 2002-10-13 Adam Fedor <fedor@gnu.org>
968
969 * valops.c (value_of_local): New function.
970 (value_of_this): Use it.
971 * value.h (value_of_local): Declared.
972
973 2002-10-13 Adam Fedor <fedor@gnu.org>
974
975 * parse.c: (length_of_subexp, prefixify_subexp): Handle
976 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
977
978 2002-10-12 Adam Fedor <fedor@gnu.org>
979
980 * language.c (binop_result_type): Add language_objc to case.
981 (integral_type): Likewise.
982 (character_type): Likewise.
983 (string_type): Likewise.
984 (boolean_type): Likewise.
985 (structured_type): Likewise.
986 (binop_type_check): Likewise.
987
988 2002-10-11 Adam Fedor <fedor@gnu.org>
989
990 * printcmd.c (address_info): Print 'self' for ObjC.
991
992 2002-10-11 Adam Fedor <fedor@gnu.org>
993
994 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
995 OP_SELF.
996
997 2002-10-11 Adam Fedor <fedor@gnu.org>
998
999 * language.h (CAST_IS_CONVERSION): Add language_objc.
1000
1001 2002-10-11 Adam Fedor <fedor@gnu.org>
1002
1003 * defs.h (enum language): Add language_objc.
1004
1005 2002-10-11 Klee Dienes <kdienes@apple.com>
1006
1007 * corefile.c (read_memory_typed_address): New function.
1008 * gdbcore.h (read_memory_typed_address): Add prototype.
1009 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1010 to read a value destined for a CORE_ADDR, not read_memory_integer.
1011 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1012 (f77_get_dynamic_lowerbound): Ditto.
1013
1014 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1015
1016 * utils.c (string_to_core_addr): After turning string into
1017 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1018 which will do necessary sign-extension, etc.
1019
1020 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1021
1022 * c-exp.y (THIS): Delete token and grammar rule.
1023 (yylex): Don't return THIS.
1024 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1025 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1026 * demangle.c (cplus_markers): Update comment. Put '$'
1027 first. Remove CPLUS_MARKER.
1028 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1029 * jv-exp.y (THIS): Delete token and grammar rule.
1030 (yylex): Don't return THIS.
1031 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1032 * objc-exp.y (THIS): Delete token and grammar rule.
1033 (yylex): Don't return THIS.
1034 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1035 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1036 (read_member_functions): Likewise for opname.
1037 (read_tilde_fields): Use is_cplus_marker.
1038
1039 * defs.h (CPLUS_MARKER): Don't define.
1040 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1041 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1042 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1043 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1044 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1045
1046 * config/i386/tm-i386v4.h: Delete file.
1047 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1048 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1049 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1050 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1051 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1052 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1053 * config/i386/i386v4.mt (TM_FILE): Likewise.
1054 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1055
1056 2002-10-10 Marko Mlinar <markom@opencores.org>
1057
1058 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1059 accidentially not commited 2002-10-09
1060 * gdbarch.h, gdbarch.c: Re-generate.
1061
1062 2002-10-09 Marko Mlinar <markom@opencores.org>
1063
1064 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1065 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1066 * gdbarch.h, gdbarch.c: Re-generate.
1067
1068 2002-10-08 Petr Sorfa <petrs@caldera.com>
1069
1070 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1071
1072 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1073 so we can work on more than one compilation unit at a time. This
1074 helps prepare GDB to handle inter-CU die references.
1075 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1076 the code to be defined before struct comp_unit_head.
1077 (comp_unit_head): Added new members - offset, cu_head,
1078 begin_die, next and dwarf2_abbrevs.
1079 (dwarf2_abbrevs): Removed single static var; now member of
1080 struct comp_unit_head.
1081 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1082 members.
1083 (psymtab_to_symtab_1): Changed to work with the new
1084 struct comp_unit_head.
1085 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1086 constructs the dwarf2_abbrevs[] inside the cu_header.
1087 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1088 dwarf2_abbrev table to clean up.
1089 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1090 handling of dwarf2_abbrevs inside the cu_header.
1091 (read_partial_die): Now supports the call to the new
1092 dwarf2_lookup_abbrev.
1093 (read_full_die): Now supports the call to the new
1094 dwarf2_lookup_abbrev.
1095
1096 2002-10-06 Christopher Faylor <cgf@redhat.com>
1097
1098 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1099 insure that shell variables, such as "transformed_name" are propagated
1100 to later shell statements in rule.
1101
1102 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1103
1104 * config/i386/nm-i386sco.h: Add protection against
1105 multiple-inclusion. Include "i386/nm-i386v.h".
1106 (REGISTER_U_ADDR): Remove define.
1107 (i386_register_u_addr): Remove prototype.
1108
1109 2002-10-04 Michael Snyder <msnyder@redhat.com>
1110
1111 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1112 before treating it as a single-step event.
1113
1114 2002-10-03 Adam Fedor <fedor@gnu.org>
1115
1116 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1117 (objc_demangle): Remove assignment in if statements, Replace
1118 free with xfree.
1119 (add_msglist): Likewise.
1120 (end_msglist): Likewise.
1121 (complare_selectors): Likewise.
1122 (selectors_info): Likewise.
1123 (compare_classes): Likewise.
1124 (classes_info): Likewise.
1125 (print_object_command): Likewise.
1126 (find_objc_msgcall_submethod): Replace PTR with void *.
1127 * objc-lang.h: Remove check for __STDC__.
1128
1129 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1130
1131 * ui-out.h (ui_out_field_fmt_int): New prototype.
1132 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1133 of field width and alignment.
1134 * stack.c (print_frame_info_base): When printing frame level, use
1135 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1136 PR gdb/192
1137
1138 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1139
1140 * MAINTAINERS: Add self to Write After Approval list.
1141
1142 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1143
1144 * infcmd.c (interrupt_target_command_wrapper): Delete.
1145 (interrupt_target_command): Make non static.
1146 (nofp_registers_info): Make static.
1147 * stack.c (return_command_wrapper): Delete.
1148 (return_command): Make non static.
1149
1150 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1151
1152 * event-top.c (gdb_setup_readline): New function. Code moved from
1153 _initialize_event_loop().
1154 (_initialize_event_loop): Call gdb_setup_readline().
1155
1156 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1157
1158 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1159 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1160 * gdbarch.h, gdbarch.c: Re-generate.
1161
1162 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1163
1164 Fix PR gdb/778
1165 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1166 before recursing.
1167 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1168 of fill_in_vptr_fieldno.
1169
1170 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1171
1172 * inferior.h (registers_info, stepi_command, nexti_command,
1173 continue_command, interrupt_target_command): Export from infcmd.c.
1174 * frame.h (args_info, selected_frame_level_changed_hook,
1175 return_command): Export from stack.c.
1176 * v850ice.c (stepi_command, nexti_command, continue_command): use
1177 prototypes from inferior.h.
1178 * tracepoint.c (registers_info, args_info, locals_info): Use
1179 prototypes from frame.h and inferior.h.
1180 * Makefile.in (mi-main.o): Add dependency on frame.h.
1181
1182 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1183
1184 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1185 value in register 3 adjusted by ppc_gp0_regnum.
1186
1187 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1188
1189 2002-10-02 Marko Mlinar <markom@opencores.org>
1190
1191 * MAINTAINERS: Add myself to the Write After Approval list.
1192
1193 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1194
1195 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1196 of the section for the N64 ABI, fixed.
1197
1198 * config/mips/tm-irix6.h: Include solib.h.
1199
1200 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1201
1202 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1203 GNU operators.
1204
1205 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1206
1207 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1208 and that "mi0" syntax has been removed.
1209
1210 2002-09-30 David Carlton <carlton@math.stanford.edu>
1211
1212 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1213 * ppc-sysv-tdep.c: #include "gdb_string.h".
1214 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1215 pacify GCC.
1216
1217 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1218
1219 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1220 "vrsave"'s register number.
1221
1222 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1223
1224 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1225 use frame_unwind_signed_register to obtain the PC.
1226 (mips_frame_chain): Handle a generic dummy frame.
1227 (mips_init_extra_frame_info): When a generic dummy frame, don't
1228 re-compute the frame base.
1229 (mips_pop_frame): Handle generic dummy frames.
1230 (mips_gdbarch_init): When generic dummy frames, set
1231 use_generic_dummy_frames, push_dummy_frame to
1232 generic_push_dummy_frame, pc_in_call_dummy to
1233 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1234 generic_save_dummy_frame_tos.
1235
1236 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1237
1238 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1239 against TOP when TOP was explictly set.
1240 (generic_push_dummy_frame): Set TOP to zero.
1241
1242 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1243
1244 * event-loop.c (start_event_loop): Rename variable 'result' to
1245 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1246
1247 2002-09-30 Keith Seitz <keiths@redhat.com>
1248
1249 * gdb-events.sh (selected_thread_changed): New event.
1250 * gdb-events.c: Regenerated.
1251 * gdb-events.h: Regenerated.
1252
1253 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1254
1255 * MAINTAINERS: Add self to Write After Approval list.
1256
1257 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1258
1259 * disasm.c: New file.
1260 * disasm.h: New file.
1261 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1262 (compare_lines): Ditto.
1263 (dump_insns): Ditto.
1264 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1265 argument.
1266 (do_assembly_only): Ditto.
1267 (do_disassembly): Renamed to gdb_disassembly and moved to
1268 disasm.c. Sdded uiout argument.
1269 * Makefile.in: Add new files. Reorder SFILES list. Update
1270 dependencies. Include libgdb.a later in the insight executable.
1271
1272 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1273
1274 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1275 bfd/elf64-alpha-fbsd.c.
1276
1277 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1278
1279 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1280 i386gnu-tdep.c.
1281
1282 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1283
1284 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1285 __FUNCTION__.
1286 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1287 function name.
1288 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1289 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1290 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1291 (S_msg_sig_post_reply): Ditto.
1292
1293 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1294
1295 * sh-tdep.c (sh_use_struct_convention): Use definition according
1296 to ABI.
1297 (sh_push_arguments): Store in register with correct endianess.
1298 (sh_default_store_return_value): Ditto.
1299 (sh_gdbarch_init): Set sizeof long double to 8.
1300
1301 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1302
1303 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1304 Fix some whitespace problems.
1305
1306 2002-09-27 David Carlton <carlton@math.stanford.edu>
1307
1308 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1309 (mcore-tdep.o): Ditto.
1310 (ns32k-tdep.o): Ditto.
1311 (ns32knbsd-tdep.o): Ditto.
1312 (sh3-rom.o): Ditto.
1313 (vax-tdep.o): Ditto.
1314 * cris-tdep.c: #include "gdb_string.h"
1315 * mcore-tdep.c: Ditto.
1316 * ns32k-tdep.c: Ditto.
1317 * ns32knbsd-tdep.c: Ditto.
1318 * sh3-rom.c: Ditto.
1319 * vax-tdep.c: Ditto.
1320
1321 2002-09-27 David Carlton <carlton@math.stanford.edu>
1322
1323 * config/djgpp/fnchange.lst: Add entries for
1324 gdb/testsuite/gdb.c++/m-static files.
1325
1326 2002-09-27 Jim Wilson <wilson@redhat.com>
1327
1328 * MAINTAINERS: Add myself to the Write After Approval list.
1329
1330 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1331
1332 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1333
1334
1335 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1336
1337 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1338 frame.
1339
1340 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1341
1342 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1343 (rs6000_struct_return_address): Delete variable.
1344 (rs6000_store_struct_return): Update.
1345 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1346 deprecated_extract_struct_value_address.
1347 (rs6000_frame_align): New function.
1348 (rs6000_gdbarch_init): Set frame_align.
1349
1350 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1351
1352 From Grace Sainsbury <graces@redhat.com>:
1353 * Makefile.in (gdbtk-main.o): New target.
1354 (gdb.o): New target.
1355 (main_h): Define.
1356 (main.o): Update dependencies.
1357 (gdb$(EXEEXT)): Add gdb.o.
1358 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1359 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1360 (SUBDIR_GDBTK_CLEAN): Set.
1361 (install-gdbtk): Install the insight binary.
1362 (uninstall-gdbtk): New target.
1363 (all-gdbtk, clean-gdbtk): New rule.
1364 * top.c (use_windows): Default to zero.
1365 * main.c: Include "main.h".
1366 (main): Delete.
1367 (struct captured_main_args): Delete.
1368 (gdb_main): New function.
1369 * main.h: New file.
1370 * gdb.c: New File.
1371
1372 2002-09-25 Andrew Cagney <cagney@redhat.com>
1373
1374 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1375 (frame_map_regnum_to_name): New function.
1376 (frame_map_name_to_regnum): New function.
1377 * frame.h (frame_map_name_to_regnum): Declare.
1378 (frame_map_regnum_to_name): Declare.
1379 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1380 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1381 * parse.c: Do not include "builtin-regs.h".
1382 (target_map_name_to_register): Delete function.
1383 (write_dollar_variable): Use frame_map_name_to_regnum.
1384 * parser-defs.h (target_map_name_to_register): Delete declaration.
1385 * expprint.c: Include "frame.h".
1386 (print_subexp): Use frame_map_regnum_to_name.
1387 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1388 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1389
1390 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1391
1392 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1393 wasn't saved, and the next innermost frame is a dummy, return the
1394 dummy frame's link register.
1395
1396 2002-09-24 Jim Blandy <jimb@redhat.com>
1397
1398 Fix from Paul Breed:
1399 * main.c (captured_main): Add a `break' after the case for 'b'.
1400
1401 2002-09-24 Keith Seitz <keiths@redhat.com>
1402
1403 * varobj.c (c_type_of_child): Use get_target_type instead
1404 of TYPE_TARGET_TYPE.
1405
1406 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1407
1408 * source.c (get_current_or_default_source_symtab_and_line): Remove
1409 function.
1410 (set_default_source_symtab_and_line): New function. Attempts to
1411 determine a source file to list lines from if one is not currently
1412 defined.
1413 (get_current_source_symtab_and_line): Initialize sal.pc and
1414 sal.end fields.
1415 (set_current_source_symtab_and_line): Mark argument as const.
1416 * source.h: Update declarations and comments.
1417 * linespec.c (decode_line_1): Replace call to removed routine above.
1418 * stack.c (print_frame_info_base): Ditto.
1419 * cli/cli-cmds.c (edit_command): Ditto.
1420 (list_command): Ditto.
1421
1422 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1423
1424 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1425 sal.pc and sal.end fields.
1426 (get_current_or_default_source_symtab_and_line): Ditto.
1427 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1428 so we do not cause a new source symtab to be searched for (reverting an
1429 unintentional change from the 2002-09-20 patch).
1430 * scm-lang.c (scm_unpac): Ditto.
1431
1432 2002-09-21 Andrew Cagney <cagney@redhat.com>
1433
1434 * complaints.c (symfile_explanations): Remove new-line from
1435 ``isolated_message''.
1436 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1437 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1438
1439 2002-09-20 Nick Clifton <nickc@redhat.com>
1440
1441 * NEWS: Announce that V850EA ISA is no longer supported.
1442 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1443
1444 2002-09-20 David Carlton <carlton@math.stanford.edu>
1445
1446 * Makefile.in (c-lang.o): Correct dependencies.
1447 (utils.o): Gather dependencies.
1448 (charset.o): Move.
1449 * c-lang.c: #include "gdb_string.h"
1450
1451 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1452
1453 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1454 * cli/cli-cmds.c (list_command): New function. Implements the new
1455 cli edit command.
1456 (_init_cli_cmds): Add new command definition.
1457 * gdb.1: Document edit command.
1458 * doc/gdb.texinfo: Document edit command.
1459
1460 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1461
1462 * source.c: Make global variables current_source_symtab and
1463 current_source_line static.
1464 (list_command): Moved to cli/cli-cmds.c.
1465 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1466 (get_first_line_listed): New accessor function.
1467 (get_lines_to_list): New accessor function.
1468 (get_current_source_symtab_and_line): New function. Retrieves the
1469 position in the source code that we consider current.
1470 (get_current_or_default_source_symtab_and_line): New function.
1471 Like the above but attempts to determine a default position if one
1472 is not currently defined.
1473 (set_current_source_symtab_and_line): New function. Sets the source
1474 code position considered current and returns the previously set one.
1475 (clear_current_source_symtab_and_line): Reset stored information about
1476 a current source line.
1477 (_initialize_source): Remove registration for the "list" command and
1478 its alias.
1479 * source.h: Add declarations for the new functions above.
1480 * symtab.h: Remove declarations for the global variables mentioned
1481 above.
1482 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1483 obtain current source line.
1484 * linespec.c (decode_line_1): Ditto.
1485 * macroscope.c (default_macro_scope): Ditto.
1486 * scm-lang.c (scm_unpac): Ditto.
1487 * stack.c (print_frame_info_base): Ditto.
1488 * symfile.c (clear_symtab_users): Ditto.
1489 * symtab.c (decode_line_spec): Ditto.
1490 * cli/cli-cmds.c (list_command): Moved here from source.c.
1491 (ambiguous_line_spec): Moved here from source.c.
1492 (_init_cli_cmds): Add definition for "list" and its alias.
1493 * Makefile.in: Update dependencies.
1494
1495 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1496
1497 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1498 with what gcc thinks is correct.
1499
1500 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1501
1502 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1503 multiple register push instruction.
1504
1505 2002-09-19 Jim Blandy <jimb@redhat.com>
1506
1507 Add support for distinct host and target character sets.
1508 * charset.c, charset.h: New files.
1509 * c-exp.y: #include "charset.h".
1510 (yylex): Convert character and string literals to the target
1511 character set, before returning them as the semantic value of the
1512 token.
1513 * c-lang.c: #include "charset.h".
1514 (c_emit_char): Use charset-specific methods to recognize
1515 characters with backslash escape forms, to decide which characters
1516 to print literally and which to print using numeric escape
1517 sequences, and to convert target characters to host characters
1518 before printing.
1519 * utils.c: #include "charset.h".
1520 (no_control_char_error): New function.
1521 (parse_escape): Use charset-specific methods to recognize
1522 backslash escapes, parse `control character' notation, and convert
1523 characters from the host character set to the target character set.
1524 * configure.in: Set the default host character set.
1525 Check where to find iconv, and what its argument types might be.
1526 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1527 * Makefile.in (SFILES): List charset.c.
1528 (COMMON_OBS): List charset.o.
1529 (charset.o): New rule.
1530 (charset_h): New header dependency variable.
1531 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1532 (LIBICONV): New variable, set by configure.
1533 (CLIBS): Include $(LIBICONV) here.
1534 * aclocal.m4, config.in, configure: Regenerated.
1535
1536 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1537
1538 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1539 bison 1.35 warning.
1540
1541 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1542
1543 * gdb_mbuild.sh: New file.
1544
1545 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1546
1547 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1548
1549 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1550
1551 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1552 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1553 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1554 valops.c, value.h: Revert previous change.
1555
1556 2002-09-18 Michael Snyder <msnyder@redhat.com>
1557
1558 Preliminary support for Objective-C:
1559 * defs.h (language_objc): New enum value.
1560 (puts_filtered_tabular): Declaration only, exported from utils.c.
1561 (skip_quoted): Delete, declared in completer.h.
1562 * c-exp.y: Include completer.h.
1563 * p-exp.y: Ditto.
1564 * jv-exp.y: Ditto.
1565 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1566 New operator enum values.
1567 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1568 * language.c (binop_result_type): Handle language_objc case.
1569 (integral_type, character_type, string_type, boolean_type,
1570 structured_type, binop_type_check): Ditto.
1571 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1572 (struct objc_specific): Add to general_symbol_info.
1573 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1574 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1575 * parser-defs.h (struct objc_class_str): New struct type.
1576 (start_msglist, end_msglist, add_msglist): Declaration only,
1577 exported from objc-lang.c.
1578 * value.h (value_of_local, value_nsstring,
1579 call_function_by_hand_expecting_type): Exported from valops.c.
1580 * valops.c (find_function_addr): Export.
1581 (call_function_by_hand_expecting_type): New function.
1582 (value_of_local): New function.
1583 * symfile.c (init_filename_language_table): Add ".m" extension
1584 for Objective-C.
1585 * utils.c (puts_filtered_tabular): New function.
1586 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1587 (set/show demangle): Extend help-string to refer to ObjC.
1588 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1589 * stabsread.c (symbol_reference_defined): Objective-C symbols
1590 may contain colons: make allowances when scanning stabs strings
1591 for colons.
1592 (objc_find_colon): New function.
1593 * printcmd.c (address_info): If language == objc then print
1594 "self" instead of "this".
1595 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1596 OP_NSSTRING, and OP_SELF.
1597 (prefixify_subexp): Ditto.
1598 * source.c (print_source_lines): Mention objc in comment.
1599 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1600 method names.
1601
1602 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1603
1604 * complaints.h: Update copyright.
1605 (struct complaints): Declare.
1606 (struct complaint): Make `message' constant.
1607 (internal_complaint): Declare.
1608 (complaint): Declare.
1609 (complaint_root): Delete declaration.
1610 (symfile_complaints): Delete declaration.
1611 (struct complaints): Add opaque declaration.
1612 (clear_complaints): Add a complaints parameter.
1613 * complaints.c: Update copyright.
1614 (enum complaint_series): Define.
1615 (complaint_root): Delete.
1616 (struct complaints): Define.
1617 (complaint_sentinel, symfile_complaint_book): New variables.
1618 (symfile_explanations, symfile_complaints): New variables.
1619 New variables.
1620 (get_complaints): New function.
1621 (vcomplaint): New function.
1622 (complaint): New function.
1623 (internal_complaint): New function.
1624 (complain): Call vcomplain with symfile_complaint.
1625 (clear_complaints): Rewrite.
1626 (_initialize_complaints): Use add_setshow_command.
1627 * Makefile.in (complaints.o): Update dependencies.
1628 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1629 to call to clear_complaints.
1630 (new_symfile_objfile, reread_symbols): Ditto.
1631 (oldsyms_complaint): Delete.
1632 (empty_symtab_complaint, unknown_option_complaint): Delete.
1633 (free_named_symtabs): Use complaint instead of complain.
1634
1635 2002-09-18 Michael Snyder <msnyder@redhat.com>
1636
1637 Contributed by Apple Computer, Inc. Merged with current sources
1638 by Adam Fedor <fedor@doc.com> [cagney].
1639
1640 * objc-lang.c: First clean-up round: comments, indentation.
1641 * objc-lang.h: Ditto.
1642 * objc-lang.y: Ditto.
1643
1644 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1645
1646 * maint.c (maintenance_internal_error): Print the parameter as the
1647 error message.
1648 (maintenance_internal_warning): New function.
1649 (_initialize_maint_cmds): Add command `maint internal-warning'.
1650
1651 * defs.h (internal_warning, internal_vwarning): Declare.
1652 * utils.c (struct internal_problem): Define.
1653 (internal_vproblem): New function.
1654 (internal_warning): New function.
1655 (internal_vwarning): New function.
1656 (internal_warning_problem, internal_error_problem): New variables.
1657 (internal_verror): Just call internal_vproblem.
1658
1659 2002-09-18 Michael Snyder <msnyder@redhat.com>
1660
1661 * objc-lang.c: New file, support for Objective-C.
1662 Preliminary check-in, not yet integrated into gdb.
1663 * objc-lang.h: New file.
1664 * objc-exp.y: New file.
1665
1666 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1667
1668 * infrun.c (signal_stop_update): Convert definition to ISO C.
1669 (signal_print_update): Ditto.
1670 (signal_pass_update): Ditto.
1671 * inflow.c (terminal_save_ours): Ditto.
1672
1673 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1674 comments.
1675
1676 * config/djgpp/fnchange.lst: Handle name clashes between
1677 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1678 bfd/coff-tic80.c.
1679
1680 * i386-linux-tdep.h: Fix tipo.
1681
1682 2002-09-18 Adam Fedor <fedor@gnu.org>
1683
1684 * MAINTAINERS: Add myself to the Write After Approval list.
1685
1686 2002-09-18 Jim Blandy <jimb@redhat.com>
1687
1688 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1689 texthigh and textlow to reader-specific structs caused
1690 objfile_relocate to miss them. This is fixable, but the work that
1691 the change was supposed to prepare GDB for never got done anyway.
1692
1693 2002-09-18 David Carlton <carlton@math.stanford.edu>
1694
1695 * MAINTAINERS: Alphabetize Write After Approval list.
1696
1697 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1698
1699 Fix PR gdb/709
1700 * values.c (value_static_field): Call read_var_value.
1701
1702 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1703
1704 * valops.c (hand_function_call): Align the initial stack pointer
1705 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1706 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1707 return value.
1708 * mips-tdep.c (mips_frame_align): New function.
1709 (mips_gdbarch_init): Set frame_align.
1710 * gdbarch.sh (FRAME_ALIGN): New method.
1711 * gdbarch.h, gdbarch.c: Re-generate.
1712
1713 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1714
1715 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1716 registers.
1717
1718 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1719
1720 * NEWS: Mention that MIPS $fp behavior changed.
1721 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1722 reference to FP_REGNUM.
1723 (mipsnbsd_cannot_store_register): Ditto.
1724 * mips-linux-nat.c: Update copyright.
1725 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1726 (mips_linux_cannot_store_register): Ditto.
1727 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1728 * config/mips/tm-mips.h: Update copyright.
1729 (FP_REGNUM): Delete macro.
1730 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1731 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1732 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1733 (mips_r3041_reg_names, mips_r3051_reg_names)
1734 (mips_r3081_reg_names): Replace "fp" with "".
1735 Fix PR gdb/480.
1736
1737 2002-09-17 Theodore A. Roth <troth@verinet.com>
1738
1739 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1740 generic_read_register_dummy() (PR gdb/703).
1741 (avr_push_return_address): #if 0 out unused vars.
1742 (avr_gdbarch_init): Enable use of avr_push_return_address().
1743
1744 2002-09-17 Michael Snyder <msnyder@redhat.com>
1745
1746 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1747 RTE will take care of it.
1748
1749 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1750
1751 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1752 invalid, return SP_REGNUM.
1753
1754 2002-09-17 Michael Snyder <msnyder@redhat.com>
1755
1756 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1757 point registers without sign extension.
1758
1759 2002-09-17 Andrew Cagney <cagney@redhat.com>
1760
1761 * blockframe.c (deprecated_read_register_dummy): Rename
1762 generic_read_register_dummy.
1763 * frame.c (frame_unwind_signed_register): New function.
1764 (frame_unwind_unsigned_register): New function.
1765 * frame.h (frame_unwind_signed_register): Declare.
1766 (frame_unwind_unsigned_register): Declare.
1767 (deprecated_read_register_dummy): Rename
1768 generic_read_register_dummy.
1769
1770 * h8300-tdep.c (h8300_frame_chain): Update.
1771 (h8300_frame_saved_pc): Update.
1772 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1773 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1774 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1775 (s390_frame_chain): Update.
1776 * v850-tdep.c (v850_find_callers_reg): Update.
1777 (v850_frame_saved_pc): Update.
1778 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1779 (m32r_find_callers_reg): Update.
1780 (m32r_frame_saved_pc): Update.
1781 * sh-tdep.c (sh_find_callers_reg): Update.
1782 (sh64_get_saved_pr): Update.
1783 (sh_init_extra_frame_info): Update.
1784 (sh_init_extra_frame_info): Update.
1785 (sh64_init_extra_frame_info): Update.
1786 (sh64_init_extra_frame_info): Update.
1787 * mcore-tdep.c (mcore_find_callers_reg): Update.
1788 (mcore_frame_saved_pc): Update.
1789 (mcore_init_extra_frame_info): Update.
1790 * i386-tdep.c (i386_frame_saved_pc): Update.
1791 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1792 (ia64_init_extra_frame_info): Update.
1793 (ia64_init_extra_frame_info): Update.
1794 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1795 * cris-tdep.c (cris_init_extra_frame_info): Update.
1796 * avr-tdep.c (avr_frame_chain): Update.
1797 (avr_init_extra_frame_info): Update.
1798 (avr_frame_saved_pc): Update.
1799 * arm-tdep.c (arm_find_callers_reg): Update.
1800 (arm_init_extra_frame_info): Update.
1801 (arm_frame_saved_pc): Update.
1802
1803 2002-09-17 Tom Tromey <tromey@redhat.com>
1804
1805 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1806 is "'".
1807
1808 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1809
1810 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1811 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1812 NEXT_PROLOGUE_INSN.
1813 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1814 NEXT_PROLOGUE_INSN.
1815
1816 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1817
1818 * osfsolib.c: Remove file, replaced by solib-osf.c.
1819 * Makefile.in: Remove compilation rules for osfsolib.c.
1820
1821 2002-09-16 David Carlton <carlton@math.stanford.edu>
1822
1823 * cp-valprint.c (cp_print_class_method): Correct args to
1824 check_stub_method_group.
1825
1826 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1827
1828 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1829 `set architecture'. Unify naming convention of functions.
1830 (h8300_skip_prologue): Improve prologue analysis.
1831 (h8300_push_arguments): Rewritten to more closely match GCC's
1832 bizarre argument-passing behavior, along with the comment describing
1833 said behavior.
1834 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1835 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1836 sim, remote-e7000.c, remote-hms.c and remote.c
1837
1838 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1839
1840 * i386-tdep.c (gdb_print_insn_i386): Removed.
1841 (i386_print_insn): New function.
1842 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1843 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1844 tm_print_insn_info.
1845
1846 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1847
1848 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1849 zero.
1850
1851 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1852
1853 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1854 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1855 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1856
1857 2002-09-13 Christopher Faylor <cgf@redhat.com>
1858
1859 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1860
1861 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1862
1863 * gdbtypes.c (check_stub_method): Make static.
1864 (check_stub_method_group): New function.
1865 * gdbtypes.h: Update prototypes.
1866 * cp-support.c: New file.
1867 * cp-support.h: New file.
1868
1869 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1870 (update_method_name_from_physname): New function.
1871 (read_member_functions): Correct method names for operators
1872 and v3 constructors/destructors. Separate v2 constructors and
1873 destructors.
1874 * Makefile.in (stabsread.o): Update dependencies.
1875 (SFILES): Add cp-support.c.
1876 (COMMON_OBS): Add cp-support.o.
1877 (cp_support_h, cp-support.o): Add.
1878
1879 * cp-valprint.c (cp_print_class_method): Call
1880 check_stub_method_group instead of check_stub_method. Remove
1881 extraneous QUITs.
1882 * p-valprint.c (pascal_object_print_class_method): Likewise.
1883 * valops.c (search_struct_method): Likewise.
1884 (find_method_list, value_struct_elt_for_reference): Likewise.
1885
1886 2002-09-13 Andrew Cagney <cagney@redhat.com>
1887
1888 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1889 * gdbarch.h, gdbarch.c: Regenerate.
1890
1891 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1892
1893 * frame.c (find_saved_register): Delete function.
1894 * frame.h (find_saved_register): Delete declaration.
1895 Fix PR gdb/631.
1896
1897 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1898
1899 * mips-tdep.c (read_next_frame_reg): Re-hack using
1900 frame_register_unwind.
1901
1902 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1903
1904 * mips-tdep.c (mips_get_saved_register): Re-hack using
1905 frame_register_unwind.
1906
1907 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1908
1909 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1910 vector. Will be useful for Interix.
1911 * gdbarch.h, gdbarch.c: Regenerate.
1912
1913 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1914 name of the malloc function by NAME_OF_MALLOC.
1915
1916 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1917
1918 * value.h (find_function_in_inferior): Add const keyword to
1919 one of the parameters. Allows us to invoke this function with
1920 a const char *.
1921 * valops.c (find_function_in_inferior): Likewise.
1922
1923 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1924
1925 * exec.c (xfer_memory): Fix compilation warning with old versions
1926 of GCC.
1927 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1928
1929 2002-09-12 David Carlton <carlton@math.stanford.edu>
1930
1931 * symtab.h: Run through gdb_indent.h.
1932 Add 2002 to Copyright year list.
1933
1934 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1935
1936 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1937 mach constants.
1938 * MAINTAINERS: Add myself to write after approval list.
1939
1940 2002-09-11 J. Brobecker <brobecker@gnat.com>
1941
1942 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1943
1944 2002-09-11 J. Brobecker <brobecker@gnat.com>
1945
1946 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1947 Interix.
1948
1949 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1950
1951 * procfs.c (do_detach): Clear current signal, not just fault.
1952 Corrects problem with breakpoint trap signal leaking to detached
1953 process on Tru64.
1954
1955 2002-09-10 Michael Snyder <msnyder@redhat.com>
1956
1957 * buildsym.c (finish_block): Protect against null pointer.
1958
1959 2002-09-10 Andrew Cagney <cagney@redhat.com>
1960
1961 * infcmd.c (default_print_registers_info): Send all output to
1962 ``file'' instead of ``gdb_stdout''.
1963
1964 2002-09-10 Michael Snyder <msnyder@redhat.com>
1965
1966 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1967 LONGEST, and use signed register read (addresses are sign-
1968 extended for mips).
1969
1970 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1971
1972 * event-loop.c (gdb_do_one_event): Make public.
1973 * event-loop.h (gdb_do_one_event): Declare.
1974
1975 2002-09-10 Jeff Law <law@redhat.com>
1976
1977 * infttrace.c (child_resume): Simplify and rework to avoid
1978 TT_PROC_CONTINUE.
1979
1980 2002-09-09 Fred Fish <fnf@intrinsity.com>
1981
1982 * printcmd.c (print_scalar_formatted): "len" is the number of
1983 target bytes, NOT the number of target bits.
1984
1985 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1986
1987 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1988 * top.c (init_main): Set rl_terminal_name.
1989
1990 2002-09-08 Aidan Skinner <aidan@velvet.net>
1991
1992 * ada-lang.c (ada_array_bound, ada_type_match,
1993 _initialize_ada_language): Fix K&R definitions.
1994 * ada-tasks.c (get_current_task): Fix K&R definitions.
1995 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1996
1997 2002-09-07 Christopher Faylor <cgf@redhat.com>
1998
1999 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2000 Add XP.
2001
2002 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2003
2004 * i386-tdep.c (i386_register_virtual_type,
2005 i386_register_convertible, i386_register_convert_to_virtual,
2006 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2007 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2008 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2009 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2010 Don't set push_arguments twice.
2011
2012 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2013 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2014 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2015 sigtramp_end to NULL.
2016 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2017 defines.
2018 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2019
2020 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2021 whitespace.
2022
2023 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2024 * gdbarch.h, gdbarch.c: Re-generate.
2025 * blockframe.c (find_pc_sect_partial_function): Convert to use
2026 SIGTRAMP_START_P predicate.
2027
2028 2002-09-05 Michael Snyder <msnyder@redhat.com>
2029
2030 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2031 generic_dummy_frame method and old method. Also distinguish
2032 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2033 (arm_extract_return_value): Use new regcache method.
2034
2035 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2036 adjustment that doesn't conform to the ABI.
2037 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2038 saved regcache, not from current regcache.
2039
2040 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2041
2042 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2043 * README: Update.
2044
2045 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2046
2047 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2048 if arm_apcs_32 is false.
2049
2050 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2051
2052 GDB 5.3 branch created.
2053
2054 2002-09-03 Theodore A. Roth <troth@verinet.com>
2055
2056 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2057 generic_unwind_get_saved_register.
2058
2059 2002-09-03 David Carlton <carlton@math.stanford.edu>
2060
2061 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2062 argument (PR gdb/653). Update call to smash_to_method_type.
2063 (read_structure_scope): Update call to dwarf2_add_member_fn.
2064
2065 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2066
2067 * x86-64-linux-tdep.c: Include gdb_string.h
2068 * x86-64-linux-nat.c: Ditto.
2069
2070 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2071
2072 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2073 when YYDEBUG is set to 1.
2074 * c-exp.y: Likewise.
2075 * f-exp.y: Likewise.
2076 * jv-exp.y: Likewise.
2077 * m2-exp.y: Likewise.
2078 * p-exp.y: Likewise.
2079
2080 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2081
2082 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2083 dependency list.
2084 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2085 solib_svr4_fetch_link_map_offsets to
2086 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2087 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2088 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2089 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2090 solib-svr4.o, and solib-legacy.o.
2091 * config/i386/tm-nbsd.h: Include solib.h.
2092
2093 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2094
2095 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2096 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2097 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2098 comment noting that this needs its own target configuration.
2099 * config/i386/nbsd.mt: New file.
2100 * config/i386/nbsdaout.mt: Remove.
2101 * config/i386/nbsdelf.mt: Ditto.
2102 * config/i386/tm-nbsdaout.h: Ditto.
2103
2104 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2105
2106 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2107 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2108 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2109 tdep->sigtramp_end.
2110 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2111 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2112 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2113
2114 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2115
2116 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2117 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2118 * i386-tdep.h (i386bsd_init_abi): New prototype.
2119 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2120 function declaration.
2121 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2122 for NetBSD-a.out or NetBSD-ELF.
2123 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2124 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2125 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2126 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2127 and nbsd-tdep.h.
2128 (i386nbsd_pc_in_sigtramp): New function.
2129 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2130 i386nbsd_pc_in_sigtramp.
2131 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2132 and i386nbsdelf_init_abi OS ABI handlers.
2133 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2134 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2135
2136 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2137
2138 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2139 registers if the target really has them.
2140
2141 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2142
2143 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2144 than nbsd-tdep.h.
2145
2146 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2147
2148 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2149 list.
2150 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2151 (alphanbsd_skip_sigtramp_frame): New functions.
2152 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2153 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2154 to alphanbsd_sigcontext_addr.
2155
2156 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2157
2158 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2159 list.
2160 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2161 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2162 nbsd_pc_in_sigtramp.
2163 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2164 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2165 * nbsd-tdep.c: Include gdb_string.h.
2166 (nbsd_pc_in_sigtramp): New function.
2167 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2168 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2169 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2170 ppcnbsd_pc_in_sigtramp.
2171 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2172 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2173 shnbsd_pc_in_sigtramp.
2174 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2175 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2176 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2177
2178 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2179
2180 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2181 watchpoints to NULL.
2182 (insert_breakpoints): set val field of watchpoints if NULL.
2183
2184
2185 2002-08-29 Jim Blandy <jimb@redhat.com>
2186
2187 * symtab.c (lookup_symbol_aux): In the cases where we find a
2188 minimal symbol of an appropriate name and use its address to
2189 select a symtab to read and search, use `name' (as passed to us)
2190 as the demangled name when searching the symtab's global and
2191 static blocks, not the minsym's name.
2192
2193 2002-08-29 Keith Seitz <keiths@redhat.com>
2194
2195 * stack.c (print_frame_info_base): Always set current_source_symtab
2196 and current_source_line.
2197
2198 2002-08-29 Donn Terry <donnte@microsoft.com>
2199
2200 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2201
2202 2002-08-28 Keith Seitz <keiths@redhat.com>
2203
2204 * stack.c (select_frame): Add FIXME concerning selected-frame
2205 events.
2206 (select_frame_command): Send selected-frame-level-changed
2207 event notification, but only if the level actually changed.
2208 (up_silently_base): Add selected-frame-level-changed event
2209 notification.
2210 (down_silently_base): Likewise.
2211
2212 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2213
2214 * Makefile.in: Update dependencies for all gdb/*.c files.
2215
2216 2002-08-27 Tom Tromey <tromey@redhat.com>
2217
2218 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2219 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2220 Update dependencies.
2221 * i387-tdep.c: Include gdb_string.h.
2222 * osabi.c: Likewise.
2223 * i386-linux-nat.c: Likewise.
2224 * lin-lwp.c: Likewise.
2225 * ax-gdb.c: Likewise.
2226 * signals/signals.c: Likewise.
2227 * jv-valprint.c: Likewise.
2228 * p-lang.c: Likewise.
2229 * c-valprint.c: Likewise.
2230 * cp-abi.c: Likewise.
2231
2232 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2233
2234 * cli/cli-script.h (copy_command_lines): Export.
2235 * breakpoint.c: Include cli/cli-script.h.
2236 * Makefile.in (breakpoint.o): Update dependencies.
2237
2238 2002-08-26 Michael Snyder <msnyder@redhat.com>
2239
2240 * breakpoint.c (insert_breakpoints): Protect all references
2241 to 'process_warning'. Shorten long lines.
2242
2243 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2244
2245 * cli/cli-script.c (copy_command_lines): New function.
2246 * defs.h (copy_command_lines): Export.
2247 * testsuite/gdb.base/commands.exp: New tests for commands
2248 attached to a temporary breakpoint, and for commands that
2249 delete the breakpoint they are attached to.
2250
2251 2002-08-26 Michael Snyder <msnyder@redhat.com>
2252
2253 * breakpoint.c (bpstat_stop_status): Instead of copying the
2254 pointer to the breakpoint commands struct, make a new copy
2255 of the struct and point to that.
2256 (bpstat_clear): Free the commands struct.
2257 (bpstat_clear_actions): Free the commands struct.
2258 (bpstat_do_actions): Free the command actions. Also execute
2259 the local cleanups, instead of deleting them.
2260 (delete_breakpoint): Leave the commands field of the bpstat
2261 chain alone -- it will be freed later.
2262
2263 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2264
2265 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2266 deleted in 2002-08-20 commit. This function is still used by
2267 ppc-linux-nat.c.
2268
2269 2002-08-26 Keith Seitz <keiths@redhat.com>
2270
2271 * gdb-events.sh: Add selected-frame-level-changed event.
2272 * gdb-events.c: Regenerated.
2273 * gdb-events.h: Regenerated.
2274
2275 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2276
2277 Fix PR gdb/393:
2278 * inflow.c (terminal_save_ours): New function to save terminal
2279 settings.
2280 * inferior.h (terminal_save_ours): Declare.
2281 * target.c (debug_to_terminal_save_ours): New function.
2282 (cleanup_target): Defaults to_terminal_save_ours.
2283 (update_current_target): Inherit to_terminal_save_ours.
2284 (setup_target_debug): Set to_terminal_save_ours.
2285 * target.h (target_terminal_save_ours): New to save terminal settings.
2286 (target_ops): New member to_terminal_save_ours.
2287 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2288 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2289 * inftarg.c (init_child_ops): Likewise.
2290 * m3-nat.c (init_m3_ops): Likewise.
2291 * procfs.c (init_procfs_ops): Likewise.
2292 * wince.c (init_child_ops): Likewise.
2293 * win32-nat.c (init_child_ops): Likewise.
2294 * sol-thread.c (init_sol_thread_ops): Likewise.
2295
2296 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2297
2298 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2299 use regcache_* functions.
2300 (i386_gdbarch_init): Set store_return_value instead of
2301 deprecated_store_return_value.
2302
2303 * regcache.c (regcache_raw_write_signed,
2304 regcache_raw_write_unsigned): New functions.
2305 * regcache.h (regcache_raw_write_signed,
2306 regcache_raw_write_unsigned): New prototypes.
2307
2308 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2309
2310 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2311 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2312 source file dependencies. Cleanup corresponding generator rules.
2313
2314 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2315
2316 * regcache.h (register_offset_hack): Declare.
2317 (regcache_cooked_read_using_offset_hack): Declare.
2318 (regcache_cooked_write_using_offset_hack): Declare.
2319
2320 * regcache.c (register_offset_hack): New function.
2321 (regcache_cooked_read_using_offset_hack): New function.
2322 (regcache_cooked_write_using_offset_hack): New function.
2323 (regcache_dump): Check that the registers, according to their
2324 offset, are packed hard against each other.
2325 (cooked_xfer_using_offset_hack): New function.
2326
2327 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2328
2329 * regcache.c (struct regcache_descr): Add field register_type.
2330 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2331 in as a parameter
2332 (init_regcache_descr): Initialize register_type. Pass the descr
2333 to init_legacy_regcache_descr. Use register_type instead of
2334 REGISTER_VIRTUAL_TYPE.
2335 (register_type): New function.
2336 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2337 * regcache.h (register_type): Declare.
2338
2339 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2340
2341 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2342 instead of deprecated_store_return_value. Fix fallout from
2343 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2344
2345 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2346
2347 * regcache.c (max_register_size): New function.
2348 (init_legacy_regcache_descr): Ensure that max_register_size is
2349 large enough for REGISTER_VIRTUAL_SIZE.
2350 * regcache.h (max_register_size): Declare.
2351
2352 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2353
2354 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2355 store_return_value.
2356 (e500_extract_return_value): Change type of valbuf pointer to
2357 void.
2358
2359 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2360
2361 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2362 workaround.
2363
2364 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2365 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2366 long long) to prevent compiler warning on 64-bit systems.
2367
2368 2002-08-23 Andrew Cagney <cagney@redhat.com>
2369
2370 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2371 (DEPRECATED_STORE_RETURN_VALUE): New method.
2372 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2373 * gdbarch.h, gdbarch.c: Re-generate.
2374
2375 * values.c (set_return_value): Pass current_regcache to
2376 STORE_RETURN_VALUE.
2377 * arch-utils.h (legacy_store_return_value): Declare.
2378 * arch-utils.c (legacy_store_return_value): New function.
2379 (legacy_extract_return_value): Update parameters.
2380
2381 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2382 STORE_RETURN_VALUE.
2383 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2384 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2385 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2386 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2387 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2388 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2389 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2390 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2391 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2392 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2393
2394 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2395 * i386-tdep.c (i386_extract_return_value): Update.
2396 * arch-utils.c (legacy_extract_return_value): Update.
2397 * frv-tdep.c (frv_gdbarch_init): Update.
2398 * cris-tdep.c (cris_gdbarch_init): Update.
2399 * d10v-tdep.c (d10v_gdbarch_init): Update.
2400 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2401 * m68k-tdep.c (m68k_gdbarch_init): Update.
2402 * mcore-tdep.c (mcore_gdbarch_init): Update.
2403 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2404 * s390-tdep.c (s390_gdbarch_init): Update.
2405 * sparc-tdep.c (sparc_gdbarch_init): Update.
2406 * sh-tdep.c (sh_gdbarch_init): Update.
2407 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2408 * v850-tdep.c (v850_gdbarch_init): Update.
2409 * avr-tdep.c (avr_gdbarch_init): Update.
2410 * ia64-tdep.c (ia64_gdbarch_init): Update.
2411 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2412 * vax-tdep.c (vax_gdbarch_init): Update.
2413 * alpha-tdep.c (alpha_gdbarch_init): Update.
2414 * arm-tdep.c (arm_gdbarch_init): Update.
2415 * mips-tdep.c (mips_gdbarch_init): Update.
2416 * i386-tdep.c (i386_gdbarch_init): Update.
2417
2418 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2419
2420 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2421 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2422
2423 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2424
2425 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2426 problems.
2427
2428 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2429
2430 * infrun.c (handle_inferior_event): Move a comment outside of a
2431 function call, in order to avoid indent reformatting this part
2432 of the code in an unreadable way.
2433
2434 2002-08-23 Grace Sainsbury <graces@redhat.com>
2435
2436 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2437 when breakpoints fail. Move general breakpoint error messages to
2438 insert_breakpoints.
2439 * breakpoint.c (insert_breakpoints): Change warnings when
2440 breakpoints are nto inserted to specify the type. Remove call to
2441 memory_error when hardware breakpoints can't be inserted. Remove
2442 multiple calls to warning so all messages are sent to the user at
2443 once.
2444 (delete_breakpoints): Make insert error messsages more explicit.
2445
2446 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2447
2448 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2449 gdbserver/ChangeLog.
2450
2451 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2452
2453 * i386-tdep.c: Include "objfiles.h".
2454 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2455 skip_trampoline_code.
2456 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2457 (CPLUS_MARKER): Define to '.'.
2458
2459 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2460 member.
2461 (linux_corefile_thread_callback): Increase args->num_notes.
2462 (linux_make_note_section): Initialize thread_args.num_notes, and
2463 use it to determine whether notes for any threads were created.
2464
2465 2002-08-23 Donn Terry <donnte@microsoft.com>
2466
2467 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2468 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2469 and PCUNKILL.
2470 (write_with_trace): Conditionalize out the switch branch handling
2471 PCSHOLD if the corresponding macro is not defined. Likewise for
2472 PRSABORT and PRSTOP.
2473 This change will be needed by the Interix port.
2474
2475 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2476
2477 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2478 write_register wherever possible instead of manipulating the
2479 register bytes directly.
2480 Assign VALUE_CONTENTS to a variable and use that.
2481 The GPR numbers are now dependent on the architecture.
2482
2483 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2484
2485 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2486 ev_offset fields.
2487 (skip_prologue): Add support for BookE/e500 instructions.
2488 (e500_extract_return_value): New function.
2489 (frame_get_saved_regs): Add support for saving ev registers and
2490 pseudo gpr's.
2491 (e500_store_return_value): New function.
2492 (rs6000_gdbarch_init): Move up default intializations of
2493 deprecated_extract_return_value and store_return_value. Overwrite
2494 init of store_return_value with e500 specific version.
2495 Set extract_return_value for e500.
2496
2497 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2498
2499 * blockframe.c (generic_call_dummy_register_unwind): Use
2500 regcache_cooked_read to catch cases in which the variable is
2501 stored in a pseudo register.
2502
2503 2002-08-22 Andrew Cagney <cagney@redhat.com>
2504
2505 * NEWS: Mention that the i960 has been made obsolete.
2506 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2507 i960-tdep.c
2508 (remote-nrom.o): Obsolete target.
2509 (remote-nindy.o, i960-tdep.o): Ditto.
2510 * remote-nrom.c: Make file obsolete.
2511 * remote-nindy.c, remote-vx960.c: Ditto.
2512 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2513 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2514 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2515 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2516 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2517 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2518 i960-*-vxworks* obsolete.
2519 * MAINTAINERS: Note that the i960 is obsolete.
2520
2521 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2522
2523 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2524 detach to allow reinitialization.
2525
2526 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2527
2528 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2529 attempt).
2530
2531 2002-08-22 Jim Blandy <jimb@redhat.com>
2532
2533 * coffread.c (coff_symfile_read): Don't try to read the line
2534 number table from disk if the image file doesn't have a symbol
2535 table; we'll never actually look at the info anyway, and Windows
2536 ships DLL's with bogus file offsets for the line number data.
2537
2538 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2539
2540 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2541 an e500 executable.
2542
2543 2002-08-21 Michael Snyder <msnyder@redhat.com>
2544
2545 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2546 (MSYMBOL_SIZE): Replace macro with function.
2547 (DEFAULT_MIPS_TYPE): Delete unused macro.
2548 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2549 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2550
2551 2002-08-21 Jim Blandy <jimb@redhat.com>
2552
2553 * valops.c (value_cast): Simplify and correct logic for doing a
2554 static cast from a pointer to a base class to a pointer to a
2555 derived class.
2556
2557 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2558
2559 * infcmd.c (default_print_registers_info): Replace
2560 do_registers_info.
2561 (registers_info): Use gdbarch_print_registers_info instead of
2562 DO_REGISTERS_INFO.
2563 * inferior.h (default_print_registers_info): Replace
2564 do_registers_info.
2565 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2566 (DO_REGISTERS_INFO): Change to a predicate function.
2567 * gdbarch.h, gdbarch.c: Regenerate.
2568
2569 2002-08-21 Keith Seitz <keiths@redhat.com>
2570
2571 * gdb-events.sh: Add target-changed event.
2572 * gdb-events.c: Regenerated.
2573 * gdb-events.c: Regenerated.
2574 * valops.c (value_assign): Add target-changed event notification
2575 to inlval_register, lval_memory, and lval_reg_frame_relative.
2576
2577 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2578
2579 * NEWS: Add an entry regarding the improvement of the next/step
2580 operation on Alpha Tru64 multi-processor machines.
2581
2582 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2583
2584 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2585 directores.
2586 * Makefile.in: Update all _h macro definitions.
2587 * Makefile.in (install-gdbtk): Move to install section.
2588 (rdi-share/libangsd.a): Move to end of file.
2589
2590 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2591
2592 * frame.c (frame_register_unwind): When a register, set addrp to
2593 the register's byte.
2594
2595 2002-08-20 Michael Snyder <msnyder@redhat.com>
2596
2597 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2598 used locally, so move them from the target machine header to here.
2599 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2600 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2601 Make static.
2602 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2603
2604 2002-08-20 Andrew Cagney <cagney@redhat.com>
2605
2606 * NEWS: Mention that the Apollo line was made obsolete.
2607 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2608 m68*-hp-hpux* obsolete.
2609 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2610 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2611 * buildsym.c (make_blockvector): Make static.
2612 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2613 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2614 (ALLDEPFILES): Remove dstread.c.
2615 (dstread.o): Obsolete make rule.
2616 * dstread.c: Makefile obsolete.
2617 * dst.h: Ditto.
2618 * config/m68k/hp300hpux.mt: Ditto.
2619 * config/m68k/hp300hpux.mh: Ditto.
2620 * config/m68k/hp300bsd.mt: Ditto.
2621 * config/m68k/hp300bsd.mh: Ditto.
2622 * config/m68k/apollo68b.mt: Ditto.
2623 * config/m68k/apollo68v.mh: Ditto.
2624 * config/m68k/apollo68b.mh: Ditto.
2625
2626 2002-08-20 Michael Snyder <msnyder@redhat.com>
2627
2628 * mips-tdep.c (mips_in_return_stub): Make static.
2629 (mips_gdbarch_init): Set in_solib_return_trampoline.
2630 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2631
2632 2002-08-20 Michael Snyder <msnyder@redhat.com>
2633
2634 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2635 * gdbarch.c, gdbarch.h: Regenerate.
2636 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2637 Add.
2638 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2639
2640 2002-08-20 Michael Snyder <msnyder@redhat.com>
2641
2642 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2643 (mips_gdbarch_init): Set skip_trampoline_code,
2644 in_solib_call_trampoline.
2645 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2646 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2647
2648 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2649
2650 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2651
2652 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2653 vector type for ev registers.
2654 (e500_pseudo_register_read): New function.
2655 (e500_pseudo_register_write): New function.
2656 (e500_dwarf2_reg_to_regnum): New function.
2657 (PPC_UISA_NOFP_SPRS): New macro.
2658 (PPC_EV_REGS): New macro.
2659 (PPC_GPRS_PSEUDO_REGS): New macro.
2660 (registers_e500): New register set for e500.
2661 (variants): Add e500 variant.
2662 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2663 before setting architectural dependent variations. Initialize ev
2664 registers numbers. Add case for e500 architecture. Set the
2665 number of pseudo registers.
2666
2667 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2668
2669 * rs6000-tdep.c: Clean up comments.
2670
2671 2002-08-20 Andrew Cagney <cagney@redhat.com>
2672
2673 * h8300-tdep.c: Re-indent file.
2674
2675 2002-08-20 Jim Blandy <jimb@redhat.com>
2676
2677 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2678 default for this.
2679
2680 2002-08-20 Keith Seitz <keiths@redhat.com>
2681
2682 * breakpoints.c (watch_command_1): Use internal breakpoint
2683 when setting a watchpoint_scope breakpoint.
2684
2685 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2686
2687 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2688 (build_builtin_type_vec64i): Ditto.
2689 (build_builtin_type_vec128): Ditto.
2690 (build_builtin_type_vec128i): Ditto.
2691
2692 2002-08-19 Michael Snyder <msnyder@redhat.com>
2693
2694 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2695 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2696 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2697 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2698 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2699 CALL_DUMMY_ADDRESS): Delete.
2700 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2701 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2702 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2703 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2704 push_return_address.
2705 (mips_register_raw_size, mips_eabi_use_struct_convention,
2706 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2707 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2708 mips_init_extra_frame_info, mips_eabi_push_arguments,
2709 mips_n32n64_push_arguments, mips_push_return_address,
2710 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2711 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2712
2713 2002-08-19 Michael Snyder <msnyder@redhat.com>
2714
2715 * mips-tdep.c (mips_frame_num_args): New function.
2716 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2717 frame_saved_pc, frame_args_address, frame_locals_address,
2718 frame_num_args, and frame_args_skip.
2719 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2720 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2721 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2722 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2723
2724 2002-08-20 Michael Snyder <msnyder@redhat.com>
2725
2726 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2727 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2728 * mips-tdep.c (mips_store_struct_return): New function.
2729 (mips_extract_struct_value_address): New function.
2730 (mips_gdbarch_init): Set store_struct_return and
2731 extract_struct_value_address.
2732
2733 2002-08-20 David Carlton <carlton@math.stanford.edu>
2734
2735 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2736 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2737 (read_file_scope): Check that line_header is nonzero before
2738 decoding macro information.
2739
2740 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2741
2742 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2743 flag the general-purpose registers as floating-point on targets
2744 that don't support the floating-point registers.
2745
2746 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2747
2748 * rs6000-tdep.c (altivec_register_p): Delete.
2749 (rs6000_do_altivec_registers): Delete.
2750 (rs6000_altivec_registers_info): Delete.
2751 (rs6000_do_registers_info): Delete.
2752 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2753 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2754
2755 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2756
2757 * infcmd.c (do_registers_info): Print vector registers in hex
2758 format only.
2759 (print_vector_info): Check that printing registers
2760 makes sense.
2761 (print_float_info): Ditto.
2762
2763 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2764
2765 * mips-tdep.c (mips_gdbarch_init): Update.
2766 (mips_o32_extract_return_value): Rewrite.
2767 (mips_o32_store_return_value): Rewrite.
2768 (mips_o32_xfer_return_value): New function.
2769 (mips_xfer_register): Tweak debug print message. Allow for
2770 buf_offset when dumping the value transfered.
2771
2772 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2773
2774 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2775 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2776 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2777 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2778 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2779
2780 2002-08-14 Michael Snyder <msnyder@redhat.com>
2781
2782 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2783
2784 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2785
2786 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2787 register.
2788 (P): New macro to define a register as a pseudo register.
2789 (R, R4, R8, R16, FR32, R64, R0): Updated.
2790 (struct variant): Add new fields for number of pseudo registers
2791 and number of total registers.
2792 (tot_num_registers): New macro replacing....
2793 (num_registers): ...deleted macro.
2794 (num_registers): New function.
2795 (num_pseudo_registers): New function.
2796 (variants): Update all variants to intialize new fields correctly.
2797 Postpone initialization of number of pseudo regs and real regs.
2798 (init_variants): New function.
2799 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2800 registers offsets.
2801
2802 2002-08-19 David Carlton <carlton@math.stanford.edu>
2803
2804 * valops.c (search_struct_field): Change error message to treat
2805 return value of 0 from value_static_field as meaning that field is
2806 optimized out.
2807 (value_struct_elt_for_reference): Ditto.
2808 * values.c (value_static_field): Treat an unresolved location the
2809 same as a nonexistent symbol. Fix PR gdb/635.
2810 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2811 enclosed. Fix PR gdb/574.
2812 * MAINTAINERS: Add self to Write After Approval list.
2813
2814 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2815
2816 * mips-tdep.c (mips_xfer_register): New function.
2817 (mips_n32n64_extract_return_value): Rewrite.
2818 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2819 instead of deprecated_extract_return_value.
2820
2821 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2822
2823 * rs6000-tdep.c (TDEP): Delete macro.
2824 (branch_dest): Replace use of TDEP macro with its body.
2825 (rs6000_pop_frame): Ditto.
2826 (rs6000_push_arguments): Ditto.
2827 (rs6000_skip_trampoline_code): Ditto.
2828 (rs6000_frame_saved_pc): Ditto.
2829 (rs6000_frame_chain): Ditto.
2830 (rs6000_register_name): Ditto.
2831 (rs6000_register_byte): Ditto.
2832 (rs6000_register_raw_size): Ditto.
2833 (rs6000_register_virtual_type): Ditto.
2834 (rs6000_register_convertible): Ditto.
2835 (rs6000_convert_from_func_ptr_addr): Ditto.
2836
2837 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2838
2839 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2840 conditionally.
2841 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2842 MIPS_LINUX_JB_ELEMENT_SIZE.
2843 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2844 for MAX_REGISTER_RAW_SIZE arrays.
2845 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2846 MIPS_LINUX_JB_ELEMENT_SIZE.
2847
2848 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2849
2850 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2851
2852 2002-08-19 Aidan Skinner <aidan@velvet.net>
2853
2854 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2855 ada-valprint.c ada-tasks.c.
2856 (YYFILES): Add ada-exp.y.
2857 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2858 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2859 (ada-exp.tab.o): New target.
2860
2861 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2862
2863 * regcache.c (regcache_xfer_part): New function.
2864 (regcache_raw_read_part): New function.
2865 (regcache_raw_write_part): New function.
2866 (regcache_cooked_read_part): New function.
2867 (regcache_cooked_write_part): New function.
2868 * regcache.h (regcache_raw_read_part): Declare.
2869 (regcache_raw_write_part): Declare.
2870 (regcache_cooked_read_part): Declare.
2871 (regcache_cooked_write_part): Declare.
2872
2873 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2874
2875 * remote.c (remote_open_1): Add async_p.
2876 (remote_async_open_1): Delete.
2877 (open_remote_target): Delete.
2878 (remote_open, extended_remote_open): Update calls to remote_open_1.
2879 (remote_async_open, extended_remote_async_open): Call
2880 remote_open_1 instead of remote_async_open_1.
2881
2882 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2883
2884 * blockframe.c: Fix a few coding standard violations.
2885
2886 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2887
2888 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2889 here from ...
2890 * config/i386/tm-i386sco5.h: ... here. File removed.
2891 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2892
2893 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2894 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2895 (TM_FILE): Set to tm-i386.h.
2896 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2897 * config/i386/tm-i386v.h: Remove file.
2898 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2899 instead of "i386/tm-i386v.h".
2900 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2901 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2902 "i386/tm-i386v.h".
2903 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2904 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2905 "i386/tm-i386.h".
2906
2907 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2908
2909 * config/i386/nm-i386v.h: Add protection against
2910 multiple-inclusion.
2911 (i386_register_u_addr): Remove prototype.
2912 (register_u_addr): New prototype.
2913 (REGISTER_U_ADDR): Redefine accordingly.
2914 * i386v-nat.c: Improve several comments.
2915 (i386_register_u_addr): Change signature and rename to
2916 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2917 ubase variable.
2918
2919 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2920
2921 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2922 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2923 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2924 deprecated_extract_return_value.
2925 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2926 rename mips_o32o64_push_arguments.
2927 (mips_gdbarch_init): Update.
2928 (mips_extract_return_value): Delete.
2929 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2930 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2931 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2932 (mips_n32n64_extract_return_value): Clone
2933 mips_extract_return_value.
2934 (mips_store_return_value): Delete.
2935 (mips_o32_store_return_value): Clone mips_store_return_value.
2936 (mips_o64_store_return_value): Clone mips_store_return_value.
2937 (mips_eabi_store_return_value): Clone mips_store_return_value.
2938 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2939
2940 2002-08-18 Aidan Skinner <aidan@velvet.net>
2941
2942 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2943 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2944
2945 2002-08-18 Aidan Skinner <aidan@velvet.net>
2946
2947 * ada-lang.c: Run through gdb_indent.sh.
2948 * ada-lang.h: Run through gdb_indent.sh.
2949 * ada-tasks.c: Run through gdb_indent.sh.
2950 * ada-typeprint.c: Run through gdb_indent.sh.
2951 * ada-valprint.c: Run through gdb_indent.sh.
2952
2953 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2954
2955 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2956 ABI.
2957
2958 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2959
2960 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2961
2962 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2963 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2964
2965 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2966 write_register_gen instead of write_register_bytes.
2967
2968 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2969 i[3456]-*-osf1mk* configurations have been made obsolete.
2970 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2971 i[3456]86-*-osf1mk* hosts obsolete.
2972 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2973 targets obsolete.
2974 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2975 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2976 config/i386/i386m3.mt, config/i386/nm-m3.h,
2977 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2978 config/i386/i386mk.mh, config/i386/i386mk.mt,
2979 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2980 obsolete.
2981 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2982 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2983 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2984
2985 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2986
2987 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2988 (hppa_value_returned_from_stack): Declare.
2989 (hppa_extract_return_value): Declare.
2990 * config/pa/hppa.mt: New file.
2991 * configure.tgt: Recognize hppa*-*-*.
2992 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2993
2994 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2995
2996 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2997 comment.
2998
2999 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3000
3001 * top.c (gdb_rl_operate_and_get_next): Make sure
3002 operate-and-get-next functions correctly even when the history
3003 list is completely filled.
3004
3005 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3006
3007 * MAINTAINERS (Target Instruction Set Architectures): Rename
3008 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3009 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3010 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3011 already listed under Host/Native.
3012
3013 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3014 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3015 mips*-*-*.
3016
3017 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3018
3019 * config/ia64/ia64.mt: New file.
3020 * config/alpha/alpha.mt: New file.
3021 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3022 ia64-linux-gnu. Mention that ia64-elf is broken.
3023 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3024
3025 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3026
3027 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3028 generic_func_frame_valid instead of func_frame_valid.
3029
3030 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3031
3032 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3033 procfs appears to be broken when debugging on multi-processor
3034 machines. So enable software single stepping in order to avoid
3035 using the procfs interface to do next/step operations, using
3036 internal breakpoints instead.
3037
3038 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3039 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3040 make this pc address equal to the value it would have if the
3041 system stepping capability was used. Also set a new flag used
3042 to ensure that we don't readjust the PC one more time later.
3043
3044 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3045 address by DECR_PC_AFTER_BREAK when software single step is
3046 in use for this architecture, as this has already been taken
3047 care of in handle_inferior_event().
3048
3049 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3050
3051 * infrun.c (handle_inferior_event): Minor reformatting, to make
3052 a rather long condition expression easier to read.
3053
3054 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3055
3056 * Makefile.in (gdbtk.o): Move to end of file.
3057 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3058 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3059 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3060 (gdbtk-wrapper.o, gdbres.o): Ditto.
3061
3062 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3063
3064 * Makefile.in (copying.o): Separate out compile rule.
3065 (hpux-thread.o, procfs.o, signals.o): Ditto.
3066 (v850ice.o, z8k-tdep.o): Ditto.
3067 (tui-file.o): Move to TUI section.
3068 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3069 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3070
3071 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3072
3073 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3074 skip_trampoline_code, for better namespace-proofing.
3075
3076 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3077
3078 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3079
3080 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3081
3082 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3083
3084 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3085 signal, check whether we hit a breakpoint before checking for a
3086 single step breakpoint. Otherwise, GDB fails to notice that a
3087 breakpoint has been hit when stepping onto a breakpoint.
3088
3089 2002-08-16 Keith Seitz <keiths@redhat.com>
3090
3091 * gdb-events.sh (clear_gdb_event_hooks): New function.
3092 * gdb-events.c: Regenerate.
3093 * gdb-events.h: Regenerate.
3094
3095 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3096
3097 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3098 not_a_sw_breakpoint.
3099 * breakpoint.h (bpstat_stop_status): Add parameter names.
3100
3101 2002-08-16 Grace Sainsbury <graces@redhat.com>
3102
3103 * remote.c (remote_insert_hw_breakpoint)
3104 (remote_remove_hw_breakpoint): Fix calculation of length field
3105 for Z-packet.
3106
3107 2002-08-15 Michael Snyder <msnyder@redhat.com>
3108
3109 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3110 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3111 (supply_fpregset): Ditto.
3112
3113 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3114 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3115 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3116 (TARGET_READ_SP): Delete.
3117 (DO_REGISTERS_INFO): Delete.
3118 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3119 Delete.
3120 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3121 from macros to functions.
3122
3123 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3124 (mips_register_convertible, mips_register_convert_to_virtual,
3125 mips_register_convert_to_raw): Make static.
3126 (mips_read_sp): New function.
3127 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3128 (mips_do_registers_info): Make static.
3129 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3130 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3131 (mips_register_convert_from_type, mips_register_convert_to_type):
3132 New functions.
3133 (mips_gdbarch_init): Set up function_start_offset,
3134 register_virtual_size, pc_in_sigtramp.
3135
3136 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3137
3138 * infcmd.c (vector_info): New function.
3139 (_initialize_infcmd): Add command "info vector".
3140 (print_vector_info): New function.
3141
3142 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3143 * gdbarch.h, gdbarch.c: Regenerate.
3144
3145 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3146
3147 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3148 ``print_all''. Only print vector registers when ``print_all''.
3149
3150 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3151
3152 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3153 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3154
3155 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3156 Add `args' parameter.
3157 * gdbarch.h, gdbarch.c: Regenerate.
3158
3159 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3160
3161 * infcmd.c (float_info): Call print_float_info.
3162 (print_float_info): New function. By default, print the
3163 floating-point registers.
3164
3165 * arch-utils.h (default_print_float_info): Delete declaration.
3166 * arch-utils.c (default_print_float_info): Delete function.
3167
3168 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3169
3170 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3171 out define.
3172
3173 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3174 FRAME.
3175
3176 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3177 * configure.host: Make i[3456]86-*-aix host obsolete.
3178 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3179 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3180 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3181 config/i386/xm-i386aix.h: Make files obsolete.
3182 * i386aix-nat.c: Make file obsolete.
3183 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3184 (i386aix-nat.o): Make target obsolete.
3185
3186 * config/i386/nm-gnu.h: Removed.
3187 * config/i386/nm-i386gnu.h: New file.
3188 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3189 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3190 Moved here from ...
3191 * config/i386/tm-i386gnu.h: ... here. Removed.
3192 * config/i386/xm-i386gnu.h: Removed.
3193 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3194 (NAT_FILE): Set to nm-i386gnu.h.
3195 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3196 * i386-tdep.c: New file.
3197 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3198 (i386gnu-tdep.o): Specify dependencies.
3199
3200 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3201
3202 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3203 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3204 Adjust a few comments to reflect reality a bit closer.
3205 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3206 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3207 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3208 target_insert_watchpoint, target_remove_watchpoint):
3209 Move defines to ...
3210 * config/i386/nm-i386sco5.h: ... here.
3211 (kernel_u_size): Add prototype. Improve a few comments and add
3212 protection against multiple inclusion.
3213
3214 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3215 out define.
3216
3217 * uw-thread.c (SP_ARG0): Define if not already defined.
3218 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3219
3220 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3221
3222 * config/i386/tm-i386.h: Don't include "regcache.h".
3223
3224 * i387-tdep.h (i387_print_float_info): New prototype.
3225 * i387-tdep.c (print_i387_value, print_i387_ext,
3226 print_i387_status_word, print_i387_control_word): Add `struct
3227 ui_file *' argument and use it for output.
3228 (i387_print_float_info): Renamed from i387_float_info. Add
3229 `struct gdbarch *' and `struct ui_file *' arguments and use the
3230 latter for output.
3231 * i386-tdep.c: Include "i387-tdep.h".
3232 (i386_gdbarch_init): Set print_float_info.
3233 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3234 (FLOAT_INFO): Remove define.
3235
3236 2002-08-13 Michael Snyder <msnyder@redhat.com>
3237
3238 * mips-tdep.c (mips_push_arguments): Rename to
3239 mips_eabi_push_arguments, and tune for EABI.
3240 (MIPS_REGS_HAVE_HOME_P): Delete.
3241 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3242 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3243 Delete references to mips_regs_have_home_p.
3244
3245 2002-08-14 Keith Seitz <keiths@redhat.com>
3246
3247 * Makefile.in (install-gdbtk): Create insight plugin directory.
3248 Install plugins.tcl file.
3249
3250 2002-08-14 Keith Seitz <keiths@redhat.com>
3251
3252 * configure.in: Move SUBDIRS to near top of the file so that
3253 --enable options may add things to it.
3254 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3255 * configure: Regenerate.
3256
3257 2002-08-13 Michael Snyder <msnyder@redhat.com>
3258
3259 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3260 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3261 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3262
3263 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3264
3265 * vax-tdep.c (vax_get_saved_register): Delete function.
3266 (vax_gdbarch_init): Update.
3267 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3268 (ns32k_gdbarch_init): Update.
3269 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3270 (alpha_gdbarch_init): Update.
3271
3272 2002-08-13 Andrew Cagney <cagney@redhat.com>
3273
3274 * regcache.c (init_regcache_descr): Overallocate the
3275 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3276 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3277 nr_raw_registers.
3278 (set_register_cached): Add range checking assertions. Use
3279 current_regcache.
3280
3281 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3282
3283 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3284 numbers for MMX registers.
3285
3286 2002-08-13 Andrew Cagney <cagney@redhat.com>
3287
3288 * i386-tdep.c (i386_gdbarch_init): Use
3289 generic_unwind_get_saved_register.
3290
3291 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3292
3293 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3294 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3295 target vector.
3296 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3297 Delete. Add comment regarding this now-deleted target method.
3298
3299 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3300
3301 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3302 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3303 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3304 real PC and the page number (if it's within the memory bank window).
3305 (m68hc11_pseudo_register_write): Likewise when saving.
3306 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3307 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3308 (m68hc11_register_raw_size): And use 32-bit for it.
3309 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3310 16K memory bank is used by the prog; also use the virtual pc.
3311
3312 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3313
3314 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3315 (m68hc11_gdbarch_init): Install it in gdbarch.
3316 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3317 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3318 (MSYMBOL_SIZE): New for documentation.
3319 (insn_return_kind): Enum to specify how a function returns.
3320 (frame_extra_info): Cleanup and record the return mode.
3321 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3322 register in address computation.
3323 (m68hc11_get_return_insn): New to obtain the return instruction used
3324 by the function.
3325 (m68hc11_frame_init_saved_regs): Take into account the return
3326 instruction used by the function for far and interrupt functions.
3327 (m68hc11_init_extra_frame_info): Take into account page register.
3328 (m68hc11_frame_args_address): Adjust according to the return mode.
3329 (show_regs): Print page register only when it's used.
3330
3331 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3332
3333 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3334 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3335 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3336 registers.
3337 (m68hc11_register_raw_size): Likewise.
3338
3339 2002-08-13 Andrew Cagney <cagney@redhat.com>
3340
3341 * i386-tdep.c (i386_register_name): Handle mmx registers.
3342 (mmx_regnum_p): New function.
3343 (i386_mmx_names): New array.
3344 (mmx_num_regs): New variable.
3345 (i386_pseudo_register_read): New function.
3346 (i386_pseudo_register_write): New function.
3347 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3348
3349 * regcache.c (regcache_raw_read_unsigned): New function.
3350 (regcache_raw_read_signed): New function.
3351 * regcache.h (regcache_raw_read_unsigned): Declare.
3352 (regcache_raw_read_signed): Declare.
3353
3354 2002-08-13 Andrew Cagney <cagney@redhat.com>
3355
3356 * regcache.c (regcache_raw_read_as_address): Delete function.
3357 (regcache_cooked_read_signed): New function.
3358 (regcache_cooked_read_unsigned): New function.
3359 * regcache.h (regcache_cooked_read_signed): Declare.
3360 (regcache_cooked_read_unsigned): Declare.
3361 (regcache_raw_read_as_address): Delete declaration.
3362
3363 * blockframe.c (generic_read_register_dummy): Use
3364 regcache_cooked_read_unsigned.
3365 * i386-tdep.c (i386_extract_struct_value_address): Use
3366 regcache_cooked_read_unsigned.
3367
3368 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3369
3370 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3371 double sizes according to ELF ABI flags.
3372 (gdbarch_tdep): Record elf_flags.
3373
3374 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3375
3376 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3377 (m6812_prolog): They can appear in 68HC12 function prologue.
3378 (m68hc11_frame_chain): Cleanup.
3379
3380 2002-08-12 Andrew Cagney <cagney@redhat.com>
3381
3382 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3383 declarations.
3384 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3385 (i386_linux_register_raw_size): Delete function.
3386 (i386_linux_init_abi): Update.
3387 * i386-tdep.c (i386_register_raw_size): Delete function.
3388 (i386_register_byte): Delete function.
3389 (i386_gdbarch_init): Update.
3390 (i386_register_size): Delete array.
3391 (i386_register_offset): Delete array.
3392
3393 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3394 (REGISTER_RAW_SIZE): Delete macro.
3395 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3396 (REGISTER_BYTE): Delete macro.
3397
3398 2002-08-11 Aidan Skinner <aidan@velvet.net>
3399
3400 * ada-lang.c (ada_lookup_partial_symbol)
3401 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3402 prototype names so that grep ^func works properly.
3403
3404 * ada-lang.c (ada_array_element_type)
3405 (ada_lookup_partial_symbol): Fix typos in parameter list.
3406
3407 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3408 Fix prototype names so that grep ^func works properly.
3409
3410 2002-08-10 Andrew Cagney <cagney@redhat.com>
3411 Elena Zannoni <ezannoni@redhat.com>
3412 Martin M. Hunt <hunt@redhat.com>
3413
3414 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3415 (build_builtin_type_vec128i): Set the vector bit.
3416 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3417 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3418 (build_builtin_type_vec64): New function.
3419 (build_builtin_type_vec64i): New function.
3420 (build_gdbtypes): Initialize builtin_type_vec64 and
3421 builtin_type_vec64i.
3422
3423 2002-08-09 Andrew Cagney <cagney@redhat.com>
3424
3425 * regcache.c (regcache_dump): Compare the register offset
3426 with REGISTER_BYTE.
3427 * arch-utils.c (generic_register_byte): New function.
3428 * arch-utils.h (generic_register_byte): Declare.
3429 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3430 * gdbarch.h, gdbarch.c: Regenerate.
3431
3432 2002-08-09 Andrew Cagney <cagney@redhat.com>
3433
3434 * regcache.c: Include "gdbcmd.h"
3435 (_initialize_regcache): Add commands "maintenance print
3436 registers", "maintenance print raw-registers" and "maintenance
3437 print cooked-registers".
3438 (enum regcache_dump_what): Define.
3439 (dump_endian_bytes): New function.
3440 (regcache_dump): New function.
3441 (regcache_print): New function.
3442 (maintenance_print_registers): New function.
3443 (maintenance_print_raw_registers): New function.
3444 (maintenance_print_cooked_registers): New function.
3445 * Makefile.in (regcache.o): Update dependencies.
3446
3447 2002-08-09 Michael Snyder <msnyder@redhat.com>
3448
3449 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3450 (mips_push_arguments): Correct some comments. Use paddr_nz
3451 for printing addresses in debug output. Replace static
3452 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3453 (mips_n32n64_push_arguments): New function, cloned from
3454 mips_push_arguments and tuned for the n32/n64 ABI.
3455 (mips_push_register): Buffer needs dynamic allocation.
3456 (mips_print_register): Ditto.
3457 (do_gp_register_row): Ditto.
3458 (mips_store_return_value): Ditto.
3459 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3460
3461 2002-08-09 Don Howard <dhoward@redhat.com>
3462
3463 * memattr.c (mem_info_command): Print special case of upper bound
3464 as max CORE_ADDR + 1.
3465
3466 2002-08-08 Michael Snyder <msnyder@redhat.com>
3467
3468 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3469 returns structs by ref if they're too big to fit in two registers.
3470
3471 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3472
3473 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3474 saved regs value.
3475 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3476 mips_find_saved_regs().
3477 (mips_pop_frame): Likewise.
3478
3479 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3480
3481 * blockframe.c (frame_saved_regs_register_unwind): Revise
3482 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3483 frames are in use.
3484
3485 2002-08-09 Grace Sainsbury <graces@redhat.com>
3486
3487 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3488 T-packets; the 'a' is not taken as a register number.
3489 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3490 (remote_stopped_data_address): New functions; add to target
3491 vector.
3492 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3493 prototypes to match other implementations of this
3494 function. replace integer argument with pointer -- the length
3495 field in the Z-packet is the length of what is pointed to or 1 if
3496 pointer is null. Add to target vector.
3497 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3498 target vector.
3499
3500 From Mark Salter:
3501 * remote.c (remote_wait): Add support to extract optional
3502 watchpoint information from T-packet. Ignore unrecognized
3503 optional info in T-packet.
3504 (remote_async_wait): Ditto.
3505
3506 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3507
3508 * cli/cli-dump.c: Change fopen modes to use binary open modes
3509 as defined in include/fopen-bin.h throughout.
3510
3511 2002-08-08 Michael Snyder <msnyder@redhat.com>
3512
3513 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3514
3515 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3516
3517 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3518 assertion failure by returning early after a warning.
3519
3520 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3521
3522 * mips-tdep.c (mips_find_saved_regs): Make static.
3523 (mips_frame_init_saved_regs): New function.
3524 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3525 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3526 (mips_find_saved_regs): Delete declaration.
3527
3528 2002-08-08 Grace Sainsbury <graces@redhat.com>
3529
3530 * remote.c (remote_wait, remote_async_wait): Change
3531 thread_num from int to ULONGEST.
3532 (unpack_varlen_hex): Change result parameter from
3533 int * to ULONGEST *.
3534
3535 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3536
3537 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3538 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3539 powerpc*-*-*.
3540 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3541
3542 2002-08-08 Andrew Cagney <cagney@redhat.com>
3543
3544 * gcore.c (override_derive_stack_segment): Delete variable.
3545 (preempt_derive_stack_segment): Delete function.
3546 (derive_stack_segment): Delete function.
3547 (default_derive_stack_segment): Renamed to derive_stack_segment.
3548 (override_derive_heap_segment): Delete variable.
3549 (preempt_derive_heap_segment): Delete function.
3550 (derive_heap_segment): Delete function.
3551 (default_derive_heap_segment): Rename to derive_heap_segment.
3552
3553 2002-08-06 Michael Snyder <msnyder@redhat.com>
3554
3555 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3556 * mips-tdep.c (mips_EABI_use_struct_convention,
3557 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3558 New functions. (mips_use_struct_convention): Delete.
3559 (mips_gdbarch_init): set use_gdbarch_convention.
3560
3561 2002-08-06 Michael Snyder <msnyder@redhat.com>
3562
3563 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3564 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3565 mips_o32_reg_struct_has_addr): New functions.
3566 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3567
3568 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3569
3570 * regcache.c (pseudo_register): Delete function.
3571 (fetch_register): Delete function.
3572 (store_register): Delete function.
3573 (regcache_raw_read, legacy_read_register_gen): Use
3574 target_fetch_registers instead of fetch_register.
3575 (legacy_write_register_gen, regcache_raw_write): Use
3576 target_store_register instead of store_register.
3577 (write_register_bytes): Ditto.
3578
3579 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3580 (STORE_PSEUDO_REGISTER): Delete.
3581 * gdbarch.h, gdbarch.c: Regenerate.
3582
3583 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3584
3585 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3586 write dump file binary.
3587
3588 2002-08-05 Michael Snyder <msnyder@redhat.com>
3589
3590 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3591 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3592 (mips_gdbarch_init): Set N32 target to be mips64.
3593
3594 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3595
3596 * frame.c (find_saved_register): Break out of loop once saved
3597 register address is found. Don't mention sparc in loop comment
3598 anymore.
3599
3600 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3601
3602 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3603 mips_default_saved_regsize to 8.
3604
3605 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3606
3607 * gcore.c: Do not include <sys/procfs.h>.
3608 * Makefile.in (gcore.o): Update dependencies.
3609
3610 2002-08-06 Andrew Cagney <cagney@redhat.com>
3611
3612 * configure.tgt: Make arc-*-* obsolete.
3613 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3614 * MAINTAINERS: Make arc-elf obsolete.
3615 * arc-tdep.c: Make file obsolete.
3616 * config/arc/arc.mt: Ditto.
3617 * config/arc/tm-arc.h: Ditto.
3618
3619 2002-08-05 Theodore A. Roth <troth@verinet.com>
3620
3621 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3622
3623 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3624
3625 * mcore-tdep.c (mcore_gdbarch_init): Use
3626 generic_unwind_get_saved_register instead of
3627 generic_get_saved_register.
3628 * v850-tdep.c (v850_gdbarch_init): Ditto.
3629 * frv-tdep.c (frv_gdbarch_init): Ditto.
3630 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3631 * s390-tdep.c (s390_gdbarch_init): Ditto.
3632 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3633 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3634 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3635
3636 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3637
3638 * objfiles.h: Add missing #include "symfile.h"
3639
3640 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3641
3642 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3643
3644 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3645 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3646 of FIELD_BITSIZE.
3647
3648 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3649
3650 * NEWS: Cleanup and nitpick.
3651
3652 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3653
3654 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3655
3656 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3657
3658 * Makefile.in (gdbtk-bp.o): Update dependencies.
3659 (gdbtk-register.o): Ditto.
3660 (gdbtk-varobj.o): Ditto.
3661
3662 2002-08-03 Andrew Cagney <cagney@redhat.com>
3663
3664 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3665 m68hc11_fetch_pseudo_register.
3666 (m68hc11_pseudo_register_write): Replace
3667 m68hc11_store_pseudo_register.
3668 (m68hc11_gdbarch_init): Update.
3669
3670 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3671
3672 * gdbarch.sh: Include "gdb_string.h".
3673 * gdbarch.c: Regenerate.
3674
3675 * regcache.c: Include "gdb_string.h".
3676 * ax-general.c: Ditto.
3677 * varobj.c: Ditto.
3678 * std-regs.c: Ditto.
3679 * fbsd-proc.c: Ditto.
3680 * thread.c: Ditto.
3681
3682 * Makefile.in (regcache.o): Update dependencies.
3683 (thread.o, gdbarch.o): Ditto.
3684 (ax-general.o, gdbarch.o): Ditto.
3685 (varobj.o, std-regs.o): Ditto.
3686 (fbsd-proc.o): Specify dependencies.
3687
3688 2002-08-02 Andrew Cagney <cagney@redhat.com>
3689
3690 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3691 regnum.
3692 (regcache_cooked_write): Ditto.
3693
3694 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3695
3696 * regcache.c (regcache_cooked_read): New function.
3697 (regcache_cooked_write): New function.
3698 (read_register_gen): Rewrite using regcache_cooked_read.
3699 (write_register_gen): Rewrite using regcache_cooked_write.
3700
3701 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3702 Declare.
3703
3704 2002-08-02 Andrew Cagney <cagney@redhat.com>
3705
3706 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3707 Replace the architecture methods register_read and register_write.
3708 * gdbarch.h, gdbarch.c: Regenerate.
3709 * regcache.c (init_regcache_descr): Update.
3710 (read_register_gen): Update.
3711 (write_register_gen): Update.
3712 (supply_register): Update comment.
3713
3714 * sh-tdep.c (sh_gdbarch_init): Update.
3715 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3716 `regcache' and `gdbarch' parameters. Make `buffer' a void
3717 pointer. Update code.
3718 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3719 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3720 void pointer. Update code.
3721 (sh64_register_write): Delete.
3722 (sh4_register_read): Delete.
3723 (sh64_register_read): Delete.
3724 (sh4_register_write): Delete.
3725 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3726 void pointer, `to' parameter a void pointer.
3727 (sh_sh64_register_convert_to_raw): Ditto.
3728
3729 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3730
3731 * mips-tdep.c (mips_register_virtual_type): Use architecture
3732 invariant return values.
3733
3734 2002-08-01 Andrew Cagney <cagney@redhat.com>
3735
3736 * linux-proc.c: Include "gdb_string.h".
3737 * Makefile.in (linux-proc.o): Update dependency list.
3738
3739 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3740
3741 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3742 comment.
3743
3744 2002-08-01 Grace Sainsbury <graces@redhat.com>
3745
3746 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3747 to_insert_watchpoint, to_remove_watchpoint,
3748 to_stopped_by_watchpoint, to_stopped_data_address,
3749 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3750 target vecctor. Define their corresponding macros so they call
3751 them.
3752
3753 * target.c: Add default and debug versions of for
3754 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3755 to_insert_watchpoint, to_remove_watchpoint,
3756 to_stopped_by_watchpoint, to_stopped_data_address,
3757 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3758
3759 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3760
3761 * mips-tdep.c (mips_register_virtual_type): New function.
3762 (mips_gdbarch_init): Register mips_register_virtual_type()
3763 with gdbarch machinery.
3764 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3765 this file instead of tm-bigmips.h.
3766 (MIPS_REGSIZE): Delete this macro.
3767 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3768 multiarch version in mips-tdep.c will be found.
3769
3770 2002-08-01 Andrew Cagney <cagney@redhat.com>
3771
3772 * NEWS: Menion that CHILL has been made obsolete.
3773
3774 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3775 * stabsread.c (read_range_type): Ditto.
3776 * gdbtypes.h: Ditto.
3777 * language.c (binop_type_check): Ditto.
3778 (binop_result_type): Ditto.
3779 (integral_type): Ditto.
3780 (character_type): Ditto.
3781 (string_type): Ditto.
3782 (boolean_type): Ditto.
3783 (structured_type): Ditto.
3784 (lang_bool_type): Ditto.
3785 (binop_type_check): Ditto.
3786 * language.h (_LANG_chill): Ditto.
3787 * dwarfread.c (set_cu_language): Ditto.
3788 * dwarfread.c (CHILL_PRODUCER): Ditto.
3789 * dwarfread.c (handle_producer): Ditto.
3790 * expression.h (enum exp_opcode): Ditto.
3791 * eval.c: Ditto for comments.
3792 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3793 * expprint.c (print_subexp): Ditto.
3794 (print_subexp): Ditto.
3795 * valops.c (value_cast): Ditto.
3796 (search_struct_field): Ditto.
3797 * value.h (COERCE_VARYING_ARRAY): Ditto.
3798 * symfile.c (init_filename_language_table): Ditto.
3799 (add_psymbol_with_dem_name_to_list): Ditto.
3800 * valarith.c (value_binop): Ditto.
3801 (value_neg): Ditto.
3802 * valops.c (value_slice): Ditto.
3803 * symtab.h (union language_specific): Ditto.
3804 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3805 (SYMBOL_DEMANGLED_NAME): Ditto.
3806 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3807 * defs.h (enum language): Ditto.
3808 * symtab.c (got_symtab): Ditto.
3809 * utils.c (fprintf_symbol_filtered): Ditto.
3810
3811 * ch-typeprint.c: Make file obsolete.
3812 * ch-valprint.c: Make file obsolete.
3813 * ch-lang.h: Make file obsolete.
3814 * ch-exp.c: Make file obsolete.
3815 * ch-lang.c: Make file obsolete.
3816
3817 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3818 CHILL_LIB.
3819 (TARGET_FLAGS_TO_PASS): Ditto.
3820 (CHILLFLAGS): Obsolete.
3821 (CHILL): Obsolete.
3822 (CHILL_FOR_TARGET): Obsolete.
3823 (CHILL_LIB): Obsolete.
3824 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3825 ch-valprint.c.
3826 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3827 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3828 ch-lang.o.
3829 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3830 targets.
3831
3832 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3833
3834 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3835 This does not change anything at the moment, but will be helpful
3836 later when full Ada support is integrated.
3837
3838 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3839
3840 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3841 help message.
3842
3843 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3844
3845 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3846 and save it in a local variable. Use variable in later test.
3847
3848 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3849
3850 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3851 test. (Thanks to Daniel Jacobowitz.)
3852
3853 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3854
3855 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3856 (mips_abi_strings): Add "n64".
3857 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3858
3859 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3860
3861 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3862 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3863
3864 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3865
3866 * utils.c (host_pointer_to_address, address_to_host_pointer):
3867 Use gdb_assert() instead of explicit call to internal_error().
3868
3869 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3870
3871 * Makefile.in (rs6000-nat.o): Update dependencies.
3872
3873 From Nicholas Duffek:
3874 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3875 (aix-thread.o): New rule.
3876 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3877 * config/powerpc/aix432.mh: New file.
3878
3879 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3880
3881 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3882 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3883 (fetch_core_registers, ppc_linux_supply_gregset)
3884 (ppc_linux_supply_fpregset): New functions.
3885 (ppc_linux_regset_core_fns): New.
3886 (_initialize_ppc_linux_tdep): Call add_core_fns.
3887 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3888 and ppc_linux_supply_gregset.
3889 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3890 (supply_fpregset): Call ppc_linux_supply_fpregset.
3891 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3892 corelow.o.
3893 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3894
3895 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3896
3897 * symtab.c (lookup_symbol): Demangle before lowercasing.
3898
3899 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3900
3901 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3902 declaration.
3903 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3904 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3905 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3906 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3907 "gdb_string.h".
3908 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3909 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3910 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3911 (avr-tdep.o, mon960-rom.o): Ditto.
3912 (aout_stabs_gnu_h): Define.
3913 (symtab_h): Remove $(gdb_obstack_h).
3914
3915 2002-07-30 Jim Blandy <jimb@redhat.com>
3916
3917 Patch from David Carlton <carlton@math.stanford.edu>:
3918 * gdbinit.in: Move the `dir' commands that add GDB's own source
3919 directory to the search path to the end, so that the `gdb' source
3920 directory will be searched first.
3921
3922 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3923
3924 * gdb_obstack.h: New file.
3925 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3926 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3927 * objfiles.h: Include "gdb_obstack.h".
3928 * Makefile.in (gdb_obstack_h): Define.
3929 (symtab_h): Add $(gdb_obstack_h).
3930 (objfiles_h): Add $(gdb_obstack_h).
3931
3932 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3933 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3934 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3935 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3936 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3937 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3938 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3939 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3940
3941 * Makefile.in (bcache.o): Update dependencies.
3942 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3943 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3944 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3945 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3946 (stabsread.o, symfile.o, symmisc.o): Ditto.
3947 (symtab.o, typeprint.o, macroexp.o): Ditto.
3948 (macrotab.o, mdebugread.o): Ditto.
3949 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3950 (coff_ecoff_h, aout_aout64_h): Define.
3951 (aout_stabs_gnu_h, libaout_h): Define.
3952
3953 2002-07-29 Andrew Cagney <cagney@redhat.com>
3954
3955 * regcache.c (struct regcache_descr): Rename nr_registers to
3956 nr_cooked_registers. Revise comments describing the structure
3957 member fields.
3958 (init_regcache_descr): Update.
3959 (init_legacy_regcache_descr): Update.
3960 (read_register_gen, write_register_gen): When a cooked register in
3961 the raw register range, directly access the value from the raw
3962 register cache.
3963
3964 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3965
3966 * z8k-tdep.c: Do not include "obstack.h".
3967 * h8300-tdep.c, h8500-tdep.c: Ditto.
3968 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3969 * valprint.c, v850-tdep.c: Ditto.
3970 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3971 * mn10200-tdep.c: Ditto.
3972
3973 * Makefile.in (z8k-tdep.o): Update dependencies.
3974 (m68hc11-tdep.o, valprint.o): Ditto.
3975 (v850-tdep.o, d10v-tdep.o): Ditto.
3976 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3977 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3978 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3979 (sh_opc_h, gdb_sim_sh_h): Define.
3980 (elf_sh_h, elf_bfd_h): Define.
3981 (opcode_m68hc11_h): Define.
3982 (OPCODES_SRC, OPCODES_DIR): define.
3983 (OPCODES): Use $(OPCODES_DIR).
3984 (gdb_sim_d10v_h): Rename sim_d10v_h.
3985 (gdb_sim_arm_h): Rename sim_arm_h.
3986
3987 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3988
3989 * utils.c (host_pointer_to_address, address_to_host_pointer):
3990 Change internal_error() message to indicate function responsible
3991 for the error.
3992
3993 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3994
3995 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3996 calls to local_hex_string_custom().
3997
3998 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3999
4000 * irix5-nat.c: Move IRIX shared library support from here...
4001 * solib-irix.c: ...to here. Revised substantially to work with
4002 generic solib framework.
4003
4004 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4005 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4006 * mips-irix-tdep.c: New file.
4007
4008 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4009 (mips-irix-tdep.o, solib-irix.o): New rules.
4010 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4011 solib-irix.o.
4012 * config/mips/irix6.mt (TDEPFILES): Likewise.
4013 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4014
4015 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4016
4017 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4018 disabled (via ``#if 0'') includes.
4019
4020 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4021
4022 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4023 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4024 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4025 Add support for the fpscr register.
4026 * rs6000-nat.c (regmap, fetch_inferior_registers)
4027 (store_inferior_registers, fetch_core_registers): Likewise.
4028
4029 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4030
4031 * rs6000-nat.c (language.h): Include.
4032 (special_regs): Delete this array.
4033 (regmap): New function.
4034 (fetch_register, store_register): Use regmap() to map gdb
4035 register numbers to ptrace register numbers. Also, use
4036 outputs from regmap() to make decisions regarding type of
4037 ptrace() call to make. In particular, don't compare against
4038 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4039 (fetch_inferior_registers, store_inferior_registers): Where
4040 possible, obtain register numbers from tdep struct. Don't
4041 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4042 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4043 (LAST_UISA_SP_REGNUM): Delete.
4044
4045 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4046
4047 * rs6000-nat.c (ppc-tdep.h): Include.
4048 (fetch_registers, store_register, fetch_core_registers): Don't
4049 access registers[] directly. Instead, use supply_register() or
4050 regcache_collect() as appropriate.
4051 (find_toc_address): Format hex address with local_hex_string().
4052
4053 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4054
4055 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4056 bfd/elf32-frv.c.
4057
4058 2002-07-24 Tom Tromey <tromey@redhat.com>
4059
4060 * jv-exp.y: Marked all strings with _().
4061 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4062 internal_error.
4063 (MethodInvocation, CastExpression, parse_number, yyerror,
4064 java_type_from_name, push_expression_name, yylex): Typo fixes.
4065
4066 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4067
4068 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4069 (tee_file_flush, tee_file_write, tee_file_fputs)
4070 (tee_file_isatty): New.
4071 * ui-file.h (tee_file_new): Add prototype.
4072
4073 2002-07-24 Aidan Skinner <aidan@velvet.net>
4074
4075 * ada-lang.c: Change k&r style function definitions to prototyped
4076 form.
4077 * ada-typeprint.c: Change k&r style function definitions to prototyped
4078 form.
4079 * ada-valprint.c: Change k&r style function definitions to prototyped
4080 form.
4081
4082 2002-07-24 Andrew Cagney <cagney@redhat.com>
4083
4084 * README: Remove reference to remote-bug.
4085 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4086 remote-bug.c.
4087 (m88k-nat.o): Delete rule.
4088 (m88k-tdep.o): Delete rule.
4089 (remote-bug.o): Delete rule.
4090 * MAINTAINERS: Mark as obsolete.
4091 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4092 * m88k-tdep.c: Make file obsolete.
4093 * config/m88k/m88k.mh: Ditto.
4094 * config/m88k/delta88v4.mh: Ditto.
4095 * config/m88k/delta88v4.mt: Ditto.
4096 * config/m88k/delta88.mt: Ditto.
4097 * config/m88k/delta88.mh: Ditto.
4098 * remote-bug.c: Ditto.
4099 * config/m88k/tm-delta88.h: Ditto.
4100 * config/m88k/nm-delta88v4.h: Ditto.
4101 * config/m88k/xm-delta88.h: Ditto.
4102 * config/m88k/xm-dgux.h: Ditto.
4103 * config/m88k/tm-m88k.h: Ditto.
4104 * config/m88k/nm-m88k.h: Ditto.
4105 * config/m88k/tm-delta88v4.h: Ditto.
4106 * m88k-nat.c: Ditto.
4107 * cxux-nat.c: Ditto.
4108 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4109 and m88*-*-* obsolete.
4110 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4111 m88*-*-* obsolete.
4112
4113 2002-07-24 Andrew Cagney <cagney@redhat.com>
4114
4115 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4116 constant. Same for local pointer variables.
4117 (extract_signed_integer): Ditto.
4118 * defs.h (extract_unsigned_integer): Update.
4119 (extract_signed_integer): Update.
4120
4121 2002-07-24 Andrew Cagney <cagney@redhat.com>
4122
4123 * regcache.c (regcache_raw_write): Change buf parameter to a
4124 constant void pointer.
4125 (regcache_raw_read): Change buf parameter to a void pointer.
4126 (legacy_write_register_gen): Change myaddr parameter a constant
4127 void pointer.
4128 (supply_register): Change val parameter to a const void pointer.
4129 * regcache.h (regcache_raw_write): Update declaration.
4130 (regcache_raw_read): Update declaration.
4131 (supply_register): Update declaration.
4132
4133 2002-07-24 Tom Tromey <tromey@redhat.com>
4134
4135 * defs.h (gdb_readline_wrapper): Declare.
4136 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4137 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4138 * top.c (gdb_readline_wrapper): New function.
4139 (command_line_input): Use it.
4140
4141 2002-07-24 Andrew Cagney <cagney@redhat.com>
4142
4143 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4144 regcache_read and regcache_write.
4145 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4146 * regcache.c: Update.
4147 * sh-tdep.c (sh64_push_arguments): Update comment.
4148 (sh_pseudo_register_read): Update.
4149 (sh_pseudo_register_write): Update.
4150 (sh4_register_read): Update.
4151 (sh4_register_write): Update.
4152 (sh64_pseudo_register_read): Update.
4153 (sh64_pseudo_register_write): Update.
4154 (sh64_register_read): Update.
4155 (sh64_register_write): Update.
4156 * i386-tdep.c (i386_extract_return_value): Update.
4157 (i386_extract_struct_value_address): Update.
4158 (i386_extract_return_value): Update.
4159 * blockframe.c (generic_read_register_dummy): Update.
4160 (generic_call_dummy_register_unwind): Update
4161 * infrun.c (write_inferior_status_register): Update.
4162
4163 2002-07-23 Jim Blandy <jimb@redhat.com>
4164
4165 * parser-defs.h (expression_context_pc): Make this extern.
4166 (Thanks to Michael Snyder.)
4167
4168 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4169
4170 GDB 5.2.1 released from 5.2 branch.
4171 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4172 * README: Update to mention 5.2.1.
4173
4174 2002-07-23 Mark Salter <msalter@redhat.com>
4175
4176 * remote.c (remote_read_bytes): Fix check for error.
4177
4178 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4179
4180 * aix-thread.c (language.h): Include.
4181 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4182 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4183 Print newlines at end of debug messages.
4184 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4185 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4186
4187 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4188
4189 * aix-thread.c (ppc-tdep.h): Include.
4190 (special_register_p): New function.
4191 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4192 (store_regs_user_thread): Use register number information from
4193 gdbarch_tdep struct instead of hardcoded offsets relative to
4194 FIRST_UISA_SP_REGNUM.
4195 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4196 special_register_p() instead of using FPLAST_REGNUM and
4197 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4198 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4199 will be MQ's register number.
4200
4201 2002-07-22 Michael Snyder <msnyder@redhat.com>
4202
4203 * aix-thread.c (ops): Rename to aix_thread_ops.
4204 (base_ops): Rename to base_target.
4205 (ops_attach): Rename to aix_thread_attach.
4206 (ops_detach): Rename to aix_thread_detach.
4207 (ops_resume): Rename to aix_thread_detach.
4208 (ops_wait): Rename to aix_thread_wait.
4209 (ops_kill): Rename to aix_thread_kill.
4210 (init_ops): Rename to init_aix_thread_ops.
4211 (ops_fetch_register): Rename to aix_thread_fetch_register.
4212 (ops_store_register): Rename to aix_thread_store_register.
4213 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4214 (ops_thread_alive): Rename to aix_thread_thread_alive.
4215 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4216 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4217 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4218 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4219 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4220 (store_regs_lib): Rename to store_regs_user_thread.
4221 (store_regs_kern): Rename to store_regs_kernel_thread.
4222
4223 2002-07-22 Michael Snyder <msnyder@redhat.com>
4224
4225 * aix-thread.c (ops_prepare_to_store): Eliminate.
4226 (init_ops): Don't initialize ops.prepare_to_store.
4227 (store_regs_kern): Pre-fetch register buffers from child,
4228 because some registers may not be in the cache. Copy
4229 regs from register cache only if they are cached.
4230 (store_regs_lib): Copy regs from register cache only
4231 if they are cached.
4232 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4233 fill_gprs64): Ditto.
4234
4235 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4236
4237 * aix-thread.c (gdb_assert.h): Include.
4238 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4239 register sizes (from register cache) match size of buffer holding
4240 register data.
4241 (fill_sprs32): Change parameter types to match those in the ptrace()
4242 buffer.
4243 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4244 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4245
4246 2002-07-22 Michael Snyder <msnyder@redhat.com>
4247
4248 * aix-thread.c (supply_sprs64): Cosmetic change.
4249 (supply_sprs32): Cosmetic change.
4250 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4251 (fill_sprs64): Use regcache_collect instead of read_register.
4252 (store_regs_lib): Use regcache_collect instead of
4253 read_register. Use fill_sprs32 instead of fill_sprs64,
4254 if debugging a 32-bit architecture.
4255 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4256 out of the register cache, instead of passing a pointer into
4257 the register cache directly to ptrace. Use regcache_collect
4258 insteaad of read_register.
4259 (ops_prepare_to_store): Use target_read_registers instead
4260 of read_register_bytes.
4261
4262 2002-07-20 Aidan Skinner <aidan@velvet.net>
4263
4264 * MAINTAINERS: Add self under write after approval.
4265
4266 2002-07-20 Aidan Skinner <aidan@velvet.net>
4267
4268 * ada-tasks.c: Change k&r style function definitions to prototyped
4269 form.
4270
4271 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4272
4273 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4274 * x86-64-tdep.c: Include "objfiles.h".
4275 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4276 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4277
4278 2002-07-17 Michal Ludvig <michal@suse.cz>
4279
4280 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4281 (update_context): Initialise cfa variable.
4282
4283 2002-07-17 Michael Snyder <msnyder@redhat.com>
4284
4285 * aix-thread.c: Shorten some long lines.
4286 Bring comments into line with code spec.
4287
4288 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4289
4290 * infrun.c: Re-indent using gdb_indent.sh.
4291
4292 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4293
4294 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4295 Leave the indentation temporarily untouched, to minimize the diffs.
4296
4297 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4298
4299 * stabsread.c: Make os9k sections of the code obsolete,
4300 for real this time.
4301 * stabsread.h: Make os9k sections of the code obsolete.
4302
4303 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4304
4305 * linux-low.c (regsets_store_inferior_registers): Add free()
4306 at the end of a loop to prevent memory leak.
4307 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4308 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4309 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4310 line a comment.
4311 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4312
4313 2002-07-17 Jim Blandy <jimb@redhat.com>
4314
4315 * macrocmd.c (info_macro_command): Remove newline from error
4316 message.
4317
4318 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4319
4320 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4321 (sh_gdbarch_init): Use it for sh-dsp.
4322
4323 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4324
4325 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4326 64-bit DWARF2 format.
4327
4328 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4329
4330 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4331 <sys/proc.h> when not available.
4332
4333 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4334
4335 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4336 * stabsread.c: Make os9k sections of the code obsolete.
4337 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4338 * config/i386/i386os9k.mt: Make file obsolete.
4339 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4340 (COMMON_OBS): Remove os9kread.o
4341 (SFILES): Remove os9kread.c.
4342 (os9kread.o, remote-os9k.o): Make target obsolete.
4343 * remote-os9k.c: Make file obsolete.
4344 * os9kread.c: Make file obsolete.
4345 * Makefile.in
4346
4347 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4348
4349 * NEWS: Mention that the FR30 has been made obsolete.
4350 * fr30-tdep.c: Make file obsolete.
4351 * config/fr30/tm-fr30.h: Ditto.
4352 * config/fr30/fr30.mt: Ditto.
4353 * configure.tgt: Make fr30-*-elf obsolete.
4354 * MAINTAINERS: Make fr30-elf obsolete.
4355
4356 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4357
4358 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4359 found is not inside a section.
4360
4361 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4362
4363 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4364 strerror().
4365 (pdc_realloc): Use xrealloc() instead of realloc().
4366
4367 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4368
4369 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4370 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4371 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4372 macros.
4373
4374 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4375
4376 * aix-thread.c (ptrace_check): Eliminate goto.
4377 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4378 problem.
4379
4380 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4381
4382 * aix-thread.c (gdbcmd.h): Include.
4383 (DEBUG, DBG, DBG2, dbg): Eliminate.
4384 (debug_aix_thread): New static global.
4385 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4386 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4387 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4388 invocations to DBG and DBG2 macros to test against
4389 ``debug_aix_thread'' and call fprintf_unfiltered().
4390 (_initialize_aix_thread): Add new command "set debug aix-thread".
4391
4392 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4393
4394 From Gerhard Tonn <TON@de.ibm.com>:
4395 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4396 instead of supply_register.
4397
4398 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4399
4400 * dwarf2cfi.c: Include "gdb_assert.h".
4401 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4402 non-NULL.
4403 (update_context): Do not use __func__. Add missing ``break''.
4404 (update_context): Do not use __func__.
4405
4406 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4407
4408 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4409 and its setting. Set gdbarch instruction printing functions
4410 directly. For non-rs6000 case use new function
4411 gdb_print_insn_powerpc.
4412 (gdb_print_insn_powerpc): New function.
4413
4414 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4415
4416 * NEWS: Mention that the d30v has been marked obsolete.
4417 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4418 * configure.tgt: Mark d30v-*-* as obsolete.
4419 * d30v-tdep.c: Mark file as obsolete.
4420 * config/d30v/d30v.mt: Ditto.
4421 * config/d30v/tm-d30v.h: Ditto.
4422
4423 2002-07-13 Aidan Skinner <aidan@velvet.net>
4424
4425 * ada-tasks.c (add_task_entry): replace calls to
4426 malloc() with xmalloc
4427 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4428
4429 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4430 ada_finish_decode_line_1, all_sals_for_line
4431 ada_breakpoint_rewrite): replace calls to free() with xfree()
4432
4433 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4434
4435 From Nicholas Duffek (with minor changes by Martin Hunt,
4436 Louis Hamilton, and Kevin Buettner):
4437 * aix-thread.c: New file.
4438
4439 2002-07-12 Petr Sorfa <petrs@caldera.com>
4440
4441 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4442 complaint for invalid attribute class or form.
4443 (read_func_scope): DW_AT_frame_base
4444 better handling of DW_AT_block*.
4445 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4446 better handling of DW_AT_block*.
4447 (read_common_block): DW_AT_location
4448 better handling of DW_AT_block*.
4449 (read_partial_die): DW_AT_location better handling
4450 of DW_AT_block*.
4451 (new_symbol): DW_AT_external better handling of
4452 DW_AT_block*. Proper initialization of variable
4453 "addr".
4454 (attr_form_is_block): New function that returns true
4455 if the attribute's form is of DW_FORM_block*.
4456
4457 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4458
4459 * valops.c (find_method_list): Remove comment about
4460 removed STATIC_MEMFUNCP argument.
4461 (value_find_oload_method_list): Likewise.
4462
4463 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4464
4465 From Nicholas Duffek:
4466 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4467 target_new_objfile_hook.
4468
4469 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4470
4471 From Nicholas Duffek:
4472 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4473 csect.
4474
4475 2002-07-12 Andrew Cagney <cagney@redhat.com>
4476
4477 * MAINTAINERS: Mention --enable-sim-build-warnings.
4478 (m68hc11-elf): Disable sim build warnings.
4479 (m32r-elf): Mark as broken obsolete candidate.
4480 (x86_64-linux-gnu): Mark as buildable with -Werror.
4481 (arm-elf): Change -w to ``,'' which enables warnings but not
4482 -Werror.
4483
4484 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4485
4486 * bcache.h: Update copyright.
4487 (struct bstring, struct bcache): Move definition to "bcache.c".
4488 Replaced by opaque declaration.
4489 (bcache_xfree): Replace free_bcache.
4490 (bcache_xmalloc, bcache_memory_used): Declare.
4491
4492 * bcache.c: Update copyright.
4493 (struct bstring, struct bcache): Moved to here from "bcache.h".
4494 Update comments.
4495 (bcache_xmalloc, bcache_memory_used): New functions.
4496 (bcache_xfree): Replace function free_bcache.
4497
4498 * Makefile.in (objfiles.o): Add $(bcache_h).
4499 (objfiles_h): Remove $(bcache_h).
4500 (symfile.o): Add $(bcache_h).
4501
4502 * symmisc.c: Update copyright.
4503 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4504 (print_objfile_statistics): Use bcache_memory_used.
4505
4506 * symfile.c: Include "bcache.h".
4507 (reread_symbols): Use bcache_xfree.
4508 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4509 (add_psymbol_to_list): Pass psymbol_cache by value.
4510 (add_psymbol_with_dem_name_to_list): Ditto.
4511
4512 * objfiles.h: Update copyright.
4513 (struct bcache): Declare opaque. Do not include "bcache.h".
4514 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4515 bcache'' pointers.
4516 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4517
4518 * objfiles.c: Include "bcache.h". Update copyright.
4519 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4520 macro_cache.
4521 (free_objfile): Use bcache_xfree.
4522
4523 2002-07-11 Grace Sainsbury <graces@redhat.com>
4524
4525 * monitor.c (monitor_fetch_register): Make name a constant.
4526 (monitor_store_register): Same.
4527
4528 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4529
4530 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4531 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4532 (finish_block) For non-function blocks, hash the symbol table. For
4533 function blocks, mark the symbol table as unhashed.
4534 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4535 (msymbol_hash_iw): Likewise.
4536 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4537 value.
4538 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4539 (lookup_minimal_symbol): Likewise for both.
4540 * symtab.h (struct block): Add `hashtable' flag. Comment the
4541 hashtable.
4542 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4543 (ALL_BLOCK_SYMBOLS): Update.
4544 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4545 (struct symbol): Add `hash_next' pointer.
4546 * symtab.c (lookup_block_symbol): Search using the hash table when
4547 possible.
4548 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4549 (search_symbols, find_addr_symbol): Likewise.
4550
4551 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4552 (read_dst_symtab): Likewise.
4553 * jv-lang.c (get_java_class_symtab): Likewise.
4554 * mdebugread.c: Include "gdb_assert.h".
4555 (shrink_block): Assert that the block being modified is not hashed.
4556 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4557 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4558 symbols.
4559 (dump_symtab): Recognize hashed blocks.
4560 * printcmd.c (print_frame_args): Assert that function blocks do not
4561 have hashed symbol tables.
4562 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4563 (fill_in_ada_prototype, debug_print_block): Likewise.
4564 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4565
4566 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4567
4568 * stack.c (print_frame): Use result of frame_address_in_block()
4569 instead of fi->pc when evaluating symbols.
4570 (backtrace_command_1): Ditto.
4571
4572 2002-07-11 Andrew Cagney <cagney@redhat.com>
4573
4574 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4575 Make static.
4576
4577 * arm-tdep.c (arm_register_name): Make return type constant.
4578
4579 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4580
4581 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4582 prototype.
4583 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4584 * s390-tdep.c (s390_fp_regnum): Ditto.
4585 (s390_read_fp): Ditto.
4586 (s390_pop_frame): Ditto.
4587 (_initialize_s390_tdep): Ditto.
4588 * remote.c (get_remote_state): Ditto.
4589 * procfs.c (mappingflags): Ditto.
4590 * memattr.c (_initialize_mem): Ditto.
4591 * mcore-tdep.c (mcore_pop_frame): Ditto.
4592 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4593 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4594 * language.c (set_case_str): Ditto.
4595 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4596 * frv-tdep.c (new_variant): Ditto.
4597 (frv_stopped_data_address): Ditto.
4598 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4599 (context_alloc): Ditto.
4600 (frame_state_alloc): Ditto.
4601 (unwind_tmp_obstack_init): Ditto.
4602 (unwind_tmp_obstack_free): Ditto.
4603 (cfi_read_fp): Ditto.
4604 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4605 (cris_pop_frame): Ditto.
4606 * c-lang.c (scanning_macro_expansion): Ditto.
4607 (finished_macro_expansion): Ditto.
4608 (c_preprocess_and_parse): Ditto.
4609 * gdbarch.sh: Ditto.
4610 * gdbarch.h, gdbarch.c: Regenerate.
4611 * config/mn10200/tm-mn10200.h: Adjust indentation.
4612 * target.c: Adjust indentation.
4613 * symtab.h: Adjust indentation.
4614 * stabsread.h: Adjust indentation.
4615 * remote-es.c: Adjust indentation.
4616 * os9kread.c: Adjust indentation.
4617
4618 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4619
4620 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4621 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4622
4623 2002-07-10 Grace Sainsbury <graces@redhat.com>
4624
4625 * NEWS: Mention m68k, mcore multi-arching.
4626 * MAINTAINERS: Change status of m68k, mcore to reflect
4627 multi-arching.
4628
4629 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4630
4631 * valops.c (find_overload_match): Free oload_syms.
4632
4633 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4634
4635 Define HAVE_SYS_PROC_H if sys/proc.h exists
4636 * configure.in: Add check for sys/proc.h
4637 * config.in: Regenerate.
4638 * configure: Regenerate.
4639
4640 2002-07-09 Grace Sainsbury <graces@redhat.com>
4641
4642 * config/m68k/tm-m68k.h: Remove macros wrapped in
4643 #if !GDB_MULTI_ARCH.
4644
4645 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4646
4647 * config.in, configure: Regenerate.
4648
4649 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4650
4651 * dwarf2cfi.c: Include "gcore.h".
4652 (execute_stack_op): Fix implementation of the
4653 DW_OP_deref and DW_OP_deref_size operators by letting do their
4654 lookup in the target.
4655
4656 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4657
4658 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4659 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4660 tdep->sc_sp_offset.
4661
4662 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4663
4664 Fix PR gdb/595, gdb/602
4665 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4666 Don't call value_cast, just read the vtable pointer; update comments
4667 to match.
4668
4669 2002-07-05 Grace Sainsbury <graces@redhat.com>
4670
4671 * config/mcore/tm-mcore.h: Remove file.
4672 * config/mcore/mcore.mt: Remove definition of TM_FILE
4673 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4674
4675 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4676
4677 * i386bsd-tdep.c: Include "gdb_string.h".
4678
4679 2002-07-04 Grace Sainsbury <graces@redhat.com>
4680
4681 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4682 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4683 mcore-tdep.
4684 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4685 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4686 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4687 (RETVAL_REGNUM): Move macros from tm-mcore.h
4688 (mcore_reg_struct_has_addr): New function.
4689 (mcore_gdbarch_init): Added initializations for the macros removed
4690 from tm-mcore.h.
4691
4692 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4693
4694 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4695 traditonal string branding within the ELF header.
4696
4697 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4698
4699 * symtab.c (remove_params): New function.
4700 (make_symbol_overload_list): Use it instead of cplus_demangle.
4701 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4702
4703 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4704
4705 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4706
4707 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4708 New variables.
4709 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4710 and tdep->sigtramp_end.
4711 * i386obsd-nat.c: New file.
4712 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4713
4714 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4715 Don't call get_current_frame().
4716
4717 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4718
4719 * i386-nat.c (child_post_startup_inferior): New function
4720 calling i386_cleanup_dregs if
4721 I386_USE_GENERIC_WATCHPOINTS is defined.
4722 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4723 conditional to acknowledge that i386-nat.c has its
4724 own child_post_startup_inferior function.
4725
4726 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4727
4728 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4729 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4730 instead of MAX_REGISTER_RAW_SIZE.
4731 (i386_extract_return_value, i386_extract_struct_value_address):
4732 Convert to use regcache.
4733 (i386_gdbarch_init): Set max_register_raw_size and
4734 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4735 Set extract_return_value and extract_struct_value_address instead
4736 of their deprecated variants.
4737
4738 Convert i386 target to generic dummy frames.
4739 * i386-tdep.c: Include "symfile.h".
4740 (i386_frameless_signal_p): Consider a function to be frameless if
4741 the pc points at the first instruction of the function.
4742 (i386_frame_chain): Handle (generic) call dummies.
4743 (i386_frame_saved_pc): Likewise.
4744 (i386_frame_init_saved_regs): Remove code dealing with call
4745 dummies on the stack.
4746 (i386_push_dummy_frame): Removed.
4747 (i386_call_dummy_words): Removed.
4748 (i386_fix_call_dummy): Removed.
4749 (i386_push_return_address): New function.
4750 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4751 parameter, and don't call get_current_frame.
4752 (i386_pop_frame): New function.
4753 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4754 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4755 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4756 call_dummy_length to 0, set call_dummy_words to NULL, set
4757 sizeof_call_dummy_words to 0, set fix_call_dummy to
4758 generic_fix_call_dummy, set pc_in_call_dummy to
4759 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4760 generic_push_dummy_frame, set push_return_address to
4761 i386_push_return_address and set frame_chain_valid to
4762 generic_file_frame_chain_valid.
4763
4764 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4765
4766 * gdbarch.sh (struct regcache): Add opaque declaration.
4767 (EXTRACT_RETURN_VALUE): New architecture method.
4768 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4769 * gdbarch.h, gdbarch.c: Regenerate.
4770 * arch-utils.c (legacy_extract_return_value): New function.
4771 * arch-utils.h (legacy_extract_return_value): Declare.
4772 * values.c (value_being_returned): Re-enable code handling
4773 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4774 deprecated_grub_regcache_for_registers call to block handling
4775 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4776 (EXTRACT_RETURN_VALUE): Do not define.
4777
4778 2002-07-03 Grace Sainsbury <graces@redhat.com>
4779
4780 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4781 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4782 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4783 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4784 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4785 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4786 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4787 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4788 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4789 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4790 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4791 argument so the function fits the prototype in the architecture
4792 vector.
4793 (mcore_pop_frame): Remove argument so the function fits the
4794 prototype. Use get_current_frame instead of the argument.
4795 (mcore_push_arguments): Change type of struct_return so the
4796 function can be used in the architecture vector.
4797 (mcore_store_struct_return): Add.
4798 (mcore_frame_init_saved_regs): Add.
4799 (mcore_gdbarch_init): Add function calls to replace the macros
4800 removed from tm-mcore.h
4801
4802 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4803
4804 * infcmd.c (print_return_value): Remove compatibility code calling
4805 deprecated_grub_regcache_for_registers.
4806
4807 * values.c: Include "regcache.h".
4808 (value_being_returned): Update. Use
4809 deprecated_grub_regcache_for_registers to extract the register
4810 buffer address.
4811 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4812 ``struct regcache''.
4813 * Makefile.in (values.o): Add dependency on $(regcache_h).
4814
4815 * inferior.h (run_stack_dummy): Change type of second parameter to
4816 a ``struct regcache''.
4817 * valops.c (hand_function_call): Change type of retbuf to ``struct
4818 regcache''. Allocate using regcache_xmalloc, clean using
4819 make_cleanup_regcache_xfree.
4820 * infcmd.c (run_stack_dummy): Update. Use
4821 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4822
4823 * regcache.c (do_regcache_xfree): New function.
4824 (make_cleanup_regcache_xfree): New function.
4825 * regcache.h (make_cleanup_regcache_xfree): Declare.
4826
4827 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4828
4829 * event-top.c (command_line_handler): Don't read past
4830 beginning of buffer.
4831
4832 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4833
4834 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4835 struct frame_id.
4836 (varobj_create): Store frame_id for root.
4837 (varobj_gen_name): Use xasprintf.
4838 (varobj_update): Save and restore frame using get_frame_id() and
4839 frame_find_by_id().
4840 (create_child): Use xasprintf.
4841 (new_root_variable): Initialize frame_id.
4842 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4843 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4844 to prevent memory leak.
4845
4846 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4847
4848 * valops.c (hand_function_call): Move declaration of retbuf to
4849 start of function, allocate using malloc, add a cleanup but before
4850 the inf_status cleanup, cleanup the buffer. Rename local variable
4851 old_chain to inf_status_cleanup.
4852
4853 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4854
4855 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4856
4857 * cli/cli-decode.c (cmd_func_p): New function.
4858 (cmd_func): New function.
4859
4860 * command.h: Add cmd_func() and cmd_func_p().
4861
4862 2002-07-03 Grace Sainsbury <graces@redhat.com>
4863
4864 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4865 (REGISTER_SIZE): Remove.
4866 (MAX_REGISTER_RAW_SIZE): Remove.
4867 (REGISTER_VIRTUAL_TYPE): Remove.
4868 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4869 (REGISTER_NAME): Remove.
4870 (USE_GENERIC_DUMMY_FRAMES): Remove.
4871 (CALL_DUMMY): Remove.
4872 (CALL_DUMMY_START_OFFSET): Remove.
4873 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4874 (CALL_DUMMY_LOCATION): Remove.
4875 (FIX_CALL_DUMMY): Remove.
4876 (CALL_DUMMY_ADDRESS): Remove.
4877 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4878 (SAVE_DUMMY_FRAME_TOS): Remove.
4879 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4880 (mcore_register_virtual_type): New function.
4881 (mcore_register_byte): New function.
4882 (mcore_register_size): New function.
4883 (mcore_register_name): New function.
4884 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4885 macros removed from tm-mcore.h.
4886 (mcore_dump_tdep): Add.
4887 (_initialize_mcore_tdep): Add gdbarch_register call.
4888
4889 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4890
4891 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4892 frameless_look_for_prologue, such that we actually call this
4893 function.
4894
4895 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4896
4897 * frame.h (frame_address_in_block): New function.
4898
4899 * blockframe.c (frame_address_in_block): New function extracted
4900 from get_frame_block().
4901 (get_frame_block): Use frame_address_in_block().
4902 (block_innermost_frame): Use frame_address_in_block() to match
4903 the frame pc address against the block boundaries rather than
4904 the frame pc directly. This prevents a failure when a frame pc
4905 is actually a return-address pointing immediately after the end
4906 of the given block.
4907
4908 2002-07-02 Grace Sainsbury <graces@redhat.com>
4909
4910 * MAINTAINERS: Add self under write after approval.
4911
4912 2002-07-02 Grace Sainsbury <graces@redhat.com>
4913
4914 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4915 used in architecture vector. The default is
4916 m68k_local_breakpoint_from_pc.
4917 (m68k_local_breakpoint_from_pc): Add.
4918 (enum): Add register numbers from tm-m68k.h.
4919 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4920 vector.
4921 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4922 GDB_MULTI_ARCH_PARTIAL.
4923 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4924 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4925 m68k-tdep.c.
4926 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4927 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4928 to enum in m68k-tdep.c
4929
4930 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4931
4932 * solib-osf.c (open_map): Compute the list of shared libraries
4933 loaded by the inferior, rather than the list of libraries loaded
4934 by GDB itself. Otherwise, GDB ends up reading the symbols from
4935 the wrong shared libraries...
4936
4937 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4938
4939 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4940 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4941 macros.
4942 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4943 Remove functions.
4944 (FRAMELESS_SIGNAL): Remove function.
4945 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4946 i386_linux_saved_pc_after_call): Removed.
4947 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4948 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4949 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4950
4951 * i386-tdep.c (i386_frameless_signal_p): New function.
4952 (i386_frame_chain): Deal with frameless signals.
4953 (i386_sigtramp_saved_sp): New function.
4954 (i386_frame_saved_pc): Deal with frameless signals.
4955 (i386_saved_pc_after_call): Make sure the correct value is
4956 returned just after entry into a sigtramp.
4957 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4958 i386fbsd4_sc_sp_offset): New variables.
4959 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4960 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4961 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4962 similiar to what we already did for sc_pc_offset.
4963 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4964 tdep->sc_sp_offset.
4965
4966 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4967
4968 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4969
4970 * config/i386/tm-x86-64linux.h: New.
4971 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4972 definitions.
4973 * config/i386/nm-x86-64.h: Rename to ...
4974 * config/i386/nm-x86-64linux.h: ... this one.
4975 * config/i386/x86-64linux.mh: Reflect the above change.
4976
4977 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4978
4979 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4980 with sigcontext_addr. Add sc_sp_offset.
4981 (i386bsd_sigtramp_saved_pc): Remove prototype.
4982 (i386bsd_sicontext_addr): Add prototype.
4983 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4984 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4985 (i386_svr4_sigtramp_saved_pc): Removed.
4986 (i386_svr4_sigcontext_addr): New function.
4987 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4988 Initialize tdep->sigcontext_addr instead. Initialize
4989 tdep->sc_pc_offset and tdep->sc_sp_offset.
4990 (i386_gdbarch_init): Likewise.
4991 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4992 any more.
4993 (i386bsd_sigtramp_saved_pc): Remove function.
4994 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4995 Initialize tdep->sigcontext_addr instead. Initialize
4996 tdep->sc_pc_offset.
4997 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4998 of tdep->sigtramp_saved_pc.
4999 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5000 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5001 instead.
5002
5003 * i386-tdep.c (i386_frameless_function_invocation,
5004 i386_frame_num_args, i386_frame_init_saved_regs,
5005 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5006 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5007 i386_extract_return_value, i386_store_return_value,
5008 i386_extract_struct_value_address, i386_register_virtual_type,
5009 i386_register_convertible, i386_register_convert_to_virtual,
5010 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5011 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5012 static.
5013
5014 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5015
5016 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5017
5018 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5019 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5020 this macro. Include "value.h".
5021
5022 2002-06-30 Aidan Skinner <aidan@velvet.net>
5023
5024 * ada-exp.tab.c: remove as it's a generated file
5025 * ada-lex.c: remove as it's a generated file
5026
5027 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5028
5029 * config/i386/tm-i386.h (struct frame_info, struct
5030 frame_saved_regs, struct value, struct type): Remove forward
5031 declarations.
5032
5033 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5034 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5035 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5036 (FILL_FPXREGSET): Define.
5037
5038 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5039
5040 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5041 i[3456]86-*-netbsd* case.
5042 * config/i386/tm-obsd.h: Removed.
5043 * config/i386/obsd.mt: Removed.
5044 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5045 core-aout.o.
5046 (MH_CFLAGS): Add -DYYDEBUG=0.
5047
5048 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5049 i386nbsd_sc_pc_offset on OpenBSD too.
5050
5051 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5052 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5053 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5054 define.
5055 * i386bsd-tdep.c: Include "arch-utils.h".
5056 (i386bsd_aout_in_solib_call_trampoline): New function.
5057 (i386bsd_init_abi): Set in_solib_call_trampoline to
5058 i386bsd_aout_in_solib_call_trampoline.
5059 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5060 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5061
5062 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5063
5064 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5065 (struct obstack, struct bcache): Add opaque declarations.
5066 * Makefile.in (macrotab_h): Update
5067
5068 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5069
5070 * blockframe.c (generic_find_dummy_frame): Change return type to
5071 ``struct regcache''.
5072 (struct dummy_frame): Replace field ``registers'' with regcache, a
5073 struct regcache object.
5074 (generic_find_dummy_frame): Update.
5075 (generic_push_dummy_frame): Update. Use regcache_xfree,
5076 regcache_xmalloc and regcache_cpy.
5077 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5078 regcache_xfree.
5079 (deprecated_generic_find_dummy_frame): Update.
5080 (generic_read_register_dummy): Update. Use
5081 regcache_read_as_address.
5082 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5083 (generic_get_saved_register): Update. Use regcache_read.
5084
5085 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5086
5087 * Makefile.in (objfiles_h): Add $(bcache_h).
5088 * objfiles.h: Include "bcache.h".
5089
5090 * Makefile.in (symtab_h): Remove $(bcache_h).
5091 * symtab.h: Do not include "bcache.h".
5092
5093 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5094
5095 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5096 generic_func_frame_chain_valid.
5097
5098 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5099
5100 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5101 * config/i386/tm-fbsd.h: Likewise.
5102
5103 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5104
5105 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5106 generic_unwind_get_saved_register.
5107
5108 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5109
5110 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5111 * regcache.c (supply_register): Add missing argument to
5112 register_buffer call.
5113
5114 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5115
5116 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5117 Solaris /bin/grep does not not like it. From Peter Schauer.
5118
5119 2002-06-26 Tom Tromey <tromey@redhat.com>
5120
5121 * command.h (add_setshow_cmd): Declare.
5122 (add_setshow_cmd_full): Declare.
5123 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5124 returns void. Use add_setshow_cmd_full.
5125 (add_setshow_cmd_full): New function.
5126 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5127 (add_setshow_boolean_cmd): Likewise.
5128
5129 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5130
5131 * config/vax/tm-vax.h: Protect from multiple inclusion.
5132 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5133 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5134 * config/vax/tm-vaxbsd.h: ...here. New file.
5135 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5136
5137 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5138
5139 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5140 (BELIEVE_PCC_PROMOTION): Remove.
5141 (AP_REGNUM): Move to...
5142 * config/vax/nm-vax.h: ...here.
5143 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5144 (vax_breakpoint_from_pc): New function.
5145 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5146 and gdbarch_believe_pcc_promotion.
5147
5148 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5149
5150 * Makefile.in (vax_tdep_h): Define.
5151 (vax-tdep.o): Use $(vax_tdep_h).
5152 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5153 (vax_dump_tdep): New function.
5154 (_initialize_vax_tdep): Register vax_dump_tdep.
5155 * vax-tdep.h: Include osabi.h.
5156 (struct gdbarch_tdep): New.
5157
5158 2002-06-26 Andrew Cagney <cagney@redhat.com>
5159
5160 * frame.h (deprecated_generic_find_dummy_frame): Rename
5161 generic_find_dummy_frame.
5162 * blockframe.c (generic_find_dummy_frame): Make static.
5163 (deprecated_generic_find_dummy_frame): New function.
5164 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5165 generic_find_dummy_frame with deprecated_find_dummy_frame.
5166 (sh64_nofp_frame_init_saved_regs): Ditto.
5167 (sh_fp_frame_init_saved_regs): Ditto.
5168 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5169 (s390_frame_chain): Ditto.
5170 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5171
5172 2002-06-26 Grace Sainsbury <graces@redhat.com>
5173
5174 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5175 gdbarch vector are at the top.
5176 (NUM_REGS): Remove.
5177 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5178 (FRAME_ARGS_ADDRESS): Remove.
5179 (FRAME_LOCALS_ADDRESS): Remove.
5180 (FRAME_NUM_ARGS): Remove.
5181 (FRAME_ARGS_SKIP): Remove.
5182 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5183 (m68k_gdbarch_init): Add gdbarch initializations for macros
5184 undefined in tm-m68k.h
5185
5186 2002-06-26 Grace Sainsbury <graces@redhat.com>
5187
5188 * monitor.h: Add the function regname to monitor_ops
5189 structure. This way NUM_REGS does not have to be a constant.
5190 * monitor.c (monitor_fetch_register): Added support for regname
5191 function. The function is called if the array regnames is NULL.
5192 (monitor_store_register): Same.
5193 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5194 regnames array.
5195 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5196 cpu32bug_cmds.regname to point to new function.
5197 * abug-rom.c (abug_regname): Same as above.
5198 (init_abug_cmds): Same.
5199 * dbug-rom.c (dbug_regname): Same as above.
5200 (init_dbug_cmds): Same.
5201 * remote-est.c (est_regname): Same.
5202 (init_est_cmds): Same.
5203 * rom68k-rom.c (rom68k_regname): Same.
5204 (init_rom68k_cmds): Same.
5205
5206 2002-06-25 Tom Tromey <tromey@redhat.com>
5207
5208 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5209
5210 2002-06-25 Andrew Cagney <cagney@redhat.com>
5211
5212 * infrun.c (stop_registers): Change variable's type to ``struct
5213 regcache'''.
5214 (xmalloc_inferior_status): Delete function.
5215 (free_inferior_status): Delete function.
5216 (normal_stop): Use regcache_cpy.
5217 (struct inferior_status): Change type of fields ``stop_registers''
5218 and ``registers'' to ``struct regcache''.
5219 (write_inferior_status_register): Use regcache_write.
5220 (save_inferior_status): Instead of calling
5221 xmalloc_inferior_status, allocate the inf_status buffer directly.
5222 Use regcache_dup_no_passthrough and regcache_dup to save the
5223 buffers.
5224 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5225 Replace the stop_registers regcache instead of overriding it. Use
5226 regcache_xfree. Instead of calling free_inferior_status, xfree
5227 the buffer directly.
5228 (discard_inferior_status): Use regcache_xfree. Instead of calling
5229 free_inferior_status, xfree the buffer directly.
5230 (build_infrun): Use regcache_xmalloc.
5231 (_initialize_infrun): Delete redundant call to build_infrun.
5232
5233 * Makefile.in (infcmd.o): Add $(regcache_h).
5234
5235 * infcmd.c: Include "regcache.h".
5236 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5237 obtain the address of `stop_registers' register buffer.
5238 (print_return_value): Ditto.
5239
5240 * inferior.h (struct regcache): Add opaque declaration.
5241 (stop_registers): Change variable's declared type to ``struct
5242 regcache''.
5243
5244 2002-06-24 Tom Tromey <tromey@redhat.com>
5245
5246 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5247 * target.c (initialize_targets): Fixed typo in
5248 trust-readonly-sections `show' documentation.
5249
5250 * main.c: Marked all strings with _().
5251
5252 2002-06-24 Don Howard <dhoward@redhat.com>
5253
5254 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5255 that means max CORE_ADDR+1.
5256 (lookup_mem_region): Ditto.
5257 (mem_info_command): Ditto.
5258
5259 2002-06-24 Grace Sainsbury <graces@redhat.com>
5260
5261 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5262 (REGISTER_BYTES_OK): Remove.
5263 (REGISTER_BYTES): Remove.
5264 (STORE_STRUCT_RETURN): Remove.
5265 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5266 (STORE_RETURN_VALUE): Remove.
5267 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5268 (FRAME_CHAIN): Remove.
5269 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5270 (FRAME_SAVED_PC): Remove.
5271 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5272 (m68k_store_struct_return): Add.
5273 (m68k_deprecated_extract_return_value): Add.
5274 (m68k_deprecated_extract_struct_value_address): Add.
5275 (m68k_store_return_value): Add.
5276 (m68k_frame_chain): Add.
5277 (m68k_frameless_function_invocation): Add.
5278 (m68k_frame_saved_pc): Add.
5279 (m68k_gdbarch_init): added set_gdbarch calls for new
5280 functions and deleted macros.
5281
5282 2002-06-23 Tom Tromey <tromey@redhat.com>
5283
5284 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5285 (ALLDEPFILES): Likewise.
5286 (udiheaders): Removed.
5287 (udip2soc.o): Likewise.
5288 (udi2go32.o): Likewise.
5289 (udr.o): Likewise.
5290 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5291
5292 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5293
5294 * infrun.c (_initialize_infrun): Delete unnecessary call to
5295 build_infrun.
5296
5297 * regcache.h: Update comments describing the regcache_cpy family
5298 of functions.
5299 (regcache_save, regcache_restore): Delete declaration.
5300 (regcache_save_no_passthrough): Delete declaration.
5301 (regcache_restore_no_passthrough): Delete declaration.
5302 * regcache.c (regcache_save): Delete function.
5303 (regcache_save_no_passthrough): Delete function.
5304 (regcache_restore): Delete function.
5305 (regcache_restore_no_passthrough): Delete function.
5306
5307 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5308
5309 * config/m68k/tm-m68k.h: Fix typo.
5310 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5311 (m68k_frame_init_saved_regs): Declare.
5312
5313 2002-06-21 Jim Blandy <jimb@redhat.com>
5314
5315 Remove some vestiges of Harris 88k support.
5316 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5317 register numbering quirk.
5318 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5319 odd symbols occurring in Harris 88k ELF targets.
5320
5321 2002-06-21 Tom Tromey <tromey@redhat.com>
5322
5323 * gdb_locale.h: New file.
5324 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5325 (defs_h): Added gdb_locale.h.
5326 * configure, config.in: Rebuilt.
5327 * configure.in (PACKAGE): Define.
5328 * defs.h: Include gdb_locale.h.
5329 * main.c (captured_main): Call setlocale, bindtextdomain,
5330 textdomain.
5331
5332 2002-06-21 Dave Brolley <brolley@redhat.com>
5333
5334 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5335 * config/frv/frv.mt: New file.
5336 * config/frv/tm-frv.h: New file.
5337 * configure.tgt: Support frv-*-*.
5338 * Makefile.in (frv-tdep.o): New target.
5339 * frv-tdep.c: New file.
5340 * NEWS: Mention frv.
5341
5342 2002-06-21 Dave Brolley <brolley@redhat.com>
5343
5344 * MAINTAINERS: Add self to "Write After Approval" list.
5345
5346 2002-06-21 Grace Sainsbury <graces@redhat.com>
5347
5348 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5349 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5350 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5351 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5352 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5353
5354 * m68k-tdep.c: Include arch-utils.h
5355 (m68k_register_raw_size): Add.
5356 (m68k_register_virtual_size): Add.
5357 (m68k_register_virtual_type): Add.
5358 (m68k_register_name): Add.
5359 (m68k_stack_align): Add.
5360 (m68k_register_byte): Add.
5361 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5362 tm-m68k.h.
5363
5364 2002-06-21 Grace Sainsbury <graces@redhat.com>
5365
5366 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5367 m68k_find_saved_regs.
5368 (m68k_pop_frame): Removed saved_regs structure, and replaced
5369 references to it with frame->saved_regs.
5370 (m68k_gdbarch_init): Added function calls to initialize the
5371 gdbarch structure.
5372 (m68k_fix_call_dummy): Add.
5373 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5374 (CALL_DUMMY): Remove.
5375 (CALL_DUMMY_LENGTH): Remove.
5376 (CALL_DUMMY_START_OFFSET): Remove.
5377 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5378 (FIX_CALL_DUMMY): Remove.
5379 (PUSH_DUMMY_FRAME): Remove.
5380 (POP_FRAME): Remove.
5381
5382 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5383
5384 * parse.c (parse_fprintf): New function used to avoid calls to
5385 fprintf in bison parser generated debug code.
5386 * parser-defs.h: Declaration of new parse_fprintf function.
5387 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5388 Set YYDEBUG to 1 by default.
5389 Set YYFPRINTF as parse_fprintf.
5390
5391 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5392
5393 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5394 encoding anymore.
5395 (pointer_encoding, enum ptr_encoding): New.
5396 (execute_cfa_program): Take care about pointer encoding.
5397 (dwarf2_build_frame_info): Only call parse_frame_info for
5398 .debug_frame and .eh_frame.
5399 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5400 fixed augmentation handling, added relative addressing,
5401 ignore duplicate FDEs. Added comments.
5402 * dwarf2cfi.c: Reindented.
5403
5404 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5405
5406 * event-top.c (command_handler): Don't use space_at_cmd_start
5407 unless there is sbrk() on the host. Assign time and space data
5408 to union fields of the appropriate length.
5409
5410 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5411
5412 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5413 x86_64_register_name. Return type changed to 'const char *'.
5414 (x86_64_register_name2nr): Rename to x86_64_register_number.
5415 (x86_64_gdbarch_init): Update to reflect the change.
5416 * x86-64-tdep.h: Ditto.
5417 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5418 (supply_fpregset): Ditto.
5419
5420 2002-06-19 Andrew Cagney <cagney@redhat.com>
5421
5422 * regcache.h: Update copyright.
5423 (struct regcache, struct gdbarch): Add opaque declarations.
5424 (current_regcache): Declare global variable.
5425 (regcache_read, regcache_write): Add gdbarch parameter.
5426 (regcache_save, regcache_save_no_passthrough)
5427 (regcache_restore, regcache_restore_no_passthrough)
5428 (regcache_dup, regcache_dup_no_passthrough)
5429 (regcache_cpy, regcache_cpy_no_passthrough)
5430 (deprecated_grub_regcache_for_registers)
5431 (deprecated_grub_regcache_for_register_valid)
5432 (regcache_valid_p): Add function declarations.
5433
5434 * regcache.c: Update copyright.
5435 (regcache_descr_handle): New global variable.
5436 (struct regcache_descr): Define.
5437 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5438 (regcache_descr, xfree_regcache_descr): New functions.
5439 (struct regcache): Define.
5440 (regcache_xmalloc, regcache_xfree): New functions.
5441 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5442 (regcache_dup, regcache_dup_no_passthrough): New functions.
5443 (regcache_valid_p, regcache_read_as_address): New functions.
5444 (deprecated_grub_regcache_for_registers): New function.
5445 (deprecated_grub_regcache_for_register_valid): New function.
5446 (current_regcache): New global variable.
5447 (register_buffer): Add regcache parameter. Update calls.
5448 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5449 (read_register_gen, write_register_gen): Update register_buffer
5450 call. Test for legacy_p instead of gdbarch_register_read_p or
5451 gdbarch_register_write_p.
5452 (regcache_collect): Update register_buffer call.
5453 (build_regcache): Rewrite. Use deprecated grub functions.
5454 (regcache_save, regcache_save_no_passthrough): New functions.
5455 (regcache_restore, regcache_restore_no_passthrough): New
5456 functions.
5457 (_initialize_regcache): Create the regcache_data_handle. Swap
5458 current_regcache global variable.
5459
5460 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5461 parameter to regcache_read and regcache_write calls.
5462 (sh4_register_read): Ditto.
5463 (sh64_pseudo_register_read): Ditto.
5464 (sh64_register_read): Ditto.
5465 (sh_pseudo_register_write): Ditto.
5466 (sh4_register_write): Ditto.
5467 (sh64_pseudo_register_write): Ditto.
5468 (sh64_register_write): Ditto.
5469
5470 * defs.h (XCALLOC): Define.
5471
5472 2002-06-19 Grace Sainsbury <graces@redhat.com>
5473
5474 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5475 * m68k-tdep.c (m68k_gdbarch_init): Added.
5476 (m68k_dump_tdep): Added.
5477
5478 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5479
5480 * ada-lang.c (fill_in_ada_prototype): Update comment.
5481
5482 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5485 MIPS_ABI_LAST.
5486 (mips_abi_string, mips_abi_strings): New.
5487 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5488 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5489 tdep->mips_abi_string. Honor mips_abi_string. Default to
5490 O32 if no ABI is found.
5491 (mips_dump_tdep): Use mips_abi_strings.
5492 (mips_abi_update): New function.
5493 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5494 ``set mips abi'' and ``show mips abi''. Check the size of
5495 mips_abi_strings.
5496
5497 2002-06-19 Andrew Cagney <cagney@redhat.com>
5498
5499 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5500 constant.
5501
5502 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5503
5504 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5505 current frame using only the first stack size adjustment. All
5506 subsequent size adjustments are not considered to be part of
5507 the "static" part of the current frame.
5508 Compute the address of the saved registers relative to the
5509 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5510 in use in this frame.
5511
5512 2002-06-18 Don Howard <dhoward@redhat.com>
5513
5514 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5515 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5516 suggesting this solution.
5517
5518 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5519
5520 * config/romp/xm-rtbsd.h: Delete file.
5521 * config/romp/rtbsd.mh: Delete file.
5522
5523 2002-06-18 Keith Seitz <keiths@redhat.com>
5524
5525 * breakpoint.c (condition_command): Post breakpoint_modify
5526 when a condition is added to an existing breakpoint.
5527 (commands_command): Likewise for commands.
5528 (set_ignore_count): Likewise for ignore counts.
5529 If no tty, do not simply return, still need to send event
5530 notification.
5531 (ignore_command): Only print a newline if the command came
5532 from a tty.
5533 Don't call breakpoints_changed, since this is now properly
5534 handled by set_ignore_count.
5535
5536 2002-06-18 Andrew Cagney <cagney@redhat.com>
5537
5538 * MAINTAINERS: Note that cris-elf target can be compiled with
5539 -Werror.
5540 * cris-tdep.c (cris_register_name): Make return type constant.
5541 (cris_breakpoint_from_pc): Ditto.
5542
5543 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5544
5545 * frame.h (struct frame_info): Change type of context to
5546 'struct context'.
5547
5548 2002-06-17 Andrew Cagney <cagney@redhat.com>
5549
5550 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5551 pointer.
5552 * gdbarch.h, gdbarch.c: Regenerate.
5553 * config/mips/tm-mips.h (mips_register_name): Update.
5554 * i386-tdep.h (i386_register_name): Update.
5555 * mips-tdep.c (mips_register_name): Update
5556 * alpha-tdep.c (alpha_register_name): Update.
5557 * arch-utils.c (legacy_register_name): Update.
5558 * arch-utils.h (legacy_register_name): Update.
5559 * avr-tdep.c (avr_register_name): Update.
5560 * ia64-tdep.c (ia64_register_name): Update.
5561 * i386-tdep.c (i386_register_name): Update.
5562 * sparc-tdep.c (sparc32_register_name): Update.
5563 (sparc64_register_name): Update.
5564 (sparclite_register_name): Update.
5565 (sparclet_register_name): Update.
5566 * sh-tdep.c (sh_generic_register_name): Update.
5567 (sh_sh_register_name): Update.
5568 (sh_sh3_register_name): Update.
5569 (sh_sh3e_register_name): Update.
5570 (sh_sh_dsp_register_name): Update.
5571 (sh_sh3_dsp_register_name): Update.
5572 (sh_sh4_register_name): Update.
5573 (sh_sh64_register_name): Update.
5574 * s390-tdep.c (s390_register_name): Update.
5575 * rs6000-tdep.c (rs6000_register_name): Update.
5576 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5577 (ns32k_register_name_32382): Update.
5578 * d10v-tdep.c (d10v_ts2_register_name): Update.
5579 (d10v_ts3_register_name): Update.
5580 * xstormy16-tdep.c (xstormy16_register_name): Update.
5581 * vax-tdep.c (vax_register_name): Update.
5582 * v850-tdep.c (v850_register_name): Update.
5583 * m68hc11-tdep.c (m68hc11_register_name): Update.
5584 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5585 (am33_register_name): Update.
5586
5587 2002-06-17 Grace Sainsbury <graces@redhat.com>
5588
5589 * m68k-tdep.c: Reindented.
5590
5591 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5592
5593 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5594 list of predefined types.
5595
5596 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5597
5598 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5599 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5600 REGISTER_CONVERT_TO_RAW): Remove defines.
5601 (i386_register_virtual_type, i386_register_convertible,
5602 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5603 Remove prototypes.
5604 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5605 macros mentioned above.
5606
5607 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5608 (i386lynx_saved_pc_after_call): Remove prototype.
5609 * i386ly-tdep.c: Include "i386-tdep.h".
5610 (i386lynx_saved_pc_after_call): Make static. Use
5611 read_memory_nobpt instead of read_memory. Use
5612 read_memory_unsigned_integer instead of read_memory_integer.
5613 (i386lynx_init_abi): New function.
5614 (i386lynx_coff_osabi_sniffer): New function.
5615 (_initialize_i386bsd_tdep): New function.
5616
5617 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5618 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5619 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5620 (i386_fix_call_dummy): Remove prototype.
5621 * i386-tdep.c (i386_call_dummy_words): New variable.
5622 (i386_gdbarch_init): Adjust for removal of the
5623 macros mentioned above.
5624
5625 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5626
5627 * command.h (add_setshow_auto_boolean_cmd): Replace
5628 add_set_auto_boolean_cmd.
5629 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5630 add_set_auto_boolean_cmd.
5631 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5632 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5633 mask-address'' command.
5634 (show_mask_address): Add cmd parameter.
5635 * remote.c (add_packet_config_cmd): Update. Change type of
5636 set_func and show_func to cmd_sfunc_ftype.
5637 (_initialize_remote): Update `set remote Z-packet'
5638 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5639 (show_remote_protocol_e_packet_cmd): Ditto.
5640 (show_remote_protocol_E_packet_cmd): Ditto.
5641 (show_remote_protocol_P_packet_cmd): Ditto.
5642 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5643 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5644 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5645 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5646 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5647 (show_remote_protocol_Z_packet_cmd): Ditto.
5648 (show_remote_protocol_binary_download_cmd): Ditto.
5649 (show_remote_cmd): Pass NULL to all of above.
5650
5651 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5652
5653 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5654 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5655 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5656 POP_FRAME): Remove defines.
5657 (i386_push_arguments, i386_store_struct_return,
5658 i386_extract_return_value, i386_store_return_value,
5659 i386_extract_struct_value_address, i386_push_dummy_frame,
5660 i386_pop_frame): Renove prototypes.
5661 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5662 macros mentioned above.
5663
5664 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5665
5666 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5667 add_set_boolean_cmd.
5668 (add_setshow_cmd): New function.
5669 * command.h (add_setshow_boolean_cmd): Replace
5670 add_set_boolean_cmd.
5671 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5672 and ``set rdiromatzero''.
5673 * maint.c (_initialize_maint_cmds): Update commented out code.
5674 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5675 * target.c (initialize_targets): Update `set
5676 trust-readonly-sections'.
5677 * remote.c (_initialize_remote): Update `set remotebreak'.
5678
5679 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5680
5681 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5682 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5683 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5684 fit into multi-arch framework.
5685 (i386_breakpoint_from_pc): New function.
5686 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5687 above.
5688
5689 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5690 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5691 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5692 (i386_frameless_function_invocation, i386_frame_num_args,
5693 i386_frame_init_saved_regs): Remove prototypes.
5694 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5695 macros mentioned above.
5696
5697 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5698
5699 * cli/cli-decode.c (set_cmd_cfunc): Update.
5700 (set_cmd_sfunc): Update.
5701 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5702 (set_cmd_sfunc, set_cmd_cfunc): Update.
5703 * cli/cli-decode.h: Update.
5704
5705 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5706
5707 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5708 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5709
5710 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5711
5712 * defs.h (auto_boolean): Declare enum.
5713 * command.h (cmd_auto_boolean): Delete enum.
5714 * mips-tdep.c (mask_address_var): Update.
5715 (mips_mask_address_p): Update.
5716 (show_mask_address): Update.
5717 * remote.c (struct packet_config): Update.
5718 (update_packet_config): Update.
5719 (show_packet_config_cmd): Update.
5720 (packet_ok): Update.
5721 (add_packet_config_cmd): Update.
5722 (_initialize_remote):
5723 * command.h: Update.
5724 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5725 (do_setshow_command): Update.
5726 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5727 * cli/cli-decode.h: Update.
5728
5729 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5730
5731 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5732 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5733 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5734 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5735 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5736 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5737
5738 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5739 list of DJGPP COFF targets.
5740
5741 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5742 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5743 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5744 (FP0_REGNUM): Remove define.
5745 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5746 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5747 (i386_register_virtual_size): Remove protoype.
5748 * i386-tdep.c (i386_register_virtual_size): Removed.
5749 (i386_extract_return_value, i386_store_return_value): Use
5750 FP0_REGNUM instead of NUM_FREGS to determine whether the
5751 floating-point registers are available.
5752 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5753 Adjust for removal of macros mentioned above.
5754
5755 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5756
5757 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5758 comments.
5759 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5760 Remove prototypes.
5761 (supply_gregset, fill_gregset): Remove use of register keyword and
5762 remove declaration for regmap. Use I386_NUM_GREGS instead of
5763 NUM_REGS and NUM_FREGS.
5764 (FPREGSET_FSAVE_OFFSET): Remove.
5765 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5766 NUM_FREGS to determine whether the floating-point registers are
5767 available.
5768
5769 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5770 gnu_store_registers): Replace usage of NUM_GREGS with
5771 I386_NUM_GREGS.
5772
5773 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5774 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5775 usage of NUM_GREGS with I386_NUM_GREGS.
5776
5777 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5778
5779 * i386bsd-nat.c: Include "i386-tdep.h".
5780 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5781 I386_NUM_GREGS.
5782
5783 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5784 and associated comment. They no longer make any sense, since we
5785 don't use this file anymore on Linux.
5786
5787 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5788 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5789 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5790 elements in these arrays.
5791 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5792 MAX_NUM_REGS.
5793
5794 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5795
5796 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5797 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5798
5799 2002-06-14 Andrew Cagney <cagney@redhat.com>
5800
5801 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5802 EXTRACT_RETURN_VALUE.
5803 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5804 EXTRACT_STRUCT_VALUE_ADDRESS.
5805 * gdbarch.h, gdbarch.c: Regenerate.
5806
5807 * values.c (value_being_returned): Handle
5808 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5809 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5810
5811 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5812 * arm-tdep.c (arm_gdbarch_init): Update.
5813 * avr-tdep.c (avr_gdbarch_init): Update.
5814 * cris-tdep.c (cris_gdbarch_init): Update.
5815 * d10v-tdep.c (d10v_gdbarch_init): Update.
5816 * ia64-tdep.c (ia64_gdbarch_init): Update.
5817 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5818 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5819 * s390-tdep.c (s390_gdbarch_init): Update.
5820 * sh-tdep.c (sh_gdbarch_init): Update.
5821 * s390-tdep.c (s390_gdbarch_init): Update.
5822 * sparc-tdep.c (sparc_gdbarch_init): Update.
5823 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5824 * v850-tdep.c (v850_gdbarch_init): Update.
5825 * vax-tdep.c (vax_gdbarch_init): Update.
5826 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5828
5829 * config/arc/tm-arc.h: Update.
5830 * config/d30v/tm-d30v.h: Update.
5831 * config/fr30/tm-fr30.h: Update.
5832 * config/h8300/tm-h8300.h: Update.
5833 * config/h8500/tm-h8500.h: Update.
5834 * config/i386/tm-i386.h: Update.
5835 * config/i386/tm-ptx.h: Update.
5836 * config/i386/tm-symmetry.h: Update.
5837 * config/i960/tm-i960.h: Update.
5838 * config/m32r/tm-m32r.h: Update.
5839 * config/m68k/tm-delta68.h: Update.
5840 * config/m68k/tm-linux.h: Update.
5841 * config/m68k/tm-m68k.h: Update.
5842 * config/m88k/tm-m88k.h: Update.
5843 * config/mcore/tm-mcore.h: Update.
5844 * config/mips/tm-mips.h: Update.
5845 * config/mn10200/tm-mn10200.h: Update.
5846 * config/pa/tm-hppa.h: Update.
5847 * config/pa/tm-hppa64.h: Update.
5848 * config/sparc/tm-sp64.h: Update.
5849 * config/sparc/tm-sparc.h: Update.
5850 * config/sparc/tm-sparclet.h: Update.
5851 * config/z8k/tm-z8k.h: Update.
5852
5853 2002-06-14 Andrew Cagney <cagney@redhat.com>
5854
5855 * Makefile.in (i386_linux_tdep_h): Define.
5856 (i386_tdep_h, i387_tdep_h): Define.
5857 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5858 $(i386_tdep_h) and $(i387_tdep_h).
5859 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5860
5861 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5862
5863 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5864 Already covered by the default.
5865
5866 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5867 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5868 (i386_gdbarch_init): Initialize long_double_format and long_double
5869 bit.
5870
5871 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5872 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5873 Move these to ...
5874 * config/i386/i386sol2.mh: ... here.
5875 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5876 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5877 (SIGCONTEXT_PC_OFFSET): Remove define.
5878 (IN_SIGTRAMP): Remove define.
5879 * i386-sol2-tdep.c: New file.
5880
5881 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5882 * config/i386/tm-i386nw.h: Removed.
5883
5884 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5885 USE_STRUCT_CONVENTION): Remove defines.
5886 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5887 (get_longjmp_target): Remove prototype.
5888 (IN_SIGTRAMP): Remove define.
5889 (i386bsd_in_sigtramp): Remove prototype.
5890 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5891 function. Update comment accordingly
5892 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5893 (FRAME_SAVED_PC): Remove define.
5894 (i386bsd_frame_saved_pc): Remove prototype.
5895 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5896 GET_LONGJMP_TARGET): Remove defines.
5897 (get_longjmp_target): Remove prototype.
5898 (IN_SIGTRAMP): Remove define.
5899 (i386bsd_in_sigtramp): Remove prototype.
5900 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5901 function. Update comment accordingly
5902 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5903 (FRAME_SAVED_PC): Remove define.
5904 (i386bsd_frame_saved_pc): Remove prototype.
5905 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5906 Remove prototype.
5907 (USE_STRUCT_CONVENTION): Remove prototype.
5908 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5909 declaration.
5910 (_initialize_i386bsd_nat): Revise logic to determine some
5911 constants at compile time when compiling a native GDB. Warn if
5912 things don't match up with what we expect.
5913 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5914 Remove variables.
5915 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5916 to use date stored in `struct gdbarch_tdep'.
5917 (i386bsd_sigcontext_offset): Remove varaible.
5918 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5919 stored in `struct gdbarch_tdep'.
5920 (i386bsd_frame_saved_pc): Make static.
5921 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5922 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5923 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5924 i386fbsd4_sc_pc_offset): New variables.
5925 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5926 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5927 functions.
5928 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5929 functions.
5930 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5931 Modify the value of i386fbsd_sigtramp_start and
5932 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5933 i386fbsd_sigtramp_end.
5934 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5935 function.
5936
5937 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5938 define to i386-linux-tdep.h.
5939 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5940 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5941 defines.
5942 (i386_linux_register_name, i386_linux_register_byte,
5943 i386_linux_register_raw_size): Remove prototypes.
5944 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5945 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5946 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5947 TARGET_WRITE_PC): Remove defines.
5948 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5949 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5950 i386_linux_write_pc): Remove prototypes.
5951 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5952 (get_longjmp_target): Remove prototype.
5953 * i386-linux-tdep.h: New file.
5954 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5955 * i386-linux-tdep.c: Include "i386-tdep.h" and
5956 "i386-linux-tdep.h".
5957 (i386_linux_register_name, i386_linux_register_byte,
5958 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5959 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5960 Make static.
5961 (i386_linux_init_abi): New function.
5962 (_initialize_i386_linux_tdep): New function.
5963
5964 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5965 (i386_saved_pc_after_call): Remove prototype.
5966 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5967 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5968 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5969 (i386_register_name, i386_stab_reg_to_regnum,
5970 i386_dwarf_reg_to_regnum): Remove prototypes.
5971 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5972 SIZEOF_SSE_REGS): Remove defines.
5973 (REGISTER_BYTES): Remove define.
5974 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5975 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5976 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5977 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5978 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5979 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5980 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5981 (get_longjmp_target): Remove prototype.
5982 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5983 (sigtramp_saved_pc): Remove define.
5984 (i386v4_sigtramp_saved_pc): Remove prototype.
5985 * config/i386/tm-go32.h (FRAME_CHAIN,
5986 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5987 (i386go32_frame_saved_pc): Remove prototype.
5988 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5989 (get_longjmp_target): Remove prototype.
5990 * i386-tdep.h: Include "osabi.h".
5991 (enum i386_abi): Removed.
5992 (enum struct_return): New enum.
5993 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5994 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5995 sc_pc_offset members.
5996 (i386_gdbarch_register_os_abi): Remove prototype.
5997 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5998 I386_SSE_NUM_REGS): New defines.
5999 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6000 I386_SSE_SIZEOF_REGS): New defines.
6001 (i386_register_name, i386_register_byte, i386_register_raw_size):
6002 New prototypes.
6003 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6004 (i386bsd_sigtramp_saved_pc): New prototype.
6005 * i386-tdep.c: Don't include "elf-bfd.h".
6006 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6007 i386_frame_chain, i386_saved_pc_after_call): Make static.
6008 (i386_frame_saved_pc): Rewrite to call architecture dependent
6009 function to deal with signal handlers. Make static.
6010 (i386go32_frame_saved_pc): Removed.
6011 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6012 Removed.
6013 (i386_get_longjmp_target): New function.
6014 (default_struct_convention, pcc_struct_convention,
6015 reg_struct_convention, valid_conventions, struct_convention): New
6016 variables.
6017 (i386_use_struct_convention): New function.
6018 (i386v4_sigtramp_saved_pc): Renamed to
6019 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6020 (i386_pc_in_sigtramp): New function.
6021 (i386_abi_names): Removed.
6022 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6023 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6024 Removed.
6025 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6026 i386_gdbarch_register_os_abi): Removed.
6027 (struct i386_abi_handler): Removed.
6028 (i386_abi_handler_list): Removed.
6029 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6030 functions.
6031 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6032 i386_nw_init_abi): New functions.
6033 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6034 Use set_gdbarch_xxx() calls instead of relying on macros for a
6035 number of calls.
6036 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6037 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6038 Register the various architecture variants defined in this file.
6039
6040 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6041
6042 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6043 (struct main_type): Remove arg_types member. Update comments for
6044 struct field.
6045 (TYPE_ARG_TYPES): Remove.
6046 (TYPE_FN_FIELD_ARGS): Update.
6047 (smash_to_method_type): Update prototype.
6048
6049 * c-typeprint.c (cp_type_print_method_args): Take method type
6050 instead of argument list. Use new argument layout. Simplify.
6051 (c_type_print_args): Use new argument layout. Simplify.
6052 (c_type_print_base): Update call to cp_type_print_method_args.
6053 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6054 argument; use die->type instead. Update call to
6055 smash_to_method_type.
6056 (read_structure_scope): Update call to dwarf2_add_member_fn.
6057 * gdbtypes.c (allocate_stub_method): Update comment.
6058 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6059 Use new argument layout.
6060 (check_stub_method): Use new argument layout. Don't count
6061 void as an argument.
6062 (print_arg_types): Update comments. Use new argument layout.
6063 (recursive_dump_type): Don't print arg_types member.
6064 * hpread.c (hpread_read_struct_type): Use new argument layout.
6065 (fixup_class_method_type): Likewise.
6066 (hpread_type_lookup): Likewise.
6067 * stabsread.c (read_type): Update calls to read_args and
6068 smash_to_method_type.
6069 (read_args): Use new argument layout. Simplify.
6070 * valops.c (typecmp): Use new argument layout. Update parameters
6071 and comments. Simplify.
6072 (hand_function_call): Use new argument layout.
6073 (search_struct_method): Update call to typecmp.
6074 (find_overload_match): Use new argument layout.
6075
6076 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6077
6078 * NEWS: Mention multithreaded debug support for gdbserver.
6079
6080 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6081
6082 * MAINTAINERS: Mention NEWS.
6083
6084 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6085
6086 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6087 (struct mips_objfile_private, compare_pdr_entries): New.
6088 (non_heuristic_proc_desc): Read the ".pdr" section if it
6089 is present.
6090
6091 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6092
6093 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6094 (arm_debug): New static variable.
6095 (_initialize_arm_tdep): Add ``set debug arm'' command.
6096
6097 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6098
6099 * Makefile.in (sim_arm_h): Define.
6100 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6101 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6102 (arm_register_sim_regno): New function, map an internal REGNUM
6103 onto a simulator register number.
6104 (arm_gdbarch_init): Set register_sim_regno.
6105
6106 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6107
6108 * MAINTAINERS: Add self.
6109
6110 2002-06-11 Jim Blandy <jimb@redhat.com>
6111
6112 * source.c (source_info): Mention whether the symtab has
6113 information about preprocessor macros.
6114
6115 Call the command `info macro', not `show macro'.
6116 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6117 Fix error message.
6118 (_initialize_macrocmd): Register `info_macro_command' in
6119 `infolist', not `showlist'.
6120
6121 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6122
6123 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6124 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6125 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6126 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6127 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6128 unconditionally.
6129 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6130 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6131 (_initialize_mips_tdep): Remove dead code.
6132 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6133 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6134 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6135 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6136 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6137 MIPS_LAST_FP_ARG_REGNUM): Remove.
6138
6139 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6140
6141 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6142 (unwind_tmp_obstack_free, parse_frame_info)
6143 (update_context, cfi_read_fp, cfi_write_fp)
6144 (cfi_frame_chain, cfi_init_extra_frame_info)
6145 (cfi_virtual_frame_pointer): Use the above function.
6146 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6147
6148 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6149
6150 * v850-tdep.c (v850_type_is_scalar): New function.
6151 (v850_use_struct_convention): Match current gcc implementation
6152 as close as possible.
6153 (v850_push_arguments): Fix stack_offset handling. Don't write
6154 struct_addr into register. This is done by v850_store_struct_return.
6155 (v850_extract_return_value): Care for structs.
6156 (v850_store_return_value): Ditto.
6157 (v850_store_struct_return): Actually write address.
6158
6159 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6160
6161 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6162 without debug information too.
6163
6164 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6165
6166 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6167 Make multi-arch pure.
6168 * gdbarch.h, gdbarch.c: Re-generate.
6169 * arm-tdep.c (arm_print_float_info): Update.
6170 * arch-utils.h (default_print_float_info): Update.
6171 * arch-utils.c (default_print_float_info): Update.
6172 * infcmd.c (float_info): Update call.
6173
6174 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6175
6176 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6177 the front of the initialize list.
6178
6179 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6180
6181 * infrun.c (struct inferior_status): Replace fields
6182 selected_frame_address and selected_level with field
6183 selected_frame_id.
6184 (save_inferior_status): Update. Use get_frame_id.
6185 (struct restore_selected_frame_args): Delete.
6186 (restore_selected_frame): Update. Use frame_find_by_id.
6187 (restore_inferior_status): Update.
6188
6189 * breakpoint.h (struct breakpoint): Change type of
6190 watchpoint_frame to frame_id.
6191 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6192 call to get_current_frame.
6193 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6194 get_current_frame.
6195 (watchpoint_check): Use frame_find_by_id.
6196
6197 * frame.h (record_selected_frame): Delete declaration.
6198 * stack.c (record_selected_frame): Delete function.
6199
6200 * frame.h (struct frame_id): Define.
6201 (get_frame_id): Declare.
6202 (frame_find_by_id): Declare.
6203 * frame.c (frame_find_by_id): New function.
6204 (get_frame_id): New function.
6205
6206 2002-06-10 Andrey Volkov <avolkov@transas.com>
6207
6208 * ser-e7kpc.c: Fix duplicated define and call of
6209 _initialize_ser_e7000pc
6210
6211 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6212
6213 * signals/signals.c (target_signal_from_host): Fix #ifdef
6214 SIGRTMIN case.
6215 (do_target_signal_to_host): Likewise.
6216
6217 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6218
6219 * mips-tdep.c (mips_find_abi_section): New function.
6220 (mips_gdbarch_init): Call it.
6221
6222 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6223
6224 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6225 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6226 after Andrew's 2002-06-08 gdbarch change.
6227
6228 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6229
6230 * i386-linux-nat.c (suppy_gregset): Don't supply
6231 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6232 register cache.
6233 (fill_gregset): Don't fetch it under the same circumstances.
6234
6235 2002-06-09 Andrew Cagney <cagney@redhat.com>
6236
6237 * Makefile.in (callback_h): Define.
6238 (remote_sim_h): Update path to remote-sim.h.
6239 (remote-rdp.o): Add $(callback_h).
6240 (remote-sim.o): Use $(callback_h).
6241 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6242 * remote-rdp.c: Include "gdb/callback.h".
6243
6244 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6245
6246 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6247 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6248
6249 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6250
6251 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6252 * rdi-share/serpardr.c: Ditto.
6253 * rdi-share/unixcomm.c: Ditto.
6254 * rdi-share/serdrv.c: Ditto.
6255 * rdi-share/hostchan.h: Ditto.
6256 * rdi-share/hostchan.c: Ditto.
6257 * rdi-share/host.h: Ditto.
6258 * rdi-share/devsw.c: Ditto.
6259
6260 * objfiles.h: Change type of obj_private to void pointer.
6261 * pa64solib.c: Update copyright. Don't include "assert.h", use
6262 strcmp instead of STREQ, use LONGEST, do not use PTR
6263 * somsolib.c: Ditto.
6264
6265 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6266 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6267 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6268
6269 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6270
6271 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6272 (default_get_saved_register): Delete function.
6273 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6274 generic_unwind_get_saved_register.
6275 * gdbarch.h, gdbarch.c: Re-generate.
6276
6277 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6278
6279 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6280 generic_func_frame_chain_valid.
6281 * gdbarch.h, gdbarch.c: Re-generate.
6282 * blockframe.c (generic_func_frame_chain_valid): Only check
6283 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6284 passing FP to PC_IN_CALL_DUMMY.
6285 Fix PR gdb/360.
6286
6287 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6288
6289 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6290 (register_gdbarch_data): Initialize init_p.
6291 (gdbarch_data): Initialize data pointer using the init function.
6292 (init_gdbarch_data): Delete function.
6293 (gdbarch_update_p): Update.
6294 (initialize_non_multiarch): Update.
6295 (struct gdbarch): Add field initialized_p.
6296 * gdbarch.h, gdbarch.c: Re-generate.
6297
6298 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6299
6300 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6301 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6302 better do the things actually here.
6303 * x86-64-tdep.c (x86_64_register_name2nr): New.
6304 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6305 (x86_64_gdbarch_init): Respect the above change.
6306 * x86-64-tdep.h (x86_64_register_name2nr)
6307 (x86_64_register_nr2name): Add prototypes.
6308 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6309
6310 2002-06-06 Michael Snyder <msnyder@redhat.com>
6311
6312 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6313 Delete extra braces and re-indent.
6314 (d10v_store_return_value): Char return values
6315 must be shifted over by one byte in R0.
6316 (d10v_extract_return_value): Delete extra braces, re-indent.
6317
6318 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6319
6320 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6321 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6322 (d10v_integer_to_address): Rewrite.
6323 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6324 the d10v specific functions which take care of converting to the
6325 correct space.
6326
6327 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6328
6329 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6330 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6331
6332 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6333
6334 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6335 includes.
6336 * config/tm-linux.h: Ditto.
6337 * config/alpha/tm-alphalinux.h: Ditto.
6338 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6339 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6340 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6341 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6342 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6343 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6344 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6345 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6346 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6347 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6348 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6349 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6350 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6351 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6352 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6353 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6354 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6355 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6356 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6357 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6358 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6359 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6360 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6361 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6362 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6363 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6364 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6365 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6366 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6367 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6368 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6369 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6370 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6371 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6372 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6373 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6374 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6375
6376 2002-05-04 Aidan Skinner <aidan@velvet.net>
6377
6378 * ada-exp.tab.c: New file
6379 * ada-exp.y: New file
6380 * ada-lang.c: New file
6381 * ada-lang.h: New file
6382 * ada-lex.c: New file
6383 * ada-lex.l: New file
6384 * ada-tasks.c: New file
6385 * ada-typeprint.c: New file
6386 * ada-valprint.c: New file
6387
6388 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6389
6390 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6391 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6392
6393 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6394
6395 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6396 insetead of ppc-linux-tdep.o.
6397 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6398 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6399
6400 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6401
6402 2002-05-07 Christian Groessler <chris@groessler.org>
6403 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6404 bit register contents for little endian hosts.
6405
6406 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6407
6408 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6409 any maintainer.
6410
6411 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6412
6413 * gdbarch.h: Regenerate.
6414
6415 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6416
6417 * MAINTAINERS: Add everyone to write-after-approval list.
6418
6419 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6420
6421 * stack.c (frame_info): Use frame_register_unwind instead of
6422 saved_regs. Mention when the SP is on the stack or in a register.
6423
6424 * frame.h (frame_register_unwind_ftype): Define. Document.
6425 (struct frame_info): Add field register_unwind and
6426 register_unwind_cache.
6427 (frame_register_unwind): Declare.
6428 (generic_unwind_get_saved_register): Declare.
6429
6430 * frame.c (frame_register_unwind): New function.
6431 (generic_unwind_get_saved_register): New function.
6432
6433 * blockframe.c (generic_call_dummy_register_unwind): New function.
6434 (frame_saved_regs_register_unwind): New function.
6435 (set_unwind_by_pc): New function.
6436 (create_new_frame): New function.
6437 (get_prev_frame): New function.
6438
6439 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6440
6441 * a29k-share/: Delete directory.
6442 * remote-vx29k.c: Delete file.
6443
6444 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6445
6446 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6447 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6448
6449 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6450
6451 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6452 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6453 (sparc64nbsd-nat.o)
6454 (sparcnbsd-nat.o)
6455 (sparcnbsd-tdep.o): New dependency lists.
6456 * NEWS: Note new UltraSPARC NetBSD native configuration.
6457 * configure.host (sparc64-*-netbsd*): New host.
6458 * configure.tgt (sparc-*-netbsdelf*)
6459 (sparc-*-netbsd*): Set gdb_target to nbsd.
6460 (sparc64-*-netbsd*): New target.
6461 * sparc64nbsd-nat.c: New file.
6462 * sparcnbsd-nat.c: New file.
6463 * sparcnbsd-tdep.c: New file.
6464 * sparcnbsd-tdep.h: New file.
6465 * config/sparc/nbsd.mt: New file.
6466 * config/sparc/nbsd64.mh: New file.
6467 * config/sparc/nbsd64.mt: New file.
6468 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6469 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6470 (HOST_IPC): Remove.
6471 * config/sparc/nbsdaout.mt: Remove.
6472 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6473 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6474 (HOST_IPC): Remove.
6475 * config/sparc/nbsdelf.mt: Remove.
6476 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6477 sparc-nat.c compatiblity defines.
6478 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6479 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6480 * config/sparc/tm-nbsd64.h: New file.
6481 * config/sparc/tm-nbsdaout.h: Remove.
6482 * config/sparc/xm-nbsd.h: Remove.
6483
6484 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6485
6486 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6487 * sparc-tdep.c: Include osabi.h.
6488 (gdbarch_tdep): Add osabi member.
6489 (_initialize_sparc_tdep): Use gdbarch_register.
6490 (sparc_gdbarch_init): Use generic OS ABI framework.
6491 (sparc_dump_tdep): New function.
6492
6493 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6494
6495 * corefile.c (do_captured_read_memory_integer): Return non-zero
6496 result.
6497 (safe_read_memory_integer): Copy result of memory read when
6498 status is non-zero. Also, add comments.
6499
6500 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6501
6502 * Makefile.in (ppc_tdep_h): Define.
6503 (ppc-linux-nat.o)
6504 (ppc-linux-tdep.o)
6505 (rs6000-tdep.o): Use $(ppc_tdep_h).
6506 (ppc-sysv-tdep.o)
6507 (ppcnbsd-nat.o)
6508 (ppcnbsd-tdep.o): New dependency lists.
6509 * ppc-tdep.h: Use generic OS ABI framework.
6510 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6511 (ppc_linux_init_abi): New functions.
6512 (ppc_sysv_abi_broken_use_struct_convention)
6513 (ppc_sysv_abi_use_struct_convention)
6514 (ppc_sysv_abi_push_arguments): Move to...
6515 * ppc-sysv-tdep.c: ...here.
6516 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6517 * rs6000-tdep.c (process_note_abi_tag_sections)
6518 (get_elfosabi): Remove.
6519 (rs6000_gdbarch_init): Use generic OS ABI framework.
6520 (rs6000_dump_tdep): New function.
6521 (_initialize_rs6000_tdep): Use gdbarch_register.
6522 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6523 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6524 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6525 of ppc-linux-tdep.o.
6526 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6527 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6528 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6529 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6530 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6531 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6532
6533 2002-05-29 Jim Blandy <jimb@redhat.com>
6534
6535 * macroscope.c (default_macro_scope): Put `void' in empty argument
6536 list.
6537
6538 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6539
6540 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6541 * arch-utils.c: Include "sim-regno.h".
6542 * gdbarch.sh: Don't include "sim-regno.h".
6543 * gdbarch.h, gdbarch.c: Regenerate.
6544 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6545 here.
6546 * arch-utils.h (legacy_register_sim_regno): To here.
6547 * remote-sim.c (legacy_register_sim_regno): Move function from
6548 here.
6549 * arch-utils.c (legacy_register_sim_regno): To here.
6550
6551 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6552
6553 * sim-regno.h: New file.
6554 * Makefile.in (sim_regno_h): Define.
6555 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6556 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6557 (legacy_register_sim_regno): New function.
6558 (one2one_register_sim_regno): New function.
6559 (gdbsim_fetch_register): Rewrite.
6560 (gdbsim_store_register): Only store a register when
6561 REGISTER_SIM_REGNO is valid.
6562 * d10v-tdep.c: Include "sim-regno.h".
6563 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6564 (d10v_ts3_register_sim_regno): Ditto.
6565 * gdbarch.sh: Include "sim-regno.h".
6566 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6567 * gdbarch.h, gdbarch.c: Regenerate.
6568 * arch-utils.h (default_register_sim_regno): Delete declaration.
6569 * arch-utils.c (default_register_sim_regno): Delete function.
6570
6571 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6572
6573 * ppcnbsd-nat.c: Rewrite.
6574 * ppcnbsd-tdep.c: New file.
6575 * ppcnbsd-tdep.h: New file.
6576 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6577 solib.o, and solib-svr4.o.
6578 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6579 nbsd-tdep.o, and corelow.o.
6580
6581 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6582
6583 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6584 `tr' and `sed'. Mention that `broken' targets are not expected to
6585 build.
6586
6587 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6588
6589 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6590 Let PC point right after the prologue before looking up symbols.
6591
6592 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6593
6594 * i386-tdep.c (i386_register_virtual_type): Return
6595 builtin_type_vec128i for SSE registers.
6596
6597 * gdbtypes.h (builtin_type_vec128i): Declare.
6598
6599 * gdbtypes.c (build_builtin_type_vec128i): New function.
6600 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6601 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6602 (build_gdbtypes): Initialize new builtin vector types.
6603 (_initialize_gdbtypes): Register new vector types with gdbarch.
6604
6605 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6606
6607 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6608 since it has been multi-arch'd.
6609 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6610 Move Alpha and VAX multi-arch news entries to same section
6611 as other multi-arch news.
6612
6613 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6614
6615 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6616 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6617 static. Rename some register numbers to put them in ns32k-tdep
6618 private namespace.
6619 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6620 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6621 functions.
6622 (_initialize_ns32k_tdep): Use gdbarch_register.
6623 * ns32k-tdep.h: New file.
6624 * ns32knbsd-tdep.c: New file.
6625 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6626 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6627 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6628 REGISTER_BYTES, REGISTER_BYTE): Remove.
6629 * config/ns32k/tm-ns32k.h: New file.
6630 * config/ns32k/tm-umax.h: Remove.
6631
6632 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6635 ns32k_store_struct_return, ns32k_extract_return_value,
6636 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6637 functions.
6638 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6639 ns32k_saved_pc_after_call.
6640 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6641 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6642 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6643 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6644 ns32k_extract_struct_value_address.
6645
6646 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6647
6648 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6649 ns32k_fix_call_dummy): New.
6650 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6651 ns32k_call_dummy_words.
6652 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6653 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6654 CALL_DUMMY_NARGS): Remove.
6655 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6656
6657 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6658
6659 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6660 ns32k_frame_saved_pc, ns32k_frame_args_address,
6661 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6662 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6663 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6664 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6665 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6666 (BREAKPOINT): Remove..
6667 (FRAME_CHAIN): Define as ns32k_frame_chain.
6668 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6669 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6670 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6671 (FRAME_FIND_SAVED_REGS): Remove.
6672 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6673 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6674 (POP_FRAME): Define as ns32k_pop_frame.
6675
6676 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6677
6678 * ns32k-tdep.c (ns32k_register_byte_32082,
6679 ns32k_register_byte_32382, ns32k_register_raw_size,
6680 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6681 functions.
6682 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6683 ns32k_register_byte_32382.
6684 * config/ns32k/tm-umax.h: Update copyright years.
6685 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6686 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6687 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6688 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6689 (ns32k_get_enter_addr): Fix prototype.
6690
6691 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6692
6693 * ns32k-tdep.c: Update copyright years.
6694 (ns32k_register_name_32082): New function.
6695 (ns32k_register_name_32382): Ditto.
6696 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6697 (REGISTER_NAME): Define as ns32k_register_name_32382.
6698 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6699 (REGISTER_NAME): Define as ns32k_register_name_32082.
6700
6701 2002-05-24 Jim Blandy <jimb@redhat.com>
6702
6703 * dwarf2read.c (free_line_header): Use xfree, not free.
6704
6705 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6706
6707 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6708 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6709
6710 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6711
6712 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6713
6714 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6715
6716 From Ross Alexander at NEC Europe:
6717 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6718
6719 2002-05-23 Michael Snyder <msnyder@redhat.com>
6720
6721 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6722 for input, rather than parse_and_eval_address.
6723
6724 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6725
6726 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6727 * Makefile.in (sim_d10v_h): Update definition.
6728
6729 2002-05-24 Andrew Cagney <cagney@redhat.com>
6730
6731 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6732 change `2002-05-22 Michael Snyder' below.
6733 (d10v_push_arguments): Ditto.
6734 (d10v_extract_return_value): Ditto.
6735
6736 2002-05-23 Jim Blandy <jimb@redhat.com>
6737
6738 * macrotab.c (check_for_redefinition): Don't complain if the new
6739 definition is the same as the previous one. Take more arguments
6740 to allow the comparison.
6741 (macro_define_object, macro_define_function): Pass more arguments
6742 to check_for_redefinition.
6743
6744 2002-05-22 Michael Snyder <msnyder@redhat.com>
6745
6746 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6747 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6748 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6749 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6750 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6751 Add a temp variable to save a call (and a memory read).
6752 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6753 if possible (so that PC_IN_CALL_DUMMY will work).
6754
6755 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6756
6757 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6758
6759 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6760
6761 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6762 fde->cie_ptr.
6763 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6764 (dwarf2_build_frame_info): Add offset to fde->initial_location
6765 so that frames of shared libraries are mapped correctly.
6766 (execute_stack_op): Change type of 'result' from ULONGEST to
6767 CORE_ADDR.
6768
6769 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6770
6771 * config/alpha/tm-nbsd.h: Include solib.h.
6772
6773 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6774
6775 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6776 assumptions about the host's byte order.
6777
6778 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6779
6780 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6781 to dependency list.
6782 * alphanbsd-tdep.c: Include solib-svr4.h.
6783 * shnbsd-tdep.c: Ditto.
6784
6785 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6786
6787 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6788 nbsd-tdep.h to dependency list.
6789 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6790 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6791 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6792 nbsdaout.mh and nbsdelf.mh consistently.
6793 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6794 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6795 nbsdaout.mt and nbsdelf.mh consistently.
6796 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6797 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6798 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6799 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6800 a.out shared library stuff from here...
6801 * config/nm-nbsdaout.h: ...to here.
6802 * config/tm-nbsd.h: Remove.
6803 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6804 * config/arm/nbsd.mh: Remove.
6805 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6806 nbsd-tdep.o.
6807 * config/arm/nbsdaout.mh: New file.
6808 * config/arm/nbsdelf.mh: New file.
6809 * config/arm/nm-nbsdaout.h: New file.
6810 * config/i386/nbsd.mh: Remove.
6811 * config/i386/nbsd.mt: Remove.
6812 * config/i386/nbsdaout.mh: New file.
6813 * config/i386/nbsdaout.mt: New file.
6814 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6815 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6816 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6817 i386_register_u_addr): Remove.
6818 * config/i386/nm-nbsdaout.h: New file.
6819 * config/i386/nm-nbsdelf.h: Remove.
6820 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6821 (USE_STRUCT_CONVENTION): Remove.
6822 * config/i386/tm-nbsdaout.h: New file.
6823 * config/i386/tm-nbsdelf.h: Remove.
6824 * config/m68k/nbsd.mh: Remove.
6825 * config/m68k/nbsd.mt: Remove.
6826 * config/m68k/nbsdaout.mh: New file.
6827 * config/m68k/nbsdaout.mt: New file.
6828 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6829 * config/m68k/nm-nbsdaout.h: New file.
6830 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6831 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6832 * config/ns32k/nbsd.mh: Remove.
6833 * config/ns32k/nbsd.mt: Remove.
6834 * config/ns32k/nbsdaout.mh: New file.
6835 * config/ns32k/nbsdaout.mt: New file.
6836 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6837 * config/ns32k/nm-nbsdaout.h: New file.
6838 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6839 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6840 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6841 (SVR4_SHARED_LIBS): Remove.
6842 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6843 * config/sparc/nbsd.mh: Remove.
6844 * config/sparc/nbsd.mt: Remove.
6845 * config/sparc/nbsdaout.mh: New file.
6846 * config/sparc/nbsdaout.mt: New file.
6847 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6848 * config/sparc/nbsdelf.mt: New file.
6849 * config/sparc/nm-nbsdaout.h: New file.
6850 * config/sparc/nm-nbsdelf.h: Remove.
6851 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6852 * config/sparc/tm-nbsdaout.h: New file.
6853
6854 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6855
6856 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6857 mipsnbsd-tdep.c
6858 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6859
6860 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6861
6862 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6863 shnbsd-nat.c.
6864 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6865
6866 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6867
6868 * NEWS: Note new MIPS NetBSD native configuration.
6869 * configure.host (mips*-*-netbsd*): New host.
6870 * configure.tgt (mips*-*-netbsd*): New target.
6871 * mipsnbsd-nat.c: New file.
6872 * mipsnbsd-tdep.c: New file.
6873 * mipsnbsd-tdep.h: New file.
6874 * config/mips/nbsd.mh: New file.
6875 * config/mips/nbsd.mt: New file.
6876 * config/mips/nm-nbsd.h: New file.
6877 * config/mips/tm-nbsd.h: New file.
6878
6879 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6880
6881 * Makefile.in (SFILES): Add osabi.c.
6882 (COMMON_OBS): Add osabi.o.
6883 (osabi.o): New dependency list.
6884 * osabi.c: New file.
6885 * osabi.h: New file.
6886 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6887
6888 * Makefile.in (alpha_tdep_h): Define and use instead of
6889 alpha-tdep.h.
6890 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6891 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6892 Remove.
6893 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6894 * alpha-tdep.h: Include osabi.h.
6895 (alpha_abi): Remove.
6896 (gdbarch_tdep): Use generic OS ABI framework.
6897 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6898 gdbarch_register_osabi.
6899 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6900 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6901 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6902
6903 * Makefile.in (sh_tdep_h): Add osabi.h.
6904 * sh-tdep.h (sh_osabi): Remove.
6905 (gdbarch_tdep): Use generic OS ABI framework.
6906 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6907 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6908 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6909 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6910
6911 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6912 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6913 gdbarch_register_osabi.
6914 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6915 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6916 (get_elfosabi): Rename to...
6917 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6918 ABI framework support routines.
6919 (arm_gdbarch_init): Use generic OS ABI framework.
6920 (arm_dump_tdep): Likewise.
6921 (_initialize_arm_tdep): Likewise.
6922 * arm-tdep.h: Include osabi.h.
6923 (arm_abi): Remove.
6924 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6925 osabi member.
6926 (arm_gdbarch_register_os_abi): Remove prototype.
6927 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6928 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6929
6930 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6931 * mips-tdep.c: Include osabi.h.
6932 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6933 OS ABI framework.
6934
6935 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6936
6937 * h8300-tdep.c: Fix formatting.
6938
6939 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6940
6941 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6942 printing vector registers.
6943
6944 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6945
6946 From Fernando Nasser:
6947 * remote.c (remote_async_open_1): Re-throw the exception when the
6948 connection fails.
6949 (remote_cisco_open): Ditto.
6950 (remote_open_1): Ditto.
6951
6952 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6953
6954 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6955 (remote_start_remote): Add uiout parameter. Pass through to
6956 remote_start_remote_dummy.
6957 (remote_open_1): Use catch_exception instead of catch_errors.
6958 (remote_async_open_1): Ditto.
6959 (remote_cisco_open): Ditto.
6960
6961 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6962
6963 * remote.c (remote_start_remote): Replace PTR with void pointer.
6964 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6965 static.
6966
6967 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6968
6969 * gdb_indent.sh: Allow the script to be run in the sim directory.
6970
6971 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6972
6973 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6974 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6975
6976 * corelow.c (core_open): Only call set_gdbarch_from_file if
6977 exec_bfd is NULL.
6978
6979 2002-05-17 Andrey Volkov <avolkov@transas.com>
6980
6981 * h8300-tdep.c: Add support of EXR register
6982 * config/h8300/tm-h8300.h: Ditto.
6983
6984 2002-05-17 Andrey Volkov <avolkov@transas.com>
6985
6986 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6987
6988 2002-05-17 Andrey Volkov <avolkov@transas.com>
6989
6990 * h8300-tdep.c: Change literal regnums to REGNO.
6991
6992 2002-05-17 Jim Blandy <jimb@redhat.com>
6993
6994 * NEWS: Note addition of macro support.
6995
6996 Expand preprocessor macros in C expressions.
6997 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6998 (scan_macro_expansion, scanning_macro_expansion,
6999 finished_macro_expansion): New function declarations.
7000 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7001 variable declarations.
7002 * parser-defs.h (expression_context_pc): New declaration.
7003 * parse.c (expression_context_pc): New variable.
7004 (parse_exp_1): Set expression_context_pc, as well as
7005 expression_context_block.
7006 * c-exp.y (yylex): If we're not already reading the result of a
7007 macro expansion, try to macro-expand the next token. When we're
7008 done scanning a macro expansion, switch back to the mainline text.
7009 Commas and `if's in a macro's expansion don't terminate the input.
7010 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7011 (macro_original_text, macro_expanded_text,
7012 expression_macro_lookup_func, expression_macro_lookup_baton): New
7013 variables.
7014 (scan_macro_expansion, scanning_macro_expansion,
7015 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7016 c_preprocess_and_parse): New functions.
7017 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7018 c_preprocess_and_parse, instead of c_parse.
7019 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7020 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7021
7022 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7023
7024 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7025 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7026 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7027
7028 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7029
7030 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7031
7032 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7033
7034 * Makefile.in (sh_tdep_h): Define and use.
7035 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7036 register enum): Move to...
7037 * * sh-tdep.h: ...here.
7038 * sh-tdep.c: Include sh-tdep.h.
7039 * sh3-rom.c: Likewise.
7040 * shnbsd-tdep.c: Likewise.
7041
7042 2002-05-16 Michael Snyder <msnyder@redhat.com>
7043
7044 * arm-tdep.c: Spelling fix in comment.
7045
7046 2002-05-16 Jim Blandy <jimb@redhat.com>
7047
7048 Add commands for manually expanding macros and showing their
7049 definitions.
7050 * macrocmd.c, macroscope.c, macroscope.h: New files.
7051 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7052 (macroscope_h): New variable.
7053 (HFILES_NO_SRCDIR): Add macroscope.h.
7054 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7055 (macroscope.o, macrocmd.o): New rules.
7056
7057 Teach the Dwarf 2 reader to read macro information.
7058 * dwarf2read.c: #include "macrotab.h".
7059 (dwarf_macinfo_buffer): New variable.
7060 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7061 dwarf_macinfo_size.
7062 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7063 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7064 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7065 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7066 dwarf2_macro_spaces_in_definition): New complaints.
7067 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7068 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7069 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7070 the partial symbol table.
7071 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7072 from what's recorded in the partial symbol table.
7073 (read_file_scope): If the compilation unit has a
7074 `DW_AT_macro_info' attribute, read its macro information.
7075 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7076
7077 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7078
7079 Fix PR gdb/546
7080 * ser-tcp.c: Don't include <netinet/udp.h>.
7081
7082 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7083
7084 * MAINTAINERS: Update my email address.
7085
7086 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7087
7088 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7089 include file of the same name.
7090
7091 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7092
7093 * configure.tgt: Mark v850 as multi-arched.
7094 * config/v850/tm-v850.h: Remove file.
7095 * config/v850/v850.mt: Eliminate TM_FILE.
7096
7097 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7098
7099 * v850-tdep.c: Full multi-arch.
7100 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7101 Define GDB_MULTI_ARCH to 2.
7102
7103 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7104
7105 * p-exp.y (current_type): New static variable.
7106 Carries the type of the expression at the position that is parsed.
7107 (push_current_type, pop_current_type): Two new functions. Used
7108 to store/restore current_type in expression on specific tokens.
7109 (search_field): New static variable. Set to one after parsing a point
7110 as at that point only a FIELDNAME token should be searched.
7111 (FIELDNAME): New token. After a point only a token belonging to
7112 current_type type definition is allowed.
7113 (all over token rules): reset and change current_type according
7114 to rules.
7115 (exp '[' rule): insert implicit array index field if
7116 exp is a pascal string type.
7117
7118 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7119
7120 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7121 frame info. Use frame_info's saved_regs instead of matching member
7122 in extra_frame_info throughout.
7123 (v850_frame_init_saved_regs): New function.
7124 (v850_init_extra_frame_info): Move most functionality into
7125 v850_frame_init_saved_regs().
7126 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7127 (v850_frame_find_saved_regs): Remove declaration.
7128 (FRAME_FIND_SAVED_REGS): Remove definition.
7129 (v850_frame_init_saved_regs): Add declaration.
7130 (FRAME_INIT_SAVED_REGS): Add definition.
7131
7132 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7133
7134 * v850-tdep.c: Begin multi-arch'ing v850.
7135 (v850_target_architecture_hook): Remove function.
7136 (v850_gdbarch_init): New function. Add code previously in
7137 v850_target_architecture_hook().
7138 (_initialize_v850_tdep): Don't set target_architecture_hook.
7139 Call register_gdbarch_init() instead.
7140
7141 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7142
7143 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7144 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7145 (fixup_class_method_type): Likewise.
7146
7147 2002-05-15 Jim Blandy <jimb@redhat.com>
7148
7149 Add macro structures to GDB's symbol tables. Nobody puts anything
7150 in them yet.
7151 * symtab.h (struct symtab): New member: `macro_table'.
7152 * buildsym.h (pending_macros): New global variable.
7153 * buildsym.c: #include "macrotab.h".
7154 (buildsym_init): Initialize `pending_macros'.
7155 (end_symtab): If we found macro information while reading a CU's
7156 debugging info, do build a symtab structure for it. Make the
7157 symtab point to the macro information, and clear the
7158 `pending_macros' pointer which held it while we were reading the
7159 debug info.
7160 (really_free_pendings): Free any pending macro table.
7161 * objfiles.h (struct objfile): New member: `macro_cache'.
7162 * objfiles.c (allocate_objfile): Set allocate and free functions
7163 for the macro cache's objstack.
7164 (free_objfile): Empty the macro cache's obstack.
7165 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7166 set new allocate and free functions for it.
7167 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7168 free functions for the macro cache's objstack. (Why is this
7169 function building its own objfile?)
7170 * symmisc.c (print_objfile_statistics): Print statistics on the
7171 macro bcache.
7172 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7173
7174 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7175
7176 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7177 (REGISTER_U_ADDR): Delete definition.
7178 (arm_register_u_addr): Delete declaration.
7179
7180 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7181
7182 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7183 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7184
7185 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7186
7187 * regcache.c (register_valid): Revise comments refering to "Not
7188 available" and "unavailable".
7189 * frame.c (frame_register_read): Ditto.
7190 * findvar.c (value_of_register): Ditto.
7191
7192 2002-05-15 Andrew Cagney <cagney@redhat.com>
7193
7194 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7195 (remote-sim.o): Update dependencies.
7196 (d10v-tdep.o): Specify dependencies.
7197 (sim_d10v_h): Define.
7198
7199 2002-05-14 Jim Blandy <jimb@redhat.com>
7200
7201 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7202 * macrotab.c (macro_lookup_inclusion, find_definition,
7203 new_macro_table): Same.
7204
7205 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7206 not `! strcmp ()'. This is a dubious improvement.
7207 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7208
7209 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7210 although it's not necessary, to avoid a warning.
7211
7212 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7213
7214 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7215 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7216 TYPE_INSTANCE_FLAGS.
7217 (struct main_type): New.
7218 (struct type): Move most members to struct main_type. Change
7219 cv_type and as_type to new type_chain member. Add instance_flags.
7220 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7221 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7222 (finish_cv_type): Remove prototype.
7223 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7224 Set TYPE_CHAIN.
7225 (alloc_type_instance): New function.
7226 (smash_type): New function.
7227 (make_pointer_type, make_reference_type, make_function_type)
7228 (smash_to_member_type, smash_to_method_type): Call smash_type.
7229 (make_qualified_type): New function.
7230 (make_type_with_address_space): Call make_qualified_type.
7231 (make_cv_type): Likewise.
7232 (finish_cv_type): Remove unnecessary function.
7233 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7234 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7235 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7236 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7237 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7238 * hpread.c (hpread_read_struct_type): Likewise.
7239 * stabsread.c (read_struct_type): Likewise.
7240
7241 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7242
7243 * configure.tgt: Add a catch all sh* target, for cases like
7244 sh[2,3,4]-elf and sh-hms.
7245
7246 2002-05-14 Keith Seitz <keiths@redhat.com>
7247
7248 * event-loop.c (create_file_handler): Don't do anything but
7249 update data when we are given a fd which we are already
7250 monitoring.
7251
7252 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7253
7254 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7255 (update_context): Use __func__ in warnings.
7256
7257 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7258
7259 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7260 and tcp_close to net_open and net_close.
7261 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7262 using UDP if requested. Don't try to disable Nagle on UDP
7263 sockets.
7264 * remote.c (remote_serial_open): New function. Warn about UDP.
7265 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7266
7267 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7268
7269 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7270
7271 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7272
7273 * configure.tgt: Remove sh-hms target.
7274 * MAINTAINERS: Don't list sh-hms as a separate target.
7275
7276 2002-05-13 Jim Blandy <jimb@redhat.com>
7277
7278 Add first preprocessor macro-expansion files.
7279 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7280 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7281 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7282 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7283 (COMMON_OBS): Add macrotab.o, macroexp.o.
7284 (macroexp.o, macrotab.o): New rules.
7285
7286 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7287
7288 * config/m88k/tm-m88k.h: Update copyright.
7289 (m88k_target_write_pc): Declare
7290 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7291 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7292 (SHIFT_INST_REGS): Update definition.
7293 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7294 using old definition of TARGET_WRITE_PC.
7295 * regcache.c (generic_target_write_pc): Delete code handling
7296 NNPC_REGNUM.
7297 * gdbarch.sh (NNPC_REGNUM): Delete.
7298 * gdbarch.h, gdbarch.c: Regenerate.
7299
7300 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7301
7302 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7303 builtin reg number.
7304
7305 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7306
7307 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7308 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7309 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7310 access macros.
7311 * c-typeprint.c (cp_type_print_method_args): Likewise.
7312 (c_type_print_args): Likewise.
7313 * d10v-tdep.c (d10v_push_arguments): Likewise.
7314 (d10v_extract_return_value): Likewise.
7315 * expprint.c (print_subexp): Likewise.
7316 * gdbtypes.c (lookup_primitive_typename): Likewise.
7317 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7318 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7319 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7320 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7321 (TYPE_VECTOR): Likewise.
7322 * hpread.c (hpread_read_struct_type)
7323 (fix_static_member_physnames, fixup_class_method_type)
7324 (hpread_type_lookup): Likewise.
7325 * mdebugread.c (parse_symbol, parse_type): Likewise.
7326 * p-lang.c (is_pascal_string_type): Likewise.
7327 * valops.c (hand_function_call): Likewise.
7328 * x86-64-tdep.c (classify_argument): Likewise.
7329
7330 * hpread.c (hpread_read_function_type)
7331 (hpread_read_doc_function_type): Call replace_type.
7332 * dstread.c (create_new_type): Delete.
7333 (decode_dst_structure, process_dst_function): Call alloc_type.
7334 Use type access macros.
7335
7336 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7337
7338 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7339 the're not supported by the current architecture.
7340 (i387_fill_fxsave): Likewise.
7341
7342 2002-05-12 Fred Fish <fnf@redhat.com>
7343
7344 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7345 sect_index_xxx members to index the first slot in section_offsets
7346 if all of the section_offsets are zero.
7347
7348 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7349
7350 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7351 checked in with last change.
7352
7353 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7354
7355 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7356 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7357 config.sub.
7358
7359 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7360
7361 * Makefile.in: Update dependencies.
7362
7363 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7364
7365 * language.c (local_hex_string_custom): Simplify. Do not depend
7366 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7367
7368 * memattr.c (mem_info_command): Replace calls to
7369 longest_local_hex_string and longest_local_hex_string_custom.
7370 * buildsym.c (make_blockvector): Ditto.
7371 * solib.c (info_sharedlibrary_command): Ditto.
7372 * tracepoint.c (tracepoints_info): Ditto.
7373 * symtab.c (print_msymbol_info): Ditto.
7374
7375 * language.c (local_hex_string): Delete.
7376 (local_hex_string_custom): Delete.
7377 (longest_local_hex_string): Rename to local_hex_string.
7378 (longest_local_hex_string_custom): Rename to
7379 local_hex_string_custom.
7380 * language.h (local_hex_string): Change parameter type to LONGEST.
7381 (local_hex_string_custom): Ditto.
7382 (longest_local_hex_string): Delete declaration.
7383 (longest_local_hex_string_custom): Ditto.
7384
7385 * solib.c: Update copyright.
7386 * memattr.c: Update copyright.
7387
7388 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7389
7390 * arch-utils.h (legacy_register_to_value): Declare.
7391 (legacy_value_to_register): Declare.
7392 (legacy_convert_register_p): Declare.
7393 * arch-utils.c (legacy_register_to_value): New function.
7394 (legacy_value_to_register): New function.
7395 (legacy_convert_register_p): New function.
7396
7397 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7398 (VALUE_TO_REGISTER): Define.
7399 (CONVERT_REGISTER_P): Define.
7400 * gdbarch.h, gdbarch.c: Regenerate.
7401
7402 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7403 VALUE_TO_REGISTER.
7404 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7405 CONVERT_REGISTER_P.
7406
7407 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7408 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7409
7410 * Makefile.in: Update dependencies for valops.c.
7411 * valops.c: Include "gdb_assert.h".
7412 (typecmp): Skip THIS parameter to methods.
7413 (find_method_list): Remove static_memfuncp argument,
7414 update callers. Check for stub methods.
7415 (find_value_oload_method_list): Don't set *static_memfuncp.
7416 (find_overload_match): Don't check for stub methods. Assert
7417 that methods are not stubbed. Handle static methods.
7418 (value_find_oload_method_list): Remove static_memfuncp argument.
7419 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7420 to the argument list for static stub methods.
7421 * value.h (value_find_oload_method_list): Update prototype.
7422
7423 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7424
7425 * arch-utils.h (generic_register_size): Declare.
7426 (generic_register_raw_size, generic_register_virtual_size): Delete
7427 declarations.
7428 * arch-utils.c (generic_register_raw_size): Delete.
7429 (generic_register_size): New function.
7430 (generic_register_virtual_size): Delete.
7431
7432 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7433 default generic_register_size.
7434 * gdbarch.h, gdbarch.c: Re-generate.
7435
7436 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7437 register_virtual_size.
7438 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7439 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7440
7441 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7442
7443 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7444 * gdbarch.h, gdbarch.c: Regenerate.
7445 * gnu-v3-abi.c: Update copyright.
7446 (vtable_address_point_offset): Update.
7447 (gnuv3_rtti_type): Update.
7448 (gnuv3_baseclass_offset): Update.
7449 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7450 (init_fetch_link_map_offsets): Update.
7451 * remote.c (get_remote_state): Update.
7452
7453 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7454
7455 * TODO: Remove value_headof/value_from_vtable_info comment.
7456 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7457 * values.c (value_headof, value_from_vtable_info): Delete.
7458 * value.h (value_from_vtable_info): Delete prototype.
7459
7460 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7461
7462 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7463 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7464 $(gdb_regex_h).
7465 (gdb_assert_h): Define.
7466 (gdb_wait_h): Define.
7467 (gdb_regex_h): Define.
7468
7469 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7470
7471 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7472 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7473
7474 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7475
7476 * nbsd-tdep.c: Fix comment.
7477
7478 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7479
7480 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7481 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7482 (nbsd-tdep.o): New dependency list.
7483 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7484 nbsd-tdep.h.
7485 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7486 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7487 * nbsd-tdep.c: New file.
7488 * nbsd-tdep.h: New file.
7489 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7490 nbsd-tdep.h.
7491 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7492 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7493 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7494 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7495
7496 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7497
7498 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7499 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7500 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7501 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7502 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7503 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7504
7505 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7506
7507 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7508 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7509 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7510 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7511 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7512 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7513 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7514
7515 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7516
7517 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7518 fetch_elfcore_registers to...
7519 * i386nbsd-tdep.c: ...here.
7520 (i386nbsd_use_struct_convention): Rename to...
7521 (i386nbsd_aout_use_struct_convention): ...this.
7522 (i386nbsd_supply_reg): New function.
7523 (i386nbsd_fill_reg): New function.
7524 (fetch_core_registers): Use i386nbsd_supply_reg.
7525 (fetch_elfcore_registers): Likewise.
7526 (_initialize_i386nbsd_tdep): New function.
7527 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7528 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7529 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7530 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7531 (i386nbsd_aout_use_struct_convention): ...this.
7532
7533 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7534
7535 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7536 (store_inferior_registers): Use shnbsd_fill_reg.
7537 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7538 sh_nbsd_supply_register): Collapse into...
7539 (shnbsd_supply_reg): ...this.
7540 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7541 (shnbsd_fill_reg): ...this.
7542 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7543 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7544 (fetch_core_registers): Use shnbsd_supply_reg.
7545 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7546 (sh_nbsd_core_fns): Rename to...
7547 (shnbsd_core_fns): ...this.
7548 (sh_nbsd_elfcore_fns): Rename to...
7549 (shnbsd_elfcore_fns): ...this.
7550 (sh_nbsd_init_abi): Rename to...
7551 (shnbsd_init_abi): ...this.
7552 (_initialize_sh_nbsd_tdep): Rename to...
7553 (_initialize_shnbsd_tdep): ...this.
7554 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7555 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7556 sh_nbsd_fill_register): Remove prototypes.
7557 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7558
7559 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7560
7561 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7562 (i387-nat.o): Delete dependency list.
7563 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7564 (x86-64-linux-nat.o): Likewise.
7565 * i387-nat.c: Delete file, moving contents to...
7566 * i387-tdep.c: ...here.
7567 * i387-nat.h: Rename...
7568 * i387-tdep.h: ...to this.
7569 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7570 * i386-linux-nat.c: Likewise.
7571 * i386bsd-nat.c: Likewise.
7572 * i386gnu-nat.c: Likewise.
7573 * i386nbsd-nat.c: Likewise.
7574 * i386v4-nat.c: Likewise.
7575 * x86-64-linux-nat.c: Likewise.
7576 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7577 * config/i386/go32.mh (NATDEPFILES): Likewise.
7578 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7579 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7580 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7581 * config/i386/linux.mh (NATDEPFILES): Likewise.
7582 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7583 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7584 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7585 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7586
7587 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7588
7589 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7590 (alphanbsd-nat.o): Remove dependency list.
7591 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7592 * alphanbsd-nat.c: Delete. Contents moved to...
7593 * alphanbsd-tdep.c: ...here.
7594 (_initialize_alphanbsd_tdep): Register core functions.
7595 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7596
7597 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7598
7599 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7600 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7601 (alphanbsd-nat.o): Likewise.
7602 (alphabsd-tdep.o): New dependency list.
7603 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7604 (fill_gregset): Use alphabsd_fill_reg.
7605 (supply_fpregset): Use alphabsd_supply_fpreg.
7606 (fill_fpregset): Use alphabsd_fill_fpreg.
7607 (fetch_inferior_registers): Use struct reg and struct fpreg
7608 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7609 and alphabsd_supply_fpreg.
7610 (store_inferior_registers): Use struct reg and struct fpreg
7611 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7612 and alphabsd_fill_fpreg.
7613 * alphabsd-tdep.c: New file.
7614 * alphabsd-tdep.h: New file.
7615 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7616 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7617 alphabsd_supply_fpreg.
7618 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7619 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7620
7621 2002-05-11 Eric Christopher <echristo@redhat.com>
7622
7623 * mips-tdep.c (mips_double_register_type): Fix thinko.
7624 (mips_single_register_type): Ditto.
7625 * MAINTAINERS: Add self.
7626
7627 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7628
7629 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7630 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7631 right thing on architectures with different endianness and/or
7632 integer sizes.
7633
7634 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7635
7636 From Christian Limpach <chris@Pin.LU>
7637 * configure.in: Change sed expression which comments out
7638 NATDEPFILES to also comment out continuation lines.
7639 * configure: Regenerate.
7640
7641 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7642
7643 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7644 big patch.
7645
7646 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7647
7648 * sh-tdep.c: Include correct file.
7649
7650 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7651
7652 New support for sh64-elf (sh5) target.
7653
7654 * configure.tgt: For sh64-elf target, default to sh-elf.
7655
7656 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7657 (struct gdbarch_tdep): Add new fields for new registers and ABI
7658 info.
7659
7660 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7661 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7662 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7663 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7664 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7665 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7666 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7667 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7668 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7669 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7670 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7671 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7672 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7673 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7674 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7675 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7676 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7677 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7678 sign_extend, sh64_nofp_frame_init_saved_regs,
7679 sh64_init_extra_frame_info, sh64_get_saved_register,
7680 sh64_extract_struct_value_address, sh64_pop_frame,
7681 sh64_push_arguments, sh64_extract_return_value,
7682 sh64_store_return_value, sh64_show_media_regs,
7683 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7684 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7685 sh_sh64_register_virtual_type,
7686 sh_sh64_register_convert_to_virtual,
7687 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7688 sh64_register_read, sh64_pseudo_register_write,
7689 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7690 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7691 sh64_do_pseudo_register, sh_compact_do_registers_info,
7692 sh64_do_registers_info, sh_gdbarch_init): New functions.
7693
7694 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7695
7696 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7697
7698 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7699
7700 * linespec.c (decode_line_1): Check for a double quote after
7701 a filename correctly.
7702
7703 2002-05-10 Jim Blandy <jimb@redhat.com>
7704
7705 Properly track the size of the current objfile's .debug_line section.
7706 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7707 (DWARF_LINE_SIZE): New macro.
7708 (dwarf2_build_psymtabs_hard): Record the line section's size in
7709 the partial symbol table.
7710 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7711 symbol table.
7712
7713 2002-05-10 Petr Sorfa <petrs@caldera.com>
7714
7715 * ia64-tdep.c: Handle breakpoints on L instruction type
7716 in MLX instruction bundle by moving the breakpoint to
7717 the third slot (X instruction type) as L holds only data.
7718
7719 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7720
7721 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7722 (process_one_symbol): Complain about discarding local symbols
7723 due to a misplaced N_LBRAC entry.
7724
7725 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7726
7727 From Daniel Berlin <dan@cgsoftware.com>
7728 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7729 decrease the depth we are at, in the case of templates.
7730
7731 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7732
7733 * mips-tdep.c (mips_float_register_type): New function.
7734 (mips_double_register_type): New function.
7735 (mips_print_register): Use them.
7736 (do_fp_register_row): Likewise.
7737
7738 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7739
7740 * signals/signals.c (signals): Remove conditional compilation around
7741 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7742 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7743
7744 2002-05-09 Michael Snyder <msnyder@redhat.com>
7745
7746 * remote-rdp.c (remote_rdp_can_run): Remove.
7747
7748 2002-05-09 Tom Tromey <tromey@redhat.com>
7749
7750 * jv-valprint.c (java_val_print): Handle `char' as a special case
7751 of TYPE_CODE_INT.
7752
7753 2002-05-09 Michael Snyder <msnyder@redhat.com>
7754
7755 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7756 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7757 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7758 str r(0123),[sp,#nn].
7759 (arm_skip_prologue): Ditto. Also make disassembly
7760 order-independent by placing it in a loop.
7761
7762 2002-05-06 Michael Snyder <msnyder@redhat.com>
7763
7764 * stabsread.c (read_type): Add recognition for new attribute:
7765 "@V;" means that an array type is actually a vector.
7766 This is analogous to the vector flag that's been added to dwarf2.
7767
7768 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7769
7770 * i386-tdep.h (i386_abi): New enum.
7771 (struct gdbarch_tdep): Replace os_ident member with abi.
7772 (i386_gdbarch_register_os_abi): New prototype.
7773 * i386-tdep.c (i386_abi_names): New array.
7774 (process_note_abi_tag_sections): Removed.
7775 (process_note_sections): New function.
7776 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7777 (struct i386_abi_handler): New struct.
7778 (i386_abi_handler_list): New variable.
7779 (i386_gdbarch_register_os_abi): New function.
7780 (i386_gdbarch_init): Adapt for the changes given above.
7781
7782 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7783
7784 * gregset.h: Say "GNU/Linux".
7785
7786 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7787
7788 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7789 (build_gdbtypes): Build builtin_type_v2_float.
7790 (_initialize_gdbtypes): Register new builtin type.
7791
7792 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7793
7794 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7795 (clear_gdbarch_swap): New function.
7796 (initialize_non_multiarch): Call.
7797 (gdbarch_update_p): Before calling init(), swap out and clear the
7798 existing architecture.
7799 * gdbarch.c: Regenerate.
7800
7801 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7802
7803 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7804 alphanbsd-tdep.c.
7805
7806 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7807
7808 * sh-nbsd-nat.c: Rename to...
7809 * shnbsd-nat.c: ...this.
7810 * sh-nbsd-tdep.c: Rename to...
7811 * shnbsd-tdep.c: ...this.
7812 * sh-nbsd-tdep.h: Rename to...
7813 * shnbsd-tdep.h: ...this.
7814 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7815 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7816
7817 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7818
7819 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7820 concatenation for command help messages.
7821
7822 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7823
7824 * NEWS: Note new sh*-*-netbsdelf* configuration.
7825 * configure.host: Set gdb_host_cpu to sh for all sh*.
7826 (sh*-*-netbsdelf*): New host.
7827 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7828 (sh*-*-netbsdelf*): New target.
7829 * sh-nbsd-nat.c: New file.
7830 * sh-nbsd-tdep.c: New file.
7831 * sh-nbsd-tdep.h: New file.
7832 * config/sh/nbsd.mh: New file.
7833 * config/sh/nbsd.mt: New file.
7834 * config/sh/nm-nbsd.h: New file.
7835 * config/sh/tm-nbsd.h: New file.
7836
7837 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7838
7839 * sh-tdep.c (sh_osabi_names): Declare.
7840 (process_note_abi_tag_sections): New function.
7841 (get_elfosabi): Ditto.
7842 (sh_gdbarch_register_os_abi): Ditto.
7843 (sh_dump_tdep): Ditto.
7844 _initialize_sh_tdep): Use gdbarch_register to register
7845 sh_gdbarch_init and sh_dump_tdep.
7846 * config/sh/tm-sh.h (sh_osabi): Declare.
7847 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7848
7849 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7850
7851 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7852 (thumb_scan_prologue): Ditto.
7853 (arm_find_callers_reg): Ditto.
7854 (arm_frame_chain): Ditto.
7855 (arm_init_extra_frame_info): Ditto.
7856 (arm_frame_saved_pc): Ditto.
7857 (arm_pop_frame): Ditto.
7858 (arm_push_return_address): New function.
7859 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7860 call_dummy_location, call_dummy_breakpoint_offset_p,
7861 call_dummy_breakpoint_offset, call_dummy_p,
7862 call_dummy_stack_adjust_p, call_dummy_words,
7863 sizeof_call_dummy_words, call_dummy_start_offset,
7864 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7865 call_dummy_address, push_return_address and push_dummy_frame for
7866 generic dummy frames.
7867
7868 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7869
7870 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7871 size computation for alloca.
7872 (sh_fp_frame_init_saved_regs): Likewise.
7873
7874 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7875
7876 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7877 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7878 * arm-tdep.c (arm_store_return_value): Use them.
7879 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7880 * remote-rdp.c (remote_rdp_fetch_register): Use
7881 ARM_MAX_REGISTER_RAW_SIZE.
7882 (remote_rdp_store_register): Likewise.
7883
7884 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7885
7886 * dwarf2cfi.c: Code cleanup, removed unused variables,
7887 added default labels to switch {} statements.
7888 * x86-64-tdep.c: Ditto.
7889 * x86-64-linux-nat.c: Ditto.
7890
7891 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7892
7893 * solib.h: Protect against multiple inclusion.
7894
7895 2002-05-06 Jim Blandy <jimb@redhat.com>
7896
7897 Add first preprocessor macro-expansion files.
7898 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7899 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7900 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7901 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7902 (COMMON_OBS): Add macrotab.o, macroexp.o.
7903 (macroexp.o, macrotab.o): New rules.
7904
7905 Separate the job of reading the line number info statement program
7906 header (...expialidocious) out into its own function.
7907 * dwarf2read.c (struct line_head, struct filenames, struct
7908 directories): Replace with...
7909 (struct line_header): New structure, containing the full
7910 contents of the statement program header, including the
7911 include directory and file name tables.
7912 (read_file_scope): If we have line number info, instead of just
7913 calling dwarf_decode_lines to do all the work, call
7914 dwarf_decode_line_header first to get a `struct line_header'
7915 containing the data in the statement program header, and then
7916 pass that to dwarf_decode_lines, which will pick up where that
7917 left off. Be sure to clean up the `struct line_header' object.
7918 (dwarf_decode_line_header, free_line_header, add_include_dir,
7919 add_file_name): New functions.
7920 (dwarf_decode_lines): Move all the code to read the statement
7921 program header into dwarf_decode_line_header. Take the line
7922 header it built as the first argument, instead of the offset to
7923 the compilation unit's line number info. Use the new `struct
7924 line_header' type instead of the old structures. No need to do
7925 cleanups here now, since we don't allocate anything.
7926 (dwarf2_statement_list_fits_in_line_number_section,
7927 dwarf2_line_header_too_long): New complaints.
7928
7929 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7930
7931 * gdbtypes.c (init_vector_type): New function.
7932 (build_builtin_type_vec128): Simplify the representation of SIMD
7933 registers.
7934 (build_gdbtypes): Initialize new builtin vector types.
7935 (_initialize_gdbtypes): Register new vector types with gdbarch.
7936 (builtin_type_v4_float, builtin_type_v4_int32,
7937 builtin_type_v8_int16, builtin_type_v16_int8,
7938 builtin_type_v2_int32, builtin_type_v4_int16,
7939 builtin_type_v8_int8): New (renamed) SIMD types.
7940
7941 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7942
7943 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7944 (i387_fill_fxsave): Likewise.
7945
7946 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7947
7948 * alpha-tdep.c (alpha_extract_return_value): Don't use
7949 non-constant array size in prototype.
7950
7951 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7952
7953 From Brian Taylor <briant at model dot com>:
7954 * ui-out.c (ui_out_field_core_addr): Use the function
7955 longest_local_hex_string_custom'to format addresses > 32 bits
7956 wide.
7957
7958 * ui-out.c (ui_out_field_core_addr): Update comment.
7959
7960 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7961
7962 * stack.c (select_and_print_frame): Make static. Delete the
7963 parameter `level'.
7964 (func_command): Update call.
7965 (select_frame_command): Delete code computing the frame level.
7966 * frame.h (select_and_print_frame): Delete declaration.
7967
7968 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7969
7970 * sparc-tdep.c (sparc_get_saved_register): Comment why
7971 get_prev_frame call is safe.
7972
7973 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7974
7975 * frame.h (select_frame): Delete level parameter.
7976 * stack.c (select_frame): Update. Use frame_relative_level to
7977 obtain the frame's level.
7978 (select_and_print_frame): Update call.
7979 (select_frame_command): Ditto.
7980 (up_silently_base): Ditto.
7981 (down_silently_base): Ditto.
7982 * ocd.c (ocd_start_remote): Ditto.
7983 * remote-rdp.c (remote_rdp_open): Ditto.
7984 * remote-mips.c (mips_initialize): Ditto.
7985 (common_open): Ditto.
7986 * remote-e7000.c (e7000_start_remote): Ditto.
7987 * m3-nat.c (select_thread): Ditto.
7988 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7989 (child_get_current_exception_event): Ditto.
7990 * varobj.c (varobj_create): Ditto.
7991 (varobj_update): Ditto.
7992 (c_value_of_root): Ditto.
7993 * tracepoint.c (finish_tfind_command): Ditto.
7994 * corelow.c (core_open): Ditto.
7995 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7996 * thread.c (info_threads_command): Ditto.
7997 (switch_to_thread): Ditto.
7998 * infrun.c (normal_stop): Ditto.
7999 (restore_selected_frame): Ditto.
8000 (restore_inferior_status): Ditto.
8001 * breakpoint.c (insert_breakpoints): Ditto.
8002 (watchpoint_check): Ditto.
8003 (bpstat_stop_status): Ditto.
8004 (do_enable_breakpoint): Ditto.
8005 * blockframe.c (flush_cached_frames): Ditto.
8006 (reinit_frame_cache): Ditto.
8007
8008 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8009
8010 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8011 maintainer.
8012
8013 2002-05-04 Jim Blandy <jimb@redhat.com>
8014
8015 * gdbtypes.c (replace_type): Doc fix.
8016
8017 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8018
8019 * valprint.c (strcat_longest): Delete commented out function.
8020 Update copyright.
8021
8022 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8023
8024 * MAINTAINERS: Mark a29k as deleted.
8025 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8026 Move new configurations to the top.
8027 * configure.tgt: Remove a29k.
8028 * config/a29k/tm-vx29k.h: Delete.
8029 * config/a29k/vx29k.mt: Delete.
8030 * config/a29k/tm-a29k.h: Delete.
8031 * config/a29k/a29k-udi.mt: Delete.
8032 * config/a29k/a29k.mt: Delete.
8033 * a29k-tdep.c: Delete.
8034 * remote-udi.c: Delete.
8035 * remote-mm.c: Delete.
8036 * remote-eb.c: Delete.
8037 * remote-adapt.c: Delete.
8038 * Makefile.in: Remove obsolete code.
8039 * config/s390/s390x.mt: Ditto.
8040 * config/s390/s390.mt: Ditto.
8041 * config/sparc/sparclynx.mh: Ditto.
8042 * config/sparc/linux.mh: Ditto.
8043 * config/pa/hppaosf.mh: Ditto.
8044 * config/pa/hppabsd.mh: Ditto.
8045 * config/ns32k/nbsd.mt: Ditto.
8046 * config/mips/vr5000.mt: Ditto.
8047 * config/m68k/sun3os4.mh: Ditto.
8048 * config/m68k/nbsd.mt: Ditto.
8049 * config/m68k/m68klynx.mh: Ditto.
8050 * config/m32r/m32r.mt: Ditto.
8051 * config/i386/x86-64linux.mt: Ditto.
8052 * config/i386/nbsdelf.mt: Ditto.
8053 * config/i386/nbsd.mt: Ditto.
8054 * config/i386/i386lynx.mh: Ditto.
8055
8056 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8057
8058 * target.c (debug_print_register): New function. Handle oversize
8059 registers.
8060 (debug_to_fetch_registers): Call.
8061 (debug_to_store_registers): Call.
8062
8063 2002-05-03 Jim Blandy <jimb@redhat.com>
8064
8065 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8066 (read_type): Doc fix.
8067 * gdbtypes.c (replace_type): Doc fix.
8068
8069 * stabsread.c (multiply_defined_struct): New complaint.
8070 (read_struct_type): If the type we were passed isn't empty, or
8071 incomplete, don't read the new struct type into it; complain,
8072 and return the original type unchanged. Take a new `type_code'
8073 argument, which is the type code for the new type.
8074 (read_type): Rather than storing the type's type code here, pass
8075 it as an argument to read_struct_type, and let that take care of
8076 storing it. That way, we don't overwrite the original type code,
8077 so read_struct_type can use it to decide whether we're overwriting
8078 something we shouldn't.
8079 (complain_about_struct_wipeout): New function.
8080
8081 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8082
8083 * gdbarch.sh: Assert that gdbarch is non-NULL.
8084 * gdbarch.c: Regenerate.
8085
8086 2002-05-03 Jason Merrill <jason@redhat.com>
8087
8088 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8089 and return NULL.
8090
8091 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8092
8093 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8094 (x86_64_dwarf2gdb_regno_map_length),
8095 (x86_64_dwarf2_reg_to_regnum): Added.
8096 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8097 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8098 (_initialize_x86_64_tdep): Synced with the change above.
8099 (x86_64_skip_prologue): Reformulated message.
8100
8101 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8102
8103 * f-exp.y: Also use new prev_lexptr variable
8104 to improve error reporting. Based on Michael Snyder
8105 2002-04-24 dated patch to c-exp.y.
8106 * jv-exp.y: Likewise.
8107 * m2-exp.y: Likewise.
8108
8109 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8110
8111 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8112 we are dealing with vectors.
8113
8114 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8115
8116 * config/m68k/tm-nbsd.h: Obvious fix,
8117 correct machine name.
8118
8119 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8120
8121 * p-typeprint.c (pascal_type_print_base): Add support
8122 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8123
8124 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8125
8126 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8127 for fondamental pascal 'char' type.
8128
8129 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8130
8131 * p-lang.h (is_pascal_string_type): Declaration changed,
8132 new sixth argument of type char ** added.
8133 * p-lang.c (is_pascal_string_type): Implementation
8134 changed. Args length_pos, length_size, string_pos, char_size
8135 can now be NULL. New argument arrayname set to the field
8136 name of the char array. Return value set to char array
8137 field index plus one.
8138 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8139 is_pascal_string_type function.
8140
8141 2002-05-02 Andrew Cagney <cagney@redhat.com>
8142
8143 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8144 <cagney@redhat.com> change.
8145 * gdbarch.c: Regenerate.
8146
8147 2002-05-02 Andrew Cagney <cagney@redhat.com>
8148
8149 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8150 before probing for a new one. Detect errorenous gdbarch_init
8151 functions.
8152 * gdbarch.c: Regenerate.
8153
8154 2002-05-01 Andrew Cagney <cagney@redhat.com>
8155
8156 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8157 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8158 * config/v850/tm-v850.h: Ditto. Update copyright.
8159
8160 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8161
8162 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8163 current_gdbarch.
8164
8165 2002-04-30 Michael Snyder <msnyder@redhat.com>
8166
8167 * arm-tdep.c: Whitespace clean-ups.
8168 (arm_skip_prologue): Fix thinko; two lines
8169 should have been removed as part of 4/24 change.
8170
8171 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8172
8173 * rs6000-tdep.c: Added comment describing how fpscr register
8174 numbers were chosen.
8175
8176 2002-04-30 Michael Snyder <msnyder@redhat.com>
8177
8178 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8179
8180 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8181
8182 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8183 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8184 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8185
8186 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8187
8188 From Louis Hamilton <hamilton@redhat.com>:
8189 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8190 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8191 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8192 not bfd-private xcoff data, to determine wordsize.
8193 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8194
8195 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8196
8197 GDB 5.2 released from 5.2 branch.
8198
8199 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8200
8201 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8202 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8203 (x86_64_register_info_table): Added comments with register numbers.
8204
8205 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8206
8207 * rs6000-tdep.c (rs6000_extract_return_value,
8208 rs6000_store_return_value): Handle returning vectors.
8209 (rs6000_gdbarch_init): Use
8210 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8211 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8212 New function.
8213 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8214 vectors.
8215 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8216 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8217
8218 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8219
8220 * hpread.c (hpread_psymtab_to_symtab_1,
8221 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8222 with fprintf_unfiltered (gdb_stderr,...).
8223
8224 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8225
8226 * remote-array.c (printf_monitor, write_monitor,
8227 array_insert_breakpoint, array_remove_breakpoint ):
8228 Replace fprintf (stderr,...
8229 with fprintf_unfiltered (gdb_stderr,....
8230 * remote-es.c: Likewise.
8231 * remote-os9k.c: Likewise.
8232 * remote-st.c: Likewise.
8233
8234 2002-04-28 Andreas Schwab <schwab@suse.de>
8235
8236 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8237 linux-proc.o and gcore.o.
8238
8239 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8240
8241 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8242 code without frame pointers.
8243
8244 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8245
8246 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8247 ON_STACK is needed.
8248
8249 2002-04-26 Ben Elliston <bje@redhat.com>
8250
8251 * target.c (do_xfer_memory): Correct reference to the new option
8252 "trust-readonly-sections".
8253
8254 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8255
8256 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8257 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8258 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8259 vectors.
8260 (read_array_type): Record the fact that this array type is really a
8261 vector (i.e. are passed in by value).
8262
8263 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8264
8265 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8266 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8267 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8268 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8269 * alpha-linux-tdep.c: Include frame.h.
8270 (alpha_linux_sigcontext_addr): New function.
8271 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8272 alpha_linux_sigcontext_addr.
8273 * alpha-osf1-tdep.c: Include gdbcore.h.
8274 (alpha_osf1_sigcontext_addr): New function.
8275 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8276 alpha_osf1_sigcontext_addr.
8277 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8278 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8279
8280 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8281
8282 * stack.c (selected_frame_level):
8283 (select_frame): Do not set selected_frame_level.
8284 * frame.h (selected_frame_level): Delete declaration.
8285
8286 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8287
8288 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8289 convert_from_func_ptr-addr when AIX / PowerOpen.
8290
8291 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8292
8293 * valops.c (hand_function_call): Call
8294 generic_save_call_dummy_addr.
8295 * frame.h (generic_save_call_dummy_addr): Declare.
8296 * blockframe.c (struct dummy_frame): Add fields call_lo and
8297 call_hi.
8298 (generic_find_dummy_frame): Check for PC in range call_lo to
8299 call_hi instead of entry_point_address.
8300 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8301 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8302 (generic_save_call_dummy_addr): New function.
8303
8304 2002-04-24 David S. Miller <davem@redhat.com>
8305
8306 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8307 sparc_skip_prologue.
8308 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8309 information to find prologue when possible.
8310 (sparc_prologue_frameless_p): Call examine_prologue directly.
8311 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8312 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8313 second argument.
8314 (SKIP_PROLOGUE): Likewise.
8315
8316 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8317
8318 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8319 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8320 indicate that the condition it was testing is always true.
8321 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8322 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8323 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8324
8325 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8326
8327 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8328 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8329 tdep->jb_pc and tdep->jb_elt_size.
8330 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8331 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8332 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8333 * alpha-nat.c (get_longjmp_target): Remove.
8334 (JB_ELEMENT_SIZE): Ditto.
8335 (JB_PC): Ditto.
8336 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8337 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8338 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8339 to alpha_get_longjmp_target.
8340 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8341 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8342 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8343
8344 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8345
8346 * README: Update to GDB 5.2.
8347
8348 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8349
8350 * gdbarch.sh (LC_ALL): Set to `c'.
8351
8352 2002-04-25 Theodore A. Roth <troth@verinet.com>
8353
8354 * avr-tdep.c: Ran through gdb_indent.sh.
8355
8356 2002-04-25 Theodore A. Roth <troth@verinet.com>
8357
8358 * MAINTAINERS: Add myself as AVR maintainer.
8359 * NEWS: Note new target avr.
8360
8361 2002-04-25 Theodore A. Roth <troth@verinet.com>
8362
8363 * Makefile.in: Add support for AVR target.
8364 * configure.tgt: Add support for AVR target.
8365 * avr-tdep.c: New file
8366 * config/avr/avr.mt: New file.
8367
8368 2002-04-25 Theodore A. Roth <troth@verinet.com>
8369
8370 * MAINTAINERS: Add myself to write-after-approval.
8371
8372 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8373
8374 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8375 with fprintf_unfiltered (gdb_stderr,....
8376
8377 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8378
8379 Fix PR gdb/508.
8380 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8381
8382 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8383
8384 * p-exp.y: Also use new prev_lexptr variable
8385 to improve error reporting. Based on Michael Snyder
8386 2002-04-24 dated patch to c-exp.y.
8387
8388 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8389
8390 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8391 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8392 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8393 to 0.
8394 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8395 and struct value.
8396 (FUNCTION_START_OFFSET): Remove.
8397 (BREAKPOINT): Ditto.
8398
8399 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8400
8401 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8402 * NEWS: Ditto.
8403
8404 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8405
8406 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8407 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8408 alpha_linux_pc_in_sigtramp.
8409 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8410 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8411 alpha_osf1_pc_in_sigtramp.
8412 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8413 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8414 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8415 alphafbsd_pc_in_sigtramp.
8416 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8417 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8418 alphanbsd_pc_in_sigtramp.
8419 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8420 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8421
8422 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8423
8424 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8425
8426 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8427
8428 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8429 alphanbsd-tdep.c.
8430 (alphanbsd-nat.o): New dependency list.
8431 (alphanbsd-tdep.o): Ditto.
8432 * NEWS: Note new native NetBSD/alpha configuration.
8433 * alphanbsd-nat.c: New file.
8434 * alphanbsd-tdep.c: Ditto.
8435 * configure.host (alpha*-*-netbsd*): New host.
8436 * configure.tgt (alpha*-*-netbsd*): New target.
8437 * config/alpha/nbsd.mh: New file.
8438 * config/alpha/nbsd.mt: Ditto.
8439 * config/alpha/nm-nbsd.h: Ditto.
8440 * config/alpha/tm-nbsd.h: Ditto.
8441
8442 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8443
8444 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8445 (alpha-osf1-tdep.o): New dependency list.
8446 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8447 and skip_sigtramp_frame members.
8448 * alpha-linux-tdep.c: Include gdbcore.h.
8449 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8450 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8451 * alpha-osf1-tdep.c: New file.
8452 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8453 alpha-osf1-dep.c.
8454 (alpha_frame_past_sigtramp_frame): New function.
8455 (alpha_dynamic_sigtramp_offset): Ditto.
8456 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8457 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8458 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8459 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8460 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8461 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8462 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8463 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8464 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8465 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8466 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8467 to find_solib_trampoline_target.
8468 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8469 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8470 (SKIP_TRAMPOLINE_CODE): Remove.
8471 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8472 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8473 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8474 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8475 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8476 (PROC_SIGTRAMP_MAGIC): Ditto.
8477 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8478 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8479 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8480 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8481 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8482
8483 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8484
8485 * NEWS: Note that Alpha targets are now multi-arch.
8486
8487 2002-04-24 Michael Snyder <msnyder@redhat.com>
8488
8489 * parser-defs.h (prev_lexptr): New external variable.
8490 * parse.c (parse_exp_1): Set prev_lexptr to null before
8491 calling the language-specific parser.
8492 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8493 (yyerror): Use prev_lexptr in error reporting.
8494
8495 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8496
8497 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8498 * gregset.h: If FILL_FPXREGSET is defined, provide
8499 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8500 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8501 is defined, call fill_fpxregset.
8502
8503 2002-04-24 Roland McGrath <roland@frob.com>
8504
8505 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8506 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8507 (supply_gregset, supply_fpregset): New functions.
8508
8509 * gnu-nat.c (gnu_find_memory_regions): New function.
8510 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8511 (gnu_xfer_memory): Add a cast.
8512
8513 2002-04-24 Michael Snyder <msnyder@redhat.com>
8514
8515 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8516 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8517 of argument regs ("str r(0123), [r11, #-nn"]).
8518 (arm_skip_prologue): Better handling for frameless functions.
8519 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8520 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8521
8522 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8523
8524 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8525 NUM_PSEUDO_REGS can be used.
8526
8527 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8528
8529 * arch-utils.h: Update copyright.
8530
8531 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8532 * gdbarch.h, gdbarch.c: Re-generate.
8533
8534 * inferior.h (IN_SIGTRAMP): Delete definition.
8535 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8536 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8537
8538 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8539 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8540 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8541 (find_proc_framesize): Ditto.
8542 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8543 (alpha_init_extra_frame_info): Ditto.
8544 * infrun.c (handle_inferior_event): Ditto.
8545 (handle_inferior_event): Ditto.
8546 (check_sigtramp2): Ditto.
8547 * blockframe.c (create_new_frame): Ditto.
8548 (get_prev_frame): Ditto.
8549 * ppc-linux-tdep.c: Update comments.
8550 * i386-linux-tdep.c: Update comments.
8551 * breakpoint.c (bpstat_what): Update comment.
8552
8553 2002-04-24 David S. Miller <davem@redhat.com>
8554
8555 * i960-tdep.c (register_in_window_p): New function.
8556 (i960_find_saved_register): Use it instead of
8557 REGISTER_IN_WINDOW_P.
8558 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8559
8560 * symtab.h (find_stab_function_addr): Kill extern.
8561 * minsyms.c (find_stab_function_addr): Remove from here...
8562 * dbxread.c: ... to here, and mark it static.
8563
8564 2002-04-20 David S. Miller <davem@redhat.com>
8565
8566 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8567 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8568
8569 2002-04-21 David S. Miller <davem@redhat.com>
8570
8571 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8572 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8573 (vx_write_register): Likewise.
8574
8575 2002-04-23 J. Brobecker <brobecker@gnat.com>
8576
8577 * source.c (is_regular_file): New function.
8578 (openp): Check wether file to open is a regular file
8579 to avoid opening directories.
8580
8581 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8582
8583 * findvar.c (extract_signed_integer): Cast printf argument
8584 to suppress format warning.
8585 (extract_unsigned_integer): Likewise.
8586 * infcmd.c (registers_info): Likewise.
8587 * top.c (get_prompt_1): Likewise.
8588 * valops.c (value_assign): Likewise.
8589 * valprint.c (print_decimal): Likewise.
8590
8591 2002-04-22 H.J. Lu (hjl@gnu.org)
8592
8593 * c-exp.y (typebase): Support
8594
8595 [long|long long|short] [signed|unsigned] [int|]
8596
8597 and
8598
8599 signed [long|long long|short] int
8600
8601 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8602
8603 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8604 and vax-tdep.h.
8605 * vax-tdep.h: New file.
8606 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8607 Make several routines static.
8608 (vax_get_saved_register): New function.
8609 (vax_gdbarch_init): New function.
8610 (_initialize_vax_tdep): Register vax_gdbarch_init.
8611 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8612 Remove macros now under the control of gdbarch.
8613
8614 2002-04-22 Michael Snyder <msnyder@redhat.com>
8615
8616 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8617 Some whitespace and coding standards tweaks.
8618
8619 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8620
8621 * vax-tdep.c: Include regcache.h.
8622 (vax_call_dummy_words): New.
8623 (sizeof_vax_call_dummy_words): New.
8624 (vax_fix_call_dummy): New function.
8625 (vax_saved_pc_after_call): Ditto.
8626 * config/vax/tm-vax.h: Don't include regcache.h.
8627 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8628 (CALL_DUMMY): Remove.
8629 (CALL_DUMMY_WORDS): Define.
8630 (SIZEOF_CALL_DUMMY_WORDS): Define.
8631 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8632
8633 2002-04-18 Michael Snyder <msnyder@redhat.com>
8634
8635 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8636
8637 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8638
8639 * vax-tdep.c (vax_frame_chain): New function.
8640 (vax_push_dummy_frame): Ditto.
8641 (vax_pop_frame): Ditto.
8642 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8643 (FRAMELESS_FUNCTION_INVOCATION): Use
8644 generic_frameless_function_invocation_not.
8645 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8646 (POP_FRAME): Use vax_pop_frame.
8647
8648 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8649
8650 * vax-tdep.c (vax_store_struct_return): New function.
8651 (vax_extract_return_value): Ditto.
8652 (vax_store_return_value): Ditto.
8653 (vax_extract_struct_value_address): Ditto.
8654 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8655 vax_store_struct_return.
8656 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8657 (STORE_RETURN_VALUE): Use vax_store_return_value.
8658 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8659
8660 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8661
8662 * vax-tdep.c (vax_frame_saved_pc): New function.
8663 (vax_frame_args_address_correct): Ditto.
8664 (vax_frame_args_address): Ditto.
8665 (vax_frame_locals_address): Ditto.
8666 (vax_frame_num_args): Move code to be in proximity to
8667 other frame-related functions.
8668 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8669 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8670 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8671 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8672 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8673
8674 2002-04-22 H.J. Lu (hjl@gnu.org)
8675
8676 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8677 includedir.
8678
8679 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8680
8681 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8682 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8683 (FRAME_INIT_SAVED_REGS): New macro.
8684
8685 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8686
8687 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8688
8689 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8690
8691 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8692 where needed.
8693 (fetch_osf_core_registers): Likewise.
8694 (supply_gregset): Likewise.
8695
8696 2002-04-22 J. Brobecker <brobecker@gnat.com>
8697
8698 * symfile.h (get_section_index): Define.
8699 * symfile.c (get_section_index): New function.
8700 * mdebugread.c (SC_IS_SBSS): New macro.
8701 (SC_IS_BSS): Return true for the scBss storage class only, as
8702 the scSBss storage class refers to the .sbss section.
8703 (parse_partial_symbols): Discard the symbols which associated
8704 section does not exist.
8705 Make sure to use the .sbss section index for symbols which
8706 storage class is scBss, rather than using the .bss section index.
8707
8708 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8709
8710 * vax-tdep.c: Update copyright years.
8711 (vax_register_name): New function.
8712 (vax_register_byte): Ditto.
8713 (vax_register_raw_size): Ditto.
8714 (vax_register_virtual_size): Ditto.
8715 (vax_register_virtual_type): Ditto.
8716 * config/vax/tm-vax.h: Update copyright years.
8717 (REGISTER_NAMES): Remove.
8718 (REGISTER_NAME): Define.
8719 (REGISTER_BYTE): Use vax_register_byte.
8720 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8721 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8722 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8723
8724 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8725
8726 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8727 declaration
8728 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8729
8730 2002-04-21 David S. Miller <davem@redhat.com>
8731
8732 * arch-utils.c (generic_prologue_frameless_p): Kill
8733 SKIP_PROLOGUE_FRAMELESS_P code.
8734 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8735 references.
8736 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8737 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8738 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8739 references.
8740 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8741 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8742 (sparc_gdbarch_init): Pass it to
8743 set_gdbarch_prologue_frameless_p.
8744
8745 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8746
8747 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8748 (alphabsd-nat.o): New dependency list.
8749
8750 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8751
8752 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8753 alphafbsd-tdep.c.
8754 (alpha-linux-tdep.o): New dependency list.
8755 (alphafbsd-tdep.o): Likewise.
8756
8757 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8758
8759 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8760 to here...
8761 * alpha-tdep.c: ...from here.
8762 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8763
8764 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8765
8766 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8767 prototype from here...
8768 * alpha-tdep.h: ...to here.
8769
8770 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8771
8772 * frame.h (selected_frame_level): Document as deprecated.
8773 (frame_relative_level): Declare.
8774 * stack.c (frame_relative_level): New function.
8775 (selected_frame_level): Document as deprecated.
8776 (select_frame): Do not set the selected_frame_level.
8777
8778 * stack.c (frame_info, record_selected_frame): Update.
8779 (frame_command, current_frame_command): Update.
8780 (up_silently_base, up_command, down_silently_base): Update.
8781 (down_command): Update.
8782 * inflow.c (kill_command): Update.
8783 * tracepoint.c (finish_tfind_command): Update.
8784 * corelow.c (core_open): Update.
8785 * thread.c (info_threads_command): Update.
8786 (do_captured_thread_select): Update.
8787 * infcmd.c (finish_command): Update.
8788 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8789
8790 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8791
8792 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8793
8794 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8795
8796 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8797 type const.
8798
8799 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8800
8801 * alphafbsd-tdep.c: Update copyright years. Include
8802 alpha-tdep.h.
8803 (alphafbsd_use_struct_convention): Make static.
8804 (alphafbsd_init_abi): New function.
8805 (_initialize_alphafbsd_tdep): New function.
8806 * config/alpha/tm-fbsd.h: Update copyright years.
8807 (USE_STRUCT_CONVENTION): Remove.
8808
8809 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8810
8811 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8812 an Alpha ABI variant.
8813 (alpha_abi_handler_list): Declare.
8814 (alpha_gdbarch_register_os_abi): New function.
8815 (alpha_gdbarch_init): Give registered ABI variant handlers a
8816 chance to tweak the gdbarch once we have set up defaults.
8817 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8818
8819 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8820
8821 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8822 to standard_coerce_float_to_double.
8823 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8824
8825 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8826
8827 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8828 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8829 from gdbarch_tdep rather than a constant.
8830 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8831 the default text address for all Alpha Unix ABIs.
8832 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8833 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8834
8835 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8836
8837 * alpha-tdep.h: New file. Includes several Alpha target constants
8838 taken from...
8839 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8840 let gdbarch deal with.
8841 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8842 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8843 to dependency list.
8844 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8845 Alpha target register names.
8846 * alphabsd-nat.c: Likewise.
8847 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8848 Alpha target register names. Make serveral routines static.
8849 (alpha_get_saved_register): New function.
8850 (alpha_abi_names): New.
8851 (process_note_abi_tag_sections): New function.
8852 (get_elfosabi): New function.
8853 (alpha_gdbarch_init): New function.
8854 (alpha_dump_tdep): New function.
8855 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8856
8857 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8858
8859 * frame.c (find_saved_register): Delete #ifdef
8860 HAVE_REGISTER_WINDOWS code.
8861 * config/sparc/tm-sparc.h: Update comments.
8862 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8863
8864 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8865
8866 * i960-tdep.c (i960_find_saved_register): New function.
8867 (i960_get_saved_register): New function.
8868 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8869 (i960_get_saved_register): Declare.
8870 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8871
8872 2002-04-20 David S. Miller <davem@redhat.com>
8873
8874 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8875
8876 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8877
8878 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8879 instead of NUM_PSEUDO_REGS.
8880
8881 2002-04-20 David S. Miller <davem@redhat.com>
8882
8883 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8884 GDB_MULTI_ARCH_PARTIAL
8885 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8886 define, let tm-sp64.h do it.
8887
8888 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8889
8890 * frame.c (find_saved_register): Avoid a NULL pointer
8891 dereference and actually walk the frame list.
8892
8893 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8894
8895 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8896 sorted in most most-recent-used order. Document.
8897 * gdbarch.h, gdbarch.c: Regenerate.
8898
8899 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8900
8901 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8902 instead of ->prev.
8903 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8904 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8905 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8906 instead of ->prev.
8907
8908 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8909
8910 Fix PR gdb/471.
8911 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8912 (build_builtin_type_vec128): Ditto.
8913 (append_composite_type_field): Fix calculation of type length in
8914 union case.
8915
8916 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8917
8918 * config/djgpp/README: Update.
8919
8920 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8921 compiler warnings.
8922
8923 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8924
8925 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8926 (alpha_setup_arbitrary_frame): ...to this.
8927 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8928 for alpha_setup_arbitrary_frame.
8929
8930 2002-04-18 Andrew Cagney <cagney@redhat.com>
8931
8932 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8933 * gdbarch.h, gdbarch.c: Regenerate.
8934
8935 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8936 * target.h (memory_breakpoint_from_pc): Update declaration.
8937 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8938
8939 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8940 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8941 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8942 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8943 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8944 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8945 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8946 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8947 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8948 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8949 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8950 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8951
8952 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8953 const pointer.
8954 * monitor.c (monitor_insert_breakpoint): Ditto.
8955 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8956
8957 * config/mcore/tm-mcore.h: Update copyright.
8958 * mem-break.c: Ditto.
8959 * xstormy16-tdep.c: Ditto.
8960
8961 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8962
8963 * p-exp.y: Add precedence rule for '^' token.
8964 This removes the shift/reduce conflicts.
8965 Remove the comment concerning these shift/reduce conflicts.
8966
8967 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8968
8969 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8970 (registers_powerpc_nofp): New register set for processors
8971 without floating point unit.
8972
8973 2002-04-18 David S. Miller <davem@redhat.com>
8974
8975 * MAINTAINERS: Add myself to write-after-approval.
8976
8977 2002-04-17 Michael Snyder <msnyder@redhat.com>
8978
8979 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8980
8981 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8982
8983 * rs6000-tdep.c (frame_initial_stack_address): Use
8984 frame_register_read to read the alloca_reg.
8985
8986 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8987
8988 * frame.c (find_saved_register): Find saved registers in the next
8989 not prev frame.
8990 Fix PR gdb/365.
8991
8992 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8993
8994 * gdbarch.sh (LANG): Set to ``c''.
8995
8996 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8997
8998 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8999
9000 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9001
9002 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9003 Update copyright.
9004
9005 * hpread.c (hpread_get_lntt): Add declaration.
9006 Also fix PR gdb/391.
9007
9008 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9009
9010 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9011 * aclocal.m4, configure: Re-generate.
9012 Fix PR gdb/391.
9013
9014 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9015
9016 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9017 instead of tm_print_insn.
9018
9019 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9020
9021 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9022
9023 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9024
9025 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9026 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9027 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9028
9029 2002-04-12 Don Howard <dhoward@redhat.com>
9030
9031 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9032 max_user_call_depth.
9033 (init_cmd_lists): Initialize the new value;
9034 * cli/cli-script.c (execute_user_command): Limit the call depth of
9035 user defined commands. This avoids a core-dump when user commands
9036 are infinitly recursive.
9037
9038 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9039
9040 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9041 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9042 from tdep struct instead of DEFAULT_LR_SAVE.
9043 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9044 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9045 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9046
9047 2002-04-12 Michael Snyder <msnyder@redhat.com>
9048
9049 * Remote.c: Spelling fix.
9050 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9051 If no symbol found for "sbrk", try "_sbrk".
9052 (make_output_phdrs): Use bfd_section_name.
9053 (gcore_copy_callback): Use bfd_section_name.
9054 * eval.c: Indentation fix-ups.
9055 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9056 in case it gets applied to an address that is already
9057 in the instruction space.
9058 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9059 * symfile.c: Fix indentation, long lines.
9060 * source.c: White space fix-up.
9061
9062 2002-04-12 Andrew Cagney <cagney@redhat.com>
9063
9064 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9065 * frame.c (frame_register_read): New function. Return non-zero on
9066 success.
9067 (read_relative_register_raw_bytes_for_frame): Delete.
9068 (read_relative_register_raw_bytes): Delete.
9069 * frame.h (frame_register_read): Declare.
9070 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9071 * sh-tdep.c: Ditto.
9072 * infcmd.c (do_registers_info): Ditto.
9073 * hppa-tdep.c: Ditto.
9074 * rs6000-tdep.c: Ditto.
9075 * h8500-tdep.c: Ditto.
9076 * mips-tdep.c: Ditto.
9077 * h8300-tdep.c: Ditto.
9078 * z8k-tdep.c: Ditto.
9079
9080 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9081
9082 From Jimi X <jimix@watson.ibm.com>:
9083 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9084 64-bit SysV ABI.
9085
9086 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9087
9088 From Jimi X <jimix@watson.ibm.com>:
9089 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9090 bfd info.
9091
9092 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9093
9094 From Jimi X <jimix@watson.ibm.com>:
9095 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9096 register sets for these processor variants.
9097
9098 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * regformats/reg-ppc.dat: Support FPSCR.
9101
9102 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9103
9104 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9105 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9106 Add fpscr as an invalid/unfetchable register.
9107 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9108 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9109 (fill_fpregset): Add support for register fpscr.
9110 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9111 (fill_gregset): Account for the fact that register ``mq'' might
9112 not exist.
9113 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9114 (registers_power): Add fpscr to register set at slot 71.
9115 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9116 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9117
9118 2002-04-11 Michael Snyder <msnyder@redhat.com>
9119
9120 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9121 * configure: Regenerate.
9122 * config.in: Regenerate.
9123 * acconfig.h: Add define for _SYSCALL32.
9124 * core-sol2.c: Remove #define _SYSCALL32.
9125 * solib-legacy.c: Remove #define _SYSCALL32.
9126
9127 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9128
9129 * stack.c (select_frame): Cleanup internal error message, do not
9130 use %p.
9131
9132 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9133
9134 * stack.c (select_frame): Check that selected_frame and the
9135 specified level are as expected.
9136 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9137 Update copyright.
9138 * frame.h (struct frame_info): Add field `level'. Update
9139 copyright.
9140 Work-in-progress PR gdb/464.
9141
9142 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9143
9144 * maint.c (maint_print_section_info): Rename print_section_info.
9145 (print_bfd_section_info, print_objfile_section_info): Update.
9146 * inferior.h (struct gdbarch): Add opaque declaration.
9147 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9148 * gdbarch.h: Regenerate.
9149
9150 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9151
9152 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9153 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9154 (kernel_u_size): Added.
9155 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9156 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9157
9158 2002-04-04 Jim Ingham <jingham@apple.com>
9159
9160 * valarith.c (find_size_for_pointer_math): New function, either returns
9161 the size for a pointer's target, returns 1 for void *, or errors for
9162 incomplete types.
9163 (value_add, value_sub): use find_size_for_pointer_math.
9164
9165 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9166
9167 * linux-low.c (linux_look_up_symbols): New hook.
9168 (linux_target_ops): Add linux_look_up_symbols.
9169 * remote-utils.c (decode_address): New function.
9170 (look_up_one_symbol): New function.
9171 * server.c (handle_query): Call target look_up_symbols hook.
9172 * server.h (look_up_one_symbol): Add prototype.
9173 * target.h (struct target_ops): Add look_up_symbols hook.
9174
9175 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9176
9177 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9178 override FP_REGNUM with frame->fp. Update copyright.
9179 * parse.c (num_std_regs, std_regs): Delete.
9180 (target_map_name_to_register): Do not search std_regs. Update
9181 function description.
9182 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9183 declarations. Update copyright.
9184 Fix PR gdb/251.
9185
9186 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9187
9188 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9189 after the last symbol in a block.
9190
9191 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9192
9193 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9194 is non zero as a found symbol.
9195
9196 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9197
9198 * findvar.c: Include "builtin-regs.h".
9199 (value_of_register): Call value_of_builtin_reg when applicable.
9200 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9201 (target_map_name_to_register): Call
9202 builtin_reg_map_name_to_regnum.
9203 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9204 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9205 (builtin_regs_h): Define.
9206 (builtin-regs.o): New target.
9207 (findvar.o): Add $(builtin_regs_h).
9208 * builtin-regs.c, builtin-regs.h: New files.
9209 * std-regs.c: New file.
9210 Partial fix for PR gdb/251.
9211
9212 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9213
9214 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9215 it's no longer required.
9216
9217 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9218
9219 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9220
9221 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9222
9223 From Jimi X <jimix@watson.ibm.com>:
9224 * rs6000-tdep.c (rs6000_software_single_step): Use
9225 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9226 and size. Use target_insert_breakpoint() and
9227 target_remove_breakpoint() to insert and remove breakpoints
9228 instead of explicit memory reads and writes.
9229
9230 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9231
9232 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9233 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9234 ELF_OBJECT_FORMAT ifdef.
9235
9236 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9237
9238 From Jimi X <jimix@watson.ibm.com>:
9239 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9240
9241 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9242
9243 From Jimi X <jimix@watson.ibm.com>:
9244 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9245 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9246
9247 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9248
9249 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9250 s/asprintf/xasprintf/.
9251 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9252
9253 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9254
9255 I believe Jeff Law denies responsability for this one:
9256 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9257 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9258 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9259 Work-around for PR gdb/366.
9260
9261 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9262
9263 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9264 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9265 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9266
9267 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9268
9269 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9270 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9271 information.
9272
9273 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9274
9275 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9276 maintainer.
9277
9278 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9279
9280 * README (Reporting Bugs in GDB): Document the bug web page as the
9281 prefered way of submitting bugs.
9282 Fix PR gdb/402.
9283
9284 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9285
9286 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9287 -1. Update comment.
9288 * gdbarch.h, gdbarch.c: Re-generate.
9289
9290 2002-04-07 Andreas Schwab <schwab@suse.de>
9291
9292 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9293 buffer to regcache_collect.
9294
9295 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9296
9297 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9298 * gdbarch.c, gdbarch.h: Re-generate.
9299
9300 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9301
9302 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9303 declaration. Fix -Werror.
9304
9305 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9306
9307 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9308 * gdbarch.c: Regenerate.
9309
9310 2002-04-05 Michael Snyder <msnyder@redhat.com>
9311
9312 * breakpoint.c (clear_command): Rewrite middle section to
9313 combine two loops with identical control conditions.
9314 Add a cleanup to eliminate a memory leak.
9315 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9316
9317 2002-04-05 H.J. Lu (hjl@gnu.org)
9318
9319 * solib-svr4.c (bkpt_names): Add "__start".
9320
9321 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9322
9323 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9324 as test for 64 bit target.
9325
9326 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9327
9328 * h8500-tdep.c (h8500_write_fp): Delete function.
9329 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9330 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9331 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9332 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9333 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9334 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9335 (s390_write_fp):
9336 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9337 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9338 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9339 (d10v_write_fp): Delete function.
9340 * inferior.h (write_fp, generic_target_write_fp): Delete
9341 declarations.
9342 * regcache.c (generic_target_write_fp): Delete function.
9343 (write_fp): Delete function.
9344 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9345 * gdbarch.h, gdbarch.c: Regenerate.
9346 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9347 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9348 (sparc64_write_fp): Delete declaration.
9349 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9350 (h8500_write_fp): Delete declaration.
9351
9352 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9353
9354 * sparc-tdep.c (sparc64_write_fp): Delete.
9355 (sparc_push_dummy_frame): Replace write_fp call with code to store
9356 the FP directly.
9357 (sparc_gdbarch_init): Do not initialize write_fp.
9358
9359 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9360
9361 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9362 clause.
9363
9364 2002-03-29 Jim Blandy <jimb@redhat.com>
9365
9366 * stack.c (get_selected_block): Add new argument `addr_in_block',
9367 used to return the exact code address we used to select the block,
9368 not just the block.
9369 * blockframe.c (get_frame_block, get_current_block): Same.
9370 * frame.h (get_frame_block, get_current_block,
9371 get_selected_block): Update declarations.
9372 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9373 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9374
9375 2002-04-05 Michael Snyder <msnyder@redhat.com>
9376
9377 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9378 warning message.
9379
9380 2002-04-05 J. Brobecker <brobecker@gnat.com>
9381
9382 * utils.c (xfullpath): New function.
9383 * defs.h (xfullpath): Add declaration.
9384 * source.c (openp): Use xfullpath in place of gdb_realpath to
9385 avoid resolving the basename part of filenames when the
9386 associated file is a symbolic link. This fixes a potential
9387 inconsistency between the filenames known to GDB and the
9388 filenames it prints in the annotations.
9389 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9390 to be able to match a filename with either the real filename, or
9391 the name of any symbolic link to this file.
9392 (lookup_partial_symtab): Ditto.
9393
9394 2002-04-04 Michael Snyder <msnyder@redhat.com>
9395
9396 * breakpoint.c: Add support for hardware breakpoints in overlays.
9397 (overlay_events_enabled): New state variable.
9398 (insert_breakpoints): Use overlay_events_enabled to decide
9399 whether to attempt to set a breakpoint at the overlay load addr.
9400 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9401 (remove_breakpoint): Use overlay_events_enabled to decide
9402 whether breakpoints need to be removed from overlay load addr.
9403 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9404 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9405 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9406 disable_overlay_breakpoints): Update overlay_events_enabled.
9407
9408 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * dwarf2read.c (struct function_range): New.
9411 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9412 (check_cu_functions): New.
9413 (read_file_scope): Initialize global function lists.
9414 Call dwarf_decode_line after processing children.
9415 (read_func_scope): Add to global function list.
9416 (dwarf_decode_lines): Call check_cu_functions everywhere
9417 record_line is called. Call record_line with a linenumber
9418 of 0 to mark sequence ends.
9419
9420 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9421
9422 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9423 change sync with glibc.
9424
9425 2002-04-03 Jim Blandy <jimb@redhat.com>
9426
9427 * configure.in: Call AC_C_INLINE.
9428 * configure: Regenerated.
9429
9430 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9431
9432 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9433 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9434
9435 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9436
9437 * NEWS: Mention gcore support on FreeBSD/i386.
9438
9439 * fbsd-proc.c: New file.
9440 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9441 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9442
9443 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9444 while statement.
9445
9446 2002-03-29 Jim Blandy <jimb@redhat.com>
9447
9448 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9449 unescaped newlines in string literals, but newer ones don't. So
9450 escape them.
9451
9452 2002-03-26 Michael Snyder <msnyder@redhat.com>
9453 Andrew Cagney <cagney@redhat.com>
9454
9455 * cli/cli-dump.c: New file. Dump memory to file,
9456 restore file to memory.
9457 * cli/cli-dump.h: New file.
9458 * Makefile.in: Add rules, dependencies for cli-dump.o.
9459 * NEWS: Mention new commands.
9460
9461 2002-03-28 Michael Snyder <msnyder@redhat.com>
9462
9463 * symfile.c (symbol_file_add): Move test for null symbols to later.
9464
9465 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9466
9467 From veksler at il.ibm.com:
9468 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9469 the xstrduped original path.
9470 Fix PR gdb/417.
9471
9472 2002-03-27 Michael Snyder <msnyder@redhat.com>
9473
9474 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9475 * infcmd.c (_initialize_infcmd): Ditto.
9476 * language.c (_initialize_language): Ditto.
9477 * symfile.c (_initialize_symfile): Ditto.
9478 * top.c (_init_main): Ditto.
9479 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9480
9481 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9482
9483 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9484 vector registers handling.
9485 (skip_prologue): Handle new AltiVec instructions. Fill in new
9486 fields of frame data.
9487 (frame_get_saved_regs): Fill in information for AltiVec registers.
9488
9489 2002-03-27 Jim Blandy <jimb@redhat.com>
9490
9491 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9492 a function; leave this macro here to invoke that function.
9493 (symbol_init_mangled_name): Declaration for that function.
9494 * symtab.c (symbol_init_mangled_name): New function.
9495
9496 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9497
9498 * valarith.c: Replace strerror with safe_strerror.
9499 * tracepoint.c: Ditto.
9500 * lin-lwp.c: Ditto.
9501 * go32-nat.c: Ditto.
9502 * inflow.c: Ditto.
9503 * gnu-nat.c: Ditto.
9504
9505 2002-03-27 Andreas Schwab <schwab@suse.de>
9506
9507 * event-top.c (command_line_handler): Remove useless if.
9508
9509 2002-03-27 Andreas Jaeger <aj@suse.de>
9510
9511 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9512 comment.
9513
9514 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9515
9516 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9517 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9518 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9519 (x86_64_linux_dr_get_status, supply_gregset),
9520 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9521 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9522 (x86_64_register_info_table): Add.
9523 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9524 (x86_64_register_raw_size, x86_64_register_virtual_type),
9525 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9526 general x86_64_register_info_table.
9527 (i386_gdbarch_init): gdbarch_register_bytes is now set
9528 dynamicaly during initialization.
9529 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9530 * gdbserver/linux-x86-64-low.c: Ditto.
9531
9532 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9533
9534 * gdbserver/server.c (main): Call target_signal_to_host_p
9535 and target_signal_to_host on signals received from the remote.
9536 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9537 target_signal_from_host on signals sent to the remote.
9538 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9539 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9540
9541 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * signals/signals.c: Include "server.h" in gdbserver build.
9544 (target_signal_from_name): Don't use STREQ.
9545 (_initialize_signals): Likewise. Don't include function in
9546 gdbserver build.
9547
9548 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9549
9550 * signals.c: Moved to...
9551 * signals/signals.c: Here.
9552 * Makefile (signals.o): Update.
9553
9554 2002-03-26 Jeff Law (law@redhat.com)
9555
9556 * somread.c (som_symtab_read): Remove some commented out code and
9557 updated related comments. Do not set the minimal symbol table to
9558 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9559 in a dynamic executable.
9560 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9561 where we are unable to find the minimal symbol for the given
9562 PC value.
9563
9564 2002-03-25 Jeff Law (law@redhat.com)
9565
9566 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9567
9568 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9569
9570 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9571
9572 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9573
9574 * command.h: Update copyright.
9575 (struct cmd_list_element): Replace definition with opaque
9576 declaration.
9577 (enum cmd_types): Document that it will eventually be moved to
9578 cli/cli-decode.h
9579 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9580 (MALLOCED_REPLACEMENT): Delete macro.
9581 * Makefile.in (cli_decode_h): Add $(command_h).
9582 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9583 * top.c: Include "cli/cli-decode.h".
9584 * completer.c: Include "cli/cli-decode.h".
9585 * maint.c: Include "cli/cli-decode.h".
9586 * cli/cli-decode.h: Include "command.h".
9587 (enum command_class): Delete.
9588 (enum cmd_types): Comment out.
9589 (enum cmd_auto_boolean): Delete.
9590 (enum var_types): Delete.
9591
9592 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9593
9594 * cli/cli-decode.c: Include "gdb_assert.h".
9595 (add_set_or_show_cmd): New static function.
9596 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9597 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9598 all fields, such as func, from the set command.
9599
9600 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9601
9602 * MAINTAINERS (sh-elf): Change warning flag to -w.
9603
9604 2002-03-23 Andrew Cagney <cagney@redhat.com>
9605
9606 * defs.h (error): Add printf format attribute.
9607 * thread-db.c (thread_from_lwp): Fix error format string.
9608 * stack.c (parse_frame_specification): Ditto.
9609 * cli/cli-decode.c (undef_cmd_error): Ditto.
9610 * scm-lang.c (scm_lookup_name): Ditto.
9611 * tracepoint.c (trace_error): Ditto.
9612 * remote-utils.c (usage): Ditto.
9613 * remote.c (compare_sections_command): Ditto.
9614 Fix PR gdb/328.
9615
9616 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9617
9618 * gdbtypes.c (append_composite_type_field): New function.
9619 (init_composite_type): New function.
9620 * gdbtypes.h (append_composite_type_field): Declare.
9621 (init_composite_type): Ditto.
9622
9623 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9624
9625 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9626 function.
9627 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9628 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9629 structure returning convention for SYSV ABI case, but not
9630 for GNU/Linux, FreeBSD, or NetBSD.
9631
9632 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9633
9634 * symtab.h (lookup_block_symbol): Add mangled_name argument
9635 to prototype.
9636
9637 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9638 with new mangled_name argument.
9639 * linespec.c (decode_line_1): Likewise.
9640 * valops (value_of_this): Likewise.
9641 * symtab.c (lookup_transparent_type): Likewise.
9642 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9643 (lookup_symbol): If we are given a mangled name, pass it down
9644 to lookup_symbol_aux.
9645 (lookup_block_symbol): If we are given a mangled name to check
9646 against, only return symbols which match it.
9647
9648 2002-03-22 Christopher Faylor <cgf@redhat.com>
9649
9650 * win32-nat.c (child_create_inferior): Check for proper shell to use
9651 here, in case the user changes it on the fly.
9652 (_initialize_inftarg): Remove shell path considerations.
9653
9654 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9655
9656 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9657 for gdbarch_max_register_raw_size and max_register_virtual_size.
9658 Adjust copyright year.
9659
9660 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9661
9662 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9663 in a function to cover the entire beginning of the function
9664 as well if it does not already.
9665
9666 2002-03-21 Tom Rix <trix@redhat.com>
9667
9668 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9669 (rs6000_ptrace64): Renamed from ptrace64.
9670
9671 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9672
9673 * gdbserver/remote-utils.c (remote_open): Don't call
9674 getprotobyname, we're all using TCP here so just use
9675 IPPROTO_TCP.
9676 * gdbserver/gdbreplay.c (remote_open): Ditto.
9677
9678 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9679
9680 * regcache.c (_initialize_regcache): No need to call
9681 build_regcache() at this time; it gets called whenever
9682 the gdbarch changes.
9683
9684 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9685
9686 * sparc-nat.c: Include sys/param.h where possible.
9687
9688 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9689
9690 Fix PR gdb/422.
9691 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9692 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9693 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9694 complex types.
9695 * stabsread.c (rs6000_builtin_type): Likewise.
9696 (read_sun_floating_type): Likewise.
9697
9698 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9699
9700 * stabsread.c (read_member_functions): Remove skip code for duplicate
9701 constructor/destructor methods. Use standard parsing for these
9702 methods and just do not chain them to the list of methods after
9703 parsing.
9704
9705 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9706
9707 * coffread.c: Remove redundant static declarations. Replace
9708 occurrences of `PTR' with `void *'.
9709 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9710 * top.h (quit_cover): Likewise.
9711 * defs.h (catch_errors): Likewise.
9712
9713 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9714
9715 * defs.h (XMALLOC): Define.
9716 * gdb-events.sh (XMALLOC): Delete macro.
9717 * gdb-events.c, gdb-events.h: Regenerate.
9718 * gdbarch.sh (XMALLOC): Delete macro.
9719 * gdbarch.c: Regenerate.
9720 * serial.c (XMALLOC): Delete macro.
9721 * ui-file.c (XMALLOC): Ditto.
9722 * ser-unix.h (XMALLOC): Ditto.
9723 * sh-tdep.c (XMALLOC): Ditto.
9724 * ui-out.c (XMALLOC): Ditto.
9725 * utils.c (XMALLOC): Ditto.
9726 * i386-tdep.c (XMALLOC): Ditto.
9727 * gdb-events.c (XMALLOC): Ditto.
9728 * d10v-tdep.c (XMALLOC): Ditto.
9729 * cli-out.c (XMALLOC): Ditto.
9730
9731 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9732 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9733 * ui-file.c, ui-out.c: Ditto.
9734
9735 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9736
9737 * command.h (struct cmd_list_element): Add field context.
9738 (set_cmd_context, get_cmd_context): Declare.
9739 * cli/cli-decode.h: Ditto.
9740 * cli/cli-decode.c (get_cmd_context): New function.
9741 (set_cmd_context): New function.
9742 (add_cmd): Initialize context.
9743 Part of fixing PR gdb/145 and PR gdb/146.
9744
9745 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9746
9747 * cli/cli-decode.c (cmd_type): New function.
9748 * command.h (cmd_type): Declare.
9749 * infrun.c (set_schedlock_func): Call function cmd_type.
9750 * kod.c (kod_set_os): Call cmd_type.
9751 * cris-tdep.c (cris_version_update): Use function cmd_type.
9752 (cris_mode_update, cris_abi_update): Ditto.
9753
9754 * command.h: (execute_cmd_post_hook): Declare.
9755 (execute_cmd_pre_hook): Declare.
9756 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9757 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9758 functions. Execute pre/post hook while ensuring that afterwords
9759 hook_in is cleared.
9760 * top.c (execute_command): Use execute_cmd_post_hook, and
9761 execute_cmd_pre_hook to execute pre/post commands.
9762 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9763 hook_stop_stub.
9764 (hook_stop_stub): Call execute_cmd_pre_hook.
9765
9766 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9767
9768 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9769 set'' and this leads to a core dump. Move xstrdup of
9770 operating_system to after check that it is not NULL.
9771
9772 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9773
9774 * kod.c (kod_set_os): Remove unnecessary check that
9775 ``command->type'' is set_cmd.
9776
9777 * valprint.c (set_input_radix): Use input_radix.
9778 (set_output_radix): Use output_radix.
9779 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9780 isn't reverted.
9781
9782 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9783
9784 * value.h (struct value): Delete field ``substring_addr''. Change
9785 aligner fields to force_doublest_align, force_longest_align,
9786 force_core_addr_align and force_pointer_aligh.
9787
9788 * value.h (struct value): Fix typo in above change.
9789
9790 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9791
9792 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9793 to fix internal_error from ``maintenance print architecture''.
9794
9795 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9796
9797 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9798 for gcc versions after gcc-2.8.1.
9799
9800 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9801
9802 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9803 for method resolution. Restore adjustment of ``this'' pointer after
9804 calling value_struct_elt, which was accidentally removed during the
9805 HP merge.
9806
9807 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9808
9809 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9810 value_of_register.
9811 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9812 get_saved_register.
9813 * value.h (value_of_register): Update.
9814
9815 2002-03-14 Richard Henderson <rth@redhat.com>
9816
9817 * configure.in: Detect declaration for canonicalize_file_name.
9818 * utils.c (canonicalize_file_name): Declare, if needed.
9819 (gdb_realpath): Prefer realpath if available and usable.
9820 * config.in, configure: Rebuild.
9821
9822 2002-03-14 Richard Henderson <rth@redhat.com>
9823
9824 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9825 a constant array bound.
9826
9827 * MAINTAINERS: Add myself to write-after-approval.
9828
9829 2002-03-14 Michael Snyder <msnyder@redhat.com>
9830
9831 * symfile.c (syms_from_objfile): Return immediately if no syms.
9832 (symbol_file_add): Return immediately if no syms.
9833 (find_sym_fns): Return immediately if no syms.
9834
9835 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9836
9837 * gdbserver/remote-util.c (remote_open): Print remote-side's
9838 IP address when remote debugging over the network.
9839
9840 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9841
9842 * config/sparc/fbsd.mh: Fix copyright.
9843 * config/sparc/fbsd.mt: Likewise.
9844
9845 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9846
9847 * MAINTAINERS: Fix typo in name of gdb warnings option.
9848 (x86-64): Fix formating so that this can be parsed by awk.
9849
9850 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9851
9852 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9853 * defs.h: Include "gdb/signals.h".
9854 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9855
9856 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9857
9858 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9859 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9860 from x86-64-tdep.h
9861
9862 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9863 Don Howard <dhoward@redhat.com>
9864
9865 * mips-tdep.c (ST0_FR): Define.
9866 (mips2_fp_compat): New function, temporarily disabled.
9867 (mips_read_fp_register_single): New function.
9868 (mips_read_fp_register_double): New function.
9869 (mips_print_register): Use them.
9870 (do_fp_register_row): Likewise.
9871
9872 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9873
9874 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9875 approval''.
9876
9877 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9878
9879 * stabsread.c (read_member_functions): Fix is_stub test for
9880 static member functions, improve comment.
9881
9882 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9883
9884 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9885 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9886 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9887 commands that set boolean values.
9888 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9889 (arm_rdi_resume): Always initialize PC.
9890 (arm_rdi_open): Don't use rslt as a boolean.
9891 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9892 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9893 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9894 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9895
9896 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9897
9898 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9899 * configure: Rebuilt.
9900
9901 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9902
9903 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9904 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9905
9906 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9907
9908 * cli/cli-decode.c (set_cmd_completer): New function.
9909 * command.h (set_cmd_completer): Declare.
9910 * cli/cli-decode.h (set_cmd_completer): Ditto.
9911
9912 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9913 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9914 * win32-nat.c (_initialize_inftarg): Ditto.
9915 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9916 * proc-api.c (_initialize_proc_api): Ditto.
9917 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9918 * source.c (_initialize_source): Ditto.
9919 * exec.c (_initialize_exec): Ditto.
9920 * solib.c (_initialize_solib): Ditto.
9921 * top.c (init_main): Ditto.
9922 * tracepoint.c (_initialize_tracepoint): Ditto.
9923 * symfile.c (_initialize_symfile): Ditto.
9924 * printcmd.c (_initialize_printcmd): Ditto.
9925 * infcmd.c (_initialize_infcmd): Ditto.
9926 * corefile.c (_initialize_core): Ditto.
9927
9928 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9929
9930 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9931
9932 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9933
9934 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9935
9936 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9937
9938 * NEWS: Update headings, 5.2 has branched.
9939
9940 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9941
9942 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9943 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9944 (register_addr, REGISTER_RAW_SIZE): Likewise.
9945 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9946 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9947
9948 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9949
9950 * MAINTAINERS (x86-64): Add myself.
9951 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9952 changed value_ptr -> struct value *
9953
9954 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9955
9956 * configure.host (sparc64-*-freebsd): Add.
9957 * configure.tgt: Likewise.
9958 * config/sparc/fbsd.mh: New file.
9959 * config/sparc/fbsd.mt: Likewise.
9960 * config/sparc/nm-fbsd.h: Likewise.
9961 * config/sparc/tm-fbsd.h: Likewise.
9962
9963 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9964
9965 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9966 regformats/reg-s390x.dat.
9967
9968 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9969
9970 * utils.c: Add FIXME explaining true/false problem.
9971
9972 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9973
9974 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9975
9976 2002-02-28 Michael Chastain <mec@shout.net>
9977
9978 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9979
9980 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * gdbserver/linux-s390-low.c: New file.
9983 * regformats/reg-s390.dat: New file.
9984 * regformats/reg-s390x.dat: New file.
9985 * gdbserver/configure.srv: Add S/390.
9986 * gdbserver/Makefile.in: Add S/390.
9987 * configure.tgt: Enable gdbserver for S/390.
9988
9989 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9990
9991 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9992 first line of the doc string for "info dos", except at the end of
9993 the sentence, since the short help stops at the first period.
9994
9995 2002-02-28 Jason Merrill <jason@redhat.com>
9996
9997 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9998
9999 2002-02-27 Fred Fish <fnf@redhat.com>
10000
10001 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10002 comment (dumy -> dummy).
10003
10004 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10005
10006 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10007
10008 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10009
10010 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10011
10012 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10013
10014 * gdbserver/acconfig.h: New file.
10015 * gdbserver/i387-fp.c: New file.
10016 * gdbserver/i387-fp.h: New file.
10017 * gdbserver/linux-x86-64.c: New file.
10018 * regformats/reg-x86-64.dat: New file.
10019 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10020 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10021 * gdbserver/configure.in: Add support for regsets.
10022 * gdbserver/config.in: Regenerate.
10023 * gdbserver/configure: Regenerate.
10024 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10025 * gdbserver/linux-low.h: New file.
10026 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10027 for regsets.
10028 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10029 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10030 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10031 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10032 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10033 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10034 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10035 "i387-fp.h". Add PTRACE_GETREGS and friends.
10036 * gdbserver/regcache.c (supply_register): New function.
10037 (supply_register_by_name): New function.
10038 (collect_register): New function.
10039 (collect_register_by_name): New function.
10040
10041 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10042
10043 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10044 (config.status): Add configure.srv dependency.
10045 (server_h): Add config.h dependency.
10046
10047 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10050 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10051 * gdbserver/configure.srv: Change i386-*-linux* to use
10052 reg-i386-linux.o.
10053
10054 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10055
10056 * x86-64-tdep.c: Re-indent. Update copyright date.
10057
10058 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10059
10060 From Michal Ludvig <mludvig@suse.cz>:
10061 * x86-64-tdep.c (value.h): Delete.
10062 (gdb_assert.h): Include.
10063 (x86_64_register_convert_to_virtual,
10064 x86_64_register_convert_to_raw ): Add check which lets only
10065 floating-point values to be converted.
10066 (value_push): Delete.
10067 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10068 (i386_gdbarch_init): Number of register_bytes fixed.
10069
10070 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10071
10072 * MAINTAINERS: Add x86-64 target.
10073
10074 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10075
10076 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10077 * osfsolib.c (solib_map_sections): Ditto.
10078 * irix5-nat.c (solib_map_sections): Ditto.
10079 * corelow.c (gdb_check_format): Ditto.
10080 * symfile.c (symfile_bfd_open): Ditto.
10081 * solib.c (solib_map_sections): Ditto.
10082 Fix PR gdb/354.
10083
10084 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10085
10086 * remote.c (_initialize_remote): By default, disable ``e'' and
10087 ``E'' step out-of-range packets.
10088
10089 2002-02-26 Andreas Schwab <schwab@suse.de>
10090
10091 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10092 m68k_linux_frame_saved_pc.
10093 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10094 in_sigtramp.
10095 (SIGCONTEXT_PC_OFFSET): Remove.
10096 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10097 m68k_linux_sigtramp_saved_pc): New functions.
10098 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10099 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10100 (UCONTEXT_PC_OFFSET): Define.
10101 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10102 non-RT and RT signal trampolines.
10103
10104 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10105
10106 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10107 (TARGET_NBPG, STACK_END_ADDR): Delete
10108 (VARIABLES_INSIDE_BLOCK): Delete.
10109
10110 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10111
10112 * utils.c (perror_with_name): Make string parameter constant.
10113 (print_sys_errmsg): Ditto.
10114 (query): Ditto.
10115 * defs.h (perror_with_name): Update.
10116 (print_sys_errmsg): Update.
10117 (query): Update.
10118
10119 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10120
10121 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10122 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10123
10124 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10125
10126 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10127 if it already matches the current architecture from the exec file.
10128 Include arch-utils.h for gdbarch_info_init prototype.
10129 * Makefile.in (rs6000-nat.o): Update dependencies.
10130
10131 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10132
10133 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10134 list of exported variables.
10135
10136 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10137
10138 * gdbserver/configure.srv: New file.
10139 * gdbserver/configure.in: Use configure.srv instead
10140 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10141 from it.
10142 * gdbserver/configure: Regenerated.
10143 * gdbserver/terminal.h: New file.
10144 * gdbserver/Makefile.in: Update for configure changes. Remove
10145 more unneeded include paths.
10146
10147 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10148
10149 From wiz at danbala:
10150 * config/sparc/tm-sp64.h: Fix grammar and typos.
10151 Fix PR gdb/287.
10152
10153 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10154
10155 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10156 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10157 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10158 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10159 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10160 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10161 * s390-tdep.c: Ditto.
10162 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10163 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10164 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10165 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10166 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10167 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10168 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10169 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10170 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10171 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10172 Fix PR gdb/378.
10173
10174 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10175
10176 * lin-thread.c: Delete file.
10177 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10178 to gdb_proc_service.h.
10179 * configure: Re-generate.
10180
10181 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10182 * serial.c (serial_open): Delete check for "ocd".
10183 Fix PR gdb/349.
10184
10185 * Makefile.in (linux-thread.o): Delete target.
10186 * linux-thread.c: Delete file.
10187
10188 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10189 renamed SH files to be consistent.
10190
10191 * symtab.c (sort_search_symbols): Use xfree.
10192
10193 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10194
10195 * arm-linux-tdep.c (arm_linux_init_abi): Register
10196 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10197 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10198 definition with undef, since we don't want the sysvr4 definition.
10199 (SKIP_TRAMPOLINE_CODE): Likewise.
10200
10201 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10202
10203 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10204
10205 * configure.in: (AC_CHECK_FUNCS) Added test for
10206 canonicalize_file_name Regenerated.
10207 * config.in, configure: Regenerated.
10208 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10209 defined use canonicalize_file_name.
10210
10211 2002-02-23 Michael Chastain <mec@shout.net>
10212
10213 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10214
10215 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10216
10217 * README: Remove references to cygnus.com.
10218 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10219 dot com'' form. Remove references to cygnus.com and sourceware.
10220
10221 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10222
10223 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10224 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10225 1003.1-2001 no longer allows "head -1".
10226 * gdb/Makefile.in (version.c): Likewise.
10227 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10228 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10229 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10230
10231 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10232
10233 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10234 * command.h (cmd_cfunc_eq): Declare.
10235 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10236
10237 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10238 ``struct cmd_list_element *''.
10239 * cli/cli-cmds.c (is_complete_command): Update. Use
10240 cmd_cfunc_eq.
10241 * top.c (execute_command): Pass the command to
10242 is_complete_command.
10243 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10244
10245 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10246
10247 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10248 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10249 architecture defines.
10250 * s390-tdep.c (s390_gdbarch_init): Likewise.
10251
10252 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10253
10254 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10255 (arm_linux_push_arguments): Likewise.
10256 (arm_linux_init_abi): Register them. Also register linux-specific
10257 call_dummy_words.
10258 (find_minsym_and_objfile): Use strcmp, not STREQ.
10259 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10260 (arm_linux_call_dummy_words): Delete declaration.
10261 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10262 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10263 declarations.
10264 (LOWEST_PC): Delete.
10265
10266 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10267
10268 * maint.c (print_section_info): Do not prepend `0x' to filepos
10269 output, it will be handled by local_hex_string_custom.
10270
10271 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10272
10273 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10274 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10275 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10276
10277 2002-02-22 Jim Blandy <jimb@redhat.com>
10278
10279 Indicate that the bcache functions don't change the strings
10280 they're passed.
10281 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10282 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10283
10284 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10285
10286 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10287
10288 2002-02-21 Christopher Faylor <cgf@redhat.com>
10289
10290 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10291 find the complete path to a loaded DLL.
10292
10293 2002-02-21 Fred Fish <fnf@redhat.com>
10294
10295 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10296 that marks the end of the range of a function, enter a line number
10297 entry that has a line number of zero and a PC offset that matches
10298 the end of the function. This starts a range of PC's for which no
10299 line number information is known.
10300 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10301 PC's for which no line number info is found (line number is zero)
10302 then we didn't find any valid line information.
10303 * symtab.h: Document use of zero line number entry.
10304
10305 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10306
10307 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10308 (have_ptrace_getvrregs): Define for run time checks.
10309 (gdb_vrregset_t): New type for Altivec register handling.
10310 (fetch_register, store_register): Fetch/store altivec register
10311 when needed.
10312 (fetch_altivec_register, store_altivec_register): New functions.
10313 (supply_vrregset, fill_vrregset): New functions.
10314 (fetch_altivec_registers, store_altivec_registers): New functions.
10315 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10316 registers as well.
10317
10318 2002-02-21 Jiri Smid <smid@suse.cz>
10319
10320 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10321
10322 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10323
10324 * Makefile.in (armnbsd-nat.o): Update dependencies.
10325 * armnbsd-nat.c (supply_gregset): New function. Common code to
10326 supply the integer register set.
10327 (supply_fparegset): New function. Similar for FPA registers.
10328 (fetch_regs, fetch_fp_regs): Use them.
10329 (fetch_core_registers): Likewise.
10330 (fetch_elfcore_registers): New function.
10331 (arm_netbsd_elfcore_fns): New core-file type specification.
10332 (_initialize_arm_netbsd_nat): Register it.
10333
10334 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10335
10336 * armnbsd-nat.c: Include gdbcore.h.
10337 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10338 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10339 'void' to declaration, to shut up ARI.
10340 (fetch_core_registers): Make static. Rewrite using supply_register.
10341 (arm_netbsd_core_fns): New core-file type specification.
10342 (_initialize_arm_netbsd_nat): New function.
10343
10344 2002-02-21 Christopher Faylor <cgf@redhat.com>
10345
10346 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10347 value.
10348
10349 2002-02-20 Christopher Faylor <cgf@redhat.com>
10350
10351 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10352 fails.
10353
10354 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10355
10356 * jv-exp.y (parse_number): Change type of implicit longs
10357 to builtin_type_uint64.
10358
10359 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10362 to be an integer instead of a `union wait'.
10363
10364 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10365
10366 * mips-linux-nat.c: Call the operating system GNU/Linux.
10367 * mips-linux-tdep.c: Likewise.
10368 * mips-tdep.c: Likewise.
10369
10370 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10371
10372 Fix PR gdb/265.
10373 * jv-exp.y (parse_number): Handle 64-bit integers.
10374
10375 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10376
10377 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10378 AC_STDC_HEADERS to AC_HEADER_STDC.
10379 * gdbserver/configure: Regenerated.
10380
10381 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10382
10383 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10384 is defined.
10385 * sparc-tdep.c (get_longjmp_target): Likewise.
10386
10387 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10388
10389 * News: Add news about ARM and Multi-arch. Mention the new target
10390 arm*-*-netbsd*.
10391
10392 2002-02-19 Jim Blandy <jimb@redhat.com>
10393
10394 * stabsread.c (error_type_complaint): Improve error message.
10395
10396 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10397
10398 * gdbserver/README: Update documentation.
10399 * gdbserver/configure.in: Update configury to match documentation.
10400 * gdbserver/Makefile.in: Likewise.
10401 * gdbserver/configure: Regenerated.
10402 * gdbserver/aclocal.m4: New file, generated by aclocal.
10403 * gdbserver/config.in: New file, generated by autoheader.
10404
10405 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10406
10407 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10408 armnbsd-nat.c.
10409
10410 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10411
10412 * arm-tdep.h (enum arm_float_model): New enum.
10413 (struct gdbarch_tdep): Add fp_model.
10414 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10415 up floating-point conversions until we know the floating-point model
10416 in use by the inferior. Don't complain about being unable to
10417 determine the ABI of the inferior when we don't have one.
10418 (arm_extract_return_value): Support different floating-point models.
10419 (arm_store_return_value): Likewise.
10420 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10421 ARM_FLOAT_SOFT.
10422 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10423
10424 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10425
10426 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10427 of ``current_gdbarch''.
10428
10429 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10430
10431 * armnbsd-nat.c : ANSIfy all function declarations.
10432 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10433 (fetch_inferior_registers): Re-implement in terms of above.
10434 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10435 (store_inferior_registers): Re-implement in terms of above.
10436
10437 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10438
10439 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10440 kernel.
10441 * arm-linux-tdep.c: Likewise.
10442 * config/arm/tm-linux.h: Likewise.
10443
10444 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10445
10446 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10447 * config/arm/nbsd.mt (TM_FILE): Delete.
10448 * config/arm/tm-nbsd.h: Delete.
10449
10450 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10451
10452 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10453 Initialize CALL_DUMMY_LENGTH.
10454
10455 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10456
10457 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10458 function.
10459 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10460 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10461 defines one thing and that is incorrect for this port.
10462 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10463
10464 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10465
10466 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10467
10468 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10469
10470 * win32-nat.c (display_selector): New function. Displays information
10471 about the information returned by GetThreadSelectorEntry API function.
10472 (display_selectors): New function. Displays the infomation of
10473 the selector given as argument, or of CS, DS ans FS selectors
10474 if no argument is given.
10475 ( _initialize_inftarg): Add "w32" as info prefix command.
10476 Add "info w32 selector" as command calling display_selectors.
10477
10478 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10479
10480 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10481 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10482 if not defined.
10483
10484 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10485
10486 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10487
10488 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10489
10490 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10491 (arm_fix_call_dummy): Call it.
10492 (arm_call_dummy_breakpoint_offset): Delete.
10493 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10494 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10495
10496 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10497
10498 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10499 Default to func_frame_chain_valid.
10500 * gdbarch.h, gdbarch.c: Re-generate.
10501 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10502
10503 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10504
10505 * ppc-linux-nat.c: Update copyright.
10506 (fetch_register, store_register): Add tid parameter, don't compute
10507 tid here.
10508 (fetch_ppc_registers, store_ppc_registers): Add tid
10509 parameter. Pass it along to callees.
10510 (fetch_inferior_registers, store_inferior_registers): Compute tid
10511 here, and pass it to calleed functions.
10512 (fill_gregset, supply_fpregset): Clean up formatting.
10513
10514 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10515
10516 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10517 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10518
10519 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10520
10521 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10522 * gdbarch.c gdbarch.h: Regenerate.
10523 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10524 function.
10525 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10526 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10527 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10528
10529 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10530 * arm-tdep.c (arm_get_longjmp_target): New function.
10531 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10532 this to a positive value register arm_get_longjmp_target as the
10533 longjmp handler.
10534 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10535 (arm_linux_init_abi): Set up longjmp description in tdep.
10536 * armnbsd-nat.c (get_longjmp_target): Delete.
10537 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10538 description in tdep.
10539 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10540 (get_longjmp_target): Delete declaration.
10541 (GET_LONGJMP_TARGET): Delete.
10542 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10543 (GET_LONGJMP_TARGET): Delete.
10544
10545 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10546
10547 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10548 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10549 of ``current_gdbarch''.
10550
10551 2002-02-17 Tom Tromey <tromey@redhat.com>
10552
10553 * cli/cli-cmds.c (compare_strings): New function.
10554 (complete_command): Only print each unique item once.
10555 * completer.h (complete_line): Declare.
10556 * completer.c (complete_line): New function.
10557 (line_completion_function): Use it.
10558
10559 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10560
10561 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10562 * gdbarch.h, gdbarch.c: Re-generate.
10563
10564 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10565
10566 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10567
10568 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10569
10570 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10571 * valops.c (value_arg_coerce): Don't take the address of a reference
10572 to convert an argument to a reference.
10573
10574 2002-02-15 Christopher Faylor <cgf@redhat.com>
10575
10576 * win32-nat.c (get_image_name): New function.
10577 (handle_load_dll): Use get_image_name function.
10578 (get_child_debug_event): Avoid registering debug events until possibly
10579 execed process is started.
10580 (child_create_inferior): Allow invocation via shell so that command
10581 line redirection, etc. works ok.
10582 (_initialize_inftarg): Add new command: "set shell" to control whether
10583 a shell is used to start a process.
10584
10585 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10586
10587 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10588 instead of find_register_by_number.
10589 (cannot_store_register): Likewise.
10590
10591 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10592
10593 * dwarf2read.c: Replace fprintf (stderr, ...) by
10594 fprintf_unfiltered (gdb_stderr, ...).
10595
10596 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10597
10598 * gdbserver/gdbserver.1: Document --attach.
10599
10600 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10601
10602 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10603 descriptions.
10604 * arm-tdep.c (arm_default_arm_le_breakpoint)
10605 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10606 (arm_default_thumb_be_breakpoint): New. Initialize them from
10607 traditional breakpoint defines.
10608 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10609 (arm_gdbarch_init): Initialize new breakpoint variables.
10610 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10611 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10612 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10613 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10614 code out to ...
10615 (arm_netbsd_init_abi_common): ... here; new function.
10616 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10617 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10618 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10619 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10620
10621 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10622
10623 * arm-tdep.h (enum arm_abi): New enum.
10624 (struct gdbarch_tdep): New structure.
10625 (LOWEST_PC): Provide a default.
10626 (arm_gdbarch_register_os_abi): Declare new function.
10627 * arm-tdep.c (arm_abi_names): New array.
10628 (process_note_abi_tag_sections): New function.
10629 (get_elfosabi): New function.
10630 (arm_gdbarch_register_os_abi): New function.
10631 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10632 support for that ABI has been built in, then call the appropriate
10633 configuration routine. Use gdbarch_num_regs() to get the number
10634 of registers.
10635 (arm_dump_tdep): New function.
10636 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10637 place-holder functions.
10638 (_initialize_arm_tdep): Register them.
10639 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10640
10641 * armnbsd-tdep.c: New file.
10642 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10643 * config/arm/nbsd.mt (TDEPFILES): Add it.
10644 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10645
10646 * armnbsd-nat.c: Include regcache.h.
10647 * Makefile.in (armnbsd-nat.o): Update dependency list.
10648
10649 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10650
10651 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * gdbserver/Makefile.in: Fix typos in target rules.
10654
10655 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10656
10657 Fix part of PR gdb/267.
10658 * linespec.c (find_methods): Handle constructors specially for now.
10659
10660 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10661
10662 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10663 handling.
10664 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10665 standard_coerce_float_to_double().
10666
10667 2002-02-14 Christopher Faylor <cgf@redhat.com>
10668
10669 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10670 GDBINIT_FILENAME.
10671
10672 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10673
10674 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10675 find_variant_by_name, because it confuses the multiarch
10676 framework. Return NULL if there isn't an architecture with the
10677 user supplied name, instead of forcing a different one without
10678 recording the change with the multiarch machinery.
10679 (find_variant_by_name): Delete.
10680
10681 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10682
10683 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10684 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10685
10686 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10687
10688 * stack.c (print_frame_info_base): When calling
10689 print_frame_info_listing_hook, set current_source_symtab.
10690
10691 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10694 and remove unused $(INCLUDE_DIR).
10695 Add regcache.c to OBS.
10696 Add generated register protocol files to clean target.
10697 Update dependencies for new objects, obsolete old target code.
10698
10699 * gdbserver/linux-low.c: Remove all platform-specific code to
10700 new files. Remove various dead code. Update to use regcache
10701 functionality.
10702 * gdbserver/remote-utils.c (fromhex): Add return statement
10703 to quiet warning.
10704 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10705 constant.
10706 (input_interrupt): Add integer parameter to match prototype
10707 of a signal handler.
10708 (outreg): Use register_data ().
10709 (prepare_resume_reply): Use gdbserver_expedite_regs.
10710 * gdbserver/server.c (main): Dynamically allocate own_buf because
10711 PBUFSIZ is no longer constant. Use registers_to_string () and
10712 registers_from_string ().
10713 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10714 for error (), fatal (), and warning (). Update definition of
10715 PBUFSIZ to use regcache functionality. Add include guard.
10716 * gdbserver/utils.c (fatal): Add missing ``const''.
10717 (warning): New function.
10718
10719 * regformats/regdat.sh: Include "regcache.h" in generated files.
10720 Provide init_registers () function.
10721 * regformats/regdef.h: Add prototype for set_register_cache ().
10722 Add include guard.
10723
10724 * gdbserver/linux-arm-low.c: New file.
10725 * gdbserver/linux-i386-low.c: New file.
10726 * gdbserver/linux-ia64-low.c: New file.
10727 * gdbserver/linux-m68k-low.c: New file.
10728 * gdbserver/linux-mips-low.c: New file.
10729 * gdbserver/linux-ppc-low.c: New file.
10730 * gdbserver/linux-sh-low.c: New file.
10731
10732 * gdbserver/regcache.c: New file.
10733 * gdbserver/regcache.h: New file.
10734
10735 * gdbserver/low-linux.c: Removed obsolete file.
10736
10737 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10738
10739 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10740 * config/i386/linux.mt: Likewise.
10741 * config/ia64/linux.mt: Likewise.
10742 * config/m68k/linux.mh: Likewise.
10743 * config/powerpc/linux.mh: Likewise.
10744 * config/mips/linux.mt: Likewise.
10745
10746 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10747
10748 * config/i386/i386lynx.mh: Mark gdbserver variables
10749 as (currently) obsolete for this target.
10750 * config/i386/nbsd.mt: Likewise.
10751 * config/i386/nbsdelf.mt: Likewise.
10752 * config/m32r/m32r.mt: Likewise.
10753 * config/m68k/m68klynx.mh: Likewise.
10754 * config/m68k/nbsd.mt: Likewise.
10755 * config/m68k/sun3os4.mh: Likewise.
10756 * config/mips/vr5000.mt: Likewise.
10757 * config/ns32k/nbsd.mt: Likewise.
10758 * config/pa/hppabsd.mh: Likewise.
10759 * config/pa/hppaosf.mh: Likewise.
10760 * config/powerpc/nbsd.mt: Likewise.
10761 * config/rs6000/rs6000lynx.mh: Likewise.
10762 * config/s390/s390.mt: Likewise.
10763 * config/s390/s390x.mt: Likewise.
10764 * config/sparc/sparclynx.mh: Likewise.
10765 * config/sparc/sun4os4.mh: Likewise.
10766 * config/i386/x86-64linux.mt: Likewise.
10767 * config/sparc/linux.mh: Likewise.
10768
10769 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10770
10771 * configure.tgt: Configure gdbserver only for known working
10772 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10773 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10774 SUBDIRS if it is configured. Update comment for ${nativefile}.
10775 * configure: Regenerated.
10776
10777 2002-02-13 Michael Snyder <msnyder@redhat.com>
10778
10779 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10780
10781 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10782 (default_gcore_mach): Just return 0, work around a problem in bfd.
10783 (default_gcore_target): OK to return NULL if exec_bfd is null.
10784 (make_mem_sec): Use a cast, avoid a warning.
10785
10786 * procfs.c (find_memory_regions_callback): Use a cast instead of
10787 calling host_pointer_to_address (which complains if
10788 sizeof (host pointer) != sizeof (target pointer)).
10789 (procfs_make_note_section): Avoid overflow in psargs string.
10790
10791 * procfs.c (procfs_make_note_section): Make the default
10792 implementation return an error.
10793
10794 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10795
10796 * procfs.c (procfs_make_note_section): Provide a default definition
10797 (for alpha-dec-osf4.0f). Fix typos.
10798
10799 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10800
10801 * linux-proc.c: Add include of regcache.h.
10802 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10803
10804 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10805
10806 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10807 * memattr.c (create_mem_region): Disallow useless empty region.
10808 Regions are half-open intervals, so allow [A..B) [B..C) as
10809 non-overlapping.
10810
10811 2002-02-13 Michael Chastain <mec@shout.net>
10812
10813 * defs.h: Kill CONST_PTR.
10814 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10815 * c-lang.c (c_builtin_types): Likewise.
10816 * ch-lang.c (ch_builtin_types): Likewise.
10817 * f-lang.c (f_builtin_types): Likewise.
10818 * language.c (unknown_builtin_types): Likewise.
10819 * m2-lang.c (m2_builtin_types): Likewise.
10820 * p-lang.c (pascal_builtin_types): Likewise.
10821 * scm-lang.c (c_builtin_types): Likewise.
10822
10823 2002-02-13 Keith Seitz <keiths@redhat.com>
10824
10825 * arm-tdep.h (arm_get_next_pc): Add declaration.
10826
10827 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10828
10829 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10830 with other related struct-returning functions.
10831 (arm_extract_struct_value_address): New function.
10832 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10833 initialize float_format, double_format and long_double_format as
10834 appropriate to the endianness of the target.
10835 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10836 (arm_use_struct_convention): Delete declaration.
10837 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10838
10839 2002-02-13 Keith Seitz <keiths@redhat.com>
10840
10841 * defs.h (core_addr_to_string_nz): New function.
10842
10843 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10844
10845 Apply missing bits of 2002-01-15 patch.
10846 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10847 (fill_fpregset): Use i387_fill_fsave.
10848
10849 2002-02-12 Keith Seitz <keiths@redhat.com>
10850
10851 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10852 (core_addr_to_string_nz): New function.
10853
10854 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10855
10856 * arm-linux-nat.c: Really include arm-tdep.h.
10857 * config/arm/tm-linux.h (struct type, struct value): Declare.
10858
10859 2002-02-11 Michael Snyder <msnyder@redhat.com>
10860
10861 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10862 (gcore section): Ifdef for Solaris and Unixware only.
10863 (procfs_do_thread_registers): Unixware needs one lwpstatus
10864 per thread (not one prstatus or pstatus).
10865 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10866 not over all gdb threads. For unixware, call elfcore_write_pstatus
10867 once before iterating over threads.
10868
10869 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10870
10871 * arm-tdep.h: New file.
10872 * arm-tdep.c: Include arm-tdep.h.
10873 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10874 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10875 (arm_print_float_info, arm_register_type, convert_to_extended)
10876 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10877 (arm_extract_return_value, arm_register_name): Make static.
10878 (arm_software_single_step): Similarly. Fix types in declaration.
10879 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10880 (arm_store_return_value, arm_store_struct_return): New functions.
10881 (arm_gdbarch_init): Register the above functions. Also register
10882 call_dummy_start_offset, sizeof_call_dummy_words,
10883 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10884 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10885 max_register_virtual_size, register_size. Set up
10886 prologue_cache.saved_regs here, rather than ...
10887 (_initialize_arm_tdep): ... here.
10888 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10889 declarations.
10890 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10891 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10892 (arm_print_float_info, arm_register_type, convert_to_extended)
10893 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10894 (arm_extract_return_value, arm_register_name): Delete declarations.
10895 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10896 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10897 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10898 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10899 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10900 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10901 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10902 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10903 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10904 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10905 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10906 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10907 interface.
10908 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10909 * remote-rdi.c remote-rdp.c: Likewise.
10910 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10911 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10912 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10913 definition.
10914
10915 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10916 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10917 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10918 from non-ARM_ prefixed definitions.
10919 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10920 all uses of above.
10921 * remote-rdi.c remote-rdp.c: Likewise.
10922 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10923
10924 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10925
10926 * arm-tdep.c (arm_frameless_function_invocation)
10927 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10928 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10929 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10930 (arm_pop_frame, arm_get_next_pc): Make static.
10931 (arm_gdbarch_init): Register above in gdbarch structure.
10932 (arm_read_fp): Renamed from arm_target_read_fp.
10933 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10934 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10935 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10936 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10937 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10938 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10939 (arm_pc_is_thumb_dummy): Delete declarations.
10940 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10941 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10942 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10943 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10944
10945 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10946
10947 * symtab.c (compare_search_syms): New function.
10948 (sort_search_symbols): New function.
10949 (search_symbols): Sort symbols after searching rather than
10950 before.
10951
10952 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10953
10954 * NEWS: Linux -> GNU/Linux.
10955
10956 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10957
10958 * gdbarch.sh: For for level one methods, disallow a definition
10959 when partially multi-arched. Add comments explaining rationale.
10960 * gdbarch.h: Re-generate.
10961
10962 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10963
10964 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10965 multi-arch partial.
10966
10967 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10970 field. Use diff -u.
10971 * gdbarch.c: Re-generate.
10972
10973 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10974
10975 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10976 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10977 partial.
10978
10979 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10980
10981 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10982 multi-arch partial.
10983 (PUSH_ARGUMENTS): Switch to using predefault.
10984 * gdbarch.c: Regenerate.
10985
10986 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10987
10988 * valops.c (PUSH_ARGUMENTS): Delete definition.
10989 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10990 partial. Default to default_push_arguments.
10991 * gdbarch.h, gdbarch.c: Regenerate.
10992
10993 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10994
10995 * defs.h (throw_exception): Rename return_to_top_level. Update
10996 comments.
10997 * utils.c (error_stream, internal_verror, quit): Ditto.
10998 * top.c (throw_exception, catcher): Ditto.
10999 * sparclet-rom.c (sparclet_load): Ditto.
11000 * remote.c (interrupt_query, minitelnet): Ditto.
11001 * remote-sds.c (interrupt_query): Ditto.
11002 * remote-mips.c (mips_error, mips_kill): Ditto.
11003 * ocd.c (interrupt_query): Ditto.
11004 * monitor.c (monitor_interrupt_query): Ditto.
11005 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11006 * target.h: Update comment.
11007
11008 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11009
11010 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11013 default_double_format.
11014 * gdbarch.h, gdbarch.c: Re-generate.
11015 * findvar.c (floatformat_unknown): Delete variable definition.
11016 * doublest.h (floatformat_unknown): Delete variable declaration.
11017
11018 2002-02-09 Jim Blandy <jimb@redhat.com>
11019
11020 * stabsread.c (read_type): Add code to parse Sun's syntax for
11021 prototyped function types.
11022
11023 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11024
11025 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11026 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11027
11028 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11029
11030 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11031 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11032 now _initialize_xcoffsolib gets called again and overrides the
11033 commands from solib.c in a native configuration.
11034
11035 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11036
11037 * doublest.c (store_typed_floating): Don't try to return a value.
11038 Fixes PR gdb/290.
11039
11040 2002-02-08 Jim Blandy <jimb@redhat.com>
11041
11042 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11043 is prototyped and has no arguments, print its argument list as
11044 `(void)'.
11045
11046 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11047
11048 * MAINTAINERS (write-after-approval): Add myself.
11049 (paper-trail): I've escaped!
11050
11051 2002-02-08 Christopher Faylor <cgf@redhat.com>
11052
11053 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11054 changes.
11055 (_initialize_check_for_gdb_ini): Ditto.
11056
11057 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11058
11059 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11060 xaprintf -> xasprintf.
11061
11062 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11063
11064 * win32-nat.c: Remove use of printf and sprintf functions.
11065
11066 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11067
11068 * arm-tdep.c (arm_frame_chain_valid): Make static.
11069 (arm_push_arguments): Likewise.
11070 (arm_gdbarch_init): New function.
11071 (_initialize_arm_tdep): Call it.
11072 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11073 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11074 (FRAME_CHAIN_VALID): Delete.
11075 (arm_frame_chain_valid): Delete declaration.
11076 (PUSH_ARGUMENTS): Delete.
11077 (arm_push_arguments): Delete declaration.
11078 (CALL_DUMMY_P): Delete.
11079
11080 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11081 Corinna Vinschen <vinschen@redhat.com>
11082
11083 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11084 on builtin float types.
11085
11086 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11087
11088 * utils.c: Include <curses.h> before "bfd.h".
11089 * tui/tui-hooks.c: Likewise.
11090 * tui/tui.c: Likewise.
11091 * tui/tuiCommand.c: Likewise.
11092 * tui/tuiData.c: Likewise.
11093 * tui/tuiDataWin.c: Likewise.
11094 * tui/tuiDisassem.c: Likewise.
11095 * tui/tuiGeneralWin.c: Likewise.
11096 * tui/tuiIO.c: Likewise.
11097 * tui/tuiLayout.c: Likewise.
11098 * tui/tuiRegs.c: Likewise.
11099 * tui/tuiSource.c: Likewise.
11100 * tui/tuiSourceWin.c: Likewise.
11101 * tui/tuiStack.c: Likewise.
11102 * tui/tuiWin.c: Likewise.
11103
11104 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11105
11106 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11107 to include space for pseudoregs as well. Update loops accordingly.
11108 (sh_fp_frame_init_saved_regs): Ditto.
11109 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11110
11111 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11112
11113 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11114 Add Richard Earnshaw to Arm maintainers.
11115
11116 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11117
11118 * defs.h (warning_begin): Delete declaration.
11119
11120 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11121 Delete macro.
11122
11123 2002-02-07 Michael Snyder <msnyder@redhat.com>
11124
11125 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11126 Logic bug, remove misplaced else.
11127
11128 2002-02-07 Klee Dienes <klee@apple.com>
11129
11130 * fork-inferior.c (fork_inferior): Add '!' to the list of
11131 characters that need to be quoted when building a string for the
11132 shell. Quote '!' specifically with a backslash, since CSH chokes
11133 when trying to evaluate "str!str".
11134
11135 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11136
11137 * rdi-share/host.h: Only provide a typedef for bool if it is not
11138 defined.
11139
11140 2002-02-04 Michael Snyder <msnyder@redhat.com>
11141
11142 * breakpoint.h (enum bptype): Add new overlay event bp type.
11143 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11144
11145 * breakpoint.c (create_internal_breakpoint): New function.
11146 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11147 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11148 (create_thread_event_breakpoint): Ditto.
11149 (create_solib_event_breakpoint): Ditto.
11150 (create_overlay_event_breakpoint): New function.
11151 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11152 (update_breakpoints_after_exec): Delete and re-initialize
11153 overlay event breakpoints after an exec. Add FIXME comment
11154 about longjmp breakpoint.
11155 (print_it_typical): Ignore overlay event breakpoints.
11156 (print_one_breakpoint): Ditto.
11157 (mention): Ditto.
11158 (bpstat_what): Do not stop for overlay event breakpoints.
11159 (delete_breakpoint): Don't delete overlay event breakpoints.
11160 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11161 (breakpoint_re_set): Re-create overlay event breakpoint.
11162
11163 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11164 (overlay_manual_command): Disable overlay breakpoints.
11165 (overlay_off_command): Disable overlay breakpoints.
11166
11167 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11168
11169 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11170 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11171 to here from config/tm-arm.h.
11172 (coff_sym_is_thumb): Make static.
11173 (arm_elf_make_msymbol_special): New function.
11174 (arm_coff_make_msymbol_special): New function.
11175 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11176 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11177 (coff_sym_is_thumb): Delete declaration.
11178 (arm_elf_make_msymbol_special): Declare.
11179 (arm_coff_make_msymbol_special): Declare.
11180 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11181 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11182
11183 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11184
11185 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11186
11187 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11188
11189 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11190 * gdbarch.c gdbarch.h: Regenerate.
11191 * arch-utils.c (default_print_float_info): New function.
11192 * arch-utils.h (default_print_float_info): Prototype it.
11193 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11194 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11195 (PRINT_FLOAT_INFO): Document it.
11196
11197 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11198 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11199 (PRINT_FLOAT_INFO): Define.
11200
11201 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11202
11203 * win32-nat.c (_initialize_check_for_gdb_ini):
11204 Add typecast to sprintf argument to suppress a warning.
11205
11206 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11207
11208 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11209 to allow easier handling of pass state.
11210 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11211 that gives exception name and address.
11212 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11213 and set last_sig value to ourstatus->value.sig. Some missing
11214 exceptions added.
11215 (child_continue): Correctly report continue_status.
11216 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11217 TARGET_SIGNAL_0 (new default value).
11218 (child_resume): consider sig argument passed to decide if
11219 the exception should be passed to debuggee or not.
11220
11221 2002-02-05 Michael Snyder <msnyder@redhat.com>
11222
11223 * regcache.c (fetch_register): Call target_fetch_register
11224 only if we don't call FETCH_PSEUDO_REGISTER.
11225 (store_register): Call target_store_register only if we
11226 don't call STORE_PSEUDO_REGISTER.
11227
11228 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11229
11230 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11231 ELF_MAKE_MSYMBOL_SPECIAL.
11232 * gdbarch.c, gdbarch.h: Regenerate.
11233 * arch-utils.c (default_make_msymbol_special): New function.
11234 * arch-utils.h (default_make_msymbol_special): Export.
11235 * elfread.c (elf_symtab_read): Compile use of
11236 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11237 multiarched.
11238 * coffread.c (coff_symtab_read): Ditto, for
11239 COFF_MAKE_MSYMBOL_SPECIAL.
11240
11241 2002-02-05 Jim Blandy <jimb@redhat.com>
11242
11243 * solib-svr4.c (svr4_truncate_ptr): New function.
11244 (svr4_relocate_section_addresses): Do the address arithmetic with
11245 the appropriate truncation for target addresses, even when
11246 CORE_ADDR is larger than a target address.
11247
11248 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11249
11250 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11251 to (int *).
11252
11253 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11256 code.
11257
11258 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11261
11262 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * gdbserver/linux-low.c: Remove unused include files.
11265
11266 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11267
11268 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11269 (read_inferior_memory): Use it.
11270 (write_inferior_memory): Likewise.
11271
11272 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11273
11274 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11275 grubbing through sys_errlist.
11276
11277 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11278
11279 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11280
11281 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11282 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11283
11284 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11285
11286 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11287 (do_sfunc, set_cmd_sfunc): New functions.
11288
11289 * command.h (struct cmd_list_element): Add field func.
11290 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11291 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11292 * cli/cli-decode.h: Ditto.
11293
11294 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11295 (help_all, help_cmd_list): Ditto.
11296 (find_cmd, complete_on_cmdlist): Ditto.
11297 * top.c (execute_command): Ditto.
11298
11299 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11300 function.sfunc.
11301
11302 * infcmd.c (notice_args_read): Fix function signature.
11303
11304 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11305 * cli/cli-decode.c (add_set_cmd): Ditto.
11306 * utils.c (initialize_utils): Ditto.
11307 * maint.c (_initialize_maint_cmds): Ditto.
11308 * infrun.c (_initialize_infrun): Ditto.
11309 * demangle.c (_initialize_demangler): Ditto.
11310 * remote.c (add_packet_config_cmd): Ditto.
11311 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11312 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11313 * proc-api.c (_initialize_proc_api): Ditto.
11314 * kod.c (_initialize_kod): Ditto.
11315 * valprint.c (_initialize_valprint): Ditto.
11316 * top.c (init_main): Ditto.
11317 * infcmd.c (_initialize_infcmd): Ditto.
11318 * corefile.c (_initialize_core): Ditto.
11319 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11320 * arch-utils.c (initialize_current_architecture): Ditto.
11321 (_initialize_gdbarch_utils): Ditto.
11322 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11323
11324 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11325 * wince.c (_initialize_inftarg): Ditto.
11326 * symfile.c (_initialize_symfile): Ditto.
11327 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11328 * language.c (_initialize_language): Ditto.
11329 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11330
11331 2002-02-04 Michael Snyder <msnyder@redhat.com>
11332
11333 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11334
11335 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11336
11337 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11338 Add rules for building the register data files.
11339
11340 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11341
11342 * regformats/regdat.sh: Add braces to the definition of
11343 expedite_regs_${arch}.
11344
11345 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11346
11347 * regformats/regdef.h (struct reg): Add comment describing the
11348 requirements for offset and size fields.
11349
11350 2002-02-04 Andreas Schwab <schwab@suse.de>
11351
11352 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11353 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11354
11355 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11356
11357 * gdbarch.sh (copyright): Update years in generated header.
11358 (SMASH_TEXT_ADDRESS): Add rule.
11359 * gdbarch.h, gdbarch.c: Re-generate.
11360 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11361 * dbxread.c: Likewise.
11362 * dwarfread.c: Likewise.
11363 * elfread.c: Likewise.
11364 * somread.c: Likewise.
11365
11366 * arm-tdep.c (arm_smash_text_address): New function.
11367 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11368
11369 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11370
11371 Add support for hardware watchpoints on win32 native.
11372 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11373 CONTEXT_DEBUG_REGISTERS.
11374 (dr variable): New variable. Static array containing a local copy
11375 of debug registers.
11376 (debug_registers_changed): New variable. Reflects when debug registers
11377 are changed and need to be written to inferior.
11378 (debug_registers_used): New variable. Reflects when any debug register
11379 was set, used when new threads are created.
11380 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11381 i386-nat code.
11382 (thread_rec): Set dr array if id is the thread of current_event .
11383 (child_continue, child_resume): Change the debug registers for all
11384 threads if debug_registers_changed.
11385 (child_add_thread): Change the debug registers if debug_registers_used.
11386 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11387 Link nm.h to new nm-cygwin.h file.
11388 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11389 of hardware registers.
11390
11391 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11392
11393 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11394 Restore behavour broken by 2002-01-20 Andrew Cagney
11395 <ac131313@redhat.com> IEEE_FLOAT removal.
11396
11397 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11398
11399 * c-valprint.c (c_val_print): Pass a proper valaddr to
11400 cp_print_class_method.
11401 * valops.c (search_struct_method): If there is only one method
11402 and args is NULL, return that method.
11403
11404 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11405
11406 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11407 accessing tag_name directly.
11408
11409 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11410
11411 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11412 of accessing tag_name directly.
11413
11414 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11415
11416 PR gdb/280
11417 * gdbtypes.c (replace_type): New function.
11418 * gdbtypes.h (replace_type): Add prototype.
11419 * stabsread.c (read_type): Use replace_type.
11420
11421 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11422
11423 * Makefile.in (memattr.o): Add missing dependencies rule.
11424
11425 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11426
11427 * breakpoint.c (break_at_finish_command): Really export.
11428 (break_at_finish_at_depth_command): Ditto.
11429 (tbreak_at_finish_command): Ditto.
11430 * hppa-tdep.c: Include completer.h.
11431 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11432 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11433
11434 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11435
11436 * utils.c (do_write): New function.
11437 (error_stream): Rewrite combining the code from error_begin and
11438 verror.
11439 (verror): Rewrite using error_stream.
11440 (error_begin): Delete function.
11441
11442 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11443
11444 * utils.c (error_begin): Make static.
11445 * defs.h (error_begin): Delete declaration.
11446
11447 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11448 (decode_line_1): Use cplusplus_error instead of error_begin,
11449 cplusplus_hint and return_to_top_level.
11450 * coffread.c (coff_symfile_read): Use error instead of error_begin
11451 and return_to_top_level.
11452 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11453
11454 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11455
11456 * language.h (type_error, range_error): Make string parameter
11457 constant.
11458 * language.c (warning_pre_print): Delete extern declaration.
11459 * dwarfread.c (warning_pre_print): Ditto.
11460 * language.c (type_error, range_error): Rewrite to use verror and
11461 vwarning instead of warning_begin.
11462
11463 2002-02-01 Michael Snyder <msnyder@redhat.com>
11464
11465 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11466 (set_ignore_count): Move misplaced comment back where it belongs.
11467
11468 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11469
11470 * command.h (NO_FUNCTION): Delete macro.
11471 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11472 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11473 * tracepoint.c (_initialize_tracepoint): Ditto.
11474 * cli/cli-decode.c (add_set_cmd): Ditto.
11475 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11476
11477 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11478
11479 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11480 Update ``this'' pointer when calling virtual functions.
11481
11482 2002-02-01 Michael Snyder <msnyder@redhat.com>
11483
11484 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11485 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11486
11487 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11488
11489 * regformats/reg-arm.dat: New file.
11490 * regformats/reg-i386.dat: New file.
11491 * regformats/reg-ia64.dat: New file.
11492 * regformats/reg-m68k.dat: New file.
11493 * regformats/reg-mips.dat: New file.
11494 * regformats/reg-ppc.dat: New file.
11495 * regformats/reg-sh.dat: New file.
11496 * regformats/regdef.h: New file.
11497 * regformats/regdat.sh: New file.
11498
11499 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11500
11501 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11502 (arm_frame_args_address, arm_frame_locals_address): New functions.
11503 (arm_frame_num_args): New function.
11504 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11505 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11506 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11507
11508 2002-01-31 Michael Snyder <msnyder@redhat.com>
11509
11510 * breakpoint.c (break_at_finish_command): Export.
11511 (break_at_finish_at_depth_command): Export.
11512 (tbreak_at_finish_command): Export.
11513 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11514 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11515 "txbreak" commands, which are HPPA specific.
11516
11517 * printcmd.c (disassemble_command): Remove an ancient
11518 artifact of an old merge.
11519
11520 * symfile.h (enum overlay_debugging_state):
11521 Define enum constant values for overlay mode.
11522 * symfile.c (overlay_debugging): Use enums instead of literals.
11523 (overlay_is_mapped, overlay_auto_command,
11524 overlay_manual_command): Ditto.
11525
11526 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11527 breakpoint_here_p, breakpoint_inserted_here_p,
11528 breakpoint_thread_match, bpstat_stop_status,
11529 describe_other_breakpoints, check_duplicates, clear_command):
11530 Coding standard fixes.
11531
11532 * target.c (target_xfer_memory): Add spaces, coding standard.
11533 (do_xfer_memory): Add missing line to trust-readonly
11534 code: check bfd SEC_READONLY flag for section.
11535
11536 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11537
11538 * PROBLEMS: Fix typo, 5.1->5.1.1.
11539
11540 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11541
11542 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11543 data symbols, since we search based on textlow and texthigh.
11544 (find_pc_sect_symtab): Likewise.
11545
11546 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11547
11548 * defs.h (vwarning): Declare.
11549 * utils.c (vwarning): New function.
11550 (warning): Call vwarning.
11551 (warning_begin): Delete function.
11552
11553 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11554 the warning message.
11555 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11556 warning_begin.
11557
11558 2002-01-30 Michael Snyder <msnyder@redhat.com>
11559
11560 * NEWS: Mention "set trust-readonly-sections" command.
11561 Mention generate-core-file command.
11562
11563 2002-01-15 Michael Snyder <msnyder@redhat.com>
11564
11565 * target.c: New command, "set trust-readonly-sections on".
11566 (do_xfer_memory): Honor the suggestion to trust readonly sections
11567 by reading them from the object file instead of from the target.
11568 (initialize_targets): Register command "set trust-readonly-sections".
11569
11570 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11571
11572 * parse.c (target_map_name_to_register): Simplify, search regs and
11573 pseudo-regs using a single loop.
11574
11575 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11576
11577 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11578
11579 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11580
11581 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11582 * config/i386/i386v42mp.mh: Add i387-nat.o .
11583 * i386v4-nat.c: Include i387-nat.h.
11584 (supply_fpregset): Use i387_supply_fsave.
11585 (fill_fpregset): Use i387_fill_fsave.
11586
11587 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11588
11589 * arm-tdep.c (arm_call_dummy_words): Define.
11590 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11591 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11592 (CALL_DUMMY_WORDS): Define.
11593 (arm_call_dummy_words): Declare.
11594 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11595 (arm_linux_call_dummy_words): Declare.
11596
11597 2002-01-30 Andreas Schwab <schwab@suse.de>
11598
11599 * m68klinux-nat.c: Fix last change to use regcache_collect
11600 instead of referencing registers[] directly.
11601
11602 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11603
11604 * parse.c (target_map_name_to_register): Delete code wrapped in
11605 #ifdef REGISTER_NAME_ALIAS_HOOK.
11606
11607 2002-01-28 Michael Snyder <msnyder@redhat.com>
11608
11609 * regcache.c (legacy_read_register_gen): Need to be able to
11610 read pseudo-register as well as real register.
11611 (legacy_write_register_gen): Ditto.
11612
11613 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11614
11615 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11616 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11617 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11618 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11619 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11620 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11621 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11622 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11623 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11624 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11625 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11626 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11627 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11628 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11629 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11630 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11631 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11632 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11633 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11634 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11635
11636 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11637
11638 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11639 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11640 (initialize_current_architecture): Update target_byte_order using
11641 information from BFD.
11642 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11643 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11644
11645 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11646
11647 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11648 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11649
11650 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11651 #ifdef INVALID_FLOAT.
11652 * infcmd.c (do_registers_info): Ditto.
11653 * values.c (unpack_double): Ditto. Add comment.
11654
11655 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11656 already commented out.
11657
11658 2002-01-26 Andreas Schwab <schwab@suse.de>
11659
11660 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11661 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11662 registers and add support for PTRACE_GETREGS.
11663
11664 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11665
11666 GDB 5.1.1 released from 5.1 branch.
11667 * NEWS: Add 5.1.1 news.
11668 * README: Sync with 5.1 branch.
11669
11670 2002-01-23 Fred Fish <fnf@redhat.com>
11671
11672 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11673 stabstring on initial malloc. Reallocing will copy it for us,
11674 if necessary.
11675
11676 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11677
11678 * Makefile.in (hpread_h): Delete.
11679 (HFILES_NO_SRCDIR): Remove hpread.h.
11680 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11681 (hpread.o): Update dependencies.
11682 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11683
11684 * hp-psymtab-read.c: Remove file.
11685 * hp-symtab-read.c: Remove file.
11686 * hpread.h: Remove file.
11687
11688 * hpread.c: Merge all contents of hp-psymtab-read.c,
11689 hp-symtab-read.c and hpread.h into this file, as it was prior to
11690 January 1999.
11691
11692 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11693 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11694 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11695 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11696
11697 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11698
11699 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11700 fill_gregset): Call gdbarch_tdep() just once, assign result to
11701 variable and use that, instead of calling the function several
11702 times.
11703
11704 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11705
11706 * configure.host: Accept sparcv9 as alias for sparc64.
11707 * configure.tgt: Likewise.
11708
11709 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11710
11711 * solib-aix5.c (build_so_list_from_mapfile)
11712 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11713 arguments is not reversed.
11714 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11715 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11716
11717 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11718
11719 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11720 modified version of obsolete sh_fetch_pseudo_register.
11721 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11722 (sh4_register_read): New function.
11723 (sh_pseudo_register_write): New function. Renamed and modified
11724 version of obsolete sh_store_pseudo_register.
11725 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11726 (sh4_register_write): New function.
11727 (sh_gdbarch_init): Remove setting of gdbarch function
11728 fetch_pseudo_register and store_pseudo_register. Remove setting of
11729 register_convert_to_raw, register_convert_to_virtual,
11730 register_convertible.
11731 (sh_sh4_register_convertible): Delete. No longer needed. All is
11732 taken care by architecture specific functions
11733 register_read/register_write.
11734 (sh_sh4_register_convert_to_virtual): Make static.
11735 (sh_sh4_register_convert_to_raw): Ditto.
11736
11737 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11738
11739 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11740 (floatformat_is_nan, floatformat_mantissa): Ditto.
11741
11742 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11743 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11744 builtin_type_ieee_double_little,
11745 builtin_type_ieee_double_littlebyte_bigword,
11746 builtin_type_m68881_ext, builtin_type_i960_ext,
11747 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11748 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11749 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11750 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11751
11752 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11753
11754 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11755 parameter. Set frameless flag if it exists and depended of
11756 whether the scanned function is frameless or not.
11757 (xstormy16_skip_prologue): If function is frameless, return
11758 result of xstormy16_scan_prologue().
11759 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11760 call.
11761
11762 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11763
11764 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11765 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11766 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11767 sh_sh4_register_byte, sh_sh4_register_raw_size,
11768 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11769 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11770 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11771 sh_store_pseudo_register, sh_do_pseudo_register): Call
11772 gdbarch_tdep() just once, assign result to variable and use that,
11773 instead of calling the function several times.
11774
11775 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11776
11777 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11778 macros instead of LAST_FPU_CTRL_REGNUM.
11779 (store_register): Likewise.
11780
11781 2002-01-21 Jim Blandy <jimb@redhat.com>
11782
11783 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11784 is up-to-date before running the program, not just when a program
11785 exits.
11786
11787 2002-01-21 Fred Fish <fnf@redhat.com>
11788
11789 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11790 when we have found all instructions we are looking for.
11791
11792 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11793
11794 * arm-tdep.c (arm_register_name): New function.
11795 (arm_registers_names): Make static.
11796 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11797 (arm_register_name): Declare.
11798 (REGISTER_NAME): Use it.
11799
11800 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11801 Kevin Buettner <kevinb@redhat.com>
11802
11803 Convert arm targets to new FRAME interface.
11804 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11805 (arm_frame_find_save_regs): Delete.
11806 (arm_frame_init_saved_regs): New.
11807 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11808 Allocate extra_info as required. Convert all uses of fsr.regs
11809 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11810 to use extra_info.
11811 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11812 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11813 (check_prologue_cache, save_prologue_cache): Likewise.
11814 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11815 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11816 (FRAME_FIND_SAVED_REGS): Delete.
11817 (arm_frame_find_saved_regs): Delete prototype.
11818 (arm_frame_init_saved_regs): New prototype.
11819 (FRAME_INIT_SAVED_REGS): Define.
11820
11821 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11822
11823 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11824
11825 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11826
11827 From Jeff Law <law@redhat.com>:
11828 * infttrace.c: Include <sys/pstat.h>.
11829 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11830 exec file if the ttrace equivalent fails.
11831
11832 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11833
11834 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11835 (closeLogFile): Ditto.
11836
11837 2002-01-20 Michael Chastain <mec@shout.net>
11838
11839 * top.c (print_gdb_version): Bump copyright year to 2002.
11840
11841 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11842
11843 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11844 Zannoni and Eli Zaretskii.
11845
11846 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11847
11848 * buildsym.c: Update copyright years.
11849 * c-typeprint.c: Likewise.
11850 * dwarf2read.c: Likewise.
11851 * f-typeprint.c: Likewise.
11852 * gdbtypes.c: Likewise.
11853 * gdbtypes.h: Likewise.
11854 * hp-symtab-read.c: Likewise.
11855 * hpread.c: Likewise.
11856 * mdebugread.c: Likewise.
11857 * p-typeprint.c: Likewise.
11858
11859 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11860
11861 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11862 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11863 byte-order selectable.
11864 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11865 * arch-utils.c: Ditto.
11866 (set_endian): Ditto.
11867 (set_endian_from_file): Ditto.
11868 * gdbserver/low-sim.c (create_inferior): Ditto.
11869 * gdbarch.sh: Ditto.
11870 * gdbarch.h: Re-generate.
11871 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11872 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11873 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11874 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11875 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11876 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11877 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11878 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11879 macro definition.
11880 * config/mips/tm-wince.h: Remove #undef of macro
11881 TARGET_BYTE_ORDER_SELECTABLE.
11882 * config/sh/tm-wince.h: Ditto.
11883
11884 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11885
11886 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11887 member function fields. Add accessor macro
11888 TYPE_FN_FIELD_ARTIFICIAL.
11889 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11890 * c-typeprint.c (c_type_print_base): Skip artificial member
11891 functions.
11892
11893 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11894
11895 * f-typeprint.c: Delete unused function f_type_print_args.
11896 * p-typeprint.c: Delete unused function pascal_type_print_args.
11897
11898 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11899
11900 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11901 comment. Add ``artificial'' to ``union field_location''.
11902
11903 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11904
11905 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11906 * mdebugread.c (parse_symbol): Likewise.
11907 * stabsread.c (define_symbol): Likewise.
11908 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11909 initializing TYPE_FIELD_BITPOS to n (obsolete).
11910 (hpread_doc_function_type): Likewise.
11911 * hpread.c (hpread_function_type): Likewise.
11912
11913 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11914
11915 * configure.in (host_makefile_frag): Only require a host makefile
11916 fragment when a native build.
11917 * configure: Re-generate.
11918
11919 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11920
11921 * doublest.h (floatformat_from_type): Declare.
11922 * doublest.c (floatformat_from_type): New function.
11923 (convert_typed_floating): Use.
11924
11925 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11926 call to function floatformat_from_type.
11927
11928 * gdbarch.sh (IEEE_FLOAT): Delete.
11929 * gdbarch.h, gdbarch.c: Re-generate.
11930 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11931 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11932 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11933 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11934 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11935 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11936 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11937 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11938 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11939 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11940 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11941 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11942
11943 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11944 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11945 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11946 * sh-tdep.c (sh_gdbarch_init): Ditto.
11947 * mips-tdep.c (mips_gdbarch_init): Ditto.
11948 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11949 * cris-tdep.c (cris_gdbarch_init): Ditto.
11950
11951 2002-01-20 Jiri Smid <smid@suse.cz>
11952
11953 * configure.host, configure.tgt: Support x86-64.
11954 * NEWS: Note new target x86-64.
11955
11956 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11957 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11958 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11959 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11960 x86-64-linux-nat.o): Fix dependencies.
11961
11962 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11963
11964 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11965 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11966 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11967 * config/sparc/xm-sun4os4.h: Delete file.
11968 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11969
11970 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11971
11972 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11973 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11974 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11975 * config/i386/i386lynx.mh (XM_FILE): Delete.
11976 * config/rs6000/xm-rs6000ly.h: Delete file.
11977 * config/sparc/xm-sparclynx.h: Delete file.
11978 * config/m68k/xm-m68klynx.h: Delete file.
11979 * config/i386/xm-i386lynx.h: Delete file.
11980 * config/xm-lynx.h: Delete file.
11981 * config/djgpp/fnchange.lst: Update.
11982
11983 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11984
11985 * alpha-tdep.c (alpha_register_byte): New function.
11986 (alpha_register_raw_size): Ditto.
11987 (alpha_register_virtual_size): Ditto.
11988 (alpha_skip_prologue_internal): Renamed from
11989 alpha_skip_prologue.
11990 (alpha_skip_prologue): New version that calls
11991 alpha_skip_prologue_internal.
11992 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11993 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11994 second argument from alpha_skip_prologue.
11995 (REGISTER_BYTE): Use alpha_register_byte.
11996 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11997 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11998 (FRAMELESS_FUNCTION_INVOCATION): Use
11999 generic_frameless_function_invocation_not.
12000 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12001 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12002
12003 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12004
12005 * config/mips/xm-news-mips.h: Delete file.
12006 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12007
12008 * config/m88k/xm-m88k.h: Delete file.
12009 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12010 * config/m88k/xm-delta88v4.h: Ditto.
12011 * config/m88k/xm-delta88.h: Ditto.
12012
12013 * config/alpha/xm-fbsd.h: Delete file.
12014 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12015
12016 * config/sparc/xm-sparc.h: Delete file.
12017 * Makefile.in (xm-sun4os4.h): Delete dependency.
12018 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12019 * config/sparc/xm-sun4os4.h: Ditto.
12020 * config/sparc/xm-linux.h: Ditto.
12021
12022 * config/i386/xm-windows.h: Delete file.
12023
12024 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12025
12026 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12027 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12028
12029 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12030
12031 * alpha-tdep.c (alpha_call_dummy_words): New.
12032 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12033 (CALL_DUMMY_P): Define.
12034 (CALL_DUMMY_WORDS): Define.
12035 (SIZEOF_CALL_DUMMY_WORDS): Define.
12036
12037 2002-01-19 Per Bothner <per@bothner.com>
12038
12039 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12040 isn't NULL, which can happen with some gcj-3.x-produced code.
12041
12042 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12043
12044 * alpha-tdep.c (alpha_register_virtual_type): New function.
12045 (alpha_init_frame_pc_first): Ditto.
12046 (alpha_fix_call_dummy): Ditto.
12047 (alpha_store_struct_return): Ditto.
12048 (alpha_extract_struct_value_address): Ditto.
12049 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12050 alpha_register_virtual_type.
12051 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12052 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12053 alpha_extract_struct_value_address.
12054 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12055 (INIT_FRAME_PC): Use init_frame_pc_noop.
12056 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12057
12058 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12059
12060 * i386gnu-nat.c: Include "i386-tdep.h".
12061 (fetch_fpregs): Simplify code dealing with uninitialized floating
12062 point states such that it doesn't require FP7_REGNUM.
12063
12064 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12065
12066 * alpha-tdep.c (frame_extra_info): New.
12067 (alpha_find_saved_regs): Make static. Use
12068 frame->extra_info.
12069 (alpha_frame_init_saved_regs): New function.
12070 (alpha_frame_saved_pc): Use frame->extra_info.
12071 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12072 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12073 (init_extra_frame_info): Rename to...
12074 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12075 (alpha_print_extra_frame_info): New function.
12076 (alpha_frame_locals_address): Ditto.
12077 (alpha_frame_args_address): Ditto.
12078 (alpha_pop_frame): Use frame->extra_info.
12079 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12080 alpha_frame_args_address.
12081 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12082 (alpha_find_saved_regs): Remove prototype.
12083 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12084 (EXTRA_FRAME_INFO): Remove.
12085 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12086 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12087
12088 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12089
12090 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12091 (alpha_cannot_fetch_register): Ditto.
12092 (alpha_cannot_store_register): Ditto.
12093 (alpha_register_convertible): Ditto.
12094 (alpha_use_struct_convention): Ditto.
12095 * config/alpha/tm-alpha.h: Update copyright years.
12096 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12097 (INNER_THAN): Use core_addr_lessthan.
12098 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12099 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12100 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12101 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12102 (FRAME_CHAIN): Remove unnecessary cast.
12103
12104 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12105
12106 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12107 obsolete.
12108
12109 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12110
12111 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12112 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12113 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12114 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12115 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12116 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12117 * x86-64-linux-nat.c: Ditto.
12118
12119 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12120
12121 * alpha-tdep.c (alpha_register_name): New function.
12122 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12123 (REGISTER_NAME): Define.
12124
12125 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12126
12127 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12128
12129 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12130
12131 * alpha-tdep.c: Update copyright years.
12132 (alpha_next_pc): New function.
12133 (alpha_software_single_step): Ditto.
12134 * config/alpha/tm-alpha.h: Add prototype for
12135 alpha_software_single_step.
12136
12137 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12138
12139 * alphabsd-nat.c: Update copyright years.
12140 (fill_gregset): Use regcache_collect.
12141 (fill_fpregset): Likewise.
12142 (fetch_inferior_registers): Only fetch integer registers
12143 if requested to do so.
12144 (store_inferior_registers): Only store integer registers
12145 if requested to do so.
12146
12147 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12148
12149 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12150 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12151 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12152 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12153 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12154 * config/arm/linux.mh (XDEPFILES): Delete.
12155 * config/arm/nbsd.mh (XDEPFILES): Delete.
12156 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12157 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12158 * config/i386/i386m3.mh (XDEPFILES): Delete.
12159 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12160 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12161 * config/i386/fbsd.mh (XDEPFILES): Delete.
12162 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12163 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12164 * config/i386/i386v4.mh (XDEPFILES): Delete.
12165 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12166 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12167 * config/i386/i386aix.mh (XDEPFILES): Delete.
12168 * config/i386/go32.mh (XDEPFILES): Delete.
12169 * config/i386/cygwin.mh (XDEPFILES): Delete.
12170 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12171 * config/i386/i386mach.mh (XDEPFILES): Delete.
12172 * config/i386/i386v32.mh (XDEPFILES): Delete.
12173 * config/i386/linux.mh (XDEPFILES): Delete.
12174 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12175 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12176 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12177 * config/i386/i386sco.mh (XDEPFILES): Delete.
12178 * config/i386/i386v.mh (XDEPFILES): Delete.
12179 * config/i386/nbsd.mh (XDEPFILES): Delete.
12180 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12181 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12182 * config/i386/symmetry.mh (XDEPFILES): Delete.
12183 * config/i386/obsd.mh (XDEPFILES): Delete.
12184 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12185 * config/ia64/linux.mh (XDEPFILES): Delete.
12186 * config/ia64/aix.mh (XDEPFILES): Delete.
12187 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12188 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12189 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12190 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12191 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12192 * config/m68k/linux.mh (XDEPFILES): Delete.
12193 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12194 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12195 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12196 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12197 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12198 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12199 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12200 * config/m88k/delta88.mh (XDEPFILES): Delete.
12201 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12202 * config/m88k/m88k.mh (XDEPFILES): Delete.
12203 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12204 * config/mips/linux.mh (XDEPFILES): Delete.
12205 * config/mips/irix6.mh (XDEPFILES): Delete.
12206 * config/mips/irix5.mh (XDEPFILES): Delete.
12207 * config/mips/irix4.mh (XDEPFILES): Delete.
12208 * config/mips/irix3.mh (XDEPFILES): Delete.
12209 * config/mips/decstation.mh (XDEPFILES): Delete.
12210 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12211 (NATDEPFILES): Move core-aout.o to here.
12212 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12213 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12214 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12215 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12216 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12217 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12218 * config/pa/hpux11.mh (XDEPFILES): Delete.
12219 * config/powerpc/aix.mh (XDEPFILES): Delete.
12220 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12221 * config/powerpc/linux.mh (XDEPFILES): Delete.
12222 * config/romp/rtbsd.mh: Rename XDEPFILES.
12223 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12224 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12225 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12226 * config/s390/s390.mh (XDEPFILES): Delete.
12227 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12228 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12229 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12230 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12231 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12232 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12233 * config/sparc/linux.mh (XDEPFILES): Delete.
12234 * config/vax/vaxult.mh (XDEPFILES): Delete.
12235 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12236 * Makefile.in (DEPFILES): Remove XDEPFILES.
12237
12238 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12239
12240 * utils.c (internal_verror): Fix comments, default is yes not no.
12241 Update queries to match. Default to quit and dump core.
12242
12243 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12244
12245 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12246 copyright.
12247 * defs.h, event-top.c, gdbcmd.h: Ditto.
12248 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12249 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12250 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12251 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12252 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12253 * mi/mi-main.c:Ditto.
12254
12255 * stack.c, symfile.c: Update copyright.
12256
12257 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12258
12259 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12260 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12261 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12262 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12263
12264 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12265
12266 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12267 * gdbserver/low-lynx.c (myattach): Likewise.
12268 * gdbserver/low-nbsd.c (myattach): Likewise.
12269 * gdbserver/low-sim.c (myattach): Likewise.
12270 * gdbserver/low-sparc.c (myattach): Likewise.
12271 * gdbserver/low-sun3.c (myattach): Likewise.
12272
12273 * gdbserver/low-linux.c (myattach): New function.
12274
12275 * gdbserver/server.c (attach_inferior): New function.
12276 (main): Handle "--attach".
12277
12278 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12279
12280 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12281 maintainer.
12282
12283 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12284
12285 * c-typeprint.c (is_type_conversion_operator): Add additional
12286 check for non-conversion operators.
12287
12288 2002-01-15 Michael Snyder <msnyder@redhat.com>
12289
12290 * linux-proc.c: Add "info proc" command, a la procfs.c.
12291 (read_mapping): New function, abstract and re-use code.
12292 (linux_find_memory_regions): Use new func read_mapping.
12293 (linux_info_proc_cmd): New function, implement "info proc".
12294 (_initialize_linux_proc): Add new command "info proc".
12295
12296 2002-01-15 Michael Snyder <msnyder@redhat.com>
12297
12298 * symfile.c (generic_load): Use bfd_map_over_sections method
12299 instead of manipulating bfd structure members directly.
12300 (add_section_size_callback): New function, bfd sections callback
12301 used by generic_load.
12302 (load_sections_callback): New function, bfd sections callback
12303 used by generic_load.
12304
12305 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12306
12307 [Based on work by Jim Blandy]
12308 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12309 (builtin_type_vec128): Export.
12310 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12311 types.
12312 (builtin_type_vec128): New builtin type for 128 bit vector
12313 registers.
12314 (build_gdbtypes): Initialize builtin_type_v16qi and
12315 builtin_type_v8hi. Create the vec128 register builtin type
12316 structure.
12317 (build_builtin_type_vec128): New function.
12318 (_initialize_gdbtypes): Register builtin_type_v16qi and
12319 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12320 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12321 AltiVec register to new builtin type.
12322
12323 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12324
12325 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12326 to make_cv_type.
12327
12328 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12329
12330 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12331 CLEAN_UP_REGISTER_VALUE.
12332 * regcache.c (supply_register): Update only call.
12333
12334 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12335
12336 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12337 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12338 a29k-*-vxworks* targets as obsolete.
12339
12340 2002-01-14 Michael Snyder <msnyder@redhat.com>
12341
12342 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12343 until we can resolve portability issues.
12344 * gregset.h: Remove references to fpxregs.
12345 * gcore.c (gcore_command): Initialize note_sec to NULL.
12346
12347 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12348
12349 * signals.c (target_signal_to_name): Rewrite. Only use
12350 signals[].name when in bounds and non-NULL.
12351
12352 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12353
12354 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12355 * signals.c (target_signal_to_name): Verify that SIG is within the
12356 bounds of the signals array.
12357
12358 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12359
12360 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12361
12362 2002-01-13 Keith Seitz <keiths@redhat.com>
12363
12364 * stack.c (print_frame_info_base): Print the frame's pc
12365 only if when print_frame_info_listing_hook is not defined.
12366
12367 2002-01-13 Keith Seitz <keiths@redhat.com>
12368
12369 * varobj.c (varobj_set_value): Make sure that there were no
12370 errors evaluating the object before attempting to set its
12371 value.
12372 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12373 so this offset adjustment is no longer necessary.
12374 (create_child): Don't set the error flag if the child is
12375 a CPLUS_FAKE_CHILD.
12376 (value_of_child): If value_fetch_lazy fails, return NULL
12377 so that callers will be notified that an error occurred.
12378 (c_value_of_variable): Delay check of variable's validity
12379 until later. We actually want all structs and unions to have
12380 the value "{...}".
12381 Do not return "???" for variables which could not be evaluated.
12382 This error condition must be returned to the caller so that it
12383 can get the error condition from gdb.
12384 (cplus_name_of_child): Adjust index for vptr before figuring
12385 out the name of the child.
12386 (cplus_value_of_child): If a child's (real) parent is not valid,
12387 don't even bother trying to give a value for it. Just return
12388 an error. Change all instances in this function.
12389 (cplus_type_of_child): If our parent is one of the "fake"
12390 parents, we need to get at the type of the real parent, and
12391 derive the child's true type using this information.
12392
12393 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12394
12395 From 2002-01-09 John Marshall <johnm@falch.net>:
12396 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12397 sources.redhat.com, and tweak some related URLs which had
12398 suffered from linkrot.
12399
12400 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12401
12402 From Jeff law:
12403 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12404 structures passed in registers.
12405
12406 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12407
12408 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12409 white space which prevented compilation. Reported by DSK
12410 <dsk@student.unsw.edu.au>.
12411
12412 2002-01-11 Michael Snyder <msnyder@redhat.com>
12413
12414 * symfile.c (build_section_addr_info_from_section_tab):
12415 Use bfd access method instead of manipulating bfd directly.
12416 (syms_from_objfile): Ditto.
12417 (simple_overlay_update_1): Ditto.
12418 (simple_overlay_update): Ditto.
12419 (generic_load): Ditto.
12420 (overlay_unmapped_address): FIXME comment, bfd access methods.
12421 (sections_overlap): FIXME comment, bfd access methods.
12422 (pc_in_mapped_range): FIXME comment, bfd access methods.
12423 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12424 (section_is_mapped): FIXME comment, bfd access methods.
12425 (section_is_overlay): FIXME comment, bfd access methods.
12426
12427 * symfile.c (generic_load): Whitespace and long line cleanups.
12428 Remove duplicate variable, change several local variables to
12429 more appropriate data types.
12430 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12431
12432 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12433
12434 From Peter Schauer:
12435 * language.c (longest_local_hex_string_custom): Use phex_nz to
12436 convert NUM to a hex string.
12437
12438 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12439
12440 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12441 the function.
12442 Update Copyright year.
12443
12444 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12445
12446 * language.c (longest_raw_hex_string): Delete unused function.
12447
12448 2002-01-11 Petr Sorfa <petrs@caldera.com>
12449
12450 * MAINTAINERS (write-after-approval): Add myself.
12451 * dwarf2read.c (read_tag_string_type): Handling of
12452 DW_AT_byte_size.
12453 (read_tag_string_type): FORTRAN fix to prevent propagation of
12454 first string size.
12455 (set_cu_language): Handling of DW_LANG_Fortran95
12456
12457 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12458
12459 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12460 GETPID(inferior_ptid).
12461 (store_inferior_registers): Likewise.
12462
12463 2002-01-10 Jason Merrill <jason@redhat.com>
12464
12465 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12466 Fix DW_OP_minus.
12467
12468 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12469
12470 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12471 and bfd/elf32-sh-nbsd.c.
12472
12473 2002-01-10 Michael Snyder <msnyder@redhat.com>
12474
12475 * NEWS: Mention --pid and corefile/proc-id behavior change.
12476
12477 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12478 * gcore.c: Include cli/cli-decode.h instead of command.h.
12479
12480 * main.c (captured_main): Add new command line option "--pid".
12481 If the second command line argument (following the symbol-file)
12482 begins with a digit, try to attach to it before trying to open
12483 it as a corefile.
12484 (print_gdb_help): Document the "--pid" argument.
12485
12486 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12487
12488 * completer.c (command_completer): New function.
12489
12490 * completer.h <command_completer>: Add prototype.
12491
12492 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12493 completer for the "help" command.
12494
12495 2002-01-09 Jason Merrill <jason@redhat.com>
12496
12497 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12498
12499 2002-01-09 Michael Snyder <msnyder@redhat.com>
12500
12501 * i386-linux-nat.c (fill_fpxregset): Make global.
12502 (store_fpxregset): Ditto.
12503
12504 * gregset.h (gdb_fpxregset_t): Define.
12505 (supply_fpxregset): Prototype.
12506 (fill_fpxregset): Prototype.
12507
12508 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12509
12510 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12511
12512 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12513 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12514 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12515
12516 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12517
12518 * MAINTAINERS: Update target maintainer rules so that any
12519 Maintainer can approve a tested patch for a maintenance-only
12520 target.
12521
12522 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12523
12524 * MAINTAINERS (write-after-approval): Add myself.
12525
12526 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12527 IN_SIGTRAMP.
12528
12529 2002-01-08 Michael Snyder <msnyder@redhat.com>
12530
12531 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12532 real name of the executable, rather than the /proc name.
12533
12534 2002-01-03 Michael Snyder <msnyder@redhat.com>
12535
12536 Implement a "generate-core-file" command in gdb, save target state.
12537 * gcore.c: New file. Implement new command 'generate-core-file'.
12538 Save a corefile image of the current state of the inferior.
12539 * linux-proc.c: Add linux-specific code for saving corefiles.
12540 * target.h (struct target_ops): Add new target vectors for saving
12541 corefiles; to_find_memory_regions and to_make_corefile_notes.
12542 (target_find_memory_regions): New macro.
12543 (target_make_corefile_notes): New macro.
12544 * target.c (update_current_target): Inherit new target methods.
12545 (dummy_find_memory_regions): New place-holder method.
12546 (dummy_make_corefile_notes): New place-holder method.
12547 (init_dummy_target): Initialize new dummy target vectors.
12548 * exec.c (exec_set_find_memory_regions): New function.
12549 Allow the exec_ops vector for memory regions to be taken over.
12550 (exec_make_note_section): New function, target vector method.
12551 * defs.h (exec_set_find_memory_regions): Export prototype.
12552 * procfs.c (proc_find_memory_regions): New function, corefile method.
12553 (procfs_make_note_section): New function, corefile method.
12554 (init_procfs_ops): Set new target vector pointers.
12555 (find_memory_regions_callback): New function.
12556 (procfs_do_thread_registers): New function.
12557 (procfs_corefile_thread_callback): New function.
12558 * sol-thread.c (sol_find_memory_regions): New function.
12559 (sol_make_note_section): New function.
12560 (init_sol_thread_ops): Initialize new target vectors.
12561 * inftarg.c (inftarg_set_find_memory_regions): New function.
12562 Allow to_find_memory_regions vector to be taken over.
12563 (inftarg_set_make_corefile_notes): New function.
12564 Allow to_make_corefile_notes vector to be taken over.
12565 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12566 interface layer if not target_has_execution (may be a corefile).
12567 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12568 * config/sparc/sun4sol2.mh: Ditto.
12569 * config/alpha/alpha-linux.mh: Ditto.
12570 * config/arm/linux.mh: Ditto.
12571 * config/i386/x86-64linux.mh: Ditto.
12572 * config/ia64/linux.mh: Ditto.
12573 * config/m68k/linux.mh: Ditto.
12574 * config/mips/linux.mh: Ditto.
12575 * config/powerpc/linux.mh: Ditto.
12576 * config/sparc/linux.mh: Ditto.
12577
12578 2002-01-07 Michael Snyder <msnyder@redhat.com>
12579
12580 * arm-linux-nat.c: Remove references to regcache.c internal data
12581 (registers[] and register_valid[]).
12582
12583 2002-01-07 Michael Snyder <msnyder@redhat.com>
12584
12585 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12586 so that attaching to a pid will automatically read the process's
12587 symbol file and shlibs.
12588 * Makefile.in: Add rule for linux-proc.o.
12589 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12590 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12591 * config/arm/linux.mh: Ditto.
12592 * config/i386/linux.mh: Ditto.
12593 * config/i386/x86-64linux.mh: Ditto.
12594 * config/ia64/linux.mh: Ditto.
12595 * config/m68k/linux.mh: Ditto.
12596 * config/mips/linux.mh: Ditto.
12597 * config/powerpc/linux.mh: Ditto.
12598 * config/sparc/linux.mh: Ditto.
12599
12600 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12601
12602 * win32-nat.c: Add i386-tdep.h dependency.
12603
12604 2002-01-07 Michael Snyder <msnyder@redhat.com>
12605
12606 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12607 instead of bfd_get_arch_size. Don't bail out just because
12608 there's no exec_bfd.
12609
12610 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12611 * p-valprint.c (pascal_object_print_value): Ditto.
12612 * somread.c (som_symtab_read): Ditto.
12613 * symfile.c (simple_free_overlay_region_table): Ditto.
12614 * valops.c (value_assign): Ditto.
12615
12616 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12617 use tilde_expand and strerror for opening save-tracepoints file.
12618
12619 * thread-db.c (thread_db_new_objfile): Indendation fix.
12620
12621 * infptrace.c (GDB_MAX_ALLOCA): New define.
12622 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12623 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12624 can be overridden with whatever value is appropriate to the host).
12625 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12626 alloca to allocate potentially large buffer.
12627 * rs6000-nat.c (child_xfer_memory): Ditto.
12628 * symm-nat.c (child_xfer_memory): Ditto.
12629 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12630
12631 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12632
12633 From Nick Clifton <nickc@redhat.com>
12634 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12635
12636 2002-01-07 Michael Snyder <msnyder@redhat.com>
12637
12638 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12639 Don't use exec_bfd if it's NULL.
12640
12641 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12642
12643 * valops.c (value_arg_coerce): Fix formatting.
12644
12645 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12646
12647 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12648 * gnu-nat.c: Ditto.
12649
12650 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12651
12652 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12653 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12654 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12655 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12656 z8k-coff have not been multi-arched. Update z8k-coff build
12657 status.
12658
12659 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12660
12661 * MAINTAINERS: Mark a29k target as obsolete.
12662 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12663 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12664 comments.
12665 * NEWS: Note that a29k targets are obsolete.
12666 * a29k-tdep.c: Mark as obsolete.
12667 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12668 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12669 a29k-*-vxworks* targets as obsolete.
12670 * remote-adapt.c: Obsolete.
12671 * remote-eb.c: Obsolete.
12672 * remote-mm.c: Obsolete.
12673 * remote-udi.c: Obsolete.
12674 * config/a29k/a29k-udi.mt: Obsolete.
12675 * config/a29k/a29k.mt: Obsolete.
12676 * config/a29k/tm-a29k.h: Obsolete.
12677 * config/a29k/tm-vx29k.h: Obsolete.
12678 * config/a29k/vx29k.mt: Obsolete.
12679
12680 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12681
12682 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12683 with BFD_ENDIAN_BIG.
12684
12685 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12686
12687 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12688 * configure, config.in: Re-generate.
12689 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12690 * defs.h: Do not include <endian.h>.
12691
12692 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12693
12694 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12695 * config.in: Regenerate.
12696 * configure.in: Update copyright years.
12697 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12698 * configure: Regenerate.
12699 * i386bsd-nat.c: Update copyright years.
12700 (fill_gregset): Use regcache_collect.
12701 (fetch_inferior_registers): Only fetch integer registers
12702 if requested to do so. Add support for XMM registers
12703 using PT_GETXMMREGS.
12704 (store_inferior_registers): Only store integer registers
12705 if requested to do so. Add support for XMM registers
12706 using PT_SETXMMREGS.
12707 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12708 (store_inferior_registers): Remove.
12709 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12710 (fetch_elfcore_registers): New function.
12711 (i386nbsd_elfcore_fns): New.
12712 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12713 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12714 i386bsd-nat.o.
12715 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12716 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12717 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12718 * config/i386/tm-nbsd.h: Update copyright years.
12719 (HAVE_SSE_REGS): Define.
12720 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12721 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12722 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12723 (SIGCONTEXT_PC_OFFSET): Remove.
12724 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12725
12726 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12727
12728 * configure.tgt: Remove powerpc-*-macos* target.
12729 * config/m68k/xm-mpw.h: Delete file.
12730 * config/xm-mpw.h: Delete file.
12731 * ser-mac.c: Delete file.
12732 * mpw-make.sed: Delete file.
12733 * mpw-config.in: Delete file.
12734 * mac-xdep.c: Delete file.
12735 * mac-gdb.r: Delete file.
12736 * mac-defs.h: Delete file.
12737 * mac-nat.c: Delete file.
12738 * config/powerpc/macos.mh: Delete file.
12739 * config/powerpc/macos.mt: Delete file.
12740 * config/powerpc/nm-macos.h: Delete file.
12741 * config/powerpc/tm-macos.h: Delete file.
12742 * source.c (openp, open_source_file): Remove obsolete code.
12743 * top.c (gdb_readline): Ditto.
12744 * utils.c (query): Ditto.
12745 * event-top.c (display_gdb_prompt): Ditto.
12746 * Makefile.in (ser-mac.o): Delete obsolete target.
12747 * NEWS: Update.
12748
12749 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12750
12751 * defs.h (BIG_ENDIAN): Delete macro definition.
12752 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12753 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12754 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12755 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12756 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12757 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12758 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12759 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12760 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12761 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12762 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12763 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12764 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12765 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12766 * gdbarch.c: Re-generate.
12767
12768 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12769
12770 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12771 for core files.
12772
12773 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12774
12775 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12776
12777 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12778
12779 * value.h (value_ptr): Delete typedef.
12780
12781 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12782
12783 * i386nbsd-nat.c: Update copyright years.
12784 Include i386-tdep.h.
12785
12786 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12787
12788 * stabsread.c: Update copyright years.
12789
12790 From Debashis Mahata <debashis.mahata@wipro.com>:
12791 (read_struct_fields): Deal with Sun C compiler erroneous stab
12792 output for structs and unions.
12793 Fix PR gdb/269.
12794
12795 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12796
12797 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12798 prototype.
12799
12800 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12801
12802 * cp-abi.c: Fix whitespace.
12803 (baseclass_offset): New wrapper function.
12804 * cp-abi.h (baseclass_offset): Add prototype.
12805 (struct cp_abi_ops): Add baseclass_offset pointer.
12806
12807 * valops.c (vb_match): Move to...
12808 * gnu-v2-abi.c (vb_match): here.
12809 * valops.c (baseclass_offset): Move to...
12810 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12811
12812 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12813
12814 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12815 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12816 * hpacc-abi.c (init_hpacc_ops): Likewise.
12817
12818 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12819
12820 * valops.c (find_overload_match): Accept obj as a
12821 reference parameter. Update it before returning.
12822 * value.h (find_overload_match): Update prototype.
12823 * eval.c (evaluate_subexp_standard): Pass object to
12824 find_overload_match by reference.
12825
12826 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12827
12828 * valarith.c: Replace value_ptr with struct value pointer. Remove
12829 register attribute from value declarations.
12830 * valops.c: Ditto.
12831 * value.h: Ditto.
12832 * scm-lang.c (scm_lookup_name): Ditto.
12833
12834 2002-01-03 Michael Snyder <msnyder@redhat.com>
12835
12836 Abstract the functionality of iterating over mapped memory
12837 regions into a general purpose iterator function.
12838 * procfs.c (iterate_over_mappings): New function, general purpose
12839 iterator for memory sections.
12840 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12841 (solib_mappings_callback): New function, callback for above.
12842 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12843 (info_mappings_callback): New function, callback for above.
12844
12845 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12846
12847 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12848
12849 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12850 * i386-tdep.c: Include "elf-bfd.h".
12851 (process_note_abi_tag_sections): New function.
12852 (i386_gdbarch_init): Add code to recognize various OS/ABI
12853 combinations.
12854
12855 * maint.c (_initialize_maint_cmds): Add missing \ in
12856 string-literal.
12857
12858 For older changes see ChangeLog-2001
12859 \f
12860 Local Variables:
12861 mode: change-log
12862 left-margin: 8
12863 fill-column: 74
12864 version-control: never
12865 End: