* gnu-nat.c (init_gnu_ops): Remove NULL initializations.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
2
3 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
4 * monitor.c (init_base_monitor_ops): Likewise.
5 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
6 * remote-array.c (init_array_ops): Likewise.
7 * remote-e7000.c (init_e7000_ops): Likewise.
8 * remote-es.c (init_es1800_ops): Likewise.
9 (init_es1800_child_ops): Likewise.
10 * remote-rdp.c (init_remote_rdp_ops): Likewise.
11 * remote-sim.c (init_gdbsim_ops): Likewise.
12 * remote-st.c (init_st2000_ops): Likewise.
13 * sol-thread.c (init_sol_core_ops): Likewise.
14 (init_sol_thread_ops): Likewise.
15 * v850ice.c (init_850ice_ops): Likewise.
16 * win32-nat.c (init_child_ops): Likewise.
17 * wince.c (init_child_ops): Likewise.
18
19 2002-11-12 Andrew Cagney <ac131313@redhat.com>
20
21 * utils.c (gdb_realpath): Make rp a constant pointer.
22
23 2002-11-12 Andrew Cagney <ac131313@redhat.com>
24
25 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
26 a constant buffer; cannonicalize_file_name(); realpath() with a
27 pathconf() defined buffer, xstrdup().
28
29 2002-11-12 Andrew Cagney <ac131313@redhat.com>
30
31 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
32 to hang2.C; hang3.c to hang3.C.
33
34 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
35
36 * findvar.c (read_var_value): Reenable TLS code.
37
38 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
39 Jim Blandy <jimb@redhat.com>
40
41 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
42 * target.c (update_current_target): Add
43 to_get_thread_local_address.
44 * target.h (to_get_thread_local_address): Export.
45 (target_get_thread_local_address): Define.
46 (target_get_thread_local_address_p): Define.
47 * thread-db.c: Include solib-svr4.h.
48 (td_thr_tls_get_addr_p): Define.
49 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
50 (thread_db_get_thread_local_address): New function.
51 (init_thread_db_ops): Initialize to_get_thread_local_address.
52 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
53 * configure: Regenerate.
54 * config.in: Regenerate.
55
56 2002-11-11 David Carlton <carlton@math.stanford.edu>
57
58 * linespec.c (set_flags): New function.
59 (decode_line_1): Move code into set_flags.
60
61 2002-11-11 David Carlton <carlton@math.stanford.edu>
62
63 * linespec.c (decode_line_1): Move chunks of code to separate
64 functions.
65 (initialize_defaults): New function.
66 (decode_indirect): New function.
67
68 2002-11-11 Andrew Cagney <ac131313@redhat.com>
69
70 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
71 instead of void_code_ptr.
72 (sigtramp_saved_pc): Ditto.
73
74 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
75 i386_fp_regnum_p.
76
77 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
78
79 * gdbtypes.h (struct main_type): Move artificial flag out of
80 loc. New member of ``struct field'' named static_kind. Reduce
81 overloaded meaning of bitsize.
82 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
83 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
84 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
85
86 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
87 new fields.
88 (template_to_fixed_record_type, template_to_static_fixed_type)
89 (to_record_with_fixed_variant_part): Likewise.
90 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
91 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
92 * dwarfread.c (struct_type, enum_type): Likewise.
93 * hpread.c (hpread_read_enum_type)
94 (hpread_read_function_type, hpread_read_doc_function_type)
95 (hpread_read_struct_type): Likewise.
96 * mdebugread.c (parse_symbol): Likewise.
97
98 2002-11-10 Andrew Cagney <ac131313@redhat.com>
99
100 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
101 * stack.c (print_frame_info_base): Update.
102 (print_frame_info_base, frame_info): Update.
103 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
104 (sparc_frame_saved_pc): Update.
105 * ada-lang.c (find_printable_frame): Update.
106 * breakpoint.c (deprecated_frame_in_dummy): Update.
107
108 2002-11-09 Mark Kettenis <kettenis@gnu.org>
109
110 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
111 defined.
112 (regmap): Extend to cover all registers.
113 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
114 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
115 definitions.
116 (fetch_register, sore_register): Simplify.
117 (old_fetch_inferior_registers, old_store_inferior_registers):
118 Remove functions.
119 (cannot_fetch_register, cannot_store_register): Change
120 implementation to use regmap array to decide which registers
121 cannot be fetched/stored. This removes $orig_eax from the
122 registers that cannot be fetched/stored.
123 (fetch_inferior_registers): Call fetch_register directly instead
124 of calling old_fetch_inferior_registers.
125 (store_inferior_registers): Call store_register directly instead
126 of calling old_store_inferior_registers.
127 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
128 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
129 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
130
131 2002-11-09 Klee Dienes <kdienes@apple.com>
132
133 * i387-tdep.c (i387_supply_register): When called with NULL as a
134 buffer, mark the register as not provided (to mirror the behavior
135 of supply_register).
136 (i387_supply_fxsave): Ditto.
137 (i387_supply_fsave): Ditto (inherits the behavior from
138 i387_supply_register).
139
140 2002-11-09 Klee Dienes <kdienes@apple.com>
141
142 * blockframe.c (sigtramp_saved_pc): Use
143 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
144 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
145 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
146
147 2002-11-09 Andrew Cagney <ac131313@redhat.com>
148
149 * frame.c (get_prev_frame): Test prev_p to identify a previously
150 unwound frame. Initialize prev_p.
151 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
152 comment.
153
154 2002-11-09 Andrew Cagney <ac131313@redhat.com>
155
156 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
157 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
158 more comments. Zap dead code.
159
160 2002-11-09 Mark Kettenis <kettenis@gnu.org>
161
162 * infcmd.c (print_vector_info, print_float_info): Move code that
163 checks whether the target has any registers and whether there is a
164 selected frame up, such that it is also used if a target provides
165 multi-arch definitions of these functions.
166
167 2002-11-08 Andrew Cagney <ac131313@redhat.com>
168
169 * Makefile.in (DESTDIR): Define.
170 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
171 prefix.
172
173 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
174 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
175
176 2002-11-08 Andrew Cagney <ac131313@redhat.com>
177
178 * i386-linux-tdep.c: Include "reggroups.h".
179 (i386_linux_register_reggroup_p): New function.
180 (i386_linux_init_abi): Set register_reggroup_p to
181 i386_linux_register_reggroup_p.
182 * i386-tdep.h (i386_register_reggroup_p): Declare.
183 * i386-tdep.c: Include "reggroups.h".
184 (i386_init_reggroups): New function.
185 (i386_add_reggroups): New function.
186 (i386_register_reggroup_p): New function.
187 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
188 (_initialize_i386_tdep): Call i386_init_reggroups.
189 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
190 specific reggroups.
191
192 2002-11-09 Mark Kettenis <kettenis@gnu.org>
193
194 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
195 request that's available in *BSD.
196
197 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
198
199 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
200 FDOFF_REGNUM.
201
202 2002-11-08 Andrew Cagney <ac131313@redhat.com>
203
204 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
205 * dummy-frame.c (find_dummy_frame): Rename
206 generic_find_dummy_frame, make static. Return the dummy frame
207 instead of the regcache.
208 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
209 (cached_find_dummy_frame): New function. Use find_dummy_frame.
210 (dummy_frame_register_unwind): Rename
211 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
212 * dummy-frame.h (dummy_frame_register_unwind): Rename
213 generic_call_dummy_register_unwind.
214
215 2002-11-08 Mark Kettenis <kettenis@gnu.org>
216
217 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
218 except the inclusion of "i386/tm-i386.h", to...
219 * config/i386/nm-i386v42mp.h: ...here.
220 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
221
222 2002-11-08 Andrew Cagney <ac131313@redhat.com>
223
224 * Makefile.in (frame.o): Update dependencies.
225 * blockframe.c (current_frame, frame_obstack_alloc)
226 (frame_saved_regs_zalloc, get_current_frame)
227 (set_current_frame, create_new_frame)
228 (set_unwind_by_pc, get_next_frame)
229 (flush_cached_frames, reinit_frame_cache)
230 (frame_saved_regs_register_unwind)
231 (deprecated_generic_get_saved_register)
232 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
233 (_initialize_blockframe): Move frame code from here...
234 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
235 "annotate.h" and "dummy-frame.h".
236 (_initialize_frame): New function.
237
238 2002-11-08 Jim Blandy <jimb@redhat.com>
239
240 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
241 when we finish a function a context.
242 * buildsym.h (outermost_context_p): New macro.
243 (Bug analyzed by David Edelsohn.)
244
245 2002-11-08 Andrew Cagney <ac131313@redhat.com>
246
247 * blockframe.c: Include "dummy-frame.h".
248 (struct dummy_frame, dummy_frame_stack)
249 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
250 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
251 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
252 (generic_save_call_dummy_addr, generic_pop_current_frame)
253 (generic_pop_dummy_frame, generic_fix_call_dummy)
254 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
255 dummy frame code from here...
256 * dummy-frame.c: ...to here. New file.
257 * dummy-frame.h: New file.
258 (generic_call_dummy_register_unwind): Declare.
259 (generic_find_dummy_frame): Declare.
260 * Makefile.in (SFILES): Add dummy-frame.c.
261 (dummy-frame.o): Specify dependencies.
262 (dummy_frame_h): Define.
263 (COMMON_OBS): Add dummy-frame.o.
264 (blockframe.o): Update dependencies.
265
266 2002-11-08 Jim Blandy <jimb@redhat.com>
267
268 * dwarf2read.c (read_func_scope): Restore local_symbols and
269 param_symbols after we finish the function context. (Based on a
270 patch from David Edelsohn.)
271
272 2002-11-08 David Carlton <carlton@math.stanford.edu>
273
274 * linespec.c (symbol_found): New function.
275 (minsym_found): New function.
276 (decode_line_1): Separate out some code into separate functions.
277
278 2002-11-08 Joel Brobecker <brobecker@gnat.com>
279
280 * i386-tdep.c (i386_frameless_signal_p): Make non static for
281 the benefit of the interix target.
282 * i386-tdep.h (i386_frameless_signal_p): Declare.
283
284 2002-11-08 Andrew Cagney <ac131313@redhat.com>
285
286 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
287 declaration that snuck in from change below.
288
289 2002-11-06 Andrew Cagney <cagney@redhat.com>
290
291 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
292 all callers.
293 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
294 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
295 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
296 (i386_mxcsr_regnum_p): new function. Use instead of
297 MXCSR_REGNUM_P.
298 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
299 (i386_sse_regnum_p): Declare.
300 (i386_mxcsr_regnum_p): Declare.
301 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
302 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
303 (IS_FP_REGNUM): Update definition.
304 (IS_FPU_CTRL_REGNUM): Update definition..
305 (IS_SSE_REGNUM): Update definition..
306 * i386v-nat.c (register_u_addr): Update.
307 * go32-nat.c (fetch_register): Update.
308 (store_register): Update.
309
310 2002-11-07 Joel Brobecker <brobecker@gnat.com>
311
312 Preparation work to convert the hppa targets to multiarch partial.
313
314 * hppa-tdep.c: Add new functions replacing macro bodies from
315 config/pa/tm-hppa.h. These function will be used to initialize
316 the gdbarch structure. Import some comments from tm-hppa.h,
317 and place them where appropriate, to avoid loosing them when
318 we cleanup this file.
319 (hppa_reg_struct_has_addr): New function.
320 (hppa_inner_than): New function.
321 (hppa_stack_align): New function.
322 (hppa_pc_requires_run_before_use): New function.
323 (hppa_instruction_nullified): New function.
324 (hppa_register_byte): New function.
325 (hppa_register_virtual_type): New function.
326 (hppa_store_struct_return): New function.
327 (hppa_cannot_store_register): New function.
328 (hppa_frame_args_address): New function.
329 (hppa_frame_locals_address): New function.
330 (hppa_smash_text_address): New function.
331 (hppa_coerce_float_to_double): New function. Requires the inclusion
332 of "language.h".
333
334 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
335
336 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
337 gdbarch-eligible macro to a call to the new associated function
338 created in hppa-tdep.c.
339 (INNER_THAN): Likewise.
340 (STACK_ALIGN): Likewise.
341 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
342 (INSTRUCTION_NULLIFIED): Likewise.
343 (REGISTER_BYTE): Likewise.
344 (REGISTER_VIRTUAL_TYPE): Likewise.
345 (STORE_STRUCT_RETURN): Likewise.
346 (CANNOT_STORE_REGISTER): Likewise.
347 (FRAME_ARGS_ADDRESS): Likewise.
348 (FRAME_LOCALS_ADDRESS): Likewise.
349 (SMASH_TEXT_ADDRESS): Likewise.
350 (COERCE_FLOAT_TO_DOUBLE): Likewise.
351 (ABOUT_TO_RETURN): Delete, as no longer used.
352
353 2002-11-07 Fernando Nasser <fnasser@redhat.com>
354
355 * printcmd.c (disassemble_command): Remove obsolete function.
356 (_initialize_printcmd): Do not create disassemble command here.
357 * cli/cli-cmds.c (disassemble_command): New function. Implements
358 disassemble command.
359 (init_cli_cmds): Create disassemble command here instead.
360
361 2002-11-07 Andrew Cagney <ac131313@redhat.com>
362
363 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
364
365 2002-11-07 Andrew Cagney <ac131313@redhat.com>
366
367 * regcache.h (regcache_cooked_read_using_offset_hack)
368 (regcache_cooked_write_using_offset_hack): Delete declarations.
369 (register_changed): Delete declaration.
370 * regcache.c (regcache_cooked_read_using_offset_hack)
371 (regcache_cooked_write_using_offset_hack): Delete functions.
372 (cooked_xfer_using_offset_hack): Delete function.
373 (register_changed): Delete function.
374
375 2002-11-07 Jim Blandy <jimb@redhat.com>
376
377 * macroscope.c: #include "complaints.h".
378 (sal_macro_scope): Cope with filenames that appear in the symtabs,
379 but not in the macro table.
380 * Makefile.in (macroscope.o): Record dependency.
381
382 2002-11-07 Joel Brobecker <brobecker@gnat.com>
383
384 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
385
386 2002-11-07 Andrew Cagney <ac131313@redhat.com>
387
388 * regcache.c (deprecated_registers_fetched): Update.
389 * regcache.h (deprecated_registers_fetched): Rename
390 registers_fetched.
391 * remote-vxsparc.c (vx_read_register): Update.
392 * remote-vxmips.c (vx_read_register): Update.
393 * remote-vx68.c (vx_read_register): Update.
394 * irix5-nat.c (fetch_core_registers): Update.
395 * mipsm3-nat.c (fetch_inferior_registers): Update.
396 * sun3-nat.c (fetch_inferior_registers): Update.
397 * symm-nat.c (fetch_inferior_registers): Update.
398 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
399 (fetch_core_registers): Update.
400 (fetch_kcore_registers): Update.
401 * mips-nat.c (fetch_inferior_registers): Update.
402 * corelow.c (get_core_registers): Update.
403 * a68v-nat.c (fetch_inferior_registers): Update.
404
405 2002-11-06 Joel Brobecker <brobecker@gnat.com>
406
407 Put in place the framework necessary for multiarching the hppa targets.
408 * hppa-tdep.c (hppa_gdbarch_init): New function.
409 (hppa_dump_tdep): New function.
410 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
411 tdep structure dumper.
412 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
413 until the multi-arching conversion has partially been completed.
414
415 2002-11-06 Andrew Cagney <ac131313@redhat.com>
416
417 * valops.c (value_assign): Merge lval_register case into
418 lval_reg_frame_relative. Use frame_register and
419 regcache_cooked_write instead of get_saved_register and
420 write_register_bytes. After flushing the register cache, try to
421 re-select the selected frame.
422
423 2002-11-06 Andrew Cagney <ac131313@redhat.com>
424
425 * regcache.h (deprecated_register_valid): Rename register_valid.
426 * regcache.c: Update.
427 * ia64-aix-nat.c: Update.
428 * i386gnu-nat.c: Update.
429 * alpha-nat.c: Update.
430 * sparc-nat.c: Update.
431 * lynx-nat.c: Update.
432 * remote-mips.c: Update.
433
434 2002-11-06 Joel Brobecker <brobecker@gnat.com>
435
436 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
437 to end of file, to be more consistent with the pratice followed
438 by other targets.
439
440 2002-11-06 Andrew Cagney <ac131313@redhat.com>
441
442 * infcmd.c: Include "reggroups.h" and <ctype.h>.
443 (print_float_info): Print registers in float_reggroup.
444 (print_vector_info): Print registers in vector_reggroup.
445 (default_print_registers_info): When all, print registers in
446 all_reggroup. Otherwize, print registers in general_reggroup.
447 (registers_info): Rewrite. Add support for register groups.
448 Eliminate a goto.
449
450 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
451
452 * symtab.c (methods_info): Delete. It has been ifdeffed out for
453 ages.
454 (symtab_symbol_info): Remove eons old ifdeffed out code.
455 (_initialize_symtab): Remove prehistoric disabled 'info methods'
456 command.
457
458 2002-11-06 Theodore A. Roth <troth@openavr.org>
459
460 * c-exp.y: Add missing semi-colons.
461 * f-exp.y: Add missing semi-colons.
462 * m2-exp.y: Add missing semi-colons.
463 * p-exp.y: Add missing semi-colons.
464 Add empty action to start rule to avoid a type clash error when
465 building with bison >= 1.50.
466
467 2002-11-06 Jim Blandy <jimb@redhat.com>
468
469 * macrotab.h (struct macro_source_file): Doc fix.
470
471 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
472
473 * varobj.c (child_exists, cplus_number_of_children): Change
474 STREQ macro references to strcmp.
475 (cplus_name_of_child): Change code to handle the fact that
476 fields are not necessarily contiguous with regards to their
477 access control. This is a fix for PR gdb/792.
478
479 2002-11-05 Andrew Cagney <ac131313@redhat.com>
480
481 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
482 * gdbarch.h, gdbarch.c: Regnerate.
483 * frame.h (frame_register): Declare.
484 * frame.c (frame_register): New function.
485 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
486 GET_SAVED_REGISTER, otherwize call
487 generic_unwind_get_saved_register.
488 (frame_register_read): Use frame_register instead of
489 get_saved_register.
490
491 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
492
493 From Jim Ingham <jingham@apple.com>:
494 * event-top.c (gdb_disable_readline): New function.
495 (_initialize_event_loop): Move comment.
496
497 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
498
499 * event-loop.c (start_event_loop): Add comment.
500 Update copyright.
501
502 2002-11-05 Andrew Cagney <ac131313@redhat.com>
503
504 * infcmd.c (default_print_registers_info): Do not call
505 PRINT_REGISTER_HOOK.
506
507 2002-11-05 Andrew Cagney <ac131313@redhat.com>
508
509 * sparc-tdep.c (sparc_print_register_hook): Make static.
510 (sparc_print_registers_info): New function.
511 (sparc_do_registers_info): New function.
512 (sparclet_print_registers_info): New function.
513 (sparclet_do_registers_info): New function.
514 (do_sparc_print_registers_info): New function.
515 (sparc_print_registers): New static function, clone of infcmd.c's
516 default_print_registers_info.
517 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
518 (sparclet_do_registers_info): Declare.
519 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
520 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
521 Re-define.
522 (sparc_do_registers_info): Declare.
523 (PRINT_REGISTER_HOOK): Delete macro.
524 (sparc_print_register_hook): Delete declaration.
525
526 2002-11-05 David Carlton <carlton@math.stanford.edu>
527
528 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
529 functions.
530 (lookup_symbol_aux_local): New function.
531 (lookup_symbol_aux_symtabs): New function.
532 (lookup_symbol_aux_psymtabs): New function.
533
534 2002-11-05 David Carlton <carlton@math.stanford.edu>
535
536 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
537 previous values of 'objfile' and 'block'.
538
539 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
540
541 * values.c (value_change_enclosing_type): Set
542 enclosing_type field correctly also for the case where
543 more memory needs to be allocated.
544
545 2002-11-03 Mark Kettenis <kettenis@gnu.org>
546
547 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
548 of puts_filtered.
549
550 * i387-tdep.c (i387_print_float_info): Replace calls to
551 register_read and deprecated_read_register_gen with calls to
552 frame_register_read, and make the necessary adjustments to the
553 surrounding code.
554
555 2002-11-02 Andrew Cagney <ac131313@redhat.com>
556
557 * gdbarch.sh (register_reggroup_p): Allow default value.
558 * gdbarch.h, gdbarch.c: Regenerate.
559
560 2002-11-02 Andrew Cagney <ac131313@redhat.com>
561
562 * regcache.h: Add coment indicating replacements for deprecated
563 functions.
564
565 2002-11-02 Andrew Cagney <cagney@redhat.com>
566
567 * reggroups.h, reggroups.c: New files.
568 * regcache.c: Include "reggroups.h".
569 (enum regcache_dump_what): Add `regcache_dump_groups'.
570 (regcache_dump): Contract size of the "Type" column. When
571 specified, dump the register's groups.
572 (maintenance_print_register_groups): New function.
573 (_initialize_regcache): Add command `maint print register-groups'.
574 * Makefile.in (COMMON_OBS): Add reggroups.o
575 (SFILES): Add reggroups.c.
576 (reggroups_h): Define.
577 (regcache.o, gdbarch.o): Update dependencies.
578 (reggroups.o): Specify dependencies.
579 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
580 Add opaque declaration for `struct reggroup' in generated .h file.
581 Include "reggroups.h" in generated .c file.
582 gdbarch.h, gdbarch.c: Re-generate.
583
584 2002-11-02 Andrew Cagney <cagney@redhat.com>
585
586 * regcache.h (deprecated_read_register_gen): Rename
587 read_register_gen.
588 (deprecated_write_register_gen): Rename write_register_gen.
589 * i387-tdep.c: Update.
590 * x86-64-linux-nat.c: Update
591 * wince.c: Update.
592 * thread-db.c: Update.
593 * win32-nat.c: Update.
594 * mips-tdep.c: Update.
595 * d10v-tdep.c: Update.
596 * cris-tdep.c: Update.
597 * remote-sim.c: Update.
598 * remote-rdi.c: Update.
599 * remote-rdp.c: Update.
600 * frame.c: Update.
601 * target.c: Update.
602 * blockframe.c: Update.
603 * x86-64-tdep.c: Update.
604 * xstormy16-tdep.c: Update.
605 * sh-tdep.c: Update.
606 * s390-tdep.c: Update.
607 * rs6000-tdep.c: Update.
608 * sparc-tdep.c: Update.
609 * i386-tdep.c: Update.
610 * dwarf2cfi.c: Update.
611 * regcache.c: Update.
612
613 2002-11-01 Joel Brobecker <brobecker@gnat.com>
614
615 New interix-specific files:
616 * config/i386/nm-interix.h: New file.
617 * config/i386/interix.mh: New file.
618 * config/i386/interix.mt: New file.
619 * i386-interix-nat.c: New file.
620 * i386-interix-tdep.c: New file.
621
622 2002-11-01 Andrew Cagney <cagney@redhat.com>
623
624 * frame.h (deprecated_generic_get_saved_register): Rename
625 generic_get_saved_register.
626 * blockframe.c (deprecated_generic_get_saved_register): Update.
627 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
628 (xstormy16_frame_saved_register): Update.
629 * sh-tdep.c (sh_gdbarch_init): Update.
630 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
631 * ia64-tdep.c (ia64_get_saved_register): Update.
632 * cris-tdep.c (cris_gdbarch_init): Update.
633 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
634 * arm-tdep.c (arm_gdbarch_init): Update.
635
636 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
637
638 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
639
640 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
641
642 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
643 trampolines in sigaction.
644
645 2002-10-31 Andrew Cagney <cagney@redhat.com>
646
647 * h8300-tdep.c: Include "gdb_assert.h".
648 (h8300_print_register): Add gdbarch, file and frame parameters.
649 Use frame_read_unsigned_register to read the register's value.
650 Use fprintf_filtered to display output.
651 (h8300_print_registers_info): Replace h8300_do_registers_info.
652 (h8300_gdbarch_init): Set print_registers_info.
653
654 2002-10-31 Andrew Cagney <cagney@redhat.com>
655
656 * frame.c (frame_read_unsigned_register): New function.
657 (frame_read_signed_register): New function.
658 * frame.h (frame_read_unsigned_register): Declare.
659 (frame_read_signed_register): Declare.
660
661 2002-10-31 Andrew Cagney <cagney@redhat.com>
662
663 * h8500-tdep.c (h8500_print_registers_info): New static function,
664 clone of infcmd.c's default_print_registers_info.
665 (h8500_do_registers_info): New funtion.
666 (h8500_print_register_hook): Rename print_register_hook, make
667 static.
668
669 * config/h8500/tm-h8500.h: Update copyright.
670 (DEPRECATED_DO_REGISTERS_INFO): Define.
671 (h8500_do_registers_info: Declare.
672 (PRINT_REGISTER_HOOK): Delete macro.
673 (print_register_hook): Delete function.
674
675 2002-10-31 Andrew Cagney <cagney@redhat.com>
676
677 * z8k-tdep.c (z8k_print_register_hook): Make static.
678 (z8k_print_registers_info): New static function, clone of
679 infcmd.c's default_print_registers_info.
680 (z8k_do_registers_info): New function. Wrap
681 z8k_print_registers_info.
682 * config/z8k/tm-z8k.h: Update copyright.
683 (PRINT_REGISTER_HOOK): Delete macro.
684 (z8k_print_register_hook): Delete declaration.
685 (DEPRECATED_DO_REGISTERS_INFO): Define.
686 (z8k_do_registers_info): Declare.
687
688 2002-10-30 Joel Brobecker <brobecker@gnat.com>
689
690 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
691 as this is already provided by value.h, and was actually causing
692 a compilation error because of a conflict in parameter type
693 declaration due to a missing const keyword.
694 (low_text_segment_addres): Fix a compilation warning.
695
696 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
697
698 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
699 registers without a name.
700 (mips_linux_cannot_store_register): Don't store registers without
701 a name.
702
703 2002-10-28 David Carlton <carlton@math.stanford.edu>
704
705 * symtab.c (find_addr_symbol): Delete. (It was already commented
706 out.)
707 * symtab.h: Delete prototype for find_addr_symbol.
708
709 2002-10-26 Andrew Cagney <cagney@redhat.com>
710
711 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
712 DO_REGISTERS_INFO.
713 gdbarch.h, gdbarch.c: Re-generate.
714 * infcmd.c (default_print_registers_info): Update reference.
715 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
716 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
717 * sh-tdep.c (sh_gdbarch_init): Ditto.
718 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
719 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
720
721 2002-10-26 Mark Kettenis <kettenis@gnu.org>
722
723 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
724 cfi_init_extra_frame_info.
725 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
726 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
727
728 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
729 target where necessary. Add more comments and remove the ones
730 that don't provide any useful information.
731
732 * i386-tdep.c (i386_frame_saved_pc): Replace call to
733 deprecated_read_register_dummy with
734 frame_unwind_unsigned_register.
735
736 * i386-tdep.c (i386_extract_struct_value_address): Use
737 regcache_raw_read_unsigned instead of
738 regcache_cooked_read_unsigned since we know that the register
739 we're reading isn't a pseudo register. Rename variable 'val' into
740 the more descriptive 'addr'.
741
742 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
743 (x86_64_push_return_address): Add comment.
744 (x86_64_pop_frame): Make static.
745 (examine_argument): Clarify comment.
746 (x86_64_skip_prologue): Make prolog_expact variable static.
747
748 * dwarf2cfi.c: Fix some formatting problems.
749 (context_cpy, read_encoded_pointer): Clarify comments.
750
751 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
752 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
753 i386 target back into x86_64_gdbarch_init. Add some comments and
754 remove meaningless ones.
755
756 2002-10-25 Andrew Cagney <cagney@redhat.com>
757
758 * complaints.h (struct deprecated_complaint): Rename `struct
759 complaint'.
760 * complaints.c (complain): Update.
761 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
762 incorrect comment indicating that "symfile.h" was being included
763 for the `struct complaint' definition.
764 * remote-vx.c: Update.
765 * objc-lang.c: Update.
766 * xcoffread.c: Update.
767 * hpread.c: Update.
768 * mdebugread.c: Update.
769 * stabsread.c: Update.
770 * dwarf2read.c: Update.
771 * dwarfread.c: Update.
772 * elfread.c: Update.
773 * coffread.c: Update.
774 * stabsread.h: Update.
775 * dbxread.c: Update.
776 * buildsym.c: Update.
777 * gdbtypes.c: Update.
778 * macrotab.c: Update.
779
780 2002-10-25 Mark Kettenis <kettenis@gnu.org>
781
782 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
783 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
784 (x86_64_init_abi): ...new function.
785
786 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
787 * i386v-nat.c: Include "i386-tdep.h".
788
789 2002-10-25 Andrew Cagney <cagney@redhat.com>
790
791 * gdbtypes.c (address_space_name_to_int): Update.
792 (address_space_int_to_name): Update.
793 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
794 multi-arch predicate.
795 (address_class_name_to_type_flags): Ditto.
796 * gdbarch.h, gdbarch.c: Re-generate.
797
798 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
799
800 2002-10-24 Martin M. Hunt <hunt@redhat.com>
801
802 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
803
804 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
805
806 * symtab.h (INIT_SAL): Delete macro.
807 (init_sal): Export.
808 * symtab.c (init_sal): New function.
809
810 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
811 to init_sal function call.
812 (find_sal_from_funcs_and_line): Ditto.
813 (all_sals_for_line): Ditto.
814 * breakpoint.c (create_internal_breakpoint): Ditto.
815 (create_fork_vfork_event_catchpoint): Ditto.
816 (create_exec_event_catchpoint): Ditto.
817 (parse_breakpoint_sals): Ditto.
818 (watch_command_1): Ditto.
819 (handle_gnu_4_16_catch_command): Ditto.
820 (clear_command): Ditto.
821 * hppa-tdep.c (child_enable_exception_callback): Ditto.
822 * infcmd.c (run_stack_dummy): Ditto.
823 * infrun.c (process_event_stop_test): Ditto.
824 (check_sigtramp2): Ditto.
825 (step_over_function): Ditto.
826 * linespec.c (decode_line_2): Ditto.
827 (decode_line_1): Ditto.
828 * source.c (line_info): Ditto.
829 * symtab.c (find_pc_sect_line): Ditto.
830
831 2002-10-24 Michal Ludvig <mludvig@suse.cz>
832
833 * dwarf2cfi.c (struct context)
834 (struct context_reg): Moved to dwarf2cfi.h
835 (context_alloc, frame_state_alloc, context_cpy):
836 Made extern instead of static, removed prototypes.
837 * dwarf2cfi.h (struct context)
838 (struct context_reg): New, moved from dwarf2cfi.c
839 (context_alloc, frame_state_alloc, context_cpy):
840 New prototypes.
841 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
842 Changed from static to extern.
843 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
844 (LINUX_SIGCONTEXT_FP_OFFSET)
845 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
846 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
847 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
848 * x86-64-tdep.c (x86_64_gdbarch_init): Several
849 set_gdbarch_*() calls now use x86-64 specific functions
850 instead of DWARF2 CFI ones.
851 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
852 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
853 (x86_64_init_extra_frame_info): New prototypes.
854
855 2002-10-23 David Carlton <carlton@math.stanford.edu>
856
857 * linespec.c: #include "parser-defs.h".
858 Delete prototype for find_template_name_end.
859 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
860
861 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
862
863 * NEWS: add recent mi fixes.
864 * varobj.c (struct varobj): Add new "updated" flag.
865 (new_variable): Default "updated" flag to 0.
866 (varobj_set_value): Set "updated" flag to 1 if value
867 changes.
868 (varobj_update): Check varobj "updated" flag before
869 comparing old and refreshed values. Fix for
870 PR gdb/702.
871
872 2002-10-23 David Carlton <carlton@math.stanford.edu>
873
874 * parse.c (parse_exp_1): Use BLOCK_START.
875 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
876 SYMBOL_BLOCK_VALUE.
877 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
878
879 2002-10-23 David Carlton <carlton@math.stanford.edu>
880
881 * symtab.c: Delete cplusplus_hint.
882 Delete prototype for find_template_name_end.
883
884 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
885
886 * symtab.h: Update comment.
887
888 2002-10-23 Michael Snyder <msnyder@redhat.com>
889
890 * printcmd.c (address_info): Restore quotes in output.
891 * valops.c (value_of_local): Restore quotes in error message.
892
893 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
894
895 * symtab.c (symbol_demangled_name): New function.
896 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
897 turning most of it into a function.
898 (symbol_demangled_name): Export.
899
900 2002-10-23 Michael Snyder <msnyder@redhat.com>
901
902 * valops.c (value_of_local): Restore quotes in error message.
903
904 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
905
906 * symtab.c (symbol_init_language_specific): New function.
907 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
908 turning most of it into a function.
909 (symbol_init_language_specific): Export.
910
911 2002-10-23 David Carlton <carlton@math.stanford.edu>
912
913 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
914 (dwarf_attr_name): Ditto.
915 (dwarf_type_encoding_name): Ditto.
916 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
917 (process_die): Handle DW_TAG_namespace,
918 DW_TAG_imported_declaration, DW_TAG_imported_module.
919 (read_namespace): New function.
920
921 2002-10-22 Joel Brobecker <brobecker@gnat.com>
922
923 * configure.in: Define NEW_PROC_API on Interix too.
924 * configure: Regenerate.
925
926 2002-10-21 Joel Brobecker <brobecker@gnat.com>
927
928 * configure: Regenerate using the proper version of autoconf.
929
930 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
931
932 * findvar.c (read_var_value): Temporarily disable TLS code, until
933 complete TLS support is added.
934
935 2002-10-21 Jim Blandy <jimb@redhat.com>
936 Elena Zannoni <ezannoni@redhat.com>
937
938 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
939 for thread local storage locations.
940 (struct symbol): Add objfile field.
941 (SYMBOL_OBJFILE): Define.
942 * dwarf2read.c (is_thread_local): New static variable.
943 (new_symbol): If variable is in thread local fill in address class
944 and objfile appropriately.
945 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
946 stack operation.
947 * printcmd.c (address_info): Print the information for thread
948 local storage variable.
949 * findvar.c (read_var_value): In case of thread local variable,
950 defer to the target vector code to compute address.
951
952 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
953
954 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
955 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
956
957 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
958
959 * symtab.h (address_class): Rename
960 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
961 * hpread.c (hpread_process_one_debug_symbol): Ditto.
962 * printcmd.c (address_info): Ditto.
963 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
964
965 2002-10-20 Mark Kettenis <kettenis@gnu.org>
966
967 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
968 DBREG_DRX macro to acces debug registers.
969
970 * Makefile.in (i386obsd-tdep.o): New target.
971
972 * solib-sunos.c: Include "bcache.h" and "regcache.h".
973 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
974
975 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
976 * config/i386/obsd.mt: New file.
977 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
978 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
979 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
980 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
981 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
982 * i386obsd-tdep.c: New file.
983
984 2002-10-19 Adam Fedor <fedor@gnu.org>
985
986 * objc-exp.y (name_not_typename): Fix invalid comment.
987
988 2002-10-20 Mark Kettenis <kettenis@gnu.org>
989
990 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
991 to allocate partial syms and macro byte caches.
992
993 2002-10-18 David Carlton <carlton@math.stanford.edu>
994
995 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
996
997 2002-10-18 Adam Fedor <fedor@gnu.org>
998
999 * stabsread.c (find_name_end): New function.
1000 (define_symbol): Use it.
1001
1002 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
1003
1004 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1005 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1006 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1007 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1008
1009 2002-10-17 David Carlton <carlton@math.stanford.edu>
1010
1011 * symfile.h: Add opaque declaration for struct obstack.
1012 Declare obsavestring to take a const char *.
1013 * symfile.c (obsavestring): Make first argument a const char *.
1014
1015 2002-10-16 Adam Fedor <fedor@gnu.org>
1016
1017 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1018 names when matching breakpoints in current file.
1019
1020 2002-10-16 Kevin Buettner <kevinb@redhat.com>
1021
1022 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1023 (read_tag_pointer_type): Add address class support.
1024 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1025 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1026 New methods.
1027 * gdbarch.h, gdbarch.c: Regenerate.
1028 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1029 (make_type_with_address_space, recursive_type_dump): Add address
1030 class support.
1031 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1032 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1033 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1034
1035 2002-10-16 Klee Dienes <kdienes@apple.com>
1036
1037 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1038 to get the last character of a char[] buffer, not
1039 name[sizeof(vptr_name)-1].
1040
1041 2002-10-14 Adam Fedor <fedor@gnu.org>
1042
1043 * symtab.h: New objc_specific struct.
1044 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1045 (SYMBOL_DEMANGLED_NAME): Likewise.
1046
1047 2002-10-14 Adam Fedor <fedor@gnu.org>
1048
1049 * symfile.c (init_filename_language_table): Add ObjC file extension.
1050
1051 2002-10-14 Adam Fedor <fedor@gnu.org>
1052
1053 * utils.c (puts_filtered_tabular): New function.
1054 (fprintf_symbol_filtered): Get ObjC demangled name.
1055 * defs.h (puts_filtered_tabular): Declared.
1056
1057 2002-10-14 Kevin Buettner <kevinb@redhat.com>
1058
1059 * c-lang.h (c_type_print_varspec_prefix): Delete.
1060 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1061 ``need_post_space'' parameter. Adjust all callers.
1062
1063 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
1064
1065 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1066 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1067 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1068 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1069
1070 2002-10-13 Adam Fedor <fedor@gnu.org>
1071
1072 * source.c (print_source_lines): Update comments.
1073
1074 2002-10-13 Adam Fedor <fedor@gnu.org>
1075
1076 * valops.c (value_of_local): New function.
1077 (value_of_this): Use it.
1078 * value.h (value_of_local): Declared.
1079
1080 2002-10-13 Adam Fedor <fedor@gnu.org>
1081
1082 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1083 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1084
1085 2002-10-12 Adam Fedor <fedor@gnu.org>
1086
1087 * language.c (binop_result_type): Add language_objc to case.
1088 (integral_type): Likewise.
1089 (character_type): Likewise.
1090 (string_type): Likewise.
1091 (boolean_type): Likewise.
1092 (structured_type): Likewise.
1093 (binop_type_check): Likewise.
1094
1095 2002-10-11 Adam Fedor <fedor@gnu.org>
1096
1097 * printcmd.c (address_info): Print 'self' for ObjC.
1098
1099 2002-10-11 Adam Fedor <fedor@gnu.org>
1100
1101 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1102 OP_SELF.
1103
1104 2002-10-11 Adam Fedor <fedor@gnu.org>
1105
1106 * language.h (CAST_IS_CONVERSION): Add language_objc.
1107
1108 2002-10-11 Adam Fedor <fedor@gnu.org>
1109
1110 * defs.h (enum language): Add language_objc.
1111
1112 2002-10-11 Klee Dienes <kdienes@apple.com>
1113
1114 * corefile.c (read_memory_typed_address): New function.
1115 * gdbcore.h (read_memory_typed_address): Add prototype.
1116 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1117 to read a value destined for a CORE_ADDR, not read_memory_integer.
1118 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1119 (f77_get_dynamic_lowerbound): Ditto.
1120
1121 2002-10-11 Martin M. Hunt <hunt@redhat.com>
1122
1123 * utils.c (string_to_core_addr): After turning string into
1124 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1125 which will do necessary sign-extension, etc.
1126
1127 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1128
1129 * c-exp.y (THIS): Delete token and grammar rule.
1130 (yylex): Don't return THIS.
1131 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1132 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1133 * demangle.c (cplus_markers): Update comment. Put '$'
1134 first. Remove CPLUS_MARKER.
1135 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1136 * jv-exp.y (THIS): Delete token and grammar rule.
1137 (yylex): Don't return THIS.
1138 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1139 * objc-exp.y (THIS): Delete token and grammar rule.
1140 (yylex): Don't return THIS.
1141 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1142 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1143 (read_member_functions): Likewise for opname.
1144 (read_tilde_fields): Use is_cplus_marker.
1145
1146 * defs.h (CPLUS_MARKER): Don't define.
1147 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1148 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1149 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1150 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1151 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1152
1153 * config/i386/tm-i386v4.h: Delete file.
1154 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1155 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1156 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1157 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1158 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1159 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1160 * config/i386/i386v4.mt (TM_FILE): Likewise.
1161 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1162
1163 2002-10-10 Marko Mlinar <markom@opencores.org>
1164
1165 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1166 accidentially not commited 2002-10-09
1167 * gdbarch.h, gdbarch.c: Re-generate.
1168
1169 2002-10-09 Marko Mlinar <markom@opencores.org>
1170
1171 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1172 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1173 * gdbarch.h, gdbarch.c: Re-generate.
1174
1175 2002-10-08 Petr Sorfa <petrs@caldera.com>
1176
1177 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1178
1179 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1180 so we can work on more than one compilation unit at a time. This
1181 helps prepare GDB to handle inter-CU die references.
1182 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1183 the code to be defined before struct comp_unit_head.
1184 (comp_unit_head): Added new members - offset, cu_head,
1185 begin_die, next and dwarf2_abbrevs.
1186 (dwarf2_abbrevs): Removed single static var; now member of
1187 struct comp_unit_head.
1188 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1189 members.
1190 (psymtab_to_symtab_1): Changed to work with the new
1191 struct comp_unit_head.
1192 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1193 constructs the dwarf2_abbrevs[] inside the cu_header.
1194 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1195 dwarf2_abbrev table to clean up.
1196 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1197 handling of dwarf2_abbrevs inside the cu_header.
1198 (read_partial_die): Now supports the call to the new
1199 dwarf2_lookup_abbrev.
1200 (read_full_die): Now supports the call to the new
1201 dwarf2_lookup_abbrev.
1202
1203 2002-10-06 Christopher Faylor <cgf@redhat.com>
1204
1205 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1206 insure that shell variables, such as "transformed_name" are propagated
1207 to later shell statements in rule.
1208
1209 2002-10-06 Mark Kettenis <kettenis@gnu.org>
1210
1211 * config/i386/nm-i386sco.h: Add protection against
1212 multiple-inclusion. Include "i386/nm-i386v.h".
1213 (REGISTER_U_ADDR): Remove define.
1214 (i386_register_u_addr): Remove prototype.
1215
1216 2002-10-04 Michael Snyder <msnyder@redhat.com>
1217
1218 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1219 before treating it as a single-step event.
1220
1221 2002-10-03 Adam Fedor <fedor@gnu.org>
1222
1223 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1224 (objc_demangle): Remove assignment in if statements, Replace
1225 free with xfree.
1226 (add_msglist): Likewise.
1227 (end_msglist): Likewise.
1228 (complare_selectors): Likewise.
1229 (selectors_info): Likewise.
1230 (compare_classes): Likewise.
1231 (classes_info): Likewise.
1232 (print_object_command): Likewise.
1233 (find_objc_msgcall_submethod): Replace PTR with void *.
1234 * objc-lang.h: Remove check for __STDC__.
1235
1236 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1237
1238 * ui-out.h (ui_out_field_fmt_int): New prototype.
1239 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1240 of field width and alignment.
1241 * stack.c (print_frame_info_base): When printing frame level, use
1242 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1243 PR gdb/192
1244
1245 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1246
1247 * MAINTAINERS: Add self to Write After Approval list.
1248
1249 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1250
1251 * infcmd.c (interrupt_target_command_wrapper): Delete.
1252 (interrupt_target_command): Make non static.
1253 (nofp_registers_info): Make static.
1254 * stack.c (return_command_wrapper): Delete.
1255 (return_command): Make non static.
1256
1257 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1258
1259 * event-top.c (gdb_setup_readline): New function. Code moved from
1260 _initialize_event_loop().
1261 (_initialize_event_loop): Call gdb_setup_readline().
1262
1263 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1264
1265 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1266 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1267 * gdbarch.h, gdbarch.c: Re-generate.
1268
1269 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
1270
1271 Fix PR gdb/778
1272 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1273 before recursing.
1274 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1275 of fill_in_vptr_fieldno.
1276
1277 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
1278
1279 * inferior.h (registers_info, stepi_command, nexti_command,
1280 continue_command, interrupt_target_command): Export from infcmd.c.
1281 * frame.h (args_info, selected_frame_level_changed_hook,
1282 return_command): Export from stack.c.
1283 * v850ice.c (stepi_command, nexti_command, continue_command): use
1284 prototypes from inferior.h.
1285 * tracepoint.c (registers_info, args_info, locals_info): Use
1286 prototypes from frame.h and inferior.h.
1287 * Makefile.in (mi-main.o): Add dependency on frame.h.
1288
1289 2002-10-02 Andrew Cagney <ac131313@redhat.com>
1290
1291 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1292 value in register 3 adjusted by ppc_gp0_regnum.
1293
1294 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1295
1296 2002-10-02 Marko Mlinar <markom@opencores.org>
1297
1298 * MAINTAINERS: Add myself to the Write After Approval list.
1299
1300 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
1301
1302 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1303 of the section for the N64 ABI, fixed.
1304
1305 * config/mips/tm-irix6.h: Include solib.h.
1306
1307 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
1308
1309 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1310 GNU operators.
1311
1312 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1313
1314 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1315 and that "mi0" syntax has been removed.
1316
1317 2002-09-30 David Carlton <carlton@math.stanford.edu>
1318
1319 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1320 * ppc-sysv-tdep.c: #include "gdb_string.h".
1321 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1322 pacify GCC.
1323
1324 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1325
1326 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1327 "vrsave"'s register number.
1328
1329 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1330
1331 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1332 use frame_unwind_signed_register to obtain the PC.
1333 (mips_frame_chain): Handle a generic dummy frame.
1334 (mips_init_extra_frame_info): When a generic dummy frame, don't
1335 re-compute the frame base.
1336 (mips_pop_frame): Handle generic dummy frames.
1337 (mips_gdbarch_init): When generic dummy frames, set
1338 use_generic_dummy_frames, push_dummy_frame to
1339 generic_push_dummy_frame, pc_in_call_dummy to
1340 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1341 generic_save_dummy_frame_tos.
1342
1343 2002-09-30 Andrew Cagney <ac131313@redhat.com>
1344
1345 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1346 against TOP when TOP was explictly set.
1347 (generic_push_dummy_frame): Set TOP to zero.
1348
1349 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
1350
1351 * event-loop.c (start_event_loop): Rename variable 'result' to
1352 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1353
1354 2002-09-30 Keith Seitz <keiths@redhat.com>
1355
1356 * gdb-events.sh (selected_thread_changed): New event.
1357 * gdb-events.c: Regenerated.
1358 * gdb-events.h: Regenerated.
1359
1360 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1361
1362 * MAINTAINERS: Add self to Write After Approval list.
1363
1364 2002-09-30 Fernando Nasser <fnasser@redhat.com>
1365
1366 * disasm.c: New file.
1367 * disasm.h: New file.
1368 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1369 (compare_lines): Ditto.
1370 (dump_insns): Ditto.
1371 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1372 argument.
1373 (do_assembly_only): Ditto.
1374 (do_disassembly): Renamed to gdb_disassembly and moved to
1375 disasm.c. Sdded uiout argument.
1376 * Makefile.in: Add new files. Reorder SFILES list. Update
1377 dependencies. Include libgdb.a later in the insight executable.
1378
1379 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1380
1381 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1382 bfd/elf64-alpha-fbsd.c.
1383
1384 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1385
1386 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1387 i386gnu-tdep.c.
1388
1389 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1390
1391 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1392 __FUNCTION__.
1393 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1394 function name.
1395 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1396 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1397 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1398 (S_msg_sig_post_reply): Ditto.
1399
1400 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1401
1402 * sh-tdep.c (sh_use_struct_convention): Use definition according
1403 to ABI.
1404 (sh_push_arguments): Store in register with correct endianess.
1405 (sh_default_store_return_value): Ditto.
1406 (sh_gdbarch_init): Set sizeof long double to 8.
1407
1408 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1409
1410 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1411 Fix some whitespace problems.
1412
1413 2002-09-27 David Carlton <carlton@math.stanford.edu>
1414
1415 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1416 (mcore-tdep.o): Ditto.
1417 (ns32k-tdep.o): Ditto.
1418 (ns32knbsd-tdep.o): Ditto.
1419 (sh3-rom.o): Ditto.
1420 (vax-tdep.o): Ditto.
1421 * cris-tdep.c: #include "gdb_string.h"
1422 * mcore-tdep.c: Ditto.
1423 * ns32k-tdep.c: Ditto.
1424 * ns32knbsd-tdep.c: Ditto.
1425 * sh3-rom.c: Ditto.
1426 * vax-tdep.c: Ditto.
1427
1428 2002-09-27 David Carlton <carlton@math.stanford.edu>
1429
1430 * config/djgpp/fnchange.lst: Add entries for
1431 gdb/testsuite/gdb.c++/m-static files.
1432
1433 2002-09-27 Jim Wilson <wilson@redhat.com>
1434
1435 * MAINTAINERS: Add myself to the Write After Approval list.
1436
1437 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1438
1439 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1440
1441
1442 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1443
1444 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1445 frame.
1446
1447 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1448
1449 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1450 (rs6000_struct_return_address): Delete variable.
1451 (rs6000_store_struct_return): Update.
1452 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1453 deprecated_extract_struct_value_address.
1454 (rs6000_frame_align): New function.
1455 (rs6000_gdbarch_init): Set frame_align.
1456
1457 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1458
1459 From Grace Sainsbury <graces@redhat.com>:
1460 * Makefile.in (gdbtk-main.o): New target.
1461 (gdb.o): New target.
1462 (main_h): Define.
1463 (main.o): Update dependencies.
1464 (gdb$(EXEEXT)): Add gdb.o.
1465 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1466 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1467 (SUBDIR_GDBTK_CLEAN): Set.
1468 (install-gdbtk): Install the insight binary.
1469 (uninstall-gdbtk): New target.
1470 (all-gdbtk, clean-gdbtk): New rule.
1471 * top.c (use_windows): Default to zero.
1472 * main.c: Include "main.h".
1473 (main): Delete.
1474 (struct captured_main_args): Delete.
1475 (gdb_main): New function.
1476 * main.h: New file.
1477 * gdb.c: New File.
1478
1479 2002-09-25 Andrew Cagney <cagney@redhat.com>
1480
1481 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1482 (frame_map_regnum_to_name): New function.
1483 (frame_map_name_to_regnum): New function.
1484 * frame.h (frame_map_name_to_regnum): Declare.
1485 (frame_map_regnum_to_name): Declare.
1486 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1487 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1488 * parse.c: Do not include "builtin-regs.h".
1489 (target_map_name_to_register): Delete function.
1490 (write_dollar_variable): Use frame_map_name_to_regnum.
1491 * parser-defs.h (target_map_name_to_register): Delete declaration.
1492 * expprint.c: Include "frame.h".
1493 (print_subexp): Use frame_map_regnum_to_name.
1494 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1495 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1496
1497 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1498
1499 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1500 wasn't saved, and the next innermost frame is a dummy, return the
1501 dummy frame's link register.
1502
1503 2002-09-24 Jim Blandy <jimb@redhat.com>
1504
1505 Fix from Paul Breed:
1506 * main.c (captured_main): Add a `break' after the case for 'b'.
1507
1508 2002-09-24 Keith Seitz <keiths@redhat.com>
1509
1510 * varobj.c (c_type_of_child): Use get_target_type instead
1511 of TYPE_TARGET_TYPE.
1512
1513 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1514
1515 * source.c (get_current_or_default_source_symtab_and_line): Remove
1516 function.
1517 (set_default_source_symtab_and_line): New function. Attempts to
1518 determine a source file to list lines from if one is not currently
1519 defined.
1520 (get_current_source_symtab_and_line): Initialize sal.pc and
1521 sal.end fields.
1522 (set_current_source_symtab_and_line): Mark argument as const.
1523 * source.h: Update declarations and comments.
1524 * linespec.c (decode_line_1): Replace call to removed routine above.
1525 * stack.c (print_frame_info_base): Ditto.
1526 * cli/cli-cmds.c (edit_command): Ditto.
1527 (list_command): Ditto.
1528
1529 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1530
1531 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1532 sal.pc and sal.end fields.
1533 (get_current_or_default_source_symtab_and_line): Ditto.
1534 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1535 so we do not cause a new source symtab to be searched for (reverting an
1536 unintentional change from the 2002-09-20 patch).
1537 * scm-lang.c (scm_unpac): Ditto.
1538
1539 2002-09-21 Andrew Cagney <cagney@redhat.com>
1540
1541 * complaints.c (symfile_explanations): Remove new-line from
1542 ``isolated_message''.
1543 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1544 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1545
1546 2002-09-20 Nick Clifton <nickc@redhat.com>
1547
1548 * NEWS: Announce that V850EA ISA is no longer supported.
1549 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1550
1551 2002-09-20 David Carlton <carlton@math.stanford.edu>
1552
1553 * Makefile.in (c-lang.o): Correct dependencies.
1554 (utils.o): Gather dependencies.
1555 (charset.o): Move.
1556 * c-lang.c: #include "gdb_string.h"
1557
1558 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1559
1560 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1561 * cli/cli-cmds.c (list_command): New function. Implements the new
1562 cli edit command.
1563 (_init_cli_cmds): Add new command definition.
1564 * gdb.1: Document edit command.
1565 * doc/gdb.texinfo: Document edit command.
1566
1567 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1568
1569 * source.c: Make global variables current_source_symtab and
1570 current_source_line static.
1571 (list_command): Moved to cli/cli-cmds.c.
1572 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1573 (get_first_line_listed): New accessor function.
1574 (get_lines_to_list): New accessor function.
1575 (get_current_source_symtab_and_line): New function. Retrieves the
1576 position in the source code that we consider current.
1577 (get_current_or_default_source_symtab_and_line): New function.
1578 Like the above but attempts to determine a default position if one
1579 is not currently defined.
1580 (set_current_source_symtab_and_line): New function. Sets the source
1581 code position considered current and returns the previously set one.
1582 (clear_current_source_symtab_and_line): Reset stored information about
1583 a current source line.
1584 (_initialize_source): Remove registration for the "list" command and
1585 its alias.
1586 * source.h: Add declarations for the new functions above.
1587 * symtab.h: Remove declarations for the global variables mentioned
1588 above.
1589 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1590 obtain current source line.
1591 * linespec.c (decode_line_1): Ditto.
1592 * macroscope.c (default_macro_scope): Ditto.
1593 * scm-lang.c (scm_unpac): Ditto.
1594 * stack.c (print_frame_info_base): Ditto.
1595 * symfile.c (clear_symtab_users): Ditto.
1596 * symtab.c (decode_line_spec): Ditto.
1597 * cli/cli-cmds.c (list_command): Moved here from source.c.
1598 (ambiguous_line_spec): Moved here from source.c.
1599 (_init_cli_cmds): Add definition for "list" and its alias.
1600 * Makefile.in: Update dependencies.
1601
1602 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1603
1604 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1605 with what gcc thinks is correct.
1606
1607 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1608
1609 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1610 multiple register push instruction.
1611
1612 2002-09-19 Jim Blandy <jimb@redhat.com>
1613
1614 Add support for distinct host and target character sets.
1615 * charset.c, charset.h: New files.
1616 * c-exp.y: #include "charset.h".
1617 (yylex): Convert character and string literals to the target
1618 character set, before returning them as the semantic value of the
1619 token.
1620 * c-lang.c: #include "charset.h".
1621 (c_emit_char): Use charset-specific methods to recognize
1622 characters with backslash escape forms, to decide which characters
1623 to print literally and which to print using numeric escape
1624 sequences, and to convert target characters to host characters
1625 before printing.
1626 * utils.c: #include "charset.h".
1627 (no_control_char_error): New function.
1628 (parse_escape): Use charset-specific methods to recognize
1629 backslash escapes, parse `control character' notation, and convert
1630 characters from the host character set to the target character set.
1631 * configure.in: Set the default host character set.
1632 Check where to find iconv, and what its argument types might be.
1633 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1634 * Makefile.in (SFILES): List charset.c.
1635 (COMMON_OBS): List charset.o.
1636 (charset.o): New rule.
1637 (charset_h): New header dependency variable.
1638 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1639 (LIBICONV): New variable, set by configure.
1640 (CLIBS): Include $(LIBICONV) here.
1641 * aclocal.m4, config.in, configure: Regenerated.
1642
1643 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1644
1645 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1646 bison 1.35 warning.
1647
1648 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1649
1650 * gdb_mbuild.sh: New file.
1651
1652 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1653
1654 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1655
1656 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1657
1658 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1659 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1660 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1661 valops.c, value.h: Revert previous change.
1662
1663 2002-09-18 Michael Snyder <msnyder@redhat.com>
1664
1665 Preliminary support for Objective-C:
1666 * defs.h (language_objc): New enum value.
1667 (puts_filtered_tabular): Declaration only, exported from utils.c.
1668 (skip_quoted): Delete, declared in completer.h.
1669 * c-exp.y: Include completer.h.
1670 * p-exp.y: Ditto.
1671 * jv-exp.y: Ditto.
1672 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1673 New operator enum values.
1674 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1675 * language.c (binop_result_type): Handle language_objc case.
1676 (integral_type, character_type, string_type, boolean_type,
1677 structured_type, binop_type_check): Ditto.
1678 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1679 (struct objc_specific): Add to general_symbol_info.
1680 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1681 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1682 * parser-defs.h (struct objc_class_str): New struct type.
1683 (start_msglist, end_msglist, add_msglist): Declaration only,
1684 exported from objc-lang.c.
1685 * value.h (value_of_local, value_nsstring,
1686 call_function_by_hand_expecting_type): Exported from valops.c.
1687 * valops.c (find_function_addr): Export.
1688 (call_function_by_hand_expecting_type): New function.
1689 (value_of_local): New function.
1690 * symfile.c (init_filename_language_table): Add ".m" extension
1691 for Objective-C.
1692 * utils.c (puts_filtered_tabular): New function.
1693 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1694 (set/show demangle): Extend help-string to refer to ObjC.
1695 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1696 * stabsread.c (symbol_reference_defined): Objective-C symbols
1697 may contain colons: make allowances when scanning stabs strings
1698 for colons.
1699 (objc_find_colon): New function.
1700 * printcmd.c (address_info): If language == objc then print
1701 "self" instead of "this".
1702 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1703 OP_NSSTRING, and OP_SELF.
1704 (prefixify_subexp): Ditto.
1705 * source.c (print_source_lines): Mention objc in comment.
1706 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1707 method names.
1708
1709 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1710
1711 * complaints.h: Update copyright.
1712 (struct complaints): Declare.
1713 (struct complaint): Make `message' constant.
1714 (internal_complaint): Declare.
1715 (complaint): Declare.
1716 (complaint_root): Delete declaration.
1717 (symfile_complaints): Delete declaration.
1718 (struct complaints): Add opaque declaration.
1719 (clear_complaints): Add a complaints parameter.
1720 * complaints.c: Update copyright.
1721 (enum complaint_series): Define.
1722 (complaint_root): Delete.
1723 (struct complaints): Define.
1724 (complaint_sentinel, symfile_complaint_book): New variables.
1725 (symfile_explanations, symfile_complaints): New variables.
1726 New variables.
1727 (get_complaints): New function.
1728 (vcomplaint): New function.
1729 (complaint): New function.
1730 (internal_complaint): New function.
1731 (complain): Call vcomplain with symfile_complaint.
1732 (clear_complaints): Rewrite.
1733 (_initialize_complaints): Use add_setshow_command.
1734 * Makefile.in (complaints.o): Update dependencies.
1735 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1736 to call to clear_complaints.
1737 (new_symfile_objfile, reread_symbols): Ditto.
1738 (oldsyms_complaint): Delete.
1739 (empty_symtab_complaint, unknown_option_complaint): Delete.
1740 (free_named_symtabs): Use complaint instead of complain.
1741
1742 2002-09-18 Michael Snyder <msnyder@redhat.com>
1743
1744 Contributed by Apple Computer, Inc. Merged with current sources
1745 by Adam Fedor <fedor@doc.com> [cagney].
1746
1747 * objc-lang.c: First clean-up round: comments, indentation.
1748 * objc-lang.h: Ditto.
1749 * objc-lang.y: Ditto.
1750
1751 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1752
1753 * maint.c (maintenance_internal_error): Print the parameter as the
1754 error message.
1755 (maintenance_internal_warning): New function.
1756 (_initialize_maint_cmds): Add command `maint internal-warning'.
1757
1758 * defs.h (internal_warning, internal_vwarning): Declare.
1759 * utils.c (struct internal_problem): Define.
1760 (internal_vproblem): New function.
1761 (internal_warning): New function.
1762 (internal_vwarning): New function.
1763 (internal_warning_problem, internal_error_problem): New variables.
1764 (internal_verror): Just call internal_vproblem.
1765
1766 2002-09-18 Michael Snyder <msnyder@redhat.com>
1767
1768 * objc-lang.c: New file, support for Objective-C.
1769 Preliminary check-in, not yet integrated into gdb.
1770 * objc-lang.h: New file.
1771 * objc-exp.y: New file.
1772
1773 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1774
1775 * infrun.c (signal_stop_update): Convert definition to ISO C.
1776 (signal_print_update): Ditto.
1777 (signal_pass_update): Ditto.
1778 * inflow.c (terminal_save_ours): Ditto.
1779
1780 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1781 comments.
1782
1783 * config/djgpp/fnchange.lst: Handle name clashes between
1784 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1785 bfd/coff-tic80.c.
1786
1787 * i386-linux-tdep.h: Fix tipo.
1788
1789 2002-09-18 Adam Fedor <fedor@gnu.org>
1790
1791 * MAINTAINERS: Add myself to the Write After Approval list.
1792
1793 2002-09-18 Jim Blandy <jimb@redhat.com>
1794
1795 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1796 texthigh and textlow to reader-specific structs caused
1797 objfile_relocate to miss them. This is fixable, but the work that
1798 the change was supposed to prepare GDB for never got done anyway.
1799
1800 2002-09-18 David Carlton <carlton@math.stanford.edu>
1801
1802 * MAINTAINERS: Alphabetize Write After Approval list.
1803
1804 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1805
1806 Fix PR gdb/709
1807 * values.c (value_static_field): Call read_var_value.
1808
1809 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1810
1811 * valops.c (hand_function_call): Align the initial stack pointer
1812 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1813 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1814 return value.
1815 * mips-tdep.c (mips_frame_align): New function.
1816 (mips_gdbarch_init): Set frame_align.
1817 * gdbarch.sh (FRAME_ALIGN): New method.
1818 * gdbarch.h, gdbarch.c: Re-generate.
1819
1820 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1821
1822 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1823 registers.
1824
1825 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1826
1827 * NEWS: Mention that MIPS $fp behavior changed.
1828 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1829 reference to FP_REGNUM.
1830 (mipsnbsd_cannot_store_register): Ditto.
1831 * mips-linux-nat.c: Update copyright.
1832 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1833 (mips_linux_cannot_store_register): Ditto.
1834 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1835 * config/mips/tm-mips.h: Update copyright.
1836 (FP_REGNUM): Delete macro.
1837 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1838 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1839 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1840 (mips_r3041_reg_names, mips_r3051_reg_names)
1841 (mips_r3081_reg_names): Replace "fp" with "".
1842 Fix PR gdb/480.
1843
1844 2002-09-17 Theodore A. Roth <troth@verinet.com>
1845
1846 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1847 generic_read_register_dummy() (PR gdb/703).
1848 (avr_push_return_address): #if 0 out unused vars.
1849 (avr_gdbarch_init): Enable use of avr_push_return_address().
1850
1851 2002-09-17 Michael Snyder <msnyder@redhat.com>
1852
1853 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1854 RTE will take care of it.
1855
1856 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1857
1858 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1859 invalid, return SP_REGNUM.
1860
1861 2002-09-17 Michael Snyder <msnyder@redhat.com>
1862
1863 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1864 point registers without sign extension.
1865
1866 2002-09-17 Andrew Cagney <cagney@redhat.com>
1867
1868 * blockframe.c (deprecated_read_register_dummy): Rename
1869 generic_read_register_dummy.
1870 * frame.c (frame_unwind_signed_register): New function.
1871 (frame_unwind_unsigned_register): New function.
1872 * frame.h (frame_unwind_signed_register): Declare.
1873 (frame_unwind_unsigned_register): Declare.
1874 (deprecated_read_register_dummy): Rename
1875 generic_read_register_dummy.
1876
1877 * h8300-tdep.c (h8300_frame_chain): Update.
1878 (h8300_frame_saved_pc): Update.
1879 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1880 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1881 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1882 (s390_frame_chain): Update.
1883 * v850-tdep.c (v850_find_callers_reg): Update.
1884 (v850_frame_saved_pc): Update.
1885 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1886 (m32r_find_callers_reg): Update.
1887 (m32r_frame_saved_pc): Update.
1888 * sh-tdep.c (sh_find_callers_reg): Update.
1889 (sh64_get_saved_pr): Update.
1890 (sh_init_extra_frame_info): Update.
1891 (sh_init_extra_frame_info): Update.
1892 (sh64_init_extra_frame_info): Update.
1893 (sh64_init_extra_frame_info): Update.
1894 * mcore-tdep.c (mcore_find_callers_reg): Update.
1895 (mcore_frame_saved_pc): Update.
1896 (mcore_init_extra_frame_info): Update.
1897 * i386-tdep.c (i386_frame_saved_pc): Update.
1898 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1899 (ia64_init_extra_frame_info): Update.
1900 (ia64_init_extra_frame_info): Update.
1901 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1902 * cris-tdep.c (cris_init_extra_frame_info): Update.
1903 * avr-tdep.c (avr_frame_chain): Update.
1904 (avr_init_extra_frame_info): Update.
1905 (avr_frame_saved_pc): Update.
1906 * arm-tdep.c (arm_find_callers_reg): Update.
1907 (arm_init_extra_frame_info): Update.
1908 (arm_frame_saved_pc): Update.
1909
1910 2002-09-17 Tom Tromey <tromey@redhat.com>
1911
1912 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1913 is "'".
1914
1915 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1916
1917 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1918 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1919 NEXT_PROLOGUE_INSN.
1920 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1921 NEXT_PROLOGUE_INSN.
1922
1923 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1924
1925 * osfsolib.c: Remove file, replaced by solib-osf.c.
1926 * Makefile.in: Remove compilation rules for osfsolib.c.
1927
1928 2002-09-16 David Carlton <carlton@math.stanford.edu>
1929
1930 * cp-valprint.c (cp_print_class_method): Correct args to
1931 check_stub_method_group.
1932
1933 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1934
1935 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1936 `set architecture'. Unify naming convention of functions.
1937 (h8300_skip_prologue): Improve prologue analysis.
1938 (h8300_push_arguments): Rewritten to more closely match GCC's
1939 bizarre argument-passing behavior, along with the comment describing
1940 said behavior.
1941 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1942 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1943 sim, remote-e7000.c, remote-hms.c and remote.c
1944
1945 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1946
1947 * i386-tdep.c (gdb_print_insn_i386): Removed.
1948 (i386_print_insn): New function.
1949 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1950 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1951 tm_print_insn_info.
1952
1953 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1954
1955 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1956 zero.
1957
1958 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1959
1960 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1961 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1962 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1963
1964 2002-09-13 Christopher Faylor <cgf@redhat.com>
1965
1966 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1967
1968 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1969
1970 * gdbtypes.c (check_stub_method): Make static.
1971 (check_stub_method_group): New function.
1972 * gdbtypes.h: Update prototypes.
1973 * cp-support.c: New file.
1974 * cp-support.h: New file.
1975
1976 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1977 (update_method_name_from_physname): New function.
1978 (read_member_functions): Correct method names for operators
1979 and v3 constructors/destructors. Separate v2 constructors and
1980 destructors.
1981 * Makefile.in (stabsread.o): Update dependencies.
1982 (SFILES): Add cp-support.c.
1983 (COMMON_OBS): Add cp-support.o.
1984 (cp_support_h, cp-support.o): Add.
1985
1986 * cp-valprint.c (cp_print_class_method): Call
1987 check_stub_method_group instead of check_stub_method. Remove
1988 extraneous QUITs.
1989 * p-valprint.c (pascal_object_print_class_method): Likewise.
1990 * valops.c (search_struct_method): Likewise.
1991 (find_method_list, value_struct_elt_for_reference): Likewise.
1992
1993 2002-09-13 Andrew Cagney <cagney@redhat.com>
1994
1995 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1996 * gdbarch.h, gdbarch.c: Regenerate.
1997
1998 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1999
2000 * frame.c (find_saved_register): Delete function.
2001 * frame.h (find_saved_register): Delete declaration.
2002 Fix PR gdb/631.
2003
2004 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2005
2006 * mips-tdep.c (read_next_frame_reg): Re-hack using
2007 frame_register_unwind.
2008
2009 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2010
2011 * mips-tdep.c (mips_get_saved_register): Re-hack using
2012 frame_register_unwind.
2013
2014 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2015
2016 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2017 vector. Will be useful for Interix.
2018 * gdbarch.h, gdbarch.c: Regenerate.
2019
2020 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2021 name of the malloc function by NAME_OF_MALLOC.
2022
2023 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2024
2025 * value.h (find_function_in_inferior): Add const keyword to
2026 one of the parameters. Allows us to invoke this function with
2027 a const char *.
2028 * valops.c (find_function_in_inferior): Likewise.
2029
2030 2002-09-12 Joel Brobecker <brobecker@gnat.com>
2031
2032 * exec.c (xfer_memory): Fix compilation warning with old versions
2033 of GCC.
2034 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2035
2036 2002-09-12 David Carlton <carlton@math.stanford.edu>
2037
2038 * symtab.h: Run through gdb_indent.h.
2039 Add 2002 to Copyright year list.
2040
2041 2002-09-12 Alan Modra <amodra@bigpond.net.au>
2042
2043 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2044 mach constants.
2045 * MAINTAINERS: Add myself to write after approval list.
2046
2047 2002-09-11 J. Brobecker <brobecker@gnat.com>
2048
2049 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2050
2051 2002-09-11 J. Brobecker <brobecker@gnat.com>
2052
2053 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2054 Interix.
2055
2056 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2057
2058 * procfs.c (do_detach): Clear current signal, not just fault.
2059 Corrects problem with breakpoint trap signal leaking to detached
2060 process on Tru64.
2061
2062 2002-09-10 Michael Snyder <msnyder@redhat.com>
2063
2064 * buildsym.c (finish_block): Protect against null pointer.
2065
2066 2002-09-10 Andrew Cagney <cagney@redhat.com>
2067
2068 * infcmd.c (default_print_registers_info): Send all output to
2069 ``file'' instead of ``gdb_stdout''.
2070
2071 2002-09-10 Michael Snyder <msnyder@redhat.com>
2072
2073 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2074 LONGEST, and use signed register read (addresses are sign-
2075 extended for mips).
2076
2077 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2078
2079 * event-loop.c (gdb_do_one_event): Make public.
2080 * event-loop.h (gdb_do_one_event): Declare.
2081
2082 2002-09-10 Jeff Law <law@redhat.com>
2083
2084 * infttrace.c (child_resume): Simplify and rework to avoid
2085 TT_PROC_CONTINUE.
2086
2087 2002-09-09 Fred Fish <fnf@intrinsity.com>
2088
2089 * printcmd.c (print_scalar_formatted): "len" is the number of
2090 target bytes, NOT the number of target bits.
2091
2092 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
2093
2094 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2095 * top.c (init_main): Set rl_terminal_name.
2096
2097 2002-09-08 Aidan Skinner <aidan@velvet.net>
2098
2099 * ada-lang.c (ada_array_bound, ada_type_match,
2100 _initialize_ada_language): Fix K&R definitions.
2101 * ada-tasks.c (get_current_task): Fix K&R definitions.
2102 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2103
2104 2002-09-07 Christopher Faylor <cgf@redhat.com>
2105
2106 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2107 Add XP.
2108
2109 2002-09-06 Mark Kettenis <kettenis@gnu.org>
2110
2111 * i386-tdep.c (i386_register_virtual_type,
2112 i386_register_convertible, i386_register_convert_to_virtual,
2113 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2114 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2115 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2116 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2117 Don't set push_arguments twice.
2118
2119 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2120 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2121 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2122 sigtramp_end to NULL.
2123 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2124 defines.
2125 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2126
2127 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2128 whitespace.
2129
2130 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2131 * gdbarch.h, gdbarch.c: Re-generate.
2132 * blockframe.c (find_pc_sect_partial_function): Convert to use
2133 SIGTRAMP_START_P predicate.
2134
2135 2002-09-05 Michael Snyder <msnyder@redhat.com>
2136
2137 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2138 generic_dummy_frame method and old method. Also distinguish
2139 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2140 (arm_extract_return_value): Use new regcache method.
2141
2142 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2143 adjustment that doesn't conform to the ABI.
2144 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2145 saved regcache, not from current regcache.
2146
2147 2002-09-05 Andrew Cagney <ac131313@redhat.com>
2148
2149 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2150 * README: Update.
2151
2152 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2153
2154 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2155 if arm_apcs_32 is false.
2156
2157 2002-09-04 Andrew Cagney <ac131313@redhat.com>
2158
2159 GDB 5.3 branch created.
2160
2161 2002-09-03 Theodore A. Roth <troth@verinet.com>
2162
2163 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2164 generic_unwind_get_saved_register.
2165
2166 2002-09-03 David Carlton <carlton@math.stanford.edu>
2167
2168 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2169 argument (PR gdb/653). Update call to smash_to_method_type.
2170 (read_structure_scope): Update call to dwarf2_add_member_fn.
2171
2172 2002-09-03 Michal Ludvig <mludvig@suse.cz>
2173
2174 * x86-64-linux-tdep.c: Include gdb_string.h
2175 * x86-64-linux-nat.c: Ditto.
2176
2177 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2178
2179 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2180 when YYDEBUG is set to 1.
2181 * c-exp.y: Likewise.
2182 * f-exp.y: Likewise.
2183 * jv-exp.y: Likewise.
2184 * m2-exp.y: Likewise.
2185 * p-exp.y: Likewise.
2186
2187 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2188
2189 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2190 dependency list.
2191 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2192 solib_svr4_fetch_link_map_offsets to
2193 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2194 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2195 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2196 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2197 solib-svr4.o, and solib-legacy.o.
2198 * config/i386/tm-nbsd.h: Include solib.h.
2199
2200 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2201
2202 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2203 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2204 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2205 comment noting that this needs its own target configuration.
2206 * config/i386/nbsd.mt: New file.
2207 * config/i386/nbsdaout.mt: Remove.
2208 * config/i386/nbsdelf.mt: Ditto.
2209 * config/i386/tm-nbsdaout.h: Ditto.
2210
2211 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2212
2213 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2214 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2215 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2216 tdep->sigtramp_end.
2217 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2218 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2219 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2220
2221 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2222
2223 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2224 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2225 * i386-tdep.h (i386bsd_init_abi): New prototype.
2226 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2227 function declaration.
2228 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2229 for NetBSD-a.out or NetBSD-ELF.
2230 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2231 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2232 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2233 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2234 and nbsd-tdep.h.
2235 (i386nbsd_pc_in_sigtramp): New function.
2236 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2237 i386nbsd_pc_in_sigtramp.
2238 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2239 and i386nbsdelf_init_abi OS ABI handlers.
2240 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2241 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2242
2243 2002-09-02 Mark Kettenis <kettenis@gnu.org>
2244
2245 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2246 registers if the target really has them.
2247
2248 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2249
2250 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2251 than nbsd-tdep.h.
2252
2253 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2254
2255 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2256 list.
2257 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2258 (alphanbsd_skip_sigtramp_frame): New functions.
2259 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2260 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2261 to alphanbsd_sigcontext_addr.
2262
2263 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2264
2265 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2266 list.
2267 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2268 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2269 nbsd_pc_in_sigtramp.
2270 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2271 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2272 * nbsd-tdep.c: Include gdb_string.h.
2273 (nbsd_pc_in_sigtramp): New function.
2274 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2275 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2276 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2277 ppcnbsd_pc_in_sigtramp.
2278 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2279 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2280 shnbsd_pc_in_sigtramp.
2281 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2282 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2283 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2284
2285 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2286
2287 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2288 watchpoints to NULL.
2289 (insert_breakpoints): set val field of watchpoints if NULL.
2290
2291
2292 2002-08-29 Jim Blandy <jimb@redhat.com>
2293
2294 * symtab.c (lookup_symbol_aux): In the cases where we find a
2295 minimal symbol of an appropriate name and use its address to
2296 select a symtab to read and search, use `name' (as passed to us)
2297 as the demangled name when searching the symtab's global and
2298 static blocks, not the minsym's name.
2299
2300 2002-08-29 Keith Seitz <keiths@redhat.com>
2301
2302 * stack.c (print_frame_info_base): Always set current_source_symtab
2303 and current_source_line.
2304
2305 2002-08-29 Donn Terry <donnte@microsoft.com>
2306
2307 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2308
2309 2002-08-28 Keith Seitz <keiths@redhat.com>
2310
2311 * stack.c (select_frame): Add FIXME concerning selected-frame
2312 events.
2313 (select_frame_command): Send selected-frame-level-changed
2314 event notification, but only if the level actually changed.
2315 (up_silently_base): Add selected-frame-level-changed event
2316 notification.
2317 (down_silently_base): Likewise.
2318
2319 2002-08-28 Andrew Cagney <ac131313@redhat.com>
2320
2321 * Makefile.in: Update dependencies for all gdb/*.c files.
2322
2323 2002-08-27 Tom Tromey <tromey@redhat.com>
2324
2325 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2326 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2327 Update dependencies.
2328 * i387-tdep.c: Include gdb_string.h.
2329 * osabi.c: Likewise.
2330 * i386-linux-nat.c: Likewise.
2331 * lin-lwp.c: Likewise.
2332 * ax-gdb.c: Likewise.
2333 * signals/signals.c: Likewise.
2334 * jv-valprint.c: Likewise.
2335 * p-lang.c: Likewise.
2336 * c-valprint.c: Likewise.
2337 * cp-abi.c: Likewise.
2338
2339 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
2340
2341 * cli/cli-script.h (copy_command_lines): Export.
2342 * breakpoint.c: Include cli/cli-script.h.
2343 * Makefile.in (breakpoint.o): Update dependencies.
2344
2345 2002-08-26 Michael Snyder <msnyder@redhat.com>
2346
2347 * breakpoint.c (insert_breakpoints): Protect all references
2348 to 'process_warning'. Shorten long lines.
2349
2350 2002-08-26 Joel Brobecker <brobecker@gnat.com>
2351
2352 * cli/cli-script.c (copy_command_lines): New function.
2353 * defs.h (copy_command_lines): Export.
2354 * testsuite/gdb.base/commands.exp: New tests for commands
2355 attached to a temporary breakpoint, and for commands that
2356 delete the breakpoint they are attached to.
2357
2358 2002-08-26 Michael Snyder <msnyder@redhat.com>
2359
2360 * breakpoint.c (bpstat_stop_status): Instead of copying the
2361 pointer to the breakpoint commands struct, make a new copy
2362 of the struct and point to that.
2363 (bpstat_clear): Free the commands struct.
2364 (bpstat_clear_actions): Free the commands struct.
2365 (bpstat_do_actions): Free the command actions. Also execute
2366 the local cleanups, instead of deleting them.
2367 (delete_breakpoint): Leave the commands field of the bpstat
2368 chain alone -- it will be freed later.
2369
2370 2002-08-26 Kevin Buettner <kevinb@redhat.com>
2371
2372 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2373 deleted in 2002-08-20 commit. This function is still used by
2374 ppc-linux-nat.c.
2375
2376 2002-08-26 Keith Seitz <keiths@redhat.com>
2377
2378 * gdb-events.sh: Add selected-frame-level-changed event.
2379 * gdb-events.c: Regenerated.
2380 * gdb-events.h: Regenerated.
2381
2382 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2383
2384 Fix PR gdb/393:
2385 * inflow.c (terminal_save_ours): New function to save terminal
2386 settings.
2387 * inferior.h (terminal_save_ours): Declare.
2388 * target.c (debug_to_terminal_save_ours): New function.
2389 (cleanup_target): Defaults to_terminal_save_ours.
2390 (update_current_target): Inherit to_terminal_save_ours.
2391 (setup_target_debug): Set to_terminal_save_ours.
2392 * target.h (target_terminal_save_ours): New to save terminal settings.
2393 (target_ops): New member to_terminal_save_ours.
2394 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2395 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2396 * inftarg.c (init_child_ops): Likewise.
2397 * m3-nat.c (init_m3_ops): Likewise.
2398 * procfs.c (init_procfs_ops): Likewise.
2399 * wince.c (init_child_ops): Likewise.
2400 * win32-nat.c (init_child_ops): Likewise.
2401 * sol-thread.c (init_sol_thread_ops): Likewise.
2402
2403 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2404
2405 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2406 use regcache_* functions.
2407 (i386_gdbarch_init): Set store_return_value instead of
2408 deprecated_store_return_value.
2409
2410 * regcache.c (regcache_raw_write_signed,
2411 regcache_raw_write_unsigned): New functions.
2412 * regcache.h (regcache_raw_write_signed,
2413 regcache_raw_write_unsigned): New prototypes.
2414
2415 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2416
2417 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2418 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2419 source file dependencies. Cleanup corresponding generator rules.
2420
2421 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2422
2423 * regcache.h (register_offset_hack): Declare.
2424 (regcache_cooked_read_using_offset_hack): Declare.
2425 (regcache_cooked_write_using_offset_hack): Declare.
2426
2427 * regcache.c (register_offset_hack): New function.
2428 (regcache_cooked_read_using_offset_hack): New function.
2429 (regcache_cooked_write_using_offset_hack): New function.
2430 (regcache_dump): Check that the registers, according to their
2431 offset, are packed hard against each other.
2432 (cooked_xfer_using_offset_hack): New function.
2433
2434 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2435
2436 * regcache.c (struct regcache_descr): Add field register_type.
2437 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2438 in as a parameter
2439 (init_regcache_descr): Initialize register_type. Pass the descr
2440 to init_legacy_regcache_descr. Use register_type instead of
2441 REGISTER_VIRTUAL_TYPE.
2442 (register_type): New function.
2443 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2444 * regcache.h (register_type): Declare.
2445
2446 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2447
2448 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2449 instead of deprecated_store_return_value. Fix fallout from
2450 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2451
2452 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2453
2454 * regcache.c (max_register_size): New function.
2455 (init_legacy_regcache_descr): Ensure that max_register_size is
2456 large enough for REGISTER_VIRTUAL_SIZE.
2457 * regcache.h (max_register_size): Declare.
2458
2459 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2460
2461 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2462 store_return_value.
2463 (e500_extract_return_value): Change type of valbuf pointer to
2464 void.
2465
2466 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2467
2468 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2469 workaround.
2470
2471 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2472 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2473 long long) to prevent compiler warning on 64-bit systems.
2474
2475 2002-08-23 Andrew Cagney <cagney@redhat.com>
2476
2477 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2478 (DEPRECATED_STORE_RETURN_VALUE): New method.
2479 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2480 * gdbarch.h, gdbarch.c: Re-generate.
2481
2482 * values.c (set_return_value): Pass current_regcache to
2483 STORE_RETURN_VALUE.
2484 * arch-utils.h (legacy_store_return_value): Declare.
2485 * arch-utils.c (legacy_store_return_value): New function.
2486 (legacy_extract_return_value): Update parameters.
2487
2488 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2489 STORE_RETURN_VALUE.
2490 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2491 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2492 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2493 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2494 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2495 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2496 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2497 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2498 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2499 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2500
2501 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2502 * i386-tdep.c (i386_extract_return_value): Update.
2503 * arch-utils.c (legacy_extract_return_value): Update.
2504 * frv-tdep.c (frv_gdbarch_init): Update.
2505 * cris-tdep.c (cris_gdbarch_init): Update.
2506 * d10v-tdep.c (d10v_gdbarch_init): Update.
2507 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2508 * m68k-tdep.c (m68k_gdbarch_init): Update.
2509 * mcore-tdep.c (mcore_gdbarch_init): Update.
2510 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2511 * s390-tdep.c (s390_gdbarch_init): Update.
2512 * sparc-tdep.c (sparc_gdbarch_init): Update.
2513 * sh-tdep.c (sh_gdbarch_init): Update.
2514 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2515 * v850-tdep.c (v850_gdbarch_init): Update.
2516 * avr-tdep.c (avr_gdbarch_init): Update.
2517 * ia64-tdep.c (ia64_gdbarch_init): Update.
2518 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2519 * vax-tdep.c (vax_gdbarch_init): Update.
2520 * alpha-tdep.c (alpha_gdbarch_init): Update.
2521 * arm-tdep.c (arm_gdbarch_init): Update.
2522 * mips-tdep.c (mips_gdbarch_init): Update.
2523 * i386-tdep.c (i386_gdbarch_init): Update.
2524
2525 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2526
2527 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2528 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2529
2530 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2531
2532 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2533 problems.
2534
2535 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2536
2537 * infrun.c (handle_inferior_event): Move a comment outside of a
2538 function call, in order to avoid indent reformatting this part
2539 of the code in an unreadable way.
2540
2541 2002-08-23 Grace Sainsbury <graces@redhat.com>
2542
2543 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2544 when breakpoints fail. Move general breakpoint error messages to
2545 insert_breakpoints.
2546 * breakpoint.c (insert_breakpoints): Change warnings when
2547 breakpoints are nto inserted to specify the type. Remove call to
2548 memory_error when hardware breakpoints can't be inserted. Remove
2549 multiple calls to warning so all messages are sent to the user at
2550 once.
2551 (delete_breakpoints): Make insert error messsages more explicit.
2552
2553 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2554
2555 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2556 gdbserver/ChangeLog.
2557
2558 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2559
2560 * i386-tdep.c: Include "objfiles.h".
2561 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2562 skip_trampoline_code.
2563 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2564 (CPLUS_MARKER): Define to '.'.
2565
2566 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2567 member.
2568 (linux_corefile_thread_callback): Increase args->num_notes.
2569 (linux_make_note_section): Initialize thread_args.num_notes, and
2570 use it to determine whether notes for any threads were created.
2571
2572 2002-08-23 Donn Terry <donnte@microsoft.com>
2573
2574 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2575 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2576 and PCUNKILL.
2577 (write_with_trace): Conditionalize out the switch branch handling
2578 PCSHOLD if the corresponding macro is not defined. Likewise for
2579 PRSABORT and PRSTOP.
2580 This change will be needed by the Interix port.
2581
2582 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2583
2584 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2585 write_register wherever possible instead of manipulating the
2586 register bytes directly.
2587 Assign VALUE_CONTENTS to a variable and use that.
2588 The GPR numbers are now dependent on the architecture.
2589
2590 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2591
2592 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2593 ev_offset fields.
2594 (skip_prologue): Add support for BookE/e500 instructions.
2595 (e500_extract_return_value): New function.
2596 (frame_get_saved_regs): Add support for saving ev registers and
2597 pseudo gpr's.
2598 (e500_store_return_value): New function.
2599 (rs6000_gdbarch_init): Move up default intializations of
2600 deprecated_extract_return_value and store_return_value. Overwrite
2601 init of store_return_value with e500 specific version.
2602 Set extract_return_value for e500.
2603
2604 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2605
2606 * blockframe.c (generic_call_dummy_register_unwind): Use
2607 regcache_cooked_read to catch cases in which the variable is
2608 stored in a pseudo register.
2609
2610 2002-08-22 Andrew Cagney <cagney@redhat.com>
2611
2612 * NEWS: Mention that the i960 has been made obsolete.
2613 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2614 i960-tdep.c
2615 (remote-nrom.o): Obsolete target.
2616 (remote-nindy.o, i960-tdep.o): Ditto.
2617 * remote-nrom.c: Make file obsolete.
2618 * remote-nindy.c, remote-vx960.c: Ditto.
2619 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2620 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2621 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2622 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2623 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2624 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2625 i960-*-vxworks* obsolete.
2626 * MAINTAINERS: Note that the i960 is obsolete.
2627
2628 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2629
2630 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2631 detach to allow reinitialization.
2632
2633 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2634
2635 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2636 attempt).
2637
2638 2002-08-22 Jim Blandy <jimb@redhat.com>
2639
2640 * coffread.c (coff_symfile_read): Don't try to read the line
2641 number table from disk if the image file doesn't have a symbol
2642 table; we'll never actually look at the info anyway, and Windows
2643 ships DLL's with bogus file offsets for the line number data.
2644
2645 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2646
2647 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2648 an e500 executable.
2649
2650 2002-08-21 Michael Snyder <msnyder@redhat.com>
2651
2652 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2653 (MSYMBOL_SIZE): Replace macro with function.
2654 (DEFAULT_MIPS_TYPE): Delete unused macro.
2655 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2656 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2657
2658 2002-08-21 Jim Blandy <jimb@redhat.com>
2659
2660 * valops.c (value_cast): Simplify and correct logic for doing a
2661 static cast from a pointer to a base class to a pointer to a
2662 derived class.
2663
2664 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2665
2666 * infcmd.c (default_print_registers_info): Replace
2667 do_registers_info.
2668 (registers_info): Use gdbarch_print_registers_info instead of
2669 DO_REGISTERS_INFO.
2670 * inferior.h (default_print_registers_info): Replace
2671 do_registers_info.
2672 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2673 (DO_REGISTERS_INFO): Change to a predicate function.
2674 * gdbarch.h, gdbarch.c: Regenerate.
2675
2676 2002-08-21 Keith Seitz <keiths@redhat.com>
2677
2678 * gdb-events.sh: Add target-changed event.
2679 * gdb-events.c: Regenerated.
2680 * gdb-events.c: Regenerated.
2681 * valops.c (value_assign): Add target-changed event notification
2682 to inlval_register, lval_memory, and lval_reg_frame_relative.
2683
2684 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2685
2686 * NEWS: Add an entry regarding the improvement of the next/step
2687 operation on Alpha Tru64 multi-processor machines.
2688
2689 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2690
2691 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2692 directores.
2693 * Makefile.in: Update all _h macro definitions.
2694 * Makefile.in (install-gdbtk): Move to install section.
2695 (rdi-share/libangsd.a): Move to end of file.
2696
2697 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2698
2699 * frame.c (frame_register_unwind): When a register, set addrp to
2700 the register's byte.
2701
2702 2002-08-20 Michael Snyder <msnyder@redhat.com>
2703
2704 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2705 used locally, so move them from the target machine header to here.
2706 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2707 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2708 Make static.
2709 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2710
2711 2002-08-20 Andrew Cagney <cagney@redhat.com>
2712
2713 * NEWS: Mention that the Apollo line was made obsolete.
2714 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2715 m68*-hp-hpux* obsolete.
2716 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2717 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2718 * buildsym.c (make_blockvector): Make static.
2719 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2720 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2721 (ALLDEPFILES): Remove dstread.c.
2722 (dstread.o): Obsolete make rule.
2723 * dstread.c: Makefile obsolete.
2724 * dst.h: Ditto.
2725 * config/m68k/hp300hpux.mt: Ditto.
2726 * config/m68k/hp300hpux.mh: Ditto.
2727 * config/m68k/hp300bsd.mt: Ditto.
2728 * config/m68k/hp300bsd.mh: Ditto.
2729 * config/m68k/apollo68b.mt: Ditto.
2730 * config/m68k/apollo68v.mh: Ditto.
2731 * config/m68k/apollo68b.mh: Ditto.
2732
2733 2002-08-20 Michael Snyder <msnyder@redhat.com>
2734
2735 * mips-tdep.c (mips_in_return_stub): Make static.
2736 (mips_gdbarch_init): Set in_solib_return_trampoline.
2737 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2738
2739 2002-08-20 Michael Snyder <msnyder@redhat.com>
2740
2741 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2742 * gdbarch.c, gdbarch.h: Regenerate.
2743 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2744 Add.
2745 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2746
2747 2002-08-20 Michael Snyder <msnyder@redhat.com>
2748
2749 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2750 (mips_gdbarch_init): Set skip_trampoline_code,
2751 in_solib_call_trampoline.
2752 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2753 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2754
2755 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2756
2757 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2758
2759 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2760 vector type for ev registers.
2761 (e500_pseudo_register_read): New function.
2762 (e500_pseudo_register_write): New function.
2763 (e500_dwarf2_reg_to_regnum): New function.
2764 (PPC_UISA_NOFP_SPRS): New macro.
2765 (PPC_EV_REGS): New macro.
2766 (PPC_GPRS_PSEUDO_REGS): New macro.
2767 (registers_e500): New register set for e500.
2768 (variants): Add e500 variant.
2769 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2770 before setting architectural dependent variations. Initialize ev
2771 registers numbers. Add case for e500 architecture. Set the
2772 number of pseudo registers.
2773
2774 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2775
2776 * rs6000-tdep.c: Clean up comments.
2777
2778 2002-08-20 Andrew Cagney <cagney@redhat.com>
2779
2780 * h8300-tdep.c: Re-indent file.
2781
2782 2002-08-20 Jim Blandy <jimb@redhat.com>
2783
2784 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2785 default for this.
2786
2787 2002-08-20 Keith Seitz <keiths@redhat.com>
2788
2789 * breakpoints.c (watch_command_1): Use internal breakpoint
2790 when setting a watchpoint_scope breakpoint.
2791
2792 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2793
2794 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2795 (build_builtin_type_vec64i): Ditto.
2796 (build_builtin_type_vec128): Ditto.
2797 (build_builtin_type_vec128i): Ditto.
2798
2799 2002-08-19 Michael Snyder <msnyder@redhat.com>
2800
2801 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2802 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2803 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2804 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2805 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2806 CALL_DUMMY_ADDRESS): Delete.
2807 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2808 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2809 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2810 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2811 push_return_address.
2812 (mips_register_raw_size, mips_eabi_use_struct_convention,
2813 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2814 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2815 mips_init_extra_frame_info, mips_eabi_push_arguments,
2816 mips_n32n64_push_arguments, mips_push_return_address,
2817 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2818 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2819
2820 2002-08-19 Michael Snyder <msnyder@redhat.com>
2821
2822 * mips-tdep.c (mips_frame_num_args): New function.
2823 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2824 frame_saved_pc, frame_args_address, frame_locals_address,
2825 frame_num_args, and frame_args_skip.
2826 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2827 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2828 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2829 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2830
2831 2002-08-20 Michael Snyder <msnyder@redhat.com>
2832
2833 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2834 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2835 * mips-tdep.c (mips_store_struct_return): New function.
2836 (mips_extract_struct_value_address): New function.
2837 (mips_gdbarch_init): Set store_struct_return and
2838 extract_struct_value_address.
2839
2840 2002-08-20 David Carlton <carlton@math.stanford.edu>
2841
2842 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2843 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2844 (read_file_scope): Check that line_header is nonzero before
2845 decoding macro information.
2846
2847 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2848
2849 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2850 flag the general-purpose registers as floating-point on targets
2851 that don't support the floating-point registers.
2852
2853 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2854
2855 * rs6000-tdep.c (altivec_register_p): Delete.
2856 (rs6000_do_altivec_registers): Delete.
2857 (rs6000_altivec_registers_info): Delete.
2858 (rs6000_do_registers_info): Delete.
2859 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2860 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2861
2862 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2863
2864 * infcmd.c (do_registers_info): Print vector registers in hex
2865 format only.
2866 (print_vector_info): Check that printing registers
2867 makes sense.
2868 (print_float_info): Ditto.
2869
2870 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2871
2872 * mips-tdep.c (mips_gdbarch_init): Update.
2873 (mips_o32_extract_return_value): Rewrite.
2874 (mips_o32_store_return_value): Rewrite.
2875 (mips_o32_xfer_return_value): New function.
2876 (mips_xfer_register): Tweak debug print message. Allow for
2877 buf_offset when dumping the value transfered.
2878
2879 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2880
2881 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2882 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2883 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2884 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2885 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2886
2887 2002-08-14 Michael Snyder <msnyder@redhat.com>
2888
2889 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2890
2891 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2892
2893 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2894 register.
2895 (P): New macro to define a register as a pseudo register.
2896 (R, R4, R8, R16, FR32, R64, R0): Updated.
2897 (struct variant): Add new fields for number of pseudo registers
2898 and number of total registers.
2899 (tot_num_registers): New macro replacing....
2900 (num_registers): ...deleted macro.
2901 (num_registers): New function.
2902 (num_pseudo_registers): New function.
2903 (variants): Update all variants to intialize new fields correctly.
2904 Postpone initialization of number of pseudo regs and real regs.
2905 (init_variants): New function.
2906 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2907 registers offsets.
2908
2909 2002-08-19 David Carlton <carlton@math.stanford.edu>
2910
2911 * valops.c (search_struct_field): Change error message to treat
2912 return value of 0 from value_static_field as meaning that field is
2913 optimized out.
2914 (value_struct_elt_for_reference): Ditto.
2915 * values.c (value_static_field): Treat an unresolved location the
2916 same as a nonexistent symbol. Fix PR gdb/635.
2917 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2918 enclosed. Fix PR gdb/574.
2919 * MAINTAINERS: Add self to Write After Approval list.
2920
2921 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2922
2923 * mips-tdep.c (mips_xfer_register): New function.
2924 (mips_n32n64_extract_return_value): Rewrite.
2925 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2926 instead of deprecated_extract_return_value.
2927
2928 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2929
2930 * rs6000-tdep.c (TDEP): Delete macro.
2931 (branch_dest): Replace use of TDEP macro with its body.
2932 (rs6000_pop_frame): Ditto.
2933 (rs6000_push_arguments): Ditto.
2934 (rs6000_skip_trampoline_code): Ditto.
2935 (rs6000_frame_saved_pc): Ditto.
2936 (rs6000_frame_chain): Ditto.
2937 (rs6000_register_name): Ditto.
2938 (rs6000_register_byte): Ditto.
2939 (rs6000_register_raw_size): Ditto.
2940 (rs6000_register_virtual_type): Ditto.
2941 (rs6000_register_convertible): Ditto.
2942 (rs6000_convert_from_func_ptr_addr): Ditto.
2943
2944 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2947 conditionally.
2948 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2949 MIPS_LINUX_JB_ELEMENT_SIZE.
2950 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2951 for MAX_REGISTER_RAW_SIZE arrays.
2952 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2953 MIPS_LINUX_JB_ELEMENT_SIZE.
2954
2955 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2956
2957 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2958
2959 2002-08-19 Aidan Skinner <aidan@velvet.net>
2960
2961 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2962 ada-valprint.c ada-tasks.c.
2963 (YYFILES): Add ada-exp.y.
2964 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2965 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2966 (ada-exp.tab.o): New target.
2967
2968 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2969
2970 * regcache.c (regcache_xfer_part): New function.
2971 (regcache_raw_read_part): New function.
2972 (regcache_raw_write_part): New function.
2973 (regcache_cooked_read_part): New function.
2974 (regcache_cooked_write_part): New function.
2975 * regcache.h (regcache_raw_read_part): Declare.
2976 (regcache_raw_write_part): Declare.
2977 (regcache_cooked_read_part): Declare.
2978 (regcache_cooked_write_part): Declare.
2979
2980 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2981
2982 * remote.c (remote_open_1): Add async_p.
2983 (remote_async_open_1): Delete.
2984 (open_remote_target): Delete.
2985 (remote_open, extended_remote_open): Update calls to remote_open_1.
2986 (remote_async_open, extended_remote_async_open): Call
2987 remote_open_1 instead of remote_async_open_1.
2988
2989 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2990
2991 * blockframe.c: Fix a few coding standard violations.
2992
2993 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2994
2995 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2996 here from ...
2997 * config/i386/tm-i386sco5.h: ... here. File removed.
2998 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2999
3000 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
3001 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3002 (TM_FILE): Set to tm-i386.h.
3003 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3004 * config/i386/tm-i386v.h: Remove file.
3005 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3006 instead of "i386/tm-i386v.h".
3007 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3008 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3009 "i386/tm-i386v.h".
3010 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3011 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3012 "i386/tm-i386.h".
3013
3014 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3015
3016 * config/i386/nm-i386v.h: Add protection against
3017 multiple-inclusion.
3018 (i386_register_u_addr): Remove prototype.
3019 (register_u_addr): New prototype.
3020 (REGISTER_U_ADDR): Redefine accordingly.
3021 * i386v-nat.c: Improve several comments.
3022 (i386_register_u_addr): Change signature and rename to
3023 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3024 ubase variable.
3025
3026 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3027
3028 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3029 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3030 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3031 deprecated_extract_return_value.
3032 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3033 rename mips_o32o64_push_arguments.
3034 (mips_gdbarch_init): Update.
3035 (mips_extract_return_value): Delete.
3036 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3037 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3038 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3039 (mips_n32n64_extract_return_value): Clone
3040 mips_extract_return_value.
3041 (mips_store_return_value): Delete.
3042 (mips_o32_store_return_value): Clone mips_store_return_value.
3043 (mips_o64_store_return_value): Clone mips_store_return_value.
3044 (mips_eabi_store_return_value): Clone mips_store_return_value.
3045 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3046
3047 2002-08-18 Aidan Skinner <aidan@velvet.net>
3048
3049 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3050 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3051
3052 2002-08-18 Aidan Skinner <aidan@velvet.net>
3053
3054 * ada-lang.c: Run through gdb_indent.sh.
3055 * ada-lang.h: Run through gdb_indent.sh.
3056 * ada-tasks.c: Run through gdb_indent.sh.
3057 * ada-typeprint.c: Run through gdb_indent.sh.
3058 * ada-valprint.c: Run through gdb_indent.sh.
3059
3060 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3061
3062 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3063 ABI.
3064
3065 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3066
3067 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3068
3069 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3070 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3071
3072 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3073 write_register_gen instead of write_register_bytes.
3074
3075 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3076 i[3456]-*-osf1mk* configurations have been made obsolete.
3077 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3078 i[3456]86-*-osf1mk* hosts obsolete.
3079 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3080 targets obsolete.
3081 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3082 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3083 config/i386/i386m3.mt, config/i386/nm-m3.h,
3084 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3085 config/i386/i386mk.mh, config/i386/i386mk.mt,
3086 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3087 obsolete.
3088 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3089 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3090 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3091
3092 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3093
3094 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3095 (hppa_value_returned_from_stack): Declare.
3096 (hppa_extract_return_value): Declare.
3097 * config/pa/hppa.mt: New file.
3098 * configure.tgt: Recognize hppa*-*-*.
3099 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3100
3101 2002-08-18 Mark Kettenis <kettenis@gnu.org>
3102
3103 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3104 comment.
3105
3106 2002-08-17 Mark Kettenis <kettenis@gnu.org>
3107
3108 * top.c (gdb_rl_operate_and_get_next): Make sure
3109 operate-and-get-next functions correctly even when the history
3110 list is completely filled.
3111
3112 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3113
3114 * MAINTAINERS (Target Instruction Set Architectures): Rename
3115 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3116 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3117 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3118 already listed under Host/Native.
3119
3120 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3121 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3122 mips*-*-*.
3123
3124 2002-08-17 Andrew Cagney <ac131313@redhat.com>
3125
3126 * config/ia64/ia64.mt: New file.
3127 * config/alpha/alpha.mt: New file.
3128 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3129 ia64-linux-gnu. Mention that ia64-elf is broken.
3130 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3131
3132 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3133
3134 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3135 generic_func_frame_valid instead of func_frame_valid.
3136
3137 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3138
3139 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3140 procfs appears to be broken when debugging on multi-processor
3141 machines. So enable software single stepping in order to avoid
3142 using the procfs interface to do next/step operations, using
3143 internal breakpoints instead.
3144
3145 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3146 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3147 make this pc address equal to the value it would have if the
3148 system stepping capability was used. Also set a new flag used
3149 to ensure that we don't readjust the PC one more time later.
3150
3151 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3152 address by DECR_PC_AFTER_BREAK when software single step is
3153 in use for this architecture, as this has already been taken
3154 care of in handle_inferior_event().
3155
3156 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3157
3158 * infrun.c (handle_inferior_event): Minor reformatting, to make
3159 a rather long condition expression easier to read.
3160
3161 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3162
3163 * Makefile.in (gdbtk.o): Move to end of file.
3164 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3165 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3166 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3167 (gdbtk-wrapper.o, gdbres.o): Ditto.
3168
3169 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3170
3171 * Makefile.in (copying.o): Separate out compile rule.
3172 (hpux-thread.o, procfs.o, signals.o): Ditto.
3173 (v850ice.o, z8k-tdep.o): Ditto.
3174 (tui-file.o): Move to TUI section.
3175 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3176 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3177
3178 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3179
3180 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3181 skip_trampoline_code, for better namespace-proofing.
3182
3183 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3184
3185 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3186
3187 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3188
3189 2002-08-16 Joel Brobecker <brobecker@gnat.com>
3190
3191 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3192 signal, check whether we hit a breakpoint before checking for a
3193 single step breakpoint. Otherwise, GDB fails to notice that a
3194 breakpoint has been hit when stepping onto a breakpoint.
3195
3196 2002-08-16 Keith Seitz <keiths@redhat.com>
3197
3198 * gdb-events.sh (clear_gdb_event_hooks): New function.
3199 * gdb-events.c: Regenerate.
3200 * gdb-events.h: Regenerate.
3201
3202 2002-08-16 Andrew Cagney <ac131313@redhat.com>
3203
3204 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3205 not_a_sw_breakpoint.
3206 * breakpoint.h (bpstat_stop_status): Add parameter names.
3207
3208 2002-08-16 Grace Sainsbury <graces@redhat.com>
3209
3210 * remote.c (remote_insert_hw_breakpoint)
3211 (remote_remove_hw_breakpoint): Fix calculation of length field
3212 for Z-packet.
3213
3214 2002-08-15 Michael Snyder <msnyder@redhat.com>
3215
3216 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3217 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3218 (supply_fpregset): Ditto.
3219
3220 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3221 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3222 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
3223 (TARGET_READ_SP): Delete.
3224 (DO_REGISTERS_INFO): Delete.
3225 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3226 Delete.
3227 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3228 from macros to functions.
3229
3230 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3231 (mips_register_convertible, mips_register_convert_to_virtual,
3232 mips_register_convert_to_raw): Make static.
3233 (mips_read_sp): New function.
3234 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
3235 (mips_do_registers_info): Make static.
3236 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
3237 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3238 (mips_register_convert_from_type, mips_register_convert_to_type):
3239 New functions.
3240 (mips_gdbarch_init): Set up function_start_offset,
3241 register_virtual_size, pc_in_sigtramp.
3242
3243 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3244
3245 * infcmd.c (vector_info): New function.
3246 (_initialize_infcmd): Add command "info vector".
3247 (print_vector_info): New function.
3248
3249 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3250 * gdbarch.h, gdbarch.c: Regenerate.
3251
3252 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3253
3254 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3255 ``print_all''. Only print vector registers when ``print_all''.
3256
3257 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3258
3259 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3260 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3261
3262 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3263 Add `args' parameter.
3264 * gdbarch.h, gdbarch.c: Regenerate.
3265
3266 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3267
3268 * infcmd.c (float_info): Call print_float_info.
3269 (print_float_info): New function. By default, print the
3270 floating-point registers.
3271
3272 * arch-utils.h (default_print_float_info): Delete declaration.
3273 * arch-utils.c (default_print_float_info): Delete function.
3274
3275 2002-08-16 Mark Kettenis <kettenis@gnu.org>
3276
3277 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3278 out define.
3279
3280 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3281 FRAME.
3282
3283 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3284 * configure.host: Make i[3456]86-*-aix host obsolete.
3285 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3286 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3287 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3288 config/i386/xm-i386aix.h: Make files obsolete.
3289 * i386aix-nat.c: Make file obsolete.
3290 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3291 (i386aix-nat.o): Make target obsolete.
3292
3293 * config/i386/nm-gnu.h: Removed.
3294 * config/i386/nm-i386gnu.h: New file.
3295 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3296 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3297 Moved here from ...
3298 * config/i386/tm-i386gnu.h: ... here. Removed.
3299 * config/i386/xm-i386gnu.h: Removed.
3300 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3301 (NAT_FILE): Set to nm-i386gnu.h.
3302 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3303 * i386-tdep.c: New file.
3304 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3305 (i386gnu-tdep.o): Specify dependencies.
3306
3307 2002-08-15 Mark Kettenis <kettenis@gnu.org>
3308
3309 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3310 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3311 Adjust a few comments to reflect reality a bit closer.
3312 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3313 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3314 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3315 target_insert_watchpoint, target_remove_watchpoint):
3316 Move defines to ...
3317 * config/i386/nm-i386sco5.h: ... here.
3318 (kernel_u_size): Add prototype. Improve a few comments and add
3319 protection against multiple inclusion.
3320
3321 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3322 out define.
3323
3324 * uw-thread.c (SP_ARG0): Define if not already defined.
3325 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3326
3327 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3328
3329 * config/i386/tm-i386.h: Don't include "regcache.h".
3330
3331 * i387-tdep.h (i387_print_float_info): New prototype.
3332 * i387-tdep.c (print_i387_value, print_i387_ext,
3333 print_i387_status_word, print_i387_control_word): Add `struct
3334 ui_file *' argument and use it for output.
3335 (i387_print_float_info): Renamed from i387_float_info. Add
3336 `struct gdbarch *' and `struct ui_file *' arguments and use the
3337 latter for output.
3338 * i386-tdep.c: Include "i387-tdep.h".
3339 (i386_gdbarch_init): Set print_float_info.
3340 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3341 (FLOAT_INFO): Remove define.
3342
3343 2002-08-13 Michael Snyder <msnyder@redhat.com>
3344
3345 * mips-tdep.c (mips_push_arguments): Rename to
3346 mips_eabi_push_arguments, and tune for EABI.
3347 (MIPS_REGS_HAVE_HOME_P): Delete.
3348 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3349 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3350 Delete references to mips_regs_have_home_p.
3351
3352 2002-08-14 Keith Seitz <keiths@redhat.com>
3353
3354 * Makefile.in (install-gdbtk): Create insight plugin directory.
3355 Install plugins.tcl file.
3356
3357 2002-08-14 Keith Seitz <keiths@redhat.com>
3358
3359 * configure.in: Move SUBDIRS to near top of the file so that
3360 --enable options may add things to it.
3361 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3362 * configure: Regenerate.
3363
3364 2002-08-13 Michael Snyder <msnyder@redhat.com>
3365
3366 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3367 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3368 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3369
3370 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3371
3372 * vax-tdep.c (vax_get_saved_register): Delete function.
3373 (vax_gdbarch_init): Update.
3374 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3375 (ns32k_gdbarch_init): Update.
3376 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3377 (alpha_gdbarch_init): Update.
3378
3379 2002-08-13 Andrew Cagney <cagney@redhat.com>
3380
3381 * regcache.c (init_regcache_descr): Overallocate the
3382 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3383 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3384 nr_raw_registers.
3385 (set_register_cached): Add range checking assertions. Use
3386 current_regcache.
3387
3388 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3389
3390 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3391 numbers for MMX registers.
3392
3393 2002-08-13 Andrew Cagney <cagney@redhat.com>
3394
3395 * i386-tdep.c (i386_gdbarch_init): Use
3396 generic_unwind_get_saved_register.
3397
3398 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3399
3400 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3401 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3402 target vector.
3403 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3404 Delete. Add comment regarding this now-deleted target method.
3405
3406 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3407
3408 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3409 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3410 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3411 real PC and the page number (if it's within the memory bank window).
3412 (m68hc11_pseudo_register_write): Likewise when saving.
3413 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3414 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3415 (m68hc11_register_raw_size): And use 32-bit for it.
3416 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3417 16K memory bank is used by the prog; also use the virtual pc.
3418
3419 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3420
3421 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3422 (m68hc11_gdbarch_init): Install it in gdbarch.
3423 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3424 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3425 (MSYMBOL_SIZE): New for documentation.
3426 (insn_return_kind): Enum to specify how a function returns.
3427 (frame_extra_info): Cleanup and record the return mode.
3428 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3429 register in address computation.
3430 (m68hc11_get_return_insn): New to obtain the return instruction used
3431 by the function.
3432 (m68hc11_frame_init_saved_regs): Take into account the return
3433 instruction used by the function for far and interrupt functions.
3434 (m68hc11_init_extra_frame_info): Take into account page register.
3435 (m68hc11_frame_args_address): Adjust according to the return mode.
3436 (show_regs): Print page register only when it's used.
3437
3438 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3439
3440 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3441 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3442 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3443 registers.
3444 (m68hc11_register_raw_size): Likewise.
3445
3446 2002-08-13 Andrew Cagney <cagney@redhat.com>
3447
3448 * i386-tdep.c (i386_register_name): Handle mmx registers.
3449 (mmx_regnum_p): New function.
3450 (i386_mmx_names): New array.
3451 (mmx_num_regs): New variable.
3452 (i386_pseudo_register_read): New function.
3453 (i386_pseudo_register_write): New function.
3454 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3455
3456 * regcache.c (regcache_raw_read_unsigned): New function.
3457 (regcache_raw_read_signed): New function.
3458 * regcache.h (regcache_raw_read_unsigned): Declare.
3459 (regcache_raw_read_signed): Declare.
3460
3461 2002-08-13 Andrew Cagney <cagney@redhat.com>
3462
3463 * regcache.c (regcache_raw_read_as_address): Delete function.
3464 (regcache_cooked_read_signed): New function.
3465 (regcache_cooked_read_unsigned): New function.
3466 * regcache.h (regcache_cooked_read_signed): Declare.
3467 (regcache_cooked_read_unsigned): Declare.
3468 (regcache_raw_read_as_address): Delete declaration.
3469
3470 * blockframe.c (generic_read_register_dummy): Use
3471 regcache_cooked_read_unsigned.
3472 * i386-tdep.c (i386_extract_struct_value_address): Use
3473 regcache_cooked_read_unsigned.
3474
3475 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3476
3477 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3478 double sizes according to ELF ABI flags.
3479 (gdbarch_tdep): Record elf_flags.
3480
3481 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3482
3483 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3484 (m6812_prolog): They can appear in 68HC12 function prologue.
3485 (m68hc11_frame_chain): Cleanup.
3486
3487 2002-08-12 Andrew Cagney <cagney@redhat.com>
3488
3489 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3490 declarations.
3491 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3492 (i386_linux_register_raw_size): Delete function.
3493 (i386_linux_init_abi): Update.
3494 * i386-tdep.c (i386_register_raw_size): Delete function.
3495 (i386_register_byte): Delete function.
3496 (i386_gdbarch_init): Update.
3497 (i386_register_size): Delete array.
3498 (i386_register_offset): Delete array.
3499
3500 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3501 (REGISTER_RAW_SIZE): Delete macro.
3502 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3503 (REGISTER_BYTE): Delete macro.
3504
3505 2002-08-11 Aidan Skinner <aidan@velvet.net>
3506
3507 * ada-lang.c (ada_lookup_partial_symbol)
3508 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3509 prototype names so that grep ^func works properly.
3510
3511 * ada-lang.c (ada_array_element_type)
3512 (ada_lookup_partial_symbol): Fix typos in parameter list.
3513
3514 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3515 Fix prototype names so that grep ^func works properly.
3516
3517 2002-08-10 Andrew Cagney <cagney@redhat.com>
3518 Elena Zannoni <ezannoni@redhat.com>
3519 Martin M. Hunt <hunt@redhat.com>
3520
3521 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3522 (build_builtin_type_vec128i): Set the vector bit.
3523 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3524 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3525 (build_builtin_type_vec64): New function.
3526 (build_builtin_type_vec64i): New function.
3527 (build_gdbtypes): Initialize builtin_type_vec64 and
3528 builtin_type_vec64i.
3529
3530 2002-08-09 Andrew Cagney <cagney@redhat.com>
3531
3532 * regcache.c (regcache_dump): Compare the register offset
3533 with REGISTER_BYTE.
3534 * arch-utils.c (generic_register_byte): New function.
3535 * arch-utils.h (generic_register_byte): Declare.
3536 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3537 * gdbarch.h, gdbarch.c: Regenerate.
3538
3539 2002-08-09 Andrew Cagney <cagney@redhat.com>
3540
3541 * regcache.c: Include "gdbcmd.h"
3542 (_initialize_regcache): Add commands "maintenance print
3543 registers", "maintenance print raw-registers" and "maintenance
3544 print cooked-registers".
3545 (enum regcache_dump_what): Define.
3546 (dump_endian_bytes): New function.
3547 (regcache_dump): New function.
3548 (regcache_print): New function.
3549 (maintenance_print_registers): New function.
3550 (maintenance_print_raw_registers): New function.
3551 (maintenance_print_cooked_registers): New function.
3552 * Makefile.in (regcache.o): Update dependencies.
3553
3554 2002-08-09 Michael Snyder <msnyder@redhat.com>
3555
3556 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3557 (mips_push_arguments): Correct some comments. Use paddr_nz
3558 for printing addresses in debug output. Replace static
3559 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3560 (mips_n32n64_push_arguments): New function, cloned from
3561 mips_push_arguments and tuned for the n32/n64 ABI.
3562 (mips_push_register): Buffer needs dynamic allocation.
3563 (mips_print_register): Ditto.
3564 (do_gp_register_row): Ditto.
3565 (mips_store_return_value): Ditto.
3566 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3567
3568 2002-08-09 Don Howard <dhoward@redhat.com>
3569
3570 * memattr.c (mem_info_command): Print special case of upper bound
3571 as max CORE_ADDR + 1.
3572
3573 2002-08-08 Michael Snyder <msnyder@redhat.com>
3574
3575 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3576 returns structs by ref if they're too big to fit in two registers.
3577
3578 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3579
3580 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3581 saved regs value.
3582 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3583 mips_find_saved_regs().
3584 (mips_pop_frame): Likewise.
3585
3586 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3587
3588 * blockframe.c (frame_saved_regs_register_unwind): Revise
3589 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3590 frames are in use.
3591
3592 2002-08-09 Grace Sainsbury <graces@redhat.com>
3593
3594 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3595 T-packets; the 'a' is not taken as a register number.
3596 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3597 (remote_stopped_data_address): New functions; add to target
3598 vector.
3599 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3600 prototypes to match other implementations of this
3601 function. replace integer argument with pointer -- the length
3602 field in the Z-packet is the length of what is pointed to or 1 if
3603 pointer is null. Add to target vector.
3604 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3605 target vector.
3606
3607 From Mark Salter:
3608 * remote.c (remote_wait): Add support to extract optional
3609 watchpoint information from T-packet. Ignore unrecognized
3610 optional info in T-packet.
3611 (remote_async_wait): Ditto.
3612
3613 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3614
3615 * cli/cli-dump.c: Change fopen modes to use binary open modes
3616 as defined in include/fopen-bin.h throughout.
3617
3618 2002-08-08 Michael Snyder <msnyder@redhat.com>
3619
3620 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3621
3622 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3623
3624 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3625 assertion failure by returning early after a warning.
3626
3627 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3628
3629 * mips-tdep.c (mips_find_saved_regs): Make static.
3630 (mips_frame_init_saved_regs): New function.
3631 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3632 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3633 (mips_find_saved_regs): Delete declaration.
3634
3635 2002-08-08 Grace Sainsbury <graces@redhat.com>
3636
3637 * remote.c (remote_wait, remote_async_wait): Change
3638 thread_num from int to ULONGEST.
3639 (unpack_varlen_hex): Change result parameter from
3640 int * to ULONGEST *.
3641
3642 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3643
3644 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3645 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3646 powerpc*-*-*.
3647 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3648
3649 2002-08-08 Andrew Cagney <cagney@redhat.com>
3650
3651 * gcore.c (override_derive_stack_segment): Delete variable.
3652 (preempt_derive_stack_segment): Delete function.
3653 (derive_stack_segment): Delete function.
3654 (default_derive_stack_segment): Renamed to derive_stack_segment.
3655 (override_derive_heap_segment): Delete variable.
3656 (preempt_derive_heap_segment): Delete function.
3657 (derive_heap_segment): Delete function.
3658 (default_derive_heap_segment): Rename to derive_heap_segment.
3659
3660 2002-08-06 Michael Snyder <msnyder@redhat.com>
3661
3662 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3663 * mips-tdep.c (mips_EABI_use_struct_convention,
3664 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3665 New functions. (mips_use_struct_convention): Delete.
3666 (mips_gdbarch_init): set use_gdbarch_convention.
3667
3668 2002-08-06 Michael Snyder <msnyder@redhat.com>
3669
3670 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3671 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3672 mips_o32_reg_struct_has_addr): New functions.
3673 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3674
3675 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3676
3677 * regcache.c (pseudo_register): Delete function.
3678 (fetch_register): Delete function.
3679 (store_register): Delete function.
3680 (regcache_raw_read, legacy_read_register_gen): Use
3681 target_fetch_registers instead of fetch_register.
3682 (legacy_write_register_gen, regcache_raw_write): Use
3683 target_store_register instead of store_register.
3684 (write_register_bytes): Ditto.
3685
3686 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3687 (STORE_PSEUDO_REGISTER): Delete.
3688 * gdbarch.h, gdbarch.c: Regenerate.
3689
3690 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3691
3692 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3693 write dump file binary.
3694
3695 2002-08-05 Michael Snyder <msnyder@redhat.com>
3696
3697 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3698 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3699 (mips_gdbarch_init): Set N32 target to be mips64.
3700
3701 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3702
3703 * frame.c (find_saved_register): Break out of loop once saved
3704 register address is found. Don't mention sparc in loop comment
3705 anymore.
3706
3707 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3708
3709 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3710 mips_default_saved_regsize to 8.
3711
3712 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3713
3714 * gcore.c: Do not include <sys/procfs.h>.
3715 * Makefile.in (gcore.o): Update dependencies.
3716
3717 2002-08-06 Andrew Cagney <cagney@redhat.com>
3718
3719 * configure.tgt: Make arc-*-* obsolete.
3720 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3721 * MAINTAINERS: Make arc-elf obsolete.
3722 * arc-tdep.c: Make file obsolete.
3723 * config/arc/arc.mt: Ditto.
3724 * config/arc/tm-arc.h: Ditto.
3725
3726 2002-08-05 Theodore A. Roth <troth@verinet.com>
3727
3728 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3729
3730 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3731
3732 * mcore-tdep.c (mcore_gdbarch_init): Use
3733 generic_unwind_get_saved_register instead of
3734 generic_get_saved_register.
3735 * v850-tdep.c (v850_gdbarch_init): Ditto.
3736 * frv-tdep.c (frv_gdbarch_init): Ditto.
3737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3738 * s390-tdep.c (s390_gdbarch_init): Ditto.
3739 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3740 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3741 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3742
3743 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3744
3745 * objfiles.h: Add missing #include "symfile.h"
3746
3747 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3748
3749 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3750
3751 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3752 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3753 of FIELD_BITSIZE.
3754
3755 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * NEWS: Cleanup and nitpick.
3758
3759 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3760
3761 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3762
3763 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3764
3765 * Makefile.in (gdbtk-bp.o): Update dependencies.
3766 (gdbtk-register.o): Ditto.
3767 (gdbtk-varobj.o): Ditto.
3768
3769 2002-08-03 Andrew Cagney <cagney@redhat.com>
3770
3771 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3772 m68hc11_fetch_pseudo_register.
3773 (m68hc11_pseudo_register_write): Replace
3774 m68hc11_store_pseudo_register.
3775 (m68hc11_gdbarch_init): Update.
3776
3777 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3778
3779 * gdbarch.sh: Include "gdb_string.h".
3780 * gdbarch.c: Regenerate.
3781
3782 * regcache.c: Include "gdb_string.h".
3783 * ax-general.c: Ditto.
3784 * varobj.c: Ditto.
3785 * std-regs.c: Ditto.
3786 * fbsd-proc.c: Ditto.
3787 * thread.c: Ditto.
3788
3789 * Makefile.in (regcache.o): Update dependencies.
3790 (thread.o, gdbarch.o): Ditto.
3791 (ax-general.o, gdbarch.o): Ditto.
3792 (varobj.o, std-regs.o): Ditto.
3793 (fbsd-proc.o): Specify dependencies.
3794
3795 2002-08-02 Andrew Cagney <cagney@redhat.com>
3796
3797 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3798 regnum.
3799 (regcache_cooked_write): Ditto.
3800
3801 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3802
3803 * regcache.c (regcache_cooked_read): New function.
3804 (regcache_cooked_write): New function.
3805 (read_register_gen): Rewrite using regcache_cooked_read.
3806 (write_register_gen): Rewrite using regcache_cooked_write.
3807
3808 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3809 Declare.
3810
3811 2002-08-02 Andrew Cagney <cagney@redhat.com>
3812
3813 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3814 Replace the architecture methods register_read and register_write.
3815 * gdbarch.h, gdbarch.c: Regenerate.
3816 * regcache.c (init_regcache_descr): Update.
3817 (read_register_gen): Update.
3818 (write_register_gen): Update.
3819 (supply_register): Update comment.
3820
3821 * sh-tdep.c (sh_gdbarch_init): Update.
3822 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3823 `regcache' and `gdbarch' parameters. Make `buffer' a void
3824 pointer. Update code.
3825 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3826 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3827 void pointer. Update code.
3828 (sh64_register_write): Delete.
3829 (sh4_register_read): Delete.
3830 (sh64_register_read): Delete.
3831 (sh4_register_write): Delete.
3832 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3833 void pointer, `to' parameter a void pointer.
3834 (sh_sh64_register_convert_to_raw): Ditto.
3835
3836 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3837
3838 * mips-tdep.c (mips_register_virtual_type): Use architecture
3839 invariant return values.
3840
3841 2002-08-01 Andrew Cagney <cagney@redhat.com>
3842
3843 * linux-proc.c: Include "gdb_string.h".
3844 * Makefile.in (linux-proc.o): Update dependency list.
3845
3846 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3847
3848 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3849 comment.
3850
3851 2002-08-01 Grace Sainsbury <graces@redhat.com>
3852
3853 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3854 to_insert_watchpoint, to_remove_watchpoint,
3855 to_stopped_by_watchpoint, to_stopped_data_address,
3856 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3857 target vecctor. Define their corresponding macros so they call
3858 them.
3859
3860 * target.c: Add default and debug versions of for
3861 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3862 to_insert_watchpoint, to_remove_watchpoint,
3863 to_stopped_by_watchpoint, to_stopped_data_address,
3864 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3865
3866 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3867
3868 * mips-tdep.c (mips_register_virtual_type): New function.
3869 (mips_gdbarch_init): Register mips_register_virtual_type()
3870 with gdbarch machinery.
3871 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3872 this file instead of tm-bigmips.h.
3873 (MIPS_REGSIZE): Delete this macro.
3874 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3875 multiarch version in mips-tdep.c will be found.
3876
3877 2002-08-01 Andrew Cagney <cagney@redhat.com>
3878
3879 * NEWS: Menion that CHILL has been made obsolete.
3880
3881 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3882 * stabsread.c (read_range_type): Ditto.
3883 * gdbtypes.h: Ditto.
3884 * language.c (binop_type_check): Ditto.
3885 (binop_result_type): Ditto.
3886 (integral_type): Ditto.
3887 (character_type): Ditto.
3888 (string_type): Ditto.
3889 (boolean_type): Ditto.
3890 (structured_type): Ditto.
3891 (lang_bool_type): Ditto.
3892 (binop_type_check): Ditto.
3893 * language.h (_LANG_chill): Ditto.
3894 * dwarfread.c (set_cu_language): Ditto.
3895 * dwarfread.c (CHILL_PRODUCER): Ditto.
3896 * dwarfread.c (handle_producer): Ditto.
3897 * expression.h (enum exp_opcode): Ditto.
3898 * eval.c: Ditto for comments.
3899 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3900 * expprint.c (print_subexp): Ditto.
3901 (print_subexp): Ditto.
3902 * valops.c (value_cast): Ditto.
3903 (search_struct_field): Ditto.
3904 * value.h (COERCE_VARYING_ARRAY): Ditto.
3905 * symfile.c (init_filename_language_table): Ditto.
3906 (add_psymbol_with_dem_name_to_list): Ditto.
3907 * valarith.c (value_binop): Ditto.
3908 (value_neg): Ditto.
3909 * valops.c (value_slice): Ditto.
3910 * symtab.h (union language_specific): Ditto.
3911 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3912 (SYMBOL_DEMANGLED_NAME): Ditto.
3913 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3914 * defs.h (enum language): Ditto.
3915 * symtab.c (got_symtab): Ditto.
3916 * utils.c (fprintf_symbol_filtered): Ditto.
3917
3918 * ch-typeprint.c: Make file obsolete.
3919 * ch-valprint.c: Make file obsolete.
3920 * ch-lang.h: Make file obsolete.
3921 * ch-exp.c: Make file obsolete.
3922 * ch-lang.c: Make file obsolete.
3923
3924 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3925 CHILL_LIB.
3926 (TARGET_FLAGS_TO_PASS): Ditto.
3927 (CHILLFLAGS): Obsolete.
3928 (CHILL): Obsolete.
3929 (CHILL_FOR_TARGET): Obsolete.
3930 (CHILL_LIB): Obsolete.
3931 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3932 ch-valprint.c.
3933 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3934 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3935 ch-lang.o.
3936 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3937 targets.
3938
3939 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3940
3941 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3942 This does not change anything at the moment, but will be helpful
3943 later when full Ada support is integrated.
3944
3945 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3946
3947 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3948 help message.
3949
3950 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3951
3952 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3953 and save it in a local variable. Use variable in later test.
3954
3955 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3956
3957 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3958 test. (Thanks to Daniel Jacobowitz.)
3959
3960 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3961
3962 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3963 (mips_abi_strings): Add "n64".
3964 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3965
3966 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3967
3968 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3969 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3970
3971 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3972
3973 * utils.c (host_pointer_to_address, address_to_host_pointer):
3974 Use gdb_assert() instead of explicit call to internal_error().
3975
3976 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3977
3978 * Makefile.in (rs6000-nat.o): Update dependencies.
3979
3980 From Nicholas Duffek:
3981 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3982 (aix-thread.o): New rule.
3983 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3984 * config/powerpc/aix432.mh: New file.
3985
3986 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3987
3988 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3989 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3990 (fetch_core_registers, ppc_linux_supply_gregset)
3991 (ppc_linux_supply_fpregset): New functions.
3992 (ppc_linux_regset_core_fns): New.
3993 (_initialize_ppc_linux_tdep): Call add_core_fns.
3994 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3995 and ppc_linux_supply_gregset.
3996 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3997 (supply_fpregset): Call ppc_linux_supply_fpregset.
3998 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3999 corelow.o.
4000 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4001
4002 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
4003
4004 * symtab.c (lookup_symbol): Demangle before lowercasing.
4005
4006 2002-07-30 Andrew Cagney <ac131313@redhat.com>
4007
4008 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4009 declaration.
4010 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4011 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4012 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4013 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4014 "gdb_string.h".
4015 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4016 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4017 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4018 (avr-tdep.o, mon960-rom.o): Ditto.
4019 (aout_stabs_gnu_h): Define.
4020 (symtab_h): Remove $(gdb_obstack_h).
4021
4022 2002-07-30 Jim Blandy <jimb@redhat.com>
4023
4024 Patch from David Carlton <carlton@math.stanford.edu>:
4025 * gdbinit.in: Move the `dir' commands that add GDB's own source
4026 directory to the search path to the end, so that the `gdb' source
4027 directory will be searched first.
4028
4029 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4030
4031 * gdb_obstack.h: New file.
4032 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4033 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4034 * objfiles.h: Include "gdb_obstack.h".
4035 * Makefile.in (gdb_obstack_h): Define.
4036 (symtab_h): Add $(gdb_obstack_h).
4037 (objfiles_h): Add $(gdb_obstack_h).
4038
4039 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4040 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4041 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4042 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4043 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4044 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4045 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4046 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4047
4048 * Makefile.in (bcache.o): Update dependencies.
4049 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4050 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4051 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4052 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4053 (stabsread.o, symfile.o, symmisc.o): Ditto.
4054 (symtab.o, typeprint.o, macroexp.o): Ditto.
4055 (macrotab.o, mdebugread.o): Ditto.
4056 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4057 (coff_ecoff_h, aout_aout64_h): Define.
4058 (aout_stabs_gnu_h, libaout_h): Define.
4059
4060 2002-07-29 Andrew Cagney <cagney@redhat.com>
4061
4062 * regcache.c (struct regcache_descr): Rename nr_registers to
4063 nr_cooked_registers. Revise comments describing the structure
4064 member fields.
4065 (init_regcache_descr): Update.
4066 (init_legacy_regcache_descr): Update.
4067 (read_register_gen, write_register_gen): When a cooked register in
4068 the raw register range, directly access the value from the raw
4069 register cache.
4070
4071 2002-07-29 Andrew Cagney <ac131313@redhat.com>
4072
4073 * z8k-tdep.c: Do not include "obstack.h".
4074 * h8300-tdep.c, h8500-tdep.c: Ditto.
4075 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4076 * valprint.c, v850-tdep.c: Ditto.
4077 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4078 * mn10200-tdep.c: Ditto.
4079
4080 * Makefile.in (z8k-tdep.o): Update dependencies.
4081 (m68hc11-tdep.o, valprint.o): Ditto.
4082 (v850-tdep.o, d10v-tdep.o): Ditto.
4083 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4084 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4085 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4086 (sh_opc_h, gdb_sim_sh_h): Define.
4087 (elf_sh_h, elf_bfd_h): Define.
4088 (opcode_m68hc11_h): Define.
4089 (OPCODES_SRC, OPCODES_DIR): define.
4090 (OPCODES): Use $(OPCODES_DIR).
4091 (gdb_sim_d10v_h): Rename sim_d10v_h.
4092 (gdb_sim_arm_h): Rename sim_arm_h.
4093
4094 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4095
4096 * utils.c (host_pointer_to_address, address_to_host_pointer):
4097 Change internal_error() message to indicate function responsible
4098 for the error.
4099
4100 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4101
4102 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4103 calls to local_hex_string_custom().
4104
4105 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4106
4107 * irix5-nat.c: Move IRIX shared library support from here...
4108 * solib-irix.c: ...to here. Revised substantially to work with
4109 generic solib framework.
4110
4111 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4112 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4113 * mips-irix-tdep.c: New file.
4114
4115 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4116 (mips-irix-tdep.o, solib-irix.o): New rules.
4117 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4118 solib-irix.o.
4119 * config/mips/irix6.mt (TDEPFILES): Likewise.
4120 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4121
4122 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4123
4124 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
4125 disabled (via ``#if 0'') includes.
4126
4127 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4128
4129 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4130 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4131 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4132 Add support for the fpscr register.
4133 * rs6000-nat.c (regmap, fetch_inferior_registers)
4134 (store_inferior_registers, fetch_core_registers): Likewise.
4135
4136 2002-07-26 Kevin Buettner <kevinb@redhat.com>
4137
4138 * rs6000-nat.c (language.h): Include.
4139 (special_regs): Delete this array.
4140 (regmap): New function.
4141 (fetch_register, store_register): Use regmap() to map gdb
4142 register numbers to ptrace register numbers. Also, use
4143 outputs from regmap() to make decisions regarding type of
4144 ptrace() call to make. In particular, don't compare against
4145 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4146 (fetch_inferior_registers, store_inferior_registers): Where
4147 possible, obtain register numbers from tdep struct. Don't
4148 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4149 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4150 (LAST_UISA_SP_REGNUM): Delete.
4151
4152 2002-07-25 Kevin Buettner <kevinb@redhat.com>
4153
4154 * rs6000-nat.c (ppc-tdep.h): Include.
4155 (fetch_registers, store_register, fetch_core_registers): Don't
4156 access registers[] directly. Instead, use supply_register() or
4157 regcache_collect() as appropriate.
4158 (find_toc_address): Format hex address with local_hex_string().
4159
4160 2002-07-25 Andrew Cagney <ac131313@redhat.com>
4161
4162 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4163 bfd/elf32-frv.c.
4164
4165 2002-07-24 Tom Tromey <tromey@redhat.com>
4166
4167 * jv-exp.y: Marked all strings with _().
4168 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4169 internal_error.
4170 (MethodInvocation, CastExpression, parse_number, yyerror,
4171 java_type_from_name, push_expression_name, yylex): Typo fixes.
4172
4173 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
4174
4175 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4176 (tee_file_flush, tee_file_write, tee_file_fputs)
4177 (tee_file_isatty): New.
4178 * ui-file.h (tee_file_new): Add prototype.
4179
4180 2002-07-24 Aidan Skinner <aidan@velvet.net>
4181
4182 * ada-lang.c: Change k&r style function definitions to prototyped
4183 form.
4184 * ada-typeprint.c: Change k&r style function definitions to prototyped
4185 form.
4186 * ada-valprint.c: Change k&r style function definitions to prototyped
4187 form.
4188
4189 2002-07-24 Andrew Cagney <cagney@redhat.com>
4190
4191 * README: Remove reference to remote-bug.
4192 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4193 remote-bug.c.
4194 (m88k-nat.o): Delete rule.
4195 (m88k-tdep.o): Delete rule.
4196 (remote-bug.o): Delete rule.
4197 * MAINTAINERS: Mark as obsolete.
4198 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4199 * m88k-tdep.c: Make file obsolete.
4200 * config/m88k/m88k.mh: Ditto.
4201 * config/m88k/delta88v4.mh: Ditto.
4202 * config/m88k/delta88v4.mt: Ditto.
4203 * config/m88k/delta88.mt: Ditto.
4204 * config/m88k/delta88.mh: Ditto.
4205 * remote-bug.c: Ditto.
4206 * config/m88k/tm-delta88.h: Ditto.
4207 * config/m88k/nm-delta88v4.h: Ditto.
4208 * config/m88k/xm-delta88.h: Ditto.
4209 * config/m88k/xm-dgux.h: Ditto.
4210 * config/m88k/tm-m88k.h: Ditto.
4211 * config/m88k/nm-m88k.h: Ditto.
4212 * config/m88k/tm-delta88v4.h: Ditto.
4213 * m88k-nat.c: Ditto.
4214 * cxux-nat.c: Ditto.
4215 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4216 and m88*-*-* obsolete.
4217 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4218 m88*-*-* obsolete.
4219
4220 2002-07-24 Andrew Cagney <cagney@redhat.com>
4221
4222 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4223 constant. Same for local pointer variables.
4224 (extract_signed_integer): Ditto.
4225 * defs.h (extract_unsigned_integer): Update.
4226 (extract_signed_integer): Update.
4227
4228 2002-07-24 Andrew Cagney <cagney@redhat.com>
4229
4230 * regcache.c (regcache_raw_write): Change buf parameter to a
4231 constant void pointer.
4232 (regcache_raw_read): Change buf parameter to a void pointer.
4233 (legacy_write_register_gen): Change myaddr parameter a constant
4234 void pointer.
4235 (supply_register): Change val parameter to a const void pointer.
4236 * regcache.h (regcache_raw_write): Update declaration.
4237 (regcache_raw_read): Update declaration.
4238 (supply_register): Update declaration.
4239
4240 2002-07-24 Tom Tromey <tromey@redhat.com>
4241
4242 * defs.h (gdb_readline_wrapper): Declare.
4243 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4244 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4245 * top.c (gdb_readline_wrapper): New function.
4246 (command_line_input): Use it.
4247
4248 2002-07-24 Andrew Cagney <cagney@redhat.com>
4249
4250 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4251 regcache_read and regcache_write.
4252 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4253 * regcache.c: Update.
4254 * sh-tdep.c (sh64_push_arguments): Update comment.
4255 (sh_pseudo_register_read): Update.
4256 (sh_pseudo_register_write): Update.
4257 (sh4_register_read): Update.
4258 (sh4_register_write): Update.
4259 (sh64_pseudo_register_read): Update.
4260 (sh64_pseudo_register_write): Update.
4261 (sh64_register_read): Update.
4262 (sh64_register_write): Update.
4263 * i386-tdep.c (i386_extract_return_value): Update.
4264 (i386_extract_struct_value_address): Update.
4265 (i386_extract_return_value): Update.
4266 * blockframe.c (generic_read_register_dummy): Update.
4267 (generic_call_dummy_register_unwind): Update
4268 * infrun.c (write_inferior_status_register): Update.
4269
4270 2002-07-23 Jim Blandy <jimb@redhat.com>
4271
4272 * parser-defs.h (expression_context_pc): Make this extern.
4273 (Thanks to Michael Snyder.)
4274
4275 2002-07-23 Andrew Cagney <ac131313@redhat.com>
4276
4277 GDB 5.2.1 released from 5.2 branch.
4278 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4279 * README: Update to mention 5.2.1.
4280
4281 2002-07-23 Mark Salter <msalter@redhat.com>
4282
4283 * remote.c (remote_read_bytes): Fix check for error.
4284
4285 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4286
4287 * aix-thread.c (language.h): Include.
4288 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4289 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4290 Print newlines at end of debug messages.
4291 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4292 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4293
4294 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4295
4296 * aix-thread.c (ppc-tdep.h): Include.
4297 (special_register_p): New function.
4298 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4299 (store_regs_user_thread): Use register number information from
4300 gdbarch_tdep struct instead of hardcoded offsets relative to
4301 FIRST_UISA_SP_REGNUM.
4302 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4303 special_register_p() instead of using FPLAST_REGNUM and
4304 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4305 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4306 will be MQ's register number.
4307
4308 2002-07-22 Michael Snyder <msnyder@redhat.com>
4309
4310 * aix-thread.c (ops): Rename to aix_thread_ops.
4311 (base_ops): Rename to base_target.
4312 (ops_attach): Rename to aix_thread_attach.
4313 (ops_detach): Rename to aix_thread_detach.
4314 (ops_resume): Rename to aix_thread_detach.
4315 (ops_wait): Rename to aix_thread_wait.
4316 (ops_kill): Rename to aix_thread_kill.
4317 (init_ops): Rename to init_aix_thread_ops.
4318 (ops_fetch_register): Rename to aix_thread_fetch_register.
4319 (ops_store_register): Rename to aix_thread_store_register.
4320 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4321 (ops_thread_alive): Rename to aix_thread_thread_alive.
4322 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4323 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4324 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4325 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4326 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4327 (store_regs_lib): Rename to store_regs_user_thread.
4328 (store_regs_kern): Rename to store_regs_kernel_thread.
4329
4330 2002-07-22 Michael Snyder <msnyder@redhat.com>
4331
4332 * aix-thread.c (ops_prepare_to_store): Eliminate.
4333 (init_ops): Don't initialize ops.prepare_to_store.
4334 (store_regs_kern): Pre-fetch register buffers from child,
4335 because some registers may not be in the cache. Copy
4336 regs from register cache only if they are cached.
4337 (store_regs_lib): Copy regs from register cache only
4338 if they are cached.
4339 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4340 fill_gprs64): Ditto.
4341
4342 2002-07-22 Kevin Buettner <kevinb@redhat.com>
4343
4344 * aix-thread.c (gdb_assert.h): Include.
4345 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4346 register sizes (from register cache) match size of buffer holding
4347 register data.
4348 (fill_sprs32): Change parameter types to match those in the ptrace()
4349 buffer.
4350 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4351 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4352
4353 2002-07-22 Michael Snyder <msnyder@redhat.com>
4354
4355 * aix-thread.c (supply_sprs64): Cosmetic change.
4356 (supply_sprs32): Cosmetic change.
4357 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4358 (fill_sprs64): Use regcache_collect instead of read_register.
4359 (store_regs_lib): Use regcache_collect instead of
4360 read_register. Use fill_sprs32 instead of fill_sprs64,
4361 if debugging a 32-bit architecture.
4362 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4363 out of the register cache, instead of passing a pointer into
4364 the register cache directly to ptrace. Use regcache_collect
4365 insteaad of read_register.
4366 (ops_prepare_to_store): Use target_read_registers instead
4367 of read_register_bytes.
4368
4369 2002-07-20 Aidan Skinner <aidan@velvet.net>
4370
4371 * MAINTAINERS: Add self under write after approval.
4372
4373 2002-07-20 Aidan Skinner <aidan@velvet.net>
4374
4375 * ada-tasks.c: Change k&r style function definitions to prototyped
4376 form.
4377
4378 2002-07-19 Andrew Cagney <ac131313@redhat.com>
4379
4380 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4381 * x86-64-tdep.c: Include "objfiles.h".
4382 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4383 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4384
4385 2002-07-17 Michal Ludvig <michal@suse.cz>
4386
4387 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4388 (update_context): Initialise cfa variable.
4389
4390 2002-07-17 Michael Snyder <msnyder@redhat.com>
4391
4392 * aix-thread.c: Shorten some long lines.
4393 Bring comments into line with code spec.
4394
4395 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4396
4397 * infrun.c: Re-indent using gdb_indent.sh.
4398
4399 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4400
4401 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4402 Leave the indentation temporarily untouched, to minimize the diffs.
4403
4404 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4405
4406 * stabsread.c: Make os9k sections of the code obsolete,
4407 for real this time.
4408 * stabsread.h: Make os9k sections of the code obsolete.
4409
4410 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4411
4412 * linux-low.c (regsets_store_inferior_registers): Add free()
4413 at the end of a loop to prevent memory leak.
4414 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4415 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4416 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4417 line a comment.
4418 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4419
4420 2002-07-17 Jim Blandy <jimb@redhat.com>
4421
4422 * macrocmd.c (info_macro_command): Remove newline from error
4423 message.
4424
4425 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4426
4427 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4428 (sh_gdbarch_init): Use it for sh-dsp.
4429
4430 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4431
4432 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4433 64-bit DWARF2 format.
4434
4435 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4436
4437 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4438 <sys/proc.h> when not available.
4439
4440 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4441
4442 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4443 * stabsread.c: Make os9k sections of the code obsolete.
4444 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4445 * config/i386/i386os9k.mt: Make file obsolete.
4446 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4447 (COMMON_OBS): Remove os9kread.o
4448 (SFILES): Remove os9kread.c.
4449 (os9kread.o, remote-os9k.o): Make target obsolete.
4450 * remote-os9k.c: Make file obsolete.
4451 * os9kread.c: Make file obsolete.
4452 * Makefile.in
4453
4454 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4455
4456 * NEWS: Mention that the FR30 has been made obsolete.
4457 * fr30-tdep.c: Make file obsolete.
4458 * config/fr30/tm-fr30.h: Ditto.
4459 * config/fr30/fr30.mt: Ditto.
4460 * configure.tgt: Make fr30-*-elf obsolete.
4461 * MAINTAINERS: Make fr30-elf obsolete.
4462
4463 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4464
4465 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4466 found is not inside a section.
4467
4468 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4469
4470 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4471 strerror().
4472 (pdc_realloc): Use xrealloc() instead of realloc().
4473
4474 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4475
4476 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4477 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4478 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4479 macros.
4480
4481 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4482
4483 * aix-thread.c (ptrace_check): Eliminate goto.
4484 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4485 problem.
4486
4487 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4488
4489 * aix-thread.c (gdbcmd.h): Include.
4490 (DEBUG, DBG, DBG2, dbg): Eliminate.
4491 (debug_aix_thread): New static global.
4492 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4493 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4494 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4495 invocations to DBG and DBG2 macros to test against
4496 ``debug_aix_thread'' and call fprintf_unfiltered().
4497 (_initialize_aix_thread): Add new command "set debug aix-thread".
4498
4499 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4500
4501 From Gerhard Tonn <TON@de.ibm.com>:
4502 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4503 instead of supply_register.
4504
4505 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4506
4507 * dwarf2cfi.c: Include "gdb_assert.h".
4508 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4509 non-NULL.
4510 (update_context): Do not use __func__. Add missing ``break''.
4511 (update_context): Do not use __func__.
4512
4513 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4514
4515 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4516 and its setting. Set gdbarch instruction printing functions
4517 directly. For non-rs6000 case use new function
4518 gdb_print_insn_powerpc.
4519 (gdb_print_insn_powerpc): New function.
4520
4521 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4522
4523 * NEWS: Mention that the d30v has been marked obsolete.
4524 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4525 * configure.tgt: Mark d30v-*-* as obsolete.
4526 * d30v-tdep.c: Mark file as obsolete.
4527 * config/d30v/d30v.mt: Ditto.
4528 * config/d30v/tm-d30v.h: Ditto.
4529
4530 2002-07-13 Aidan Skinner <aidan@velvet.net>
4531
4532 * ada-tasks.c (add_task_entry): replace calls to
4533 malloc() with xmalloc
4534 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4535
4536 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4537 ada_finish_decode_line_1, all_sals_for_line
4538 ada_breakpoint_rewrite): replace calls to free() with xfree()
4539
4540 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4541
4542 From Nicholas Duffek (with minor changes by Martin Hunt,
4543 Louis Hamilton, and Kevin Buettner):
4544 * aix-thread.c: New file.
4545
4546 2002-07-12 Petr Sorfa <petrs@caldera.com>
4547
4548 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4549 complaint for invalid attribute class or form.
4550 (read_func_scope): DW_AT_frame_base
4551 better handling of DW_AT_block*.
4552 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4553 better handling of DW_AT_block*.
4554 (read_common_block): DW_AT_location
4555 better handling of DW_AT_block*.
4556 (read_partial_die): DW_AT_location better handling
4557 of DW_AT_block*.
4558 (new_symbol): DW_AT_external better handling of
4559 DW_AT_block*. Proper initialization of variable
4560 "addr".
4561 (attr_form_is_block): New function that returns true
4562 if the attribute's form is of DW_FORM_block*.
4563
4564 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4565
4566 * valops.c (find_method_list): Remove comment about
4567 removed STATIC_MEMFUNCP argument.
4568 (value_find_oload_method_list): Likewise.
4569
4570 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4571
4572 From Nicholas Duffek:
4573 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4574 target_new_objfile_hook.
4575
4576 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4577
4578 From Nicholas Duffek:
4579 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4580 csect.
4581
4582 2002-07-12 Andrew Cagney <cagney@redhat.com>
4583
4584 * MAINTAINERS: Mention --enable-sim-build-warnings.
4585 (m68hc11-elf): Disable sim build warnings.
4586 (m32r-elf): Mark as broken obsolete candidate.
4587 (x86_64-linux-gnu): Mark as buildable with -Werror.
4588 (arm-elf): Change -w to ``,'' which enables warnings but not
4589 -Werror.
4590
4591 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4592
4593 * bcache.h: Update copyright.
4594 (struct bstring, struct bcache): Move definition to "bcache.c".
4595 Replaced by opaque declaration.
4596 (bcache_xfree): Replace free_bcache.
4597 (bcache_xmalloc, bcache_memory_used): Declare.
4598
4599 * bcache.c: Update copyright.
4600 (struct bstring, struct bcache): Moved to here from "bcache.h".
4601 Update comments.
4602 (bcache_xmalloc, bcache_memory_used): New functions.
4603 (bcache_xfree): Replace function free_bcache.
4604
4605 * Makefile.in (objfiles.o): Add $(bcache_h).
4606 (objfiles_h): Remove $(bcache_h).
4607 (symfile.o): Add $(bcache_h).
4608
4609 * symmisc.c: Update copyright.
4610 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4611 (print_objfile_statistics): Use bcache_memory_used.
4612
4613 * symfile.c: Include "bcache.h".
4614 (reread_symbols): Use bcache_xfree.
4615 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4616 (add_psymbol_to_list): Pass psymbol_cache by value.
4617 (add_psymbol_with_dem_name_to_list): Ditto.
4618
4619 * objfiles.h: Update copyright.
4620 (struct bcache): Declare opaque. Do not include "bcache.h".
4621 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4622 bcache'' pointers.
4623 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4624
4625 * objfiles.c: Include "bcache.h". Update copyright.
4626 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4627 macro_cache.
4628 (free_objfile): Use bcache_xfree.
4629
4630 2002-07-11 Grace Sainsbury <graces@redhat.com>
4631
4632 * monitor.c (monitor_fetch_register): Make name a constant.
4633 (monitor_store_register): Same.
4634
4635 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4636
4637 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4638 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4639 (finish_block) For non-function blocks, hash the symbol table. For
4640 function blocks, mark the symbol table as unhashed.
4641 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4642 (msymbol_hash_iw): Likewise.
4643 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4644 value.
4645 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4646 (lookup_minimal_symbol): Likewise for both.
4647 * symtab.h (struct block): Add `hashtable' flag. Comment the
4648 hashtable.
4649 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4650 (ALL_BLOCK_SYMBOLS): Update.
4651 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4652 (struct symbol): Add `hash_next' pointer.
4653 * symtab.c (lookup_block_symbol): Search using the hash table when
4654 possible.
4655 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4656 (search_symbols, find_addr_symbol): Likewise.
4657
4658 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4659 (read_dst_symtab): Likewise.
4660 * jv-lang.c (get_java_class_symtab): Likewise.
4661 * mdebugread.c: Include "gdb_assert.h".
4662 (shrink_block): Assert that the block being modified is not hashed.
4663 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4664 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4665 symbols.
4666 (dump_symtab): Recognize hashed blocks.
4667 * printcmd.c (print_frame_args): Assert that function blocks do not
4668 have hashed symbol tables.
4669 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4670 (fill_in_ada_prototype, debug_print_block): Likewise.
4671 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4672
4673 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4674
4675 * stack.c (print_frame): Use result of frame_address_in_block()
4676 instead of fi->pc when evaluating symbols.
4677 (backtrace_command_1): Ditto.
4678
4679 2002-07-11 Andrew Cagney <cagney@redhat.com>
4680
4681 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4682 Make static.
4683
4684 * arm-tdep.c (arm_register_name): Make return type constant.
4685
4686 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4687
4688 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4689 prototype.
4690 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4691 * s390-tdep.c (s390_fp_regnum): Ditto.
4692 (s390_read_fp): Ditto.
4693 (s390_pop_frame): Ditto.
4694 (_initialize_s390_tdep): Ditto.
4695 * remote.c (get_remote_state): Ditto.
4696 * procfs.c (mappingflags): Ditto.
4697 * memattr.c (_initialize_mem): Ditto.
4698 * mcore-tdep.c (mcore_pop_frame): Ditto.
4699 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4700 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4701 * language.c (set_case_str): Ditto.
4702 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4703 * frv-tdep.c (new_variant): Ditto.
4704 (frv_stopped_data_address): Ditto.
4705 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4706 (context_alloc): Ditto.
4707 (frame_state_alloc): Ditto.
4708 (unwind_tmp_obstack_init): Ditto.
4709 (unwind_tmp_obstack_free): Ditto.
4710 (cfi_read_fp): Ditto.
4711 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4712 (cris_pop_frame): Ditto.
4713 * c-lang.c (scanning_macro_expansion): Ditto.
4714 (finished_macro_expansion): Ditto.
4715 (c_preprocess_and_parse): Ditto.
4716 * gdbarch.sh: Ditto.
4717 * gdbarch.h, gdbarch.c: Regenerate.
4718 * config/mn10200/tm-mn10200.h: Adjust indentation.
4719 * target.c: Adjust indentation.
4720 * symtab.h: Adjust indentation.
4721 * stabsread.h: Adjust indentation.
4722 * remote-es.c: Adjust indentation.
4723 * os9kread.c: Adjust indentation.
4724
4725 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4726
4727 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4728 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4729
4730 2002-07-10 Grace Sainsbury <graces@redhat.com>
4731
4732 * NEWS: Mention m68k, mcore multi-arching.
4733 * MAINTAINERS: Change status of m68k, mcore to reflect
4734 multi-arching.
4735
4736 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4737
4738 * valops.c (find_overload_match): Free oload_syms.
4739
4740 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4741
4742 Define HAVE_SYS_PROC_H if sys/proc.h exists
4743 * configure.in: Add check for sys/proc.h
4744 * config.in: Regenerate.
4745 * configure: Regenerate.
4746
4747 2002-07-09 Grace Sainsbury <graces@redhat.com>
4748
4749 * config/m68k/tm-m68k.h: Remove macros wrapped in
4750 #if !GDB_MULTI_ARCH.
4751
4752 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4753
4754 * config.in, configure: Regenerate.
4755
4756 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4757
4758 * dwarf2cfi.c: Include "gcore.h".
4759 (execute_stack_op): Fix implementation of the
4760 DW_OP_deref and DW_OP_deref_size operators by letting do their
4761 lookup in the target.
4762
4763 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4764
4765 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4766 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4767 tdep->sc_sp_offset.
4768
4769 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4770
4771 Fix PR gdb/595, gdb/602
4772 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4773 Don't call value_cast, just read the vtable pointer; update comments
4774 to match.
4775
4776 2002-07-05 Grace Sainsbury <graces@redhat.com>
4777
4778 * config/mcore/tm-mcore.h: Remove file.
4779 * config/mcore/mcore.mt: Remove definition of TM_FILE
4780 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4781
4782 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4783
4784 * i386bsd-tdep.c: Include "gdb_string.h".
4785
4786 2002-07-04 Grace Sainsbury <graces@redhat.com>
4787
4788 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4789 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4790 mcore-tdep.
4791 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4792 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4793 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4794 (RETVAL_REGNUM): Move macros from tm-mcore.h
4795 (mcore_reg_struct_has_addr): New function.
4796 (mcore_gdbarch_init): Added initializations for the macros removed
4797 from tm-mcore.h.
4798
4799 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4800
4801 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4802 traditonal string branding within the ELF header.
4803
4804 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4805
4806 * symtab.c (remove_params): New function.
4807 (make_symbol_overload_list): Use it instead of cplus_demangle.
4808 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4809
4810 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4811
4812 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4813
4814 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4815 New variables.
4816 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4817 and tdep->sigtramp_end.
4818 * i386obsd-nat.c: New file.
4819 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4820
4821 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4822 Don't call get_current_frame().
4823
4824 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4825
4826 * i386-nat.c (child_post_startup_inferior): New function
4827 calling i386_cleanup_dregs if
4828 I386_USE_GENERIC_WATCHPOINTS is defined.
4829 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4830 conditional to acknowledge that i386-nat.c has its
4831 own child_post_startup_inferior function.
4832
4833 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4834
4835 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4836 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4837 instead of MAX_REGISTER_RAW_SIZE.
4838 (i386_extract_return_value, i386_extract_struct_value_address):
4839 Convert to use regcache.
4840 (i386_gdbarch_init): Set max_register_raw_size and
4841 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4842 Set extract_return_value and extract_struct_value_address instead
4843 of their deprecated variants.
4844
4845 Convert i386 target to generic dummy frames.
4846 * i386-tdep.c: Include "symfile.h".
4847 (i386_frameless_signal_p): Consider a function to be frameless if
4848 the pc points at the first instruction of the function.
4849 (i386_frame_chain): Handle (generic) call dummies.
4850 (i386_frame_saved_pc): Likewise.
4851 (i386_frame_init_saved_regs): Remove code dealing with call
4852 dummies on the stack.
4853 (i386_push_dummy_frame): Removed.
4854 (i386_call_dummy_words): Removed.
4855 (i386_fix_call_dummy): Removed.
4856 (i386_push_return_address): New function.
4857 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4858 parameter, and don't call get_current_frame.
4859 (i386_pop_frame): New function.
4860 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4861 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4862 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4863 call_dummy_length to 0, set call_dummy_words to NULL, set
4864 sizeof_call_dummy_words to 0, set fix_call_dummy to
4865 generic_fix_call_dummy, set pc_in_call_dummy to
4866 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4867 generic_push_dummy_frame, set push_return_address to
4868 i386_push_return_address and set frame_chain_valid to
4869 generic_file_frame_chain_valid.
4870
4871 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4872
4873 * gdbarch.sh (struct regcache): Add opaque declaration.
4874 (EXTRACT_RETURN_VALUE): New architecture method.
4875 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4876 * gdbarch.h, gdbarch.c: Regenerate.
4877 * arch-utils.c (legacy_extract_return_value): New function.
4878 * arch-utils.h (legacy_extract_return_value): Declare.
4879 * values.c (value_being_returned): Re-enable code handling
4880 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4881 deprecated_grub_regcache_for_registers call to block handling
4882 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4883 (EXTRACT_RETURN_VALUE): Do not define.
4884
4885 2002-07-03 Grace Sainsbury <graces@redhat.com>
4886
4887 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4888 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4889 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4890 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4891 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4892 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4893 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4894 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4895 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4896 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4897 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4898 argument so the function fits the prototype in the architecture
4899 vector.
4900 (mcore_pop_frame): Remove argument so the function fits the
4901 prototype. Use get_current_frame instead of the argument.
4902 (mcore_push_arguments): Change type of struct_return so the
4903 function can be used in the architecture vector.
4904 (mcore_store_struct_return): Add.
4905 (mcore_frame_init_saved_regs): Add.
4906 (mcore_gdbarch_init): Add function calls to replace the macros
4907 removed from tm-mcore.h
4908
4909 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4910
4911 * infcmd.c (print_return_value): Remove compatibility code calling
4912 deprecated_grub_regcache_for_registers.
4913
4914 * values.c: Include "regcache.h".
4915 (value_being_returned): Update. Use
4916 deprecated_grub_regcache_for_registers to extract the register
4917 buffer address.
4918 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4919 ``struct regcache''.
4920 * Makefile.in (values.o): Add dependency on $(regcache_h).
4921
4922 * inferior.h (run_stack_dummy): Change type of second parameter to
4923 a ``struct regcache''.
4924 * valops.c (hand_function_call): Change type of retbuf to ``struct
4925 regcache''. Allocate using regcache_xmalloc, clean using
4926 make_cleanup_regcache_xfree.
4927 * infcmd.c (run_stack_dummy): Update. Use
4928 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4929
4930 * regcache.c (do_regcache_xfree): New function.
4931 (make_cleanup_regcache_xfree): New function.
4932 * regcache.h (make_cleanup_regcache_xfree): Declare.
4933
4934 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4935
4936 * event-top.c (command_line_handler): Don't read past
4937 beginning of buffer.
4938
4939 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4940
4941 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4942 struct frame_id.
4943 (varobj_create): Store frame_id for root.
4944 (varobj_gen_name): Use xasprintf.
4945 (varobj_update): Save and restore frame using get_frame_id() and
4946 frame_find_by_id().
4947 (create_child): Use xasprintf.
4948 (new_root_variable): Initialize frame_id.
4949 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4950 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4951 to prevent memory leak.
4952
4953 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4954
4955 * valops.c (hand_function_call): Move declaration of retbuf to
4956 start of function, allocate using malloc, add a cleanup but before
4957 the inf_status cleanup, cleanup the buffer. Rename local variable
4958 old_chain to inf_status_cleanup.
4959
4960 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4961
4962 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4963
4964 * cli/cli-decode.c (cmd_func_p): New function.
4965 (cmd_func): New function.
4966
4967 * command.h: Add cmd_func() and cmd_func_p().
4968
4969 2002-07-03 Grace Sainsbury <graces@redhat.com>
4970
4971 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4972 (REGISTER_SIZE): Remove.
4973 (MAX_REGISTER_RAW_SIZE): Remove.
4974 (REGISTER_VIRTUAL_TYPE): Remove.
4975 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4976 (REGISTER_NAME): Remove.
4977 (USE_GENERIC_DUMMY_FRAMES): Remove.
4978 (CALL_DUMMY): Remove.
4979 (CALL_DUMMY_START_OFFSET): Remove.
4980 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4981 (CALL_DUMMY_LOCATION): Remove.
4982 (FIX_CALL_DUMMY): Remove.
4983 (CALL_DUMMY_ADDRESS): Remove.
4984 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4985 (SAVE_DUMMY_FRAME_TOS): Remove.
4986 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4987 (mcore_register_virtual_type): New function.
4988 (mcore_register_byte): New function.
4989 (mcore_register_size): New function.
4990 (mcore_register_name): New function.
4991 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4992 macros removed from tm-mcore.h.
4993 (mcore_dump_tdep): Add.
4994 (_initialize_mcore_tdep): Add gdbarch_register call.
4995
4996 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4997
4998 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4999 frameless_look_for_prologue, such that we actually call this
5000 function.
5001
5002 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5003
5004 * frame.h (frame_address_in_block): New function.
5005
5006 * blockframe.c (frame_address_in_block): New function extracted
5007 from get_frame_block().
5008 (get_frame_block): Use frame_address_in_block().
5009 (block_innermost_frame): Use frame_address_in_block() to match
5010 the frame pc address against the block boundaries rather than
5011 the frame pc directly. This prevents a failure when a frame pc
5012 is actually a return-address pointing immediately after the end
5013 of the given block.
5014
5015 2002-07-02 Grace Sainsbury <graces@redhat.com>
5016
5017 * MAINTAINERS: Add self under write after approval.
5018
5019 2002-07-02 Grace Sainsbury <graces@redhat.com>
5020
5021 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5022 used in architecture vector. The default is
5023 m68k_local_breakpoint_from_pc.
5024 (m68k_local_breakpoint_from_pc): Add.
5025 (enum): Add register numbers from tm-m68k.h.
5026 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5027 vector.
5028 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5029 GDB_MULTI_ARCH_PARTIAL.
5030 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5031 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5032 m68k-tdep.c.
5033 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5034 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5035 to enum in m68k-tdep.c
5036
5037 2002-07-02 Joel Brobecker <brobecker@gnat.com>
5038
5039 * solib-osf.c (open_map): Compute the list of shared libraries
5040 loaded by the inferior, rather than the list of libraries loaded
5041 by GDB itself. Otherwise, GDB ends up reading the symbols from
5042 the wrong shared libraries...
5043
5044 2002-07-02 Mark Kettenis <kettenis@gnu.org>
5045
5046 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5047 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5048 macros.
5049 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5050 Remove functions.
5051 (FRAMELESS_SIGNAL): Remove function.
5052 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5053 i386_linux_saved_pc_after_call): Removed.
5054 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5055 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5056 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5057
5058 * i386-tdep.c (i386_frameless_signal_p): New function.
5059 (i386_frame_chain): Deal with frameless signals.
5060 (i386_sigtramp_saved_sp): New function.
5061 (i386_frame_saved_pc): Deal with frameless signals.
5062 (i386_saved_pc_after_call): Make sure the correct value is
5063 returned just after entry into a sigtramp.
5064 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5065 i386fbsd4_sc_sp_offset): New variables.
5066 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5067 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5068 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5069 similiar to what we already did for sc_pc_offset.
5070 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5071 tdep->sc_sp_offset.
5072
5073 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5074
5075 2002-07-02 Michal Ludvig <mludvig@suse.cz>
5076
5077 * config/i386/tm-x86-64linux.h: New.
5078 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5079 definitions.
5080 * config/i386/nm-x86-64.h: Rename to ...
5081 * config/i386/nm-x86-64linux.h: ... this one.
5082 * config/i386/x86-64linux.mh: Reflect the above change.
5083
5084 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5085
5086 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5087 with sigcontext_addr. Add sc_sp_offset.
5088 (i386bsd_sigtramp_saved_pc): Remove prototype.
5089 (i386bsd_sicontext_addr): Add prototype.
5090 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5091 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5092 (i386_svr4_sigtramp_saved_pc): Removed.
5093 (i386_svr4_sigcontext_addr): New function.
5094 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5095 Initialize tdep->sigcontext_addr instead. Initialize
5096 tdep->sc_pc_offset and tdep->sc_sp_offset.
5097 (i386_gdbarch_init): Likewise.
5098 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5099 any more.
5100 (i386bsd_sigtramp_saved_pc): Remove function.
5101 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5102 Initialize tdep->sigcontext_addr instead. Initialize
5103 tdep->sc_pc_offset.
5104 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5105 of tdep->sigtramp_saved_pc.
5106 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5107 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5108 instead.
5109
5110 * i386-tdep.c (i386_frameless_function_invocation,
5111 i386_frame_num_args, i386_frame_init_saved_regs,
5112 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5113 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5114 i386_extract_return_value, i386_store_return_value,
5115 i386_extract_struct_value_address, i386_register_virtual_type,
5116 i386_register_convertible, i386_register_convert_to_virtual,
5117 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5118 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5119 static.
5120
5121 2002-07-01 Mark Kettenis <kettenis@gnu.org>
5122
5123 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5124
5125 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5126 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5127 this macro. Include "value.h".
5128
5129 2002-06-30 Aidan Skinner <aidan@velvet.net>
5130
5131 * ada-exp.tab.c: remove as it's a generated file
5132 * ada-lex.c: remove as it's a generated file
5133
5134 2002-06-30 Mark Kettenis <kettenis@gnu.org>
5135
5136 * config/i386/tm-i386.h (struct frame_info, struct
5137 frame_saved_regs, struct value, struct type): Remove forward
5138 declarations.
5139
5140 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5141 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5142 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5143 (FILL_FPXREGSET): Define.
5144
5145 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5146
5147 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5148 i[3456]86-*-netbsd* case.
5149 * config/i386/tm-obsd.h: Removed.
5150 * config/i386/obsd.mt: Removed.
5151 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5152 core-aout.o.
5153 (MH_CFLAGS): Add -DYYDEBUG=0.
5154
5155 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5156 i386nbsd_sc_pc_offset on OpenBSD too.
5157
5158 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5159 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5160 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5161 define.
5162 * i386bsd-tdep.c: Include "arch-utils.h".
5163 (i386bsd_aout_in_solib_call_trampoline): New function.
5164 (i386bsd_init_abi): Set in_solib_call_trampoline to
5165 i386bsd_aout_in_solib_call_trampoline.
5166 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5167 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5168
5169 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5170
5171 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5172 (struct obstack, struct bcache): Add opaque declarations.
5173 * Makefile.in (macrotab_h): Update
5174
5175 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5176
5177 * blockframe.c (generic_find_dummy_frame): Change return type to
5178 ``struct regcache''.
5179 (struct dummy_frame): Replace field ``registers'' with regcache, a
5180 struct regcache object.
5181 (generic_find_dummy_frame): Update.
5182 (generic_push_dummy_frame): Update. Use regcache_xfree,
5183 regcache_xmalloc and regcache_cpy.
5184 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5185 regcache_xfree.
5186 (deprecated_generic_find_dummy_frame): Update.
5187 (generic_read_register_dummy): Update. Use
5188 regcache_read_as_address.
5189 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5190 (generic_get_saved_register): Update. Use regcache_read.
5191
5192 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5193
5194 * Makefile.in (objfiles_h): Add $(bcache_h).
5195 * objfiles.h: Include "bcache.h".
5196
5197 * Makefile.in (symtab_h): Remove $(bcache_h).
5198 * symtab.h: Do not include "bcache.h".
5199
5200 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5201
5202 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5203 generic_func_frame_chain_valid.
5204
5205 2002-06-28 David O'Brien <obrien@FreeBSD.org>
5206
5207 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5208 * config/i386/tm-fbsd.h: Likewise.
5209
5210 2002-06-28 Andrew Cagney <ac131313@redhat.com>
5211
5212 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5213 generic_unwind_get_saved_register.
5214
5215 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5216
5217 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5218 * regcache.c (supply_register): Add missing argument to
5219 register_buffer call.
5220
5221 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5222
5223 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5224 Solaris /bin/grep does not not like it. From Peter Schauer.
5225
5226 2002-06-26 Tom Tromey <tromey@redhat.com>
5227
5228 * command.h (add_setshow_cmd): Declare.
5229 (add_setshow_cmd_full): Declare.
5230 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5231 returns void. Use add_setshow_cmd_full.
5232 (add_setshow_cmd_full): New function.
5233 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5234 (add_setshow_boolean_cmd): Likewise.
5235
5236 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5237
5238 * config/vax/tm-vax.h: Protect from multiple inclusion.
5239 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5240 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5241 * config/vax/tm-vaxbsd.h: ...here. New file.
5242 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5243
5244 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5245
5246 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5247 (BELIEVE_PCC_PROMOTION): Remove.
5248 (AP_REGNUM): Move to...
5249 * config/vax/nm-vax.h: ...here.
5250 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5251 (vax_breakpoint_from_pc): New function.
5252 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5253 and gdbarch_believe_pcc_promotion.
5254
5255 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5256
5257 * Makefile.in (vax_tdep_h): Define.
5258 (vax-tdep.o): Use $(vax_tdep_h).
5259 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5260 (vax_dump_tdep): New function.
5261 (_initialize_vax_tdep): Register vax_dump_tdep.
5262 * vax-tdep.h: Include osabi.h.
5263 (struct gdbarch_tdep): New.
5264
5265 2002-06-26 Andrew Cagney <cagney@redhat.com>
5266
5267 * frame.h (deprecated_generic_find_dummy_frame): Rename
5268 generic_find_dummy_frame.
5269 * blockframe.c (generic_find_dummy_frame): Make static.
5270 (deprecated_generic_find_dummy_frame): New function.
5271 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5272 generic_find_dummy_frame with deprecated_find_dummy_frame.
5273 (sh64_nofp_frame_init_saved_regs): Ditto.
5274 (sh_fp_frame_init_saved_regs): Ditto.
5275 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5276 (s390_frame_chain): Ditto.
5277 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5278
5279 2002-06-26 Grace Sainsbury <graces@redhat.com>
5280
5281 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5282 gdbarch vector are at the top.
5283 (NUM_REGS): Remove.
5284 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5285 (FRAME_ARGS_ADDRESS): Remove.
5286 (FRAME_LOCALS_ADDRESS): Remove.
5287 (FRAME_NUM_ARGS): Remove.
5288 (FRAME_ARGS_SKIP): Remove.
5289 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5290 (m68k_gdbarch_init): Add gdbarch initializations for macros
5291 undefined in tm-m68k.h
5292
5293 2002-06-26 Grace Sainsbury <graces@redhat.com>
5294
5295 * monitor.h: Add the function regname to monitor_ops
5296 structure. This way NUM_REGS does not have to be a constant.
5297 * monitor.c (monitor_fetch_register): Added support for regname
5298 function. The function is called if the array regnames is NULL.
5299 (monitor_store_register): Same.
5300 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5301 regnames array.
5302 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5303 cpu32bug_cmds.regname to point to new function.
5304 * abug-rom.c (abug_regname): Same as above.
5305 (init_abug_cmds): Same.
5306 * dbug-rom.c (dbug_regname): Same as above.
5307 (init_dbug_cmds): Same.
5308 * remote-est.c (est_regname): Same.
5309 (init_est_cmds): Same.
5310 * rom68k-rom.c (rom68k_regname): Same.
5311 (init_rom68k_cmds): Same.
5312
5313 2002-06-25 Tom Tromey <tromey@redhat.com>
5314
5315 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5316
5317 2002-06-25 Andrew Cagney <cagney@redhat.com>
5318
5319 * infrun.c (stop_registers): Change variable's type to ``struct
5320 regcache'''.
5321 (xmalloc_inferior_status): Delete function.
5322 (free_inferior_status): Delete function.
5323 (normal_stop): Use regcache_cpy.
5324 (struct inferior_status): Change type of fields ``stop_registers''
5325 and ``registers'' to ``struct regcache''.
5326 (write_inferior_status_register): Use regcache_write.
5327 (save_inferior_status): Instead of calling
5328 xmalloc_inferior_status, allocate the inf_status buffer directly.
5329 Use regcache_dup_no_passthrough and regcache_dup to save the
5330 buffers.
5331 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5332 Replace the stop_registers regcache instead of overriding it. Use
5333 regcache_xfree. Instead of calling free_inferior_status, xfree
5334 the buffer directly.
5335 (discard_inferior_status): Use regcache_xfree. Instead of calling
5336 free_inferior_status, xfree the buffer directly.
5337 (build_infrun): Use regcache_xmalloc.
5338 (_initialize_infrun): Delete redundant call to build_infrun.
5339
5340 * Makefile.in (infcmd.o): Add $(regcache_h).
5341
5342 * infcmd.c: Include "regcache.h".
5343 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5344 obtain the address of `stop_registers' register buffer.
5345 (print_return_value): Ditto.
5346
5347 * inferior.h (struct regcache): Add opaque declaration.
5348 (stop_registers): Change variable's declared type to ``struct
5349 regcache''.
5350
5351 2002-06-24 Tom Tromey <tromey@redhat.com>
5352
5353 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5354 * target.c (initialize_targets): Fixed typo in
5355 trust-readonly-sections `show' documentation.
5356
5357 * main.c: Marked all strings with _().
5358
5359 2002-06-24 Don Howard <dhoward@redhat.com>
5360
5361 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5362 that means max CORE_ADDR+1.
5363 (lookup_mem_region): Ditto.
5364 (mem_info_command): Ditto.
5365
5366 2002-06-24 Grace Sainsbury <graces@redhat.com>
5367
5368 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5369 (REGISTER_BYTES_OK): Remove.
5370 (REGISTER_BYTES): Remove.
5371 (STORE_STRUCT_RETURN): Remove.
5372 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5373 (STORE_RETURN_VALUE): Remove.
5374 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5375 (FRAME_CHAIN): Remove.
5376 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5377 (FRAME_SAVED_PC): Remove.
5378 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5379 (m68k_store_struct_return): Add.
5380 (m68k_deprecated_extract_return_value): Add.
5381 (m68k_deprecated_extract_struct_value_address): Add.
5382 (m68k_store_return_value): Add.
5383 (m68k_frame_chain): Add.
5384 (m68k_frameless_function_invocation): Add.
5385 (m68k_frame_saved_pc): Add.
5386 (m68k_gdbarch_init): added set_gdbarch calls for new
5387 functions and deleted macros.
5388
5389 2002-06-23 Tom Tromey <tromey@redhat.com>
5390
5391 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5392 (ALLDEPFILES): Likewise.
5393 (udiheaders): Removed.
5394 (udip2soc.o): Likewise.
5395 (udi2go32.o): Likewise.
5396 (udr.o): Likewise.
5397 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5398
5399 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5400
5401 * infrun.c (_initialize_infrun): Delete unnecessary call to
5402 build_infrun.
5403
5404 * regcache.h: Update comments describing the regcache_cpy family
5405 of functions.
5406 (regcache_save, regcache_restore): Delete declaration.
5407 (regcache_save_no_passthrough): Delete declaration.
5408 (regcache_restore_no_passthrough): Delete declaration.
5409 * regcache.c (regcache_save): Delete function.
5410 (regcache_save_no_passthrough): Delete function.
5411 (regcache_restore): Delete function.
5412 (regcache_restore_no_passthrough): Delete function.
5413
5414 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5415
5416 * config/m68k/tm-m68k.h: Fix typo.
5417 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5418 (m68k_frame_init_saved_regs): Declare.
5419
5420 2002-06-21 Jim Blandy <jimb@redhat.com>
5421
5422 Remove some vestiges of Harris 88k support.
5423 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5424 register numbering quirk.
5425 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5426 odd symbols occurring in Harris 88k ELF targets.
5427
5428 2002-06-21 Tom Tromey <tromey@redhat.com>
5429
5430 * gdb_locale.h: New file.
5431 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5432 (defs_h): Added gdb_locale.h.
5433 * configure, config.in: Rebuilt.
5434 * configure.in (PACKAGE): Define.
5435 * defs.h: Include gdb_locale.h.
5436 * main.c (captured_main): Call setlocale, bindtextdomain,
5437 textdomain.
5438
5439 2002-06-21 Dave Brolley <brolley@redhat.com>
5440
5441 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5442 * config/frv/frv.mt: New file.
5443 * config/frv/tm-frv.h: New file.
5444 * configure.tgt: Support frv-*-*.
5445 * Makefile.in (frv-tdep.o): New target.
5446 * frv-tdep.c: New file.
5447 * NEWS: Mention frv.
5448
5449 2002-06-21 Dave Brolley <brolley@redhat.com>
5450
5451 * MAINTAINERS: Add self to "Write After Approval" list.
5452
5453 2002-06-21 Grace Sainsbury <graces@redhat.com>
5454
5455 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5456 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5457 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5458 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5459 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5460
5461 * m68k-tdep.c: Include arch-utils.h
5462 (m68k_register_raw_size): Add.
5463 (m68k_register_virtual_size): Add.
5464 (m68k_register_virtual_type): Add.
5465 (m68k_register_name): Add.
5466 (m68k_stack_align): Add.
5467 (m68k_register_byte): Add.
5468 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5469 tm-m68k.h.
5470
5471 2002-06-21 Grace Sainsbury <graces@redhat.com>
5472
5473 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5474 m68k_find_saved_regs.
5475 (m68k_pop_frame): Removed saved_regs structure, and replaced
5476 references to it with frame->saved_regs.
5477 (m68k_gdbarch_init): Added function calls to initialize the
5478 gdbarch structure.
5479 (m68k_fix_call_dummy): Add.
5480 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5481 (CALL_DUMMY): Remove.
5482 (CALL_DUMMY_LENGTH): Remove.
5483 (CALL_DUMMY_START_OFFSET): Remove.
5484 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5485 (FIX_CALL_DUMMY): Remove.
5486 (PUSH_DUMMY_FRAME): Remove.
5487 (POP_FRAME): Remove.
5488
5489 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5490
5491 * parse.c (parse_fprintf): New function used to avoid calls to
5492 fprintf in bison parser generated debug code.
5493 * parser-defs.h: Declaration of new parse_fprintf function.
5494 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5495 Set YYDEBUG to 1 by default.
5496 Set YYFPRINTF as parse_fprintf.
5497
5498 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5499
5500 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5501 encoding anymore.
5502 (pointer_encoding, enum ptr_encoding): New.
5503 (execute_cfa_program): Take care about pointer encoding.
5504 (dwarf2_build_frame_info): Only call parse_frame_info for
5505 .debug_frame and .eh_frame.
5506 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5507 fixed augmentation handling, added relative addressing,
5508 ignore duplicate FDEs. Added comments.
5509 * dwarf2cfi.c: Reindented.
5510
5511 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5512
5513 * event-top.c (command_handler): Don't use space_at_cmd_start
5514 unless there is sbrk() on the host. Assign time and space data
5515 to union fields of the appropriate length.
5516
5517 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5518
5519 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5520 x86_64_register_name. Return type changed to 'const char *'.
5521 (x86_64_register_name2nr): Rename to x86_64_register_number.
5522 (x86_64_gdbarch_init): Update to reflect the change.
5523 * x86-64-tdep.h: Ditto.
5524 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5525 (supply_fpregset): Ditto.
5526
5527 2002-06-19 Andrew Cagney <cagney@redhat.com>
5528
5529 * regcache.h: Update copyright.
5530 (struct regcache, struct gdbarch): Add opaque declarations.
5531 (current_regcache): Declare global variable.
5532 (regcache_read, regcache_write): Add gdbarch parameter.
5533 (regcache_save, regcache_save_no_passthrough)
5534 (regcache_restore, regcache_restore_no_passthrough)
5535 (regcache_dup, regcache_dup_no_passthrough)
5536 (regcache_cpy, regcache_cpy_no_passthrough)
5537 (deprecated_grub_regcache_for_registers)
5538 (deprecated_grub_regcache_for_register_valid)
5539 (regcache_valid_p): Add function declarations.
5540
5541 * regcache.c: Update copyright.
5542 (regcache_descr_handle): New global variable.
5543 (struct regcache_descr): Define.
5544 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5545 (regcache_descr, xfree_regcache_descr): New functions.
5546 (struct regcache): Define.
5547 (regcache_xmalloc, regcache_xfree): New functions.
5548 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5549 (regcache_dup, regcache_dup_no_passthrough): New functions.
5550 (regcache_valid_p, regcache_read_as_address): New functions.
5551 (deprecated_grub_regcache_for_registers): New function.
5552 (deprecated_grub_regcache_for_register_valid): New function.
5553 (current_regcache): New global variable.
5554 (register_buffer): Add regcache parameter. Update calls.
5555 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5556 (read_register_gen, write_register_gen): Update register_buffer
5557 call. Test for legacy_p instead of gdbarch_register_read_p or
5558 gdbarch_register_write_p.
5559 (regcache_collect): Update register_buffer call.
5560 (build_regcache): Rewrite. Use deprecated grub functions.
5561 (regcache_save, regcache_save_no_passthrough): New functions.
5562 (regcache_restore, regcache_restore_no_passthrough): New
5563 functions.
5564 (_initialize_regcache): Create the regcache_data_handle. Swap
5565 current_regcache global variable.
5566
5567 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5568 parameter to regcache_read and regcache_write calls.
5569 (sh4_register_read): Ditto.
5570 (sh64_pseudo_register_read): Ditto.
5571 (sh64_register_read): Ditto.
5572 (sh_pseudo_register_write): Ditto.
5573 (sh4_register_write): Ditto.
5574 (sh64_pseudo_register_write): Ditto.
5575 (sh64_register_write): Ditto.
5576
5577 * defs.h (XCALLOC): Define.
5578
5579 2002-06-19 Grace Sainsbury <graces@redhat.com>
5580
5581 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5582 * m68k-tdep.c (m68k_gdbarch_init): Added.
5583 (m68k_dump_tdep): Added.
5584
5585 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * ada-lang.c (fill_in_ada_prototype): Update comment.
5588
5589 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5590
5591 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5592 MIPS_ABI_LAST.
5593 (mips_abi_string, mips_abi_strings): New.
5594 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5595 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5596 tdep->mips_abi_string. Honor mips_abi_string. Default to
5597 O32 if no ABI is found.
5598 (mips_dump_tdep): Use mips_abi_strings.
5599 (mips_abi_update): New function.
5600 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5601 ``set mips abi'' and ``show mips abi''. Check the size of
5602 mips_abi_strings.
5603
5604 2002-06-19 Andrew Cagney <cagney@redhat.com>
5605
5606 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5607 constant.
5608
5609 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5610
5611 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5612 current frame using only the first stack size adjustment. All
5613 subsequent size adjustments are not considered to be part of
5614 the "static" part of the current frame.
5615 Compute the address of the saved registers relative to the
5616 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5617 in use in this frame.
5618
5619 2002-06-18 Don Howard <dhoward@redhat.com>
5620
5621 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5622 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5623 suggesting this solution.
5624
5625 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5626
5627 * config/romp/xm-rtbsd.h: Delete file.
5628 * config/romp/rtbsd.mh: Delete file.
5629
5630 2002-06-18 Keith Seitz <keiths@redhat.com>
5631
5632 * breakpoint.c (condition_command): Post breakpoint_modify
5633 when a condition is added to an existing breakpoint.
5634 (commands_command): Likewise for commands.
5635 (set_ignore_count): Likewise for ignore counts.
5636 If no tty, do not simply return, still need to send event
5637 notification.
5638 (ignore_command): Only print a newline if the command came
5639 from a tty.
5640 Don't call breakpoints_changed, since this is now properly
5641 handled by set_ignore_count.
5642
5643 2002-06-18 Andrew Cagney <cagney@redhat.com>
5644
5645 * MAINTAINERS: Note that cris-elf target can be compiled with
5646 -Werror.
5647 * cris-tdep.c (cris_register_name): Make return type constant.
5648 (cris_breakpoint_from_pc): Ditto.
5649
5650 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5651
5652 * frame.h (struct frame_info): Change type of context to
5653 'struct context'.
5654
5655 2002-06-17 Andrew Cagney <cagney@redhat.com>
5656
5657 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5658 pointer.
5659 * gdbarch.h, gdbarch.c: Regenerate.
5660 * config/mips/tm-mips.h (mips_register_name): Update.
5661 * i386-tdep.h (i386_register_name): Update.
5662 * mips-tdep.c (mips_register_name): Update
5663 * alpha-tdep.c (alpha_register_name): Update.
5664 * arch-utils.c (legacy_register_name): Update.
5665 * arch-utils.h (legacy_register_name): Update.
5666 * avr-tdep.c (avr_register_name): Update.
5667 * ia64-tdep.c (ia64_register_name): Update.
5668 * i386-tdep.c (i386_register_name): Update.
5669 * sparc-tdep.c (sparc32_register_name): Update.
5670 (sparc64_register_name): Update.
5671 (sparclite_register_name): Update.
5672 (sparclet_register_name): Update.
5673 * sh-tdep.c (sh_generic_register_name): Update.
5674 (sh_sh_register_name): Update.
5675 (sh_sh3_register_name): Update.
5676 (sh_sh3e_register_name): Update.
5677 (sh_sh_dsp_register_name): Update.
5678 (sh_sh3_dsp_register_name): Update.
5679 (sh_sh4_register_name): Update.
5680 (sh_sh64_register_name): Update.
5681 * s390-tdep.c (s390_register_name): Update.
5682 * rs6000-tdep.c (rs6000_register_name): Update.
5683 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5684 (ns32k_register_name_32382): Update.
5685 * d10v-tdep.c (d10v_ts2_register_name): Update.
5686 (d10v_ts3_register_name): Update.
5687 * xstormy16-tdep.c (xstormy16_register_name): Update.
5688 * vax-tdep.c (vax_register_name): Update.
5689 * v850-tdep.c (v850_register_name): Update.
5690 * m68hc11-tdep.c (m68hc11_register_name): Update.
5691 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5692 (am33_register_name): Update.
5693
5694 2002-06-17 Grace Sainsbury <graces@redhat.com>
5695
5696 * m68k-tdep.c: Reindented.
5697
5698 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5699
5700 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5701 list of predefined types.
5702
5703 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5704
5705 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5706 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5707 REGISTER_CONVERT_TO_RAW): Remove defines.
5708 (i386_register_virtual_type, i386_register_convertible,
5709 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5710 Remove prototypes.
5711 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5712 macros mentioned above.
5713
5714 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5715 (i386lynx_saved_pc_after_call): Remove prototype.
5716 * i386ly-tdep.c: Include "i386-tdep.h".
5717 (i386lynx_saved_pc_after_call): Make static. Use
5718 read_memory_nobpt instead of read_memory. Use
5719 read_memory_unsigned_integer instead of read_memory_integer.
5720 (i386lynx_init_abi): New function.
5721 (i386lynx_coff_osabi_sniffer): New function.
5722 (_initialize_i386bsd_tdep): New function.
5723
5724 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5725 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5726 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5727 (i386_fix_call_dummy): Remove prototype.
5728 * i386-tdep.c (i386_call_dummy_words): New variable.
5729 (i386_gdbarch_init): Adjust for removal of the
5730 macros mentioned above.
5731
5732 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5733
5734 * command.h (add_setshow_auto_boolean_cmd): Replace
5735 add_set_auto_boolean_cmd.
5736 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5737 add_set_auto_boolean_cmd.
5738 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5739 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5740 mask-address'' command.
5741 (show_mask_address): Add cmd parameter.
5742 * remote.c (add_packet_config_cmd): Update. Change type of
5743 set_func and show_func to cmd_sfunc_ftype.
5744 (_initialize_remote): Update `set remote Z-packet'
5745 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5746 (show_remote_protocol_e_packet_cmd): Ditto.
5747 (show_remote_protocol_E_packet_cmd): Ditto.
5748 (show_remote_protocol_P_packet_cmd): Ditto.
5749 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5750 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5751 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5752 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5753 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5754 (show_remote_protocol_Z_packet_cmd): Ditto.
5755 (show_remote_protocol_binary_download_cmd): Ditto.
5756 (show_remote_cmd): Pass NULL to all of above.
5757
5758 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5759
5760 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5761 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5762 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5763 POP_FRAME): Remove defines.
5764 (i386_push_arguments, i386_store_struct_return,
5765 i386_extract_return_value, i386_store_return_value,
5766 i386_extract_struct_value_address, i386_push_dummy_frame,
5767 i386_pop_frame): Renove prototypes.
5768 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5769 macros mentioned above.
5770
5771 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5772
5773 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5774 add_set_boolean_cmd.
5775 (add_setshow_cmd): New function.
5776 * command.h (add_setshow_boolean_cmd): Replace
5777 add_set_boolean_cmd.
5778 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5779 and ``set rdiromatzero''.
5780 * maint.c (_initialize_maint_cmds): Update commented out code.
5781 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5782 * target.c (initialize_targets): Update `set
5783 trust-readonly-sections'.
5784 * remote.c (_initialize_remote): Update `set remotebreak'.
5785
5786 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5787
5788 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5789 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5790 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5791 fit into multi-arch framework.
5792 (i386_breakpoint_from_pc): New function.
5793 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5794 above.
5795
5796 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5797 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5798 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5799 (i386_frameless_function_invocation, i386_frame_num_args,
5800 i386_frame_init_saved_regs): Remove prototypes.
5801 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5802 macros mentioned above.
5803
5804 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5805
5806 * cli/cli-decode.c (set_cmd_cfunc): Update.
5807 (set_cmd_sfunc): Update.
5808 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5809 (set_cmd_sfunc, set_cmd_cfunc): Update.
5810 * cli/cli-decode.h: Update.
5811
5812 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5813
5814 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5815 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5816
5817 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5818
5819 * defs.h (auto_boolean): Declare enum.
5820 * command.h (cmd_auto_boolean): Delete enum.
5821 * mips-tdep.c (mask_address_var): Update.
5822 (mips_mask_address_p): Update.
5823 (show_mask_address): Update.
5824 * remote.c (struct packet_config): Update.
5825 (update_packet_config): Update.
5826 (show_packet_config_cmd): Update.
5827 (packet_ok): Update.
5828 (add_packet_config_cmd): Update.
5829 (_initialize_remote):
5830 * command.h: Update.
5831 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5832 (do_setshow_command): Update.
5833 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5834 * cli/cli-decode.h: Update.
5835
5836 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5837
5838 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5839 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5840 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5841 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5842 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5843 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5844
5845 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5846 list of DJGPP COFF targets.
5847
5848 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5849 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5850 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5851 (FP0_REGNUM): Remove define.
5852 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5853 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5854 (i386_register_virtual_size): Remove protoype.
5855 * i386-tdep.c (i386_register_virtual_size): Removed.
5856 (i386_extract_return_value, i386_store_return_value): Use
5857 FP0_REGNUM instead of NUM_FREGS to determine whether the
5858 floating-point registers are available.
5859 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5860 Adjust for removal of macros mentioned above.
5861
5862 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5863
5864 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5865 comments.
5866 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5867 Remove prototypes.
5868 (supply_gregset, fill_gregset): Remove use of register keyword and
5869 remove declaration for regmap. Use I386_NUM_GREGS instead of
5870 NUM_REGS and NUM_FREGS.
5871 (FPREGSET_FSAVE_OFFSET): Remove.
5872 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5873 NUM_FREGS to determine whether the floating-point registers are
5874 available.
5875
5876 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5877 gnu_store_registers): Replace usage of NUM_GREGS with
5878 I386_NUM_GREGS.
5879
5880 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5881 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5882 usage of NUM_GREGS with I386_NUM_GREGS.
5883
5884 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5885
5886 * i386bsd-nat.c: Include "i386-tdep.h".
5887 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5888 I386_NUM_GREGS.
5889
5890 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5891 and associated comment. They no longer make any sense, since we
5892 don't use this file anymore on Linux.
5893
5894 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5895 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5896 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5897 elements in these arrays.
5898 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5899 MAX_NUM_REGS.
5900
5901 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5902
5903 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5904 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5905
5906 2002-06-14 Andrew Cagney <cagney@redhat.com>
5907
5908 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5909 EXTRACT_RETURN_VALUE.
5910 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5911 EXTRACT_STRUCT_VALUE_ADDRESS.
5912 * gdbarch.h, gdbarch.c: Regenerate.
5913
5914 * values.c (value_being_returned): Handle
5915 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5916 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5917
5918 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5919 * arm-tdep.c (arm_gdbarch_init): Update.
5920 * avr-tdep.c (avr_gdbarch_init): Update.
5921 * cris-tdep.c (cris_gdbarch_init): Update.
5922 * d10v-tdep.c (d10v_gdbarch_init): Update.
5923 * ia64-tdep.c (ia64_gdbarch_init): Update.
5924 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5925 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5926 * s390-tdep.c (s390_gdbarch_init): Update.
5927 * sh-tdep.c (sh_gdbarch_init): Update.
5928 * s390-tdep.c (s390_gdbarch_init): Update.
5929 * sparc-tdep.c (sparc_gdbarch_init): Update.
5930 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5931 * v850-tdep.c (v850_gdbarch_init): Update.
5932 * vax-tdep.c (vax_gdbarch_init): Update.
5933 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5934 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5935
5936 * config/arc/tm-arc.h: Update.
5937 * config/d30v/tm-d30v.h: Update.
5938 * config/fr30/tm-fr30.h: Update.
5939 * config/h8300/tm-h8300.h: Update.
5940 * config/h8500/tm-h8500.h: Update.
5941 * config/i386/tm-i386.h: Update.
5942 * config/i386/tm-ptx.h: Update.
5943 * config/i386/tm-symmetry.h: Update.
5944 * config/i960/tm-i960.h: Update.
5945 * config/m32r/tm-m32r.h: Update.
5946 * config/m68k/tm-delta68.h: Update.
5947 * config/m68k/tm-linux.h: Update.
5948 * config/m68k/tm-m68k.h: Update.
5949 * config/m88k/tm-m88k.h: Update.
5950 * config/mcore/tm-mcore.h: Update.
5951 * config/mips/tm-mips.h: Update.
5952 * config/mn10200/tm-mn10200.h: Update.
5953 * config/pa/tm-hppa.h: Update.
5954 * config/pa/tm-hppa64.h: Update.
5955 * config/sparc/tm-sp64.h: Update.
5956 * config/sparc/tm-sparc.h: Update.
5957 * config/sparc/tm-sparclet.h: Update.
5958 * config/z8k/tm-z8k.h: Update.
5959
5960 2002-06-14 Andrew Cagney <cagney@redhat.com>
5961
5962 * Makefile.in (i386_linux_tdep_h): Define.
5963 (i386_tdep_h, i387_tdep_h): Define.
5964 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5965 $(i386_tdep_h) and $(i387_tdep_h).
5966 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5967
5968 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5969
5970 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5971 Already covered by the default.
5972
5973 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5974 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5975 (i386_gdbarch_init): Initialize long_double_format and long_double
5976 bit.
5977
5978 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5979 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5980 Move these to ...
5981 * config/i386/i386sol2.mh: ... here.
5982 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5983 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5984 (SIGCONTEXT_PC_OFFSET): Remove define.
5985 (IN_SIGTRAMP): Remove define.
5986 * i386-sol2-tdep.c: New file.
5987
5988 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5989 * config/i386/tm-i386nw.h: Removed.
5990
5991 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5992 USE_STRUCT_CONVENTION): Remove defines.
5993 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5994 (get_longjmp_target): Remove prototype.
5995 (IN_SIGTRAMP): Remove define.
5996 (i386bsd_in_sigtramp): Remove prototype.
5997 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5998 function. Update comment accordingly
5999 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6000 (FRAME_SAVED_PC): Remove define.
6001 (i386bsd_frame_saved_pc): Remove prototype.
6002 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6003 GET_LONGJMP_TARGET): Remove defines.
6004 (get_longjmp_target): Remove prototype.
6005 (IN_SIGTRAMP): Remove define.
6006 (i386bsd_in_sigtramp): Remove prototype.
6007 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6008 function. Update comment accordingly
6009 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6010 (FRAME_SAVED_PC): Remove define.
6011 (i386bsd_frame_saved_pc): Remove prototype.
6012 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6013 Remove prototype.
6014 (USE_STRUCT_CONVENTION): Remove prototype.
6015 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6016 declaration.
6017 (_initialize_i386bsd_nat): Revise logic to determine some
6018 constants at compile time when compiling a native GDB. Warn if
6019 things don't match up with what we expect.
6020 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6021 Remove variables.
6022 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6023 to use date stored in `struct gdbarch_tdep'.
6024 (i386bsd_sigcontext_offset): Remove varaible.
6025 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6026 stored in `struct gdbarch_tdep'.
6027 (i386bsd_frame_saved_pc): Make static.
6028 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6029 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6030 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6031 i386fbsd4_sc_pc_offset): New variables.
6032 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6033 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6034 functions.
6035 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6036 functions.
6037 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6038 Modify the value of i386fbsd_sigtramp_start and
6039 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6040 i386fbsd_sigtramp_end.
6041 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6042 function.
6043
6044 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6045 define to i386-linux-tdep.h.
6046 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6047 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6048 defines.
6049 (i386_linux_register_name, i386_linux_register_byte,
6050 i386_linux_register_raw_size): Remove prototypes.
6051 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6052 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6053 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6054 TARGET_WRITE_PC): Remove defines.
6055 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6056 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6057 i386_linux_write_pc): Remove prototypes.
6058 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6059 (get_longjmp_target): Remove prototype.
6060 * i386-linux-tdep.h: New file.
6061 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6062 * i386-linux-tdep.c: Include "i386-tdep.h" and
6063 "i386-linux-tdep.h".
6064 (i386_linux_register_name, i386_linux_register_byte,
6065 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6066 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6067 Make static.
6068 (i386_linux_init_abi): New function.
6069 (_initialize_i386_linux_tdep): New function.
6070
6071 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6072 (i386_saved_pc_after_call): Remove prototype.
6073 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6074 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6075 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6076 (i386_register_name, i386_stab_reg_to_regnum,
6077 i386_dwarf_reg_to_regnum): Remove prototypes.
6078 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6079 SIZEOF_SSE_REGS): Remove defines.
6080 (REGISTER_BYTES): Remove define.
6081 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6082 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6083 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6084 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6085 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6086 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6087 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6088 (get_longjmp_target): Remove prototype.
6089 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6090 (sigtramp_saved_pc): Remove define.
6091 (i386v4_sigtramp_saved_pc): Remove prototype.
6092 * config/i386/tm-go32.h (FRAME_CHAIN,
6093 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6094 (i386go32_frame_saved_pc): Remove prototype.
6095 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6096 (get_longjmp_target): Remove prototype.
6097 * i386-tdep.h: Include "osabi.h".
6098 (enum i386_abi): Removed.
6099 (enum struct_return): New enum.
6100 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6101 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6102 sc_pc_offset members.
6103 (i386_gdbarch_register_os_abi): Remove prototype.
6104 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6105 I386_SSE_NUM_REGS): New defines.
6106 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6107 I386_SSE_SIZEOF_REGS): New defines.
6108 (i386_register_name, i386_register_byte, i386_register_raw_size):
6109 New prototypes.
6110 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6111 (i386bsd_sigtramp_saved_pc): New prototype.
6112 * i386-tdep.c: Don't include "elf-bfd.h".
6113 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6114 i386_frame_chain, i386_saved_pc_after_call): Make static.
6115 (i386_frame_saved_pc): Rewrite to call architecture dependent
6116 function to deal with signal handlers. Make static.
6117 (i386go32_frame_saved_pc): Removed.
6118 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6119 Removed.
6120 (i386_get_longjmp_target): New function.
6121 (default_struct_convention, pcc_struct_convention,
6122 reg_struct_convention, valid_conventions, struct_convention): New
6123 variables.
6124 (i386_use_struct_convention): New function.
6125 (i386v4_sigtramp_saved_pc): Renamed to
6126 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6127 (i386_pc_in_sigtramp): New function.
6128 (i386_abi_names): Removed.
6129 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6130 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6131 Removed.
6132 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6133 i386_gdbarch_register_os_abi): Removed.
6134 (struct i386_abi_handler): Removed.
6135 (i386_abi_handler_list): Removed.
6136 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6137 functions.
6138 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6139 i386_nw_init_abi): New functions.
6140 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6141 Use set_gdbarch_xxx() calls instead of relying on macros for a
6142 number of calls.
6143 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6144 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6145 Register the various architecture variants defined in this file.
6146
6147 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
6148
6149 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6150 (struct main_type): Remove arg_types member. Update comments for
6151 struct field.
6152 (TYPE_ARG_TYPES): Remove.
6153 (TYPE_FN_FIELD_ARGS): Update.
6154 (smash_to_method_type): Update prototype.
6155
6156 * c-typeprint.c (cp_type_print_method_args): Take method type
6157 instead of argument list. Use new argument layout. Simplify.
6158 (c_type_print_args): Use new argument layout. Simplify.
6159 (c_type_print_base): Update call to cp_type_print_method_args.
6160 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6161 argument; use die->type instead. Update call to
6162 smash_to_method_type.
6163 (read_structure_scope): Update call to dwarf2_add_member_fn.
6164 * gdbtypes.c (allocate_stub_method): Update comment.
6165 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6166 Use new argument layout.
6167 (check_stub_method): Use new argument layout. Don't count
6168 void as an argument.
6169 (print_arg_types): Update comments. Use new argument layout.
6170 (recursive_dump_type): Don't print arg_types member.
6171 * hpread.c (hpread_read_struct_type): Use new argument layout.
6172 (fixup_class_method_type): Likewise.
6173 (hpread_type_lookup): Likewise.
6174 * stabsread.c (read_type): Update calls to read_args and
6175 smash_to_method_type.
6176 (read_args): Use new argument layout. Simplify.
6177 * valops.c (typecmp): Use new argument layout. Update parameters
6178 and comments. Simplify.
6179 (hand_function_call): Use new argument layout.
6180 (search_struct_method): Update call to typecmp.
6181 (find_overload_match): Use new argument layout.
6182
6183 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6184
6185 * NEWS: Mention multithreaded debug support for gdbserver.
6186
6187 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6188
6189 * MAINTAINERS: Mention NEWS.
6190
6191 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
6192
6193 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6194 (struct mips_objfile_private, compare_pdr_entries): New.
6195 (non_heuristic_proc_desc): Read the ".pdr" section if it
6196 is present.
6197
6198 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6199
6200 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6201 (arm_debug): New static variable.
6202 (_initialize_arm_tdep): Add ``set debug arm'' command.
6203
6204 2002-06-12 Andrew Cagney <ac131313@redhat.com>
6205
6206 * Makefile.in (sim_arm_h): Define.
6207 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6208 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6209 (arm_register_sim_regno): New function, map an internal REGNUM
6210 onto a simulator register number.
6211 (arm_gdbarch_init): Set register_sim_regno.
6212
6213 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
6214
6215 * MAINTAINERS: Add self.
6216
6217 2002-06-11 Jim Blandy <jimb@redhat.com>
6218
6219 * source.c (source_info): Mention whether the symtab has
6220 information about preprocessor macros.
6221
6222 Call the command `info macro', not `show macro'.
6223 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6224 Fix error message.
6225 (_initialize_macrocmd): Register `info_macro_command' in
6226 `infolist', not `showlist'.
6227
6228 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
6229
6230 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6231 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6232 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6233 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6234 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6235 unconditionally.
6236 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6237 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6238 (_initialize_mips_tdep): Remove dead code.
6239 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6240 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6241 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6242 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6243 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6244 MIPS_LAST_FP_ARG_REGNUM): Remove.
6245
6246 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6247
6248 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6249 (unwind_tmp_obstack_free, parse_frame_info)
6250 (update_context, cfi_read_fp, cfi_write_fp)
6251 (cfi_frame_chain, cfi_init_extra_frame_info)
6252 (cfi_virtual_frame_pointer): Use the above function.
6253 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
6254
6255 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
6256
6257 * v850-tdep.c (v850_type_is_scalar): New function.
6258 (v850_use_struct_convention): Match current gcc implementation
6259 as close as possible.
6260 (v850_push_arguments): Fix stack_offset handling. Don't write
6261 struct_addr into register. This is done by v850_store_struct_return.
6262 (v850_extract_return_value): Care for structs.
6263 (v850_store_return_value): Ditto.
6264 (v850_store_struct_return): Actually write address.
6265
6266 2002-06-11 Michal Ludvig <mludvig@suse.cz>
6267
6268 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6269 without debug information too.
6270
6271 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6272
6273 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6274 Make multi-arch pure.
6275 * gdbarch.h, gdbarch.c: Re-generate.
6276 * arm-tdep.c (arm_print_float_info): Update.
6277 * arch-utils.h (default_print_float_info): Update.
6278 * arch-utils.c (default_print_float_info): Update.
6279 * infcmd.c (float_info): Update call.
6280
6281 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6282
6283 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6284 the front of the initialize list.
6285
6286 2002-06-10 Andrew Cagney <ac131313@redhat.com>
6287
6288 * infrun.c (struct inferior_status): Replace fields
6289 selected_frame_address and selected_level with field
6290 selected_frame_id.
6291 (save_inferior_status): Update. Use get_frame_id.
6292 (struct restore_selected_frame_args): Delete.
6293 (restore_selected_frame): Update. Use frame_find_by_id.
6294 (restore_inferior_status): Update.
6295
6296 * breakpoint.h (struct breakpoint): Change type of
6297 watchpoint_frame to frame_id.
6298 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6299 call to get_current_frame.
6300 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6301 get_current_frame.
6302 (watchpoint_check): Use frame_find_by_id.
6303
6304 * frame.h (record_selected_frame): Delete declaration.
6305 * stack.c (record_selected_frame): Delete function.
6306
6307 * frame.h (struct frame_id): Define.
6308 (get_frame_id): Declare.
6309 (frame_find_by_id): Declare.
6310 * frame.c (frame_find_by_id): New function.
6311 (get_frame_id): New function.
6312
6313 2002-06-10 Andrey Volkov <avolkov@transas.com>
6314
6315 * ser-e7kpc.c: Fix duplicated define and call of
6316 _initialize_ser_e7000pc
6317
6318 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6319
6320 * signals/signals.c (target_signal_from_host): Fix #ifdef
6321 SIGRTMIN case.
6322 (do_target_signal_to_host): Likewise.
6323
6324 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * mips-tdep.c (mips_find_abi_section): New function.
6327 (mips_gdbarch_init): Call it.
6328
6329 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6330
6331 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6332 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6333 after Andrew's 2002-06-08 gdbarch change.
6334
6335 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6336
6337 * i386-linux-nat.c (suppy_gregset): Don't supply
6338 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6339 register cache.
6340 (fill_gregset): Don't fetch it under the same circumstances.
6341
6342 2002-06-09 Andrew Cagney <cagney@redhat.com>
6343
6344 * Makefile.in (callback_h): Define.
6345 (remote_sim_h): Update path to remote-sim.h.
6346 (remote-rdp.o): Add $(callback_h).
6347 (remote-sim.o): Use $(callback_h).
6348 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6349 * remote-rdp.c: Include "gdb/callback.h".
6350
6351 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6352
6353 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6354 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6355
6356 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6357
6358 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6359 * rdi-share/serpardr.c: Ditto.
6360 * rdi-share/unixcomm.c: Ditto.
6361 * rdi-share/serdrv.c: Ditto.
6362 * rdi-share/hostchan.h: Ditto.
6363 * rdi-share/hostchan.c: Ditto.
6364 * rdi-share/host.h: Ditto.
6365 * rdi-share/devsw.c: Ditto.
6366
6367 * objfiles.h: Change type of obj_private to void pointer.
6368 * pa64solib.c: Update copyright. Don't include "assert.h", use
6369 strcmp instead of STREQ, use LONGEST, do not use PTR
6370 * somsolib.c: Ditto.
6371
6372 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6373 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6374 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6375
6376 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6377
6378 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6379 (default_get_saved_register): Delete function.
6380 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6381 generic_unwind_get_saved_register.
6382 * gdbarch.h, gdbarch.c: Re-generate.
6383
6384 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6385
6386 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6387 generic_func_frame_chain_valid.
6388 * gdbarch.h, gdbarch.c: Re-generate.
6389 * blockframe.c (generic_func_frame_chain_valid): Only check
6390 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6391 passing FP to PC_IN_CALL_DUMMY.
6392 Fix PR gdb/360.
6393
6394 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6395
6396 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6397 (register_gdbarch_data): Initialize init_p.
6398 (gdbarch_data): Initialize data pointer using the init function.
6399 (init_gdbarch_data): Delete function.
6400 (gdbarch_update_p): Update.
6401 (initialize_non_multiarch): Update.
6402 (struct gdbarch): Add field initialized_p.
6403 * gdbarch.h, gdbarch.c: Re-generate.
6404
6405 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6406
6407 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6408 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6409 better do the things actually here.
6410 * x86-64-tdep.c (x86_64_register_name2nr): New.
6411 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6412 (x86_64_gdbarch_init): Respect the above change.
6413 * x86-64-tdep.h (x86_64_register_name2nr)
6414 (x86_64_register_nr2name): Add prototypes.
6415 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6416
6417 2002-06-06 Michael Snyder <msnyder@redhat.com>
6418
6419 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6420 Delete extra braces and re-indent.
6421 (d10v_store_return_value): Char return values
6422 must be shifted over by one byte in R0.
6423 (d10v_extract_return_value): Delete extra braces, re-indent.
6424
6425 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6426
6427 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6428 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6429 (d10v_integer_to_address): Rewrite.
6430 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6431 the d10v specific functions which take care of converting to the
6432 correct space.
6433
6434 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6435
6436 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6437 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6438
6439 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6440
6441 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6442 includes.
6443 * config/tm-linux.h: Ditto.
6444 * config/alpha/tm-alphalinux.h: Ditto.
6445 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6446 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6447 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6448 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6449 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6450 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6451 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6452 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6453 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6454 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6455 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6456 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6457 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6458 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6459 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6460 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6461 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6462 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6463 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6464 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6465 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6466 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6467 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6468 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6469 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6470 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6471 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6472 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6473 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6474 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6475 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6476 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6477 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6478 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6479 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6480 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6481 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6482
6483 2002-05-04 Aidan Skinner <aidan@velvet.net>
6484
6485 * ada-exp.tab.c: New file
6486 * ada-exp.y: New file
6487 * ada-lang.c: New file
6488 * ada-lang.h: New file
6489 * ada-lex.c: New file
6490 * ada-lex.l: New file
6491 * ada-tasks.c: New file
6492 * ada-typeprint.c: New file
6493 * ada-valprint.c: New file
6494
6495 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6496
6497 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6498 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6499
6500 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6501
6502 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6503 insetead of ppc-linux-tdep.o.
6504 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6505 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6506
6507 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6508
6509 2002-05-07 Christian Groessler <chris@groessler.org>
6510 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6511 bit register contents for little endian hosts.
6512
6513 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6514
6515 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6516 any maintainer.
6517
6518 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6519
6520 * gdbarch.h: Regenerate.
6521
6522 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6523
6524 * MAINTAINERS: Add everyone to write-after-approval list.
6525
6526 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6527
6528 * stack.c (frame_info): Use frame_register_unwind instead of
6529 saved_regs. Mention when the SP is on the stack or in a register.
6530
6531 * frame.h (frame_register_unwind_ftype): Define. Document.
6532 (struct frame_info): Add field register_unwind and
6533 register_unwind_cache.
6534 (frame_register_unwind): Declare.
6535 (generic_unwind_get_saved_register): Declare.
6536
6537 * frame.c (frame_register_unwind): New function.
6538 (generic_unwind_get_saved_register): New function.
6539
6540 * blockframe.c (generic_call_dummy_register_unwind): New function.
6541 (frame_saved_regs_register_unwind): New function.
6542 (set_unwind_by_pc): New function.
6543 (create_new_frame): New function.
6544 (get_prev_frame): New function.
6545
6546 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6547
6548 * a29k-share/: Delete directory.
6549 * remote-vx29k.c: Delete file.
6550
6551 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6552
6553 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6554 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6555
6556 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6557
6558 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6559 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6560 (sparc64nbsd-nat.o)
6561 (sparcnbsd-nat.o)
6562 (sparcnbsd-tdep.o): New dependency lists.
6563 * NEWS: Note new UltraSPARC NetBSD native configuration.
6564 * configure.host (sparc64-*-netbsd*): New host.
6565 * configure.tgt (sparc-*-netbsdelf*)
6566 (sparc-*-netbsd*): Set gdb_target to nbsd.
6567 (sparc64-*-netbsd*): New target.
6568 * sparc64nbsd-nat.c: New file.
6569 * sparcnbsd-nat.c: New file.
6570 * sparcnbsd-tdep.c: New file.
6571 * sparcnbsd-tdep.h: New file.
6572 * config/sparc/nbsd.mt: New file.
6573 * config/sparc/nbsd64.mh: New file.
6574 * config/sparc/nbsd64.mt: New file.
6575 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6576 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6577 (HOST_IPC): Remove.
6578 * config/sparc/nbsdaout.mt: Remove.
6579 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6580 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6581 (HOST_IPC): Remove.
6582 * config/sparc/nbsdelf.mt: Remove.
6583 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6584 sparc-nat.c compatiblity defines.
6585 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6586 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6587 * config/sparc/tm-nbsd64.h: New file.
6588 * config/sparc/tm-nbsdaout.h: Remove.
6589 * config/sparc/xm-nbsd.h: Remove.
6590
6591 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6592
6593 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6594 * sparc-tdep.c: Include osabi.h.
6595 (gdbarch_tdep): Add osabi member.
6596 (_initialize_sparc_tdep): Use gdbarch_register.
6597 (sparc_gdbarch_init): Use generic OS ABI framework.
6598 (sparc_dump_tdep): New function.
6599
6600 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6601
6602 * corefile.c (do_captured_read_memory_integer): Return non-zero
6603 result.
6604 (safe_read_memory_integer): Copy result of memory read when
6605 status is non-zero. Also, add comments.
6606
6607 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6608
6609 * Makefile.in (ppc_tdep_h): Define.
6610 (ppc-linux-nat.o)
6611 (ppc-linux-tdep.o)
6612 (rs6000-tdep.o): Use $(ppc_tdep_h).
6613 (ppc-sysv-tdep.o)
6614 (ppcnbsd-nat.o)
6615 (ppcnbsd-tdep.o): New dependency lists.
6616 * ppc-tdep.h: Use generic OS ABI framework.
6617 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6618 (ppc_linux_init_abi): New functions.
6619 (ppc_sysv_abi_broken_use_struct_convention)
6620 (ppc_sysv_abi_use_struct_convention)
6621 (ppc_sysv_abi_push_arguments): Move to...
6622 * ppc-sysv-tdep.c: ...here.
6623 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6624 * rs6000-tdep.c (process_note_abi_tag_sections)
6625 (get_elfosabi): Remove.
6626 (rs6000_gdbarch_init): Use generic OS ABI framework.
6627 (rs6000_dump_tdep): New function.
6628 (_initialize_rs6000_tdep): Use gdbarch_register.
6629 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6630 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6631 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6632 of ppc-linux-tdep.o.
6633 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6634 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6635 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6636 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6637 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6638 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6639
6640 2002-05-29 Jim Blandy <jimb@redhat.com>
6641
6642 * macroscope.c (default_macro_scope): Put `void' in empty argument
6643 list.
6644
6645 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6646
6647 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6648 * arch-utils.c: Include "sim-regno.h".
6649 * gdbarch.sh: Don't include "sim-regno.h".
6650 * gdbarch.h, gdbarch.c: Regenerate.
6651 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6652 here.
6653 * arch-utils.h (legacy_register_sim_regno): To here.
6654 * remote-sim.c (legacy_register_sim_regno): Move function from
6655 here.
6656 * arch-utils.c (legacy_register_sim_regno): To here.
6657
6658 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6659
6660 * sim-regno.h: New file.
6661 * Makefile.in (sim_regno_h): Define.
6662 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6663 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6664 (legacy_register_sim_regno): New function.
6665 (one2one_register_sim_regno): New function.
6666 (gdbsim_fetch_register): Rewrite.
6667 (gdbsim_store_register): Only store a register when
6668 REGISTER_SIM_REGNO is valid.
6669 * d10v-tdep.c: Include "sim-regno.h".
6670 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6671 (d10v_ts3_register_sim_regno): Ditto.
6672 * gdbarch.sh: Include "sim-regno.h".
6673 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6674 * gdbarch.h, gdbarch.c: Regenerate.
6675 * arch-utils.h (default_register_sim_regno): Delete declaration.
6676 * arch-utils.c (default_register_sim_regno): Delete function.
6677
6678 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6679
6680 * ppcnbsd-nat.c: Rewrite.
6681 * ppcnbsd-tdep.c: New file.
6682 * ppcnbsd-tdep.h: New file.
6683 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6684 solib.o, and solib-svr4.o.
6685 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6686 nbsd-tdep.o, and corelow.o.
6687
6688 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6689
6690 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6691 `tr' and `sed'. Mention that `broken' targets are not expected to
6692 build.
6693
6694 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6695
6696 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6697 Let PC point right after the prologue before looking up symbols.
6698
6699 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6700
6701 * i386-tdep.c (i386_register_virtual_type): Return
6702 builtin_type_vec128i for SSE registers.
6703
6704 * gdbtypes.h (builtin_type_vec128i): Declare.
6705
6706 * gdbtypes.c (build_builtin_type_vec128i): New function.
6707 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6708 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6709 (build_gdbtypes): Initialize new builtin vector types.
6710 (_initialize_gdbtypes): Register new vector types with gdbarch.
6711
6712 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6713
6714 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6715 since it has been multi-arch'd.
6716 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6717 Move Alpha and VAX multi-arch news entries to same section
6718 as other multi-arch news.
6719
6720 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6721
6722 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6723 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6724 static. Rename some register numbers to put them in ns32k-tdep
6725 private namespace.
6726 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6727 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6728 functions.
6729 (_initialize_ns32k_tdep): Use gdbarch_register.
6730 * ns32k-tdep.h: New file.
6731 * ns32knbsd-tdep.c: New file.
6732 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6733 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6734 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6735 REGISTER_BYTES, REGISTER_BYTE): Remove.
6736 * config/ns32k/tm-ns32k.h: New file.
6737 * config/ns32k/tm-umax.h: Remove.
6738
6739 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6740
6741 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6742 ns32k_store_struct_return, ns32k_extract_return_value,
6743 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6744 functions.
6745 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6746 ns32k_saved_pc_after_call.
6747 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6748 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6749 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6750 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6751 ns32k_extract_struct_value_address.
6752
6753 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6754
6755 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6756 ns32k_fix_call_dummy): New.
6757 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6758 ns32k_call_dummy_words.
6759 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6760 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6761 CALL_DUMMY_NARGS): Remove.
6762 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6763
6764 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6765
6766 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6767 ns32k_frame_saved_pc, ns32k_frame_args_address,
6768 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6769 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6770 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6771 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6772 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6773 (BREAKPOINT): Remove..
6774 (FRAME_CHAIN): Define as ns32k_frame_chain.
6775 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6776 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6777 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6778 (FRAME_FIND_SAVED_REGS): Remove.
6779 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6780 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6781 (POP_FRAME): Define as ns32k_pop_frame.
6782
6783 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6784
6785 * ns32k-tdep.c (ns32k_register_byte_32082,
6786 ns32k_register_byte_32382, ns32k_register_raw_size,
6787 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6788 functions.
6789 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6790 ns32k_register_byte_32382.
6791 * config/ns32k/tm-umax.h: Update copyright years.
6792 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6793 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6794 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6795 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6796 (ns32k_get_enter_addr): Fix prototype.
6797
6798 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6799
6800 * ns32k-tdep.c: Update copyright years.
6801 (ns32k_register_name_32082): New function.
6802 (ns32k_register_name_32382): Ditto.
6803 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6804 (REGISTER_NAME): Define as ns32k_register_name_32382.
6805 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6806 (REGISTER_NAME): Define as ns32k_register_name_32082.
6807
6808 2002-05-24 Jim Blandy <jimb@redhat.com>
6809
6810 * dwarf2read.c (free_line_header): Use xfree, not free.
6811
6812 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6813
6814 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6815 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6816
6817 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6818
6819 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6820
6821 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6822
6823 From Ross Alexander at NEC Europe:
6824 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6825
6826 2002-05-23 Michael Snyder <msnyder@redhat.com>
6827
6828 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6829 for input, rather than parse_and_eval_address.
6830
6831 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6832
6833 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6834 * Makefile.in (sim_d10v_h): Update definition.
6835
6836 2002-05-24 Andrew Cagney <cagney@redhat.com>
6837
6838 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6839 change `2002-05-22 Michael Snyder' below.
6840 (d10v_push_arguments): Ditto.
6841 (d10v_extract_return_value): Ditto.
6842
6843 2002-05-23 Jim Blandy <jimb@redhat.com>
6844
6845 * macrotab.c (check_for_redefinition): Don't complain if the new
6846 definition is the same as the previous one. Take more arguments
6847 to allow the comparison.
6848 (macro_define_object, macro_define_function): Pass more arguments
6849 to check_for_redefinition.
6850
6851 2002-05-22 Michael Snyder <msnyder@redhat.com>
6852
6853 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6854 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6855 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6856 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6857 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6858 Add a temp variable to save a call (and a memory read).
6859 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6860 if possible (so that PC_IN_CALL_DUMMY will work).
6861
6862 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6863
6864 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6865
6866 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6867
6868 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6869 fde->cie_ptr.
6870 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6871 (dwarf2_build_frame_info): Add offset to fde->initial_location
6872 so that frames of shared libraries are mapped correctly.
6873 (execute_stack_op): Change type of 'result' from ULONGEST to
6874 CORE_ADDR.
6875
6876 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6877
6878 * config/alpha/tm-nbsd.h: Include solib.h.
6879
6880 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6881
6882 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6883 assumptions about the host's byte order.
6884
6885 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6886
6887 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6888 to dependency list.
6889 * alphanbsd-tdep.c: Include solib-svr4.h.
6890 * shnbsd-tdep.c: Ditto.
6891
6892 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6893
6894 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6895 nbsd-tdep.h to dependency list.
6896 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6897 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6898 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6899 nbsdaout.mh and nbsdelf.mh consistently.
6900 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6901 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6902 nbsdaout.mt and nbsdelf.mh consistently.
6903 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6904 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6905 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6906 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6907 a.out shared library stuff from here...
6908 * config/nm-nbsdaout.h: ...to here.
6909 * config/tm-nbsd.h: Remove.
6910 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6911 * config/arm/nbsd.mh: Remove.
6912 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6913 nbsd-tdep.o.
6914 * config/arm/nbsdaout.mh: New file.
6915 * config/arm/nbsdelf.mh: New file.
6916 * config/arm/nm-nbsdaout.h: New file.
6917 * config/i386/nbsd.mh: Remove.
6918 * config/i386/nbsd.mt: Remove.
6919 * config/i386/nbsdaout.mh: New file.
6920 * config/i386/nbsdaout.mt: New file.
6921 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6922 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6923 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6924 i386_register_u_addr): Remove.
6925 * config/i386/nm-nbsdaout.h: New file.
6926 * config/i386/nm-nbsdelf.h: Remove.
6927 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6928 (USE_STRUCT_CONVENTION): Remove.
6929 * config/i386/tm-nbsdaout.h: New file.
6930 * config/i386/tm-nbsdelf.h: Remove.
6931 * config/m68k/nbsd.mh: Remove.
6932 * config/m68k/nbsd.mt: Remove.
6933 * config/m68k/nbsdaout.mh: New file.
6934 * config/m68k/nbsdaout.mt: New file.
6935 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6936 * config/m68k/nm-nbsdaout.h: New file.
6937 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6938 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6939 * config/ns32k/nbsd.mh: Remove.
6940 * config/ns32k/nbsd.mt: Remove.
6941 * config/ns32k/nbsdaout.mh: New file.
6942 * config/ns32k/nbsdaout.mt: New file.
6943 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6944 * config/ns32k/nm-nbsdaout.h: New file.
6945 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6946 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6947 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6948 (SVR4_SHARED_LIBS): Remove.
6949 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6950 * config/sparc/nbsd.mh: Remove.
6951 * config/sparc/nbsd.mt: Remove.
6952 * config/sparc/nbsdaout.mh: New file.
6953 * config/sparc/nbsdaout.mt: New file.
6954 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6955 * config/sparc/nbsdelf.mt: New file.
6956 * config/sparc/nm-nbsdaout.h: New file.
6957 * config/sparc/nm-nbsdelf.h: Remove.
6958 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6959 * config/sparc/tm-nbsdaout.h: New file.
6960
6961 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6962
6963 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6964 mipsnbsd-tdep.c
6965 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6966
6967 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6968
6969 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6970 shnbsd-nat.c.
6971 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6972
6973 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6974
6975 * NEWS: Note new MIPS NetBSD native configuration.
6976 * configure.host (mips*-*-netbsd*): New host.
6977 * configure.tgt (mips*-*-netbsd*): New target.
6978 * mipsnbsd-nat.c: New file.
6979 * mipsnbsd-tdep.c: New file.
6980 * mipsnbsd-tdep.h: New file.
6981 * config/mips/nbsd.mh: New file.
6982 * config/mips/nbsd.mt: New file.
6983 * config/mips/nm-nbsd.h: New file.
6984 * config/mips/tm-nbsd.h: New file.
6985
6986 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6987
6988 * Makefile.in (SFILES): Add osabi.c.
6989 (COMMON_OBS): Add osabi.o.
6990 (osabi.o): New dependency list.
6991 * osabi.c: New file.
6992 * osabi.h: New file.
6993 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6994
6995 * Makefile.in (alpha_tdep_h): Define and use instead of
6996 alpha-tdep.h.
6997 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6998 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6999 Remove.
7000 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7001 * alpha-tdep.h: Include osabi.h.
7002 (alpha_abi): Remove.
7003 (gdbarch_tdep): Use generic OS ABI framework.
7004 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7005 gdbarch_register_osabi.
7006 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7007 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7008 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7009
7010 * Makefile.in (sh_tdep_h): Add osabi.h.
7011 * sh-tdep.h (sh_osabi): Remove.
7012 (gdbarch_tdep): Use generic OS ABI framework.
7013 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7014 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7015 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7016 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7017
7018 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7019 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7020 gdbarch_register_osabi.
7021 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7022 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7023 (get_elfosabi): Rename to...
7024 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7025 ABI framework support routines.
7026 (arm_gdbarch_init): Use generic OS ABI framework.
7027 (arm_dump_tdep): Likewise.
7028 (_initialize_arm_tdep): Likewise.
7029 * arm-tdep.h: Include osabi.h.
7030 (arm_abi): Remove.
7031 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7032 osabi member.
7033 (arm_gdbarch_register_os_abi): Remove prototype.
7034 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7035 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7036
7037 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7038 * mips-tdep.c: Include osabi.h.
7039 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7040 OS ABI framework.
7041
7042 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7043
7044 * h8300-tdep.c: Fix formatting.
7045
7046 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
7047
7048 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7049 printing vector registers.
7050
7051 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7052
7053 From Fernando Nasser:
7054 * remote.c (remote_async_open_1): Re-throw the exception when the
7055 connection fails.
7056 (remote_cisco_open): Ditto.
7057 (remote_open_1): Ditto.
7058
7059 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7060
7061 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7062 (remote_start_remote): Add uiout parameter. Pass through to
7063 remote_start_remote_dummy.
7064 (remote_open_1): Use catch_exception instead of catch_errors.
7065 (remote_async_open_1): Ditto.
7066 (remote_cisco_open): Ditto.
7067
7068 2002-05-19 Andrew Cagney <ac131313@redhat.com>
7069
7070 * remote.c (remote_start_remote): Replace PTR with void pointer.
7071 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7072 static.
7073
7074 2002-05-18 Andrew Cagney <ac131313@redhat.com>
7075
7076 * gdb_indent.sh: Allow the script to be run in the sim directory.
7077
7078 2002-05-18 Mark Kettenis <kettenis@gnu.org>
7079
7080 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7081 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7082
7083 * corelow.c (core_open): Only call set_gdbarch_from_file if
7084 exec_bfd is NULL.
7085
7086 2002-05-17 Andrey Volkov <avolkov@transas.com>
7087
7088 * h8300-tdep.c: Add support of EXR register
7089 * config/h8300/tm-h8300.h: Ditto.
7090
7091 2002-05-17 Andrey Volkov <avolkov@transas.com>
7092
7093 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7094
7095 2002-05-17 Andrey Volkov <avolkov@transas.com>
7096
7097 * h8300-tdep.c: Change literal regnums to REGNO.
7098
7099 2002-05-17 Jim Blandy <jimb@redhat.com>
7100
7101 * NEWS: Note addition of macro support.
7102
7103 Expand preprocessor macros in C expressions.
7104 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7105 (scan_macro_expansion, scanning_macro_expansion,
7106 finished_macro_expansion): New function declarations.
7107 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7108 variable declarations.
7109 * parser-defs.h (expression_context_pc): New declaration.
7110 * parse.c (expression_context_pc): New variable.
7111 (parse_exp_1): Set expression_context_pc, as well as
7112 expression_context_block.
7113 * c-exp.y (yylex): If we're not already reading the result of a
7114 macro expansion, try to macro-expand the next token. When we're
7115 done scanning a macro expansion, switch back to the mainline text.
7116 Commas and `if's in a macro's expansion don't terminate the input.
7117 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7118 (macro_original_text, macro_expanded_text,
7119 expression_macro_lookup_func, expression_macro_lookup_baton): New
7120 variables.
7121 (scan_macro_expansion, scanning_macro_expansion,
7122 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7123 c_preprocess_and_parse): New functions.
7124 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7125 c_preprocess_and_parse, instead of c_parse.
7126 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7127 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7128
7129 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7130
7131 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7132 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7133 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7134
7135 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
7136
7137 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7138
7139 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7140
7141 * Makefile.in (sh_tdep_h): Define and use.
7142 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7143 register enum): Move to...
7144 * * sh-tdep.h: ...here.
7145 * sh-tdep.c: Include sh-tdep.h.
7146 * sh3-rom.c: Likewise.
7147 * shnbsd-tdep.c: Likewise.
7148
7149 2002-05-16 Michael Snyder <msnyder@redhat.com>
7150
7151 * arm-tdep.c: Spelling fix in comment.
7152
7153 2002-05-16 Jim Blandy <jimb@redhat.com>
7154
7155 Add commands for manually expanding macros and showing their
7156 definitions.
7157 * macrocmd.c, macroscope.c, macroscope.h: New files.
7158 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7159 (macroscope_h): New variable.
7160 (HFILES_NO_SRCDIR): Add macroscope.h.
7161 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7162 (macroscope.o, macrocmd.o): New rules.
7163
7164 Teach the Dwarf 2 reader to read macro information.
7165 * dwarf2read.c: #include "macrotab.h".
7166 (dwarf_macinfo_buffer): New variable.
7167 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7168 dwarf_macinfo_size.
7169 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7170 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7171 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7172 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7173 dwarf2_macro_spaces_in_definition): New complaints.
7174 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7175 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7176 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7177 the partial symbol table.
7178 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7179 from what's recorded in the partial symbol table.
7180 (read_file_scope): If the compilation unit has a
7181 `DW_AT_macro_info' attribute, read its macro information.
7182 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7183
7184 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7185
7186 Fix PR gdb/546
7187 * ser-tcp.c: Don't include <netinet/udp.h>.
7188
7189 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7190
7191 * MAINTAINERS: Update my email address.
7192
7193 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
7194
7195 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7196 include file of the same name.
7197
7198 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7199
7200 * configure.tgt: Mark v850 as multi-arched.
7201 * config/v850/tm-v850.h: Remove file.
7202 * config/v850/v850.mt: Eliminate TM_FILE.
7203
7204 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7205
7206 * v850-tdep.c: Full multi-arch.
7207 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7208 Define GDB_MULTI_ARCH to 2.
7209
7210 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7211
7212 * p-exp.y (current_type): New static variable.
7213 Carries the type of the expression at the position that is parsed.
7214 (push_current_type, pop_current_type): Two new functions. Used
7215 to store/restore current_type in expression on specific tokens.
7216 (search_field): New static variable. Set to one after parsing a point
7217 as at that point only a FIELDNAME token should be searched.
7218 (FIELDNAME): New token. After a point only a token belonging to
7219 current_type type definition is allowed.
7220 (all over token rules): reset and change current_type according
7221 to rules.
7222 (exp '[' rule): insert implicit array index field if
7223 exp is a pascal string type.
7224
7225 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7226
7227 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7228 frame info. Use frame_info's saved_regs instead of matching member
7229 in extra_frame_info throughout.
7230 (v850_frame_init_saved_regs): New function.
7231 (v850_init_extra_frame_info): Move most functionality into
7232 v850_frame_init_saved_regs().
7233 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7234 (v850_frame_find_saved_regs): Remove declaration.
7235 (FRAME_FIND_SAVED_REGS): Remove definition.
7236 (v850_frame_init_saved_regs): Add declaration.
7237 (FRAME_INIT_SAVED_REGS): Add definition.
7238
7239 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
7240
7241 * v850-tdep.c: Begin multi-arch'ing v850.
7242 (v850_target_architecture_hook): Remove function.
7243 (v850_gdbarch_init): New function. Add code previously in
7244 v850_target_architecture_hook().
7245 (_initialize_v850_tdep): Don't set target_architecture_hook.
7246 Call register_gdbarch_init() instead.
7247
7248 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
7249
7250 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7251 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7252 (fixup_class_method_type): Likewise.
7253
7254 2002-05-15 Jim Blandy <jimb@redhat.com>
7255
7256 Add macro structures to GDB's symbol tables. Nobody puts anything
7257 in them yet.
7258 * symtab.h (struct symtab): New member: `macro_table'.
7259 * buildsym.h (pending_macros): New global variable.
7260 * buildsym.c: #include "macrotab.h".
7261 (buildsym_init): Initialize `pending_macros'.
7262 (end_symtab): If we found macro information while reading a CU's
7263 debugging info, do build a symtab structure for it. Make the
7264 symtab point to the macro information, and clear the
7265 `pending_macros' pointer which held it while we were reading the
7266 debug info.
7267 (really_free_pendings): Free any pending macro table.
7268 * objfiles.h (struct objfile): New member: `macro_cache'.
7269 * objfiles.c (allocate_objfile): Set allocate and free functions
7270 for the macro cache's objstack.
7271 (free_objfile): Empty the macro cache's obstack.
7272 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7273 set new allocate and free functions for it.
7274 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7275 free functions for the macro cache's objstack. (Why is this
7276 function building its own objfile?)
7277 * symmisc.c (print_objfile_statistics): Print statistics on the
7278 macro bcache.
7279 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7280
7281 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7282
7283 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7284 (REGISTER_U_ADDR): Delete definition.
7285 (arm_register_u_addr): Delete declaration.
7286
7287 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
7288
7289 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7290 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7291
7292 2002-05-14 Andrew Cagney <ac131313@redhat.com>
7293
7294 * regcache.c (register_valid): Revise comments refering to "Not
7295 available" and "unavailable".
7296 * frame.c (frame_register_read): Ditto.
7297 * findvar.c (value_of_register): Ditto.
7298
7299 2002-05-15 Andrew Cagney <cagney@redhat.com>
7300
7301 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7302 (remote-sim.o): Update dependencies.
7303 (d10v-tdep.o): Specify dependencies.
7304 (sim_d10v_h): Define.
7305
7306 2002-05-14 Jim Blandy <jimb@redhat.com>
7307
7308 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7309 * macrotab.c (macro_lookup_inclusion, find_definition,
7310 new_macro_table): Same.
7311
7312 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7313 not `! strcmp ()'. This is a dubious improvement.
7314 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7315
7316 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7317 although it's not necessary, to avoid a warning.
7318
7319 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7320
7321 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7322 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7323 TYPE_INSTANCE_FLAGS.
7324 (struct main_type): New.
7325 (struct type): Move most members to struct main_type. Change
7326 cv_type and as_type to new type_chain member. Add instance_flags.
7327 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7328 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7329 (finish_cv_type): Remove prototype.
7330 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7331 Set TYPE_CHAIN.
7332 (alloc_type_instance): New function.
7333 (smash_type): New function.
7334 (make_pointer_type, make_reference_type, make_function_type)
7335 (smash_to_member_type, smash_to_method_type): Call smash_type.
7336 (make_qualified_type): New function.
7337 (make_type_with_address_space): Call make_qualified_type.
7338 (make_cv_type): Likewise.
7339 (finish_cv_type): Remove unnecessary function.
7340 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7341 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7342 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7343 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7344 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7345 * hpread.c (hpread_read_struct_type): Likewise.
7346 * stabsread.c (read_struct_type): Likewise.
7347
7348 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
7349
7350 * configure.tgt: Add a catch all sh* target, for cases like
7351 sh[2,3,4]-elf and sh-hms.
7352
7353 2002-05-14 Keith Seitz <keiths@redhat.com>
7354
7355 * event-loop.c (create_file_handler): Don't do anything but
7356 update data when we are given a fd which we are already
7357 monitoring.
7358
7359 2002-05-14 Michal Ludvig <mludvig@suse.cz>
7360
7361 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7362 (update_context): Use __func__ in warnings.
7363
7364 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7365
7366 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7367 and tcp_close to net_open and net_close.
7368 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7369 using UDP if requested. Don't try to disable Nagle on UDP
7370 sockets.
7371 * remote.c (remote_serial_open): New function. Warn about UDP.
7372 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7373
7374 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7375
7376 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7377
7378 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
7379
7380 * configure.tgt: Remove sh-hms target.
7381 * MAINTAINERS: Don't list sh-hms as a separate target.
7382
7383 2002-05-13 Jim Blandy <jimb@redhat.com>
7384
7385 Add first preprocessor macro-expansion files.
7386 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7387 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7388 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7389 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7390 (COMMON_OBS): Add macrotab.o, macroexp.o.
7391 (macroexp.o, macrotab.o): New rules.
7392
7393 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7394
7395 * config/m88k/tm-m88k.h: Update copyright.
7396 (m88k_target_write_pc): Declare
7397 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7398 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7399 (SHIFT_INST_REGS): Update definition.
7400 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7401 using old definition of TARGET_WRITE_PC.
7402 * regcache.c (generic_target_write_pc): Delete code handling
7403 NNPC_REGNUM.
7404 * gdbarch.sh (NNPC_REGNUM): Delete.
7405 * gdbarch.h, gdbarch.c: Regenerate.
7406
7407 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7408
7409 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7410 builtin reg number.
7411
7412 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7413
7414 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7415 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7416 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7417 access macros.
7418 * c-typeprint.c (cp_type_print_method_args): Likewise.
7419 (c_type_print_args): Likewise.
7420 * d10v-tdep.c (d10v_push_arguments): Likewise.
7421 (d10v_extract_return_value): Likewise.
7422 * expprint.c (print_subexp): Likewise.
7423 * gdbtypes.c (lookup_primitive_typename): Likewise.
7424 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7425 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7426 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7427 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7428 (TYPE_VECTOR): Likewise.
7429 * hpread.c (hpread_read_struct_type)
7430 (fix_static_member_physnames, fixup_class_method_type)
7431 (hpread_type_lookup): Likewise.
7432 * mdebugread.c (parse_symbol, parse_type): Likewise.
7433 * p-lang.c (is_pascal_string_type): Likewise.
7434 * valops.c (hand_function_call): Likewise.
7435 * x86-64-tdep.c (classify_argument): Likewise.
7436
7437 * hpread.c (hpread_read_function_type)
7438 (hpread_read_doc_function_type): Call replace_type.
7439 * dstread.c (create_new_type): Delete.
7440 (decode_dst_structure, process_dst_function): Call alloc_type.
7441 Use type access macros.
7442
7443 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7444
7445 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7446 the're not supported by the current architecture.
7447 (i387_fill_fxsave): Likewise.
7448
7449 2002-05-12 Fred Fish <fnf@redhat.com>
7450
7451 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7452 sect_index_xxx members to index the first slot in section_offsets
7453 if all of the section_offsets are zero.
7454
7455 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7456
7457 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7458 checked in with last change.
7459
7460 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7461
7462 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7463 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7464 config.sub.
7465
7466 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7467
7468 * Makefile.in: Update dependencies.
7469
7470 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7471
7472 * language.c (local_hex_string_custom): Simplify. Do not depend
7473 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7474
7475 * memattr.c (mem_info_command): Replace calls to
7476 longest_local_hex_string and longest_local_hex_string_custom.
7477 * buildsym.c (make_blockvector): Ditto.
7478 * solib.c (info_sharedlibrary_command): Ditto.
7479 * tracepoint.c (tracepoints_info): Ditto.
7480 * symtab.c (print_msymbol_info): Ditto.
7481
7482 * language.c (local_hex_string): Delete.
7483 (local_hex_string_custom): Delete.
7484 (longest_local_hex_string): Rename to local_hex_string.
7485 (longest_local_hex_string_custom): Rename to
7486 local_hex_string_custom.
7487 * language.h (local_hex_string): Change parameter type to LONGEST.
7488 (local_hex_string_custom): Ditto.
7489 (longest_local_hex_string): Delete declaration.
7490 (longest_local_hex_string_custom): Ditto.
7491
7492 * solib.c: Update copyright.
7493 * memattr.c: Update copyright.
7494
7495 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7496
7497 * arch-utils.h (legacy_register_to_value): Declare.
7498 (legacy_value_to_register): Declare.
7499 (legacy_convert_register_p): Declare.
7500 * arch-utils.c (legacy_register_to_value): New function.
7501 (legacy_value_to_register): New function.
7502 (legacy_convert_register_p): New function.
7503
7504 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7505 (VALUE_TO_REGISTER): Define.
7506 (CONVERT_REGISTER_P): Define.
7507 * gdbarch.h, gdbarch.c: Regenerate.
7508
7509 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7510 VALUE_TO_REGISTER.
7511 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7512 CONVERT_REGISTER_P.
7513
7514 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7515 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7516
7517 * Makefile.in: Update dependencies for valops.c.
7518 * valops.c: Include "gdb_assert.h".
7519 (typecmp): Skip THIS parameter to methods.
7520 (find_method_list): Remove static_memfuncp argument,
7521 update callers. Check for stub methods.
7522 (find_value_oload_method_list): Don't set *static_memfuncp.
7523 (find_overload_match): Don't check for stub methods. Assert
7524 that methods are not stubbed. Handle static methods.
7525 (value_find_oload_method_list): Remove static_memfuncp argument.
7526 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7527 to the argument list for static stub methods.
7528 * value.h (value_find_oload_method_list): Update prototype.
7529
7530 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7531
7532 * arch-utils.h (generic_register_size): Declare.
7533 (generic_register_raw_size, generic_register_virtual_size): Delete
7534 declarations.
7535 * arch-utils.c (generic_register_raw_size): Delete.
7536 (generic_register_size): New function.
7537 (generic_register_virtual_size): Delete.
7538
7539 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7540 default generic_register_size.
7541 * gdbarch.h, gdbarch.c: Re-generate.
7542
7543 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7544 register_virtual_size.
7545 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7546 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7547
7548 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7549
7550 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7551 * gdbarch.h, gdbarch.c: Regenerate.
7552 * gnu-v3-abi.c: Update copyright.
7553 (vtable_address_point_offset): Update.
7554 (gnuv3_rtti_type): Update.
7555 (gnuv3_baseclass_offset): Update.
7556 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7557 (init_fetch_link_map_offsets): Update.
7558 * remote.c (get_remote_state): Update.
7559
7560 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7561
7562 * TODO: Remove value_headof/value_from_vtable_info comment.
7563 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7564 * values.c (value_headof, value_from_vtable_info): Delete.
7565 * value.h (value_from_vtable_info): Delete prototype.
7566
7567 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7568
7569 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7570 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7571 $(gdb_regex_h).
7572 (gdb_assert_h): Define.
7573 (gdb_wait_h): Define.
7574 (gdb_regex_h): Define.
7575
7576 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7577
7578 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7579 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7580
7581 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7582
7583 * nbsd-tdep.c: Fix comment.
7584
7585 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7586
7587 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7588 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7589 (nbsd-tdep.o): New dependency list.
7590 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7591 nbsd-tdep.h.
7592 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7593 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7594 * nbsd-tdep.c: New file.
7595 * nbsd-tdep.h: New file.
7596 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7597 nbsd-tdep.h.
7598 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7599 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7600 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7601 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7602
7603 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7604
7605 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7606 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7607 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7608 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7609 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7610 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7611
7612 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7613
7614 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7615 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7616 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7617 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7618 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7619 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7620 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7621
7622 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7623
7624 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7625 fetch_elfcore_registers to...
7626 * i386nbsd-tdep.c: ...here.
7627 (i386nbsd_use_struct_convention): Rename to...
7628 (i386nbsd_aout_use_struct_convention): ...this.
7629 (i386nbsd_supply_reg): New function.
7630 (i386nbsd_fill_reg): New function.
7631 (fetch_core_registers): Use i386nbsd_supply_reg.
7632 (fetch_elfcore_registers): Likewise.
7633 (_initialize_i386nbsd_tdep): New function.
7634 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7635 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7636 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7637 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7638 (i386nbsd_aout_use_struct_convention): ...this.
7639
7640 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7641
7642 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7643 (store_inferior_registers): Use shnbsd_fill_reg.
7644 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7645 sh_nbsd_supply_register): Collapse into...
7646 (shnbsd_supply_reg): ...this.
7647 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7648 (shnbsd_fill_reg): ...this.
7649 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7650 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7651 (fetch_core_registers): Use shnbsd_supply_reg.
7652 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7653 (sh_nbsd_core_fns): Rename to...
7654 (shnbsd_core_fns): ...this.
7655 (sh_nbsd_elfcore_fns): Rename to...
7656 (shnbsd_elfcore_fns): ...this.
7657 (sh_nbsd_init_abi): Rename to...
7658 (shnbsd_init_abi): ...this.
7659 (_initialize_sh_nbsd_tdep): Rename to...
7660 (_initialize_shnbsd_tdep): ...this.
7661 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7662 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7663 sh_nbsd_fill_register): Remove prototypes.
7664 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7665
7666 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7667
7668 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7669 (i387-nat.o): Delete dependency list.
7670 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7671 (x86-64-linux-nat.o): Likewise.
7672 * i387-nat.c: Delete file, moving contents to...
7673 * i387-tdep.c: ...here.
7674 * i387-nat.h: Rename...
7675 * i387-tdep.h: ...to this.
7676 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7677 * i386-linux-nat.c: Likewise.
7678 * i386bsd-nat.c: Likewise.
7679 * i386gnu-nat.c: Likewise.
7680 * i386nbsd-nat.c: Likewise.
7681 * i386v4-nat.c: Likewise.
7682 * x86-64-linux-nat.c: Likewise.
7683 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7684 * config/i386/go32.mh (NATDEPFILES): Likewise.
7685 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7686 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7687 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7688 * config/i386/linux.mh (NATDEPFILES): Likewise.
7689 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7690 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7691 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7692 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7693
7694 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7695
7696 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7697 (alphanbsd-nat.o): Remove dependency list.
7698 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7699 * alphanbsd-nat.c: Delete. Contents moved to...
7700 * alphanbsd-tdep.c: ...here.
7701 (_initialize_alphanbsd_tdep): Register core functions.
7702 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7703
7704 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7705
7706 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7707 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7708 (alphanbsd-nat.o): Likewise.
7709 (alphabsd-tdep.o): New dependency list.
7710 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7711 (fill_gregset): Use alphabsd_fill_reg.
7712 (supply_fpregset): Use alphabsd_supply_fpreg.
7713 (fill_fpregset): Use alphabsd_fill_fpreg.
7714 (fetch_inferior_registers): Use struct reg and struct fpreg
7715 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7716 and alphabsd_supply_fpreg.
7717 (store_inferior_registers): Use struct reg and struct fpreg
7718 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7719 and alphabsd_fill_fpreg.
7720 * alphabsd-tdep.c: New file.
7721 * alphabsd-tdep.h: New file.
7722 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7723 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7724 alphabsd_supply_fpreg.
7725 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7726 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7727
7728 2002-05-11 Eric Christopher <echristo@redhat.com>
7729
7730 * mips-tdep.c (mips_double_register_type): Fix thinko.
7731 (mips_single_register_type): Ditto.
7732 * MAINTAINERS: Add self.
7733
7734 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7735
7736 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7737 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7738 right thing on architectures with different endianness and/or
7739 integer sizes.
7740
7741 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7742
7743 From Christian Limpach <chris@Pin.LU>
7744 * configure.in: Change sed expression which comments out
7745 NATDEPFILES to also comment out continuation lines.
7746 * configure: Regenerate.
7747
7748 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7749
7750 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7751 big patch.
7752
7753 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7754
7755 * sh-tdep.c: Include correct file.
7756
7757 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7758
7759 New support for sh64-elf (sh5) target.
7760
7761 * configure.tgt: For sh64-elf target, default to sh-elf.
7762
7763 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7764 (struct gdbarch_tdep): Add new fields for new registers and ABI
7765 info.
7766
7767 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7768 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7769 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7770 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7771 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7772 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7773 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7774 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7775 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7776 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7777 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7778 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7779 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7780 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7781 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7782 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7783 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7784 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7785 sign_extend, sh64_nofp_frame_init_saved_regs,
7786 sh64_init_extra_frame_info, sh64_get_saved_register,
7787 sh64_extract_struct_value_address, sh64_pop_frame,
7788 sh64_push_arguments, sh64_extract_return_value,
7789 sh64_store_return_value, sh64_show_media_regs,
7790 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7791 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7792 sh_sh64_register_virtual_type,
7793 sh_sh64_register_convert_to_virtual,
7794 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7795 sh64_register_read, sh64_pseudo_register_write,
7796 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7797 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7798 sh64_do_pseudo_register, sh_compact_do_registers_info,
7799 sh64_do_registers_info, sh_gdbarch_init): New functions.
7800
7801 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7802
7803 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7804
7805 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7806
7807 * linespec.c (decode_line_1): Check for a double quote after
7808 a filename correctly.
7809
7810 2002-05-10 Jim Blandy <jimb@redhat.com>
7811
7812 Properly track the size of the current objfile's .debug_line section.
7813 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7814 (DWARF_LINE_SIZE): New macro.
7815 (dwarf2_build_psymtabs_hard): Record the line section's size in
7816 the partial symbol table.
7817 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7818 symbol table.
7819
7820 2002-05-10 Petr Sorfa <petrs@caldera.com>
7821
7822 * ia64-tdep.c: Handle breakpoints on L instruction type
7823 in MLX instruction bundle by moving the breakpoint to
7824 the third slot (X instruction type) as L holds only data.
7825
7826 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7827
7828 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7829 (process_one_symbol): Complain about discarding local symbols
7830 due to a misplaced N_LBRAC entry.
7831
7832 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7833
7834 From Daniel Berlin <dan@cgsoftware.com>
7835 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7836 decrease the depth we are at, in the case of templates.
7837
7838 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * mips-tdep.c (mips_float_register_type): New function.
7841 (mips_double_register_type): New function.
7842 (mips_print_register): Use them.
7843 (do_fp_register_row): Likewise.
7844
7845 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7846
7847 * signals/signals.c (signals): Remove conditional compilation around
7848 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7849 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7850
7851 2002-05-09 Michael Snyder <msnyder@redhat.com>
7852
7853 * remote-rdp.c (remote_rdp_can_run): Remove.
7854
7855 2002-05-09 Tom Tromey <tromey@redhat.com>
7856
7857 * jv-valprint.c (java_val_print): Handle `char' as a special case
7858 of TYPE_CODE_INT.
7859
7860 2002-05-09 Michael Snyder <msnyder@redhat.com>
7861
7862 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7863 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7864 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7865 str r(0123),[sp,#nn].
7866 (arm_skip_prologue): Ditto. Also make disassembly
7867 order-independent by placing it in a loop.
7868
7869 2002-05-06 Michael Snyder <msnyder@redhat.com>
7870
7871 * stabsread.c (read_type): Add recognition for new attribute:
7872 "@V;" means that an array type is actually a vector.
7873 This is analogous to the vector flag that's been added to dwarf2.
7874
7875 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7876
7877 * i386-tdep.h (i386_abi): New enum.
7878 (struct gdbarch_tdep): Replace os_ident member with abi.
7879 (i386_gdbarch_register_os_abi): New prototype.
7880 * i386-tdep.c (i386_abi_names): New array.
7881 (process_note_abi_tag_sections): Removed.
7882 (process_note_sections): New function.
7883 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7884 (struct i386_abi_handler): New struct.
7885 (i386_abi_handler_list): New variable.
7886 (i386_gdbarch_register_os_abi): New function.
7887 (i386_gdbarch_init): Adapt for the changes given above.
7888
7889 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7890
7891 * gregset.h: Say "GNU/Linux".
7892
7893 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7894
7895 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7896 (build_gdbtypes): Build builtin_type_v2_float.
7897 (_initialize_gdbtypes): Register new builtin type.
7898
7899 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7900
7901 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7902 (clear_gdbarch_swap): New function.
7903 (initialize_non_multiarch): Call.
7904 (gdbarch_update_p): Before calling init(), swap out and clear the
7905 existing architecture.
7906 * gdbarch.c: Regenerate.
7907
7908 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7909
7910 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7911 alphanbsd-tdep.c.
7912
7913 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7914
7915 * sh-nbsd-nat.c: Rename to...
7916 * shnbsd-nat.c: ...this.
7917 * sh-nbsd-tdep.c: Rename to...
7918 * shnbsd-tdep.c: ...this.
7919 * sh-nbsd-tdep.h: Rename to...
7920 * shnbsd-tdep.h: ...this.
7921 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7922 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7923
7924 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7925
7926 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7927 concatenation for command help messages.
7928
7929 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7930
7931 * NEWS: Note new sh*-*-netbsdelf* configuration.
7932 * configure.host: Set gdb_host_cpu to sh for all sh*.
7933 (sh*-*-netbsdelf*): New host.
7934 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7935 (sh*-*-netbsdelf*): New target.
7936 * sh-nbsd-nat.c: New file.
7937 * sh-nbsd-tdep.c: New file.
7938 * sh-nbsd-tdep.h: New file.
7939 * config/sh/nbsd.mh: New file.
7940 * config/sh/nbsd.mt: New file.
7941 * config/sh/nm-nbsd.h: New file.
7942 * config/sh/tm-nbsd.h: New file.
7943
7944 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7945
7946 * sh-tdep.c (sh_osabi_names): Declare.
7947 (process_note_abi_tag_sections): New function.
7948 (get_elfosabi): Ditto.
7949 (sh_gdbarch_register_os_abi): Ditto.
7950 (sh_dump_tdep): Ditto.
7951 _initialize_sh_tdep): Use gdbarch_register to register
7952 sh_gdbarch_init and sh_dump_tdep.
7953 * config/sh/tm-sh.h (sh_osabi): Declare.
7954 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7955
7956 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7957
7958 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7959 (thumb_scan_prologue): Ditto.
7960 (arm_find_callers_reg): Ditto.
7961 (arm_frame_chain): Ditto.
7962 (arm_init_extra_frame_info): Ditto.
7963 (arm_frame_saved_pc): Ditto.
7964 (arm_pop_frame): Ditto.
7965 (arm_push_return_address): New function.
7966 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7967 call_dummy_location, call_dummy_breakpoint_offset_p,
7968 call_dummy_breakpoint_offset, call_dummy_p,
7969 call_dummy_stack_adjust_p, call_dummy_words,
7970 sizeof_call_dummy_words, call_dummy_start_offset,
7971 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7972 call_dummy_address, push_return_address and push_dummy_frame for
7973 generic dummy frames.
7974
7975 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7976
7977 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7978 size computation for alloca.
7979 (sh_fp_frame_init_saved_regs): Likewise.
7980
7981 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7982
7983 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7984 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7985 * arm-tdep.c (arm_store_return_value): Use them.
7986 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7987 * remote-rdp.c (remote_rdp_fetch_register): Use
7988 ARM_MAX_REGISTER_RAW_SIZE.
7989 (remote_rdp_store_register): Likewise.
7990
7991 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7992
7993 * dwarf2cfi.c: Code cleanup, removed unused variables,
7994 added default labels to switch {} statements.
7995 * x86-64-tdep.c: Ditto.
7996 * x86-64-linux-nat.c: Ditto.
7997
7998 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7999
8000 * solib.h: Protect against multiple inclusion.
8001
8002 2002-05-06 Jim Blandy <jimb@redhat.com>
8003
8004 Add first preprocessor macro-expansion files.
8005 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8006 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8007 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8008 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8009 (COMMON_OBS): Add macrotab.o, macroexp.o.
8010 (macroexp.o, macrotab.o): New rules.
8011
8012 Separate the job of reading the line number info statement program
8013 header (...expialidocious) out into its own function.
8014 * dwarf2read.c (struct line_head, struct filenames, struct
8015 directories): Replace with...
8016 (struct line_header): New structure, containing the full
8017 contents of the statement program header, including the
8018 include directory and file name tables.
8019 (read_file_scope): If we have line number info, instead of just
8020 calling dwarf_decode_lines to do all the work, call
8021 dwarf_decode_line_header first to get a `struct line_header'
8022 containing the data in the statement program header, and then
8023 pass that to dwarf_decode_lines, which will pick up where that
8024 left off. Be sure to clean up the `struct line_header' object.
8025 (dwarf_decode_line_header, free_line_header, add_include_dir,
8026 add_file_name): New functions.
8027 (dwarf_decode_lines): Move all the code to read the statement
8028 program header into dwarf_decode_line_header. Take the line
8029 header it built as the first argument, instead of the offset to
8030 the compilation unit's line number info. Use the new `struct
8031 line_header' type instead of the old structures. No need to do
8032 cleanups here now, since we don't allocate anything.
8033 (dwarf2_statement_list_fits_in_line_number_section,
8034 dwarf2_line_header_too_long): New complaints.
8035
8036 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
8037
8038 * gdbtypes.c (init_vector_type): New function.
8039 (build_builtin_type_vec128): Simplify the representation of SIMD
8040 registers.
8041 (build_gdbtypes): Initialize new builtin vector types.
8042 (_initialize_gdbtypes): Register new vector types with gdbarch.
8043 (builtin_type_v4_float, builtin_type_v4_int32,
8044 builtin_type_v8_int16, builtin_type_v16_int8,
8045 builtin_type_v2_int32, builtin_type_v4_int16,
8046 builtin_type_v8_int8): New (renamed) SIMD types.
8047
8048 2002-05-06 Mark Kettenis <kettenis@gnu.org>
8049
8050 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8051 (i387_fill_fxsave): Likewise.
8052
8053 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8054
8055 * alpha-tdep.c (alpha_extract_return_value): Don't use
8056 non-constant array size in prototype.
8057
8058 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8059
8060 From Brian Taylor <briant at model dot com>:
8061 * ui-out.c (ui_out_field_core_addr): Use the function
8062 longest_local_hex_string_custom'to format addresses > 32 bits
8063 wide.
8064
8065 * ui-out.c (ui_out_field_core_addr): Update comment.
8066
8067 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8068
8069 * stack.c (select_and_print_frame): Make static. Delete the
8070 parameter `level'.
8071 (func_command): Update call.
8072 (select_frame_command): Delete code computing the frame level.
8073 * frame.h (select_and_print_frame): Delete declaration.
8074
8075 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8076
8077 * sparc-tdep.c (sparc_get_saved_register): Comment why
8078 get_prev_frame call is safe.
8079
8080 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8081
8082 * frame.h (select_frame): Delete level parameter.
8083 * stack.c (select_frame): Update. Use frame_relative_level to
8084 obtain the frame's level.
8085 (select_and_print_frame): Update call.
8086 (select_frame_command): Ditto.
8087 (up_silently_base): Ditto.
8088 (down_silently_base): Ditto.
8089 * ocd.c (ocd_start_remote): Ditto.
8090 * remote-rdp.c (remote_rdp_open): Ditto.
8091 * remote-mips.c (mips_initialize): Ditto.
8092 (common_open): Ditto.
8093 * remote-e7000.c (e7000_start_remote): Ditto.
8094 * m3-nat.c (select_thread): Ditto.
8095 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8096 (child_get_current_exception_event): Ditto.
8097 * varobj.c (varobj_create): Ditto.
8098 (varobj_update): Ditto.
8099 (c_value_of_root): Ditto.
8100 * tracepoint.c (finish_tfind_command): Ditto.
8101 * corelow.c (core_open): Ditto.
8102 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8103 * thread.c (info_threads_command): Ditto.
8104 (switch_to_thread): Ditto.
8105 * infrun.c (normal_stop): Ditto.
8106 (restore_selected_frame): Ditto.
8107 (restore_inferior_status): Ditto.
8108 * breakpoint.c (insert_breakpoints): Ditto.
8109 (watchpoint_check): Ditto.
8110 (bpstat_stop_status): Ditto.
8111 (do_enable_breakpoint): Ditto.
8112 * blockframe.c (flush_cached_frames): Ditto.
8113 (reinit_frame_cache): Ditto.
8114
8115 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8116
8117 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8118 maintainer.
8119
8120 2002-05-04 Jim Blandy <jimb@redhat.com>
8121
8122 * gdbtypes.c (replace_type): Doc fix.
8123
8124 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8125
8126 * valprint.c (strcat_longest): Delete commented out function.
8127 Update copyright.
8128
8129 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8130
8131 * MAINTAINERS: Mark a29k as deleted.
8132 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8133 Move new configurations to the top.
8134 * configure.tgt: Remove a29k.
8135 * config/a29k/tm-vx29k.h: Delete.
8136 * config/a29k/vx29k.mt: Delete.
8137 * config/a29k/tm-a29k.h: Delete.
8138 * config/a29k/a29k-udi.mt: Delete.
8139 * config/a29k/a29k.mt: Delete.
8140 * a29k-tdep.c: Delete.
8141 * remote-udi.c: Delete.
8142 * remote-mm.c: Delete.
8143 * remote-eb.c: Delete.
8144 * remote-adapt.c: Delete.
8145 * Makefile.in: Remove obsolete code.
8146 * config/s390/s390x.mt: Ditto.
8147 * config/s390/s390.mt: Ditto.
8148 * config/sparc/sparclynx.mh: Ditto.
8149 * config/sparc/linux.mh: Ditto.
8150 * config/pa/hppaosf.mh: Ditto.
8151 * config/pa/hppabsd.mh: Ditto.
8152 * config/ns32k/nbsd.mt: Ditto.
8153 * config/mips/vr5000.mt: Ditto.
8154 * config/m68k/sun3os4.mh: Ditto.
8155 * config/m68k/nbsd.mt: Ditto.
8156 * config/m68k/m68klynx.mh: Ditto.
8157 * config/m32r/m32r.mt: Ditto.
8158 * config/i386/x86-64linux.mt: Ditto.
8159 * config/i386/nbsdelf.mt: Ditto.
8160 * config/i386/nbsd.mt: Ditto.
8161 * config/i386/i386lynx.mh: Ditto.
8162
8163 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8164
8165 * target.c (debug_print_register): New function. Handle oversize
8166 registers.
8167 (debug_to_fetch_registers): Call.
8168 (debug_to_store_registers): Call.
8169
8170 2002-05-03 Jim Blandy <jimb@redhat.com>
8171
8172 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8173 (read_type): Doc fix.
8174 * gdbtypes.c (replace_type): Doc fix.
8175
8176 * stabsread.c (multiply_defined_struct): New complaint.
8177 (read_struct_type): If the type we were passed isn't empty, or
8178 incomplete, don't read the new struct type into it; complain,
8179 and return the original type unchanged. Take a new `type_code'
8180 argument, which is the type code for the new type.
8181 (read_type): Rather than storing the type's type code here, pass
8182 it as an argument to read_struct_type, and let that take care of
8183 storing it. That way, we don't overwrite the original type code,
8184 so read_struct_type can use it to decide whether we're overwriting
8185 something we shouldn't.
8186 (complain_about_struct_wipeout): New function.
8187
8188 2002-05-03 Andrew Cagney <ac131313@redhat.com>
8189
8190 * gdbarch.sh: Assert that gdbarch is non-NULL.
8191 * gdbarch.c: Regenerate.
8192
8193 2002-05-03 Jason Merrill <jason@redhat.com>
8194
8195 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8196 and return NULL.
8197
8198 2002-05-03 Michal Ludvig <mludvig@suse.cz>
8199
8200 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8201 (x86_64_dwarf2gdb_regno_map_length),
8202 (x86_64_dwarf2_reg_to_regnum): Added.
8203 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8204 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8205 (_initialize_x86_64_tdep): Synced with the change above.
8206 (x86_64_skip_prologue): Reformulated message.
8207
8208 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8209
8210 * f-exp.y: Also use new prev_lexptr variable
8211 to improve error reporting. Based on Michael Snyder
8212 2002-04-24 dated patch to c-exp.y.
8213 * jv-exp.y: Likewise.
8214 * m2-exp.y: Likewise.
8215
8216 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
8217
8218 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8219 we are dealing with vectors.
8220
8221 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8222
8223 * config/m68k/tm-nbsd.h: Obvious fix,
8224 correct machine name.
8225
8226 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8227
8228 * p-typeprint.c (pascal_type_print_base): Add support
8229 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8230
8231 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8232
8233 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8234 for fondamental pascal 'char' type.
8235
8236 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8237
8238 * p-lang.h (is_pascal_string_type): Declaration changed,
8239 new sixth argument of type char ** added.
8240 * p-lang.c (is_pascal_string_type): Implementation
8241 changed. Args length_pos, length_size, string_pos, char_size
8242 can now be NULL. New argument arrayname set to the field
8243 name of the char array. Return value set to char array
8244 field index plus one.
8245 * p-valprint.c (pascal_val_print): Adapt to new declaration of
8246 is_pascal_string_type function.
8247
8248 2002-05-02 Andrew Cagney <cagney@redhat.com>
8249
8250 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8251 <cagney@redhat.com> change.
8252 * gdbarch.c: Regenerate.
8253
8254 2002-05-02 Andrew Cagney <cagney@redhat.com>
8255
8256 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8257 before probing for a new one. Detect errorenous gdbarch_init
8258 functions.
8259 * gdbarch.c: Regenerate.
8260
8261 2002-05-01 Andrew Cagney <cagney@redhat.com>
8262
8263 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8264 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8265 * config/v850/tm-v850.h: Ditto. Update copyright.
8266
8267 2002-04-30 Andrew Cagney <ac131313@redhat.com>
8268
8269 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8270 current_gdbarch.
8271
8272 2002-04-30 Michael Snyder <msnyder@redhat.com>
8273
8274 * arm-tdep.c: Whitespace clean-ups.
8275 (arm_skip_prologue): Fix thinko; two lines
8276 should have been removed as part of 4/24 change.
8277
8278 2002-04-30 Kevin Buettner <kevinb@redhat.com>
8279
8280 * rs6000-tdep.c: Added comment describing how fpscr register
8281 numbers were chosen.
8282
8283 2002-04-30 Michael Snyder <msnyder@redhat.com>
8284
8285 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8286
8287 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8288
8289 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8290 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8291 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8292
8293 2002-04-29 Kevin Buettner <kevinb@redhat.com>
8294
8295 From Louis Hamilton <hamilton@redhat.com>:
8296 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8297 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8298 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8299 not bfd-private xcoff data, to determine wordsize.
8300 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8301
8302 2002-04-29 Andrew Cagney <ac131313@redhat.com>
8303
8304 GDB 5.2 released from 5.2 branch.
8305
8306 2002-04-29 Michal Ludvig <mludvig@suse.cz>
8307
8308 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8309 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8310 (x86_64_register_info_table): Added comments with register numbers.
8311
8312 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
8313
8314 * rs6000-tdep.c (rs6000_extract_return_value,
8315 rs6000_store_return_value): Handle returning vectors.
8316 (rs6000_gdbarch_init): Use
8317 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8318 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8319 New function.
8320 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8321 vectors.
8322 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8323 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
8324
8325 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8326
8327 * hpread.c (hpread_psymtab_to_symtab_1,
8328 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
8329 with fprintf_unfiltered (gdb_stderr,...).
8330
8331 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8332
8333 * remote-array.c (printf_monitor, write_monitor,
8334 array_insert_breakpoint, array_remove_breakpoint ):
8335 Replace fprintf (stderr,...
8336 with fprintf_unfiltered (gdb_stderr,....
8337 * remote-es.c: Likewise.
8338 * remote-os9k.c: Likewise.
8339 * remote-st.c: Likewise.
8340
8341 2002-04-28 Andreas Schwab <schwab@suse.de>
8342
8343 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8344 linux-proc.o and gcore.o.
8345
8346 2002-04-26 Michal Ludvig <mludvig@suse.cz>
8347
8348 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8349 code without frame pointers.
8350
8351 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8352
8353 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8354 ON_STACK is needed.
8355
8356 2002-04-26 Ben Elliston <bje@redhat.com>
8357
8358 * target.c (do_xfer_memory): Correct reference to the new option
8359 "trust-readonly-sections".
8360
8361 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
8362
8363 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8364 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8365 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8366 vectors.
8367 (read_array_type): Record the fact that this array type is really a
8368 vector (i.e. are passed in by value).
8369
8370 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8371
8372 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8373 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8374 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8375 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8376 * alpha-linux-tdep.c: Include frame.h.
8377 (alpha_linux_sigcontext_addr): New function.
8378 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8379 alpha_linux_sigcontext_addr.
8380 * alpha-osf1-tdep.c: Include gdbcore.h.
8381 (alpha_osf1_sigcontext_addr): New function.
8382 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8383 alpha_osf1_sigcontext_addr.
8384 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8385 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8386
8387 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8388
8389 * stack.c (selected_frame_level):
8390 (select_frame): Do not set selected_frame_level.
8391 * frame.h (selected_frame_level): Delete declaration.
8392
8393 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8394
8395 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8396 convert_from_func_ptr-addr when AIX / PowerOpen.
8397
8398 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8399
8400 * valops.c (hand_function_call): Call
8401 generic_save_call_dummy_addr.
8402 * frame.h (generic_save_call_dummy_addr): Declare.
8403 * blockframe.c (struct dummy_frame): Add fields call_lo and
8404 call_hi.
8405 (generic_find_dummy_frame): Check for PC in range call_lo to
8406 call_hi instead of entry_point_address.
8407 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8408 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8409 (generic_save_call_dummy_addr): New function.
8410
8411 2002-04-24 David S. Miller <davem@redhat.com>
8412
8413 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8414 sparc_skip_prologue.
8415 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8416 information to find prologue when possible.
8417 (sparc_prologue_frameless_p): Call examine_prologue directly.
8418 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8419 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8420 second argument.
8421 (SKIP_PROLOGUE): Likewise.
8422
8423 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8424
8425 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8426 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8427 indicate that the condition it was testing is always true.
8428 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8429 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8430 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8431
8432 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8433
8434 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8435 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8436 tdep->jb_pc and tdep->jb_elt_size.
8437 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8438 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8439 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8440 * alpha-nat.c (get_longjmp_target): Remove.
8441 (JB_ELEMENT_SIZE): Ditto.
8442 (JB_PC): Ditto.
8443 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8444 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8445 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8446 to alpha_get_longjmp_target.
8447 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8448 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8449 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8450
8451 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8452
8453 * README: Update to GDB 5.2.
8454
8455 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8456
8457 * gdbarch.sh (LC_ALL): Set to `c'.
8458
8459 2002-04-25 Theodore A. Roth <troth@verinet.com>
8460
8461 * avr-tdep.c: Ran through gdb_indent.sh.
8462
8463 2002-04-25 Theodore A. Roth <troth@verinet.com>
8464
8465 * MAINTAINERS: Add myself as AVR maintainer.
8466 * NEWS: Note new target avr.
8467
8468 2002-04-25 Theodore A. Roth <troth@verinet.com>
8469
8470 * Makefile.in: Add support for AVR target.
8471 * configure.tgt: Add support for AVR target.
8472 * avr-tdep.c: New file
8473 * config/avr/avr.mt: New file.
8474
8475 2002-04-25 Theodore A. Roth <troth@verinet.com>
8476
8477 * MAINTAINERS: Add myself to write-after-approval.
8478
8479 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8480
8481 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8482 with fprintf_unfiltered (gdb_stderr,....
8483
8484 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8485
8486 Fix PR gdb/508.
8487 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8488
8489 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8490
8491 * p-exp.y: Also use new prev_lexptr variable
8492 to improve error reporting. Based on Michael Snyder
8493 2002-04-24 dated patch to c-exp.y.
8494
8495 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8496
8497 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8498 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8499 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8500 to 0.
8501 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8502 and struct value.
8503 (FUNCTION_START_OFFSET): Remove.
8504 (BREAKPOINT): Ditto.
8505
8506 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8507
8508 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8509 * NEWS: Ditto.
8510
8511 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8512
8513 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8514 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8515 alpha_linux_pc_in_sigtramp.
8516 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8517 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8518 alpha_osf1_pc_in_sigtramp.
8519 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8520 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8521 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8522 alphafbsd_pc_in_sigtramp.
8523 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8524 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8525 alphanbsd_pc_in_sigtramp.
8526 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8527 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8528
8529 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8530
8531 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8532
8533 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8534
8535 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8536 alphanbsd-tdep.c.
8537 (alphanbsd-nat.o): New dependency list.
8538 (alphanbsd-tdep.o): Ditto.
8539 * NEWS: Note new native NetBSD/alpha configuration.
8540 * alphanbsd-nat.c: New file.
8541 * alphanbsd-tdep.c: Ditto.
8542 * configure.host (alpha*-*-netbsd*): New host.
8543 * configure.tgt (alpha*-*-netbsd*): New target.
8544 * config/alpha/nbsd.mh: New file.
8545 * config/alpha/nbsd.mt: Ditto.
8546 * config/alpha/nm-nbsd.h: Ditto.
8547 * config/alpha/tm-nbsd.h: Ditto.
8548
8549 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8550
8551 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8552 (alpha-osf1-tdep.o): New dependency list.
8553 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8554 and skip_sigtramp_frame members.
8555 * alpha-linux-tdep.c: Include gdbcore.h.
8556 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8557 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8558 * alpha-osf1-tdep.c: New file.
8559 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8560 alpha-osf1-dep.c.
8561 (alpha_frame_past_sigtramp_frame): New function.
8562 (alpha_dynamic_sigtramp_offset): Ditto.
8563 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8564 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8565 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8566 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8567 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8568 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8569 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8570 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8571 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8572 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8573 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8574 to find_solib_trampoline_target.
8575 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8576 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8577 (SKIP_TRAMPOLINE_CODE): Remove.
8578 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8579 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8580 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8581 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8582 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8583 (PROC_SIGTRAMP_MAGIC): Ditto.
8584 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8585 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8586 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8587 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8588 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8589
8590 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8591
8592 * NEWS: Note that Alpha targets are now multi-arch.
8593
8594 2002-04-24 Michael Snyder <msnyder@redhat.com>
8595
8596 * parser-defs.h (prev_lexptr): New external variable.
8597 * parse.c (parse_exp_1): Set prev_lexptr to null before
8598 calling the language-specific parser.
8599 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8600 (yyerror): Use prev_lexptr in error reporting.
8601
8602 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8603
8604 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8605 * gregset.h: If FILL_FPXREGSET is defined, provide
8606 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8607 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8608 is defined, call fill_fpxregset.
8609
8610 2002-04-24 Roland McGrath <roland@frob.com>
8611
8612 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8613 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8614 (supply_gregset, supply_fpregset): New functions.
8615
8616 * gnu-nat.c (gnu_find_memory_regions): New function.
8617 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8618 (gnu_xfer_memory): Add a cast.
8619
8620 2002-04-24 Michael Snyder <msnyder@redhat.com>
8621
8622 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8623 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8624 of argument regs ("str r(0123), [r11, #-nn"]).
8625 (arm_skip_prologue): Better handling for frameless functions.
8626 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8627 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8628
8629 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8630
8631 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8632 NUM_PSEUDO_REGS can be used.
8633
8634 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8635
8636 * arch-utils.h: Update copyright.
8637
8638 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8639 * gdbarch.h, gdbarch.c: Re-generate.
8640
8641 * inferior.h (IN_SIGTRAMP): Delete definition.
8642 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8643 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8644
8645 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8646 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8647 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8648 (find_proc_framesize): Ditto.
8649 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8650 (alpha_init_extra_frame_info): Ditto.
8651 * infrun.c (handle_inferior_event): Ditto.
8652 (handle_inferior_event): Ditto.
8653 (check_sigtramp2): Ditto.
8654 * blockframe.c (create_new_frame): Ditto.
8655 (get_prev_frame): Ditto.
8656 * ppc-linux-tdep.c: Update comments.
8657 * i386-linux-tdep.c: Update comments.
8658 * breakpoint.c (bpstat_what): Update comment.
8659
8660 2002-04-24 David S. Miller <davem@redhat.com>
8661
8662 * i960-tdep.c (register_in_window_p): New function.
8663 (i960_find_saved_register): Use it instead of
8664 REGISTER_IN_WINDOW_P.
8665 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8666
8667 * symtab.h (find_stab_function_addr): Kill extern.
8668 * minsyms.c (find_stab_function_addr): Remove from here...
8669 * dbxread.c: ... to here, and mark it static.
8670
8671 2002-04-20 David S. Miller <davem@redhat.com>
8672
8673 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8674 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8675
8676 2002-04-21 David S. Miller <davem@redhat.com>
8677
8678 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8679 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8680 (vx_write_register): Likewise.
8681
8682 2002-04-23 J. Brobecker <brobecker@gnat.com>
8683
8684 * source.c (is_regular_file): New function.
8685 (openp): Check wether file to open is a regular file
8686 to avoid opening directories.
8687
8688 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8689
8690 * findvar.c (extract_signed_integer): Cast printf argument
8691 to suppress format warning.
8692 (extract_unsigned_integer): Likewise.
8693 * infcmd.c (registers_info): Likewise.
8694 * top.c (get_prompt_1): Likewise.
8695 * valops.c (value_assign): Likewise.
8696 * valprint.c (print_decimal): Likewise.
8697
8698 2002-04-22 H.J. Lu (hjl@gnu.org)
8699
8700 * c-exp.y (typebase): Support
8701
8702 [long|long long|short] [signed|unsigned] [int|]
8703
8704 and
8705
8706 signed [long|long long|short] int
8707
8708 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8709
8710 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8711 and vax-tdep.h.
8712 * vax-tdep.h: New file.
8713 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8714 Make several routines static.
8715 (vax_get_saved_register): New function.
8716 (vax_gdbarch_init): New function.
8717 (_initialize_vax_tdep): Register vax_gdbarch_init.
8718 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8719 Remove macros now under the control of gdbarch.
8720
8721 2002-04-22 Michael Snyder <msnyder@redhat.com>
8722
8723 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8724 Some whitespace and coding standards tweaks.
8725
8726 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8727
8728 * vax-tdep.c: Include regcache.h.
8729 (vax_call_dummy_words): New.
8730 (sizeof_vax_call_dummy_words): New.
8731 (vax_fix_call_dummy): New function.
8732 (vax_saved_pc_after_call): Ditto.
8733 * config/vax/tm-vax.h: Don't include regcache.h.
8734 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8735 (CALL_DUMMY): Remove.
8736 (CALL_DUMMY_WORDS): Define.
8737 (SIZEOF_CALL_DUMMY_WORDS): Define.
8738 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8739
8740 2002-04-18 Michael Snyder <msnyder@redhat.com>
8741
8742 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8743
8744 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8745
8746 * vax-tdep.c (vax_frame_chain): New function.
8747 (vax_push_dummy_frame): Ditto.
8748 (vax_pop_frame): Ditto.
8749 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8750 (FRAMELESS_FUNCTION_INVOCATION): Use
8751 generic_frameless_function_invocation_not.
8752 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8753 (POP_FRAME): Use vax_pop_frame.
8754
8755 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8756
8757 * vax-tdep.c (vax_store_struct_return): New function.
8758 (vax_extract_return_value): Ditto.
8759 (vax_store_return_value): Ditto.
8760 (vax_extract_struct_value_address): Ditto.
8761 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8762 vax_store_struct_return.
8763 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8764 (STORE_RETURN_VALUE): Use vax_store_return_value.
8765 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8766
8767 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8768
8769 * vax-tdep.c (vax_frame_saved_pc): New function.
8770 (vax_frame_args_address_correct): Ditto.
8771 (vax_frame_args_address): Ditto.
8772 (vax_frame_locals_address): Ditto.
8773 (vax_frame_num_args): Move code to be in proximity to
8774 other frame-related functions.
8775 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8776 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8777 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8778 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8779 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8780
8781 2002-04-22 H.J. Lu (hjl@gnu.org)
8782
8783 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8784 includedir.
8785
8786 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8787
8788 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8789 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8790 (FRAME_INIT_SAVED_REGS): New macro.
8791
8792 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8793
8794 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8795
8796 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8797
8798 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8799 where needed.
8800 (fetch_osf_core_registers): Likewise.
8801 (supply_gregset): Likewise.
8802
8803 2002-04-22 J. Brobecker <brobecker@gnat.com>
8804
8805 * symfile.h (get_section_index): Define.
8806 * symfile.c (get_section_index): New function.
8807 * mdebugread.c (SC_IS_SBSS): New macro.
8808 (SC_IS_BSS): Return true for the scBss storage class only, as
8809 the scSBss storage class refers to the .sbss section.
8810 (parse_partial_symbols): Discard the symbols which associated
8811 section does not exist.
8812 Make sure to use the .sbss section index for symbols which
8813 storage class is scBss, rather than using the .bss section index.
8814
8815 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8816
8817 * vax-tdep.c: Update copyright years.
8818 (vax_register_name): New function.
8819 (vax_register_byte): Ditto.
8820 (vax_register_raw_size): Ditto.
8821 (vax_register_virtual_size): Ditto.
8822 (vax_register_virtual_type): Ditto.
8823 * config/vax/tm-vax.h: Update copyright years.
8824 (REGISTER_NAMES): Remove.
8825 (REGISTER_NAME): Define.
8826 (REGISTER_BYTE): Use vax_register_byte.
8827 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8828 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8829 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8830
8831 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8832
8833 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8834 declaration
8835 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8836
8837 2002-04-21 David S. Miller <davem@redhat.com>
8838
8839 * arch-utils.c (generic_prologue_frameless_p): Kill
8840 SKIP_PROLOGUE_FRAMELESS_P code.
8841 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8842 references.
8843 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8844 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8845 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8846 references.
8847 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8848 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8849 (sparc_gdbarch_init): Pass it to
8850 set_gdbarch_prologue_frameless_p.
8851
8852 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8853
8854 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8855 (alphabsd-nat.o): New dependency list.
8856
8857 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8858
8859 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8860 alphafbsd-tdep.c.
8861 (alpha-linux-tdep.o): New dependency list.
8862 (alphafbsd-tdep.o): Likewise.
8863
8864 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8865
8866 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8867 to here...
8868 * alpha-tdep.c: ...from here.
8869 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8870
8871 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8872
8873 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8874 prototype from here...
8875 * alpha-tdep.h: ...to here.
8876
8877 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8878
8879 * frame.h (selected_frame_level): Document as deprecated.
8880 (frame_relative_level): Declare.
8881 * stack.c (frame_relative_level): New function.
8882 (selected_frame_level): Document as deprecated.
8883 (select_frame): Do not set the selected_frame_level.
8884
8885 * stack.c (frame_info, record_selected_frame): Update.
8886 (frame_command, current_frame_command): Update.
8887 (up_silently_base, up_command, down_silently_base): Update.
8888 (down_command): Update.
8889 * inflow.c (kill_command): Update.
8890 * tracepoint.c (finish_tfind_command): Update.
8891 * corelow.c (core_open): Update.
8892 * thread.c (info_threads_command): Update.
8893 (do_captured_thread_select): Update.
8894 * infcmd.c (finish_command): Update.
8895 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8896
8897 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8898
8899 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8900
8901 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8902
8903 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8904 type const.
8905
8906 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8907
8908 * alphafbsd-tdep.c: Update copyright years. Include
8909 alpha-tdep.h.
8910 (alphafbsd_use_struct_convention): Make static.
8911 (alphafbsd_init_abi): New function.
8912 (_initialize_alphafbsd_tdep): New function.
8913 * config/alpha/tm-fbsd.h: Update copyright years.
8914 (USE_STRUCT_CONVENTION): Remove.
8915
8916 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8917
8918 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8919 an Alpha ABI variant.
8920 (alpha_abi_handler_list): Declare.
8921 (alpha_gdbarch_register_os_abi): New function.
8922 (alpha_gdbarch_init): Give registered ABI variant handlers a
8923 chance to tweak the gdbarch once we have set up defaults.
8924 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8925
8926 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8927
8928 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8929 to standard_coerce_float_to_double.
8930 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8931
8932 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8933
8934 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8935 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8936 from gdbarch_tdep rather than a constant.
8937 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8938 the default text address for all Alpha Unix ABIs.
8939 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8940 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8941
8942 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8943
8944 * alpha-tdep.h: New file. Includes several Alpha target constants
8945 taken from...
8946 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8947 let gdbarch deal with.
8948 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8949 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8950 to dependency list.
8951 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8952 Alpha target register names.
8953 * alphabsd-nat.c: Likewise.
8954 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8955 Alpha target register names. Make serveral routines static.
8956 (alpha_get_saved_register): New function.
8957 (alpha_abi_names): New.
8958 (process_note_abi_tag_sections): New function.
8959 (get_elfosabi): New function.
8960 (alpha_gdbarch_init): New function.
8961 (alpha_dump_tdep): New function.
8962 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8963
8964 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8965
8966 * frame.c (find_saved_register): Delete #ifdef
8967 HAVE_REGISTER_WINDOWS code.
8968 * config/sparc/tm-sparc.h: Update comments.
8969 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8970
8971 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8972
8973 * i960-tdep.c (i960_find_saved_register): New function.
8974 (i960_get_saved_register): New function.
8975 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8976 (i960_get_saved_register): Declare.
8977 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8978
8979 2002-04-20 David S. Miller <davem@redhat.com>
8980
8981 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8982
8983 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8984
8985 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8986 instead of NUM_PSEUDO_REGS.
8987
8988 2002-04-20 David S. Miller <davem@redhat.com>
8989
8990 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8991 GDB_MULTI_ARCH_PARTIAL
8992 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8993 define, let tm-sp64.h do it.
8994
8995 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8996
8997 * frame.c (find_saved_register): Avoid a NULL pointer
8998 dereference and actually walk the frame list.
8999
9000 2002-04-20 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9003 sorted in most most-recent-used order. Document.
9004 * gdbarch.h, gdbarch.c: Regenerate.
9005
9006 2002-04-19 Andrew Cagney <ac131313@redhat.com>
9007
9008 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9009 instead of ->prev.
9010 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9011 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9012 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9013 instead of ->prev.
9014
9015 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
9016
9017 Fix PR gdb/471.
9018 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9019 (build_builtin_type_vec128): Ditto.
9020 (append_composite_type_field): Fix calculation of type length in
9021 union case.
9022
9023 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9024
9025 * config/djgpp/README: Update.
9026
9027 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9028 compiler warnings.
9029
9030 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9031
9032 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9033 (alpha_setup_arbitrary_frame): ...to this.
9034 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9035 for alpha_setup_arbitrary_frame.
9036
9037 2002-04-18 Andrew Cagney <cagney@redhat.com>
9038
9039 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9040 * gdbarch.h, gdbarch.c: Regenerate.
9041
9042 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9043 * target.h (memory_breakpoint_from_pc): Update declaration.
9044 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9045
9046 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9047 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9048 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9049 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9050 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9051 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9052 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9053 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9054 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9055 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9056 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9057 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9058
9059 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9060 const pointer.
9061 * monitor.c (monitor_insert_breakpoint): Ditto.
9062 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9063
9064 * config/mcore/tm-mcore.h: Update copyright.
9065 * mem-break.c: Ditto.
9066 * xstormy16-tdep.c: Ditto.
9067
9068 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9069
9070 * p-exp.y: Add precedence rule for '^' token.
9071 This removes the shift/reduce conflicts.
9072 Remove the comment concerning these shift/reduce conflicts.
9073
9074 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
9075
9076 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9077 (registers_powerpc_nofp): New register set for processors
9078 without floating point unit.
9079
9080 2002-04-18 David S. Miller <davem@redhat.com>
9081
9082 * MAINTAINERS: Add myself to write-after-approval.
9083
9084 2002-04-17 Michael Snyder <msnyder@redhat.com>
9085
9086 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9087
9088 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9089
9090 * rs6000-tdep.c (frame_initial_stack_address): Use
9091 frame_register_read to read the alloca_reg.
9092
9093 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9094
9095 * frame.c (find_saved_register): Find saved registers in the next
9096 not prev frame.
9097 Fix PR gdb/365.
9098
9099 2002-04-17 Andrew Cagney <ac131313@redhat.com>
9100
9101 * gdbarch.sh (LANG): Set to ``c''.
9102
9103 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9104
9105 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
9106
9107 2002-04-15 Andrew Cagney <ac131313@redhat.com>
9108
9109 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9110 Update copyright.
9111
9112 * hpread.c (hpread_get_lntt): Add declaration.
9113 Also fix PR gdb/391.
9114
9115 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9116
9117 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9118 * aclocal.m4, configure: Re-generate.
9119 Fix PR gdb/391.
9120
9121 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9122
9123 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9124 instead of tm_print_insn.
9125
9126 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
9127
9128 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9129
9130 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9131
9132 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9133 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9134 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9135
9136 2002-04-12 Don Howard <dhoward@redhat.com>
9137
9138 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9139 max_user_call_depth.
9140 (init_cmd_lists): Initialize the new value;
9141 * cli/cli-script.c (execute_user_command): Limit the call depth of
9142 user defined commands. This avoids a core-dump when user commands
9143 are infinitly recursive.
9144
9145 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9146
9147 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9148 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9149 from tdep struct instead of DEFAULT_LR_SAVE.
9150 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9151 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9152 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9153
9154 2002-04-12 Michael Snyder <msnyder@redhat.com>
9155
9156 * Remote.c: Spelling fix.
9157 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9158 If no symbol found for "sbrk", try "_sbrk".
9159 (make_output_phdrs): Use bfd_section_name.
9160 (gcore_copy_callback): Use bfd_section_name.
9161 * eval.c: Indentation fix-ups.
9162 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9163 in case it gets applied to an address that is already
9164 in the instruction space.
9165 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9166 * symfile.c: Fix indentation, long lines.
9167 * source.c: White space fix-up.
9168
9169 2002-04-12 Andrew Cagney <cagney@redhat.com>
9170
9171 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9172 * frame.c (frame_register_read): New function. Return non-zero on
9173 success.
9174 (read_relative_register_raw_bytes_for_frame): Delete.
9175 (read_relative_register_raw_bytes): Delete.
9176 * frame.h (frame_register_read): Declare.
9177 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9178 * sh-tdep.c: Ditto.
9179 * infcmd.c (do_registers_info): Ditto.
9180 * hppa-tdep.c: Ditto.
9181 * rs6000-tdep.c: Ditto.
9182 * h8500-tdep.c: Ditto.
9183 * mips-tdep.c: Ditto.
9184 * h8300-tdep.c: Ditto.
9185 * z8k-tdep.c: Ditto.
9186
9187 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9188
9189 From Jimi X <jimix@watson.ibm.com>:
9190 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9191 64-bit SysV ABI.
9192
9193 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9194
9195 From Jimi X <jimix@watson.ibm.com>:
9196 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9197 bfd info.
9198
9199 2002-04-12 Kevin Buettner <kevinb@redhat.com>
9200
9201 From Jimi X <jimix@watson.ibm.com>:
9202 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9203 register sets for these processor variants.
9204
9205 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
9206
9207 * regformats/reg-ppc.dat: Support FPSCR.
9208
9209 2002-04-11 Kevin Buettner <kevinb@redhat.com>
9210
9211 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9212 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9213 Add fpscr as an invalid/unfetchable register.
9214 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9215 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9216 (fill_fpregset): Add support for register fpscr.
9217 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9218 (fill_gregset): Account for the fact that register ``mq'' might
9219 not exist.
9220 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9221 (registers_power): Add fpscr to register set at slot 71.
9222 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9223 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9224
9225 2002-04-11 Michael Snyder <msnyder@redhat.com>
9226
9227 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9228 * configure: Regenerate.
9229 * config.in: Regenerate.
9230 * acconfig.h: Add define for _SYSCALL32.
9231 * core-sol2.c: Remove #define _SYSCALL32.
9232 * solib-legacy.c: Remove #define _SYSCALL32.
9233
9234 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9235
9236 * stack.c (select_frame): Cleanup internal error message, do not
9237 use %p.
9238
9239 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9240
9241 * stack.c (select_frame): Check that selected_frame and the
9242 specified level are as expected.
9243 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9244 Update copyright.
9245 * frame.h (struct frame_info): Add field `level'. Update
9246 copyright.
9247 Work-in-progress PR gdb/464.
9248
9249 2002-04-10 Andrew Cagney <ac131313@redhat.com>
9250
9251 * maint.c (maint_print_section_info): Rename print_section_info.
9252 (print_bfd_section_info, print_objfile_section_info): Update.
9253 * inferior.h (struct gdbarch): Add opaque declaration.
9254 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9255 * gdbarch.h: Regenerate.
9256
9257 2002-04-10 Michal Ludvig <mludvig@suse.cz>
9258
9259 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9260 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9261 (kernel_u_size): Added.
9262 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9263 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9264
9265 2002-04-04 Jim Ingham <jingham@apple.com>
9266
9267 * valarith.c (find_size_for_pointer_math): New function, either returns
9268 the size for a pointer's target, returns 1 for void *, or errors for
9269 incomplete types.
9270 (value_add, value_sub): use find_size_for_pointer_math.
9271
9272 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9273
9274 * linux-low.c (linux_look_up_symbols): New hook.
9275 (linux_target_ops): Add linux_look_up_symbols.
9276 * remote-utils.c (decode_address): New function.
9277 (look_up_one_symbol): New function.
9278 * server.c (handle_query): Call target look_up_symbols hook.
9279 * server.h (look_up_one_symbol): Add prototype.
9280 * target.h (struct target_ops): Add look_up_symbols hook.
9281
9282 2002-04-09 Andrew Cagney <ac131313@redhat.com>
9283
9284 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9285 override FP_REGNUM with frame->fp. Update copyright.
9286 * parse.c (num_std_regs, std_regs): Delete.
9287 (target_map_name_to_register): Do not search std_regs. Update
9288 function description.
9289 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9290 declarations. Update copyright.
9291 Fix PR gdb/251.
9292
9293 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9296 after the last symbol in a block.
9297
9298 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9299
9300 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9301 is non zero as a found symbol.
9302
9303 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9304
9305 * findvar.c: Include "builtin-regs.h".
9306 (value_of_register): Call value_of_builtin_reg when applicable.
9307 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9308 (target_map_name_to_register): Call
9309 builtin_reg_map_name_to_regnum.
9310 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9311 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9312 (builtin_regs_h): Define.
9313 (builtin-regs.o): New target.
9314 (findvar.o): Add $(builtin_regs_h).
9315 * builtin-regs.c, builtin-regs.h: New files.
9316 * std-regs.c: New file.
9317 Partial fix for PR gdb/251.
9318
9319 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9320
9321 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9322 it's no longer required.
9323
9324 2002-04-08 Andrew Cagney <ac131313@redhat.com>
9325
9326 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9327
9328 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9329
9330 From Jimi X <jimix@watson.ibm.com>:
9331 * rs6000-tdep.c (rs6000_software_single_step): Use
9332 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9333 and size. Use target_insert_breakpoint() and
9334 target_remove_breakpoint() to insert and remove breakpoints
9335 instead of explicit memory reads and writes.
9336
9337 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9338
9339 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9340 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9341 ELF_OBJECT_FORMAT ifdef.
9342
9343 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9344
9345 From Jimi X <jimix@watson.ibm.com>:
9346 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9347
9348 2002-04-08 Kevin Buettner <kevinb@redhat.com>
9349
9350 From Jimi X <jimix@watson.ibm.com>:
9351 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9352 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9353
9354 2002-04-07 Mark Kettenis <kettenis@gnu.org>
9355
9356 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9357 s/asprintf/xasprintf/.
9358 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9359
9360 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9361
9362 I believe Jeff Law denies responsability for this one:
9363 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9364 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9365 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9366 Work-around for PR gdb/366.
9367
9368 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9369
9370 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9371 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9372 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9373
9374 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
9375
9376 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9377 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9378 information.
9379
9380 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9381
9382 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9383 maintainer.
9384
9385 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9386
9387 * README (Reporting Bugs in GDB): Document the bug web page as the
9388 prefered way of submitting bugs.
9389 Fix PR gdb/402.
9390
9391 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9392
9393 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9394 -1. Update comment.
9395 * gdbarch.h, gdbarch.c: Re-generate.
9396
9397 2002-04-07 Andreas Schwab <schwab@suse.de>
9398
9399 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9400 buffer to regcache_collect.
9401
9402 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9403
9404 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9405 * gdbarch.c, gdbarch.h: Re-generate.
9406
9407 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9408
9409 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9410 declaration. Fix -Werror.
9411
9412 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9413
9414 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9415 * gdbarch.c: Regenerate.
9416
9417 2002-04-05 Michael Snyder <msnyder@redhat.com>
9418
9419 * breakpoint.c (clear_command): Rewrite middle section to
9420 combine two loops with identical control conditions.
9421 Add a cleanup to eliminate a memory leak.
9422 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9423
9424 2002-04-05 H.J. Lu (hjl@gnu.org)
9425
9426 * solib-svr4.c (bkpt_names): Add "__start".
9427
9428 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9429
9430 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9431 as test for 64 bit target.
9432
9433 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9434
9435 * h8500-tdep.c (h8500_write_fp): Delete function.
9436 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9437 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9438 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9440 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9441 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9442 (s390_write_fp):
9443 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9444 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9445 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9446 (d10v_write_fp): Delete function.
9447 * inferior.h (write_fp, generic_target_write_fp): Delete
9448 declarations.
9449 * regcache.c (generic_target_write_fp): Delete function.
9450 (write_fp): Delete function.
9451 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9452 * gdbarch.h, gdbarch.c: Regenerate.
9453 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9454 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9455 (sparc64_write_fp): Delete declaration.
9456 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9457 (h8500_write_fp): Delete declaration.
9458
9459 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9460
9461 * sparc-tdep.c (sparc64_write_fp): Delete.
9462 (sparc_push_dummy_frame): Replace write_fp call with code to store
9463 the FP directly.
9464 (sparc_gdbarch_init): Do not initialize write_fp.
9465
9466 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9467
9468 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9469 clause.
9470
9471 2002-03-29 Jim Blandy <jimb@redhat.com>
9472
9473 * stack.c (get_selected_block): Add new argument `addr_in_block',
9474 used to return the exact code address we used to select the block,
9475 not just the block.
9476 * blockframe.c (get_frame_block, get_current_block): Same.
9477 * frame.h (get_frame_block, get_current_block,
9478 get_selected_block): Update declarations.
9479 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9480 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9481
9482 2002-04-05 Michael Snyder <msnyder@redhat.com>
9483
9484 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9485 warning message.
9486
9487 2002-04-05 J. Brobecker <brobecker@gnat.com>
9488
9489 * utils.c (xfullpath): New function.
9490 * defs.h (xfullpath): Add declaration.
9491 * source.c (openp): Use xfullpath in place of gdb_realpath to
9492 avoid resolving the basename part of filenames when the
9493 associated file is a symbolic link. This fixes a potential
9494 inconsistency between the filenames known to GDB and the
9495 filenames it prints in the annotations.
9496 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9497 to be able to match a filename with either the real filename, or
9498 the name of any symbolic link to this file.
9499 (lookup_partial_symtab): Ditto.
9500
9501 2002-04-04 Michael Snyder <msnyder@redhat.com>
9502
9503 * breakpoint.c: Add support for hardware breakpoints in overlays.
9504 (overlay_events_enabled): New state variable.
9505 (insert_breakpoints): Use overlay_events_enabled to decide
9506 whether to attempt to set a breakpoint at the overlay load addr.
9507 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9508 (remove_breakpoint): Use overlay_events_enabled to decide
9509 whether breakpoints need to be removed from overlay load addr.
9510 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9511 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9512 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9513 disable_overlay_breakpoints): Update overlay_events_enabled.
9514
9515 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9516
9517 * dwarf2read.c (struct function_range): New.
9518 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9519 (check_cu_functions): New.
9520 (read_file_scope): Initialize global function lists.
9521 Call dwarf_decode_line after processing children.
9522 (read_func_scope): Add to global function list.
9523 (dwarf_decode_lines): Call check_cu_functions everywhere
9524 record_line is called. Call record_line with a linenumber
9525 of 0 to mark sequence ends.
9526
9527 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9528
9529 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9530 change sync with glibc.
9531
9532 2002-04-03 Jim Blandy <jimb@redhat.com>
9533
9534 * configure.in: Call AC_C_INLINE.
9535 * configure: Regenerated.
9536
9537 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9540 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9541
9542 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9543
9544 * NEWS: Mention gcore support on FreeBSD/i386.
9545
9546 * fbsd-proc.c: New file.
9547 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9548 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9549
9550 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9551 while statement.
9552
9553 2002-03-29 Jim Blandy <jimb@redhat.com>
9554
9555 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9556 unescaped newlines in string literals, but newer ones don't. So
9557 escape them.
9558
9559 2002-03-26 Michael Snyder <msnyder@redhat.com>
9560 Andrew Cagney <cagney@redhat.com>
9561
9562 * cli/cli-dump.c: New file. Dump memory to file,
9563 restore file to memory.
9564 * cli/cli-dump.h: New file.
9565 * Makefile.in: Add rules, dependencies for cli-dump.o.
9566 * NEWS: Mention new commands.
9567
9568 2002-03-28 Michael Snyder <msnyder@redhat.com>
9569
9570 * symfile.c (symbol_file_add): Move test for null symbols to later.
9571
9572 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9573
9574 From veksler at il.ibm.com:
9575 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9576 the xstrduped original path.
9577 Fix PR gdb/417.
9578
9579 2002-03-27 Michael Snyder <msnyder@redhat.com>
9580
9581 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9582 * infcmd.c (_initialize_infcmd): Ditto.
9583 * language.c (_initialize_language): Ditto.
9584 * symfile.c (_initialize_symfile): Ditto.
9585 * top.c (_init_main): Ditto.
9586 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9587
9588 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9589
9590 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9591 vector registers handling.
9592 (skip_prologue): Handle new AltiVec instructions. Fill in new
9593 fields of frame data.
9594 (frame_get_saved_regs): Fill in information for AltiVec registers.
9595
9596 2002-03-27 Jim Blandy <jimb@redhat.com>
9597
9598 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9599 a function; leave this macro here to invoke that function.
9600 (symbol_init_mangled_name): Declaration for that function.
9601 * symtab.c (symbol_init_mangled_name): New function.
9602
9603 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9604
9605 * valarith.c: Replace strerror with safe_strerror.
9606 * tracepoint.c: Ditto.
9607 * lin-lwp.c: Ditto.
9608 * go32-nat.c: Ditto.
9609 * inflow.c: Ditto.
9610 * gnu-nat.c: Ditto.
9611
9612 2002-03-27 Andreas Schwab <schwab@suse.de>
9613
9614 * event-top.c (command_line_handler): Remove useless if.
9615
9616 2002-03-27 Andreas Jaeger <aj@suse.de>
9617
9618 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9619 comment.
9620
9621 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9622
9623 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9624 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9625 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9626 (x86_64_linux_dr_get_status, supply_gregset),
9627 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9628 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9629 (x86_64_register_info_table): Add.
9630 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9631 (x86_64_register_raw_size, x86_64_register_virtual_type),
9632 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9633 general x86_64_register_info_table.
9634 (i386_gdbarch_init): gdbarch_register_bytes is now set
9635 dynamicaly during initialization.
9636 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9637 * gdbserver/linux-x86-64-low.c: Ditto.
9638
9639 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9640
9641 * gdbserver/server.c (main): Call target_signal_to_host_p
9642 and target_signal_to_host on signals received from the remote.
9643 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9644 target_signal_from_host on signals sent to the remote.
9645 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9646 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9647
9648 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * signals/signals.c: Include "server.h" in gdbserver build.
9651 (target_signal_from_name): Don't use STREQ.
9652 (_initialize_signals): Likewise. Don't include function in
9653 gdbserver build.
9654
9655 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * signals.c: Moved to...
9658 * signals/signals.c: Here.
9659 * Makefile (signals.o): Update.
9660
9661 2002-03-26 Jeff Law (law@redhat.com)
9662
9663 * somread.c (som_symtab_read): Remove some commented out code and
9664 updated related comments. Do not set the minimal symbol table to
9665 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9666 in a dynamic executable.
9667 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9668 where we are unable to find the minimal symbol for the given
9669 PC value.
9670
9671 2002-03-25 Jeff Law (law@redhat.com)
9672
9673 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9674
9675 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9676
9677 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9678
9679 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9680
9681 * command.h: Update copyright.
9682 (struct cmd_list_element): Replace definition with opaque
9683 declaration.
9684 (enum cmd_types): Document that it will eventually be moved to
9685 cli/cli-decode.h
9686 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9687 (MALLOCED_REPLACEMENT): Delete macro.
9688 * Makefile.in (cli_decode_h): Add $(command_h).
9689 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9690 * top.c: Include "cli/cli-decode.h".
9691 * completer.c: Include "cli/cli-decode.h".
9692 * maint.c: Include "cli/cli-decode.h".
9693 * cli/cli-decode.h: Include "command.h".
9694 (enum command_class): Delete.
9695 (enum cmd_types): Comment out.
9696 (enum cmd_auto_boolean): Delete.
9697 (enum var_types): Delete.
9698
9699 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9700
9701 * cli/cli-decode.c: Include "gdb_assert.h".
9702 (add_set_or_show_cmd): New static function.
9703 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9704 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9705 all fields, such as func, from the set command.
9706
9707 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9708
9709 * MAINTAINERS (sh-elf): Change warning flag to -w.
9710
9711 2002-03-23 Andrew Cagney <cagney@redhat.com>
9712
9713 * defs.h (error): Add printf format attribute.
9714 * thread-db.c (thread_from_lwp): Fix error format string.
9715 * stack.c (parse_frame_specification): Ditto.
9716 * cli/cli-decode.c (undef_cmd_error): Ditto.
9717 * scm-lang.c (scm_lookup_name): Ditto.
9718 * tracepoint.c (trace_error): Ditto.
9719 * remote-utils.c (usage): Ditto.
9720 * remote.c (compare_sections_command): Ditto.
9721 Fix PR gdb/328.
9722
9723 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdbtypes.c (append_composite_type_field): New function.
9726 (init_composite_type): New function.
9727 * gdbtypes.h (append_composite_type_field): Declare.
9728 (init_composite_type): Ditto.
9729
9730 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9731
9732 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9733 function.
9734 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9735 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9736 structure returning convention for SYSV ABI case, but not
9737 for GNU/Linux, FreeBSD, or NetBSD.
9738
9739 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9740
9741 * symtab.h (lookup_block_symbol): Add mangled_name argument
9742 to prototype.
9743
9744 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9745 with new mangled_name argument.
9746 * linespec.c (decode_line_1): Likewise.
9747 * valops (value_of_this): Likewise.
9748 * symtab.c (lookup_transparent_type): Likewise.
9749 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9750 (lookup_symbol): If we are given a mangled name, pass it down
9751 to lookup_symbol_aux.
9752 (lookup_block_symbol): If we are given a mangled name to check
9753 against, only return symbols which match it.
9754
9755 2002-03-22 Christopher Faylor <cgf@redhat.com>
9756
9757 * win32-nat.c (child_create_inferior): Check for proper shell to use
9758 here, in case the user changes it on the fly.
9759 (_initialize_inftarg): Remove shell path considerations.
9760
9761 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9762
9763 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9764 for gdbarch_max_register_raw_size and max_register_virtual_size.
9765 Adjust copyright year.
9766
9767 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9768
9769 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9770 in a function to cover the entire beginning of the function
9771 as well if it does not already.
9772
9773 2002-03-21 Tom Rix <trix@redhat.com>
9774
9775 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9776 (rs6000_ptrace64): Renamed from ptrace64.
9777
9778 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9779
9780 * gdbserver/remote-utils.c (remote_open): Don't call
9781 getprotobyname, we're all using TCP here so just use
9782 IPPROTO_TCP.
9783 * gdbserver/gdbreplay.c (remote_open): Ditto.
9784
9785 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9786
9787 * regcache.c (_initialize_regcache): No need to call
9788 build_regcache() at this time; it gets called whenever
9789 the gdbarch changes.
9790
9791 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9792
9793 * sparc-nat.c: Include sys/param.h where possible.
9794
9795 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9796
9797 Fix PR gdb/422.
9798 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9799 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9800 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9801 complex types.
9802 * stabsread.c (rs6000_builtin_type): Likewise.
9803 (read_sun_floating_type): Likewise.
9804
9805 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9806
9807 * stabsread.c (read_member_functions): Remove skip code for duplicate
9808 constructor/destructor methods. Use standard parsing for these
9809 methods and just do not chain them to the list of methods after
9810 parsing.
9811
9812 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9813
9814 * coffread.c: Remove redundant static declarations. Replace
9815 occurrences of `PTR' with `void *'.
9816 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9817 * top.h (quit_cover): Likewise.
9818 * defs.h (catch_errors): Likewise.
9819
9820 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9821
9822 * defs.h (XMALLOC): Define.
9823 * gdb-events.sh (XMALLOC): Delete macro.
9824 * gdb-events.c, gdb-events.h: Regenerate.
9825 * gdbarch.sh (XMALLOC): Delete macro.
9826 * gdbarch.c: Regenerate.
9827 * serial.c (XMALLOC): Delete macro.
9828 * ui-file.c (XMALLOC): Ditto.
9829 * ser-unix.h (XMALLOC): Ditto.
9830 * sh-tdep.c (XMALLOC): Ditto.
9831 * ui-out.c (XMALLOC): Ditto.
9832 * utils.c (XMALLOC): Ditto.
9833 * i386-tdep.c (XMALLOC): Ditto.
9834 * gdb-events.c (XMALLOC): Ditto.
9835 * d10v-tdep.c (XMALLOC): Ditto.
9836 * cli-out.c (XMALLOC): Ditto.
9837
9838 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9839 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9840 * ui-file.c, ui-out.c: Ditto.
9841
9842 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9843
9844 * command.h (struct cmd_list_element): Add field context.
9845 (set_cmd_context, get_cmd_context): Declare.
9846 * cli/cli-decode.h: Ditto.
9847 * cli/cli-decode.c (get_cmd_context): New function.
9848 (set_cmd_context): New function.
9849 (add_cmd): Initialize context.
9850 Part of fixing PR gdb/145 and PR gdb/146.
9851
9852 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9853
9854 * cli/cli-decode.c (cmd_type): New function.
9855 * command.h (cmd_type): Declare.
9856 * infrun.c (set_schedlock_func): Call function cmd_type.
9857 * kod.c (kod_set_os): Call cmd_type.
9858 * cris-tdep.c (cris_version_update): Use function cmd_type.
9859 (cris_mode_update, cris_abi_update): Ditto.
9860
9861 * command.h: (execute_cmd_post_hook): Declare.
9862 (execute_cmd_pre_hook): Declare.
9863 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9864 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9865 functions. Execute pre/post hook while ensuring that afterwords
9866 hook_in is cleared.
9867 * top.c (execute_command): Use execute_cmd_post_hook, and
9868 execute_cmd_pre_hook to execute pre/post commands.
9869 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9870 hook_stop_stub.
9871 (hook_stop_stub): Call execute_cmd_pre_hook.
9872
9873 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9874
9875 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9876 set'' and this leads to a core dump. Move xstrdup of
9877 operating_system to after check that it is not NULL.
9878
9879 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9880
9881 * kod.c (kod_set_os): Remove unnecessary check that
9882 ``command->type'' is set_cmd.
9883
9884 * valprint.c (set_input_radix): Use input_radix.
9885 (set_output_radix): Use output_radix.
9886 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9887 isn't reverted.
9888
9889 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9890
9891 * value.h (struct value): Delete field ``substring_addr''. Change
9892 aligner fields to force_doublest_align, force_longest_align,
9893 force_core_addr_align and force_pointer_aligh.
9894
9895 * value.h (struct value): Fix typo in above change.
9896
9897 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9898
9899 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9900 to fix internal_error from ``maintenance print architecture''.
9901
9902 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9903
9904 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9905 for gcc versions after gcc-2.8.1.
9906
9907 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9908
9909 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9910 for method resolution. Restore adjustment of ``this'' pointer after
9911 calling value_struct_elt, which was accidentally removed during the
9912 HP merge.
9913
9914 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9915
9916 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9917 value_of_register.
9918 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9919 get_saved_register.
9920 * value.h (value_of_register): Update.
9921
9922 2002-03-14 Richard Henderson <rth@redhat.com>
9923
9924 * configure.in: Detect declaration for canonicalize_file_name.
9925 * utils.c (canonicalize_file_name): Declare, if needed.
9926 (gdb_realpath): Prefer realpath if available and usable.
9927 * config.in, configure: Rebuild.
9928
9929 2002-03-14 Richard Henderson <rth@redhat.com>
9930
9931 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9932 a constant array bound.
9933
9934 * MAINTAINERS: Add myself to write-after-approval.
9935
9936 2002-03-14 Michael Snyder <msnyder@redhat.com>
9937
9938 * symfile.c (syms_from_objfile): Return immediately if no syms.
9939 (symbol_file_add): Return immediately if no syms.
9940 (find_sym_fns): Return immediately if no syms.
9941
9942 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9943
9944 * gdbserver/remote-util.c (remote_open): Print remote-side's
9945 IP address when remote debugging over the network.
9946
9947 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9948
9949 * config/sparc/fbsd.mh: Fix copyright.
9950 * config/sparc/fbsd.mt: Likewise.
9951
9952 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9953
9954 * MAINTAINERS: Fix typo in name of gdb warnings option.
9955 (x86-64): Fix formating so that this can be parsed by awk.
9956
9957 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9958
9959 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9960 * defs.h: Include "gdb/signals.h".
9961 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9962
9963 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9964
9965 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9966 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9967 from x86-64-tdep.h
9968
9969 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9970 Don Howard <dhoward@redhat.com>
9971
9972 * mips-tdep.c (ST0_FR): Define.
9973 (mips2_fp_compat): New function, temporarily disabled.
9974 (mips_read_fp_register_single): New function.
9975 (mips_read_fp_register_double): New function.
9976 (mips_print_register): Use them.
9977 (do_fp_register_row): Likewise.
9978
9979 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9980
9981 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9982 approval''.
9983
9984 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9985
9986 * stabsread.c (read_member_functions): Fix is_stub test for
9987 static member functions, improve comment.
9988
9989 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9990
9991 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9992 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9993 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9994 commands that set boolean values.
9995 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9996 (arm_rdi_resume): Always initialize PC.
9997 (arm_rdi_open): Don't use rslt as a boolean.
9998 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9999 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10000 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10001 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10002
10003 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
10004
10005 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10006 * configure: Rebuilt.
10007
10008 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10009
10010 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10011 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10012
10013 2002-03-06 Andrew Cagney <ac131313@redhat.com>
10014
10015 * cli/cli-decode.c (set_cmd_completer): New function.
10016 * command.h (set_cmd_completer): Declare.
10017 * cli/cli-decode.h (set_cmd_completer): Ditto.
10018
10019 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10020 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10021 * win32-nat.c (_initialize_inftarg): Ditto.
10022 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10023 * proc-api.c (_initialize_proc_api): Ditto.
10024 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10025 * source.c (_initialize_source): Ditto.
10026 * exec.c (_initialize_exec): Ditto.
10027 * solib.c (_initialize_solib): Ditto.
10028 * top.c (init_main): Ditto.
10029 * tracepoint.c (_initialize_tracepoint): Ditto.
10030 * symfile.c (_initialize_symfile): Ditto.
10031 * printcmd.c (_initialize_printcmd): Ditto.
10032 * infcmd.c (_initialize_infcmd): Ditto.
10033 * corefile.c (_initialize_core): Ditto.
10034
10035 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10036
10037 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10038
10039 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10040
10041 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10042
10043 2002-03-05 Andrew Cagney <ac131313@redhat.com>
10044
10045 * NEWS: Update headings, 5.2 has branched.
10046
10047 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10050 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10051 (register_addr, REGISTER_RAW_SIZE): Likewise.
10052 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10053 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10054
10055 2002-03-03 Michal Ludvig <mludvig@suse.cz>
10056
10057 * MAINTAINERS (x86-64): Add myself.
10058 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10059 changed value_ptr -> struct value *
10060
10061 2002-03-01 David O'Brien <obrien@FreeBSD.org>
10062
10063 * configure.host (sparc64-*-freebsd): Add.
10064 * configure.tgt: Likewise.
10065 * config/sparc/fbsd.mh: New file.
10066 * config/sparc/fbsd.mt: Likewise.
10067 * config/sparc/nm-fbsd.h: Likewise.
10068 * config/sparc/tm-fbsd.h: Likewise.
10069
10070 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
10071
10072 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10073 regformats/reg-s390x.dat.
10074
10075 2002-03-01 Andrew Cagney <ac131313@redhat.com>
10076
10077 * utils.c: Add FIXME explaining true/false problem.
10078
10079 2002-02-28 Andrew Cagney <ac131313@redhat.com>
10080
10081 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10082
10083 2002-02-28 Michael Chastain <mec@shout.net>
10084
10085 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10086
10087 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * gdbserver/linux-s390-low.c: New file.
10090 * regformats/reg-s390.dat: New file.
10091 * regformats/reg-s390x.dat: New file.
10092 * gdbserver/configure.srv: Add S/390.
10093 * gdbserver/Makefile.in: Add S/390.
10094 * configure.tgt: Enable gdbserver for S/390.
10095
10096 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10097
10098 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10099 first line of the doc string for "info dos", except at the end of
10100 the sentence, since the short help stops at the first period.
10101
10102 2002-02-28 Jason Merrill <jason@redhat.com>
10103
10104 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10105
10106 2002-02-27 Fred Fish <fnf@redhat.com>
10107
10108 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10109 comment (dumy -> dummy).
10110
10111 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10112
10113 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10114
10115 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
10116
10117 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10118
10119 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10120
10121 * gdbserver/acconfig.h: New file.
10122 * gdbserver/i387-fp.c: New file.
10123 * gdbserver/i387-fp.h: New file.
10124 * gdbserver/linux-x86-64.c: New file.
10125 * regformats/reg-x86-64.dat: New file.
10126 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10127 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10128 * gdbserver/configure.in: Add support for regsets.
10129 * gdbserver/config.in: Regenerate.
10130 * gdbserver/configure: Regenerate.
10131 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10132 * gdbserver/linux-low.h: New file.
10133 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10134 for regsets.
10135 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10136 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10137 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10138 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10139 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10140 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10141 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10142 "i387-fp.h". Add PTRACE_GETREGS and friends.
10143 * gdbserver/regcache.c (supply_register): New function.
10144 (supply_register_by_name): New function.
10145 (collect_register): New function.
10146 (collect_register_by_name): New function.
10147
10148 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10149
10150 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10151 (config.status): Add configure.srv dependency.
10152 (server_h): Add config.h dependency.
10153
10154 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
10155
10156 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10157 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10158 * gdbserver/configure.srv: Change i386-*-linux* to use
10159 reg-i386-linux.o.
10160
10161 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10162
10163 * x86-64-tdep.c: Re-indent. Update copyright date.
10164
10165 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10166
10167 From Michal Ludvig <mludvig@suse.cz>:
10168 * x86-64-tdep.c (value.h): Delete.
10169 (gdb_assert.h): Include.
10170 (x86_64_register_convert_to_virtual,
10171 x86_64_register_convert_to_raw ): Add check which lets only
10172 floating-point values to be converted.
10173 (value_push): Delete.
10174 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10175 (i386_gdbarch_init): Number of register_bytes fixed.
10176
10177 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10178
10179 * MAINTAINERS: Add x86-64 target.
10180
10181 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10182
10183 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10184 * osfsolib.c (solib_map_sections): Ditto.
10185 * irix5-nat.c (solib_map_sections): Ditto.
10186 * corelow.c (gdb_check_format): Ditto.
10187 * symfile.c (symfile_bfd_open): Ditto.
10188 * solib.c (solib_map_sections): Ditto.
10189 Fix PR gdb/354.
10190
10191 2002-02-26 Andrew Cagney <ac131313@redhat.com>
10192
10193 * remote.c (_initialize_remote): By default, disable ``e'' and
10194 ``E'' step out-of-range packets.
10195
10196 2002-02-26 Andreas Schwab <schwab@suse.de>
10197
10198 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10199 m68k_linux_frame_saved_pc.
10200 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10201 in_sigtramp.
10202 (SIGCONTEXT_PC_OFFSET): Remove.
10203 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10204 m68k_linux_sigtramp_saved_pc): New functions.
10205 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10206 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10207 (UCONTEXT_PC_OFFSET): Define.
10208 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10209 non-RT and RT signal trampolines.
10210
10211 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
10212
10213 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10214 (TARGET_NBPG, STACK_END_ADDR): Delete
10215 (VARIABLES_INSIDE_BLOCK): Delete.
10216
10217 2002-02-25 Andrew Cagney <ac131313@redhat.com>
10218
10219 * utils.c (perror_with_name): Make string parameter constant.
10220 (print_sys_errmsg): Ditto.
10221 (query): Ditto.
10222 * defs.h (perror_with_name): Update.
10223 (print_sys_errmsg): Update.
10224 (query): Update.
10225
10226 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
10227
10228 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10229 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10230
10231 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10232
10233 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10234 if it already matches the current architecture from the exec file.
10235 Include arch-utils.h for gdbarch_info_init prototype.
10236 * Makefile.in (rs6000-nat.o): Update dependencies.
10237
10238 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10239
10240 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10241 list of exported variables.
10242
10243 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
10244
10245 * gdbserver/configure.srv: New file.
10246 * gdbserver/configure.in: Use configure.srv instead
10247 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10248 from it.
10249 * gdbserver/configure: Regenerated.
10250 * gdbserver/terminal.h: New file.
10251 * gdbserver/Makefile.in: Update for configure changes. Remove
10252 more unneeded include paths.
10253
10254 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10255
10256 From wiz at danbala:
10257 * config/sparc/tm-sp64.h: Fix grammar and typos.
10258 Fix PR gdb/287.
10259
10260 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10261
10262 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
10263 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10264 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10265 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
10266 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10267 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10268 * s390-tdep.c: Ditto.
10269 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10270 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10271 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10272 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10273 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10274 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10275 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10276 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10277 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10278 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
10279 Fix PR gdb/378.
10280
10281 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10282
10283 * lin-thread.c: Delete file.
10284 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10285 to gdb_proc_service.h.
10286 * configure: Re-generate.
10287
10288 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10289 * serial.c (serial_open): Delete check for "ocd".
10290 Fix PR gdb/349.
10291
10292 * Makefile.in (linux-thread.o): Delete target.
10293 * linux-thread.c: Delete file.
10294
10295 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10296 renamed SH files to be consistent.
10297
10298 * symtab.c (sort_search_symbols): Use xfree.
10299
10300 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10301
10302 * arm-linux-tdep.c (arm_linux_init_abi): Register
10303 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10304 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10305 definition with undef, since we don't want the sysvr4 definition.
10306 (SKIP_TRAMPOLINE_CODE): Likewise.
10307
10308 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10309
10310 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10311
10312 * configure.in: (AC_CHECK_FUNCS) Added test for
10313 canonicalize_file_name Regenerated.
10314 * config.in, configure: Regenerated.
10315 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10316 defined use canonicalize_file_name.
10317
10318 2002-02-23 Michael Chastain <mec@shout.net>
10319
10320 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10321
10322 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10323
10324 * README: Remove references to cygnus.com.
10325 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10326 dot com'' form. Remove references to cygnus.com and sourceware.
10327
10328 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10329
10330 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10331 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10332 1003.1-2001 no longer allows "head -1".
10333 * gdb/Makefile.in (version.c): Likewise.
10334 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10335 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10336 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10337
10338 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10339
10340 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10341 * command.h (cmd_cfunc_eq): Declare.
10342 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10343
10344 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10345 ``struct cmd_list_element *''.
10346 * cli/cli-cmds.c (is_complete_command): Update. Use
10347 cmd_cfunc_eq.
10348 * top.c (execute_command): Pass the command to
10349 is_complete_command.
10350 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10351
10352 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10353
10354 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10355 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10356 architecture defines.
10357 * s390-tdep.c (s390_gdbarch_init): Likewise.
10358
10359 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10360
10361 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10362 (arm_linux_push_arguments): Likewise.
10363 (arm_linux_init_abi): Register them. Also register linux-specific
10364 call_dummy_words.
10365 (find_minsym_and_objfile): Use strcmp, not STREQ.
10366 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10367 (arm_linux_call_dummy_words): Delete declaration.
10368 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10369 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10370 declarations.
10371 (LOWEST_PC): Delete.
10372
10373 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10374
10375 * maint.c (print_section_info): Do not prepend `0x' to filepos
10376 output, it will be handled by local_hex_string_custom.
10377
10378 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
10379
10380 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10381 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10382 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10383
10384 2002-02-22 Jim Blandy <jimb@redhat.com>
10385
10386 Indicate that the bcache functions don't change the strings
10387 they're passed.
10388 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10389 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10390
10391 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10392
10393 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10394
10395 2002-02-21 Christopher Faylor <cgf@redhat.com>
10396
10397 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10398 find the complete path to a loaded DLL.
10399
10400 2002-02-21 Fred Fish <fnf@redhat.com>
10401
10402 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10403 that marks the end of the range of a function, enter a line number
10404 entry that has a line number of zero and a PC offset that matches
10405 the end of the function. This starts a range of PC's for which no
10406 line number information is known.
10407 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10408 PC's for which no line number info is found (line number is zero)
10409 then we didn't find any valid line information.
10410 * symtab.h: Document use of zero line number entry.
10411
10412 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10413
10414 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10415 (have_ptrace_getvrregs): Define for run time checks.
10416 (gdb_vrregset_t): New type for Altivec register handling.
10417 (fetch_register, store_register): Fetch/store altivec register
10418 when needed.
10419 (fetch_altivec_register, store_altivec_register): New functions.
10420 (supply_vrregset, fill_vrregset): New functions.
10421 (fetch_altivec_registers, store_altivec_registers): New functions.
10422 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10423 registers as well.
10424
10425 2002-02-21 Jiri Smid <smid@suse.cz>
10426
10427 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10428
10429 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10430
10431 * Makefile.in (armnbsd-nat.o): Update dependencies.
10432 * armnbsd-nat.c (supply_gregset): New function. Common code to
10433 supply the integer register set.
10434 (supply_fparegset): New function. Similar for FPA registers.
10435 (fetch_regs, fetch_fp_regs): Use them.
10436 (fetch_core_registers): Likewise.
10437 (fetch_elfcore_registers): New function.
10438 (arm_netbsd_elfcore_fns): New core-file type specification.
10439 (_initialize_arm_netbsd_nat): Register it.
10440
10441 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10442
10443 * armnbsd-nat.c: Include gdbcore.h.
10444 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10445 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10446 'void' to declaration, to shut up ARI.
10447 (fetch_core_registers): Make static. Rewrite using supply_register.
10448 (arm_netbsd_core_fns): New core-file type specification.
10449 (_initialize_arm_netbsd_nat): New function.
10450
10451 2002-02-21 Christopher Faylor <cgf@redhat.com>
10452
10453 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10454 value.
10455
10456 2002-02-20 Christopher Faylor <cgf@redhat.com>
10457
10458 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10459 fails.
10460
10461 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10462
10463 * jv-exp.y (parse_number): Change type of implicit longs
10464 to builtin_type_uint64.
10465
10466 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10467
10468 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10469 to be an integer instead of a `union wait'.
10470
10471 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10472
10473 * mips-linux-nat.c: Call the operating system GNU/Linux.
10474 * mips-linux-tdep.c: Likewise.
10475 * mips-tdep.c: Likewise.
10476
10477 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10478
10479 Fix PR gdb/265.
10480 * jv-exp.y (parse_number): Handle 64-bit integers.
10481
10482 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10483
10484 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10485 AC_STDC_HEADERS to AC_HEADER_STDC.
10486 * gdbserver/configure: Regenerated.
10487
10488 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10489
10490 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10491 is defined.
10492 * sparc-tdep.c (get_longjmp_target): Likewise.
10493
10494 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10495
10496 * News: Add news about ARM and Multi-arch. Mention the new target
10497 arm*-*-netbsd*.
10498
10499 2002-02-19 Jim Blandy <jimb@redhat.com>
10500
10501 * stabsread.c (error_type_complaint): Improve error message.
10502
10503 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10504
10505 * gdbserver/README: Update documentation.
10506 * gdbserver/configure.in: Update configury to match documentation.
10507 * gdbserver/Makefile.in: Likewise.
10508 * gdbserver/configure: Regenerated.
10509 * gdbserver/aclocal.m4: New file, generated by aclocal.
10510 * gdbserver/config.in: New file, generated by autoheader.
10511
10512 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10513
10514 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10515 armnbsd-nat.c.
10516
10517 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10518
10519 * arm-tdep.h (enum arm_float_model): New enum.
10520 (struct gdbarch_tdep): Add fp_model.
10521 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10522 up floating-point conversions until we know the floating-point model
10523 in use by the inferior. Don't complain about being unable to
10524 determine the ABI of the inferior when we don't have one.
10525 (arm_extract_return_value): Support different floating-point models.
10526 (arm_store_return_value): Likewise.
10527 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10528 ARM_FLOAT_SOFT.
10529 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10530
10531 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10532
10533 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10534 of ``current_gdbarch''.
10535
10536 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10537
10538 * armnbsd-nat.c : ANSIfy all function declarations.
10539 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10540 (fetch_inferior_registers): Re-implement in terms of above.
10541 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10542 (store_inferior_registers): Re-implement in terms of above.
10543
10544 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10545
10546 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10547 kernel.
10548 * arm-linux-tdep.c: Likewise.
10549 * config/arm/tm-linux.h: Likewise.
10550
10551 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10552
10553 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10554 * config/arm/nbsd.mt (TM_FILE): Delete.
10555 * config/arm/tm-nbsd.h: Delete.
10556
10557 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10558
10559 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10560 Initialize CALL_DUMMY_LENGTH.
10561
10562 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10563
10564 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10565 function.
10566 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10567 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10568 defines one thing and that is incorrect for this port.
10569 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10570
10571 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10572
10573 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10574
10575 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10576
10577 * win32-nat.c (display_selector): New function. Displays information
10578 about the information returned by GetThreadSelectorEntry API function.
10579 (display_selectors): New function. Displays the infomation of
10580 the selector given as argument, or of CS, DS ans FS selectors
10581 if no argument is given.
10582 ( _initialize_inftarg): Add "w32" as info prefix command.
10583 Add "info w32 selector" as command calling display_selectors.
10584
10585 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10586
10587 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10588 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10589 if not defined.
10590
10591 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10592
10593 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10594
10595 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10596
10597 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10598 (arm_fix_call_dummy): Call it.
10599 (arm_call_dummy_breakpoint_offset): Delete.
10600 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10601 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10602
10603 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10606 Default to func_frame_chain_valid.
10607 * gdbarch.h, gdbarch.c: Re-generate.
10608 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10609
10610 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10611
10612 * ppc-linux-nat.c: Update copyright.
10613 (fetch_register, store_register): Add tid parameter, don't compute
10614 tid here.
10615 (fetch_ppc_registers, store_ppc_registers): Add tid
10616 parameter. Pass it along to callees.
10617 (fetch_inferior_registers, store_inferior_registers): Compute tid
10618 here, and pass it to calleed functions.
10619 (fill_gregset, supply_fpregset): Clean up formatting.
10620
10621 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10622
10623 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10624 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10625
10626 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10627
10628 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10629 * gdbarch.c gdbarch.h: Regenerate.
10630 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10631 function.
10632 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10633 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10634 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10635
10636 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10637 * arm-tdep.c (arm_get_longjmp_target): New function.
10638 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10639 this to a positive value register arm_get_longjmp_target as the
10640 longjmp handler.
10641 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10642 (arm_linux_init_abi): Set up longjmp description in tdep.
10643 * armnbsd-nat.c (get_longjmp_target): Delete.
10644 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10645 description in tdep.
10646 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10647 (get_longjmp_target): Delete declaration.
10648 (GET_LONGJMP_TARGET): Delete.
10649 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10650 (GET_LONGJMP_TARGET): Delete.
10651
10652 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10653
10654 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10655 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10656 of ``current_gdbarch''.
10657
10658 2002-02-17 Tom Tromey <tromey@redhat.com>
10659
10660 * cli/cli-cmds.c (compare_strings): New function.
10661 (complete_command): Only print each unique item once.
10662 * completer.h (complete_line): Declare.
10663 * completer.c (complete_line): New function.
10664 (line_completion_function): Use it.
10665
10666 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10667
10668 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10669 * gdbarch.h, gdbarch.c: Re-generate.
10670
10671 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10674
10675 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10676
10677 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10678 * valops.c (value_arg_coerce): Don't take the address of a reference
10679 to convert an argument to a reference.
10680
10681 2002-02-15 Christopher Faylor <cgf@redhat.com>
10682
10683 * win32-nat.c (get_image_name): New function.
10684 (handle_load_dll): Use get_image_name function.
10685 (get_child_debug_event): Avoid registering debug events until possibly
10686 execed process is started.
10687 (child_create_inferior): Allow invocation via shell so that command
10688 line redirection, etc. works ok.
10689 (_initialize_inftarg): Add new command: "set shell" to control whether
10690 a shell is used to start a process.
10691
10692 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10695 instead of find_register_by_number.
10696 (cannot_store_register): Likewise.
10697
10698 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10699
10700 * dwarf2read.c: Replace fprintf (stderr, ...) by
10701 fprintf_unfiltered (gdb_stderr, ...).
10702
10703 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10704
10705 * gdbserver/gdbserver.1: Document --attach.
10706
10707 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10708
10709 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10710 descriptions.
10711 * arm-tdep.c (arm_default_arm_le_breakpoint)
10712 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10713 (arm_default_thumb_be_breakpoint): New. Initialize them from
10714 traditional breakpoint defines.
10715 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10716 (arm_gdbarch_init): Initialize new breakpoint variables.
10717 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10718 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10719 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10720 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10721 code out to ...
10722 (arm_netbsd_init_abi_common): ... here; new function.
10723 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10724 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10725 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10726 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10727
10728 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10729
10730 * arm-tdep.h (enum arm_abi): New enum.
10731 (struct gdbarch_tdep): New structure.
10732 (LOWEST_PC): Provide a default.
10733 (arm_gdbarch_register_os_abi): Declare new function.
10734 * arm-tdep.c (arm_abi_names): New array.
10735 (process_note_abi_tag_sections): New function.
10736 (get_elfosabi): New function.
10737 (arm_gdbarch_register_os_abi): New function.
10738 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10739 support for that ABI has been built in, then call the appropriate
10740 configuration routine. Use gdbarch_num_regs() to get the number
10741 of registers.
10742 (arm_dump_tdep): New function.
10743 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10744 place-holder functions.
10745 (_initialize_arm_tdep): Register them.
10746 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10747
10748 * armnbsd-tdep.c: New file.
10749 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10750 * config/arm/nbsd.mt (TDEPFILES): Add it.
10751 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10752
10753 * armnbsd-nat.c: Include regcache.h.
10754 * Makefile.in (armnbsd-nat.o): Update dependency list.
10755
10756 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10757
10758 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10759
10760 * gdbserver/Makefile.in: Fix typos in target rules.
10761
10762 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10763
10764 Fix part of PR gdb/267.
10765 * linespec.c (find_methods): Handle constructors specially for now.
10766
10767 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10768
10769 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10770 handling.
10771 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10772 standard_coerce_float_to_double().
10773
10774 2002-02-14 Christopher Faylor <cgf@redhat.com>
10775
10776 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10777 GDBINIT_FILENAME.
10778
10779 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10780
10781 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10782 find_variant_by_name, because it confuses the multiarch
10783 framework. Return NULL if there isn't an architecture with the
10784 user supplied name, instead of forcing a different one without
10785 recording the change with the multiarch machinery.
10786 (find_variant_by_name): Delete.
10787
10788 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10789
10790 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10791 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10792
10793 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10794
10795 * stack.c (print_frame_info_base): When calling
10796 print_frame_info_listing_hook, set current_source_symtab.
10797
10798 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10799
10800 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10801 and remove unused $(INCLUDE_DIR).
10802 Add regcache.c to OBS.
10803 Add generated register protocol files to clean target.
10804 Update dependencies for new objects, obsolete old target code.
10805
10806 * gdbserver/linux-low.c: Remove all platform-specific code to
10807 new files. Remove various dead code. Update to use regcache
10808 functionality.
10809 * gdbserver/remote-utils.c (fromhex): Add return statement
10810 to quiet warning.
10811 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10812 constant.
10813 (input_interrupt): Add integer parameter to match prototype
10814 of a signal handler.
10815 (outreg): Use register_data ().
10816 (prepare_resume_reply): Use gdbserver_expedite_regs.
10817 * gdbserver/server.c (main): Dynamically allocate own_buf because
10818 PBUFSIZ is no longer constant. Use registers_to_string () and
10819 registers_from_string ().
10820 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10821 for error (), fatal (), and warning (). Update definition of
10822 PBUFSIZ to use regcache functionality. Add include guard.
10823 * gdbserver/utils.c (fatal): Add missing ``const''.
10824 (warning): New function.
10825
10826 * regformats/regdat.sh: Include "regcache.h" in generated files.
10827 Provide init_registers () function.
10828 * regformats/regdef.h: Add prototype for set_register_cache ().
10829 Add include guard.
10830
10831 * gdbserver/linux-arm-low.c: New file.
10832 * gdbserver/linux-i386-low.c: New file.
10833 * gdbserver/linux-ia64-low.c: New file.
10834 * gdbserver/linux-m68k-low.c: New file.
10835 * gdbserver/linux-mips-low.c: New file.
10836 * gdbserver/linux-ppc-low.c: New file.
10837 * gdbserver/linux-sh-low.c: New file.
10838
10839 * gdbserver/regcache.c: New file.
10840 * gdbserver/regcache.h: New file.
10841
10842 * gdbserver/low-linux.c: Removed obsolete file.
10843
10844 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10845
10846 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10847 * config/i386/linux.mt: Likewise.
10848 * config/ia64/linux.mt: Likewise.
10849 * config/m68k/linux.mh: Likewise.
10850 * config/powerpc/linux.mh: Likewise.
10851 * config/mips/linux.mt: Likewise.
10852
10853 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10854
10855 * config/i386/i386lynx.mh: Mark gdbserver variables
10856 as (currently) obsolete for this target.
10857 * config/i386/nbsd.mt: Likewise.
10858 * config/i386/nbsdelf.mt: Likewise.
10859 * config/m32r/m32r.mt: Likewise.
10860 * config/m68k/m68klynx.mh: Likewise.
10861 * config/m68k/nbsd.mt: Likewise.
10862 * config/m68k/sun3os4.mh: Likewise.
10863 * config/mips/vr5000.mt: Likewise.
10864 * config/ns32k/nbsd.mt: Likewise.
10865 * config/pa/hppabsd.mh: Likewise.
10866 * config/pa/hppaosf.mh: Likewise.
10867 * config/powerpc/nbsd.mt: Likewise.
10868 * config/rs6000/rs6000lynx.mh: Likewise.
10869 * config/s390/s390.mt: Likewise.
10870 * config/s390/s390x.mt: Likewise.
10871 * config/sparc/sparclynx.mh: Likewise.
10872 * config/sparc/sun4os4.mh: Likewise.
10873 * config/i386/x86-64linux.mt: Likewise.
10874 * config/sparc/linux.mh: Likewise.
10875
10876 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * configure.tgt: Configure gdbserver only for known working
10879 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10880 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10881 SUBDIRS if it is configured. Update comment for ${nativefile}.
10882 * configure: Regenerated.
10883
10884 2002-02-13 Michael Snyder <msnyder@redhat.com>
10885
10886 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10887
10888 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10889 (default_gcore_mach): Just return 0, work around a problem in bfd.
10890 (default_gcore_target): OK to return NULL if exec_bfd is null.
10891 (make_mem_sec): Use a cast, avoid a warning.
10892
10893 * procfs.c (find_memory_regions_callback): Use a cast instead of
10894 calling host_pointer_to_address (which complains if
10895 sizeof (host pointer) != sizeof (target pointer)).
10896 (procfs_make_note_section): Avoid overflow in psargs string.
10897
10898 * procfs.c (procfs_make_note_section): Make the default
10899 implementation return an error.
10900
10901 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10902
10903 * procfs.c (procfs_make_note_section): Provide a default definition
10904 (for alpha-dec-osf4.0f). Fix typos.
10905
10906 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10907
10908 * linux-proc.c: Add include of regcache.h.
10909 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10910
10911 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10912
10913 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10914 * memattr.c (create_mem_region): Disallow useless empty region.
10915 Regions are half-open intervals, so allow [A..B) [B..C) as
10916 non-overlapping.
10917
10918 2002-02-13 Michael Chastain <mec@shout.net>
10919
10920 * defs.h: Kill CONST_PTR.
10921 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10922 * c-lang.c (c_builtin_types): Likewise.
10923 * ch-lang.c (ch_builtin_types): Likewise.
10924 * f-lang.c (f_builtin_types): Likewise.
10925 * language.c (unknown_builtin_types): Likewise.
10926 * m2-lang.c (m2_builtin_types): Likewise.
10927 * p-lang.c (pascal_builtin_types): Likewise.
10928 * scm-lang.c (c_builtin_types): Likewise.
10929
10930 2002-02-13 Keith Seitz <keiths@redhat.com>
10931
10932 * arm-tdep.h (arm_get_next_pc): Add declaration.
10933
10934 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10935
10936 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10937 with other related struct-returning functions.
10938 (arm_extract_struct_value_address): New function.
10939 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10940 initialize float_format, double_format and long_double_format as
10941 appropriate to the endianness of the target.
10942 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10943 (arm_use_struct_convention): Delete declaration.
10944 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10945
10946 2002-02-13 Keith Seitz <keiths@redhat.com>
10947
10948 * defs.h (core_addr_to_string_nz): New function.
10949
10950 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10951
10952 Apply missing bits of 2002-01-15 patch.
10953 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10954 (fill_fpregset): Use i387_fill_fsave.
10955
10956 2002-02-12 Keith Seitz <keiths@redhat.com>
10957
10958 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10959 (core_addr_to_string_nz): New function.
10960
10961 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10962
10963 * arm-linux-nat.c: Really include arm-tdep.h.
10964 * config/arm/tm-linux.h (struct type, struct value): Declare.
10965
10966 2002-02-11 Michael Snyder <msnyder@redhat.com>
10967
10968 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10969 (gcore section): Ifdef for Solaris and Unixware only.
10970 (procfs_do_thread_registers): Unixware needs one lwpstatus
10971 per thread (not one prstatus or pstatus).
10972 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10973 not over all gdb threads. For unixware, call elfcore_write_pstatus
10974 once before iterating over threads.
10975
10976 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10977
10978 * arm-tdep.h: New file.
10979 * arm-tdep.c: Include arm-tdep.h.
10980 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10981 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10982 (arm_print_float_info, arm_register_type, convert_to_extended)
10983 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10984 (arm_extract_return_value, arm_register_name): Make static.
10985 (arm_software_single_step): Similarly. Fix types in declaration.
10986 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10987 (arm_store_return_value, arm_store_struct_return): New functions.
10988 (arm_gdbarch_init): Register the above functions. Also register
10989 call_dummy_start_offset, sizeof_call_dummy_words,
10990 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10991 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10992 max_register_virtual_size, register_size. Set up
10993 prologue_cache.saved_regs here, rather than ...
10994 (_initialize_arm_tdep): ... here.
10995 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10996 declarations.
10997 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10998 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10999 (arm_print_float_info, arm_register_type, convert_to_extended)
11000 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11001 (arm_extract_return_value, arm_register_name): Delete declarations.
11002 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11003 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11004 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11005 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11006 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11007 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11008 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11009 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11010 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11011 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11012 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11013 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11014 interface.
11015 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11016 * remote-rdi.c remote-rdp.c: Likewise.
11017 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11018 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11019 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11020 definition.
11021
11022 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11023 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11024 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11025 from non-ARM_ prefixed definitions.
11026 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11027 all uses of above.
11028 * remote-rdi.c remote-rdp.c: Likewise.
11029 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11030
11031 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
11032
11033 * arm-tdep.c (arm_frameless_function_invocation)
11034 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11035 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11036 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11037 (arm_pop_frame, arm_get_next_pc): Make static.
11038 (arm_gdbarch_init): Register above in gdbarch structure.
11039 (arm_read_fp): Renamed from arm_target_read_fp.
11040 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11041 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11042 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11043 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11044 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11045 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11046 (arm_pc_is_thumb_dummy): Delete declarations.
11047 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11048 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11049 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11050 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
11051
11052 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
11053
11054 * symtab.c (compare_search_syms): New function.
11055 (sort_search_symbols): New function.
11056 (search_symbols): Sort symbols after searching rather than
11057 before.
11058
11059 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11060
11061 * NEWS: Linux -> GNU/Linux.
11062
11063 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11064
11065 * gdbarch.sh: For for level one methods, disallow a definition
11066 when partially multi-arched. Add comments explaining rationale.
11067 * gdbarch.h: Re-generate.
11068
11069 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11070
11071 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11072 multi-arch partial.
11073
11074 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11075
11076 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11077 field. Use diff -u.
11078 * gdbarch.c: Re-generate.
11079
11080 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11081
11082 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
11083 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11084 partial.
11085
11086 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11087
11088 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11089 multi-arch partial.
11090 (PUSH_ARGUMENTS): Switch to using predefault.
11091 * gdbarch.c: Regenerate.
11092
11093 2002-02-10 Andrew Cagney <ac131313@redhat.com>
11094
11095 * valops.c (PUSH_ARGUMENTS): Delete definition.
11096 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11097 partial. Default to default_push_arguments.
11098 * gdbarch.h, gdbarch.c: Regenerate.
11099
11100 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11101
11102 * defs.h (throw_exception): Rename return_to_top_level. Update
11103 comments.
11104 * utils.c (error_stream, internal_verror, quit): Ditto.
11105 * top.c (throw_exception, catcher): Ditto.
11106 * sparclet-rom.c (sparclet_load): Ditto.
11107 * remote.c (interrupt_query, minitelnet): Ditto.
11108 * remote-sds.c (interrupt_query): Ditto.
11109 * remote-mips.c (mips_error, mips_kill): Ditto.
11110 * ocd.c (interrupt_query): Ditto.
11111 * monitor.c (monitor_interrupt_query): Ditto.
11112 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11113 * target.h: Update comment.
11114
11115 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
11116
11117 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11118
11119 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11120 default_double_format.
11121 * gdbarch.h, gdbarch.c: Re-generate.
11122 * findvar.c (floatformat_unknown): Delete variable definition.
11123 * doublest.h (floatformat_unknown): Delete variable declaration.
11124
11125 2002-02-09 Jim Blandy <jimb@redhat.com>
11126
11127 * stabsread.c (read_type): Add code to parse Sun's syntax for
11128 prototyped function types.
11129
11130 2002-02-09 Andrew Cagney <ac131313@redhat.com>
11131
11132 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11133 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11134
11135 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11136
11137 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11138 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11139 now _initialize_xcoffsolib gets called again and overrides the
11140 commands from solib.c in a native configuration.
11141
11142 2002-02-09 Mark Kettenis <kettenis@gnu.org>
11143
11144 * doublest.c (store_typed_floating): Don't try to return a value.
11145 Fixes PR gdb/290.
11146
11147 2002-02-08 Jim Blandy <jimb@redhat.com>
11148
11149 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11150 is prototyped and has no arguments, print its argument list as
11151 `(void)'.
11152
11153 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11154
11155 * MAINTAINERS (write-after-approval): Add myself.
11156 (paper-trail): I've escaped!
11157
11158 2002-02-08 Christopher Faylor <cgf@redhat.com>
11159
11160 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11161 changes.
11162 (_initialize_check_for_gdb_ini): Ditto.
11163
11164 2002-02-08 Martin M. Hunt <hunt@redhat.com>
11165
11166 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11167 xaprintf -> xasprintf.
11168
11169 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11170
11171 * win32-nat.c: Remove use of printf and sprintf functions.
11172
11173 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
11174
11175 * arm-tdep.c (arm_frame_chain_valid): Make static.
11176 (arm_push_arguments): Likewise.
11177 (arm_gdbarch_init): New function.
11178 (_initialize_arm_tdep): Call it.
11179 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11180 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11181 (FRAME_CHAIN_VALID): Delete.
11182 (arm_frame_chain_valid): Delete declaration.
11183 (PUSH_ARGUMENTS): Delete.
11184 (arm_push_arguments): Delete declaration.
11185 (CALL_DUMMY_P): Delete.
11186
11187 2002-02-08 Andrew Cagney <ac131313@redhat.com>
11188 Corinna Vinschen <vinschen@redhat.com>
11189
11190 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11191 on builtin float types.
11192
11193 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
11194
11195 * utils.c: Include <curses.h> before "bfd.h".
11196 * tui/tui-hooks.c: Likewise.
11197 * tui/tui.c: Likewise.
11198 * tui/tuiCommand.c: Likewise.
11199 * tui/tuiData.c: Likewise.
11200 * tui/tuiDataWin.c: Likewise.
11201 * tui/tuiDisassem.c: Likewise.
11202 * tui/tuiGeneralWin.c: Likewise.
11203 * tui/tuiIO.c: Likewise.
11204 * tui/tuiLayout.c: Likewise.
11205 * tui/tuiRegs.c: Likewise.
11206 * tui/tuiSource.c: Likewise.
11207 * tui/tuiSourceWin.c: Likewise.
11208 * tui/tuiStack.c: Likewise.
11209 * tui/tuiWin.c: Likewise.
11210
11211 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
11212
11213 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11214 to include space for pseudoregs as well. Update loops accordingly.
11215 (sh_fp_frame_init_saved_regs): Ditto.
11216 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11217
11218 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11219
11220 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11221 Add Richard Earnshaw to Arm maintainers.
11222
11223 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11224
11225 * defs.h (warning_begin): Delete declaration.
11226
11227 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11228 Delete macro.
11229
11230 2002-02-07 Michael Snyder <msnyder@redhat.com>
11231
11232 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
11233 Logic bug, remove misplaced else.
11234
11235 2002-02-07 Klee Dienes <klee@apple.com>
11236
11237 * fork-inferior.c (fork_inferior): Add '!' to the list of
11238 characters that need to be quoted when building a string for the
11239 shell. Quote '!' specifically with a backslash, since CSH chokes
11240 when trying to evaluate "str!str".
11241
11242 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11243
11244 * rdi-share/host.h: Only provide a typedef for bool if it is not
11245 defined.
11246
11247 2002-02-04 Michael Snyder <msnyder@redhat.com>
11248
11249 * breakpoint.h (enum bptype): Add new overlay event bp type.
11250 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
11251
11252 * breakpoint.c (create_internal_breakpoint): New function.
11253 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11254 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11255 (create_thread_event_breakpoint): Ditto.
11256 (create_solib_event_breakpoint): Ditto.
11257 (create_overlay_event_breakpoint): New function.
11258 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11259 (update_breakpoints_after_exec): Delete and re-initialize
11260 overlay event breakpoints after an exec. Add FIXME comment
11261 about longjmp breakpoint.
11262 (print_it_typical): Ignore overlay event breakpoints.
11263 (print_one_breakpoint): Ditto.
11264 (mention): Ditto.
11265 (bpstat_what): Do not stop for overlay event breakpoints.
11266 (delete_breakpoint): Don't delete overlay event breakpoints.
11267 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11268 (breakpoint_re_set): Re-create overlay event breakpoint.
11269
11270 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11271 (overlay_manual_command): Disable overlay breakpoints.
11272 (overlay_off_command): Disable overlay breakpoints.
11273
11274 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11275
11276 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11277 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11278 to here from config/tm-arm.h.
11279 (coff_sym_is_thumb): Make static.
11280 (arm_elf_make_msymbol_special): New function.
11281 (arm_coff_make_msymbol_special): New function.
11282 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11283 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11284 (coff_sym_is_thumb): Delete declaration.
11285 (arm_elf_make_msymbol_special): Declare.
11286 (arm_coff_make_msymbol_special): Declare.
11287 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11288 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11289
11290 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11291
11292 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11293
11294 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11295
11296 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11297 * gdbarch.c gdbarch.h: Regenerate.
11298 * arch-utils.c (default_print_float_info): New function.
11299 * arch-utils.h (default_print_float_info): Prototype it.
11300 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11301 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11302 (PRINT_FLOAT_INFO): Document it.
11303
11304 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11305 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11306 (PRINT_FLOAT_INFO): Define.
11307
11308 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11309
11310 * win32-nat.c (_initialize_check_for_gdb_ini):
11311 Add typecast to sprintf argument to suppress a warning.
11312
11313 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11314
11315 * win32-nat.c (last_sig): Changed type of variable to target_signal,
11316 to allow easier handling of pass state.
11317 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11318 that gives exception name and address.
11319 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
11320 and set last_sig value to ourstatus->value.sig. Some missing
11321 exceptions added.
11322 (child_continue): Correctly report continue_status.
11323 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
11324 TARGET_SIGNAL_0 (new default value).
11325 (child_resume): consider sig argument passed to decide if
11326 the exception should be passed to debuggee or not.
11327
11328 2002-02-05 Michael Snyder <msnyder@redhat.com>
11329
11330 * regcache.c (fetch_register): Call target_fetch_register
11331 only if we don't call FETCH_PSEUDO_REGISTER.
11332 (store_register): Call target_store_register only if we
11333 don't call STORE_PSEUDO_REGISTER.
11334
11335 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
11336
11337 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11338 ELF_MAKE_MSYMBOL_SPECIAL.
11339 * gdbarch.c, gdbarch.h: Regenerate.
11340 * arch-utils.c (default_make_msymbol_special): New function.
11341 * arch-utils.h (default_make_msymbol_special): Export.
11342 * elfread.c (elf_symtab_read): Compile use of
11343 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11344 multiarched.
11345 * coffread.c (coff_symtab_read): Ditto, for
11346 COFF_MAKE_MSYMBOL_SPECIAL.
11347
11348 2002-02-05 Jim Blandy <jimb@redhat.com>
11349
11350 * solib-svr4.c (svr4_truncate_ptr): New function.
11351 (svr4_relocate_section_addresses): Do the address arithmetic with
11352 the appropriate truncation for target addresses, even when
11353 CORE_ADDR is larger than a target address.
11354
11355 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11356
11357 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11358 to (int *).
11359
11360 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11361
11362 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11363 code.
11364
11365 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11366
11367 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11368
11369 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11370
11371 * gdbserver/linux-low.c: Remove unused include files.
11372
11373 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11374
11375 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11376 (read_inferior_memory): Use it.
11377 (write_inferior_memory): Likewise.
11378
11379 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11380
11381 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11382 grubbing through sys_errlist.
11383
11384 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11387
11388 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11389 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11390
11391 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11392
11393 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11394 (do_sfunc, set_cmd_sfunc): New functions.
11395
11396 * command.h (struct cmd_list_element): Add field func.
11397 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11398 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11399 * cli/cli-decode.h: Ditto.
11400
11401 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11402 (help_all, help_cmd_list): Ditto.
11403 (find_cmd, complete_on_cmdlist): Ditto.
11404 * top.c (execute_command): Ditto.
11405
11406 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11407 function.sfunc.
11408
11409 * infcmd.c (notice_args_read): Fix function signature.
11410
11411 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11412 * cli/cli-decode.c (add_set_cmd): Ditto.
11413 * utils.c (initialize_utils): Ditto.
11414 * maint.c (_initialize_maint_cmds): Ditto.
11415 * infrun.c (_initialize_infrun): Ditto.
11416 * demangle.c (_initialize_demangler): Ditto.
11417 * remote.c (add_packet_config_cmd): Ditto.
11418 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11419 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11420 * proc-api.c (_initialize_proc_api): Ditto.
11421 * kod.c (_initialize_kod): Ditto.
11422 * valprint.c (_initialize_valprint): Ditto.
11423 * top.c (init_main): Ditto.
11424 * infcmd.c (_initialize_infcmd): Ditto.
11425 * corefile.c (_initialize_core): Ditto.
11426 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11427 * arch-utils.c (initialize_current_architecture): Ditto.
11428 (_initialize_gdbarch_utils): Ditto.
11429 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11430
11431 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11432 * wince.c (_initialize_inftarg): Ditto.
11433 * symfile.c (_initialize_symfile): Ditto.
11434 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11435 * language.c (_initialize_language): Ditto.
11436 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11437
11438 2002-02-04 Michael Snyder <msnyder@redhat.com>
11439
11440 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11441
11442 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11443
11444 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11445 Add rules for building the register data files.
11446
11447 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11448
11449 * regformats/regdat.sh: Add braces to the definition of
11450 expedite_regs_${arch}.
11451
11452 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11453
11454 * regformats/regdef.h (struct reg): Add comment describing the
11455 requirements for offset and size fields.
11456
11457 2002-02-04 Andreas Schwab <schwab@suse.de>
11458
11459 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11460 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11461
11462 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11463
11464 * gdbarch.sh (copyright): Update years in generated header.
11465 (SMASH_TEXT_ADDRESS): Add rule.
11466 * gdbarch.h, gdbarch.c: Re-generate.
11467 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11468 * dbxread.c: Likewise.
11469 * dwarfread.c: Likewise.
11470 * elfread.c: Likewise.
11471 * somread.c: Likewise.
11472
11473 * arm-tdep.c (arm_smash_text_address): New function.
11474 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11475
11476 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11477
11478 Add support for hardware watchpoints on win32 native.
11479 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11480 CONTEXT_DEBUG_REGISTERS.
11481 (dr variable): New variable. Static array containing a local copy
11482 of debug registers.
11483 (debug_registers_changed): New variable. Reflects when debug registers
11484 are changed and need to be written to inferior.
11485 (debug_registers_used): New variable. Reflects when any debug register
11486 was set, used when new threads are created.
11487 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11488 i386-nat code.
11489 (thread_rec): Set dr array if id is the thread of current_event .
11490 (child_continue, child_resume): Change the debug registers for all
11491 threads if debug_registers_changed.
11492 (child_add_thread): Change the debug registers if debug_registers_used.
11493 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11494 Link nm.h to new nm-cygwin.h file.
11495 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11496 of hardware registers.
11497
11498 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11499
11500 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11501 Restore behavour broken by 2002-01-20 Andrew Cagney
11502 <ac131313@redhat.com> IEEE_FLOAT removal.
11503
11504 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11505
11506 * c-valprint.c (c_val_print): Pass a proper valaddr to
11507 cp_print_class_method.
11508 * valops.c (search_struct_method): If there is only one method
11509 and args is NULL, return that method.
11510
11511 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11512
11513 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11514 accessing tag_name directly.
11515
11516 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11517
11518 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11519 of accessing tag_name directly.
11520
11521 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11522
11523 PR gdb/280
11524 * gdbtypes.c (replace_type): New function.
11525 * gdbtypes.h (replace_type): Add prototype.
11526 * stabsread.c (read_type): Use replace_type.
11527
11528 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11529
11530 * Makefile.in (memattr.o): Add missing dependencies rule.
11531
11532 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11533
11534 * breakpoint.c (break_at_finish_command): Really export.
11535 (break_at_finish_at_depth_command): Ditto.
11536 (tbreak_at_finish_command): Ditto.
11537 * hppa-tdep.c: Include completer.h.
11538 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11539 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11540
11541 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11542
11543 * utils.c (do_write): New function.
11544 (error_stream): Rewrite combining the code from error_begin and
11545 verror.
11546 (verror): Rewrite using error_stream.
11547 (error_begin): Delete function.
11548
11549 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11550
11551 * utils.c (error_begin): Make static.
11552 * defs.h (error_begin): Delete declaration.
11553
11554 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11555 (decode_line_1): Use cplusplus_error instead of error_begin,
11556 cplusplus_hint and return_to_top_level.
11557 * coffread.c (coff_symfile_read): Use error instead of error_begin
11558 and return_to_top_level.
11559 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11560
11561 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11562
11563 * language.h (type_error, range_error): Make string parameter
11564 constant.
11565 * language.c (warning_pre_print): Delete extern declaration.
11566 * dwarfread.c (warning_pre_print): Ditto.
11567 * language.c (type_error, range_error): Rewrite to use verror and
11568 vwarning instead of warning_begin.
11569
11570 2002-02-01 Michael Snyder <msnyder@redhat.com>
11571
11572 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11573 (set_ignore_count): Move misplaced comment back where it belongs.
11574
11575 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11576
11577 * command.h (NO_FUNCTION): Delete macro.
11578 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11579 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11580 * tracepoint.c (_initialize_tracepoint): Ditto.
11581 * cli/cli-decode.c (add_set_cmd): Ditto.
11582 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11583
11584 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11585
11586 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11587 Update ``this'' pointer when calling virtual functions.
11588
11589 2002-02-01 Michael Snyder <msnyder@redhat.com>
11590
11591 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11592 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11593
11594 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11595
11596 * regformats/reg-arm.dat: New file.
11597 * regformats/reg-i386.dat: New file.
11598 * regformats/reg-ia64.dat: New file.
11599 * regformats/reg-m68k.dat: New file.
11600 * regformats/reg-mips.dat: New file.
11601 * regformats/reg-ppc.dat: New file.
11602 * regformats/reg-sh.dat: New file.
11603 * regformats/regdef.h: New file.
11604 * regformats/regdat.sh: New file.
11605
11606 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11607
11608 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11609 (arm_frame_args_address, arm_frame_locals_address): New functions.
11610 (arm_frame_num_args): New function.
11611 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11612 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11613 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11614
11615 2002-01-31 Michael Snyder <msnyder@redhat.com>
11616
11617 * breakpoint.c (break_at_finish_command): Export.
11618 (break_at_finish_at_depth_command): Export.
11619 (tbreak_at_finish_command): Export.
11620 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11621 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11622 "txbreak" commands, which are HPPA specific.
11623
11624 * printcmd.c (disassemble_command): Remove an ancient
11625 artifact of an old merge.
11626
11627 * symfile.h (enum overlay_debugging_state):
11628 Define enum constant values for overlay mode.
11629 * symfile.c (overlay_debugging): Use enums instead of literals.
11630 (overlay_is_mapped, overlay_auto_command,
11631 overlay_manual_command): Ditto.
11632
11633 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11634 breakpoint_here_p, breakpoint_inserted_here_p,
11635 breakpoint_thread_match, bpstat_stop_status,
11636 describe_other_breakpoints, check_duplicates, clear_command):
11637 Coding standard fixes.
11638
11639 * target.c (target_xfer_memory): Add spaces, coding standard.
11640 (do_xfer_memory): Add missing line to trust-readonly
11641 code: check bfd SEC_READONLY flag for section.
11642
11643 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11644
11645 * PROBLEMS: Fix typo, 5.1->5.1.1.
11646
11647 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11648
11649 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11650 data symbols, since we search based on textlow and texthigh.
11651 (find_pc_sect_symtab): Likewise.
11652
11653 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11654
11655 * defs.h (vwarning): Declare.
11656 * utils.c (vwarning): New function.
11657 (warning): Call vwarning.
11658 (warning_begin): Delete function.
11659
11660 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11661 the warning message.
11662 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11663 warning_begin.
11664
11665 2002-01-30 Michael Snyder <msnyder@redhat.com>
11666
11667 * NEWS: Mention "set trust-readonly-sections" command.
11668 Mention generate-core-file command.
11669
11670 2002-01-15 Michael Snyder <msnyder@redhat.com>
11671
11672 * target.c: New command, "set trust-readonly-sections on".
11673 (do_xfer_memory): Honor the suggestion to trust readonly sections
11674 by reading them from the object file instead of from the target.
11675 (initialize_targets): Register command "set trust-readonly-sections".
11676
11677 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11678
11679 * parse.c (target_map_name_to_register): Simplify, search regs and
11680 pseudo-regs using a single loop.
11681
11682 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11683
11684 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11685
11686 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11687
11688 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11689 * config/i386/i386v42mp.mh: Add i387-nat.o .
11690 * i386v4-nat.c: Include i387-nat.h.
11691 (supply_fpregset): Use i387_supply_fsave.
11692 (fill_fpregset): Use i387_fill_fsave.
11693
11694 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11695
11696 * arm-tdep.c (arm_call_dummy_words): Define.
11697 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11698 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11699 (CALL_DUMMY_WORDS): Define.
11700 (arm_call_dummy_words): Declare.
11701 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11702 (arm_linux_call_dummy_words): Declare.
11703
11704 2002-01-30 Andreas Schwab <schwab@suse.de>
11705
11706 * m68klinux-nat.c: Fix last change to use regcache_collect
11707 instead of referencing registers[] directly.
11708
11709 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11710
11711 * parse.c (target_map_name_to_register): Delete code wrapped in
11712 #ifdef REGISTER_NAME_ALIAS_HOOK.
11713
11714 2002-01-28 Michael Snyder <msnyder@redhat.com>
11715
11716 * regcache.c (legacy_read_register_gen): Need to be able to
11717 read pseudo-register as well as real register.
11718 (legacy_write_register_gen): Ditto.
11719
11720 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11721
11722 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11723 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11724 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11725 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11726 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11727 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11728 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11729 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11730 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11731 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11732 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11733 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11734 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11735 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11736 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11737 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11738 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11739 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11740 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11741 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11742
11743 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11744
11745 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11746 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11747 (initialize_current_architecture): Update target_byte_order using
11748 information from BFD.
11749 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11750 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11751
11752 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11753
11754 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11755 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11756
11757 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11758 #ifdef INVALID_FLOAT.
11759 * infcmd.c (do_registers_info): Ditto.
11760 * values.c (unpack_double): Ditto. Add comment.
11761
11762 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11763 already commented out.
11764
11765 2002-01-26 Andreas Schwab <schwab@suse.de>
11766
11767 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11768 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11769 registers and add support for PTRACE_GETREGS.
11770
11771 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11772
11773 GDB 5.1.1 released from 5.1 branch.
11774 * NEWS: Add 5.1.1 news.
11775 * README: Sync with 5.1 branch.
11776
11777 2002-01-23 Fred Fish <fnf@redhat.com>
11778
11779 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11780 stabstring on initial malloc. Reallocing will copy it for us,
11781 if necessary.
11782
11783 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11784
11785 * Makefile.in (hpread_h): Delete.
11786 (HFILES_NO_SRCDIR): Remove hpread.h.
11787 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11788 (hpread.o): Update dependencies.
11789 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11790
11791 * hp-psymtab-read.c: Remove file.
11792 * hp-symtab-read.c: Remove file.
11793 * hpread.h: Remove file.
11794
11795 * hpread.c: Merge all contents of hp-psymtab-read.c,
11796 hp-symtab-read.c and hpread.h into this file, as it was prior to
11797 January 1999.
11798
11799 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11800 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11801 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11802 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11803
11804 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11805
11806 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11807 fill_gregset): Call gdbarch_tdep() just once, assign result to
11808 variable and use that, instead of calling the function several
11809 times.
11810
11811 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11812
11813 * configure.host: Accept sparcv9 as alias for sparc64.
11814 * configure.tgt: Likewise.
11815
11816 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11817
11818 * solib-aix5.c (build_so_list_from_mapfile)
11819 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11820 arguments is not reversed.
11821 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11822 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11823
11824 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11825
11826 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11827 modified version of obsolete sh_fetch_pseudo_register.
11828 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11829 (sh4_register_read): New function.
11830 (sh_pseudo_register_write): New function. Renamed and modified
11831 version of obsolete sh_store_pseudo_register.
11832 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11833 (sh4_register_write): New function.
11834 (sh_gdbarch_init): Remove setting of gdbarch function
11835 fetch_pseudo_register and store_pseudo_register. Remove setting of
11836 register_convert_to_raw, register_convert_to_virtual,
11837 register_convertible.
11838 (sh_sh4_register_convertible): Delete. No longer needed. All is
11839 taken care by architecture specific functions
11840 register_read/register_write.
11841 (sh_sh4_register_convert_to_virtual): Make static.
11842 (sh_sh4_register_convert_to_raw): Ditto.
11843
11844 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11845
11846 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11847 (floatformat_is_nan, floatformat_mantissa): Ditto.
11848
11849 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11850 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11851 builtin_type_ieee_double_little,
11852 builtin_type_ieee_double_littlebyte_bigword,
11853 builtin_type_m68881_ext, builtin_type_i960_ext,
11854 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11855 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11856 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11857 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11858
11859 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11860
11861 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11862 parameter. Set frameless flag if it exists and depended of
11863 whether the scanned function is frameless or not.
11864 (xstormy16_skip_prologue): If function is frameless, return
11865 result of xstormy16_scan_prologue().
11866 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11867 call.
11868
11869 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11870
11871 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11872 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11873 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11874 sh_sh4_register_byte, sh_sh4_register_raw_size,
11875 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11876 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11877 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11878 sh_store_pseudo_register, sh_do_pseudo_register): Call
11879 gdbarch_tdep() just once, assign result to variable and use that,
11880 instead of calling the function several times.
11881
11882 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11883
11884 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11885 macros instead of LAST_FPU_CTRL_REGNUM.
11886 (store_register): Likewise.
11887
11888 2002-01-21 Jim Blandy <jimb@redhat.com>
11889
11890 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11891 is up-to-date before running the program, not just when a program
11892 exits.
11893
11894 2002-01-21 Fred Fish <fnf@redhat.com>
11895
11896 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11897 when we have found all instructions we are looking for.
11898
11899 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11900
11901 * arm-tdep.c (arm_register_name): New function.
11902 (arm_registers_names): Make static.
11903 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11904 (arm_register_name): Declare.
11905 (REGISTER_NAME): Use it.
11906
11907 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11908 Kevin Buettner <kevinb@redhat.com>
11909
11910 Convert arm targets to new FRAME interface.
11911 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11912 (arm_frame_find_save_regs): Delete.
11913 (arm_frame_init_saved_regs): New.
11914 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11915 Allocate extra_info as required. Convert all uses of fsr.regs
11916 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11917 to use extra_info.
11918 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11919 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11920 (check_prologue_cache, save_prologue_cache): Likewise.
11921 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11922 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11923 (FRAME_FIND_SAVED_REGS): Delete.
11924 (arm_frame_find_saved_regs): Delete prototype.
11925 (arm_frame_init_saved_regs): New prototype.
11926 (FRAME_INIT_SAVED_REGS): Define.
11927
11928 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11929
11930 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11931
11932 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11933
11934 From Jeff Law <law@redhat.com>:
11935 * infttrace.c: Include <sys/pstat.h>.
11936 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11937 exec file if the ttrace equivalent fails.
11938
11939 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11940
11941 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11942 (closeLogFile): Ditto.
11943
11944 2002-01-20 Michael Chastain <mec@shout.net>
11945
11946 * top.c (print_gdb_version): Bump copyright year to 2002.
11947
11948 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11949
11950 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11951 Zannoni and Eli Zaretskii.
11952
11953 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11954
11955 * buildsym.c: Update copyright years.
11956 * c-typeprint.c: Likewise.
11957 * dwarf2read.c: Likewise.
11958 * f-typeprint.c: Likewise.
11959 * gdbtypes.c: Likewise.
11960 * gdbtypes.h: Likewise.
11961 * hp-symtab-read.c: Likewise.
11962 * hpread.c: Likewise.
11963 * mdebugread.c: Likewise.
11964 * p-typeprint.c: Likewise.
11965
11966 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11967
11968 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11969 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11970 byte-order selectable.
11971 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11972 * arch-utils.c: Ditto.
11973 (set_endian): Ditto.
11974 (set_endian_from_file): Ditto.
11975 * gdbserver/low-sim.c (create_inferior): Ditto.
11976 * gdbarch.sh: Ditto.
11977 * gdbarch.h: Re-generate.
11978 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11979 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11980 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11981 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11982 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11983 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11984 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11985 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11986 macro definition.
11987 * config/mips/tm-wince.h: Remove #undef of macro
11988 TARGET_BYTE_ORDER_SELECTABLE.
11989 * config/sh/tm-wince.h: Ditto.
11990
11991 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11992
11993 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11994 member function fields. Add accessor macro
11995 TYPE_FN_FIELD_ARTIFICIAL.
11996 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11997 * c-typeprint.c (c_type_print_base): Skip artificial member
11998 functions.
11999
12000 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12001
12002 * f-typeprint.c: Delete unused function f_type_print_args.
12003 * p-typeprint.c: Delete unused function pascal_type_print_args.
12004
12005 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12006
12007 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12008 comment. Add ``artificial'' to ``union field_location''.
12009
12010 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12011
12012 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12013 * mdebugread.c (parse_symbol): Likewise.
12014 * stabsread.c (define_symbol): Likewise.
12015 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12016 initializing TYPE_FIELD_BITPOS to n (obsolete).
12017 (hpread_doc_function_type): Likewise.
12018 * hpread.c (hpread_function_type): Likewise.
12019
12020 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12021
12022 * configure.in (host_makefile_frag): Only require a host makefile
12023 fragment when a native build.
12024 * configure: Re-generate.
12025
12026 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12027
12028 * doublest.h (floatformat_from_type): Declare.
12029 * doublest.c (floatformat_from_type): New function.
12030 (convert_typed_floating): Use.
12031
12032 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12033 call to function floatformat_from_type.
12034
12035 * gdbarch.sh (IEEE_FLOAT): Delete.
12036 * gdbarch.h, gdbarch.c: Re-generate.
12037 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12038 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12039 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12040 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12041 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12042 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12043 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12044 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12045 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12046 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12047 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
12048 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12049
12050 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12051 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12052 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12053 * sh-tdep.c (sh_gdbarch_init): Ditto.
12054 * mips-tdep.c (mips_gdbarch_init): Ditto.
12055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12056 * cris-tdep.c (cris_gdbarch_init): Ditto.
12057
12058 2002-01-20 Jiri Smid <smid@suse.cz>
12059
12060 * configure.host, configure.tgt: Support x86-64.
12061 * NEWS: Note new target x86-64.
12062
12063 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12064 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12065 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12066 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12067 x86-64-linux-nat.o): Fix dependencies.
12068
12069 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12070
12071 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12072 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12073 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12074 * config/sparc/xm-sun4os4.h: Delete file.
12075 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
12076
12077 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12078
12079 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12080 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12081 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12082 * config/i386/i386lynx.mh (XM_FILE): Delete.
12083 * config/rs6000/xm-rs6000ly.h: Delete file.
12084 * config/sparc/xm-sparclynx.h: Delete file.
12085 * config/m68k/xm-m68klynx.h: Delete file.
12086 * config/i386/xm-i386lynx.h: Delete file.
12087 * config/xm-lynx.h: Delete file.
12088 * config/djgpp/fnchange.lst: Update.
12089
12090 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12091
12092 * alpha-tdep.c (alpha_register_byte): New function.
12093 (alpha_register_raw_size): Ditto.
12094 (alpha_register_virtual_size): Ditto.
12095 (alpha_skip_prologue_internal): Renamed from
12096 alpha_skip_prologue.
12097 (alpha_skip_prologue): New version that calls
12098 alpha_skip_prologue_internal.
12099 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12100 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12101 second argument from alpha_skip_prologue.
12102 (REGISTER_BYTE): Use alpha_register_byte.
12103 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12104 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12105 (FRAMELESS_FUNCTION_INVOCATION): Use
12106 generic_frameless_function_invocation_not.
12107 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12108 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12109
12110 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12111
12112 * config/mips/xm-news-mips.h: Delete file.
12113 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12114
12115 * config/m88k/xm-m88k.h: Delete file.
12116 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12117 * config/m88k/xm-delta88v4.h: Ditto.
12118 * config/m88k/xm-delta88.h: Ditto.
12119
12120 * config/alpha/xm-fbsd.h: Delete file.
12121 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12122
12123 * config/sparc/xm-sparc.h: Delete file.
12124 * Makefile.in (xm-sun4os4.h): Delete dependency.
12125 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12126 * config/sparc/xm-sun4os4.h: Ditto.
12127 * config/sparc/xm-linux.h: Ditto.
12128
12129 * config/i386/xm-windows.h: Delete file.
12130
12131 2002-01-19 Andrew Cagney <ac131313@redhat.com>
12132
12133 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12134 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12135
12136 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12137
12138 * alpha-tdep.c (alpha_call_dummy_words): New.
12139 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12140 (CALL_DUMMY_P): Define.
12141 (CALL_DUMMY_WORDS): Define.
12142 (SIZEOF_CALL_DUMMY_WORDS): Define.
12143
12144 2002-01-19 Per Bothner <per@bothner.com>
12145
12146 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12147 isn't NULL, which can happen with some gcj-3.x-produced code.
12148
12149 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12150
12151 * alpha-tdep.c (alpha_register_virtual_type): New function.
12152 (alpha_init_frame_pc_first): Ditto.
12153 (alpha_fix_call_dummy): Ditto.
12154 (alpha_store_struct_return): Ditto.
12155 (alpha_extract_struct_value_address): Ditto.
12156 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12157 alpha_register_virtual_type.
12158 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12159 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12160 alpha_extract_struct_value_address.
12161 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12162 (INIT_FRAME_PC): Use init_frame_pc_noop.
12163 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12164
12165 2002-01-19 Mark Kettenis <kettenis@gnu.org>
12166
12167 * i386gnu-nat.c: Include "i386-tdep.h".
12168 (fetch_fpregs): Simplify code dealing with uninitialized floating
12169 point states such that it doesn't require FP7_REGNUM.
12170
12171 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12172
12173 * alpha-tdep.c (frame_extra_info): New.
12174 (alpha_find_saved_regs): Make static. Use
12175 frame->extra_info.
12176 (alpha_frame_init_saved_regs): New function.
12177 (alpha_frame_saved_pc): Use frame->extra_info.
12178 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12179 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
12180 (init_extra_frame_info): Rename to...
12181 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
12182 (alpha_print_extra_frame_info): New function.
12183 (alpha_frame_locals_address): Ditto.
12184 (alpha_frame_args_address): Ditto.
12185 (alpha_pop_frame): Use frame->extra_info.
12186 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12187 alpha_frame_args_address.
12188 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
12189 (alpha_find_saved_regs): Remove prototype.
12190 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12191 (EXTRA_FRAME_INFO): Remove.
12192 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12193 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12194
12195 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12196
12197 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12198 (alpha_cannot_fetch_register): Ditto.
12199 (alpha_cannot_store_register): Ditto.
12200 (alpha_register_convertible): Ditto.
12201 (alpha_use_struct_convention): Ditto.
12202 * config/alpha/tm-alpha.h: Update copyright years.
12203 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12204 (INNER_THAN): Use core_addr_lessthan.
12205 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12206 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12207 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12208 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12209 (FRAME_CHAIN): Remove unnecessary cast.
12210
12211 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12212
12213 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12214 obsolete.
12215
12216 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12217
12218 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12219 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12220 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12221 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12222 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12223 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12224 * x86-64-linux-nat.c: Ditto.
12225
12226 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12227
12228 * alpha-tdep.c (alpha_register_name): New function.
12229 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12230 (REGISTER_NAME): Define.
12231
12232 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12233
12234 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12235
12236 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12237
12238 * alpha-tdep.c: Update copyright years.
12239 (alpha_next_pc): New function.
12240 (alpha_software_single_step): Ditto.
12241 * config/alpha/tm-alpha.h: Add prototype for
12242 alpha_software_single_step.
12243
12244 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12245
12246 * alphabsd-nat.c: Update copyright years.
12247 (fill_gregset): Use regcache_collect.
12248 (fill_fpregset): Likewise.
12249 (fetch_inferior_registers): Only fetch integer registers
12250 if requested to do so.
12251 (store_inferior_registers): Only store integer registers
12252 if requested to do so.
12253
12254 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12255
12256 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12257 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12258 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12259 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12260 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12261 * config/arm/linux.mh (XDEPFILES): Delete.
12262 * config/arm/nbsd.mh (XDEPFILES): Delete.
12263 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12264 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12265 * config/i386/i386m3.mh (XDEPFILES): Delete.
12266 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12267 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12268 * config/i386/fbsd.mh (XDEPFILES): Delete.
12269 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12270 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12271 * config/i386/i386v4.mh (XDEPFILES): Delete.
12272 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12273 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12274 * config/i386/i386aix.mh (XDEPFILES): Delete.
12275 * config/i386/go32.mh (XDEPFILES): Delete.
12276 * config/i386/cygwin.mh (XDEPFILES): Delete.
12277 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12278 * config/i386/i386mach.mh (XDEPFILES): Delete.
12279 * config/i386/i386v32.mh (XDEPFILES): Delete.
12280 * config/i386/linux.mh (XDEPFILES): Delete.
12281 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12282 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12283 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12284 * config/i386/i386sco.mh (XDEPFILES): Delete.
12285 * config/i386/i386v.mh (XDEPFILES): Delete.
12286 * config/i386/nbsd.mh (XDEPFILES): Delete.
12287 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12288 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12289 * config/i386/symmetry.mh (XDEPFILES): Delete.
12290 * config/i386/obsd.mh (XDEPFILES): Delete.
12291 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12292 * config/ia64/linux.mh (XDEPFILES): Delete.
12293 * config/ia64/aix.mh (XDEPFILES): Delete.
12294 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12295 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12296 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12297 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12298 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12299 * config/m68k/linux.mh (XDEPFILES): Delete.
12300 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12301 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12302 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12303 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12304 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12305 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12306 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12307 * config/m88k/delta88.mh (XDEPFILES): Delete.
12308 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12309 * config/m88k/m88k.mh (XDEPFILES): Delete.
12310 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12311 * config/mips/linux.mh (XDEPFILES): Delete.
12312 * config/mips/irix6.mh (XDEPFILES): Delete.
12313 * config/mips/irix5.mh (XDEPFILES): Delete.
12314 * config/mips/irix4.mh (XDEPFILES): Delete.
12315 * config/mips/irix3.mh (XDEPFILES): Delete.
12316 * config/mips/decstation.mh (XDEPFILES): Delete.
12317 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12318 (NATDEPFILES): Move core-aout.o to here.
12319 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12320 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12321 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12322 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12323 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12324 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12325 * config/pa/hpux11.mh (XDEPFILES): Delete.
12326 * config/powerpc/aix.mh (XDEPFILES): Delete.
12327 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12328 * config/powerpc/linux.mh (XDEPFILES): Delete.
12329 * config/romp/rtbsd.mh: Rename XDEPFILES.
12330 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12331 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12332 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12333 * config/s390/s390.mh (XDEPFILES): Delete.
12334 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12335 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12336 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12337 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12338 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12339 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12340 * config/sparc/linux.mh (XDEPFILES): Delete.
12341 * config/vax/vaxult.mh (XDEPFILES): Delete.
12342 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12343 * Makefile.in (DEPFILES): Remove XDEPFILES.
12344
12345 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12346
12347 * utils.c (internal_verror): Fix comments, default is yes not no.
12348 Update queries to match. Default to quit and dump core.
12349
12350 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12351
12352 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12353 copyright.
12354 * defs.h, event-top.c, gdbcmd.h: Ditto.
12355 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12356 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12357 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12358 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12359 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12360 * mi/mi-main.c:Ditto.
12361
12362 * stack.c, symfile.c: Update copyright.
12363
12364 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12365
12366 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12367 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12368 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12369 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
12370
12371 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
12372
12373 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12374 * gdbserver/low-lynx.c (myattach): Likewise.
12375 * gdbserver/low-nbsd.c (myattach): Likewise.
12376 * gdbserver/low-sim.c (myattach): Likewise.
12377 * gdbserver/low-sparc.c (myattach): Likewise.
12378 * gdbserver/low-sun3.c (myattach): Likewise.
12379
12380 * gdbserver/low-linux.c (myattach): New function.
12381
12382 * gdbserver/server.c (attach_inferior): New function.
12383 (main): Handle "--attach".
12384
12385 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12386
12387 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12388 maintainer.
12389
12390 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12391
12392 * c-typeprint.c (is_type_conversion_operator): Add additional
12393 check for non-conversion operators.
12394
12395 2002-01-15 Michael Snyder <msnyder@redhat.com>
12396
12397 * linux-proc.c: Add "info proc" command, a la procfs.c.
12398 (read_mapping): New function, abstract and re-use code.
12399 (linux_find_memory_regions): Use new func read_mapping.
12400 (linux_info_proc_cmd): New function, implement "info proc".
12401 (_initialize_linux_proc): Add new command "info proc".
12402
12403 2002-01-15 Michael Snyder <msnyder@redhat.com>
12404
12405 * symfile.c (generic_load): Use bfd_map_over_sections method
12406 instead of manipulating bfd structure members directly.
12407 (add_section_size_callback): New function, bfd sections callback
12408 used by generic_load.
12409 (load_sections_callback): New function, bfd sections callback
12410 used by generic_load.
12411
12412 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12413
12414 [Based on work by Jim Blandy]
12415 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12416 (builtin_type_vec128): Export.
12417 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12418 types.
12419 (builtin_type_vec128): New builtin type for 128 bit vector
12420 registers.
12421 (build_gdbtypes): Initialize builtin_type_v16qi and
12422 builtin_type_v8hi. Create the vec128 register builtin type
12423 structure.
12424 (build_builtin_type_vec128): New function.
12425 (_initialize_gdbtypes): Register builtin_type_v16qi and
12426 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12427 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12428 AltiVec register to new builtin type.
12429
12430 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12431
12432 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12433 to make_cv_type.
12434
12435 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12436
12437 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12438 CLEAN_UP_REGISTER_VALUE.
12439 * regcache.c (supply_register): Update only call.
12440
12441 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12442
12443 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12444 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12445 a29k-*-vxworks* targets as obsolete.
12446
12447 2002-01-14 Michael Snyder <msnyder@redhat.com>
12448
12449 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12450 until we can resolve portability issues.
12451 * gregset.h: Remove references to fpxregs.
12452 * gcore.c (gcore_command): Initialize note_sec to NULL.
12453
12454 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12455
12456 * signals.c (target_signal_to_name): Rewrite. Only use
12457 signals[].name when in bounds and non-NULL.
12458
12459 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12460
12461 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12462 * signals.c (target_signal_to_name): Verify that SIG is within the
12463 bounds of the signals array.
12464
12465 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12466
12467 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12468
12469 2002-01-13 Keith Seitz <keiths@redhat.com>
12470
12471 * stack.c (print_frame_info_base): Print the frame's pc
12472 only if when print_frame_info_listing_hook is not defined.
12473
12474 2002-01-13 Keith Seitz <keiths@redhat.com>
12475
12476 * varobj.c (varobj_set_value): Make sure that there were no
12477 errors evaluating the object before attempting to set its
12478 value.
12479 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12480 so this offset adjustment is no longer necessary.
12481 (create_child): Don't set the error flag if the child is
12482 a CPLUS_FAKE_CHILD.
12483 (value_of_child): If value_fetch_lazy fails, return NULL
12484 so that callers will be notified that an error occurred.
12485 (c_value_of_variable): Delay check of variable's validity
12486 until later. We actually want all structs and unions to have
12487 the value "{...}".
12488 Do not return "???" for variables which could not be evaluated.
12489 This error condition must be returned to the caller so that it
12490 can get the error condition from gdb.
12491 (cplus_name_of_child): Adjust index for vptr before figuring
12492 out the name of the child.
12493 (cplus_value_of_child): If a child's (real) parent is not valid,
12494 don't even bother trying to give a value for it. Just return
12495 an error. Change all instances in this function.
12496 (cplus_type_of_child): If our parent is one of the "fake"
12497 parents, we need to get at the type of the real parent, and
12498 derive the child's true type using this information.
12499
12500 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12501
12502 From 2002-01-09 John Marshall <johnm@falch.net>:
12503 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12504 sources.redhat.com, and tweak some related URLs which had
12505 suffered from linkrot.
12506
12507 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12508
12509 From Jeff law:
12510 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12511 structures passed in registers.
12512
12513 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12514
12515 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12516 white space which prevented compilation. Reported by DSK
12517 <dsk@student.unsw.edu.au>.
12518
12519 2002-01-11 Michael Snyder <msnyder@redhat.com>
12520
12521 * symfile.c (build_section_addr_info_from_section_tab):
12522 Use bfd access method instead of manipulating bfd directly.
12523 (syms_from_objfile): Ditto.
12524 (simple_overlay_update_1): Ditto.
12525 (simple_overlay_update): Ditto.
12526 (generic_load): Ditto.
12527 (overlay_unmapped_address): FIXME comment, bfd access methods.
12528 (sections_overlap): FIXME comment, bfd access methods.
12529 (pc_in_mapped_range): FIXME comment, bfd access methods.
12530 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12531 (section_is_mapped): FIXME comment, bfd access methods.
12532 (section_is_overlay): FIXME comment, bfd access methods.
12533
12534 * symfile.c (generic_load): Whitespace and long line cleanups.
12535 Remove duplicate variable, change several local variables to
12536 more appropriate data types.
12537 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12538
12539 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12540
12541 From Peter Schauer:
12542 * language.c (longest_local_hex_string_custom): Use phex_nz to
12543 convert NUM to a hex string.
12544
12545 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12546
12547 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12548 the function.
12549 Update Copyright year.
12550
12551 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12552
12553 * language.c (longest_raw_hex_string): Delete unused function.
12554
12555 2002-01-11 Petr Sorfa <petrs@caldera.com>
12556
12557 * MAINTAINERS (write-after-approval): Add myself.
12558 * dwarf2read.c (read_tag_string_type): Handling of
12559 DW_AT_byte_size.
12560 (read_tag_string_type): FORTRAN fix to prevent propagation of
12561 first string size.
12562 (set_cu_language): Handling of DW_LANG_Fortran95
12563
12564 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12565
12566 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12567 GETPID(inferior_ptid).
12568 (store_inferior_registers): Likewise.
12569
12570 2002-01-10 Jason Merrill <jason@redhat.com>
12571
12572 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12573 Fix DW_OP_minus.
12574
12575 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12576
12577 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12578 and bfd/elf32-sh-nbsd.c.
12579
12580 2002-01-10 Michael Snyder <msnyder@redhat.com>
12581
12582 * NEWS: Mention --pid and corefile/proc-id behavior change.
12583
12584 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12585 * gcore.c: Include cli/cli-decode.h instead of command.h.
12586
12587 * main.c (captured_main): Add new command line option "--pid".
12588 If the second command line argument (following the symbol-file)
12589 begins with a digit, try to attach to it before trying to open
12590 it as a corefile.
12591 (print_gdb_help): Document the "--pid" argument.
12592
12593 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12594
12595 * completer.c (command_completer): New function.
12596
12597 * completer.h <command_completer>: Add prototype.
12598
12599 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12600 completer for the "help" command.
12601
12602 2002-01-09 Jason Merrill <jason@redhat.com>
12603
12604 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12605
12606 2002-01-09 Michael Snyder <msnyder@redhat.com>
12607
12608 * i386-linux-nat.c (fill_fpxregset): Make global.
12609 (store_fpxregset): Ditto.
12610
12611 * gregset.h (gdb_fpxregset_t): Define.
12612 (supply_fpxregset): Prototype.
12613 (fill_fpxregset): Prototype.
12614
12615 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12616
12617 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12618
12619 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12620 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12621 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12622
12623 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12624
12625 * MAINTAINERS: Update target maintainer rules so that any
12626 Maintainer can approve a tested patch for a maintenance-only
12627 target.
12628
12629 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12630
12631 * MAINTAINERS (write-after-approval): Add myself.
12632
12633 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12634 IN_SIGTRAMP.
12635
12636 2002-01-08 Michael Snyder <msnyder@redhat.com>
12637
12638 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12639 real name of the executable, rather than the /proc name.
12640
12641 2002-01-03 Michael Snyder <msnyder@redhat.com>
12642
12643 Implement a "generate-core-file" command in gdb, save target state.
12644 * gcore.c: New file. Implement new command 'generate-core-file'.
12645 Save a corefile image of the current state of the inferior.
12646 * linux-proc.c: Add linux-specific code for saving corefiles.
12647 * target.h (struct target_ops): Add new target vectors for saving
12648 corefiles; to_find_memory_regions and to_make_corefile_notes.
12649 (target_find_memory_regions): New macro.
12650 (target_make_corefile_notes): New macro.
12651 * target.c (update_current_target): Inherit new target methods.
12652 (dummy_find_memory_regions): New place-holder method.
12653 (dummy_make_corefile_notes): New place-holder method.
12654 (init_dummy_target): Initialize new dummy target vectors.
12655 * exec.c (exec_set_find_memory_regions): New function.
12656 Allow the exec_ops vector for memory regions to be taken over.
12657 (exec_make_note_section): New function, target vector method.
12658 * defs.h (exec_set_find_memory_regions): Export prototype.
12659 * procfs.c (proc_find_memory_regions): New function, corefile method.
12660 (procfs_make_note_section): New function, corefile method.
12661 (init_procfs_ops): Set new target vector pointers.
12662 (find_memory_regions_callback): New function.
12663 (procfs_do_thread_registers): New function.
12664 (procfs_corefile_thread_callback): New function.
12665 * sol-thread.c (sol_find_memory_regions): New function.
12666 (sol_make_note_section): New function.
12667 (init_sol_thread_ops): Initialize new target vectors.
12668 * inftarg.c (inftarg_set_find_memory_regions): New function.
12669 Allow to_find_memory_regions vector to be taken over.
12670 (inftarg_set_make_corefile_notes): New function.
12671 Allow to_make_corefile_notes vector to be taken over.
12672 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12673 interface layer if not target_has_execution (may be a corefile).
12674 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12675 * config/sparc/sun4sol2.mh: Ditto.
12676 * config/alpha/alpha-linux.mh: Ditto.
12677 * config/arm/linux.mh: Ditto.
12678 * config/i386/x86-64linux.mh: Ditto.
12679 * config/ia64/linux.mh: Ditto.
12680 * config/m68k/linux.mh: Ditto.
12681 * config/mips/linux.mh: Ditto.
12682 * config/powerpc/linux.mh: Ditto.
12683 * config/sparc/linux.mh: Ditto.
12684
12685 2002-01-07 Michael Snyder <msnyder@redhat.com>
12686
12687 * arm-linux-nat.c: Remove references to regcache.c internal data
12688 (registers[] and register_valid[]).
12689
12690 2002-01-07 Michael Snyder <msnyder@redhat.com>
12691
12692 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12693 so that attaching to a pid will automatically read the process's
12694 symbol file and shlibs.
12695 * Makefile.in: Add rule for linux-proc.o.
12696 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12697 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12698 * config/arm/linux.mh: Ditto.
12699 * config/i386/linux.mh: Ditto.
12700 * config/i386/x86-64linux.mh: Ditto.
12701 * config/ia64/linux.mh: Ditto.
12702 * config/m68k/linux.mh: Ditto.
12703 * config/mips/linux.mh: Ditto.
12704 * config/powerpc/linux.mh: Ditto.
12705 * config/sparc/linux.mh: Ditto.
12706
12707 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12708
12709 * win32-nat.c: Add i386-tdep.h dependency.
12710
12711 2002-01-07 Michael Snyder <msnyder@redhat.com>
12712
12713 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12714 instead of bfd_get_arch_size. Don't bail out just because
12715 there's no exec_bfd.
12716
12717 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12718 * p-valprint.c (pascal_object_print_value): Ditto.
12719 * somread.c (som_symtab_read): Ditto.
12720 * symfile.c (simple_free_overlay_region_table): Ditto.
12721 * valops.c (value_assign): Ditto.
12722
12723 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12724 use tilde_expand and strerror for opening save-tracepoints file.
12725
12726 * thread-db.c (thread_db_new_objfile): Indendation fix.
12727
12728 * infptrace.c (GDB_MAX_ALLOCA): New define.
12729 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12730 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12731 can be overridden with whatever value is appropriate to the host).
12732 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12733 alloca to allocate potentially large buffer.
12734 * rs6000-nat.c (child_xfer_memory): Ditto.
12735 * symm-nat.c (child_xfer_memory): Ditto.
12736 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12737
12738 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12739
12740 From Nick Clifton <nickc@redhat.com>
12741 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12742
12743 2002-01-07 Michael Snyder <msnyder@redhat.com>
12744
12745 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12746 Don't use exec_bfd if it's NULL.
12747
12748 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12749
12750 * valops.c (value_arg_coerce): Fix formatting.
12751
12752 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12753
12754 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12755 * gnu-nat.c: Ditto.
12756
12757 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12758
12759 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12760 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12761 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12762 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12763 z8k-coff have not been multi-arched. Update z8k-coff build
12764 status.
12765
12766 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12767
12768 * MAINTAINERS: Mark a29k target as obsolete.
12769 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12770 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12771 comments.
12772 * NEWS: Note that a29k targets are obsolete.
12773 * a29k-tdep.c: Mark as obsolete.
12774 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12775 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12776 a29k-*-vxworks* targets as obsolete.
12777 * remote-adapt.c: Obsolete.
12778 * remote-eb.c: Obsolete.
12779 * remote-mm.c: Obsolete.
12780 * remote-udi.c: Obsolete.
12781 * config/a29k/a29k-udi.mt: Obsolete.
12782 * config/a29k/a29k.mt: Obsolete.
12783 * config/a29k/tm-a29k.h: Obsolete.
12784 * config/a29k/tm-vx29k.h: Obsolete.
12785 * config/a29k/vx29k.mt: Obsolete.
12786
12787 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12788
12789 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12790 with BFD_ENDIAN_BIG.
12791
12792 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12793
12794 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12795 * configure, config.in: Re-generate.
12796 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12797 * defs.h: Do not include <endian.h>.
12798
12799 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12800
12801 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12802 * config.in: Regenerate.
12803 * configure.in: Update copyright years.
12804 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12805 * configure: Regenerate.
12806 * i386bsd-nat.c: Update copyright years.
12807 (fill_gregset): Use regcache_collect.
12808 (fetch_inferior_registers): Only fetch integer registers
12809 if requested to do so. Add support for XMM registers
12810 using PT_GETXMMREGS.
12811 (store_inferior_registers): Only store integer registers
12812 if requested to do so. Add support for XMM registers
12813 using PT_SETXMMREGS.
12814 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12815 (store_inferior_registers): Remove.
12816 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12817 (fetch_elfcore_registers): New function.
12818 (i386nbsd_elfcore_fns): New.
12819 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12820 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12821 i386bsd-nat.o.
12822 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12823 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12824 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12825 * config/i386/tm-nbsd.h: Update copyright years.
12826 (HAVE_SSE_REGS): Define.
12827 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12828 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12829 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12830 (SIGCONTEXT_PC_OFFSET): Remove.
12831 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12832
12833 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12834
12835 * configure.tgt: Remove powerpc-*-macos* target.
12836 * config/m68k/xm-mpw.h: Delete file.
12837 * config/xm-mpw.h: Delete file.
12838 * ser-mac.c: Delete file.
12839 * mpw-make.sed: Delete file.
12840 * mpw-config.in: Delete file.
12841 * mac-xdep.c: Delete file.
12842 * mac-gdb.r: Delete file.
12843 * mac-defs.h: Delete file.
12844 * mac-nat.c: Delete file.
12845 * config/powerpc/macos.mh: Delete file.
12846 * config/powerpc/macos.mt: Delete file.
12847 * config/powerpc/nm-macos.h: Delete file.
12848 * config/powerpc/tm-macos.h: Delete file.
12849 * source.c (openp, open_source_file): Remove obsolete code.
12850 * top.c (gdb_readline): Ditto.
12851 * utils.c (query): Ditto.
12852 * event-top.c (display_gdb_prompt): Ditto.
12853 * Makefile.in (ser-mac.o): Delete obsolete target.
12854 * NEWS: Update.
12855
12856 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12857
12858 * defs.h (BIG_ENDIAN): Delete macro definition.
12859 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12860 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12861 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12862 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12863 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12864 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12865 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12866 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12867 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12868 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12869 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12870 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12871 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12872 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12873 * gdbarch.c: Re-generate.
12874
12875 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12876
12877 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12878 for core files.
12879
12880 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12881
12882 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12883
12884 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12885
12886 * value.h (value_ptr): Delete typedef.
12887
12888 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12889
12890 * i386nbsd-nat.c: Update copyright years.
12891 Include i386-tdep.h.
12892
12893 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12894
12895 * stabsread.c: Update copyright years.
12896
12897 From Debashis Mahata <debashis.mahata@wipro.com>:
12898 (read_struct_fields): Deal with Sun C compiler erroneous stab
12899 output for structs and unions.
12900 Fix PR gdb/269.
12901
12902 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12903
12904 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12905 prototype.
12906
12907 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12908
12909 * cp-abi.c: Fix whitespace.
12910 (baseclass_offset): New wrapper function.
12911 * cp-abi.h (baseclass_offset): Add prototype.
12912 (struct cp_abi_ops): Add baseclass_offset pointer.
12913
12914 * valops.c (vb_match): Move to...
12915 * gnu-v2-abi.c (vb_match): here.
12916 * valops.c (baseclass_offset): Move to...
12917 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12918
12919 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12920
12921 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12922 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12923 * hpacc-abi.c (init_hpacc_ops): Likewise.
12924
12925 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12926
12927 * valops.c (find_overload_match): Accept obj as a
12928 reference parameter. Update it before returning.
12929 * value.h (find_overload_match): Update prototype.
12930 * eval.c (evaluate_subexp_standard): Pass object to
12931 find_overload_match by reference.
12932
12933 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12934
12935 * valarith.c: Replace value_ptr with struct value pointer. Remove
12936 register attribute from value declarations.
12937 * valops.c: Ditto.
12938 * value.h: Ditto.
12939 * scm-lang.c (scm_lookup_name): Ditto.
12940
12941 2002-01-03 Michael Snyder <msnyder@redhat.com>
12942
12943 Abstract the functionality of iterating over mapped memory
12944 regions into a general purpose iterator function.
12945 * procfs.c (iterate_over_mappings): New function, general purpose
12946 iterator for memory sections.
12947 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12948 (solib_mappings_callback): New function, callback for above.
12949 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12950 (info_mappings_callback): New function, callback for above.
12951
12952 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12953
12954 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12955
12956 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12957 * i386-tdep.c: Include "elf-bfd.h".
12958 (process_note_abi_tag_sections): New function.
12959 (i386_gdbarch_init): Add code to recognize various OS/ABI
12960 combinations.
12961
12962 * maint.c (_initialize_maint_cmds): Add missing \ in
12963 string-literal.
12964
12965 For older changes see ChangeLog-2001
12966 \f
12967 Local Variables:
12968 mode: change-log
12969 left-margin: 8
12970 fill-column: 74
12971 version-control: never
12972 End:
This page took 0.277705 seconds and 5 git commands to generate.