2002-11-13 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
51b1fe4e
AC
12002-11-13 Andrew Cagney <cagney@redhat.com>
2
3 * regcache.c (register_buffer): Move to near start of file, update
4 description.
5 (regcache_raw_read): Use.
6 (regcache_raw_write): Use.
7 (struct regcache): Rename raw_registers to registers and
8 raw_register_valid_p to register_valid_p.
9 (regcache_xmalloc): Update.
10 (regcache_xfree): Update.
11 (register_buffer): Update.
12 (regcache_cpy): Update.
13 (regcache_cpy_no_passthrough): Update.
14 (regcache_valid_p): Update.
15 (deprecated_grub_regcache_for_registers): Update.
16 (deprecated_grub_regcache_for_register_valid): Update.
17 (set_register_cached): Update.
18 (regcache_raw_write): Update.
19
80b4c677
PM
202002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
21
22 * p-exp.y (name_not_typename): Use copy_name to
23 set current_type variable for fields of THIS.
24
0f3fafde
DJ
252002-11-12 Daniel Jacobowitz <drow@mvista.com>
26
27 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
28 * monitor.c (init_base_monitor_ops): Likewise.
29 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
30 * remote-array.c (init_array_ops): Likewise.
31 * remote-e7000.c (init_e7000_ops): Likewise.
32 * remote-es.c (init_es1800_ops): Likewise.
33 (init_es1800_child_ops): Likewise.
34 * remote-rdp.c (init_remote_rdp_ops): Likewise.
35 * remote-sim.c (init_gdbsim_ops): Likewise.
36 * remote-st.c (init_st2000_ops): Likewise.
37 * sol-thread.c (init_sol_core_ops): Likewise.
38 (init_sol_thread_ops): Likewise.
39 * v850ice.c (init_850ice_ops): Likewise.
40 * win32-nat.c (init_child_ops): Likewise.
41 * wince.c (init_child_ops): Likewise.
42
82c0260e
AC
432002-11-12 Andrew Cagney <ac131313@redhat.com>
44
45 * utils.c (gdb_realpath): Make rp a constant pointer.
46
70d35819
AC
472002-11-12 Andrew Cagney <ac131313@redhat.com>
48
49 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
50 a constant buffer; cannonicalize_file_name(); realpath() with a
51 pathconf() defined buffer, xstrdup().
52
9835a8b0
AC
532002-11-12 Andrew Cagney <ac131313@redhat.com>
54
55 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
56 to hang2.C; hang3.c to hang3.C.
57
3f47be5c
EZ
582002-11-11 Elena Zannoni <ezannoni@redhat.com>
59
60 * findvar.c (read_var_value): Reenable TLS code.
61
622002-11-11 Elena Zannoni <ezannoni@redhat.com>
63 Jim Blandy <jimb@redhat.com>
64
65 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
66 * target.c (update_current_target): Add
67 to_get_thread_local_address.
68 * target.h (to_get_thread_local_address): Export.
69 (target_get_thread_local_address): Define.
70 (target_get_thread_local_address_p): Define.
71 * thread-db.c: Include solib-svr4.h.
72 (td_thr_tls_get_addr_p): Define.
73 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
74 (thread_db_get_thread_local_address): New function.
75 (init_thread_db_ops): Initialize to_get_thread_local_address.
76 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
77 * configure: Regenerate.
78 * config.in: Regenerate.
79
636b1a6d
DC
802002-11-11 David Carlton <carlton@math.stanford.edu>
81
82 * linespec.c (set_flags): New function.
83 (decode_line_1): Move code into set_flags.
84
44fe14ab
DC
852002-11-11 David Carlton <carlton@math.stanford.edu>
86
87 * linespec.c (decode_line_1): Move chunks of code to separate
88 functions.
89 (initialize_defaults): New function.
90 (decode_indirect): New function.
91
e6f181f5
AC
922002-11-11 Andrew Cagney <ac131313@redhat.com>
93
8971b011
AC
94 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
95 instead of void_code_ptr.
96 (sigtramp_saved_pc): Ditto.
97
e6f181f5
AC
98 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
99 i386_fp_regnum_p.
100
01ad7f36
DJ
1012002-11-10 Daniel Jacobowitz <drow@mvista.com>
102
103 * gdbtypes.h (struct main_type): Move artificial flag out of
104 loc. New member of ``struct field'' named static_kind. Reduce
105 overloaded meaning of bitsize.
106 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
107 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
108 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
109
110 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
111 new fields.
112 (template_to_fixed_record_type, template_to_static_fixed_type)
113 (to_record_with_fixed_variant_part): Likewise.
114 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
115 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
116 * dwarfread.c (struct_type, enum_type): Likewise.
117 * hpread.c (hpread_read_enum_type)
118 (hpread_read_function_type, hpread_read_doc_function_type)
119 (hpread_read_struct_type): Likewise.
120 * mdebugread.c (parse_symbol): Likewise.
121
bf1e52be
AC
1222002-11-10 Andrew Cagney <ac131313@redhat.com>
123
124 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
125 * stack.c (print_frame_info_base): Update.
126 (print_frame_info_base, frame_info): Update.
127 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
128 (sparc_frame_saved_pc): Update.
129 * ada-lang.c (find_printable_frame): Update.
130 * breakpoint.c (deprecated_frame_in_dummy): Update.
131
ce556f85
MK
1322002-11-09 Mark Kettenis <kettenis@gnu.org>
133
134 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
135 defined.
136 (regmap): Extend to cover all registers.
137 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
138 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
139 definitions.
140 (fetch_register, sore_register): Simplify.
141 (old_fetch_inferior_registers, old_store_inferior_registers):
142 Remove functions.
143 (cannot_fetch_register, cannot_store_register): Change
144 implementation to use regmap array to decide which registers
145 cannot be fetched/stored. This removes $orig_eax from the
146 registers that cannot be fetched/stored.
147 (fetch_inferior_registers): Call fetch_register directly instead
148 of calling old_fetch_inferior_registers.
149 (store_inferior_registers): Call store_register directly instead
150 of calling old_store_inferior_registers.
151 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
152 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
153 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
154
932bb524
KD
1552002-11-09 Klee Dienes <kdienes@apple.com>
156
157 * i387-tdep.c (i387_supply_register): When called with NULL as a
158 buffer, mark the register as not provided (to mirror the behavior
159 of supply_register).
160 (i387_supply_fxsave): Ditto.
161 (i387_supply_fsave): Ditto (inherits the behavior from
162 i387_supply_register).
163
ebe68b27
KD
1642002-11-09 Klee Dienes <kdienes@apple.com>
165
166 * blockframe.c (sigtramp_saved_pc): Use
167 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
168 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
169 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
170
15220c65
AC
1712002-11-09 Andrew Cagney <ac131313@redhat.com>
172
173 * frame.c (get_prev_frame): Test prev_p to identify a previously
174 unwound frame. Initialize prev_p.
175 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
176 comment.
177
95adb866
AC
1782002-11-09 Andrew Cagney <ac131313@redhat.com>
179
180 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
181 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
182 more comments. Zap dead code.
183
e71ecd70
MK
1842002-11-09 Mark Kettenis <kettenis@gnu.org>
185
186 * infcmd.c (print_vector_info, print_float_info): Move code that
187 checks whether the target has any registers and whether there is a
188 selected frame up, such that it is also used if a target provides
189 multi-arch definitions of these functions.
190
c525330d
AC
1912002-11-08 Andrew Cagney <ac131313@redhat.com>
192
72bdd927
AC
193 * Makefile.in (DESTDIR): Define.
194 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
195 prefix.
196
c525330d
AC
197 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
198 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
199
38c968cf
AC
2002002-11-08 Andrew Cagney <ac131313@redhat.com>
201
202 * i386-linux-tdep.c: Include "reggroups.h".
203 (i386_linux_register_reggroup_p): New function.
204 (i386_linux_init_abi): Set register_reggroup_p to
205 i386_linux_register_reggroup_p.
206 * i386-tdep.h (i386_register_reggroup_p): Declare.
207 * i386-tdep.c: Include "reggroups.h".
208 (i386_init_reggroups): New function.
209 (i386_add_reggroups): New function.
210 (i386_register_reggroup_p): New function.
211 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
212 (_initialize_i386_tdep): Call i386_init_reggroups.
213 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
214 specific reggroups.
215
19e33363
MK
2162002-11-09 Mark Kettenis <kettenis@gnu.org>
217
371a6e84
MK
218 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
219 request that's available in *BSD.
220
94ba925a
MK
221 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
222
19e33363
MK
223 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
224 FDOFF_REGNUM.
225
8779790c
AC
2262002-11-08 Andrew Cagney <ac131313@redhat.com>
227
228 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
229 * dummy-frame.c (find_dummy_frame): Rename
230 generic_find_dummy_frame, make static. Return the dummy frame
231 instead of the regcache.
232 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
233 (cached_find_dummy_frame): New function. Use find_dummy_frame.
234 (dummy_frame_register_unwind): Rename
235 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
236 * dummy-frame.h (dummy_frame_register_unwind): Rename
237 generic_call_dummy_register_unwind.
238
8674b74f
MK
2392002-11-08 Mark Kettenis <kettenis@gnu.org>
240
241 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
242 except the inclusion of "i386/tm-i386.h", to...
243 * config/i386/nm-i386v42mp.h: ...here.
244 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
245
4c1e7e9d
AC
2462002-11-08 Andrew Cagney <ac131313@redhat.com>
247
248 * Makefile.in (frame.o): Update dependencies.
249 * blockframe.c (current_frame, frame_obstack_alloc)
250 (frame_saved_regs_zalloc, get_current_frame)
251 (set_current_frame, create_new_frame)
252 (set_unwind_by_pc, get_next_frame)
253 (flush_cached_frames, reinit_frame_cache)
254 (frame_saved_regs_register_unwind)
255 (deprecated_generic_get_saved_register)
256 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
257 (_initialize_blockframe): Move frame code from here...
258 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
259 "annotate.h" and "dummy-frame.h".
260 (_initialize_frame): New function.
261
921e78cf
JB
2622002-11-08 Jim Blandy <jimb@redhat.com>
263
264 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
265 when we finish a function a context.
266 * buildsym.h (outermost_context_p): New macro.
267 (Bug analyzed by David Edelsohn.)
268
9c1412c1
AC
2692002-11-08 Andrew Cagney <ac131313@redhat.com>
270
271 * blockframe.c: Include "dummy-frame.h".
272 (struct dummy_frame, dummy_frame_stack)
273 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
274 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
275 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
276 (generic_save_call_dummy_addr, generic_pop_current_frame)
277 (generic_pop_dummy_frame, generic_fix_call_dummy)
278 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
279 dummy frame code from here...
280 * dummy-frame.c: ...to here. New file.
281 * dummy-frame.h: New file.
282 (generic_call_dummy_register_unwind): Declare.
283 (generic_find_dummy_frame): Declare.
284 * Makefile.in (SFILES): Add dummy-frame.c.
285 (dummy-frame.o): Specify dependencies.
286 (dummy_frame_h): Define.
287 (COMMON_OBS): Add dummy-frame.o.
288 (blockframe.o): Update dependencies.
289
208d8187
JB
2902002-11-08 Jim Blandy <jimb@redhat.com>
291
292 * dwarf2read.c (read_func_scope): Restore local_symbols and
293 param_symbols after we finish the function context. (Based on a
294 patch from David Edelsohn.)
295
413dad4d
DC
2962002-11-08 David Carlton <carlton@math.stanford.edu>
297
298 * linespec.c (symbol_found): New function.
299 (minsym_found): New function.
300 (decode_line_1): Separate out some code into separate functions.
301
5512c44a
JB
3022002-11-08 Joel Brobecker <brobecker@gnat.com>
303
304 * i386-tdep.c (i386_frameless_signal_p): Make non static for
305 the benefit of the interix target.
306 * i386-tdep.h (i386_frameless_signal_p): Declare.
307
1b33ef47
AC
3082002-11-08 Andrew Cagney <ac131313@redhat.com>
309
310 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
311 declaration that snuck in from change below.
312
23a34459
AC
3132002-11-06 Andrew Cagney <cagney@redhat.com>
314
315 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
316 all callers.
317 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
318 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
319 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
320 (i386_mxcsr_regnum_p): new function. Use instead of
321 MXCSR_REGNUM_P.
322 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
323 (i386_sse_regnum_p): Declare.
324 (i386_mxcsr_regnum_p): Declare.
325 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
326 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
327 (IS_FP_REGNUM): Update definition.
328 (IS_FPU_CTRL_REGNUM): Update definition..
329 (IS_SSE_REGNUM): Update definition..
330 * i386v-nat.c (register_u_addr): Update.
331 * go32-nat.c (fetch_register): Update.
332 (store_register): Update.
333
d709c020
JB
3342002-11-07 Joel Brobecker <brobecker@gnat.com>
335
336 Preparation work to convert the hppa targets to multiarch partial.
337
338 * hppa-tdep.c: Add new functions replacing macro bodies from
339 config/pa/tm-hppa.h. These function will be used to initialize
340 the gdbarch structure. Import some comments from tm-hppa.h,
341 and place them where appropriate, to avoid loosing them when
342 we cleanup this file.
343 (hppa_reg_struct_has_addr): New function.
344 (hppa_inner_than): New function.
345 (hppa_stack_align): New function.
346 (hppa_pc_requires_run_before_use): New function.
347 (hppa_instruction_nullified): New function.
348 (hppa_register_byte): New function.
349 (hppa_register_virtual_type): New function.
350 (hppa_store_struct_return): New function.
351 (hppa_cannot_store_register): New function.
352 (hppa_frame_args_address): New function.
353 (hppa_frame_locals_address): New function.
354 (hppa_smash_text_address): New function.
355 (hppa_coerce_float_to_double): New function. Requires the inclusion
356 of "language.h".
357
358 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
359
360 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
361 gdbarch-eligible macro to a call to the new associated function
362 created in hppa-tdep.c.
363 (INNER_THAN): Likewise.
364 (STACK_ALIGN): Likewise.
365 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
366 (INSTRUCTION_NULLIFIED): Likewise.
367 (REGISTER_BYTE): Likewise.
368 (REGISTER_VIRTUAL_TYPE): Likewise.
369 (STORE_STRUCT_RETURN): Likewise.
370 (CANNOT_STORE_REGISTER): Likewise.
371 (FRAME_ARGS_ADDRESS): Likewise.
372 (FRAME_LOCALS_ADDRESS): Likewise.
373 (SMASH_TEXT_ADDRESS): Likewise.
374 (COERCE_FLOAT_TO_DOUBLE): Likewise.
375 (ABOUT_TO_RETURN): Delete, as no longer used.
376
83c31e7d
FN
3772002-11-07 Fernando Nasser <fnasser@redhat.com>
378
379 * printcmd.c (disassemble_command): Remove obsolete function.
380 (_initialize_printcmd): Do not create disassemble command here.
381 * cli/cli-cmds.c (disassemble_command): New function. Implements
382 disassemble command.
383 (init_cli_cmds): Create disassemble command here instead.
384
0ec30a36
AC
3852002-11-07 Andrew Cagney <ac131313@redhat.com>
386
387 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
388
e600bd34
AC
3892002-11-07 Andrew Cagney <ac131313@redhat.com>
390
391 * regcache.h (regcache_cooked_read_using_offset_hack)
392 (regcache_cooked_write_using_offset_hack): Delete declarations.
393 (register_changed): Delete declaration.
394 * regcache.c (regcache_cooked_read_using_offset_hack)
395 (regcache_cooked_write_using_offset_hack): Delete functions.
396 (cooked_xfer_using_offset_hack): Delete function.
397 (register_changed): Delete function.
398
568f8739
JB
3992002-11-07 Jim Blandy <jimb@redhat.com>
400
401 * macroscope.c: #include "complaints.h".
402 (sal_macro_scope): Cope with filenames that appear in the symtabs,
403 but not in the macro table.
404 * Makefile.in (macroscope.o): Record dependency.
405
b0718b7b
JB
4062002-11-07 Joel Brobecker <brobecker@gnat.com>
407
408 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
409
2b9e5f3f
AC
4102002-11-07 Andrew Cagney <ac131313@redhat.com>
411
412 * regcache.c (deprecated_registers_fetched): Update.
413 * regcache.h (deprecated_registers_fetched): Rename
414 registers_fetched.
415 * remote-vxsparc.c (vx_read_register): Update.
416 * remote-vxmips.c (vx_read_register): Update.
417 * remote-vx68.c (vx_read_register): Update.
418 * irix5-nat.c (fetch_core_registers): Update.
419 * mipsm3-nat.c (fetch_inferior_registers): Update.
420 * sun3-nat.c (fetch_inferior_registers): Update.
421 * symm-nat.c (fetch_inferior_registers): Update.
422 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
423 (fetch_core_registers): Update.
424 (fetch_kcore_registers): Update.
425 * mips-nat.c (fetch_inferior_registers): Update.
426 * corelow.c (get_core_registers): Update.
427 * a68v-nat.c (fetch_inferior_registers): Update.
428
e6e68f1f
JB
4292002-11-06 Joel Brobecker <brobecker@gnat.com>
430
431 Put in place the framework necessary for multiarching the hppa targets.
432 * hppa-tdep.c (hppa_gdbarch_init): New function.
433 (hppa_dump_tdep): New function.
434 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
435 tdep structure dumper.
436 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
437 until the multi-arching conversion has partially been completed.
438
492254e9
AC
4392002-11-06 Andrew Cagney <ac131313@redhat.com>
440
441 * valops.c (value_assign): Merge lval_register case into
442 lval_reg_frame_relative. Use frame_register and
443 regcache_cooked_write instead of get_saved_register and
444 write_register_bytes. After flushing the register cache, try to
445 re-select the selected frame.
446
8262ee23
AC
4472002-11-06 Andrew Cagney <ac131313@redhat.com>
448
449 * regcache.h (deprecated_register_valid): Rename register_valid.
450 * regcache.c: Update.
451 * ia64-aix-nat.c: Update.
452 * i386gnu-nat.c: Update.
453 * alpha-nat.c: Update.
454 * sparc-nat.c: Update.
455 * lynx-nat.c: Update.
456 * remote-mips.c: Update.
457
4facf7e8
JB
4582002-11-06 Joel Brobecker <brobecker@gnat.com>
459
460 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
461 to end of file, to be more consistent with the pratice followed
462 by other targets.
463
f9418c0f
AC
4642002-11-06 Andrew Cagney <ac131313@redhat.com>
465
466 * infcmd.c: Include "reggroups.h" and <ctype.h>.
467 (print_float_info): Print registers in float_reggroup.
468 (print_vector_info): Print registers in vector_reggroup.
469 (default_print_registers_info): When all, print registers in
470 all_reggroup. Otherwize, print registers in general_reggroup.
471 (registers_info): Rewrite. Add support for register groups.
472 Eliminate a goto.
473
3fe235a7
EZ
4742002-11-06 Elena Zannoni <ezannoni@redhat.com>
475
476 * symtab.c (methods_info): Delete. It has been ifdeffed out for
477 ages.
478 (symtab_symbol_info): Remove eons old ifdeffed out code.
479 (_initialize_symtab): Remove prehistoric disabled 'info methods'
480 command.
481
ef944135
TR
4822002-11-06 Theodore A. Roth <troth@openavr.org>
483
484 * c-exp.y: Add missing semi-colons.
485 * f-exp.y: Add missing semi-colons.
486 * m2-exp.y: Add missing semi-colons.
487 * p-exp.y: Add missing semi-colons.
488 Add empty action to start rule to avoid a type clash error when
489 building with bison >= 1.50.
490
f8302a57
JB
4912002-11-06 Jim Blandy <jimb@redhat.com>
492
493 * macrotab.h (struct macro_source_file): Doc fix.
494
6e382aa3
JJ
4952002-11-05 Jeff Johnston <jjohnstn@redhat.com>
496
497 * varobj.c (child_exists, cplus_number_of_children): Change
498 STREQ macro references to strcmp.
499 (cplus_name_of_child): Change code to handle the fact that
500 fields are not necessarily contiguous with regards to their
501 access control. This is a fix for PR gdb/792.
502
a216a322
AC
5032002-11-05 Andrew Cagney <ac131313@redhat.com>
504
505 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
506 * gdbarch.h, gdbarch.c: Regnerate.
507 * frame.h (frame_register): Declare.
508 * frame.c (frame_register): New function.
509 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
510 GET_SAVED_REGISTER, otherwize call
511 generic_unwind_get_saved_register.
512 (frame_register_read): Use frame_register instead of
513 get_saved_register.
514
7d5b6fdd
EZ
5152002-11-05 Elena Zannoni <ezannoni@redhat.com>
516
517 From Jim Ingham <jingham@apple.com>:
518 * event-top.c (gdb_disable_readline): New function.
519 (_initialize_event_loop): Move comment.
520
b7c64260
EZ
5212002-11-05 Elena Zannoni <ezannoni@redhat.com>
522
523 * event-loop.c (start_event_loop): Add comment.
524 Update copyright.
525
c2e1b8f2
AC
5262002-11-05 Andrew Cagney <ac131313@redhat.com>
527
528 * infcmd.c (default_print_registers_info): Do not call
529 PRINT_REGISTER_HOOK.
530
87647bb0
AC
5312002-11-05 Andrew Cagney <ac131313@redhat.com>
532
533 * sparc-tdep.c (sparc_print_register_hook): Make static.
534 (sparc_print_registers_info): New function.
535 (sparc_do_registers_info): New function.
536 (sparclet_print_registers_info): New function.
537 (sparclet_do_registers_info): New function.
538 (do_sparc_print_registers_info): New function.
539 (sparc_print_registers): New static function, clone of infcmd.c's
540 default_print_registers_info.
541 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
542 (sparclet_do_registers_info): Declare.
543 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
544 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
545 Re-define.
546 (sparc_do_registers_info): Declare.
547 (PRINT_REGISTER_HOOK): Delete macro.
548 (sparc_print_register_hook): Delete declaration.
549
8155455b
DC
5502002-11-05 David Carlton <carlton@math.stanford.edu>
551
552 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
553 functions.
554 (lookup_symbol_aux_local): New function.
555 (lookup_symbol_aux_symtabs): New function.
556 (lookup_symbol_aux_psymtabs): New function.
557
29924310
DC
5582002-11-05 David Carlton <carlton@math.stanford.edu>
559
560 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
561 previous values of 'objfile' and 'block'.
562
cc303028
PM
5632002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
564
565 * values.c (value_change_enclosing_type): Set
566 enclosing_type field correctly also for the case where
567 more memory needs to be allocated.
568
1d70089a
MK
5692002-11-03 Mark Kettenis <kettenis@gnu.org>
570
f16a25ae
MK
571 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
572 of puts_filtered.
573
1d70089a
MK
574 * i387-tdep.c (i387_print_float_info): Replace calls to
575 register_read and deprecated_read_register_gen with calls to
576 frame_register_read, and make the necessary adjustments to the
577 surrounding code.
578
7e20f3fb
AC
5792002-11-02 Andrew Cagney <ac131313@redhat.com>
580
581 * gdbarch.sh (register_reggroup_p): Allow default value.
582 * gdbarch.h, gdbarch.c: Regenerate.
583
192dbe33
AC
5842002-11-02 Andrew Cagney <ac131313@redhat.com>
585
586 * regcache.h: Add coment indicating replacements for deprecated
587 functions.
588
b59ff9d5
AC
5892002-11-02 Andrew Cagney <cagney@redhat.com>
590
591 * reggroups.h, reggroups.c: New files.
592 * regcache.c: Include "reggroups.h".
593 (enum regcache_dump_what): Add `regcache_dump_groups'.
594 (regcache_dump): Contract size of the "Type" column. When
595 specified, dump the register's groups.
596 (maintenance_print_register_groups): New function.
597 (_initialize_regcache): Add command `maint print register-groups'.
598 * Makefile.in (COMMON_OBS): Add reggroups.o
599 (SFILES): Add reggroups.c.
600 (reggroups_h): Define.
601 (regcache.o, gdbarch.o): Update dependencies.
602 (reggroups.o): Specify dependencies.
603 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
604 Add opaque declaration for `struct reggroup' in generated .h file.
605 Include "reggroups.h" in generated .c file.
606 gdbarch.h, gdbarch.c: Re-generate.
607
4caf0990
AC
6082002-11-02 Andrew Cagney <cagney@redhat.com>
609
610 * regcache.h (deprecated_read_register_gen): Rename
611 read_register_gen.
612 (deprecated_write_register_gen): Rename write_register_gen.
613 * i387-tdep.c: Update.
614 * x86-64-linux-nat.c: Update
615 * wince.c: Update.
616 * thread-db.c: Update.
617 * win32-nat.c: Update.
618 * mips-tdep.c: Update.
619 * d10v-tdep.c: Update.
620 * cris-tdep.c: Update.
621 * remote-sim.c: Update.
622 * remote-rdi.c: Update.
623 * remote-rdp.c: Update.
624 * frame.c: Update.
625 * target.c: Update.
626 * blockframe.c: Update.
627 * x86-64-tdep.c: Update.
628 * xstormy16-tdep.c: Update.
629 * sh-tdep.c: Update.
630 * s390-tdep.c: Update.
631 * rs6000-tdep.c: Update.
632 * sparc-tdep.c: Update.
633 * i386-tdep.c: Update.
634 * dwarf2cfi.c: Update.
635 * regcache.c: Update.
636
7a7adcdf
JB
6372002-11-01 Joel Brobecker <brobecker@gnat.com>
638
639 New interix-specific files:
640 * config/i386/nm-interix.h: New file.
641 * config/i386/interix.mh: New file.
642 * config/i386/interix.mt: New file.
643 * i386-interix-nat.c: New file.
644 * i386-interix-tdep.c: New file.
645
bdcdd535
AC
6462002-11-01 Andrew Cagney <cagney@redhat.com>
647
648 * frame.h (deprecated_generic_get_saved_register): Rename
649 generic_get_saved_register.
650 * blockframe.c (deprecated_generic_get_saved_register): Update.
651 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
652 (xstormy16_frame_saved_register): Update.
653 * sh-tdep.c (sh_gdbarch_init): Update.
654 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
655 * ia64-tdep.c (ia64_get_saved_register): Update.
656 * cris-tdep.c (cris_gdbarch_init): Update.
657 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
658 * arm-tdep.c (arm_gdbarch_init): Update.
659
2a4b7c45
DJ
6602002-10-31 Daniel Jacobowitz <drow@mvista.com>
661
662 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
663
ef17e74b
DJ
6642002-10-31 Daniel Jacobowitz <drow@mvista.com>
665
666 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
667 trampolines in sigaction.
668
4904ba5b
AC
6692002-10-31 Andrew Cagney <cagney@redhat.com>
670
671 * h8300-tdep.c: Include "gdb_assert.h".
672 (h8300_print_register): Add gdbarch, file and frame parameters.
673 Use frame_read_unsigned_register to read the register's value.
674 Use fprintf_filtered to display output.
675 (h8300_print_registers_info): Replace h8300_do_registers_info.
676 (h8300_gdbarch_init): Set print_registers_info.
677
f908a0eb
AC
6782002-10-31 Andrew Cagney <cagney@redhat.com>
679
680 * frame.c (frame_read_unsigned_register): New function.
681 (frame_read_signed_register): New function.
682 * frame.h (frame_read_unsigned_register): Declare.
683 (frame_read_signed_register): Declare.
684
c5646e11
AC
6852002-10-31 Andrew Cagney <cagney@redhat.com>
686
687 * h8500-tdep.c (h8500_print_registers_info): New static function,
688 clone of infcmd.c's default_print_registers_info.
689 (h8500_do_registers_info): New funtion.
690 (h8500_print_register_hook): Rename print_register_hook, make
691 static.
692
693 * config/h8500/tm-h8500.h: Update copyright.
694 (DEPRECATED_DO_REGISTERS_INFO): Define.
695 (h8500_do_registers_info: Declare.
696 (PRINT_REGISTER_HOOK): Delete macro.
697 (print_register_hook): Delete function.
698
0bdd672b
AC
6992002-10-31 Andrew Cagney <cagney@redhat.com>
700
701 * z8k-tdep.c (z8k_print_register_hook): Make static.
702 (z8k_print_registers_info): New static function, clone of
703 infcmd.c's default_print_registers_info.
704 (z8k_do_registers_info): New function. Wrap
705 z8k_print_registers_info.
706 * config/z8k/tm-z8k.h: Update copyright.
707 (PRINT_REGISTER_HOOK): Delete macro.
708 (z8k_print_register_hook): Delete declaration.
709 (DEPRECATED_DO_REGISTERS_INFO): Define.
710 (z8k_do_registers_info): Declare.
711
bf9c25dc
JB
7122002-10-30 Joel Brobecker <brobecker@gnat.com>
713
714 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
715 as this is already provided by value.h, and was actually causing
716 a compilation error because of a conflict in parameter type
717 declaration due to a missing const keyword.
718 (low_text_segment_addres): Fix a compilation warning.
719
2c665b51
DJ
7202002-10-29 Daniel Jacobowitz <drow@mvista.com>
721
722 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
723 registers without a name.
724 (mips_linux_cannot_store_register): Don't store registers without
725 a name.
726
e70ea697
DC
7272002-10-28 David Carlton <carlton@math.stanford.edu>
728
729 * symtab.c (find_addr_symbol): Delete. (It was already commented
730 out.)
731 * symtab.h: Delete prototype for find_addr_symbol.
732
903ad3a6
AC
7332002-10-26 Andrew Cagney <cagney@redhat.com>
734
735 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
736 DO_REGISTERS_INFO.
737 gdbarch.h, gdbarch.c: Re-generate.
738 * infcmd.c (default_print_registers_info): Update reference.
739 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
740 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
741 * sh-tdep.c (sh_gdbarch_init): Ditto.
742 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
743 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
744
ab91194c
MK
7452002-10-26 Mark Kettenis <kettenis@gnu.org>
746
e3033f15
MK
747 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
748 cfi_init_extra_frame_info.
749 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
750 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
751
b83b026c
MK
752 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
753 target where necessary. Add more comments and remove the ones
754 that don't provide any useful information.
755
267bf4bb
MK
756 * i386-tdep.c (i386_frame_saved_pc): Replace call to
757 deprecated_read_register_dummy with
758 frame_unwind_unsigned_register.
759
751f1375
MK
760 * i386-tdep.c (i386_extract_struct_value_address): Use
761 regcache_raw_read_unsigned instead of
762 regcache_cooked_read_unsigned since we know that the register
763 we're reading isn't a pseudo register. Rename variable 'val' into
764 the more descriptive 'addr'.
765
26abbdc4
MK
766 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
767 (x86_64_push_return_address): Add comment.
768 (x86_64_pop_frame): Make static.
769 (examine_argument): Clarify comment.
770 (x86_64_skip_prologue): Make prolog_expact variable static.
771
9f1549cc
MK
772 * dwarf2cfi.c: Fix some formatting problems.
773 (context_cpy, read_encoded_pointer): Clarify comments.
774
ab91194c
MK
775 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
776 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
777 i386 target back into x86_64_gdbarch_init. Add some comments and
778 remove meaningless ones.
779
72367fb4
AC
7802002-10-25 Andrew Cagney <cagney@redhat.com>
781
782 * complaints.h (struct deprecated_complaint): Rename `struct
783 complaint'.
784 * complaints.c (complain): Update.
785 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
786 incorrect comment indicating that "symfile.h" was being included
787 for the `struct complaint' definition.
788 * remote-vx.c: Update.
789 * objc-lang.c: Update.
790 * xcoffread.c: Update.
791 * hpread.c: Update.
792 * mdebugread.c: Update.
793 * stabsread.c: Update.
794 * dwarf2read.c: Update.
795 * dwarfread.c: Update.
796 * elfread.c: Update.
797 * coffread.c: Update.
798 * stabsread.h: Update.
799 * dbxread.c: Update.
800 * buildsym.c: Update.
801 * gdbtypes.c: Update.
802 * macrotab.c: Update.
803
1f2baacc
MK
8042002-10-25 Mark Kettenis <kettenis@gnu.org>
805
0c1a73d6
MK
806 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
807 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
808 (x86_64_init_abi): ...new function.
809
6aee4d54 810 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
811 * i386v-nat.c: Include "i386-tdep.h".
812
8f9cbe01
AC
8132002-10-25 Andrew Cagney <cagney@redhat.com>
814
5f11f355
AC
815 * gdbtypes.c (address_space_name_to_int): Update.
816 (address_space_int_to_name): Update.
817 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
818 multi-arch predicate.
819 (address_class_name_to_type_flags): Ditto.
820 * gdbarch.h, gdbarch.c: Re-generate.
821
8f9cbe01
AC
822 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
823
e8d96a5d
MH
8242002-10-24 Martin M. Hunt <hunt@redhat.com>
825
826 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
827
fe39c653
EZ
8282002-10-24 Elena Zannoni <ezannoni@redhat.com>
829
830 * symtab.h (INIT_SAL): Delete macro.
831 (init_sal): Export.
832 * symtab.c (init_sal): New function.
833
834 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
835 to init_sal function call.
836 (find_sal_from_funcs_and_line): Ditto.
837 (all_sals_for_line): Ditto.
838 * breakpoint.c (create_internal_breakpoint): Ditto.
839 (create_fork_vfork_event_catchpoint): Ditto.
840 (create_exec_event_catchpoint): Ditto.
841 (parse_breakpoint_sals): Ditto.
842 (watch_command_1): Ditto.
843 (handle_gnu_4_16_catch_command): Ditto.
844 (clear_command): Ditto.
845 * hppa-tdep.c (child_enable_exception_callback): Ditto.
846 * infcmd.c (run_stack_dummy): Ditto.
847 * infrun.c (process_event_stop_test): Ditto.
848 (check_sigtramp2): Ditto.
849 (step_over_function): Ditto.
850 * linespec.c (decode_line_2): Ditto.
851 (decode_line_1): Ditto.
852 * source.c (line_info): Ditto.
853 * symtab.c (find_pc_sect_line): Ditto.
854
baed091b
ML
8552002-10-24 Michal Ludvig <mludvig@suse.cz>
856
857 * dwarf2cfi.c (struct context)
858 (struct context_reg): Moved to dwarf2cfi.h
859 (context_alloc, frame_state_alloc, context_cpy):
860 Made extern instead of static, removed prototypes.
861 * dwarf2cfi.h (struct context)
862 (struct context_reg): New, moved from dwarf2cfi.c
863 (context_alloc, frame_state_alloc, context_cpy):
864 New prototypes.
865 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
866 Changed from static to extern.
867 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
868 (LINUX_SIGCONTEXT_FP_OFFSET)
869 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
870 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
871 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
872 * x86-64-tdep.c (x86_64_gdbarch_init): Several
873 set_gdbarch_*() calls now use x86-64 specific functions
874 instead of DWARF2 CFI ones.
875 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
876 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
877 (x86_64_init_extra_frame_info): New prototypes.
878
c38da1af
DC
8792002-10-23 David Carlton <carlton@math.stanford.edu>
880
881 * linespec.c: #include "parser-defs.h".
882 Delete prototype for find_template_name_end.
883 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
884
fb9b6b35
JJ
8852002-10-23 Jeff Johnston <jjohnstn@redhat.com>
886
887 * NEWS: add recent mi fixes.
888 * varobj.c (struct varobj): Add new "updated" flag.
889 (new_variable): Default "updated" flag to 0.
890 (varobj_set_value): Set "updated" flag to 1 if value
891 changes.
892 (varobj_update): Check varobj "updated" flag before
893 comparing old and refreshed values. Fix for
894 PR gdb/702.
895
8da065d5
DC
8962002-10-23 David Carlton <carlton@math.stanford.edu>
897
898 * parse.c (parse_exp_1): Use BLOCK_START.
899 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
900 SYMBOL_BLOCK_VALUE.
901 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
902
87f2f08c
DC
9032002-10-23 David Carlton <carlton@math.stanford.edu>
904
905 * symtab.c: Delete cplusplus_hint.
906 Delete prototype for find_template_name_end.
907
88cda038
EZ
9082002-10-23 Elena Zannoni <ezannoni@redhat.com>
909
910 * symtab.h: Update comment.
911
2625d86c
MS
9122002-10-23 Michael Snyder <msnyder@redhat.com>
913
914 * printcmd.c (address_info): Restore quotes in output.
915 * valops.c (value_of_local): Restore quotes in error message.
916
9cc0d196
EZ
9172002-10-23 Elena Zannoni <ezannoni@redhat.com>
918
919 * symtab.c (symbol_demangled_name): New function.
920 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
921 turning most of it into a function.
922 (symbol_demangled_name): Export.
923
19de93d0
MS
9242002-10-23 Michael Snyder <msnyder@redhat.com>
925
926 * valops.c (value_of_local): Restore quotes in error message.
927
89aad1f9
EZ
9282002-10-23 Elena Zannoni <ezannoni@redhat.com>
929
930 * symtab.c (symbol_init_language_specific): New function.
931 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
932 turning most of it into a function.
933 (symbol_init_language_specific): Export.
934
d9fa45fe
DC
9352002-10-23 David Carlton <carlton@math.stanford.edu>
936
937 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
938 (dwarf_attr_name): Ditto.
939 (dwarf_type_encoding_name): Ditto.
940 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
941 (process_die): Handle DW_TAG_namespace,
942 DW_TAG_imported_declaration, DW_TAG_imported_module.
943 (read_namespace): New function.
944
1045b512
JB
9452002-10-22 Joel Brobecker <brobecker@gnat.com>
946
947 * configure.in: Define NEW_PROC_API on Interix too.
948 * configure: Regenerate.
949
9502002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
951
952 * configure: Regenerate using the proper version of autoconf.
953
3987b9d4
EZ
9542002-10-21 Elena Zannoni <ezannoni@redhat.com>
955
956 * findvar.c (read_var_value): Temporarily disable TLS code, until
957 complete TLS support is added.
958
9d774e44
EZ
9592002-10-21 Jim Blandy <jimb@redhat.com>
960 Elena Zannoni <ezannoni@redhat.com>
961
962 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
963 for thread local storage locations.
964 (struct symbol): Add objfile field.
965 (SYMBOL_OBJFILE): Define.
966 * dwarf2read.c (is_thread_local): New static variable.
967 (new_symbol): If variable is in thread local fill in address class
968 and objfile appropriately.
969 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
970 stack operation.
971 * printcmd.c (address_info): Print the information for thread
972 local storage variable.
973 * findvar.c (read_var_value): In case of thread local variable,
974 defer to the target vector code to compute address.
975
bc4a16ae
EZ
9762002-10-21 Elena Zannoni <ezannoni@redhat.com>
977
978 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
979 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
980
407caf07
EZ
9812002-10-21 Elena Zannoni <ezannoni@redhat.com>
982
983 * symtab.h (address_class): Rename
984 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
985 * hpread.c (hpread_process_one_debug_symbol): Ditto.
986 * printcmd.c (address_info): Ditto.
987 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
988
005328e3
MK
9892002-10-20 Mark Kettenis <kettenis@gnu.org>
990
afdb036a
MK
991 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
992 DBREG_DRX macro to acces debug registers.
993
ca02e098
MK
994 * Makefile.in (i386obsd-tdep.o): New target.
995
03cc47f7
MK
996 * solib-sunos.c: Include "bcache.h" and "regcache.h".
997 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
998
005328e3
MK
999 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1000 * config/i386/obsd.mt: New file.
1001 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1002 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1003 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1004 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1005 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1006 * i386obsd-tdep.c: New file.
1007
9c96f9f2
AF
10082002-10-19 Adam Fedor <fedor@gnu.org>
1009
1010 * objc-exp.y (name_not_typename): Fix invalid comment.
1011
ce1ed485
MK
10122002-10-20 Mark Kettenis <kettenis@gnu.org>
1013
1014 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1015 to allocate partial syms and macro byte caches.
1016
1efc7aaa
DC
10172002-10-18 David Carlton <carlton@math.stanford.edu>
1018
1019 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1020
7e1d63ec
AF
10212002-10-18 Adam Fedor <fedor@gnu.org>
1022
1023 * stabsread.c (find_name_end): New function.
1024 (define_symbol): Use it.
1025
6e8d29a9
DJ
10262002-10-18 Daniel Jacobowitz <drow@mvista.com>
1027
1028 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1029 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1030 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1031 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1032
1efc7aaa 10332002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1034
1035 * symfile.h: Add opaque declaration for struct obstack.
1036 Declare obsavestring to take a const char *.
1037 * symfile.c (obsavestring): Make first argument a const char *.
1038
1aeae86e
AF
10392002-10-16 Adam Fedor <fedor@gnu.org>
1040
1041 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1042 names when matching breakpoints in current file.
1043
8b2dbe47
KB
10442002-10-16 Kevin Buettner <kevinb@redhat.com>
1045
1046 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1047 (read_tag_pointer_type): Add address class support.
1048 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1049 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1050 New methods.
1051 * gdbarch.h, gdbarch.c: Regenerate.
1052 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1053 (make_type_with_address_space, recursive_type_dump): Add address
1054 class support.
1055 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1056 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1057 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1058
74451869
KD
10592002-10-16 Klee Dienes <kdienes@apple.com>
1060
1061 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1062 to get the last character of a char[] buffer, not
1063 name[sizeof(vptr_name)-1].
1064
ff4cb3e8
AF
10652002-10-14 Adam Fedor <fedor@gnu.org>
1066
1067 * symtab.h: New objc_specific struct.
1068 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1069 (SYMBOL_DEMANGLED_NAME): Likewise.
1070
da2cf7e0
AF
10712002-10-14 Adam Fedor <fedor@gnu.org>
1072
1073 * symfile.c (init_filename_language_table): Add ObjC file extension.
1074
4a351cef
AF
10752002-10-14 Adam Fedor <fedor@gnu.org>
1076
1077 * utils.c (puts_filtered_tabular): New function.
1078 (fprintf_symbol_filtered): Get ObjC demangled name.
1079 * defs.h (puts_filtered_tabular): Declared.
1080
9750e763
KB
10812002-10-14 Kevin Buettner <kevinb@redhat.com>
1082
1083 * c-lang.h (c_type_print_varspec_prefix): Delete.
1084 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1085 ``need_post_space'' parameter. Adjust all callers.
1086
eee771c1
DJ
10872002-10-14 Daniel Jacobowitz <drow@mvista.com>
1088
1089 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1090 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1091 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1092 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1093
46c82446
AF
10942002-10-13 Adam Fedor <fedor@gnu.org>
1095
1096 * source.c (print_source_lines): Update comments.
1097
d069f99d
AF
10982002-10-13 Adam Fedor <fedor@gnu.org>
1099
1100 * valops.c (value_of_local): New function.
1101 (value_of_this): Use it.
1102 * value.h (value_of_local): Declared.
1103
53c551b7
AF
11042002-10-13 Adam Fedor <fedor@gnu.org>
1105
1106 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1107 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1108
eb392fbf
AF
11092002-10-12 Adam Fedor <fedor@gnu.org>
1110
1111 * language.c (binop_result_type): Add language_objc to case.
1112 (integral_type): Likewise.
1113 (character_type): Likewise.
1114 (string_type): Likewise.
1115 (boolean_type): Likewise.
1116 (structured_type): Likewise.
1117 (binop_type_check): Likewise.
1118
e2b23ee9
AF
11192002-10-11 Adam Fedor <fedor@gnu.org>
1120
1121 * printcmd.c (address_info): Print 'self' for ObjC.
1122
b01ab485
AF
11232002-10-11 Adam Fedor <fedor@gnu.org>
1124
1125 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1126 OP_SELF.
1127
806e6073
AF
11282002-10-11 Adam Fedor <fedor@gnu.org>
1129
1130 * language.h (CAST_IS_CONVERSION): Add language_objc.
1131
50f85cdf
AF
11322002-10-11 Adam Fedor <fedor@gnu.org>
1133
1134 * defs.h (enum language): Add language_objc.
1135
0d540cdf
KD
11362002-10-11 Klee Dienes <kdienes@apple.com>
1137
69266111 1138 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1139 * gdbcore.h (read_memory_typed_address): Add prototype.
1140 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1141 to read a value destined for a CORE_ADDR, not read_memory_integer.
1142 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1143 (f77_get_dynamic_lowerbound): Ditto.
1144
d5dc7960
MH
11452002-10-11 Martin M. Hunt <hunt@redhat.com>
1146
1147 * utils.c (string_to_core_addr): After turning string into
1148 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1149 which will do necessary sign-extension, etc.
1150
8343f86c
DJ
11512002-10-11 Daniel Jacobowitz <drow@mvista.com>
1152
1153 * c-exp.y (THIS): Delete token and grammar rule.
1154 (yylex): Don't return THIS.
1155 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1156 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1157 * demangle.c (cplus_markers): Update comment. Put '$'
1158 first. Remove CPLUS_MARKER.
1159 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1160 * jv-exp.y (THIS): Delete token and grammar rule.
1161 (yylex): Don't return THIS.
1162 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1163 * objc-exp.y (THIS): Delete token and grammar rule.
1164 (yylex): Don't return THIS.
1165 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1166 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1167 (read_member_functions): Likewise for opname.
1168 (read_tilde_fields): Use is_cplus_marker.
1169
1170 * defs.h (CPLUS_MARKER): Don't define.
1171 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1172 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1173 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1174 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1175 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1176
1177 * config/i386/tm-i386v4.h: Delete file.
1178 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1179 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1180 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1181 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1182 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1183 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1184 * config/i386/i386v4.mt (TM_FILE): Likewise.
1185 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1186
967c0d83
MM
11872002-10-10 Marko Mlinar <markom@opencores.org>
1188
1189 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1190 accidentially not commited 2002-10-09
1191 * gdbarch.h, gdbarch.c: Re-generate.
1192
f74fa174
MM
11932002-10-09 Marko Mlinar <markom@opencores.org>
1194
1195 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1196 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1197 * gdbarch.h, gdbarch.c: Re-generate.
1198
57349743
JB
11992002-10-08 Petr Sorfa <petrs@caldera.com>
1200
1201 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1202
1203 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1204 so we can work on more than one compilation unit at a time. This
1205 helps prepare GDB to handle inter-CU die references.
1206 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1207 the code to be defined before struct comp_unit_head.
1208 (comp_unit_head): Added new members - offset, cu_head,
1209 begin_die, next and dwarf2_abbrevs.
1210 (dwarf2_abbrevs): Removed single static var; now member of
1211 struct comp_unit_head.
1212 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1213 members.
1214 (psymtab_to_symtab_1): Changed to work with the new
1215 struct comp_unit_head.
1216 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1217 constructs the dwarf2_abbrevs[] inside the cu_header.
1218 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1219 dwarf2_abbrev table to clean up.
1220 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1221 handling of dwarf2_abbrevs inside the cu_header.
1222 (read_partial_die): Now supports the call to the new
1223 dwarf2_lookup_abbrev.
1224 (read_full_die): Now supports the call to the new
1225 dwarf2_lookup_abbrev.
1226
4092aadb
CF
12272002-10-06 Christopher Faylor <cgf@redhat.com>
1228
1229 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1230 insure that shell variables, such as "transformed_name" are propagated
1231 to later shell statements in rule.
1232
af0b2512
MK
12332002-10-06 Mark Kettenis <kettenis@gnu.org>
1234
1235 * config/i386/nm-i386sco.h: Add protection against
1236 multiple-inclusion. Include "i386/nm-i386v.h".
1237 (REGISTER_U_ADDR): Remove define.
1238 (i386_register_u_addr): Remove prototype.
1239
d6020d45
MS
12402002-10-04 Michael Snyder <msnyder@redhat.com>
1241
1242 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1243 before treating it as a single-step event.
1244
7248f48e
AF
12452002-10-03 Adam Fedor <fedor@gnu.org>
1246
1247 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1248 (objc_demangle): Remove assignment in if statements, Replace
1249 free with xfree.
1250 (add_msglist): Likewise.
1251 (end_msglist): Likewise.
1252 (complare_selectors): Likewise.
1253 (selectors_info): Likewise.
1254 (compare_classes): Likewise.
1255 (classes_info): Likewise.
1256 (print_object_command): Likewise.
1257 (find_objc_msgcall_submethod): Replace PTR with void *.
1258 * objc-lang.h: Remove check for __STDC__.
1259
52c6a6ac
JJ
12602002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1261
1262 * ui-out.h (ui_out_field_fmt_int): New prototype.
1263 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1264 of field width and alignment.
1265 * stack.c (print_frame_info_base): When printing frame level, use
1266 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1267 PR gdb/192
1268
7e3cec17
JJ
12692002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1270
1271 * MAINTAINERS: Add self to Write After Approval list.
1272
a58dd373
EZ
12732002-10-02 Elena Zannoni <ezannoni@redhat.com>
1274
1275 * infcmd.c (interrupt_target_command_wrapper): Delete.
1276 (interrupt_target_command): Make non static.
1277 (nofp_registers_info): Make static.
1278 * stack.c (return_command_wrapper): Delete.
1279 (return_command): Make non static.
1280
cee6ddeb
EZ
12812002-10-02 Elena Zannoni <ezannoni@redhat.com>
1282
1283 * event-top.c (gdb_setup_readline): New function. Code moved from
1284 _initialize_event_loop().
1285 (_initialize_event_loop): Call gdb_setup_readline().
1286
c4ed33b9
AC
12872002-10-02 Andrew Cagney <ac131313@redhat.com>
1288
1289 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1290 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1291 * gdbarch.h, gdbarch.c: Re-generate.
1292
cef4f5dd
DJ
12932002-10-02 Daniel Jacobowitz <drow@mvista.com>
1294
1295 Fix PR gdb/778
1296 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1297 before recursing.
1298 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1299 of fill_in_vptr_fieldno.
1300
36dc181b 13012002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1302
36dc181b
EZ
1303 * inferior.h (registers_info, stepi_command, nexti_command,
1304 continue_command, interrupt_target_command): Export from infcmd.c.
1305 * frame.h (args_info, selected_frame_level_changed_hook,
1306 return_command): Export from stack.c.
1307 * v850ice.c (stepi_command, nexti_command, continue_command): use
1308 prototypes from inferior.h.
1309 * tracepoint.c (registers_info, args_info, locals_info): Use
1310 prototypes from frame.h and inferior.h.
1311 * Makefile.in (mi-main.o): Add dependency on frame.h.
1312
6f99cb26
AC
13132002-10-02 Andrew Cagney <ac131313@redhat.com>
1314
da3eff49
AC
1315 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1316 value in register 3 adjusted by ppc_gp0_regnum.
1317
6f99cb26
AC
1318 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1319
da615bee
MM
13202002-10-02 Marko Mlinar <markom@opencores.org>
1321
1322 * MAINTAINERS: Add myself to the Write After Approval list.
1323
d154bee2
AO
13242002-10-01 Alexandre Oliva <aoliva@redhat.com>
1325
62a49b2c
AO
1326 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1327 of the section for the N64 ABI, fixed.
1328
d154bee2
AO
1329 * config/mips/tm-irix6.h: Include solib.h.
1330
ed348acc
EZ
13312002-10-01 Elena Zannoni <ezannoni@redhat.com>
1332
1333 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1334 GNU operators.
1335
da0f9dcd
AC
13362002-10-01 Andrew Cagney <ac131313@redhat.com>
1337
1338 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1339 and that "mi0" syntax has been removed.
1340
bdf64bac
DC
13412002-09-30 David Carlton <carlton@math.stanford.edu>
1342
1343 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1344 * ppc-sysv-tdep.c: #include "gdb_string.h".
1345 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1346 pacify GCC.
1347
54c2a1e6
AC
13482002-10-01 Andrew Cagney <ac131313@redhat.com>
1349
1350 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1351 "vrsave"'s register number.
1352
cedea778
AC
13532002-09-30 Andrew Cagney <ac131313@redhat.com>
1354
1355 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1356 use frame_unwind_signed_register to obtain the PC.
1357 (mips_frame_chain): Handle a generic dummy frame.
1358 (mips_init_extra_frame_info): When a generic dummy frame, don't
1359 re-compute the frame base.
1360 (mips_pop_frame): Handle generic dummy frames.
1361 (mips_gdbarch_init): When generic dummy frames, set
1362 use_generic_dummy_frames, push_dummy_frame to
1363 generic_push_dummy_frame, pc_in_call_dummy to
1364 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1365 generic_save_dummy_frame_tos.
1366
68315eb8
AC
13672002-09-30 Andrew Cagney <ac131313@redhat.com>
1368
1369 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1370 against TOP when TOP was explictly set.
1371 (generic_push_dummy_frame): Set TOP to zero.
1372
3b8630c3
EZ
13732002-09-30 Elena Zannoni <ezannoni@redhat.com>
1374
1375 * event-loop.c (start_event_loop): Rename variable 'result' to
1376 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1377
28ee05e9
KS
13782002-09-30 Keith Seitz <keiths@redhat.com>
1379
1380 * gdb-events.sh (selected_thread_changed): New event.
1381 * gdb-events.c: Regenerated.
1382 * gdb-events.h: Regenerated.
1383
6eecb1c8
HPN
13842002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1385
1386 * MAINTAINERS: Add self to Write After Approval list.
1387
92df71f0
FN
13882002-09-30 Fernando Nasser <fnasser@redhat.com>
1389
3b8630c3
EZ
1390 * disasm.c: New file.
1391 * disasm.h: New file.
92df71f0
FN
1392 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1393 (compare_lines): Ditto.
1394 (dump_insns): Ditto.
3b8630c3
EZ
1395 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1396 argument.
92df71f0 1397 (do_assembly_only): Ditto.
3b8630c3
EZ
1398 (do_disassembly): Renamed to gdb_disassembly and moved to
1399 disasm.c. Sdded uiout argument.
1400 * Makefile.in: Add new files. Reorder SFILES list. Update
1401 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1402
0c22854d
AC
14032002-09-29 Andrew Cagney <ac131313@redhat.com>
1404
1405 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1406 bfd/elf64-alpha-fbsd.c.
1407
e67f2023
AC
14082002-09-29 Andrew Cagney <ac131313@redhat.com>
1409
1410 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1411 i386gnu-tdep.c.
1412
89396210
AC
14132002-09-29 Andrew Cagney <ac131313@redhat.com>
1414
1415 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1416 __FUNCTION__.
1417 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1418 function name.
1419 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1420 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1421 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1422 (S_msg_sig_post_reply): Ditto.
1423
7079c36c
CV
14242002-09-28 Corinna Vinschen <vinschen@redhat.com>
1425
89396210
AC
1426 * sh-tdep.c (sh_use_struct_convention): Use definition according
1427 to ABI.
7079c36c
CV
1428 (sh_push_arguments): Store in register with correct endianess.
1429 (sh_default_store_return_value): Ditto.
1430 (sh_gdbarch_init): Set sizeof long double to 8.
1431
975ac915
MK
14322002-09-27 Mark Kettenis <kettenis@gnu.org>
1433
1434 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1435 Fix some whitespace problems.
1436
9bbe19fb
DC
14372002-09-27 David Carlton <carlton@math.stanford.edu>
1438
1439 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1440 (mcore-tdep.o): Ditto.
1441 (ns32k-tdep.o): Ditto.
1442 (ns32knbsd-tdep.o): Ditto.
1443 (sh3-rom.o): Ditto.
1444 (vax-tdep.o): Ditto.
1445 * cris-tdep.c: #include "gdb_string.h"
1446 * mcore-tdep.c: Ditto.
1447 * ns32k-tdep.c: Ditto.
1448 * ns32knbsd-tdep.c: Ditto.
1449 * sh3-rom.c: Ditto.
1450 * vax-tdep.c: Ditto.
1451
43b2fdc7
DC
14522002-09-27 David Carlton <carlton@math.stanford.edu>
1453
1454 * config/djgpp/fnchange.lst: Add entries for
1455 gdb/testsuite/gdb.c++/m-static files.
1456
e8cfbbd9
JW
14572002-09-27 Jim Wilson <wilson@redhat.com>
1458
1459 * MAINTAINERS: Add myself to the Write After Approval list.
1460
43b2fdc7 14612002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1462
1463 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1464
1465
9f3b7f07
AC
14662002-09-26 Andrew Cagney <ac131313@redhat.com>
1467
1468 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1469 frame.
1470
11269d7e
AC
14712002-09-26 Andrew Cagney <ac131313@redhat.com>
1472
1473 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1474 (rs6000_struct_return_address): Delete variable.
1475 (rs6000_store_struct_return): Update.
1476 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1477 deprecated_extract_struct_value_address.
1478 (rs6000_frame_align): New function.
1479 (rs6000_gdbarch_init): Set frame_align.
1480
f15ab4a7
AC
14812002-09-26 Andrew Cagney <ac131313@redhat.com>
1482
1483 From Grace Sainsbury <graces@redhat.com>:
1484 * Makefile.in (gdbtk-main.o): New target.
1485 (gdb.o): New target.
1486 (main_h): Define.
1487 (main.o): Update dependencies.
1488 (gdb$(EXEEXT)): Add gdb.o.
1489 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1490 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1491 (SUBDIR_GDBTK_CLEAN): Set.
1492 (install-gdbtk): Install the insight binary.
1493 (uninstall-gdbtk): New target.
1494 (all-gdbtk, clean-gdbtk): New rule.
1495 * top.c (use_windows): Default to zero.
1496 * main.c: Include "main.h".
1497 (main): Delete.
1498 (struct captured_main_args): Delete.
1499 (gdb_main): New function.
1500 * main.h: New file.
1501 * gdb.c: New File.
1502
e36180d7
AC
15032002-09-25 Andrew Cagney <cagney@redhat.com>
1504
1505 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1506 (frame_map_regnum_to_name): New function.
1507 (frame_map_name_to_regnum): New function.
1508 * frame.h (frame_map_name_to_regnum): Declare.
1509 (frame_map_regnum_to_name): Declare.
1510 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1511 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1512 * parse.c: Do not include "builtin-regs.h".
1513 (target_map_name_to_register): Delete function.
1514 (write_dollar_variable): Use frame_map_name_to_regnum.
1515 * parser-defs.h (target_map_name_to_register): Delete declaration.
1516 * expprint.c: Include "frame.h".
1517 (print_subexp): Use frame_map_regnum_to_name.
1518 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1519 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1520
8b69000d
AC
15212002-09-25 Andrew Cagney <ac131313@redhat.com>
1522
1523 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1524 wasn't saved, and the next innermost frame is a dummy, return the
1525 dummy frame's link register.
1526
046ca86a
JB
15272002-09-24 Jim Blandy <jimb@redhat.com>
1528
1529 Fix from Paul Breed:
1530 * main.c (captured_main): Add a `break' after the case for 'b'.
1531
94b66fa7
KS
15322002-09-24 Keith Seitz <keiths@redhat.com>
1533
1534 * varobj.c (c_type_of_child): Use get_target_type instead
1535 of TYPE_TARGET_TYPE.
1536
c214a6fd
FN
15372002-09-22 Fernando Nasser <fnasser@redhat.com>
1538
53cb0458
FN
1539 * source.c (get_current_or_default_source_symtab_and_line): Remove
1540 function.
1541 (set_default_source_symtab_and_line): New function. Attempts to
1542 determine a source file to list lines from if one is not currently
1543 defined.
1544 (get_current_source_symtab_and_line): Initialize sal.pc and
1545 sal.end fields.
1546 (set_current_source_symtab_and_line): Mark argument as const.
1547 * source.h: Update declarations and comments.
1548 * linespec.c (decode_line_1): Replace call to removed routine above.
1549 * stack.c (print_frame_info_base): Ditto.
1550 * cli/cli-cmds.c (edit_command): Ditto.
1551 (list_command): Ditto.
1552
15532002-09-22 Fernando Nasser <fnasser@redhat.com>
1554
d6020d45 1555 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1556 sal.pc and sal.end fields.
c214a6fd
FN
1557 (get_current_or_default_source_symtab_and_line): Ditto.
1558 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1559 so we do not cause a new source symtab to be searched for (reverting an
1560 unintentional change from the 2002-09-20 patch).
1561 * scm-lang.c (scm_unpac): Ditto.
1562
cc3b68a5
AC
15632002-09-21 Andrew Cagney <cagney@redhat.com>
1564
1565 * complaints.c (symfile_explanations): Remove new-line from
1566 ``isolated_message''.
1567 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1568 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1569
5835abe7
NC
15702002-09-20 Nick Clifton <nickc@redhat.com>
1571
1572 * NEWS: Announce that V850EA ISA is no longer supported.
1573 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1574
a15ef5f5
DC
15752002-09-20 David Carlton <carlton@math.stanford.edu>
1576
06ba1b39
DC
1577 * Makefile.in (c-lang.o): Correct dependencies.
1578 (utils.o): Gather dependencies.
1579 (charset.o): Move.
a15ef5f5
DC
1580 * c-lang.c: #include "gdb_string.h"
1581
87885426
FN
15822002-09-20 Fernando Nasser <fnasser@redhat.com>
1583
1584 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1585 * cli/cli-cmds.c (list_command): New function. Implements the new
1586 cli edit command.
1587 (_init_cli_cmds): Add new command definition.
1588 * gdb.1: Document edit command.
1589 * doc/gdb.texinfo: Document edit command.
1590
15912002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1592
1593 * source.c: Make global variables current_source_symtab and
1594 current_source_line static.
1595 (list_command): Moved to cli/cli-cmds.c.
1596 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1597 (get_first_line_listed): New accessor function.
1598 (get_lines_to_list): New accessor function.
1599 (get_current_source_symtab_and_line): New function. Retrieves the
1600 position in the source code that we consider current.
1601 (get_current_or_default_source_symtab_and_line): New function.
1602 Like the above but attempts to determine a default position if one
1603 is not currently defined.
1604 (set_current_source_symtab_and_line): New function. Sets the source
1605 code position considered current and returns the previously set one.
1606 (clear_current_source_symtab_and_line): Reset stored information about
1607 a current source line.
1608 (_initialize_source): Remove registration for the "list" command and
1609 its alias.
1610 * source.h: Add declarations for the new functions above.
1611 * symtab.h: Remove declarations for the global variables mentioned
1612 above.
1613 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1614 obtain current source line.
1615 * linespec.c (decode_line_1): Ditto.
1616 * macroscope.c (default_macro_scope): Ditto.
1617 * scm-lang.c (scm_unpac): Ditto.
1618 * stack.c (print_frame_info_base): Ditto.
1619 * symfile.c (clear_symtab_users): Ditto.
1620 * symtab.c (decode_line_spec): Ditto.
1621 * cli/cli-cmds.c (list_command): Moved here from source.c.
1622 (ambiguous_line_spec): Moved here from source.c.
1623 (_init_cli_cmds): Add definition for "list" and its alias.
1624 * Makefile.in: Update dependencies.
1625
ddd216ea
CV
16262002-09-20 Corinna Vinschen <vinschen@redhat.com>
1627
1628 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1629 with what gcc thinks is correct.
1630
6d305052
CV
16312002-09-20 Corinna Vinschen <vinschen@redhat.com>
1632
1633 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1634 multiple register push instruction.
1635
234b45d4
KB
16362002-09-19 Jim Blandy <jimb@redhat.com>
1637
1638 Add support for distinct host and target character sets.
1639 * charset.c, charset.h: New files.
1640 * c-exp.y: #include "charset.h".
1641 (yylex): Convert character and string literals to the target
1642 character set, before returning them as the semantic value of the
1643 token.
1644 * c-lang.c: #include "charset.h".
1645 (c_emit_char): Use charset-specific methods to recognize
1646 characters with backslash escape forms, to decide which characters
1647 to print literally and which to print using numeric escape
1648 sequences, and to convert target characters to host characters
1649 before printing.
1650 * utils.c: #include "charset.h".
1651 (no_control_char_error): New function.
1652 (parse_escape): Use charset-specific methods to recognize
1653 backslash escapes, parse `control character' notation, and convert
1654 characters from the host character set to the target character set.
1655 * configure.in: Set the default host character set.
1656 Check where to find iconv, and what its argument types might be.
1657 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1658 * Makefile.in (SFILES): List charset.c.
1659 (COMMON_OBS): List charset.o.
1660 (charset.o): New rule.
1661 (charset_h): New header dependency variable.
1662 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1663 (LIBICONV): New variable, set by configure.
1664 (CLIBS): Include $(LIBICONV) here.
1665 * aclocal.m4, config.in, configure: Regenerated.
1666
525d6a61
JB
16672002-09-19 Joel Brobecker <brobecker@gnat.com>
1668
1669 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1670 bison 1.35 warning.
1671
3ed93867
RE
16722002-09-19 Richard Earnshaw <rearnsha@arm.com>
1673
1674 * gdb_mbuild.sh: New file.
1675
437666f8
AC
16762002-09-19 Andrew Cagney <ac131313@redhat.com>
1677
1678 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1679
389e51db
AC
16802002-09-18 Andrew Cagney <ac131313@redhat.com>
1681
1682 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1683 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1684 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1685 valops.c, value.h: Revert previous change.
1686
3b4efeaa
MS
16872002-09-18 Michael Snyder <msnyder@redhat.com>
1688
1689 Preliminary support for Objective-C:
1690 * defs.h (language_objc): New enum value.
1691 (puts_filtered_tabular): Declaration only, exported from utils.c.
1692 (skip_quoted): Delete, declared in completer.h.
1693 * c-exp.y: Include completer.h.
1694 * p-exp.y: Ditto.
1695 * jv-exp.y: Ditto.
1696 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1697 New operator enum values.
1698 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1699 * language.c (binop_result_type): Handle language_objc case.
1700 (integral_type, character_type, string_type, boolean_type,
1701 structured_type, binop_type_check): Ditto.
1702 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1703 (struct objc_specific): Add to general_symbol_info.
1704 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1705 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1706 * parser-defs.h (struct objc_class_str): New struct type.
1707 (start_msglist, end_msglist, add_msglist): Declaration only,
1708 exported from objc-lang.c.
1709 * value.h (value_of_local, value_nsstring,
1710 call_function_by_hand_expecting_type): Exported from valops.c.
1711 * valops.c (find_function_addr): Export.
1712 (call_function_by_hand_expecting_type): New function.
1713 (value_of_local): New function.
1714 * symfile.c (init_filename_language_table): Add ".m" extension
1715 for Objective-C.
1716 * utils.c (puts_filtered_tabular): New function.
1717 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1718 (set/show demangle): Extend help-string to refer to ObjC.
1719 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1720 * stabsread.c (symbol_reference_defined): Objective-C symbols
1721 may contain colons: make allowances when scanning stabs strings
1722 for colons.
1723 (objc_find_colon): New function.
1724 * printcmd.c (address_info): If language == objc then print
1725 "self" instead of "this".
1726 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1727 OP_NSSTRING, and OP_SELF.
1728 (prefixify_subexp): Ditto.
1729 * source.c (print_source_lines): Mention objc in comment.
1730 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1731 method names.
1732
b9caf505
AC
17332002-09-18 Andrew Cagney <ac131313@redhat.com>
1734
1735 * complaints.h: Update copyright.
1736 (struct complaints): Declare.
1737 (struct complaint): Make `message' constant.
1738 (internal_complaint): Declare.
1739 (complaint): Declare.
1740 (complaint_root): Delete declaration.
1741 (symfile_complaints): Delete declaration.
1742 (struct complaints): Add opaque declaration.
1743 (clear_complaints): Add a complaints parameter.
1744 * complaints.c: Update copyright.
1745 (enum complaint_series): Define.
1746 (complaint_root): Delete.
1747 (struct complaints): Define.
1748 (complaint_sentinel, symfile_complaint_book): New variables.
1749 (symfile_explanations, symfile_complaints): New variables.
1750 New variables.
1751 (get_complaints): New function.
1752 (vcomplaint): New function.
1753 (complaint): New function.
1754 (internal_complaint): New function.
1755 (complain): Call vcomplain with symfile_complaint.
1756 (clear_complaints): Rewrite.
1757 (_initialize_complaints): Use add_setshow_command.
1758 * Makefile.in (complaints.o): Update dependencies.
1759 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1760 to call to clear_complaints.
1761 (new_symfile_objfile, reread_symbols): Ditto.
1762 (oldsyms_complaint): Delete.
1763 (empty_symtab_complaint, unknown_option_complaint): Delete.
1764 (free_named_symtabs): Use complaint instead of complain.
1765
d2e6263c
MS
17662002-09-18 Michael Snyder <msnyder@redhat.com>
1767
5fb2031a
AC
1768 Contributed by Apple Computer, Inc. Merged with current sources
1769 by Adam Fedor <fedor@doc.com> [cagney].
1770
d2e6263c
MS
1771 * objc-lang.c: First clean-up round: comments, indentation.
1772 * objc-lang.h: Ditto.
1773 * objc-lang.y: Ditto.
1774
dec43320
AC
17752002-09-18 Andrew Cagney <ac131313@redhat.com>
1776
1777 * maint.c (maintenance_internal_error): Print the parameter as the
1778 error message.
1779 (maintenance_internal_warning): New function.
1780 (_initialize_maint_cmds): Add command `maint internal-warning'.
1781
1782 * defs.h (internal_warning, internal_vwarning): Declare.
1783 * utils.c (struct internal_problem): Define.
1784 (internal_vproblem): New function.
1785 (internal_warning): New function.
1786 (internal_vwarning): New function.
1787 (internal_warning_problem, internal_error_problem): New variables.
1788 (internal_verror): Just call internal_vproblem.
1789
b81654f1
MS
17902002-09-18 Michael Snyder <msnyder@redhat.com>
1791
1792 * objc-lang.c: New file, support for Objective-C.
1793 Preliminary check-in, not yet integrated into gdb.
1794 * objc-lang.h: New file.
1795 * objc-exp.y: New file.
1796
0542c381
AC
17972002-09-18 Andrew Cagney <ac131313@redhat.com>
1798
7bda5e4a
AC
1799 * infrun.c (signal_stop_update): Convert definition to ISO C.
1800 (signal_print_update): Ditto.
1801 (signal_pass_update): Ditto.
1802 * inflow.c (terminal_save_ours): Ditto.
1803
5247b418
AC
1804 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1805 comments.
1806
fc60962c
AC
1807 * config/djgpp/fnchange.lst: Handle name clashes between
1808 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1809 bfd/coff-tic80.c.
1810
0542c381
AC
1811 * i386-linux-tdep.h: Fix tipo.
1812
5b924b9b
AF
18132002-09-18 Adam Fedor <fedor@gnu.org>
1814
1815 * MAINTAINERS: Add myself to the Write After Approval list.
1816
5afc051b
JB
18172002-09-18 Jim Blandy <jimb@redhat.com>
1818
1819 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1820 texthigh and textlow to reader-specific structs caused
1821 objfile_relocate to miss them. This is fixable, but the work that
1822 the change was supposed to prepare GDB for never got done anyway.
1823
eb944380
DC
18242002-09-18 David Carlton <carlton@math.stanford.edu>
1825
1826 * MAINTAINERS: Alphabetize Write After Approval list.
1827
948e66d9
DJ
18282002-09-18 Daniel Jacobowitz <drow@mvista.com>
1829
1830 Fix PR gdb/709
1831 * values.c (value_static_field): Call read_var_value.
1832
dc604539
AC
18332002-09-18 Andrew Cagney <ac131313@redhat.com>
1834
1835 * valops.c (hand_function_call): Align the initial stack pointer
1836 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1837 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1838 return value.
1839 * mips-tdep.c (mips_frame_align): New function.
1840 (mips_gdbarch_init): Set frame_align.
1841 * gdbarch.sh (FRAME_ALIGN): New method.
1842 * gdbarch.h, gdbarch.c: Re-generate.
1843
cb7e422f
ML
18442002-09-18 Michal Ludvig <mludvig@suse.cz>
1845
1846 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1847 registers.
1848
a094c6fb
AC
18492002-09-17 Andrew Cagney <ac131313@redhat.com>
1850
1851 * NEWS: Mention that MIPS $fp behavior changed.
1852 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1853 reference to FP_REGNUM.
1854 (mipsnbsd_cannot_store_register): Ditto.
1855 * mips-linux-nat.c: Update copyright.
1856 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1857 (mips_linux_cannot_store_register): Ditto.
1858 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1859 * config/mips/tm-mips.h: Update copyright.
1860 (FP_REGNUM): Delete macro.
1861 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1862 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1863 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1864 (mips_r3041_reg_names, mips_r3051_reg_names)
1865 (mips_r3081_reg_names): Replace "fp" with "".
1866 Fix PR gdb/480.
1867
45cf40d1
TR
18682002-09-17 Theodore A. Roth <troth@verinet.com>
1869
1870 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1871 generic_read_register_dummy() (PR gdb/703).
1872 (avr_push_return_address): #if 0 out unused vars.
1873 (avr_gdbarch_init): Enable use of avr_push_return_address().
1874
c7e701b5
MS
18752002-09-17 Michael Snyder <msnyder@redhat.com>
1876
d76ba2a5 1877 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1878 RTE will take care of it.
1879
20bcf01c
AC
18802002-09-17 Andrew Cagney <ac131313@redhat.com>
1881
1882 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1883 invalid, return SP_REGNUM.
1884
009a9971 18852002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1886
1887 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1888 point registers without sign extension.
1889
135c175f
AC
18902002-09-17 Andrew Cagney <cagney@redhat.com>
1891
1892 * blockframe.c (deprecated_read_register_dummy): Rename
1893 generic_read_register_dummy.
1894 * frame.c (frame_unwind_signed_register): New function.
1895 (frame_unwind_unsigned_register): New function.
1896 * frame.h (frame_unwind_signed_register): Declare.
1897 (frame_unwind_unsigned_register): Declare.
1898 (deprecated_read_register_dummy): Rename
1899 generic_read_register_dummy.
1900
1901 * h8300-tdep.c (h8300_frame_chain): Update.
1902 (h8300_frame_saved_pc): Update.
1903 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1904 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1905 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1906 (s390_frame_chain): Update.
1907 * v850-tdep.c (v850_find_callers_reg): Update.
1908 (v850_frame_saved_pc): Update.
1909 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1910 (m32r_find_callers_reg): Update.
1911 (m32r_frame_saved_pc): Update.
1912 * sh-tdep.c (sh_find_callers_reg): Update.
1913 (sh64_get_saved_pr): Update.
1914 (sh_init_extra_frame_info): Update.
1915 (sh_init_extra_frame_info): Update.
1916 (sh64_init_extra_frame_info): Update.
1917 (sh64_init_extra_frame_info): Update.
1918 * mcore-tdep.c (mcore_find_callers_reg): Update.
1919 (mcore_frame_saved_pc): Update.
1920 (mcore_init_extra_frame_info): Update.
1921 * i386-tdep.c (i386_frame_saved_pc): Update.
1922 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1923 (ia64_init_extra_frame_info): Update.
1924 (ia64_init_extra_frame_info): Update.
1925 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1926 * cris-tdep.c (cris_init_extra_frame_info): Update.
1927 * avr-tdep.c (avr_frame_chain): Update.
1928 (avr_init_extra_frame_info): Update.
1929 (avr_frame_saved_pc): Update.
1930 * arm-tdep.c (arm_find_callers_reg): Update.
1931 (arm_init_extra_frame_info): Update.
1932 (arm_frame_saved_pc): Update.
1933
a741e514
TT
19342002-09-17 Tom Tromey <tromey@redhat.com>
1935
1936 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1937 is "'".
1938
d1a8e808
CV
19392002-09-17 Corinna Vinschen <vinschen@redhat.com>
1940
1941 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1942 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1943 NEXT_PROLOGUE_INSN.
1944 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1945 NEXT_PROLOGUE_INSN.
1946
d9025a18
JB
19472002-09-16 Joel Brobecker <brobecker@gnat.com>
1948
1949 * osfsolib.c: Remove file, replaced by solib-osf.c.
1950 * Makefile.in: Remove compilation rules for osfsolib.c.
1951
1b2ef1b6
DC
19522002-09-16 David Carlton <carlton@math.stanford.edu>
1953
1954 * cp-valprint.c (cp_print_class_method): Correct args to
1955 check_stub_method_group.
1956
928e48af
CV
19572002-09-16 Corinna Vinschen <vinschen@redhat.com>
1958
1959 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1960 `set architecture'. Unify naming convention of functions.
1961 (h8300_skip_prologue): Improve prologue analysis.
1962 (h8300_push_arguments): Rewritten to more closely match GCC's
1963 bizarre argument-passing behavior, along with the comment describing
1964 said behavior.
1965 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1966 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1967 sim, remote-e7000.c, remote-hms.c and remote.c
1968
5e3397bb
MK
19692002-09-15 Mark Kettenis <kettenis@gnu.org>
1970
1971 * i386-tdep.c (gdb_print_insn_i386): Removed.
1972 (i386_print_insn): New function.
1973 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1974 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1975 tm_print_insn_info.
1976
f710f4fc
MK
19772002-09-14 Mark Kettenis <kettenis@gnu.org>
1978
1979 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1980 zero.
1981
db54fef4
CV
19822002-09-14 Corinna Vinschen <vinschen@redhat.com>
1983
1984 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1985 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1986 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1987
2becadee
CF
19882002-09-13 Christopher Faylor <cgf@redhat.com>
1989
1990 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1991
de17c821
DJ
19922002-09-13 Daniel Jacobowitz <drow@mvista.com>
1993
1994 * gdbtypes.c (check_stub_method): Make static.
1995 (check_stub_method_group): New function.
1996 * gdbtypes.h: Update prototypes.
1997 * cp-support.c: New file.
1998 * cp-support.h: New file.
1999
2000 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2001 (update_method_name_from_physname): New function.
2002 (read_member_functions): Correct method names for operators
2003 and v3 constructors/destructors. Separate v2 constructors and
2004 destructors.
2005 * Makefile.in (stabsread.o): Update dependencies.
2006 (SFILES): Add cp-support.c.
2007 (COMMON_OBS): Add cp-support.o.
2008 (cp_support_h, cp-support.o): Add.
2009
2010 * cp-valprint.c (cp_print_class_method): Call
2011 check_stub_method_group instead of check_stub_method. Remove
2012 extraneous QUITs.
2013 * p-valprint.c (pascal_object_print_class_method): Likewise.
2014 * valops.c (search_struct_method): Likewise.
2015 (find_method_list, value_struct_elt_for_reference): Likewise.
2016
e76cff22
AC
20172002-09-13 Andrew Cagney <cagney@redhat.com>
2018
2019 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2020 * gdbarch.h, gdbarch.c: Regenerate.
2021
905abb3f
AC
20222002-09-13 Andrew Cagney <ac131313@redhat.com>
2023
2024 * frame.c (find_saved_register): Delete function.
2025 * frame.h (find_saved_register): Delete declaration.
2026 Fix PR gdb/631.
2027
64159455
AC
2028Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2029
2030 * mips-tdep.c (read_next_frame_reg): Re-hack using
2031 frame_register_unwind.
2032
795e1e11
AC
2033Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2034
2035 * mips-tdep.c (mips_get_saved_register): Re-hack using
2036 frame_register_unwind.
2037
5720643c
JB
20382002-09-12 Joel Brobecker <brobecker@gnat.com>
2039
2040 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2041 vector. Will be useful for Interix.
2042 * gdbarch.h, gdbarch.c: Regenerate.
2043
2044 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2045 name of the malloc function by NAME_OF_MALLOC.
2046
3bada2a2
JB
20472002-09-12 Joel Brobecker <brobecker@gnat.com>
2048
2049 * value.h (find_function_in_inferior): Add const keyword to
2050 one of the parameters. Allows us to invoke this function with
2051 a const char *.
2052 * valops.c (find_function_in_inferior): Likewise.
2053
3db26b01
JB
20542002-09-12 Joel Brobecker <brobecker@gnat.com>
2055
2056 * exec.c (xfer_memory): Fix compilation warning with old versions
2057 of GCC.
2058 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2059
17c5ed2c
DC
20602002-09-12 David Carlton <carlton@math.stanford.edu>
2061
2062 * symtab.h: Run through gdb_indent.h.
2063 Add 2002 to Copyright year list.
2064
ecd1107e
AM
20652002-09-12 Alan Modra <amodra@bigpond.net.au>
2066
2067 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2068 mach constants.
2069 * MAINTAINERS: Add myself to write after approval list.
2070
e64f66d1
JB
20712002-09-11 J. Brobecker <brobecker@gnat.com>
2072
2073 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2074
f9395794
JB
20752002-09-11 J. Brobecker <brobecker@gnat.com>
2076
2077 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2078 Interix.
2079
1a303dec
MS
20802002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2081
2082 * procfs.c (do_detach): Clear current signal, not just fault.
2083 Corrects problem with breakpoint trap signal leaking to detached
2084 process on Tru64.
2085
c0219d42
MS
20862002-09-10 Michael Snyder <msnyder@redhat.com>
2087
2088 * buildsym.c (finish_block): Protect against null pointer.
2089
9d84ac84
AC
20902002-09-10 Andrew Cagney <cagney@redhat.com>
2091
2092 * infcmd.c (default_print_registers_info): Send all output to
2093 ``file'' instead of ``gdb_stdout''.
2094
77d8f2b4
MS
20952002-09-10 Michael Snyder <msnyder@redhat.com>
2096
2097 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2098 LONGEST, and use signed register read (addresses are sign-
2099 extended for mips).
2100
99656a61
SC
21012002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2102
2103 * event-loop.c (gdb_do_one_event): Make public.
2104 * event-loop.h (gdb_do_one_event): Declare.
2105
da12f4d8
JL
21062002-09-10 Jeff Law <law@redhat.com>
2107
2108 * infttrace.c (child_resume): Simplify and rework to avoid
2109 TT_PROC_CONTINUE.
2110
d0aee0c4
FF
21112002-09-09 Fred Fish <fnf@intrinsity.com>
2112
2113 * printcmd.c (print_scalar_formatted): "len" is the number of
2114 target bytes, NOT the number of target bits.
2115
7cb3ec5e
EZ
21162002-09-09 Elena Zannoni <ezannoni@redhat.com>
2117
2118 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2119 * top.c (init_main): Set rl_terminal_name.
2120
4dc81987
AS
21212002-09-08 Aidan Skinner <aidan@velvet.net>
2122
2123 * ada-lang.c (ada_array_bound, ada_type_match,
2124 _initialize_ada_language): Fix K&R definitions.
2125 * ada-tasks.c (get_current_task): Fix K&R definitions.
2126 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2127
842330b4
CF
21282002-09-07 Christopher Faylor <cgf@redhat.com>
2129
2130 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2131 Add XP.
2132
43156d82
MK
21332002-09-06 Mark Kettenis <kettenis@gnu.org>
2134
66da5fd8
MK
2135 * i386-tdep.c (i386_register_virtual_type,
2136 i386_register_convertible, i386_register_convert_to_virtual,
2137 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2138 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2139 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2140 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2141 Don't set push_arguments twice.
2142
4b218c18
MK
2143 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2144 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2145 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2146 sigtramp_end to NULL.
2147 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2148 defines.
2149 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2150
4cc314d5
MK
2151 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2152 whitespace.
2153
43156d82
MK
2154 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2155 * gdbarch.h, gdbarch.c: Re-generate.
2156 * blockframe.c (find_pc_sect_partial_function): Convert to use
2157 SIGTRAMP_START_P predicate.
2158
6672060b
MS
21592002-09-05 Michael Snyder <msnyder@redhat.com>
2160
a90c3637
MS
2161 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2162 generic_dummy_frame method and old method. Also distinguish
2163 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2164 (arm_extract_return_value): Use new regcache method.
a90c3637 2165
6672060b
MS
2166 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2167 adjustment that doesn't conform to the ABI.
2168 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2169 saved regcache, not from current regcache.
2170
299ffc64
AC
21712002-09-05 Andrew Cagney <ac131313@redhat.com>
2172
2173 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2174 * README: Update.
2175
a3a2ee65
JT
21762002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2177
2178 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2179 if arm_apcs_32 is false.
2180
2bc7eea9
AC
21812002-09-04 Andrew Cagney <ac131313@redhat.com>
2182
2183 GDB 5.3 branch created.
2184
8a55a7c5
TR
21852002-09-03 Theodore A. Roth <troth@verinet.com>
2186
2187 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2188 generic_unwind_get_saved_register.
2189
e26fb1d7
DC
21902002-09-03 David Carlton <carlton@math.stanford.edu>
2191
2192 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2193 argument (PR gdb/653). Update call to smash_to_method_type.
2194 (read_structure_scope): Update call to dwarf2_add_member_fn.
2195
30d52491
ML
21962002-09-03 Michal Ludvig <mludvig@suse.cz>
2197
2198 * x86-64-linux-tdep.c: Include gdb_string.h
2199 * x86-64-linux-nat.c: Ditto.
2200
06891d83
JT
22012002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2202
2203 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2204 when YYDEBUG is set to 1.
2205 * c-exp.y: Likewise.
2206 * f-exp.y: Likewise.
2207 * jv-exp.y: Likewise.
2208 * m2-exp.y: Likewise.
2209 * p-exp.y: Likewise.
2210
7d400e77
JT
22112002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2212
2213 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2214 dependency list.
2215 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2216 solib_svr4_fetch_link_map_offsets to
2217 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2218 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2219 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2220 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2221 solib-svr4.o, and solib-legacy.o.
2222 * config/i386/tm-nbsd.h: Include solib.h.
2223
704a27c4
JT
22242002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2225
2226 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2227 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2228 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2229 comment noting that this needs its own target configuration.
2230 * config/i386/nbsd.mt: New file.
2231 * config/i386/nbsdaout.mt: Remove.
2232 * config/i386/nbsdelf.mt: Ditto.
2233 * config/i386/tm-nbsdaout.h: Ditto.
2234
d66198e1
JT
22352002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2236
2237 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2238 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2239 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2240 tdep->sigtramp_end.
2241 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2242 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2243 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2244
3cac699e
JT
22452002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2246
2247 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2248 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2249 * i386-tdep.h (i386bsd_init_abi): New prototype.
2250 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2251 function declaration.
2252 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2253 for NetBSD-a.out or NetBSD-ELF.
2254 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2255 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2256 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2257 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2258 and nbsd-tdep.h.
2259 (i386nbsd_pc_in_sigtramp): New function.
2260 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2261 i386nbsd_pc_in_sigtramp.
2262 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2263 and i386nbsdelf_init_abi OS ABI handlers.
2264 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2265 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2266
7010ca0a
MK
22672002-09-02 Mark Kettenis <kettenis@gnu.org>
2268
2269 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2270 registers if the target really has them.
2271
6dd93b72
JT
22722002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2273
2274 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2275 than nbsd-tdep.h.
2276
2ca8ae21
JT
22772002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2278
2279 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2280 list.
2281 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2282 (alphanbsd_skip_sigtramp_frame): New functions.
2283 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2284 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2285 to alphanbsd_sigcontext_addr.
2286
3d9b49b0
JT
22872002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2288
2289 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2290 list.
2291 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2292 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2293 nbsd_pc_in_sigtramp.
2294 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2295 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2296 * nbsd-tdep.c: Include gdb_string.h.
2297 (nbsd_pc_in_sigtramp): New function.
2298 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2299 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2300 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2301 ppcnbsd_pc_in_sigtramp.
2302 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2303 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2304 shnbsd_pc_in_sigtramp.
2305 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2306 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2307 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2308
c860120c
PM
23092002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2310
2311 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2312 watchpoints to NULL.
2313 (insert_breakpoints): set val field of watchpoints if NULL.
2314
2315
c7612d53
JB
23162002-08-29 Jim Blandy <jimb@redhat.com>
2317
2318 * symtab.c (lookup_symbol_aux): In the cases where we find a
2319 minimal symbol of an appropriate name and use its address to
2320 select a symtab to read and search, use `name' (as passed to us)
2321 as the demangled name when searching the symtab's global and
2322 static blocks, not the minsym's name.
2323
66609862
KS
23242002-08-29 Keith Seitz <keiths@redhat.com>
2325
2326 * stack.c (print_frame_info_base): Always set current_source_symtab
2327 and current_source_line.
2328
151fefe2
JB
23292002-08-29 Donn Terry <donnte@microsoft.com>
2330
2331 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2332
bfb3754e
KS
23332002-08-28 Keith Seitz <keiths@redhat.com>
2334
2335 * stack.c (select_frame): Add FIXME concerning selected-frame
2336 events.
2337 (select_frame_command): Send selected-frame-level-changed
2338 event notification, but only if the level actually changed.
2339 (up_silently_base): Add selected-frame-level-changed event
2340 notification.
2341 (down_silently_base): Likewise.
2342
e822a2a0
AC
23432002-08-28 Andrew Cagney <ac131313@redhat.com>
2344
2345 * Makefile.in: Update dependencies for all gdb/*.c files.
2346
309367d4
TT
23472002-08-27 Tom Tromey <tromey@redhat.com>
2348
2349 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2350 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2351 Update dependencies.
2352 * i387-tdep.c: Include gdb_string.h.
2353 * osabi.c: Likewise.
2354 * i386-linux-nat.c: Likewise.
2355 * lin-lwp.c: Likewise.
2356 * ax-gdb.c: Likewise.
2357 * signals/signals.c: Likewise.
2358 * jv-valprint.c: Likewise.
2359 * p-lang.c: Likewise.
2360 * c-valprint.c: Likewise.
2361 * cp-abi.c: Likewise.
2362
e1507482
EZ
23632002-08-27 Elena Zannoni <ezannoni@redhat.com>
2364
2365 * cli/cli-script.h (copy_command_lines): Export.
2366 * breakpoint.c: Include cli/cli-script.h.
2367 * Makefile.in (breakpoint.o): Update dependencies.
2368
c6510018
MS
23692002-08-26 Michael Snyder <msnyder@redhat.com>
2370
2371 * breakpoint.c (insert_breakpoints): Protect all references
2372 to 'process_warning'. Shorten long lines.
2373
c2b8ed2c
MS
23742002-08-26 Joel Brobecker <brobecker@gnat.com>
2375
2376 * cli/cli-script.c (copy_command_lines): New function.
2377 * defs.h (copy_command_lines): Export.
2378 * testsuite/gdb.base/commands.exp: New tests for commands
2379 attached to a temporary breakpoint, and for commands that
2380 delete the breakpoint they are attached to.
2381
23822002-08-26 Michael Snyder <msnyder@redhat.com>
2383
2384 * breakpoint.c (bpstat_stop_status): Instead of copying the
2385 pointer to the breakpoint commands struct, make a new copy
2386 of the struct and point to that.
2387 (bpstat_clear): Free the commands struct.
2388 (bpstat_clear_actions): Free the commands struct.
2389 (bpstat_do_actions): Free the command actions. Also execute
2390 the local cleanups, instead of deleting them.
2391 (delete_breakpoint): Leave the commands field of the bpstat
2392 chain alone -- it will be freed later.
2393
64b84175
KB
23942002-08-26 Kevin Buettner <kevinb@redhat.com>
2395
2396 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2397 deleted in 2002-08-20 commit. This function is still used by
2398 ppc-linux-nat.c.
2399
55970da6
KS
24002002-08-26 Keith Seitz <keiths@redhat.com>
2401
2402 * gdb-events.sh: Add selected-frame-level-changed event.
2403 * gdb-events.c: Regenerated.
2404 * gdb-events.h: Regenerated.
2405
a790ad35
SC
24062002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2407
2408 Fix PR gdb/393:
2409 * inflow.c (terminal_save_ours): New function to save terminal
2410 settings.
2411 * inferior.h (terminal_save_ours): Declare.
2412 * target.c (debug_to_terminal_save_ours): New function.
2413 (cleanup_target): Defaults to_terminal_save_ours.
2414 (update_current_target): Inherit to_terminal_save_ours.
2415 (setup_target_debug): Set to_terminal_save_ours.
2416 * target.h (target_terminal_save_ours): New to save terminal settings.
2417 (target_ops): New member to_terminal_save_ours.
2418 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2419 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2420 * inftarg.c (init_child_ops): Likewise.
2421 * m3-nat.c (init_m3_ops): Likewise.
2422 * procfs.c (init_procfs_ops): Likewise.
2423 * wince.c (init_child_ops): Likewise.
2424 * win32-nat.c (init_child_ops): Likewise.
2425 * sol-thread.c (init_sol_thread_ops): Likewise.
2426
c00dcbe9
MK
24272002-08-26 Mark Kettenis <kettenis@gnu.org>
2428
3d7f4f49
MK
2429 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2430 use regcache_* functions.
2431 (i386_gdbarch_init): Set store_return_value instead of
2432 deprecated_store_return_value.
2433
c00dcbe9
MK
2434 * regcache.c (regcache_raw_write_signed,
2435 regcache_raw_write_unsigned): New functions.
2436 * regcache.h (regcache_raw_write_signed,
2437 regcache_raw_write_unsigned): New prototypes.
2438
0e0d15ca
AC
24392002-08-25 Andrew Cagney <ac131313@redhat.com>
2440
2441 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2442 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2443 source file dependencies. Cleanup corresponding generator rules.
2444
d3b22ed5
AC
24452002-08-25 Andrew Cagney <ac131313@redhat.com>
2446
2447 * regcache.h (register_offset_hack): Declare.
2448 (regcache_cooked_read_using_offset_hack): Declare.
2449 (regcache_cooked_write_using_offset_hack): Declare.
2450
2451 * regcache.c (register_offset_hack): New function.
2452 (regcache_cooked_read_using_offset_hack): New function.
2453 (regcache_cooked_write_using_offset_hack): New function.
2454 (regcache_dump): Check that the registers, according to their
2455 offset, are packed hard against each other.
2456 (cooked_xfer_using_offset_hack): New function.
2457
bb425013
AC
24582002-08-25 Andrew Cagney <ac131313@redhat.com>
2459
2460 * regcache.c (struct regcache_descr): Add field register_type.
2461 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2462 in as a parameter
2463 (init_regcache_descr): Initialize register_type. Pass the descr
2464 to init_legacy_regcache_descr. Use register_type instead of
2465 REGISTER_VIRTUAL_TYPE.
2466 (register_type): New function.
2467 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2468 * regcache.h (register_type): Declare.
2469
d0403e00
AC
24702002-08-25 Andrew Cagney <ac131313@redhat.com>
2471
2472 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2473 instead of deprecated_store_return_value. Fix fallout from
2474 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2475
0ed04cce
AC
24762002-08-25 Andrew Cagney <ac131313@redhat.com>
2477
2478 * regcache.c (max_register_size): New function.
2479 (init_legacy_regcache_descr): Ensure that max_register_size is
2480 large enough for REGISTER_VIRTUAL_SIZE.
2481 * regcache.h (max_register_size): Declare.
2482
46d79c04
AC
24832002-08-24 Andrew Cagney <ac131313@redhat.com>
2484
2485 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2486 store_return_value.
2487 (e500_extract_return_value): Change type of valbuf pointer to
2488 void.
2489
853c7bd0
MK
24902002-08-24 Mark Kettenis <kettenis@gnu.org>
2491
cd87e769
MK
2492 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2493 workaround.
2494
853c7bd0
MK
2495 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2496 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2497 long long) to prevent compiler warning on 64-bit systems.
2498
ebba8386
AC
24992002-08-23 Andrew Cagney <cagney@redhat.com>
2500
2501 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2502 (DEPRECATED_STORE_RETURN_VALUE): New method.
2503 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2504 * gdbarch.h, gdbarch.c: Re-generate.
2505
2506 * values.c (set_return_value): Pass current_regcache to
2507 STORE_RETURN_VALUE.
2508 * arch-utils.h (legacy_store_return_value): Declare.
2509 * arch-utils.c (legacy_store_return_value): New function.
2510 (legacy_extract_return_value): Update parameters.
2511
2512 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2513 STORE_RETURN_VALUE.
2514 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2515 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2516 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2517 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2518 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2519 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2520 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2521 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2522 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2523 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2524
2525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2526 * i386-tdep.c (i386_extract_return_value): Update.
2527 * arch-utils.c (legacy_extract_return_value): Update.
2528 * frv-tdep.c (frv_gdbarch_init): Update.
2529 * cris-tdep.c (cris_gdbarch_init): Update.
2530 * d10v-tdep.c (d10v_gdbarch_init): Update.
2531 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2532 * m68k-tdep.c (m68k_gdbarch_init): Update.
2533 * mcore-tdep.c (mcore_gdbarch_init): Update.
2534 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2535 * s390-tdep.c (s390_gdbarch_init): Update.
2536 * sparc-tdep.c (sparc_gdbarch_init): Update.
2537 * sh-tdep.c (sh_gdbarch_init): Update.
2538 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2539 * v850-tdep.c (v850_gdbarch_init): Update.
2540 * avr-tdep.c (avr_gdbarch_init): Update.
2541 * ia64-tdep.c (ia64_gdbarch_init): Update.
2542 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2543 * vax-tdep.c (vax_gdbarch_init): Update.
2544 * alpha-tdep.c (alpha_gdbarch_init): Update.
2545 * arm-tdep.c (arm_gdbarch_init): Update.
2546 * mips-tdep.c (mips_gdbarch_init): Update.
2547 * i386-tdep.c (i386_gdbarch_init): Update.
2548
5bd8c6d0
AC
25492002-08-23 Andrew Cagney <ac131313@redhat.com>
2550
2551 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2552 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2553
e73e1724
MK
25542002-08-24 Mark Kettenis <kettenis@gnu.org>
2555
2556 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2557 problems.
2558
3e6564e1
JB
25592002-08-23 Joel Brobecker <brobecker@gnat.com>
2560
2561 * infrun.c (handle_inferior_event): Move a comment outside of a
2562 function call, in order to avoid indent reformatting this part
2563 of the code in an unreadable way.
2564
81d0cc19
GS
25652002-08-23 Grace Sainsbury <graces@redhat.com>
2566
2567 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2568 when breakpoints fail. Move general breakpoint error messages to
2569 insert_breakpoints.
2570 * breakpoint.c (insert_breakpoints): Change warnings when
2571 breakpoints are nto inserted to specify the type. Remove call to
2572 memory_error when hardware breakpoints can't be inserted. Remove
2573 multiple calls to warning so all messages are sent to the user at
2574 once.
2575 (delete_breakpoints): Make insert error messsages more explicit.
2576
17574093
DJ
25772002-08-23 Daniel Jacobowitz <drow@mvista.com>
2578
2579 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2580 gdbserver/ChangeLog.
2581
8acc2935
MK
25822002-08-23 Mark Kettenis <kettenis@gnu.org>
2583
dfe01d39
MK
2584 * i386-tdep.c: Include "objfiles.h".
2585 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2586 skip_trampoline_code.
2587 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2588 (CPLUS_MARKER): Define to '.'.
2589
8acc2935
MK
2590 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2591 member.
2592 (linux_corefile_thread_callback): Increase args->num_notes.
2593 (linux_make_note_section): Initialize thread_args.num_notes, and
2594 use it to determine whether notes for any threads were created.
2595
151fefe2 25962002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2597
2598 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2599 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2600 and PCUNKILL.
2601 (write_with_trace): Conditionalize out the switch branch handling
2602 PCSHOLD if the corresponding macro is not defined. Likewise for
2603 PRSABORT and PRSTOP.
2604 This change will be needed by the Interix port.
2605
e1507482
EZ
26062002-08-22 Elena Zannoni <ezannoni@redhat.com>
2607
2608 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2609 write_register wherever possible instead of manipulating the
2610 register bytes directly.
2611 Assign VALUE_CONTENTS to a variable and use that.
2612 The GPR numbers are now dependent on the architecture.
2613
96ff0de4
EZ
26142002-08-22 Elena Zannoni <ezannoni@redhat.com>
2615
2616 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2617 ev_offset fields.
2618 (skip_prologue): Add support for BookE/e500 instructions.
2619 (e500_extract_return_value): New function.
2620 (frame_get_saved_regs): Add support for saving ev registers and
2621 pseudo gpr's.
2622 (e500_store_return_value): New function.
2623 (rs6000_gdbarch_init): Move up default intializations of
2624 deprecated_extract_return_value and store_return_value. Overwrite
2625 init of store_return_value with e500 specific version.
2626 Set extract_return_value for e500.
2627
fbefca5b
EZ
26282002-08-22 Elena Zannoni <ezannoni@redhat.com>
2629
2630 * blockframe.c (generic_call_dummy_register_unwind): Use
2631 regcache_cooked_read to catch cases in which the variable is
2632 stored in a pseudo register.
2633
4d210288
AC
26342002-08-22 Andrew Cagney <cagney@redhat.com>
2635
2636 * NEWS: Mention that the i960 has been made obsolete.
2637 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2638 i960-tdep.c
2639 (remote-nrom.o): Obsolete target.
2640 (remote-nindy.o, i960-tdep.o): Ditto.
2641 * remote-nrom.c: Make file obsolete.
2642 * remote-nindy.c, remote-vx960.c: Ditto.
2643 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2644 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2645 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2646 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2647 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2648 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2649 i960-*-vxworks* obsolete.
2650 * MAINTAINERS: Note that the i960 is obsolete.
2651
6c0c456d
CV
26522002-08-21 Corinna Vinschen <vinschen@redhat.com
2653
2654 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2655 detach to allow reinitialization.
2656
9f9d12b3
AC
26572002-08-22 Andrew Cagney <ac131313@redhat.com>
2658
2659 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2660 attempt).
2661
ebeb39fe
JB
26622002-08-22 Jim Blandy <jimb@redhat.com>
2663
2664 * coffread.c (coff_symfile_read): Don't try to read the line
2665 number table from disk if the image file doesn't have a symbol
2666 table; we'll never actually look at the info anyway, and Windows
2667 ships DLL's with bogus file offsets for the line number data.
2668
5bf1c677
EZ
26692002-08-21 Elena Zannoni <ezannoni@redhat.com>
2670
2671 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2672 an e500 executable.
2673
71b8ef93
MS
26742002-08-21 Michael Snyder <msnyder@redhat.com>
2675
2676 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2677 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2678 (DEFAULT_MIPS_TYPE): Delete unused macro.
2679 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2680 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2681
d174216d
JB
26822002-08-21 Jim Blandy <jimb@redhat.com>
2683
2684 * valops.c (value_cast): Simplify and correct logic for doing a
2685 static cast from a pointer to a base class to a pointer to a
2686 derived class.
2687
0ab7a791
AC
26882002-08-21 Andrew Cagney <ac131313@redhat.com>
2689
2690 * infcmd.c (default_print_registers_info): Replace
2691 do_registers_info.
2692 (registers_info): Use gdbarch_print_registers_info instead of
2693 DO_REGISTERS_INFO.
2694 * inferior.h (default_print_registers_info): Replace
2695 do_registers_info.
2696 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2697 (DO_REGISTERS_INFO): Change to a predicate function.
2698 * gdbarch.h, gdbarch.c: Regenerate.
2699
e23792cc
KS
27002002-08-21 Keith Seitz <keiths@redhat.com>
2701
2702 * gdb-events.sh: Add target-changed event.
2703 * gdb-events.c: Regenerated.
2704 * gdb-events.c: Regenerated.
2705 * valops.c (value_assign): Add target-changed event notification
2706 to inlval_register, lval_memory, and lval_reg_frame_relative.
2707
9fb14e79
JB
27082002-08-21 Joel Brobecker <brobecker@gnat.com>
2709
2710 * NEWS: Add an entry regarding the improvement of the next/step
2711 operation on Alpha Tru64 multi-processor machines.
2712
6d39a69f
AC
27132002-08-21 Andrew Cagney <ac131313@redhat.com>
2714
72acd513
AC
2715 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2716 directores.
342af04b 2717 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2718 * Makefile.in (install-gdbtk): Move to install section.
2719 (rdi-share/libangsd.a): Move to end of file.
2720
fa5f27c7
AC
27212002-08-19 Andrew Cagney <ac131313@redhat.com>
2722
2723 * frame.c (frame_register_unwind): When a register, set addrp to
2724 the register's byte.
2725
5a89d8aa
MS
27262002-08-20 Michael Snyder <msnyder@redhat.com>
2727
2728 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2729 used locally, so move them from the target machine header to here.
2730 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2731 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2732 Make static.
2733 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2734
822e978b
AC
27352002-08-20 Andrew Cagney <cagney@redhat.com>
2736
2737 * NEWS: Mention that the Apollo line was made obsolete.
2738 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2739 m68*-hp-hpux* obsolete.
2740 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2741 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2742 * buildsym.c (make_blockvector): Make static.
2743 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2744 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2745 (ALLDEPFILES): Remove dstread.c.
2746 (dstread.o): Obsolete make rule.
2747 * dstread.c: Makefile obsolete.
2748 * dst.h: Ditto.
2749 * config/m68k/hp300hpux.mt: Ditto.
2750 * config/m68k/hp300hpux.mh: Ditto.
2751 * config/m68k/hp300bsd.mt: Ditto.
2752 * config/m68k/hp300bsd.mh: Ditto.
2753 * config/m68k/apollo68b.mt: Ditto.
2754 * config/m68k/apollo68v.mh: Ditto.
2755 * config/m68k/apollo68b.mh: Ditto.
2756
e41b17f0
MS
27572002-08-20 Michael Snyder <msnyder@redhat.com>
2758
2759 * mips-tdep.c (mips_in_return_stub): Make static.
2760 (mips_gdbarch_init): Set in_solib_return_trampoline.
2761 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2762
d50355b6
MS
27632002-08-20 Michael Snyder <msnyder@redhat.com>
2764
2765 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2766 * gdbarch.c, gdbarch.h: Regenerate.
2767 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2768 Add.
2769 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2770
757a7cc6
MS
27712002-08-20 Michael Snyder <msnyder@redhat.com>
2772
2773 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2774 (mips_gdbarch_init): Set skip_trampoline_code,
2775 in_solib_call_trampoline.
2776 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2777 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2778
c8001721
EZ
27792002-08-20 Elena Zannoni <ezannoni@redhat.com>
2780
2781 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2782
2783 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2784 vector type for ev registers.
2785 (e500_pseudo_register_read): New function.
2786 (e500_pseudo_register_write): New function.
2787 (e500_dwarf2_reg_to_regnum): New function.
2788 (PPC_UISA_NOFP_SPRS): New macro.
2789 (PPC_EV_REGS): New macro.
2790 (PPC_GPRS_PSEUDO_REGS): New macro.
2791 (registers_e500): New register set for e500.
2792 (variants): Add e500 variant.
2793 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2794 before setting architectural dependent variations. Initialize ev
2795 registers numbers. Add case for e500 architecture. Set the
2796 number of pseudo registers.
2797
64366f1c
EZ
27982002-08-20 Elena Zannoni <ezannoni@redhat.com>
2799
2800 * rs6000-tdep.c: Clean up comments.
2801
7e78f0ca
AC
28022002-08-20 Andrew Cagney <cagney@redhat.com>
2803
2804 * h8300-tdep.c: Re-indent file.
2805
697f7479
JB
28062002-08-20 Jim Blandy <jimb@redhat.com>
2807
2808 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2809 default for this.
697f7479 2810
e86ae29f
KS
28112002-08-20 Keith Seitz <keiths@redhat.com>
2812
2813 * breakpoints.c (watch_command_1): Use internal breakpoint
2814 when setting a watchpoint_scope breakpoint.
2815
216b504f
EZ
28162002-08-20 Elena Zannoni <ezannoni@redhat.com>
2817
2818 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2819 (build_builtin_type_vec64i): Ditto.
2820 (build_builtin_type_vec128): Ditto.
2821 (build_builtin_type_vec128i): Ditto.
2822
f7ab6ec6
MS
28232002-08-19 Michael Snyder <msnyder@redhat.com>
2824
2825 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2826 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2827 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2828 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2829 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2830 CALL_DUMMY_ADDRESS): Delete.
2831 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2832 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2833 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2834 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2835 push_return_address.
2836 (mips_register_raw_size, mips_eabi_use_struct_convention,
2837 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2838 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2839 mips_init_extra_frame_info, mips_eabi_push_arguments,
2840 mips_n32n64_push_arguments, mips_push_return_address,
2841 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2842 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2843
b5d1566e
MS
28442002-08-19 Michael Snyder <msnyder@redhat.com>
2845
2846 * mips-tdep.c (mips_frame_num_args): New function.
2847 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2848 frame_saved_pc, frame_args_address, frame_locals_address,
2849 frame_num_args, and frame_args_skip.
2850 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2851 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2852 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2853 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2854
2f1488ce
MS
28552002-08-20 Michael Snyder <msnyder@redhat.com>
2856
2857 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2858 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2859 * mips-tdep.c (mips_store_struct_return): New function.
2860 (mips_extract_struct_value_address): New function.
2861 (mips_gdbarch_init): Set store_struct_return and
2862 extract_struct_value_address.
2863
41ff2da1
DC
28642002-08-20 David Carlton <carlton@math.stanford.edu>
2865
2866 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2867 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2868 (read_file_scope): Check that line_header is nonzero before
2869 decoding macro information.
2870
e5451d58
MK
28712002-08-20 Mark Kettenis <kettenis@gnu.org>
2872
2873 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2874 flag the general-purpose registers as floating-point on targets
2875 that don't support the floating-point registers.
2876
4a6daafa
EZ
28772002-08-20 Elena Zannoni <ezannoni@redhat.com>
2878
2879 * rs6000-tdep.c (altivec_register_p): Delete.
2880 (rs6000_do_altivec_registers): Delete.
2881 (rs6000_altivec_registers_info): Delete.
2882 (rs6000_do_registers_info): Delete.
2883 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2884 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2885
ab4327e0
EZ
28862002-08-20 Elena Zannoni <ezannoni@redhat.com>
2887
2888 * infcmd.c (do_registers_info): Print vector registers in hex
2889 format only.
2890 (print_vector_info): Check that printing registers
2891 makes sense.
2892 (print_float_info): Ditto.
2893
cb1d2653
AC
28942002-08-20 Andrew Cagney <ac131313@redhat.com>
2895
2896 * mips-tdep.c (mips_gdbarch_init): Update.
2897 (mips_o32_extract_return_value): Rewrite.
2898 (mips_o32_store_return_value): Rewrite.
2899 (mips_o32_xfer_return_value): New function.
2900 (mips_xfer_register): Tweak debug print message. Allow for
2901 buf_offset when dumping the value transfered.
2902
dfc3d9b2
AC
29032002-08-20 Andrew Cagney <ac131313@redhat.com>
2904
2905 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2906 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2907 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2908 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2909 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2910
7807aa61
MS
29112002-08-14 Michael Snyder <msnyder@redhat.com>
2912
2913 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2914
489461e2
EZ
29152002-08-19 Elena Zannoni <ezannoni@redhat.com>
2916
2917 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2918 register.
2919 (P): New macro to define a register as a pseudo register.
2920 (R, R4, R8, R16, FR32, R64, R0): Updated.
2921 (struct variant): Add new fields for number of pseudo registers
2922 and number of total registers.
2923 (tot_num_registers): New macro replacing....
2924 (num_registers): ...deleted macro.
2925 (num_registers): New function.
2926 (num_pseudo_registers): New function.
2927 (variants): Update all variants to intialize new fields correctly.
2928 Postpone initialization of number of pseudo regs and real regs.
2929 (init_variants): New function.
2930 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2931 registers offsets.
2932
fcaffe4c
DC
29332002-08-19 David Carlton <carlton@math.stanford.edu>
2934
2c2738a0
DC
2935 * valops.c (search_struct_field): Change error message to treat
2936 return value of 0 from value_static_field as meaning that field is
2937 optimized out.
2938 (value_struct_elt_for_reference): Ditto.
2939 * values.c (value_static_field): Treat an unresolved location the
2940 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2941 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2942 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2943 * MAINTAINERS: Add self to Write After Approval list.
2944
88658117
AC
29452002-08-19 Andrew Cagney <ac131313@redhat.com>
2946
2947 * mips-tdep.c (mips_xfer_register): New function.
2948 (mips_n32n64_extract_return_value): Rewrite.
2949 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2950 instead of deprecated_extract_return_value.
2951
21283beb
EZ
29522002-08-19 Elena Zannoni <ezannoni@redhat.com>
2953
2954 * rs6000-tdep.c (TDEP): Delete macro.
2955 (branch_dest): Replace use of TDEP macro with its body.
2956 (rs6000_pop_frame): Ditto.
2957 (rs6000_push_arguments): Ditto.
2958 (rs6000_skip_trampoline_code): Ditto.
2959 (rs6000_frame_saved_pc): Ditto.
2960 (rs6000_frame_chain): Ditto.
2961 (rs6000_register_name): Ditto.
2962 (rs6000_register_byte): Ditto.
2963 (rs6000_register_raw_size): Ditto.
2964 (rs6000_register_virtual_type): Ditto.
2965 (rs6000_register_convertible): Ditto.
2966 (rs6000_convert_from_func_ptr_addr): Ditto.
2967
bf072999
DJ
29682002-08-19 Daniel Jacobowitz <drow@mvista.com>
2969
2970 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2971 conditionally.
2972 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2973 MIPS_LINUX_JB_ELEMENT_SIZE.
2974 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2975 for MAX_REGISTER_RAW_SIZE arrays.
2976 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2977 MIPS_LINUX_JB_ELEMENT_SIZE.
2978
9b949a49
PM
29792002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2980
2981 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2982
6d3e79c6
AS
29832002-08-19 Aidan Skinner <aidan@velvet.net>
2984
2985 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2986 ada-valprint.c ada-tasks.c.
2987 (YYFILES): Add ada-exp.y.
2988 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2989 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2990 (ada-exp.tab.o): New target.
2991
06c0b04e
AC
29922002-08-18 Andrew Cagney <ac131313@redhat.com>
2993
2994 * regcache.c (regcache_xfer_part): New function.
2995 (regcache_raw_read_part): New function.
2996 (regcache_raw_write_part): New function.
2997 (regcache_cooked_read_part): New function.
2998 (regcache_cooked_write_part): New function.
2999 * regcache.h (regcache_raw_read_part): Declare.
3000 (regcache_raw_write_part): Declare.
3001 (regcache_cooked_read_part): Declare.
3002 (regcache_cooked_write_part): Declare.
3003
92d1e331
DJ
30042002-08-18 Daniel Jacobowitz <drow@mvista.com>
3005
3006 * remote.c (remote_open_1): Add async_p.
3007 (remote_async_open_1): Delete.
3008 (open_remote_target): Delete.
3009 (remote_open, extended_remote_open): Update calls to remote_open_1.
3010 (remote_async_open, extended_remote_async_open): Call
3011 remote_open_1 instead of remote_async_open_1.
3012
247055de
MK
30132002-08-19 Mark Kettenis <kettenis@gnu.org>
3014
3015 * blockframe.c: Fix a few coding standard violations.
3016
641eda39
MK
30172002-08-19 Mark Kettenis <kettenis@gnu.org>
3018
0b717710
MK
3019 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3020 here from ...
3021 * config/i386/tm-i386sco5.h: ... here. File removed.
3022 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3023
26d28e12 3024 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3025 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3026 (TM_FILE): Set to tm-i386.h.
3027 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3028 * config/i386/tm-i386v.h: Remove file.
3029 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3030 instead of "i386/tm-i386v.h".
3031 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3032 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3033 "i386/tm-i386v.h".
3034 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3035 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3036 "i386/tm-i386.h".
3037
d4e0bab4
MK
30382002-08-18 Mark Kettenis <kettenis@gnu.org>
3039
3040 * config/i386/nm-i386v.h: Add protection against
3041 multiple-inclusion.
3042 (i386_register_u_addr): Remove prototype.
3043 (register_u_addr): New prototype.
3044 (REGISTER_U_ADDR): Redefine accordingly.
3045 * i386v-nat.c: Improve several comments.
3046 (i386_register_u_addr): Change signature and rename to
3047 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3048 ubase variable.
3049
46cac009
AC
30502002-08-18 Andrew Cagney <ac131313@redhat.com>
3051
3052 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3053 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3054 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3055 deprecated_extract_return_value.
3056 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3057 rename mips_o32o64_push_arguments.
3058 (mips_gdbarch_init): Update.
3059 (mips_extract_return_value): Delete.
3060 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3061 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3062 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3063 (mips_n32n64_extract_return_value): Clone
3064 mips_extract_return_value.
3065 (mips_store_return_value): Delete.
3066 (mips_o32_store_return_value): Clone mips_store_return_value.
3067 (mips_o64_store_return_value): Clone mips_store_return_value.
3068 (mips_eabi_store_return_value): Clone mips_store_return_value.
3069 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3070
d2e4a39e
AS
30712002-08-18 Aidan Skinner <aidan@velvet.net>
3072
0c30c098
AS
3073 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3074 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3075
30762002-08-18 Aidan Skinner <aidan@velvet.net>
3077
3078 * ada-lang.c: Run through gdb_indent.sh.
3079 * ada-lang.h: Run through gdb_indent.sh.
3080 * ada-tasks.c: Run through gdb_indent.sh.
3081 * ada-typeprint.c: Run through gdb_indent.sh.
3082 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3083
01fc4e33
AC
30842002-08-18 Andrew Cagney <ac131313@redhat.com>
3085
3086 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3087 ABI.
3088
d8ee244c
MK
30892002-08-18 Mark Kettenis <kettenis@gnu.org>
3090
c38d8261
MK
3091 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3092
222db64c
MK
3093 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3094 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3095
c2848c82
MK
3096 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3097 write_register_gen instead of write_register_bytes.
3098
d8ee244c
MK
3099 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3100 i[3456]-*-osf1mk* configurations have been made obsolete.
3101 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3102 i[3456]86-*-osf1mk* hosts obsolete.
3103 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3104 targets obsolete.
3105 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3106 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3107 config/i386/i386m3.mt, config/i386/nm-m3.h,
3108 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3109 config/i386/i386mk.mh, config/i386/i386mk.mt,
3110 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3111 obsolete.
3112 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3113 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3114 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3115
61d8d407
AC
31162002-08-18 Andrew Cagney <ac131313@redhat.com>
3117
3118 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3119 (hppa_value_returned_from_stack): Declare.
3120 (hppa_extract_return_value): Declare.
3121 * config/pa/hppa.mt: New file.
3122 * configure.tgt: Recognize hppa*-*-*.
3123 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3124
0c52bd59
MK
31252002-08-18 Mark Kettenis <kettenis@gnu.org>
3126
3127 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3128 comment.
3129
b5686e99
MK
31302002-08-17 Mark Kettenis <kettenis@gnu.org>
3131
3132 * top.c (gdb_rl_operate_and_get_next): Make sure
3133 operate-and-get-next functions correctly even when the history
3134 list is completely filled.
3135
c1bab85b
AC
31362002-08-18 Andrew Cagney <ac131313@redhat.com>
3137
3138 * MAINTAINERS (Target Instruction Set Architectures): Rename
3139 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3140 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3141 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3142 already listed under Host/Native.
3143
3144 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3145 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3146 mips*-*-*.
3147
32089c7c
AC
31482002-08-17 Andrew Cagney <ac131313@redhat.com>
3149
3150 * config/ia64/ia64.mt: New file.
3151 * config/alpha/alpha.mt: New file.
3152 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3153 ia64-linux-gnu. Mention that ia64-elf is broken.
3154 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3155
b4671f85
MK
31562002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3157
3158 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3159 generic_func_frame_valid instead of func_frame_valid.
3160
c8edd8b4
JB
31612002-08-16 Joel Brobecker <brobecker@gnat.com>
3162
3163 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3164 procfs appears to be broken when debugging on multi-processor
3165 machines. So enable software single stepping in order to avoid
3166 using the procfs interface to do next/step operations, using
3167 internal breakpoints instead.
3168
3169 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3170 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3171 make this pc address equal to the value it would have if the
3172 system stepping capability was used. Also set a new flag used
3173 to ensure that we don't readjust the PC one more time later.
3174
3175 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3176 address by DECR_PC_AFTER_BREAK when software single step is
3177 in use for this architecture, as this has already been taken
3178 care of in handle_inferior_event().
3179
238617f6
JB
31802002-08-16 Joel Brobecker <brobecker@gnat.com>
3181
3182 * infrun.c (handle_inferior_event): Minor reformatting, to make
3183 a rather long condition expression easier to read.
3184
541a7aac
AC
31852002-08-16 Andrew Cagney <ac131313@redhat.com>
3186
3187 * Makefile.in (gdbtk.o): Move to end of file.
3188 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3189 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3190 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3191 (gdbtk-wrapper.o, gdbres.o): Ditto.
3192
f92d4a7b
AC
31932002-08-16 Andrew Cagney <ac131313@redhat.com>
3194
3195 * Makefile.in (copying.o): Separate out compile rule.
3196 (hpux-thread.o, procfs.o, signals.o): Ditto.
3197 (v850ice.o, z8k-tdep.o): Ditto.
3198 (tui-file.o): Move to TUI section.
3199 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3200 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3201
1cce71eb
JB
32022002-08-16 Joel Brobecker <brobecker@gnat.com>
3203
3204 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3205 skip_trampoline_code, for better namespace-proofing.
3206
3207 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3208
0851f23d
JB
32092002-08-16 Joel Brobecker <brobecker@gnat.com>
3210
3211 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3212
f8d40ec8
JB
32132002-08-16 Joel Brobecker <brobecker@gnat.com>
3214
3215 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3216 signal, check whether we hit a breakpoint before checking for a
3217 single step breakpoint. Otherwise, GDB fails to notice that a
3218 breakpoint has been hit when stepping onto a breakpoint.
3219
63d022e0
KS
32202002-08-16 Keith Seitz <keiths@redhat.com>
3221
3222 * gdb-events.sh (clear_gdb_event_hooks): New function.
3223 * gdb-events.c: Regenerate.
3224 * gdb-events.h: Regenerate.
3225
6e31adb3
AC
32262002-08-16 Andrew Cagney <ac131313@redhat.com>
3227
3228 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3229 not_a_sw_breakpoint.
3230 * breakpoint.h (bpstat_stop_status): Add parameter names.
3231
c8189ed1
GS
32322002-08-16 Grace Sainsbury <graces@redhat.com>
3233
3234 * remote.c (remote_insert_hw_breakpoint)
3235 (remote_remove_hw_breakpoint): Fix calculation of length field
3236 for Z-packet.
3237
d05285fa
MS
32382002-08-15 Michael Snyder <msnyder@redhat.com>
3239
466d7106
MS
3240 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3241 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3242 (supply_fpregset): Ditto.
3243
d05285fa
MS
3244 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3245 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3246 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3247 (TARGET_READ_SP): Delete.
bf1f5b4c 3248 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3249 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3250 Delete.
3251 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3252 from macros to functions.
bf1f5b4c 3253
d05285fa
MS
3254 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3255 (mips_register_convertible, mips_register_convert_to_virtual,
3256 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3257 (mips_read_sp): New function.
3258 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3259 (mips_do_registers_info): Make static.
3260 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3261 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3262 (mips_register_convert_from_type, mips_register_convert_to_type):
3263 New functions.
3264 (mips_gdbarch_init): Set up function_start_offset,
3265 register_virtual_size, pc_in_sigtramp.
d05285fa 3266
e76f1f2e
AC
32672002-08-15 Andrew Cagney <ac131313@redhat.com>
3268
3269 * infcmd.c (vector_info): New function.
3270 (_initialize_infcmd): Add command "info vector".
3271 (print_vector_info): New function.
3272
3273 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3274 * gdbarch.h, gdbarch.c: Regenerate.
3275
4782dc19
AC
32762002-08-15 Andrew Cagney <ac131313@redhat.com>
3277
3278 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3279 ``print_all''. Only print vector registers when ``print_all''.
3280
23e3a7ac
AC
32812002-08-15 Andrew Cagney <ac131313@redhat.com>
3282
8e186fd6
AC
3283 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3284 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3285
23e3a7ac
AC
3286 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3287 Add `args' parameter.
3288 * gdbarch.h, gdbarch.c: Regenerate.
3289
3290 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3291
3292 * infcmd.c (float_info): Call print_float_info.
3293 (print_float_info): New function. By default, print the
3294 floating-point registers.
3295
3296 * arch-utils.h (default_print_float_info): Delete declaration.
3297 * arch-utils.c (default_print_float_info): Delete function.
3298
e0ca2bb9
MK
32992002-08-16 Mark Kettenis <kettenis@gnu.org>
3300
3f733acc
MK
3301 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3302 out define.
3303
7d8d2918
MK
3304 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3305 FRAME.
3306
1c7cc583
MK
3307 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3308 * configure.host: Make i[3456]86-*-aix host obsolete.
3309 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3310 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3311 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3312 config/i386/xm-i386aix.h: Make files obsolete.
3313 * i386aix-nat.c: Make file obsolete.
3314 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3315 (i386aix-nat.o): Make target obsolete.
3316
e0ca2bb9
MK
3317 * config/i386/nm-gnu.h: Removed.
3318 * config/i386/nm-i386gnu.h: New file.
3319 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3320 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3321 Moved here from ...
3322 * config/i386/tm-i386gnu.h: ... here. Removed.
3323 * config/i386/xm-i386gnu.h: Removed.
3324 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3325 (NAT_FILE): Set to nm-i386gnu.h.
3326 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3327 * i386-tdep.c: New file.
3328 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3329 (i386gnu-tdep.o): Specify dependencies.
3330
16057ec7 33312002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3332
6b99ee2e
MK
3333 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3334 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3335 Adjust a few comments to reflect reality a bit closer.
3336 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3337 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3338 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3339 target_insert_watchpoint, target_remove_watchpoint):
3340 Move defines to ...
3341 * config/i386/nm-i386sco5.h: ... here.
3342 (kernel_u_size): Add prototype. Improve a few comments and add
3343 protection against multiple inclusion.
3344
d9a6f65c
MK
3345 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3346 out define.
3347
047eff6a
MK
3348 * uw-thread.c (SP_ARG0): Define if not already defined.
3349 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3350
dcdb1290
MK
3351 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3352
5d2d0b2a
MK
3353 * config/i386/tm-i386.h: Don't include "regcache.h".
3354
61113f8b
MK
3355 * i387-tdep.h (i387_print_float_info): New prototype.
3356 * i387-tdep.c (print_i387_value, print_i387_ext,
3357 print_i387_status_word, print_i387_control_word): Add `struct
3358 ui_file *' argument and use it for output.
3359 (i387_print_float_info): Renamed from i387_float_info. Add
3360 `struct gdbarch *' and `struct ui_file *' arguments and use the
3361 latter for output.
3362 * i386-tdep.c: Include "i387-tdep.h".
3363 (i386_gdbarch_init): Set print_float_info.
3364 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3365 (FLOAT_INFO): Remove define.
3366
46e0f506
MS
33672002-08-13 Michael Snyder <msnyder@redhat.com>
3368
3369 * mips-tdep.c (mips_push_arguments): Rename to
3370 mips_eabi_push_arguments, and tune for EABI.
3371 (MIPS_REGS_HAVE_HOME_P): Delete.
3372 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3373 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3374 Delete references to mips_regs_have_home_p.
3375
409268de
KS
33762002-08-14 Keith Seitz <keiths@redhat.com>
3377
3378 * Makefile.in (install-gdbtk): Create insight plugin directory.
3379 Install plugins.tcl file.
3380
ffc6a242
KS
33812002-08-14 Keith Seitz <keiths@redhat.com>
3382
3383 * configure.in: Move SUBDIRS to near top of the file so that
3384 --enable options may add things to it.
3385 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3386 * configure: Regenerate.
3387
ebafbe83
MS
33882002-08-13 Michael Snyder <msnyder@redhat.com>
3389
3390 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3391 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3392 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3393
32f6f25d
AC
33942002-08-13 Andrew Cagney <ac131313@redhat.com>
3395
3396 * vax-tdep.c (vax_get_saved_register): Delete function.
3397 (vax_gdbarch_init): Update.
3398 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3399 (ns32k_gdbarch_init): Update.
3400 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3401 (alpha_gdbarch_init): Update.
3402
53826de9
AC
34032002-08-13 Andrew Cagney <cagney@redhat.com>
3404
3405 * regcache.c (init_regcache_descr): Overallocate the
3406 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3407 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3408 nr_raw_registers.
3409 (set_register_cached): Add range checking assertions. Use
3410 current_regcache.
3411
16057ec7 34122002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3413
3414 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3415 numbers for MMX registers.
3416
7b4c2dce
AC
34172002-08-13 Andrew Cagney <cagney@redhat.com>
3418
3419 * i386-tdep.c (i386_gdbarch_init): Use
3420 generic_unwind_get_saved_register.
3421
1e03ad20
KB
34222002-08-13 Kevin Buettner <kevinb@redhat.com>
3423
3424 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3425 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3426 target vector.
3427 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3428 Delete. Add comment regarding this now-deleted target method.
3429
548bcbec
SC
34302002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3431
3432 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3433 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3434 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3435 real PC and the page number (if it's within the memory bank window).
3436 (m68hc11_pseudo_register_write): Likewise when saving.
3437 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3438 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3439 (m68hc11_register_raw_size): And use 32-bit for it.
3440 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3441 16K memory bank is used by the prog; also use the virtual pc.
3442
7df11f59
SC
34432002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3444
3445 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3446 (m68hc11_gdbarch_init): Install it in gdbarch.
3447 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3448 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3449 (MSYMBOL_SIZE): New for documentation.
3450 (insn_return_kind): Enum to specify how a function returns.
3451 (frame_extra_info): Cleanup and record the return mode.
3452 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3453 register in address computation.
3454 (m68hc11_get_return_insn): New to obtain the return instruction used
3455 by the function.
3456 (m68hc11_frame_init_saved_regs): Take into account the return
3457 instruction used by the function for far and interrupt functions.
3458 (m68hc11_init_extra_frame_info): Take into account page register.
3459 (m68hc11_frame_args_address): Adjust according to the return mode.
3460 (show_regs): Print page register only when it's used.
3461
5706502a
SC
34622002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3463
3464 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3465 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3466 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3467 registers.
3468 (m68hc11_register_raw_size): Likewise.
3469
28fc6740
AC
34702002-08-13 Andrew Cagney <cagney@redhat.com>
3471
3472 * i386-tdep.c (i386_register_name): Handle mmx registers.
3473 (mmx_regnum_p): New function.
3474 (i386_mmx_names): New array.
3475 (mmx_num_regs): New variable.
3476 (i386_pseudo_register_read): New function.
3477 (i386_pseudo_register_write): New function.
3478 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3479
3480 * regcache.c (regcache_raw_read_unsigned): New function.
3481 (regcache_raw_read_signed): New function.
3482 * regcache.h (regcache_raw_read_unsigned): Declare.
3483 (regcache_raw_read_signed): Declare.
3484
a378f419
AC
34852002-08-13 Andrew Cagney <cagney@redhat.com>
3486
3487 * regcache.c (regcache_raw_read_as_address): Delete function.
3488 (regcache_cooked_read_signed): New function.
3489 (regcache_cooked_read_unsigned): New function.
3490 * regcache.h (regcache_cooked_read_signed): Declare.
3491 (regcache_cooked_read_unsigned): Declare.
3492 (regcache_raw_read_as_address): Delete declaration.
3493
3494 * blockframe.c (generic_read_register_dummy): Use
3495 regcache_cooked_read_unsigned.
3496 * i386-tdep.c (i386_extract_struct_value_address): Use
3497 regcache_cooked_read_unsigned.
3498
81967506
SC
34992002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3500
3501 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3502 double sizes according to ELF ABI flags.
3503 (gdbarch_tdep): Record elf_flags.
3504
ffe1f3ee
SC
35052002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3506
3507 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3508 (m6812_prolog): They can appear in 68HC12 function prologue.
3509 (m68hc11_frame_chain): Cleanup.
3510
98216c5d
AC
35112002-08-12 Andrew Cagney <cagney@redhat.com>
3512
3513 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3514 declarations.
3515 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3516 (i386_linux_register_raw_size): Delete function.
3517 (i386_linux_init_abi): Update.
3518 * i386-tdep.c (i386_register_raw_size): Delete function.
3519 (i386_register_byte): Delete function.
3520 (i386_gdbarch_init): Update.
3521 (i386_register_size): Delete array.
3522 (i386_register_offset): Delete array.
3523
3524 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3525 (REGISTER_RAW_SIZE): Delete macro.
3526 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3527 (REGISTER_BYTE): Delete macro.
3528
3b19021e
AS
35292002-08-11 Aidan Skinner <aidan@velvet.net>
3530
3531 * ada-lang.c (ada_lookup_partial_symbol)
3532 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3533 prototype names so that grep ^func works properly.
3534
3535 * ada-lang.c (ada_array_element_type)
3536 (ada_lookup_partial_symbol): Fix typos in parameter list.
3537
3538 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3539 Fix prototype names so that grep ^func works properly.
3540
b063e7a2
AC
35412002-08-10 Andrew Cagney <cagney@redhat.com>
3542 Elena Zannoni <ezannoni@redhat.com>
3543 Martin M. Hunt <hunt@redhat.com>
3544
3545 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3546 (build_builtin_type_vec128i): Set the vector bit.
3547 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3548 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3549 (build_builtin_type_vec64): New function.
3550 (build_builtin_type_vec64i): New function.
3551 (build_gdbtypes): Initialize builtin_type_vec64 and
3552 builtin_type_vec64i.
3553
a7e3c2ad
AC
35542002-08-09 Andrew Cagney <cagney@redhat.com>
3555
3556 * regcache.c (regcache_dump): Compare the register offset
3557 with REGISTER_BYTE.
3558 * arch-utils.c (generic_register_byte): New function.
3559 * arch-utils.h (generic_register_byte): Declare.
3560 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3561 * gdbarch.h, gdbarch.c: Regenerate.
3562
af030b9a
AC
35632002-08-09 Andrew Cagney <cagney@redhat.com>
3564
3565 * regcache.c: Include "gdbcmd.h"
3566 (_initialize_regcache): Add commands "maintenance print
3567 registers", "maintenance print raw-registers" and "maintenance
3568 print cooked-registers".
3569 (enum regcache_dump_what): Define.
3570 (dump_endian_bytes): New function.
3571 (regcache_dump): New function.
3572 (regcache_print): New function.
3573 (maintenance_print_registers): New function.
3574 (maintenance_print_raw_registers): New function.
3575 (maintenance_print_cooked_registers): New function.
3576 * Makefile.in (regcache.o): Update dependencies.
3577
cb3d25d1
MS
35782002-08-09 Michael Snyder <msnyder@redhat.com>
3579
3580 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3581 (mips_push_arguments): Correct some comments. Use paddr_nz
3582 for printing addresses in debug output. Replace static
3583 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3584 (mips_n32n64_push_arguments): New function, cloned from
3585 mips_push_arguments and tuned for the n32/n64 ABI.
3586 (mips_push_register): Buffer needs dynamic allocation.
3587 (mips_print_register): Ditto.
3588 (do_gp_register_row): Ditto.
3589 (mips_store_return_value): Ditto.
3590 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3591
2163ab9d
DH
35922002-08-09 Don Howard <dhoward@redhat.com>
3593
3594 * memattr.c (mem_info_command): Print special case of upper bound
3595 as max CORE_ADDR + 1.
3596
b78bcb18
MS
35972002-08-08 Michael Snyder <msnyder@redhat.com>
3598
3599 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3600 returns structs by ref if they're too big to fit in two registers.
3601
ffabd70d
KB
36022002-08-09 Kevin Buettner <kevinb@redhat.com>
3603
3604 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3605 saved regs value.
3606 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3607 mips_find_saved_regs().
3608 (mips_pop_frame): Likewise.
3609
fbcdb4a3
KB
36102002-08-09 Kevin Buettner <kevinb@redhat.com>
3611
3612 * blockframe.c (frame_saved_regs_register_unwind): Revise
3613 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3614 frames are in use.
3615
3c3bea1c
GS
36162002-08-09 Grace Sainsbury <graces@redhat.com>
3617
3618 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3619 T-packets; the 'a' is not taken as a register number.
3620 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3621 (remote_stopped_data_address): New functions; add to target
3622 vector.
3623 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3624 prototypes to match other implementations of this
3625 function. replace integer argument with pointer -- the length
3626 field in the Z-packet is the length of what is pointed to or 1 if
3627 pointer is null. Add to target vector.
3628 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3629 target vector.
3630
3631 From Mark Salter:
3632 * remote.c (remote_wait): Add support to extract optional
3633 watchpoint information from T-packet. Ignore unrecognized
3634 optional info in T-packet.
3635 (remote_async_wait): Ditto.
3636
5d1d95de
CV
36372002-08-09 Corinna Vinschen <vinschen@redhat.com>
3638
3639 * cli/cli-dump.c: Change fopen modes to use binary open modes
3640 as defined in include/fopen-bin.h throughout.
3641
c86b5b38
MS
36422002-08-08 Michael Snyder <msnyder@redhat.com>
3643
3644 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3645
b30590dc
KB
36462002-08-08 Kevin Buettner <kevinb@redhat.com>
3647
3648 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3649 assertion failure by returning early after a warning.
3650
498868ed
KB
36512002-08-08 Kevin Buettner <kevinb@redhat.com>
3652
3653 * mips-tdep.c (mips_find_saved_regs): Make static.
3654 (mips_frame_init_saved_regs): New function.
3655 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3656 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3657 (mips_find_saved_regs): Delete declaration.
3658
b2dd6311
GS
36592002-08-08 Grace Sainsbury <graces@redhat.com>
3660
3c3bea1c
GS
3661 * remote.c (remote_wait, remote_async_wait): Change
3662 thread_num from int to ULONGEST.
3663 (unpack_varlen_hex): Change result parameter from
3664 int * to ULONGEST *.
b2dd6311 3665
ea47855f
AC
36662002-08-08 Andrew Cagney <ac131313@redhat.com>
3667
3668 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3669 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3670 powerpc*-*-*.
3671 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3672
69db8bae
AC
36732002-08-08 Andrew Cagney <cagney@redhat.com>
3674
3675 * gcore.c (override_derive_stack_segment): Delete variable.
3676 (preempt_derive_stack_segment): Delete function.
3677 (derive_stack_segment): Delete function.
3678 (default_derive_stack_segment): Renamed to derive_stack_segment.
3679 (override_derive_heap_segment): Delete variable.
3680 (preempt_derive_heap_segment): Delete function.
3681 (derive_heap_segment): Delete function.
3682 (default_derive_heap_segment): Rename to derive_heap_segment.
3683
cb811fe7
MS
36842002-08-06 Michael Snyder <msnyder@redhat.com>
3685
3686 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3687 * mips-tdep.c (mips_EABI_use_struct_convention,
3688 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3689 New functions. (mips_use_struct_convention): Delete.
3690 (mips_gdbarch_init): set use_gdbarch_convention.
3691
8b389c40
MS
36922002-08-06 Michael Snyder <msnyder@redhat.com>
3693
3694 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3695 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3696 mips_o32_reg_struct_has_addr): New functions.
3697 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3698
5c27f28a
AC
36992002-08-07 Andrew Cagney <ac131313@redhat.com>
3700
3701 * regcache.c (pseudo_register): Delete function.
3702 (fetch_register): Delete function.
3703 (store_register): Delete function.
3704 (regcache_raw_read, legacy_read_register_gen): Use
3705 target_fetch_registers instead of fetch_register.
3706 (legacy_write_register_gen, regcache_raw_write): Use
3707 target_store_register instead of store_register.
3708 (write_register_bytes): Ditto.
3709
3710 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3711 (STORE_PSEUDO_REGISTER): Delete.
3712 * gdbarch.h, gdbarch.c: Regenerate.
3713
5b331675
CV
37142002-08-06 Corinna Vinschen <vinschen@redhat.com>
3715
3716 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3717 write dump file binary.
3718
6acdf5c7
MS
37192002-08-05 Michael Snyder <msnyder@redhat.com>
3720
3721 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3722 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3723 (mips_gdbarch_init): Set N32 target to be mips64.
3724
b2f01c35
KB
37252002-08-06 Kevin Buettner <kevinb@redhat.com>
3726
3727 * frame.c (find_saved_register): Break out of loop once saved
3728 register address is found. Don't mention sparc in loop comment
3729 anymore.
3730
63db5580
KB
37312002-08-06 Kevin Buettner <kevinb@redhat.com>
3732
3733 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3734 mips_default_saved_regsize to 8.
3735
5e34e75e
AC
37362002-08-06 Andrew Cagney <ac131313@redhat.com>
3737
3738 * gcore.c: Do not include <sys/procfs.h>.
3739 * Makefile.in (gcore.o): Update dependencies.
3740
eb4c54a2
AC
37412002-08-06 Andrew Cagney <cagney@redhat.com>
3742
3743 * configure.tgt: Make arc-*-* obsolete.
3744 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3745 * MAINTAINERS: Make arc-elf obsolete.
3746 * arc-tdep.c: Make file obsolete.
3747 * config/arc/arc.mt: Ditto.
3748 * config/arc/tm-arc.h: Ditto.
3749
ced15480
TR
37502002-08-05 Theodore A. Roth <troth@verinet.com>
3751
c1bab85b 3752 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3753
b4743822
AC
37542002-08-05 Andrew Cagney <ac131313@redhat.com>
3755
3756 * mcore-tdep.c (mcore_gdbarch_init): Use
3757 generic_unwind_get_saved_register instead of
3758 generic_get_saved_register.
3759 * v850-tdep.c (v850_gdbarch_init): Ditto.
3760 * frv-tdep.c (frv_gdbarch_init): Ditto.
3761 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3762 * s390-tdep.c (s390_gdbarch_init): Ditto.
3763 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3764 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3765 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3766
3956d554
JB
37672002-08-05 Joel Brobecker <brobecker@gnat.com>
3768
3769 * objfiles.h: Add missing #include "symfile.h"
3770
3771 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3772
8249c0d6
AC
37732002-08-04 Andrew Cagney <ac131313@redhat.com>
3774
3775 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3776 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3777 of FIELD_BITSIZE.
3778
b9d14705
DJ
37792002-08-04 Daniel Jacobowitz <drow@mvista.com>
3780
3781 * NEWS: Cleanup and nitpick.
3782
dd73b9bb
AC
37832002-08-03 Andrew Cagney <ac131313@redhat.com>
3784
3785 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3786
043a27f8
AC
37872002-08-03 Andrew Cagney <ac131313@redhat.com>
3788
3789 * Makefile.in (gdbtk-bp.o): Update dependencies.
3790 (gdbtk-register.o): Ditto.
3791 (gdbtk-varobj.o): Ditto.
3792
46ce284d
AC
37932002-08-03 Andrew Cagney <cagney@redhat.com>
3794
3795 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3796 m68hc11_fetch_pseudo_register.
3797 (m68hc11_pseudo_register_write): Replace
3798 m68hc11_store_pseudo_register.
3799 (m68hc11_gdbarch_init): Update.
3800
b66d6d2e
AC
3801Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3802
3803 * gdbarch.sh: Include "gdb_string.h".
3804 * gdbarch.c: Regenerate.
3805
3806 * regcache.c: Include "gdb_string.h".
3807 * ax-general.c: Ditto.
3808 * varobj.c: Ditto.
3809 * std-regs.c: Ditto.
3810 * fbsd-proc.c: Ditto.
3811 * thread.c: Ditto.
3812
3813 * Makefile.in (regcache.o): Update dependencies.
3814 (thread.o, gdbarch.o): Ditto.
3815 (ax-general.o, gdbarch.o): Ditto.
3816 (varobj.o, std-regs.o): Ditto.
3817 (fbsd-proc.o): Specify dependencies.
3818
29e1842b
AC
38192002-08-02 Andrew Cagney <cagney@redhat.com>
3820
3821 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3822 regnum.
3823 (regcache_cooked_write): Ditto.
3824
68365089
AC
38252002-08-02 Andrew Cagney <ac131313@redhat.com>
3826
3827 * regcache.c (regcache_cooked_read): New function.
3828 (regcache_cooked_write): New function.
3829 (read_register_gen): Rewrite using regcache_cooked_read.
3830 (write_register_gen): Rewrite using regcache_cooked_write.
3831
3832 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3833 Declare.
3834
d8124050
AC
38352002-08-02 Andrew Cagney <cagney@redhat.com>
3836
3837 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3838 Replace the architecture methods register_read and register_write.
3839 * gdbarch.h, gdbarch.c: Regenerate.
3840 * regcache.c (init_regcache_descr): Update.
3841 (read_register_gen): Update.
3842 (write_register_gen): Update.
3843 (supply_register): Update comment.
3844
3845 * sh-tdep.c (sh_gdbarch_init): Update.
3846 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3847 `regcache' and `gdbarch' parameters. Make `buffer' a void
3848 pointer. Update code.
3849 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3850 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3851 void pointer. Update code.
3852 (sh64_register_write): Delete.
3853 (sh4_register_read): Delete.
3854 (sh64_register_read): Delete.
3855 (sh4_register_write): Delete.
3856 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3857 void pointer, `to' parameter a void pointer.
3858 (sh_sh64_register_convert_to_raw): Ditto.
3859
a6425924
KB
38602002-08-01 Kevin Buettner <kevinb@redhat.com>
3861
3862 * mips-tdep.c (mips_register_virtual_type): Use architecture
3863 invariant return values.
3864
ff5922b5
AC
38652002-08-01 Andrew Cagney <cagney@redhat.com>
3866
3867 * linux-proc.c: Include "gdb_string.h".
3868 * Makefile.in (linux-proc.o): Update dependency list.
3869
32a6503c
KB
38702002-08-01 Kevin Buettner <kevinb@redhat.com>
3871
3872 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3873 comment.
3874
ccaa32c7
GS
38752002-08-01 Grace Sainsbury <graces@redhat.com>
3876
3877 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3878 to_insert_watchpoint, to_remove_watchpoint,
3879 to_stopped_by_watchpoint, to_stopped_data_address,
3880 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3881 target vecctor. Define their corresponding macros so they call
3882 them.
3883
3884 * target.c: Add default and debug versions of for
3885 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3886 to_insert_watchpoint, to_remove_watchpoint,
3887 to_stopped_by_watchpoint, to_stopped_data_address,
3888 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3889
78fde5f8
KB
38902002-08-01 Kevin Buettner <kevinb@redhat.com>
3891
3892 * mips-tdep.c (mips_register_virtual_type): New function.
3893 (mips_gdbarch_init): Register mips_register_virtual_type()
3894 with gdbarch machinery.
3895 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3896 this file instead of tm-bigmips.h.
3897 (MIPS_REGSIZE): Delete this macro.
3898 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3899 multiarch version in mips-tdep.c will be found.
3900
db034ac5
AC
39012002-08-01 Andrew Cagney <cagney@redhat.com>
3902
3903 * NEWS: Menion that CHILL has been made obsolete.
3904
3905 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3906 * stabsread.c (read_range_type): Ditto.
3907 * gdbtypes.h: Ditto.
3908 * language.c (binop_type_check): Ditto.
3909 (binop_result_type): Ditto.
3910 (integral_type): Ditto.
3911 (character_type): Ditto.
3912 (string_type): Ditto.
3913 (boolean_type): Ditto.
3914 (structured_type): Ditto.
3915 (lang_bool_type): Ditto.
3916 (binop_type_check): Ditto.
3917 * language.h (_LANG_chill): Ditto.
3918 * dwarfread.c (set_cu_language): Ditto.
3919 * dwarfread.c (CHILL_PRODUCER): Ditto.
3920 * dwarfread.c (handle_producer): Ditto.
3921 * expression.h (enum exp_opcode): Ditto.
3922 * eval.c: Ditto for comments.
3923 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3924 * expprint.c (print_subexp): Ditto.
3925 (print_subexp): Ditto.
3926 * valops.c (value_cast): Ditto.
3927 (search_struct_field): Ditto.
3928 * value.h (COERCE_VARYING_ARRAY): Ditto.
3929 * symfile.c (init_filename_language_table): Ditto.
3930 (add_psymbol_with_dem_name_to_list): Ditto.
3931 * valarith.c (value_binop): Ditto.
3932 (value_neg): Ditto.
3933 * valops.c (value_slice): Ditto.
3934 * symtab.h (union language_specific): Ditto.
3935 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3936 (SYMBOL_DEMANGLED_NAME): Ditto.
3937 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3938 * defs.h (enum language): Ditto.
3939 * symtab.c (got_symtab): Ditto.
3940 * utils.c (fprintf_symbol_filtered): Ditto.
3941
3942 * ch-typeprint.c: Make file obsolete.
3943 * ch-valprint.c: Make file obsolete.
3944 * ch-lang.h: Make file obsolete.
3945 * ch-exp.c: Make file obsolete.
3946 * ch-lang.c: Make file obsolete.
3947
3948 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3949 CHILL_LIB.
3950 (TARGET_FLAGS_TO_PASS): Ditto.
3951 (CHILLFLAGS): Obsolete.
3952 (CHILL): Obsolete.
3953 (CHILL_FOR_TARGET): Obsolete.
3954 (CHILL_LIB): Obsolete.
3955 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3956 ch-valprint.c.
3957 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3958 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3959 ch-lang.o.
3960 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3961 targets.
3962
8aaf0b47
JB
39632002-07-31 Joel Brobecker <brobecker@gnat.com>
3964
3965 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3966 This does not change anything at the moment, but will be helpful
3967 later when full Ada support is integrated.
3968
f3a7b3a5
KB
39692002-07-31 Kevin Buettner <kevinb@redhat.com>
3970
3971 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3972 help message.
3973
fb850278
KB
39742002-07-31 Kevin Buettner <kevinb@redhat.com>
3975
3976 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3977 and save it in a local variable. Use variable in later test.
3978
e3bddbfa
KB
39792002-07-31 Kevin Buettner <kevinb@redhat.com>
3980
3981 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3982 test. (Thanks to Daniel Jacobowitz.)
3983
28d169de
KB
39842002-07-31 Kevin Buettner <kevinb@redhat.com>
3985
3986 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3987 (mips_abi_strings): Add "n64".
3988 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3989
7fe7e44e
KB
39902002-07-31 Kevin Buettner <kevinb@redhat.com>
3991
3992 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3993 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3994
c6caf090
KB
39952002-07-31 Kevin Buettner <kevinb@redhat.com>
3996
3997 * utils.c (host_pointer_to_address, address_to_host_pointer):
3998 Use gdb_assert() instead of explicit call to internal_error().
3999
c41669e0
KB
40002002-07-30 Kevin Buettner <kevinb@redhat.com>
4001
4002 * Makefile.in (rs6000-nat.o): Update dependencies.
4003
4004 From Nicholas Duffek:
4005 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4006 (aix-thread.o): New rule.
4007 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4008 * config/powerpc/aix432.mh: New file.
4009
2fda4977
DJ
40102002-07-30 Daniel Jacobowitz <drow@mvista.com>
4011
4012 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4013 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4014 (fetch_core_registers, ppc_linux_supply_gregset)
4015 (ppc_linux_supply_fpregset): New functions.
4016 (ppc_linux_regset_core_fns): New.
4017 (_initialize_ppc_linux_tdep): Call add_core_fns.
4018 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4019 and ppc_linux_supply_gregset.
4020 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4021 (supply_fpregset): Call ppc_linux_supply_fpregset.
4022 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4023 corelow.o.
4024 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4025
729051e6
DJ
40262002-07-30 Daniel Jacobowitz <drow@mvista.com>
4027
4028 * symtab.c (lookup_symbol): Demangle before lowercasing.
4029
5f8a3188
AC
40302002-07-30 Andrew Cagney <ac131313@redhat.com>
4031
4032 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4033 declaration.
4034 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4035 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4036 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4037 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4038 "gdb_string.h".
4039 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4040 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4041 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4042 (avr-tdep.o, mon960-rom.o): Ditto.
4043 (aout_stabs_gnu_h): Define.
4044 (symtab_h): Remove $(gdb_obstack_h).
4045
67f07146
JB
40462002-07-30 Jim Blandy <jimb@redhat.com>
4047
4048 Patch from David Carlton <carlton@math.stanford.edu>:
4049 * gdbinit.in: Move the `dir' commands that add GDB's own source
4050 directory to the search path to the end, so that the `gdb' source
4051 directory will be searched first.
4052
04ea0df1
AC
40532002-07-29 Andrew Cagney <ac131313@redhat.com>
4054
4055 * gdb_obstack.h: New file.
4056 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4057 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4058 * objfiles.h: Include "gdb_obstack.h".
4059 * Makefile.in (gdb_obstack_h): Define.
4060 (symtab_h): Add $(gdb_obstack_h).
4061 (objfiles_h): Add $(gdb_obstack_h).
4062
4063 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4064 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4065 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4066 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4067 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4068 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4069 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4070 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4071
4072 * Makefile.in (bcache.o): Update dependencies.
4073 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4074 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4075 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4076 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4077 (stabsread.o, symfile.o, symmisc.o): Ditto.
4078 (symtab.o, typeprint.o, macroexp.o): Ditto.
4079 (macrotab.o, mdebugread.o): Ditto.
4080 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4081 (coff_ecoff_h, aout_aout64_h): Define.
4082 (aout_stabs_gnu_h, libaout_h): Define.
4083
d138e37a
AC
40842002-07-29 Andrew Cagney <cagney@redhat.com>
4085
4086 * regcache.c (struct regcache_descr): Rename nr_registers to
4087 nr_cooked_registers. Revise comments describing the structure
4088 member fields.
4089 (init_regcache_descr): Update.
4090 (init_legacy_regcache_descr): Update.
4091 (read_register_gen, write_register_gen): When a cooked register in
4092 the raw register range, directly access the value from the raw
4093 register cache.
4094
460e6ec3
AC
40952002-07-29 Andrew Cagney <ac131313@redhat.com>
4096
4097 * z8k-tdep.c: Do not include "obstack.h".
4098 * h8300-tdep.c, h8500-tdep.c: Ditto.
4099 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4100 * valprint.c, v850-tdep.c: Ditto.
4101 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4102 * mn10200-tdep.c: Ditto.
4103
4104 * Makefile.in (z8k-tdep.o): Update dependencies.
4105 (m68hc11-tdep.o, valprint.o): Ditto.
4106 (v850-tdep.o, d10v-tdep.o): Ditto.
4107 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4108 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4109 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4110 (sh_opc_h, gdb_sim_sh_h): Define.
4111 (elf_sh_h, elf_bfd_h): Define.
4112 (opcode_m68hc11_h): Define.
4113 (OPCODES_SRC, OPCODES_DIR): define.
4114 (OPCODES): Use $(OPCODES_DIR).
4115 (gdb_sim_d10v_h): Rename sim_d10v_h.
4116 (gdb_sim_arm_h): Rename sim_arm_h.
4117
790c9cf0
KB
41182002-07-26 Kevin Buettner <kevinb@redhat.com>
4119
4120 * utils.c (host_pointer_to_address, address_to_host_pointer):
4121 Change internal_error() message to indicate function responsible
4122 for the error.
4123
9647fa49
KB
41242002-07-26 Kevin Buettner <kevinb@redhat.com>
4125
4126 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4127 calls to local_hex_string_custom().
4128
dabbe2c0
KB
41292002-07-26 Kevin Buettner <kevinb@redhat.com>
4130
4131 * irix5-nat.c: Move IRIX shared library support from here...
4132 * solib-irix.c: ...to here. Revised substantially to work with
4133 generic solib framework.
4134
b96d0a4e
KB
4135 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4136 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4137 * mips-irix-tdep.c: New file.
4138
313fb2f6
KB
4139 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4140 (mips-irix-tdep.o, solib-irix.o): New rules.
4141 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4142 solib-irix.o.
4143 * config/mips/irix6.mt (TDEPFILES): Likewise.
4144 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4145
ab2eaf26
KB
41462002-07-26 Kevin Buettner <kevinb@redhat.com>
4147
177e4768 4148 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4149 disabled (via ``#if 0'') includes.
4150
7244546a
KB
41512002-07-26 Kevin Buettner <kevinb@redhat.com>
4152
4153 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4154 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4155 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4156 Add support for the fpscr register.
4157 * rs6000-nat.c (regmap, fetch_inferior_registers)
4158 (store_inferior_registers, fetch_core_registers): Likewise.
4159
dd7be90a
KB
41602002-07-26 Kevin Buettner <kevinb@redhat.com>
4161
4162 * rs6000-nat.c (language.h): Include.
4163 (special_regs): Delete this array.
4164 (regmap): New function.
4165 (fetch_register, store_register): Use regmap() to map gdb
4166 register numbers to ptrace register numbers. Also, use
4167 outputs from regmap() to make decisions regarding type of
4168 ptrace() call to make. In particular, don't compare against
4169 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4170 (fetch_inferior_registers, store_inferior_registers): Where
4171 possible, obtain register numbers from tdep struct. Don't
4172 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4173 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4174 (LAST_UISA_SP_REGNUM): Delete.
4175
11bf77db
KB
41762002-07-25 Kevin Buettner <kevinb@redhat.com>
4177
4178 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4179 (fetch_registers, store_register, fetch_core_registers): Don't
4180 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4181 regcache_collect() as appropriate.
4182 (find_toc_address): Format hex address with local_hex_string().
4183
06afebeb
AC
41842002-07-25 Andrew Cagney <ac131313@redhat.com>
4185
4186 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4187 bfd/elf32-frv.c.
4188
8c554d79
TT
41892002-07-24 Tom Tromey <tromey@redhat.com>
4190
4191 * jv-exp.y: Marked all strings with _().
4192 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4193 internal_error.
4194 (MethodInvocation, CastExpression, parse_number, yyerror,
4195 java_type_from_name, push_expression_name, yylex): Typo fixes.
4196
e4c242d9
DJ
41972002-07-24 Daniel Jacobowitz <drow@mvista.com>
4198
4199 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4200 (tee_file_flush, tee_file_write, tee_file_fputs)
4201 (tee_file_isatty): New.
4202 * ui-file.h (tee_file_new): Add prototype.
4203
ebf56fd3
AS
42042002-07-24 Aidan Skinner <aidan@velvet.net>
4205
4206 * ada-lang.c: Change k&r style function definitions to prototyped
4207 form.
4208 * ada-typeprint.c: Change k&r style function definitions to prototyped
4209 form.
4210 * ada-valprint.c: Change k&r style function definitions to prototyped
4211 form.
4212
7fb623f7
AC
42132002-07-24 Andrew Cagney <cagney@redhat.com>
4214
4215 * README: Remove reference to remote-bug.
4216 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4217 remote-bug.c.
4218 (m88k-nat.o): Delete rule.
4219 (m88k-tdep.o): Delete rule.
4220 (remote-bug.o): Delete rule.
4221 * MAINTAINERS: Mark as obsolete.
4222 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4223 * m88k-tdep.c: Make file obsolete.
4224 * config/m88k/m88k.mh: Ditto.
4225 * config/m88k/delta88v4.mh: Ditto.
4226 * config/m88k/delta88v4.mt: Ditto.
4227 * config/m88k/delta88.mt: Ditto.
4228 * config/m88k/delta88.mh: Ditto.
4229 * remote-bug.c: Ditto.
4230 * config/m88k/tm-delta88.h: Ditto.
4231 * config/m88k/nm-delta88v4.h: Ditto.
4232 * config/m88k/xm-delta88.h: Ditto.
4233 * config/m88k/xm-dgux.h: Ditto.
4234 * config/m88k/tm-m88k.h: Ditto.
4235 * config/m88k/nm-m88k.h: Ditto.
4236 * config/m88k/tm-delta88v4.h: Ditto.
4237 * m88k-nat.c: Ditto.
4238 * cxux-nat.c: Ditto.
4239 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4240 and m88*-*-* obsolete.
4241 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4242 m88*-*-* obsolete.
4243
37611a2b
AC
42442002-07-24 Andrew Cagney <cagney@redhat.com>
4245
4246 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4247 constant. Same for local pointer variables.
4248 (extract_signed_integer): Ditto.
4249 * defs.h (extract_unsigned_integer): Update.
4250 (extract_signed_integer): Update.
4251
1aaa5f99
AC
42522002-07-24 Andrew Cagney <cagney@redhat.com>
4253
4254 * regcache.c (regcache_raw_write): Change buf parameter to a
4255 constant void pointer.
4256 (regcache_raw_read): Change buf parameter to a void pointer.
4257 (legacy_write_register_gen): Change myaddr parameter a constant
4258 void pointer.
4259 (supply_register): Change val parameter to a const void pointer.
4260 * regcache.h (regcache_raw_write): Update declaration.
4261 (regcache_raw_read): Update declaration.
4262 (supply_register): Update declaration.
4263
b4f5539f
TT
42642002-07-24 Tom Tromey <tromey@redhat.com>
4265
4266 * defs.h (gdb_readline_wrapper): Declare.
4267 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4268 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4269 * top.c (gdb_readline_wrapper): New function.
4270 (command_line_input): Use it.
4271
0818c12a
AC
42722002-07-24 Andrew Cagney <cagney@redhat.com>
4273
4274 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4275 regcache_read and regcache_write.
4276 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4277 * regcache.c: Update.
4278 * sh-tdep.c (sh64_push_arguments): Update comment.
4279 (sh_pseudo_register_read): Update.
4280 (sh_pseudo_register_write): Update.
4281 (sh4_register_read): Update.
4282 (sh4_register_write): Update.
4283 (sh64_pseudo_register_read): Update.
4284 (sh64_pseudo_register_write): Update.
4285 (sh64_register_read): Update.
4286 (sh64_register_write): Update.
4287 * i386-tdep.c (i386_extract_return_value): Update.
4288 (i386_extract_struct_value_address): Update.
4289 (i386_extract_return_value): Update.
4290 * blockframe.c (generic_read_register_dummy): Update.
4291 (generic_call_dummy_register_unwind): Update
4292 * infrun.c (write_inferior_status_register): Update.
4293
f7321c06
JB
42942002-07-23 Jim Blandy <jimb@redhat.com>
4295
4296 * parser-defs.h (expression_context_pc): Make this extern.
4297 (Thanks to Michael Snyder.)
4298
2037aebb
AC
42992002-07-23 Andrew Cagney <ac131313@redhat.com>
4300
4301 GDB 5.2.1 released from 5.2 branch.
4302 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4303 * README: Update to mention 5.2.1.
4304
66504d44
MS
43052002-07-23 Mark Salter <msalter@redhat.com>
4306
4307 * remote.c (remote_read_bytes): Fix check for error.
4308
27bae383
KB
43092002-07-22 Kevin Buettner <kevinb@redhat.com>
4310
4311 * aix-thread.c (language.h): Include.
4312 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4313 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4314 Print newlines at end of debug messages.
4315 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4316 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4317
43182002-07-22 Kevin Buettner <kevinb@redhat.com>
4319
4320 * aix-thread.c (ppc-tdep.h): Include.
4321 (special_register_p): New function.
4322 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4323 (store_regs_user_thread): Use register number information from
4324 gdbarch_tdep struct instead of hardcoded offsets relative to
4325 FIRST_UISA_SP_REGNUM.
4326 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4327 special_register_p() instead of using FPLAST_REGNUM and
4328 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4329 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4330 will be MQ's register number.
4331
43322002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4333
4334 * aix-thread.c (ops): Rename to aix_thread_ops.
4335 (base_ops): Rename to base_target.
4336 (ops_attach): Rename to aix_thread_attach.
4337 (ops_detach): Rename to aix_thread_detach.
4338 (ops_resume): Rename to aix_thread_detach.
4339 (ops_wait): Rename to aix_thread_wait.
4340 (ops_kill): Rename to aix_thread_kill.
4341 (init_ops): Rename to init_aix_thread_ops.
4342 (ops_fetch_register): Rename to aix_thread_fetch_register.
4343 (ops_store_register): Rename to aix_thread_store_register.
4344 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4345 (ops_thread_alive): Rename to aix_thread_thread_alive.
4346 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4347 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4348 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4349 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4350 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4351 (store_regs_lib): Rename to store_regs_user_thread.
4352 (store_regs_kern): Rename to store_regs_kernel_thread.
4353
27bae383 43542002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4355
4356 * aix-thread.c (ops_prepare_to_store): Eliminate.
4357 (init_ops): Don't initialize ops.prepare_to_store.
4358 (store_regs_kern): Pre-fetch register buffers from child,
4359 because some registers may not be in the cache. Copy
4360 regs from register cache only if they are cached.
4361 (store_regs_lib): Copy regs from register cache only
4362 if they are cached.
4363 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4364 fill_gprs64): Ditto.
4365
61c5da0b
KB
43662002-07-22 Kevin Buettner <kevinb@redhat.com>
4367
4368 * aix-thread.c (gdb_assert.h): Include.
4369 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4370 register sizes (from register cache) match size of buffer holding
4371 register data.
4372 (fill_sprs32): Change parameter types to match those in the ptrace()
4373 buffer.
4374 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4375 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4376
43772002-07-22 Michael Snyder <msnyder@redhat.com>
4378
4379 * aix-thread.c (supply_sprs64): Cosmetic change.
4380 (supply_sprs32): Cosmetic change.
4381 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4382 (fill_sprs64): Use regcache_collect instead of read_register.
4383 (store_regs_lib): Use regcache_collect instead of
4384 read_register. Use fill_sprs32 instead of fill_sprs64,
4385 if debugging a 32-bit architecture.
4386 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4387 out of the register cache, instead of passing a pointer into
4388 the register cache directly to ptrace. Use regcache_collect
4389 insteaad of read_register.
4390 (ops_prepare_to_store): Use target_read_registers instead
4391 of read_register_bytes.
4392
36479eb1
AS
43932002-07-20 Aidan Skinner <aidan@velvet.net>
4394
4395 * MAINTAINERS: Add self under write after approval.
4396
80ae6ee2
AS
43972002-07-20 Aidan Skinner <aidan@velvet.net>
4398
4399 * ada-tasks.c: Change k&r style function definitions to prototyped
4400 form.
4401
8a8ab2b9
AC
44022002-07-19 Andrew Cagney <ac131313@redhat.com>
4403
4404 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4405 * x86-64-tdep.c: Include "objfiles.h".
4406 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4407 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4408
fb16b900
ML
44092002-07-17 Michal Ludvig <michal@suse.cz>
4410
4411 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4412 (update_context): Initialise cfa variable.
4413
0fe7bf7b
MS
44142002-07-17 Michael Snyder <msnyder@redhat.com>
4415
4416 * aix-thread.c: Shorten some long lines.
4417 Bring comments into line with code spec.
4418
488f131b
JB
44192002-07-18 Joel Brobecker <brobecker@gnat.com>
4420
4421 * infrun.c: Re-indent using gdb_indent.sh.
4422
46c415d2
JB
44232002-07-18 Joel Brobecker <brobecker@gnat.com>
4424
4425 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4426 Leave the indentation temporarily untouched, to minimize the diffs.
4427
cdecafbe
EZ
44282002-07-18 Elena Zannoni <ezannoni@redhat.com>
4429
4430 * stabsread.c: Make os9k sections of the code obsolete,
4431 for real this time.
4432 * stabsread.h: Make os9k sections of the code obsolete.
4433
7b6aa020
ML
44342002-07-18 Michal Ludvig <mludvig@suse.cz>
4435
09ec9b38
ML
4436 * linux-low.c (regsets_store_inferior_registers): Add free()
4437 at the end of a loop to prevent memory leak.
4438 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4439 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4440 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4441 line a comment.
4894ac5d 4442 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4443
233282cd
JB
44442002-07-17 Jim Blandy <jimb@redhat.com>
4445
4446 * macrocmd.c (info_macro_command): Remove newline from error
4447 message.
4448
7b6aa020 44492002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4450
4451 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4452 (sh_gdbarch_init): Use it for sh-dsp.
4453
f7ef9339
KB
44542002-07-16 Kevin Buettner <kevinb@redhat.com>
4455
4456 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4457 64-bit DWARF2 format.
4458
8dd72958
JB
44592002-07-16 Joel Brobecker <brobecker@gnat.com>
4460
4461 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4462 <sys/proc.h> when not available.
4463
a99a9e1b
AC
44642002-07-16 Andrew Cagney <ac131313@redhat.com>
4465
4466 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4467 * stabsread.c: Make os9k sections of the code obsolete.
4468 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4469 * config/i386/i386os9k.mt: Make file obsolete.
4470 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4471 (COMMON_OBS): Remove os9kread.o
4472 (SFILES): Remove os9kread.c.
4473 (os9kread.o, remote-os9k.o): Make target obsolete.
4474 * remote-os9k.c: Make file obsolete.
4475 * os9kread.c: Make file obsolete.
4476 * Makefile.in
4477
7a3085c1
AC
44782002-07-16 Andrew Cagney <ac131313@redhat.com>
4479
4480 * NEWS: Mention that the FR30 has been made obsolete.
4481 * fr30-tdep.c: Make file obsolete.
4482 * config/fr30/tm-fr30.h: Ditto.
4483 * config/fr30/fr30.mt: Ditto.
4484 * configure.tgt: Make fr30-*-elf obsolete.
4485 * MAINTAINERS: Make fr30-elf obsolete.
4486
28a93f5a
PM
44872002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4488
4489 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4490 found is not inside a section.
4491
be006b8b
KB
44922002-07-15 Kevin Buettner <kevinb@redhat.com>
4493
4494 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4495 strerror().
4496 (pdc_realloc): Use xrealloc() instead of realloc().
4497
14fa3751
KB
44982002-07-15 Kevin Buettner <kevinb@redhat.com>
4499
4500 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4501 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4502 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4503 macros.
4504
42cc437f
KB
45052002-07-15 Kevin Buettner <kevinb@redhat.com>
4506
4507 * aix-thread.c (ptrace_check): Eliminate goto.
4508 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4509 problem.
4510
8e2c28d4
KB
45112002-07-15 Kevin Buettner <kevinb@redhat.com>
4512
4513 * aix-thread.c (gdbcmd.h): Include.
4514 (DEBUG, DBG, DBG2, dbg): Eliminate.
4515 (debug_aix_thread): New static global.
4516 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4517 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4518 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4519 invocations to DBG and DBG2 macros to test against
4520 ``debug_aix_thread'' and call fprintf_unfiltered().
4521 (_initialize_aix_thread): Add new command "set debug aix-thread".
4522
30413464
AC
45232002-07-15 Andrew Cagney <ac131313@redhat.com>
4524
4525 From Gerhard Tonn <TON@de.ibm.com>:
4526 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4527 instead of supply_register.
4528
7c43edc1
AC
45292002-07-15 Andrew Cagney <ac131313@redhat.com>
4530
4531 * dwarf2cfi.c: Include "gdb_assert.h".
4532 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4533 non-NULL.
4534 (update_context): Do not use __func__. Add missing ``break''.
4535 (update_context): Do not use __func__.
4536
9364a0ef
EZ
45372002-07-15 Elena Zannoni <ezannoni@redhat.com>
4538
4539 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4540 and its setting. Set gdbarch instruction printing functions
4541 directly. For non-rs6000 case use new function
4542 gdb_print_insn_powerpc.
4543 (gdb_print_insn_powerpc): New function.
4544
3fbeef0b
AC
45452002-07-13 Andrew Cagney <ac131313@redhat.com>
4546
92eb23c5 4547 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4548 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4549 * configure.tgt: Mark d30v-*-* as obsolete.
4550 * d30v-tdep.c: Mark file as obsolete.
4551 * config/d30v/d30v.mt: Ditto.
4552 * config/d30v/tm-d30v.h: Ditto.
4553
aacb1f0a
AS
45542002-07-13 Aidan Skinner <aidan@velvet.net>
4555
4556 * ada-tasks.c (add_task_entry): replace calls to
4557 malloc() with xmalloc
4558 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4559
4560 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4561 ada_finish_decode_line_1, all_sals_for_line
4562 ada_breakpoint_rewrite): replace calls to free() with xfree()
4563
c11d79f2
KB
45642002-07-12 Kevin Buettner <kevinb@redhat.com>
4565
4566 From Nicholas Duffek (with minor changes by Martin Hunt,
4567 Louis Hamilton, and Kevin Buettner):
4568 * aix-thread.c: New file.
4569
8e19ed76
PS
45702002-07-12 Petr Sorfa <petrs@caldera.com>
4571
4572 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4573 complaint for invalid attribute class or form.
4574 (read_func_scope): DW_AT_frame_base
4575 better handling of DW_AT_block*.
4576 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4577 better handling of DW_AT_block*.
4578 (read_common_block): DW_AT_location
4579 better handling of DW_AT_block*.
4580 (read_partial_die): DW_AT_location better handling
4581 of DW_AT_block*.
4582 (new_symbol): DW_AT_external better handling of
4583 DW_AT_block*. Proper initialization of variable
4584 "addr".
4585 (attr_form_is_block): New function that returns true
4586 if the attribute's form is of DW_FORM_block*.
4587
295401f7
DJ
45882002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4589
4590 * valops.c (find_method_list): Remove comment about
4591 removed STATIC_MEMFUNCP argument.
4592 (value_find_oload_method_list): Likewise.
4593
e42dc924
KB
45942002-07-12 Kevin Buettner <kevinb@redhat.com>
4595
4596 From Nicholas Duffek:
4597 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4598 target_new_objfile_hook.
4599
6904b546
KB
46002002-07-12 Kevin Buettner <kevinb@redhat.com>
4601
4602 From Nicholas Duffek:
4603 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4604 csect.
4605
53fe9346
AC
46062002-07-12 Andrew Cagney <cagney@redhat.com>
4607
4608 * MAINTAINERS: Mention --enable-sim-build-warnings.
4609 (m68hc11-elf): Disable sim build warnings.
4610 (m32r-elf): Mark as broken obsolete candidate.
4611 (x86_64-linux-gnu): Mark as buildable with -Werror.
4612 (arm-elf): Change -w to ``,'' which enables warnings but not
4613 -Werror.
4614
af5f3db6
AC
46152002-07-12 Andrew Cagney <ac131313@redhat.com>
4616
4617 * bcache.h: Update copyright.
4618 (struct bstring, struct bcache): Move definition to "bcache.c".
4619 Replaced by opaque declaration.
4620 (bcache_xfree): Replace free_bcache.
4621 (bcache_xmalloc, bcache_memory_used): Declare.
4622
4623 * bcache.c: Update copyright.
4624 (struct bstring, struct bcache): Moved to here from "bcache.h".
4625 Update comments.
4626 (bcache_xmalloc, bcache_memory_used): New functions.
4627 (bcache_xfree): Replace function free_bcache.
4628
4629 * Makefile.in (objfiles.o): Add $(bcache_h).
4630 (objfiles_h): Remove $(bcache_h).
4631 (symfile.o): Add $(bcache_h).
4632
4633 * symmisc.c: Update copyright.
4634 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4635 (print_objfile_statistics): Use bcache_memory_used.
4636
4637 * symfile.c: Include "bcache.h".
4638 (reread_symbols): Use bcache_xfree.
4639 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4640 (add_psymbol_to_list): Pass psymbol_cache by value.
4641 (add_psymbol_with_dem_name_to_list): Ditto.
4642
4643 * objfiles.h: Update copyright.
4644 (struct bcache): Declare opaque. Do not include "bcache.h".
4645 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4646 bcache'' pointers.
4647 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4648
4649 * objfiles.c: Include "bcache.h". Update copyright.
4650 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4651 macro_cache.
4652 (free_objfile): Use bcache_xfree.
4653
444199e7
GS
46542002-07-11 Grace Sainsbury <graces@redhat.com>
4655
4656 * monitor.c (monitor_fetch_register): Make name a constant.
4657 (monitor_store_register): Same.
4658
261397f8
DJ
46592002-07-11 Daniel Jacobowitz <drow@mvista.com>
4660
4661 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4662 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4663 (finish_block) For non-function blocks, hash the symbol table. For
4664 function blocks, mark the symbol table as unhashed.
4665 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4666 (msymbol_hash_iw): Likewise.
4667 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4668 value.
4669 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4670 (lookup_minimal_symbol): Likewise for both.
4671 * symtab.h (struct block): Add `hashtable' flag. Comment the
4672 hashtable.
4673 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4674 (ALL_BLOCK_SYMBOLS): Update.
4675 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4676 (struct symbol): Add `hash_next' pointer.
4677 * symtab.c (lookup_block_symbol): Search using the hash table when
4678 possible.
4679 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4680 (search_symbols, find_addr_symbol): Likewise.
4681
4682 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4683 (read_dst_symtab): Likewise.
4684 * jv-lang.c (get_java_class_symtab): Likewise.
4685 * mdebugread.c: Include "gdb_assert.h".
4686 (shrink_block): Assert that the block being modified is not hashed.
4687 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4688 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4689 symbols.
4690 (dump_symtab): Recognize hashed blocks.
4691 * printcmd.c (print_frame_args): Assert that function blocks do not
4692 have hashed symbol tables.
4693 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4694 (fill_in_ada_prototype, debug_print_block): Likewise.
4695 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4696
6f0eaa01
CV
46972002-07-11 Corinna Vinschen <vinschen@redhat.com>
4698
4699 * stack.c (print_frame): Use result of frame_address_in_block()
4700 instead of fi->pc when evaluating symbols.
4701 (backtrace_command_1): Ditto.
4702
a208b0cb
AC
47032002-07-11 Andrew Cagney <cagney@redhat.com>
4704
4705 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4706 Make static.
4707
4708 * arm-tdep.c (arm_register_name): Make return type constant.
4709
a6b6b089
AC
47102002-07-10 Andrew Cagney <ac131313@redhat.com>
4711
5ae5f592
AC
4712 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4713 prototype.
4714 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4715 * s390-tdep.c (s390_fp_regnum): Ditto.
4716 (s390_read_fp): Ditto.
4717 (s390_pop_frame): Ditto.
4718 (_initialize_s390_tdep): Ditto.
4719 * remote.c (get_remote_state): Ditto.
4720 * procfs.c (mappingflags): Ditto.
4721 * memattr.c (_initialize_mem): Ditto.
4722 * mcore-tdep.c (mcore_pop_frame): Ditto.
4723 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4724 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4725 * language.c (set_case_str): Ditto.
4726 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4727 * frv-tdep.c (new_variant): Ditto.
4728 (frv_stopped_data_address): Ditto.
4729 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4730 (context_alloc): Ditto.
4731 (frame_state_alloc): Ditto.
4732 (unwind_tmp_obstack_init): Ditto.
4733 (unwind_tmp_obstack_free): Ditto.
4734 (cfi_read_fp): Ditto.
4735 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4736 (cris_pop_frame): Ditto.
4737 * c-lang.c (scanning_macro_expansion): Ditto.
4738 (finished_macro_expansion): Ditto.
4739 (c_preprocess_and_parse): Ditto.
4740 * gdbarch.sh: Ditto.
4741 * gdbarch.h, gdbarch.c: Regenerate.
4742 * config/mn10200/tm-mn10200.h: Adjust indentation.
4743 * target.c: Adjust indentation.
4744 * symtab.h: Adjust indentation.
4745 * stabsread.h: Adjust indentation.
4746 * remote-es.c: Adjust indentation.
4747 * os9kread.c: Adjust indentation.
4748
47492002-07-10 Andrew Cagney <ac131313@redhat.com>
4750
a6b6b089
AC
4751 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4752 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4753
a1789893
GS
47542002-07-10 Grace Sainsbury <graces@redhat.com>
4755
4756 * NEWS: Mention m68k, mcore multi-arching.
4757 * MAINTAINERS: Change status of m68k, mcore to reflect
4758 multi-arching.
4759
02f0d45d
DJ
47602002-07-10 Daniel Jacobowitz <drow@mvista.com>
4761
4762 * valops.c (find_overload_match): Free oload_syms.
4763
f15f768e
JB
47642002-07-09 Joel Brobecker <brobecker@gnat.com>
4765
4766 Define HAVE_SYS_PROC_H if sys/proc.h exists
4767 * configure.in: Add check for sys/proc.h
4768 * config.in: Regenerate.
4769 * configure: Regenerate.
4770
902a7139
GS
47712002-07-09 Grace Sainsbury <graces@redhat.com>
4772
4773 * config/m68k/tm-m68k.h: Remove macros wrapped in
4774 #if !GDB_MULTI_ARCH.
4775
a534e424
AC
47762002-07-08 Andrew Cagney <ac131313@redhat.com>
4777
4778 * config.in, configure: Regenerate.
4779
9b94f7bf
MK
47802002-07-08 Mark Kettenis <kettenis@gnu.org>
4781
4782 * dwarf2cfi.c: Include "gcore.h".
4783 (execute_stack_op): Fix implementation of the
4784 DW_OP_deref and DW_OP_deref_size operators by letting do their
4785 lookup in the target.
4786
1d34db41
MK
47872002-07-07 Mark Kettenis <kettenis@gnu.org>
4788
4789 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4790 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4791 tdep->sc_sp_offset.
4792
79d5b63a
DJ
47932002-07-05 Daniel Jacobowitz <drow@mvista.com>
4794
4795 Fix PR gdb/595, gdb/602
4796 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4797 Don't call value_cast, just read the vtable pointer; update comments
4798 to match.
4799
3bb912e8
GS
48002002-07-05 Grace Sainsbury <graces@redhat.com>
4801
4802 * config/mcore/tm-mcore.h: Remove file.
4803 * config/mcore/mcore.mt: Remove definition of TM_FILE
4804 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4805
ca39387d
MK
48062002-07-05 Mark Kettenis <kettenis@gnu.org>
4807
4808 * i386bsd-tdep.c: Include "gdb_string.h".
4809
efdc1108
GS
48102002-07-04 Grace Sainsbury <graces@redhat.com>
4811
4812 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4813 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4814 mcore-tdep.
4815 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4816 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4817 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4818 (RETVAL_REGNUM): Move macros from tm-mcore.h
4819 (mcore_reg_struct_has_addr): New function.
4820 (mcore_gdbarch_init): Added initializations for the macros removed
4821 from tm-mcore.h.
4822
bb21884d
MK
48232002-07-04 Mark Kettenis <kettenis@gnu.org>
4824
4825 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4826 traditonal string branding within the ELF header.
4827
228c6d41
DJ
48282002-07-04 Daniel Jacobowitz <drow@mvista.com>
4829
4830 * symtab.c (remove_params): New function.
4831 (make_symbol_overload_list): Use it instead of cplus_demangle.
4832 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4833
2404952e
MK
48342002-07-04 Mark Kettenis <kettenis@gnu.org>
4835
e5e4acad
MK
4836 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4837
baadce09
MK
4838 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4839 New variables.
4840 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4841 and tdep->sigtramp_end.
4842 * i386obsd-nat.c: New file.
4843 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4844
2404952e
MK
4845 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4846 Don't call get_current_frame().
4847
9b4f1ba7
PM
48482002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4849
4850 * i386-nat.c (child_post_startup_inferior): New function
4851 calling i386_cleanup_dregs if
4852 I386_USE_GENERIC_WATCHPOINTS is defined.
4853 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4854 conditional to acknowledge that i386-nat.c has its
4855 own child_post_startup_inferior function.
4856
c0d1d883
MK
48572002-07-04 Mark Kettenis <kettenis@gnu.org>
4858
00f8375e
MK
4859 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4860 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4861 instead of MAX_REGISTER_RAW_SIZE.
4862 (i386_extract_return_value, i386_extract_struct_value_address):
4863 Convert to use regcache.
4864 (i386_gdbarch_init): Set max_register_raw_size and
4865 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4866 Set extract_return_value and extract_struct_value_address instead
4867 of their deprecated variants.
4868
c0d1d883
MK
4869 Convert i386 target to generic dummy frames.
4870 * i386-tdep.c: Include "symfile.h".
4871 (i386_frameless_signal_p): Consider a function to be frameless if
4872 the pc points at the first instruction of the function.
4873 (i386_frame_chain): Handle (generic) call dummies.
4874 (i386_frame_saved_pc): Likewise.
4875 (i386_frame_init_saved_regs): Remove code dealing with call
4876 dummies on the stack.
4877 (i386_push_dummy_frame): Removed.
4878 (i386_call_dummy_words): Removed.
4879 (i386_fix_call_dummy): Removed.
4880 (i386_push_return_address): New function.
4881 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4882 parameter, and don't call get_current_frame.
4883 (i386_pop_frame): New function.
4884 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4885 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4886 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4887 call_dummy_length to 0, set call_dummy_words to NULL, set
4888 sizeof_call_dummy_words to 0, set fix_call_dummy to
4889 generic_fix_call_dummy, set pc_in_call_dummy to
4890 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4891 generic_push_dummy_frame, set push_return_address to
4892 i386_push_return_address and set frame_chain_valid to
4893 generic_file_frame_chain_valid.
4894
049ee0e4
AC
48952002-07-03 Andrew Cagney <ac131313@redhat.com>
4896
4897 * gdbarch.sh (struct regcache): Add opaque declaration.
4898 (EXTRACT_RETURN_VALUE): New architecture method.
4899 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4900 * gdbarch.h, gdbarch.c: Regenerate.
4901 * arch-utils.c (legacy_extract_return_value): New function.
4902 * arch-utils.h (legacy_extract_return_value): Declare.
4903 * values.c (value_being_returned): Re-enable code handling
4904 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4905 deprecated_grub_regcache_for_registers call to block handling
4906 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4907 (EXTRACT_RETURN_VALUE): Do not define.
4908
4e0d9804
GS
49092002-07-03 Grace Sainsbury <graces@redhat.com>
4910
4911 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4912 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4913 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4914 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4915 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4916 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4917 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4918 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4919 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4920 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4921 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4922 argument so the function fits the prototype in the architecture
4923 vector.
4924 (mcore_pop_frame): Remove argument so the function fits the
4925 prototype. Use get_current_frame instead of the argument.
4926 (mcore_push_arguments): Change type of struct_return so the
4927 function can be used in the architecture vector.
4928 (mcore_store_struct_return): Add.
4929 (mcore_frame_init_saved_regs): Add.
4930 (mcore_gdbarch_init): Add function calls to replace the macros
4931 removed from tm-mcore.h
4932
36160dc4
AC
49332002-07-03 Andrew Cagney <ac131313@redhat.com>
4934
4935 * infcmd.c (print_return_value): Remove compatibility code calling
4936 deprecated_grub_regcache_for_registers.
4937
4938 * values.c: Include "regcache.h".
4939 (value_being_returned): Update. Use
4940 deprecated_grub_regcache_for_registers to extract the register
4941 buffer address.
4942 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4943 ``struct regcache''.
4944 * Makefile.in (values.o): Add dependency on $(regcache_h).
4945
4946 * inferior.h (run_stack_dummy): Change type of second parameter to
4947 a ``struct regcache''.
4948 * valops.c (hand_function_call): Change type of retbuf to ``struct
4949 regcache''. Allocate using regcache_xmalloc, clean using
4950 make_cleanup_regcache_xfree.
4951 * infcmd.c (run_stack_dummy): Update. Use
4952 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4953
4954 * regcache.c (do_regcache_xfree): New function.
4955 (make_cleanup_regcache_xfree): New function.
4956 * regcache.h (make_cleanup_regcache_xfree): Declare.
4957
e64d9b3d
MH
49582002-07-03 Martin M. Hunt <hunt@redhat.com>
4959
4dd79c29
MH
4960 * event-top.c (command_line_handler): Don't read past
4961 beginning of buffer.
e64d9b3d 4962
4dd79c29
MH
49632002-07-03 Martin M. Hunt <hunt@redhat.com>
4964
e64d9b3d
MH
4965 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4966 struct frame_id.
4967 (varobj_create): Store frame_id for root.
4968 (varobj_gen_name): Use xasprintf.
4969 (varobj_update): Save and restore frame using get_frame_id() and
4970 frame_find_by_id().
4971 (create_child): Use xasprintf.
4972 (new_root_variable): Initialize frame_id.
4973 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4974 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4975 to prevent memory leak.
4976
26e6c56a
AC
49772002-07-03 Andrew Cagney <ac131313@redhat.com>
4978
4979 * valops.c (hand_function_call): Move declaration of retbuf to
4980 start of function, allocate using malloc, add a cleanup but before
4981 the inf_status cleanup, cleanup the buffer. Rename local variable
4982 old_chain to inf_status_cleanup.
4983
f436dd25
MH
49842002-07-03 Martin M. Hunt <hunt@redhat.com>
4985
4986 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4987
4988 * cli/cli-decode.c (cmd_func_p): New function.
4989 (cmd_func): New function.
4990
4991 * command.h: Add cmd_func() and cmd_func_p().
4992
4cfe2084
GS
49932002-07-03 Grace Sainsbury <graces@redhat.com>
4994
4995 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4996 (REGISTER_SIZE): Remove.
4997 (MAX_REGISTER_RAW_SIZE): Remove.
4998 (REGISTER_VIRTUAL_TYPE): Remove.
4999 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5000 (REGISTER_NAME): Remove.
5001 (USE_GENERIC_DUMMY_FRAMES): Remove.
5002 (CALL_DUMMY): Remove.
5003 (CALL_DUMMY_START_OFFSET): Remove.
5004 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5005 (CALL_DUMMY_LOCATION): Remove.
5006 (FIX_CALL_DUMMY): Remove.
5007 (CALL_DUMMY_ADDRESS): Remove.
5008 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5009 (SAVE_DUMMY_FRAME_TOS): Remove.
5010 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5011 (mcore_register_virtual_type): New function.
5012 (mcore_register_byte): New function.
5013 (mcore_register_size): New function.
5014 (mcore_register_name): New function.
5015 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5016 macros removed from tm-mcore.h.
5017 (mcore_dump_tdep): Add.
5018 (_initialize_mcore_tdep): Add gdbarch_register call.
5019
4fd667e9
MK
50202002-07-03 Mark Kettenis <kettenis@gnu.org>
5021
5022 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5023 frameless_look_for_prologue, such that we actually call this
5024 function.
5025
42f99ac2
JB
50262002-07-02 Joel Brobecker <brobecker@gnat.com>
5027
5028 * frame.h (frame_address_in_block): New function.
5029
5030 * blockframe.c (frame_address_in_block): New function extracted
5031 from get_frame_block().
5032 (get_frame_block): Use frame_address_in_block().
5033 (block_innermost_frame): Use frame_address_in_block() to match
5034 the frame pc address against the block boundaries rather than
5035 the frame pc directly. This prevents a failure when a frame pc
5036 is actually a return-address pointing immediately after the end
5037 of the given block.
5038
103a1597 50392002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5040
5041 * MAINTAINERS: Add self under write after approval.
5042
50432002-07-02 Grace Sainsbury <graces@redhat.com>
5044
103a1597
GS
5045 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5046 used in architecture vector. The default is
5047 m68k_local_breakpoint_from_pc.
5048 (m68k_local_breakpoint_from_pc): Add.
5049 (enum): Add register numbers from tm-m68k.h.
5050 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5051 vector.
5052 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5053 GDB_MULTI_ARCH_PARTIAL.
5054 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5055 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5056 m68k-tdep.c.
5057 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5058 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5059 to enum in m68k-tdep.c
5060
7a5a0534
JB
50612002-07-02 Joel Brobecker <brobecker@gnat.com>
5062
5063 * solib-osf.c (open_map): Compute the list of shared libraries
5064 loaded by the inferior, rather than the list of libraries loaded
5065 by GDB itself. Otherwise, GDB ends up reading the symbols from
5066 the wrong shared libraries...
5067
6f558d74
MK
50682002-07-02 Mark Kettenis <kettenis@gnu.org>
5069
b7d15bf7
MK
5070 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5071 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5072 macros.
5073 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5074 Remove functions.
5075 (FRAMELESS_SIGNAL): Remove function.
5076 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5077 i386_linux_saved_pc_after_call): Removed.
5078 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5079 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5080 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5081
6bff26de
MK
5082 * i386-tdep.c (i386_frameless_signal_p): New function.
5083 (i386_frame_chain): Deal with frameless signals.
5084 (i386_sigtramp_saved_sp): New function.
5085 (i386_frame_saved_pc): Deal with frameless signals.
5086 (i386_saved_pc_after_call): Make sure the correct value is
5087 returned just after entry into a sigtramp.
5088 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5089 i386fbsd4_sc_sp_offset): New variables.
5090 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5091 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5092 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5093 similiar to what we already did for sc_pc_offset.
5094 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5095 tdep->sc_sp_offset.
5096
6f558d74
MK
5097 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5098
145564b7
ML
50992002-07-02 Michal Ludvig <mludvig@suse.cz>
5100
5101 * config/i386/tm-x86-64linux.h: New.
5102 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5103 definitions.
5104 * config/i386/nm-x86-64.h: Rename to ...
5105 * config/i386/nm-x86-64linux.h: ... this one.
5106 * config/i386/x86-64linux.mh: Reflect the above change.
5107
3a1e71e3
MK
51082002-07-01 Mark Kettenis <kettenis@gnu.org>
5109
21d0e8a4
MK
5110 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5111 with sigcontext_addr. Add sc_sp_offset.
5112 (i386bsd_sigtramp_saved_pc): Remove prototype.
5113 (i386bsd_sicontext_addr): Add prototype.
5114 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5115 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5116 (i386_svr4_sigtramp_saved_pc): Removed.
5117 (i386_svr4_sigcontext_addr): New function.
5118 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5119 Initialize tdep->sigcontext_addr instead. Initialize
5120 tdep->sc_pc_offset and tdep->sc_sp_offset.
5121 (i386_gdbarch_init): Likewise.
5122 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5123 any more.
5124 (i386bsd_sigtramp_saved_pc): Remove function.
5125 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5126 Initialize tdep->sigcontext_addr instead. Initialize
5127 tdep->sc_pc_offset.
5128 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5129 of tdep->sigtramp_saved_pc.
5130 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5131 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5132 instead.
5133
3a1e71e3
MK
5134 * i386-tdep.c (i386_frameless_function_invocation,
5135 i386_frame_num_args, i386_frame_init_saved_regs,
5136 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5137 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5138 i386_extract_return_value, i386_store_return_value,
5139 i386_extract_struct_value_address, i386_register_virtual_type,
5140 i386_register_convertible, i386_register_convert_to_virtual,
5141 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5142 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5143 static.
5144
52e9098c
MK
51452002-07-01 Mark Kettenis <kettenis@gnu.org>
5146
77b13a25
MK
5147 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5148
52e9098c
MK
5149 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5150 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5151 this macro. Include "value.h".
5152
1b372fff
AS
51532002-06-30 Aidan Skinner <aidan@velvet.net>
5154
5155 * ada-exp.tab.c: remove as it's a generated file
5156 * ada-lex.c: remove as it's a generated file
5157
9c5045b5
MK
51582002-06-30 Mark Kettenis <kettenis@gnu.org>
5159
4a93c5bb
MK
5160 * config/i386/tm-i386.h (struct frame_info, struct
5161 frame_saved_regs, struct value, struct type): Remove forward
5162 declarations.
5163
322d4fe0
MK
5164 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5165 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5166 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5167 (FILL_FPXREGSET): Define.
5168
fdd8263d
MK
5169 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5170
482e577b
MK
5171 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5172 i[3456]86-*-netbsd* case.
5173 * config/i386/tm-obsd.h: Removed.
5174 * config/i386/obsd.mt: Removed.
5175 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5176 core-aout.o.
5177 (MH_CFLAGS): Add -DYYDEBUG=0.
5178
6916549a
MK
5179 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5180 i386nbsd_sc_pc_offset on OpenBSD too.
5181
9c5045b5
MK
5182 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5183 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5184 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5185 define.
5186 * i386bsd-tdep.c: Include "arch-utils.h".
5187 (i386bsd_aout_in_solib_call_trampoline): New function.
5188 (i386bsd_init_abi): Set in_solib_call_trampoline to
5189 i386bsd_aout_in_solib_call_trampoline.
5190 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5191 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5192
aa84d1bb
AC
51932002-06-28 Andrew Cagney <ac131313@redhat.com>
5194
5195 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5196 (struct obstack, struct bcache): Add opaque declarations.
5197 * Makefile.in (macrotab_h): Update
5198
b4d83933
AC
51992002-06-28 Andrew Cagney <ac131313@redhat.com>
5200
5201 * blockframe.c (generic_find_dummy_frame): Change return type to
5202 ``struct regcache''.
5203 (struct dummy_frame): Replace field ``registers'' with regcache, a
5204 struct regcache object.
5205 (generic_find_dummy_frame): Update.
5206 (generic_push_dummy_frame): Update. Use regcache_xfree,
5207 regcache_xmalloc and regcache_cpy.
5208 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5209 regcache_xfree.
5210 (deprecated_generic_find_dummy_frame): Update.
5211 (generic_read_register_dummy): Update. Use
5212 regcache_read_as_address.
5213 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5214 (generic_get_saved_register): Update. Use regcache_read.
5215
08c0b5bc
AC
52162002-06-28 Andrew Cagney <ac131313@redhat.com>
5217
5218 * Makefile.in (objfiles_h): Add $(bcache_h).
5219 * objfiles.h: Include "bcache.h".
5220
5221 * Makefile.in (symtab_h): Remove $(bcache_h).
5222 * symtab.h: Do not include "bcache.h".
5223
1f89801a
AC
52242002-06-28 Andrew Cagney <ac131313@redhat.com>
5225
5226 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5227 generic_func_frame_chain_valid.
5228
b9644b58
DB
52292002-06-28 David O'Brien <obrien@FreeBSD.org>
5230
5231 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5232 * config/i386/tm-fbsd.h: Likewise.
5233
dd486634
AC
52342002-06-28 Andrew Cagney <ac131313@redhat.com>
5235
5236 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5237 generic_unwind_get_saved_register.
5238
0b434a00
AC
52392002-06-27 Andrew Cagney <ac131313@redhat.com>
5240
5241 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5242 * regcache.c (supply_register): Add missing argument to
5243 register_buffer call.
5244
f30e5a77
AC
52452002-06-27 Andrew Cagney <ac131313@redhat.com>
5246
5247 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5248 Solaris /bin/grep does not not like it. From Peter Schauer.
5249
9f064c95
TT
52502002-06-26 Tom Tromey <tromey@redhat.com>
5251
5252 * command.h (add_setshow_cmd): Declare.
5253 (add_setshow_cmd_full): Declare.
5254 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5255 returns void. Use add_setshow_cmd_full.
5256 (add_setshow_cmd_full): New function.
5257 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5258 (add_setshow_boolean_cmd): Likewise.
5259
099c7589
JT
52602002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5261
5262 * config/vax/tm-vax.h: Protect from multiple inclusion.
5263 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5264 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5265 * config/vax/tm-vaxbsd.h: ...here. New file.
5266 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5267
1d049c5e
JT
52682002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5269
5270 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5271 (BELIEVE_PCC_PROMOTION): Remove.
5272 (AP_REGNUM): Move to...
5273 * config/vax/nm-vax.h: ...here.
5274 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5275 (vax_breakpoint_from_pc): New function.
5276 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5277 and gdbarch_believe_pcc_promotion.
5278
4791e091
JT
52792002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5280
5281 * Makefile.in (vax_tdep_h): Define.
5282 (vax-tdep.o): Use $(vax_tdep_h).
5283 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5284 (vax_dump_tdep): New function.
5285 (_initialize_vax_tdep): Register vax_dump_tdep.
5286 * vax-tdep.h: Include osabi.h.
5287 (struct gdbarch_tdep): New.
5288
da130f98
AC
52892002-06-26 Andrew Cagney <cagney@redhat.com>
5290
5291 * frame.h (deprecated_generic_find_dummy_frame): Rename
5292 generic_find_dummy_frame.
5293 * blockframe.c (generic_find_dummy_frame): Make static.
5294 (deprecated_generic_find_dummy_frame): New function.
5295 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5296 generic_find_dummy_frame with deprecated_find_dummy_frame.
5297 (sh64_nofp_frame_init_saved_regs): Ditto.
5298 (sh_fp_frame_init_saved_regs): Ditto.
5299 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5300 (s390_frame_chain): Ditto.
5301 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5302
6300c360
GS
53032002-06-26 Grace Sainsbury <graces@redhat.com>
5304
5305 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5306 gdbarch vector are at the top.
5307 (NUM_REGS): Remove.
5308 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5309 (FRAME_ARGS_ADDRESS): Remove.
5310 (FRAME_LOCALS_ADDRESS): Remove.
5311 (FRAME_NUM_ARGS): Remove.
5312 (FRAME_ARGS_SKIP): Remove.
5313 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5314 (m68k_gdbarch_init): Add gdbarch initializations for macros
5315 undefined in tm-m68k.h
5316
1c617db8
GS
53172002-06-26 Grace Sainsbury <graces@redhat.com>
5318
5319 * monitor.h: Add the function regname to monitor_ops
5320 structure. This way NUM_REGS does not have to be a constant.
5321 * monitor.c (monitor_fetch_register): Added support for regname
5322 function. The function is called if the array regnames is NULL.
5323 (monitor_store_register): Same.
da130f98
AC
5324 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5325 regnames array.
1c617db8
GS
5326 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5327 cpu32bug_cmds.regname to point to new function.
5328 * abug-rom.c (abug_regname): Same as above.
5329 (init_abug_cmds): Same.
5330 * dbug-rom.c (dbug_regname): Same as above.
5331 (init_dbug_cmds): Same.
5332 * remote-est.c (est_regname): Same.
5333 (init_est_cmds): Same.
5334 * rom68k-rom.c (rom68k_regname): Same.
5335 (init_rom68k_cmds): Same.
5336
ea9365bb
TT
53372002-06-25 Tom Tromey <tromey@redhat.com>
5338
5339 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5340
72cec141
AC
53412002-06-25 Andrew Cagney <cagney@redhat.com>
5342
5343 * infrun.c (stop_registers): Change variable's type to ``struct
5344 regcache'''.
5345 (xmalloc_inferior_status): Delete function.
5346 (free_inferior_status): Delete function.
5347 (normal_stop): Use regcache_cpy.
5348 (struct inferior_status): Change type of fields ``stop_registers''
5349 and ``registers'' to ``struct regcache''.
5350 (write_inferior_status_register): Use regcache_write.
5351 (save_inferior_status): Instead of calling
5352 xmalloc_inferior_status, allocate the inf_status buffer directly.
5353 Use regcache_dup_no_passthrough and regcache_dup to save the
5354 buffers.
5355 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5356 Replace the stop_registers regcache instead of overriding it. Use
5357 regcache_xfree. Instead of calling free_inferior_status, xfree
5358 the buffer directly.
5359 (discard_inferior_status): Use regcache_xfree. Instead of calling
5360 free_inferior_status, xfree the buffer directly.
5361 (build_infrun): Use regcache_xmalloc.
5362 (_initialize_infrun): Delete redundant call to build_infrun.
5363
5364 * Makefile.in (infcmd.o): Add $(regcache_h).
5365
5366 * infcmd.c: Include "regcache.h".
5367 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5368 obtain the address of `stop_registers' register buffer.
5369 (print_return_value): Ditto.
5370
5371 * inferior.h (struct regcache): Add opaque declaration.
5372 (stop_registers): Change variable's declared type to ``struct
5373 regcache''.
5374
defc6f8c
TT
53752002-06-24 Tom Tromey <tromey@redhat.com>
5376
c0e624e7
TT
5377 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5378 * target.c (initialize_targets): Fixed typo in
5379 trust-readonly-sections `show' documentation.
5380
defc6f8c
TT
5381 * main.c: Marked all strings with _().
5382
2b236d82
DH
53832002-06-24 Don Howard <dhoward@redhat.com>
5384
5385 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5386 that means max CORE_ADDR+1.
5387 (lookup_mem_region): Ditto.
5388 (mem_info_command): Ditto.
5389
942dc0e9
GS
53902002-06-24 Grace Sainsbury <graces@redhat.com>
5391
5392 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5393 (REGISTER_BYTES_OK): Remove.
5394 (REGISTER_BYTES): Remove.
5395 (STORE_STRUCT_RETURN): Remove.
5396 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5397 (STORE_RETURN_VALUE): Remove.
5398 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5399 (FRAME_CHAIN): Remove.
5400 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5401 (FRAME_SAVED_PC): Remove.
5402 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5403 (m68k_store_struct_return): Add.
5404 (m68k_deprecated_extract_return_value): Add.
5405 (m68k_deprecated_extract_struct_value_address): Add.
5406 (m68k_store_return_value): Add.
5407 (m68k_frame_chain): Add.
5408 (m68k_frameless_function_invocation): Add.
5409 (m68k_frame_saved_pc): Add.
5410 (m68k_gdbarch_init): added set_gdbarch calls for new
5411 functions and deleted macros.
5412
03c30d4d
TT
54132002-06-23 Tom Tromey <tromey@redhat.com>
5414
5415 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5416 (ALLDEPFILES): Likewise.
5417 (udiheaders): Removed.
5418 (udip2soc.o): Likewise.
5419 (udi2go32.o): Likewise.
5420 (udr.o): Likewise.
5421 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5422
37e71372
AC
54232002-06-22 Andrew Cagney <ac131313@redhat.com>
5424
06a6ac57
AC
5425 * infrun.c (_initialize_infrun): Delete unnecessary call to
5426 build_infrun.
5427
37e71372
AC
5428 * regcache.h: Update comments describing the regcache_cpy family
5429 of functions.
5430 (regcache_save, regcache_restore): Delete declaration.
5431 (regcache_save_no_passthrough): Delete declaration.
5432 (regcache_restore_no_passthrough): Delete declaration.
5433 * regcache.c (regcache_save): Delete function.
5434 (regcache_save_no_passthrough): Delete function.
5435 (regcache_restore): Delete function.
5436 (regcache_restore_no_passthrough): Delete function.
5437
78f6d055
AC
54382002-06-21 Andrew Cagney <ac131313@redhat.com>
5439
5440 * config/m68k/tm-m68k.h: Fix typo.
5441 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5442 (m68k_frame_init_saved_regs): Declare.
5443
78b119cb
JB
54442002-06-21 Jim Blandy <jimb@redhat.com>
5445
5446 Remove some vestiges of Harris 88k support.
5447 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5448 register numbering quirk.
5449 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5450 odd symbols occurring in Harris 88k ELF targets.
5451
0fbb3da7
TT
54522002-06-21 Tom Tromey <tromey@redhat.com>
5453
5454 * gdb_locale.h: New file.
5455 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5456 (defs_h): Added gdb_locale.h.
5457 * configure, config.in: Rebuilt.
5458 * configure.in (PACKAGE): Define.
5459 * defs.h: Include gdb_locale.h.
5460 * main.c (captured_main): Call setlocale, bindtextdomain,
5461 textdomain.
5462
456f8b9d
DB
54632002-06-21 Dave Brolley <brolley@redhat.com>
5464
5465 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5466 * config/frv/frv.mt: New file.
5467 * config/frv/tm-frv.h: New file.
5468 * configure.tgt: Support frv-*-*.
5469 * Makefile.in (frv-tdep.o): New target.
5470 * frv-tdep.c: New file.
5471 * NEWS: Mention frv.
5472
cdd463f9
DB
54732002-06-21 Dave Brolley <brolley@redhat.com>
5474
5475 * MAINTAINERS: Add self to "Write After Approval" list.
5476
5d3ed2e3
GS
54772002-06-21 Grace Sainsbury <graces@redhat.com>
5478
5479 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5480 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5481 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5482 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5483 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5484
5485 * m68k-tdep.c: Include arch-utils.h
5486 (m68k_register_raw_size): Add.
5487 (m68k_register_virtual_size): Add.
5488 (m68k_register_virtual_type): Add.
5489 (m68k_register_name): Add.
5490 (m68k_stack_align): Add.
5491 (m68k_register_byte): Add.
5492 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5493 tm-m68k.h.
5494
7f8e7424
GS
54952002-06-21 Grace Sainsbury <graces@redhat.com>
5496
a2c6a6d5 5497 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5498 m68k_find_saved_regs.
5499 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5500 references to it with frame->saved_regs.
7f8e7424
GS
5501 (m68k_gdbarch_init): Added function calls to initialize the
5502 gdbarch structure.
a2c6a6d5
GS
5503 (m68k_fix_call_dummy): Add.
5504 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5505 (CALL_DUMMY): Remove.
5506 (CALL_DUMMY_LENGTH): Remove.
5507 (CALL_DUMMY_START_OFFSET): Remove.
5508 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5509 (FIX_CALL_DUMMY): Remove.
5510 (PUSH_DUMMY_FRAME): Remove.
5511 (POP_FRAME): Remove.
7f8e7424 5512
f461f5cf
PM
55132002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5514
5515 * parse.c (parse_fprintf): New function used to avoid calls to
5516 fprintf in bison parser generated debug code.
5517 * parser-defs.h: Declaration of new parse_fprintf function.
5518 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5519 Set YYDEBUG to 1 by default.
5520 Set YYFPRINTF as parse_fprintf.
5521
7f0c12ed
ML
55222002-06-21 Michal Ludvig <mludvig@suse.cz>
5523
5524 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5525 encoding anymore.
5526 (pointer_encoding, enum ptr_encoding): New.
5527 (execute_cfa_program): Take care about pointer encoding.
5528 (dwarf2_build_frame_info): Only call parse_frame_info for
5529 .debug_frame and .eh_frame.
5530 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5531 fixed augmentation handling, added relative addressing,
5532 ignore duplicate FDEs. Added comments.
19d833a2 5533 * dwarf2cfi.c: Reindented.
7f0c12ed 5534
87c4a039
EZ
55352002-06-20 Elena Zannoni <ezannoni@redhat.com>
5536
5537 * event-top.c (command_handler): Don't use space_at_cmd_start
5538 unless there is sbrk() on the host. Assign time and space data
5539 to union fields of the appropriate length.
5540
1cf877ad
ML
55412002-06-20 Michal Ludvig <mludvig@suse.cz>
5542
5543 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5544 x86_64_register_name. Return type changed to 'const char *'.
5545 (x86_64_register_name2nr): Rename to x86_64_register_number.
5546 (x86_64_gdbarch_init): Update to reflect the change.
5547 * x86-64-tdep.h: Ditto.
5548 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5549 (supply_fpregset): Ditto.
5550
3fadccb3
AC
55512002-06-19 Andrew Cagney <cagney@redhat.com>
5552
5553 * regcache.h: Update copyright.
5554 (struct regcache, struct gdbarch): Add opaque declarations.
5555 (current_regcache): Declare global variable.
5556 (regcache_read, regcache_write): Add gdbarch parameter.
5557 (regcache_save, regcache_save_no_passthrough)
5558 (regcache_restore, regcache_restore_no_passthrough)
5559 (regcache_dup, regcache_dup_no_passthrough)
5560 (regcache_cpy, regcache_cpy_no_passthrough)
5561 (deprecated_grub_regcache_for_registers)
5562 (deprecated_grub_regcache_for_register_valid)
5563 (regcache_valid_p): Add function declarations.
5564
5565 * regcache.c: Update copyright.
5566 (regcache_descr_handle): New global variable.
5567 (struct regcache_descr): Define.
5568 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5569 (regcache_descr, xfree_regcache_descr): New functions.
5570 (struct regcache): Define.
5571 (regcache_xmalloc, regcache_xfree): New functions.
5572 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5573 (regcache_dup, regcache_dup_no_passthrough): New functions.
5574 (regcache_valid_p, regcache_read_as_address): New functions.
5575 (deprecated_grub_regcache_for_registers): New function.
5576 (deprecated_grub_regcache_for_register_valid): New function.
5577 (current_regcache): New global variable.
5578 (register_buffer): Add regcache parameter. Update calls.
5579 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5580 (read_register_gen, write_register_gen): Update register_buffer
5581 call. Test for legacy_p instead of gdbarch_register_read_p or
5582 gdbarch_register_write_p.
5583 (regcache_collect): Update register_buffer call.
5584 (build_regcache): Rewrite. Use deprecated grub functions.
5585 (regcache_save, regcache_save_no_passthrough): New functions.
5586 (regcache_restore, regcache_restore_no_passthrough): New
5587 functions.
5588 (_initialize_regcache): Create the regcache_data_handle. Swap
5589 current_regcache global variable.
5590
5591 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5592 parameter to regcache_read and regcache_write calls.
5593 (sh4_register_read): Ditto.
5594 (sh64_pseudo_register_read): Ditto.
5595 (sh64_register_read): Ditto.
5596 (sh_pseudo_register_write): Ditto.
5597 (sh4_register_write): Ditto.
5598 (sh64_pseudo_register_write): Ditto.
5599 (sh64_register_write): Ditto.
5600
5601 * defs.h (XCALLOC): Define.
5602
152d9db6
GS
56032002-06-19 Grace Sainsbury <graces@redhat.com>
5604
5605 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5606 * m68k-tdep.c (m68k_gdbarch_init): Added.
5607 (m68k_dump_tdep): Added.
5608
170911c7
DJ
56092002-06-19 Daniel Jacobowitz <drow@mvista.com>
5610
5611 * ada-lang.c (fill_in_ada_prototype): Update comment.
5612
2e4ebe70
DJ
56132002-06-19 Daniel Jacobowitz <drow@mvista.com>
5614
5615 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5616 MIPS_ABI_LAST.
5617 (mips_abi_string, mips_abi_strings): New.
5618 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5619 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5620 tdep->mips_abi_string. Honor mips_abi_string. Default to
5621 O32 if no ABI is found.
5622 (mips_dump_tdep): Use mips_abi_strings.
5623 (mips_abi_update): New function.
5624 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5625 ``set mips abi'' and ``show mips abi''. Check the size of
5626 mips_abi_strings.
5627
16775908
AC
56282002-06-19 Andrew Cagney <cagney@redhat.com>
5629
5630 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5631 constant.
5632
5051bfa4 56332002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5634
5051bfa4
JB
5635 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5636 current frame using only the first stack size adjustment. All
5637 subsequent size adjustments are not considered to be part of
5638 the "static" part of the current frame.
5639 Compute the address of the saved registers relative to the
5640 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5641 in use in this frame.
5642
56468235
DH
56432002-06-18 Don Howard <dhoward@redhat.com>
5644
5645 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5646 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5647 suggesting this solution.
5648
0b624158
AC
56492002-06-18 Andrew Cagney <ac131313@redhat.com>
5650
5651 * config/romp/xm-rtbsd.h: Delete file.
5652 * config/romp/rtbsd.mh: Delete file.
5653
221ea385
KS
56542002-06-18 Keith Seitz <keiths@redhat.com>
5655
5656 * breakpoint.c (condition_command): Post breakpoint_modify
5657 when a condition is added to an existing breakpoint.
5658 (commands_command): Likewise for commands.
5659 (set_ignore_count): Likewise for ignore counts.
5660 If no tty, do not simply return, still need to send event
5661 notification.
5662 (ignore_command): Only print a newline if the command came
5663 from a tty.
5664 Don't call breakpoints_changed, since this is now properly
5665 handled by set_ignore_count.
5666
5402eed1
AC
56672002-06-18 Andrew Cagney <cagney@redhat.com>
5668
5669 * MAINTAINERS: Note that cris-elf target can be compiled with
5670 -Werror.
5671 * cris-tdep.c (cris_register_name): Make return type constant.
5672 (cris_breakpoint_from_pc): Ditto.
5673
cc22880b
ML
56742002-06-18 Michal Ludvig <mludvig@suse.cz>
5675
5676 * frame.h (struct frame_info): Change type of context to
5677 'struct context'.
5678
fa88f677
AC
56792002-06-17 Andrew Cagney <cagney@redhat.com>
5680
5681 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5682 pointer.
5683 * gdbarch.h, gdbarch.c: Regenerate.
5684 * config/mips/tm-mips.h (mips_register_name): Update.
5685 * i386-tdep.h (i386_register_name): Update.
5686 * mips-tdep.c (mips_register_name): Update
5687 * alpha-tdep.c (alpha_register_name): Update.
5688 * arch-utils.c (legacy_register_name): Update.
5689 * arch-utils.h (legacy_register_name): Update.
5690 * avr-tdep.c (avr_register_name): Update.
5691 * ia64-tdep.c (ia64_register_name): Update.
5692 * i386-tdep.c (i386_register_name): Update.
5693 * sparc-tdep.c (sparc32_register_name): Update.
5694 (sparc64_register_name): Update.
5695 (sparclite_register_name): Update.
5696 (sparclet_register_name): Update.
5697 * sh-tdep.c (sh_generic_register_name): Update.
5698 (sh_sh_register_name): Update.
5699 (sh_sh3_register_name): Update.
5700 (sh_sh3e_register_name): Update.
5701 (sh_sh_dsp_register_name): Update.
5702 (sh_sh3_dsp_register_name): Update.
5703 (sh_sh4_register_name): Update.
5704 (sh_sh64_register_name): Update.
5705 * s390-tdep.c (s390_register_name): Update.
5706 * rs6000-tdep.c (rs6000_register_name): Update.
5707 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5708 (ns32k_register_name_32382): Update.
5709 * d10v-tdep.c (d10v_ts2_register_name): Update.
5710 (d10v_ts3_register_name): Update.
5711 * xstormy16-tdep.c (xstormy16_register_name): Update.
5712 * vax-tdep.c (vax_register_name): Update.
5713 * v850-tdep.c (v850_register_name): Update.
5714 * m68hc11-tdep.c (m68hc11_register_name): Update.
5715 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5716 (am33_register_name): Update.
5717
ea1e7ef6
GS
57182002-06-17 Grace Sainsbury <graces@redhat.com>
5719
5720 * m68k-tdep.c: Reindented.
5721
9b02dd1b
AC
57222002-06-17 Andrew Cagney <ac131313@redhat.com>
5723
5724 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5725 list of predefined types.
5726
8758dec1
MK
57272002-06-16 Mark Kettenis <kettenis@gnu.org>
5728
b6197528
MK
5729 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5730 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5731 REGISTER_CONVERT_TO_RAW): Remove defines.
5732 (i386_register_virtual_type, i386_register_convertible,
5733 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5734 Remove prototypes.
5735 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5736 macros mentioned above.
5737
82b47e62
MK
5738 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5739 (i386lynx_saved_pc_after_call): Remove prototype.
5740 * i386ly-tdep.c: Include "i386-tdep.h".
5741 (i386lynx_saved_pc_after_call): Make static. Use
5742 read_memory_nobpt instead of read_memory. Use
5743 read_memory_unsigned_integer instead of read_memory_integer.
5744 (i386lynx_init_abi): New function.
5745 (i386lynx_coff_osabi_sniffer): New function.
5746 (_initialize_i386bsd_tdep): New function.
5747
8758dec1
MK
5748 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5749 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5750 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5751 (i386_fix_call_dummy): Remove prototype.
5752 * i386-tdep.c (i386_call_dummy_words): New variable.
5753 (i386_gdbarch_init): Adjust for removal of the
5754 macros mentioned above.
5755
e9e68a56
AC
57562002-06-15 Andrew Cagney <ac131313@redhat.com>
5757
5758 * command.h (add_setshow_auto_boolean_cmd): Replace
5759 add_set_auto_boolean_cmd.
5760 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5761 add_set_auto_boolean_cmd.
5762 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5763 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5764 mask-address'' command.
5765 (show_mask_address): Add cmd parameter.
5766 * remote.c (add_packet_config_cmd): Update. Change type of
5767 set_func and show_func to cmd_sfunc_ftype.
5768 (_initialize_remote): Update `set remote Z-packet'
5769 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5770 (show_remote_protocol_e_packet_cmd): Ditto.
5771 (show_remote_protocol_E_packet_cmd): Ditto.
5772 (show_remote_protocol_P_packet_cmd): Ditto.
5773 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5774 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5775 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5776 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5777 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5778 (show_remote_protocol_Z_packet_cmd): Ditto.
5779 (show_remote_protocol_binary_download_cmd): Ditto.
5780 (show_remote_cmd): Pass NULL to all of above.
5781
fc08ec52
MK
57822002-06-15 Mark Kettenis <kettenis@gnu.org>
5783
5784 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5785 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5786 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5787 POP_FRAME): Remove defines.
5788 (i386_push_arguments, i386_store_struct_return,
5789 i386_extract_return_value, i386_store_return_value,
5790 i386_extract_struct_value_address, i386_push_dummy_frame,
5791 i386_pop_frame): Renove prototypes.
5792 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5793 macros mentioned above.
5794
e707bbc2
AC
57952002-06-15 Andrew Cagney <ac131313@redhat.com>
5796
5797 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5798 add_set_boolean_cmd.
5799 (add_setshow_cmd): New function.
5800 * command.h (add_setshow_boolean_cmd): Replace
5801 add_set_boolean_cmd.
5802 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5803 and ``set rdiromatzero''.
5804 * maint.c (_initialize_maint_cmds): Update commented out code.
5805 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5806 * target.c (initialize_targets): Update `set
5807 trust-readonly-sections'.
5808 * remote.c (_initialize_remote): Update `set remotebreak'.
5809
42fdc8df
MK
58102002-06-15 Mark Kettenis <kettenis@gnu.org>
5811
93924b6b
MK
5812 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5813 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5814 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5815 fit into multi-arch framework.
5816 (i386_breakpoint_from_pc): New function.
5817 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5818 above.
5819
42fdc8df
MK
5820 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5821 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5822 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5823 (i386_frameless_function_invocation, i386_frame_num_args,
5824 i386_frame_init_saved_regs): Remove prototypes.
5825 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5826 macros mentioned above.
5827
9773a94b
AC
58282002-06-15 Andrew Cagney <ac131313@redhat.com>
5829
5830 * cli/cli-decode.c (set_cmd_cfunc): Update.
5831 (set_cmd_sfunc): Update.
5832 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5833 (set_cmd_sfunc, set_cmd_cfunc): Update.
5834 * cli/cli-decode.h: Update.
5835
6e157172
MK
58362002-06-15 Mark Kettenis <kettenis@gnu.org>
5837
5838 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5839 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5840
7f19b9a2
AC
58412002-06-15 Andrew Cagney <ac131313@redhat.com>
5842
5843 * defs.h (auto_boolean): Declare enum.
5844 * command.h (cmd_auto_boolean): Delete enum.
5845 * mips-tdep.c (mask_address_var): Update.
5846 (mips_mask_address_p): Update.
5847 (show_mask_address): Update.
5848 * remote.c (struct packet_config): Update.
5849 (update_packet_config): Update.
5850 (show_packet_config_cmd): Update.
5851 (packet_ok): Update.
5852 (add_packet_config_cmd): Update.
5853 (_initialize_remote):
5854 * command.h: Update.
5855 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5856 (do_setshow_command): Update.
5857 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5858 * cli/cli-decode.h: Update.
5859
1cf88de5
MK
58602002-06-15 Mark Kettenis <kettenis@gnu.org>
5861
22ba8cf2
MK
5862 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5863 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5864 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5865 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5866 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5867 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5868
762c5349
MK
5869 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5870 list of DJGPP COFF targets.
5871
091198bb
MK
5872 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5873 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5874 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5875 (FP0_REGNUM): Remove define.
5876 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5877 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5878 (i386_register_virtual_size): Remove protoype.
5879 * i386-tdep.c (i386_register_virtual_size): Removed.
5880 (i386_extract_return_value, i386_store_return_value): Use
5881 FP0_REGNUM instead of NUM_FREGS to determine whether the
5882 floating-point registers are available.
5883 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5884 Adjust for removal of macros mentioned above.
5885
58862002-06-15 Mark Kettenis <kettenis@gnu.org>
5887
fcc9bf01
MK
5888 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5889 comments.
5890 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5891 Remove prototypes.
5892 (supply_gregset, fill_gregset): Remove use of register keyword and
5893 remove declaration for regmap. Use I386_NUM_GREGS instead of
5894 NUM_REGS and NUM_FREGS.
5895 (FPREGSET_FSAVE_OFFSET): Remove.
5896 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5897 NUM_FREGS to determine whether the floating-point registers are
5898 available.
5899
65e78234
MK
5900 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5901 gnu_store_registers): Replace usage of NUM_GREGS with
5902 I386_NUM_GREGS.
5903
98df6387
MK
5904 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5905 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5906 usage of NUM_GREGS with I386_NUM_GREGS.
5907
099a9414
MK
5908 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5909
57976e88
MK
5910 * i386bsd-nat.c: Include "i386-tdep.h".
5911 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5912 I386_NUM_GREGS.
5913
b335f4a6
MK
5914 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5915 and associated comment. They no longer make any sense, since we
5916 don't use this file anymore on Linux.
5917
1cf88de5
MK
5918 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5919 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5920 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5921 elements in these arrays.
5922 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5923 MAX_NUM_REGS.
5924
daa66587
MK
59252002-06-15 Mark Kettenis <kettenis@gnu.org>
5926
5927 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5928 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5929
26e9b323
AC
59302002-06-14 Andrew Cagney <cagney@redhat.com>
5931
5932 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5933 EXTRACT_RETURN_VALUE.
5934 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5935 EXTRACT_STRUCT_VALUE_ADDRESS.
5936 * gdbarch.h, gdbarch.c: Regenerate.
5937
5938 * values.c (value_being_returned): Handle
5939 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5940 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5941
5942 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5943 * arm-tdep.c (arm_gdbarch_init): Update.
5944 * avr-tdep.c (avr_gdbarch_init): Update.
5945 * cris-tdep.c (cris_gdbarch_init): Update.
5946 * d10v-tdep.c (d10v_gdbarch_init): Update.
5947 * ia64-tdep.c (ia64_gdbarch_init): Update.
5948 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5949 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5950 * s390-tdep.c (s390_gdbarch_init): Update.
5951 * sh-tdep.c (sh_gdbarch_init): Update.
5952 * s390-tdep.c (s390_gdbarch_init): Update.
5953 * sparc-tdep.c (sparc_gdbarch_init): Update.
5954 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5955 * v850-tdep.c (v850_gdbarch_init): Update.
5956 * vax-tdep.c (vax_gdbarch_init): Update.
5957 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5958 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5959
5960 * config/arc/tm-arc.h: Update.
5961 * config/d30v/tm-d30v.h: Update.
5962 * config/fr30/tm-fr30.h: Update.
5963 * config/h8300/tm-h8300.h: Update.
5964 * config/h8500/tm-h8500.h: Update.
5965 * config/i386/tm-i386.h: Update.
5966 * config/i386/tm-ptx.h: Update.
5967 * config/i386/tm-symmetry.h: Update.
5968 * config/i960/tm-i960.h: Update.
5969 * config/m32r/tm-m32r.h: Update.
5970 * config/m68k/tm-delta68.h: Update.
5971 * config/m68k/tm-linux.h: Update.
5972 * config/m68k/tm-m68k.h: Update.
5973 * config/m88k/tm-m88k.h: Update.
5974 * config/mcore/tm-mcore.h: Update.
5975 * config/mips/tm-mips.h: Update.
5976 * config/mn10200/tm-mn10200.h: Update.
5977 * config/pa/tm-hppa.h: Update.
5978 * config/pa/tm-hppa64.h: Update.
5979 * config/sparc/tm-sp64.h: Update.
5980 * config/sparc/tm-sparc.h: Update.
5981 * config/sparc/tm-sparclet.h: Update.
5982 * config/z8k/tm-z8k.h: Update.
5983
5179e78f
AC
59842002-06-14 Andrew Cagney <cagney@redhat.com>
5985
5986 * Makefile.in (i386_linux_tdep_h): Define.
5987 (i386_tdep_h, i387_tdep_h): Define.
5988 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5989 $(i386_tdep_h) and $(i387_tdep_h).
5990 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5991
8201327c
MK
59922002-06-14 Mark Kettenis <kettenis@gnu.org>
5993
edf393ac
MK
5994 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5995 Already covered by the default.
5996
896fb97d
MK
5997 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5998 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5999 (i386_gdbarch_init): Initialize long_double_format and long_double
6000 bit.
6001
8201327c
MK
6002 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6003 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6004 Move these to ...
6005 * config/i386/i386sol2.mh: ... here.
6006 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6007 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6008 (SIGCONTEXT_PC_OFFSET): Remove define.
6009 (IN_SIGTRAMP): Remove define.
6010 * i386-sol2-tdep.c: New file.
6011
6012 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6013 * config/i386/tm-i386nw.h: Removed.
6014
6015 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6016 USE_STRUCT_CONVENTION): Remove defines.
6017 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6018 (get_longjmp_target): Remove prototype.
6019 (IN_SIGTRAMP): Remove define.
6020 (i386bsd_in_sigtramp): Remove prototype.
6021 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6022 function. Update comment accordingly
6023 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6024 (FRAME_SAVED_PC): Remove define.
6025 (i386bsd_frame_saved_pc): Remove prototype.
6026 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6027 GET_LONGJMP_TARGET): Remove defines.
6028 (get_longjmp_target): Remove prototype.
6029 (IN_SIGTRAMP): Remove define.
6030 (i386bsd_in_sigtramp): Remove prototype.
6031 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6032 function. Update comment accordingly
6033 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6034 (FRAME_SAVED_PC): Remove define.
6035 (i386bsd_frame_saved_pc): Remove prototype.
6036 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6037 Remove prototype.
6038 (USE_STRUCT_CONVENTION): Remove prototype.
6039 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6040 declaration.
6041 (_initialize_i386bsd_nat): Revise logic to determine some
6042 constants at compile time when compiling a native GDB. Warn if
6043 things don't match up with what we expect.
6044 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6045 Remove variables.
6046 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6047 to use date stored in `struct gdbarch_tdep'.
6048 (i386bsd_sigcontext_offset): Remove varaible.
6049 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6050 stored in `struct gdbarch_tdep'.
6051 (i386bsd_frame_saved_pc): Make static.
6052 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6053 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6054 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6055 i386fbsd4_sc_pc_offset): New variables.
6056 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6057 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6058 functions.
6059 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6060 functions.
6061 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6062 Modify the value of i386fbsd_sigtramp_start and
6063 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6064 i386fbsd_sigtramp_end.
6065 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6066 function.
6067
6068 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6069 define to i386-linux-tdep.h.
6070 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6071 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6072 defines.
6073 (i386_linux_register_name, i386_linux_register_byte,
6074 i386_linux_register_raw_size): Remove prototypes.
6075 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6076 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6077 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6078 TARGET_WRITE_PC): Remove defines.
6079 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6080 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6081 i386_linux_write_pc): Remove prototypes.
6082 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6083 (get_longjmp_target): Remove prototype.
6084 * i386-linux-tdep.h: New file.
6085 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6086 * i386-linux-tdep.c: Include "i386-tdep.h" and
6087 "i386-linux-tdep.h".
6088 (i386_linux_register_name, i386_linux_register_byte,
6089 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6090 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6091 Make static.
6092 (i386_linux_init_abi): New function.
6093 (_initialize_i386_linux_tdep): New function.
6094
6095 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6096 (i386_saved_pc_after_call): Remove prototype.
6097 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6098 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6099 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6100 (i386_register_name, i386_stab_reg_to_regnum,
6101 i386_dwarf_reg_to_regnum): Remove prototypes.
6102 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6103 SIZEOF_SSE_REGS): Remove defines.
6104 (REGISTER_BYTES): Remove define.
6105 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6106 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6107 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6108 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6109 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6110 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6111 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6112 (get_longjmp_target): Remove prototype.
6113 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6114 (sigtramp_saved_pc): Remove define.
6115 (i386v4_sigtramp_saved_pc): Remove prototype.
6116 * config/i386/tm-go32.h (FRAME_CHAIN,
6117 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6118 (i386go32_frame_saved_pc): Remove prototype.
6119 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6120 (get_longjmp_target): Remove prototype.
6121 * i386-tdep.h: Include "osabi.h".
6122 (enum i386_abi): Removed.
6123 (enum struct_return): New enum.
6124 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6125 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6126 sc_pc_offset members.
6127 (i386_gdbarch_register_os_abi): Remove prototype.
6128 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6129 I386_SSE_NUM_REGS): New defines.
6130 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6131 I386_SSE_SIZEOF_REGS): New defines.
6132 (i386_register_name, i386_register_byte, i386_register_raw_size):
6133 New prototypes.
6134 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6135 (i386bsd_sigtramp_saved_pc): New prototype.
6136 * i386-tdep.c: Don't include "elf-bfd.h".
6137 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6138 i386_frame_chain, i386_saved_pc_after_call): Make static.
6139 (i386_frame_saved_pc): Rewrite to call architecture dependent
6140 function to deal with signal handlers. Make static.
6141 (i386go32_frame_saved_pc): Removed.
6142 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6143 Removed.
6144 (i386_get_longjmp_target): New function.
6145 (default_struct_convention, pcc_struct_convention,
6146 reg_struct_convention, valid_conventions, struct_convention): New
6147 variables.
6148 (i386_use_struct_convention): New function.
6149 (i386v4_sigtramp_saved_pc): Renamed to
6150 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6151 (i386_pc_in_sigtramp): New function.
6152 (i386_abi_names): Removed.
6153 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6154 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6155 Removed.
6156 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6157 i386_gdbarch_register_os_abi): Removed.
6158 (struct i386_abi_handler): Removed.
6159 (i386_abi_handler_list): Removed.
6160 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6161 functions.
6162 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6163 i386_nw_init_abi): New functions.
6164 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6165 Use set_gdbarch_xxx() calls instead of relying on macros for a
6166 number of calls.
6167 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6168 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6169 Register the various architecture variants defined in this file.
6170
ad2f7632
DJ
61712002-06-14 Daniel Jacobowitz <drow@mvista.com>
6172
6173 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6174 (struct main_type): Remove arg_types member. Update comments for
6175 struct field.
6176 (TYPE_ARG_TYPES): Remove.
6177 (TYPE_FN_FIELD_ARGS): Update.
6178 (smash_to_method_type): Update prototype.
6179
6180 * c-typeprint.c (cp_type_print_method_args): Take method type
6181 instead of argument list. Use new argument layout. Simplify.
6182 (c_type_print_args): Use new argument layout. Simplify.
6183 (c_type_print_base): Update call to cp_type_print_method_args.
6184 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6185 argument; use die->type instead. Update call to
6186 smash_to_method_type.
6187 (read_structure_scope): Update call to dwarf2_add_member_fn.
6188 * gdbtypes.c (allocate_stub_method): Update comment.
6189 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6190 Use new argument layout.
6191 (check_stub_method): Use new argument layout. Don't count
6192 void as an argument.
6193 (print_arg_types): Update comments. Use new argument layout.
6194 (recursive_dump_type): Don't print arg_types member.
6195 * hpread.c (hpread_read_struct_type): Use new argument layout.
6196 (fixup_class_method_type): Likewise.
6197 (hpread_type_lookup): Likewise.
6198 * stabsread.c (read_type): Update calls to read_args and
6199 smash_to_method_type.
6200 (read_args): Use new argument layout. Simplify.
6201 * valops.c (typecmp): Use new argument layout. Update parameters
6202 and comments. Simplify.
6203 (hand_function_call): Use new argument layout.
6204 (search_struct_method): Update call to typecmp.
6205 (find_overload_match): Use new argument layout.
6206
6da02953
DJ
62072002-06-13 Daniel Jacobowitz <drow@mvista.com>
6208
6209 * NEWS: Mention multithreaded debug support for gdbserver.
6210
519b2366
DJ
62112002-06-13 Daniel Jacobowitz <drow@mvista.com>
6212
6213 * MAINTAINERS: Mention NEWS.
6214
6c0d6680
DJ
62152002-06-13 Daniel Jacobowitz <drow@mvista.com>
6216
6217 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6218 (struct mips_objfile_private, compare_pdr_entries): New.
6219 (non_heuristic_proc_desc): Read the ".pdr" section if it
6220 is present.
6221
6529d2dd
AC
62222002-06-12 Andrew Cagney <ac131313@redhat.com>
6223
6224 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6225 (arm_debug): New static variable.
6226 (_initialize_arm_tdep): Add ``set debug arm'' command.
6227
26216b98
AC
62282002-06-12 Andrew Cagney <ac131313@redhat.com>
6229
6230 * Makefile.in (sim_arm_h): Define.
6231 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6232 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6233 (arm_register_sim_regno): New function, map an internal REGNUM
6234 onto a simulator register number.
6235 (arm_gdbarch_init): Set register_sim_regno.
6236
814b3ba0
AH
62372002-06-09 Aldy Hernandez <aldyh@redhat.com>
6238
6239 * MAINTAINERS: Add self.
6240
475b0867
JB
62412002-06-11 Jim Blandy <jimb@redhat.com>
6242
919d772c
JB
6243 * source.c (source_info): Mention whether the symtab has
6244 information about preprocessor macros.
6245
475b0867
JB
6246 Call the command `info macro', not `show macro'.
6247 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6248 Fix error message.
6249 (_initialize_macrocmd): Register `info_macro_command' in
6250 `infolist', not `showlist'.
6251
9e364162
DJ
62522002-06-11 Daniel Jacobowitz <drow@mvista.com>
6253
6254 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6255 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6256 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6257 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6258 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6259 unconditionally.
6260 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6261 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6262 (_initialize_mips_tdep): Remove dead code.
6263 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6264 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6265 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6266 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6267 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6268 MIPS_LAST_FP_ARG_REGNUM): Remove.
6269
23aa4c72
ML
62702002-06-11 Michal Ludvig <mludvig@suse.cz>
6271
6272 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6273 (unwind_tmp_obstack_free, parse_frame_info)
6274 (update_context, cfi_read_fp, cfi_write_fp)
6275 (cfi_frame_chain, cfi_init_extra_frame_info)
6276 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6277 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6278
70eb15a4
CV
62792002-06-11 Corinna Vinschen <vinschen@redhat.com>
6280
6281 * v850-tdep.c (v850_type_is_scalar): New function.
6282 (v850_use_struct_convention): Match current gcc implementation
6283 as close as possible.
6284 (v850_push_arguments): Fix stack_offset handling. Don't write
6285 struct_addr into register. This is done by v850_store_struct_return.
6286 (v850_extract_return_value): Care for structs.
6287 (v850_store_return_value): Ditto.
6288 (v850_store_struct_return): Actually write address.
6289
482a4d06
ML
62902002-06-11 Michal Ludvig <mludvig@suse.cz>
6291
6292 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6293 without debug information too.
6294
d855c300
AC
62952002-06-10 Andrew Cagney <ac131313@redhat.com>
6296
6297 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6298 Make multi-arch pure.
6299 * gdbarch.h, gdbarch.c: Re-generate.
6300 * arm-tdep.c (arm_print_float_info): Update.
6301 * arch-utils.h (default_print_float_info): Update.
6302 * arch-utils.c (default_print_float_info): Update.
6303 * infcmd.c (float_info): Update call.
6304
dd12a101
AC
63052002-06-10 Andrew Cagney <ac131313@redhat.com>
6306
6307 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6308 the front of the initialize list.
6309
101dcfbe
AC
63102002-06-10 Andrew Cagney <ac131313@redhat.com>
6311
6312 * infrun.c (struct inferior_status): Replace fields
6313 selected_frame_address and selected_level with field
6314 selected_frame_id.
6315 (save_inferior_status): Update. Use get_frame_id.
6316 (struct restore_selected_frame_args): Delete.
6317 (restore_selected_frame): Update. Use frame_find_by_id.
6318 (restore_inferior_status): Update.
6319
6320 * breakpoint.h (struct breakpoint): Change type of
6321 watchpoint_frame to frame_id.
6322 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6323 call to get_current_frame.
6324 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6325 get_current_frame.
6326 (watchpoint_check): Use frame_find_by_id.
6327
6328 * frame.h (record_selected_frame): Delete declaration.
6329 * stack.c (record_selected_frame): Delete function.
6330
6331 * frame.h (struct frame_id): Define.
6332 (get_frame_id): Declare.
6333 (frame_find_by_id): Declare.
6334 * frame.c (frame_find_by_id): New function.
6335 (get_frame_id): New function.
6336
304270b6
AV
63372002-06-10 Andrey Volkov <avolkov@transas.com>
6338
6339 * ser-e7kpc.c: Fix duplicated define and call of
6340 _initialize_ser_e7000pc
6341
2f2cf184
DJ
63422002-06-09 Daniel Jacobowitz <drow@mvista.com>
6343
6344 * signals/signals.c (target_signal_from_host): Fix #ifdef
6345 SIGRTMIN case.
6346 (do_target_signal_to_host): Likewise.
6347
caaa3122
DJ
63482002-06-09 Daniel Jacobowitz <drow@mvista.com>
6349
6350 * mips-tdep.c (mips_find_abi_section): New function.
6351 (mips_gdbarch_init): Call it.
6352
6ac5df3a
MK
63532002-06-09 Mark Kettenis <kettenis@gnu.org>
6354
6355 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6356 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6357 after Andrew's 2002-06-08 gdbarch change.
6358
82ea117a
MK
63592002-06-09 Mark Kettenis <kettenis@gnu.org>
6360
6361 * i386-linux-nat.c (suppy_gregset): Don't supply
6362 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6363 register cache.
6364 (fill_gregset): Don't fetch it under the same circumstances.
6365
3c25f8c7
AC
63662002-06-09 Andrew Cagney <cagney@redhat.com>
6367
6368 * Makefile.in (callback_h): Define.
6369 (remote_sim_h): Update path to remote-sim.h.
6370 (remote-rdp.o): Add $(callback_h).
6371 (remote-sim.o): Use $(callback_h).
6372 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6373 * remote-rdp.c: Include "gdb/callback.h".
6374
1029b7fa
MK
63752002-06-09 Mark Kettenis <kettenis@gnu.org>
6376
6377 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6378 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6379
616675d3
AC
63802002-06-08 Andrew Cagney <ac131313@redhat.com>
6381
a3efda28
AC
6382 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6383 * rdi-share/serpardr.c: Ditto.
6384 * rdi-share/unixcomm.c: Ditto.
6385 * rdi-share/serdrv.c: Ditto.
6386 * rdi-share/hostchan.h: Ditto.
6387 * rdi-share/hostchan.c: Ditto.
6388 * rdi-share/host.h: Ditto.
6389 * rdi-share/devsw.c: Ditto.
6390
c5f10366
AC
6391 * objfiles.h: Change type of obj_private to void pointer.
6392 * pa64solib.c: Update copyright. Don't include "assert.h", use
6393 strcmp instead of STREQ, use LONGEST, do not use PTR
6394 * somsolib.c: Ditto.
6395
616675d3
AC
6396 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6397 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6398 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6399
e4b415d9
AC
64002002-06-08 Andrew Cagney <ac131313@redhat.com>
6401
6402 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6403 (default_get_saved_register): Delete function.
6404 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6405 generic_unwind_get_saved_register.
6406 * gdbarch.h, gdbarch.c: Re-generate.
6407
ca0d0b52
AC
64082002-06-08 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6411 generic_func_frame_chain_valid.
6412 * gdbarch.h, gdbarch.c: Re-generate.
6413 * blockframe.c (generic_func_frame_chain_valid): Only check
6414 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6415 passing FP to PC_IN_CALL_DUMMY.
6416 Fix PR gdb/360.
6417
76860b5f
AC
64182002-06-08 Andrew Cagney <ac131313@redhat.com>
6419
6420 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6421 (register_gdbarch_data): Initialize init_p.
6422 (gdbarch_data): Initialize data pointer using the init function.
6423 (init_gdbarch_data): Delete function.
6424 (gdbarch_update_p): Update.
6425 (initialize_non_multiarch): Update.
6426 (struct gdbarch): Add field initialized_p.
6427 * gdbarch.h, gdbarch.c: Re-generate.
6428
8dda9770
ML
64292002-06-07 Michal Ludvig <mludvig@suse.cz>
6430
6431 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6432 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6433 better do the things actually here.
6434 * x86-64-tdep.c (x86_64_register_name2nr): New.
6435 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6436 (x86_64_gdbarch_init): Respect the above change.
6437 * x86-64-tdep.h (x86_64_register_name2nr)
6438 (x86_64_register_nr2name): Add prototypes.
6439 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6440
3d79a47c
MS
64412002-06-06 Michael Snyder <msnyder@redhat.com>
6442
7bd91a28
MS
6443 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6444 Delete extra braces and re-indent.
6445 (d10v_store_return_value): Char return values
3d79a47c
MS
6446 must be shifted over by one byte in R0.
6447 (d10v_extract_return_value): Delete extra braces, re-indent.
6448
095a4c96
EZ
64492002-06-06 Elena Zannoni <ezannoni@redhat.com>
6450
6451 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6452 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6453 (d10v_integer_to_address): Rewrite.
6454 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6455 the d10v specific functions which take care of converting to the
6456 correct space.
6457
e8a77ca4
EZ
64582002-06-06 Elena Zannoni <ezannoni@redhat.com>
6459
6460 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6461 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6462
4f2e4a4f
AC
64632002-06-02 Andrew Cagney <ac131313@redhat.com>
6464
6465 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6466 includes.
6467 * config/tm-linux.h: Ditto.
6468 * config/alpha/tm-alphalinux.h: Ditto.
6469 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6470 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6471 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6472 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6473 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6474 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6475 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6476 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6477 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6478 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6479 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6480 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6481 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6482 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6483 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6484 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6485 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6486 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6487 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6488 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6489 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6490 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6491 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6492 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6493 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6494 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6495 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6496 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6497 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6498 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6499 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6500 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6501 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6502 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6503 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6504 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6505 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6506
ae2ab2ce
AS
65072002-05-04 Aidan Skinner <aidan@velvet.net>
6508
6509 * ada-exp.tab.c: New file
6510 * ada-exp.y: New file
6511 * ada-lang.c: New file
6512 * ada-lang.h: New file
6513 * ada-lex.c: New file
6514 * ada-lex.l: New file
6515 * ada-tasks.c: New file
6516 * ada-typeprint.c: New file
6517 * ada-valprint.c: New file
6518
0ddd0135
JT
65192002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6520
6521 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6522 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6523
750fbacc
JT
65242002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6525
6526 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6527 insetead of ppc-linux-tdep.o.
6528 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6529 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6530
df94e18a
AC
65312002-06-02 Andrew Cagney <ac131313@redhat.com>
6532
6533 2002-05-07 Christian Groessler <chris@groessler.org>
6534 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6535 bit register contents for little endian hosts.
6536
1a38ab75
AC
65372002-06-01 Andrew Cagney <ac131313@redhat.com>
6538
6539 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6540 any maintainer.
6541
8b1632ac
AC
65422002-06-01 Andrew Cagney <ac131313@redhat.com>
6543
6544 * gdbarch.h: Regenerate.
6545
627054c8
AC
65462002-06-01 Andrew Cagney <ac131313@redhat.com>
6547
6548 * MAINTAINERS: Add everyone to write-after-approval list.
6549
4f460812
AC
65502002-06-01 Andrew Cagney <ac131313@redhat.com>
6551
6552 * stack.c (frame_info): Use frame_register_unwind instead of
6553 saved_regs. Mention when the SP is on the stack or in a register.
6554
6555 * frame.h (frame_register_unwind_ftype): Define. Document.
6556 (struct frame_info): Add field register_unwind and
6557 register_unwind_cache.
6558 (frame_register_unwind): Declare.
6559 (generic_unwind_get_saved_register): Declare.
6560
6561 * frame.c (frame_register_unwind): New function.
6562 (generic_unwind_get_saved_register): New function.
6563
6564 * blockframe.c (generic_call_dummy_register_unwind): New function.
6565 (frame_saved_regs_register_unwind): New function.
6566 (set_unwind_by_pc): New function.
6567 (create_new_frame): New function.
6568 (get_prev_frame): New function.
6569
de888f76
AC
65702002-05-30 Andrew Cagney <ac131313@redhat.com>
6571
6572 * a29k-share/: Delete directory.
6573 * remote-vx29k.c: Delete file.
6574
2f2c3626
JT
65752002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6576
6577 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6578 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6579
9ce5c36a
JT
65802002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6581
6582 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6583 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6584 (sparc64nbsd-nat.o)
6585 (sparcnbsd-nat.o)
6586 (sparcnbsd-tdep.o): New dependency lists.
6587 * NEWS: Note new UltraSPARC NetBSD native configuration.
6588 * configure.host (sparc64-*-netbsd*): New host.
6589 * configure.tgt (sparc-*-netbsdelf*)
6590 (sparc-*-netbsd*): Set gdb_target to nbsd.
6591 (sparc64-*-netbsd*): New target.
6592 * sparc64nbsd-nat.c: New file.
6593 * sparcnbsd-nat.c: New file.
6594 * sparcnbsd-tdep.c: New file.
6595 * sparcnbsd-tdep.h: New file.
6596 * config/sparc/nbsd.mt: New file.
6597 * config/sparc/nbsd64.mh: New file.
6598 * config/sparc/nbsd64.mt: New file.
6599 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6600 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6601 (HOST_IPC): Remove.
6602 * config/sparc/nbsdaout.mt: Remove.
6603 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6604 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6605 (HOST_IPC): Remove.
6606 * config/sparc/nbsdelf.mt: Remove.
6607 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6608 sparc-nat.c compatiblity defines.
6609 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6610 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6611 * config/sparc/tm-nbsd64.h: New file.
6612 * config/sparc/tm-nbsdaout.h: Remove.
6613 * config/sparc/xm-nbsd.h: Remove.
6614
ef3cf062
JT
66152002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6616
6617 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6618 * sparc-tdep.c: Include osabi.h.
6619 (gdbarch_tdep): Add osabi member.
6620 (_initialize_sparc_tdep): Use gdbarch_register.
6621 (sparc_gdbarch_init): Use generic OS ABI framework.
6622 (sparc_dump_tdep): New function.
6623
ee8ff470
KB
66242002-05-30 Kevin Buettner <kevinb@redhat.com>
6625
6626 * corefile.c (do_captured_read_memory_integer): Return non-zero
6627 result.
6628 (safe_read_memory_integer): Copy result of memory read when
6629 status is non-zero. Also, add comments.
6630
7b112f9c
JT
66312002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6632
6633 * Makefile.in (ppc_tdep_h): Define.
6634 (ppc-linux-nat.o)
6635 (ppc-linux-tdep.o)
6636 (rs6000-tdep.o): Use $(ppc_tdep_h).
6637 (ppc-sysv-tdep.o)
6638 (ppcnbsd-nat.o)
6639 (ppcnbsd-tdep.o): New dependency lists.
6640 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6641 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6642 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6643 (ppc_sysv_abi_broken_use_struct_convention)
6644 (ppc_sysv_abi_use_struct_convention)
6645 (ppc_sysv_abi_push_arguments): Move to...
6646 * ppc-sysv-tdep.c: ...here.
6647 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6648 * rs6000-tdep.c (process_note_abi_tag_sections)
6649 (get_elfosabi): Remove.
6650 (rs6000_gdbarch_init): Use generic OS ABI framework.
6651 (rs6000_dump_tdep): New function.
6652 (_initialize_rs6000_tdep): Use gdbarch_register.
6653 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6654 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6655 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6656 of ppc-linux-tdep.o.
6657 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6658 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6659 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6660 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6661 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6662 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6663
480dd42a
JB
66642002-05-29 Jim Blandy <jimb@redhat.com>
6665
6666 * macroscope.c (default_macro_scope): Put `void' in empty argument
6667 list.
6668
4182591f
AC
66692002-05-29 Andrew Cagney <ac131313@redhat.com>
6670
6671 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6672 * arch-utils.c: Include "sim-regno.h".
6673 * gdbarch.sh: Don't include "sim-regno.h".
6674 * gdbarch.h, gdbarch.c: Regenerate.
6675 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6676 here.
6677 * arch-utils.h (legacy_register_sim_regno): To here.
6678 * remote-sim.c (legacy_register_sim_regno): Move function from
6679 here.
6680 * arch-utils.c (legacy_register_sim_regno): To here.
6681
8238d0bf
AC
66822002-05-28 Andrew Cagney <ac131313@redhat.com>
6683
6684 * sim-regno.h: New file.
6685 * Makefile.in (sim_regno_h): Define.
6686 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6687 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6688 (legacy_register_sim_regno): New function.
6689 (one2one_register_sim_regno): New function.
6690 (gdbsim_fetch_register): Rewrite.
6691 (gdbsim_store_register): Only store a register when
6692 REGISTER_SIM_REGNO is valid.
6693 * d10v-tdep.c: Include "sim-regno.h".
6694 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6695 (d10v_ts3_register_sim_regno): Ditto.
6696 * gdbarch.sh: Include "sim-regno.h".
6697 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6698 * gdbarch.h, gdbarch.c: Regenerate.
6699 * arch-utils.h (default_register_sim_regno): Delete declaration.
6700 * arch-utils.c (default_register_sim_regno): Delete function.
6701
485721b1
JT
67022002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6703
6704 * ppcnbsd-nat.c: Rewrite.
6705 * ppcnbsd-tdep.c: New file.
6706 * ppcnbsd-tdep.h: New file.
6707 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6708 solib.o, and solib-svr4.o.
6709 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6710 nbsd-tdep.o, and corelow.o.
6711
697f244d
AC
67122002-05-28 Andrew Cagney <ac131313@redhat.com>
6713
6714 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6715 `tr' and `sed'. Mention that `broken' targets are not expected to
6716 build.
6717
f08caad1 67182002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6719
6720 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6721 Let PC point right after the prologue before looking up symbols.
6722
3139facc
MH
67232002-05-27 Martin M. Hunt <hunt@redhat.com>
6724
6725 * i386-tdep.c (i386_register_virtual_type): Return
6726 builtin_type_vec128i for SSE registers.
6727
6728 * gdbtypes.h (builtin_type_vec128i): Declare.
6729
6730 * gdbtypes.c (build_builtin_type_vec128i): New function.
6731 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6732 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6733 (build_gdbtypes): Initialize new builtin vector types.
6734 (_initialize_gdbtypes): Register new vector types with gdbarch.
6735
6e3ba3b8
JT
67362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6737
6738 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6739 since it has been multi-arch'd.
6740 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6741 Move Alpha and VAX multi-arch news entries to same section
6742 as other multi-arch news.
6743
93d5585d
JT
67442002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6745
6746 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6747 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6748 static. Rename some register numbers to put them in ns32k-tdep
6749 private namespace.
6750 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6751 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6752 functions.
6753 (_initialize_ns32k_tdep): Use gdbarch_register.
6754 * ns32k-tdep.h: New file.
6755 * ns32knbsd-tdep.c: New file.
6756 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6757 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6758 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6759 REGISTER_BYTES, REGISTER_BYTE): Remove.
6760 * config/ns32k/tm-ns32k.h: New file.
6761 * config/ns32k/tm-umax.h: Remove.
6762
efb2c70e
JT
67632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6764
6765 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6766 ns32k_store_struct_return, ns32k_extract_return_value,
6767 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6768 functions.
6769 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6770 ns32k_saved_pc_after_call.
6771 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6772 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6773 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6774 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6775 ns32k_extract_struct_value_address.
6776
7bcc927b
JT
67772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6778
6779 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6780 ns32k_fix_call_dummy): New.
6781 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6782 ns32k_call_dummy_words.
6783 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6784 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6785 CALL_DUMMY_NARGS): Remove.
6786 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6787
78f9d765
JT
67882002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6789
6790 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6791 ns32k_frame_saved_pc, ns32k_frame_args_address,
6792 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6793 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6794 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6795 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6796 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6797 (BREAKPOINT): Remove..
6798 (FRAME_CHAIN): Define as ns32k_frame_chain.
6799 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6800 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6801 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6802 (FRAME_FIND_SAVED_REGS): Remove.
6803 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6804 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6805 (POP_FRAME): Define as ns32k_pop_frame.
6806
f2c762e0
JT
68072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6808
6809 * ns32k-tdep.c (ns32k_register_byte_32082,
6810 ns32k_register_byte_32382, ns32k_register_raw_size,
6811 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6812 functions.
6813 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6814 ns32k_register_byte_32382.
6815 * config/ns32k/tm-umax.h: Update copyright years.
6816 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6817 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6818 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6819 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6820 (ns32k_get_enter_addr): Fix prototype.
6821
af137673
JT
68222002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6823
6824 * ns32k-tdep.c: Update copyright years.
6825 (ns32k_register_name_32082): New function.
6826 (ns32k_register_name_32382): Ditto.
6827 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6828 (REGISTER_NAME): Define as ns32k_register_name_32382.
6829 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6830 (REGISTER_NAME): Define as ns32k_register_name_32082.
6831
a8bc7b56
JB
68322002-05-24 Jim Blandy <jimb@redhat.com>
6833
6834 * dwarf2read.c (free_line_header): Use xfree, not free.
6835
83a45910
JT
68362002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6837
6838 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6839 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6840
0db71247
AC
68412002-05-23 Andrew Cagney <ac131313@redhat.com>
6842
6843 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6844
b9e5e4dd
AC
68452002-05-23 Andrew Cagney <ac131313@redhat.com>
6846
6847 From Ross Alexander at NEC Europe:
6848 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6849
de530e84
MS
68502002-05-23 Michael Snyder <msnyder@redhat.com>
6851
6852 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6853 for input, rather than parse_and_eval_address.
6854
b91b96f4
AC
68552002-05-23 Andrew Cagney <ac131313@redhat.com>
6856
6857 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6858 * Makefile.in (sim_d10v_h): Update definition.
6859
8b279e7a
AC
68602002-05-24 Andrew Cagney <cagney@redhat.com>
6861
6862 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6863 change `2002-05-22 Michael Snyder' below.
6864 (d10v_push_arguments): Ditto.
6865 (d10v_extract_return_value): Ditto.
6866
0a3d0425
JB
68672002-05-23 Jim Blandy <jimb@redhat.com>
6868
6869 * macrotab.c (check_for_redefinition): Don't complain if the new
6870 definition is the same as the previous one. Take more arguments
6871 to allow the comparison.
6872 (macro_define_object, macro_define_function): Pass more arguments
6873 to check_for_redefinition.
6874
78eac43e
MS
68752002-05-22 Michael Snyder <msnyder@redhat.com>
6876
6877 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6878 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6879 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6880 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6881 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6882 Add a temp variable to save a call (and a memory read).
6883 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6884 if possible (so that PC_IN_CALL_DUMMY will work).
6885
9bc1edb8
CV
68862002-05-22 Corinna Vinschen <vinschen@redhat.com>
6887
6888 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6889
005ef3d2
ML
68902002-05-22 Michal Ludvig <mludvig@suse.cz>
6891
6892 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6893 fde->cie_ptr.
6894 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6895 (dwarf2_build_frame_info): Add offset to fde->initial_location
6896 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6897 (execute_stack_op): Change type of 'result' from ULONGEST to
6898 CORE_ADDR.
005ef3d2 6899
fcf4f891
JT
69002002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6901
6902 * config/alpha/tm-nbsd.h: Include solib.h.
6903
cfef91e4
JT
69042002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6905
6906 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6907 assumptions about the host's byte order.
6908
9964235a
JT
69092002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6910
6911 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6912 to dependency list.
6913 * alphanbsd-tdep.c: Include solib-svr4.h.
6914 * shnbsd-tdep.c: Ditto.
6915
9eeef8ef
JT
69162002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6917
6918 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6919 nbsd-tdep.h to dependency list.
6920 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6921 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6922 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6923 nbsdaout.mh and nbsdelf.mh consistently.
6924 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6925 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6926 nbsdaout.mt and nbsdelf.mh consistently.
6927 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6928 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6929 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6930 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6931 a.out shared library stuff from here...
6932 * config/nm-nbsdaout.h: ...to here.
6933 * config/tm-nbsd.h: Remove.
6934 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6935 * config/arm/nbsd.mh: Remove.
6936 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6937 nbsd-tdep.o.
6938 * config/arm/nbsdaout.mh: New file.
6939 * config/arm/nbsdelf.mh: New file.
6940 * config/arm/nm-nbsdaout.h: New file.
6941 * config/i386/nbsd.mh: Remove.
6942 * config/i386/nbsd.mt: Remove.
6943 * config/i386/nbsdaout.mh: New file.
6944 * config/i386/nbsdaout.mt: New file.
6945 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6946 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6947 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6948 i386_register_u_addr): Remove.
6949 * config/i386/nm-nbsdaout.h: New file.
6950 * config/i386/nm-nbsdelf.h: Remove.
6951 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6952 (USE_STRUCT_CONVENTION): Remove.
6953 * config/i386/tm-nbsdaout.h: New file.
6954 * config/i386/tm-nbsdelf.h: Remove.
6955 * config/m68k/nbsd.mh: Remove.
6956 * config/m68k/nbsd.mt: Remove.
6957 * config/m68k/nbsdaout.mh: New file.
6958 * config/m68k/nbsdaout.mt: New file.
6959 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6960 * config/m68k/nm-nbsdaout.h: New file.
6961 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6962 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6963 * config/ns32k/nbsd.mh: Remove.
6964 * config/ns32k/nbsd.mt: Remove.
6965 * config/ns32k/nbsdaout.mh: New file.
6966 * config/ns32k/nbsdaout.mt: New file.
6967 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6968 * config/ns32k/nm-nbsdaout.h: New file.
6969 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6970 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6971 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6972 (SVR4_SHARED_LIBS): Remove.
6973 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6974 * config/sparc/nbsd.mh: Remove.
6975 * config/sparc/nbsd.mt: Remove.
6976 * config/sparc/nbsdaout.mh: New file.
6977 * config/sparc/nbsdaout.mt: New file.
6978 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6979 * config/sparc/nbsdelf.mt: New file.
6980 * config/sparc/nm-nbsdaout.h: New file.
6981 * config/sparc/nm-nbsdelf.h: Remove.
6982 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6983 * config/sparc/tm-nbsdaout.h: New file.
6984
257ce470
JT
69852002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6986
6987 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6988 mipsnbsd-tdep.c
6989 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6990
76a6d5fe
JT
69912002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6992
6993 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6994 shnbsd-nat.c.
6995 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6996
45888261
JT
69972002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6998
6999 * NEWS: Note new MIPS NetBSD native configuration.
7000 * configure.host (mips*-*-netbsd*): New host.
7001 * configure.tgt (mips*-*-netbsd*): New target.
7002 * mipsnbsd-nat.c: New file.
7003 * mipsnbsd-tdep.c: New file.
7004 * mipsnbsd-tdep.h: New file.
7005 * config/mips/nbsd.mh: New file.
7006 * config/mips/nbsd.mt: New file.
7007 * config/mips/nm-nbsd.h: New file.
7008 * config/mips/tm-nbsd.h: New file.
7009
70f80edf
JT
70102002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7011
7012 * Makefile.in (SFILES): Add osabi.c.
7013 (COMMON_OBS): Add osabi.o.
7014 (osabi.o): New dependency list.
7015 * osabi.c: New file.
7016 * osabi.h: New file.
7017 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7018
7019 * Makefile.in (alpha_tdep_h): Define and use instead of
7020 alpha-tdep.h.
7021 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7022 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7023 Remove.
7024 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7025 * alpha-tdep.h: Include osabi.h.
7026 (alpha_abi): Remove.
7027 (gdbarch_tdep): Use generic OS ABI framework.
7028 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7029 gdbarch_register_osabi.
7030 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7031 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7032 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7033
7034 * Makefile.in (sh_tdep_h): Add osabi.h.
7035 * sh-tdep.h (sh_osabi): Remove.
7036 (gdbarch_tdep): Use generic OS ABI framework.
7037 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7038 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7039 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7040 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7041
7042 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7043 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7044 gdbarch_register_osabi.
7045 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7046 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7047 (get_elfosabi): Rename to...
7048 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7049 ABI framework support routines.
7050 (arm_gdbarch_init): Use generic OS ABI framework.
7051 (arm_dump_tdep): Likewise.
7052 (_initialize_arm_tdep): Likewise.
7053 * arm-tdep.h: Include osabi.h.
7054 (arm_abi): Remove.
7055 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7056 osabi member.
7057 (arm_gdbarch_register_os_abi): Remove prototype.
7058 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7059 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7060
7061 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7062 * mips-tdep.c: Include osabi.h.
7063 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7064 OS ABI framework.
7065
d194345b
KH
70662002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7067
7068 * h8300-tdep.c: Fix formatting.
7069
70c6b0d1
EZ
70702002-05-20 Elena Zannoni <ezannoni@redhat.com>
7071
7072 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7073 printing vector registers.
7074
165b8e33
AC
70752002-05-19 Andrew Cagney <ac131313@redhat.com>
7076
7077 From Fernando Nasser:
7078 * remote.c (remote_async_open_1): Re-throw the exception when the
7079 connection fails.
7080 (remote_cisco_open): Ditto.
7081 (remote_open_1): Ditto.
7082
36918e70
AC
70832002-05-19 Andrew Cagney <ac131313@redhat.com>
7084
7085 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7086 (remote_start_remote): Add uiout parameter. Pass through to
7087 remote_start_remote_dummy.
7088 (remote_open_1): Use catch_exception instead of catch_errors.
7089 (remote_async_open_1): Ditto.
7090 (remote_cisco_open): Ditto.
7091
ae44c0c4
AC
70922002-05-19 Andrew Cagney <ac131313@redhat.com>
7093
7094 * remote.c (remote_start_remote): Replace PTR with void pointer.
7095 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7096 static.
7097
8efe637d
AC
70982002-05-18 Andrew Cagney <ac131313@redhat.com>
7099
7100 * gdb_indent.sh: Allow the script to be run in the sim directory.
7101
2f1b5984
MK
71022002-05-18 Mark Kettenis <kettenis@gnu.org>
7103
f0f625e2
MK
7104 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7105 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7106
2f1b5984
MK
7107 * corelow.c (core_open): Only call set_gdbarch_from_file if
7108 exec_bfd is NULL.
7109
fc974602
AV
71102002-05-17 Andrey Volkov <avolkov@transas.com>
7111
7112 * h8300-tdep.c: Add support of EXR register
7113 * config/h8300/tm-h8300.h: Ditto.
7114
906709f4
AV
71152002-05-17 Andrey Volkov <avolkov@transas.com>
7116
7117 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7118
6e591d68
AV
71192002-05-17 Andrey Volkov <avolkov@transas.com>
7120
7121 * h8300-tdep.c: Change literal regnums to REGNO.
7122
84f0252a
JB
71232002-05-17 Jim Blandy <jimb@redhat.com>
7124
e0e9281e
JB
7125 * NEWS: Note addition of macro support.
7126
84f0252a
JB
7127 Expand preprocessor macros in C expressions.
7128 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7129 (scan_macro_expansion, scanning_macro_expansion,
7130 finished_macro_expansion): New function declarations.
7131 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7132 variable declarations.
7133 * parser-defs.h (expression_context_pc): New declaration.
7134 * parse.c (expression_context_pc): New variable.
7135 (parse_exp_1): Set expression_context_pc, as well as
7136 expression_context_block.
7137 * c-exp.y (yylex): If we're not already reading the result of a
7138 macro expansion, try to macro-expand the next token. When we're
7139 done scanning a macro expansion, switch back to the mainline text.
7140 Commas and `if's in a macro's expansion don't terminate the input.
7141 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7142 (macro_original_text, macro_expanded_text,
7143 expression_macro_lookup_func, expression_macro_lookup_baton): New
7144 variables.
7145 (scan_macro_expansion, scanning_macro_expansion,
7146 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7147 c_preprocess_and_parse): New functions.
7148 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7149 c_preprocess_and_parse, instead of c_parse.
7150 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7151 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7152
1c509ca8
JR
7153Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7154
7155 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7156 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7157 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7158
2250ee0c
CV
71592002-05-17 Corinna Vinschen <vinschen@redhat.com>
7160
7161 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7162
ab3b8126
JT
71632002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7164
7165 * Makefile.in (sh_tdep_h): Define and use.
7166 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7167 register enum): Move to...
7168 * * sh-tdep.h: ...here.
7169 * sh-tdep.c: Include sh-tdep.h.
7170 * sh3-rom.c: Likewise.
7171 * shnbsd-tdep.c: Likewise.
7172
ed9d4749
MS
71732002-05-16 Michael Snyder <msnyder@redhat.com>
7174
7175 * arm-tdep.c: Spelling fix in comment.
7176
2e276125
JB
71772002-05-16 Jim Blandy <jimb@redhat.com>
7178
6821892e
JB
7179 Add commands for manually expanding macros and showing their
7180 definitions.
7181 * macrocmd.c, macroscope.c, macroscope.h: New files.
7182 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7183 (macroscope_h): New variable.
7184 (HFILES_NO_SRCDIR): Add macroscope.h.
7185 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7186 (macroscope.o, macrocmd.o): New rules.
7187
2e276125
JB
7188 Teach the Dwarf 2 reader to read macro information.
7189 * dwarf2read.c: #include "macrotab.h".
7190 (dwarf_macinfo_buffer): New variable.
7191 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7192 dwarf_macinfo_size.
7193 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7194 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7195 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7196 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7197 dwarf2_macro_spaces_in_definition): New complaints.
7198 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7199 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7200 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7201 the partial symbol table.
7202 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7203 from what's recorded in the partial symbol table.
7204 (read_file_scope): If the compilation unit has a
7205 `DW_AT_macro_info' attribute, read its macro information.
7206 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7207
2f53fe6c
DJ
72082002-05-16 Daniel Jacobowitz <drow@mvista.com>
7209
7210 Fix PR gdb/546
7211 * ser-tcp.c: Don't include <netinet/udp.h>.
7212
2be99286
SC
72132002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7214
7215 * MAINTAINERS: Update my email address.
7216
c9af212b 72172002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7218
7219 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7220 include file of the same name.
7221
bf5f1a52
CV
72222002-05-16 Corinna Vinschen <vinschen@redhat.com>
7223
7224 * configure.tgt: Mark v850 as multi-arched.
7225 * config/v850/tm-v850.h: Remove file.
7226 * config/v850/v850.mt: Eliminate TM_FILE.
7227
435e042a
CV
72282002-05-16 Corinna Vinschen <vinschen@redhat.com>
7229
7230 * v850-tdep.c: Full multi-arch.
7231 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7232 Define GDB_MULTI_ARCH to 2.
7233
9819c6c8
PM
72342002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7235
7236 * p-exp.y (current_type): New static variable.
7237 Carries the type of the expression at the position that is parsed.
7238 (push_current_type, pop_current_type): Two new functions. Used
7239 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7240 (search_field): New static variable. Set to one after parsing a point
7241 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7242 (FIELDNAME): New token. After a point only a token belonging to
7243 current_type type definition is allowed.
7244 (all over token rules): reset and change current_type according
7245 to rules.
7246 (exp '[' rule): insert implicit array index field if
7247 exp is a pascal string type.
7248
3a06899a
CV
72492002-05-16 Corinna Vinschen <vinschen@redhat.com>
7250
7251 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7252 frame info. Use frame_info's saved_regs instead of matching member
7253 in extra_frame_info throughout.
7254 (v850_frame_init_saved_regs): New function.
7255 (v850_init_extra_frame_info): Move most functionality into
7256 v850_frame_init_saved_regs().
7257 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7258 (v850_frame_find_saved_regs): Remove declaration.
7259 (FRAME_FIND_SAVED_REGS): Remove definition.
7260 (v850_frame_init_saved_regs): Add declaration.
7261 (FRAME_INIT_SAVED_REGS): Add definition.
7262
6ed14b0e
CV
72632002-05-16 Corinna Vinschen <vinschen@redhat.com>
7264
7265 * v850-tdep.c: Begin multi-arch'ing v850.
7266 (v850_target_architecture_hook): Remove function.
7267 (v850_gdbarch_init): New function. Add code previously in
7268 v850_target_architecture_hook().
7269 (_initialize_v850_tdep): Don't set target_architecture_hook.
7270 Call register_gdbarch_init() instead.
7271
42725910
DJ
72722002-05-16 Daniel Jacobowitz <drow@mvista.com>
7273
7274 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7275 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7276 (fixup_class_method_type): Likewise.
7277
99d9066e
JB
72782002-05-15 Jim Blandy <jimb@redhat.com>
7279
7280 Add macro structures to GDB's symbol tables. Nobody puts anything
7281 in them yet.
7282 * symtab.h (struct symtab): New member: `macro_table'.
7283 * buildsym.h (pending_macros): New global variable.
7284 * buildsym.c: #include "macrotab.h".
7285 (buildsym_init): Initialize `pending_macros'.
7286 (end_symtab): If we found macro information while reading a CU's
7287 debugging info, do build a symtab structure for it. Make the
7288 symtab point to the macro information, and clear the
7289 `pending_macros' pointer which held it while we were reading the
7290 debug info.
7291 (really_free_pendings): Free any pending macro table.
7292 * objfiles.h (struct objfile): New member: `macro_cache'.
7293 * objfiles.c (allocate_objfile): Set allocate and free functions
7294 for the macro cache's objstack.
7295 (free_objfile): Empty the macro cache's obstack.
7296 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7297 set new allocate and free functions for it.
7298 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7299 free functions for the macro cache's objstack. (Why is this
7300 function building its own objfile?)
7301 * symmisc.c (print_objfile_statistics): Print statistics on the
7302 macro bcache.
7303 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7304
c899585b
RE
73052002-05-15 Richard Earnshaw <rearnsha@arm.com>
7306
7307 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7308 (REGISTER_U_ADDR): Delete definition.
7309 (arm_register_u_addr): Delete declaration.
7310
a6cdd8c5
RE
73112002-05-15 Richard Earnshaw <rearnsha@arm.com>
7312
7313 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7314 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7315
c97dcfc7
AC
73162002-05-14 Andrew Cagney <ac131313@redhat.com>
7317
7318 * regcache.c (register_valid): Revise comments refering to "Not
7319 available" and "unavailable".
7320 * frame.c (frame_register_read): Ditto.
7321 * findvar.c (value_of_register): Ditto.
7322
93021b7d
AC
73232002-05-15 Andrew Cagney <cagney@redhat.com>
7324
7325 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7326 (remote-sim.o): Update dependencies.
7327 (d10v-tdep.o): Specify dependencies.
7328 (sim_d10v_h): Define.
7329
a86bc61c
JB
73302002-05-14 Jim Blandy <jimb@redhat.com>
7331
7332 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7333 * macrotab.c (macro_lookup_inclusion, find_definition,
7334 new_macro_table): Same.
7335
7336 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7337 not `! strcmp ()'. This is a dubious improvement.
7338 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7339
7340 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7341 although it's not necessary, to avoid a warning.
7342
2fdde8f8
DJ
73432002-05-14 Daniel Jacobowitz <drow@mvista.com>
7344
7345 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7346 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7347 TYPE_INSTANCE_FLAGS.
7348 (struct main_type): New.
7349 (struct type): Move most members to struct main_type. Change
7350 cv_type and as_type to new type_chain member. Add instance_flags.
7351 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7352 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7353 (finish_cv_type): Remove prototype.
7354 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7355 Set TYPE_CHAIN.
7356 (alloc_type_instance): New function.
7357 (smash_type): New function.
7358 (make_pointer_type, make_reference_type, make_function_type)
7359 (smash_to_member_type, smash_to_method_type): Call smash_type.
7360 (make_qualified_type): New function.
7361 (make_type_with_address_space): Call make_qualified_type.
7362 (make_cv_type): Likewise.
7363 (finish_cv_type): Remove unnecessary function.
7364 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7365 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7366 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7367 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7368 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7369 * hpread.c (hpread_read_struct_type): Likewise.
7370 * stabsread.c (read_struct_type): Likewise.
7371
843fedf4
EZ
73722002-05-14 Elena Zannoni <ezannoni@redhat.com>
7373
7374 * configure.tgt: Add a catch all sh* target, for cases like
7375 sh[2,3,4]-elf and sh-hms.
7376
05a6c72c
KS
73772002-05-14 Keith Seitz <keiths@redhat.com>
7378
7379 * event-loop.c (create_file_handler): Don't do anything but
7380 update data when we are given a fd which we are already
7381 monitoring.
7382
5d085aaf
ML
73832002-05-14 Michal Ludvig <mludvig@suse.cz>
7384
7385 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7386 (update_context): Use __func__ in warnings.
7387
9db8d71f
DJ
73882002-05-14 Daniel Jacobowitz <drow@mvista.com>
7389
7390 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7391 and tcp_close to net_open and net_close.
7392 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7393 using UDP if requested. Don't try to disable Nagle on UDP
7394 sockets.
7395 * remote.c (remote_serial_open): New function. Warn about UDP.
7396 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7397
5dbc6baa
EZ
73982002-05-13 Elena Zannoni <ezannoni@redhat.com>
7399
7400 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7401
cc3023f7
EZ
74022002-05-13 Elena Zannoni <ezannoni@redhat.com>
7403
7404 * configure.tgt: Remove sh-hms target.
7405 * MAINTAINERS: Don't list sh-hms as a separate target.
7406
ec2bcbe7
JB
74072002-05-13 Jim Blandy <jimb@redhat.com>
7408
7409 Add first preprocessor macro-expansion files.
7410 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7411 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7412 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7413 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7414 (COMMON_OBS): Add macrotab.o, macroexp.o.
7415 (macroexp.o, macrotab.o): New rules.
7416
6d531722
AC
74172002-05-13 Andrew Cagney <ac131313@redhat.com>
7418
7419 * config/m88k/tm-m88k.h: Update copyright.
7420 (m88k_target_write_pc): Declare
7421 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7422 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7423 (SHIFT_INST_REGS): Update definition.
7424 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7425 using old definition of TARGET_WRITE_PC.
7426 * regcache.c (generic_target_write_pc): Delete code handling
7427 NNPC_REGNUM.
7428 * gdbarch.sh (NNPC_REGNUM): Delete.
7429 * gdbarch.h, gdbarch.c: Regenerate.
7430
3e3f2739
RE
74312002-05-13 Richard Earnshaw <rearnsha@arm.com>
7432
7433 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7434 builtin reg number.
7435
0004e5a2
DJ
74362002-05-13 Daniel Jacobowitz <drow@mvista.com>
7437
7438 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7439 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7440 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7441 access macros.
7442 * c-typeprint.c (cp_type_print_method_args): Likewise.
7443 (c_type_print_args): Likewise.
7444 * d10v-tdep.c (d10v_push_arguments): Likewise.
7445 (d10v_extract_return_value): Likewise.
7446 * expprint.c (print_subexp): Likewise.
7447 * gdbtypes.c (lookup_primitive_typename): Likewise.
7448 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7449 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7450 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7451 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7452 (TYPE_VECTOR): Likewise.
7453 * hpread.c (hpread_read_struct_type)
7454 (fix_static_member_physnames, fixup_class_method_type)
7455 (hpread_type_lookup): Likewise.
7456 * mdebugread.c (parse_symbol, parse_type): Likewise.
7457 * p-lang.c (is_pascal_string_type): Likewise.
7458 * valops.c (hand_function_call): Likewise.
7459 * x86-64-tdep.c (classify_argument): Likewise.
7460
7461 * hpread.c (hpread_read_function_type)
7462 (hpread_read_doc_function_type): Call replace_type.
7463 * dstread.c (create_new_type): Delete.
7464 (decode_dst_structure, process_dst_function): Call alloc_type.
7465 Use type access macros.
7466
dff95cc7
MK
74672002-05-12 Mark Kettenis <kettenis@gnu.org>
7468
7469 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7470 the're not supported by the current architecture.
7471 (i387_fill_fxsave): Likewise.
7472
bbcd32ad
FF
74732002-05-12 Fred Fish <fnf@redhat.com>
7474
7475 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7476 sect_index_xxx members to index the first slot in section_offsets
7477 if all of the section_offsets are zero.
7478
89cf4787
MK
74792002-05-12 Mark Kettenis <kettenis@gnu.org>
7480
7481 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7482 checked in with last change.
7483
1f77ffc5
MK
74842002-05-12 Mark Kettenis <kettenis@gnu.org>
7485
7486 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7487 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7488 config.sub.
7489
89b8b4a9
DJ
74902002-05-12 Daniel Jacobowitz <drow@mvista.com>
7491
7492 * Makefile.in: Update dependencies.
7493
14a5e767
AC
74942002-05-11 Andrew Cagney <ac131313@redhat.com>
7495
7496 * language.c (local_hex_string_custom): Simplify. Do not depend
7497 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7498
7499 * memattr.c (mem_info_command): Replace calls to
7500 longest_local_hex_string and longest_local_hex_string_custom.
7501 * buildsym.c (make_blockvector): Ditto.
7502 * solib.c (info_sharedlibrary_command): Ditto.
7503 * tracepoint.c (tracepoints_info): Ditto.
7504 * symtab.c (print_msymbol_info): Ditto.
7505
7506 * language.c (local_hex_string): Delete.
7507 (local_hex_string_custom): Delete.
7508 (longest_local_hex_string): Rename to local_hex_string.
7509 (longest_local_hex_string_custom): Rename to
7510 local_hex_string_custom.
7511 * language.h (local_hex_string): Change parameter type to LONGEST.
7512 (local_hex_string_custom): Ditto.
7513 (longest_local_hex_string): Delete declaration.
7514 (longest_local_hex_string_custom): Ditto.
7515
7516 * solib.c: Update copyright.
7517 * memattr.c: Update copyright.
7518
13d01224
AC
75192002-05-11 Andrew Cagney <ac131313@redhat.com>
7520
7521 * arch-utils.h (legacy_register_to_value): Declare.
7522 (legacy_value_to_register): Declare.
7523 (legacy_convert_register_p): Declare.
7524 * arch-utils.c (legacy_register_to_value): New function.
7525 (legacy_value_to_register): New function.
7526 (legacy_convert_register_p): New function.
7527
7528 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7529 (VALUE_TO_REGISTER): Define.
7530 (CONVERT_REGISTER_P): Define.
7531 * gdbarch.h, gdbarch.c: Regenerate.
7532
7533 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7534 VALUE_TO_REGISTER.
7535 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7536 CONVERT_REGISTER_P.
7537
4a1970e4
DJ
75382005-05-11 Daniel Jacobowitz <drow@mvista.com>
7539 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7540
7541 * Makefile.in: Update dependencies for valops.c.
7542 * valops.c: Include "gdb_assert.h".
7543 (typecmp): Skip THIS parameter to methods.
7544 (find_method_list): Remove static_memfuncp argument,
7545 update callers. Check for stub methods.
7546 (find_value_oload_method_list): Don't set *static_memfuncp.
7547 (find_overload_match): Don't check for stub methods. Assert
7548 that methods are not stubbed. Handle static methods.
7549 (value_find_oload_method_list): Remove static_memfuncp argument.
7550 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7551 to the argument list for static stub methods.
7552 * value.h (value_find_oload_method_list): Update prototype.
7553
b2e75d78
AC
75542002-05-11 Andrew Cagney <ac131313@redhat.com>
7555
7556 * arch-utils.h (generic_register_size): Declare.
7557 (generic_register_raw_size, generic_register_virtual_size): Delete
7558 declarations.
7559 * arch-utils.c (generic_register_raw_size): Delete.
7560 (generic_register_size): New function.
7561 (generic_register_virtual_size): Delete.
7562
7563 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7564 default generic_register_size.
7565 * gdbarch.h, gdbarch.c: Re-generate.
7566
7567 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7568 register_virtual_size.
7569 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7570 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7571
451fbdda
AC
75722002-05-11 Andrew Cagney <ac131313@redhat.com>
7573
7574 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7575 * gdbarch.h, gdbarch.c: Regenerate.
7576 * gnu-v3-abi.c: Update copyright.
7577 (vtable_address_point_offset): Update.
7578 (gnuv3_rtti_type): Update.
7579 (gnuv3_baseclass_offset): Update.
7580 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7581 (init_fetch_link_map_offsets): Update.
7582 * remote.c (get_remote_state): Update.
7583
6d2f5cea
DJ
75842002-05-11 Daniel Jacobowitz <drow@mvista.com>
7585
7586 * TODO: Remove value_headof/value_from_vtable_info comment.
7587 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7588 * values.c (value_headof, value_from_vtable_info): Delete.
7589 * value.h (value_from_vtable_info): Delete prototype.
7590
d2324da4
AC
75912002-05-11 Andrew Cagney <ac131313@redhat.com>
7592
7593 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7594 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7595 $(gdb_regex_h).
7596 (gdb_assert_h): Define.
7597 (gdb_wait_h): Define.
7598 (gdb_regex_h): Define.
7599
5c717440
DJ
76002002-05-11 Daniel Jacobowitz <drow@mvista.com>
7601
7602 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7603 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7604
6c7861b3
JT
76052002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7606
7607 * nbsd-tdep.c: Fix comment.
7608
ea5bc2a6
JT
76092002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7610
7611 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7612 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7613 (nbsd-tdep.o): New dependency list.
7614 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7615 nbsd-tdep.h.
7616 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7617 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7618 * nbsd-tdep.c: New file.
7619 * nbsd-tdep.h: New file.
7620 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7621 nbsd-tdep.h.
7622 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7623 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7624 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7625 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7626
b28da865
JT
76272002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7628
7629 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7630 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7631 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7632 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7633 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7634 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7635
4b8ff1fa
JT
76362002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7637
7638 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7639 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7640 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7641 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7642 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7643 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7644 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7645
dfe6eb1f
JT
76462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7647
7648 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7649 fetch_elfcore_registers to...
7650 * i386nbsd-tdep.c: ...here.
7651 (i386nbsd_use_struct_convention): Rename to...
7652 (i386nbsd_aout_use_struct_convention): ...this.
7653 (i386nbsd_supply_reg): New function.
7654 (i386nbsd_fill_reg): New function.
7655 (fetch_core_registers): Use i386nbsd_supply_reg.
7656 (fetch_elfcore_registers): Likewise.
7657 (_initialize_i386nbsd_tdep): New function.
7658 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7659 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7660 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7661 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7662 (i386nbsd_aout_use_struct_convention): ...this.
7663
20cb8cda
JT
76642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7665
7666 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7667 (store_inferior_registers): Use shnbsd_fill_reg.
7668 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7669 sh_nbsd_supply_register): Collapse into...
7670 (shnbsd_supply_reg): ...this.
7671 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7672 (shnbsd_fill_reg): ...this.
7673 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7674 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7675 (fetch_core_registers): Use shnbsd_supply_reg.
7676 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7677 (sh_nbsd_core_fns): Rename to...
7678 (shnbsd_core_fns): ...this.
7679 (sh_nbsd_elfcore_fns): Rename to...
7680 (shnbsd_elfcore_fns): ...this.
7681 (sh_nbsd_init_abi): Rename to...
7682 (shnbsd_init_abi): ...this.
7683 (_initialize_sh_nbsd_tdep): Rename to...
7684 (_initialize_shnbsd_tdep): ...this.
7685 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7686 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7687 sh_nbsd_fill_register): Remove prototypes.
7688 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7689
e750d25e
JT
76902002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7691
7692 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7693 (i387-nat.o): Delete dependency list.
7694 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7695 (x86-64-linux-nat.o): Likewise.
7696 * i387-nat.c: Delete file, moving contents to...
7697 * i387-tdep.c: ...here.
7698 * i387-nat.h: Rename...
7699 * i387-tdep.h: ...to this.
7700 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7701 * i386-linux-nat.c: Likewise.
7702 * i386bsd-nat.c: Likewise.
7703 * i386gnu-nat.c: Likewise.
7704 * i386nbsd-nat.c: Likewise.
7705 * i386v4-nat.c: Likewise.
7706 * x86-64-linux-nat.c: Likewise.
7707 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7708 * config/i386/go32.mh (NATDEPFILES): Likewise.
7709 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7710 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7711 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7712 * config/i386/linux.mh (NATDEPFILES): Likewise.
7713 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7714 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7715 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7716 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7717
1aee598a
JT
77182002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7719
7720 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7721 (alphanbsd-nat.o): Remove dependency list.
7722 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7723 * alphanbsd-nat.c: Delete. Contents moved to...
7724 * alphanbsd-tdep.c: ...here.
7725 (_initialize_alphanbsd_tdep): Register core functions.
7726 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7727
12bcb0fe
JT
77282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7729
7730 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7731 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7732 (alphanbsd-nat.o): Likewise.
7733 (alphabsd-tdep.o): New dependency list.
7734 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7735 (fill_gregset): Use alphabsd_fill_reg.
7736 (supply_fpregset): Use alphabsd_supply_fpreg.
7737 (fill_fpregset): Use alphabsd_fill_fpreg.
7738 (fetch_inferior_registers): Use struct reg and struct fpreg
7739 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7740 and alphabsd_supply_fpreg.
7741 (store_inferior_registers): Use struct reg and struct fpreg
7742 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7743 and alphabsd_fill_fpreg.
7744 * alphabsd-tdep.c: New file.
7745 * alphabsd-tdep.h: New file.
7746 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7747 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7748 alphabsd_supply_fpreg.
7749 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7750 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7751
361d1df0
EC
77522002-05-11 Eric Christopher <echristo@redhat.com>
7753
7754 * mips-tdep.c (mips_double_register_type): Fix thinko.
7755 (mips_single_register_type): Ditto.
7756 * MAINTAINERS: Add self.
7757
92dd7cee
MK
77582002-05-11 Mark Kettenis <kettenis@gnu.org>
7759
7760 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7761 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7762 right thing on architectures with different endianness and/or
7763 integer sizes.
7764
e27da16d
JT
77652002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7766
7767 From Christian Limpach <chris@Pin.LU>
7768 * configure.in: Change sed expression which comments out
7769 NATDEPFILES to also comment out continuation lines.
7770 * configure: Regenerate.
7771
ddde02bd
EZ
77722002-05-10 Elena Zannoni <ezannoni@redhat.com>
7773
7774 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7775 big patch.
7776
1c922164
EZ
77772002-05-10 Elena Zannoni <ezannoni@redhat.com>
7778
7779 * sh-tdep.c: Include correct file.
7780
283150cd
EZ
77812002-05-10 Elena Zannoni <ezannoni@redhat.com>
7782
7783 New support for sh64-elf (sh5) target.
7784
7785 * configure.tgt: For sh64-elf target, default to sh-elf.
7786
7787 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7788 (struct gdbarch_tdep): Add new fields for new registers and ABI
7789 info.
361d1df0 7790
283150cd
EZ
7791 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7792 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7793 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7794 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7795 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7796 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7797 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7798 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7799 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7800 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7801 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7802 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7803 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7804 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7805 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7806 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7807 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7808 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7809 sign_extend, sh64_nofp_frame_init_saved_regs,
7810 sh64_init_extra_frame_info, sh64_get_saved_register,
7811 sh64_extract_struct_value_address, sh64_pop_frame,
7812 sh64_push_arguments, sh64_extract_return_value,
7813 sh64_store_return_value, sh64_show_media_regs,
7814 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7815 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7816 sh_sh64_register_virtual_type,
7817 sh_sh64_register_convert_to_virtual,
7818 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7819 sh64_register_read, sh64_pseudo_register_write,
7820 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7821 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7822 sh64_do_pseudo_register, sh_compact_do_registers_info,
7823 sh64_do_registers_info, sh_gdbarch_init): New functions.
7824
3117ed25
EZ
78252002-05-10 Elena Zannoni <ezannoni@redhat.com>
7826
7827 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7828
2654e6d4
DJ
78292002-05-10 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * linespec.c (decode_line_1): Check for a double quote after
7832 a filename correctly.
7833
9ab3e532
JB
78342002-05-10 Jim Blandy <jimb@redhat.com>
7835
7836 Properly track the size of the current objfile's .debug_line section.
7837 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7838 (DWARF_LINE_SIZE): New macro.
7839 (dwarf2_build_psymtabs_hard): Record the line section's size in
7840 the partial symbol table.
7841 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7842 symbol table.
7843
126fa72d
PS
78442002-05-10 Petr Sorfa <petrs@caldera.com>
7845
7846 * ia64-tdep.c: Handle breakpoints on L instruction type
7847 in MLX instruction bundle by moving the breakpoint to
7848 the third slot (X instruction type) as L holds only data.
7849
1f077a3e
KB
78502002-05-10 Kevin Buettner <kevinb@redhat.com>
7851
7852 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7853 (process_one_symbol): Complain about discarding local symbols
7854 due to a misplaced N_LBRAC entry.
7855
8120c9d5 78562002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7857
7858 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7859 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7860 decrease the depth we are at, in the case of templates.
361d1df0 7861
67b2c998
DJ
78622002-05-09 Daniel Jacobowitz <drow@mvista.com>
7863
7864 * mips-tdep.c (mips_float_register_type): New function.
7865 (mips_double_register_type): New function.
7866 (mips_print_register): Use them.
7867 (do_fp_register_row): Likewise.
7868
fd326606
DJ
78692002-05-09 Daniel Jacobowitz <drow@mvista.com>
7870
6609d9af 7871 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7872 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7873 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7874
bef35864
MS
78752002-05-09 Michael Snyder <msnyder@redhat.com>
7876
7877 * remote-rdp.c (remote_rdp_can_run): Remove.
7878
c55a3f73
TT
78792002-05-09 Tom Tromey <tromey@redhat.com>
7880
7881 * jv-valprint.c (java_val_print): Handle `char' as a special case
7882 of TYPE_CODE_INT.
7883
b8d5e71d
MS
78842002-05-09 Michael Snyder <msnyder@redhat.com>
7885
7886 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7887 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7888 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7889 str r(0123),[sp,#nn].
361d1df0 7890 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7891 order-independent by placing it in a loop.
7892
e2cd42dd
MS
78932002-05-06 Michael Snyder <msnyder@redhat.com>
7894
7895 * stabsread.c (read_type): Add recognition for new attribute:
7896 "@V;" means that an array type is actually a vector.
7897 This is analogous to the vector flag that's been added to dwarf2.
7898
3ce1502b
MK
78992002-05-09 Mark Kettenis <kettenis@gnu.org>
7900
7901 * i386-tdep.h (i386_abi): New enum.
7902 (struct gdbarch_tdep): Replace os_ident member with abi.
7903 (i386_gdbarch_register_os_abi): New prototype.
7904 * i386-tdep.c (i386_abi_names): New array.
7905 (process_note_abi_tag_sections): Removed.
7906 (process_note_sections): New function.
7907 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7908 (struct i386_abi_handler): New struct.
7909 (i386_abi_handler_list): New variable.
7910 (i386_gdbarch_register_os_abi): New function.
7911 (i386_gdbarch_init): Adapt for the changes given above.
7912
084c156a
DJ
79132002-05-08 Daniel Jacobowitz <drow@mvista.com>
7914
7915 * gregset.h: Say "GNU/Linux".
7916
6599f021
EZ
79172002-05-08 Elena Zannoni <ezannoni@redhat.com>
7918
7919 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7920 (build_gdbtypes): Build builtin_type_v2_float.
7921 (_initialize_gdbtypes): Register new builtin type.
7922
40af4b0c
AC
79232002-05-08 Andrew Cagney <ac131313@redhat.com>
7924
7925 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7926 (clear_gdbarch_swap): New function.
7927 (initialize_non_multiarch): Call.
7928 (gdbarch_update_p): Before calling init(), swap out and clear the
7929 existing architecture.
7930 * gdbarch.c: Regenerate.
7931
4fe84f46
JT
79322002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7933
7934 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7935 alphanbsd-tdep.c.
7936
4015edd1
JT
79372002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7938
7939 * sh-nbsd-nat.c: Rename to...
7940 * shnbsd-nat.c: ...this.
7941 * sh-nbsd-tdep.c: Rename to...
7942 * shnbsd-tdep.c: ...this.
7943 * sh-nbsd-tdep.h: Rename to...
7944 * shnbsd-tdep.h: ...this.
7945 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7946 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7947
0e2bd219
RE
79482002-05-08 Richard Earnshaw <rearnsha@arm.com>
7949
7950 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7951 concatenation for command help messages.
7952
13a38d45
JT
79532002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7954
7955 * NEWS: Note new sh*-*-netbsdelf* configuration.
7956 * configure.host: Set gdb_host_cpu to sh for all sh*.
7957 (sh*-*-netbsdelf*): New host.
7958 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7959 (sh*-*-netbsdelf*): New target.
7960 * sh-nbsd-nat.c: New file.
7961 * sh-nbsd-tdep.c: New file.
7962 * sh-nbsd-tdep.h: New file.
7963 * config/sh/nbsd.mh: New file.
7964 * config/sh/nbsd.mt: New file.
7965 * config/sh/nm-nbsd.h: New file.
7966 * config/sh/tm-nbsd.h: New file.
7967
d658f924
JT
79682002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7969
7970 * sh-tdep.c (sh_osabi_names): Declare.
7971 (process_note_abi_tag_sections): New function.
7972 (get_elfosabi): Ditto.
7973 (sh_gdbarch_register_os_abi): Ditto.
7974 (sh_dump_tdep): Ditto.
7975 _initialize_sh_tdep): Use gdbarch_register to register
7976 sh_gdbarch_init and sh_dump_tdep.
7977 * config/sh/tm-sh.h (sh_osabi): Declare.
7978 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7979
848cfffb
AC
79802002-05-07 Andrew Cagney <ac131313@redhat.com>
7981
7982 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7983 (thumb_scan_prologue): Ditto.
7984 (arm_find_callers_reg): Ditto.
7985 (arm_frame_chain): Ditto.
7986 (arm_init_extra_frame_info): Ditto.
7987 (arm_frame_saved_pc): Ditto.
7988 (arm_pop_frame): Ditto.
7989 (arm_push_return_address): New function.
7990 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7991 call_dummy_location, call_dummy_breakpoint_offset_p,
7992 call_dummy_breakpoint_offset, call_dummy_p,
7993 call_dummy_stack_adjust_p, call_dummy_words,
7994 sizeof_call_dummy_words, call_dummy_start_offset,
7995 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7996 call_dummy_address, push_return_address and push_dummy_frame for
7997 generic dummy frames.
7998
e7d717c0
JT
79992002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8000
8001 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8002 size computation for alloca.
8003 (sh_fp_frame_init_saved_regs): Likewise.
8004
7bbcf283
RE
80052002-05-07 Richard Earnshaw <rearnsha@arm.com>
8006
8007 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8008 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8009 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8010 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8011 * remote-rdp.c (remote_rdp_fetch_register): Use
8012 ARM_MAX_REGISTER_RAW_SIZE.
8013 (remote_rdp_store_register): Likewise.
8014
4657573b
ML
80152002-05-07 Michal Ludvig <mludvig@suse.cz>
8016
361d1df0 8017 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8018 added default labels to switch {} statements.
8019 * x86-64-tdep.c: Ditto.
8020 * x86-64-linux-nat.c: Ditto.
8021
010f3b2f
JT
80222002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8023
8024 * solib.h: Protect against multiple inclusion.
8025
debd256d
JB
80262002-05-06 Jim Blandy <jimb@redhat.com>
8027
9ab3e532
JB
8028 Add first preprocessor macro-expansion files.
8029 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8030 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8031 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8032 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8033 (COMMON_OBS): Add macrotab.o, macroexp.o.
8034 (macroexp.o, macrotab.o): New rules.
8035
debd256d
JB
8036 Separate the job of reading the line number info statement program
8037 header (...expialidocious) out into its own function.
8038 * dwarf2read.c (struct line_head, struct filenames, struct
8039 directories): Replace with...
8040 (struct line_header): New structure, containing the full
8041 contents of the statement program header, including the
8042 include directory and file name tables.
8043 (read_file_scope): If we have line number info, instead of just
8044 calling dwarf_decode_lines to do all the work, call
8045 dwarf_decode_line_header first to get a `struct line_header'
8046 containing the data in the statement program header, and then
8047 pass that to dwarf_decode_lines, which will pick up where that
8048 left off. Be sure to clean up the `struct line_header' object.
8049 (dwarf_decode_line_header, free_line_header, add_include_dir,
8050 add_file_name): New functions.
8051 (dwarf_decode_lines): Move all the code to read the statement
8052 program header into dwarf_decode_line_header. Take the line
8053 header it built as the first argument, instead of the offset to
8054 the compilation unit's line number info. Use the new `struct
8055 line_header' type instead of the old structures. No need to do
8056 cleanups here now, since we don't allocate anything.
8057 (dwarf2_statement_list_fits_in_line_number_section,
8058 dwarf2_line_header_too_long): New complaints.
8059
ac3aafc7
EZ
80602002-05-06 Elena Zannoni <ezannoni@redhat.com>
8061
8062 * gdbtypes.c (init_vector_type): New function.
8063 (build_builtin_type_vec128): Simplify the representation of SIMD
8064 registers.
8065 (build_gdbtypes): Initialize new builtin vector types.
8066 (_initialize_gdbtypes): Register new vector types with gdbarch.
8067 (builtin_type_v4_float, builtin_type_v4_int32,
8068 builtin_type_v8_int16, builtin_type_v16_int8,
8069 builtin_type_v2_int32, builtin_type_v4_int16,
8070 builtin_type_v8_int8): New (renamed) SIMD types.
8071
13e49980
MK
80722002-05-06 Mark Kettenis <kettenis@gnu.org>
8073
8074 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8075 (i387_fill_fxsave): Likewise.
8076
997b20b8
AO
80772002-05-05 Alexandre Oliva <aoliva@redhat.com>
8078
8079 * alpha-tdep.c (alpha_extract_return_value): Don't use
8080 non-constant array size in prototype.
8081
535c96ce
AC
80822002-05-04 Andrew Cagney <ac131313@redhat.com>
8083
8084 From Brian Taylor <briant at model dot com>:
8085 * ui-out.c (ui_out_field_core_addr): Use the function
8086 longest_local_hex_string_custom'to format addresses > 32 bits
8087 wide.
8088
8089 * ui-out.c (ui_out_field_core_addr): Update comment.
8090
bedfa57b
AC
80912002-05-04 Andrew Cagney <ac131313@redhat.com>
8092
8093 * stack.c (select_and_print_frame): Make static. Delete the
8094 parameter `level'.
8095 (func_command): Update call.
8096 (select_frame_command): Delete code computing the frame level.
8097 * frame.h (select_and_print_frame): Delete declaration.
8098
f621c63e
AC
80992002-05-04 Andrew Cagney <ac131313@redhat.com>
8100
8101 * sparc-tdep.c (sparc_get_saved_register): Comment why
8102 get_prev_frame call is safe.
8103
0f7d239c
AC
81042002-05-04 Andrew Cagney <ac131313@redhat.com>
8105
8106 * frame.h (select_frame): Delete level parameter.
8107 * stack.c (select_frame): Update. Use frame_relative_level to
8108 obtain the frame's level.
8109 (select_and_print_frame): Update call.
8110 (select_frame_command): Ditto.
8111 (up_silently_base): Ditto.
8112 (down_silently_base): Ditto.
8113 * ocd.c (ocd_start_remote): Ditto.
8114 * remote-rdp.c (remote_rdp_open): Ditto.
8115 * remote-mips.c (mips_initialize): Ditto.
8116 (common_open): Ditto.
8117 * remote-e7000.c (e7000_start_remote): Ditto.
8118 * m3-nat.c (select_thread): Ditto.
8119 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8120 (child_get_current_exception_event): Ditto.
8121 * varobj.c (varobj_create): Ditto.
8122 (varobj_update): Ditto.
8123 (c_value_of_root): Ditto.
8124 * tracepoint.c (finish_tfind_command): Ditto.
8125 * corelow.c (core_open): Ditto.
8126 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8127 * thread.c (info_threads_command): Ditto.
8128 (switch_to_thread): Ditto.
8129 * infrun.c (normal_stop): Ditto.
8130 (restore_selected_frame): Ditto.
8131 (restore_inferior_status): Ditto.
8132 * breakpoint.c (insert_breakpoints): Ditto.
8133 (watchpoint_check): Ditto.
8134 (bpstat_stop_status): Ditto.
8135 (do_enable_breakpoint): Ditto.
8136 * blockframe.c (flush_cached_frames): Ditto.
8137 (reinit_frame_cache): Ditto.
8138
71d6c7b1
AC
81392002-05-04 Andrew Cagney <ac131313@redhat.com>
8140
8141 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8142 maintainer.
8143
cda6c68a
JB
81442002-05-04 Jim Blandy <jimb@redhat.com>
8145
8146 * gdbtypes.c (replace_type): Doc fix.
8147
5c1c87f0
AC
81482002-05-04 Andrew Cagney <ac131313@redhat.com>
8149
8150 * valprint.c (strcat_longest): Delete commented out function.
8151 Update copyright.
8152
cd9bfe15
AC
81532002-05-04 Andrew Cagney <ac131313@redhat.com>
8154
8155 * MAINTAINERS: Mark a29k as deleted.
8156 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8157 Move new configurations to the top.
8158 * configure.tgt: Remove a29k.
8159 * config/a29k/tm-vx29k.h: Delete.
8160 * config/a29k/vx29k.mt: Delete.
8161 * config/a29k/tm-a29k.h: Delete.
8162 * config/a29k/a29k-udi.mt: Delete.
8163 * config/a29k/a29k.mt: Delete.
8164 * a29k-tdep.c: Delete.
8165 * remote-udi.c: Delete.
8166 * remote-mm.c: Delete.
8167 * remote-eb.c: Delete.
8168 * remote-adapt.c: Delete.
8169 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8170 * config/s390/s390x.mt: Ditto.
8171 * config/s390/s390.mt: Ditto.
8172 * config/sparc/sparclynx.mh: Ditto.
8173 * config/sparc/linux.mh: Ditto.
8174 * config/pa/hppaosf.mh: Ditto.
8175 * config/pa/hppabsd.mh: Ditto.
8176 * config/ns32k/nbsd.mt: Ditto.
8177 * config/mips/vr5000.mt: Ditto.
8178 * config/m68k/sun3os4.mh: Ditto.
8179 * config/m68k/nbsd.mt: Ditto.
8180 * config/m68k/m68klynx.mh: Ditto.
8181 * config/m32r/m32r.mt: Ditto.
8182 * config/i386/x86-64linux.mt: Ditto.
8183 * config/i386/nbsdelf.mt: Ditto.
8184 * config/i386/nbsd.mt: Ditto.
8185 * config/i386/i386lynx.mh: Ditto.
8186
bf0c5130
AC
81872002-05-04 Andrew Cagney <ac131313@redhat.com>
8188
8189 * target.c (debug_print_register): New function. Handle oversize
8190 registers.
8191 (debug_to_fetch_registers): Call.
8192 (debug_to_store_registers): Call.
8193
2ae1c2d2
JB
81942002-05-03 Jim Blandy <jimb@redhat.com>
8195
13a393b0
JB
8196 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8197 (read_type): Doc fix.
8198 * gdbtypes.c (replace_type): Doc fix.
8199
2ae1c2d2
JB
8200 * stabsread.c (multiply_defined_struct): New complaint.
8201 (read_struct_type): If the type we were passed isn't empty, or
8202 incomplete, don't read the new struct type into it; complain,
8203 and return the original type unchanged. Take a new `type_code'
8204 argument, which is the type code for the new type.
8205 (read_type): Rather than storing the type's type code here, pass
8206 it as an argument to read_struct_type, and let that take care of
8207 storing it. That way, we don't overwrite the original type code,
8208 so read_struct_type can use it to decide whether we're overwriting
8209 something we shouldn't.
8210 (complain_about_struct_wipeout): New function.
8211
8de9bdc4
AC
82122002-05-03 Andrew Cagney <ac131313@redhat.com>
8213
8214 * gdbarch.sh: Assert that gdbarch is non-NULL.
8215 * gdbarch.c: Regenerate.
8216
f773fdbb
JM
82172002-05-03 Jason Merrill <jason@redhat.com>
8218
8219 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8220 and return NULL.
8221
0e04a514
ML
82222002-05-03 Michal Ludvig <mludvig@suse.cz>
8223
8224 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8225 (x86_64_dwarf2gdb_regno_map_length),
8226 (x86_64_dwarf2_reg_to_regnum): Added.
8227 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8228 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8229 (_initialize_x86_64_tdep): Synced with the change above.
8230 (x86_64_skip_prologue): Reformulated message.
8231
065432a8
PM
82322002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8233
8234 * f-exp.y: Also use new prev_lexptr variable
8235 to improve error reporting. Based on Michael Snyder
8236 2002-04-24 dated patch to c-exp.y.
8237 * jv-exp.y: Likewise.
8238 * m2-exp.y: Likewise.
8239
a3162708
EZ
82402002-05-02 Elena Zannoni <ezannoni@redhat.com>
8241
8242 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8243 we are dealing with vectors.
8244
03620c38
PM
82452002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8246
8247 * config/m68k/tm-nbsd.h: Obvious fix,
8248 correct machine name.
8249
6604db2e
PM
82502002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8251
8252 * p-typeprint.c (pascal_type_print_base): Add support
8253 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8254
0906b739
PM
82552002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8256
8257 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8258 for fondamental pascal 'char' type.
8259
e2625b33
PM
82602002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8261
8262 * p-lang.h (is_pascal_string_type): Declaration changed,
8263 new sixth argument of type char ** added.
361d1df0 8264 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8265 changed. Args length_pos, length_size, string_pos, char_size
8266 can now be NULL. New argument arrayname set to the field
8267 name of the char array. Return value set to char array
8268 field index plus one.
361d1df0 8269 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8270 is_pascal_string_type function.
8271
cf17c188
AC
82722002-05-02 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8275 <cagney@redhat.com> change.
8276 * gdbarch.c: Regenerate.
8277
52bca491
AC
82782002-05-02 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8281 before probing for a new one. Detect errorenous gdbarch_init
8282 functions.
8283 * gdbarch.c: Regenerate.
8284
d5e72505
AC
82852002-05-01 Andrew Cagney <cagney@redhat.com>
8286
8287 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8288 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8289 * config/v850/tm-v850.h: Ditto. Update copyright.
8290
af566d9f
AC
82912002-04-30 Andrew Cagney <ac131313@redhat.com>
8292
8293 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8294 current_gdbarch.
8295
880d85fa
MS
82962002-04-30 Michael Snyder <msnyder@redhat.com>
8297
94c30b78
MS
8298 * arm-tdep.c: Whitespace clean-ups.
8299 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8300 should have been removed as part of 4/24 change.
8301
6f5987a6
KB
83022002-04-30 Kevin Buettner <kevinb@redhat.com>
8303
8304 * rs6000-tdep.c: Added comment describing how fpscr register
8305 numbers were chosen.
8306
1a113c93
MS
83072002-04-30 Michael Snyder <msnyder@redhat.com>
8308
8309 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8310
9a6f53fe
EZ
83112002-04-29 Elena Zannoni <ezannoni@redhat.com>
8312
8313 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8314 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8315 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8316
11ed25ac
KB
83172002-04-29 Kevin Buettner <kevinb@redhat.com>
8318
8319 From Louis Hamilton <hamilton@redhat.com>:
8320 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8321 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8322 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8323 not bfd-private xcoff data, to determine wordsize.
8324 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8325
ae232405
AC
83262002-04-29 Andrew Cagney <ac131313@redhat.com>
8327
8328 GDB 5.2 released from 5.2 branch.
8329
91fd20f7
ML
83302002-04-29 Michal Ludvig <mludvig@suse.cz>
8331
8332 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8333 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8334 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8335
2dc5091b
EZ
83362002-04-29 Elena Zannoni <ezannoni@redhat.com>
8337
8338 * rs6000-tdep.c (rs6000_extract_return_value,
8339 rs6000_store_return_value): Handle returning vectors.
8340 (rs6000_gdbarch_init): Use
8341 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8342 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8343 New function.
8344 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8345 vectors.
8346 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8347 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8348
2b9848d8
PM
83492002-04-24 Pierre Muller <ics.u-strasbg.fr>
8350
8351 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8352 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8353 with fprintf_unfiltered (gdb_stderr,...).
8354
f8d17dc5
PM
83552002-04-24 Pierre Muller <ics.u-strasbg.fr>
8356
8357 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8358 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8359 Replace fprintf (stderr,...
8360 with fprintf_unfiltered (gdb_stderr,....
8361 * remote-es.c: Likewise.
8362 * remote-os9k.c: Likewise.
8363 * remote-st.c: Likewise.
8364
2f2f1ad1
AS
83652002-04-28 Andreas Schwab <schwab@suse.de>
8366
8367 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8368 linux-proc.o and gcore.o.
8369
b6779aa2
AC
83702002-04-26 Michal Ludvig <mludvig@suse.cz>
8371
8372 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8373 code without frame pointers.
8374
7e57f5f4
AC
83752002-04-26 Andrew Cagney <ac131313@redhat.com>
8376
8377 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8378 ON_STACK is needed.
8379
2ceb85d0
BE
83802002-04-26 Ben Elliston <bje@redhat.com>
8381
8382 * target.c (do_xfer_memory): Correct reference to the new option
8383 "trust-readonly-sections".
8384
f5f8a009
EZ
83852002-04-26 Elena Zannoni <ezannoni@redhat.com>
8386
8387 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8388 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8389 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8390 vectors.
8391 (read_array_type): Record the fact that this array type is really a
8392 vector (i.e. are passed in by value).
8393
5868c862
JT
83942002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8395
8396 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8397 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8398 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8399 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8400 * alpha-linux-tdep.c: Include frame.h.
8401 (alpha_linux_sigcontext_addr): New function.
8402 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8403 alpha_linux_sigcontext_addr.
8404 * alpha-osf1-tdep.c: Include gdbcore.h.
8405 (alpha_osf1_sigcontext_addr): New function.
8406 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8407 alpha_osf1_sigcontext_addr.
8408 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8409 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8410
bfb01f37
AC
84112002-04-26 Andrew Cagney <ac131313@redhat.com>
8412
361d1df0 8413 * stack.c (selected_frame_level):
bfb01f37
AC
8414 (select_frame): Do not set selected_frame_level.
8415 * frame.h (selected_frame_level): Delete declaration.
8416
15813d3f
AC
84172002-04-26 Andrew Cagney <ac131313@redhat.com>
8418
8419 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8420 convert_from_func_ptr-addr when AIX / PowerOpen.
8421
6096c27a
AC
84222002-04-25 Andrew Cagney <ac131313@redhat.com>
8423
8424 * valops.c (hand_function_call): Call
8425 generic_save_call_dummy_addr.
8426 * frame.h (generic_save_call_dummy_addr): Declare.
8427 * blockframe.c (struct dummy_frame): Add fields call_lo and
8428 call_hi.
8429 (generic_find_dummy_frame): Check for PC in range call_lo to
8430 call_hi instead of entry_point_address.
8431 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8432 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8433 (generic_save_call_dummy_addr): New function.
8434
f510d44e
DM
84352002-04-24 David S. Miller <davem@redhat.com>
8436
8437 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8438 sparc_skip_prologue.
8439 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8440 information to find prologue when possible.
8441 (sparc_prologue_frameless_p): Call examine_prologue directly.
8442 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8443 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8444 second argument.
8445 (SKIP_PROLOGUE): Likewise.
8446
15d72a92
JT
84472002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8448
8449 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8450 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8451 indicate that the condition it was testing is always true.
8452 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8453 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8454 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8455
accc6d1f
JT
84562002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8457
8458 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8459 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8460 tdep->jb_pc and tdep->jb_elt_size.
8461 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8462 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8463 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8464 * alpha-nat.c (get_longjmp_target): Remove.
8465 (JB_ELEMENT_SIZE): Ditto.
8466 (JB_PC): Ditto.
8467 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8468 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8469 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8470 to alpha_get_longjmp_target.
8471 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8472 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8473 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8474
1bfdc549
AC
84752002-04-25 Andrew Cagney <ac131313@redhat.com>
8476
8477 * README: Update to GDB 5.2.
8478
1bd316f0
AC
84792002-04-25 Andrew Cagney <ac131313@redhat.com>
8480
8481 * gdbarch.sh (LC_ALL): Set to `c'.
8482
2e5ff58c
TR
84832002-04-25 Theodore A. Roth <troth@verinet.com>
8484
8485 * avr-tdep.c: Ran through gdb_indent.sh.
8486
e33ce519
TR
84872002-04-25 Theodore A. Roth <troth@verinet.com>
8488
8489 * MAINTAINERS: Add myself as AVR maintainer.
8490 * NEWS: Note new target avr.
8491
8818c391
TR
84922002-04-25 Theodore A. Roth <troth@verinet.com>
8493
8494 * Makefile.in: Add support for AVR target.
8495 * configure.tgt: Add support for AVR target.
8496 * avr-tdep.c: New file
8497 * config/avr/avr.mt: New file.
8498
79509c2d
TR
84992002-04-25 Theodore A. Roth <troth@verinet.com>
8500
8501 * MAINTAINERS: Add myself to write-after-approval.
8502
dac8068e
PM
85032002-04-24 Pierre Muller <ics.u-strasbg.fr>
8504
8505 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8506 with fprintf_unfiltered (gdb_stderr,....
8507
25bf3106
PM
85082002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8509
8510 Fix PR gdb/508.
8511 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8512
24467a86
PM
85132002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8514
8515 * p-exp.y: Also use new prev_lexptr variable
8516 to improve error reporting. Based on Michael Snyder
8517 2002-04-24 dated patch to c-exp.y.
8518
95b80706
JT
85192002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8520
8521 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8522 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8523 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8524 to 0.
8525 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8526 and struct value.
8527 (FUNCTION_START_OFFSET): Remove.
8528 (BREAKPOINT): Ditto.
8529
e90cc612
JT
85302002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8531
8532 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8533 * NEWS: Ditto.
8534
6c72f9f9
JT
85352002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8536
8537 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8538 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8539 alpha_linux_pc_in_sigtramp.
8540 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8541 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8542 alpha_osf1_pc_in_sigtramp.
8543 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8544 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8545 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8546 alphafbsd_pc_in_sigtramp.
8547 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8548 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8549 alphanbsd_pc_in_sigtramp.
8550 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8551 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8552
5e4f3379
JT
85532002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8554
8555 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8556
da8ca43d
JT
85572002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8558
8559 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8560 alphanbsd-tdep.c.
8561 (alphanbsd-nat.o): New dependency list.
8562 (alphanbsd-tdep.o): Ditto.
8563 * NEWS: Note new native NetBSD/alpha configuration.
8564 * alphanbsd-nat.c: New file.
8565 * alphanbsd-tdep.c: Ditto.
8566 * configure.host (alpha*-*-netbsd*): New host.
8567 * configure.tgt (alpha*-*-netbsd*): New target.
8568 * config/alpha/nbsd.mh: New file.
8569 * config/alpha/nbsd.mt: Ditto.
8570 * config/alpha/nm-nbsd.h: Ditto.
8571 * config/alpha/tm-nbsd.h: Ditto.
8572
36a6271d
JT
85732002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8574
8575 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8576 (alpha-osf1-tdep.o): New dependency list.
8577 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8578 and skip_sigtramp_frame members.
8579 * alpha-linux-tdep.c: Include gdbcore.h.
8580 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8581 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8582 * alpha-osf1-tdep.c: New file.
8583 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8584 alpha-osf1-dep.c.
8585 (alpha_frame_past_sigtramp_frame): New function.
8586 (alpha_dynamic_sigtramp_offset): Ditto.
8587 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8588 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8589 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8590 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8591 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8592 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8593 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8594 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8595 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8596 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8597 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8598 to find_solib_trampoline_target.
8599 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8600 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8601 (SKIP_TRAMPOLINE_CODE): Remove.
8602 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8603 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8604 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8605 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8606 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8607 (PROC_SIGTRAMP_MAGIC): Ditto.
8608 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8609 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8610 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8611 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8612 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8613
2f4bc57b
JT
86142002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8615
8616 * NEWS: Note that Alpha targets are now multi-arch.
8617
665132f9
MS
86182002-04-24 Michael Snyder <msnyder@redhat.com>
8619
8620 * parser-defs.h (prev_lexptr): New external variable.
8621 * parse.c (parse_exp_1): Set prev_lexptr to null before
8622 calling the language-specific parser.
8623 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8624 (yyerror): Use prev_lexptr in error reporting.
8625
32872fa7
DJ
86262002-04-24 Daniel Jacobowitz <drow@mvista.com>
8627
8628 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8629 * gregset.h: If FILL_FPXREGSET is defined, provide
8630 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8631 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8632 is defined, call fill_fpxregset.
8633
57e76fac
MS
86342002-04-24 Roland McGrath <roland@frob.com>
8635
8636 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8637 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8638 (supply_gregset, supply_fpregset): New functions.
8639
8640 * gnu-nat.c (gnu_find_memory_regions): New function.
8641 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8642 (gnu_xfer_memory): Add a cast.
8643
f43845b3
MS
86442002-04-24 Michael Snyder <msnyder@redhat.com>
8645
361d1df0 8646 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8647 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8648 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8649 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8650 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8651 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8652
a0abec03
AC
8653Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8654
8655 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8656 NUM_PSEUDO_REGS can be used.
8657
d7bd68ca
AC
86582002-04-24 Andrew Cagney <ac131313@redhat.com>
8659
8660 * arch-utils.h: Update copyright.
8661
8662 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8663 * gdbarch.h, gdbarch.c: Re-generate.
8664
8665 * inferior.h (IN_SIGTRAMP): Delete definition.
8666 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8667 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8668
8669 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8670 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8671 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8672 (find_proc_framesize): Ditto.
8673 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8674 (alpha_init_extra_frame_info): Ditto.
8675 * infrun.c (handle_inferior_event): Ditto.
8676 (handle_inferior_event): Ditto.
8677 (check_sigtramp2): Ditto.
8678 * blockframe.c (create_new_frame): Ditto.
8679 (get_prev_frame): Ditto.
8680 * ppc-linux-tdep.c: Update comments.
8681 * i386-linux-tdep.c: Update comments.
8682 * breakpoint.c (bpstat_what): Update comment.
8683
4867e41e
DM
86842002-04-24 David S. Miller <davem@redhat.com>
8685
21d83aa5
DM
8686 * i960-tdep.c (register_in_window_p): New function.
8687 (i960_find_saved_register): Use it instead of
8688 REGISTER_IN_WINDOW_P.
8689 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8690
4867e41e
DM
8691 * symtab.h (find_stab_function_addr): Kill extern.
8692 * minsyms.c (find_stab_function_addr): Remove from here...
8693 * dbxread.c: ... to here, and mark it static.
8694
69cdf6a2
DM
86952002-04-20 David S. Miller <davem@redhat.com>
8696
8697 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8698 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8699
5a595886
DM
87002002-04-21 David S. Miller <davem@redhat.com>
8701
8702 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8703 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8704 (vx_write_register): Likewise.
8705
1da1a192
JB
87062002-04-23 J. Brobecker <brobecker@gnat.com>
8707
8708 * source.c (is_regular_file): New function.
8709 (openp): Check wether file to open is a regular file
8710 to avoid opening directories.
8711
baa6f10b
JT
87122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8713
8714 * findvar.c (extract_signed_integer): Cast printf argument
8715 to suppress format warning.
8716 (extract_unsigned_integer): Likewise.
8717 * infcmd.c (registers_info): Likewise.
8718 * top.c (get_prompt_1): Likewise.
8719 * valops.c (value_assign): Likewise.
8720 * valprint.c (print_decimal): Likewise.
8721
b2c4da81
L
87222002-04-22 H.J. Lu (hjl@gnu.org)
8723
8724 * c-exp.y (typebase): Support
361d1df0 8725
b2c4da81
L
8726 [long|long long|short] [signed|unsigned] [int|]
8727
8728 and
8729
8730 signed [long|long long|short] int
8731
f267bd6a
JT
87322002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8733
8734 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8735 and vax-tdep.h.
8736 * vax-tdep.h: New file.
8737 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8738 Make several routines static.
8739 (vax_get_saved_register): New function.
8740 (vax_gdbarch_init): New function.
8741 (_initialize_vax_tdep): Register vax_gdbarch_init.
8742 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8743 Remove macros now under the control of gdbarch.
8744
da3c6d4a
MS
87452002-04-22 Michael Snyder <msnyder@redhat.com>
8746
11d3b27d
MS
8747 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8748 Some whitespace and coding standards tweaks.
da3c6d4a 8749
a33f7558
JT
87502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8751
8752 * vax-tdep.c: Include regcache.h.
8753 (vax_call_dummy_words): New.
8754 (sizeof_vax_call_dummy_words): New.
8755 (vax_fix_call_dummy): New function.
8756 (vax_saved_pc_after_call): Ditto.
8757 * config/vax/tm-vax.h: Don't include regcache.h.
8758 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8759 (CALL_DUMMY): Remove.
8760 (CALL_DUMMY_WORDS): Define.
8761 (SIZEOF_CALL_DUMMY_WORDS): Define.
8762 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8763
47a73475
MS
87642002-04-18 Michael Snyder <msnyder@redhat.com>
8765
8766 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8767
52efde73
JT
87682002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8769
8770 * vax-tdep.c (vax_frame_chain): New function.
8771 (vax_push_dummy_frame): Ditto.
8772 (vax_pop_frame): Ditto.
8773 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8774 (FRAMELESS_FUNCTION_INVOCATION): Use
8775 generic_frameless_function_invocation_not.
8776 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8777 (POP_FRAME): Use vax_pop_frame.
8778
ea74468c
JT
87792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8780
8781 * vax-tdep.c (vax_store_struct_return): New function.
8782 (vax_extract_return_value): Ditto.
8783 (vax_store_return_value): Ditto.
8784 (vax_extract_struct_value_address): Ditto.
8785 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8786 vax_store_struct_return.
8787 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8788 (STORE_RETURN_VALUE): Use vax_store_return_value.
8789 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8790
5516aa92
JT
87912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8792
8793 * vax-tdep.c (vax_frame_saved_pc): New function.
8794 (vax_frame_args_address_correct): Ditto.
8795 (vax_frame_args_address): Ditto.
8796 (vax_frame_locals_address): Ditto.
8797 (vax_frame_num_args): Move code to be in proximity to
8798 other frame-related functions.
8799 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8800 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8801 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8802 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8803 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8804
36af0b35
L
88052002-04-22 H.J. Lu (hjl@gnu.org)
8806
8807 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8808 includedir.
8809
ab62c900
JT
88102002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8811
8812 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8813 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8814 (FRAME_INIT_SAVED_REGS): New macro.
8815
7232b100
JT
88162002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8817
8818 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8819
b70d2aee
JT
88202002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8821
8822 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8823 where needed.
8824 (fetch_osf_core_registers): Likewise.
8825 (supply_gregset): Likewise.
8826
a0e8a2d1 88272002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8828
a0e8a2d1
JB
8829 * symfile.h (get_section_index): Define.
8830 * symfile.c (get_section_index): New function.
8831 * mdebugread.c (SC_IS_SBSS): New macro.
8832 (SC_IS_BSS): Return true for the scBss storage class only, as
8833 the scSBss storage class refers to the .sbss section.
8834 (parse_partial_symbols): Discard the symbols which associated
8835 section does not exist.
8836 Make sure to use the .sbss section index for symbols which
8837 storage class is scBss, rather than using the .bss section index.
8838
51eb8b08
JT
88392002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8840
8841 * vax-tdep.c: Update copyright years.
8842 (vax_register_name): New function.
8843 (vax_register_byte): Ditto.
8844 (vax_register_raw_size): Ditto.
8845 (vax_register_virtual_size): Ditto.
8846 (vax_register_virtual_type): Ditto.
8847 * config/vax/tm-vax.h: Update copyright years.
8848 (REGISTER_NAMES): Remove.
8849 (REGISTER_NAME): Define.
8850 (REGISTER_BYTE): Use vax_register_byte.
8851 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8852 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8853 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8854
6cc1c0a8
AC
88552002-04-21 Andrew Cagney <ac131313@redhat.com>
8856
8857 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8858 declaration
8859 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8860
9319a2fe
DM
88612002-04-21 David S. Miller <davem@redhat.com>
8862
8863 * arch-utils.c (generic_prologue_frameless_p): Kill
8864 SKIP_PROLOGUE_FRAMELESS_P code.
8865 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8866 references.
8867 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8868 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8869 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8870 references.
8871 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8872 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8873 (sparc_gdbarch_init): Pass it to
8874 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8875
e9ed6d01
JT
88762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8877
8878 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8879 (alphabsd-nat.o): New dependency list.
8880
36012033
JT
88812002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8882
8883 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8884 alphafbsd-tdep.c.
8885 (alpha-linux-tdep.o): New dependency list.
8886 (alphafbsd-tdep.o): Likewise.
8887
3379287a
JT
88882002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8889
8890 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8891 to here...
8892 * alpha-tdep.c: ...from here.
8893 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8894
4bcbd6cb
JT
88952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8896
8897 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8898 prototype from here...
8899 * alpha-tdep.h: ...to here.
8900
b31da25e
AC
89012002-04-21 Andrew Cagney <ac131313@redhat.com>
8902
8903 * frame.h (selected_frame_level): Document as deprecated.
8904 (frame_relative_level): Declare.
8905 * stack.c (frame_relative_level): New function.
8906 (selected_frame_level): Document as deprecated.
8907 (select_frame): Do not set the selected_frame_level.
8908
8909 * stack.c (frame_info, record_selected_frame): Update.
8910 (frame_command, current_frame_command): Update.
8911 (up_silently_base, up_command, down_silently_base): Update.
8912 (down_command): Update.
8913 * inflow.c (kill_command): Update.
8914 * tracepoint.c (finish_tfind_command): Update.
8915 * corelow.c (core_open): Update.
8916 * thread.c (info_threads_command): Update.
8917 (do_captured_thread_select): Update.
8918 * infcmd.c (finish_command): Update.
8919 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8920
9c1d6fe5
JT
89212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8922
8923 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8924
ab89facf
AC
89252002-04-21 Andrew Cagney <ac131313@redhat.com>
8926
8927 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8928 type const.
8929
82a4efa1
JT
89302002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8931
8932 * alphafbsd-tdep.c: Update copyright years. Include
8933 alpha-tdep.h.
8934 (alphafbsd_use_struct_convention): Make static.
8935 (alphafbsd_init_abi): New function.
8936 (_initialize_alphafbsd_tdep): New function.
8937 * config/alpha/tm-fbsd.h: Update copyright years.
8938 (USE_STRUCT_CONVENTION): Remove.
8939
44dffaac
JT
89402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8941
8942 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8943 an Alpha ABI variant.
8944 (alpha_abi_handler_list): Declare.
8945 (alpha_gdbarch_register_os_abi): New function.
8946 (alpha_gdbarch_init): Give registered ABI variant handlers a
8947 chance to tweak the gdbarch once we have set up defaults.
8948 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8949
65585be4
JT
89502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8951
8952 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8953 to standard_coerce_float_to_double.
8954 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8955
d9b023cc
JT
89562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8957
8958 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8959 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8960 from gdbarch_tdep rather than a constant.
8961 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8962 the default text address for all Alpha Unix ABIs.
8963 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8964 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8965
dc129d82
JT
89662002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8967
8968 * alpha-tdep.h: New file. Includes several Alpha target constants
8969 taken from...
8970 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8971 let gdbarch deal with.
8972 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8973 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8974 to dependency list.
8975 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8976 Alpha target register names.
8977 * alphabsd-nat.c: Likewise.
8978 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8979 Alpha target register names. Make serveral routines static.
8980 (alpha_get_saved_register): New function.
8981 (alpha_abi_names): New.
8982 (process_note_abi_tag_sections): New function.
8983 (get_elfosabi): New function.
8984 (alpha_gdbarch_init): New function.
8985 (alpha_dump_tdep): New function.
8986 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8987
d49d1e0a
AC
89882002-04-21 Andrew Cagney <ac131313@redhat.com>
8989
8990 * frame.c (find_saved_register): Delete #ifdef
8991 HAVE_REGISTER_WINDOWS code.
8992 * config/sparc/tm-sparc.h: Update comments.
8993 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8994
92e8c9ed
AC
89952002-04-21 Andrew Cagney <ac131313@redhat.com>
8996
8997 * i960-tdep.c (i960_find_saved_register): New function.
8998 (i960_get_saved_register): New function.
8999 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9000 (i960_get_saved_register): Declare.
9001 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9002
e1925118
DM
90032002-04-20 David S. Miller <davem@redhat.com>
9004
9005 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9006
29673b29
AC
90072002-04-20 Andrew Cagney <ac131313@redhat.com>
9008
9009 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9010 instead of NUM_PSEUDO_REGS.
9011
6c86dcd5
DM
90122002-04-20 David S. Miller <davem@redhat.com>
9013
9014 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9015 GDB_MULTI_ARCH_PARTIAL
9016 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9017 define, let tm-sp64.h do it.
9018
aa40ec90
JT
90192002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9020
9021 * frame.c (find_saved_register): Avoid a NULL pointer
9022 dereference and actually walk the frame list.
9023
0f79675b
AC
90242002-04-20 Andrew Cagney <ac131313@redhat.com>
9025
9026 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9027 sorted in most most-recent-used order. Document.
9028 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9029
f91305dd 90302002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9031
9032 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9033 instead of ->prev.
9034 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9035 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9036 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9037 instead of ->prev.
9038
73d322b1
EZ
90392002-04-19 Elena Zannoni <ezannoni@redhat.com>
9040
9041 Fix PR gdb/471.
9042 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9043 (build_builtin_type_vec128): Ditto.
9044 (append_composite_type_field): Fix calculation of type length in
9045 union case.
9046
ccd9a834
EZ
90472002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9048
9049 * config/djgpp/README: Update.
9050
9051 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9052 compiler warnings.
9053
a57f9e49
JT
90542002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9055
9056 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9057 (alpha_setup_arbitrary_frame): ...to this.
9058 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9059 for alpha_setup_arbitrary_frame.
9060
f4f9705a
AC
90612002-04-18 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9064 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9065
f4f9705a
AC
9066 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9067 * target.h (memory_breakpoint_from_pc): Update declaration.
9068 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9069
9070 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9071 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9072 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9073 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9074 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9075 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9076 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9077 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9078 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9079 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9080 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9081 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9082
9083 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9084 const pointer.
9085 * monitor.c (monitor_insert_breakpoint): Ditto.
9086 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9087
9088 * config/mcore/tm-mcore.h: Update copyright.
9089 * mem-break.c: Ditto.
9090 * xstormy16-tdep.c: Ditto.
9091
29f319b8
PM
90922002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9093
9094 * p-exp.y: Add precedence rule for '^' token.
9095 This removes the shift/reduce conflicts.
9096 Remove the comment concerning these shift/reduce conflicts.
9097
ebeac11a
EZ
90982002-04-18 Elena Zannoni <ezannoni@redhat.com>
9099
9100 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9101 (registers_powerpc_nofp): New register set for processors
9102 without floating point unit.
9103
27c31547
DM
91042002-04-18 David S. Miller <davem@redhat.com>
9105
9106 * MAINTAINERS: Add myself to write-after-approval.
9107
47a73475
MS
91082002-04-17 Michael Snyder <msnyder@redhat.com>
9109
9110 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9111
953836b2
AC
91122002-04-17 Andrew Cagney <ac131313@redhat.com>
9113
9114 * rs6000-tdep.c (frame_initial_stack_address): Use
9115 frame_register_read to read the alloca_reg.
9116
8b0d4340
AC
91172002-04-17 Andrew Cagney <ac131313@redhat.com>
9118
9119 * frame.c (find_saved_register): Find saved registers in the next
9120 not prev frame.
9121 Fix PR gdb/365.
9122
d8864532
AC
91232002-04-17 Andrew Cagney <ac131313@redhat.com>
9124
9125 * gdbarch.sh (LANG): Set to ``c''.
9126
36cc83a3 91272002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9128
36cc83a3 9129 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9130
2f4150cc 91312002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9132
9133 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9134 Update copyright.
9135
628703c6 9136 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9137 Also fix PR gdb/391.
361d1df0 9138
56157b4a
AC
91392002-04-14 Andrew Cagney <ac131313@redhat.com>
9140
9141 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9142 * aclocal.m4, configure: Re-generate.
9143 Fix PR gdb/391.
361d1df0 9144
6d1e3329
EZ
91452002-04-14 Elena Zannoni <ezannoni@redhat.com>
9146
9147 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9148 instead of tm_print_insn.
9149
cb06fa07
EZ
91502002-04-14 Elena Zannoni <ezannoni@redhat.com>
9151
9152 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9153
f208ba17
AC
91542002-04-14 Andrew Cagney <ac131313@redhat.com>
9155
9156 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9157 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9158 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9159
20f01a46
DH
91602002-04-12 Don Howard <dhoward@redhat.com>
9161
9162 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9163 max_user_call_depth.
9164 (init_cmd_lists): Initialize the new value;
9165 * cli/cli-script.c (execute_user_command): Limit the call depth of
9166 user defined commands. This avoids a core-dump when user commands
9167 are infinitly recursive.
9168
a88376a3
KB
91692002-04-12 Kevin Buettner <kevinb@redhat.com>
9170
9171 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9172 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9173 from tdep struct instead of DEFAULT_LR_SAVE.
9174 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9175 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9176 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9177
f2172603
MS
91782002-04-12 Michael Snyder <msnyder@redhat.com>
9179
694f61fb 9180 * Remote.c: Spelling fix.
20fe79c8
MS
9181 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9182 If no symbol found for "sbrk", try "_sbrk".
9183 (make_output_phdrs): Use bfd_section_name.
9184 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9185 * eval.c: Indentation fix-ups.
169a7369
MS
9186 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9187 in case it gets applied to an address that is already
9188 in the instruction space.
de74f71f
MS
9189 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9190 * symfile.c: Fix indentation, long lines.
f2172603
MS
9191 * source.c: White space fix-up.
9192
cda5a58a
AC
91932002-04-12 Andrew Cagney <cagney@redhat.com>
9194
9195 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9196 * frame.c (frame_register_read): New function. Return non-zero on
9197 success.
9198 (read_relative_register_raw_bytes_for_frame): Delete.
9199 (read_relative_register_raw_bytes): Delete.
9200 * frame.h (frame_register_read): Declare.
9201 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9202 * sh-tdep.c: Ditto.
9203 * infcmd.c (do_registers_info): Ditto.
9204 * hppa-tdep.c: Ditto.
9205 * rs6000-tdep.c: Ditto.
9206 * h8500-tdep.c: Ditto.
9207 * mips-tdep.c: Ditto.
9208 * h8300-tdep.c: Ditto.
9209 * z8k-tdep.c: Ditto.
9210
2ea5f656
KB
92112002-04-12 Kevin Buettner <kevinb@redhat.com>
9212
9213 From Jimi X <jimix@watson.ibm.com>:
9214 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9215 64-bit SysV ABI.
9216
27b15785
KB
92172002-04-12 Kevin Buettner <kevinb@redhat.com>
9218
9219 From Jimi X <jimix@watson.ibm.com>:
9220 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9221 bfd info.
9222
5d57ee30
KB
92232002-04-12 Kevin Buettner <kevinb@redhat.com>
9224
9225 From Jimi X <jimix@watson.ibm.com>:
9226 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9227 register sets for these processor variants.
9228
bc1e36ca
DJ
92292002-04-11 Daniel Jacobowitz <drow@mvista.com>
9230
bc1e36ca
DJ
9231 * regformats/reg-ppc.dat: Support FPSCR.
9232
e3f36dbd
KB
92332002-04-11 Kevin Buettner <kevinb@redhat.com>
9234
9235 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9236 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9237 Add fpscr as an invalid/unfetchable register.
9238 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9239 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9240 (fill_fpregset): Add support for register fpscr.
9241 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9242 (fill_gregset): Account for the fact that register ``mq'' might
9243 not exist.
9244 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9245 (registers_power): Add fpscr to register set at slot 71.
9246 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9247 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9248
943c9c25
MS
92492002-04-11 Michael Snyder <msnyder@redhat.com>
9250
9251 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9252 * configure: Regenerate.
9253 * config.in: Regenerate.
9254 * acconfig.h: Add define for _SYSCALL32.
9255 * core-sol2.c: Remove #define _SYSCALL32.
9256 * solib-legacy.c: Remove #define _SYSCALL32.
9257
d8c0a2e7
AC
92582002-04-10 Andrew Cagney <ac131313@redhat.com>
9259
9260 * stack.c (select_frame): Cleanup internal error message, do not
9261 use %p.
9262
7cc19214
AC
92632002-04-10 Andrew Cagney <ac131313@redhat.com>
9264
9265 * stack.c (select_frame): Check that selected_frame and the
9266 specified level are as expected.
9267 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9268 Update copyright.
9269 * frame.h (struct frame_info): Add field `level'. Update
9270 copyright.
9271 Work-in-progress PR gdb/464.
9272
67a2b77e
AC
92732002-04-10 Andrew Cagney <ac131313@redhat.com>
9274
9275 * maint.c (maint_print_section_info): Rename print_section_info.
9276 (print_bfd_section_info, print_objfile_section_info): Update.
9277 * inferior.h (struct gdbarch): Add opaque declaration.
9278 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9279 * gdbarch.h: Regenerate.
9280
8cfda98c
ML
92812002-04-10 Michal Ludvig <mludvig@suse.cz>
9282
9283 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9284 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9285 (kernel_u_size): Added.
9286 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9287 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9288
ca439ad2 92892002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9290
ca439ad2
JI
9291 * valarith.c (find_size_for_pointer_math): New function, either returns
9292 the size for a pointer's target, returns 1 for void *, or errors for
9293 incomplete types.
9294 (value_add, value_sub): use find_size_for_pointer_math.
9295
2f2893d9
DJ
92962002-04-09 Daniel Jacobowitz <drow@mvista.com>
9297
9298 * linux-low.c (linux_look_up_symbols): New hook.
9299 (linux_target_ops): Add linux_look_up_symbols.
9300 * remote-utils.c (decode_address): New function.
9301 (look_up_one_symbol): New function.
9302 * server.c (handle_query): Call target look_up_symbols hook.
9303 * server.h (look_up_one_symbol): Add prototype.
9304 * target.h (struct target_ops): Add look_up_symbols hook.
9305
96cb11df
AC
93062002-04-09 Andrew Cagney <ac131313@redhat.com>
9307
9308 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9309 override FP_REGNUM with frame->fp. Update copyright.
9310 * parse.c (num_std_regs, std_regs): Delete.
9311 (target_map_name_to_register): Do not search std_regs. Update
9312 function description.
9313 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9314 declarations. Update copyright.
9315 Fix PR gdb/251.
361d1df0 9316
97658e92
DJ
93172002-04-09 Daniel Jacobowitz <drow@mvista.com>
9318
9319 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9320 after the last symbol in a block.
9321
6044e3eb
PM
93222002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9323
9324 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9325 is non zero as a found symbol.
9326
0406ec40
AC
93272002-04-08 Andrew Cagney <ac131313@redhat.com>
9328
9329 * findvar.c: Include "builtin-regs.h".
9330 (value_of_register): Call value_of_builtin_reg when applicable.
9331 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9332 (target_map_name_to_register): Call
9333 builtin_reg_map_name_to_regnum.
9334 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9335 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9336 (builtin_regs_h): Define.
9337 (builtin-regs.o): New target.
9338 (findvar.o): Add $(builtin_regs_h).
9339 * builtin-regs.c, builtin-regs.h: New files.
9340 * std-regs.c: New file.
9341 Partial fix for PR gdb/251.
9342
56a6dfb9
KB
93432002-04-08 Kevin Buettner <kevinb@redhat.com>
9344
9345 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9346 it's no longer required.
9347
3a808432
AC
93482002-04-08 Andrew Cagney <ac131313@redhat.com>
9349
9350 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9351
7c40d541
KB
93522002-04-08 Kevin Buettner <kevinb@redhat.com>
9353
9354 From Jimi X <jimix@watson.ibm.com>:
9355 * rs6000-tdep.c (rs6000_software_single_step): Use
9356 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9357 and size. Use target_insert_breakpoint() and
9358 target_remove_breakpoint() to insert and remove breakpoints
9359 instead of explicit memory reads and writes.
9360
cc9836a8
KB
93612002-04-08 Kevin Buettner <kevinb@redhat.com>
9362
9363 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9364 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9365 ELF_OBJECT_FORMAT ifdef.
9366
7495d1dc
KB
93672002-04-08 Kevin Buettner <kevinb@redhat.com>
9368
9369 From Jimi X <jimix@watson.ibm.com>:
9370 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9371
4288e836
KB
93722002-04-08 Kevin Buettner <kevinb@redhat.com>
9373
9374 From Jimi X <jimix@watson.ibm.com>:
9375 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9376 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9377
a4e4e501
MK
93782002-04-07 Mark Kettenis <kettenis@gnu.org>
9379
9380 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9381 s/asprintf/xasprintf/.
9382 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9383
006defba
AC
93842002-04-07 Andrew Cagney <ac131313@redhat.com>
9385
9386 I believe Jeff Law denies responsability for this one:
9387 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9388 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9389 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9390 Work-around for PR gdb/366.
9391
7aa83cac
EZ
93922002-04-07 Elena Zannoni <ezannoni@redhat.com>
9393
9394 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9395 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9396 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9397
cf1fcca1
EZ
93982002-04-07 Elena Zannoni <ezannoni@redhat.com>
9399
9400 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9401 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9402 information.
9403
3f289e6f
AC
94042002-04-07 Andrew Cagney <ac131313@redhat.com>
9405
9406 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9407 maintainer.
9408
129188f6
AC
94092002-04-07 Andrew Cagney <ac131313@redhat.com>
9410
9411 * README (Reporting Bugs in GDB): Document the bug web page as the
9412 prefered way of submitting bugs.
9413 Fix PR gdb/402.
9414
1200cd6e
AC
94152002-04-06 Andrew Cagney <ac131313@redhat.com>
9416
9417 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9418 -1. Update comment.
9419 * gdbarch.h, gdbarch.c: Re-generate.
9420
2853c33c
AS
94212002-04-07 Andreas Schwab <schwab@suse.de>
9422
9423 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9424 buffer to regcache_collect.
9425
c2169756
AC
94262002-04-06 Andrew Cagney <ac131313@redhat.com>
9427
9428 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9429 * gdbarch.c, gdbarch.h: Re-generate.
9430
25f1b008
AC
94312002-04-06 Andrew Cagney <ac131313@redhat.com>
9432
9433 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9434 declaration. Fix -Werror.
9435
59263426
DJ
94362002-04-05 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9439 * gdbarch.c: Regenerate.
9440
f5db4da3
MS
94412002-04-05 Michael Snyder <msnyder@redhat.com>
9442
80f8a6eb
MS
9443 * breakpoint.c (clear_command): Rewrite middle section to
9444 combine two loops with identical control conditions.
9445 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9446 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9447
ad3dcc5c
L
94482002-04-05 H.J. Lu (hjl@gnu.org)
9449
9450 * solib-svr4.c (bkpt_names): Add "__start".
9451
f32e7a74
AC
94522002-04-04 Andrew Cagney <ac131313@redhat.com>
9453
9454 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9455 as test for 64 bit target.
9456
8227c0ff
AC
94572002-04-05 Andrew Cagney <ac131313@redhat.com>
9458
9459 * h8500-tdep.c (h8500_write_fp): Delete function.
9460 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9461 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9462 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9463 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9464 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9465 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9466 (s390_write_fp):
9467 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9468 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9469 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9470 (d10v_write_fp): Delete function.
9471 * inferior.h (write_fp, generic_target_write_fp): Delete
9472 declarations.
9473 * regcache.c (generic_target_write_fp): Delete function.
9474 (write_fp): Delete function.
9475 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9476 * gdbarch.h, gdbarch.c: Regenerate.
9477 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9478 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9479 (sparc64_write_fp): Delete declaration.
9480 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9481 (h8500_write_fp): Delete declaration.
9482
2757dd86
AC
94832002-04-04 Andrew Cagney <ac131313@redhat.com>
9484
9485 * sparc-tdep.c (sparc64_write_fp): Delete.
9486 (sparc_push_dummy_frame): Replace write_fp call with code to store
9487 the FP directly.
9488 (sparc_gdbarch_init): Do not initialize write_fp.
9489
c69255e1
KB
94902002-04-05 Kevin Buettner <kevinb@redhat.com>
9491
9492 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9493 clause.
9494
ae767bfb
JB
94952002-03-29 Jim Blandy <jimb@redhat.com>
9496
9497 * stack.c (get_selected_block): Add new argument `addr_in_block',
9498 used to return the exact code address we used to select the block,
9499 not just the block.
9500 * blockframe.c (get_frame_block, get_current_block): Same.
9501 * frame.h (get_frame_block, get_current_block,
9502 get_selected_block): Update declarations.
9503 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9504 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9505
84d2ac95
MS
95062002-04-05 Michael Snyder <msnyder@redhat.com>
9507
9508 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9509 warning message.
9510
596aa3bf
JB
95112002-04-05 J. Brobecker <brobecker@gnat.com>
9512
9513 * utils.c (xfullpath): New function.
9514 * defs.h (xfullpath): Add declaration.
9515 * source.c (openp): Use xfullpath in place of gdb_realpath to
9516 avoid resolving the basename part of filenames when the
9517 associated file is a symbolic link. This fixes a potential
9518 inconsistency between the filenames known to GDB and the
9519 filenames it prints in the annotations.
9520 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9521 to be able to match a filename with either the real filename, or
9522 the name of any symbolic link to this file.
9523 (lookup_partial_symtab): Ditto.
9524
c02f5703
MS
95252002-04-04 Michael Snyder <msnyder@redhat.com>
9526
9527 * breakpoint.c: Add support for hardware breakpoints in overlays.
9528 (overlay_events_enabled): New state variable.
9529 (insert_breakpoints): Use overlay_events_enabled to decide
9530 whether to attempt to set a breakpoint at the overlay load addr.
9531 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9532 (remove_breakpoint): Use overlay_events_enabled to decide
9533 whether breakpoints need to be removed from overlay load addr.
9534 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9535 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9536 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9537 disable_overlay_breakpoints): Update overlay_events_enabled.
9538
5fb290d7
DJ
95392002-04-04 Daniel Jacobowitz <drow@mvista.com>
9540
9541 * dwarf2read.c (struct function_range): New.
9542 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9543 (check_cu_functions): New.
9544 (read_file_scope): Initialize global function lists.
9545 Call dwarf_decode_line after processing children.
9546 (read_func_scope): Add to global function list.
9547 (dwarf_decode_lines): Call check_cu_functions everywhere
9548 record_line is called. Call record_line with a linenumber
9549 of 0 to mark sequence ends.
9550
7b3fabf0
ML
95512002-04-04 Michal Ludvig <mludvig@suse.cz>
9552
361d1df0 9553 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9554 change sync with glibc.
9555
bce58c09
JB
95562002-04-03 Jim Blandy <jimb@redhat.com>
9557
9558 * configure.in: Call AC_C_INLINE.
9559 * configure: Regenerated.
361d1df0 9560
2fccf04a
DJ
95612002-04-01 Daniel Jacobowitz <drow@mvista.com>
9562
9563 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9564 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9565
2d1bfe2e
MK
95662002-03-31 Mark Kettenis <kettenis@gnu.org>
9567
a5941fbf
MK
9568 * NEWS: Mention gcore support on FreeBSD/i386.
9569
a90cd31d
MK
9570 * fbsd-proc.c: New file.
9571 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9572 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9573
2d1bfe2e
MK
9574 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9575 while statement.
9576
9eb6e5a1
JB
95772002-03-29 Jim Blandy <jimb@redhat.com>
9578
9579 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9580 unescaped newlines in string literals, but newer ones don't. So
9581 escape them.
9582
f02df580
MS
95832002-03-26 Michael Snyder <msnyder@redhat.com>
9584 Andrew Cagney <cagney@redhat.com>
9585
361d1df0 9586 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9587 restore file to memory.
9588 * cli/cli-dump.h: New file.
9589 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9590 * NEWS: Mention new commands.
f02df580 9591
109f874e
MS
95922002-03-28 Michael Snyder <msnyder@redhat.com>
9593
9594 * symfile.c (symbol_file_add): Move test for null symbols to later.
9595
520f6ade
AC
95962002-03-27 Andrew Cagney <ac131313@redhat.com>
9597
9598 From veksler at il.ibm.com:
9599 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9600 the xstrduped original path.
9601 Fix PR gdb/417.
9602
d4654627
MS
96032002-03-27 Michael Snyder <msnyder@redhat.com>
9604
9605 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9606 * infcmd.c (_initialize_infcmd): Ditto.
9607 * language.c (_initialize_language): Ditto.
9608 * symfile.c (_initialize_symfile): Ditto.
9609 * top.c (_init_main): Ditto.
9610 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9611
6be8bc0c
EZ
96122002-03-27 Elena Zannoni <ezannoni@redhat.com>
9613
9614 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9615 vector registers handling.
9616 (skip_prologue): Handle new AltiVec instructions. Fill in new
9617 fields of frame data.
9618 (frame_get_saved_regs): Fill in information for AltiVec registers.
9619
12af6855
JB
96202002-03-27 Jim Blandy <jimb@redhat.com>
9621
9622 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9623 a function; leave this macro here to invoke that function.
9624 (symbol_init_mangled_name): Declaration for that function.
9625 * symtab.c (symbol_init_mangled_name): New function.
9626
dc672865
AC
96272002-03-27 Andrew Cagney <ac131313@redhat.com>
9628
9629 * valarith.c: Replace strerror with safe_strerror.
9630 * tracepoint.c: Ditto.
9631 * lin-lwp.c: Ditto.
9632 * go32-nat.c: Ditto.
9633 * inflow.c: Ditto.
9634 * gnu-nat.c: Ditto.
9635
d96429cd
AS
96362002-03-27 Andreas Schwab <schwab@suse.de>
9637
9638 * event-top.c (command_line_handler): Remove useless if.
9639
7e336ba1
AJ
96402002-03-27 Andreas Jaeger <aj@suse.de>
9641
9642 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9643 comment.
9644
de220d0f
ML
96452002-03-27 Michal Ludvig <mludvig@suse.cz>
9646
9647 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9648 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9649 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9650 (x86_64_linux_dr_get_status, supply_gregset),
9651 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9652 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9653 (x86_64_register_info_table): Add.
9654 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9655 (x86_64_register_raw_size, x86_64_register_virtual_type),
9656 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9657 general x86_64_register_info_table.
9658 (i386_gdbarch_init): gdbarch_register_bytes is now set
9659 dynamicaly during initialization.
9660 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9661 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9662
0e98d0a7
DJ
96632002-03-27 Daniel Jacobowitz <drow@mvista.com>
9664
9665 * gdbserver/server.c (main): Call target_signal_to_host_p
9666 and target_signal_to_host on signals received from the remote.
9667 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9668 target_signal_from_host on signals sent to the remote.
9669 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9670 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9671
3130066b
DJ
96722002-03-27 Daniel Jacobowitz <drow@mvista.com>
9673
9674 * signals/signals.c: Include "server.h" in gdbserver build.
9675 (target_signal_from_name): Don't use STREQ.
9676 (_initialize_signals): Likewise. Don't include function in
9677 gdbserver build.
9678
9aedf4f4
DJ
96792002-03-27 Daniel Jacobowitz <drow@mvista.com>
9680
9681 * signals.c: Moved to...
9682 * signals/signals.c: Here.
7e336ba1 9683 * Makefile (signals.o): Update.
9aedf4f4 9684
3fa41cdb
JL
96852002-03-26 Jeff Law (law@redhat.com)
9686
9687 * somread.c (som_symtab_read): Remove some commented out code and
9688 updated related comments. Do not set the minimal symbol table to
9689 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9690 in a dynamic executable.
9691 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9692 where we are unable to find the minimal symbol for the given
9693 PC value.
9694
ee677e8d
MS
96952002-03-25 Jeff Law (law@redhat.com)
9696
9697 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9698
e76e1718
ML
96992002-03-25 Michal Ludvig <mludvig@suse.cz>
9700
9701 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9702
18a642a1
AC
97032002-03-23 Andrew Cagney <ac131313@redhat.com>
9704
9705 * command.h: Update copyright.
9706 (struct cmd_list_element): Replace definition with opaque
9707 declaration.
9708 (enum cmd_types): Document that it will eventually be moved to
9709 cli/cli-decode.h
9710 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9711 (MALLOCED_REPLACEMENT): Delete macro.
9712 * Makefile.in (cli_decode_h): Add $(command_h).
9713 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9714 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9715 * completer.c: Include "cli/cli-decode.h".
9716 * maint.c: Include "cli/cli-decode.h".
9717 * cli/cli-decode.h: Include "command.h".
9718 (enum command_class): Delete.
9719 (enum cmd_types): Comment out.
9720 (enum cmd_auto_boolean): Delete.
9721 (enum var_types): Delete.
9722
b2875cc0
AC
97232002-03-23 Andrew Cagney <ac131313@redhat.com>
9724
9725 * cli/cli-decode.c: Include "gdb_assert.h".
9726 (add_set_or_show_cmd): New static function.
9727 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9728 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9729 all fields, such as func, from the set command.
9730
3b45974e
AC
97312002-03-23 Andrew Cagney <ac131313@redhat.com>
9732
9733 * MAINTAINERS (sh-elf): Change warning flag to -w.
9734
823ca731
AC
97352002-03-23 Andrew Cagney <cagney@redhat.com>
9736
9737 * defs.h (error): Add printf format attribute.
9738 * thread-db.c (thread_from_lwp): Fix error format string.
9739 * stack.c (parse_frame_specification): Ditto.
9740 * cli/cli-decode.c (undef_cmd_error): Ditto.
9741 * scm-lang.c (scm_lookup_name): Ditto.
9742 * tracepoint.c (trace_error): Ditto.
9743 * remote-utils.c (usage): Ditto.
9744 * remote.c (compare_sections_command): Ditto.
9745 Fix PR gdb/328.
9746
0e101458
AC
97472002-03-22 Andrew Cagney <ac131313@redhat.com>
9748
9749 * gdbtypes.c (append_composite_type_field): New function.
9750 (init_composite_type): New function.
9751 * gdbtypes.h (append_composite_type_field): Declare.
9752 (init_composite_type): Ditto.
9753
8e0662df
EZ
97542002-03-22 Elena Zannoni <ezannoni@redhat.com>
9755
9756 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9757 function.
8e0662df
EZ
9758 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9759 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9760 structure returning convention for SYSV ABI case, but not
9761 for GNU/Linux, FreeBSD, or NetBSD.
9762
3121eff0
DJ
97632002-03-22 Daniel Jacobowitz <drow@mvista.com>
9764
9765 * symtab.h (lookup_block_symbol): Add mangled_name argument
9766 to prototype.
9767
9768 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9769 with new mangled_name argument.
9770 * linespec.c (decode_line_1): Likewise.
9771 * valops (value_of_this): Likewise.
9772 * symtab.c (lookup_transparent_type): Likewise.
9773 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9774 (lookup_symbol): If we are given a mangled name, pass it down
9775 to lookup_symbol_aux.
9776 (lookup_block_symbol): If we are given a mangled name to check
9777 against, only return symbols which match it.
9778
349b409f
CF
97792002-03-22 Christopher Faylor <cgf@redhat.com>
9780
9781 * win32-nat.c (child_create_inferior): Check for proper shell to use
9782 here, in case the user changes it on the fly.
9783 (_initialize_inftarg): Remove shell path considerations.
9784
2a873819
EZ
97852002-03-21 Elena Zannoni <ezannoni@redhat.com>
9786
9787 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9788 for gdbarch_max_register_raw_size and max_register_virtual_size.
9789 Adjust copyright year.
9790
a1b9830c
DJ
97912002-03-21 Daniel Jacobowitz <drow@mvista.com>
9792
9793 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9794 in a function to cover the entire beginning of the function
9795 as well if it does not already.
9796
8b5790f2
TR
97972002-03-21 Tom Rix <trix@redhat.com>
9798
9799 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9800 (rs6000_ptrace64): Renamed from ptrace64.
9801
bdbe5747
MH
98022002-03-20 Martin M. Hunt <hunt@redhat.com>
9803
9804 * gdbserver/remote-utils.c (remote_open): Don't call
9805 getprotobyname, we're all using TCP here so just use
9806 IPPROTO_TCP.
7e336ba1 9807 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9808
98092002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9810
bdbe5747
MH
9811 * regcache.c (_initialize_regcache): No need to call
9812 build_regcache() at this time; it gets called whenever
9813 the gdbarch changes.
9814
7781cd62
DB
98152002-03-20 David O'Brien <obrien@FreeBSD.org>
9816
9817 * sparc-nat.c: Include sys/param.h where possible.
9818
f65ca430
DJ
98192002-03-20 Daniel Jacobowitz <drow@mvista.com>
9820
9821 Fix PR gdb/422.
9822 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9823 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9824 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9825 complex types.
9826 * stabsread.c (rs6000_builtin_type): Likewise.
9827 (read_sun_floating_type): Likewise.
9828
0c867556
PS
98292002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9830
9831 * stabsread.c (read_member_functions): Remove skip code for duplicate
9832 constructor/destructor methods. Use standard parsing for these
9833 methods and just do not chain them to the list of methods after
9834 parsing.
9835
12b9c64f
AO
98362002-03-19 Alexandre Oliva <aoliva@redhat.com>
9837
9838 * coffread.c: Remove redundant static declarations. Replace
9839 occurrences of `PTR' with `void *'.
9840 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9841 * top.h (quit_cover): Likewise.
9842 * defs.h (catch_errors): Likewise.
9843
349c5d5f
AC
98442002-03-18 Andrew Cagney <ac131313@redhat.com>
9845
9846 * defs.h (XMALLOC): Define.
9847 * gdb-events.sh (XMALLOC): Delete macro.
9848 * gdb-events.c, gdb-events.h: Regenerate.
9849 * gdbarch.sh (XMALLOC): Delete macro.
9850 * gdbarch.c: Regenerate.
9851 * serial.c (XMALLOC): Delete macro.
9852 * ui-file.c (XMALLOC): Ditto.
9853 * ser-unix.h (XMALLOC): Ditto.
9854 * sh-tdep.c (XMALLOC): Ditto.
9855 * ui-out.c (XMALLOC): Ditto.
9856 * utils.c (XMALLOC): Ditto.
9857 * i386-tdep.c (XMALLOC): Ditto.
9858 * gdb-events.c (XMALLOC): Ditto.
9859 * d10v-tdep.c (XMALLOC): Ditto.
9860 * cli-out.c (XMALLOC): Ditto.
9861
9862 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9863 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9864 * ui-file.c, ui-out.c: Ditto.
9865
7d0766f3
AC
98662002-03-18 Andrew Cagney <ac131313@redhat.com>
9867
9868 * command.h (struct cmd_list_element): Add field context.
9869 (set_cmd_context, get_cmd_context): Declare.
9870 * cli/cli-decode.h: Ditto.
9871 * cli/cli-decode.c (get_cmd_context): New function.
9872 (set_cmd_context): New function.
9873 (add_cmd): Initialize context.
9874 Part of fixing PR gdb/145 and PR gdb/146.
9875
5913bcb0
AC
98762002-03-17 Andrew Cagney <ac131313@redhat.com>
9877
1868c04e
AC
9878 * cli/cli-decode.c (cmd_type): New function.
9879 * command.h (cmd_type): Declare.
9880 * infrun.c (set_schedlock_func): Call function cmd_type.
9881 * kod.c (kod_set_os): Call cmd_type.
9882 * cris-tdep.c (cris_version_update): Use function cmd_type.
9883 (cris_mode_update, cris_abi_update): Ditto.
9884
5913bcb0
AC
9885 * command.h: (execute_cmd_post_hook): Declare.
9886 (execute_cmd_pre_hook): Declare.
9887 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9888 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9889 functions. Execute pre/post hook while ensuring that afterwords
9890 hook_in is cleared.
9891 * top.c (execute_command): Use execute_cmd_post_hook, and
9892 execute_cmd_pre_hook to execute pre/post commands.
9893 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9894 hook_stop_stub.
9895 (hook_stop_stub): Call execute_cmd_pre_hook.
9896
b51450c9
AC
98972002-03-17 Andrew Cagney <ac131313@redhat.com>
9898
9899 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9900 set'' and this leads to a core dump. Move xstrdup of
9901 operating_system to after check that it is not NULL.
9902
f66c9f11
AC
99032002-03-17 Andrew Cagney <ac131313@redhat.com>
9904
8e694ecf
AC
9905 * kod.c (kod_set_os): Remove unnecessary check that
9906 ``command->type'' is set_cmd.
9907
f66c9f11
AC
9908 * valprint.c (set_input_radix): Use input_radix.
9909 (set_output_radix): Use output_radix.
9910 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9911 isn't reverted.
9912
9d01611c
AC
99132002-03-16 Andrew Cagney <ac131313@redhat.com>
9914
9915 * value.h (struct value): Delete field ``substring_addr''. Change
9916 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9917 force_core_addr_align and force_pointer_aligh.
9918
9919 * value.h (struct value): Fix typo in above change.
9d01611c 9920
4156bb53
PS
99212002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9922
9923 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9924 to fix internal_error from ``maintenance print architecture''.
9925
0e5e3ea6
PS
99262002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9927
9928 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9929 for gcc versions after gcc-2.8.1.
9930
9b013045
PS
99312002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9932
9933 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9934 for method resolution. Restore adjustment of ``this'' pointer after
9935 calling value_struct_elt, which was accidentally removed during the
9936 HP merge.
9937
376c9600
AC
99382002-03-15 Andrew Cagney <ac131313@redhat.com>
9939
9940 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9941 value_of_register.
9942 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9943 get_saved_register.
9944 * value.h (value_of_register): Update.
9945
a4db0f07
RH
99462002-03-14 Richard Henderson <rth@redhat.com>
9947
9948 * configure.in: Detect declaration for canonicalize_file_name.
9949 * utils.c (canonicalize_file_name): Declare, if needed.
9950 (gdb_realpath): Prefer realpath if available and usable.
9951 * config.in, configure: Rebuild.
9952
96383835
RH
99532002-03-14 Richard Henderson <rth@redhat.com>
9954
9955 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9956 a constant array bound.
9957
9958 * MAINTAINERS: Add myself to write-after-approval.
9959
75245b24
MS
99602002-03-14 Michael Snyder <msnyder@redhat.com>
9961
9962 * symfile.c (syms_from_objfile): Return immediately if no syms.
9963 (symbol_file_add): Return immediately if no syms.
9964 (find_sym_fns): Return immediately if no syms.
9965
e641a1ca
ML
99662002-03-13 Michal Ludvig <mludvig@suse.cz>
9967
9968 * gdbserver/remote-util.c (remote_open): Print remote-side's
9969 IP address when remote debugging over the network.
7e336ba1 9970
df08bfec
DB
99712002-03-12 David O'Brien <obrien@FreeBSD.org>
9972
9973 * config/sparc/fbsd.mh: Fix copyright.
9974 * config/sparc/fbsd.mt: Likewise.
9975
9a57864f
RE
99762002-03-11 Richard Earnshaw <rearnsha@arm.com>
9977
9978 * MAINTAINERS: Fix typo in name of gdb warnings option.
9979 (x86-64): Fix formating so that this can be parsed by awk.
9980
dd7bf85e
DJ
99812002-03-10 Daniel Jacobowitz <drow@mvista.com>
9982
9983 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9984 * defs.h: Include "gdb/signals.h".
9985 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9986
33a0a2ac
ML
99872002-03-10 Michal Ludvig <mludvig@suse.cz>
9988
9989 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9990 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9991 from x86-64-tdep.h
9992
dd824b04
DJ
99932002-03-10 Daniel Jacobowitz <drow@mvista.com>
9994 Don Howard <dhoward@redhat.com>
9995
9996 * mips-tdep.c (ST0_FR): Define.
9997 (mips2_fp_compat): New function, temporarily disabled.
9998 (mips_read_fp_register_single): New function.
9999 (mips_read_fp_register_double): New function.
10000 (mips_print_register): Use them.
10001 (do_fp_register_row): Likewise.
10002
6a41ff59
AC
100032002-03-09 Andrew Cagney <ac131313@redhat.com>
10004
10005 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10006 approval''.
10007
4ea09c10
PS
100082002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10009
10010 * stabsread.c (read_member_functions): Fix is_stub test for
10011 static member functions, improve comment.
10012
6ccc741d
RE
100132002-03-07 Richard Earnshaw <rearnsha@arm.com>
10014
10015 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10016 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10017 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10018 commands that set boolean values.
10019 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10020 (arm_rdi_resume): Always initialize PC.
10021 (arm_rdi_open): Don't use rslt as a boolean.
10022 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10023 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10024 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10025 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10026
438013df
AO
100272002-03-06 Alexandre Oliva <aoliva@redhat.com>
10028
10029 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10030 * configure: Rebuilt.
10031
70ed8774
SC
100322002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10033
10034 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10035 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10036
5ba2abeb
AC
100372002-03-06 Andrew Cagney <ac131313@redhat.com>
10038
10039 * cli/cli-decode.c (set_cmd_completer): New function.
10040 * command.h (set_cmd_completer): Declare.
10041 * cli/cli-decode.h (set_cmd_completer): Ditto.
10042
10043 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10044 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10045 * win32-nat.c (_initialize_inftarg): Ditto.
10046 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10047 * proc-api.c (_initialize_proc_api): Ditto.
10048 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10049 * source.c (_initialize_source): Ditto.
10050 * exec.c (_initialize_exec): Ditto.
10051 * solib.c (_initialize_solib): Ditto.
10052 * top.c (init_main): Ditto.
10053 * tracepoint.c (_initialize_tracepoint): Ditto.
10054 * symfile.c (_initialize_symfile): Ditto.
10055 * printcmd.c (_initialize_printcmd): Ditto.
10056 * infcmd.c (_initialize_infcmd): Ditto.
10057 * corefile.c (_initialize_core): Ditto.
10058
f779ca99
AC
100592002-03-05 Andrew Cagney <ac131313@redhat.com>
10060
10061 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10062
01a3934b
AC
100632002-03-05 Andrew Cagney <ac131313@redhat.com>
10064
10065 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10066
37057839
AC
100672002-03-05 Andrew Cagney <ac131313@redhat.com>
10068
10069 * NEWS: Update headings, 5.2 has branched.
10070
c6ecbae5
DJ
100712002-03-04 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10074 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10075 (register_addr, REGISTER_RAW_SIZE): Likewise.
10076 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10077 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10078
e9f30c21
ML
100792002-03-03 Michal Ludvig <mludvig@suse.cz>
10080
10081 * MAINTAINERS (x86-64): Add myself.
10082 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10083 changed value_ptr -> struct value *
10084
54394ac3
DB
100852002-03-01 David O'Brien <obrien@FreeBSD.org>
10086
10087 * configure.host (sparc64-*-freebsd): Add.
10088 * configure.tgt: Likewise.
10089 * config/sparc/fbsd.mh: New file.
10090 * config/sparc/fbsd.mt: Likewise.
10091 * config/sparc/nm-fbsd.h: Likewise.
10092 * config/sparc/tm-fbsd.h: Likewise.
10093
bfe95955
DJ
100942002-03-01 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10097 regformats/reg-s390x.dat.
10098
f33c6cbf
AC
100992002-03-01 Andrew Cagney <ac131313@redhat.com>
10100
10101 * utils.c: Add FIXME explaining true/false problem.
10102
5ecaa7dd
AC
101032002-02-28 Andrew Cagney <ac131313@redhat.com>
10104
10105 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10106
2a251cc2
MC
101072002-02-28 Michael Chastain <mec@shout.net>
10108
10109 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10110
6a8031a3 101112002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10112
10113 * gdbserver/linux-s390-low.c: New file.
10114 * regformats/reg-s390.dat: New file.
10115 * regformats/reg-s390x.dat: New file.
10116 * gdbserver/configure.srv: Add S/390.
10117 * gdbserver/Makefile.in: Add S/390.
10118 * configure.tgt: Enable gdbserver for S/390.
10119
ac469903
EZ
101202002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10121
10122 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10123 first line of the doc string for "info dos", except at the end of
10124 the sentence, since the short help stops at the first period.
10125
985cb1a3
JM
101262002-02-28 Jason Merrill <jason@redhat.com>
10127
10128 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10129
c570663e
FF
101302002-02-27 Fred Fish <fnf@redhat.com>
10131
10132 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10133 comment (dumy -> dummy).
10134
43630227
PS
101352002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10136
10137 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10138
b84911e8
RB
101392002-02-27 Rodney Brown <rbrown64@csc.com.au>
10140
10141 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10142
58caa3dc
DJ
101432002-02-27 Daniel Jacobowitz <drow@mvista.com>
10144
10145 * gdbserver/acconfig.h: New file.
10146 * gdbserver/i387-fp.c: New file.
10147 * gdbserver/i387-fp.h: New file.
10148 * gdbserver/linux-x86-64.c: New file.
10149 * regformats/reg-x86-64.dat: New file.
10150 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10151 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10152 * gdbserver/configure.in: Add support for regsets.
10153 * gdbserver/config.in: Regenerate.
10154 * gdbserver/configure: Regenerate.
10155 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10156 * gdbserver/linux-low.h: New file.
10157 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10158 for regsets.
10159 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10160 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10161 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10162 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10163 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10164 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10165 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10166 "i387-fp.h". Add PTRACE_GETREGS and friends.
10167 * gdbserver/regcache.c (supply_register): New function.
10168 (supply_register_by_name): New function.
10169 (collect_register): New function.
10170 (collect_register_by_name): New function.
10171
93652174
DJ
101722002-02-27 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10175 (config.status): Add configure.srv dependency.
10176 (server_h): Add config.h dependency.
10177
a02e4a61
DJ
101782002-02-27 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10181 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10182 * gdbserver/configure.srv: Change i386-*-linux* to use
10183 reg-i386-linux.o.
10184
ce0eebec
AC
101852002-02-26 Andrew Cagney <ac131313@redhat.com>
10186
10187 * x86-64-tdep.c: Re-indent. Update copyright date.
10188
82dbc5f7
AC
101892002-02-26 Andrew Cagney <ac131313@redhat.com>
10190
10191 From Michal Ludvig <mludvig@suse.cz>:
10192 * x86-64-tdep.c (value.h): Delete.
10193 (gdb_assert.h): Include.
10194 (x86_64_register_convert_to_virtual,
10195 x86_64_register_convert_to_raw ): Add check which lets only
10196 floating-point values to be converted.
10197 (value_push): Delete.
10198 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10199 (i386_gdbarch_init): Number of register_bytes fixed.
10200
e4621584
AC
102012002-02-26 Andrew Cagney <ac131313@redhat.com>
10202
10203 * MAINTAINERS: Add x86-64 target.
10204
81a9a963
AC
102052002-02-26 Andrew Cagney <ac131313@redhat.com>
10206
10207 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10208 * osfsolib.c (solib_map_sections): Ditto.
10209 * irix5-nat.c (solib_map_sections): Ditto.
10210 * corelow.c (gdb_check_format): Ditto.
10211 * symfile.c (symfile_bfd_open): Ditto.
10212 * solib.c (solib_map_sections): Ditto.
10213 Fix PR gdb/354.
7e336ba1 10214
0f017ab9
AC
102152002-02-26 Andrew Cagney <ac131313@redhat.com>
10216
10217 * remote.c (_initialize_remote): By default, disable ``e'' and
10218 ``E'' step out-of-range packets.
10219
75738c29
AS
102202002-02-26 Andreas Schwab <schwab@suse.de>
10221
10222 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10223 m68k_linux_frame_saved_pc.
10224 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10225 in_sigtramp.
10226 (SIGCONTEXT_PC_OFFSET): Remove.
10227 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10228 m68k_linux_sigtramp_saved_pc): New functions.
10229 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10230 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10231 (UCONTEXT_PC_OFFSET): Define.
10232 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10233 non-RT and RT signal trampolines.
10234
7e8ed687
RE
102352002-02-26 Richard Earnshaw <rearnsha@arm.com>
10236
10237 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10238 (TARGET_NBPG, STACK_END_ADDR): Delete
10239 (VARIABLES_INSIDE_BLOCK): Delete.
10240
6972bc8b
AC
102412002-02-25 Andrew Cagney <ac131313@redhat.com>
10242
10243 * utils.c (perror_with_name): Make string parameter constant.
10244 (print_sys_errmsg): Ditto.
10245 (query): Ditto.
10246 * defs.h (perror_with_name): Update.
10247 (print_sys_errmsg): Update.
10248 (query): Update.
10249
aa32f823
DJ
102502002-02-25 Daniel Jacobowitz <drow@mvista.com>
10251
10252 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10253 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10254
19caaa45
PS
102552002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10256
10257 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10258 if it already matches the current architecture from the exec file.
10259 Include arch-utils.h for gdbarch_info_init prototype.
10260 * Makefile.in (rs6000-nat.o): Update dependencies.
10261
d951901f
EZ
102622002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10263
10264 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10265 list of exported variables.
10266
7ea81414
DJ
102672002-02-24 Daniel Jacobowitz <drow@mvista.com>
10268
10269 * gdbserver/configure.srv: New file.
10270 * gdbserver/configure.in: Use configure.srv instead
10271 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10272 from it.
10273 * gdbserver/configure: Regenerated.
10274 * gdbserver/terminal.h: New file.
10275 * gdbserver/Makefile.in: Update for configure changes. Remove
10276 more unneeded include paths.
10277
080fe24b
AC
102782002-02-24 Andrew Cagney <ac131313@redhat.com>
10279
10280 From wiz at danbala:
10281 * config/sparc/tm-sp64.h: Fix grammar and typos.
10282 Fix PR gdb/287.
10283
8605d56e
AC
102842002-02-24 Andrew Cagney <ac131313@redhat.com>
10285
10286 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10287 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10288 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10289 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10290 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10291 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10292 * s390-tdep.c: Ditto.
92362027
AC
10293 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10294 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10295 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10296 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10297 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10298 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10299 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10300 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10301 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10302 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10303 Fix PR gdb/378.
7e336ba1 10304
8ed32cc0
AC
103052002-02-23 Andrew Cagney <ac131313@redhat.com>
10306
a3007b6f
AC
10307 * lin-thread.c: Delete file.
10308 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10309 to gdb_proc_service.h.
10310 * configure: Re-generate.
10311
50a9e2f1
AC
10312 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10313 * serial.c (serial_open): Delete check for "ocd".
10314 Fix PR gdb/349.
10315
8b6e7932
AC
10316 * Makefile.in (linux-thread.o): Delete target.
10317 * linux-thread.c: Delete file.
10318
d155c46b
AC
10319 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10320 renamed SH files to be consistent.
10321
8ed32cc0
AC
10322 * symtab.c (sort_search_symbols): Use xfree.
10323
0e18d038
RE
103242002-02-23 Richard Earnshaw <rearnsha@arm.com>
10325
10326 * arm-linux-tdep.c (arm_linux_init_abi): Register
10327 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10328 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10329 definition with undef, since we don't want the sysvr4 definition.
10330 (SKIP_TRAMPOLINE_CODE): Likewise.
10331
27aac7ff
AC
103322002-02-23 Andrew Cagney <ac131313@redhat.com>
10333
10334 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10335
10336 * configure.in: (AC_CHECK_FUNCS) Added test for
10337 canonicalize_file_name Regenerated.
10338 * config.in, configure: Regenerated.
10339 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10340 defined use canonicalize_file_name.
7e336ba1 10341
65a6e0ee
MC
103422002-02-23 Michael Chastain <mec@shout.net>
10343
10344 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10345
47b95330
AC
103462002-02-23 Andrew Cagney <ac131313@redhat.com>
10347
10348 * README: Remove references to cygnus.com.
10349 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10350 dot com'' form. Remove references to cygnus.com and sourceware.
10351
696f451b
AC
103522002-02-23 Andrew Cagney <ac131313@redhat.com>
10353
10354 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10355 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10356 1003.1-2001 no longer allows "head -1".
10357 * gdb/Makefile.in (version.c): Likewise.
10358 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10359 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10360 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10361
bbaca940
AC
103622002-02-23 Andrew Cagney <ac131313@redhat.com>
10363
10364 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10365 * command.h (cmd_cfunc_eq): Declare.
10366 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10367
10368 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10369 ``struct cmd_list_element *''.
10370 * cli/cli-cmds.c (is_complete_command): Update. Use
10371 cmd_cfunc_eq.
10372 * top.c (execute_command): Pass the command to
10373 is_complete_command.
10374 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10375
b8b8b047
AC
103762002-02-23 Andrew Cagney <ac131313@redhat.com>
10377
10378 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10379 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10380 architecture defines.
10381 * s390-tdep.c (s390_gdbarch_init): Likewise.
10382
19d3fc80
RE
103832002-02-23 Richard Earnshaw <rearnsha@arm.com>
10384
10385 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10386 (arm_linux_push_arguments): Likewise.
10387 (arm_linux_init_abi): Register them. Also register linux-specific
10388 call_dummy_words.
10389 (find_minsym_and_objfile): Use strcmp, not STREQ.
10390 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10391 (arm_linux_call_dummy_words): Delete declaration.
10392 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10393 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10394 declarations.
10395 (LOWEST_PC): Delete.
10396
3ab13650
PS
103972002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10398
10399 * maint.c (print_section_info): Do not prepend `0x' to filepos
10400 output, it will be handled by local_hex_string_custom.
10401
19d3fc80 104022002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10403
10404 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10405 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10406 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10407
d85a5daf
JB
104082002-02-22 Jim Blandy <jimb@redhat.com>
10409
10410 Indicate that the bcache functions don't change the strings
10411 they're passed.
10412 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10413 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10414
eeb25b8a
PM
104152002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10416
10417 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10418
6badb179
CF
104192002-02-21 Christopher Faylor <cgf@redhat.com>
10420
10421 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10422 find the complete path to a loaded DLL.
10423
e8717518
FF
104242002-02-21 Fred Fish <fnf@redhat.com>
10425
10426 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10427 that marks the end of the range of a function, enter a line number
10428 entry that has a line number of zero and a PC offset that matches
10429 the end of the function. This starts a range of PC's for which no
10430 line number information is known.
10431 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10432 PC's for which no line number info is found (line number is zero)
10433 then we didn't find any valid line information.
10434 * symtab.h: Document use of zero line number entry.
10435
9abe5450
EZ
104362002-02-21 Elena Zannoni <ezannoni@redhat.com>
10437
10438 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10439 (have_ptrace_getvrregs): Define for run time checks.
10440 (gdb_vrregset_t): New type for Altivec register handling.
10441 (fetch_register, store_register): Fetch/store altivec register
10442 when needed.
10443 (fetch_altivec_register, store_altivec_register): New functions.
10444 (supply_vrregset, fill_vrregset): New functions.
10445 (fetch_altivec_registers, store_altivec_registers): New functions.
10446 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10447 registers as well.
10448
aaa38bb5
AJ
104492002-02-21 Jiri Smid <smid@suse.cz>
10450
10451 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10452
b34db576
RE
104532002-02-21 Richard Earnshaw <rearnsha@arm.com>
10454
10455 * Makefile.in (armnbsd-nat.o): Update dependencies.
10456 * armnbsd-nat.c (supply_gregset): New function. Common code to
10457 supply the integer register set.
10458 (supply_fparegset): New function. Similar for FPA registers.
10459 (fetch_regs, fetch_fp_regs): Use them.
10460 (fetch_core_registers): Likewise.
10461 (fetch_elfcore_registers): New function.
10462 (arm_netbsd_elfcore_fns): New core-file type specification.
10463 (_initialize_arm_netbsd_nat): Register it.
10464
3e56fc4b
RE
104652002-02-21 Richard Earnshaw <rearnsha@arm.com>
10466
10467 * armnbsd-nat.c: Include gdbcore.h.
10468 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10469 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10470 'void' to declaration, to shut up ARI.
10471 (fetch_core_registers): Make static. Rewrite using supply_register.
10472 (arm_netbsd_core_fns): New core-file type specification.
10473 (_initialize_arm_netbsd_nat): New function.
10474
097f6b0b
CF
104752002-02-21 Christopher Faylor <cgf@redhat.com>
10476
10477 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10478 value.
10479
c914e0cc
CF
104802002-02-20 Christopher Faylor <cgf@redhat.com>
10481
10482 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10483 fails.
10484
385fa495
DJ
104852002-02-20 Daniel Jacobowitz <drow@mvista.com>
10486
10487 * jv-exp.y (parse_number): Change type of implicit longs
10488 to builtin_type_uint64.
10489
e5f1222d
DJ
104902002-02-20 Daniel Jacobowitz <drow@mvista.com>
10491
10492 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10493 to be an integer instead of a `union wait'.
10494
75c9abc6
DJ
104952002-02-20 Daniel Jacobowitz <drow@mvista.com>
10496
10497 * mips-linux-nat.c: Call the operating system GNU/Linux.
10498 * mips-linux-tdep.c: Likewise.
10499 * mips-tdep.c: Likewise.
10500
551792a5
DJ
105012002-02-20 Daniel Jacobowitz <drow@mvista.com>
10502
10503 Fix PR gdb/265.
10504 * jv-exp.y (parse_number): Handle 64-bit integers.
10505
ee6e2b82
DJ
105062002-02-20 Daniel Jacobowitz <drow@mvista.com>
10507
10508 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10509 AC_STDC_HEADERS to AC_HEADER_STDC.
10510 * gdbserver/configure: Regenerated.
10511
a48442a0
RE
105122002-02-20 Richard Earnshaw <rearnsha@arm.com>
10513
10514 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10515 is defined.
10516 * sparc-tdep.c (get_longjmp_target): Likewise.
10517
fe419ffc
RE
105182002-02-20 Richard Earnshaw <rearnsha@arm.com>
10519
10520 * News: Add news about ARM and Multi-arch. Mention the new target
10521 arm*-*-netbsd*.
10522
5832ed7e
JB
105232002-02-19 Jim Blandy <jimb@redhat.com>
10524
10525 * stabsread.c (error_type_complaint): Improve error message.
10526
84563040
DJ
105272002-02-19 Daniel Jacobowitz <drow@mvista.com>
10528
10529 * gdbserver/README: Update documentation.
10530 * gdbserver/configure.in: Update configury to match documentation.
10531 * gdbserver/Makefile.in: Likewise.
10532 * gdbserver/configure: Regenerated.
10533 * gdbserver/aclocal.m4: New file, generated by aclocal.
10534 * gdbserver/config.in: New file, generated by autoheader.
10535
375fd65b
RE
105362002-02-19 Richard Earnshaw <rearnsha@arm.com>
10537
10538 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10539 armnbsd-nat.c.
10540
08216dd7
RE
105412002-02-19 Richard Earnshaw <rearnsha@arm.com>
10542
10543 * arm-tdep.h (enum arm_float_model): New enum.
10544 (struct gdbarch_tdep): Add fp_model.
10545 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10546 up floating-point conversions until we know the floating-point model
10547 in use by the inferior. Don't complain about being unable to
10548 determine the ABI of the inferior when we don't have one.
10549 (arm_extract_return_value): Support different floating-point models.
10550 (arm_store_return_value): Likewise.
aaa38bb5 10551 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10552 ARM_FLOAT_SOFT.
10553 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10554
65d6d66a
PS
105552002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10556
10557 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10558 of ``current_gdbarch''.
10559
47221191
RE
105602002-02-19 Richard Earnshaw <rearnsha@arm.com>
10561
10562 * armnbsd-nat.c : ANSIfy all function declarations.
10563 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10564 (fetch_inferior_registers): Re-implement in terms of above.
10565 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10566 (store_inferior_registers): Re-implement in terms of above.
10567
fdf39c9a
RE
105682002-02-19 Richard Earnshaw <rearnsha@arm.com>
10569
aaa38bb5 10570 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10571 kernel.
10572 * arm-linux-tdep.c: Likewise.
10573 * config/arm/tm-linux.h: Likewise.
10574
93247f88
RE
105752002-02-19 Richard Earnshaw <rearnsha@arm.com>
10576
10577 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10578 * config/arm/nbsd.mt (TM_FILE): Delete.
10579 * config/arm/tm-nbsd.h: Delete.
10580
d7b486e7
RE
105812002-02-19 Richard Earnshaw <rearnsha@arm.com>
10582
10583 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10584 Initialize CALL_DUMMY_LENGTH.
10585
41d39a95
RE
105862002-02-19 Richard Earnshaw <rearnsha@arm.com>
10587
10588 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10589 function.
10590 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10591 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10592 defines one thing and that is incorrect for this port.
10593 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10594
e1195560
PM
105952002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10596
10597 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10598
c1748f97
PM
105992002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10600
10601 * win32-nat.c (display_selector): New function. Displays information
10602 about the information returned by GetThreadSelectorEntry API function.
10603 (display_selectors): New function. Displays the infomation of
10604 the selector given as argument, or of CS, DS ans FS selectors
10605 if no argument is given.
10606 ( _initialize_inftarg): Add "w32" as info prefix command.
10607 Add "info w32 selector" as command calling display_selectors.
10608
e41e6bbf
PM
106092002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10610
10611 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10612 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10613 if not defined.
10614
0d3a9f48
RE
106152002-02-18 Richard Earnshaw <rearnsha@arm.com>
10616
10617 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10618
3fb4b924
RE
106192002-02-18 Richard Earnshaw <rearnsha@arm.com>
10620
10621 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10622 (arm_fix_call_dummy): Call it.
10623 (arm_call_dummy_breakpoint_offset): Delete.
10624 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10625 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10626
7f55af32
AC
106272002-02-18 Andrew Cagney <ac131313@redhat.com>
10628
10629 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10630 Default to func_frame_chain_valid.
10631 * gdbarch.h, gdbarch.c: Re-generate.
10632 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10633
05f13b9c
EZ
106342002-02-18 Elena Zannoni <ezannoni@redhat.com>
10635
10636 * ppc-linux-nat.c: Update copyright.
10637 (fetch_register, store_register): Add tid parameter, don't compute
10638 tid here.
10639 (fetch_ppc_registers, store_ppc_registers): Add tid
10640 parameter. Pass it along to callees.
10641 (fetch_inferior_registers, store_inferior_registers): Compute tid
10642 here, and pass it to calleed functions.
10643 (fill_gregset, supply_fpregset): Clean up formatting.
10644
d7afb4c9
RE
106452002-02-18 Richard Earnshaw <rearnsha@arm.com>
10646
10647 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10648 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10649
9df628e0
RE
106502002-02-18 Richard Earnshaw <rearnsha@arm.com>
10651
10652 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10653 * gdbarch.c gdbarch.h: Regenerate.
10654 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10655 function.
10656 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10657 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10658 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10659
10660 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10661 * arm-tdep.c (arm_get_longjmp_target): New function.
10662 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10663 this to a positive value register arm_get_longjmp_target as the
10664 longjmp handler.
10665 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10666 (arm_linux_init_abi): Set up longjmp description in tdep.
10667 * armnbsd-nat.c (get_longjmp_target): Delete.
10668 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10669 description in tdep.
10670 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10671 (get_longjmp_target): Delete declaration.
10672 (GET_LONGJMP_TARGET): Delete.
10673 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10674 (GET_LONGJMP_TARGET): Delete.
10675
57bc8964
KB
106762002-02-17 Kevin Buettner <kevinb@redhat.com>
10677
10678 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10679 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10680 of ``current_gdbarch''.
10681
83d31a92
TT
106822002-02-17 Tom Tromey <tromey@redhat.com>
10683
10684 * cli/cli-cmds.c (compare_strings): New function.
10685 (complete_command): Only print each unique item once.
10686 * completer.h (complete_line): Declare.
10687 * completer.c (complete_line): New function.
10688 (line_completion_function): Use it.
10689
17ef5d92
AC
106902002-02-16 Andrew Cagney <ac131313@redhat.com>
10691
10692 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10693 * gdbarch.h, gdbarch.c: Re-generate.
10694
491b8946
DJ
106952002-02-16 Daniel Jacobowitz <drow@mvista.com>
10696
10697 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10698
106992002-02-16 Daniel Jacobowitz <drow@mvista.com>
10700
10701 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10702 * valops.c (value_arg_coerce): Don't take the address of a reference
10703 to convert an argument to a reference.
10704
dfe7f3ac
CF
107052002-02-15 Christopher Faylor <cgf@redhat.com>
10706
10707 * win32-nat.c (get_image_name): New function.
10708 (handle_load_dll): Use get_image_name function.
10709 (get_child_debug_event): Avoid registering debug events until possibly
10710 execed process is started.
10711 (child_create_inferior): Allow invocation via shell so that command
10712 line redirection, etc. works ok.
10713 (_initialize_inftarg): Add new command: "set shell" to control whether
10714 a shell is used to start a process.
10715
1d33e73a
DJ
107162002-02-15 Daniel Jacobowitz <drow@mvista.com>
10717
10718 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10719 instead of find_register_by_number.
10720 (cannot_store_register): Likewise.
10721
48cd0caa
PM
107222002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10723
aaa38bb5 10724 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10725 fprintf_unfiltered (gdb_stderr, ...).
10726
8656e7d8
DJ
107272002-02-15 Daniel Jacobowitz <drow@mvista.com>
10728
10729 * gdbserver/gdbserver.1: Document --attach.
10730
66e810cd
RE
107312002-02-15 Richard Earnshaw <rearnsha@arm.com>
10732
10733 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10734 descriptions.
10735 * arm-tdep.c (arm_default_arm_le_breakpoint)
10736 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10737 (arm_default_thumb_be_breakpoint): New. Initialize them from
10738 traditional breakpoint defines.
10739 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10740 (arm_gdbarch_init): Initialize new breakpoint variables.
10741 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10742 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10743 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10744 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10745 code out to ...
10746 (arm_netbsd_init_abi_common): ... here; new function.
10747 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10748 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10749 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10750 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10751
97e03143
RE
107522002-02-15 Richard Earnshaw <rearnsha@arm.com>
10753
10754 * arm-tdep.h (enum arm_abi): New enum.
10755 (struct gdbarch_tdep): New structure.
10756 (LOWEST_PC): Provide a default.
10757 (arm_gdbarch_register_os_abi): Declare new function.
10758 * arm-tdep.c (arm_abi_names): New array.
10759 (process_note_abi_tag_sections): New function.
10760 (get_elfosabi): New function.
10761 (arm_gdbarch_register_os_abi): New function.
10762 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10763 support for that ABI has been built in, then call the appropriate
10764 configuration routine. Use gdbarch_num_regs() to get the number
10765 of registers.
10766 (arm_dump_tdep): New function.
10767 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10768 place-holder functions.
10769 (_initialize_arm_tdep): Register them.
10770 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10771
10772 * armnbsd-tdep.c: New file.
10773 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10774 * config/arm/nbsd.mt (TDEPFILES): Add it.
10775 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10776
10777 * armnbsd-nat.c: Include regcache.h.
10778 * Makefile.in (armnbsd-nat.o): Update dependency list.
10779
10780 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10781
ad68be46
DJ
107822002-02-14 Daniel Jacobowitz <drow@mvista.com>
10783
10784 * gdbserver/Makefile.in: Fix typos in target rules.
10785
003d6d1d
DJ
107862002-02-14 Daniel Jacobowitz <drow@mvista.com>
10787
aaa38bb5 10788 Fix part of PR gdb/267.
003d6d1d
DJ
10789 * linespec.c (find_methods): Handle constructors specially for now.
10790
6b230f1b
CV
107912002-02-14 Corinna Vinschen <vinschen@redhat.com>
10792
10793 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10794 handling.
10795 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10796 standard_coerce_float_to_double().
10797
1ea98d12
CF
107982002-02-14 Christopher Faylor <cgf@redhat.com>
10799
10800 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10801 GDBINIT_FILENAME.
10802
dd47e6fd
EZ
108032002-02-14 Elena Zannoni <ezannoni@redhat.com>
10804
10805 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10806 find_variant_by_name, because it confuses the multiarch
10807 framework. Return NULL if there isn't an architecture with the
10808 user supplied name, instead of forcing a different one without
10809 recording the change with the multiarch machinery.
10810 (find_variant_by_name): Delete.
10811
d7e39b9e
PS
108122002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10813
10814 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10815 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10816
76e42a4f
MH
108172002-02-13 Martin M. Hunt <hunt@redhat.com>
10818
aaa38bb5 10819 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10820 print_frame_info_listing_hook, set current_source_symtab.
10821
0a30fbc4
DJ
108222002-02-14 Daniel Jacobowitz <drow@mvista.com>
10823
10824 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10825 and remove unused $(INCLUDE_DIR).
10826 Add regcache.c to OBS.
10827 Add generated register protocol files to clean target.
10828 Update dependencies for new objects, obsolete old target code.
10829
10830 * gdbserver/linux-low.c: Remove all platform-specific code to
10831 new files. Remove various dead code. Update to use regcache
10832 functionality.
10833 * gdbserver/remote-utils.c (fromhex): Add return statement
10834 to quiet warning.
10835 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10836 constant.
10837 (input_interrupt): Add integer parameter to match prototype
10838 of a signal handler.
10839 (outreg): Use register_data ().
10840 (prepare_resume_reply): Use gdbserver_expedite_regs.
10841 * gdbserver/server.c (main): Dynamically allocate own_buf because
10842 PBUFSIZ is no longer constant. Use registers_to_string () and
10843 registers_from_string ().
10844 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10845 for error (), fatal (), and warning (). Update definition of
10846 PBUFSIZ to use regcache functionality. Add include guard.
10847 * gdbserver/utils.c (fatal): Add missing ``const''.
10848 (warning): New function.
10849
10850 * regformats/regdat.sh: Include "regcache.h" in generated files.
10851 Provide init_registers () function.
10852 * regformats/regdef.h: Add prototype for set_register_cache ().
10853 Add include guard.
10854
10855 * gdbserver/linux-arm-low.c: New file.
10856 * gdbserver/linux-i386-low.c: New file.
10857 * gdbserver/linux-ia64-low.c: New file.
10858 * gdbserver/linux-m68k-low.c: New file.
10859 * gdbserver/linux-mips-low.c: New file.
10860 * gdbserver/linux-ppc-low.c: New file.
10861 * gdbserver/linux-sh-low.c: New file.
10862
10863 * gdbserver/regcache.c: New file.
10864 * gdbserver/regcache.h: New file.
10865
10866 * gdbserver/low-linux.c: Removed obsolete file.
10867
4cc841d0
DJ
108682002-02-14 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10871 * config/i386/linux.mt: Likewise.
10872 * config/ia64/linux.mt: Likewise.
10873 * config/m68k/linux.mh: Likewise.
10874 * config/powerpc/linux.mh: Likewise.
10875 * config/mips/linux.mt: Likewise.
10876
10877 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10878
10879 * config/i386/i386lynx.mh: Mark gdbserver variables
10880 as (currently) obsolete for this target.
10881 * config/i386/nbsd.mt: Likewise.
10882 * config/i386/nbsdelf.mt: Likewise.
10883 * config/m32r/m32r.mt: Likewise.
10884 * config/m68k/m68klynx.mh: Likewise.
10885 * config/m68k/nbsd.mt: Likewise.
10886 * config/m68k/sun3os4.mh: Likewise.
10887 * config/mips/vr5000.mt: Likewise.
10888 * config/ns32k/nbsd.mt: Likewise.
10889 * config/pa/hppabsd.mh: Likewise.
10890 * config/pa/hppaosf.mh: Likewise.
10891 * config/powerpc/nbsd.mt: Likewise.
10892 * config/rs6000/rs6000lynx.mh: Likewise.
10893 * config/s390/s390.mt: Likewise.
10894 * config/s390/s390x.mt: Likewise.
10895 * config/sparc/sparclynx.mh: Likewise.
10896 * config/sparc/sun4os4.mh: Likewise.
10897 * config/i386/x86-64linux.mt: Likewise.
10898 * config/sparc/linux.mh: Likewise.
10899
a85f51e7
DJ
109002002-02-14 Daniel Jacobowitz <drow@mvista.com>
10901
10902 * configure.tgt: Configure gdbserver only for known working
10903 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10904 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10905 SUBDIRS if it is configured. Update comment for ${nativefile}.
10906 * configure: Regenerated.
10907
65554fef
MS
109082002-02-13 Michael Snyder <msnyder@redhat.com>
10909
670a52db
MS
10910 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10911
6dbdc4a3
MS
10912 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10913 (default_gcore_mach): Just return 0, work around a problem in bfd.
10914 (default_gcore_target): OK to return NULL if exec_bfd is null.
10915 (make_mem_sec): Use a cast, avoid a warning.
10916
10917 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10918 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10919 sizeof (host pointer) != sizeof (target pointer)).
10920 (procfs_make_note_section): Avoid overflow in psargs string.
10921
aaa38bb5 10922 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10923 implementation return an error.
10924
109252002-02-13 Rodney Brown <rbrown64@csc.com.au>
10926
10927 * procfs.c (procfs_make_note_section): Provide a default definition
10928 (for alpha-dec-osf4.0f). Fix typos.
10929
1e4d76e7
EZ
109302002-02-13 Elena Zannoni <ezannoni@redhat.com>
10931
10932 * linux-proc.c: Add include of regcache.h.
10933 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10934
b6d1a1d5
AC
109352002-02-13 Andrew Cagney <ac131313@redhat.com>
10936
10937 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10938 * memattr.c (create_mem_region): Disallow useless empty region.
10939 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10940 non-overlapping.
b6d1a1d5 10941
6c6ea35e
MC
109422002-02-13 Michael Chastain <mec@shout.net>
10943
10944 * defs.h: Kill CONST_PTR.
10945 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10946 * c-lang.c (c_builtin_types): Likewise.
10947 * ch-lang.c (ch_builtin_types): Likewise.
10948 * f-lang.c (f_builtin_types): Likewise.
10949 * language.c (unknown_builtin_types): Likewise.
10950 * m2-lang.c (m2_builtin_types): Likewise.
10951 * p-lang.c (pascal_builtin_types): Likewise.
10952 * scm-lang.c (c_builtin_types): Likewise.
10953
3e0b0f48
KS
109542002-02-13 Keith Seitz <keiths@redhat.com>
10955
10956 * arm-tdep.h (arm_get_next_pc): Add declaration.
10957
67255d04
RE
109582002-02-13 Richard Earnshaw <rearnsha@arm.com>
10959
10960 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10961 with other related struct-returning functions.
10962 (arm_extract_struct_value_address): New function.
10963 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10964 initialize float_format, double_format and long_double_format as
10965 appropriate to the endianness of the target.
10966 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10967 (arm_use_struct_convention): Delete declaration.
10968 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10969
079777f6
KS
109702002-02-13 Keith Seitz <keiths@redhat.com>
10971
10972 * defs.h (core_addr_to_string_nz): New function.
10973
34588f23
MK
109742002-02-13 Mark Kettenis <kettenis@gnu.org>
10975
10976 Apply missing bits of 2002-01-15 patch.
10977 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10978 (fill_fpregset): Use i387_fill_fsave.
10979
49b563f9
KS
109802002-02-12 Keith Seitz <keiths@redhat.com>
10981
49b563f9
KS
10982 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10983 (core_addr_to_string_nz): New function.
10984
aeb98c60
RE
109852002-02-11 Richard Earnshaw <rearnsha@arm.com>
10986
10987 * arm-linux-nat.c: Really include arm-tdep.h.
10988 * config/arm/tm-linux.h (struct type, struct value): Declare.
10989
65554fef
MS
109902002-02-11 Michael Snyder <msnyder@redhat.com>
10991
10992 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10993 (gcore section): Ifdef for Solaris and Unixware only.
10994 (procfs_do_thread_registers): Unixware needs one lwpstatus
10995 per thread (not one prstatus or pstatus).
10996 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10997 not over all gdb threads. For unixware, call elfcore_write_pstatus
10998 once before iterating over threads.
10999
34e8f22d
RE
110002002-02-11 Richard Earnshaw <rearnsha@arm.com>
11001
11002 * arm-tdep.h: New file.
11003 * arm-tdep.c: Include arm-tdep.h.
11004 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11005 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11006 (arm_print_float_info, arm_register_type, convert_to_extended)
11007 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11008 (arm_extract_return_value, arm_register_name): Make static.
11009 (arm_software_single_step): Similarly. Fix types in declaration.
11010 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11011 (arm_store_return_value, arm_store_struct_return): New functions.
11012 (arm_gdbarch_init): Register the above functions. Also register
11013 call_dummy_start_offset, sizeof_call_dummy_words,
11014 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11015 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11016 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11017 prologue_cache.saved_regs here, rather than ...
11018 (_initialize_arm_tdep): ... here.
11019 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11020 declarations.
11021 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11022 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11023 (arm_print_float_info, arm_register_type, convert_to_extended)
11024 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11025 (arm_extract_return_value, arm_register_name): Delete declarations.
11026 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11027 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11028 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11029 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11030 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11031 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11032 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11033 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11034 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11035 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11036 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11037 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11038 interface.
11039 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11040 * remote-rdi.c remote-rdp.c: Likewise.
11041 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11042 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11043 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11044 definition.
11045
11046 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11047 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11048 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11049 from non-ARM_ prefixed definitions.
11050 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11051 all uses of above.
11052 * remote-rdi.c remote-rdp.c: Likewise.
11053 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11054
148754e5
RE
110552002-02-11 Richard Earnshaw <rearnsha@arm.com>
11056
11057 * arm-tdep.c (arm_frameless_function_invocation)
11058 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11059 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11060 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11061 (arm_pop_frame, arm_get_next_pc): Make static.
11062 (arm_gdbarch_init): Register above in gdbarch structure.
11063 (arm_read_fp): Renamed from arm_target_read_fp.
11064 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11065 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11066 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11067 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11068 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11069 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11070 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11071 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11072 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11073 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11074 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11075
434d2d4f
DJ
110762002-02-10 Daniel Jacobowitz <drow@mvista.com>
11077
11078 * symtab.c (compare_search_syms): New function.
11079 (sort_search_symbols): New function.
11080 (search_symbols): Sort symbols after searching rather than
11081 before.
11082
55241689
AC
110832002-02-10 Andrew Cagney <ac131313@redhat.com>
11084
11085 * NEWS: Linux -> GNU/Linux.
11086
028c194b
AC
110872002-02-10 Andrew Cagney <ac131313@redhat.com>
11088
11089 * gdbarch.sh: For for level one methods, disallow a definition
11090 when partially multi-arched. Add comments explaining rationale.
11091 * gdbarch.h: Re-generate.
11092
6acf50cd
AC
110932002-02-10 Andrew Cagney <ac131313@redhat.com>
11094
11095 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11096 multi-arch partial.
aaa38bb5 11097
50248794
AC
110982002-02-10 Andrew Cagney <ac131313@redhat.com>
11099
11100 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11101 field. Use diff -u.
11102 * gdbarch.c: Re-generate.
11103
c30e0066
AC
111042002-02-10 Andrew Cagney <ac131313@redhat.com>
11105
9b56c5f3 11106 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11107 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11108 partial.
11109
6e6d6484
AC
111102002-02-10 Andrew Cagney <ac131313@redhat.com>
11111
11112 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11113 multi-arch partial.
11114 (PUSH_ARGUMENTS): Switch to using predefault.
11115 * gdbarch.c: Regenerate.
11116
c203844d
AC
111172002-02-10 Andrew Cagney <ac131313@redhat.com>
11118
11119 * valops.c (PUSH_ARGUMENTS): Delete definition.
11120 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11121 partial. Default to default_push_arguments.
11122 * gdbarch.h, gdbarch.c: Regenerate.
11123
b5a2688f
AC
111242002-02-09 Andrew Cagney <ac131313@redhat.com>
11125
11126 * defs.h (throw_exception): Rename return_to_top_level. Update
11127 comments.
11128 * utils.c (error_stream, internal_verror, quit): Ditto.
11129 * top.c (throw_exception, catcher): Ditto.
11130 * sparclet-rom.c (sparclet_load): Ditto.
11131 * remote.c (interrupt_query, minitelnet): Ditto.
11132 * remote-sds.c (interrupt_query): Ditto.
11133 * remote-mips.c (mips_error, mips_kill): Ditto.
11134 * ocd.c (interrupt_query): Ditto.
11135 * monitor.c (monitor_interrupt_query): Ditto.
11136 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11137 * target.h: Update comment.
aaa38bb5 11138
b5a2688f 11139 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11140
2fa5c1e0
AC
111412002-02-09 Andrew Cagney <ac131313@redhat.com>
11142
11143 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11144 default_double_format.
11145 * gdbarch.h, gdbarch.c: Re-generate.
11146 * findvar.c (floatformat_unknown): Delete variable definition.
11147 * doublest.h (floatformat_unknown): Delete variable declaration.
11148
da966255
JB
111492002-02-09 Jim Blandy <jimb@redhat.com>
11150
11151 * stabsread.c (read_type): Add code to parse Sun's syntax for
11152 prototyped function types.
11153
123a4891
AC
111542002-02-09 Andrew Cagney <ac131313@redhat.com>
11155
11156 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11157 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11158
fb39c8f3
PS
111592002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11160
11161 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11162 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11163 now _initialize_xcoffsolib gets called again and overrides the
11164 commands from solib.c in a native configuration.
11165
0b87a11d
MK
111662002-02-09 Mark Kettenis <kettenis@gnu.org>
11167
11168 * doublest.c (store_typed_floating): Don't try to return a value.
11169 Fixes PR gdb/290.
11170
bdc2fc72
JB
111712002-02-08 Jim Blandy <jimb@redhat.com>
11172
11173 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11174 is prototyped and has no arguments, print its argument list as
11175 `(void)'.
11176
da69bbcf
CD
111772002-02-08 Chris Demetriou <cgd@broadcom.com>
11178
11179 * MAINTAINERS (write-after-approval): Add myself.
11180 (paper-trail): I've escaped!
aaa38bb5 11181
b69571f5
CF
111822002-02-08 Christopher Faylor <cgf@redhat.com>
11183
11184 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11185 changes.
11186 (_initialize_check_for_gdb_ini): Ditto.
11187
f6871398
MH
111882002-02-08 Martin M. Hunt <hunt@redhat.com>
11189
11190 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11191 xaprintf -> xasprintf.
11192
4e52d31c
PM
111932002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11194
11195 * win32-nat.c: Remove use of printf and sprintf functions.
11196
39bbf761
RE
111972002-02-08 Richard Earnshaw <rearnsha@arm.com>
11198
11199 * arm-tdep.c (arm_frame_chain_valid): Make static.
11200 (arm_push_arguments): Likewise.
11201 (arm_gdbarch_init): New function.
11202 (_initialize_arm_tdep): Call it.
11203 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11204 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11205 (FRAME_CHAIN_VALID): Delete.
11206 (arm_frame_chain_valid): Delete declaration.
11207 (PUSH_ARGUMENTS): Delete.
11208 (arm_push_arguments): Delete declaration.
11209 (CALL_DUMMY_P): Delete.
11210
9c9532c9
CV
112112002-02-08 Andrew Cagney <ac131313@redhat.com>
11212 Corinna Vinschen <vinschen@redhat.com>
11213
11214 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11215 on builtin float types.
11216
4e8f7a8b
DJ
112172002-02-08 Daniel Jacobowitz <drow@mvista.com>
11218
11219 * utils.c: Include <curses.h> before "bfd.h".
11220 * tui/tui-hooks.c: Likewise.
11221 * tui/tui.c: Likewise.
11222 * tui/tuiCommand.c: Likewise.
11223 * tui/tuiData.c: Likewise.
11224 * tui/tuiDataWin.c: Likewise.
11225 * tui/tuiDisassem.c: Likewise.
11226 * tui/tuiGeneralWin.c: Likewise.
11227 * tui/tuiIO.c: Likewise.
11228 * tui/tuiLayout.c: Likewise.
11229 * tui/tuiRegs.c: Likewise.
11230 * tui/tuiSource.c: Likewise.
11231 * tui/tuiSourceWin.c: Likewise.
11232 * tui/tuiStack.c: Likewise.
11233 * tui/tuiWin.c: Likewise.
11234
cd4bffcf
EZ
112352002-02-07 Elena Zannoni <ezannoni@redhat.com>
11236
11237 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11238 to include space for pseudoregs as well. Update loops accordingly.
11239 (sh_fp_frame_init_saved_regs): Ditto.
11240 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11241
26806ce2
AC
112422002-02-07 Andrew Cagney <ac131313@redhat.com>
11243
11244 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11245 Add Richard Earnshaw to Arm maintainers.
11246
97fdab62
AC
112472002-02-07 Andrew Cagney <ac131313@redhat.com>
11248
a6b98203
AC
11249 * defs.h (warning_begin): Delete declaration.
11250
97fdab62
AC
11251 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11252 Delete macro.
11253
78b29b40
MS
112542002-02-07 Michael Snyder <msnyder@redhat.com>
11255
aaa38bb5 11256 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11257 Logic bug, remove misplaced else.
11258
d8849953
KD
112592002-02-07 Klee Dienes <klee@apple.com>
11260
11261 * fork-inferior.c (fork_inferior): Add '!' to the list of
11262 characters that need to be quoted when building a string for the
11263 shell. Quote '!' specifically with a backslash, since CSH chokes
11264 when trying to evaluate "str!str".
aaa38bb5 11265
095778a0
NC
112662002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11267
11268 * rdi-share/host.h: Only provide a typedef for bool if it is not
11269 defined.
11270
1900040c
MS
112712002-02-04 Michael Snyder <msnyder@redhat.com>
11272
11273 * breakpoint.h (enum bptype): Add new overlay event bp type.
11274 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11275
1900040c
MS
11276 * breakpoint.c (create_internal_breakpoint): New function.
11277 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11278 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11279 (create_thread_event_breakpoint): Ditto.
11280 (create_solib_event_breakpoint): Ditto.
11281 (create_overlay_event_breakpoint): New function.
11282 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11283 (update_breakpoints_after_exec): Delete and re-initialize
11284 overlay event breakpoints after an exec. Add FIXME comment
11285 about longjmp breakpoint.
11286 (print_it_typical): Ignore overlay event breakpoints.
11287 (print_one_breakpoint): Ditto.
11288 (mention): Ditto.
11289 (bpstat_what): Do not stop for overlay event breakpoints.
11290 (delete_breakpoint): Don't delete overlay event breakpoints.
11291 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11292 (breakpoint_re_set): Re-create overlay event breakpoint.
11293
11294 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11295 (overlay_manual_command): Disable overlay breakpoints.
11296 (overlay_off_command): Disable overlay breakpoints.
11297
082fc60d
RE
112982002-02-06 Richard Earnshaw <rearnsha@arm.com>
11299
11300 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11301 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11302 to here from config/tm-arm.h.
11303 (coff_sym_is_thumb): Make static.
11304 (arm_elf_make_msymbol_special): New function.
11305 (arm_coff_make_msymbol_special): New function.
11306 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11307 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11308 (coff_sym_is_thumb): Delete declaration.
11309 (arm_elf_make_msymbol_special): Declare.
11310 (arm_coff_make_msymbol_special): Declare.
11311 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11312 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11313
039c5766
RE
113142002-02-06 Richard Earnshaw <rearnsha@arm.com>
11315
11316 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11317
113182002-02-06 Richard Earnshaw <rearnsha@arm.com>
11319
11320 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11321 * gdbarch.c gdbarch.h: Regenerate.
11322 * arch-utils.c (default_print_float_info): New function.
11323 * arch-utils.h (default_print_float_info): Prototype it.
11324 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11325 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11326 (PRINT_FLOAT_INFO): Document it.
11327
11328 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11329 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11330 (PRINT_FLOAT_INFO): Define.
11331
58fa08f0
PM
113322002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11333
aaa38bb5 11334 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11335 Add typecast to sprintf argument to suppress a warning.
11336
7393af7c
PM
113372002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11338
58fa08f0 11339 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11340 to allow easier handling of pass state.
11341 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11342 that gives exception name and address.
11343 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11344 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11345 exceptions added.
aaa38bb5
AJ
11346 (child_continue): Correctly report continue_status.
11347 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11348 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11349 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11350 the exception should be passed to debuggee or not.
11351
6af4589c
MS
113522002-02-05 Michael Snyder <msnyder@redhat.com>
11353
11354 * regcache.c (fetch_register): Call target_fetch_register
11355 only if we don't call FETCH_PSEUDO_REGISTER.
11356 (store_register): Call target_store_register only if we
11357 don't call STORE_PSEUDO_REGISTER.
11358
a2cf933a
EZ
113592002-02-05 Elena Zannoni <ezannoni@redhat.com>
11360
11361 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11362 ELF_MAKE_MSYMBOL_SPECIAL.
11363 * gdbarch.c, gdbarch.h: Regenerate.
11364 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11365 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11366 * elfread.c (elf_symtab_read): Compile use of
11367 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11368 multiarched.
11369 * coffread.c (coff_symtab_read): Ditto, for
11370 COFF_MAKE_MSYMBOL_SPECIAL.
11371
6bb7be43
JB
113722002-02-05 Jim Blandy <jimb@redhat.com>
11373
11374 * solib-svr4.c (svr4_truncate_ptr): New function.
11375 (svr4_relocate_section_addresses): Do the address arithmetic with
11376 the appropriate truncation for target addresses, even when
11377 CORE_ADDR is larger than a target address.
11378
e18651ec
DJ
113792002-02-05 Daniel Jacobowitz <drow@mvista.com>
11380
11381 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11382 to (int *).
11383
6b2725be
DJ
113842002-02-05 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11387 code.
11388
fca9e603
DJ
113892002-02-05 Daniel Jacobowitz <drow@mvista.com>
11390
11391 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11392
6c537a52
DJ
113932002-02-05 Daniel Jacobowitz <drow@mvista.com>
11394
11395 * gdbserver/linux-low.c: Remove unused include files.
11396
d844cde6
DJ
113972002-02-05 Daniel Jacobowitz <drow@mvista.com>
11398
11399 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11400 (read_inferior_memory): Use it.
11401 (write_inferior_memory): Likewise.
11402
d07c63e7
DJ
114032002-02-05 Daniel Jacobowitz <drow@mvista.com>
11404
11405 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11406 grubbing through sys_errlist.
11407
da6d8c04
DJ
114082002-02-05 Daniel Jacobowitz <drow@mvista.com>
11409
11410 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11411
5b421780
PM
114122002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11413 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11414
9f60d481
AC
114152002-02-04 Andrew Cagney <ac131313@redhat.com>
11416
11417 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11418 (do_sfunc, set_cmd_sfunc): New functions.
11419
11420 * command.h (struct cmd_list_element): Add field func.
11421 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11422 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11423 * cli/cli-decode.h: Ditto.
11424
11425 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11426 (help_all, help_cmd_list): Ditto.
11427 (find_cmd, complete_on_cmdlist): Ditto.
11428 * top.c (execute_command): Ditto.
11429
11430 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11431 function.sfunc.
11432
11433 * infcmd.c (notice_args_read): Fix function signature.
11434
11435 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11436 * cli/cli-decode.c (add_set_cmd): Ditto.
11437 * utils.c (initialize_utils): Ditto.
11438 * maint.c (_initialize_maint_cmds): Ditto.
11439 * infrun.c (_initialize_infrun): Ditto.
11440 * demangle.c (_initialize_demangler): Ditto.
11441 * remote.c (add_packet_config_cmd): Ditto.
11442 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11443 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11444 * proc-api.c (_initialize_proc_api): Ditto.
11445 * kod.c (_initialize_kod): Ditto.
11446 * valprint.c (_initialize_valprint): Ditto.
11447 * top.c (init_main): Ditto.
11448 * infcmd.c (_initialize_infcmd): Ditto.
11449 * corefile.c (_initialize_core): Ditto.
11450 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11451 * arch-utils.c (initialize_current_architecture): Ditto.
11452 (_initialize_gdbarch_utils): Ditto.
11453 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11454
11455 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11456 * wince.c (_initialize_inftarg): Ditto.
11457 * symfile.c (_initialize_symfile): Ditto.
11458 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11459 * language.c (_initialize_language): Ditto.
11460 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11461
f9ba0717
MS
114622002-02-04 Michael Snyder <msnyder@redhat.com>
11463
11464 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11465
0c74b2a7
DJ
114662002-02-04 Daniel Jacobowitz <drow@mvista.com>
11467
11468 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11469 Add rules for building the register data files.
11470
c638789f
DJ
114712002-02-04 Daniel Jacobowitz <drow@mvista.com>
11472
11473 * regformats/regdat.sh: Add braces to the definition of
11474 expedite_regs_${arch}.
11475
db253027
DJ
114762002-02-04 Daniel Jacobowitz <drow@mvista.com>
11477
11478 * regformats/regdef.h (struct reg): Add comment describing the
11479 requirements for offset and size fields.
11480
206be19c
AS
114812002-02-04 Andreas Schwab <schwab@suse.de>
11482
11483 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11484 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11485
181c1381
RE
114862002-02-04 Richard Earnshaw <rearnsha@arm.com>
11487
11488 * gdbarch.sh (copyright): Update years in generated header.
11489 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11490 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11491 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11492 * dbxread.c: Likewise.
11493 * dwarfread.c: Likewise.
11494 * elfread.c: Likewise.
11495 * somread.c: Likewise.
11496
11497 * arm-tdep.c (arm_smash_text_address): New function.
11498 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11499
fa4ba8da
PM
115002002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11501
11502 Add support for hardware watchpoints on win32 native.
aaa38bb5 11503 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11504 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11505 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11506 of debug registers.
11507 (debug_registers_changed): New variable. Reflects when debug registers
11508 are changed and need to be written to inferior.
aaa38bb5 11509 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11510 was set, used when new threads are created.
11511 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11512 i386-nat code.
11513 (thread_rec): Set dr array if id is the thread of current_event .
11514 (child_continue, child_resume): Change the debug registers for all
11515 threads if debug_registers_changed.
11516 (child_add_thread): Change the debug registers if debug_registers_used.
11517 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11518 Link nm.h to new nm-cygwin.h file.
11519 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11520 of hardware registers.
11521
a73c86fb
AC
115222002-02-03 Andrew Cagney <ac131313@redhat.com>
11523
11524 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11525 Restore behavour broken by 2002-01-20 Andrew Cagney
11526 <ac131313@redhat.com> IEEE_FLOAT removal.
11527
acf5ed49
DJ
115282002-02-03 Daniel Jacobowitz <drow@mvista.com>
11529
11530 * c-valprint.c (c_val_print): Pass a proper valaddr to
11531 cp_print_class_method.
11532 * valops.c (search_struct_method): If there is only one method
11533 and args is NULL, return that method.
11534
493d28d5
DJ
115352002-02-03 Daniel Jacobowitz <drow@mvista.com>
11536
11537 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11538 accessing tag_name directly.
11539
7495dfdb
DJ
115402002-02-03 Daniel Jacobowitz <drow@mvista.com>
11541
11542 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11543 of accessing tag_name directly.
11544
dd6bda65
DJ
115452002-02-03 Daniel Jacobowitz <drow@mvista.com>
11546
11547 PR gdb/280
11548 * gdbtypes.c (replace_type): New function.
11549 * gdbtypes.h (replace_type): Add prototype.
11550 * stabsread.c (read_type): Use replace_type.
11551
88fe217c
RE
115522002-02-03 Richard Earnshaw <rearnsha@arm.com>
11553
11554 * Makefile.in (memattr.o): Add missing dependencies rule.
11555
e5d66720
PS
115562002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11557
11558 * breakpoint.c (break_at_finish_command): Really export.
11559 (break_at_finish_at_depth_command): Ditto.
11560 (tbreak_at_finish_command): Ditto.
11561 * hppa-tdep.c: Include completer.h.
11562 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11563 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11564
fffee0be
AC
115652002-02-01 Andrew Cagney <ac131313@redhat.com>
11566
11567 * utils.c (do_write): New function.
11568 (error_stream): Rewrite combining the code from error_begin and
11569 verror.
11570 (verror): Rewrite using error_stream.
11571 (error_begin): Delete function.
11572
255e7dbf
AC
115732002-02-01 Andrew Cagney <ac131313@redhat.com>
11574
11575 * utils.c (error_begin): Make static.
11576 * defs.h (error_begin): Delete declaration.
11577
11578 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11579 (decode_line_1): Use cplusplus_error instead of error_begin,
11580 cplusplus_hint and return_to_top_level.
11581 * coffread.c (coff_symfile_read): Use error instead of error_begin
11582 and return_to_top_level.
11583 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11584
ddfe3c15
AC
115852002-02-01 Andrew Cagney <ac131313@redhat.com>
11586
11587 * language.h (type_error, range_error): Make string parameter
11588 constant.
11589 * language.c (warning_pre_print): Delete extern declaration.
11590 * dwarfread.c (warning_pre_print): Ditto.
11591 * language.c (type_error, range_error): Rewrite to use verror and
11592 vwarning instead of warning_begin.
11593
03ac34d5
MS
115942002-02-01 Michael Snyder <msnyder@redhat.com>
11595
261c4ca2
MS
11596 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11597 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11598
e00d1dc8
AC
115992002-02-01 Andrew Cagney <ac131313@redhat.com>
11600
11601 * command.h (NO_FUNCTION): Delete macro.
11602 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11603 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11604 * tracepoint.c (_initialize_tracepoint): Ditto.
11605 * cli/cli-decode.c (add_set_cmd): Ditto.
11606 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11607
76b79d6e
DJ
116082002-02-01 Daniel Jacobowitz <drow@mvista.com>
11609
11610 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11611 Update ``this'' pointer when calling virtual functions.
11612
799f9e91
MS
116132002-02-01 Michael Snyder <msnyder@redhat.com>
11614
c7bd442c 11615 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11616 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11617
3cf384d4
DJ
116182002-02-01 Daniel Jacobowitz <drow@mvista.com>
11619
11620 * regformats/reg-arm.dat: New file.
11621 * regformats/reg-i386.dat: New file.
11622 * regformats/reg-ia64.dat: New file.
11623 * regformats/reg-m68k.dat: New file.
11624 * regformats/reg-mips.dat: New file.
11625 * regformats/reg-ppc.dat: New file.
11626 * regformats/reg-sh.dat: New file.
11627 * regformats/regdef.h: New file.
11628 * regformats/regdat.sh: New file.
11629
0defa245
RE
116302002-02-01 Richard Earnshaw <reanrsha@arm.com>
11631
11632 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11633 (arm_frame_args_address, arm_frame_locals_address): New functions.
11634 (arm_frame_num_args): New function.
11635 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11636 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11637 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11638
405f26e6
MS
116392002-01-31 Michael Snyder <msnyder@redhat.com>
11640
502fd408
MS
11641 * breakpoint.c (break_at_finish_command): Export.
11642 (break_at_finish_at_depth_command): Export.
11643 (tbreak_at_finish_command): Export.
d6020d45 11644 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11645 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11646 "txbreak" commands, which are HPPA specific.
502fd408 11647
7d35e135
MS
11648 * printcmd.c (disassemble_command): Remove an ancient
11649 artifact of an old merge.
11650
aaa38bb5 11651 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11652 Define enum constant values for overlay mode.
11653 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11654 (overlay_is_mapped, overlay_auto_command,
11655 overlay_manual_command): Ditto.
d874f1e2 11656
aaa38bb5
AJ
11657 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11658 breakpoint_here_p, breakpoint_inserted_here_p,
11659 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11660 describe_other_breakpoints, check_duplicates, clear_command):
11661 Coding standard fixes.
11662
8add0441 11663 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11664 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11665 code: check bfd SEC_READONLY flag for section.
11666
e351066e
AC
116672002-01-31 Andrew Cagney <ac131313@redhat.com>
11668
7d35e135 11669 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11670
8a48e967
DJ
116712002-01-30 Daniel Jacobowitz <drow@mvista.com>
11672
11673 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11674 data symbols, since we search based on textlow and texthigh.
11675 (find_pc_sect_symtab): Likewise.
11676
f5a96129
AC
116772002-01-30 Andrew Cagney <ac131313@redhat.com>
11678
11679 * defs.h (vwarning): Declare.
f5a96129
AC
11680 * utils.c (vwarning): New function.
11681 (warning): Call vwarning.
11682 (warning_begin): Delete function.
11683
11684 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11685 the warning message.
11686 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11687 warning_begin.
11688
cefd4ef5
MS
116892002-01-30 Michael Snyder <msnyder@redhat.com>
11690
1a703748
MS
11691 * NEWS: Mention "set trust-readonly-sections" command.
11692 Mention generate-core-file command.
cefd4ef5 11693
3a11626d
MS
116942002-01-15 Michael Snyder <msnyder@redhat.com>
11695
11696 * target.c: New command, "set trust-readonly-sections on".
11697 (do_xfer_memory): Honor the suggestion to trust readonly sections
11698 by reading them from the object file instead of from the target.
11699 (initialize_targets): Register command "set trust-readonly-sections".
11700
d1c7e53b
AC
117012002-01-29 Andrew Cagney <ac131313@redhat.com>
11702
11703 * parse.c (target_map_name_to_register): Simplify, search regs and
11704 pseudo-regs using a single loop.
11705
e2c9a72c
AC
117062002-01-30 Andrew Cagney <ac131313@redhat.com>
11707
11708 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11709
69824b4e
MK
117102002-01-15 Rodney Brown <rbrown64@csc.com.au>
11711
11712 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11713 * config/i386/i386v42mp.mh: Add i387-nat.o .
11714 * i386v4-nat.c: Include i387-nat.h.
11715 (supply_fpregset): Use i387_supply_fsave.
11716 (fill_fpregset): Use i387_fill_fsave.
11717
6eb69eab
RE
117182002-01-30 Richard Earnshaw <rearnsha@arm.com>
11719
11720 * arm-tdep.c (arm_call_dummy_words): Define.
11721 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11722 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11723 (CALL_DUMMY_WORDS): Define.
11724 (arm_call_dummy_words): Declare.
11725 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11726 (arm_linux_call_dummy_words): Declare.
11727
9852326a
AS
117282002-01-30 Andreas Schwab <schwab@suse.de>
11729
11730 * m68klinux-nat.c: Fix last change to use regcache_collect
11731 instead of referencing registers[] directly.
11732
977a3030
AC
117332002-01-29 Andrew Cagney <ac131313@redhat.com>
11734
11735 * parse.c (target_map_name_to_register): Delete code wrapped in
11736 #ifdef REGISTER_NAME_ALIAS_HOOK.
11737
2076c72b
MS
117382002-01-28 Michael Snyder <msnyder@redhat.com>
11739
11740 * regcache.c (legacy_read_register_gen): Need to be able to
11741 read pseudo-register as well as real register.
11742 (legacy_write_register_gen): Ditto.
11743
8fcc723b
AC
117442002-01-28 Andrew Cagney <ac131313@redhat.com>
11745
11746 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11747 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11748 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11749 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11750 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11751 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11752 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11753 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11754 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11755 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11756 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11757 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11758 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11759 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11760 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11761 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11762 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11763 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11764 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11765 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11766
afe64c1a
AC
117672002-01-28 Andrew Cagney <ac131313@redhat.com>
11768
11769 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11770 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11771 (initialize_current_architecture): Update target_byte_order using
11772 information from BFD.
aaa38bb5 11773 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11774 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11775
75bc7ddf
AC
117762002-01-28 Andrew Cagney <ac131313@redhat.com>
11777
11778 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11779 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11780
11781 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11782 #ifdef INVALID_FLOAT.
11783 * infcmd.c (do_registers_info): Ditto.
11784 * values.c (unpack_double): Ditto. Add comment.
11785
11786 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11787 already commented out.
11788
0280a90a
AS
117892002-01-26 Andreas Schwab <schwab@suse.de>
11790
11791 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11792 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11793 registers and add support for PTRACE_GETREGS.
11794
7072a954
AC
117952002-01-24 Andrew Cagney <ac131313@redhat.com>
11796
11797 GDB 5.1.1 released from 5.1 branch.
11798 * NEWS: Add 5.1.1 news.
11799 * README: Sync with 5.1 branch.
11800
86f902e0
FF
118012002-01-23 Fred Fish <fnf@redhat.com>
11802
11803 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11804 stabstring on initial malloc. Reallocing will copy it for us,
11805 if necessary.
11806
8af51c36
EZ
118072002-01-23 Elena Zannoni <ezannoni@redhat.com>
11808
aaa38bb5 11809 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11810 (HFILES_NO_SRCDIR): Remove hpread.h.
11811 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11812 (hpread.o): Update dependencies.
11813 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11814
11815 * hp-psymtab-read.c: Remove file.
11816 * hp-symtab-read.c: Remove file.
11817 * hpread.h: Remove file.
11818
11819 * hpread.c: Merge all contents of hp-psymtab-read.c,
11820 hp-symtab-read.c and hpread.h into this file, as it was prior to
11821 January 1999.
11822
11823 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11824 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11825 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11826 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11827
dc5cfeb6
EZ
118282002-01-23 Elena Zannoni <ezannoni@redhat.com>
11829
11830 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11831 fill_gregset): Call gdbarch_tdep() just once, assign result to
11832 variable and use that, instead of calling the function several
11833 times.
11834
ea87b71b
AO
118352002-01-24 Alexandre Oliva <aoliva@redhat.com>
11836
11837 * configure.host: Accept sparcv9 as alias for sparc64.
11838 * configure.tgt: Likewise.
11839
13fc0c2f
KB
118402002-01-22 Kevin Buettner <kevinb@redhat.com>
11841
11842 * solib-aix5.c (build_so_list_from_mapfile)
11843 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11844 arguments is not reversed.
11845 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11846 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11847
7bd872fe
EZ
118482002-01-22 Elena Zannoni <ezannoni@redhat.com>
11849
11850 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11851 modified version of obsolete sh_fetch_pseudo_register.
11852 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11853 (sh4_register_read): New function.
11854 (sh_pseudo_register_write): New function. Renamed and modified
11855 version of obsolete sh_store_pseudo_register.
11856 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11857 (sh4_register_write): New function.
11858 (sh_gdbarch_init): Remove setting of gdbarch function
11859 fetch_pseudo_register and store_pseudo_register. Remove setting of
11860 register_convert_to_raw, register_convert_to_virtual,
11861 register_convertible.
11862 (sh_sh4_register_convertible): Delete. No longer needed. All is
11863 taken care by architecture specific functions
11864 register_read/register_write.
11865 (sh_sh4_register_convert_to_virtual): Make static.
11866 (sh_sh4_register_convert_to_raw): Ditto.
11867
069e84fd
AC
118682002-01-22 Andrew Cagney <ac131313@redhat.com>
11869
11870 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11871 (floatformat_is_nan, floatformat_mantissa): Ditto.
11872
11873 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11874 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11875 builtin_type_ieee_double_little,
11876 builtin_type_ieee_double_littlebyte_bigword,
11877 builtin_type_m68881_ext, builtin_type_i960_ext,
11878 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11879 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11880 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11881 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11882
211a4f69
CV
118832002-01-22 Corinna Vinschen <vinschen@redhat.com>
11884
11885 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11886 parameter. Set frameless flag if it exists and depended of
11887 whether the scanned function is frameless or not.
11888 (xstormy16_skip_prologue): If function is frameless, return
11889 result of xstormy16_scan_prologue().
11890 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11891 call.
11892
f81353e4
EZ
118932002-01-21 Elena Zannoni <ezannoni@redhat.com>
11894
11895 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11896 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11897 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11898 sh_sh4_register_byte, sh_sh4_register_raw_size,
11899 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11900 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11901 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11902 sh_store_pseudo_register, sh_do_pseudo_register): Call
11903 gdbarch_tdep() just once, assign result to variable and use that,
11904 instead of calling the function several times.
11905
63c73a17
MK
119062002-01-20 Mark Kettenis <kettenis@gnu.org>
11907
11908 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11909 macros instead of LAST_FPU_CTRL_REGNUM.
11910 (store_register): Likewise.
11911
39ad761d
JB
119122002-01-21 Jim Blandy <jimb@redhat.com>
11913
11914 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11915 is up-to-date before running the program, not just when a program
11916 exits.
11917
3d74b771
FF
119182002-01-21 Fred Fish <fnf@redhat.com>
11919
11920 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11921 when we have found all instructions we are looking for.
11922
966fbf70
RE
119232002-01-21 Richard Earnshaw <rearnsha@arm.com>
11924
11925 * arm-tdep.c (arm_register_name): New function.
11926 (arm_registers_names): Make static.
11927 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11928 (arm_register_name): Declare.
11929 (REGISTER_NAME): Use it.
11930
c3b4394c
RE
119312002-01-21 Richard Earnshaw <rearnsha@arm.com>
11932 Kevin Buettner <kevinb@redhat.com>
11933
11934 Convert arm targets to new FRAME interface.
11935 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11936 (arm_frame_find_save_regs): Delete.
11937 (arm_frame_init_saved_regs): New.
11938 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11939 Allocate extra_info as required. Convert all uses of fsr.regs
11940 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11941 to use extra_info.
11942 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11943 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11944 (check_prologue_cache, save_prologue_cache): Likewise.
11945 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11946 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11947 (FRAME_FIND_SAVED_REGS): Delete.
11948 (arm_frame_find_saved_regs): Delete prototype.
11949 (arm_frame_init_saved_regs): New prototype.
11950 (FRAME_INIT_SAVED_REGS): Define.
11951
61d99182
AC
119522002-01-20 Andrew Cagney <ac131313@redhat.com>
11953
11954 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11955
6aaea291
AC
119562002-01-20 Andrew Cagney <ac131313@redhat.com>
11957
11958 From Jeff Law <law@redhat.com>:
11959 * infttrace.c: Include <sys/pstat.h>.
11960 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11961 exec file if the ttrace equivalent fails.
11962
15f698d2
AC
119632002-01-20 Andrew Cagney <ac131313@redhat.com>
11964
11965 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11966 (closeLogFile): Ditto.
11967
f86ddd7c
MC
119682002-01-20 Michael Chastain <mec@shout.net>
11969
11970 * top.c (print_gdb_version): Bump copyright year to 2002.
11971
904507ce
AC
119722002-01-20 Andrew Cagney <ac131313@redhat.com>
11973
11974 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11975 Zannoni and Eli Zaretskii.
11976
d7f0b9ce
DJ
119772002-01-20 Daniel Jacobowitz <drow@mvista.com>
11978
11979 * buildsym.c: Update copyright years.
11980 * c-typeprint.c: Likewise.
11981 * dwarf2read.c: Likewise.
11982 * f-typeprint.c: Likewise.
11983 * gdbtypes.c: Likewise.
11984 * gdbtypes.h: Likewise.
11985 * hp-symtab-read.c: Likewise.
11986 * hpread.c: Likewise.
11987 * mdebugread.c: Likewise.
11988 * p-typeprint.c: Likewise.
11989
3fd3d7d2
AC
119902002-01-20 Andrew Cagney <ac131313@redhat.com>
11991
11992 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11993 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11994 byte-order selectable.
11995 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11996 * arch-utils.c: Ditto.
11997 (set_endian): Ditto.
11998 (set_endian_from_file): Ditto.
11999 * gdbserver/low-sim.c (create_inferior): Ditto.
12000 * gdbarch.sh: Ditto.
12001 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12002 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12003 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12004 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12005 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12006 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12007 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12008 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12009 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12010 macro definition.
12011 * config/mips/tm-wince.h: Remove #undef of macro
12012 TARGET_BYTE_ORDER_SELECTABLE.
12013 * config/sh/tm-wince.h: Ditto.
12014
b02dede2
DJ
120152002-01-20 Daniel Jacobowitz <drow@mvista.com>
12016
12017 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12018 member function fields. Add accessor macro
12019 TYPE_FN_FIELD_ARTIFICIAL.
12020 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12021 * c-typeprint.c (c_type_print_base): Skip artificial member
12022 functions.
12023
c3643761
DJ
120242002-01-20 Daniel Jacobowitz <drow@mvista.com>
12025
12026 * f-typeprint.c: Delete unused function f_type_print_args.
12027 * p-typeprint.c: Delete unused function pascal_type_print_args.
12028
8176bb6d
DJ
120292002-01-20 Daniel Jacobowitz <drow@mvista.com>
12030
12031 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12032 comment. Add ``artificial'' to ``union field_location''.
12033
12034 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12035
12036 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12037 * mdebugread.c (parse_symbol): Likewise.
12038 * stabsread.c (define_symbol): Likewise.
12039 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12040 initializing TYPE_FIELD_BITPOS to n (obsolete).
12041 (hpread_doc_function_type): Likewise.
12042 * hpread.c (hpread_function_type): Likewise.
12043
7fd60527
AC
120442002-01-20 Andrew Cagney <ac131313@redhat.com>
12045
12046 * configure.in (host_makefile_frag): Only require a host makefile
12047 fragment when a native build.
12048 * configure: Re-generate.
12049
c2f05ac9
AC
120502002-01-20 Andrew Cagney <ac131313@redhat.com>
12051
12052 * doublest.h (floatformat_from_type): Declare.
12053 * doublest.c (floatformat_from_type): New function.
12054 (convert_typed_floating): Use.
12055
12056 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12057 call to function floatformat_from_type.
12058
12059 * gdbarch.sh (IEEE_FLOAT): Delete.
12060 * gdbarch.h, gdbarch.c: Re-generate.
12061 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12062 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12063 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12064 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12065 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12066 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12067 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12068 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12069 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12070 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12071 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12072 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12073
12074 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12075 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12076 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12077 * sh-tdep.c (sh_gdbarch_init): Ditto.
12078 * mips-tdep.c (mips_gdbarch_init): Ditto.
12079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12080 * cris-tdep.c (cris_gdbarch_init): Ditto.
12081
abf22e64
AJ
120822002-01-20 Jiri Smid <smid@suse.cz>
12083
12084 * configure.host, configure.tgt: Support x86-64.
12085 * NEWS: Note new target x86-64.
12086
b7c4cbf8
AJ
12087 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12088 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12089 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12090 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12091 x86-64-linux-nat.o): Fix dependencies.
12092
82600034
AC
120932002-01-19 Andrew Cagney <ac131313@redhat.com>
12094
12095 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12096 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12097 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12098 * config/sparc/xm-sun4os4.h: Delete file.
12099 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12100
bbe5c628
AC
121012002-01-19 Andrew Cagney <ac131313@redhat.com>
12102
12103 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12104 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12105 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12106 * config/i386/i386lynx.mh (XM_FILE): Delete.
12107 * config/rs6000/xm-rs6000ly.h: Delete file.
12108 * config/sparc/xm-sparclynx.h: Delete file.
12109 * config/m68k/xm-m68klynx.h: Delete file.
12110 * config/i386/xm-i386lynx.h: Delete file.
12111 * config/xm-lynx.h: Delete file.
12112 * config/djgpp/fnchange.lst: Update.
12113
f8453e34
JT
121142002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12115
12116 * alpha-tdep.c (alpha_register_byte): New function.
12117 (alpha_register_raw_size): Ditto.
12118 (alpha_register_virtual_size): Ditto.
12119 (alpha_skip_prologue_internal): Renamed from
12120 alpha_skip_prologue.
12121 (alpha_skip_prologue): New version that calls
12122 alpha_skip_prologue_internal.
12123 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12124 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12125 second argument from alpha_skip_prologue.
12126 (REGISTER_BYTE): Use alpha_register_byte.
12127 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12128 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12129 (FRAMELESS_FUNCTION_INVOCATION): Use
12130 generic_frameless_function_invocation_not.
12131 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12132 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12133
52d9e613
AC
121342002-01-19 Andrew Cagney <ac131313@redhat.com>
12135
12136 * config/mips/xm-news-mips.h: Delete file.
12137 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12138
12139 * config/m88k/xm-m88k.h: Delete file.
12140 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12141 * config/m88k/xm-delta88v4.h: Ditto.
12142 * config/m88k/xm-delta88.h: Ditto.
12143
12144 * config/alpha/xm-fbsd.h: Delete file.
12145 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12146
12147 * config/sparc/xm-sparc.h: Delete file.
12148 * Makefile.in (xm-sun4os4.h): Delete dependency.
12149 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12150 * config/sparc/xm-sun4os4.h: Ditto.
12151 * config/sparc/xm-linux.h: Ditto.
12152
12153 * config/i386/xm-windows.h: Delete file.
12154
2d1b2124
AC
121552002-01-19 Andrew Cagney <ac131313@redhat.com>
12156
12157 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12158 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12159
ee1f65f0
JT
121602002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12161
12162 * alpha-tdep.c (alpha_call_dummy_words): New.
12163 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12164 (CALL_DUMMY_P): Define.
12165 (CALL_DUMMY_WORDS): Define.
12166 (SIZEOF_CALL_DUMMY_WORDS): Define.
12167
98081e55
PB
121682002-01-19 Per Bothner <per@bothner.com>
12169
12170 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12171 isn't NULL, which can happen with some gcj-3.x-produced code.
12172
0d056799
JT
121732002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12174
12175 * alpha-tdep.c (alpha_register_virtual_type): New function.
12176 (alpha_init_frame_pc_first): Ditto.
12177 (alpha_fix_call_dummy): Ditto.
12178 (alpha_store_struct_return): Ditto.
12179 (alpha_extract_struct_value_address): Ditto.
12180 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12181 alpha_register_virtual_type.
12182 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12183 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12184 alpha_extract_struct_value_address.
12185 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12186 (INIT_FRAME_PC): Use init_frame_pc_noop.
12187 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12188
4604bcad
MK
121892002-01-19 Mark Kettenis <kettenis@gnu.org>
12190
12191 * i386gnu-nat.c: Include "i386-tdep.h".
12192 (fetch_fpregs): Simplify code dealing with uninitialized floating
12193 point states such that it doesn't require FP7_REGNUM.
12194
140f9984
JT
121952002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12196
abf22e64
AJ
12197 * alpha-tdep.c (frame_extra_info): New.
12198 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12199 frame->extra_info.
12200 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12201 (alpha_frame_saved_pc): Use frame->extra_info.
12202 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12203 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12204 (init_extra_frame_info): Rename to...
12205 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12206 (alpha_print_extra_frame_info): New function.
140f9984
JT
12207 (alpha_frame_locals_address): Ditto.
12208 (alpha_frame_args_address): Ditto.
abf22e64 12209 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12210 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12211 alpha_frame_args_address.
abf22e64 12212 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12213 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12214 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12215 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12216 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12217 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12218
d734c450
JT
122192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12220
12221 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12222 (alpha_cannot_fetch_register): Ditto.
12223 (alpha_cannot_store_register): Ditto.
12224 (alpha_register_convertible): Ditto.
12225 (alpha_use_struct_convention): Ditto.
12226 * config/alpha/tm-alpha.h: Update copyright years.
12227 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12228 (INNER_THAN): Use core_addr_lessthan.
12229 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12230 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12231 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12232 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12233 (FRAME_CHAIN): Remove unnecessary cast.
12234
b4ceaee6
AC
122352002-01-18 Andrew Cagney <ac131313@redhat.com>
12236
12237 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12238 obsolete.
12239
0a65a603
AC
122402002-01-18 Andrew Cagney <ac131313@redhat.com>
12241
12242 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12243 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12244 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12245 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12246 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12247 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12248 * x86-64-linux-nat.c: Ditto.
12249
636a6dfc
JT
122502002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12251
abf22e64 12252 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12253 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12254 (REGISTER_NAME): Define.
12255
acceddb6
JT
122562002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12257
12258 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12259
ec32e4be
JT
122602002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12261
12262 * alpha-tdep.c: Update copyright years.
12263 (alpha_next_pc): New function.
12264 (alpha_software_single_step): Ditto.
12265 * config/alpha/tm-alpha.h: Add prototype for
12266 alpha_software_single_step.
12267
e771a871
JT
122682002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12269
12270 * alphabsd-nat.c: Update copyright years.
12271 (fill_gregset): Use regcache_collect.
12272 (fill_fpregset): Likewise.
12273 (fetch_inferior_registers): Only fetch integer registers
12274 if requested to do so.
12275 (store_inferior_registers): Only store integer registers
12276 if requested to do so.
12277
7708fa01
AC
122782002-01-17 Andrew Cagney <ac131313@redhat.com>
12279
12280 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12281 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12282 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12283 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12284 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12285 * config/arm/linux.mh (XDEPFILES): Delete.
12286 * config/arm/nbsd.mh (XDEPFILES): Delete.
12287 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12288 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12289 * config/i386/i386m3.mh (XDEPFILES): Delete.
12290 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12291 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12292 * config/i386/fbsd.mh (XDEPFILES): Delete.
12293 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12294 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12295 * config/i386/i386v4.mh (XDEPFILES): Delete.
12296 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12297 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12298 * config/i386/i386aix.mh (XDEPFILES): Delete.
12299 * config/i386/go32.mh (XDEPFILES): Delete.
12300 * config/i386/cygwin.mh (XDEPFILES): Delete.
12301 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12302 * config/i386/i386mach.mh (XDEPFILES): Delete.
12303 * config/i386/i386v32.mh (XDEPFILES): Delete.
12304 * config/i386/linux.mh (XDEPFILES): Delete.
12305 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12306 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12307 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12308 * config/i386/i386sco.mh (XDEPFILES): Delete.
12309 * config/i386/i386v.mh (XDEPFILES): Delete.
12310 * config/i386/nbsd.mh (XDEPFILES): Delete.
12311 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12312 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12313 * config/i386/symmetry.mh (XDEPFILES): Delete.
12314 * config/i386/obsd.mh (XDEPFILES): Delete.
12315 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12316 * config/ia64/linux.mh (XDEPFILES): Delete.
12317 * config/ia64/aix.mh (XDEPFILES): Delete.
12318 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12319 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12320 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12321 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12322 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12323 * config/m68k/linux.mh (XDEPFILES): Delete.
12324 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12325 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12326 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12327 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12328 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12329 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12330 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12331 * config/m88k/delta88.mh (XDEPFILES): Delete.
12332 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12333 * config/m88k/m88k.mh (XDEPFILES): Delete.
12334 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12335 * config/mips/linux.mh (XDEPFILES): Delete.
12336 * config/mips/irix6.mh (XDEPFILES): Delete.
12337 * config/mips/irix5.mh (XDEPFILES): Delete.
12338 * config/mips/irix4.mh (XDEPFILES): Delete.
12339 * config/mips/irix3.mh (XDEPFILES): Delete.
12340 * config/mips/decstation.mh (XDEPFILES): Delete.
12341 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12342 (NATDEPFILES): Move core-aout.o to here.
12343 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12344 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12345 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12346 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12347 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12348 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12349 * config/pa/hpux11.mh (XDEPFILES): Delete.
12350 * config/powerpc/aix.mh (XDEPFILES): Delete.
12351 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12352 * config/powerpc/linux.mh (XDEPFILES): Delete.
12353 * config/romp/rtbsd.mh: Rename XDEPFILES.
12354 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12355 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12356 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12357 * config/s390/s390.mh (XDEPFILES): Delete.
12358 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12359 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12360 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12361 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12362 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12363 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12364 * config/sparc/linux.mh (XDEPFILES): Delete.
12365 * config/vax/vaxult.mh (XDEPFILES): Delete.
12366 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12367 * Makefile.in (DEPFILES): Remove XDEPFILES.
12368
375fc983
AC
123692002-01-17 Andrew Cagney <ac131313@redhat.com>
12370
12371 * utils.c (internal_verror): Fix comments, default is yes not no.
12372 Update queries to match. Default to quit and dump core.
12373
8926118c
AC
123742002-01-17 Andrew Cagney <ac131313@redhat.com>
12375
12376 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12377 copyright.
12378 * defs.h, event-top.c, gdbcmd.h: Ditto.
12379 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12380 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12381 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12382 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12383 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12384 * mi/mi-main.c:Ditto.
12385
12386 * stack.c, symfile.c: Update copyright.
12387
45b7b345
DJ
123882002-01-17 Daniel Jacobowitz <drow@mvista.com>
12389
db728ff7
DJ
12390 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12391 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12392 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12393 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12394
db728ff7
DJ
123952002-01-17 Daniel Jacobowitz <drow@mvista.com>
12396
12397 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12398 * gdbserver/low-lynx.c (myattach): Likewise.
12399 * gdbserver/low-nbsd.c (myattach): Likewise.
12400 * gdbserver/low-sim.c (myattach): Likewise.
12401 * gdbserver/low-sparc.c (myattach): Likewise.
12402 * gdbserver/low-sun3.c (myattach): Likewise.
12403
12404 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12405
db728ff7 12406 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12407 (main): Handle "--attach".
12408
8de3c354
AC
124092002-01-16 Andrew Cagney <ac131313@redhat.com>
12410
12411 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12412 maintainer.
12413
b0129042
DJ
124142002-01-15 Daniel Jacobowitz <drow@mvista.com>
12415
12416 * c-typeprint.c (is_type_conversion_operator): Add additional
12417 check for non-conversion operators.
12418
ba8679fb 124192002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12420
12421 * linux-proc.c: Add "info proc" command, a la procfs.c.
12422 (read_mapping): New function, abstract and re-use code.
12423 (linux_find_memory_regions): Use new func read_mapping.
12424 (linux_info_proc_cmd): New function, implement "info proc".
12425 (_initialize_linux_proc): Add new command "info proc".
12426
e4f9b4d5
MS
124272002-01-15 Michael Snyder <msnyder@redhat.com>
12428
12429 * symfile.c (generic_load): Use bfd_map_over_sections method
12430 instead of manipulating bfd structure members directly.
12431 (add_section_size_callback): New function, bfd sections callback
12432 used by generic_load.
12433 (load_sections_callback): New function, bfd sections callback
12434 used by generic_load.
12435
08cf96df
EZ
124362002-01-15 Elena Zannoni <ezannoni@redhat.com>
12437
abf22e64 12438 [Based on work by Jim Blandy]
08cf96df
EZ
12439 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12440 (builtin_type_vec128): Export.
12441 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12442 types.
12443 (builtin_type_vec128): New builtin type for 128 bit vector
12444 registers.
12445 (build_gdbtypes): Initialize builtin_type_v16qi and
12446 builtin_type_v8hi. Create the vec128 register builtin type
12447 structure.
12448 (build_builtin_type_vec128): New function.
abf22e64 12449 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12450 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12451 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12452 AltiVec register to new builtin type.
12453
d7242108
DJ
124542001-01-15 Daniel Jacobowitz <drow@mvista.com>
12455
12456 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12457 to make_cv_type.
12458
4ee3352d
AC
124592002-01-14 Andrew Cagney <ac131313@redhat.com>
12460
12461 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12462 CLEAN_UP_REGISTER_VALUE.
12463 * regcache.c (supply_register): Update only call.
12464
f015b2e7
AC
124652002-01-14 Andrew Cagney <ac131313@redhat.com>
12466
12467 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12468 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12469 a29k-*-vxworks* targets as obsolete.
12470
356ae49d
MS
124712002-01-14 Michael Snyder <msnyder@redhat.com>
12472
12473 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12474 until we can resolve portability issues.
12475 * gregset.h: Remove references to fpxregs.
12476 * gcore.c (gcore_command): Initialize note_sec to NULL.
12477
ade8f45e
AC
124782002-01-13 Andrew Cagney <ac131313@redhat.com>
12479
12480 * signals.c (target_signal_to_name): Rewrite. Only use
12481 signals[].name when in bounds and non-NULL.
abf22e64 12482
89c49e7a
AC
124832002-01-13 Andrew Cagney <ac131313@redhat.com>
12484
12485 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12486 * signals.c (target_signal_to_name): Verify that SIG is within the
12487 bounds of the signals array.
12488
4daa9f9f
AC
124892002-01-13 Andrew Cagney <ac131313@redhat.com>
12490
12491 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12492
ba4bbdcb
KS
124932002-01-13 Keith Seitz <keiths@redhat.com>
12494
12495 * stack.c (print_frame_info_base): Print the frame's pc
12496 only if when print_frame_info_listing_hook is not defined.
12497
575bbeb6
KS
124982002-01-13 Keith Seitz <keiths@redhat.com>
12499
12500 * varobj.c (varobj_set_value): Make sure that there were no
12501 errors evaluating the object before attempting to set its
12502 value.
12503 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12504 so this offset adjustment is no longer necessary.
12505 (create_child): Don't set the error flag if the child is
12506 a CPLUS_FAKE_CHILD.
12507 (value_of_child): If value_fetch_lazy fails, return NULL
12508 so that callers will be notified that an error occurred.
12509 (c_value_of_variable): Delay check of variable's validity
12510 until later. We actually want all structs and unions to have
12511 the value "{...}".
12512 Do not return "???" for variables which could not be evaluated.
12513 This error condition must be returned to the caller so that it
12514 can get the error condition from gdb.
12515 (cplus_name_of_child): Adjust index for vptr before figuring
12516 out the name of the child.
12517 (cplus_value_of_child): If a child's (real) parent is not valid,
12518 don't even bother trying to give a value for it. Just return
12519 an error. Change all instances in this function.
12520 (cplus_type_of_child): If our parent is one of the "fake"
12521 parents, we need to get at the type of the real parent, and
12522 derive the child's true type using this information.
12523
b76898ab
AC
125242002-01-13 Andrew Cagney <ac131313@redhat.com>
12525
12526 From 2002-01-09 John Marshall <johnm@falch.net>:
12527 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12528 sources.redhat.com, and tweak some related URLs which had
12529 suffered from linkrot.
12530
b6649e88
AC
125312002-01-13 Andrew Cagney <ac131313@redhat.com>
12532
12533 From Jeff law:
12534 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12535 structures passed in registers.
12536
82cc5033
EZ
125372002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12538
12539 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12540 white space which prevented compilation. Reported by DSK
12541 <dsk@student.unsw.edu.au>.
12542
ba5f2f8a
MS
125432002-01-11 Michael Snyder <msnyder@redhat.com>
12544
fbd35540
MS
12545 * symfile.c (build_section_addr_info_from_section_tab):
12546 Use bfd access method instead of manipulating bfd directly.
12547 (syms_from_objfile): Ditto.
12548 (simple_overlay_update_1): Ditto.
12549 (simple_overlay_update): Ditto.
12550 (generic_load): Ditto.
12551 (overlay_unmapped_address): FIXME comment, bfd access methods.
12552 (sections_overlap): FIXME comment, bfd access methods.
12553 (pc_in_mapped_range): FIXME comment, bfd access methods.
12554 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12555 (section_is_mapped): FIXME comment, bfd access methods.
12556 (section_is_overlay): FIXME comment, bfd access methods.
12557
ba5f2f8a
MS
12558 * symfile.c (generic_load): Whitespace and long line cleanups.
12559 Remove duplicate variable, change several local variables to
12560 more appropriate data types.
12561 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12562
17df2af6
AC
125632002-01-12 Andrew Cagney <ac131313@redhat.com>
12564
12565 From Peter Schauer:
12566 * language.c (longest_local_hex_string_custom): Use phex_nz to
12567 convert NUM to a hex string.
12568
ec920329
EZ
125692002-01-12 Elena Zannoni <ezannoni@redhat.com>
12570
12571 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12572 the function.
538a76d6 12573 Update Copyright year.
ec920329 12574
3abd2e01
AC
125752002-01-12 Andrew Cagney <ac131313@redhat.com>
12576
12577 * language.c (longest_raw_hex_string): Delete unused function.
12578
b21b22e0
PS
125792002-01-11 Petr Sorfa <petrs@caldera.com>
12580
12581 * MAINTAINERS (write-after-approval): Add myself.
12582 * dwarf2read.c (read_tag_string_type): Handling of
12583 DW_AT_byte_size.
12584 (read_tag_string_type): FORTRAN fix to prevent propagation of
12585 first string size.
12586 (set_cu_language): Handling of DW_LANG_Fortran95
12587
747fe712
RE
125882002-01-11 Richard Earnshaw <rearnsha@arm.com>
12589
12590 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12591 GETPID(inferior_ptid).
12592 (store_inferior_registers): Likewise.
12593
f1bea926
JM
125942002-01-10 Jason Merrill <jason@redhat.com>
12595
12596 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12597 Fix DW_OP_minus.
12598
ae940673
AC
125992002-01-10 Andrew Cagney <ac131313@redhat.com>
12600
12601 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12602 and bfd/elf32-sh-nbsd.c.
12603
00546b04
MS
126042002-01-10 Michael Snyder <msnyder@redhat.com>
12605
352ed7b4
MS
12606 * NEWS: Mention --pid and corefile/proc-id behavior change.
12607
c18be923
MS
12608 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12609 * gcore.c: Include cli/cli-decode.h instead of command.h.
12610
00546b04
MS
12611 * main.c (captured_main): Add new command line option "--pid".
12612 If the second command line argument (following the symbol-file)
12613 begins with a digit, try to attach to it before trying to open
12614 it as a corefile.
12615 (print_gdb_help): Document the "--pid" argument.
12616
db60ec62
EZ
126172002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12618
12619 * completer.c (command_completer): New function.
12620
12621 * completer.h <command_completer>: Add prototype.
12622
12623 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12624 completer for the "help" command.
12625
39c22d1a
JM
126262002-01-09 Jason Merrill <jason@redhat.com>
12627
12628 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12629
c564377f
MS
126302002-01-09 Michael Snyder <msnyder@redhat.com>
12631
975aec09
MS
12632 * i386-linux-nat.c (fill_fpxregset): Make global.
12633 (store_fpxregset): Ditto.
12634
db4a10fa
MS
12635 * gregset.h (gdb_fpxregset_t): Define.
12636 (supply_fpxregset): Prototype.
12637 (fill_fpxregset): Prototype.
12638
c564377f
MS
12639 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12640
c3d45d70
RE
126412002-01-09 Richard Earnshaw <rearnsha@arm.com>
12642
12643 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12644 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12645 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12646
fcc87af1
AC
126472002-01-09 Andrew Cagney <ac131313@redhat.com>
12648
12649 * MAINTAINERS: Update target maintainer rules so that any
12650 Maintainer can approve a tested patch for a maintenance-only
12651 target.
12652
dd96c05b
RE
126532002-01-09 Richard Earnshaw <rearnsha@arm.com>
12654
d4297db9 12655 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12656
d4297db9 12657 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12658 IN_SIGTRAMP.
12659
145fdc6e
MS
126602002-01-08 Michael Snyder <msnyder@redhat.com>
12661
12662 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12663 real name of the executable, rather than the /proc name.
12664
be4d1333
MS
126652002-01-03 Michael Snyder <msnyder@redhat.com>
12666
12667 Implement a "generate-core-file" command in gdb, save target state.
12668 * gcore.c: New file. Implement new command 'generate-core-file'.
12669 Save a corefile image of the current state of the inferior.
12670 * linux-proc.c: Add linux-specific code for saving corefiles.
12671 * target.h (struct target_ops): Add new target vectors for saving
12672 corefiles; to_find_memory_regions and to_make_corefile_notes.
12673 (target_find_memory_regions): New macro.
12674 (target_make_corefile_notes): New macro.
12675 * target.c (update_current_target): Inherit new target methods.
12676 (dummy_find_memory_regions): New place-holder method.
12677 (dummy_make_corefile_notes): New place-holder method.
12678 (init_dummy_target): Initialize new dummy target vectors.
12679 * exec.c (exec_set_find_memory_regions): New function.
12680 Allow the exec_ops vector for memory regions to be taken over.
12681 (exec_make_note_section): New function, target vector method.
12682 * defs.h (exec_set_find_memory_regions): Export prototype.
12683 * procfs.c (proc_find_memory_regions): New function, corefile method.
12684 (procfs_make_note_section): New function, corefile method.
12685 (init_procfs_ops): Set new target vector pointers.
12686 (find_memory_regions_callback): New function.
12687 (procfs_do_thread_registers): New function.
12688 (procfs_corefile_thread_callback): New function.
12689 * sol-thread.c (sol_find_memory_regions): New function.
12690 (sol_make_note_section): New function.
12691 (init_sol_thread_ops): Initialize new target vectors.
12692 * inftarg.c (inftarg_set_find_memory_regions): New function.
12693 Allow to_find_memory_regions vector to be taken over.
12694 (inftarg_set_make_corefile_notes): New function.
12695 Allow to_make_corefile_notes vector to be taken over.
12696 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12697 interface layer if not target_has_execution (may be a corefile).
12698 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12699 * config/sparc/sun4sol2.mh: Ditto.
12700 * config/alpha/alpha-linux.mh: Ditto.
12701 * config/arm/linux.mh: Ditto.
12702 * config/i386/x86-64linux.mh: Ditto.
12703 * config/ia64/linux.mh: Ditto.
12704 * config/m68k/linux.mh: Ditto.
12705 * config/mips/linux.mh: Ditto.
12706 * config/powerpc/linux.mh: Ditto.
12707 * config/sparc/linux.mh: Ditto.
12708
c6b92abd
MS
127092002-01-07 Michael Snyder <msnyder@redhat.com>
12710
12711 * arm-linux-nat.c: Remove references to regcache.c internal data
12712 (registers[] and register_valid[]).
12713
4b09dc8c
MS
127142002-01-07 Michael Snyder <msnyder@redhat.com>
12715
abf22e64
AJ
12716 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12717 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12718 symbol file and shlibs.
12719 * Makefile.in: Add rule for linux-proc.o.
12720 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12721 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12722 * config/arm/linux.mh: Ditto.
12723 * config/i386/linux.mh: Ditto.
12724 * config/i386/x86-64linux.mh: Ditto.
12725 * config/ia64/linux.mh: Ditto.
12726 * config/m68k/linux.mh: Ditto.
12727 * config/mips/linux.mh: Ditto.
12728 * config/powerpc/linux.mh: Ditto.
12729 * config/sparc/linux.mh: Ditto.
12730
c25b74ac
PM
127312002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12732
12733 * win32-nat.c: Add i386-tdep.h dependency.
12734
94cd915f
MS
127352002-01-07 Michael Snyder <msnyder@redhat.com>
12736
c7cccb76
MS
12737 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12738 instead of bfd_get_arch_size. Don't bail out just because
12739 there's no exec_bfd.
abf22e64 12740
34c0bd93
MS
12741 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12742 * p-valprint.c (pascal_object_print_value): Ditto.
12743 * somread.c (som_symtab_read): Ditto.
12744 * symfile.c (simple_free_overlay_region_table): Ditto.
12745 * valops.c (value_assign): Ditto.
12746
21c1c920
MS
12747 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12748 use tilde_expand and strerror for opening save-tracepoints file.
12749
5bbd998e
MS
12750 * thread-db.c (thread_db_new_objfile): Indendation fix.
12751
94cd915f
MS
12752 * infptrace.c (GDB_MAX_ALLOCA): New define.
12753 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12754 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12755 can be overridden with whatever value is appropriate to the host).
12756 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12757 alloca to allocate potentially large buffer.
12758 * rs6000-nat.c (child_xfer_memory): Ditto.
12759 * symm-nat.c (child_xfer_memory): Ditto.
12760 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12761
494e8a93
JSC
127622002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12763
12764 From Nick Clifton <nickc@redhat.com>
12765 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12766
d0e1d48e
MS
127672002-01-07 Michael Snyder <msnyder@redhat.com>
12768
abf22e64 12769 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12770 Don't use exec_bfd if it's NULL.
12771
290b2c7a
MK
127722002-01-06 Mark Kettenis <kettenis@gnu.org>
12773
abf22e64 12774 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12775
aef21287
AC
127762002-01-06 Andrew Cagney <ac131313@redhat.com>
12777
12778 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12779 * gnu-nat.c: Ditto.
12780
30efa627
AC
127812002-01-06 Andrew Cagney <ac131313@redhat.com>
12782
12783 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12784 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12785 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12786 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12787 z8k-coff have not been multi-arched. Update z8k-coff build
12788 status.
12789
9b4ff276
AC
127902002-01-06 Andrew Cagney <ac131313@redhat.com>
12791
12792 * MAINTAINERS: Mark a29k target as obsolete.
12793 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12794 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12795 comments.
12796 * NEWS: Note that a29k targets are obsolete.
12797 * a29k-tdep.c: Mark as obsolete.
12798 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12799 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12800 a29k-*-vxworks* targets as obsolete.
12801 * remote-adapt.c: Obsolete.
12802 * remote-eb.c: Obsolete.
12803 * remote-mm.c: Obsolete.
12804 * remote-udi.c: Obsolete.
12805 * config/a29k/a29k-udi.mt: Obsolete.
12806 * config/a29k/a29k.mt: Obsolete.
12807 * config/a29k/tm-a29k.h: Obsolete.
12808 * config/a29k/tm-vx29k.h: Obsolete.
12809 * config/a29k/vx29k.mt: Obsolete.
12810
a9011d31
AC
128112002-01-05 Andrew Cagney <ac131313@redhat.com>
12812
12813 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12814 with BFD_ENDIAN_BIG.
12815
9299404e
AC
128162002-01-05 Andrew Cagney <ac131313@redhat.com>
12817
12818 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12819 * configure, config.in: Re-generate.
12820 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12821 * defs.h: Do not include <endian.h>.
12822
7e89e357
JT
128232002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12824
12825 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12826 * config.in: Regenerate.
12827 * configure.in: Update copyright years.
12828 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12829 * configure: Regenerate.
12830 * i386bsd-nat.c: Update copyright years.
12831 (fill_gregset): Use regcache_collect.
12832 (fetch_inferior_registers): Only fetch integer registers
12833 if requested to do so. Add support for XMM registers
12834 using PT_GETXMMREGS.
12835 (store_inferior_registers): Only store integer registers
12836 if requested to do so. Add support for XMM registers
12837 using PT_SETXMMREGS.
12838 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12839 (store_inferior_registers): Remove.
12840 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12841 (fetch_elfcore_registers): New function.
12842 (i386nbsd_elfcore_fns): New.
12843 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12844 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12845 i386bsd-nat.o.
12846 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12847 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12848 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12849 * config/i386/tm-nbsd.h: Update copyright years.
12850 (HAVE_SSE_REGS): Define.
12851 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12852 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12853 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12854 (SIGCONTEXT_PC_OFFSET): Remove.
12855 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12856
a752853e
AC
128572002-01-05 Andrew Cagney <ac131313@redhat.com>
12858
12859 * configure.tgt: Remove powerpc-*-macos* target.
12860 * config/m68k/xm-mpw.h: Delete file.
12861 * config/xm-mpw.h: Delete file.
12862 * ser-mac.c: Delete file.
12863 * mpw-make.sed: Delete file.
12864 * mpw-config.in: Delete file.
12865 * mac-xdep.c: Delete file.
12866 * mac-gdb.r: Delete file.
12867 * mac-defs.h: Delete file.
12868 * mac-nat.c: Delete file.
12869 * config/powerpc/macos.mh: Delete file.
12870 * config/powerpc/macos.mt: Delete file.
12871 * config/powerpc/nm-macos.h: Delete file.
12872 * config/powerpc/tm-macos.h: Delete file.
12873 * source.c (openp, open_source_file): Remove obsolete code.
12874 * top.c (gdb_readline): Ditto.
12875 * utils.c (query): Ditto.
12876 * event-top.c (display_gdb_prompt): Ditto.
12877 * Makefile.in (ser-mac.o): Delete obsolete target.
12878 * NEWS: Update.
12879
d7449b42
AC
128802002-01-04 Andrew Cagney <ac131313@redhat.com>
12881
12882 * defs.h (BIG_ENDIAN): Delete macro definition.
12883 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12884 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12885 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12886 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12887 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12888 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12889 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12890 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12891 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12892 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12893 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12894 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12895 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12896 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12897 * gdbarch.c: Re-generate.
12898
356374e8
DJ
128992002-01-04 Daniel Jacobowitz <drow@mvista.com>
12900
12901 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12902 for core files.
12903
a2b8f8f8
JT
129042002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12905
12906 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12907
12466af9
AC
129082002-01-04 Andrew Cagney <ac131313@redhat.com>
12909
12910 * value.h (value_ptr): Delete typedef.
12911
3549ab40
JT
129122002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12913
12914 * i386nbsd-nat.c: Update copyright years.
12915 Include i386-tdep.h.
12916
fedbd091
EZ
129172002-01-04 Elena Zannoni <ezannoni@redhat.com>
12918
12919 * stabsread.c: Update copyright years.
12920
12921 From Debashis Mahata <debashis.mahata@wipro.com>:
12922 (read_struct_fields): Deal with Sun C compiler erroneous stab
12923 output for structs and unions.
fec8b34f 12924 Fix PR gdb/269.
fedbd091 12925
eb43544b
DJ
129262002-01-04 Daniel Jacobowitz <drow@mvista.com>
12927
12928 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12929 prototype.
12930
1514d34e
DJ
129312002-01-04 Daniel Jacobowitz <drow@mvista.com>
12932
12933 * cp-abi.c: Fix whitespace.
12934 (baseclass_offset): New wrapper function.
12935 * cp-abi.h (baseclass_offset): Add prototype.
12936 (struct cp_abi_ops): Add baseclass_offset pointer.
12937
12938 * valops.c (vb_match): Move to...
12939 * gnu-v2-abi.c (vb_match): here.
12940 * valops.c (baseclass_offset): Move to...
12941 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12942
12943 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12944
12945 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12946 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12947 * hpacc-abi.c (init_hpacc_ops): Likewise.
12948
7f8c9282
DJ
129492002-01-04 Daniel Jacobowitz <drow@mvista.com>
12950
12951 * valops.c (find_overload_match): Accept obj as a
12952 reference parameter. Update it before returning.
12953 * value.h (find_overload_match): Update prototype.
12954 * eval.c (evaluate_subexp_standard): Pass object to
12955 find_overload_match by reference.
12956
f23631e4
AC
129572002-01-03 Andrew Cagney <ac131313@redhat.com>
12958
12959 * valarith.c: Replace value_ptr with struct value pointer. Remove
12960 register attribute from value declarations.
12961 * valops.c: Ditto.
12962 * value.h: Ditto.
12963 * scm-lang.c (scm_lookup_name): Ditto.
12964
79e10fab 129652002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12966
79e10fab
AC
12967 Abstract the functionality of iterating over mapped memory
12968 regions into a general purpose iterator function.
abf22e64 12969 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12970 iterator for memory sections.
12971 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12972 (solib_mappings_callback): New function, callback for above.
12973 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12974 (info_mappings_callback): New function, callback for above.
12975
12976 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12977
c5ad026a
MK
129782002-01-01 Mark Kettenis <kettenis@gnu.org>
12979
d2a7c97a
MK
12980 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12981 * i386-tdep.c: Include "elf-bfd.h".
12982 (process_note_abi_tag_sections): New function.
12983 (i386_gdbarch_init): Add code to recognize various OS/ABI
12984 combinations.
12985
c5ad026a
MK
12986 * maint.c (_initialize_maint_cmds): Add missing \ in
12987 string-literal.
12988
a1a5b71e 12989For older changes see ChangeLog-2001
c906108c
SS
12990\f
12991Local Variables:
12992mode: change-log
12993left-margin: 8
12994fill-column: 74
12995version-control: never
12996End:
This page took 1.166836 seconds and 4 git commands to generate.