daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f18c5a73
AC
12002-11-15 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.c (frame_pc_unwind): New function.
4 (frame_saved_regs_pc_unwind): New function.
5 (frame_register_unwind): Pass unwind_cache instead of
6 register_unwind_cache.
7 (set_unwind_by_pc): Add unwind_pc parameter, set.
8 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
9 (get_prev_frame): Ditto.
10 * frame.h (frame_pc_unwind_ftype): Declare.
11 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
12 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
13 (frame_pc_unwind): Declare.
14 * dummy-frame.c (dummy_frame_pc_unwind): New function.
15 (struct dummy_frame): Add comment mentioning that values are for
16 previous frame.
17 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
18 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
19 (generic_file_frame_chain_valid): Ditto.
20 * stack.c (frame_info): Ditto.
21
d9285969 222002-11-15 David Carlton <carlton@math.stanford.edu>
0960f083
DC
23
24 * linespec.c (locate_first_half): New function.
25 (decode_line_1): Move code into locate_first_half.
26
d741b867
AC
272002-11-15 Andrew Cagney <ac131313@redhat.com>
28
29 * complaints.h: Add comment explaining how to eliminate a
30 deprecated_complain call.
24382c5c 31 * complaints.h: Fix spelling errors.
d741b867 32
82d03c99
DC
332002-11-15 David Carlton <carlton@math.stanford.edu>
34
35 * printcmd.c: Remove #include "disasm.h".
36
c97eb5d9
AC
372002-11-14 Andrew Cagney <ac131313@redhat.com>
38
39 * frame.h: Move the most relevant interface functions to the start
40 of the file.
41
524d7c18
AC
422002-11-14 Andrew Cagney <ac131313@redhat.com>
43
44 * regcache.h (deprecated_registers): Rename registers.
45 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
46 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
47 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
48 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
49 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
50 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
51 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
52 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
53 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
54 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
55 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
56 * v850ice.c: Update.
57
6411e720
AC
58Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
59
60 * utils.c (gdb_realpath): Add comment mentioning realpath with a
61 NULL buffer.
62
73937e03
AC
632002-11-13 Andrew Cagney <cagney@redhat.com>
64
65 * regcache.h (deprecated_read_register_bytes): Rename
66 read_register_bytes.
67 (deprecated_write_register_bytes): Rename write_register_bytes.
68 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
69 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
70 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
71 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
72 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
73 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
74 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
75 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
76 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
77 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
78 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
79 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
80 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
81 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
82
fb0cd46e
JB
832002-11-13 Jim Blandy <jimb@redhat.com>
84
85 * findvar.c (read_var_value): Doc fix.
86
2d28509a
AC
872002-11-13 Andrew Cagney <cagney@redhat.com>
88
89 * regcache.c (struct regcache): Replace passthough_p with
90 readonly_p.
91 (regcache_xmalloc): Initialize readonly_p.
92 (build_regcache): Initialize readonly_p.
93 (regcache_save): New function.
94 (regcache_restore): New function.
95 (regcache_cpy): Re-implement using regcache_save and
96 regcache_restore.
97 (regcache_raw_read): Update.
98 (regcache_cooked_read): When a read-only cache, checked for cached
99 pseudo register values.
100 (regcache_raw_write): Assert that the cache is not read-only.
101 Remove code handling a non-passthrough cache.
102 * regcache.h (regcache_save): Declare.
103 (regcache_restore): Declare.
104
067df2e5
AC
1052002-11-13 Andrew Cagney <cagney@redhat.com>
106
107 * regcache.c (struct regcache_descr): Add fields
108 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
109 (init_legacy_regcache_descr): Compute the size of a cooked
110 register cache and then assign that to sizeof_raw_registers. Set
111 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
112 (init_legacy_regcache_descr): Ditto.
113
51b1fe4e
AC
1142002-11-13 Andrew Cagney <cagney@redhat.com>
115
116 * regcache.c (register_buffer): Move to near start of file, update
117 description.
118 (regcache_raw_read): Use.
119 (regcache_raw_write): Use.
120 (struct regcache): Rename raw_registers to registers and
121 raw_register_valid_p to register_valid_p.
122 (regcache_xmalloc): Update.
123 (regcache_xfree): Update.
124 (register_buffer): Update.
125 (regcache_cpy): Update.
126 (regcache_cpy_no_passthrough): Update.
127 (regcache_valid_p): Update.
128 (deprecated_grub_regcache_for_registers): Update.
129 (deprecated_grub_regcache_for_register_valid): Update.
130 (set_register_cached): Update.
131 (regcache_raw_write): Update.
132
80b4c677
PM
1332002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
134
135 * p-exp.y (name_not_typename): Use copy_name to
136 set current_type variable for fields of THIS.
137
0f3fafde
DJ
1382002-11-12 Daniel Jacobowitz <drow@mvista.com>
139
140 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
141 * monitor.c (init_base_monitor_ops): Likewise.
142 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
143 * remote-array.c (init_array_ops): Likewise.
144 * remote-e7000.c (init_e7000_ops): Likewise.
145 * remote-es.c (init_es1800_ops): Likewise.
146 (init_es1800_child_ops): Likewise.
147 * remote-rdp.c (init_remote_rdp_ops): Likewise.
148 * remote-sim.c (init_gdbsim_ops): Likewise.
149 * remote-st.c (init_st2000_ops): Likewise.
150 * sol-thread.c (init_sol_core_ops): Likewise.
151 (init_sol_thread_ops): Likewise.
152 * v850ice.c (init_850ice_ops): Likewise.
153 * win32-nat.c (init_child_ops): Likewise.
154 * wince.c (init_child_ops): Likewise.
155
82c0260e
AC
1562002-11-12 Andrew Cagney <ac131313@redhat.com>
157
158 * utils.c (gdb_realpath): Make rp a constant pointer.
159
70d35819
AC
1602002-11-12 Andrew Cagney <ac131313@redhat.com>
161
162 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
163 a constant buffer; cannonicalize_file_name(); realpath() with a
164 pathconf() defined buffer, xstrdup().
165
9835a8b0
AC
1662002-11-12 Andrew Cagney <ac131313@redhat.com>
167
168 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
169 to hang2.C; hang3.c to hang3.C.
170
3f47be5c
EZ
1712002-11-11 Elena Zannoni <ezannoni@redhat.com>
172
173 * findvar.c (read_var_value): Reenable TLS code.
174
1752002-11-11 Elena Zannoni <ezannoni@redhat.com>
176 Jim Blandy <jimb@redhat.com>
177
178 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
179 * target.c (update_current_target): Add
180 to_get_thread_local_address.
181 * target.h (to_get_thread_local_address): Export.
182 (target_get_thread_local_address): Define.
183 (target_get_thread_local_address_p): Define.
184 * thread-db.c: Include solib-svr4.h.
185 (td_thr_tls_get_addr_p): Define.
186 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
187 (thread_db_get_thread_local_address): New function.
188 (init_thread_db_ops): Initialize to_get_thread_local_address.
189 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
190 * configure: Regenerate.
191 * config.in: Regenerate.
192
636b1a6d
DC
1932002-11-11 David Carlton <carlton@math.stanford.edu>
194
195 * linespec.c (set_flags): New function.
196 (decode_line_1): Move code into set_flags.
197
44fe14ab
DC
1982002-11-11 David Carlton <carlton@math.stanford.edu>
199
200 * linespec.c (decode_line_1): Move chunks of code to separate
201 functions.
202 (initialize_defaults): New function.
203 (decode_indirect): New function.
204
e6f181f5
AC
2052002-11-11 Andrew Cagney <ac131313@redhat.com>
206
8971b011
AC
207 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
208 instead of void_code_ptr.
209 (sigtramp_saved_pc): Ditto.
210
e6f181f5
AC
211 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
212 i386_fp_regnum_p.
213
01ad7f36
DJ
2142002-11-10 Daniel Jacobowitz <drow@mvista.com>
215
216 * gdbtypes.h (struct main_type): Move artificial flag out of
217 loc. New member of ``struct field'' named static_kind. Reduce
218 overloaded meaning of bitsize.
219 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
220 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
221 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
222
223 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
224 new fields.
225 (template_to_fixed_record_type, template_to_static_fixed_type)
226 (to_record_with_fixed_variant_part): Likewise.
227 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
228 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
229 * dwarfread.c (struct_type, enum_type): Likewise.
230 * hpread.c (hpread_read_enum_type)
231 (hpread_read_function_type, hpread_read_doc_function_type)
232 (hpread_read_struct_type): Likewise.
233 * mdebugread.c (parse_symbol): Likewise.
234
bf1e52be
AC
2352002-11-10 Andrew Cagney <ac131313@redhat.com>
236
237 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
238 * stack.c (print_frame_info_base): Update.
239 (print_frame_info_base, frame_info): Update.
240 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
241 (sparc_frame_saved_pc): Update.
242 * ada-lang.c (find_printable_frame): Update.
243 * breakpoint.c (deprecated_frame_in_dummy): Update.
244
ce556f85
MK
2452002-11-09 Mark Kettenis <kettenis@gnu.org>
246
247 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
248 defined.
249 (regmap): Extend to cover all registers.
250 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
251 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
252 definitions.
253 (fetch_register, sore_register): Simplify.
254 (old_fetch_inferior_registers, old_store_inferior_registers):
255 Remove functions.
256 (cannot_fetch_register, cannot_store_register): Change
257 implementation to use regmap array to decide which registers
258 cannot be fetched/stored. This removes $orig_eax from the
259 registers that cannot be fetched/stored.
260 (fetch_inferior_registers): Call fetch_register directly instead
261 of calling old_fetch_inferior_registers.
262 (store_inferior_registers): Call store_register directly instead
263 of calling old_store_inferior_registers.
264 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
265 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
266 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
267
932bb524
KD
2682002-11-09 Klee Dienes <kdienes@apple.com>
269
270 * i387-tdep.c (i387_supply_register): When called with NULL as a
271 buffer, mark the register as not provided (to mirror the behavior
272 of supply_register).
273 (i387_supply_fxsave): Ditto.
274 (i387_supply_fsave): Ditto (inherits the behavior from
275 i387_supply_register).
276
ebe68b27
KD
2772002-11-09 Klee Dienes <kdienes@apple.com>
278
279 * blockframe.c (sigtramp_saved_pc): Use
280 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
281 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
282 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
283
15220c65
AC
2842002-11-09 Andrew Cagney <ac131313@redhat.com>
285
286 * frame.c (get_prev_frame): Test prev_p to identify a previously
287 unwound frame. Initialize prev_p.
288 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
289 comment.
290
95adb866
AC
2912002-11-09 Andrew Cagney <ac131313@redhat.com>
292
293 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
294 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
295 more comments. Zap dead code.
296
e71ecd70
MK
2972002-11-09 Mark Kettenis <kettenis@gnu.org>
298
299 * infcmd.c (print_vector_info, print_float_info): Move code that
300 checks whether the target has any registers and whether there is a
301 selected frame up, such that it is also used if a target provides
302 multi-arch definitions of these functions.
303
c525330d
AC
3042002-11-08 Andrew Cagney <ac131313@redhat.com>
305
72bdd927
AC
306 * Makefile.in (DESTDIR): Define.
307 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
308 prefix.
309
c525330d
AC
310 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
311 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
312
38c968cf
AC
3132002-11-08 Andrew Cagney <ac131313@redhat.com>
314
315 * i386-linux-tdep.c: Include "reggroups.h".
316 (i386_linux_register_reggroup_p): New function.
317 (i386_linux_init_abi): Set register_reggroup_p to
318 i386_linux_register_reggroup_p.
319 * i386-tdep.h (i386_register_reggroup_p): Declare.
320 * i386-tdep.c: Include "reggroups.h".
321 (i386_init_reggroups): New function.
322 (i386_add_reggroups): New function.
323 (i386_register_reggroup_p): New function.
324 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
325 (_initialize_i386_tdep): Call i386_init_reggroups.
326 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
327 specific reggroups.
328
19e33363
MK
3292002-11-09 Mark Kettenis <kettenis@gnu.org>
330
371a6e84
MK
331 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
332 request that's available in *BSD.
333
94ba925a
MK
334 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
335
19e33363
MK
336 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
337 FDOFF_REGNUM.
338
8779790c
AC
3392002-11-08 Andrew Cagney <ac131313@redhat.com>
340
341 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
342 * dummy-frame.c (find_dummy_frame): Rename
343 generic_find_dummy_frame, make static. Return the dummy frame
344 instead of the regcache.
345 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
346 (cached_find_dummy_frame): New function. Use find_dummy_frame.
347 (dummy_frame_register_unwind): Rename
348 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
349 * dummy-frame.h (dummy_frame_register_unwind): Rename
350 generic_call_dummy_register_unwind.
351
8674b74f
MK
3522002-11-08 Mark Kettenis <kettenis@gnu.org>
353
354 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
355 except the inclusion of "i386/tm-i386.h", to...
356 * config/i386/nm-i386v42mp.h: ...here.
357 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
358
4c1e7e9d
AC
3592002-11-08 Andrew Cagney <ac131313@redhat.com>
360
361 * Makefile.in (frame.o): Update dependencies.
362 * blockframe.c (current_frame, frame_obstack_alloc)
363 (frame_saved_regs_zalloc, get_current_frame)
364 (set_current_frame, create_new_frame)
365 (set_unwind_by_pc, get_next_frame)
366 (flush_cached_frames, reinit_frame_cache)
367 (frame_saved_regs_register_unwind)
368 (deprecated_generic_get_saved_register)
369 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
370 (_initialize_blockframe): Move frame code from here...
371 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
372 "annotate.h" and "dummy-frame.h".
373 (_initialize_frame): New function.
374
921e78cf
JB
3752002-11-08 Jim Blandy <jimb@redhat.com>
376
377 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
378 when we finish a function a context.
379 * buildsym.h (outermost_context_p): New macro.
380 (Bug analyzed by David Edelsohn.)
381
9c1412c1
AC
3822002-11-08 Andrew Cagney <ac131313@redhat.com>
383
384 * blockframe.c: Include "dummy-frame.h".
385 (struct dummy_frame, dummy_frame_stack)
386 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
387 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
388 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
389 (generic_save_call_dummy_addr, generic_pop_current_frame)
390 (generic_pop_dummy_frame, generic_fix_call_dummy)
391 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
392 dummy frame code from here...
393 * dummy-frame.c: ...to here. New file.
394 * dummy-frame.h: New file.
395 (generic_call_dummy_register_unwind): Declare.
396 (generic_find_dummy_frame): Declare.
397 * Makefile.in (SFILES): Add dummy-frame.c.
398 (dummy-frame.o): Specify dependencies.
399 (dummy_frame_h): Define.
400 (COMMON_OBS): Add dummy-frame.o.
401 (blockframe.o): Update dependencies.
402
208d8187
JB
4032002-11-08 Jim Blandy <jimb@redhat.com>
404
405 * dwarf2read.c (read_func_scope): Restore local_symbols and
406 param_symbols after we finish the function context. (Based on a
407 patch from David Edelsohn.)
408
413dad4d
DC
4092002-11-08 David Carlton <carlton@math.stanford.edu>
410
411 * linespec.c (symbol_found): New function.
412 (minsym_found): New function.
413 (decode_line_1): Separate out some code into separate functions.
414
5512c44a
JB
4152002-11-08 Joel Brobecker <brobecker@gnat.com>
416
417 * i386-tdep.c (i386_frameless_signal_p): Make non static for
418 the benefit of the interix target.
419 * i386-tdep.h (i386_frameless_signal_p): Declare.
420
1b33ef47
AC
4212002-11-08 Andrew Cagney <ac131313@redhat.com>
422
423 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
424 declaration that snuck in from change below.
425
23a34459
AC
4262002-11-06 Andrew Cagney <cagney@redhat.com>
427
428 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
429 all callers.
430 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
431 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
432 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
433 (i386_mxcsr_regnum_p): new function. Use instead of
434 MXCSR_REGNUM_P.
435 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
436 (i386_sse_regnum_p): Declare.
437 (i386_mxcsr_regnum_p): Declare.
438 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
439 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
440 (IS_FP_REGNUM): Update definition.
441 (IS_FPU_CTRL_REGNUM): Update definition..
442 (IS_SSE_REGNUM): Update definition..
443 * i386v-nat.c (register_u_addr): Update.
444 * go32-nat.c (fetch_register): Update.
445 (store_register): Update.
446
d709c020
JB
4472002-11-07 Joel Brobecker <brobecker@gnat.com>
448
449 Preparation work to convert the hppa targets to multiarch partial.
450
451 * hppa-tdep.c: Add new functions replacing macro bodies from
452 config/pa/tm-hppa.h. These function will be used to initialize
453 the gdbarch structure. Import some comments from tm-hppa.h,
454 and place them where appropriate, to avoid loosing them when
455 we cleanup this file.
456 (hppa_reg_struct_has_addr): New function.
457 (hppa_inner_than): New function.
458 (hppa_stack_align): New function.
459 (hppa_pc_requires_run_before_use): New function.
460 (hppa_instruction_nullified): New function.
461 (hppa_register_byte): New function.
462 (hppa_register_virtual_type): New function.
463 (hppa_store_struct_return): New function.
464 (hppa_cannot_store_register): New function.
465 (hppa_frame_args_address): New function.
466 (hppa_frame_locals_address): New function.
467 (hppa_smash_text_address): New function.
468 (hppa_coerce_float_to_double): New function. Requires the inclusion
469 of "language.h".
470
471 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
472
473 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
474 gdbarch-eligible macro to a call to the new associated function
475 created in hppa-tdep.c.
476 (INNER_THAN): Likewise.
477 (STACK_ALIGN): Likewise.
478 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
479 (INSTRUCTION_NULLIFIED): Likewise.
480 (REGISTER_BYTE): Likewise.
481 (REGISTER_VIRTUAL_TYPE): Likewise.
482 (STORE_STRUCT_RETURN): Likewise.
483 (CANNOT_STORE_REGISTER): Likewise.
484 (FRAME_ARGS_ADDRESS): Likewise.
485 (FRAME_LOCALS_ADDRESS): Likewise.
486 (SMASH_TEXT_ADDRESS): Likewise.
487 (COERCE_FLOAT_TO_DOUBLE): Likewise.
488 (ABOUT_TO_RETURN): Delete, as no longer used.
489
83c31e7d
FN
4902002-11-07 Fernando Nasser <fnasser@redhat.com>
491
492 * printcmd.c (disassemble_command): Remove obsolete function.
493 (_initialize_printcmd): Do not create disassemble command here.
494 * cli/cli-cmds.c (disassemble_command): New function. Implements
495 disassemble command.
496 (init_cli_cmds): Create disassemble command here instead.
497
0ec30a36
AC
4982002-11-07 Andrew Cagney <ac131313@redhat.com>
499
500 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
501
e600bd34
AC
5022002-11-07 Andrew Cagney <ac131313@redhat.com>
503
504 * regcache.h (regcache_cooked_read_using_offset_hack)
505 (regcache_cooked_write_using_offset_hack): Delete declarations.
506 (register_changed): Delete declaration.
507 * regcache.c (regcache_cooked_read_using_offset_hack)
508 (regcache_cooked_write_using_offset_hack): Delete functions.
509 (cooked_xfer_using_offset_hack): Delete function.
510 (register_changed): Delete function.
511
568f8739
JB
5122002-11-07 Jim Blandy <jimb@redhat.com>
513
514 * macroscope.c: #include "complaints.h".
515 (sal_macro_scope): Cope with filenames that appear in the symtabs,
516 but not in the macro table.
517 * Makefile.in (macroscope.o): Record dependency.
518
b0718b7b
JB
5192002-11-07 Joel Brobecker <brobecker@gnat.com>
520
521 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
522
2b9e5f3f
AC
5232002-11-07 Andrew Cagney <ac131313@redhat.com>
524
525 * regcache.c (deprecated_registers_fetched): Update.
526 * regcache.h (deprecated_registers_fetched): Rename
527 registers_fetched.
528 * remote-vxsparc.c (vx_read_register): Update.
529 * remote-vxmips.c (vx_read_register): Update.
530 * remote-vx68.c (vx_read_register): Update.
531 * irix5-nat.c (fetch_core_registers): Update.
532 * mipsm3-nat.c (fetch_inferior_registers): Update.
533 * sun3-nat.c (fetch_inferior_registers): Update.
534 * symm-nat.c (fetch_inferior_registers): Update.
535 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
536 (fetch_core_registers): Update.
537 (fetch_kcore_registers): Update.
538 * mips-nat.c (fetch_inferior_registers): Update.
539 * corelow.c (get_core_registers): Update.
540 * a68v-nat.c (fetch_inferior_registers): Update.
541
e6e68f1f
JB
5422002-11-06 Joel Brobecker <brobecker@gnat.com>
543
544 Put in place the framework necessary for multiarching the hppa targets.
545 * hppa-tdep.c (hppa_gdbarch_init): New function.
546 (hppa_dump_tdep): New function.
547 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
548 tdep structure dumper.
549 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
550 until the multi-arching conversion has partially been completed.
551
492254e9
AC
5522002-11-06 Andrew Cagney <ac131313@redhat.com>
553
554 * valops.c (value_assign): Merge lval_register case into
555 lval_reg_frame_relative. Use frame_register and
556 regcache_cooked_write instead of get_saved_register and
557 write_register_bytes. After flushing the register cache, try to
558 re-select the selected frame.
559
8262ee23
AC
5602002-11-06 Andrew Cagney <ac131313@redhat.com>
561
562 * regcache.h (deprecated_register_valid): Rename register_valid.
563 * regcache.c: Update.
564 * ia64-aix-nat.c: Update.
565 * i386gnu-nat.c: Update.
566 * alpha-nat.c: Update.
567 * sparc-nat.c: Update.
568 * lynx-nat.c: Update.
569 * remote-mips.c: Update.
570
4facf7e8
JB
5712002-11-06 Joel Brobecker <brobecker@gnat.com>
572
573 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
574 to end of file, to be more consistent with the pratice followed
575 by other targets.
576
f9418c0f
AC
5772002-11-06 Andrew Cagney <ac131313@redhat.com>
578
579 * infcmd.c: Include "reggroups.h" and <ctype.h>.
580 (print_float_info): Print registers in float_reggroup.
581 (print_vector_info): Print registers in vector_reggroup.
582 (default_print_registers_info): When all, print registers in
583 all_reggroup. Otherwize, print registers in general_reggroup.
584 (registers_info): Rewrite. Add support for register groups.
585 Eliminate a goto.
586
3fe235a7
EZ
5872002-11-06 Elena Zannoni <ezannoni@redhat.com>
588
589 * symtab.c (methods_info): Delete. It has been ifdeffed out for
590 ages.
591 (symtab_symbol_info): Remove eons old ifdeffed out code.
592 (_initialize_symtab): Remove prehistoric disabled 'info methods'
593 command.
594
ef944135
TR
5952002-11-06 Theodore A. Roth <troth@openavr.org>
596
597 * c-exp.y: Add missing semi-colons.
598 * f-exp.y: Add missing semi-colons.
599 * m2-exp.y: Add missing semi-colons.
600 * p-exp.y: Add missing semi-colons.
601 Add empty action to start rule to avoid a type clash error when
602 building with bison >= 1.50.
603
f8302a57
JB
6042002-11-06 Jim Blandy <jimb@redhat.com>
605
606 * macrotab.h (struct macro_source_file): Doc fix.
607
6e382aa3
JJ
6082002-11-05 Jeff Johnston <jjohnstn@redhat.com>
609
610 * varobj.c (child_exists, cplus_number_of_children): Change
611 STREQ macro references to strcmp.
612 (cplus_name_of_child): Change code to handle the fact that
613 fields are not necessarily contiguous with regards to their
614 access control. This is a fix for PR gdb/792.
615
a216a322
AC
6162002-11-05 Andrew Cagney <ac131313@redhat.com>
617
618 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
619 * gdbarch.h, gdbarch.c: Regnerate.
620 * frame.h (frame_register): Declare.
621 * frame.c (frame_register): New function.
622 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
623 GET_SAVED_REGISTER, otherwize call
624 generic_unwind_get_saved_register.
625 (frame_register_read): Use frame_register instead of
626 get_saved_register.
627
7d5b6fdd
EZ
6282002-11-05 Elena Zannoni <ezannoni@redhat.com>
629
630 From Jim Ingham <jingham@apple.com>:
631 * event-top.c (gdb_disable_readline): New function.
632 (_initialize_event_loop): Move comment.
633
b7c64260
EZ
6342002-11-05 Elena Zannoni <ezannoni@redhat.com>
635
636 * event-loop.c (start_event_loop): Add comment.
637 Update copyright.
638
c2e1b8f2
AC
6392002-11-05 Andrew Cagney <ac131313@redhat.com>
640
641 * infcmd.c (default_print_registers_info): Do not call
642 PRINT_REGISTER_HOOK.
643
87647bb0
AC
6442002-11-05 Andrew Cagney <ac131313@redhat.com>
645
646 * sparc-tdep.c (sparc_print_register_hook): Make static.
647 (sparc_print_registers_info): New function.
648 (sparc_do_registers_info): New function.
649 (sparclet_print_registers_info): New function.
650 (sparclet_do_registers_info): New function.
651 (do_sparc_print_registers_info): New function.
652 (sparc_print_registers): New static function, clone of infcmd.c's
653 default_print_registers_info.
654 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
655 (sparclet_do_registers_info): Declare.
656 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
657 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
658 Re-define.
659 (sparc_do_registers_info): Declare.
660 (PRINT_REGISTER_HOOK): Delete macro.
661 (sparc_print_register_hook): Delete declaration.
662
8155455b
DC
6632002-11-05 David Carlton <carlton@math.stanford.edu>
664
665 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
666 functions.
667 (lookup_symbol_aux_local): New function.
668 (lookup_symbol_aux_symtabs): New function.
669 (lookup_symbol_aux_psymtabs): New function.
670
29924310
DC
6712002-11-05 David Carlton <carlton@math.stanford.edu>
672
673 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
674 previous values of 'objfile' and 'block'.
675
cc303028
PM
6762002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
677
678 * values.c (value_change_enclosing_type): Set
679 enclosing_type field correctly also for the case where
680 more memory needs to be allocated.
681
1d70089a
MK
6822002-11-03 Mark Kettenis <kettenis@gnu.org>
683
f16a25ae
MK
684 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
685 of puts_filtered.
686
1d70089a
MK
687 * i387-tdep.c (i387_print_float_info): Replace calls to
688 register_read and deprecated_read_register_gen with calls to
689 frame_register_read, and make the necessary adjustments to the
690 surrounding code.
691
7e20f3fb
AC
6922002-11-02 Andrew Cagney <ac131313@redhat.com>
693
694 * gdbarch.sh (register_reggroup_p): Allow default value.
695 * gdbarch.h, gdbarch.c: Regenerate.
696
192dbe33
AC
6972002-11-02 Andrew Cagney <ac131313@redhat.com>
698
699 * regcache.h: Add coment indicating replacements for deprecated
700 functions.
701
b59ff9d5
AC
7022002-11-02 Andrew Cagney <cagney@redhat.com>
703
704 * reggroups.h, reggroups.c: New files.
705 * regcache.c: Include "reggroups.h".
706 (enum regcache_dump_what): Add `regcache_dump_groups'.
707 (regcache_dump): Contract size of the "Type" column. When
708 specified, dump the register's groups.
709 (maintenance_print_register_groups): New function.
710 (_initialize_regcache): Add command `maint print register-groups'.
711 * Makefile.in (COMMON_OBS): Add reggroups.o
712 (SFILES): Add reggroups.c.
713 (reggroups_h): Define.
714 (regcache.o, gdbarch.o): Update dependencies.
715 (reggroups.o): Specify dependencies.
716 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
717 Add opaque declaration for `struct reggroup' in generated .h file.
718 Include "reggroups.h" in generated .c file.
719 gdbarch.h, gdbarch.c: Re-generate.
720
4caf0990
AC
7212002-11-02 Andrew Cagney <cagney@redhat.com>
722
723 * regcache.h (deprecated_read_register_gen): Rename
724 read_register_gen.
725 (deprecated_write_register_gen): Rename write_register_gen.
726 * i387-tdep.c: Update.
727 * x86-64-linux-nat.c: Update
728 * wince.c: Update.
729 * thread-db.c: Update.
730 * win32-nat.c: Update.
731 * mips-tdep.c: Update.
732 * d10v-tdep.c: Update.
733 * cris-tdep.c: Update.
734 * remote-sim.c: Update.
735 * remote-rdi.c: Update.
736 * remote-rdp.c: Update.
737 * frame.c: Update.
738 * target.c: Update.
739 * blockframe.c: Update.
740 * x86-64-tdep.c: Update.
741 * xstormy16-tdep.c: Update.
742 * sh-tdep.c: Update.
743 * s390-tdep.c: Update.
744 * rs6000-tdep.c: Update.
745 * sparc-tdep.c: Update.
746 * i386-tdep.c: Update.
747 * dwarf2cfi.c: Update.
748 * regcache.c: Update.
749
7a7adcdf
JB
7502002-11-01 Joel Brobecker <brobecker@gnat.com>
751
752 New interix-specific files:
753 * config/i386/nm-interix.h: New file.
754 * config/i386/interix.mh: New file.
755 * config/i386/interix.mt: New file.
756 * i386-interix-nat.c: New file.
757 * i386-interix-tdep.c: New file.
758
bdcdd535
AC
7592002-11-01 Andrew Cagney <cagney@redhat.com>
760
761 * frame.h (deprecated_generic_get_saved_register): Rename
762 generic_get_saved_register.
763 * blockframe.c (deprecated_generic_get_saved_register): Update.
764 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
765 (xstormy16_frame_saved_register): Update.
766 * sh-tdep.c (sh_gdbarch_init): Update.
767 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
768 * ia64-tdep.c (ia64_get_saved_register): Update.
769 * cris-tdep.c (cris_gdbarch_init): Update.
770 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
771 * arm-tdep.c (arm_gdbarch_init): Update.
772
2a4b7c45
DJ
7732002-10-31 Daniel Jacobowitz <drow@mvista.com>
774
775 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
776
ef17e74b
DJ
7772002-10-31 Daniel Jacobowitz <drow@mvista.com>
778
779 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
780 trampolines in sigaction.
781
4904ba5b
AC
7822002-10-31 Andrew Cagney <cagney@redhat.com>
783
784 * h8300-tdep.c: Include "gdb_assert.h".
785 (h8300_print_register): Add gdbarch, file and frame parameters.
786 Use frame_read_unsigned_register to read the register's value.
787 Use fprintf_filtered to display output.
788 (h8300_print_registers_info): Replace h8300_do_registers_info.
789 (h8300_gdbarch_init): Set print_registers_info.
790
f908a0eb
AC
7912002-10-31 Andrew Cagney <cagney@redhat.com>
792
793 * frame.c (frame_read_unsigned_register): New function.
794 (frame_read_signed_register): New function.
795 * frame.h (frame_read_unsigned_register): Declare.
796 (frame_read_signed_register): Declare.
797
c5646e11
AC
7982002-10-31 Andrew Cagney <cagney@redhat.com>
799
800 * h8500-tdep.c (h8500_print_registers_info): New static function,
801 clone of infcmd.c's default_print_registers_info.
802 (h8500_do_registers_info): New funtion.
803 (h8500_print_register_hook): Rename print_register_hook, make
804 static.
805
806 * config/h8500/tm-h8500.h: Update copyright.
807 (DEPRECATED_DO_REGISTERS_INFO): Define.
808 (h8500_do_registers_info: Declare.
809 (PRINT_REGISTER_HOOK): Delete macro.
810 (print_register_hook): Delete function.
811
0bdd672b
AC
8122002-10-31 Andrew Cagney <cagney@redhat.com>
813
814 * z8k-tdep.c (z8k_print_register_hook): Make static.
815 (z8k_print_registers_info): New static function, clone of
816 infcmd.c's default_print_registers_info.
817 (z8k_do_registers_info): New function. Wrap
818 z8k_print_registers_info.
819 * config/z8k/tm-z8k.h: Update copyright.
820 (PRINT_REGISTER_HOOK): Delete macro.
821 (z8k_print_register_hook): Delete declaration.
822 (DEPRECATED_DO_REGISTERS_INFO): Define.
823 (z8k_do_registers_info): Declare.
824
bf9c25dc
JB
8252002-10-30 Joel Brobecker <brobecker@gnat.com>
826
827 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
828 as this is already provided by value.h, and was actually causing
829 a compilation error because of a conflict in parameter type
830 declaration due to a missing const keyword.
831 (low_text_segment_addres): Fix a compilation warning.
832
2c665b51
DJ
8332002-10-29 Daniel Jacobowitz <drow@mvista.com>
834
835 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
836 registers without a name.
837 (mips_linux_cannot_store_register): Don't store registers without
838 a name.
839
e70ea697
DC
8402002-10-28 David Carlton <carlton@math.stanford.edu>
841
842 * symtab.c (find_addr_symbol): Delete. (It was already commented
843 out.)
844 * symtab.h: Delete prototype for find_addr_symbol.
845
903ad3a6
AC
8462002-10-26 Andrew Cagney <cagney@redhat.com>
847
848 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
849 DO_REGISTERS_INFO.
850 gdbarch.h, gdbarch.c: Re-generate.
851 * infcmd.c (default_print_registers_info): Update reference.
852 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
853 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
854 * sh-tdep.c (sh_gdbarch_init): Ditto.
855 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
856 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
857
ab91194c
MK
8582002-10-26 Mark Kettenis <kettenis@gnu.org>
859
e3033f15
MK
860 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
861 cfi_init_extra_frame_info.
862 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
863 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
864
b83b026c
MK
865 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
866 target where necessary. Add more comments and remove the ones
867 that don't provide any useful information.
868
267bf4bb
MK
869 * i386-tdep.c (i386_frame_saved_pc): Replace call to
870 deprecated_read_register_dummy with
871 frame_unwind_unsigned_register.
872
751f1375
MK
873 * i386-tdep.c (i386_extract_struct_value_address): Use
874 regcache_raw_read_unsigned instead of
875 regcache_cooked_read_unsigned since we know that the register
876 we're reading isn't a pseudo register. Rename variable 'val' into
877 the more descriptive 'addr'.
878
26abbdc4
MK
879 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
880 (x86_64_push_return_address): Add comment.
881 (x86_64_pop_frame): Make static.
882 (examine_argument): Clarify comment.
883 (x86_64_skip_prologue): Make prolog_expact variable static.
884
9f1549cc
MK
885 * dwarf2cfi.c: Fix some formatting problems.
886 (context_cpy, read_encoded_pointer): Clarify comments.
887
ab91194c
MK
888 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
889 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
890 i386 target back into x86_64_gdbarch_init. Add some comments and
891 remove meaningless ones.
892
72367fb4
AC
8932002-10-25 Andrew Cagney <cagney@redhat.com>
894
895 * complaints.h (struct deprecated_complaint): Rename `struct
896 complaint'.
897 * complaints.c (complain): Update.
898 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
899 incorrect comment indicating that "symfile.h" was being included
900 for the `struct complaint' definition.
901 * remote-vx.c: Update.
902 * objc-lang.c: Update.
903 * xcoffread.c: Update.
904 * hpread.c: Update.
905 * mdebugread.c: Update.
906 * stabsread.c: Update.
907 * dwarf2read.c: Update.
908 * dwarfread.c: Update.
909 * elfread.c: Update.
910 * coffread.c: Update.
911 * stabsread.h: Update.
912 * dbxread.c: Update.
913 * buildsym.c: Update.
914 * gdbtypes.c: Update.
915 * macrotab.c: Update.
916
1f2baacc
MK
9172002-10-25 Mark Kettenis <kettenis@gnu.org>
918
0c1a73d6
MK
919 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
920 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
921 (x86_64_init_abi): ...new function.
922
6aee4d54 923 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
924 * i386v-nat.c: Include "i386-tdep.h".
925
8f9cbe01
AC
9262002-10-25 Andrew Cagney <cagney@redhat.com>
927
5f11f355
AC
928 * gdbtypes.c (address_space_name_to_int): Update.
929 (address_space_int_to_name): Update.
930 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
931 multi-arch predicate.
932 (address_class_name_to_type_flags): Ditto.
933 * gdbarch.h, gdbarch.c: Re-generate.
934
8f9cbe01
AC
935 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
936
e8d96a5d
MH
9372002-10-24 Martin M. Hunt <hunt@redhat.com>
938
939 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
940
fe39c653
EZ
9412002-10-24 Elena Zannoni <ezannoni@redhat.com>
942
943 * symtab.h (INIT_SAL): Delete macro.
944 (init_sal): Export.
945 * symtab.c (init_sal): New function.
946
947 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
948 to init_sal function call.
949 (find_sal_from_funcs_and_line): Ditto.
950 (all_sals_for_line): Ditto.
951 * breakpoint.c (create_internal_breakpoint): Ditto.
952 (create_fork_vfork_event_catchpoint): Ditto.
953 (create_exec_event_catchpoint): Ditto.
954 (parse_breakpoint_sals): Ditto.
955 (watch_command_1): Ditto.
956 (handle_gnu_4_16_catch_command): Ditto.
957 (clear_command): Ditto.
958 * hppa-tdep.c (child_enable_exception_callback): Ditto.
959 * infcmd.c (run_stack_dummy): Ditto.
960 * infrun.c (process_event_stop_test): Ditto.
961 (check_sigtramp2): Ditto.
962 (step_over_function): Ditto.
963 * linespec.c (decode_line_2): Ditto.
964 (decode_line_1): Ditto.
965 * source.c (line_info): Ditto.
966 * symtab.c (find_pc_sect_line): Ditto.
967
baed091b
ML
9682002-10-24 Michal Ludvig <mludvig@suse.cz>
969
970 * dwarf2cfi.c (struct context)
971 (struct context_reg): Moved to dwarf2cfi.h
972 (context_alloc, frame_state_alloc, context_cpy):
973 Made extern instead of static, removed prototypes.
974 * dwarf2cfi.h (struct context)
975 (struct context_reg): New, moved from dwarf2cfi.c
976 (context_alloc, frame_state_alloc, context_cpy):
977 New prototypes.
978 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
979 Changed from static to extern.
980 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
981 (LINUX_SIGCONTEXT_FP_OFFSET)
982 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
983 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
984 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
985 * x86-64-tdep.c (x86_64_gdbarch_init): Several
986 set_gdbarch_*() calls now use x86-64 specific functions
987 instead of DWARF2 CFI ones.
988 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
989 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
990 (x86_64_init_extra_frame_info): New prototypes.
991
c38da1af
DC
9922002-10-23 David Carlton <carlton@math.stanford.edu>
993
994 * linespec.c: #include "parser-defs.h".
995 Delete prototype for find_template_name_end.
996 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
997
fb9b6b35
JJ
9982002-10-23 Jeff Johnston <jjohnstn@redhat.com>
999
1000 * NEWS: add recent mi fixes.
1001 * varobj.c (struct varobj): Add new "updated" flag.
1002 (new_variable): Default "updated" flag to 0.
1003 (varobj_set_value): Set "updated" flag to 1 if value
1004 changes.
1005 (varobj_update): Check varobj "updated" flag before
1006 comparing old and refreshed values. Fix for
1007 PR gdb/702.
1008
8da065d5
DC
10092002-10-23 David Carlton <carlton@math.stanford.edu>
1010
1011 * parse.c (parse_exp_1): Use BLOCK_START.
1012 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1013 SYMBOL_BLOCK_VALUE.
1014 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1015
87f2f08c
DC
10162002-10-23 David Carlton <carlton@math.stanford.edu>
1017
1018 * symtab.c: Delete cplusplus_hint.
1019 Delete prototype for find_template_name_end.
1020
88cda038
EZ
10212002-10-23 Elena Zannoni <ezannoni@redhat.com>
1022
1023 * symtab.h: Update comment.
1024
2625d86c
MS
10252002-10-23 Michael Snyder <msnyder@redhat.com>
1026
1027 * printcmd.c (address_info): Restore quotes in output.
1028 * valops.c (value_of_local): Restore quotes in error message.
1029
9cc0d196
EZ
10302002-10-23 Elena Zannoni <ezannoni@redhat.com>
1031
1032 * symtab.c (symbol_demangled_name): New function.
1033 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1034 turning most of it into a function.
1035 (symbol_demangled_name): Export.
1036
19de93d0
MS
10372002-10-23 Michael Snyder <msnyder@redhat.com>
1038
1039 * valops.c (value_of_local): Restore quotes in error message.
1040
89aad1f9
EZ
10412002-10-23 Elena Zannoni <ezannoni@redhat.com>
1042
1043 * symtab.c (symbol_init_language_specific): New function.
1044 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1045 turning most of it into a function.
1046 (symbol_init_language_specific): Export.
1047
d9fa45fe
DC
10482002-10-23 David Carlton <carlton@math.stanford.edu>
1049
1050 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1051 (dwarf_attr_name): Ditto.
1052 (dwarf_type_encoding_name): Ditto.
1053 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1054 (process_die): Handle DW_TAG_namespace,
1055 DW_TAG_imported_declaration, DW_TAG_imported_module.
1056 (read_namespace): New function.
1057
1045b512
JB
10582002-10-22 Joel Brobecker <brobecker@gnat.com>
1059
1060 * configure.in: Define NEW_PROC_API on Interix too.
1061 * configure: Regenerate.
1062
10632002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1064
1065 * configure: Regenerate using the proper version of autoconf.
1066
3987b9d4
EZ
10672002-10-21 Elena Zannoni <ezannoni@redhat.com>
1068
1069 * findvar.c (read_var_value): Temporarily disable TLS code, until
1070 complete TLS support is added.
1071
9d774e44
EZ
10722002-10-21 Jim Blandy <jimb@redhat.com>
1073 Elena Zannoni <ezannoni@redhat.com>
1074
1075 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1076 for thread local storage locations.
1077 (struct symbol): Add objfile field.
1078 (SYMBOL_OBJFILE): Define.
1079 * dwarf2read.c (is_thread_local): New static variable.
1080 (new_symbol): If variable is in thread local fill in address class
1081 and objfile appropriately.
1082 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1083 stack operation.
1084 * printcmd.c (address_info): Print the information for thread
1085 local storage variable.
1086 * findvar.c (read_var_value): In case of thread local variable,
1087 defer to the target vector code to compute address.
1088
bc4a16ae
EZ
10892002-10-21 Elena Zannoni <ezannoni@redhat.com>
1090
1091 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1092 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1093
407caf07
EZ
10942002-10-21 Elena Zannoni <ezannoni@redhat.com>
1095
1096 * symtab.h (address_class): Rename
1097 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1098 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1099 * printcmd.c (address_info): Ditto.
1100 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1101
005328e3
MK
11022002-10-20 Mark Kettenis <kettenis@gnu.org>
1103
afdb036a
MK
1104 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1105 DBREG_DRX macro to acces debug registers.
1106
ca02e098
MK
1107 * Makefile.in (i386obsd-tdep.o): New target.
1108
03cc47f7
MK
1109 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1110 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1111
005328e3
MK
1112 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1113 * config/i386/obsd.mt: New file.
1114 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1115 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1116 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1117 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1118 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1119 * i386obsd-tdep.c: New file.
1120
9c96f9f2
AF
11212002-10-19 Adam Fedor <fedor@gnu.org>
1122
1123 * objc-exp.y (name_not_typename): Fix invalid comment.
1124
ce1ed485
MK
11252002-10-20 Mark Kettenis <kettenis@gnu.org>
1126
1127 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1128 to allocate partial syms and macro byte caches.
1129
1efc7aaa
DC
11302002-10-18 David Carlton <carlton@math.stanford.edu>
1131
1132 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1133
7e1d63ec
AF
11342002-10-18 Adam Fedor <fedor@gnu.org>
1135
1136 * stabsread.c (find_name_end): New function.
1137 (define_symbol): Use it.
1138
6e8d29a9
DJ
11392002-10-18 Daniel Jacobowitz <drow@mvista.com>
1140
1141 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1142 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1143 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1144 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1145
1efc7aaa 11462002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1147
1148 * symfile.h: Add opaque declaration for struct obstack.
1149 Declare obsavestring to take a const char *.
1150 * symfile.c (obsavestring): Make first argument a const char *.
1151
1aeae86e
AF
11522002-10-16 Adam Fedor <fedor@gnu.org>
1153
1154 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1155 names when matching breakpoints in current file.
1156
8b2dbe47
KB
11572002-10-16 Kevin Buettner <kevinb@redhat.com>
1158
1159 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1160 (read_tag_pointer_type): Add address class support.
1161 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1162 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1163 New methods.
1164 * gdbarch.h, gdbarch.c: Regenerate.
1165 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1166 (make_type_with_address_space, recursive_type_dump): Add address
1167 class support.
1168 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1169 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1170 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1171
74451869
KD
11722002-10-16 Klee Dienes <kdienes@apple.com>
1173
1174 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1175 to get the last character of a char[] buffer, not
1176 name[sizeof(vptr_name)-1].
1177
ff4cb3e8
AF
11782002-10-14 Adam Fedor <fedor@gnu.org>
1179
1180 * symtab.h: New objc_specific struct.
1181 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1182 (SYMBOL_DEMANGLED_NAME): Likewise.
1183
da2cf7e0
AF
11842002-10-14 Adam Fedor <fedor@gnu.org>
1185
1186 * symfile.c (init_filename_language_table): Add ObjC file extension.
1187
4a351cef
AF
11882002-10-14 Adam Fedor <fedor@gnu.org>
1189
1190 * utils.c (puts_filtered_tabular): New function.
1191 (fprintf_symbol_filtered): Get ObjC demangled name.
1192 * defs.h (puts_filtered_tabular): Declared.
1193
9750e763
KB
11942002-10-14 Kevin Buettner <kevinb@redhat.com>
1195
1196 * c-lang.h (c_type_print_varspec_prefix): Delete.
1197 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1198 ``need_post_space'' parameter. Adjust all callers.
1199
eee771c1
DJ
12002002-10-14 Daniel Jacobowitz <drow@mvista.com>
1201
1202 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1203 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1204 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1205 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1206
46c82446
AF
12072002-10-13 Adam Fedor <fedor@gnu.org>
1208
1209 * source.c (print_source_lines): Update comments.
1210
d069f99d
AF
12112002-10-13 Adam Fedor <fedor@gnu.org>
1212
1213 * valops.c (value_of_local): New function.
1214 (value_of_this): Use it.
1215 * value.h (value_of_local): Declared.
1216
53c551b7
AF
12172002-10-13 Adam Fedor <fedor@gnu.org>
1218
1219 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1220 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1221
eb392fbf
AF
12222002-10-12 Adam Fedor <fedor@gnu.org>
1223
1224 * language.c (binop_result_type): Add language_objc to case.
1225 (integral_type): Likewise.
1226 (character_type): Likewise.
1227 (string_type): Likewise.
1228 (boolean_type): Likewise.
1229 (structured_type): Likewise.
1230 (binop_type_check): Likewise.
1231
e2b23ee9
AF
12322002-10-11 Adam Fedor <fedor@gnu.org>
1233
1234 * printcmd.c (address_info): Print 'self' for ObjC.
1235
b01ab485
AF
12362002-10-11 Adam Fedor <fedor@gnu.org>
1237
1238 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1239 OP_SELF.
1240
806e6073
AF
12412002-10-11 Adam Fedor <fedor@gnu.org>
1242
1243 * language.h (CAST_IS_CONVERSION): Add language_objc.
1244
50f85cdf
AF
12452002-10-11 Adam Fedor <fedor@gnu.org>
1246
1247 * defs.h (enum language): Add language_objc.
1248
0d540cdf
KD
12492002-10-11 Klee Dienes <kdienes@apple.com>
1250
69266111 1251 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1252 * gdbcore.h (read_memory_typed_address): Add prototype.
1253 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1254 to read a value destined for a CORE_ADDR, not read_memory_integer.
1255 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1256 (f77_get_dynamic_lowerbound): Ditto.
1257
d5dc7960
MH
12582002-10-11 Martin M. Hunt <hunt@redhat.com>
1259
1260 * utils.c (string_to_core_addr): After turning string into
1261 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1262 which will do necessary sign-extension, etc.
1263
8343f86c
DJ
12642002-10-11 Daniel Jacobowitz <drow@mvista.com>
1265
1266 * c-exp.y (THIS): Delete token and grammar rule.
1267 (yylex): Don't return THIS.
1268 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1269 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1270 * demangle.c (cplus_markers): Update comment. Put '$'
1271 first. Remove CPLUS_MARKER.
1272 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1273 * jv-exp.y (THIS): Delete token and grammar rule.
1274 (yylex): Don't return THIS.
1275 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1276 * objc-exp.y (THIS): Delete token and grammar rule.
1277 (yylex): Don't return THIS.
1278 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1279 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1280 (read_member_functions): Likewise for opname.
1281 (read_tilde_fields): Use is_cplus_marker.
1282
1283 * defs.h (CPLUS_MARKER): Don't define.
1284 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1285 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1286 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1287 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1288 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1289
1290 * config/i386/tm-i386v4.h: Delete file.
1291 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1292 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1293 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1294 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1295 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1296 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1297 * config/i386/i386v4.mt (TM_FILE): Likewise.
1298 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1299
967c0d83
MM
13002002-10-10 Marko Mlinar <markom@opencores.org>
1301
1302 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1303 accidentially not commited 2002-10-09
1304 * gdbarch.h, gdbarch.c: Re-generate.
1305
f74fa174
MM
13062002-10-09 Marko Mlinar <markom@opencores.org>
1307
1308 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1309 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1310 * gdbarch.h, gdbarch.c: Re-generate.
1311
57349743
JB
13122002-10-08 Petr Sorfa <petrs@caldera.com>
1313
1314 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1315
1316 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1317 so we can work on more than one compilation unit at a time. This
1318 helps prepare GDB to handle inter-CU die references.
1319 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1320 the code to be defined before struct comp_unit_head.
1321 (comp_unit_head): Added new members - offset, cu_head,
1322 begin_die, next and dwarf2_abbrevs.
1323 (dwarf2_abbrevs): Removed single static var; now member of
1324 struct comp_unit_head.
1325 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1326 members.
1327 (psymtab_to_symtab_1): Changed to work with the new
1328 struct comp_unit_head.
1329 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1330 constructs the dwarf2_abbrevs[] inside the cu_header.
1331 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1332 dwarf2_abbrev table to clean up.
1333 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1334 handling of dwarf2_abbrevs inside the cu_header.
1335 (read_partial_die): Now supports the call to the new
1336 dwarf2_lookup_abbrev.
1337 (read_full_die): Now supports the call to the new
1338 dwarf2_lookup_abbrev.
1339
4092aadb
CF
13402002-10-06 Christopher Faylor <cgf@redhat.com>
1341
1342 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1343 insure that shell variables, such as "transformed_name" are propagated
1344 to later shell statements in rule.
1345
af0b2512
MK
13462002-10-06 Mark Kettenis <kettenis@gnu.org>
1347
1348 * config/i386/nm-i386sco.h: Add protection against
1349 multiple-inclusion. Include "i386/nm-i386v.h".
1350 (REGISTER_U_ADDR): Remove define.
1351 (i386_register_u_addr): Remove prototype.
1352
d6020d45
MS
13532002-10-04 Michael Snyder <msnyder@redhat.com>
1354
1355 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1356 before treating it as a single-step event.
1357
7248f48e
AF
13582002-10-03 Adam Fedor <fedor@gnu.org>
1359
1360 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1361 (objc_demangle): Remove assignment in if statements, Replace
1362 free with xfree.
1363 (add_msglist): Likewise.
1364 (end_msglist): Likewise.
1365 (complare_selectors): Likewise.
1366 (selectors_info): Likewise.
1367 (compare_classes): Likewise.
1368 (classes_info): Likewise.
1369 (print_object_command): Likewise.
1370 (find_objc_msgcall_submethod): Replace PTR with void *.
1371 * objc-lang.h: Remove check for __STDC__.
1372
52c6a6ac
JJ
13732002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1374
1375 * ui-out.h (ui_out_field_fmt_int): New prototype.
1376 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1377 of field width and alignment.
1378 * stack.c (print_frame_info_base): When printing frame level, use
1379 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1380 PR gdb/192
1381
7e3cec17
JJ
13822002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1383
1384 * MAINTAINERS: Add self to Write After Approval list.
1385
a58dd373
EZ
13862002-10-02 Elena Zannoni <ezannoni@redhat.com>
1387
1388 * infcmd.c (interrupt_target_command_wrapper): Delete.
1389 (interrupt_target_command): Make non static.
1390 (nofp_registers_info): Make static.
1391 * stack.c (return_command_wrapper): Delete.
1392 (return_command): Make non static.
1393
cee6ddeb
EZ
13942002-10-02 Elena Zannoni <ezannoni@redhat.com>
1395
1396 * event-top.c (gdb_setup_readline): New function. Code moved from
1397 _initialize_event_loop().
1398 (_initialize_event_loop): Call gdb_setup_readline().
1399
c4ed33b9
AC
14002002-10-02 Andrew Cagney <ac131313@redhat.com>
1401
1402 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1403 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1404 * gdbarch.h, gdbarch.c: Re-generate.
1405
cef4f5dd
DJ
14062002-10-02 Daniel Jacobowitz <drow@mvista.com>
1407
1408 Fix PR gdb/778
1409 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1410 before recursing.
1411 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1412 of fill_in_vptr_fieldno.
1413
36dc181b 14142002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1415
36dc181b
EZ
1416 * inferior.h (registers_info, stepi_command, nexti_command,
1417 continue_command, interrupt_target_command): Export from infcmd.c.
1418 * frame.h (args_info, selected_frame_level_changed_hook,
1419 return_command): Export from stack.c.
1420 * v850ice.c (stepi_command, nexti_command, continue_command): use
1421 prototypes from inferior.h.
1422 * tracepoint.c (registers_info, args_info, locals_info): Use
1423 prototypes from frame.h and inferior.h.
1424 * Makefile.in (mi-main.o): Add dependency on frame.h.
1425
6f99cb26
AC
14262002-10-02 Andrew Cagney <ac131313@redhat.com>
1427
da3eff49
AC
1428 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1429 value in register 3 adjusted by ppc_gp0_regnum.
1430
6f99cb26
AC
1431 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1432
da615bee
MM
14332002-10-02 Marko Mlinar <markom@opencores.org>
1434
1435 * MAINTAINERS: Add myself to the Write After Approval list.
1436
d154bee2
AO
14372002-10-01 Alexandre Oliva <aoliva@redhat.com>
1438
62a49b2c
AO
1439 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1440 of the section for the N64 ABI, fixed.
1441
d154bee2
AO
1442 * config/mips/tm-irix6.h: Include solib.h.
1443
ed348acc
EZ
14442002-10-01 Elena Zannoni <ezannoni@redhat.com>
1445
1446 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1447 GNU operators.
1448
da0f9dcd
AC
14492002-10-01 Andrew Cagney <ac131313@redhat.com>
1450
1451 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1452 and that "mi0" syntax has been removed.
1453
bdf64bac
DC
14542002-09-30 David Carlton <carlton@math.stanford.edu>
1455
1456 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1457 * ppc-sysv-tdep.c: #include "gdb_string.h".
1458 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1459 pacify GCC.
1460
54c2a1e6
AC
14612002-10-01 Andrew Cagney <ac131313@redhat.com>
1462
1463 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1464 "vrsave"'s register number.
1465
cedea778
AC
14662002-09-30 Andrew Cagney <ac131313@redhat.com>
1467
1468 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1469 use frame_unwind_signed_register to obtain the PC.
1470 (mips_frame_chain): Handle a generic dummy frame.
1471 (mips_init_extra_frame_info): When a generic dummy frame, don't
1472 re-compute the frame base.
1473 (mips_pop_frame): Handle generic dummy frames.
1474 (mips_gdbarch_init): When generic dummy frames, set
1475 use_generic_dummy_frames, push_dummy_frame to
1476 generic_push_dummy_frame, pc_in_call_dummy to
1477 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1478 generic_save_dummy_frame_tos.
1479
68315eb8
AC
14802002-09-30 Andrew Cagney <ac131313@redhat.com>
1481
1482 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1483 against TOP when TOP was explictly set.
1484 (generic_push_dummy_frame): Set TOP to zero.
1485
3b8630c3
EZ
14862002-09-30 Elena Zannoni <ezannoni@redhat.com>
1487
1488 * event-loop.c (start_event_loop): Rename variable 'result' to
1489 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1490
28ee05e9
KS
14912002-09-30 Keith Seitz <keiths@redhat.com>
1492
1493 * gdb-events.sh (selected_thread_changed): New event.
1494 * gdb-events.c: Regenerated.
1495 * gdb-events.h: Regenerated.
1496
6eecb1c8
HPN
14972002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1498
1499 * MAINTAINERS: Add self to Write After Approval list.
1500
92df71f0
FN
15012002-09-30 Fernando Nasser <fnasser@redhat.com>
1502
3b8630c3
EZ
1503 * disasm.c: New file.
1504 * disasm.h: New file.
92df71f0
FN
1505 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1506 (compare_lines): Ditto.
1507 (dump_insns): Ditto.
3b8630c3
EZ
1508 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1509 argument.
92df71f0 1510 (do_assembly_only): Ditto.
3b8630c3
EZ
1511 (do_disassembly): Renamed to gdb_disassembly and moved to
1512 disasm.c. Sdded uiout argument.
1513 * Makefile.in: Add new files. Reorder SFILES list. Update
1514 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1515
0c22854d
AC
15162002-09-29 Andrew Cagney <ac131313@redhat.com>
1517
1518 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1519 bfd/elf64-alpha-fbsd.c.
1520
e67f2023
AC
15212002-09-29 Andrew Cagney <ac131313@redhat.com>
1522
1523 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1524 i386gnu-tdep.c.
1525
89396210
AC
15262002-09-29 Andrew Cagney <ac131313@redhat.com>
1527
1528 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1529 __FUNCTION__.
1530 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1531 function name.
1532 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1533 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1534 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1535 (S_msg_sig_post_reply): Ditto.
1536
7079c36c
CV
15372002-09-28 Corinna Vinschen <vinschen@redhat.com>
1538
89396210
AC
1539 * sh-tdep.c (sh_use_struct_convention): Use definition according
1540 to ABI.
7079c36c
CV
1541 (sh_push_arguments): Store in register with correct endianess.
1542 (sh_default_store_return_value): Ditto.
1543 (sh_gdbarch_init): Set sizeof long double to 8.
1544
975ac915
MK
15452002-09-27 Mark Kettenis <kettenis@gnu.org>
1546
1547 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1548 Fix some whitespace problems.
1549
9bbe19fb
DC
15502002-09-27 David Carlton <carlton@math.stanford.edu>
1551
1552 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1553 (mcore-tdep.o): Ditto.
1554 (ns32k-tdep.o): Ditto.
1555 (ns32knbsd-tdep.o): Ditto.
1556 (sh3-rom.o): Ditto.
1557 (vax-tdep.o): Ditto.
1558 * cris-tdep.c: #include "gdb_string.h"
1559 * mcore-tdep.c: Ditto.
1560 * ns32k-tdep.c: Ditto.
1561 * ns32knbsd-tdep.c: Ditto.
1562 * sh3-rom.c: Ditto.
1563 * vax-tdep.c: Ditto.
1564
43b2fdc7
DC
15652002-09-27 David Carlton <carlton@math.stanford.edu>
1566
1567 * config/djgpp/fnchange.lst: Add entries for
1568 gdb/testsuite/gdb.c++/m-static files.
1569
e8cfbbd9
JW
15702002-09-27 Jim Wilson <wilson@redhat.com>
1571
1572 * MAINTAINERS: Add myself to the Write After Approval list.
1573
43b2fdc7 15742002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1575
1576 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1577
1578
9f3b7f07
AC
15792002-09-26 Andrew Cagney <ac131313@redhat.com>
1580
1581 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1582 frame.
1583
11269d7e
AC
15842002-09-26 Andrew Cagney <ac131313@redhat.com>
1585
1586 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1587 (rs6000_struct_return_address): Delete variable.
1588 (rs6000_store_struct_return): Update.
1589 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1590 deprecated_extract_struct_value_address.
1591 (rs6000_frame_align): New function.
1592 (rs6000_gdbarch_init): Set frame_align.
1593
f15ab4a7
AC
15942002-09-26 Andrew Cagney <ac131313@redhat.com>
1595
1596 From Grace Sainsbury <graces@redhat.com>:
1597 * Makefile.in (gdbtk-main.o): New target.
1598 (gdb.o): New target.
1599 (main_h): Define.
1600 (main.o): Update dependencies.
1601 (gdb$(EXEEXT)): Add gdb.o.
1602 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1603 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1604 (SUBDIR_GDBTK_CLEAN): Set.
1605 (install-gdbtk): Install the insight binary.
1606 (uninstall-gdbtk): New target.
1607 (all-gdbtk, clean-gdbtk): New rule.
1608 * top.c (use_windows): Default to zero.
1609 * main.c: Include "main.h".
1610 (main): Delete.
1611 (struct captured_main_args): Delete.
1612 (gdb_main): New function.
1613 * main.h: New file.
1614 * gdb.c: New File.
1615
e36180d7
AC
16162002-09-25 Andrew Cagney <cagney@redhat.com>
1617
1618 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1619 (frame_map_regnum_to_name): New function.
1620 (frame_map_name_to_regnum): New function.
1621 * frame.h (frame_map_name_to_regnum): Declare.
1622 (frame_map_regnum_to_name): Declare.
1623 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1624 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1625 * parse.c: Do not include "builtin-regs.h".
1626 (target_map_name_to_register): Delete function.
1627 (write_dollar_variable): Use frame_map_name_to_regnum.
1628 * parser-defs.h (target_map_name_to_register): Delete declaration.
1629 * expprint.c: Include "frame.h".
1630 (print_subexp): Use frame_map_regnum_to_name.
1631 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1632 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1633
8b69000d
AC
16342002-09-25 Andrew Cagney <ac131313@redhat.com>
1635
1636 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1637 wasn't saved, and the next innermost frame is a dummy, return the
1638 dummy frame's link register.
1639
046ca86a
JB
16402002-09-24 Jim Blandy <jimb@redhat.com>
1641
1642 Fix from Paul Breed:
1643 * main.c (captured_main): Add a `break' after the case for 'b'.
1644
94b66fa7
KS
16452002-09-24 Keith Seitz <keiths@redhat.com>
1646
1647 * varobj.c (c_type_of_child): Use get_target_type instead
1648 of TYPE_TARGET_TYPE.
1649
c214a6fd
FN
16502002-09-22 Fernando Nasser <fnasser@redhat.com>
1651
53cb0458
FN
1652 * source.c (get_current_or_default_source_symtab_and_line): Remove
1653 function.
1654 (set_default_source_symtab_and_line): New function. Attempts to
1655 determine a source file to list lines from if one is not currently
1656 defined.
1657 (get_current_source_symtab_and_line): Initialize sal.pc and
1658 sal.end fields.
1659 (set_current_source_symtab_and_line): Mark argument as const.
1660 * source.h: Update declarations and comments.
1661 * linespec.c (decode_line_1): Replace call to removed routine above.
1662 * stack.c (print_frame_info_base): Ditto.
1663 * cli/cli-cmds.c (edit_command): Ditto.
1664 (list_command): Ditto.
1665
16662002-09-22 Fernando Nasser <fnasser@redhat.com>
1667
d6020d45 1668 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1669 sal.pc and sal.end fields.
c214a6fd
FN
1670 (get_current_or_default_source_symtab_and_line): Ditto.
1671 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1672 so we do not cause a new source symtab to be searched for (reverting an
1673 unintentional change from the 2002-09-20 patch).
1674 * scm-lang.c (scm_unpac): Ditto.
1675
cc3b68a5
AC
16762002-09-21 Andrew Cagney <cagney@redhat.com>
1677
1678 * complaints.c (symfile_explanations): Remove new-line from
1679 ``isolated_message''.
1680 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1681 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1682
5835abe7
NC
16832002-09-20 Nick Clifton <nickc@redhat.com>
1684
1685 * NEWS: Announce that V850EA ISA is no longer supported.
1686 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1687
a15ef5f5
DC
16882002-09-20 David Carlton <carlton@math.stanford.edu>
1689
06ba1b39
DC
1690 * Makefile.in (c-lang.o): Correct dependencies.
1691 (utils.o): Gather dependencies.
1692 (charset.o): Move.
a15ef5f5
DC
1693 * c-lang.c: #include "gdb_string.h"
1694
87885426
FN
16952002-09-20 Fernando Nasser <fnasser@redhat.com>
1696
1697 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1698 * cli/cli-cmds.c (list_command): New function. Implements the new
1699 cli edit command.
1700 (_init_cli_cmds): Add new command definition.
1701 * gdb.1: Document edit command.
1702 * doc/gdb.texinfo: Document edit command.
1703
17042002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1705
1706 * source.c: Make global variables current_source_symtab and
1707 current_source_line static.
1708 (list_command): Moved to cli/cli-cmds.c.
1709 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1710 (get_first_line_listed): New accessor function.
1711 (get_lines_to_list): New accessor function.
1712 (get_current_source_symtab_and_line): New function. Retrieves the
1713 position in the source code that we consider current.
1714 (get_current_or_default_source_symtab_and_line): New function.
1715 Like the above but attempts to determine a default position if one
1716 is not currently defined.
1717 (set_current_source_symtab_and_line): New function. Sets the source
1718 code position considered current and returns the previously set one.
1719 (clear_current_source_symtab_and_line): Reset stored information about
1720 a current source line.
1721 (_initialize_source): Remove registration for the "list" command and
1722 its alias.
1723 * source.h: Add declarations for the new functions above.
1724 * symtab.h: Remove declarations for the global variables mentioned
1725 above.
1726 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1727 obtain current source line.
1728 * linespec.c (decode_line_1): Ditto.
1729 * macroscope.c (default_macro_scope): Ditto.
1730 * scm-lang.c (scm_unpac): Ditto.
1731 * stack.c (print_frame_info_base): Ditto.
1732 * symfile.c (clear_symtab_users): Ditto.
1733 * symtab.c (decode_line_spec): Ditto.
1734 * cli/cli-cmds.c (list_command): Moved here from source.c.
1735 (ambiguous_line_spec): Moved here from source.c.
1736 (_init_cli_cmds): Add definition for "list" and its alias.
1737 * Makefile.in: Update dependencies.
1738
ddd216ea
CV
17392002-09-20 Corinna Vinschen <vinschen@redhat.com>
1740
1741 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1742 with what gcc thinks is correct.
1743
6d305052
CV
17442002-09-20 Corinna Vinschen <vinschen@redhat.com>
1745
1746 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1747 multiple register push instruction.
1748
234b45d4
KB
17492002-09-19 Jim Blandy <jimb@redhat.com>
1750
1751 Add support for distinct host and target character sets.
1752 * charset.c, charset.h: New files.
1753 * c-exp.y: #include "charset.h".
1754 (yylex): Convert character and string literals to the target
1755 character set, before returning them as the semantic value of the
1756 token.
1757 * c-lang.c: #include "charset.h".
1758 (c_emit_char): Use charset-specific methods to recognize
1759 characters with backslash escape forms, to decide which characters
1760 to print literally and which to print using numeric escape
1761 sequences, and to convert target characters to host characters
1762 before printing.
1763 * utils.c: #include "charset.h".
1764 (no_control_char_error): New function.
1765 (parse_escape): Use charset-specific methods to recognize
1766 backslash escapes, parse `control character' notation, and convert
1767 characters from the host character set to the target character set.
1768 * configure.in: Set the default host character set.
1769 Check where to find iconv, and what its argument types might be.
1770 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1771 * Makefile.in (SFILES): List charset.c.
1772 (COMMON_OBS): List charset.o.
1773 (charset.o): New rule.
1774 (charset_h): New header dependency variable.
1775 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1776 (LIBICONV): New variable, set by configure.
1777 (CLIBS): Include $(LIBICONV) here.
1778 * aclocal.m4, config.in, configure: Regenerated.
1779
525d6a61
JB
17802002-09-19 Joel Brobecker <brobecker@gnat.com>
1781
1782 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1783 bison 1.35 warning.
1784
3ed93867
RE
17852002-09-19 Richard Earnshaw <rearnsha@arm.com>
1786
1787 * gdb_mbuild.sh: New file.
1788
437666f8
AC
17892002-09-19 Andrew Cagney <ac131313@redhat.com>
1790
1791 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1792
389e51db
AC
17932002-09-18 Andrew Cagney <ac131313@redhat.com>
1794
1795 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1796 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1797 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1798 valops.c, value.h: Revert previous change.
1799
3b4efeaa
MS
18002002-09-18 Michael Snyder <msnyder@redhat.com>
1801
1802 Preliminary support for Objective-C:
1803 * defs.h (language_objc): New enum value.
1804 (puts_filtered_tabular): Declaration only, exported from utils.c.
1805 (skip_quoted): Delete, declared in completer.h.
1806 * c-exp.y: Include completer.h.
1807 * p-exp.y: Ditto.
1808 * jv-exp.y: Ditto.
1809 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1810 New operator enum values.
1811 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1812 * language.c (binop_result_type): Handle language_objc case.
1813 (integral_type, character_type, string_type, boolean_type,
1814 structured_type, binop_type_check): Ditto.
1815 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1816 (struct objc_specific): Add to general_symbol_info.
1817 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1818 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1819 * parser-defs.h (struct objc_class_str): New struct type.
1820 (start_msglist, end_msglist, add_msglist): Declaration only,
1821 exported from objc-lang.c.
1822 * value.h (value_of_local, value_nsstring,
1823 call_function_by_hand_expecting_type): Exported from valops.c.
1824 * valops.c (find_function_addr): Export.
1825 (call_function_by_hand_expecting_type): New function.
1826 (value_of_local): New function.
1827 * symfile.c (init_filename_language_table): Add ".m" extension
1828 for Objective-C.
1829 * utils.c (puts_filtered_tabular): New function.
1830 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1831 (set/show demangle): Extend help-string to refer to ObjC.
1832 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1833 * stabsread.c (symbol_reference_defined): Objective-C symbols
1834 may contain colons: make allowances when scanning stabs strings
1835 for colons.
1836 (objc_find_colon): New function.
1837 * printcmd.c (address_info): If language == objc then print
1838 "self" instead of "this".
1839 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1840 OP_NSSTRING, and OP_SELF.
1841 (prefixify_subexp): Ditto.
1842 * source.c (print_source_lines): Mention objc in comment.
1843 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1844 method names.
1845
b9caf505
AC
18462002-09-18 Andrew Cagney <ac131313@redhat.com>
1847
1848 * complaints.h: Update copyright.
1849 (struct complaints): Declare.
1850 (struct complaint): Make `message' constant.
1851 (internal_complaint): Declare.
1852 (complaint): Declare.
1853 (complaint_root): Delete declaration.
1854 (symfile_complaints): Delete declaration.
1855 (struct complaints): Add opaque declaration.
1856 (clear_complaints): Add a complaints parameter.
1857 * complaints.c: Update copyright.
1858 (enum complaint_series): Define.
1859 (complaint_root): Delete.
1860 (struct complaints): Define.
1861 (complaint_sentinel, symfile_complaint_book): New variables.
1862 (symfile_explanations, symfile_complaints): New variables.
1863 New variables.
1864 (get_complaints): New function.
1865 (vcomplaint): New function.
1866 (complaint): New function.
1867 (internal_complaint): New function.
1868 (complain): Call vcomplain with symfile_complaint.
1869 (clear_complaints): Rewrite.
1870 (_initialize_complaints): Use add_setshow_command.
1871 * Makefile.in (complaints.o): Update dependencies.
1872 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1873 to call to clear_complaints.
1874 (new_symfile_objfile, reread_symbols): Ditto.
1875 (oldsyms_complaint): Delete.
1876 (empty_symtab_complaint, unknown_option_complaint): Delete.
1877 (free_named_symtabs): Use complaint instead of complain.
1878
d2e6263c
MS
18792002-09-18 Michael Snyder <msnyder@redhat.com>
1880
5fb2031a
AC
1881 Contributed by Apple Computer, Inc. Merged with current sources
1882 by Adam Fedor <fedor@doc.com> [cagney].
1883
d2e6263c
MS
1884 * objc-lang.c: First clean-up round: comments, indentation.
1885 * objc-lang.h: Ditto.
1886 * objc-lang.y: Ditto.
1887
dec43320
AC
18882002-09-18 Andrew Cagney <ac131313@redhat.com>
1889
1890 * maint.c (maintenance_internal_error): Print the parameter as the
1891 error message.
1892 (maintenance_internal_warning): New function.
1893 (_initialize_maint_cmds): Add command `maint internal-warning'.
1894
1895 * defs.h (internal_warning, internal_vwarning): Declare.
1896 * utils.c (struct internal_problem): Define.
1897 (internal_vproblem): New function.
1898 (internal_warning): New function.
1899 (internal_vwarning): New function.
1900 (internal_warning_problem, internal_error_problem): New variables.
1901 (internal_verror): Just call internal_vproblem.
1902
b81654f1
MS
19032002-09-18 Michael Snyder <msnyder@redhat.com>
1904
1905 * objc-lang.c: New file, support for Objective-C.
1906 Preliminary check-in, not yet integrated into gdb.
1907 * objc-lang.h: New file.
1908 * objc-exp.y: New file.
1909
0542c381
AC
19102002-09-18 Andrew Cagney <ac131313@redhat.com>
1911
7bda5e4a
AC
1912 * infrun.c (signal_stop_update): Convert definition to ISO C.
1913 (signal_print_update): Ditto.
1914 (signal_pass_update): Ditto.
1915 * inflow.c (terminal_save_ours): Ditto.
1916
5247b418
AC
1917 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1918 comments.
1919
fc60962c
AC
1920 * config/djgpp/fnchange.lst: Handle name clashes between
1921 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1922 bfd/coff-tic80.c.
1923
0542c381
AC
1924 * i386-linux-tdep.h: Fix tipo.
1925
5b924b9b
AF
19262002-09-18 Adam Fedor <fedor@gnu.org>
1927
1928 * MAINTAINERS: Add myself to the Write After Approval list.
1929
5afc051b
JB
19302002-09-18 Jim Blandy <jimb@redhat.com>
1931
1932 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1933 texthigh and textlow to reader-specific structs caused
1934 objfile_relocate to miss them. This is fixable, but the work that
1935 the change was supposed to prepare GDB for never got done anyway.
1936
eb944380
DC
19372002-09-18 David Carlton <carlton@math.stanford.edu>
1938
1939 * MAINTAINERS: Alphabetize Write After Approval list.
1940
948e66d9
DJ
19412002-09-18 Daniel Jacobowitz <drow@mvista.com>
1942
1943 Fix PR gdb/709
1944 * values.c (value_static_field): Call read_var_value.
1945
dc604539
AC
19462002-09-18 Andrew Cagney <ac131313@redhat.com>
1947
1948 * valops.c (hand_function_call): Align the initial stack pointer
1949 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1950 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1951 return value.
1952 * mips-tdep.c (mips_frame_align): New function.
1953 (mips_gdbarch_init): Set frame_align.
1954 * gdbarch.sh (FRAME_ALIGN): New method.
1955 * gdbarch.h, gdbarch.c: Re-generate.
1956
cb7e422f
ML
19572002-09-18 Michal Ludvig <mludvig@suse.cz>
1958
1959 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1960 registers.
1961
a094c6fb
AC
19622002-09-17 Andrew Cagney <ac131313@redhat.com>
1963
1964 * NEWS: Mention that MIPS $fp behavior changed.
1965 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1966 reference to FP_REGNUM.
1967 (mipsnbsd_cannot_store_register): Ditto.
1968 * mips-linux-nat.c: Update copyright.
1969 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1970 (mips_linux_cannot_store_register): Ditto.
1971 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1972 * config/mips/tm-mips.h: Update copyright.
1973 (FP_REGNUM): Delete macro.
1974 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1975 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1976 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1977 (mips_r3041_reg_names, mips_r3051_reg_names)
1978 (mips_r3081_reg_names): Replace "fp" with "".
1979 Fix PR gdb/480.
1980
45cf40d1
TR
19812002-09-17 Theodore A. Roth <troth@verinet.com>
1982
1983 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1984 generic_read_register_dummy() (PR gdb/703).
1985 (avr_push_return_address): #if 0 out unused vars.
1986 (avr_gdbarch_init): Enable use of avr_push_return_address().
1987
c7e701b5
MS
19882002-09-17 Michael Snyder <msnyder@redhat.com>
1989
d76ba2a5 1990 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1991 RTE will take care of it.
1992
20bcf01c
AC
19932002-09-17 Andrew Cagney <ac131313@redhat.com>
1994
1995 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1996 invalid, return SP_REGNUM.
1997
009a9971 19982002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1999
2000 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2001 point registers without sign extension.
2002
135c175f
AC
20032002-09-17 Andrew Cagney <cagney@redhat.com>
2004
2005 * blockframe.c (deprecated_read_register_dummy): Rename
2006 generic_read_register_dummy.
2007 * frame.c (frame_unwind_signed_register): New function.
2008 (frame_unwind_unsigned_register): New function.
2009 * frame.h (frame_unwind_signed_register): Declare.
2010 (frame_unwind_unsigned_register): Declare.
2011 (deprecated_read_register_dummy): Rename
2012 generic_read_register_dummy.
2013
2014 * h8300-tdep.c (h8300_frame_chain): Update.
2015 (h8300_frame_saved_pc): Update.
2016 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2017 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2018 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2019 (s390_frame_chain): Update.
2020 * v850-tdep.c (v850_find_callers_reg): Update.
2021 (v850_frame_saved_pc): Update.
2022 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2023 (m32r_find_callers_reg): Update.
2024 (m32r_frame_saved_pc): Update.
2025 * sh-tdep.c (sh_find_callers_reg): Update.
2026 (sh64_get_saved_pr): Update.
2027 (sh_init_extra_frame_info): Update.
2028 (sh_init_extra_frame_info): Update.
2029 (sh64_init_extra_frame_info): Update.
2030 (sh64_init_extra_frame_info): Update.
2031 * mcore-tdep.c (mcore_find_callers_reg): Update.
2032 (mcore_frame_saved_pc): Update.
2033 (mcore_init_extra_frame_info): Update.
2034 * i386-tdep.c (i386_frame_saved_pc): Update.
2035 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2036 (ia64_init_extra_frame_info): Update.
2037 (ia64_init_extra_frame_info): Update.
2038 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2039 * cris-tdep.c (cris_init_extra_frame_info): Update.
2040 * avr-tdep.c (avr_frame_chain): Update.
2041 (avr_init_extra_frame_info): Update.
2042 (avr_frame_saved_pc): Update.
2043 * arm-tdep.c (arm_find_callers_reg): Update.
2044 (arm_init_extra_frame_info): Update.
2045 (arm_frame_saved_pc): Update.
2046
a741e514
TT
20472002-09-17 Tom Tromey <tromey@redhat.com>
2048
2049 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2050 is "'".
2051
d1a8e808
CV
20522002-09-17 Corinna Vinschen <vinschen@redhat.com>
2053
2054 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2055 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2056 NEXT_PROLOGUE_INSN.
2057 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2058 NEXT_PROLOGUE_INSN.
2059
d9025a18
JB
20602002-09-16 Joel Brobecker <brobecker@gnat.com>
2061
2062 * osfsolib.c: Remove file, replaced by solib-osf.c.
2063 * Makefile.in: Remove compilation rules for osfsolib.c.
2064
1b2ef1b6
DC
20652002-09-16 David Carlton <carlton@math.stanford.edu>
2066
2067 * cp-valprint.c (cp_print_class_method): Correct args to
2068 check_stub_method_group.
2069
928e48af
CV
20702002-09-16 Corinna Vinschen <vinschen@redhat.com>
2071
2072 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2073 `set architecture'. Unify naming convention of functions.
2074 (h8300_skip_prologue): Improve prologue analysis.
2075 (h8300_push_arguments): Rewritten to more closely match GCC's
2076 bizarre argument-passing behavior, along with the comment describing
2077 said behavior.
2078 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2079 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2080 sim, remote-e7000.c, remote-hms.c and remote.c
2081
5e3397bb
MK
20822002-09-15 Mark Kettenis <kettenis@gnu.org>
2083
2084 * i386-tdep.c (gdb_print_insn_i386): Removed.
2085 (i386_print_insn): New function.
2086 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2087 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2088 tm_print_insn_info.
2089
f710f4fc
MK
20902002-09-14 Mark Kettenis <kettenis@gnu.org>
2091
2092 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2093 zero.
2094
db54fef4
CV
20952002-09-14 Corinna Vinschen <vinschen@redhat.com>
2096
2097 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2098 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2099 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2100
2becadee
CF
21012002-09-13 Christopher Faylor <cgf@redhat.com>
2102
2103 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2104
de17c821
DJ
21052002-09-13 Daniel Jacobowitz <drow@mvista.com>
2106
2107 * gdbtypes.c (check_stub_method): Make static.
2108 (check_stub_method_group): New function.
2109 * gdbtypes.h: Update prototypes.
2110 * cp-support.c: New file.
2111 * cp-support.h: New file.
2112
2113 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2114 (update_method_name_from_physname): New function.
2115 (read_member_functions): Correct method names for operators
2116 and v3 constructors/destructors. Separate v2 constructors and
2117 destructors.
2118 * Makefile.in (stabsread.o): Update dependencies.
2119 (SFILES): Add cp-support.c.
2120 (COMMON_OBS): Add cp-support.o.
2121 (cp_support_h, cp-support.o): Add.
2122
2123 * cp-valprint.c (cp_print_class_method): Call
2124 check_stub_method_group instead of check_stub_method. Remove
2125 extraneous QUITs.
2126 * p-valprint.c (pascal_object_print_class_method): Likewise.
2127 * valops.c (search_struct_method): Likewise.
2128 (find_method_list, value_struct_elt_for_reference): Likewise.
2129
e76cff22
AC
21302002-09-13 Andrew Cagney <cagney@redhat.com>
2131
2132 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2133 * gdbarch.h, gdbarch.c: Regenerate.
2134
905abb3f
AC
21352002-09-13 Andrew Cagney <ac131313@redhat.com>
2136
2137 * frame.c (find_saved_register): Delete function.
2138 * frame.h (find_saved_register): Delete declaration.
2139 Fix PR gdb/631.
2140
64159455
AC
2141Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2142
2143 * mips-tdep.c (read_next_frame_reg): Re-hack using
2144 frame_register_unwind.
2145
795e1e11
AC
2146Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2147
2148 * mips-tdep.c (mips_get_saved_register): Re-hack using
2149 frame_register_unwind.
2150
5720643c
JB
21512002-09-12 Joel Brobecker <brobecker@gnat.com>
2152
2153 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2154 vector. Will be useful for Interix.
2155 * gdbarch.h, gdbarch.c: Regenerate.
2156
2157 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2158 name of the malloc function by NAME_OF_MALLOC.
2159
3bada2a2
JB
21602002-09-12 Joel Brobecker <brobecker@gnat.com>
2161
2162 * value.h (find_function_in_inferior): Add const keyword to
2163 one of the parameters. Allows us to invoke this function with
2164 a const char *.
2165 * valops.c (find_function_in_inferior): Likewise.
2166
3db26b01
JB
21672002-09-12 Joel Brobecker <brobecker@gnat.com>
2168
2169 * exec.c (xfer_memory): Fix compilation warning with old versions
2170 of GCC.
2171 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2172
17c5ed2c
DC
21732002-09-12 David Carlton <carlton@math.stanford.edu>
2174
2175 * symtab.h: Run through gdb_indent.h.
2176 Add 2002 to Copyright year list.
2177
ecd1107e
AM
21782002-09-12 Alan Modra <amodra@bigpond.net.au>
2179
2180 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2181 mach constants.
2182 * MAINTAINERS: Add myself to write after approval list.
2183
e64f66d1
JB
21842002-09-11 J. Brobecker <brobecker@gnat.com>
2185
2186 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2187
f9395794
JB
21882002-09-11 J. Brobecker <brobecker@gnat.com>
2189
2190 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2191 Interix.
2192
1a303dec
MS
21932002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2194
2195 * procfs.c (do_detach): Clear current signal, not just fault.
2196 Corrects problem with breakpoint trap signal leaking to detached
2197 process on Tru64.
2198
c0219d42
MS
21992002-09-10 Michael Snyder <msnyder@redhat.com>
2200
2201 * buildsym.c (finish_block): Protect against null pointer.
2202
9d84ac84
AC
22032002-09-10 Andrew Cagney <cagney@redhat.com>
2204
2205 * infcmd.c (default_print_registers_info): Send all output to
2206 ``file'' instead of ``gdb_stdout''.
2207
77d8f2b4
MS
22082002-09-10 Michael Snyder <msnyder@redhat.com>
2209
2210 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2211 LONGEST, and use signed register read (addresses are sign-
2212 extended for mips).
2213
99656a61
SC
22142002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2215
2216 * event-loop.c (gdb_do_one_event): Make public.
2217 * event-loop.h (gdb_do_one_event): Declare.
2218
da12f4d8
JL
22192002-09-10 Jeff Law <law@redhat.com>
2220
2221 * infttrace.c (child_resume): Simplify and rework to avoid
2222 TT_PROC_CONTINUE.
2223
d0aee0c4
FF
22242002-09-09 Fred Fish <fnf@intrinsity.com>
2225
2226 * printcmd.c (print_scalar_formatted): "len" is the number of
2227 target bytes, NOT the number of target bits.
2228
7cb3ec5e
EZ
22292002-09-09 Elena Zannoni <ezannoni@redhat.com>
2230
2231 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2232 * top.c (init_main): Set rl_terminal_name.
2233
4dc81987
AS
22342002-09-08 Aidan Skinner <aidan@velvet.net>
2235
2236 * ada-lang.c (ada_array_bound, ada_type_match,
2237 _initialize_ada_language): Fix K&R definitions.
2238 * ada-tasks.c (get_current_task): Fix K&R definitions.
2239 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2240
842330b4
CF
22412002-09-07 Christopher Faylor <cgf@redhat.com>
2242
2243 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2244 Add XP.
2245
43156d82
MK
22462002-09-06 Mark Kettenis <kettenis@gnu.org>
2247
66da5fd8
MK
2248 * i386-tdep.c (i386_register_virtual_type,
2249 i386_register_convertible, i386_register_convert_to_virtual,
2250 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2251 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2252 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2253 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2254 Don't set push_arguments twice.
2255
4b218c18
MK
2256 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2257 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2258 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2259 sigtramp_end to NULL.
2260 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2261 defines.
2262 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2263
4cc314d5
MK
2264 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2265 whitespace.
2266
43156d82
MK
2267 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2268 * gdbarch.h, gdbarch.c: Re-generate.
2269 * blockframe.c (find_pc_sect_partial_function): Convert to use
2270 SIGTRAMP_START_P predicate.
2271
6672060b
MS
22722002-09-05 Michael Snyder <msnyder@redhat.com>
2273
a90c3637
MS
2274 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2275 generic_dummy_frame method and old method. Also distinguish
2276 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2277 (arm_extract_return_value): Use new regcache method.
a90c3637 2278
6672060b
MS
2279 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2280 adjustment that doesn't conform to the ABI.
2281 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2282 saved regcache, not from current regcache.
2283
299ffc64
AC
22842002-09-05 Andrew Cagney <ac131313@redhat.com>
2285
2286 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2287 * README: Update.
2288
a3a2ee65
JT
22892002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2290
2291 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2292 if arm_apcs_32 is false.
2293
2bc7eea9
AC
22942002-09-04 Andrew Cagney <ac131313@redhat.com>
2295
2296 GDB 5.3 branch created.
2297
8a55a7c5
TR
22982002-09-03 Theodore A. Roth <troth@verinet.com>
2299
2300 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2301 generic_unwind_get_saved_register.
2302
e26fb1d7
DC
23032002-09-03 David Carlton <carlton@math.stanford.edu>
2304
2305 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2306 argument (PR gdb/653). Update call to smash_to_method_type.
2307 (read_structure_scope): Update call to dwarf2_add_member_fn.
2308
30d52491
ML
23092002-09-03 Michal Ludvig <mludvig@suse.cz>
2310
2311 * x86-64-linux-tdep.c: Include gdb_string.h
2312 * x86-64-linux-nat.c: Ditto.
2313
06891d83
JT
23142002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2315
2316 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2317 when YYDEBUG is set to 1.
2318 * c-exp.y: Likewise.
2319 * f-exp.y: Likewise.
2320 * jv-exp.y: Likewise.
2321 * m2-exp.y: Likewise.
2322 * p-exp.y: Likewise.
2323
7d400e77
JT
23242002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2325
2326 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2327 dependency list.
2328 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2329 solib_svr4_fetch_link_map_offsets to
2330 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2331 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2332 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2333 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2334 solib-svr4.o, and solib-legacy.o.
2335 * config/i386/tm-nbsd.h: Include solib.h.
2336
704a27c4
JT
23372002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2338
2339 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2340 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2341 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2342 comment noting that this needs its own target configuration.
2343 * config/i386/nbsd.mt: New file.
2344 * config/i386/nbsdaout.mt: Remove.
2345 * config/i386/nbsdelf.mt: Ditto.
2346 * config/i386/tm-nbsdaout.h: Ditto.
2347
d66198e1
JT
23482002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2349
2350 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2351 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2352 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2353 tdep->sigtramp_end.
2354 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2355 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2356 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2357
3cac699e
JT
23582002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2359
2360 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2361 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2362 * i386-tdep.h (i386bsd_init_abi): New prototype.
2363 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2364 function declaration.
2365 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2366 for NetBSD-a.out or NetBSD-ELF.
2367 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2368 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2369 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2370 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2371 and nbsd-tdep.h.
2372 (i386nbsd_pc_in_sigtramp): New function.
2373 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2374 i386nbsd_pc_in_sigtramp.
2375 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2376 and i386nbsdelf_init_abi OS ABI handlers.
2377 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2378 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2379
7010ca0a
MK
23802002-09-02 Mark Kettenis <kettenis@gnu.org>
2381
2382 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2383 registers if the target really has them.
2384
6dd93b72
JT
23852002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2386
2387 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2388 than nbsd-tdep.h.
2389
2ca8ae21
JT
23902002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2391
2392 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2393 list.
2394 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2395 (alphanbsd_skip_sigtramp_frame): New functions.
2396 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2397 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2398 to alphanbsd_sigcontext_addr.
2399
3d9b49b0
JT
24002002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2401
2402 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2403 list.
2404 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2405 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2406 nbsd_pc_in_sigtramp.
2407 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2408 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2409 * nbsd-tdep.c: Include gdb_string.h.
2410 (nbsd_pc_in_sigtramp): New function.
2411 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2412 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2413 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2414 ppcnbsd_pc_in_sigtramp.
2415 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2416 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2417 shnbsd_pc_in_sigtramp.
2418 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2419 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2420 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2421
c860120c
PM
24222002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2423
2424 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2425 watchpoints to NULL.
2426 (insert_breakpoints): set val field of watchpoints if NULL.
2427
2428
c7612d53
JB
24292002-08-29 Jim Blandy <jimb@redhat.com>
2430
2431 * symtab.c (lookup_symbol_aux): In the cases where we find a
2432 minimal symbol of an appropriate name and use its address to
2433 select a symtab to read and search, use `name' (as passed to us)
2434 as the demangled name when searching the symtab's global and
2435 static blocks, not the minsym's name.
2436
66609862
KS
24372002-08-29 Keith Seitz <keiths@redhat.com>
2438
2439 * stack.c (print_frame_info_base): Always set current_source_symtab
2440 and current_source_line.
2441
151fefe2
JB
24422002-08-29 Donn Terry <donnte@microsoft.com>
2443
2444 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2445
bfb3754e
KS
24462002-08-28 Keith Seitz <keiths@redhat.com>
2447
2448 * stack.c (select_frame): Add FIXME concerning selected-frame
2449 events.
2450 (select_frame_command): Send selected-frame-level-changed
2451 event notification, but only if the level actually changed.
2452 (up_silently_base): Add selected-frame-level-changed event
2453 notification.
2454 (down_silently_base): Likewise.
2455
e822a2a0
AC
24562002-08-28 Andrew Cagney <ac131313@redhat.com>
2457
2458 * Makefile.in: Update dependencies for all gdb/*.c files.
2459
309367d4
TT
24602002-08-27 Tom Tromey <tromey@redhat.com>
2461
2462 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2463 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2464 Update dependencies.
2465 * i387-tdep.c: Include gdb_string.h.
2466 * osabi.c: Likewise.
2467 * i386-linux-nat.c: Likewise.
2468 * lin-lwp.c: Likewise.
2469 * ax-gdb.c: Likewise.
2470 * signals/signals.c: Likewise.
2471 * jv-valprint.c: Likewise.
2472 * p-lang.c: Likewise.
2473 * c-valprint.c: Likewise.
2474 * cp-abi.c: Likewise.
2475
e1507482
EZ
24762002-08-27 Elena Zannoni <ezannoni@redhat.com>
2477
2478 * cli/cli-script.h (copy_command_lines): Export.
2479 * breakpoint.c: Include cli/cli-script.h.
2480 * Makefile.in (breakpoint.o): Update dependencies.
2481
c6510018
MS
24822002-08-26 Michael Snyder <msnyder@redhat.com>
2483
2484 * breakpoint.c (insert_breakpoints): Protect all references
2485 to 'process_warning'. Shorten long lines.
2486
c2b8ed2c
MS
24872002-08-26 Joel Brobecker <brobecker@gnat.com>
2488
2489 * cli/cli-script.c (copy_command_lines): New function.
2490 * defs.h (copy_command_lines): Export.
2491 * testsuite/gdb.base/commands.exp: New tests for commands
2492 attached to a temporary breakpoint, and for commands that
2493 delete the breakpoint they are attached to.
2494
24952002-08-26 Michael Snyder <msnyder@redhat.com>
2496
2497 * breakpoint.c (bpstat_stop_status): Instead of copying the
2498 pointer to the breakpoint commands struct, make a new copy
2499 of the struct and point to that.
2500 (bpstat_clear): Free the commands struct.
2501 (bpstat_clear_actions): Free the commands struct.
2502 (bpstat_do_actions): Free the command actions. Also execute
2503 the local cleanups, instead of deleting them.
2504 (delete_breakpoint): Leave the commands field of the bpstat
2505 chain alone -- it will be freed later.
2506
64b84175
KB
25072002-08-26 Kevin Buettner <kevinb@redhat.com>
2508
2509 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2510 deleted in 2002-08-20 commit. This function is still used by
2511 ppc-linux-nat.c.
2512
55970da6
KS
25132002-08-26 Keith Seitz <keiths@redhat.com>
2514
2515 * gdb-events.sh: Add selected-frame-level-changed event.
2516 * gdb-events.c: Regenerated.
2517 * gdb-events.h: Regenerated.
2518
a790ad35
SC
25192002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2520
2521 Fix PR gdb/393:
2522 * inflow.c (terminal_save_ours): New function to save terminal
2523 settings.
2524 * inferior.h (terminal_save_ours): Declare.
2525 * target.c (debug_to_terminal_save_ours): New function.
2526 (cleanup_target): Defaults to_terminal_save_ours.
2527 (update_current_target): Inherit to_terminal_save_ours.
2528 (setup_target_debug): Set to_terminal_save_ours.
2529 * target.h (target_terminal_save_ours): New to save terminal settings.
2530 (target_ops): New member to_terminal_save_ours.
2531 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2532 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2533 * inftarg.c (init_child_ops): Likewise.
2534 * m3-nat.c (init_m3_ops): Likewise.
2535 * procfs.c (init_procfs_ops): Likewise.
2536 * wince.c (init_child_ops): Likewise.
2537 * win32-nat.c (init_child_ops): Likewise.
2538 * sol-thread.c (init_sol_thread_ops): Likewise.
2539
c00dcbe9
MK
25402002-08-26 Mark Kettenis <kettenis@gnu.org>
2541
3d7f4f49
MK
2542 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2543 use regcache_* functions.
2544 (i386_gdbarch_init): Set store_return_value instead of
2545 deprecated_store_return_value.
2546
c00dcbe9
MK
2547 * regcache.c (regcache_raw_write_signed,
2548 regcache_raw_write_unsigned): New functions.
2549 * regcache.h (regcache_raw_write_signed,
2550 regcache_raw_write_unsigned): New prototypes.
2551
0e0d15ca
AC
25522002-08-25 Andrew Cagney <ac131313@redhat.com>
2553
2554 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2555 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2556 source file dependencies. Cleanup corresponding generator rules.
2557
d3b22ed5
AC
25582002-08-25 Andrew Cagney <ac131313@redhat.com>
2559
2560 * regcache.h (register_offset_hack): Declare.
2561 (regcache_cooked_read_using_offset_hack): Declare.
2562 (regcache_cooked_write_using_offset_hack): Declare.
2563
2564 * regcache.c (register_offset_hack): New function.
2565 (regcache_cooked_read_using_offset_hack): New function.
2566 (regcache_cooked_write_using_offset_hack): New function.
2567 (regcache_dump): Check that the registers, according to their
2568 offset, are packed hard against each other.
2569 (cooked_xfer_using_offset_hack): New function.
2570
bb425013
AC
25712002-08-25 Andrew Cagney <ac131313@redhat.com>
2572
2573 * regcache.c (struct regcache_descr): Add field register_type.
2574 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2575 in as a parameter
2576 (init_regcache_descr): Initialize register_type. Pass the descr
2577 to init_legacy_regcache_descr. Use register_type instead of
2578 REGISTER_VIRTUAL_TYPE.
2579 (register_type): New function.
2580 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2581 * regcache.h (register_type): Declare.
2582
d0403e00
AC
25832002-08-25 Andrew Cagney <ac131313@redhat.com>
2584
2585 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2586 instead of deprecated_store_return_value. Fix fallout from
2587 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2588
0ed04cce
AC
25892002-08-25 Andrew Cagney <ac131313@redhat.com>
2590
2591 * regcache.c (max_register_size): New function.
2592 (init_legacy_regcache_descr): Ensure that max_register_size is
2593 large enough for REGISTER_VIRTUAL_SIZE.
2594 * regcache.h (max_register_size): Declare.
2595
46d79c04
AC
25962002-08-24 Andrew Cagney <ac131313@redhat.com>
2597
2598 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2599 store_return_value.
2600 (e500_extract_return_value): Change type of valbuf pointer to
2601 void.
2602
853c7bd0
MK
26032002-08-24 Mark Kettenis <kettenis@gnu.org>
2604
cd87e769
MK
2605 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2606 workaround.
2607
853c7bd0
MK
2608 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2609 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2610 long long) to prevent compiler warning on 64-bit systems.
2611
ebba8386
AC
26122002-08-23 Andrew Cagney <cagney@redhat.com>
2613
2614 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2615 (DEPRECATED_STORE_RETURN_VALUE): New method.
2616 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2617 * gdbarch.h, gdbarch.c: Re-generate.
2618
2619 * values.c (set_return_value): Pass current_regcache to
2620 STORE_RETURN_VALUE.
2621 * arch-utils.h (legacy_store_return_value): Declare.
2622 * arch-utils.c (legacy_store_return_value): New function.
2623 (legacy_extract_return_value): Update parameters.
2624
2625 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2626 STORE_RETURN_VALUE.
2627 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2628 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2629 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2630 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2631 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2632 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2633 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2634 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2635 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2636 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2637
2638 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2639 * i386-tdep.c (i386_extract_return_value): Update.
2640 * arch-utils.c (legacy_extract_return_value): Update.
2641 * frv-tdep.c (frv_gdbarch_init): Update.
2642 * cris-tdep.c (cris_gdbarch_init): Update.
2643 * d10v-tdep.c (d10v_gdbarch_init): Update.
2644 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2645 * m68k-tdep.c (m68k_gdbarch_init): Update.
2646 * mcore-tdep.c (mcore_gdbarch_init): Update.
2647 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2648 * s390-tdep.c (s390_gdbarch_init): Update.
2649 * sparc-tdep.c (sparc_gdbarch_init): Update.
2650 * sh-tdep.c (sh_gdbarch_init): Update.
2651 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2652 * v850-tdep.c (v850_gdbarch_init): Update.
2653 * avr-tdep.c (avr_gdbarch_init): Update.
2654 * ia64-tdep.c (ia64_gdbarch_init): Update.
2655 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2656 * vax-tdep.c (vax_gdbarch_init): Update.
2657 * alpha-tdep.c (alpha_gdbarch_init): Update.
2658 * arm-tdep.c (arm_gdbarch_init): Update.
2659 * mips-tdep.c (mips_gdbarch_init): Update.
2660 * i386-tdep.c (i386_gdbarch_init): Update.
2661
5bd8c6d0
AC
26622002-08-23 Andrew Cagney <ac131313@redhat.com>
2663
2664 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2665 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2666
e73e1724
MK
26672002-08-24 Mark Kettenis <kettenis@gnu.org>
2668
2669 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2670 problems.
2671
3e6564e1
JB
26722002-08-23 Joel Brobecker <brobecker@gnat.com>
2673
2674 * infrun.c (handle_inferior_event): Move a comment outside of a
2675 function call, in order to avoid indent reformatting this part
2676 of the code in an unreadable way.
2677
81d0cc19
GS
26782002-08-23 Grace Sainsbury <graces@redhat.com>
2679
2680 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2681 when breakpoints fail. Move general breakpoint error messages to
2682 insert_breakpoints.
2683 * breakpoint.c (insert_breakpoints): Change warnings when
2684 breakpoints are nto inserted to specify the type. Remove call to
2685 memory_error when hardware breakpoints can't be inserted. Remove
2686 multiple calls to warning so all messages are sent to the user at
2687 once.
2688 (delete_breakpoints): Make insert error messsages more explicit.
2689
17574093
DJ
26902002-08-23 Daniel Jacobowitz <drow@mvista.com>
2691
2692 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2693 gdbserver/ChangeLog.
2694
8acc2935
MK
26952002-08-23 Mark Kettenis <kettenis@gnu.org>
2696
dfe01d39
MK
2697 * i386-tdep.c: Include "objfiles.h".
2698 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2699 skip_trampoline_code.
2700 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2701 (CPLUS_MARKER): Define to '.'.
2702
8acc2935
MK
2703 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2704 member.
2705 (linux_corefile_thread_callback): Increase args->num_notes.
2706 (linux_make_note_section): Initialize thread_args.num_notes, and
2707 use it to determine whether notes for any threads were created.
2708
151fefe2 27092002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2710
2711 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2712 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2713 and PCUNKILL.
2714 (write_with_trace): Conditionalize out the switch branch handling
2715 PCSHOLD if the corresponding macro is not defined. Likewise for
2716 PRSABORT and PRSTOP.
2717 This change will be needed by the Interix port.
2718
e1507482
EZ
27192002-08-22 Elena Zannoni <ezannoni@redhat.com>
2720
2721 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2722 write_register wherever possible instead of manipulating the
2723 register bytes directly.
2724 Assign VALUE_CONTENTS to a variable and use that.
2725 The GPR numbers are now dependent on the architecture.
2726
96ff0de4
EZ
27272002-08-22 Elena Zannoni <ezannoni@redhat.com>
2728
2729 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2730 ev_offset fields.
2731 (skip_prologue): Add support for BookE/e500 instructions.
2732 (e500_extract_return_value): New function.
2733 (frame_get_saved_regs): Add support for saving ev registers and
2734 pseudo gpr's.
2735 (e500_store_return_value): New function.
2736 (rs6000_gdbarch_init): Move up default intializations of
2737 deprecated_extract_return_value and store_return_value. Overwrite
2738 init of store_return_value with e500 specific version.
2739 Set extract_return_value for e500.
2740
fbefca5b
EZ
27412002-08-22 Elena Zannoni <ezannoni@redhat.com>
2742
2743 * blockframe.c (generic_call_dummy_register_unwind): Use
2744 regcache_cooked_read to catch cases in which the variable is
2745 stored in a pseudo register.
2746
4d210288
AC
27472002-08-22 Andrew Cagney <cagney@redhat.com>
2748
2749 * NEWS: Mention that the i960 has been made obsolete.
2750 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2751 i960-tdep.c
2752 (remote-nrom.o): Obsolete target.
2753 (remote-nindy.o, i960-tdep.o): Ditto.
2754 * remote-nrom.c: Make file obsolete.
2755 * remote-nindy.c, remote-vx960.c: Ditto.
2756 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2757 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2758 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2759 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2760 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2761 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2762 i960-*-vxworks* obsolete.
2763 * MAINTAINERS: Note that the i960 is obsolete.
2764
6c0c456d
CV
27652002-08-21 Corinna Vinschen <vinschen@redhat.com
2766
2767 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2768 detach to allow reinitialization.
2769
9f9d12b3
AC
27702002-08-22 Andrew Cagney <ac131313@redhat.com>
2771
2772 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2773 attempt).
2774
ebeb39fe
JB
27752002-08-22 Jim Blandy <jimb@redhat.com>
2776
2777 * coffread.c (coff_symfile_read): Don't try to read the line
2778 number table from disk if the image file doesn't have a symbol
2779 table; we'll never actually look at the info anyway, and Windows
2780 ships DLL's with bogus file offsets for the line number data.
2781
5bf1c677
EZ
27822002-08-21 Elena Zannoni <ezannoni@redhat.com>
2783
2784 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2785 an e500 executable.
2786
71b8ef93
MS
27872002-08-21 Michael Snyder <msnyder@redhat.com>
2788
2789 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2790 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2791 (DEFAULT_MIPS_TYPE): Delete unused macro.
2792 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2793 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2794
d174216d
JB
27952002-08-21 Jim Blandy <jimb@redhat.com>
2796
2797 * valops.c (value_cast): Simplify and correct logic for doing a
2798 static cast from a pointer to a base class to a pointer to a
2799 derived class.
2800
0ab7a791
AC
28012002-08-21 Andrew Cagney <ac131313@redhat.com>
2802
2803 * infcmd.c (default_print_registers_info): Replace
2804 do_registers_info.
2805 (registers_info): Use gdbarch_print_registers_info instead of
2806 DO_REGISTERS_INFO.
2807 * inferior.h (default_print_registers_info): Replace
2808 do_registers_info.
2809 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2810 (DO_REGISTERS_INFO): Change to a predicate function.
2811 * gdbarch.h, gdbarch.c: Regenerate.
2812
e23792cc
KS
28132002-08-21 Keith Seitz <keiths@redhat.com>
2814
2815 * gdb-events.sh: Add target-changed event.
2816 * gdb-events.c: Regenerated.
2817 * gdb-events.c: Regenerated.
2818 * valops.c (value_assign): Add target-changed event notification
2819 to inlval_register, lval_memory, and lval_reg_frame_relative.
2820
9fb14e79
JB
28212002-08-21 Joel Brobecker <brobecker@gnat.com>
2822
2823 * NEWS: Add an entry regarding the improvement of the next/step
2824 operation on Alpha Tru64 multi-processor machines.
2825
6d39a69f
AC
28262002-08-21 Andrew Cagney <ac131313@redhat.com>
2827
72acd513
AC
2828 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2829 directores.
342af04b 2830 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2831 * Makefile.in (install-gdbtk): Move to install section.
2832 (rdi-share/libangsd.a): Move to end of file.
2833
fa5f27c7
AC
28342002-08-19 Andrew Cagney <ac131313@redhat.com>
2835
2836 * frame.c (frame_register_unwind): When a register, set addrp to
2837 the register's byte.
2838
5a89d8aa
MS
28392002-08-20 Michael Snyder <msnyder@redhat.com>
2840
2841 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2842 used locally, so move them from the target machine header to here.
2843 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2844 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2845 Make static.
2846 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2847
822e978b
AC
28482002-08-20 Andrew Cagney <cagney@redhat.com>
2849
2850 * NEWS: Mention that the Apollo line was made obsolete.
2851 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2852 m68*-hp-hpux* obsolete.
2853 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2854 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2855 * buildsym.c (make_blockvector): Make static.
2856 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2857 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2858 (ALLDEPFILES): Remove dstread.c.
2859 (dstread.o): Obsolete make rule.
2860 * dstread.c: Makefile obsolete.
2861 * dst.h: Ditto.
2862 * config/m68k/hp300hpux.mt: Ditto.
2863 * config/m68k/hp300hpux.mh: Ditto.
2864 * config/m68k/hp300bsd.mt: Ditto.
2865 * config/m68k/hp300bsd.mh: Ditto.
2866 * config/m68k/apollo68b.mt: Ditto.
2867 * config/m68k/apollo68v.mh: Ditto.
2868 * config/m68k/apollo68b.mh: Ditto.
2869
e41b17f0
MS
28702002-08-20 Michael Snyder <msnyder@redhat.com>
2871
2872 * mips-tdep.c (mips_in_return_stub): Make static.
2873 (mips_gdbarch_init): Set in_solib_return_trampoline.
2874 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2875
d50355b6
MS
28762002-08-20 Michael Snyder <msnyder@redhat.com>
2877
2878 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2879 * gdbarch.c, gdbarch.h: Regenerate.
2880 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2881 Add.
2882 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2883
757a7cc6
MS
28842002-08-20 Michael Snyder <msnyder@redhat.com>
2885
2886 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2887 (mips_gdbarch_init): Set skip_trampoline_code,
2888 in_solib_call_trampoline.
2889 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2890 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2891
c8001721
EZ
28922002-08-20 Elena Zannoni <ezannoni@redhat.com>
2893
2894 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2895
2896 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2897 vector type for ev registers.
2898 (e500_pseudo_register_read): New function.
2899 (e500_pseudo_register_write): New function.
2900 (e500_dwarf2_reg_to_regnum): New function.
2901 (PPC_UISA_NOFP_SPRS): New macro.
2902 (PPC_EV_REGS): New macro.
2903 (PPC_GPRS_PSEUDO_REGS): New macro.
2904 (registers_e500): New register set for e500.
2905 (variants): Add e500 variant.
2906 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2907 before setting architectural dependent variations. Initialize ev
2908 registers numbers. Add case for e500 architecture. Set the
2909 number of pseudo registers.
2910
64366f1c
EZ
29112002-08-20 Elena Zannoni <ezannoni@redhat.com>
2912
2913 * rs6000-tdep.c: Clean up comments.
2914
7e78f0ca
AC
29152002-08-20 Andrew Cagney <cagney@redhat.com>
2916
2917 * h8300-tdep.c: Re-indent file.
2918
697f7479
JB
29192002-08-20 Jim Blandy <jimb@redhat.com>
2920
2921 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2922 default for this.
697f7479 2923
e86ae29f
KS
29242002-08-20 Keith Seitz <keiths@redhat.com>
2925
2926 * breakpoints.c (watch_command_1): Use internal breakpoint
2927 when setting a watchpoint_scope breakpoint.
2928
216b504f
EZ
29292002-08-20 Elena Zannoni <ezannoni@redhat.com>
2930
2931 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2932 (build_builtin_type_vec64i): Ditto.
2933 (build_builtin_type_vec128): Ditto.
2934 (build_builtin_type_vec128i): Ditto.
2935
f7ab6ec6
MS
29362002-08-19 Michael Snyder <msnyder@redhat.com>
2937
2938 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2939 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2940 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2941 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2942 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2943 CALL_DUMMY_ADDRESS): Delete.
2944 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2945 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2946 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2947 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2948 push_return_address.
2949 (mips_register_raw_size, mips_eabi_use_struct_convention,
2950 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2951 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2952 mips_init_extra_frame_info, mips_eabi_push_arguments,
2953 mips_n32n64_push_arguments, mips_push_return_address,
2954 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2955 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2956
b5d1566e
MS
29572002-08-19 Michael Snyder <msnyder@redhat.com>
2958
2959 * mips-tdep.c (mips_frame_num_args): New function.
2960 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2961 frame_saved_pc, frame_args_address, frame_locals_address,
2962 frame_num_args, and frame_args_skip.
2963 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2964 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2965 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2966 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2967
2f1488ce
MS
29682002-08-20 Michael Snyder <msnyder@redhat.com>
2969
2970 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2971 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2972 * mips-tdep.c (mips_store_struct_return): New function.
2973 (mips_extract_struct_value_address): New function.
2974 (mips_gdbarch_init): Set store_struct_return and
2975 extract_struct_value_address.
2976
41ff2da1
DC
29772002-08-20 David Carlton <carlton@math.stanford.edu>
2978
2979 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2980 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2981 (read_file_scope): Check that line_header is nonzero before
2982 decoding macro information.
2983
e5451d58
MK
29842002-08-20 Mark Kettenis <kettenis@gnu.org>
2985
2986 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2987 flag the general-purpose registers as floating-point on targets
2988 that don't support the floating-point registers.
2989
4a6daafa
EZ
29902002-08-20 Elena Zannoni <ezannoni@redhat.com>
2991
2992 * rs6000-tdep.c (altivec_register_p): Delete.
2993 (rs6000_do_altivec_registers): Delete.
2994 (rs6000_altivec_registers_info): Delete.
2995 (rs6000_do_registers_info): Delete.
2996 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2997 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2998
ab4327e0
EZ
29992002-08-20 Elena Zannoni <ezannoni@redhat.com>
3000
3001 * infcmd.c (do_registers_info): Print vector registers in hex
3002 format only.
3003 (print_vector_info): Check that printing registers
3004 makes sense.
3005 (print_float_info): Ditto.
3006
cb1d2653
AC
30072002-08-20 Andrew Cagney <ac131313@redhat.com>
3008
3009 * mips-tdep.c (mips_gdbarch_init): Update.
3010 (mips_o32_extract_return_value): Rewrite.
3011 (mips_o32_store_return_value): Rewrite.
3012 (mips_o32_xfer_return_value): New function.
3013 (mips_xfer_register): Tweak debug print message. Allow for
3014 buf_offset when dumping the value transfered.
3015
dfc3d9b2
AC
30162002-08-20 Andrew Cagney <ac131313@redhat.com>
3017
3018 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3019 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3020 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3021 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3022 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3023
7807aa61
MS
30242002-08-14 Michael Snyder <msnyder@redhat.com>
3025
3026 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3027
489461e2
EZ
30282002-08-19 Elena Zannoni <ezannoni@redhat.com>
3029
3030 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3031 register.
3032 (P): New macro to define a register as a pseudo register.
3033 (R, R4, R8, R16, FR32, R64, R0): Updated.
3034 (struct variant): Add new fields for number of pseudo registers
3035 and number of total registers.
3036 (tot_num_registers): New macro replacing....
3037 (num_registers): ...deleted macro.
3038 (num_registers): New function.
3039 (num_pseudo_registers): New function.
3040 (variants): Update all variants to intialize new fields correctly.
3041 Postpone initialization of number of pseudo regs and real regs.
3042 (init_variants): New function.
3043 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3044 registers offsets.
3045
fcaffe4c
DC
30462002-08-19 David Carlton <carlton@math.stanford.edu>
3047
2c2738a0
DC
3048 * valops.c (search_struct_field): Change error message to treat
3049 return value of 0 from value_static_field as meaning that field is
3050 optimized out.
3051 (value_struct_elt_for_reference): Ditto.
3052 * values.c (value_static_field): Treat an unresolved location the
3053 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3054 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3055 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3056 * MAINTAINERS: Add self to Write After Approval list.
3057
88658117
AC
30582002-08-19 Andrew Cagney <ac131313@redhat.com>
3059
3060 * mips-tdep.c (mips_xfer_register): New function.
3061 (mips_n32n64_extract_return_value): Rewrite.
3062 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3063 instead of deprecated_extract_return_value.
3064
21283beb
EZ
30652002-08-19 Elena Zannoni <ezannoni@redhat.com>
3066
3067 * rs6000-tdep.c (TDEP): Delete macro.
3068 (branch_dest): Replace use of TDEP macro with its body.
3069 (rs6000_pop_frame): Ditto.
3070 (rs6000_push_arguments): Ditto.
3071 (rs6000_skip_trampoline_code): Ditto.
3072 (rs6000_frame_saved_pc): Ditto.
3073 (rs6000_frame_chain): Ditto.
3074 (rs6000_register_name): Ditto.
3075 (rs6000_register_byte): Ditto.
3076 (rs6000_register_raw_size): Ditto.
3077 (rs6000_register_virtual_type): Ditto.
3078 (rs6000_register_convertible): Ditto.
3079 (rs6000_convert_from_func_ptr_addr): Ditto.
3080
bf072999
DJ
30812002-08-19 Daniel Jacobowitz <drow@mvista.com>
3082
3083 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3084 conditionally.
3085 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3086 MIPS_LINUX_JB_ELEMENT_SIZE.
3087 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3088 for MAX_REGISTER_RAW_SIZE arrays.
3089 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3090 MIPS_LINUX_JB_ELEMENT_SIZE.
3091
9b949a49
PM
30922002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3093
3094 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3095
6d3e79c6
AS
30962002-08-19 Aidan Skinner <aidan@velvet.net>
3097
3098 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3099 ada-valprint.c ada-tasks.c.
3100 (YYFILES): Add ada-exp.y.
3101 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3102 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3103 (ada-exp.tab.o): New target.
3104
06c0b04e
AC
31052002-08-18 Andrew Cagney <ac131313@redhat.com>
3106
3107 * regcache.c (regcache_xfer_part): New function.
3108 (regcache_raw_read_part): New function.
3109 (regcache_raw_write_part): New function.
3110 (regcache_cooked_read_part): New function.
3111 (regcache_cooked_write_part): New function.
3112 * regcache.h (regcache_raw_read_part): Declare.
3113 (regcache_raw_write_part): Declare.
3114 (regcache_cooked_read_part): Declare.
3115 (regcache_cooked_write_part): Declare.
3116
92d1e331
DJ
31172002-08-18 Daniel Jacobowitz <drow@mvista.com>
3118
3119 * remote.c (remote_open_1): Add async_p.
3120 (remote_async_open_1): Delete.
3121 (open_remote_target): Delete.
3122 (remote_open, extended_remote_open): Update calls to remote_open_1.
3123 (remote_async_open, extended_remote_async_open): Call
3124 remote_open_1 instead of remote_async_open_1.
3125
247055de
MK
31262002-08-19 Mark Kettenis <kettenis@gnu.org>
3127
3128 * blockframe.c: Fix a few coding standard violations.
3129
641eda39
MK
31302002-08-19 Mark Kettenis <kettenis@gnu.org>
3131
0b717710
MK
3132 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3133 here from ...
3134 * config/i386/tm-i386sco5.h: ... here. File removed.
3135 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3136
26d28e12 3137 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3138 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3139 (TM_FILE): Set to tm-i386.h.
3140 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3141 * config/i386/tm-i386v.h: Remove file.
3142 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3143 instead of "i386/tm-i386v.h".
3144 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3145 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3146 "i386/tm-i386v.h".
3147 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3148 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3149 "i386/tm-i386.h".
3150
d4e0bab4
MK
31512002-08-18 Mark Kettenis <kettenis@gnu.org>
3152
3153 * config/i386/nm-i386v.h: Add protection against
3154 multiple-inclusion.
3155 (i386_register_u_addr): Remove prototype.
3156 (register_u_addr): New prototype.
3157 (REGISTER_U_ADDR): Redefine accordingly.
3158 * i386v-nat.c: Improve several comments.
3159 (i386_register_u_addr): Change signature and rename to
3160 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3161 ubase variable.
3162
46cac009
AC
31632002-08-18 Andrew Cagney <ac131313@redhat.com>
3164
3165 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3166 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3167 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3168 deprecated_extract_return_value.
3169 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3170 rename mips_o32o64_push_arguments.
3171 (mips_gdbarch_init): Update.
3172 (mips_extract_return_value): Delete.
3173 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3174 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3175 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3176 (mips_n32n64_extract_return_value): Clone
3177 mips_extract_return_value.
3178 (mips_store_return_value): Delete.
3179 (mips_o32_store_return_value): Clone mips_store_return_value.
3180 (mips_o64_store_return_value): Clone mips_store_return_value.
3181 (mips_eabi_store_return_value): Clone mips_store_return_value.
3182 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3183
d2e4a39e
AS
31842002-08-18 Aidan Skinner <aidan@velvet.net>
3185
0c30c098
AS
3186 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3187 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3188
31892002-08-18 Aidan Skinner <aidan@velvet.net>
3190
3191 * ada-lang.c: Run through gdb_indent.sh.
3192 * ada-lang.h: Run through gdb_indent.sh.
3193 * ada-tasks.c: Run through gdb_indent.sh.
3194 * ada-typeprint.c: Run through gdb_indent.sh.
3195 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3196
01fc4e33
AC
31972002-08-18 Andrew Cagney <ac131313@redhat.com>
3198
3199 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3200 ABI.
3201
d8ee244c
MK
32022002-08-18 Mark Kettenis <kettenis@gnu.org>
3203
c38d8261
MK
3204 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3205
222db64c
MK
3206 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3207 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3208
c2848c82
MK
3209 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3210 write_register_gen instead of write_register_bytes.
3211
d8ee244c
MK
3212 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3213 i[3456]-*-osf1mk* configurations have been made obsolete.
3214 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3215 i[3456]86-*-osf1mk* hosts obsolete.
3216 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3217 targets obsolete.
3218 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3219 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3220 config/i386/i386m3.mt, config/i386/nm-m3.h,
3221 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3222 config/i386/i386mk.mh, config/i386/i386mk.mt,
3223 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3224 obsolete.
3225 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3226 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3227 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3228
61d8d407
AC
32292002-08-18 Andrew Cagney <ac131313@redhat.com>
3230
3231 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3232 (hppa_value_returned_from_stack): Declare.
3233 (hppa_extract_return_value): Declare.
3234 * config/pa/hppa.mt: New file.
3235 * configure.tgt: Recognize hppa*-*-*.
3236 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3237
0c52bd59
MK
32382002-08-18 Mark Kettenis <kettenis@gnu.org>
3239
3240 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3241 comment.
3242
b5686e99
MK
32432002-08-17 Mark Kettenis <kettenis@gnu.org>
3244
3245 * top.c (gdb_rl_operate_and_get_next): Make sure
3246 operate-and-get-next functions correctly even when the history
3247 list is completely filled.
3248
c1bab85b
AC
32492002-08-18 Andrew Cagney <ac131313@redhat.com>
3250
3251 * MAINTAINERS (Target Instruction Set Architectures): Rename
3252 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3253 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3254 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3255 already listed under Host/Native.
3256
3257 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3258 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3259 mips*-*-*.
3260
32089c7c
AC
32612002-08-17 Andrew Cagney <ac131313@redhat.com>
3262
3263 * config/ia64/ia64.mt: New file.
3264 * config/alpha/alpha.mt: New file.
3265 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3266 ia64-linux-gnu. Mention that ia64-elf is broken.
3267 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3268
b4671f85
MK
32692002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3270
3271 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3272 generic_func_frame_valid instead of func_frame_valid.
3273
c8edd8b4
JB
32742002-08-16 Joel Brobecker <brobecker@gnat.com>
3275
3276 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3277 procfs appears to be broken when debugging on multi-processor
3278 machines. So enable software single stepping in order to avoid
3279 using the procfs interface to do next/step operations, using
3280 internal breakpoints instead.
3281
3282 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3283 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3284 make this pc address equal to the value it would have if the
3285 system stepping capability was used. Also set a new flag used
3286 to ensure that we don't readjust the PC one more time later.
3287
3288 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3289 address by DECR_PC_AFTER_BREAK when software single step is
3290 in use for this architecture, as this has already been taken
3291 care of in handle_inferior_event().
3292
238617f6
JB
32932002-08-16 Joel Brobecker <brobecker@gnat.com>
3294
3295 * infrun.c (handle_inferior_event): Minor reformatting, to make
3296 a rather long condition expression easier to read.
3297
541a7aac
AC
32982002-08-16 Andrew Cagney <ac131313@redhat.com>
3299
3300 * Makefile.in (gdbtk.o): Move to end of file.
3301 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3302 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3303 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3304 (gdbtk-wrapper.o, gdbres.o): Ditto.
3305
f92d4a7b
AC
33062002-08-16 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (copying.o): Separate out compile rule.
3309 (hpux-thread.o, procfs.o, signals.o): Ditto.
3310 (v850ice.o, z8k-tdep.o): Ditto.
3311 (tui-file.o): Move to TUI section.
3312 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3313 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3314
1cce71eb
JB
33152002-08-16 Joel Brobecker <brobecker@gnat.com>
3316
3317 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3318 skip_trampoline_code, for better namespace-proofing.
3319
3320 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3321
0851f23d
JB
33222002-08-16 Joel Brobecker <brobecker@gnat.com>
3323
3324 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3325
f8d40ec8
JB
33262002-08-16 Joel Brobecker <brobecker@gnat.com>
3327
3328 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3329 signal, check whether we hit a breakpoint before checking for a
3330 single step breakpoint. Otherwise, GDB fails to notice that a
3331 breakpoint has been hit when stepping onto a breakpoint.
3332
63d022e0
KS
33332002-08-16 Keith Seitz <keiths@redhat.com>
3334
3335 * gdb-events.sh (clear_gdb_event_hooks): New function.
3336 * gdb-events.c: Regenerate.
3337 * gdb-events.h: Regenerate.
3338
6e31adb3
AC
33392002-08-16 Andrew Cagney <ac131313@redhat.com>
3340
3341 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3342 not_a_sw_breakpoint.
3343 * breakpoint.h (bpstat_stop_status): Add parameter names.
3344
c8189ed1
GS
33452002-08-16 Grace Sainsbury <graces@redhat.com>
3346
3347 * remote.c (remote_insert_hw_breakpoint)
3348 (remote_remove_hw_breakpoint): Fix calculation of length field
3349 for Z-packet.
3350
d05285fa
MS
33512002-08-15 Michael Snyder <msnyder@redhat.com>
3352
466d7106
MS
3353 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3354 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3355 (supply_fpregset): Ditto.
3356
d05285fa
MS
3357 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3358 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3359 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3360 (TARGET_READ_SP): Delete.
bf1f5b4c 3361 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3362 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3363 Delete.
3364 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3365 from macros to functions.
bf1f5b4c 3366
d05285fa
MS
3367 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3368 (mips_register_convertible, mips_register_convert_to_virtual,
3369 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3370 (mips_read_sp): New function.
3371 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3372 (mips_do_registers_info): Make static.
3373 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3374 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3375 (mips_register_convert_from_type, mips_register_convert_to_type):
3376 New functions.
3377 (mips_gdbarch_init): Set up function_start_offset,
3378 register_virtual_size, pc_in_sigtramp.
d05285fa 3379
e76f1f2e
AC
33802002-08-15 Andrew Cagney <ac131313@redhat.com>
3381
3382 * infcmd.c (vector_info): New function.
3383 (_initialize_infcmd): Add command "info vector".
3384 (print_vector_info): New function.
3385
3386 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3387 * gdbarch.h, gdbarch.c: Regenerate.
3388
4782dc19
AC
33892002-08-15 Andrew Cagney <ac131313@redhat.com>
3390
3391 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3392 ``print_all''. Only print vector registers when ``print_all''.
3393
23e3a7ac
AC
33942002-08-15 Andrew Cagney <ac131313@redhat.com>
3395
8e186fd6
AC
3396 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3397 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3398
23e3a7ac
AC
3399 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3400 Add `args' parameter.
3401 * gdbarch.h, gdbarch.c: Regenerate.
3402
3403 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3404
3405 * infcmd.c (float_info): Call print_float_info.
3406 (print_float_info): New function. By default, print the
3407 floating-point registers.
3408
3409 * arch-utils.h (default_print_float_info): Delete declaration.
3410 * arch-utils.c (default_print_float_info): Delete function.
3411
e0ca2bb9
MK
34122002-08-16 Mark Kettenis <kettenis@gnu.org>
3413
3f733acc
MK
3414 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3415 out define.
3416
7d8d2918
MK
3417 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3418 FRAME.
3419
1c7cc583
MK
3420 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3421 * configure.host: Make i[3456]86-*-aix host obsolete.
3422 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3423 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3424 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3425 config/i386/xm-i386aix.h: Make files obsolete.
3426 * i386aix-nat.c: Make file obsolete.
3427 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3428 (i386aix-nat.o): Make target obsolete.
3429
e0ca2bb9
MK
3430 * config/i386/nm-gnu.h: Removed.
3431 * config/i386/nm-i386gnu.h: New file.
3432 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3433 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3434 Moved here from ...
3435 * config/i386/tm-i386gnu.h: ... here. Removed.
3436 * config/i386/xm-i386gnu.h: Removed.
3437 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3438 (NAT_FILE): Set to nm-i386gnu.h.
3439 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3440 * i386-tdep.c: New file.
3441 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3442 (i386gnu-tdep.o): Specify dependencies.
3443
16057ec7 34442002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3445
6b99ee2e
MK
3446 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3447 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3448 Adjust a few comments to reflect reality a bit closer.
3449 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3450 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3451 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3452 target_insert_watchpoint, target_remove_watchpoint):
3453 Move defines to ...
3454 * config/i386/nm-i386sco5.h: ... here.
3455 (kernel_u_size): Add prototype. Improve a few comments and add
3456 protection against multiple inclusion.
3457
d9a6f65c
MK
3458 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3459 out define.
3460
047eff6a
MK
3461 * uw-thread.c (SP_ARG0): Define if not already defined.
3462 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3463
dcdb1290
MK
3464 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3465
5d2d0b2a
MK
3466 * config/i386/tm-i386.h: Don't include "regcache.h".
3467
61113f8b
MK
3468 * i387-tdep.h (i387_print_float_info): New prototype.
3469 * i387-tdep.c (print_i387_value, print_i387_ext,
3470 print_i387_status_word, print_i387_control_word): Add `struct
3471 ui_file *' argument and use it for output.
3472 (i387_print_float_info): Renamed from i387_float_info. Add
3473 `struct gdbarch *' and `struct ui_file *' arguments and use the
3474 latter for output.
3475 * i386-tdep.c: Include "i387-tdep.h".
3476 (i386_gdbarch_init): Set print_float_info.
3477 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3478 (FLOAT_INFO): Remove define.
3479
46e0f506
MS
34802002-08-13 Michael Snyder <msnyder@redhat.com>
3481
3482 * mips-tdep.c (mips_push_arguments): Rename to
3483 mips_eabi_push_arguments, and tune for EABI.
3484 (MIPS_REGS_HAVE_HOME_P): Delete.
3485 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3486 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3487 Delete references to mips_regs_have_home_p.
3488
409268de
KS
34892002-08-14 Keith Seitz <keiths@redhat.com>
3490
3491 * Makefile.in (install-gdbtk): Create insight plugin directory.
3492 Install plugins.tcl file.
3493
ffc6a242
KS
34942002-08-14 Keith Seitz <keiths@redhat.com>
3495
3496 * configure.in: Move SUBDIRS to near top of the file so that
3497 --enable options may add things to it.
3498 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3499 * configure: Regenerate.
3500
ebafbe83
MS
35012002-08-13 Michael Snyder <msnyder@redhat.com>
3502
3503 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3504 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3505 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3506
32f6f25d
AC
35072002-08-13 Andrew Cagney <ac131313@redhat.com>
3508
3509 * vax-tdep.c (vax_get_saved_register): Delete function.
3510 (vax_gdbarch_init): Update.
3511 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3512 (ns32k_gdbarch_init): Update.
3513 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3514 (alpha_gdbarch_init): Update.
3515
53826de9
AC
35162002-08-13 Andrew Cagney <cagney@redhat.com>
3517
3518 * regcache.c (init_regcache_descr): Overallocate the
3519 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3520 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3521 nr_raw_registers.
3522 (set_register_cached): Add range checking assertions. Use
3523 current_regcache.
3524
16057ec7 35252002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3526
3527 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3528 numbers for MMX registers.
3529
7b4c2dce
AC
35302002-08-13 Andrew Cagney <cagney@redhat.com>
3531
3532 * i386-tdep.c (i386_gdbarch_init): Use
3533 generic_unwind_get_saved_register.
3534
1e03ad20
KB
35352002-08-13 Kevin Buettner <kevinb@redhat.com>
3536
3537 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3538 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3539 target vector.
3540 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3541 Delete. Add comment regarding this now-deleted target method.
3542
548bcbec
SC
35432002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3544
3545 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3546 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3547 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3548 real PC and the page number (if it's within the memory bank window).
3549 (m68hc11_pseudo_register_write): Likewise when saving.
3550 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3551 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3552 (m68hc11_register_raw_size): And use 32-bit for it.
3553 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3554 16K memory bank is used by the prog; also use the virtual pc.
3555
7df11f59
SC
35562002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3557
3558 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3559 (m68hc11_gdbarch_init): Install it in gdbarch.
3560 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3561 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3562 (MSYMBOL_SIZE): New for documentation.
3563 (insn_return_kind): Enum to specify how a function returns.
3564 (frame_extra_info): Cleanup and record the return mode.
3565 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3566 register in address computation.
3567 (m68hc11_get_return_insn): New to obtain the return instruction used
3568 by the function.
3569 (m68hc11_frame_init_saved_regs): Take into account the return
3570 instruction used by the function for far and interrupt functions.
3571 (m68hc11_init_extra_frame_info): Take into account page register.
3572 (m68hc11_frame_args_address): Adjust according to the return mode.
3573 (show_regs): Print page register only when it's used.
3574
5706502a
SC
35752002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3576
3577 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3578 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3579 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3580 registers.
3581 (m68hc11_register_raw_size): Likewise.
3582
28fc6740
AC
35832002-08-13 Andrew Cagney <cagney@redhat.com>
3584
3585 * i386-tdep.c (i386_register_name): Handle mmx registers.
3586 (mmx_regnum_p): New function.
3587 (i386_mmx_names): New array.
3588 (mmx_num_regs): New variable.
3589 (i386_pseudo_register_read): New function.
3590 (i386_pseudo_register_write): New function.
3591 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3592
3593 * regcache.c (regcache_raw_read_unsigned): New function.
3594 (regcache_raw_read_signed): New function.
3595 * regcache.h (regcache_raw_read_unsigned): Declare.
3596 (regcache_raw_read_signed): Declare.
3597
a378f419
AC
35982002-08-13 Andrew Cagney <cagney@redhat.com>
3599
3600 * regcache.c (regcache_raw_read_as_address): Delete function.
3601 (regcache_cooked_read_signed): New function.
3602 (regcache_cooked_read_unsigned): New function.
3603 * regcache.h (regcache_cooked_read_signed): Declare.
3604 (regcache_cooked_read_unsigned): Declare.
3605 (regcache_raw_read_as_address): Delete declaration.
3606
3607 * blockframe.c (generic_read_register_dummy): Use
3608 regcache_cooked_read_unsigned.
3609 * i386-tdep.c (i386_extract_struct_value_address): Use
3610 regcache_cooked_read_unsigned.
3611
81967506
SC
36122002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3613
3614 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3615 double sizes according to ELF ABI flags.
3616 (gdbarch_tdep): Record elf_flags.
3617
ffe1f3ee
SC
36182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3619
3620 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3621 (m6812_prolog): They can appear in 68HC12 function prologue.
3622 (m68hc11_frame_chain): Cleanup.
3623
98216c5d
AC
36242002-08-12 Andrew Cagney <cagney@redhat.com>
3625
3626 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3627 declarations.
3628 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3629 (i386_linux_register_raw_size): Delete function.
3630 (i386_linux_init_abi): Update.
3631 * i386-tdep.c (i386_register_raw_size): Delete function.
3632 (i386_register_byte): Delete function.
3633 (i386_gdbarch_init): Update.
3634 (i386_register_size): Delete array.
3635 (i386_register_offset): Delete array.
3636
3637 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3638 (REGISTER_RAW_SIZE): Delete macro.
3639 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3640 (REGISTER_BYTE): Delete macro.
3641
3b19021e
AS
36422002-08-11 Aidan Skinner <aidan@velvet.net>
3643
3644 * ada-lang.c (ada_lookup_partial_symbol)
3645 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3646 prototype names so that grep ^func works properly.
3647
3648 * ada-lang.c (ada_array_element_type)
3649 (ada_lookup_partial_symbol): Fix typos in parameter list.
3650
3651 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3652 Fix prototype names so that grep ^func works properly.
3653
b063e7a2
AC
36542002-08-10 Andrew Cagney <cagney@redhat.com>
3655 Elena Zannoni <ezannoni@redhat.com>
3656 Martin M. Hunt <hunt@redhat.com>
3657
3658 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3659 (build_builtin_type_vec128i): Set the vector bit.
3660 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3661 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3662 (build_builtin_type_vec64): New function.
3663 (build_builtin_type_vec64i): New function.
3664 (build_gdbtypes): Initialize builtin_type_vec64 and
3665 builtin_type_vec64i.
3666
a7e3c2ad
AC
36672002-08-09 Andrew Cagney <cagney@redhat.com>
3668
3669 * regcache.c (regcache_dump): Compare the register offset
3670 with REGISTER_BYTE.
3671 * arch-utils.c (generic_register_byte): New function.
3672 * arch-utils.h (generic_register_byte): Declare.
3673 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3674 * gdbarch.h, gdbarch.c: Regenerate.
3675
af030b9a
AC
36762002-08-09 Andrew Cagney <cagney@redhat.com>
3677
3678 * regcache.c: Include "gdbcmd.h"
3679 (_initialize_regcache): Add commands "maintenance print
3680 registers", "maintenance print raw-registers" and "maintenance
3681 print cooked-registers".
3682 (enum regcache_dump_what): Define.
3683 (dump_endian_bytes): New function.
3684 (regcache_dump): New function.
3685 (regcache_print): New function.
3686 (maintenance_print_registers): New function.
3687 (maintenance_print_raw_registers): New function.
3688 (maintenance_print_cooked_registers): New function.
3689 * Makefile.in (regcache.o): Update dependencies.
3690
cb3d25d1
MS
36912002-08-09 Michael Snyder <msnyder@redhat.com>
3692
3693 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3694 (mips_push_arguments): Correct some comments. Use paddr_nz
3695 for printing addresses in debug output. Replace static
3696 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3697 (mips_n32n64_push_arguments): New function, cloned from
3698 mips_push_arguments and tuned for the n32/n64 ABI.
3699 (mips_push_register): Buffer needs dynamic allocation.
3700 (mips_print_register): Ditto.
3701 (do_gp_register_row): Ditto.
3702 (mips_store_return_value): Ditto.
3703 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3704
2163ab9d
DH
37052002-08-09 Don Howard <dhoward@redhat.com>
3706
3707 * memattr.c (mem_info_command): Print special case of upper bound
3708 as max CORE_ADDR + 1.
3709
b78bcb18
MS
37102002-08-08 Michael Snyder <msnyder@redhat.com>
3711
3712 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3713 returns structs by ref if they're too big to fit in two registers.
3714
ffabd70d
KB
37152002-08-09 Kevin Buettner <kevinb@redhat.com>
3716
3717 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3718 saved regs value.
3719 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3720 mips_find_saved_regs().
3721 (mips_pop_frame): Likewise.
3722
fbcdb4a3
KB
37232002-08-09 Kevin Buettner <kevinb@redhat.com>
3724
3725 * blockframe.c (frame_saved_regs_register_unwind): Revise
3726 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3727 frames are in use.
3728
3c3bea1c
GS
37292002-08-09 Grace Sainsbury <graces@redhat.com>
3730
3731 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3732 T-packets; the 'a' is not taken as a register number.
3733 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3734 (remote_stopped_data_address): New functions; add to target
3735 vector.
3736 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3737 prototypes to match other implementations of this
3738 function. replace integer argument with pointer -- the length
3739 field in the Z-packet is the length of what is pointed to or 1 if
3740 pointer is null. Add to target vector.
3741 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3742 target vector.
3743
3744 From Mark Salter:
3745 * remote.c (remote_wait): Add support to extract optional
3746 watchpoint information from T-packet. Ignore unrecognized
3747 optional info in T-packet.
3748 (remote_async_wait): Ditto.
3749
5d1d95de
CV
37502002-08-09 Corinna Vinschen <vinschen@redhat.com>
3751
3752 * cli/cli-dump.c: Change fopen modes to use binary open modes
3753 as defined in include/fopen-bin.h throughout.
3754
c86b5b38
MS
37552002-08-08 Michael Snyder <msnyder@redhat.com>
3756
3757 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3758
b30590dc
KB
37592002-08-08 Kevin Buettner <kevinb@redhat.com>
3760
3761 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3762 assertion failure by returning early after a warning.
3763
498868ed
KB
37642002-08-08 Kevin Buettner <kevinb@redhat.com>
3765
3766 * mips-tdep.c (mips_find_saved_regs): Make static.
3767 (mips_frame_init_saved_regs): New function.
3768 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3769 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3770 (mips_find_saved_regs): Delete declaration.
3771
b2dd6311
GS
37722002-08-08 Grace Sainsbury <graces@redhat.com>
3773
3c3bea1c
GS
3774 * remote.c (remote_wait, remote_async_wait): Change
3775 thread_num from int to ULONGEST.
3776 (unpack_varlen_hex): Change result parameter from
3777 int * to ULONGEST *.
b2dd6311 3778
ea47855f
AC
37792002-08-08 Andrew Cagney <ac131313@redhat.com>
3780
3781 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3782 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3783 powerpc*-*-*.
3784 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3785
69db8bae
AC
37862002-08-08 Andrew Cagney <cagney@redhat.com>
3787
3788 * gcore.c (override_derive_stack_segment): Delete variable.
3789 (preempt_derive_stack_segment): Delete function.
3790 (derive_stack_segment): Delete function.
3791 (default_derive_stack_segment): Renamed to derive_stack_segment.
3792 (override_derive_heap_segment): Delete variable.
3793 (preempt_derive_heap_segment): Delete function.
3794 (derive_heap_segment): Delete function.
3795 (default_derive_heap_segment): Rename to derive_heap_segment.
3796
cb811fe7
MS
37972002-08-06 Michael Snyder <msnyder@redhat.com>
3798
3799 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3800 * mips-tdep.c (mips_EABI_use_struct_convention,
3801 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3802 New functions. (mips_use_struct_convention): Delete.
3803 (mips_gdbarch_init): set use_gdbarch_convention.
3804
8b389c40
MS
38052002-08-06 Michael Snyder <msnyder@redhat.com>
3806
3807 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3808 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3809 mips_o32_reg_struct_has_addr): New functions.
3810 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3811
5c27f28a
AC
38122002-08-07 Andrew Cagney <ac131313@redhat.com>
3813
3814 * regcache.c (pseudo_register): Delete function.
3815 (fetch_register): Delete function.
3816 (store_register): Delete function.
3817 (regcache_raw_read, legacy_read_register_gen): Use
3818 target_fetch_registers instead of fetch_register.
3819 (legacy_write_register_gen, regcache_raw_write): Use
3820 target_store_register instead of store_register.
3821 (write_register_bytes): Ditto.
3822
3823 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3824 (STORE_PSEUDO_REGISTER): Delete.
3825 * gdbarch.h, gdbarch.c: Regenerate.
3826
5b331675
CV
38272002-08-06 Corinna Vinschen <vinschen@redhat.com>
3828
3829 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3830 write dump file binary.
3831
6acdf5c7
MS
38322002-08-05 Michael Snyder <msnyder@redhat.com>
3833
3834 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3835 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3836 (mips_gdbarch_init): Set N32 target to be mips64.
3837
b2f01c35
KB
38382002-08-06 Kevin Buettner <kevinb@redhat.com>
3839
3840 * frame.c (find_saved_register): Break out of loop once saved
3841 register address is found. Don't mention sparc in loop comment
3842 anymore.
3843
63db5580
KB
38442002-08-06 Kevin Buettner <kevinb@redhat.com>
3845
3846 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3847 mips_default_saved_regsize to 8.
3848
5e34e75e
AC
38492002-08-06 Andrew Cagney <ac131313@redhat.com>
3850
3851 * gcore.c: Do not include <sys/procfs.h>.
3852 * Makefile.in (gcore.o): Update dependencies.
3853
eb4c54a2
AC
38542002-08-06 Andrew Cagney <cagney@redhat.com>
3855
3856 * configure.tgt: Make arc-*-* obsolete.
3857 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3858 * MAINTAINERS: Make arc-elf obsolete.
3859 * arc-tdep.c: Make file obsolete.
3860 * config/arc/arc.mt: Ditto.
3861 * config/arc/tm-arc.h: Ditto.
3862
ced15480
TR
38632002-08-05 Theodore A. Roth <troth@verinet.com>
3864
c1bab85b 3865 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3866
b4743822
AC
38672002-08-05 Andrew Cagney <ac131313@redhat.com>
3868
3869 * mcore-tdep.c (mcore_gdbarch_init): Use
3870 generic_unwind_get_saved_register instead of
3871 generic_get_saved_register.
3872 * v850-tdep.c (v850_gdbarch_init): Ditto.
3873 * frv-tdep.c (frv_gdbarch_init): Ditto.
3874 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3875 * s390-tdep.c (s390_gdbarch_init): Ditto.
3876 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3877 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3878 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3879
3956d554
JB
38802002-08-05 Joel Brobecker <brobecker@gnat.com>
3881
3882 * objfiles.h: Add missing #include "symfile.h"
3883
3884 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3885
8249c0d6
AC
38862002-08-04 Andrew Cagney <ac131313@redhat.com>
3887
3888 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3889 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3890 of FIELD_BITSIZE.
3891
b9d14705
DJ
38922002-08-04 Daniel Jacobowitz <drow@mvista.com>
3893
3894 * NEWS: Cleanup and nitpick.
3895
dd73b9bb
AC
38962002-08-03 Andrew Cagney <ac131313@redhat.com>
3897
3898 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3899
043a27f8
AC
39002002-08-03 Andrew Cagney <ac131313@redhat.com>
3901
3902 * Makefile.in (gdbtk-bp.o): Update dependencies.
3903 (gdbtk-register.o): Ditto.
3904 (gdbtk-varobj.o): Ditto.
3905
46ce284d
AC
39062002-08-03 Andrew Cagney <cagney@redhat.com>
3907
3908 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3909 m68hc11_fetch_pseudo_register.
3910 (m68hc11_pseudo_register_write): Replace
3911 m68hc11_store_pseudo_register.
3912 (m68hc11_gdbarch_init): Update.
3913
b66d6d2e
AC
3914Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3915
3916 * gdbarch.sh: Include "gdb_string.h".
3917 * gdbarch.c: Regenerate.
3918
3919 * regcache.c: Include "gdb_string.h".
3920 * ax-general.c: Ditto.
3921 * varobj.c: Ditto.
3922 * std-regs.c: Ditto.
3923 * fbsd-proc.c: Ditto.
3924 * thread.c: Ditto.
3925
3926 * Makefile.in (regcache.o): Update dependencies.
3927 (thread.o, gdbarch.o): Ditto.
3928 (ax-general.o, gdbarch.o): Ditto.
3929 (varobj.o, std-regs.o): Ditto.
3930 (fbsd-proc.o): Specify dependencies.
3931
29e1842b
AC
39322002-08-02 Andrew Cagney <cagney@redhat.com>
3933
3934 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3935 regnum.
3936 (regcache_cooked_write): Ditto.
3937
68365089
AC
39382002-08-02 Andrew Cagney <ac131313@redhat.com>
3939
3940 * regcache.c (regcache_cooked_read): New function.
3941 (regcache_cooked_write): New function.
3942 (read_register_gen): Rewrite using regcache_cooked_read.
3943 (write_register_gen): Rewrite using regcache_cooked_write.
3944
3945 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3946 Declare.
3947
d8124050
AC
39482002-08-02 Andrew Cagney <cagney@redhat.com>
3949
3950 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3951 Replace the architecture methods register_read and register_write.
3952 * gdbarch.h, gdbarch.c: Regenerate.
3953 * regcache.c (init_regcache_descr): Update.
3954 (read_register_gen): Update.
3955 (write_register_gen): Update.
3956 (supply_register): Update comment.
3957
3958 * sh-tdep.c (sh_gdbarch_init): Update.
3959 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3960 `regcache' and `gdbarch' parameters. Make `buffer' a void
3961 pointer. Update code.
3962 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3963 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3964 void pointer. Update code.
3965 (sh64_register_write): Delete.
3966 (sh4_register_read): Delete.
3967 (sh64_register_read): Delete.
3968 (sh4_register_write): Delete.
3969 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3970 void pointer, `to' parameter a void pointer.
3971 (sh_sh64_register_convert_to_raw): Ditto.
3972
a6425924
KB
39732002-08-01 Kevin Buettner <kevinb@redhat.com>
3974
3975 * mips-tdep.c (mips_register_virtual_type): Use architecture
3976 invariant return values.
3977
ff5922b5
AC
39782002-08-01 Andrew Cagney <cagney@redhat.com>
3979
3980 * linux-proc.c: Include "gdb_string.h".
3981 * Makefile.in (linux-proc.o): Update dependency list.
3982
32a6503c
KB
39832002-08-01 Kevin Buettner <kevinb@redhat.com>
3984
3985 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3986 comment.
3987
ccaa32c7
GS
39882002-08-01 Grace Sainsbury <graces@redhat.com>
3989
3990 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3991 to_insert_watchpoint, to_remove_watchpoint,
3992 to_stopped_by_watchpoint, to_stopped_data_address,
3993 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3994 target vecctor. Define their corresponding macros so they call
3995 them.
3996
3997 * target.c: Add default and debug versions of for
3998 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3999 to_insert_watchpoint, to_remove_watchpoint,
4000 to_stopped_by_watchpoint, to_stopped_data_address,
4001 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4002
78fde5f8
KB
40032002-08-01 Kevin Buettner <kevinb@redhat.com>
4004
4005 * mips-tdep.c (mips_register_virtual_type): New function.
4006 (mips_gdbarch_init): Register mips_register_virtual_type()
4007 with gdbarch machinery.
4008 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4009 this file instead of tm-bigmips.h.
4010 (MIPS_REGSIZE): Delete this macro.
4011 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4012 multiarch version in mips-tdep.c will be found.
4013
db034ac5
AC
40142002-08-01 Andrew Cagney <cagney@redhat.com>
4015
4016 * NEWS: Menion that CHILL has been made obsolete.
4017
4018 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
4019 * stabsread.c (read_range_type): Ditto.
4020 * gdbtypes.h: Ditto.
4021 * language.c (binop_type_check): Ditto.
4022 (binop_result_type): Ditto.
4023 (integral_type): Ditto.
4024 (character_type): Ditto.
4025 (string_type): Ditto.
4026 (boolean_type): Ditto.
4027 (structured_type): Ditto.
4028 (lang_bool_type): Ditto.
4029 (binop_type_check): Ditto.
4030 * language.h (_LANG_chill): Ditto.
4031 * dwarfread.c (set_cu_language): Ditto.
4032 * dwarfread.c (CHILL_PRODUCER): Ditto.
4033 * dwarfread.c (handle_producer): Ditto.
4034 * expression.h (enum exp_opcode): Ditto.
4035 * eval.c: Ditto for comments.
4036 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4037 * expprint.c (print_subexp): Ditto.
4038 (print_subexp): Ditto.
4039 * valops.c (value_cast): Ditto.
4040 (search_struct_field): Ditto.
4041 * value.h (COERCE_VARYING_ARRAY): Ditto.
4042 * symfile.c (init_filename_language_table): Ditto.
4043 (add_psymbol_with_dem_name_to_list): Ditto.
4044 * valarith.c (value_binop): Ditto.
4045 (value_neg): Ditto.
4046 * valops.c (value_slice): Ditto.
4047 * symtab.h (union language_specific): Ditto.
4048 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4049 (SYMBOL_DEMANGLED_NAME): Ditto.
4050 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4051 * defs.h (enum language): Ditto.
4052 * symtab.c (got_symtab): Ditto.
4053 * utils.c (fprintf_symbol_filtered): Ditto.
4054
4055 * ch-typeprint.c: Make file obsolete.
4056 * ch-valprint.c: Make file obsolete.
4057 * ch-lang.h: Make file obsolete.
4058 * ch-exp.c: Make file obsolete.
4059 * ch-lang.c: Make file obsolete.
4060
4061 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4062 CHILL_LIB.
4063 (TARGET_FLAGS_TO_PASS): Ditto.
4064 (CHILLFLAGS): Obsolete.
4065 (CHILL): Obsolete.
4066 (CHILL_FOR_TARGET): Obsolete.
4067 (CHILL_LIB): Obsolete.
4068 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4069 ch-valprint.c.
4070 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4071 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4072 ch-lang.o.
4073 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4074 targets.
4075
8aaf0b47
JB
40762002-07-31 Joel Brobecker <brobecker@gnat.com>
4077
4078 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4079 This does not change anything at the moment, but will be helpful
4080 later when full Ada support is integrated.
4081
f3a7b3a5
KB
40822002-07-31 Kevin Buettner <kevinb@redhat.com>
4083
4084 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4085 help message.
4086
fb850278
KB
40872002-07-31 Kevin Buettner <kevinb@redhat.com>
4088
4089 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4090 and save it in a local variable. Use variable in later test.
4091
e3bddbfa
KB
40922002-07-31 Kevin Buettner <kevinb@redhat.com>
4093
4094 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4095 test. (Thanks to Daniel Jacobowitz.)
4096
28d169de
KB
40972002-07-31 Kevin Buettner <kevinb@redhat.com>
4098
4099 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4100 (mips_abi_strings): Add "n64".
4101 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4102
7fe7e44e
KB
41032002-07-31 Kevin Buettner <kevinb@redhat.com>
4104
4105 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4106 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4107
c6caf090
KB
41082002-07-31 Kevin Buettner <kevinb@redhat.com>
4109
4110 * utils.c (host_pointer_to_address, address_to_host_pointer):
4111 Use gdb_assert() instead of explicit call to internal_error().
4112
c41669e0
KB
41132002-07-30 Kevin Buettner <kevinb@redhat.com>
4114
4115 * Makefile.in (rs6000-nat.o): Update dependencies.
4116
4117 From Nicholas Duffek:
4118 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4119 (aix-thread.o): New rule.
4120 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4121 * config/powerpc/aix432.mh: New file.
4122
2fda4977
DJ
41232002-07-30 Daniel Jacobowitz <drow@mvista.com>
4124
4125 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4126 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4127 (fetch_core_registers, ppc_linux_supply_gregset)
4128 (ppc_linux_supply_fpregset): New functions.
4129 (ppc_linux_regset_core_fns): New.
4130 (_initialize_ppc_linux_tdep): Call add_core_fns.
4131 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4132 and ppc_linux_supply_gregset.
4133 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4134 (supply_fpregset): Call ppc_linux_supply_fpregset.
4135 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4136 corelow.o.
4137 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4138
729051e6
DJ
41392002-07-30 Daniel Jacobowitz <drow@mvista.com>
4140
4141 * symtab.c (lookup_symbol): Demangle before lowercasing.
4142
5f8a3188
AC
41432002-07-30 Andrew Cagney <ac131313@redhat.com>
4144
4145 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4146 declaration.
4147 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4148 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4149 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4150 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4151 "gdb_string.h".
4152 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4153 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4154 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4155 (avr-tdep.o, mon960-rom.o): Ditto.
4156 (aout_stabs_gnu_h): Define.
4157 (symtab_h): Remove $(gdb_obstack_h).
4158
67f07146
JB
41592002-07-30 Jim Blandy <jimb@redhat.com>
4160
4161 Patch from David Carlton <carlton@math.stanford.edu>:
4162 * gdbinit.in: Move the `dir' commands that add GDB's own source
4163 directory to the search path to the end, so that the `gdb' source
4164 directory will be searched first.
4165
04ea0df1
AC
41662002-07-29 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdb_obstack.h: New file.
4169 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4170 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4171 * objfiles.h: Include "gdb_obstack.h".
4172 * Makefile.in (gdb_obstack_h): Define.
4173 (symtab_h): Add $(gdb_obstack_h).
4174 (objfiles_h): Add $(gdb_obstack_h).
4175
4176 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4177 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4178 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4179 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4180 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4181 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4182 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4183 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4184
4185 * Makefile.in (bcache.o): Update dependencies.
4186 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4187 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4188 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4189 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4190 (stabsread.o, symfile.o, symmisc.o): Ditto.
4191 (symtab.o, typeprint.o, macroexp.o): Ditto.
4192 (macrotab.o, mdebugread.o): Ditto.
4193 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4194 (coff_ecoff_h, aout_aout64_h): Define.
4195 (aout_stabs_gnu_h, libaout_h): Define.
4196
d138e37a
AC
41972002-07-29 Andrew Cagney <cagney@redhat.com>
4198
4199 * regcache.c (struct regcache_descr): Rename nr_registers to
4200 nr_cooked_registers. Revise comments describing the structure
4201 member fields.
4202 (init_regcache_descr): Update.
4203 (init_legacy_regcache_descr): Update.
4204 (read_register_gen, write_register_gen): When a cooked register in
4205 the raw register range, directly access the value from the raw
4206 register cache.
4207
460e6ec3
AC
42082002-07-29 Andrew Cagney <ac131313@redhat.com>
4209
4210 * z8k-tdep.c: Do not include "obstack.h".
4211 * h8300-tdep.c, h8500-tdep.c: Ditto.
4212 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4213 * valprint.c, v850-tdep.c: Ditto.
4214 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4215 * mn10200-tdep.c: Ditto.
4216
4217 * Makefile.in (z8k-tdep.o): Update dependencies.
4218 (m68hc11-tdep.o, valprint.o): Ditto.
4219 (v850-tdep.o, d10v-tdep.o): Ditto.
4220 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4221 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4222 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4223 (sh_opc_h, gdb_sim_sh_h): Define.
4224 (elf_sh_h, elf_bfd_h): Define.
4225 (opcode_m68hc11_h): Define.
4226 (OPCODES_SRC, OPCODES_DIR): define.
4227 (OPCODES): Use $(OPCODES_DIR).
4228 (gdb_sim_d10v_h): Rename sim_d10v_h.
4229 (gdb_sim_arm_h): Rename sim_arm_h.
4230
790c9cf0
KB
42312002-07-26 Kevin Buettner <kevinb@redhat.com>
4232
4233 * utils.c (host_pointer_to_address, address_to_host_pointer):
4234 Change internal_error() message to indicate function responsible
4235 for the error.
4236
9647fa49
KB
42372002-07-26 Kevin Buettner <kevinb@redhat.com>
4238
4239 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4240 calls to local_hex_string_custom().
4241
dabbe2c0
KB
42422002-07-26 Kevin Buettner <kevinb@redhat.com>
4243
4244 * irix5-nat.c: Move IRIX shared library support from here...
4245 * solib-irix.c: ...to here. Revised substantially to work with
4246 generic solib framework.
4247
b96d0a4e
KB
4248 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4249 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4250 * mips-irix-tdep.c: New file.
4251
313fb2f6
KB
4252 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4253 (mips-irix-tdep.o, solib-irix.o): New rules.
4254 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4255 solib-irix.o.
4256 * config/mips/irix6.mt (TDEPFILES): Likewise.
4257 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4258
ab2eaf26
KB
42592002-07-26 Kevin Buettner <kevinb@redhat.com>
4260
177e4768 4261 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4262 disabled (via ``#if 0'') includes.
4263
7244546a
KB
42642002-07-26 Kevin Buettner <kevinb@redhat.com>
4265
4266 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4267 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4268 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4269 Add support for the fpscr register.
4270 * rs6000-nat.c (regmap, fetch_inferior_registers)
4271 (store_inferior_registers, fetch_core_registers): Likewise.
4272
dd7be90a
KB
42732002-07-26 Kevin Buettner <kevinb@redhat.com>
4274
4275 * rs6000-nat.c (language.h): Include.
4276 (special_regs): Delete this array.
4277 (regmap): New function.
4278 (fetch_register, store_register): Use regmap() to map gdb
4279 register numbers to ptrace register numbers. Also, use
4280 outputs from regmap() to make decisions regarding type of
4281 ptrace() call to make. In particular, don't compare against
4282 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4283 (fetch_inferior_registers, store_inferior_registers): Where
4284 possible, obtain register numbers from tdep struct. Don't
4285 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4286 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4287 (LAST_UISA_SP_REGNUM): Delete.
4288
11bf77db
KB
42892002-07-25 Kevin Buettner <kevinb@redhat.com>
4290
4291 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4292 (fetch_registers, store_register, fetch_core_registers): Don't
4293 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4294 regcache_collect() as appropriate.
4295 (find_toc_address): Format hex address with local_hex_string().
4296
06afebeb
AC
42972002-07-25 Andrew Cagney <ac131313@redhat.com>
4298
4299 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4300 bfd/elf32-frv.c.
4301
8c554d79
TT
43022002-07-24 Tom Tromey <tromey@redhat.com>
4303
4304 * jv-exp.y: Marked all strings with _().
4305 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4306 internal_error.
4307 (MethodInvocation, CastExpression, parse_number, yyerror,
4308 java_type_from_name, push_expression_name, yylex): Typo fixes.
4309
e4c242d9
DJ
43102002-07-24 Daniel Jacobowitz <drow@mvista.com>
4311
4312 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4313 (tee_file_flush, tee_file_write, tee_file_fputs)
4314 (tee_file_isatty): New.
4315 * ui-file.h (tee_file_new): Add prototype.
4316
ebf56fd3
AS
43172002-07-24 Aidan Skinner <aidan@velvet.net>
4318
4319 * ada-lang.c: Change k&r style function definitions to prototyped
4320 form.
4321 * ada-typeprint.c: Change k&r style function definitions to prototyped
4322 form.
4323 * ada-valprint.c: Change k&r style function definitions to prototyped
4324 form.
4325
7fb623f7
AC
43262002-07-24 Andrew Cagney <cagney@redhat.com>
4327
4328 * README: Remove reference to remote-bug.
4329 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4330 remote-bug.c.
4331 (m88k-nat.o): Delete rule.
4332 (m88k-tdep.o): Delete rule.
4333 (remote-bug.o): Delete rule.
4334 * MAINTAINERS: Mark as obsolete.
4335 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4336 * m88k-tdep.c: Make file obsolete.
4337 * config/m88k/m88k.mh: Ditto.
4338 * config/m88k/delta88v4.mh: Ditto.
4339 * config/m88k/delta88v4.mt: Ditto.
4340 * config/m88k/delta88.mt: Ditto.
4341 * config/m88k/delta88.mh: Ditto.
4342 * remote-bug.c: Ditto.
4343 * config/m88k/tm-delta88.h: Ditto.
4344 * config/m88k/nm-delta88v4.h: Ditto.
4345 * config/m88k/xm-delta88.h: Ditto.
4346 * config/m88k/xm-dgux.h: Ditto.
4347 * config/m88k/tm-m88k.h: Ditto.
4348 * config/m88k/nm-m88k.h: Ditto.
4349 * config/m88k/tm-delta88v4.h: Ditto.
4350 * m88k-nat.c: Ditto.
4351 * cxux-nat.c: Ditto.
4352 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4353 and m88*-*-* obsolete.
4354 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4355 m88*-*-* obsolete.
4356
37611a2b
AC
43572002-07-24 Andrew Cagney <cagney@redhat.com>
4358
4359 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4360 constant. Same for local pointer variables.
4361 (extract_signed_integer): Ditto.
4362 * defs.h (extract_unsigned_integer): Update.
4363 (extract_signed_integer): Update.
4364
1aaa5f99
AC
43652002-07-24 Andrew Cagney <cagney@redhat.com>
4366
4367 * regcache.c (regcache_raw_write): Change buf parameter to a
4368 constant void pointer.
4369 (regcache_raw_read): Change buf parameter to a void pointer.
4370 (legacy_write_register_gen): Change myaddr parameter a constant
4371 void pointer.
4372 (supply_register): Change val parameter to a const void pointer.
4373 * regcache.h (regcache_raw_write): Update declaration.
4374 (regcache_raw_read): Update declaration.
4375 (supply_register): Update declaration.
4376
b4f5539f
TT
43772002-07-24 Tom Tromey <tromey@redhat.com>
4378
4379 * defs.h (gdb_readline_wrapper): Declare.
4380 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4381 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4382 * top.c (gdb_readline_wrapper): New function.
4383 (command_line_input): Use it.
4384
0818c12a
AC
43852002-07-24 Andrew Cagney <cagney@redhat.com>
4386
4387 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4388 regcache_read and regcache_write.
4389 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4390 * regcache.c: Update.
4391 * sh-tdep.c (sh64_push_arguments): Update comment.
4392 (sh_pseudo_register_read): Update.
4393 (sh_pseudo_register_write): Update.
4394 (sh4_register_read): Update.
4395 (sh4_register_write): Update.
4396 (sh64_pseudo_register_read): Update.
4397 (sh64_pseudo_register_write): Update.
4398 (sh64_register_read): Update.
4399 (sh64_register_write): Update.
4400 * i386-tdep.c (i386_extract_return_value): Update.
4401 (i386_extract_struct_value_address): Update.
4402 (i386_extract_return_value): Update.
4403 * blockframe.c (generic_read_register_dummy): Update.
4404 (generic_call_dummy_register_unwind): Update
4405 * infrun.c (write_inferior_status_register): Update.
4406
f7321c06
JB
44072002-07-23 Jim Blandy <jimb@redhat.com>
4408
4409 * parser-defs.h (expression_context_pc): Make this extern.
4410 (Thanks to Michael Snyder.)
4411
2037aebb
AC
44122002-07-23 Andrew Cagney <ac131313@redhat.com>
4413
4414 GDB 5.2.1 released from 5.2 branch.
4415 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4416 * README: Update to mention 5.2.1.
4417
66504d44
MS
44182002-07-23 Mark Salter <msalter@redhat.com>
4419
4420 * remote.c (remote_read_bytes): Fix check for error.
4421
27bae383
KB
44222002-07-22 Kevin Buettner <kevinb@redhat.com>
4423
4424 * aix-thread.c (language.h): Include.
4425 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4426 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4427 Print newlines at end of debug messages.
4428 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4429 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4430
44312002-07-22 Kevin Buettner <kevinb@redhat.com>
4432
4433 * aix-thread.c (ppc-tdep.h): Include.
4434 (special_register_p): New function.
4435 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4436 (store_regs_user_thread): Use register number information from
4437 gdbarch_tdep struct instead of hardcoded offsets relative to
4438 FIRST_UISA_SP_REGNUM.
4439 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4440 special_register_p() instead of using FPLAST_REGNUM and
4441 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4442 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4443 will be MQ's register number.
4444
44452002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4446
4447 * aix-thread.c (ops): Rename to aix_thread_ops.
4448 (base_ops): Rename to base_target.
4449 (ops_attach): Rename to aix_thread_attach.
4450 (ops_detach): Rename to aix_thread_detach.
4451 (ops_resume): Rename to aix_thread_detach.
4452 (ops_wait): Rename to aix_thread_wait.
4453 (ops_kill): Rename to aix_thread_kill.
4454 (init_ops): Rename to init_aix_thread_ops.
4455 (ops_fetch_register): Rename to aix_thread_fetch_register.
4456 (ops_store_register): Rename to aix_thread_store_register.
4457 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4458 (ops_thread_alive): Rename to aix_thread_thread_alive.
4459 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4460 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4461 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4462 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4463 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4464 (store_regs_lib): Rename to store_regs_user_thread.
4465 (store_regs_kern): Rename to store_regs_kernel_thread.
4466
27bae383 44672002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4468
4469 * aix-thread.c (ops_prepare_to_store): Eliminate.
4470 (init_ops): Don't initialize ops.prepare_to_store.
4471 (store_regs_kern): Pre-fetch register buffers from child,
4472 because some registers may not be in the cache. Copy
4473 regs from register cache only if they are cached.
4474 (store_regs_lib): Copy regs from register cache only
4475 if they are cached.
4476 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4477 fill_gprs64): Ditto.
4478
61c5da0b
KB
44792002-07-22 Kevin Buettner <kevinb@redhat.com>
4480
4481 * aix-thread.c (gdb_assert.h): Include.
4482 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4483 register sizes (from register cache) match size of buffer holding
4484 register data.
4485 (fill_sprs32): Change parameter types to match those in the ptrace()
4486 buffer.
4487 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4488 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4489
44902002-07-22 Michael Snyder <msnyder@redhat.com>
4491
4492 * aix-thread.c (supply_sprs64): Cosmetic change.
4493 (supply_sprs32): Cosmetic change.
4494 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4495 (fill_sprs64): Use regcache_collect instead of read_register.
4496 (store_regs_lib): Use regcache_collect instead of
4497 read_register. Use fill_sprs32 instead of fill_sprs64,
4498 if debugging a 32-bit architecture.
4499 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4500 out of the register cache, instead of passing a pointer into
4501 the register cache directly to ptrace. Use regcache_collect
4502 insteaad of read_register.
4503 (ops_prepare_to_store): Use target_read_registers instead
4504 of read_register_bytes.
4505
36479eb1
AS
45062002-07-20 Aidan Skinner <aidan@velvet.net>
4507
4508 * MAINTAINERS: Add self under write after approval.
4509
80ae6ee2
AS
45102002-07-20 Aidan Skinner <aidan@velvet.net>
4511
4512 * ada-tasks.c: Change k&r style function definitions to prototyped
4513 form.
4514
8a8ab2b9
AC
45152002-07-19 Andrew Cagney <ac131313@redhat.com>
4516
4517 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4518 * x86-64-tdep.c: Include "objfiles.h".
4519 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4520 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4521
fb16b900
ML
45222002-07-17 Michal Ludvig <michal@suse.cz>
4523
4524 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4525 (update_context): Initialise cfa variable.
4526
0fe7bf7b
MS
45272002-07-17 Michael Snyder <msnyder@redhat.com>
4528
4529 * aix-thread.c: Shorten some long lines.
4530 Bring comments into line with code spec.
4531
488f131b
JB
45322002-07-18 Joel Brobecker <brobecker@gnat.com>
4533
4534 * infrun.c: Re-indent using gdb_indent.sh.
4535
46c415d2
JB
45362002-07-18 Joel Brobecker <brobecker@gnat.com>
4537
4538 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4539 Leave the indentation temporarily untouched, to minimize the diffs.
4540
cdecafbe
EZ
45412002-07-18 Elena Zannoni <ezannoni@redhat.com>
4542
4543 * stabsread.c: Make os9k sections of the code obsolete,
4544 for real this time.
4545 * stabsread.h: Make os9k sections of the code obsolete.
4546
7b6aa020
ML
45472002-07-18 Michal Ludvig <mludvig@suse.cz>
4548
09ec9b38
ML
4549 * linux-low.c (regsets_store_inferior_registers): Add free()
4550 at the end of a loop to prevent memory leak.
4551 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4552 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4553 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4554 line a comment.
4894ac5d 4555 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4556
233282cd
JB
45572002-07-17 Jim Blandy <jimb@redhat.com>
4558
4559 * macrocmd.c (info_macro_command): Remove newline from error
4560 message.
4561
7b6aa020 45622002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4563
4564 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4565 (sh_gdbarch_init): Use it for sh-dsp.
4566
f7ef9339
KB
45672002-07-16 Kevin Buettner <kevinb@redhat.com>
4568
4569 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4570 64-bit DWARF2 format.
4571
8dd72958
JB
45722002-07-16 Joel Brobecker <brobecker@gnat.com>
4573
4574 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4575 <sys/proc.h> when not available.
4576
a99a9e1b
AC
45772002-07-16 Andrew Cagney <ac131313@redhat.com>
4578
4579 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4580 * stabsread.c: Make os9k sections of the code obsolete.
4581 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4582 * config/i386/i386os9k.mt: Make file obsolete.
4583 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4584 (COMMON_OBS): Remove os9kread.o
4585 (SFILES): Remove os9kread.c.
4586 (os9kread.o, remote-os9k.o): Make target obsolete.
4587 * remote-os9k.c: Make file obsolete.
4588 * os9kread.c: Make file obsolete.
4589 * Makefile.in
4590
7a3085c1
AC
45912002-07-16 Andrew Cagney <ac131313@redhat.com>
4592
4593 * NEWS: Mention that the FR30 has been made obsolete.
4594 * fr30-tdep.c: Make file obsolete.
4595 * config/fr30/tm-fr30.h: Ditto.
4596 * config/fr30/fr30.mt: Ditto.
4597 * configure.tgt: Make fr30-*-elf obsolete.
4598 * MAINTAINERS: Make fr30-elf obsolete.
4599
28a93f5a
PM
46002002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4601
4602 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4603 found is not inside a section.
4604
be006b8b
KB
46052002-07-15 Kevin Buettner <kevinb@redhat.com>
4606
4607 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4608 strerror().
4609 (pdc_realloc): Use xrealloc() instead of realloc().
4610
14fa3751
KB
46112002-07-15 Kevin Buettner <kevinb@redhat.com>
4612
4613 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4614 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4615 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4616 macros.
4617
42cc437f
KB
46182002-07-15 Kevin Buettner <kevinb@redhat.com>
4619
4620 * aix-thread.c (ptrace_check): Eliminate goto.
4621 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4622 problem.
4623
8e2c28d4
KB
46242002-07-15 Kevin Buettner <kevinb@redhat.com>
4625
4626 * aix-thread.c (gdbcmd.h): Include.
4627 (DEBUG, DBG, DBG2, dbg): Eliminate.
4628 (debug_aix_thread): New static global.
4629 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4630 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4631 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4632 invocations to DBG and DBG2 macros to test against
4633 ``debug_aix_thread'' and call fprintf_unfiltered().
4634 (_initialize_aix_thread): Add new command "set debug aix-thread".
4635
30413464
AC
46362002-07-15 Andrew Cagney <ac131313@redhat.com>
4637
4638 From Gerhard Tonn <TON@de.ibm.com>:
4639 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4640 instead of supply_register.
4641
7c43edc1
AC
46422002-07-15 Andrew Cagney <ac131313@redhat.com>
4643
4644 * dwarf2cfi.c: Include "gdb_assert.h".
4645 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4646 non-NULL.
4647 (update_context): Do not use __func__. Add missing ``break''.
4648 (update_context): Do not use __func__.
4649
9364a0ef
EZ
46502002-07-15 Elena Zannoni <ezannoni@redhat.com>
4651
4652 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4653 and its setting. Set gdbarch instruction printing functions
4654 directly. For non-rs6000 case use new function
4655 gdb_print_insn_powerpc.
4656 (gdb_print_insn_powerpc): New function.
4657
3fbeef0b
AC
46582002-07-13 Andrew Cagney <ac131313@redhat.com>
4659
92eb23c5 4660 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4661 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4662 * configure.tgt: Mark d30v-*-* as obsolete.
4663 * d30v-tdep.c: Mark file as obsolete.
4664 * config/d30v/d30v.mt: Ditto.
4665 * config/d30v/tm-d30v.h: Ditto.
4666
aacb1f0a
AS
46672002-07-13 Aidan Skinner <aidan@velvet.net>
4668
4669 * ada-tasks.c (add_task_entry): replace calls to
4670 malloc() with xmalloc
4671 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4672
4673 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4674 ada_finish_decode_line_1, all_sals_for_line
4675 ada_breakpoint_rewrite): replace calls to free() with xfree()
4676
c11d79f2
KB
46772002-07-12 Kevin Buettner <kevinb@redhat.com>
4678
4679 From Nicholas Duffek (with minor changes by Martin Hunt,
4680 Louis Hamilton, and Kevin Buettner):
4681 * aix-thread.c: New file.
4682
8e19ed76
PS
46832002-07-12 Petr Sorfa <petrs@caldera.com>
4684
4685 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4686 complaint for invalid attribute class or form.
4687 (read_func_scope): DW_AT_frame_base
4688 better handling of DW_AT_block*.
4689 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4690 better handling of DW_AT_block*.
4691 (read_common_block): DW_AT_location
4692 better handling of DW_AT_block*.
4693 (read_partial_die): DW_AT_location better handling
4694 of DW_AT_block*.
4695 (new_symbol): DW_AT_external better handling of
4696 DW_AT_block*. Proper initialization of variable
4697 "addr".
4698 (attr_form_is_block): New function that returns true
4699 if the attribute's form is of DW_FORM_block*.
4700
295401f7
DJ
47012002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4702
4703 * valops.c (find_method_list): Remove comment about
4704 removed STATIC_MEMFUNCP argument.
4705 (value_find_oload_method_list): Likewise.
4706
e42dc924
KB
47072002-07-12 Kevin Buettner <kevinb@redhat.com>
4708
4709 From Nicholas Duffek:
4710 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4711 target_new_objfile_hook.
4712
6904b546
KB
47132002-07-12 Kevin Buettner <kevinb@redhat.com>
4714
4715 From Nicholas Duffek:
4716 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4717 csect.
4718
53fe9346
AC
47192002-07-12 Andrew Cagney <cagney@redhat.com>
4720
4721 * MAINTAINERS: Mention --enable-sim-build-warnings.
4722 (m68hc11-elf): Disable sim build warnings.
4723 (m32r-elf): Mark as broken obsolete candidate.
4724 (x86_64-linux-gnu): Mark as buildable with -Werror.
4725 (arm-elf): Change -w to ``,'' which enables warnings but not
4726 -Werror.
4727
af5f3db6
AC
47282002-07-12 Andrew Cagney <ac131313@redhat.com>
4729
4730 * bcache.h: Update copyright.
4731 (struct bstring, struct bcache): Move definition to "bcache.c".
4732 Replaced by opaque declaration.
4733 (bcache_xfree): Replace free_bcache.
4734 (bcache_xmalloc, bcache_memory_used): Declare.
4735
4736 * bcache.c: Update copyright.
4737 (struct bstring, struct bcache): Moved to here from "bcache.h".
4738 Update comments.
4739 (bcache_xmalloc, bcache_memory_used): New functions.
4740 (bcache_xfree): Replace function free_bcache.
4741
4742 * Makefile.in (objfiles.o): Add $(bcache_h).
4743 (objfiles_h): Remove $(bcache_h).
4744 (symfile.o): Add $(bcache_h).
4745
4746 * symmisc.c: Update copyright.
4747 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4748 (print_objfile_statistics): Use bcache_memory_used.
4749
4750 * symfile.c: Include "bcache.h".
4751 (reread_symbols): Use bcache_xfree.
4752 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4753 (add_psymbol_to_list): Pass psymbol_cache by value.
4754 (add_psymbol_with_dem_name_to_list): Ditto.
4755
4756 * objfiles.h: Update copyright.
4757 (struct bcache): Declare opaque. Do not include "bcache.h".
4758 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4759 bcache'' pointers.
4760 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4761
4762 * objfiles.c: Include "bcache.h". Update copyright.
4763 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4764 macro_cache.
4765 (free_objfile): Use bcache_xfree.
4766
444199e7
GS
47672002-07-11 Grace Sainsbury <graces@redhat.com>
4768
4769 * monitor.c (monitor_fetch_register): Make name a constant.
4770 (monitor_store_register): Same.
4771
261397f8
DJ
47722002-07-11 Daniel Jacobowitz <drow@mvista.com>
4773
4774 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4775 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4776 (finish_block) For non-function blocks, hash the symbol table. For
4777 function blocks, mark the symbol table as unhashed.
4778 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4779 (msymbol_hash_iw): Likewise.
4780 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4781 value.
4782 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4783 (lookup_minimal_symbol): Likewise for both.
4784 * symtab.h (struct block): Add `hashtable' flag. Comment the
4785 hashtable.
4786 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4787 (ALL_BLOCK_SYMBOLS): Update.
4788 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4789 (struct symbol): Add `hash_next' pointer.
4790 * symtab.c (lookup_block_symbol): Search using the hash table when
4791 possible.
4792 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4793 (search_symbols, find_addr_symbol): Likewise.
4794
4795 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4796 (read_dst_symtab): Likewise.
4797 * jv-lang.c (get_java_class_symtab): Likewise.
4798 * mdebugread.c: Include "gdb_assert.h".
4799 (shrink_block): Assert that the block being modified is not hashed.
4800 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4801 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4802 symbols.
4803 (dump_symtab): Recognize hashed blocks.
4804 * printcmd.c (print_frame_args): Assert that function blocks do not
4805 have hashed symbol tables.
4806 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4807 (fill_in_ada_prototype, debug_print_block): Likewise.
4808 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4809
6f0eaa01
CV
48102002-07-11 Corinna Vinschen <vinschen@redhat.com>
4811
4812 * stack.c (print_frame): Use result of frame_address_in_block()
4813 instead of fi->pc when evaluating symbols.
4814 (backtrace_command_1): Ditto.
4815
a208b0cb
AC
48162002-07-11 Andrew Cagney <cagney@redhat.com>
4817
4818 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4819 Make static.
4820
4821 * arm-tdep.c (arm_register_name): Make return type constant.
4822
a6b6b089
AC
48232002-07-10 Andrew Cagney <ac131313@redhat.com>
4824
5ae5f592
AC
4825 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4826 prototype.
4827 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4828 * s390-tdep.c (s390_fp_regnum): Ditto.
4829 (s390_read_fp): Ditto.
4830 (s390_pop_frame): Ditto.
4831 (_initialize_s390_tdep): Ditto.
4832 * remote.c (get_remote_state): Ditto.
4833 * procfs.c (mappingflags): Ditto.
4834 * memattr.c (_initialize_mem): Ditto.
4835 * mcore-tdep.c (mcore_pop_frame): Ditto.
4836 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4837 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4838 * language.c (set_case_str): Ditto.
4839 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4840 * frv-tdep.c (new_variant): Ditto.
4841 (frv_stopped_data_address): Ditto.
4842 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4843 (context_alloc): Ditto.
4844 (frame_state_alloc): Ditto.
4845 (unwind_tmp_obstack_init): Ditto.
4846 (unwind_tmp_obstack_free): Ditto.
4847 (cfi_read_fp): Ditto.
4848 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4849 (cris_pop_frame): Ditto.
4850 * c-lang.c (scanning_macro_expansion): Ditto.
4851 (finished_macro_expansion): Ditto.
4852 (c_preprocess_and_parse): Ditto.
4853 * gdbarch.sh: Ditto.
4854 * gdbarch.h, gdbarch.c: Regenerate.
4855 * config/mn10200/tm-mn10200.h: Adjust indentation.
4856 * target.c: Adjust indentation.
4857 * symtab.h: Adjust indentation.
4858 * stabsread.h: Adjust indentation.
4859 * remote-es.c: Adjust indentation.
4860 * os9kread.c: Adjust indentation.
4861
48622002-07-10 Andrew Cagney <ac131313@redhat.com>
4863
a6b6b089
AC
4864 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4865 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4866
a1789893
GS
48672002-07-10 Grace Sainsbury <graces@redhat.com>
4868
4869 * NEWS: Mention m68k, mcore multi-arching.
4870 * MAINTAINERS: Change status of m68k, mcore to reflect
4871 multi-arching.
4872
02f0d45d
DJ
48732002-07-10 Daniel Jacobowitz <drow@mvista.com>
4874
4875 * valops.c (find_overload_match): Free oload_syms.
4876
f15f768e
JB
48772002-07-09 Joel Brobecker <brobecker@gnat.com>
4878
4879 Define HAVE_SYS_PROC_H if sys/proc.h exists
4880 * configure.in: Add check for sys/proc.h
4881 * config.in: Regenerate.
4882 * configure: Regenerate.
4883
902a7139
GS
48842002-07-09 Grace Sainsbury <graces@redhat.com>
4885
4886 * config/m68k/tm-m68k.h: Remove macros wrapped in
4887 #if !GDB_MULTI_ARCH.
4888
a534e424
AC
48892002-07-08 Andrew Cagney <ac131313@redhat.com>
4890
4891 * config.in, configure: Regenerate.
4892
9b94f7bf
MK
48932002-07-08 Mark Kettenis <kettenis@gnu.org>
4894
4895 * dwarf2cfi.c: Include "gcore.h".
4896 (execute_stack_op): Fix implementation of the
4897 DW_OP_deref and DW_OP_deref_size operators by letting do their
4898 lookup in the target.
4899
1d34db41
MK
49002002-07-07 Mark Kettenis <kettenis@gnu.org>
4901
4902 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4903 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4904 tdep->sc_sp_offset.
4905
79d5b63a
DJ
49062002-07-05 Daniel Jacobowitz <drow@mvista.com>
4907
4908 Fix PR gdb/595, gdb/602
4909 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4910 Don't call value_cast, just read the vtable pointer; update comments
4911 to match.
4912
3bb912e8
GS
49132002-07-05 Grace Sainsbury <graces@redhat.com>
4914
4915 * config/mcore/tm-mcore.h: Remove file.
4916 * config/mcore/mcore.mt: Remove definition of TM_FILE
4917 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4918
ca39387d
MK
49192002-07-05 Mark Kettenis <kettenis@gnu.org>
4920
4921 * i386bsd-tdep.c: Include "gdb_string.h".
4922
efdc1108
GS
49232002-07-04 Grace Sainsbury <graces@redhat.com>
4924
4925 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4926 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4927 mcore-tdep.
4928 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4929 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4930 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4931 (RETVAL_REGNUM): Move macros from tm-mcore.h
4932 (mcore_reg_struct_has_addr): New function.
4933 (mcore_gdbarch_init): Added initializations for the macros removed
4934 from tm-mcore.h.
4935
bb21884d
MK
49362002-07-04 Mark Kettenis <kettenis@gnu.org>
4937
4938 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4939 traditonal string branding within the ELF header.
4940
228c6d41
DJ
49412002-07-04 Daniel Jacobowitz <drow@mvista.com>
4942
4943 * symtab.c (remove_params): New function.
4944 (make_symbol_overload_list): Use it instead of cplus_demangle.
4945 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4946
2404952e
MK
49472002-07-04 Mark Kettenis <kettenis@gnu.org>
4948
e5e4acad
MK
4949 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4950
baadce09
MK
4951 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4952 New variables.
4953 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4954 and tdep->sigtramp_end.
4955 * i386obsd-nat.c: New file.
4956 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4957
2404952e
MK
4958 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4959 Don't call get_current_frame().
4960
9b4f1ba7
PM
49612002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4962
4963 * i386-nat.c (child_post_startup_inferior): New function
4964 calling i386_cleanup_dregs if
4965 I386_USE_GENERIC_WATCHPOINTS is defined.
4966 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4967 conditional to acknowledge that i386-nat.c has its
4968 own child_post_startup_inferior function.
4969
c0d1d883
MK
49702002-07-04 Mark Kettenis <kettenis@gnu.org>
4971
00f8375e
MK
4972 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4973 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4974 instead of MAX_REGISTER_RAW_SIZE.
4975 (i386_extract_return_value, i386_extract_struct_value_address):
4976 Convert to use regcache.
4977 (i386_gdbarch_init): Set max_register_raw_size and
4978 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4979 Set extract_return_value and extract_struct_value_address instead
4980 of their deprecated variants.
4981
c0d1d883
MK
4982 Convert i386 target to generic dummy frames.
4983 * i386-tdep.c: Include "symfile.h".
4984 (i386_frameless_signal_p): Consider a function to be frameless if
4985 the pc points at the first instruction of the function.
4986 (i386_frame_chain): Handle (generic) call dummies.
4987 (i386_frame_saved_pc): Likewise.
4988 (i386_frame_init_saved_regs): Remove code dealing with call
4989 dummies on the stack.
4990 (i386_push_dummy_frame): Removed.
4991 (i386_call_dummy_words): Removed.
4992 (i386_fix_call_dummy): Removed.
4993 (i386_push_return_address): New function.
4994 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4995 parameter, and don't call get_current_frame.
4996 (i386_pop_frame): New function.
4997 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4998 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4999 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5000 call_dummy_length to 0, set call_dummy_words to NULL, set
5001 sizeof_call_dummy_words to 0, set fix_call_dummy to
5002 generic_fix_call_dummy, set pc_in_call_dummy to
5003 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5004 generic_push_dummy_frame, set push_return_address to
5005 i386_push_return_address and set frame_chain_valid to
5006 generic_file_frame_chain_valid.
5007
049ee0e4
AC
50082002-07-03 Andrew Cagney <ac131313@redhat.com>
5009
5010 * gdbarch.sh (struct regcache): Add opaque declaration.
5011 (EXTRACT_RETURN_VALUE): New architecture method.
5012 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5013 * gdbarch.h, gdbarch.c: Regenerate.
5014 * arch-utils.c (legacy_extract_return_value): New function.
5015 * arch-utils.h (legacy_extract_return_value): Declare.
5016 * values.c (value_being_returned): Re-enable code handling
5017 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5018 deprecated_grub_regcache_for_registers call to block handling
5019 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5020 (EXTRACT_RETURN_VALUE): Do not define.
5021
4e0d9804
GS
50222002-07-03 Grace Sainsbury <graces@redhat.com>
5023
5024 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5025 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5026 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5027 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5028 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5029 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5030 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5031 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5032 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5033 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5034 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5035 argument so the function fits the prototype in the architecture
5036 vector.
5037 (mcore_pop_frame): Remove argument so the function fits the
5038 prototype. Use get_current_frame instead of the argument.
5039 (mcore_push_arguments): Change type of struct_return so the
5040 function can be used in the architecture vector.
5041 (mcore_store_struct_return): Add.
5042 (mcore_frame_init_saved_regs): Add.
5043 (mcore_gdbarch_init): Add function calls to replace the macros
5044 removed from tm-mcore.h
5045
36160dc4
AC
50462002-07-03 Andrew Cagney <ac131313@redhat.com>
5047
5048 * infcmd.c (print_return_value): Remove compatibility code calling
5049 deprecated_grub_regcache_for_registers.
5050
5051 * values.c: Include "regcache.h".
5052 (value_being_returned): Update. Use
5053 deprecated_grub_regcache_for_registers to extract the register
5054 buffer address.
5055 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5056 ``struct regcache''.
5057 * Makefile.in (values.o): Add dependency on $(regcache_h).
5058
5059 * inferior.h (run_stack_dummy): Change type of second parameter to
5060 a ``struct regcache''.
5061 * valops.c (hand_function_call): Change type of retbuf to ``struct
5062 regcache''. Allocate using regcache_xmalloc, clean using
5063 make_cleanup_regcache_xfree.
5064 * infcmd.c (run_stack_dummy): Update. Use
5065 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5066
5067 * regcache.c (do_regcache_xfree): New function.
5068 (make_cleanup_regcache_xfree): New function.
5069 * regcache.h (make_cleanup_regcache_xfree): Declare.
5070
e64d9b3d
MH
50712002-07-03 Martin M. Hunt <hunt@redhat.com>
5072
4dd79c29
MH
5073 * event-top.c (command_line_handler): Don't read past
5074 beginning of buffer.
e64d9b3d 5075
4dd79c29
MH
50762002-07-03 Martin M. Hunt <hunt@redhat.com>
5077
e64d9b3d
MH
5078 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5079 struct frame_id.
5080 (varobj_create): Store frame_id for root.
5081 (varobj_gen_name): Use xasprintf.
5082 (varobj_update): Save and restore frame using get_frame_id() and
5083 frame_find_by_id().
5084 (create_child): Use xasprintf.
5085 (new_root_variable): Initialize frame_id.
5086 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5087 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5088 to prevent memory leak.
5089
26e6c56a
AC
50902002-07-03 Andrew Cagney <ac131313@redhat.com>
5091
5092 * valops.c (hand_function_call): Move declaration of retbuf to
5093 start of function, allocate using malloc, add a cleanup but before
5094 the inf_status cleanup, cleanup the buffer. Rename local variable
5095 old_chain to inf_status_cleanup.
5096
f436dd25
MH
50972002-07-03 Martin M. Hunt <hunt@redhat.com>
5098
5099 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5100
5101 * cli/cli-decode.c (cmd_func_p): New function.
5102 (cmd_func): New function.
5103
5104 * command.h: Add cmd_func() and cmd_func_p().
5105
4cfe2084
GS
51062002-07-03 Grace Sainsbury <graces@redhat.com>
5107
5108 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5109 (REGISTER_SIZE): Remove.
5110 (MAX_REGISTER_RAW_SIZE): Remove.
5111 (REGISTER_VIRTUAL_TYPE): Remove.
5112 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5113 (REGISTER_NAME): Remove.
5114 (USE_GENERIC_DUMMY_FRAMES): Remove.
5115 (CALL_DUMMY): Remove.
5116 (CALL_DUMMY_START_OFFSET): Remove.
5117 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5118 (CALL_DUMMY_LOCATION): Remove.
5119 (FIX_CALL_DUMMY): Remove.
5120 (CALL_DUMMY_ADDRESS): Remove.
5121 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5122 (SAVE_DUMMY_FRAME_TOS): Remove.
5123 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5124 (mcore_register_virtual_type): New function.
5125 (mcore_register_byte): New function.
5126 (mcore_register_size): New function.
5127 (mcore_register_name): New function.
5128 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5129 macros removed from tm-mcore.h.
5130 (mcore_dump_tdep): Add.
5131 (_initialize_mcore_tdep): Add gdbarch_register call.
5132
4fd667e9
MK
51332002-07-03 Mark Kettenis <kettenis@gnu.org>
5134
5135 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5136 frameless_look_for_prologue, such that we actually call this
5137 function.
5138
42f99ac2
JB
51392002-07-02 Joel Brobecker <brobecker@gnat.com>
5140
5141 * frame.h (frame_address_in_block): New function.
5142
5143 * blockframe.c (frame_address_in_block): New function extracted
5144 from get_frame_block().
5145 (get_frame_block): Use frame_address_in_block().
5146 (block_innermost_frame): Use frame_address_in_block() to match
5147 the frame pc address against the block boundaries rather than
5148 the frame pc directly. This prevents a failure when a frame pc
5149 is actually a return-address pointing immediately after the end
5150 of the given block.
5151
103a1597 51522002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5153
5154 * MAINTAINERS: Add self under write after approval.
5155
51562002-07-02 Grace Sainsbury <graces@redhat.com>
5157
103a1597
GS
5158 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5159 used in architecture vector. The default is
5160 m68k_local_breakpoint_from_pc.
5161 (m68k_local_breakpoint_from_pc): Add.
5162 (enum): Add register numbers from tm-m68k.h.
5163 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5164 vector.
5165 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5166 GDB_MULTI_ARCH_PARTIAL.
5167 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5168 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5169 m68k-tdep.c.
5170 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5171 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5172 to enum in m68k-tdep.c
5173
7a5a0534
JB
51742002-07-02 Joel Brobecker <brobecker@gnat.com>
5175
5176 * solib-osf.c (open_map): Compute the list of shared libraries
5177 loaded by the inferior, rather than the list of libraries loaded
5178 by GDB itself. Otherwise, GDB ends up reading the symbols from
5179 the wrong shared libraries...
5180
6f558d74
MK
51812002-07-02 Mark Kettenis <kettenis@gnu.org>
5182
b7d15bf7
MK
5183 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5184 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5185 macros.
5186 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5187 Remove functions.
5188 (FRAMELESS_SIGNAL): Remove function.
5189 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5190 i386_linux_saved_pc_after_call): Removed.
5191 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5192 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5193 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5194
6bff26de
MK
5195 * i386-tdep.c (i386_frameless_signal_p): New function.
5196 (i386_frame_chain): Deal with frameless signals.
5197 (i386_sigtramp_saved_sp): New function.
5198 (i386_frame_saved_pc): Deal with frameless signals.
5199 (i386_saved_pc_after_call): Make sure the correct value is
5200 returned just after entry into a sigtramp.
5201 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5202 i386fbsd4_sc_sp_offset): New variables.
5203 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5204 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5205 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5206 similiar to what we already did for sc_pc_offset.
5207 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5208 tdep->sc_sp_offset.
5209
6f558d74
MK
5210 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5211
145564b7
ML
52122002-07-02 Michal Ludvig <mludvig@suse.cz>
5213
5214 * config/i386/tm-x86-64linux.h: New.
5215 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5216 definitions.
5217 * config/i386/nm-x86-64.h: Rename to ...
5218 * config/i386/nm-x86-64linux.h: ... this one.
5219 * config/i386/x86-64linux.mh: Reflect the above change.
5220
3a1e71e3
MK
52212002-07-01 Mark Kettenis <kettenis@gnu.org>
5222
21d0e8a4
MK
5223 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5224 with sigcontext_addr. Add sc_sp_offset.
5225 (i386bsd_sigtramp_saved_pc): Remove prototype.
5226 (i386bsd_sicontext_addr): Add prototype.
5227 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5228 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5229 (i386_svr4_sigtramp_saved_pc): Removed.
5230 (i386_svr4_sigcontext_addr): New function.
5231 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5232 Initialize tdep->sigcontext_addr instead. Initialize
5233 tdep->sc_pc_offset and tdep->sc_sp_offset.
5234 (i386_gdbarch_init): Likewise.
5235 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5236 any more.
5237 (i386bsd_sigtramp_saved_pc): Remove function.
5238 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5239 Initialize tdep->sigcontext_addr instead. Initialize
5240 tdep->sc_pc_offset.
5241 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5242 of tdep->sigtramp_saved_pc.
5243 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5244 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5245 instead.
5246
3a1e71e3
MK
5247 * i386-tdep.c (i386_frameless_function_invocation,
5248 i386_frame_num_args, i386_frame_init_saved_regs,
5249 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5250 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5251 i386_extract_return_value, i386_store_return_value,
5252 i386_extract_struct_value_address, i386_register_virtual_type,
5253 i386_register_convertible, i386_register_convert_to_virtual,
5254 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5255 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5256 static.
5257
52e9098c
MK
52582002-07-01 Mark Kettenis <kettenis@gnu.org>
5259
77b13a25
MK
5260 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5261
52e9098c
MK
5262 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5263 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5264 this macro. Include "value.h".
5265
1b372fff
AS
52662002-06-30 Aidan Skinner <aidan@velvet.net>
5267
5268 * ada-exp.tab.c: remove as it's a generated file
5269 * ada-lex.c: remove as it's a generated file
5270
9c5045b5
MK
52712002-06-30 Mark Kettenis <kettenis@gnu.org>
5272
4a93c5bb
MK
5273 * config/i386/tm-i386.h (struct frame_info, struct
5274 frame_saved_regs, struct value, struct type): Remove forward
5275 declarations.
5276
322d4fe0
MK
5277 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5278 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5279 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5280 (FILL_FPXREGSET): Define.
5281
fdd8263d
MK
5282 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5283
482e577b
MK
5284 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5285 i[3456]86-*-netbsd* case.
5286 * config/i386/tm-obsd.h: Removed.
5287 * config/i386/obsd.mt: Removed.
5288 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5289 core-aout.o.
5290 (MH_CFLAGS): Add -DYYDEBUG=0.
5291
6916549a
MK
5292 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5293 i386nbsd_sc_pc_offset on OpenBSD too.
5294
9c5045b5
MK
5295 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5296 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5297 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5298 define.
5299 * i386bsd-tdep.c: Include "arch-utils.h".
5300 (i386bsd_aout_in_solib_call_trampoline): New function.
5301 (i386bsd_init_abi): Set in_solib_call_trampoline to
5302 i386bsd_aout_in_solib_call_trampoline.
5303 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5304 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5305
aa84d1bb
AC
53062002-06-28 Andrew Cagney <ac131313@redhat.com>
5307
5308 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5309 (struct obstack, struct bcache): Add opaque declarations.
5310 * Makefile.in (macrotab_h): Update
5311
b4d83933
AC
53122002-06-28 Andrew Cagney <ac131313@redhat.com>
5313
5314 * blockframe.c (generic_find_dummy_frame): Change return type to
5315 ``struct regcache''.
5316 (struct dummy_frame): Replace field ``registers'' with regcache, a
5317 struct regcache object.
5318 (generic_find_dummy_frame): Update.
5319 (generic_push_dummy_frame): Update. Use regcache_xfree,
5320 regcache_xmalloc and regcache_cpy.
5321 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5322 regcache_xfree.
5323 (deprecated_generic_find_dummy_frame): Update.
5324 (generic_read_register_dummy): Update. Use
5325 regcache_read_as_address.
5326 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5327 (generic_get_saved_register): Update. Use regcache_read.
5328
08c0b5bc
AC
53292002-06-28 Andrew Cagney <ac131313@redhat.com>
5330
5331 * Makefile.in (objfiles_h): Add $(bcache_h).
5332 * objfiles.h: Include "bcache.h".
5333
5334 * Makefile.in (symtab_h): Remove $(bcache_h).
5335 * symtab.h: Do not include "bcache.h".
5336
1f89801a
AC
53372002-06-28 Andrew Cagney <ac131313@redhat.com>
5338
5339 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5340 generic_func_frame_chain_valid.
5341
b9644b58
DB
53422002-06-28 David O'Brien <obrien@FreeBSD.org>
5343
5344 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5345 * config/i386/tm-fbsd.h: Likewise.
5346
dd486634
AC
53472002-06-28 Andrew Cagney <ac131313@redhat.com>
5348
5349 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5350 generic_unwind_get_saved_register.
5351
0b434a00
AC
53522002-06-27 Andrew Cagney <ac131313@redhat.com>
5353
5354 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5355 * regcache.c (supply_register): Add missing argument to
5356 register_buffer call.
5357
f30e5a77
AC
53582002-06-27 Andrew Cagney <ac131313@redhat.com>
5359
5360 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5361 Solaris /bin/grep does not not like it. From Peter Schauer.
5362
9f064c95
TT
53632002-06-26 Tom Tromey <tromey@redhat.com>
5364
5365 * command.h (add_setshow_cmd): Declare.
5366 (add_setshow_cmd_full): Declare.
5367 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5368 returns void. Use add_setshow_cmd_full.
5369 (add_setshow_cmd_full): New function.
5370 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5371 (add_setshow_boolean_cmd): Likewise.
5372
099c7589
JT
53732002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5374
5375 * config/vax/tm-vax.h: Protect from multiple inclusion.
5376 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5377 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5378 * config/vax/tm-vaxbsd.h: ...here. New file.
5379 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5380
1d049c5e
JT
53812002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5382
5383 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5384 (BELIEVE_PCC_PROMOTION): Remove.
5385 (AP_REGNUM): Move to...
5386 * config/vax/nm-vax.h: ...here.
5387 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5388 (vax_breakpoint_from_pc): New function.
5389 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5390 and gdbarch_believe_pcc_promotion.
5391
4791e091
JT
53922002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5393
5394 * Makefile.in (vax_tdep_h): Define.
5395 (vax-tdep.o): Use $(vax_tdep_h).
5396 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5397 (vax_dump_tdep): New function.
5398 (_initialize_vax_tdep): Register vax_dump_tdep.
5399 * vax-tdep.h: Include osabi.h.
5400 (struct gdbarch_tdep): New.
5401
da130f98
AC
54022002-06-26 Andrew Cagney <cagney@redhat.com>
5403
5404 * frame.h (deprecated_generic_find_dummy_frame): Rename
5405 generic_find_dummy_frame.
5406 * blockframe.c (generic_find_dummy_frame): Make static.
5407 (deprecated_generic_find_dummy_frame): New function.
5408 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5409 generic_find_dummy_frame with deprecated_find_dummy_frame.
5410 (sh64_nofp_frame_init_saved_regs): Ditto.
5411 (sh_fp_frame_init_saved_regs): Ditto.
5412 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5413 (s390_frame_chain): Ditto.
5414 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5415
6300c360
GS
54162002-06-26 Grace Sainsbury <graces@redhat.com>
5417
5418 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5419 gdbarch vector are at the top.
5420 (NUM_REGS): Remove.
5421 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5422 (FRAME_ARGS_ADDRESS): Remove.
5423 (FRAME_LOCALS_ADDRESS): Remove.
5424 (FRAME_NUM_ARGS): Remove.
5425 (FRAME_ARGS_SKIP): Remove.
5426 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5427 (m68k_gdbarch_init): Add gdbarch initializations for macros
5428 undefined in tm-m68k.h
5429
1c617db8
GS
54302002-06-26 Grace Sainsbury <graces@redhat.com>
5431
5432 * monitor.h: Add the function regname to monitor_ops
5433 structure. This way NUM_REGS does not have to be a constant.
5434 * monitor.c (monitor_fetch_register): Added support for regname
5435 function. The function is called if the array regnames is NULL.
5436 (monitor_store_register): Same.
da130f98
AC
5437 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5438 regnames array.
1c617db8
GS
5439 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5440 cpu32bug_cmds.regname to point to new function.
5441 * abug-rom.c (abug_regname): Same as above.
5442 (init_abug_cmds): Same.
5443 * dbug-rom.c (dbug_regname): Same as above.
5444 (init_dbug_cmds): Same.
5445 * remote-est.c (est_regname): Same.
5446 (init_est_cmds): Same.
5447 * rom68k-rom.c (rom68k_regname): Same.
5448 (init_rom68k_cmds): Same.
5449
ea9365bb
TT
54502002-06-25 Tom Tromey <tromey@redhat.com>
5451
5452 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5453
72cec141
AC
54542002-06-25 Andrew Cagney <cagney@redhat.com>
5455
5456 * infrun.c (stop_registers): Change variable's type to ``struct
5457 regcache'''.
5458 (xmalloc_inferior_status): Delete function.
5459 (free_inferior_status): Delete function.
5460 (normal_stop): Use regcache_cpy.
5461 (struct inferior_status): Change type of fields ``stop_registers''
5462 and ``registers'' to ``struct regcache''.
5463 (write_inferior_status_register): Use regcache_write.
5464 (save_inferior_status): Instead of calling
5465 xmalloc_inferior_status, allocate the inf_status buffer directly.
5466 Use regcache_dup_no_passthrough and regcache_dup to save the
5467 buffers.
5468 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5469 Replace the stop_registers regcache instead of overriding it. Use
5470 regcache_xfree. Instead of calling free_inferior_status, xfree
5471 the buffer directly.
5472 (discard_inferior_status): Use regcache_xfree. Instead of calling
5473 free_inferior_status, xfree the buffer directly.
5474 (build_infrun): Use regcache_xmalloc.
5475 (_initialize_infrun): Delete redundant call to build_infrun.
5476
5477 * Makefile.in (infcmd.o): Add $(regcache_h).
5478
5479 * infcmd.c: Include "regcache.h".
5480 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5481 obtain the address of `stop_registers' register buffer.
5482 (print_return_value): Ditto.
5483
5484 * inferior.h (struct regcache): Add opaque declaration.
5485 (stop_registers): Change variable's declared type to ``struct
5486 regcache''.
5487
defc6f8c
TT
54882002-06-24 Tom Tromey <tromey@redhat.com>
5489
c0e624e7
TT
5490 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5491 * target.c (initialize_targets): Fixed typo in
5492 trust-readonly-sections `show' documentation.
5493
defc6f8c
TT
5494 * main.c: Marked all strings with _().
5495
2b236d82
DH
54962002-06-24 Don Howard <dhoward@redhat.com>
5497
5498 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5499 that means max CORE_ADDR+1.
5500 (lookup_mem_region): Ditto.
5501 (mem_info_command): Ditto.
5502
942dc0e9
GS
55032002-06-24 Grace Sainsbury <graces@redhat.com>
5504
5505 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5506 (REGISTER_BYTES_OK): Remove.
5507 (REGISTER_BYTES): Remove.
5508 (STORE_STRUCT_RETURN): Remove.
5509 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5510 (STORE_RETURN_VALUE): Remove.
5511 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5512 (FRAME_CHAIN): Remove.
5513 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5514 (FRAME_SAVED_PC): Remove.
5515 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5516 (m68k_store_struct_return): Add.
5517 (m68k_deprecated_extract_return_value): Add.
5518 (m68k_deprecated_extract_struct_value_address): Add.
5519 (m68k_store_return_value): Add.
5520 (m68k_frame_chain): Add.
5521 (m68k_frameless_function_invocation): Add.
5522 (m68k_frame_saved_pc): Add.
5523 (m68k_gdbarch_init): added set_gdbarch calls for new
5524 functions and deleted macros.
5525
03c30d4d
TT
55262002-06-23 Tom Tromey <tromey@redhat.com>
5527
5528 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5529 (ALLDEPFILES): Likewise.
5530 (udiheaders): Removed.
5531 (udip2soc.o): Likewise.
5532 (udi2go32.o): Likewise.
5533 (udr.o): Likewise.
5534 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5535
37e71372
AC
55362002-06-22 Andrew Cagney <ac131313@redhat.com>
5537
06a6ac57
AC
5538 * infrun.c (_initialize_infrun): Delete unnecessary call to
5539 build_infrun.
5540
37e71372
AC
5541 * regcache.h: Update comments describing the regcache_cpy family
5542 of functions.
5543 (regcache_save, regcache_restore): Delete declaration.
5544 (regcache_save_no_passthrough): Delete declaration.
5545 (regcache_restore_no_passthrough): Delete declaration.
5546 * regcache.c (regcache_save): Delete function.
5547 (regcache_save_no_passthrough): Delete function.
5548 (regcache_restore): Delete function.
5549 (regcache_restore_no_passthrough): Delete function.
5550
78f6d055
AC
55512002-06-21 Andrew Cagney <ac131313@redhat.com>
5552
5553 * config/m68k/tm-m68k.h: Fix typo.
5554 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5555 (m68k_frame_init_saved_regs): Declare.
5556
78b119cb
JB
55572002-06-21 Jim Blandy <jimb@redhat.com>
5558
5559 Remove some vestiges of Harris 88k support.
5560 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5561 register numbering quirk.
5562 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5563 odd symbols occurring in Harris 88k ELF targets.
5564
0fbb3da7
TT
55652002-06-21 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb_locale.h: New file.
5568 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5569 (defs_h): Added gdb_locale.h.
5570 * configure, config.in: Rebuilt.
5571 * configure.in (PACKAGE): Define.
5572 * defs.h: Include gdb_locale.h.
5573 * main.c (captured_main): Call setlocale, bindtextdomain,
5574 textdomain.
5575
456f8b9d
DB
55762002-06-21 Dave Brolley <brolley@redhat.com>
5577
5578 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5579 * config/frv/frv.mt: New file.
5580 * config/frv/tm-frv.h: New file.
5581 * configure.tgt: Support frv-*-*.
5582 * Makefile.in (frv-tdep.o): New target.
5583 * frv-tdep.c: New file.
5584 * NEWS: Mention frv.
5585
cdd463f9
DB
55862002-06-21 Dave Brolley <brolley@redhat.com>
5587
5588 * MAINTAINERS: Add self to "Write After Approval" list.
5589
5d3ed2e3
GS
55902002-06-21 Grace Sainsbury <graces@redhat.com>
5591
5592 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5593 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5594 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5595 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5596 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5597
5598 * m68k-tdep.c: Include arch-utils.h
5599 (m68k_register_raw_size): Add.
5600 (m68k_register_virtual_size): Add.
5601 (m68k_register_virtual_type): Add.
5602 (m68k_register_name): Add.
5603 (m68k_stack_align): Add.
5604 (m68k_register_byte): Add.
5605 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5606 tm-m68k.h.
5607
7f8e7424
GS
56082002-06-21 Grace Sainsbury <graces@redhat.com>
5609
a2c6a6d5 5610 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5611 m68k_find_saved_regs.
5612 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5613 references to it with frame->saved_regs.
7f8e7424
GS
5614 (m68k_gdbarch_init): Added function calls to initialize the
5615 gdbarch structure.
a2c6a6d5
GS
5616 (m68k_fix_call_dummy): Add.
5617 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5618 (CALL_DUMMY): Remove.
5619 (CALL_DUMMY_LENGTH): Remove.
5620 (CALL_DUMMY_START_OFFSET): Remove.
5621 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5622 (FIX_CALL_DUMMY): Remove.
5623 (PUSH_DUMMY_FRAME): Remove.
5624 (POP_FRAME): Remove.
7f8e7424 5625
f461f5cf
PM
56262002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5627
5628 * parse.c (parse_fprintf): New function used to avoid calls to
5629 fprintf in bison parser generated debug code.
5630 * parser-defs.h: Declaration of new parse_fprintf function.
5631 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5632 Set YYDEBUG to 1 by default.
5633 Set YYFPRINTF as parse_fprintf.
5634
7f0c12ed
ML
56352002-06-21 Michal Ludvig <mludvig@suse.cz>
5636
5637 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5638 encoding anymore.
5639 (pointer_encoding, enum ptr_encoding): New.
5640 (execute_cfa_program): Take care about pointer encoding.
5641 (dwarf2_build_frame_info): Only call parse_frame_info for
5642 .debug_frame and .eh_frame.
5643 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5644 fixed augmentation handling, added relative addressing,
5645 ignore duplicate FDEs. Added comments.
19d833a2 5646 * dwarf2cfi.c: Reindented.
7f0c12ed 5647
87c4a039
EZ
56482002-06-20 Elena Zannoni <ezannoni@redhat.com>
5649
5650 * event-top.c (command_handler): Don't use space_at_cmd_start
5651 unless there is sbrk() on the host. Assign time and space data
5652 to union fields of the appropriate length.
5653
1cf877ad
ML
56542002-06-20 Michal Ludvig <mludvig@suse.cz>
5655
5656 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5657 x86_64_register_name. Return type changed to 'const char *'.
5658 (x86_64_register_name2nr): Rename to x86_64_register_number.
5659 (x86_64_gdbarch_init): Update to reflect the change.
5660 * x86-64-tdep.h: Ditto.
5661 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5662 (supply_fpregset): Ditto.
5663
3fadccb3
AC
56642002-06-19 Andrew Cagney <cagney@redhat.com>
5665
5666 * regcache.h: Update copyright.
5667 (struct regcache, struct gdbarch): Add opaque declarations.
5668 (current_regcache): Declare global variable.
5669 (regcache_read, regcache_write): Add gdbarch parameter.
5670 (regcache_save, regcache_save_no_passthrough)
5671 (regcache_restore, regcache_restore_no_passthrough)
5672 (regcache_dup, regcache_dup_no_passthrough)
5673 (regcache_cpy, regcache_cpy_no_passthrough)
5674 (deprecated_grub_regcache_for_registers)
5675 (deprecated_grub_regcache_for_register_valid)
5676 (regcache_valid_p): Add function declarations.
5677
5678 * regcache.c: Update copyright.
5679 (regcache_descr_handle): New global variable.
5680 (struct regcache_descr): Define.
5681 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5682 (regcache_descr, xfree_regcache_descr): New functions.
5683 (struct regcache): Define.
5684 (regcache_xmalloc, regcache_xfree): New functions.
5685 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5686 (regcache_dup, regcache_dup_no_passthrough): New functions.
5687 (regcache_valid_p, regcache_read_as_address): New functions.
5688 (deprecated_grub_regcache_for_registers): New function.
5689 (deprecated_grub_regcache_for_register_valid): New function.
5690 (current_regcache): New global variable.
5691 (register_buffer): Add regcache parameter. Update calls.
5692 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5693 (read_register_gen, write_register_gen): Update register_buffer
5694 call. Test for legacy_p instead of gdbarch_register_read_p or
5695 gdbarch_register_write_p.
5696 (regcache_collect): Update register_buffer call.
5697 (build_regcache): Rewrite. Use deprecated grub functions.
5698 (regcache_save, regcache_save_no_passthrough): New functions.
5699 (regcache_restore, regcache_restore_no_passthrough): New
5700 functions.
5701 (_initialize_regcache): Create the regcache_data_handle. Swap
5702 current_regcache global variable.
5703
5704 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5705 parameter to regcache_read and regcache_write calls.
5706 (sh4_register_read): Ditto.
5707 (sh64_pseudo_register_read): Ditto.
5708 (sh64_register_read): Ditto.
5709 (sh_pseudo_register_write): Ditto.
5710 (sh4_register_write): Ditto.
5711 (sh64_pseudo_register_write): Ditto.
5712 (sh64_register_write): Ditto.
5713
5714 * defs.h (XCALLOC): Define.
5715
152d9db6
GS
57162002-06-19 Grace Sainsbury <graces@redhat.com>
5717
5718 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5719 * m68k-tdep.c (m68k_gdbarch_init): Added.
5720 (m68k_dump_tdep): Added.
5721
170911c7
DJ
57222002-06-19 Daniel Jacobowitz <drow@mvista.com>
5723
5724 * ada-lang.c (fill_in_ada_prototype): Update comment.
5725
2e4ebe70
DJ
57262002-06-19 Daniel Jacobowitz <drow@mvista.com>
5727
5728 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5729 MIPS_ABI_LAST.
5730 (mips_abi_string, mips_abi_strings): New.
5731 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5732 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5733 tdep->mips_abi_string. Honor mips_abi_string. Default to
5734 O32 if no ABI is found.
5735 (mips_dump_tdep): Use mips_abi_strings.
5736 (mips_abi_update): New function.
5737 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5738 ``set mips abi'' and ``show mips abi''. Check the size of
5739 mips_abi_strings.
5740
16775908
AC
57412002-06-19 Andrew Cagney <cagney@redhat.com>
5742
5743 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5744 constant.
5745
5051bfa4 57462002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5747
5051bfa4
JB
5748 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5749 current frame using only the first stack size adjustment. All
5750 subsequent size adjustments are not considered to be part of
5751 the "static" part of the current frame.
5752 Compute the address of the saved registers relative to the
5753 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5754 in use in this frame.
5755
56468235
DH
57562002-06-18 Don Howard <dhoward@redhat.com>
5757
5758 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5759 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5760 suggesting this solution.
5761
0b624158
AC
57622002-06-18 Andrew Cagney <ac131313@redhat.com>
5763
5764 * config/romp/xm-rtbsd.h: Delete file.
5765 * config/romp/rtbsd.mh: Delete file.
5766
221ea385
KS
57672002-06-18 Keith Seitz <keiths@redhat.com>
5768
5769 * breakpoint.c (condition_command): Post breakpoint_modify
5770 when a condition is added to an existing breakpoint.
5771 (commands_command): Likewise for commands.
5772 (set_ignore_count): Likewise for ignore counts.
5773 If no tty, do not simply return, still need to send event
5774 notification.
5775 (ignore_command): Only print a newline if the command came
5776 from a tty.
5777 Don't call breakpoints_changed, since this is now properly
5778 handled by set_ignore_count.
5779
5402eed1
AC
57802002-06-18 Andrew Cagney <cagney@redhat.com>
5781
5782 * MAINTAINERS: Note that cris-elf target can be compiled with
5783 -Werror.
5784 * cris-tdep.c (cris_register_name): Make return type constant.
5785 (cris_breakpoint_from_pc): Ditto.
5786
cc22880b
ML
57872002-06-18 Michal Ludvig <mludvig@suse.cz>
5788
5789 * frame.h (struct frame_info): Change type of context to
5790 'struct context'.
5791
fa88f677
AC
57922002-06-17 Andrew Cagney <cagney@redhat.com>
5793
5794 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5795 pointer.
5796 * gdbarch.h, gdbarch.c: Regenerate.
5797 * config/mips/tm-mips.h (mips_register_name): Update.
5798 * i386-tdep.h (i386_register_name): Update.
5799 * mips-tdep.c (mips_register_name): Update
5800 * alpha-tdep.c (alpha_register_name): Update.
5801 * arch-utils.c (legacy_register_name): Update.
5802 * arch-utils.h (legacy_register_name): Update.
5803 * avr-tdep.c (avr_register_name): Update.
5804 * ia64-tdep.c (ia64_register_name): Update.
5805 * i386-tdep.c (i386_register_name): Update.
5806 * sparc-tdep.c (sparc32_register_name): Update.
5807 (sparc64_register_name): Update.
5808 (sparclite_register_name): Update.
5809 (sparclet_register_name): Update.
5810 * sh-tdep.c (sh_generic_register_name): Update.
5811 (sh_sh_register_name): Update.
5812 (sh_sh3_register_name): Update.
5813 (sh_sh3e_register_name): Update.
5814 (sh_sh_dsp_register_name): Update.
5815 (sh_sh3_dsp_register_name): Update.
5816 (sh_sh4_register_name): Update.
5817 (sh_sh64_register_name): Update.
5818 * s390-tdep.c (s390_register_name): Update.
5819 * rs6000-tdep.c (rs6000_register_name): Update.
5820 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5821 (ns32k_register_name_32382): Update.
5822 * d10v-tdep.c (d10v_ts2_register_name): Update.
5823 (d10v_ts3_register_name): Update.
5824 * xstormy16-tdep.c (xstormy16_register_name): Update.
5825 * vax-tdep.c (vax_register_name): Update.
5826 * v850-tdep.c (v850_register_name): Update.
5827 * m68hc11-tdep.c (m68hc11_register_name): Update.
5828 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5829 (am33_register_name): Update.
5830
ea1e7ef6
GS
58312002-06-17 Grace Sainsbury <graces@redhat.com>
5832
5833 * m68k-tdep.c: Reindented.
5834
9b02dd1b
AC
58352002-06-17 Andrew Cagney <ac131313@redhat.com>
5836
5837 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5838 list of predefined types.
5839
8758dec1
MK
58402002-06-16 Mark Kettenis <kettenis@gnu.org>
5841
b6197528
MK
5842 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5843 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5844 REGISTER_CONVERT_TO_RAW): Remove defines.
5845 (i386_register_virtual_type, i386_register_convertible,
5846 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5847 Remove prototypes.
5848 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5849 macros mentioned above.
5850
82b47e62
MK
5851 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5852 (i386lynx_saved_pc_after_call): Remove prototype.
5853 * i386ly-tdep.c: Include "i386-tdep.h".
5854 (i386lynx_saved_pc_after_call): Make static. Use
5855 read_memory_nobpt instead of read_memory. Use
5856 read_memory_unsigned_integer instead of read_memory_integer.
5857 (i386lynx_init_abi): New function.
5858 (i386lynx_coff_osabi_sniffer): New function.
5859 (_initialize_i386bsd_tdep): New function.
5860
8758dec1
MK
5861 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5862 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5863 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5864 (i386_fix_call_dummy): Remove prototype.
5865 * i386-tdep.c (i386_call_dummy_words): New variable.
5866 (i386_gdbarch_init): Adjust for removal of the
5867 macros mentioned above.
5868
e9e68a56
AC
58692002-06-15 Andrew Cagney <ac131313@redhat.com>
5870
5871 * command.h (add_setshow_auto_boolean_cmd): Replace
5872 add_set_auto_boolean_cmd.
5873 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5874 add_set_auto_boolean_cmd.
5875 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5876 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5877 mask-address'' command.
5878 (show_mask_address): Add cmd parameter.
5879 * remote.c (add_packet_config_cmd): Update. Change type of
5880 set_func and show_func to cmd_sfunc_ftype.
5881 (_initialize_remote): Update `set remote Z-packet'
5882 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5883 (show_remote_protocol_e_packet_cmd): Ditto.
5884 (show_remote_protocol_E_packet_cmd): Ditto.
5885 (show_remote_protocol_P_packet_cmd): Ditto.
5886 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5887 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5888 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5889 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5890 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5891 (show_remote_protocol_Z_packet_cmd): Ditto.
5892 (show_remote_protocol_binary_download_cmd): Ditto.
5893 (show_remote_cmd): Pass NULL to all of above.
5894
fc08ec52
MK
58952002-06-15 Mark Kettenis <kettenis@gnu.org>
5896
5897 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5898 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5899 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5900 POP_FRAME): Remove defines.
5901 (i386_push_arguments, i386_store_struct_return,
5902 i386_extract_return_value, i386_store_return_value,
5903 i386_extract_struct_value_address, i386_push_dummy_frame,
5904 i386_pop_frame): Renove prototypes.
5905 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5906 macros mentioned above.
5907
e707bbc2
AC
59082002-06-15 Andrew Cagney <ac131313@redhat.com>
5909
5910 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5911 add_set_boolean_cmd.
5912 (add_setshow_cmd): New function.
5913 * command.h (add_setshow_boolean_cmd): Replace
5914 add_set_boolean_cmd.
5915 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5916 and ``set rdiromatzero''.
5917 * maint.c (_initialize_maint_cmds): Update commented out code.
5918 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5919 * target.c (initialize_targets): Update `set
5920 trust-readonly-sections'.
5921 * remote.c (_initialize_remote): Update `set remotebreak'.
5922
42fdc8df
MK
59232002-06-15 Mark Kettenis <kettenis@gnu.org>
5924
93924b6b
MK
5925 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5926 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5927 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5928 fit into multi-arch framework.
5929 (i386_breakpoint_from_pc): New function.
5930 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5931 above.
5932
42fdc8df
MK
5933 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5934 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5935 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5936 (i386_frameless_function_invocation, i386_frame_num_args,
5937 i386_frame_init_saved_regs): Remove prototypes.
5938 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5939 macros mentioned above.
5940
9773a94b
AC
59412002-06-15 Andrew Cagney <ac131313@redhat.com>
5942
5943 * cli/cli-decode.c (set_cmd_cfunc): Update.
5944 (set_cmd_sfunc): Update.
5945 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5946 (set_cmd_sfunc, set_cmd_cfunc): Update.
5947 * cli/cli-decode.h: Update.
5948
6e157172
MK
59492002-06-15 Mark Kettenis <kettenis@gnu.org>
5950
5951 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5952 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5953
7f19b9a2
AC
59542002-06-15 Andrew Cagney <ac131313@redhat.com>
5955
5956 * defs.h (auto_boolean): Declare enum.
5957 * command.h (cmd_auto_boolean): Delete enum.
5958 * mips-tdep.c (mask_address_var): Update.
5959 (mips_mask_address_p): Update.
5960 (show_mask_address): Update.
5961 * remote.c (struct packet_config): Update.
5962 (update_packet_config): Update.
5963 (show_packet_config_cmd): Update.
5964 (packet_ok): Update.
5965 (add_packet_config_cmd): Update.
5966 (_initialize_remote):
5967 * command.h: Update.
5968 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5969 (do_setshow_command): Update.
5970 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5971 * cli/cli-decode.h: Update.
5972
1cf88de5
MK
59732002-06-15 Mark Kettenis <kettenis@gnu.org>
5974
22ba8cf2
MK
5975 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5976 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5977 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5978 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5979 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5980 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5981
762c5349
MK
5982 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5983 list of DJGPP COFF targets.
5984
091198bb
MK
5985 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5986 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5987 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5988 (FP0_REGNUM): Remove define.
5989 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5990 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5991 (i386_register_virtual_size): Remove protoype.
5992 * i386-tdep.c (i386_register_virtual_size): Removed.
5993 (i386_extract_return_value, i386_store_return_value): Use
5994 FP0_REGNUM instead of NUM_FREGS to determine whether the
5995 floating-point registers are available.
5996 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5997 Adjust for removal of macros mentioned above.
5998
59992002-06-15 Mark Kettenis <kettenis@gnu.org>
6000
fcc9bf01
MK
6001 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6002 comments.
6003 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6004 Remove prototypes.
6005 (supply_gregset, fill_gregset): Remove use of register keyword and
6006 remove declaration for regmap. Use I386_NUM_GREGS instead of
6007 NUM_REGS and NUM_FREGS.
6008 (FPREGSET_FSAVE_OFFSET): Remove.
6009 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6010 NUM_FREGS to determine whether the floating-point registers are
6011 available.
6012
65e78234
MK
6013 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6014 gnu_store_registers): Replace usage of NUM_GREGS with
6015 I386_NUM_GREGS.
6016
98df6387
MK
6017 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6018 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6019 usage of NUM_GREGS with I386_NUM_GREGS.
6020
099a9414
MK
6021 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6022
57976e88
MK
6023 * i386bsd-nat.c: Include "i386-tdep.h".
6024 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6025 I386_NUM_GREGS.
6026
b335f4a6
MK
6027 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6028 and associated comment. They no longer make any sense, since we
6029 don't use this file anymore on Linux.
6030
1cf88de5
MK
6031 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6032 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6033 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6034 elements in these arrays.
6035 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6036 MAX_NUM_REGS.
6037
daa66587
MK
60382002-06-15 Mark Kettenis <kettenis@gnu.org>
6039
6040 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6041 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6042
26e9b323
AC
60432002-06-14 Andrew Cagney <cagney@redhat.com>
6044
6045 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6046 EXTRACT_RETURN_VALUE.
6047 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6048 EXTRACT_STRUCT_VALUE_ADDRESS.
6049 * gdbarch.h, gdbarch.c: Regenerate.
6050
6051 * values.c (value_being_returned): Handle
6052 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6053 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6054
6055 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6056 * arm-tdep.c (arm_gdbarch_init): Update.
6057 * avr-tdep.c (avr_gdbarch_init): Update.
6058 * cris-tdep.c (cris_gdbarch_init): Update.
6059 * d10v-tdep.c (d10v_gdbarch_init): Update.
6060 * ia64-tdep.c (ia64_gdbarch_init): Update.
6061 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6062 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6063 * s390-tdep.c (s390_gdbarch_init): Update.
6064 * sh-tdep.c (sh_gdbarch_init): Update.
6065 * s390-tdep.c (s390_gdbarch_init): Update.
6066 * sparc-tdep.c (sparc_gdbarch_init): Update.
6067 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6068 * v850-tdep.c (v850_gdbarch_init): Update.
6069 * vax-tdep.c (vax_gdbarch_init): Update.
6070 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6072
6073 * config/arc/tm-arc.h: Update.
6074 * config/d30v/tm-d30v.h: Update.
6075 * config/fr30/tm-fr30.h: Update.
6076 * config/h8300/tm-h8300.h: Update.
6077 * config/h8500/tm-h8500.h: Update.
6078 * config/i386/tm-i386.h: Update.
6079 * config/i386/tm-ptx.h: Update.
6080 * config/i386/tm-symmetry.h: Update.
6081 * config/i960/tm-i960.h: Update.
6082 * config/m32r/tm-m32r.h: Update.
6083 * config/m68k/tm-delta68.h: Update.
6084 * config/m68k/tm-linux.h: Update.
6085 * config/m68k/tm-m68k.h: Update.
6086 * config/m88k/tm-m88k.h: Update.
6087 * config/mcore/tm-mcore.h: Update.
6088 * config/mips/tm-mips.h: Update.
6089 * config/mn10200/tm-mn10200.h: Update.
6090 * config/pa/tm-hppa.h: Update.
6091 * config/pa/tm-hppa64.h: Update.
6092 * config/sparc/tm-sp64.h: Update.
6093 * config/sparc/tm-sparc.h: Update.
6094 * config/sparc/tm-sparclet.h: Update.
6095 * config/z8k/tm-z8k.h: Update.
6096
5179e78f
AC
60972002-06-14 Andrew Cagney <cagney@redhat.com>
6098
6099 * Makefile.in (i386_linux_tdep_h): Define.
6100 (i386_tdep_h, i387_tdep_h): Define.
6101 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6102 $(i386_tdep_h) and $(i387_tdep_h).
6103 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6104
8201327c
MK
61052002-06-14 Mark Kettenis <kettenis@gnu.org>
6106
edf393ac
MK
6107 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6108 Already covered by the default.
6109
896fb97d
MK
6110 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6111 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6112 (i386_gdbarch_init): Initialize long_double_format and long_double
6113 bit.
6114
8201327c
MK
6115 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6116 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6117 Move these to ...
6118 * config/i386/i386sol2.mh: ... here.
6119 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6120 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6121 (SIGCONTEXT_PC_OFFSET): Remove define.
6122 (IN_SIGTRAMP): Remove define.
6123 * i386-sol2-tdep.c: New file.
6124
6125 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6126 * config/i386/tm-i386nw.h: Removed.
6127
6128 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6129 USE_STRUCT_CONVENTION): Remove defines.
6130 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6131 (get_longjmp_target): Remove prototype.
6132 (IN_SIGTRAMP): Remove define.
6133 (i386bsd_in_sigtramp): Remove prototype.
6134 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6135 function. Update comment accordingly
6136 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6137 (FRAME_SAVED_PC): Remove define.
6138 (i386bsd_frame_saved_pc): Remove prototype.
6139 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6140 GET_LONGJMP_TARGET): Remove defines.
6141 (get_longjmp_target): Remove prototype.
6142 (IN_SIGTRAMP): Remove define.
6143 (i386bsd_in_sigtramp): Remove prototype.
6144 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6145 function. Update comment accordingly
6146 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6147 (FRAME_SAVED_PC): Remove define.
6148 (i386bsd_frame_saved_pc): Remove prototype.
6149 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6150 Remove prototype.
6151 (USE_STRUCT_CONVENTION): Remove prototype.
6152 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6153 declaration.
6154 (_initialize_i386bsd_nat): Revise logic to determine some
6155 constants at compile time when compiling a native GDB. Warn if
6156 things don't match up with what we expect.
6157 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6158 Remove variables.
6159 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6160 to use date stored in `struct gdbarch_tdep'.
6161 (i386bsd_sigcontext_offset): Remove varaible.
6162 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6163 stored in `struct gdbarch_tdep'.
6164 (i386bsd_frame_saved_pc): Make static.
6165 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6166 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6167 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6168 i386fbsd4_sc_pc_offset): New variables.
6169 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6170 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6171 functions.
6172 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6173 functions.
6174 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6175 Modify the value of i386fbsd_sigtramp_start and
6176 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6177 i386fbsd_sigtramp_end.
6178 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6179 function.
6180
6181 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6182 define to i386-linux-tdep.h.
6183 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6184 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6185 defines.
6186 (i386_linux_register_name, i386_linux_register_byte,
6187 i386_linux_register_raw_size): Remove prototypes.
6188 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6189 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6190 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6191 TARGET_WRITE_PC): Remove defines.
6192 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6193 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6194 i386_linux_write_pc): Remove prototypes.
6195 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6196 (get_longjmp_target): Remove prototype.
6197 * i386-linux-tdep.h: New file.
6198 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6199 * i386-linux-tdep.c: Include "i386-tdep.h" and
6200 "i386-linux-tdep.h".
6201 (i386_linux_register_name, i386_linux_register_byte,
6202 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6203 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6204 Make static.
6205 (i386_linux_init_abi): New function.
6206 (_initialize_i386_linux_tdep): New function.
6207
6208 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6209 (i386_saved_pc_after_call): Remove prototype.
6210 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6211 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6212 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6213 (i386_register_name, i386_stab_reg_to_regnum,
6214 i386_dwarf_reg_to_regnum): Remove prototypes.
6215 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6216 SIZEOF_SSE_REGS): Remove defines.
6217 (REGISTER_BYTES): Remove define.
6218 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6219 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6220 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6221 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6222 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6223 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6224 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6225 (get_longjmp_target): Remove prototype.
6226 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6227 (sigtramp_saved_pc): Remove define.
6228 (i386v4_sigtramp_saved_pc): Remove prototype.
6229 * config/i386/tm-go32.h (FRAME_CHAIN,
6230 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6231 (i386go32_frame_saved_pc): Remove prototype.
6232 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6233 (get_longjmp_target): Remove prototype.
6234 * i386-tdep.h: Include "osabi.h".
6235 (enum i386_abi): Removed.
6236 (enum struct_return): New enum.
6237 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6238 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6239 sc_pc_offset members.
6240 (i386_gdbarch_register_os_abi): Remove prototype.
6241 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6242 I386_SSE_NUM_REGS): New defines.
6243 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6244 I386_SSE_SIZEOF_REGS): New defines.
6245 (i386_register_name, i386_register_byte, i386_register_raw_size):
6246 New prototypes.
6247 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6248 (i386bsd_sigtramp_saved_pc): New prototype.
6249 * i386-tdep.c: Don't include "elf-bfd.h".
6250 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6251 i386_frame_chain, i386_saved_pc_after_call): Make static.
6252 (i386_frame_saved_pc): Rewrite to call architecture dependent
6253 function to deal with signal handlers. Make static.
6254 (i386go32_frame_saved_pc): Removed.
6255 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6256 Removed.
6257 (i386_get_longjmp_target): New function.
6258 (default_struct_convention, pcc_struct_convention,
6259 reg_struct_convention, valid_conventions, struct_convention): New
6260 variables.
6261 (i386_use_struct_convention): New function.
6262 (i386v4_sigtramp_saved_pc): Renamed to
6263 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6264 (i386_pc_in_sigtramp): New function.
6265 (i386_abi_names): Removed.
6266 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6267 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6268 Removed.
6269 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6270 i386_gdbarch_register_os_abi): Removed.
6271 (struct i386_abi_handler): Removed.
6272 (i386_abi_handler_list): Removed.
6273 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6274 functions.
6275 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6276 i386_nw_init_abi): New functions.
6277 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6278 Use set_gdbarch_xxx() calls instead of relying on macros for a
6279 number of calls.
6280 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6281 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6282 Register the various architecture variants defined in this file.
6283
ad2f7632
DJ
62842002-06-14 Daniel Jacobowitz <drow@mvista.com>
6285
6286 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6287 (struct main_type): Remove arg_types member. Update comments for
6288 struct field.
6289 (TYPE_ARG_TYPES): Remove.
6290 (TYPE_FN_FIELD_ARGS): Update.
6291 (smash_to_method_type): Update prototype.
6292
6293 * c-typeprint.c (cp_type_print_method_args): Take method type
6294 instead of argument list. Use new argument layout. Simplify.
6295 (c_type_print_args): Use new argument layout. Simplify.
6296 (c_type_print_base): Update call to cp_type_print_method_args.
6297 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6298 argument; use die->type instead. Update call to
6299 smash_to_method_type.
6300 (read_structure_scope): Update call to dwarf2_add_member_fn.
6301 * gdbtypes.c (allocate_stub_method): Update comment.
6302 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6303 Use new argument layout.
6304 (check_stub_method): Use new argument layout. Don't count
6305 void as an argument.
6306 (print_arg_types): Update comments. Use new argument layout.
6307 (recursive_dump_type): Don't print arg_types member.
6308 * hpread.c (hpread_read_struct_type): Use new argument layout.
6309 (fixup_class_method_type): Likewise.
6310 (hpread_type_lookup): Likewise.
6311 * stabsread.c (read_type): Update calls to read_args and
6312 smash_to_method_type.
6313 (read_args): Use new argument layout. Simplify.
6314 * valops.c (typecmp): Use new argument layout. Update parameters
6315 and comments. Simplify.
6316 (hand_function_call): Use new argument layout.
6317 (search_struct_method): Update call to typecmp.
6318 (find_overload_match): Use new argument layout.
6319
6da02953
DJ
63202002-06-13 Daniel Jacobowitz <drow@mvista.com>
6321
6322 * NEWS: Mention multithreaded debug support for gdbserver.
6323
519b2366
DJ
63242002-06-13 Daniel Jacobowitz <drow@mvista.com>
6325
6326 * MAINTAINERS: Mention NEWS.
6327
6c0d6680
DJ
63282002-06-13 Daniel Jacobowitz <drow@mvista.com>
6329
6330 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6331 (struct mips_objfile_private, compare_pdr_entries): New.
6332 (non_heuristic_proc_desc): Read the ".pdr" section if it
6333 is present.
6334
6529d2dd
AC
63352002-06-12 Andrew Cagney <ac131313@redhat.com>
6336
6337 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6338 (arm_debug): New static variable.
6339 (_initialize_arm_tdep): Add ``set debug arm'' command.
6340
26216b98
AC
63412002-06-12 Andrew Cagney <ac131313@redhat.com>
6342
6343 * Makefile.in (sim_arm_h): Define.
6344 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6345 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6346 (arm_register_sim_regno): New function, map an internal REGNUM
6347 onto a simulator register number.
6348 (arm_gdbarch_init): Set register_sim_regno.
6349
814b3ba0
AH
63502002-06-09 Aldy Hernandez <aldyh@redhat.com>
6351
6352 * MAINTAINERS: Add self.
6353
475b0867
JB
63542002-06-11 Jim Blandy <jimb@redhat.com>
6355
919d772c
JB
6356 * source.c (source_info): Mention whether the symtab has
6357 information about preprocessor macros.
6358
475b0867
JB
6359 Call the command `info macro', not `show macro'.
6360 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6361 Fix error message.
6362 (_initialize_macrocmd): Register `info_macro_command' in
6363 `infolist', not `showlist'.
6364
9e364162
DJ
63652002-06-11 Daniel Jacobowitz <drow@mvista.com>
6366
6367 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6368 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6369 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6370 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6371 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6372 unconditionally.
6373 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6374 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6375 (_initialize_mips_tdep): Remove dead code.
6376 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6377 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6378 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6379 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6380 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6381 MIPS_LAST_FP_ARG_REGNUM): Remove.
6382
23aa4c72
ML
63832002-06-11 Michal Ludvig <mludvig@suse.cz>
6384
6385 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6386 (unwind_tmp_obstack_free, parse_frame_info)
6387 (update_context, cfi_read_fp, cfi_write_fp)
6388 (cfi_frame_chain, cfi_init_extra_frame_info)
6389 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6390 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6391
70eb15a4
CV
63922002-06-11 Corinna Vinschen <vinschen@redhat.com>
6393
6394 * v850-tdep.c (v850_type_is_scalar): New function.
6395 (v850_use_struct_convention): Match current gcc implementation
6396 as close as possible.
6397 (v850_push_arguments): Fix stack_offset handling. Don't write
6398 struct_addr into register. This is done by v850_store_struct_return.
6399 (v850_extract_return_value): Care for structs.
6400 (v850_store_return_value): Ditto.
6401 (v850_store_struct_return): Actually write address.
6402
482a4d06
ML
64032002-06-11 Michal Ludvig <mludvig@suse.cz>
6404
6405 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6406 without debug information too.
6407
d855c300
AC
64082002-06-10 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6411 Make multi-arch pure.
6412 * gdbarch.h, gdbarch.c: Re-generate.
6413 * arm-tdep.c (arm_print_float_info): Update.
6414 * arch-utils.h (default_print_float_info): Update.
6415 * arch-utils.c (default_print_float_info): Update.
6416 * infcmd.c (float_info): Update call.
6417
dd12a101
AC
64182002-06-10 Andrew Cagney <ac131313@redhat.com>
6419
6420 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6421 the front of the initialize list.
6422
101dcfbe
AC
64232002-06-10 Andrew Cagney <ac131313@redhat.com>
6424
6425 * infrun.c (struct inferior_status): Replace fields
6426 selected_frame_address and selected_level with field
6427 selected_frame_id.
6428 (save_inferior_status): Update. Use get_frame_id.
6429 (struct restore_selected_frame_args): Delete.
6430 (restore_selected_frame): Update. Use frame_find_by_id.
6431 (restore_inferior_status): Update.
6432
6433 * breakpoint.h (struct breakpoint): Change type of
6434 watchpoint_frame to frame_id.
6435 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6436 call to get_current_frame.
6437 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6438 get_current_frame.
6439 (watchpoint_check): Use frame_find_by_id.
6440
6441 * frame.h (record_selected_frame): Delete declaration.
6442 * stack.c (record_selected_frame): Delete function.
6443
6444 * frame.h (struct frame_id): Define.
6445 (get_frame_id): Declare.
6446 (frame_find_by_id): Declare.
6447 * frame.c (frame_find_by_id): New function.
6448 (get_frame_id): New function.
6449
304270b6
AV
64502002-06-10 Andrey Volkov <avolkov@transas.com>
6451
6452 * ser-e7kpc.c: Fix duplicated define and call of
6453 _initialize_ser_e7000pc
6454
2f2cf184
DJ
64552002-06-09 Daniel Jacobowitz <drow@mvista.com>
6456
6457 * signals/signals.c (target_signal_from_host): Fix #ifdef
6458 SIGRTMIN case.
6459 (do_target_signal_to_host): Likewise.
6460
caaa3122
DJ
64612002-06-09 Daniel Jacobowitz <drow@mvista.com>
6462
6463 * mips-tdep.c (mips_find_abi_section): New function.
6464 (mips_gdbarch_init): Call it.
6465
6ac5df3a
MK
64662002-06-09 Mark Kettenis <kettenis@gnu.org>
6467
6468 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6469 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6470 after Andrew's 2002-06-08 gdbarch change.
6471
82ea117a
MK
64722002-06-09 Mark Kettenis <kettenis@gnu.org>
6473
6474 * i386-linux-nat.c (suppy_gregset): Don't supply
6475 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6476 register cache.
6477 (fill_gregset): Don't fetch it under the same circumstances.
6478
3c25f8c7
AC
64792002-06-09 Andrew Cagney <cagney@redhat.com>
6480
6481 * Makefile.in (callback_h): Define.
6482 (remote_sim_h): Update path to remote-sim.h.
6483 (remote-rdp.o): Add $(callback_h).
6484 (remote-sim.o): Use $(callback_h).
6485 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6486 * remote-rdp.c: Include "gdb/callback.h".
6487
1029b7fa
MK
64882002-06-09 Mark Kettenis <kettenis@gnu.org>
6489
6490 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6491 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6492
616675d3
AC
64932002-06-08 Andrew Cagney <ac131313@redhat.com>
6494
a3efda28
AC
6495 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6496 * rdi-share/serpardr.c: Ditto.
6497 * rdi-share/unixcomm.c: Ditto.
6498 * rdi-share/serdrv.c: Ditto.
6499 * rdi-share/hostchan.h: Ditto.
6500 * rdi-share/hostchan.c: Ditto.
6501 * rdi-share/host.h: Ditto.
6502 * rdi-share/devsw.c: Ditto.
6503
c5f10366
AC
6504 * objfiles.h: Change type of obj_private to void pointer.
6505 * pa64solib.c: Update copyright. Don't include "assert.h", use
6506 strcmp instead of STREQ, use LONGEST, do not use PTR
6507 * somsolib.c: Ditto.
6508
616675d3
AC
6509 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6510 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6511 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6512
e4b415d9
AC
65132002-06-08 Andrew Cagney <ac131313@redhat.com>
6514
6515 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6516 (default_get_saved_register): Delete function.
6517 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6518 generic_unwind_get_saved_register.
6519 * gdbarch.h, gdbarch.c: Re-generate.
6520
ca0d0b52
AC
65212002-06-08 Andrew Cagney <ac131313@redhat.com>
6522
6523 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6524 generic_func_frame_chain_valid.
6525 * gdbarch.h, gdbarch.c: Re-generate.
6526 * blockframe.c (generic_func_frame_chain_valid): Only check
6527 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6528 passing FP to PC_IN_CALL_DUMMY.
6529 Fix PR gdb/360.
6530
76860b5f
AC
65312002-06-08 Andrew Cagney <ac131313@redhat.com>
6532
6533 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6534 (register_gdbarch_data): Initialize init_p.
6535 (gdbarch_data): Initialize data pointer using the init function.
6536 (init_gdbarch_data): Delete function.
6537 (gdbarch_update_p): Update.
6538 (initialize_non_multiarch): Update.
6539 (struct gdbarch): Add field initialized_p.
6540 * gdbarch.h, gdbarch.c: Re-generate.
6541
8dda9770
ML
65422002-06-07 Michal Ludvig <mludvig@suse.cz>
6543
6544 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6545 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6546 better do the things actually here.
6547 * x86-64-tdep.c (x86_64_register_name2nr): New.
6548 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6549 (x86_64_gdbarch_init): Respect the above change.
6550 * x86-64-tdep.h (x86_64_register_name2nr)
6551 (x86_64_register_nr2name): Add prototypes.
6552 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6553
3d79a47c
MS
65542002-06-06 Michael Snyder <msnyder@redhat.com>
6555
7bd91a28
MS
6556 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6557 Delete extra braces and re-indent.
6558 (d10v_store_return_value): Char return values
3d79a47c
MS
6559 must be shifted over by one byte in R0.
6560 (d10v_extract_return_value): Delete extra braces, re-indent.
6561
095a4c96
EZ
65622002-06-06 Elena Zannoni <ezannoni@redhat.com>
6563
6564 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6565 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6566 (d10v_integer_to_address): Rewrite.
6567 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6568 the d10v specific functions which take care of converting to the
6569 correct space.
6570
e8a77ca4
EZ
65712002-06-06 Elena Zannoni <ezannoni@redhat.com>
6572
6573 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6574 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6575
4f2e4a4f
AC
65762002-06-02 Andrew Cagney <ac131313@redhat.com>
6577
6578 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6579 includes.
6580 * config/tm-linux.h: Ditto.
6581 * config/alpha/tm-alphalinux.h: Ditto.
6582 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6583 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6584 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6585 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6586 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6587 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6588 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6589 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6590 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6591 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6592 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6593 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6594 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6595 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6596 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6597 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6598 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6599 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6600 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6601 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6602 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6603 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6604 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6605 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6606 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6607 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6608 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6609 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6610 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6611 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6612 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6613 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6614 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6615 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6616 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6617 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6618 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6619
ae2ab2ce
AS
66202002-05-04 Aidan Skinner <aidan@velvet.net>
6621
6622 * ada-exp.tab.c: New file
6623 * ada-exp.y: New file
6624 * ada-lang.c: New file
6625 * ada-lang.h: New file
6626 * ada-lex.c: New file
6627 * ada-lex.l: New file
6628 * ada-tasks.c: New file
6629 * ada-typeprint.c: New file
6630 * ada-valprint.c: New file
6631
0ddd0135
JT
66322002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6635 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6636
750fbacc
JT
66372002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6638
6639 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6640 insetead of ppc-linux-tdep.o.
6641 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6642 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6643
df94e18a
AC
66442002-06-02 Andrew Cagney <ac131313@redhat.com>
6645
6646 2002-05-07 Christian Groessler <chris@groessler.org>
6647 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6648 bit register contents for little endian hosts.
6649
1a38ab75
AC
66502002-06-01 Andrew Cagney <ac131313@redhat.com>
6651
6652 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6653 any maintainer.
6654
8b1632ac
AC
66552002-06-01 Andrew Cagney <ac131313@redhat.com>
6656
6657 * gdbarch.h: Regenerate.
6658
627054c8
AC
66592002-06-01 Andrew Cagney <ac131313@redhat.com>
6660
6661 * MAINTAINERS: Add everyone to write-after-approval list.
6662
4f460812
AC
66632002-06-01 Andrew Cagney <ac131313@redhat.com>
6664
6665 * stack.c (frame_info): Use frame_register_unwind instead of
6666 saved_regs. Mention when the SP is on the stack or in a register.
6667
6668 * frame.h (frame_register_unwind_ftype): Define. Document.
6669 (struct frame_info): Add field register_unwind and
6670 register_unwind_cache.
6671 (frame_register_unwind): Declare.
6672 (generic_unwind_get_saved_register): Declare.
6673
6674 * frame.c (frame_register_unwind): New function.
6675 (generic_unwind_get_saved_register): New function.
6676
6677 * blockframe.c (generic_call_dummy_register_unwind): New function.
6678 (frame_saved_regs_register_unwind): New function.
6679 (set_unwind_by_pc): New function.
6680 (create_new_frame): New function.
6681 (get_prev_frame): New function.
6682
de888f76
AC
66832002-05-30 Andrew Cagney <ac131313@redhat.com>
6684
6685 * a29k-share/: Delete directory.
6686 * remote-vx29k.c: Delete file.
6687
2f2c3626
JT
66882002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6689
6690 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6691 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6692
9ce5c36a
JT
66932002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6694
6695 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6696 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6697 (sparc64nbsd-nat.o)
6698 (sparcnbsd-nat.o)
6699 (sparcnbsd-tdep.o): New dependency lists.
6700 * NEWS: Note new UltraSPARC NetBSD native configuration.
6701 * configure.host (sparc64-*-netbsd*): New host.
6702 * configure.tgt (sparc-*-netbsdelf*)
6703 (sparc-*-netbsd*): Set gdb_target to nbsd.
6704 (sparc64-*-netbsd*): New target.
6705 * sparc64nbsd-nat.c: New file.
6706 * sparcnbsd-nat.c: New file.
6707 * sparcnbsd-tdep.c: New file.
6708 * sparcnbsd-tdep.h: New file.
6709 * config/sparc/nbsd.mt: New file.
6710 * config/sparc/nbsd64.mh: New file.
6711 * config/sparc/nbsd64.mt: New file.
6712 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6713 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6714 (HOST_IPC): Remove.
6715 * config/sparc/nbsdaout.mt: Remove.
6716 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6717 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6718 (HOST_IPC): Remove.
6719 * config/sparc/nbsdelf.mt: Remove.
6720 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6721 sparc-nat.c compatiblity defines.
6722 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6723 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6724 * config/sparc/tm-nbsd64.h: New file.
6725 * config/sparc/tm-nbsdaout.h: Remove.
6726 * config/sparc/xm-nbsd.h: Remove.
6727
ef3cf062
JT
67282002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6729
6730 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6731 * sparc-tdep.c: Include osabi.h.
6732 (gdbarch_tdep): Add osabi member.
6733 (_initialize_sparc_tdep): Use gdbarch_register.
6734 (sparc_gdbarch_init): Use generic OS ABI framework.
6735 (sparc_dump_tdep): New function.
6736
ee8ff470
KB
67372002-05-30 Kevin Buettner <kevinb@redhat.com>
6738
6739 * corefile.c (do_captured_read_memory_integer): Return non-zero
6740 result.
6741 (safe_read_memory_integer): Copy result of memory read when
6742 status is non-zero. Also, add comments.
6743
7b112f9c
JT
67442002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6745
6746 * Makefile.in (ppc_tdep_h): Define.
6747 (ppc-linux-nat.o)
6748 (ppc-linux-tdep.o)
6749 (rs6000-tdep.o): Use $(ppc_tdep_h).
6750 (ppc-sysv-tdep.o)
6751 (ppcnbsd-nat.o)
6752 (ppcnbsd-tdep.o): New dependency lists.
6753 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6754 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6755 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6756 (ppc_sysv_abi_broken_use_struct_convention)
6757 (ppc_sysv_abi_use_struct_convention)
6758 (ppc_sysv_abi_push_arguments): Move to...
6759 * ppc-sysv-tdep.c: ...here.
6760 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6761 * rs6000-tdep.c (process_note_abi_tag_sections)
6762 (get_elfosabi): Remove.
6763 (rs6000_gdbarch_init): Use generic OS ABI framework.
6764 (rs6000_dump_tdep): New function.
6765 (_initialize_rs6000_tdep): Use gdbarch_register.
6766 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6767 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6768 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6769 of ppc-linux-tdep.o.
6770 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6771 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6772 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6773 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6774 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6775 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6776
480dd42a
JB
67772002-05-29 Jim Blandy <jimb@redhat.com>
6778
6779 * macroscope.c (default_macro_scope): Put `void' in empty argument
6780 list.
6781
4182591f
AC
67822002-05-29 Andrew Cagney <ac131313@redhat.com>
6783
6784 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6785 * arch-utils.c: Include "sim-regno.h".
6786 * gdbarch.sh: Don't include "sim-regno.h".
6787 * gdbarch.h, gdbarch.c: Regenerate.
6788 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6789 here.
6790 * arch-utils.h (legacy_register_sim_regno): To here.
6791 * remote-sim.c (legacy_register_sim_regno): Move function from
6792 here.
6793 * arch-utils.c (legacy_register_sim_regno): To here.
6794
8238d0bf
AC
67952002-05-28 Andrew Cagney <ac131313@redhat.com>
6796
6797 * sim-regno.h: New file.
6798 * Makefile.in (sim_regno_h): Define.
6799 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6800 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6801 (legacy_register_sim_regno): New function.
6802 (one2one_register_sim_regno): New function.
6803 (gdbsim_fetch_register): Rewrite.
6804 (gdbsim_store_register): Only store a register when
6805 REGISTER_SIM_REGNO is valid.
6806 * d10v-tdep.c: Include "sim-regno.h".
6807 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6808 (d10v_ts3_register_sim_regno): Ditto.
6809 * gdbarch.sh: Include "sim-regno.h".
6810 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6811 * gdbarch.h, gdbarch.c: Regenerate.
6812 * arch-utils.h (default_register_sim_regno): Delete declaration.
6813 * arch-utils.c (default_register_sim_regno): Delete function.
6814
485721b1
JT
68152002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6816
6817 * ppcnbsd-nat.c: Rewrite.
6818 * ppcnbsd-tdep.c: New file.
6819 * ppcnbsd-tdep.h: New file.
6820 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6821 solib.o, and solib-svr4.o.
6822 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6823 nbsd-tdep.o, and corelow.o.
6824
697f244d
AC
68252002-05-28 Andrew Cagney <ac131313@redhat.com>
6826
6827 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6828 `tr' and `sed'. Mention that `broken' targets are not expected to
6829 build.
6830
f08caad1 68312002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6832
6833 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6834 Let PC point right after the prologue before looking up symbols.
6835
3139facc
MH
68362002-05-27 Martin M. Hunt <hunt@redhat.com>
6837
6838 * i386-tdep.c (i386_register_virtual_type): Return
6839 builtin_type_vec128i for SSE registers.
6840
6841 * gdbtypes.h (builtin_type_vec128i): Declare.
6842
6843 * gdbtypes.c (build_builtin_type_vec128i): New function.
6844 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6845 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6846 (build_gdbtypes): Initialize new builtin vector types.
6847 (_initialize_gdbtypes): Register new vector types with gdbarch.
6848
6e3ba3b8
JT
68492002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6850
6851 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6852 since it has been multi-arch'd.
6853 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6854 Move Alpha and VAX multi-arch news entries to same section
6855 as other multi-arch news.
6856
93d5585d
JT
68572002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6858
6859 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6860 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6861 static. Rename some register numbers to put them in ns32k-tdep
6862 private namespace.
6863 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6864 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6865 functions.
6866 (_initialize_ns32k_tdep): Use gdbarch_register.
6867 * ns32k-tdep.h: New file.
6868 * ns32knbsd-tdep.c: New file.
6869 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6870 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6871 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6872 REGISTER_BYTES, REGISTER_BYTE): Remove.
6873 * config/ns32k/tm-ns32k.h: New file.
6874 * config/ns32k/tm-umax.h: Remove.
6875
efb2c70e
JT
68762002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6877
6878 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6879 ns32k_store_struct_return, ns32k_extract_return_value,
6880 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6881 functions.
6882 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6883 ns32k_saved_pc_after_call.
6884 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6885 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6886 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6887 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6888 ns32k_extract_struct_value_address.
6889
7bcc927b
JT
68902002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6891
6892 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6893 ns32k_fix_call_dummy): New.
6894 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6895 ns32k_call_dummy_words.
6896 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6897 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6898 CALL_DUMMY_NARGS): Remove.
6899 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6900
78f9d765
JT
69012002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6902
6903 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6904 ns32k_frame_saved_pc, ns32k_frame_args_address,
6905 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6906 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6907 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6908 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6909 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6910 (BREAKPOINT): Remove..
6911 (FRAME_CHAIN): Define as ns32k_frame_chain.
6912 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6913 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6914 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6915 (FRAME_FIND_SAVED_REGS): Remove.
6916 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6917 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6918 (POP_FRAME): Define as ns32k_pop_frame.
6919
f2c762e0
JT
69202002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6921
6922 * ns32k-tdep.c (ns32k_register_byte_32082,
6923 ns32k_register_byte_32382, ns32k_register_raw_size,
6924 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6925 functions.
6926 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6927 ns32k_register_byte_32382.
6928 * config/ns32k/tm-umax.h: Update copyright years.
6929 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6930 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6931 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6932 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6933 (ns32k_get_enter_addr): Fix prototype.
6934
af137673
JT
69352002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6936
6937 * ns32k-tdep.c: Update copyright years.
6938 (ns32k_register_name_32082): New function.
6939 (ns32k_register_name_32382): Ditto.
6940 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6941 (REGISTER_NAME): Define as ns32k_register_name_32382.
6942 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6943 (REGISTER_NAME): Define as ns32k_register_name_32082.
6944
a8bc7b56
JB
69452002-05-24 Jim Blandy <jimb@redhat.com>
6946
6947 * dwarf2read.c (free_line_header): Use xfree, not free.
6948
83a45910
JT
69492002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6950
6951 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6952 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6953
0db71247
AC
69542002-05-23 Andrew Cagney <ac131313@redhat.com>
6955
6956 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6957
b9e5e4dd
AC
69582002-05-23 Andrew Cagney <ac131313@redhat.com>
6959
6960 From Ross Alexander at NEC Europe:
6961 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6962
de530e84
MS
69632002-05-23 Michael Snyder <msnyder@redhat.com>
6964
6965 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6966 for input, rather than parse_and_eval_address.
6967
b91b96f4
AC
69682002-05-23 Andrew Cagney <ac131313@redhat.com>
6969
6970 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6971 * Makefile.in (sim_d10v_h): Update definition.
6972
8b279e7a
AC
69732002-05-24 Andrew Cagney <cagney@redhat.com>
6974
6975 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6976 change `2002-05-22 Michael Snyder' below.
6977 (d10v_push_arguments): Ditto.
6978 (d10v_extract_return_value): Ditto.
6979
0a3d0425
JB
69802002-05-23 Jim Blandy <jimb@redhat.com>
6981
6982 * macrotab.c (check_for_redefinition): Don't complain if the new
6983 definition is the same as the previous one. Take more arguments
6984 to allow the comparison.
6985 (macro_define_object, macro_define_function): Pass more arguments
6986 to check_for_redefinition.
6987
78eac43e
MS
69882002-05-22 Michael Snyder <msnyder@redhat.com>
6989
6990 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6991 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6992 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6993 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6994 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6995 Add a temp variable to save a call (and a memory read).
6996 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6997 if possible (so that PC_IN_CALL_DUMMY will work).
6998
9bc1edb8
CV
69992002-05-22 Corinna Vinschen <vinschen@redhat.com>
7000
7001 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7002
005ef3d2
ML
70032002-05-22 Michal Ludvig <mludvig@suse.cz>
7004
7005 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7006 fde->cie_ptr.
7007 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7008 (dwarf2_build_frame_info): Add offset to fde->initial_location
7009 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
7010 (execute_stack_op): Change type of 'result' from ULONGEST to
7011 CORE_ADDR.
005ef3d2 7012
fcf4f891
JT
70132002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7014
7015 * config/alpha/tm-nbsd.h: Include solib.h.
7016
cfef91e4
JT
70172002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7018
7019 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7020 assumptions about the host's byte order.
7021
9964235a
JT
70222002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7023
7024 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7025 to dependency list.
7026 * alphanbsd-tdep.c: Include solib-svr4.h.
7027 * shnbsd-tdep.c: Ditto.
7028
9eeef8ef
JT
70292002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7030
7031 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7032 nbsd-tdep.h to dependency list.
7033 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7034 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7035 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7036 nbsdaout.mh and nbsdelf.mh consistently.
7037 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7038 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7039 nbsdaout.mt and nbsdelf.mh consistently.
7040 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7041 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7042 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7043 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7044 a.out shared library stuff from here...
7045 * config/nm-nbsdaout.h: ...to here.
7046 * config/tm-nbsd.h: Remove.
7047 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7048 * config/arm/nbsd.mh: Remove.
7049 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7050 nbsd-tdep.o.
7051 * config/arm/nbsdaout.mh: New file.
7052 * config/arm/nbsdelf.mh: New file.
7053 * config/arm/nm-nbsdaout.h: New file.
7054 * config/i386/nbsd.mh: Remove.
7055 * config/i386/nbsd.mt: Remove.
7056 * config/i386/nbsdaout.mh: New file.
7057 * config/i386/nbsdaout.mt: New file.
7058 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7059 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7060 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7061 i386_register_u_addr): Remove.
7062 * config/i386/nm-nbsdaout.h: New file.
7063 * config/i386/nm-nbsdelf.h: Remove.
7064 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7065 (USE_STRUCT_CONVENTION): Remove.
7066 * config/i386/tm-nbsdaout.h: New file.
7067 * config/i386/tm-nbsdelf.h: Remove.
7068 * config/m68k/nbsd.mh: Remove.
7069 * config/m68k/nbsd.mt: Remove.
7070 * config/m68k/nbsdaout.mh: New file.
7071 * config/m68k/nbsdaout.mt: New file.
7072 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7073 * config/m68k/nm-nbsdaout.h: New file.
7074 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7075 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7076 * config/ns32k/nbsd.mh: Remove.
7077 * config/ns32k/nbsd.mt: Remove.
7078 * config/ns32k/nbsdaout.mh: New file.
7079 * config/ns32k/nbsdaout.mt: New file.
7080 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7081 * config/ns32k/nm-nbsdaout.h: New file.
7082 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7083 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7084 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7085 (SVR4_SHARED_LIBS): Remove.
7086 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7087 * config/sparc/nbsd.mh: Remove.
7088 * config/sparc/nbsd.mt: Remove.
7089 * config/sparc/nbsdaout.mh: New file.
7090 * config/sparc/nbsdaout.mt: New file.
7091 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7092 * config/sparc/nbsdelf.mt: New file.
7093 * config/sparc/nm-nbsdaout.h: New file.
7094 * config/sparc/nm-nbsdelf.h: Remove.
7095 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7096 * config/sparc/tm-nbsdaout.h: New file.
7097
257ce470
JT
70982002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7099
7100 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7101 mipsnbsd-tdep.c
7102 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7103
76a6d5fe
JT
71042002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7105
7106 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7107 shnbsd-nat.c.
7108 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7109
45888261
JT
71102002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7111
7112 * NEWS: Note new MIPS NetBSD native configuration.
7113 * configure.host (mips*-*-netbsd*): New host.
7114 * configure.tgt (mips*-*-netbsd*): New target.
7115 * mipsnbsd-nat.c: New file.
7116 * mipsnbsd-tdep.c: New file.
7117 * mipsnbsd-tdep.h: New file.
7118 * config/mips/nbsd.mh: New file.
7119 * config/mips/nbsd.mt: New file.
7120 * config/mips/nm-nbsd.h: New file.
7121 * config/mips/tm-nbsd.h: New file.
7122
70f80edf
JT
71232002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7124
7125 * Makefile.in (SFILES): Add osabi.c.
7126 (COMMON_OBS): Add osabi.o.
7127 (osabi.o): New dependency list.
7128 * osabi.c: New file.
7129 * osabi.h: New file.
7130 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7131
7132 * Makefile.in (alpha_tdep_h): Define and use instead of
7133 alpha-tdep.h.
7134 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7135 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7136 Remove.
7137 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7138 * alpha-tdep.h: Include osabi.h.
7139 (alpha_abi): Remove.
7140 (gdbarch_tdep): Use generic OS ABI framework.
7141 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7142 gdbarch_register_osabi.
7143 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7144 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7145 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7146
7147 * Makefile.in (sh_tdep_h): Add osabi.h.
7148 * sh-tdep.h (sh_osabi): Remove.
7149 (gdbarch_tdep): Use generic OS ABI framework.
7150 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7151 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7152 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7153 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7154
7155 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7156 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7157 gdbarch_register_osabi.
7158 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7159 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7160 (get_elfosabi): Rename to...
7161 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7162 ABI framework support routines.
7163 (arm_gdbarch_init): Use generic OS ABI framework.
7164 (arm_dump_tdep): Likewise.
7165 (_initialize_arm_tdep): Likewise.
7166 * arm-tdep.h: Include osabi.h.
7167 (arm_abi): Remove.
7168 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7169 osabi member.
7170 (arm_gdbarch_register_os_abi): Remove prototype.
7171 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7172 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7173
7174 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7175 * mips-tdep.c: Include osabi.h.
7176 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7177 OS ABI framework.
7178
d194345b
KH
71792002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7180
7181 * h8300-tdep.c: Fix formatting.
7182
70c6b0d1
EZ
71832002-05-20 Elena Zannoni <ezannoni@redhat.com>
7184
7185 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7186 printing vector registers.
7187
165b8e33
AC
71882002-05-19 Andrew Cagney <ac131313@redhat.com>
7189
7190 From Fernando Nasser:
7191 * remote.c (remote_async_open_1): Re-throw the exception when the
7192 connection fails.
7193 (remote_cisco_open): Ditto.
7194 (remote_open_1): Ditto.
7195
36918e70
AC
71962002-05-19 Andrew Cagney <ac131313@redhat.com>
7197
7198 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7199 (remote_start_remote): Add uiout parameter. Pass through to
7200 remote_start_remote_dummy.
7201 (remote_open_1): Use catch_exception instead of catch_errors.
7202 (remote_async_open_1): Ditto.
7203 (remote_cisco_open): Ditto.
7204
ae44c0c4
AC
72052002-05-19 Andrew Cagney <ac131313@redhat.com>
7206
7207 * remote.c (remote_start_remote): Replace PTR with void pointer.
7208 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7209 static.
7210
8efe637d
AC
72112002-05-18 Andrew Cagney <ac131313@redhat.com>
7212
7213 * gdb_indent.sh: Allow the script to be run in the sim directory.
7214
2f1b5984
MK
72152002-05-18 Mark Kettenis <kettenis@gnu.org>
7216
f0f625e2
MK
7217 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7218 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7219
2f1b5984
MK
7220 * corelow.c (core_open): Only call set_gdbarch_from_file if
7221 exec_bfd is NULL.
7222
fc974602
AV
72232002-05-17 Andrey Volkov <avolkov@transas.com>
7224
7225 * h8300-tdep.c: Add support of EXR register
7226 * config/h8300/tm-h8300.h: Ditto.
7227
906709f4
AV
72282002-05-17 Andrey Volkov <avolkov@transas.com>
7229
7230 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7231
6e591d68
AV
72322002-05-17 Andrey Volkov <avolkov@transas.com>
7233
7234 * h8300-tdep.c: Change literal regnums to REGNO.
7235
84f0252a
JB
72362002-05-17 Jim Blandy <jimb@redhat.com>
7237
e0e9281e
JB
7238 * NEWS: Note addition of macro support.
7239
84f0252a
JB
7240 Expand preprocessor macros in C expressions.
7241 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7242 (scan_macro_expansion, scanning_macro_expansion,
7243 finished_macro_expansion): New function declarations.
7244 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7245 variable declarations.
7246 * parser-defs.h (expression_context_pc): New declaration.
7247 * parse.c (expression_context_pc): New variable.
7248 (parse_exp_1): Set expression_context_pc, as well as
7249 expression_context_block.
7250 * c-exp.y (yylex): If we're not already reading the result of a
7251 macro expansion, try to macro-expand the next token. When we're
7252 done scanning a macro expansion, switch back to the mainline text.
7253 Commas and `if's in a macro's expansion don't terminate the input.
7254 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7255 (macro_original_text, macro_expanded_text,
7256 expression_macro_lookup_func, expression_macro_lookup_baton): New
7257 variables.
7258 (scan_macro_expansion, scanning_macro_expansion,
7259 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7260 c_preprocess_and_parse): New functions.
7261 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7262 c_preprocess_and_parse, instead of c_parse.
7263 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7264 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7265
1c509ca8
JR
7266Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7267
7268 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7269 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7270 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7271
2250ee0c
CV
72722002-05-17 Corinna Vinschen <vinschen@redhat.com>
7273
7274 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7275
ab3b8126
JT
72762002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7277
7278 * Makefile.in (sh_tdep_h): Define and use.
7279 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7280 register enum): Move to...
7281 * * sh-tdep.h: ...here.
7282 * sh-tdep.c: Include sh-tdep.h.
7283 * sh3-rom.c: Likewise.
7284 * shnbsd-tdep.c: Likewise.
7285
ed9d4749
MS
72862002-05-16 Michael Snyder <msnyder@redhat.com>
7287
7288 * arm-tdep.c: Spelling fix in comment.
7289
2e276125
JB
72902002-05-16 Jim Blandy <jimb@redhat.com>
7291
6821892e
JB
7292 Add commands for manually expanding macros and showing their
7293 definitions.
7294 * macrocmd.c, macroscope.c, macroscope.h: New files.
7295 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7296 (macroscope_h): New variable.
7297 (HFILES_NO_SRCDIR): Add macroscope.h.
7298 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7299 (macroscope.o, macrocmd.o): New rules.
7300
2e276125
JB
7301 Teach the Dwarf 2 reader to read macro information.
7302 * dwarf2read.c: #include "macrotab.h".
7303 (dwarf_macinfo_buffer): New variable.
7304 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7305 dwarf_macinfo_size.
7306 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7307 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7308 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7309 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7310 dwarf2_macro_spaces_in_definition): New complaints.
7311 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7312 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7313 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7314 the partial symbol table.
7315 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7316 from what's recorded in the partial symbol table.
7317 (read_file_scope): If the compilation unit has a
7318 `DW_AT_macro_info' attribute, read its macro information.
7319 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7320
2f53fe6c
DJ
73212002-05-16 Daniel Jacobowitz <drow@mvista.com>
7322
7323 Fix PR gdb/546
7324 * ser-tcp.c: Don't include <netinet/udp.h>.
7325
2be99286
SC
73262002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7327
7328 * MAINTAINERS: Update my email address.
7329
c9af212b 73302002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7331
7332 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7333 include file of the same name.
7334
bf5f1a52
CV
73352002-05-16 Corinna Vinschen <vinschen@redhat.com>
7336
7337 * configure.tgt: Mark v850 as multi-arched.
7338 * config/v850/tm-v850.h: Remove file.
7339 * config/v850/v850.mt: Eliminate TM_FILE.
7340
435e042a
CV
73412002-05-16 Corinna Vinschen <vinschen@redhat.com>
7342
7343 * v850-tdep.c: Full multi-arch.
7344 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7345 Define GDB_MULTI_ARCH to 2.
7346
9819c6c8
PM
73472002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7348
7349 * p-exp.y (current_type): New static variable.
7350 Carries the type of the expression at the position that is parsed.
7351 (push_current_type, pop_current_type): Two new functions. Used
7352 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7353 (search_field): New static variable. Set to one after parsing a point
7354 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7355 (FIELDNAME): New token. After a point only a token belonging to
7356 current_type type definition is allowed.
7357 (all over token rules): reset and change current_type according
7358 to rules.
7359 (exp '[' rule): insert implicit array index field if
7360 exp is a pascal string type.
7361
3a06899a
CV
73622002-05-16 Corinna Vinschen <vinschen@redhat.com>
7363
7364 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7365 frame info. Use frame_info's saved_regs instead of matching member
7366 in extra_frame_info throughout.
7367 (v850_frame_init_saved_regs): New function.
7368 (v850_init_extra_frame_info): Move most functionality into
7369 v850_frame_init_saved_regs().
7370 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7371 (v850_frame_find_saved_regs): Remove declaration.
7372 (FRAME_FIND_SAVED_REGS): Remove definition.
7373 (v850_frame_init_saved_regs): Add declaration.
7374 (FRAME_INIT_SAVED_REGS): Add definition.
7375
6ed14b0e
CV
73762002-05-16 Corinna Vinschen <vinschen@redhat.com>
7377
7378 * v850-tdep.c: Begin multi-arch'ing v850.
7379 (v850_target_architecture_hook): Remove function.
7380 (v850_gdbarch_init): New function. Add code previously in
7381 v850_target_architecture_hook().
7382 (_initialize_v850_tdep): Don't set target_architecture_hook.
7383 Call register_gdbarch_init() instead.
7384
42725910
DJ
73852002-05-16 Daniel Jacobowitz <drow@mvista.com>
7386
7387 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7388 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7389 (fixup_class_method_type): Likewise.
7390
99d9066e
JB
73912002-05-15 Jim Blandy <jimb@redhat.com>
7392
7393 Add macro structures to GDB's symbol tables. Nobody puts anything
7394 in them yet.
7395 * symtab.h (struct symtab): New member: `macro_table'.
7396 * buildsym.h (pending_macros): New global variable.
7397 * buildsym.c: #include "macrotab.h".
7398 (buildsym_init): Initialize `pending_macros'.
7399 (end_symtab): If we found macro information while reading a CU's
7400 debugging info, do build a symtab structure for it. Make the
7401 symtab point to the macro information, and clear the
7402 `pending_macros' pointer which held it while we were reading the
7403 debug info.
7404 (really_free_pendings): Free any pending macro table.
7405 * objfiles.h (struct objfile): New member: `macro_cache'.
7406 * objfiles.c (allocate_objfile): Set allocate and free functions
7407 for the macro cache's objstack.
7408 (free_objfile): Empty the macro cache's obstack.
7409 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7410 set new allocate and free functions for it.
7411 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7412 free functions for the macro cache's objstack. (Why is this
7413 function building its own objfile?)
7414 * symmisc.c (print_objfile_statistics): Print statistics on the
7415 macro bcache.
7416 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7417
c899585b
RE
74182002-05-15 Richard Earnshaw <rearnsha@arm.com>
7419
7420 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7421 (REGISTER_U_ADDR): Delete definition.
7422 (arm_register_u_addr): Delete declaration.
7423
a6cdd8c5
RE
74242002-05-15 Richard Earnshaw <rearnsha@arm.com>
7425
7426 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7427 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7428
c97dcfc7
AC
74292002-05-14 Andrew Cagney <ac131313@redhat.com>
7430
7431 * regcache.c (register_valid): Revise comments refering to "Not
7432 available" and "unavailable".
7433 * frame.c (frame_register_read): Ditto.
7434 * findvar.c (value_of_register): Ditto.
7435
93021b7d
AC
74362002-05-15 Andrew Cagney <cagney@redhat.com>
7437
7438 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7439 (remote-sim.o): Update dependencies.
7440 (d10v-tdep.o): Specify dependencies.
7441 (sim_d10v_h): Define.
7442
a86bc61c
JB
74432002-05-14 Jim Blandy <jimb@redhat.com>
7444
7445 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7446 * macrotab.c (macro_lookup_inclusion, find_definition,
7447 new_macro_table): Same.
7448
7449 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7450 not `! strcmp ()'. This is a dubious improvement.
7451 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7452
7453 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7454 although it's not necessary, to avoid a warning.
7455
2fdde8f8
DJ
74562002-05-14 Daniel Jacobowitz <drow@mvista.com>
7457
7458 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7459 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7460 TYPE_INSTANCE_FLAGS.
7461 (struct main_type): New.
7462 (struct type): Move most members to struct main_type. Change
7463 cv_type and as_type to new type_chain member. Add instance_flags.
7464 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7465 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7466 (finish_cv_type): Remove prototype.
7467 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7468 Set TYPE_CHAIN.
7469 (alloc_type_instance): New function.
7470 (smash_type): New function.
7471 (make_pointer_type, make_reference_type, make_function_type)
7472 (smash_to_member_type, smash_to_method_type): Call smash_type.
7473 (make_qualified_type): New function.
7474 (make_type_with_address_space): Call make_qualified_type.
7475 (make_cv_type): Likewise.
7476 (finish_cv_type): Remove unnecessary function.
7477 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7478 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7479 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7480 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7481 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7482 * hpread.c (hpread_read_struct_type): Likewise.
7483 * stabsread.c (read_struct_type): Likewise.
7484
843fedf4
EZ
74852002-05-14 Elena Zannoni <ezannoni@redhat.com>
7486
7487 * configure.tgt: Add a catch all sh* target, for cases like
7488 sh[2,3,4]-elf and sh-hms.
7489
05a6c72c
KS
74902002-05-14 Keith Seitz <keiths@redhat.com>
7491
7492 * event-loop.c (create_file_handler): Don't do anything but
7493 update data when we are given a fd which we are already
7494 monitoring.
7495
5d085aaf
ML
74962002-05-14 Michal Ludvig <mludvig@suse.cz>
7497
7498 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7499 (update_context): Use __func__ in warnings.
7500
9db8d71f
DJ
75012002-05-14 Daniel Jacobowitz <drow@mvista.com>
7502
7503 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7504 and tcp_close to net_open and net_close.
7505 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7506 using UDP if requested. Don't try to disable Nagle on UDP
7507 sockets.
7508 * remote.c (remote_serial_open): New function. Warn about UDP.
7509 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7510
5dbc6baa
EZ
75112002-05-13 Elena Zannoni <ezannoni@redhat.com>
7512
7513 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7514
cc3023f7
EZ
75152002-05-13 Elena Zannoni <ezannoni@redhat.com>
7516
7517 * configure.tgt: Remove sh-hms target.
7518 * MAINTAINERS: Don't list sh-hms as a separate target.
7519
ec2bcbe7
JB
75202002-05-13 Jim Blandy <jimb@redhat.com>
7521
7522 Add first preprocessor macro-expansion files.
7523 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7524 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7525 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7526 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7527 (COMMON_OBS): Add macrotab.o, macroexp.o.
7528 (macroexp.o, macrotab.o): New rules.
7529
6d531722
AC
75302002-05-13 Andrew Cagney <ac131313@redhat.com>
7531
7532 * config/m88k/tm-m88k.h: Update copyright.
7533 (m88k_target_write_pc): Declare
7534 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7535 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7536 (SHIFT_INST_REGS): Update definition.
7537 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7538 using old definition of TARGET_WRITE_PC.
7539 * regcache.c (generic_target_write_pc): Delete code handling
7540 NNPC_REGNUM.
7541 * gdbarch.sh (NNPC_REGNUM): Delete.
7542 * gdbarch.h, gdbarch.c: Regenerate.
7543
3e3f2739
RE
75442002-05-13 Richard Earnshaw <rearnsha@arm.com>
7545
7546 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7547 builtin reg number.
7548
0004e5a2
DJ
75492002-05-13 Daniel Jacobowitz <drow@mvista.com>
7550
7551 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7552 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7553 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7554 access macros.
7555 * c-typeprint.c (cp_type_print_method_args): Likewise.
7556 (c_type_print_args): Likewise.
7557 * d10v-tdep.c (d10v_push_arguments): Likewise.
7558 (d10v_extract_return_value): Likewise.
7559 * expprint.c (print_subexp): Likewise.
7560 * gdbtypes.c (lookup_primitive_typename): Likewise.
7561 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7562 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7563 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7564 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7565 (TYPE_VECTOR): Likewise.
7566 * hpread.c (hpread_read_struct_type)
7567 (fix_static_member_physnames, fixup_class_method_type)
7568 (hpread_type_lookup): Likewise.
7569 * mdebugread.c (parse_symbol, parse_type): Likewise.
7570 * p-lang.c (is_pascal_string_type): Likewise.
7571 * valops.c (hand_function_call): Likewise.
7572 * x86-64-tdep.c (classify_argument): Likewise.
7573
7574 * hpread.c (hpread_read_function_type)
7575 (hpread_read_doc_function_type): Call replace_type.
7576 * dstread.c (create_new_type): Delete.
7577 (decode_dst_structure, process_dst_function): Call alloc_type.
7578 Use type access macros.
7579
dff95cc7
MK
75802002-05-12 Mark Kettenis <kettenis@gnu.org>
7581
7582 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7583 the're not supported by the current architecture.
7584 (i387_fill_fxsave): Likewise.
7585
bbcd32ad
FF
75862002-05-12 Fred Fish <fnf@redhat.com>
7587
7588 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7589 sect_index_xxx members to index the first slot in section_offsets
7590 if all of the section_offsets are zero.
7591
89cf4787
MK
75922002-05-12 Mark Kettenis <kettenis@gnu.org>
7593
7594 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7595 checked in with last change.
7596
1f77ffc5
MK
75972002-05-12 Mark Kettenis <kettenis@gnu.org>
7598
7599 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7600 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7601 config.sub.
7602
89b8b4a9
DJ
76032002-05-12 Daniel Jacobowitz <drow@mvista.com>
7604
7605 * Makefile.in: Update dependencies.
7606
14a5e767
AC
76072002-05-11 Andrew Cagney <ac131313@redhat.com>
7608
7609 * language.c (local_hex_string_custom): Simplify. Do not depend
7610 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7611
7612 * memattr.c (mem_info_command): Replace calls to
7613 longest_local_hex_string and longest_local_hex_string_custom.
7614 * buildsym.c (make_blockvector): Ditto.
7615 * solib.c (info_sharedlibrary_command): Ditto.
7616 * tracepoint.c (tracepoints_info): Ditto.
7617 * symtab.c (print_msymbol_info): Ditto.
7618
7619 * language.c (local_hex_string): Delete.
7620 (local_hex_string_custom): Delete.
7621 (longest_local_hex_string): Rename to local_hex_string.
7622 (longest_local_hex_string_custom): Rename to
7623 local_hex_string_custom.
7624 * language.h (local_hex_string): Change parameter type to LONGEST.
7625 (local_hex_string_custom): Ditto.
7626 (longest_local_hex_string): Delete declaration.
7627 (longest_local_hex_string_custom): Ditto.
7628
7629 * solib.c: Update copyright.
7630 * memattr.c: Update copyright.
7631
13d01224
AC
76322002-05-11 Andrew Cagney <ac131313@redhat.com>
7633
7634 * arch-utils.h (legacy_register_to_value): Declare.
7635 (legacy_value_to_register): Declare.
7636 (legacy_convert_register_p): Declare.
7637 * arch-utils.c (legacy_register_to_value): New function.
7638 (legacy_value_to_register): New function.
7639 (legacy_convert_register_p): New function.
7640
7641 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7642 (VALUE_TO_REGISTER): Define.
7643 (CONVERT_REGISTER_P): Define.
7644 * gdbarch.h, gdbarch.c: Regenerate.
7645
7646 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7647 VALUE_TO_REGISTER.
7648 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7649 CONVERT_REGISTER_P.
7650
4a1970e4
DJ
76512005-05-11 Daniel Jacobowitz <drow@mvista.com>
7652 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7653
7654 * Makefile.in: Update dependencies for valops.c.
7655 * valops.c: Include "gdb_assert.h".
7656 (typecmp): Skip THIS parameter to methods.
7657 (find_method_list): Remove static_memfuncp argument,
7658 update callers. Check for stub methods.
7659 (find_value_oload_method_list): Don't set *static_memfuncp.
7660 (find_overload_match): Don't check for stub methods. Assert
7661 that methods are not stubbed. Handle static methods.
7662 (value_find_oload_method_list): Remove static_memfuncp argument.
7663 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7664 to the argument list for static stub methods.
7665 * value.h (value_find_oload_method_list): Update prototype.
7666
b2e75d78
AC
76672002-05-11 Andrew Cagney <ac131313@redhat.com>
7668
7669 * arch-utils.h (generic_register_size): Declare.
7670 (generic_register_raw_size, generic_register_virtual_size): Delete
7671 declarations.
7672 * arch-utils.c (generic_register_raw_size): Delete.
7673 (generic_register_size): New function.
7674 (generic_register_virtual_size): Delete.
7675
7676 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7677 default generic_register_size.
7678 * gdbarch.h, gdbarch.c: Re-generate.
7679
7680 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7681 register_virtual_size.
7682 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7683 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7684
451fbdda
AC
76852002-05-11 Andrew Cagney <ac131313@redhat.com>
7686
7687 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7688 * gdbarch.h, gdbarch.c: Regenerate.
7689 * gnu-v3-abi.c: Update copyright.
7690 (vtable_address_point_offset): Update.
7691 (gnuv3_rtti_type): Update.
7692 (gnuv3_baseclass_offset): Update.
7693 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7694 (init_fetch_link_map_offsets): Update.
7695 * remote.c (get_remote_state): Update.
7696
6d2f5cea
DJ
76972002-05-11 Daniel Jacobowitz <drow@mvista.com>
7698
7699 * TODO: Remove value_headof/value_from_vtable_info comment.
7700 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7701 * values.c (value_headof, value_from_vtable_info): Delete.
7702 * value.h (value_from_vtable_info): Delete prototype.
7703
d2324da4
AC
77042002-05-11 Andrew Cagney <ac131313@redhat.com>
7705
7706 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7707 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7708 $(gdb_regex_h).
7709 (gdb_assert_h): Define.
7710 (gdb_wait_h): Define.
7711 (gdb_regex_h): Define.
7712
5c717440
DJ
77132002-05-11 Daniel Jacobowitz <drow@mvista.com>
7714
7715 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7716 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7717
6c7861b3
JT
77182002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7719
7720 * nbsd-tdep.c: Fix comment.
7721
ea5bc2a6
JT
77222002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7723
7724 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7725 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7726 (nbsd-tdep.o): New dependency list.
7727 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7728 nbsd-tdep.h.
7729 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7730 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7731 * nbsd-tdep.c: New file.
7732 * nbsd-tdep.h: New file.
7733 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7734 nbsd-tdep.h.
7735 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7736 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7737 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7738 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7739
b28da865
JT
77402002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7741
7742 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7743 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7744 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7745 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7746 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7747 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7748
4b8ff1fa
JT
77492002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7752 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7753 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7754 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7755 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7756 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7757 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7758
dfe6eb1f
JT
77592002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7760
7761 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7762 fetch_elfcore_registers to...
7763 * i386nbsd-tdep.c: ...here.
7764 (i386nbsd_use_struct_convention): Rename to...
7765 (i386nbsd_aout_use_struct_convention): ...this.
7766 (i386nbsd_supply_reg): New function.
7767 (i386nbsd_fill_reg): New function.
7768 (fetch_core_registers): Use i386nbsd_supply_reg.
7769 (fetch_elfcore_registers): Likewise.
7770 (_initialize_i386nbsd_tdep): New function.
7771 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7772 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7773 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7774 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7775 (i386nbsd_aout_use_struct_convention): ...this.
7776
20cb8cda
JT
77772002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7778
7779 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7780 (store_inferior_registers): Use shnbsd_fill_reg.
7781 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7782 sh_nbsd_supply_register): Collapse into...
7783 (shnbsd_supply_reg): ...this.
7784 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7785 (shnbsd_fill_reg): ...this.
7786 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7787 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7788 (fetch_core_registers): Use shnbsd_supply_reg.
7789 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7790 (sh_nbsd_core_fns): Rename to...
7791 (shnbsd_core_fns): ...this.
7792 (sh_nbsd_elfcore_fns): Rename to...
7793 (shnbsd_elfcore_fns): ...this.
7794 (sh_nbsd_init_abi): Rename to...
7795 (shnbsd_init_abi): ...this.
7796 (_initialize_sh_nbsd_tdep): Rename to...
7797 (_initialize_shnbsd_tdep): ...this.
7798 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7799 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7800 sh_nbsd_fill_register): Remove prototypes.
7801 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7802
e750d25e
JT
78032002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7804
7805 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7806 (i387-nat.o): Delete dependency list.
7807 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7808 (x86-64-linux-nat.o): Likewise.
7809 * i387-nat.c: Delete file, moving contents to...
7810 * i387-tdep.c: ...here.
7811 * i387-nat.h: Rename...
7812 * i387-tdep.h: ...to this.
7813 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7814 * i386-linux-nat.c: Likewise.
7815 * i386bsd-nat.c: Likewise.
7816 * i386gnu-nat.c: Likewise.
7817 * i386nbsd-nat.c: Likewise.
7818 * i386v4-nat.c: Likewise.
7819 * x86-64-linux-nat.c: Likewise.
7820 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7821 * config/i386/go32.mh (NATDEPFILES): Likewise.
7822 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7823 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7824 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7825 * config/i386/linux.mh (NATDEPFILES): Likewise.
7826 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7827 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7828 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7829 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7830
1aee598a
JT
78312002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7832
7833 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7834 (alphanbsd-nat.o): Remove dependency list.
7835 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7836 * alphanbsd-nat.c: Delete. Contents moved to...
7837 * alphanbsd-tdep.c: ...here.
7838 (_initialize_alphanbsd_tdep): Register core functions.
7839 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7840
12bcb0fe
JT
78412002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7842
7843 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7844 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7845 (alphanbsd-nat.o): Likewise.
7846 (alphabsd-tdep.o): New dependency list.
7847 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7848 (fill_gregset): Use alphabsd_fill_reg.
7849 (supply_fpregset): Use alphabsd_supply_fpreg.
7850 (fill_fpregset): Use alphabsd_fill_fpreg.
7851 (fetch_inferior_registers): Use struct reg and struct fpreg
7852 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7853 and alphabsd_supply_fpreg.
7854 (store_inferior_registers): Use struct reg and struct fpreg
7855 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7856 and alphabsd_fill_fpreg.
7857 * alphabsd-tdep.c: New file.
7858 * alphabsd-tdep.h: New file.
7859 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7860 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7861 alphabsd_supply_fpreg.
7862 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7863 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7864
361d1df0
EC
78652002-05-11 Eric Christopher <echristo@redhat.com>
7866
7867 * mips-tdep.c (mips_double_register_type): Fix thinko.
7868 (mips_single_register_type): Ditto.
7869 * MAINTAINERS: Add self.
7870
92dd7cee
MK
78712002-05-11 Mark Kettenis <kettenis@gnu.org>
7872
7873 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7874 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7875 right thing on architectures with different endianness and/or
7876 integer sizes.
7877
e27da16d
JT
78782002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7879
7880 From Christian Limpach <chris@Pin.LU>
7881 * configure.in: Change sed expression which comments out
7882 NATDEPFILES to also comment out continuation lines.
7883 * configure: Regenerate.
7884
ddde02bd
EZ
78852002-05-10 Elena Zannoni <ezannoni@redhat.com>
7886
7887 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7888 big patch.
7889
1c922164
EZ
78902002-05-10 Elena Zannoni <ezannoni@redhat.com>
7891
7892 * sh-tdep.c: Include correct file.
7893
283150cd
EZ
78942002-05-10 Elena Zannoni <ezannoni@redhat.com>
7895
7896 New support for sh64-elf (sh5) target.
7897
7898 * configure.tgt: For sh64-elf target, default to sh-elf.
7899
7900 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7901 (struct gdbarch_tdep): Add new fields for new registers and ABI
7902 info.
361d1df0 7903
283150cd
EZ
7904 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7905 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7906 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7907 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7908 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7909 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7910 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7911 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7912 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7913 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7914 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7915 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7916 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7917 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7918 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7919 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7920 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7921 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7922 sign_extend, sh64_nofp_frame_init_saved_regs,
7923 sh64_init_extra_frame_info, sh64_get_saved_register,
7924 sh64_extract_struct_value_address, sh64_pop_frame,
7925 sh64_push_arguments, sh64_extract_return_value,
7926 sh64_store_return_value, sh64_show_media_regs,
7927 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7928 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7929 sh_sh64_register_virtual_type,
7930 sh_sh64_register_convert_to_virtual,
7931 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7932 sh64_register_read, sh64_pseudo_register_write,
7933 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7934 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7935 sh64_do_pseudo_register, sh_compact_do_registers_info,
7936 sh64_do_registers_info, sh_gdbarch_init): New functions.
7937
3117ed25
EZ
79382002-05-10 Elena Zannoni <ezannoni@redhat.com>
7939
7940 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7941
2654e6d4
DJ
79422002-05-10 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * linespec.c (decode_line_1): Check for a double quote after
7945 a filename correctly.
7946
9ab3e532
JB
79472002-05-10 Jim Blandy <jimb@redhat.com>
7948
7949 Properly track the size of the current objfile's .debug_line section.
7950 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7951 (DWARF_LINE_SIZE): New macro.
7952 (dwarf2_build_psymtabs_hard): Record the line section's size in
7953 the partial symbol table.
7954 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7955 symbol table.
7956
126fa72d
PS
79572002-05-10 Petr Sorfa <petrs@caldera.com>
7958
7959 * ia64-tdep.c: Handle breakpoints on L instruction type
7960 in MLX instruction bundle by moving the breakpoint to
7961 the third slot (X instruction type) as L holds only data.
7962
1f077a3e
KB
79632002-05-10 Kevin Buettner <kevinb@redhat.com>
7964
7965 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7966 (process_one_symbol): Complain about discarding local symbols
7967 due to a misplaced N_LBRAC entry.
7968
8120c9d5 79692002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7970
7971 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7972 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7973 decrease the depth we are at, in the case of templates.
361d1df0 7974
67b2c998
DJ
79752002-05-09 Daniel Jacobowitz <drow@mvista.com>
7976
7977 * mips-tdep.c (mips_float_register_type): New function.
7978 (mips_double_register_type): New function.
7979 (mips_print_register): Use them.
7980 (do_fp_register_row): Likewise.
7981
fd326606
DJ
79822002-05-09 Daniel Jacobowitz <drow@mvista.com>
7983
6609d9af 7984 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7985 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7986 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7987
bef35864
MS
79882002-05-09 Michael Snyder <msnyder@redhat.com>
7989
7990 * remote-rdp.c (remote_rdp_can_run): Remove.
7991
c55a3f73
TT
79922002-05-09 Tom Tromey <tromey@redhat.com>
7993
7994 * jv-valprint.c (java_val_print): Handle `char' as a special case
7995 of TYPE_CODE_INT.
7996
b8d5e71d
MS
79972002-05-09 Michael Snyder <msnyder@redhat.com>
7998
7999 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8000 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 8001 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 8002 str r(0123),[sp,#nn].
361d1df0 8003 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
8004 order-independent by placing it in a loop.
8005
e2cd42dd
MS
80062002-05-06 Michael Snyder <msnyder@redhat.com>
8007
8008 * stabsread.c (read_type): Add recognition for new attribute:
8009 "@V;" means that an array type is actually a vector.
8010 This is analogous to the vector flag that's been added to dwarf2.
8011
3ce1502b
MK
80122002-05-09 Mark Kettenis <kettenis@gnu.org>
8013
8014 * i386-tdep.h (i386_abi): New enum.
8015 (struct gdbarch_tdep): Replace os_ident member with abi.
8016 (i386_gdbarch_register_os_abi): New prototype.
8017 * i386-tdep.c (i386_abi_names): New array.
8018 (process_note_abi_tag_sections): Removed.
8019 (process_note_sections): New function.
8020 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8021 (struct i386_abi_handler): New struct.
8022 (i386_abi_handler_list): New variable.
8023 (i386_gdbarch_register_os_abi): New function.
8024 (i386_gdbarch_init): Adapt for the changes given above.
8025
084c156a
DJ
80262002-05-08 Daniel Jacobowitz <drow@mvista.com>
8027
8028 * gregset.h: Say "GNU/Linux".
8029
6599f021
EZ
80302002-05-08 Elena Zannoni <ezannoni@redhat.com>
8031
8032 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8033 (build_gdbtypes): Build builtin_type_v2_float.
8034 (_initialize_gdbtypes): Register new builtin type.
8035
40af4b0c
AC
80362002-05-08 Andrew Cagney <ac131313@redhat.com>
8037
8038 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8039 (clear_gdbarch_swap): New function.
8040 (initialize_non_multiarch): Call.
8041 (gdbarch_update_p): Before calling init(), swap out and clear the
8042 existing architecture.
8043 * gdbarch.c: Regenerate.
8044
4fe84f46
JT
80452002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8046
8047 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8048 alphanbsd-tdep.c.
8049
4015edd1
JT
80502002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8051
8052 * sh-nbsd-nat.c: Rename to...
8053 * shnbsd-nat.c: ...this.
8054 * sh-nbsd-tdep.c: Rename to...
8055 * shnbsd-tdep.c: ...this.
8056 * sh-nbsd-tdep.h: Rename to...
8057 * shnbsd-tdep.h: ...this.
8058 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8059 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8060
0e2bd219
RE
80612002-05-08 Richard Earnshaw <rearnsha@arm.com>
8062
8063 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8064 concatenation for command help messages.
8065
13a38d45
JT
80662002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8067
8068 * NEWS: Note new sh*-*-netbsdelf* configuration.
8069 * configure.host: Set gdb_host_cpu to sh for all sh*.
8070 (sh*-*-netbsdelf*): New host.
8071 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8072 (sh*-*-netbsdelf*): New target.
8073 * sh-nbsd-nat.c: New file.
8074 * sh-nbsd-tdep.c: New file.
8075 * sh-nbsd-tdep.h: New file.
8076 * config/sh/nbsd.mh: New file.
8077 * config/sh/nbsd.mt: New file.
8078 * config/sh/nm-nbsd.h: New file.
8079 * config/sh/tm-nbsd.h: New file.
8080
d658f924
JT
80812002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8082
8083 * sh-tdep.c (sh_osabi_names): Declare.
8084 (process_note_abi_tag_sections): New function.
8085 (get_elfosabi): Ditto.
8086 (sh_gdbarch_register_os_abi): Ditto.
8087 (sh_dump_tdep): Ditto.
8088 _initialize_sh_tdep): Use gdbarch_register to register
8089 sh_gdbarch_init and sh_dump_tdep.
8090 * config/sh/tm-sh.h (sh_osabi): Declare.
8091 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8092
848cfffb
AC
80932002-05-07 Andrew Cagney <ac131313@redhat.com>
8094
8095 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8096 (thumb_scan_prologue): Ditto.
8097 (arm_find_callers_reg): Ditto.
8098 (arm_frame_chain): Ditto.
8099 (arm_init_extra_frame_info): Ditto.
8100 (arm_frame_saved_pc): Ditto.
8101 (arm_pop_frame): Ditto.
8102 (arm_push_return_address): New function.
8103 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8104 call_dummy_location, call_dummy_breakpoint_offset_p,
8105 call_dummy_breakpoint_offset, call_dummy_p,
8106 call_dummy_stack_adjust_p, call_dummy_words,
8107 sizeof_call_dummy_words, call_dummy_start_offset,
8108 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8109 call_dummy_address, push_return_address and push_dummy_frame for
8110 generic dummy frames.
8111
e7d717c0
JT
81122002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8115 size computation for alloca.
8116 (sh_fp_frame_init_saved_regs): Likewise.
8117
7bbcf283
RE
81182002-05-07 Richard Earnshaw <rearnsha@arm.com>
8119
8120 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8121 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8122 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8123 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8124 * remote-rdp.c (remote_rdp_fetch_register): Use
8125 ARM_MAX_REGISTER_RAW_SIZE.
8126 (remote_rdp_store_register): Likewise.
8127
4657573b
ML
81282002-05-07 Michal Ludvig <mludvig@suse.cz>
8129
361d1df0 8130 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8131 added default labels to switch {} statements.
8132 * x86-64-tdep.c: Ditto.
8133 * x86-64-linux-nat.c: Ditto.
8134
010f3b2f
JT
81352002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8136
8137 * solib.h: Protect against multiple inclusion.
8138
debd256d
JB
81392002-05-06 Jim Blandy <jimb@redhat.com>
8140
9ab3e532
JB
8141 Add first preprocessor macro-expansion files.
8142 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8143 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8144 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8145 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8146 (COMMON_OBS): Add macrotab.o, macroexp.o.
8147 (macroexp.o, macrotab.o): New rules.
8148
debd256d
JB
8149 Separate the job of reading the line number info statement program
8150 header (...expialidocious) out into its own function.
8151 * dwarf2read.c (struct line_head, struct filenames, struct
8152 directories): Replace with...
8153 (struct line_header): New structure, containing the full
8154 contents of the statement program header, including the
8155 include directory and file name tables.
8156 (read_file_scope): If we have line number info, instead of just
8157 calling dwarf_decode_lines to do all the work, call
8158 dwarf_decode_line_header first to get a `struct line_header'
8159 containing the data in the statement program header, and then
8160 pass that to dwarf_decode_lines, which will pick up where that
8161 left off. Be sure to clean up the `struct line_header' object.
8162 (dwarf_decode_line_header, free_line_header, add_include_dir,
8163 add_file_name): New functions.
8164 (dwarf_decode_lines): Move all the code to read the statement
8165 program header into dwarf_decode_line_header. Take the line
8166 header it built as the first argument, instead of the offset to
8167 the compilation unit's line number info. Use the new `struct
8168 line_header' type instead of the old structures. No need to do
8169 cleanups here now, since we don't allocate anything.
8170 (dwarf2_statement_list_fits_in_line_number_section,
8171 dwarf2_line_header_too_long): New complaints.
8172
ac3aafc7
EZ
81732002-05-06 Elena Zannoni <ezannoni@redhat.com>
8174
8175 * gdbtypes.c (init_vector_type): New function.
8176 (build_builtin_type_vec128): Simplify the representation of SIMD
8177 registers.
8178 (build_gdbtypes): Initialize new builtin vector types.
8179 (_initialize_gdbtypes): Register new vector types with gdbarch.
8180 (builtin_type_v4_float, builtin_type_v4_int32,
8181 builtin_type_v8_int16, builtin_type_v16_int8,
8182 builtin_type_v2_int32, builtin_type_v4_int16,
8183 builtin_type_v8_int8): New (renamed) SIMD types.
8184
13e49980
MK
81852002-05-06 Mark Kettenis <kettenis@gnu.org>
8186
8187 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8188 (i387_fill_fxsave): Likewise.
8189
997b20b8
AO
81902002-05-05 Alexandre Oliva <aoliva@redhat.com>
8191
8192 * alpha-tdep.c (alpha_extract_return_value): Don't use
8193 non-constant array size in prototype.
8194
535c96ce
AC
81952002-05-04 Andrew Cagney <ac131313@redhat.com>
8196
8197 From Brian Taylor <briant at model dot com>:
8198 * ui-out.c (ui_out_field_core_addr): Use the function
8199 longest_local_hex_string_custom'to format addresses > 32 bits
8200 wide.
8201
8202 * ui-out.c (ui_out_field_core_addr): Update comment.
8203
bedfa57b
AC
82042002-05-04 Andrew Cagney <ac131313@redhat.com>
8205
8206 * stack.c (select_and_print_frame): Make static. Delete the
8207 parameter `level'.
8208 (func_command): Update call.
8209 (select_frame_command): Delete code computing the frame level.
8210 * frame.h (select_and_print_frame): Delete declaration.
8211
f621c63e
AC
82122002-05-04 Andrew Cagney <ac131313@redhat.com>
8213
8214 * sparc-tdep.c (sparc_get_saved_register): Comment why
8215 get_prev_frame call is safe.
8216
0f7d239c
AC
82172002-05-04 Andrew Cagney <ac131313@redhat.com>
8218
8219 * frame.h (select_frame): Delete level parameter.
8220 * stack.c (select_frame): Update. Use frame_relative_level to
8221 obtain the frame's level.
8222 (select_and_print_frame): Update call.
8223 (select_frame_command): Ditto.
8224 (up_silently_base): Ditto.
8225 (down_silently_base): Ditto.
8226 * ocd.c (ocd_start_remote): Ditto.
8227 * remote-rdp.c (remote_rdp_open): Ditto.
8228 * remote-mips.c (mips_initialize): Ditto.
8229 (common_open): Ditto.
8230 * remote-e7000.c (e7000_start_remote): Ditto.
8231 * m3-nat.c (select_thread): Ditto.
8232 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8233 (child_get_current_exception_event): Ditto.
8234 * varobj.c (varobj_create): Ditto.
8235 (varobj_update): Ditto.
8236 (c_value_of_root): Ditto.
8237 * tracepoint.c (finish_tfind_command): Ditto.
8238 * corelow.c (core_open): Ditto.
8239 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8240 * thread.c (info_threads_command): Ditto.
8241 (switch_to_thread): Ditto.
8242 * infrun.c (normal_stop): Ditto.
8243 (restore_selected_frame): Ditto.
8244 (restore_inferior_status): Ditto.
8245 * breakpoint.c (insert_breakpoints): Ditto.
8246 (watchpoint_check): Ditto.
8247 (bpstat_stop_status): Ditto.
8248 (do_enable_breakpoint): Ditto.
8249 * blockframe.c (flush_cached_frames): Ditto.
8250 (reinit_frame_cache): Ditto.
8251
71d6c7b1
AC
82522002-05-04 Andrew Cagney <ac131313@redhat.com>
8253
8254 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8255 maintainer.
8256
cda6c68a
JB
82572002-05-04 Jim Blandy <jimb@redhat.com>
8258
8259 * gdbtypes.c (replace_type): Doc fix.
8260
5c1c87f0
AC
82612002-05-04 Andrew Cagney <ac131313@redhat.com>
8262
8263 * valprint.c (strcat_longest): Delete commented out function.
8264 Update copyright.
8265
cd9bfe15
AC
82662002-05-04 Andrew Cagney <ac131313@redhat.com>
8267
8268 * MAINTAINERS: Mark a29k as deleted.
8269 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8270 Move new configurations to the top.
8271 * configure.tgt: Remove a29k.
8272 * config/a29k/tm-vx29k.h: Delete.
8273 * config/a29k/vx29k.mt: Delete.
8274 * config/a29k/tm-a29k.h: Delete.
8275 * config/a29k/a29k-udi.mt: Delete.
8276 * config/a29k/a29k.mt: Delete.
8277 * a29k-tdep.c: Delete.
8278 * remote-udi.c: Delete.
8279 * remote-mm.c: Delete.
8280 * remote-eb.c: Delete.
8281 * remote-adapt.c: Delete.
8282 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8283 * config/s390/s390x.mt: Ditto.
8284 * config/s390/s390.mt: Ditto.
8285 * config/sparc/sparclynx.mh: Ditto.
8286 * config/sparc/linux.mh: Ditto.
8287 * config/pa/hppaosf.mh: Ditto.
8288 * config/pa/hppabsd.mh: Ditto.
8289 * config/ns32k/nbsd.mt: Ditto.
8290 * config/mips/vr5000.mt: Ditto.
8291 * config/m68k/sun3os4.mh: Ditto.
8292 * config/m68k/nbsd.mt: Ditto.
8293 * config/m68k/m68klynx.mh: Ditto.
8294 * config/m32r/m32r.mt: Ditto.
8295 * config/i386/x86-64linux.mt: Ditto.
8296 * config/i386/nbsdelf.mt: Ditto.
8297 * config/i386/nbsd.mt: Ditto.
8298 * config/i386/i386lynx.mh: Ditto.
8299
bf0c5130
AC
83002002-05-04 Andrew Cagney <ac131313@redhat.com>
8301
8302 * target.c (debug_print_register): New function. Handle oversize
8303 registers.
8304 (debug_to_fetch_registers): Call.
8305 (debug_to_store_registers): Call.
8306
2ae1c2d2
JB
83072002-05-03 Jim Blandy <jimb@redhat.com>
8308
13a393b0
JB
8309 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8310 (read_type): Doc fix.
8311 * gdbtypes.c (replace_type): Doc fix.
8312
2ae1c2d2
JB
8313 * stabsread.c (multiply_defined_struct): New complaint.
8314 (read_struct_type): If the type we were passed isn't empty, or
8315 incomplete, don't read the new struct type into it; complain,
8316 and return the original type unchanged. Take a new `type_code'
8317 argument, which is the type code for the new type.
8318 (read_type): Rather than storing the type's type code here, pass
8319 it as an argument to read_struct_type, and let that take care of
8320 storing it. That way, we don't overwrite the original type code,
8321 so read_struct_type can use it to decide whether we're overwriting
8322 something we shouldn't.
8323 (complain_about_struct_wipeout): New function.
8324
8de9bdc4
AC
83252002-05-03 Andrew Cagney <ac131313@redhat.com>
8326
8327 * gdbarch.sh: Assert that gdbarch is non-NULL.
8328 * gdbarch.c: Regenerate.
8329
f773fdbb
JM
83302002-05-03 Jason Merrill <jason@redhat.com>
8331
8332 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8333 and return NULL.
8334
0e04a514
ML
83352002-05-03 Michal Ludvig <mludvig@suse.cz>
8336
8337 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8338 (x86_64_dwarf2gdb_regno_map_length),
8339 (x86_64_dwarf2_reg_to_regnum): Added.
8340 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8341 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8342 (_initialize_x86_64_tdep): Synced with the change above.
8343 (x86_64_skip_prologue): Reformulated message.
8344
065432a8
PM
83452002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8346
8347 * f-exp.y: Also use new prev_lexptr variable
8348 to improve error reporting. Based on Michael Snyder
8349 2002-04-24 dated patch to c-exp.y.
8350 * jv-exp.y: Likewise.
8351 * m2-exp.y: Likewise.
8352
a3162708
EZ
83532002-05-02 Elena Zannoni <ezannoni@redhat.com>
8354
8355 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8356 we are dealing with vectors.
8357
03620c38
PM
83582002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8359
8360 * config/m68k/tm-nbsd.h: Obvious fix,
8361 correct machine name.
8362
6604db2e
PM
83632002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8364
8365 * p-typeprint.c (pascal_type_print_base): Add support
8366 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8367
0906b739
PM
83682002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8369
8370 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8371 for fondamental pascal 'char' type.
8372
e2625b33
PM
83732002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8374
8375 * p-lang.h (is_pascal_string_type): Declaration changed,
8376 new sixth argument of type char ** added.
361d1df0 8377 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8378 changed. Args length_pos, length_size, string_pos, char_size
8379 can now be NULL. New argument arrayname set to the field
8380 name of the char array. Return value set to char array
8381 field index plus one.
361d1df0 8382 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8383 is_pascal_string_type function.
8384
cf17c188
AC
83852002-05-02 Andrew Cagney <cagney@redhat.com>
8386
8387 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8388 <cagney@redhat.com> change.
8389 * gdbarch.c: Regenerate.
8390
52bca491
AC
83912002-05-02 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8394 before probing for a new one. Detect errorenous gdbarch_init
8395 functions.
8396 * gdbarch.c: Regenerate.
8397
d5e72505
AC
83982002-05-01 Andrew Cagney <cagney@redhat.com>
8399
8400 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8401 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8402 * config/v850/tm-v850.h: Ditto. Update copyright.
8403
af566d9f
AC
84042002-04-30 Andrew Cagney <ac131313@redhat.com>
8405
8406 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8407 current_gdbarch.
8408
880d85fa
MS
84092002-04-30 Michael Snyder <msnyder@redhat.com>
8410
94c30b78
MS
8411 * arm-tdep.c: Whitespace clean-ups.
8412 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8413 should have been removed as part of 4/24 change.
8414
6f5987a6
KB
84152002-04-30 Kevin Buettner <kevinb@redhat.com>
8416
8417 * rs6000-tdep.c: Added comment describing how fpscr register
8418 numbers were chosen.
8419
1a113c93
MS
84202002-04-30 Michael Snyder <msnyder@redhat.com>
8421
8422 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8423
9a6f53fe
EZ
84242002-04-29 Elena Zannoni <ezannoni@redhat.com>
8425
8426 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8427 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8428 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8429
11ed25ac
KB
84302002-04-29 Kevin Buettner <kevinb@redhat.com>
8431
8432 From Louis Hamilton <hamilton@redhat.com>:
8433 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8434 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8435 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8436 not bfd-private xcoff data, to determine wordsize.
8437 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8438
ae232405
AC
84392002-04-29 Andrew Cagney <ac131313@redhat.com>
8440
8441 GDB 5.2 released from 5.2 branch.
8442
91fd20f7
ML
84432002-04-29 Michal Ludvig <mludvig@suse.cz>
8444
8445 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8446 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8447 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8448
2dc5091b
EZ
84492002-04-29 Elena Zannoni <ezannoni@redhat.com>
8450
8451 * rs6000-tdep.c (rs6000_extract_return_value,
8452 rs6000_store_return_value): Handle returning vectors.
8453 (rs6000_gdbarch_init): Use
8454 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8455 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8456 New function.
8457 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8458 vectors.
8459 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8460 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8461
2b9848d8
PM
84622002-04-24 Pierre Muller <ics.u-strasbg.fr>
8463
8464 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8465 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8466 with fprintf_unfiltered (gdb_stderr,...).
8467
f8d17dc5
PM
84682002-04-24 Pierre Muller <ics.u-strasbg.fr>
8469
8470 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8471 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8472 Replace fprintf (stderr,...
8473 with fprintf_unfiltered (gdb_stderr,....
8474 * remote-es.c: Likewise.
8475 * remote-os9k.c: Likewise.
8476 * remote-st.c: Likewise.
8477
2f2f1ad1
AS
84782002-04-28 Andreas Schwab <schwab@suse.de>
8479
8480 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8481 linux-proc.o and gcore.o.
8482
b6779aa2
AC
84832002-04-26 Michal Ludvig <mludvig@suse.cz>
8484
8485 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8486 code without frame pointers.
8487
7e57f5f4
AC
84882002-04-26 Andrew Cagney <ac131313@redhat.com>
8489
8490 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8491 ON_STACK is needed.
8492
2ceb85d0
BE
84932002-04-26 Ben Elliston <bje@redhat.com>
8494
8495 * target.c (do_xfer_memory): Correct reference to the new option
8496 "trust-readonly-sections".
8497
f5f8a009
EZ
84982002-04-26 Elena Zannoni <ezannoni@redhat.com>
8499
8500 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8501 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8502 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8503 vectors.
8504 (read_array_type): Record the fact that this array type is really a
8505 vector (i.e. are passed in by value).
8506
5868c862
JT
85072002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8508
8509 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8510 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8511 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8512 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8513 * alpha-linux-tdep.c: Include frame.h.
8514 (alpha_linux_sigcontext_addr): New function.
8515 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8516 alpha_linux_sigcontext_addr.
8517 * alpha-osf1-tdep.c: Include gdbcore.h.
8518 (alpha_osf1_sigcontext_addr): New function.
8519 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8520 alpha_osf1_sigcontext_addr.
8521 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8522 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8523
bfb01f37
AC
85242002-04-26 Andrew Cagney <ac131313@redhat.com>
8525
361d1df0 8526 * stack.c (selected_frame_level):
bfb01f37
AC
8527 (select_frame): Do not set selected_frame_level.
8528 * frame.h (selected_frame_level): Delete declaration.
8529
15813d3f
AC
85302002-04-26 Andrew Cagney <ac131313@redhat.com>
8531
8532 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8533 convert_from_func_ptr-addr when AIX / PowerOpen.
8534
6096c27a
AC
85352002-04-25 Andrew Cagney <ac131313@redhat.com>
8536
8537 * valops.c (hand_function_call): Call
8538 generic_save_call_dummy_addr.
8539 * frame.h (generic_save_call_dummy_addr): Declare.
8540 * blockframe.c (struct dummy_frame): Add fields call_lo and
8541 call_hi.
8542 (generic_find_dummy_frame): Check for PC in range call_lo to
8543 call_hi instead of entry_point_address.
8544 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8545 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8546 (generic_save_call_dummy_addr): New function.
8547
f510d44e
DM
85482002-04-24 David S. Miller <davem@redhat.com>
8549
8550 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8551 sparc_skip_prologue.
8552 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8553 information to find prologue when possible.
8554 (sparc_prologue_frameless_p): Call examine_prologue directly.
8555 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8556 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8557 second argument.
8558 (SKIP_PROLOGUE): Likewise.
8559
15d72a92
JT
85602002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8561
8562 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8563 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8564 indicate that the condition it was testing is always true.
8565 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8566 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8567 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8568
accc6d1f
JT
85692002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8570
8571 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8572 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8573 tdep->jb_pc and tdep->jb_elt_size.
8574 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8575 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8576 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8577 * alpha-nat.c (get_longjmp_target): Remove.
8578 (JB_ELEMENT_SIZE): Ditto.
8579 (JB_PC): Ditto.
8580 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8581 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8582 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8583 to alpha_get_longjmp_target.
8584 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8585 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8586 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8587
1bfdc549
AC
85882002-04-25 Andrew Cagney <ac131313@redhat.com>
8589
8590 * README: Update to GDB 5.2.
8591
1bd316f0
AC
85922002-04-25 Andrew Cagney <ac131313@redhat.com>
8593
8594 * gdbarch.sh (LC_ALL): Set to `c'.
8595
2e5ff58c
TR
85962002-04-25 Theodore A. Roth <troth@verinet.com>
8597
8598 * avr-tdep.c: Ran through gdb_indent.sh.
8599
e33ce519
TR
86002002-04-25 Theodore A. Roth <troth@verinet.com>
8601
8602 * MAINTAINERS: Add myself as AVR maintainer.
8603 * NEWS: Note new target avr.
8604
8818c391
TR
86052002-04-25 Theodore A. Roth <troth@verinet.com>
8606
8607 * Makefile.in: Add support for AVR target.
8608 * configure.tgt: Add support for AVR target.
8609 * avr-tdep.c: New file
8610 * config/avr/avr.mt: New file.
8611
79509c2d
TR
86122002-04-25 Theodore A. Roth <troth@verinet.com>
8613
8614 * MAINTAINERS: Add myself to write-after-approval.
8615
dac8068e
PM
86162002-04-24 Pierre Muller <ics.u-strasbg.fr>
8617
8618 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8619 with fprintf_unfiltered (gdb_stderr,....
8620
25bf3106
PM
86212002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8622
8623 Fix PR gdb/508.
8624 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8625
24467a86
PM
86262002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8627
8628 * p-exp.y: Also use new prev_lexptr variable
8629 to improve error reporting. Based on Michael Snyder
8630 2002-04-24 dated patch to c-exp.y.
8631
95b80706
JT
86322002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8633
8634 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8635 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8636 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8637 to 0.
8638 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8639 and struct value.
8640 (FUNCTION_START_OFFSET): Remove.
8641 (BREAKPOINT): Ditto.
8642
e90cc612
JT
86432002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8644
8645 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8646 * NEWS: Ditto.
8647
6c72f9f9
JT
86482002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8649
8650 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8651 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8652 alpha_linux_pc_in_sigtramp.
8653 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8654 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8655 alpha_osf1_pc_in_sigtramp.
8656 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8657 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8658 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8659 alphafbsd_pc_in_sigtramp.
8660 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8661 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8662 alphanbsd_pc_in_sigtramp.
8663 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8664 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8665
5e4f3379
JT
86662002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8667
8668 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8669
da8ca43d
JT
86702002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8671
8672 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8673 alphanbsd-tdep.c.
8674 (alphanbsd-nat.o): New dependency list.
8675 (alphanbsd-tdep.o): Ditto.
8676 * NEWS: Note new native NetBSD/alpha configuration.
8677 * alphanbsd-nat.c: New file.
8678 * alphanbsd-tdep.c: Ditto.
8679 * configure.host (alpha*-*-netbsd*): New host.
8680 * configure.tgt (alpha*-*-netbsd*): New target.
8681 * config/alpha/nbsd.mh: New file.
8682 * config/alpha/nbsd.mt: Ditto.
8683 * config/alpha/nm-nbsd.h: Ditto.
8684 * config/alpha/tm-nbsd.h: Ditto.
8685
36a6271d
JT
86862002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8687
8688 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8689 (alpha-osf1-tdep.o): New dependency list.
8690 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8691 and skip_sigtramp_frame members.
8692 * alpha-linux-tdep.c: Include gdbcore.h.
8693 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8694 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8695 * alpha-osf1-tdep.c: New file.
8696 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8697 alpha-osf1-dep.c.
8698 (alpha_frame_past_sigtramp_frame): New function.
8699 (alpha_dynamic_sigtramp_offset): Ditto.
8700 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8701 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8702 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8703 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8704 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8705 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8706 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8707 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8708 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8709 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8710 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8711 to find_solib_trampoline_target.
8712 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8713 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8714 (SKIP_TRAMPOLINE_CODE): Remove.
8715 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8716 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8717 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8718 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8719 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8720 (PROC_SIGTRAMP_MAGIC): Ditto.
8721 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8722 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8723 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8724 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8725 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8726
2f4bc57b
JT
87272002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8728
8729 * NEWS: Note that Alpha targets are now multi-arch.
8730
665132f9
MS
87312002-04-24 Michael Snyder <msnyder@redhat.com>
8732
8733 * parser-defs.h (prev_lexptr): New external variable.
8734 * parse.c (parse_exp_1): Set prev_lexptr to null before
8735 calling the language-specific parser.
8736 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8737 (yyerror): Use prev_lexptr in error reporting.
8738
32872fa7
DJ
87392002-04-24 Daniel Jacobowitz <drow@mvista.com>
8740
8741 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8742 * gregset.h: If FILL_FPXREGSET is defined, provide
8743 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8744 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8745 is defined, call fill_fpxregset.
8746
57e76fac
MS
87472002-04-24 Roland McGrath <roland@frob.com>
8748
8749 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8750 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8751 (supply_gregset, supply_fpregset): New functions.
8752
8753 * gnu-nat.c (gnu_find_memory_regions): New function.
8754 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8755 (gnu_xfer_memory): Add a cast.
8756
f43845b3
MS
87572002-04-24 Michael Snyder <msnyder@redhat.com>
8758
361d1df0 8759 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8760 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8761 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8762 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8763 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8764 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8765
a0abec03
AC
8766Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8767
8768 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8769 NUM_PSEUDO_REGS can be used.
8770
d7bd68ca
AC
87712002-04-24 Andrew Cagney <ac131313@redhat.com>
8772
8773 * arch-utils.h: Update copyright.
8774
8775 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8776 * gdbarch.h, gdbarch.c: Re-generate.
8777
8778 * inferior.h (IN_SIGTRAMP): Delete definition.
8779 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8780 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8781
8782 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8783 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8784 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8785 (find_proc_framesize): Ditto.
8786 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8787 (alpha_init_extra_frame_info): Ditto.
8788 * infrun.c (handle_inferior_event): Ditto.
8789 (handle_inferior_event): Ditto.
8790 (check_sigtramp2): Ditto.
8791 * blockframe.c (create_new_frame): Ditto.
8792 (get_prev_frame): Ditto.
8793 * ppc-linux-tdep.c: Update comments.
8794 * i386-linux-tdep.c: Update comments.
8795 * breakpoint.c (bpstat_what): Update comment.
8796
4867e41e
DM
87972002-04-24 David S. Miller <davem@redhat.com>
8798
21d83aa5
DM
8799 * i960-tdep.c (register_in_window_p): New function.
8800 (i960_find_saved_register): Use it instead of
8801 REGISTER_IN_WINDOW_P.
8802 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8803
4867e41e
DM
8804 * symtab.h (find_stab_function_addr): Kill extern.
8805 * minsyms.c (find_stab_function_addr): Remove from here...
8806 * dbxread.c: ... to here, and mark it static.
8807
69cdf6a2
DM
88082002-04-20 David S. Miller <davem@redhat.com>
8809
8810 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8811 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8812
5a595886
DM
88132002-04-21 David S. Miller <davem@redhat.com>
8814
8815 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8816 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8817 (vx_write_register): Likewise.
8818
1da1a192
JB
88192002-04-23 J. Brobecker <brobecker@gnat.com>
8820
8821 * source.c (is_regular_file): New function.
8822 (openp): Check wether file to open is a regular file
8823 to avoid opening directories.
8824
baa6f10b
JT
88252002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8826
8827 * findvar.c (extract_signed_integer): Cast printf argument
8828 to suppress format warning.
8829 (extract_unsigned_integer): Likewise.
8830 * infcmd.c (registers_info): Likewise.
8831 * top.c (get_prompt_1): Likewise.
8832 * valops.c (value_assign): Likewise.
8833 * valprint.c (print_decimal): Likewise.
8834
b2c4da81
L
88352002-04-22 H.J. Lu (hjl@gnu.org)
8836
8837 * c-exp.y (typebase): Support
361d1df0 8838
b2c4da81
L
8839 [long|long long|short] [signed|unsigned] [int|]
8840
8841 and
8842
8843 signed [long|long long|short] int
8844
f267bd6a
JT
88452002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8846
8847 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8848 and vax-tdep.h.
8849 * vax-tdep.h: New file.
8850 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8851 Make several routines static.
8852 (vax_get_saved_register): New function.
8853 (vax_gdbarch_init): New function.
8854 (_initialize_vax_tdep): Register vax_gdbarch_init.
8855 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8856 Remove macros now under the control of gdbarch.
8857
da3c6d4a
MS
88582002-04-22 Michael Snyder <msnyder@redhat.com>
8859
11d3b27d
MS
8860 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8861 Some whitespace and coding standards tweaks.
da3c6d4a 8862
a33f7558
JT
88632002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8864
8865 * vax-tdep.c: Include regcache.h.
8866 (vax_call_dummy_words): New.
8867 (sizeof_vax_call_dummy_words): New.
8868 (vax_fix_call_dummy): New function.
8869 (vax_saved_pc_after_call): Ditto.
8870 * config/vax/tm-vax.h: Don't include regcache.h.
8871 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8872 (CALL_DUMMY): Remove.
8873 (CALL_DUMMY_WORDS): Define.
8874 (SIZEOF_CALL_DUMMY_WORDS): Define.
8875 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8876
47a73475
MS
88772002-04-18 Michael Snyder <msnyder@redhat.com>
8878
8879 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8880
52efde73
JT
88812002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8882
8883 * vax-tdep.c (vax_frame_chain): New function.
8884 (vax_push_dummy_frame): Ditto.
8885 (vax_pop_frame): Ditto.
8886 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8887 (FRAMELESS_FUNCTION_INVOCATION): Use
8888 generic_frameless_function_invocation_not.
8889 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8890 (POP_FRAME): Use vax_pop_frame.
8891
ea74468c
JT
88922002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8893
8894 * vax-tdep.c (vax_store_struct_return): New function.
8895 (vax_extract_return_value): Ditto.
8896 (vax_store_return_value): Ditto.
8897 (vax_extract_struct_value_address): Ditto.
8898 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8899 vax_store_struct_return.
8900 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8901 (STORE_RETURN_VALUE): Use vax_store_return_value.
8902 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8903
5516aa92
JT
89042002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8905
8906 * vax-tdep.c (vax_frame_saved_pc): New function.
8907 (vax_frame_args_address_correct): Ditto.
8908 (vax_frame_args_address): Ditto.
8909 (vax_frame_locals_address): Ditto.
8910 (vax_frame_num_args): Move code to be in proximity to
8911 other frame-related functions.
8912 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8913 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8914 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8915 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8916 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8917
36af0b35
L
89182002-04-22 H.J. Lu (hjl@gnu.org)
8919
8920 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8921 includedir.
8922
ab62c900
JT
89232002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8924
8925 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8926 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8927 (FRAME_INIT_SAVED_REGS): New macro.
8928
7232b100
JT
89292002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8930
8931 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8932
b70d2aee
JT
89332002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8934
8935 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8936 where needed.
8937 (fetch_osf_core_registers): Likewise.
8938 (supply_gregset): Likewise.
8939
a0e8a2d1 89402002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8941
a0e8a2d1
JB
8942 * symfile.h (get_section_index): Define.
8943 * symfile.c (get_section_index): New function.
8944 * mdebugread.c (SC_IS_SBSS): New macro.
8945 (SC_IS_BSS): Return true for the scBss storage class only, as
8946 the scSBss storage class refers to the .sbss section.
8947 (parse_partial_symbols): Discard the symbols which associated
8948 section does not exist.
8949 Make sure to use the .sbss section index for symbols which
8950 storage class is scBss, rather than using the .bss section index.
8951
51eb8b08
JT
89522002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8953
8954 * vax-tdep.c: Update copyright years.
8955 (vax_register_name): New function.
8956 (vax_register_byte): Ditto.
8957 (vax_register_raw_size): Ditto.
8958 (vax_register_virtual_size): Ditto.
8959 (vax_register_virtual_type): Ditto.
8960 * config/vax/tm-vax.h: Update copyright years.
8961 (REGISTER_NAMES): Remove.
8962 (REGISTER_NAME): Define.
8963 (REGISTER_BYTE): Use vax_register_byte.
8964 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8965 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8966 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8967
6cc1c0a8
AC
89682002-04-21 Andrew Cagney <ac131313@redhat.com>
8969
8970 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8971 declaration
8972 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8973
9319a2fe
DM
89742002-04-21 David S. Miller <davem@redhat.com>
8975
8976 * arch-utils.c (generic_prologue_frameless_p): Kill
8977 SKIP_PROLOGUE_FRAMELESS_P code.
8978 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8979 references.
8980 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8981 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8982 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8983 references.
8984 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8985 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8986 (sparc_gdbarch_init): Pass it to
8987 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8988
e9ed6d01
JT
89892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8990
8991 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8992 (alphabsd-nat.o): New dependency list.
8993
36012033
JT
89942002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8995
8996 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8997 alphafbsd-tdep.c.
8998 (alpha-linux-tdep.o): New dependency list.
8999 (alphafbsd-tdep.o): Likewise.
9000
3379287a
JT
90012002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9002
9003 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9004 to here...
9005 * alpha-tdep.c: ...from here.
9006 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9007
4bcbd6cb
JT
90082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9009
9010 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9011 prototype from here...
9012 * alpha-tdep.h: ...to here.
9013
b31da25e
AC
90142002-04-21 Andrew Cagney <ac131313@redhat.com>
9015
9016 * frame.h (selected_frame_level): Document as deprecated.
9017 (frame_relative_level): Declare.
9018 * stack.c (frame_relative_level): New function.
9019 (selected_frame_level): Document as deprecated.
9020 (select_frame): Do not set the selected_frame_level.
9021
9022 * stack.c (frame_info, record_selected_frame): Update.
9023 (frame_command, current_frame_command): Update.
9024 (up_silently_base, up_command, down_silently_base): Update.
9025 (down_command): Update.
9026 * inflow.c (kill_command): Update.
9027 * tracepoint.c (finish_tfind_command): Update.
9028 * corelow.c (core_open): Update.
9029 * thread.c (info_threads_command): Update.
9030 (do_captured_thread_select): Update.
9031 * infcmd.c (finish_command): Update.
9032 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9033
9c1d6fe5
JT
90342002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9035
9036 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9037
ab89facf
AC
90382002-04-21 Andrew Cagney <ac131313@redhat.com>
9039
9040 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9041 type const.
9042
82a4efa1
JT
90432002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9044
9045 * alphafbsd-tdep.c: Update copyright years. Include
9046 alpha-tdep.h.
9047 (alphafbsd_use_struct_convention): Make static.
9048 (alphafbsd_init_abi): New function.
9049 (_initialize_alphafbsd_tdep): New function.
9050 * config/alpha/tm-fbsd.h: Update copyright years.
9051 (USE_STRUCT_CONVENTION): Remove.
9052
44dffaac
JT
90532002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9054
9055 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9056 an Alpha ABI variant.
9057 (alpha_abi_handler_list): Declare.
9058 (alpha_gdbarch_register_os_abi): New function.
9059 (alpha_gdbarch_init): Give registered ABI variant handlers a
9060 chance to tweak the gdbarch once we have set up defaults.
9061 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9062
65585be4
JT
90632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9064
9065 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9066 to standard_coerce_float_to_double.
9067 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9068
d9b023cc
JT
90692002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9070
9071 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9072 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9073 from gdbarch_tdep rather than a constant.
9074 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9075 the default text address for all Alpha Unix ABIs.
9076 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9077 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9078
dc129d82
JT
90792002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9080
9081 * alpha-tdep.h: New file. Includes several Alpha target constants
9082 taken from...
9083 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9084 let gdbarch deal with.
9085 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9086 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9087 to dependency list.
9088 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9089 Alpha target register names.
9090 * alphabsd-nat.c: Likewise.
9091 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9092 Alpha target register names. Make serveral routines static.
9093 (alpha_get_saved_register): New function.
9094 (alpha_abi_names): New.
9095 (process_note_abi_tag_sections): New function.
9096 (get_elfosabi): New function.
9097 (alpha_gdbarch_init): New function.
9098 (alpha_dump_tdep): New function.
9099 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9100
d49d1e0a
AC
91012002-04-21 Andrew Cagney <ac131313@redhat.com>
9102
9103 * frame.c (find_saved_register): Delete #ifdef
9104 HAVE_REGISTER_WINDOWS code.
9105 * config/sparc/tm-sparc.h: Update comments.
9106 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9107
92e8c9ed
AC
91082002-04-21 Andrew Cagney <ac131313@redhat.com>
9109
9110 * i960-tdep.c (i960_find_saved_register): New function.
9111 (i960_get_saved_register): New function.
9112 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9113 (i960_get_saved_register): Declare.
9114 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9115
e1925118
DM
91162002-04-20 David S. Miller <davem@redhat.com>
9117
9118 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9119
29673b29
AC
91202002-04-20 Andrew Cagney <ac131313@redhat.com>
9121
9122 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9123 instead of NUM_PSEUDO_REGS.
9124
6c86dcd5
DM
91252002-04-20 David S. Miller <davem@redhat.com>
9126
9127 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9128 GDB_MULTI_ARCH_PARTIAL
9129 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9130 define, let tm-sp64.h do it.
9131
aa40ec90
JT
91322002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9133
9134 * frame.c (find_saved_register): Avoid a NULL pointer
9135 dereference and actually walk the frame list.
9136
0f79675b
AC
91372002-04-20 Andrew Cagney <ac131313@redhat.com>
9138
9139 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9140 sorted in most most-recent-used order. Document.
9141 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9142
f91305dd 91432002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9144
9145 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9146 instead of ->prev.
9147 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9148 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9149 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9150 instead of ->prev.
9151
73d322b1
EZ
91522002-04-19 Elena Zannoni <ezannoni@redhat.com>
9153
9154 Fix PR gdb/471.
9155 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9156 (build_builtin_type_vec128): Ditto.
9157 (append_composite_type_field): Fix calculation of type length in
9158 union case.
9159
ccd9a834
EZ
91602002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9161
9162 * config/djgpp/README: Update.
9163
9164 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9165 compiler warnings.
9166
a57f9e49
JT
91672002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9168
9169 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9170 (alpha_setup_arbitrary_frame): ...to this.
9171 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9172 for alpha_setup_arbitrary_frame.
9173
f4f9705a
AC
91742002-04-18 Andrew Cagney <cagney@redhat.com>
9175
9176 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9177 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9178
f4f9705a
AC
9179 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9180 * target.h (memory_breakpoint_from_pc): Update declaration.
9181 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9182
9183 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9184 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9185 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9186 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9187 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9188 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9189 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9190 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9191 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9192 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9193 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9194 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9195
9196 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9197 const pointer.
9198 * monitor.c (monitor_insert_breakpoint): Ditto.
9199 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9200
9201 * config/mcore/tm-mcore.h: Update copyright.
9202 * mem-break.c: Ditto.
9203 * xstormy16-tdep.c: Ditto.
9204
29f319b8
PM
92052002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9206
9207 * p-exp.y: Add precedence rule for '^' token.
9208 This removes the shift/reduce conflicts.
9209 Remove the comment concerning these shift/reduce conflicts.
9210
ebeac11a
EZ
92112002-04-18 Elena Zannoni <ezannoni@redhat.com>
9212
9213 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9214 (registers_powerpc_nofp): New register set for processors
9215 without floating point unit.
9216
27c31547
DM
92172002-04-18 David S. Miller <davem@redhat.com>
9218
9219 * MAINTAINERS: Add myself to write-after-approval.
9220
47a73475
MS
92212002-04-17 Michael Snyder <msnyder@redhat.com>
9222
9223 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9224
953836b2
AC
92252002-04-17 Andrew Cagney <ac131313@redhat.com>
9226
9227 * rs6000-tdep.c (frame_initial_stack_address): Use
9228 frame_register_read to read the alloca_reg.
9229
8b0d4340
AC
92302002-04-17 Andrew Cagney <ac131313@redhat.com>
9231
9232 * frame.c (find_saved_register): Find saved registers in the next
9233 not prev frame.
9234 Fix PR gdb/365.
9235
d8864532
AC
92362002-04-17 Andrew Cagney <ac131313@redhat.com>
9237
9238 * gdbarch.sh (LANG): Set to ``c''.
9239
36cc83a3 92402002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9241
36cc83a3 9242 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9243
2f4150cc 92442002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9245
9246 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9247 Update copyright.
9248
628703c6 9249 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9250 Also fix PR gdb/391.
361d1df0 9251
56157b4a
AC
92522002-04-14 Andrew Cagney <ac131313@redhat.com>
9253
9254 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9255 * aclocal.m4, configure: Re-generate.
9256 Fix PR gdb/391.
361d1df0 9257
6d1e3329
EZ
92582002-04-14 Elena Zannoni <ezannoni@redhat.com>
9259
9260 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9261 instead of tm_print_insn.
9262
cb06fa07
EZ
92632002-04-14 Elena Zannoni <ezannoni@redhat.com>
9264
9265 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9266
f208ba17
AC
92672002-04-14 Andrew Cagney <ac131313@redhat.com>
9268
9269 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9270 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9271 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9272
20f01a46
DH
92732002-04-12 Don Howard <dhoward@redhat.com>
9274
9275 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9276 max_user_call_depth.
9277 (init_cmd_lists): Initialize the new value;
9278 * cli/cli-script.c (execute_user_command): Limit the call depth of
9279 user defined commands. This avoids a core-dump when user commands
9280 are infinitly recursive.
9281
a88376a3
KB
92822002-04-12 Kevin Buettner <kevinb@redhat.com>
9283
9284 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9285 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9286 from tdep struct instead of DEFAULT_LR_SAVE.
9287 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9288 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9289 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9290
f2172603
MS
92912002-04-12 Michael Snyder <msnyder@redhat.com>
9292
694f61fb 9293 * Remote.c: Spelling fix.
20fe79c8
MS
9294 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9295 If no symbol found for "sbrk", try "_sbrk".
9296 (make_output_phdrs): Use bfd_section_name.
9297 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9298 * eval.c: Indentation fix-ups.
169a7369
MS
9299 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9300 in case it gets applied to an address that is already
9301 in the instruction space.
de74f71f
MS
9302 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9303 * symfile.c: Fix indentation, long lines.
f2172603
MS
9304 * source.c: White space fix-up.
9305
cda5a58a
AC
93062002-04-12 Andrew Cagney <cagney@redhat.com>
9307
9308 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9309 * frame.c (frame_register_read): New function. Return non-zero on
9310 success.
9311 (read_relative_register_raw_bytes_for_frame): Delete.
9312 (read_relative_register_raw_bytes): Delete.
9313 * frame.h (frame_register_read): Declare.
9314 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9315 * sh-tdep.c: Ditto.
9316 * infcmd.c (do_registers_info): Ditto.
9317 * hppa-tdep.c: Ditto.
9318 * rs6000-tdep.c: Ditto.
9319 * h8500-tdep.c: Ditto.
9320 * mips-tdep.c: Ditto.
9321 * h8300-tdep.c: Ditto.
9322 * z8k-tdep.c: Ditto.
9323
2ea5f656
KB
93242002-04-12 Kevin Buettner <kevinb@redhat.com>
9325
9326 From Jimi X <jimix@watson.ibm.com>:
9327 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9328 64-bit SysV ABI.
9329
27b15785
KB
93302002-04-12 Kevin Buettner <kevinb@redhat.com>
9331
9332 From Jimi X <jimix@watson.ibm.com>:
9333 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9334 bfd info.
9335
5d57ee30
KB
93362002-04-12 Kevin Buettner <kevinb@redhat.com>
9337
9338 From Jimi X <jimix@watson.ibm.com>:
9339 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9340 register sets for these processor variants.
9341
bc1e36ca
DJ
93422002-04-11 Daniel Jacobowitz <drow@mvista.com>
9343
bc1e36ca
DJ
9344 * regformats/reg-ppc.dat: Support FPSCR.
9345
e3f36dbd
KB
93462002-04-11 Kevin Buettner <kevinb@redhat.com>
9347
9348 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9349 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9350 Add fpscr as an invalid/unfetchable register.
9351 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9352 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9353 (fill_fpregset): Add support for register fpscr.
9354 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9355 (fill_gregset): Account for the fact that register ``mq'' might
9356 not exist.
9357 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9358 (registers_power): Add fpscr to register set at slot 71.
9359 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9360 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9361
943c9c25
MS
93622002-04-11 Michael Snyder <msnyder@redhat.com>
9363
9364 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9365 * configure: Regenerate.
9366 * config.in: Regenerate.
9367 * acconfig.h: Add define for _SYSCALL32.
9368 * core-sol2.c: Remove #define _SYSCALL32.
9369 * solib-legacy.c: Remove #define _SYSCALL32.
9370
d8c0a2e7
AC
93712002-04-10 Andrew Cagney <ac131313@redhat.com>
9372
9373 * stack.c (select_frame): Cleanup internal error message, do not
9374 use %p.
9375
7cc19214
AC
93762002-04-10 Andrew Cagney <ac131313@redhat.com>
9377
9378 * stack.c (select_frame): Check that selected_frame and the
9379 specified level are as expected.
9380 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9381 Update copyright.
9382 * frame.h (struct frame_info): Add field `level'. Update
9383 copyright.
9384 Work-in-progress PR gdb/464.
9385
67a2b77e
AC
93862002-04-10 Andrew Cagney <ac131313@redhat.com>
9387
9388 * maint.c (maint_print_section_info): Rename print_section_info.
9389 (print_bfd_section_info, print_objfile_section_info): Update.
9390 * inferior.h (struct gdbarch): Add opaque declaration.
9391 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9392 * gdbarch.h: Regenerate.
9393
8cfda98c
ML
93942002-04-10 Michal Ludvig <mludvig@suse.cz>
9395
9396 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9397 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9398 (kernel_u_size): Added.
9399 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9400 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9401
ca439ad2 94022002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9403
ca439ad2
JI
9404 * valarith.c (find_size_for_pointer_math): New function, either returns
9405 the size for a pointer's target, returns 1 for void *, or errors for
9406 incomplete types.
9407 (value_add, value_sub): use find_size_for_pointer_math.
9408
2f2893d9
DJ
94092002-04-09 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * linux-low.c (linux_look_up_symbols): New hook.
9412 (linux_target_ops): Add linux_look_up_symbols.
9413 * remote-utils.c (decode_address): New function.
9414 (look_up_one_symbol): New function.
9415 * server.c (handle_query): Call target look_up_symbols hook.
9416 * server.h (look_up_one_symbol): Add prototype.
9417 * target.h (struct target_ops): Add look_up_symbols hook.
9418
96cb11df
AC
94192002-04-09 Andrew Cagney <ac131313@redhat.com>
9420
9421 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9422 override FP_REGNUM with frame->fp. Update copyright.
9423 * parse.c (num_std_regs, std_regs): Delete.
9424 (target_map_name_to_register): Do not search std_regs. Update
9425 function description.
9426 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9427 declarations. Update copyright.
9428 Fix PR gdb/251.
361d1df0 9429
97658e92
DJ
94302002-04-09 Daniel Jacobowitz <drow@mvista.com>
9431
9432 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9433 after the last symbol in a block.
9434
6044e3eb
PM
94352002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9436
9437 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9438 is non zero as a found symbol.
9439
0406ec40
AC
94402002-04-08 Andrew Cagney <ac131313@redhat.com>
9441
9442 * findvar.c: Include "builtin-regs.h".
9443 (value_of_register): Call value_of_builtin_reg when applicable.
9444 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9445 (target_map_name_to_register): Call
9446 builtin_reg_map_name_to_regnum.
9447 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9448 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9449 (builtin_regs_h): Define.
9450 (builtin-regs.o): New target.
9451 (findvar.o): Add $(builtin_regs_h).
9452 * builtin-regs.c, builtin-regs.h: New files.
9453 * std-regs.c: New file.
9454 Partial fix for PR gdb/251.
9455
56a6dfb9
KB
94562002-04-08 Kevin Buettner <kevinb@redhat.com>
9457
9458 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9459 it's no longer required.
9460
3a808432
AC
94612002-04-08 Andrew Cagney <ac131313@redhat.com>
9462
9463 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9464
7c40d541
KB
94652002-04-08 Kevin Buettner <kevinb@redhat.com>
9466
9467 From Jimi X <jimix@watson.ibm.com>:
9468 * rs6000-tdep.c (rs6000_software_single_step): Use
9469 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9470 and size. Use target_insert_breakpoint() and
9471 target_remove_breakpoint() to insert and remove breakpoints
9472 instead of explicit memory reads and writes.
9473
cc9836a8
KB
94742002-04-08 Kevin Buettner <kevinb@redhat.com>
9475
9476 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9477 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9478 ELF_OBJECT_FORMAT ifdef.
9479
7495d1dc
KB
94802002-04-08 Kevin Buettner <kevinb@redhat.com>
9481
9482 From Jimi X <jimix@watson.ibm.com>:
9483 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9484
4288e836
KB
94852002-04-08 Kevin Buettner <kevinb@redhat.com>
9486
9487 From Jimi X <jimix@watson.ibm.com>:
9488 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9489 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9490
a4e4e501
MK
94912002-04-07 Mark Kettenis <kettenis@gnu.org>
9492
9493 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9494 s/asprintf/xasprintf/.
9495 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9496
006defba
AC
94972002-04-07 Andrew Cagney <ac131313@redhat.com>
9498
9499 I believe Jeff Law denies responsability for this one:
9500 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9501 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9502 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9503 Work-around for PR gdb/366.
9504
7aa83cac
EZ
95052002-04-07 Elena Zannoni <ezannoni@redhat.com>
9506
9507 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9508 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9509 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9510
cf1fcca1
EZ
95112002-04-07 Elena Zannoni <ezannoni@redhat.com>
9512
9513 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9514 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9515 information.
9516
3f289e6f
AC
95172002-04-07 Andrew Cagney <ac131313@redhat.com>
9518
9519 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9520 maintainer.
9521
129188f6
AC
95222002-04-07 Andrew Cagney <ac131313@redhat.com>
9523
9524 * README (Reporting Bugs in GDB): Document the bug web page as the
9525 prefered way of submitting bugs.
9526 Fix PR gdb/402.
9527
1200cd6e
AC
95282002-04-06 Andrew Cagney <ac131313@redhat.com>
9529
9530 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9531 -1. Update comment.
9532 * gdbarch.h, gdbarch.c: Re-generate.
9533
2853c33c
AS
95342002-04-07 Andreas Schwab <schwab@suse.de>
9535
9536 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9537 buffer to regcache_collect.
9538
c2169756
AC
95392002-04-06 Andrew Cagney <ac131313@redhat.com>
9540
9541 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9542 * gdbarch.c, gdbarch.h: Re-generate.
9543
25f1b008
AC
95442002-04-06 Andrew Cagney <ac131313@redhat.com>
9545
9546 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9547 declaration. Fix -Werror.
9548
59263426
DJ
95492002-04-05 Daniel Jacobowitz <drow@mvista.com>
9550
9551 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9552 * gdbarch.c: Regenerate.
9553
f5db4da3
MS
95542002-04-05 Michael Snyder <msnyder@redhat.com>
9555
80f8a6eb
MS
9556 * breakpoint.c (clear_command): Rewrite middle section to
9557 combine two loops with identical control conditions.
9558 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9559 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9560
ad3dcc5c
L
95612002-04-05 H.J. Lu (hjl@gnu.org)
9562
9563 * solib-svr4.c (bkpt_names): Add "__start".
9564
f32e7a74
AC
95652002-04-04 Andrew Cagney <ac131313@redhat.com>
9566
9567 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9568 as test for 64 bit target.
9569
8227c0ff
AC
95702002-04-05 Andrew Cagney <ac131313@redhat.com>
9571
9572 * h8500-tdep.c (h8500_write_fp): Delete function.
9573 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9574 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9575 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9576 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9577 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9578 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9579 (s390_write_fp):
9580 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9581 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9582 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9583 (d10v_write_fp): Delete function.
9584 * inferior.h (write_fp, generic_target_write_fp): Delete
9585 declarations.
9586 * regcache.c (generic_target_write_fp): Delete function.
9587 (write_fp): Delete function.
9588 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9589 * gdbarch.h, gdbarch.c: Regenerate.
9590 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9591 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9592 (sparc64_write_fp): Delete declaration.
9593 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9594 (h8500_write_fp): Delete declaration.
9595
2757dd86
AC
95962002-04-04 Andrew Cagney <ac131313@redhat.com>
9597
9598 * sparc-tdep.c (sparc64_write_fp): Delete.
9599 (sparc_push_dummy_frame): Replace write_fp call with code to store
9600 the FP directly.
9601 (sparc_gdbarch_init): Do not initialize write_fp.
9602
c69255e1
KB
96032002-04-05 Kevin Buettner <kevinb@redhat.com>
9604
9605 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9606 clause.
9607
ae767bfb
JB
96082002-03-29 Jim Blandy <jimb@redhat.com>
9609
9610 * stack.c (get_selected_block): Add new argument `addr_in_block',
9611 used to return the exact code address we used to select the block,
9612 not just the block.
9613 * blockframe.c (get_frame_block, get_current_block): Same.
9614 * frame.h (get_frame_block, get_current_block,
9615 get_selected_block): Update declarations.
9616 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9617 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9618
84d2ac95
MS
96192002-04-05 Michael Snyder <msnyder@redhat.com>
9620
9621 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9622 warning message.
9623
596aa3bf
JB
96242002-04-05 J. Brobecker <brobecker@gnat.com>
9625
9626 * utils.c (xfullpath): New function.
9627 * defs.h (xfullpath): Add declaration.
9628 * source.c (openp): Use xfullpath in place of gdb_realpath to
9629 avoid resolving the basename part of filenames when the
9630 associated file is a symbolic link. This fixes a potential
9631 inconsistency between the filenames known to GDB and the
9632 filenames it prints in the annotations.
9633 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9634 to be able to match a filename with either the real filename, or
9635 the name of any symbolic link to this file.
9636 (lookup_partial_symtab): Ditto.
9637
c02f5703
MS
96382002-04-04 Michael Snyder <msnyder@redhat.com>
9639
9640 * breakpoint.c: Add support for hardware breakpoints in overlays.
9641 (overlay_events_enabled): New state variable.
9642 (insert_breakpoints): Use overlay_events_enabled to decide
9643 whether to attempt to set a breakpoint at the overlay load addr.
9644 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9645 (remove_breakpoint): Use overlay_events_enabled to decide
9646 whether breakpoints need to be removed from overlay load addr.
9647 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9648 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9649 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9650 disable_overlay_breakpoints): Update overlay_events_enabled.
9651
5fb290d7
DJ
96522002-04-04 Daniel Jacobowitz <drow@mvista.com>
9653
9654 * dwarf2read.c (struct function_range): New.
9655 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9656 (check_cu_functions): New.
9657 (read_file_scope): Initialize global function lists.
9658 Call dwarf_decode_line after processing children.
9659 (read_func_scope): Add to global function list.
9660 (dwarf_decode_lines): Call check_cu_functions everywhere
9661 record_line is called. Call record_line with a linenumber
9662 of 0 to mark sequence ends.
9663
7b3fabf0
ML
96642002-04-04 Michal Ludvig <mludvig@suse.cz>
9665
361d1df0 9666 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9667 change sync with glibc.
9668
bce58c09
JB
96692002-04-03 Jim Blandy <jimb@redhat.com>
9670
9671 * configure.in: Call AC_C_INLINE.
9672 * configure: Regenerated.
361d1df0 9673
2fccf04a
DJ
96742002-04-01 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9677 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9678
2d1bfe2e
MK
96792002-03-31 Mark Kettenis <kettenis@gnu.org>
9680
a5941fbf
MK
9681 * NEWS: Mention gcore support on FreeBSD/i386.
9682
a90cd31d
MK
9683 * fbsd-proc.c: New file.
9684 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9685 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9686
2d1bfe2e
MK
9687 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9688 while statement.
9689
9eb6e5a1
JB
96902002-03-29 Jim Blandy <jimb@redhat.com>
9691
9692 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9693 unescaped newlines in string literals, but newer ones don't. So
9694 escape them.
9695
f02df580
MS
96962002-03-26 Michael Snyder <msnyder@redhat.com>
9697 Andrew Cagney <cagney@redhat.com>
9698
361d1df0 9699 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9700 restore file to memory.
9701 * cli/cli-dump.h: New file.
9702 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9703 * NEWS: Mention new commands.
f02df580 9704
109f874e
MS
97052002-03-28 Michael Snyder <msnyder@redhat.com>
9706
9707 * symfile.c (symbol_file_add): Move test for null symbols to later.
9708
520f6ade
AC
97092002-03-27 Andrew Cagney <ac131313@redhat.com>
9710
9711 From veksler at il.ibm.com:
9712 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9713 the xstrduped original path.
9714 Fix PR gdb/417.
9715
d4654627
MS
97162002-03-27 Michael Snyder <msnyder@redhat.com>
9717
9718 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9719 * infcmd.c (_initialize_infcmd): Ditto.
9720 * language.c (_initialize_language): Ditto.
9721 * symfile.c (_initialize_symfile): Ditto.
9722 * top.c (_init_main): Ditto.
9723 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9724
6be8bc0c
EZ
97252002-03-27 Elena Zannoni <ezannoni@redhat.com>
9726
9727 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9728 vector registers handling.
9729 (skip_prologue): Handle new AltiVec instructions. Fill in new
9730 fields of frame data.
9731 (frame_get_saved_regs): Fill in information for AltiVec registers.
9732
12af6855
JB
97332002-03-27 Jim Blandy <jimb@redhat.com>
9734
9735 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9736 a function; leave this macro here to invoke that function.
9737 (symbol_init_mangled_name): Declaration for that function.
9738 * symtab.c (symbol_init_mangled_name): New function.
9739
dc672865
AC
97402002-03-27 Andrew Cagney <ac131313@redhat.com>
9741
9742 * valarith.c: Replace strerror with safe_strerror.
9743 * tracepoint.c: Ditto.
9744 * lin-lwp.c: Ditto.
9745 * go32-nat.c: Ditto.
9746 * inflow.c: Ditto.
9747 * gnu-nat.c: Ditto.
9748
d96429cd
AS
97492002-03-27 Andreas Schwab <schwab@suse.de>
9750
9751 * event-top.c (command_line_handler): Remove useless if.
9752
7e336ba1
AJ
97532002-03-27 Andreas Jaeger <aj@suse.de>
9754
9755 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9756 comment.
9757
de220d0f
ML
97582002-03-27 Michal Ludvig <mludvig@suse.cz>
9759
9760 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9761 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9762 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9763 (x86_64_linux_dr_get_status, supply_gregset),
9764 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9765 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9766 (x86_64_register_info_table): Add.
9767 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9768 (x86_64_register_raw_size, x86_64_register_virtual_type),
9769 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9770 general x86_64_register_info_table.
9771 (i386_gdbarch_init): gdbarch_register_bytes is now set
9772 dynamicaly during initialization.
9773 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9774 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9775
0e98d0a7
DJ
97762002-03-27 Daniel Jacobowitz <drow@mvista.com>
9777
9778 * gdbserver/server.c (main): Call target_signal_to_host_p
9779 and target_signal_to_host on signals received from the remote.
9780 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9781 target_signal_from_host on signals sent to the remote.
9782 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9783 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9784
3130066b
DJ
97852002-03-27 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * signals/signals.c: Include "server.h" in gdbserver build.
9788 (target_signal_from_name): Don't use STREQ.
9789 (_initialize_signals): Likewise. Don't include function in
9790 gdbserver build.
9791
9aedf4f4
DJ
97922002-03-27 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * signals.c: Moved to...
9795 * signals/signals.c: Here.
7e336ba1 9796 * Makefile (signals.o): Update.
9aedf4f4 9797
3fa41cdb
JL
97982002-03-26 Jeff Law (law@redhat.com)
9799
9800 * somread.c (som_symtab_read): Remove some commented out code and
9801 updated related comments. Do not set the minimal symbol table to
9802 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9803 in a dynamic executable.
9804 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9805 where we are unable to find the minimal symbol for the given
9806 PC value.
9807
ee677e8d
MS
98082002-03-25 Jeff Law (law@redhat.com)
9809
9810 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9811
e76e1718
ML
98122002-03-25 Michal Ludvig <mludvig@suse.cz>
9813
9814 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9815
18a642a1
AC
98162002-03-23 Andrew Cagney <ac131313@redhat.com>
9817
9818 * command.h: Update copyright.
9819 (struct cmd_list_element): Replace definition with opaque
9820 declaration.
9821 (enum cmd_types): Document that it will eventually be moved to
9822 cli/cli-decode.h
9823 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9824 (MALLOCED_REPLACEMENT): Delete macro.
9825 * Makefile.in (cli_decode_h): Add $(command_h).
9826 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9827 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9828 * completer.c: Include "cli/cli-decode.h".
9829 * maint.c: Include "cli/cli-decode.h".
9830 * cli/cli-decode.h: Include "command.h".
9831 (enum command_class): Delete.
9832 (enum cmd_types): Comment out.
9833 (enum cmd_auto_boolean): Delete.
9834 (enum var_types): Delete.
9835
b2875cc0
AC
98362002-03-23 Andrew Cagney <ac131313@redhat.com>
9837
9838 * cli/cli-decode.c: Include "gdb_assert.h".
9839 (add_set_or_show_cmd): New static function.
9840 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9841 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9842 all fields, such as func, from the set command.
9843
3b45974e
AC
98442002-03-23 Andrew Cagney <ac131313@redhat.com>
9845
9846 * MAINTAINERS (sh-elf): Change warning flag to -w.
9847
823ca731
AC
98482002-03-23 Andrew Cagney <cagney@redhat.com>
9849
9850 * defs.h (error): Add printf format attribute.
9851 * thread-db.c (thread_from_lwp): Fix error format string.
9852 * stack.c (parse_frame_specification): Ditto.
9853 * cli/cli-decode.c (undef_cmd_error): Ditto.
9854 * scm-lang.c (scm_lookup_name): Ditto.
9855 * tracepoint.c (trace_error): Ditto.
9856 * remote-utils.c (usage): Ditto.
9857 * remote.c (compare_sections_command): Ditto.
9858 Fix PR gdb/328.
9859
0e101458
AC
98602002-03-22 Andrew Cagney <ac131313@redhat.com>
9861
9862 * gdbtypes.c (append_composite_type_field): New function.
9863 (init_composite_type): New function.
9864 * gdbtypes.h (append_composite_type_field): Declare.
9865 (init_composite_type): Ditto.
9866
8e0662df
EZ
98672002-03-22 Elena Zannoni <ezannoni@redhat.com>
9868
9869 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9870 function.
8e0662df
EZ
9871 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9872 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9873 structure returning convention for SYSV ABI case, but not
9874 for GNU/Linux, FreeBSD, or NetBSD.
9875
3121eff0
DJ
98762002-03-22 Daniel Jacobowitz <drow@mvista.com>
9877
9878 * symtab.h (lookup_block_symbol): Add mangled_name argument
9879 to prototype.
9880
9881 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9882 with new mangled_name argument.
9883 * linespec.c (decode_line_1): Likewise.
9884 * valops (value_of_this): Likewise.
9885 * symtab.c (lookup_transparent_type): Likewise.
9886 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9887 (lookup_symbol): If we are given a mangled name, pass it down
9888 to lookup_symbol_aux.
9889 (lookup_block_symbol): If we are given a mangled name to check
9890 against, only return symbols which match it.
9891
349b409f
CF
98922002-03-22 Christopher Faylor <cgf@redhat.com>
9893
9894 * win32-nat.c (child_create_inferior): Check for proper shell to use
9895 here, in case the user changes it on the fly.
9896 (_initialize_inftarg): Remove shell path considerations.
9897
2a873819
EZ
98982002-03-21 Elena Zannoni <ezannoni@redhat.com>
9899
9900 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9901 for gdbarch_max_register_raw_size and max_register_virtual_size.
9902 Adjust copyright year.
9903
a1b9830c
DJ
99042002-03-21 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9907 in a function to cover the entire beginning of the function
9908 as well if it does not already.
9909
8b5790f2
TR
99102002-03-21 Tom Rix <trix@redhat.com>
9911
9912 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9913 (rs6000_ptrace64): Renamed from ptrace64.
9914
bdbe5747
MH
99152002-03-20 Martin M. Hunt <hunt@redhat.com>
9916
9917 * gdbserver/remote-utils.c (remote_open): Don't call
9918 getprotobyname, we're all using TCP here so just use
9919 IPPROTO_TCP.
7e336ba1 9920 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9921
99222002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9923
bdbe5747
MH
9924 * regcache.c (_initialize_regcache): No need to call
9925 build_regcache() at this time; it gets called whenever
9926 the gdbarch changes.
9927
7781cd62
DB
99282002-03-20 David O'Brien <obrien@FreeBSD.org>
9929
9930 * sparc-nat.c: Include sys/param.h where possible.
9931
f65ca430
DJ
99322002-03-20 Daniel Jacobowitz <drow@mvista.com>
9933
9934 Fix PR gdb/422.
9935 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9936 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9937 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9938 complex types.
9939 * stabsread.c (rs6000_builtin_type): Likewise.
9940 (read_sun_floating_type): Likewise.
9941
0c867556
PS
99422002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9943
9944 * stabsread.c (read_member_functions): Remove skip code for duplicate
9945 constructor/destructor methods. Use standard parsing for these
9946 methods and just do not chain them to the list of methods after
9947 parsing.
9948
12b9c64f
AO
99492002-03-19 Alexandre Oliva <aoliva@redhat.com>
9950
9951 * coffread.c: Remove redundant static declarations. Replace
9952 occurrences of `PTR' with `void *'.
9953 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9954 * top.h (quit_cover): Likewise.
9955 * defs.h (catch_errors): Likewise.
9956
349c5d5f
AC
99572002-03-18 Andrew Cagney <ac131313@redhat.com>
9958
9959 * defs.h (XMALLOC): Define.
9960 * gdb-events.sh (XMALLOC): Delete macro.
9961 * gdb-events.c, gdb-events.h: Regenerate.
9962 * gdbarch.sh (XMALLOC): Delete macro.
9963 * gdbarch.c: Regenerate.
9964 * serial.c (XMALLOC): Delete macro.
9965 * ui-file.c (XMALLOC): Ditto.
9966 * ser-unix.h (XMALLOC): Ditto.
9967 * sh-tdep.c (XMALLOC): Ditto.
9968 * ui-out.c (XMALLOC): Ditto.
9969 * utils.c (XMALLOC): Ditto.
9970 * i386-tdep.c (XMALLOC): Ditto.
9971 * gdb-events.c (XMALLOC): Ditto.
9972 * d10v-tdep.c (XMALLOC): Ditto.
9973 * cli-out.c (XMALLOC): Ditto.
9974
9975 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9976 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9977 * ui-file.c, ui-out.c: Ditto.
9978
7d0766f3
AC
99792002-03-18 Andrew Cagney <ac131313@redhat.com>
9980
9981 * command.h (struct cmd_list_element): Add field context.
9982 (set_cmd_context, get_cmd_context): Declare.
9983 * cli/cli-decode.h: Ditto.
9984 * cli/cli-decode.c (get_cmd_context): New function.
9985 (set_cmd_context): New function.
9986 (add_cmd): Initialize context.
9987 Part of fixing PR gdb/145 and PR gdb/146.
9988
5913bcb0
AC
99892002-03-17 Andrew Cagney <ac131313@redhat.com>
9990
1868c04e
AC
9991 * cli/cli-decode.c (cmd_type): New function.
9992 * command.h (cmd_type): Declare.
9993 * infrun.c (set_schedlock_func): Call function cmd_type.
9994 * kod.c (kod_set_os): Call cmd_type.
9995 * cris-tdep.c (cris_version_update): Use function cmd_type.
9996 (cris_mode_update, cris_abi_update): Ditto.
9997
5913bcb0
AC
9998 * command.h: (execute_cmd_post_hook): Declare.
9999 (execute_cmd_pre_hook): Declare.
10000 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10001 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10002 functions. Execute pre/post hook while ensuring that afterwords
10003 hook_in is cleared.
10004 * top.c (execute_command): Use execute_cmd_post_hook, and
10005 execute_cmd_pre_hook to execute pre/post commands.
10006 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10007 hook_stop_stub.
10008 (hook_stop_stub): Call execute_cmd_pre_hook.
10009
b51450c9
AC
100102002-03-17 Andrew Cagney <ac131313@redhat.com>
10011
10012 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10013 set'' and this leads to a core dump. Move xstrdup of
10014 operating_system to after check that it is not NULL.
10015
f66c9f11
AC
100162002-03-17 Andrew Cagney <ac131313@redhat.com>
10017
8e694ecf
AC
10018 * kod.c (kod_set_os): Remove unnecessary check that
10019 ``command->type'' is set_cmd.
10020
f66c9f11
AC
10021 * valprint.c (set_input_radix): Use input_radix.
10022 (set_output_radix): Use output_radix.
10023 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10024 isn't reverted.
10025
9d01611c
AC
100262002-03-16 Andrew Cagney <ac131313@redhat.com>
10027
10028 * value.h (struct value): Delete field ``substring_addr''. Change
10029 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10030 force_core_addr_align and force_pointer_aligh.
10031
10032 * value.h (struct value): Fix typo in above change.
9d01611c 10033
4156bb53
PS
100342002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10035
10036 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10037 to fix internal_error from ``maintenance print architecture''.
10038
0e5e3ea6
PS
100392002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10040
10041 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10042 for gcc versions after gcc-2.8.1.
10043
9b013045
PS
100442002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10045
10046 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10047 for method resolution. Restore adjustment of ``this'' pointer after
10048 calling value_struct_elt, which was accidentally removed during the
10049 HP merge.
10050
376c9600
AC
100512002-03-15 Andrew Cagney <ac131313@redhat.com>
10052
10053 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10054 value_of_register.
10055 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10056 get_saved_register.
10057 * value.h (value_of_register): Update.
10058
a4db0f07
RH
100592002-03-14 Richard Henderson <rth@redhat.com>
10060
10061 * configure.in: Detect declaration for canonicalize_file_name.
10062 * utils.c (canonicalize_file_name): Declare, if needed.
10063 (gdb_realpath): Prefer realpath if available and usable.
10064 * config.in, configure: Rebuild.
10065
96383835
RH
100662002-03-14 Richard Henderson <rth@redhat.com>
10067
10068 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10069 a constant array bound.
10070
10071 * MAINTAINERS: Add myself to write-after-approval.
10072
75245b24
MS
100732002-03-14 Michael Snyder <msnyder@redhat.com>
10074
10075 * symfile.c (syms_from_objfile): Return immediately if no syms.
10076 (symbol_file_add): Return immediately if no syms.
10077 (find_sym_fns): Return immediately if no syms.
10078
e641a1ca
ML
100792002-03-13 Michal Ludvig <mludvig@suse.cz>
10080
10081 * gdbserver/remote-util.c (remote_open): Print remote-side's
10082 IP address when remote debugging over the network.
7e336ba1 10083
df08bfec
DB
100842002-03-12 David O'Brien <obrien@FreeBSD.org>
10085
10086 * config/sparc/fbsd.mh: Fix copyright.
10087 * config/sparc/fbsd.mt: Likewise.
10088
9a57864f
RE
100892002-03-11 Richard Earnshaw <rearnsha@arm.com>
10090
10091 * MAINTAINERS: Fix typo in name of gdb warnings option.
10092 (x86-64): Fix formating so that this can be parsed by awk.
10093
dd7bf85e
DJ
100942002-03-10 Daniel Jacobowitz <drow@mvista.com>
10095
10096 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10097 * defs.h: Include "gdb/signals.h".
10098 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10099
33a0a2ac
ML
101002002-03-10 Michal Ludvig <mludvig@suse.cz>
10101
10102 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10103 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10104 from x86-64-tdep.h
10105
dd824b04
DJ
101062002-03-10 Daniel Jacobowitz <drow@mvista.com>
10107 Don Howard <dhoward@redhat.com>
10108
10109 * mips-tdep.c (ST0_FR): Define.
10110 (mips2_fp_compat): New function, temporarily disabled.
10111 (mips_read_fp_register_single): New function.
10112 (mips_read_fp_register_double): New function.
10113 (mips_print_register): Use them.
10114 (do_fp_register_row): Likewise.
10115
6a41ff59
AC
101162002-03-09 Andrew Cagney <ac131313@redhat.com>
10117
10118 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10119 approval''.
10120
4ea09c10
PS
101212002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10122
10123 * stabsread.c (read_member_functions): Fix is_stub test for
10124 static member functions, improve comment.
10125
6ccc741d
RE
101262002-03-07 Richard Earnshaw <rearnsha@arm.com>
10127
10128 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10129 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10130 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10131 commands that set boolean values.
10132 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10133 (arm_rdi_resume): Always initialize PC.
10134 (arm_rdi_open): Don't use rslt as a boolean.
10135 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10136 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10137 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10138 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10139
438013df
AO
101402002-03-06 Alexandre Oliva <aoliva@redhat.com>
10141
10142 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10143 * configure: Rebuilt.
10144
70ed8774
SC
101452002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10146
10147 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10148 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10149
5ba2abeb
AC
101502002-03-06 Andrew Cagney <ac131313@redhat.com>
10151
10152 * cli/cli-decode.c (set_cmd_completer): New function.
10153 * command.h (set_cmd_completer): Declare.
10154 * cli/cli-decode.h (set_cmd_completer): Ditto.
10155
10156 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10157 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10158 * win32-nat.c (_initialize_inftarg): Ditto.
10159 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10160 * proc-api.c (_initialize_proc_api): Ditto.
10161 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10162 * source.c (_initialize_source): Ditto.
10163 * exec.c (_initialize_exec): Ditto.
10164 * solib.c (_initialize_solib): Ditto.
10165 * top.c (init_main): Ditto.
10166 * tracepoint.c (_initialize_tracepoint): Ditto.
10167 * symfile.c (_initialize_symfile): Ditto.
10168 * printcmd.c (_initialize_printcmd): Ditto.
10169 * infcmd.c (_initialize_infcmd): Ditto.
10170 * corefile.c (_initialize_core): Ditto.
10171
f779ca99
AC
101722002-03-05 Andrew Cagney <ac131313@redhat.com>
10173
10174 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10175
01a3934b
AC
101762002-03-05 Andrew Cagney <ac131313@redhat.com>
10177
10178 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10179
37057839
AC
101802002-03-05 Andrew Cagney <ac131313@redhat.com>
10181
10182 * NEWS: Update headings, 5.2 has branched.
10183
c6ecbae5
DJ
101842002-03-04 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10187 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10188 (register_addr, REGISTER_RAW_SIZE): Likewise.
10189 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10190 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10191
e9f30c21
ML
101922002-03-03 Michal Ludvig <mludvig@suse.cz>
10193
10194 * MAINTAINERS (x86-64): Add myself.
10195 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10196 changed value_ptr -> struct value *
10197
54394ac3
DB
101982002-03-01 David O'Brien <obrien@FreeBSD.org>
10199
10200 * configure.host (sparc64-*-freebsd): Add.
10201 * configure.tgt: Likewise.
10202 * config/sparc/fbsd.mh: New file.
10203 * config/sparc/fbsd.mt: Likewise.
10204 * config/sparc/nm-fbsd.h: Likewise.
10205 * config/sparc/tm-fbsd.h: Likewise.
10206
bfe95955
DJ
102072002-03-01 Daniel Jacobowitz <drow@mvista.com>
10208
10209 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10210 regformats/reg-s390x.dat.
10211
f33c6cbf
AC
102122002-03-01 Andrew Cagney <ac131313@redhat.com>
10213
10214 * utils.c: Add FIXME explaining true/false problem.
10215
5ecaa7dd
AC
102162002-02-28 Andrew Cagney <ac131313@redhat.com>
10217
10218 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10219
2a251cc2
MC
102202002-02-28 Michael Chastain <mec@shout.net>
10221
10222 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10223
6a8031a3 102242002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10225
10226 * gdbserver/linux-s390-low.c: New file.
10227 * regformats/reg-s390.dat: New file.
10228 * regformats/reg-s390x.dat: New file.
10229 * gdbserver/configure.srv: Add S/390.
10230 * gdbserver/Makefile.in: Add S/390.
10231 * configure.tgt: Enable gdbserver for S/390.
10232
ac469903
EZ
102332002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10234
10235 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10236 first line of the doc string for "info dos", except at the end of
10237 the sentence, since the short help stops at the first period.
10238
985cb1a3
JM
102392002-02-28 Jason Merrill <jason@redhat.com>
10240
10241 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10242
c570663e
FF
102432002-02-27 Fred Fish <fnf@redhat.com>
10244
10245 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10246 comment (dumy -> dummy).
10247
43630227
PS
102482002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10249
10250 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10251
b84911e8
RB
102522002-02-27 Rodney Brown <rbrown64@csc.com.au>
10253
10254 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10255
58caa3dc
DJ
102562002-02-27 Daniel Jacobowitz <drow@mvista.com>
10257
10258 * gdbserver/acconfig.h: New file.
10259 * gdbserver/i387-fp.c: New file.
10260 * gdbserver/i387-fp.h: New file.
10261 * gdbserver/linux-x86-64.c: New file.
10262 * regformats/reg-x86-64.dat: New file.
10263 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10264 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10265 * gdbserver/configure.in: Add support for regsets.
10266 * gdbserver/config.in: Regenerate.
10267 * gdbserver/configure: Regenerate.
10268 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10269 * gdbserver/linux-low.h: New file.
10270 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10271 for regsets.
10272 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10273 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10274 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10275 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10276 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10277 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10278 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10279 "i387-fp.h". Add PTRACE_GETREGS and friends.
10280 * gdbserver/regcache.c (supply_register): New function.
10281 (supply_register_by_name): New function.
10282 (collect_register): New function.
10283 (collect_register_by_name): New function.
10284
93652174
DJ
102852002-02-27 Daniel Jacobowitz <drow@mvista.com>
10286
10287 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10288 (config.status): Add configure.srv dependency.
10289 (server_h): Add config.h dependency.
10290
a02e4a61
DJ
102912002-02-27 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10294 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10295 * gdbserver/configure.srv: Change i386-*-linux* to use
10296 reg-i386-linux.o.
10297
ce0eebec
AC
102982002-02-26 Andrew Cagney <ac131313@redhat.com>
10299
10300 * x86-64-tdep.c: Re-indent. Update copyright date.
10301
82dbc5f7
AC
103022002-02-26 Andrew Cagney <ac131313@redhat.com>
10303
10304 From Michal Ludvig <mludvig@suse.cz>:
10305 * x86-64-tdep.c (value.h): Delete.
10306 (gdb_assert.h): Include.
10307 (x86_64_register_convert_to_virtual,
10308 x86_64_register_convert_to_raw ): Add check which lets only
10309 floating-point values to be converted.
10310 (value_push): Delete.
10311 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10312 (i386_gdbarch_init): Number of register_bytes fixed.
10313
e4621584
AC
103142002-02-26 Andrew Cagney <ac131313@redhat.com>
10315
10316 * MAINTAINERS: Add x86-64 target.
10317
81a9a963
AC
103182002-02-26 Andrew Cagney <ac131313@redhat.com>
10319
10320 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10321 * osfsolib.c (solib_map_sections): Ditto.
10322 * irix5-nat.c (solib_map_sections): Ditto.
10323 * corelow.c (gdb_check_format): Ditto.
10324 * symfile.c (symfile_bfd_open): Ditto.
10325 * solib.c (solib_map_sections): Ditto.
10326 Fix PR gdb/354.
7e336ba1 10327
0f017ab9
AC
103282002-02-26 Andrew Cagney <ac131313@redhat.com>
10329
10330 * remote.c (_initialize_remote): By default, disable ``e'' and
10331 ``E'' step out-of-range packets.
10332
75738c29
AS
103332002-02-26 Andreas Schwab <schwab@suse.de>
10334
10335 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10336 m68k_linux_frame_saved_pc.
10337 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10338 in_sigtramp.
10339 (SIGCONTEXT_PC_OFFSET): Remove.
10340 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10341 m68k_linux_sigtramp_saved_pc): New functions.
10342 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10343 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10344 (UCONTEXT_PC_OFFSET): Define.
10345 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10346 non-RT and RT signal trampolines.
10347
7e8ed687
RE
103482002-02-26 Richard Earnshaw <rearnsha@arm.com>
10349
10350 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10351 (TARGET_NBPG, STACK_END_ADDR): Delete
10352 (VARIABLES_INSIDE_BLOCK): Delete.
10353
6972bc8b
AC
103542002-02-25 Andrew Cagney <ac131313@redhat.com>
10355
10356 * utils.c (perror_with_name): Make string parameter constant.
10357 (print_sys_errmsg): Ditto.
10358 (query): Ditto.
10359 * defs.h (perror_with_name): Update.
10360 (print_sys_errmsg): Update.
10361 (query): Update.
10362
aa32f823
DJ
103632002-02-25 Daniel Jacobowitz <drow@mvista.com>
10364
10365 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10366 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10367
19caaa45
PS
103682002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10369
10370 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10371 if it already matches the current architecture from the exec file.
10372 Include arch-utils.h for gdbarch_info_init prototype.
10373 * Makefile.in (rs6000-nat.o): Update dependencies.
10374
d951901f
EZ
103752002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10376
10377 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10378 list of exported variables.
10379
7ea81414
DJ
103802002-02-24 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * gdbserver/configure.srv: New file.
10383 * gdbserver/configure.in: Use configure.srv instead
10384 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10385 from it.
10386 * gdbserver/configure: Regenerated.
10387 * gdbserver/terminal.h: New file.
10388 * gdbserver/Makefile.in: Update for configure changes. Remove
10389 more unneeded include paths.
10390
080fe24b
AC
103912002-02-24 Andrew Cagney <ac131313@redhat.com>
10392
10393 From wiz at danbala:
10394 * config/sparc/tm-sp64.h: Fix grammar and typos.
10395 Fix PR gdb/287.
10396
8605d56e
AC
103972002-02-24 Andrew Cagney <ac131313@redhat.com>
10398
10399 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10400 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10401 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10402 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10403 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10404 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10405 * s390-tdep.c: Ditto.
92362027
AC
10406 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10407 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10408 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10409 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10410 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10411 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10412 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10413 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10414 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10415 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10416 Fix PR gdb/378.
7e336ba1 10417
8ed32cc0
AC
104182002-02-23 Andrew Cagney <ac131313@redhat.com>
10419
a3007b6f
AC
10420 * lin-thread.c: Delete file.
10421 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10422 to gdb_proc_service.h.
10423 * configure: Re-generate.
10424
50a9e2f1
AC
10425 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10426 * serial.c (serial_open): Delete check for "ocd".
10427 Fix PR gdb/349.
10428
8b6e7932
AC
10429 * Makefile.in (linux-thread.o): Delete target.
10430 * linux-thread.c: Delete file.
10431
d155c46b
AC
10432 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10433 renamed SH files to be consistent.
10434
8ed32cc0
AC
10435 * symtab.c (sort_search_symbols): Use xfree.
10436
0e18d038
RE
104372002-02-23 Richard Earnshaw <rearnsha@arm.com>
10438
10439 * arm-linux-tdep.c (arm_linux_init_abi): Register
10440 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10441 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10442 definition with undef, since we don't want the sysvr4 definition.
10443 (SKIP_TRAMPOLINE_CODE): Likewise.
10444
27aac7ff
AC
104452002-02-23 Andrew Cagney <ac131313@redhat.com>
10446
10447 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10448
10449 * configure.in: (AC_CHECK_FUNCS) Added test for
10450 canonicalize_file_name Regenerated.
10451 * config.in, configure: Regenerated.
10452 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10453 defined use canonicalize_file_name.
7e336ba1 10454
65a6e0ee
MC
104552002-02-23 Michael Chastain <mec@shout.net>
10456
10457 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10458
47b95330
AC
104592002-02-23 Andrew Cagney <ac131313@redhat.com>
10460
10461 * README: Remove references to cygnus.com.
10462 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10463 dot com'' form. Remove references to cygnus.com and sourceware.
10464
696f451b
AC
104652002-02-23 Andrew Cagney <ac131313@redhat.com>
10466
10467 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10468 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10469 1003.1-2001 no longer allows "head -1".
10470 * gdb/Makefile.in (version.c): Likewise.
10471 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10472 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10473 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10474
bbaca940
AC
104752002-02-23 Andrew Cagney <ac131313@redhat.com>
10476
10477 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10478 * command.h (cmd_cfunc_eq): Declare.
10479 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10480
10481 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10482 ``struct cmd_list_element *''.
10483 * cli/cli-cmds.c (is_complete_command): Update. Use
10484 cmd_cfunc_eq.
10485 * top.c (execute_command): Pass the command to
10486 is_complete_command.
10487 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10488
b8b8b047
AC
104892002-02-23 Andrew Cagney <ac131313@redhat.com>
10490
10491 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10492 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10493 architecture defines.
10494 * s390-tdep.c (s390_gdbarch_init): Likewise.
10495
19d3fc80
RE
104962002-02-23 Richard Earnshaw <rearnsha@arm.com>
10497
10498 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10499 (arm_linux_push_arguments): Likewise.
10500 (arm_linux_init_abi): Register them. Also register linux-specific
10501 call_dummy_words.
10502 (find_minsym_and_objfile): Use strcmp, not STREQ.
10503 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10504 (arm_linux_call_dummy_words): Delete declaration.
10505 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10506 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10507 declarations.
10508 (LOWEST_PC): Delete.
10509
3ab13650
PS
105102002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10511
10512 * maint.c (print_section_info): Do not prepend `0x' to filepos
10513 output, it will be handled by local_hex_string_custom.
10514
19d3fc80 105152002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10516
10517 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10518 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10519 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10520
d85a5daf
JB
105212002-02-22 Jim Blandy <jimb@redhat.com>
10522
10523 Indicate that the bcache functions don't change the strings
10524 they're passed.
10525 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10526 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10527
eeb25b8a
PM
105282002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10529
10530 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10531
6badb179
CF
105322002-02-21 Christopher Faylor <cgf@redhat.com>
10533
10534 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10535 find the complete path to a loaded DLL.
10536
e8717518
FF
105372002-02-21 Fred Fish <fnf@redhat.com>
10538
10539 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10540 that marks the end of the range of a function, enter a line number
10541 entry that has a line number of zero and a PC offset that matches
10542 the end of the function. This starts a range of PC's for which no
10543 line number information is known.
10544 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10545 PC's for which no line number info is found (line number is zero)
10546 then we didn't find any valid line information.
10547 * symtab.h: Document use of zero line number entry.
10548
9abe5450
EZ
105492002-02-21 Elena Zannoni <ezannoni@redhat.com>
10550
10551 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10552 (have_ptrace_getvrregs): Define for run time checks.
10553 (gdb_vrregset_t): New type for Altivec register handling.
10554 (fetch_register, store_register): Fetch/store altivec register
10555 when needed.
10556 (fetch_altivec_register, store_altivec_register): New functions.
10557 (supply_vrregset, fill_vrregset): New functions.
10558 (fetch_altivec_registers, store_altivec_registers): New functions.
10559 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10560 registers as well.
10561
aaa38bb5
AJ
105622002-02-21 Jiri Smid <smid@suse.cz>
10563
10564 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10565
b34db576
RE
105662002-02-21 Richard Earnshaw <rearnsha@arm.com>
10567
10568 * Makefile.in (armnbsd-nat.o): Update dependencies.
10569 * armnbsd-nat.c (supply_gregset): New function. Common code to
10570 supply the integer register set.
10571 (supply_fparegset): New function. Similar for FPA registers.
10572 (fetch_regs, fetch_fp_regs): Use them.
10573 (fetch_core_registers): Likewise.
10574 (fetch_elfcore_registers): New function.
10575 (arm_netbsd_elfcore_fns): New core-file type specification.
10576 (_initialize_arm_netbsd_nat): Register it.
10577
3e56fc4b
RE
105782002-02-21 Richard Earnshaw <rearnsha@arm.com>
10579
10580 * armnbsd-nat.c: Include gdbcore.h.
10581 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10582 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10583 'void' to declaration, to shut up ARI.
10584 (fetch_core_registers): Make static. Rewrite using supply_register.
10585 (arm_netbsd_core_fns): New core-file type specification.
10586 (_initialize_arm_netbsd_nat): New function.
10587
097f6b0b
CF
105882002-02-21 Christopher Faylor <cgf@redhat.com>
10589
10590 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10591 value.
10592
c914e0cc
CF
105932002-02-20 Christopher Faylor <cgf@redhat.com>
10594
10595 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10596 fails.
10597
385fa495
DJ
105982002-02-20 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * jv-exp.y (parse_number): Change type of implicit longs
10601 to builtin_type_uint64.
10602
e5f1222d
DJ
106032002-02-20 Daniel Jacobowitz <drow@mvista.com>
10604
10605 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10606 to be an integer instead of a `union wait'.
10607
75c9abc6
DJ
106082002-02-20 Daniel Jacobowitz <drow@mvista.com>
10609
10610 * mips-linux-nat.c: Call the operating system GNU/Linux.
10611 * mips-linux-tdep.c: Likewise.
10612 * mips-tdep.c: Likewise.
10613
551792a5
DJ
106142002-02-20 Daniel Jacobowitz <drow@mvista.com>
10615
10616 Fix PR gdb/265.
10617 * jv-exp.y (parse_number): Handle 64-bit integers.
10618
ee6e2b82
DJ
106192002-02-20 Daniel Jacobowitz <drow@mvista.com>
10620
10621 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10622 AC_STDC_HEADERS to AC_HEADER_STDC.
10623 * gdbserver/configure: Regenerated.
10624
a48442a0
RE
106252002-02-20 Richard Earnshaw <rearnsha@arm.com>
10626
10627 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10628 is defined.
10629 * sparc-tdep.c (get_longjmp_target): Likewise.
10630
fe419ffc
RE
106312002-02-20 Richard Earnshaw <rearnsha@arm.com>
10632
10633 * News: Add news about ARM and Multi-arch. Mention the new target
10634 arm*-*-netbsd*.
10635
5832ed7e
JB
106362002-02-19 Jim Blandy <jimb@redhat.com>
10637
10638 * stabsread.c (error_type_complaint): Improve error message.
10639
84563040
DJ
106402002-02-19 Daniel Jacobowitz <drow@mvista.com>
10641
10642 * gdbserver/README: Update documentation.
10643 * gdbserver/configure.in: Update configury to match documentation.
10644 * gdbserver/Makefile.in: Likewise.
10645 * gdbserver/configure: Regenerated.
10646 * gdbserver/aclocal.m4: New file, generated by aclocal.
10647 * gdbserver/config.in: New file, generated by autoheader.
10648
375fd65b
RE
106492002-02-19 Richard Earnshaw <rearnsha@arm.com>
10650
10651 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10652 armnbsd-nat.c.
10653
08216dd7
RE
106542002-02-19 Richard Earnshaw <rearnsha@arm.com>
10655
10656 * arm-tdep.h (enum arm_float_model): New enum.
10657 (struct gdbarch_tdep): Add fp_model.
10658 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10659 up floating-point conversions until we know the floating-point model
10660 in use by the inferior. Don't complain about being unable to
10661 determine the ABI of the inferior when we don't have one.
10662 (arm_extract_return_value): Support different floating-point models.
10663 (arm_store_return_value): Likewise.
aaa38bb5 10664 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10665 ARM_FLOAT_SOFT.
10666 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10667
65d6d66a
PS
106682002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10669
10670 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10671 of ``current_gdbarch''.
10672
47221191
RE
106732002-02-19 Richard Earnshaw <rearnsha@arm.com>
10674
10675 * armnbsd-nat.c : ANSIfy all function declarations.
10676 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10677 (fetch_inferior_registers): Re-implement in terms of above.
10678 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10679 (store_inferior_registers): Re-implement in terms of above.
10680
fdf39c9a
RE
106812002-02-19 Richard Earnshaw <rearnsha@arm.com>
10682
aaa38bb5 10683 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10684 kernel.
10685 * arm-linux-tdep.c: Likewise.
10686 * config/arm/tm-linux.h: Likewise.
10687
93247f88
RE
106882002-02-19 Richard Earnshaw <rearnsha@arm.com>
10689
10690 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10691 * config/arm/nbsd.mt (TM_FILE): Delete.
10692 * config/arm/tm-nbsd.h: Delete.
10693
d7b486e7
RE
106942002-02-19 Richard Earnshaw <rearnsha@arm.com>
10695
10696 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10697 Initialize CALL_DUMMY_LENGTH.
10698
41d39a95
RE
106992002-02-19 Richard Earnshaw <rearnsha@arm.com>
10700
10701 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10702 function.
10703 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10704 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10705 defines one thing and that is incorrect for this port.
10706 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10707
e1195560
PM
107082002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10709
10710 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10711
c1748f97
PM
107122002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10713
10714 * win32-nat.c (display_selector): New function. Displays information
10715 about the information returned by GetThreadSelectorEntry API function.
10716 (display_selectors): New function. Displays the infomation of
10717 the selector given as argument, or of CS, DS ans FS selectors
10718 if no argument is given.
10719 ( _initialize_inftarg): Add "w32" as info prefix command.
10720 Add "info w32 selector" as command calling display_selectors.
10721
e41e6bbf
PM
107222002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10723
10724 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10725 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10726 if not defined.
10727
0d3a9f48
RE
107282002-02-18 Richard Earnshaw <rearnsha@arm.com>
10729
10730 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10731
3fb4b924
RE
107322002-02-18 Richard Earnshaw <rearnsha@arm.com>
10733
10734 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10735 (arm_fix_call_dummy): Call it.
10736 (arm_call_dummy_breakpoint_offset): Delete.
10737 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10738 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10739
7f55af32
AC
107402002-02-18 Andrew Cagney <ac131313@redhat.com>
10741
10742 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10743 Default to func_frame_chain_valid.
10744 * gdbarch.h, gdbarch.c: Re-generate.
10745 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10746
05f13b9c
EZ
107472002-02-18 Elena Zannoni <ezannoni@redhat.com>
10748
10749 * ppc-linux-nat.c: Update copyright.
10750 (fetch_register, store_register): Add tid parameter, don't compute
10751 tid here.
10752 (fetch_ppc_registers, store_ppc_registers): Add tid
10753 parameter. Pass it along to callees.
10754 (fetch_inferior_registers, store_inferior_registers): Compute tid
10755 here, and pass it to calleed functions.
10756 (fill_gregset, supply_fpregset): Clean up formatting.
10757
d7afb4c9
RE
107582002-02-18 Richard Earnshaw <rearnsha@arm.com>
10759
10760 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10761 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10762
9df628e0
RE
107632002-02-18 Richard Earnshaw <rearnsha@arm.com>
10764
10765 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10766 * gdbarch.c gdbarch.h: Regenerate.
10767 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10768 function.
10769 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10770 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10771 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10772
10773 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10774 * arm-tdep.c (arm_get_longjmp_target): New function.
10775 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10776 this to a positive value register arm_get_longjmp_target as the
10777 longjmp handler.
10778 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10779 (arm_linux_init_abi): Set up longjmp description in tdep.
10780 * armnbsd-nat.c (get_longjmp_target): Delete.
10781 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10782 description in tdep.
10783 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10784 (get_longjmp_target): Delete declaration.
10785 (GET_LONGJMP_TARGET): Delete.
10786 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10787 (GET_LONGJMP_TARGET): Delete.
10788
57bc8964
KB
107892002-02-17 Kevin Buettner <kevinb@redhat.com>
10790
10791 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10792 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10793 of ``current_gdbarch''.
10794
83d31a92
TT
107952002-02-17 Tom Tromey <tromey@redhat.com>
10796
10797 * cli/cli-cmds.c (compare_strings): New function.
10798 (complete_command): Only print each unique item once.
10799 * completer.h (complete_line): Declare.
10800 * completer.c (complete_line): New function.
10801 (line_completion_function): Use it.
10802
17ef5d92
AC
108032002-02-16 Andrew Cagney <ac131313@redhat.com>
10804
10805 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10806 * gdbarch.h, gdbarch.c: Re-generate.
10807
491b8946
DJ
108082002-02-16 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10811
108122002-02-16 Daniel Jacobowitz <drow@mvista.com>
10813
10814 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10815 * valops.c (value_arg_coerce): Don't take the address of a reference
10816 to convert an argument to a reference.
10817
dfe7f3ac
CF
108182002-02-15 Christopher Faylor <cgf@redhat.com>
10819
10820 * win32-nat.c (get_image_name): New function.
10821 (handle_load_dll): Use get_image_name function.
10822 (get_child_debug_event): Avoid registering debug events until possibly
10823 execed process is started.
10824 (child_create_inferior): Allow invocation via shell so that command
10825 line redirection, etc. works ok.
10826 (_initialize_inftarg): Add new command: "set shell" to control whether
10827 a shell is used to start a process.
10828
1d33e73a
DJ
108292002-02-15 Daniel Jacobowitz <drow@mvista.com>
10830
10831 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10832 instead of find_register_by_number.
10833 (cannot_store_register): Likewise.
10834
48cd0caa
PM
108352002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10836
aaa38bb5 10837 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10838 fprintf_unfiltered (gdb_stderr, ...).
10839
8656e7d8
DJ
108402002-02-15 Daniel Jacobowitz <drow@mvista.com>
10841
10842 * gdbserver/gdbserver.1: Document --attach.
10843
66e810cd
RE
108442002-02-15 Richard Earnshaw <rearnsha@arm.com>
10845
10846 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10847 descriptions.
10848 * arm-tdep.c (arm_default_arm_le_breakpoint)
10849 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10850 (arm_default_thumb_be_breakpoint): New. Initialize them from
10851 traditional breakpoint defines.
10852 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10853 (arm_gdbarch_init): Initialize new breakpoint variables.
10854 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10855 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10856 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10857 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10858 code out to ...
10859 (arm_netbsd_init_abi_common): ... here; new function.
10860 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10861 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10862 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10863 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10864
97e03143
RE
108652002-02-15 Richard Earnshaw <rearnsha@arm.com>
10866
10867 * arm-tdep.h (enum arm_abi): New enum.
10868 (struct gdbarch_tdep): New structure.
10869 (LOWEST_PC): Provide a default.
10870 (arm_gdbarch_register_os_abi): Declare new function.
10871 * arm-tdep.c (arm_abi_names): New array.
10872 (process_note_abi_tag_sections): New function.
10873 (get_elfosabi): New function.
10874 (arm_gdbarch_register_os_abi): New function.
10875 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10876 support for that ABI has been built in, then call the appropriate
10877 configuration routine. Use gdbarch_num_regs() to get the number
10878 of registers.
10879 (arm_dump_tdep): New function.
10880 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10881 place-holder functions.
10882 (_initialize_arm_tdep): Register them.
10883 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10884
10885 * armnbsd-tdep.c: New file.
10886 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10887 * config/arm/nbsd.mt (TDEPFILES): Add it.
10888 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10889
10890 * armnbsd-nat.c: Include regcache.h.
10891 * Makefile.in (armnbsd-nat.o): Update dependency list.
10892
10893 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10894
ad68be46
DJ
108952002-02-14 Daniel Jacobowitz <drow@mvista.com>
10896
10897 * gdbserver/Makefile.in: Fix typos in target rules.
10898
003d6d1d
DJ
108992002-02-14 Daniel Jacobowitz <drow@mvista.com>
10900
aaa38bb5 10901 Fix part of PR gdb/267.
003d6d1d
DJ
10902 * linespec.c (find_methods): Handle constructors specially for now.
10903
6b230f1b
CV
109042002-02-14 Corinna Vinschen <vinschen@redhat.com>
10905
10906 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10907 handling.
10908 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10909 standard_coerce_float_to_double().
10910
1ea98d12
CF
109112002-02-14 Christopher Faylor <cgf@redhat.com>
10912
10913 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10914 GDBINIT_FILENAME.
10915
dd47e6fd
EZ
109162002-02-14 Elena Zannoni <ezannoni@redhat.com>
10917
10918 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10919 find_variant_by_name, because it confuses the multiarch
10920 framework. Return NULL if there isn't an architecture with the
10921 user supplied name, instead of forcing a different one without
10922 recording the change with the multiarch machinery.
10923 (find_variant_by_name): Delete.
10924
d7e39b9e
PS
109252002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10926
10927 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10928 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10929
76e42a4f
MH
109302002-02-13 Martin M. Hunt <hunt@redhat.com>
10931
aaa38bb5 10932 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10933 print_frame_info_listing_hook, set current_source_symtab.
10934
0a30fbc4
DJ
109352002-02-14 Daniel Jacobowitz <drow@mvista.com>
10936
10937 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10938 and remove unused $(INCLUDE_DIR).
10939 Add regcache.c to OBS.
10940 Add generated register protocol files to clean target.
10941 Update dependencies for new objects, obsolete old target code.
10942
10943 * gdbserver/linux-low.c: Remove all platform-specific code to
10944 new files. Remove various dead code. Update to use regcache
10945 functionality.
10946 * gdbserver/remote-utils.c (fromhex): Add return statement
10947 to quiet warning.
10948 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10949 constant.
10950 (input_interrupt): Add integer parameter to match prototype
10951 of a signal handler.
10952 (outreg): Use register_data ().
10953 (prepare_resume_reply): Use gdbserver_expedite_regs.
10954 * gdbserver/server.c (main): Dynamically allocate own_buf because
10955 PBUFSIZ is no longer constant. Use registers_to_string () and
10956 registers_from_string ().
10957 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10958 for error (), fatal (), and warning (). Update definition of
10959 PBUFSIZ to use regcache functionality. Add include guard.
10960 * gdbserver/utils.c (fatal): Add missing ``const''.
10961 (warning): New function.
10962
10963 * regformats/regdat.sh: Include "regcache.h" in generated files.
10964 Provide init_registers () function.
10965 * regformats/regdef.h: Add prototype for set_register_cache ().
10966 Add include guard.
10967
10968 * gdbserver/linux-arm-low.c: New file.
10969 * gdbserver/linux-i386-low.c: New file.
10970 * gdbserver/linux-ia64-low.c: New file.
10971 * gdbserver/linux-m68k-low.c: New file.
10972 * gdbserver/linux-mips-low.c: New file.
10973 * gdbserver/linux-ppc-low.c: New file.
10974 * gdbserver/linux-sh-low.c: New file.
10975
10976 * gdbserver/regcache.c: New file.
10977 * gdbserver/regcache.h: New file.
10978
10979 * gdbserver/low-linux.c: Removed obsolete file.
10980
4cc841d0
DJ
109812002-02-14 Daniel Jacobowitz <drow@mvista.com>
10982
10983 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10984 * config/i386/linux.mt: Likewise.
10985 * config/ia64/linux.mt: Likewise.
10986 * config/m68k/linux.mh: Likewise.
10987 * config/powerpc/linux.mh: Likewise.
10988 * config/mips/linux.mt: Likewise.
10989
10990 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10991
10992 * config/i386/i386lynx.mh: Mark gdbserver variables
10993 as (currently) obsolete for this target.
10994 * config/i386/nbsd.mt: Likewise.
10995 * config/i386/nbsdelf.mt: Likewise.
10996 * config/m32r/m32r.mt: Likewise.
10997 * config/m68k/m68klynx.mh: Likewise.
10998 * config/m68k/nbsd.mt: Likewise.
10999 * config/m68k/sun3os4.mh: Likewise.
11000 * config/mips/vr5000.mt: Likewise.
11001 * config/ns32k/nbsd.mt: Likewise.
11002 * config/pa/hppabsd.mh: Likewise.
11003 * config/pa/hppaosf.mh: Likewise.
11004 * config/powerpc/nbsd.mt: Likewise.
11005 * config/rs6000/rs6000lynx.mh: Likewise.
11006 * config/s390/s390.mt: Likewise.
11007 * config/s390/s390x.mt: Likewise.
11008 * config/sparc/sparclynx.mh: Likewise.
11009 * config/sparc/sun4os4.mh: Likewise.
11010 * config/i386/x86-64linux.mt: Likewise.
11011 * config/sparc/linux.mh: Likewise.
11012
a85f51e7
DJ
110132002-02-14 Daniel Jacobowitz <drow@mvista.com>
11014
11015 * configure.tgt: Configure gdbserver only for known working
11016 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11017 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11018 SUBDIRS if it is configured. Update comment for ${nativefile}.
11019 * configure: Regenerated.
11020
65554fef
MS
110212002-02-13 Michael Snyder <msnyder@redhat.com>
11022
670a52db
MS
11023 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11024
6dbdc4a3
MS
11025 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11026 (default_gcore_mach): Just return 0, work around a problem in bfd.
11027 (default_gcore_target): OK to return NULL if exec_bfd is null.
11028 (make_mem_sec): Use a cast, avoid a warning.
11029
11030 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11031 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11032 sizeof (host pointer) != sizeof (target pointer)).
11033 (procfs_make_note_section): Avoid overflow in psargs string.
11034
aaa38bb5 11035 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11036 implementation return an error.
11037
110382002-02-13 Rodney Brown <rbrown64@csc.com.au>
11039
11040 * procfs.c (procfs_make_note_section): Provide a default definition
11041 (for alpha-dec-osf4.0f). Fix typos.
11042
1e4d76e7
EZ
110432002-02-13 Elena Zannoni <ezannoni@redhat.com>
11044
11045 * linux-proc.c: Add include of regcache.h.
11046 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11047
b6d1a1d5
AC
110482002-02-13 Andrew Cagney <ac131313@redhat.com>
11049
11050 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11051 * memattr.c (create_mem_region): Disallow useless empty region.
11052 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11053 non-overlapping.
b6d1a1d5 11054
6c6ea35e
MC
110552002-02-13 Michael Chastain <mec@shout.net>
11056
11057 * defs.h: Kill CONST_PTR.
11058 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11059 * c-lang.c (c_builtin_types): Likewise.
11060 * ch-lang.c (ch_builtin_types): Likewise.
11061 * f-lang.c (f_builtin_types): Likewise.
11062 * language.c (unknown_builtin_types): Likewise.
11063 * m2-lang.c (m2_builtin_types): Likewise.
11064 * p-lang.c (pascal_builtin_types): Likewise.
11065 * scm-lang.c (c_builtin_types): Likewise.
11066
3e0b0f48
KS
110672002-02-13 Keith Seitz <keiths@redhat.com>
11068
11069 * arm-tdep.h (arm_get_next_pc): Add declaration.
11070
67255d04
RE
110712002-02-13 Richard Earnshaw <rearnsha@arm.com>
11072
11073 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11074 with other related struct-returning functions.
11075 (arm_extract_struct_value_address): New function.
11076 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11077 initialize float_format, double_format and long_double_format as
11078 appropriate to the endianness of the target.
11079 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11080 (arm_use_struct_convention): Delete declaration.
11081 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11082
079777f6
KS
110832002-02-13 Keith Seitz <keiths@redhat.com>
11084
11085 * defs.h (core_addr_to_string_nz): New function.
11086
34588f23
MK
110872002-02-13 Mark Kettenis <kettenis@gnu.org>
11088
11089 Apply missing bits of 2002-01-15 patch.
11090 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11091 (fill_fpregset): Use i387_fill_fsave.
11092
49b563f9
KS
110932002-02-12 Keith Seitz <keiths@redhat.com>
11094
49b563f9
KS
11095 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11096 (core_addr_to_string_nz): New function.
11097
aeb98c60
RE
110982002-02-11 Richard Earnshaw <rearnsha@arm.com>
11099
11100 * arm-linux-nat.c: Really include arm-tdep.h.
11101 * config/arm/tm-linux.h (struct type, struct value): Declare.
11102
65554fef
MS
111032002-02-11 Michael Snyder <msnyder@redhat.com>
11104
11105 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11106 (gcore section): Ifdef for Solaris and Unixware only.
11107 (procfs_do_thread_registers): Unixware needs one lwpstatus
11108 per thread (not one prstatus or pstatus).
11109 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11110 not over all gdb threads. For unixware, call elfcore_write_pstatus
11111 once before iterating over threads.
11112
34e8f22d
RE
111132002-02-11 Richard Earnshaw <rearnsha@arm.com>
11114
11115 * arm-tdep.h: New file.
11116 * arm-tdep.c: Include arm-tdep.h.
11117 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11118 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11119 (arm_print_float_info, arm_register_type, convert_to_extended)
11120 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11121 (arm_extract_return_value, arm_register_name): Make static.
11122 (arm_software_single_step): Similarly. Fix types in declaration.
11123 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11124 (arm_store_return_value, arm_store_struct_return): New functions.
11125 (arm_gdbarch_init): Register the above functions. Also register
11126 call_dummy_start_offset, sizeof_call_dummy_words,
11127 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11128 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11129 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11130 prologue_cache.saved_regs here, rather than ...
11131 (_initialize_arm_tdep): ... here.
11132 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11133 declarations.
11134 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11135 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11136 (arm_print_float_info, arm_register_type, convert_to_extended)
11137 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11138 (arm_extract_return_value, arm_register_name): Delete declarations.
11139 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11140 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11141 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11142 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11143 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11144 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11145 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11146 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11147 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11148 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11149 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11150 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11151 interface.
11152 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11153 * remote-rdi.c remote-rdp.c: Likewise.
11154 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11155 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11156 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11157 definition.
11158
11159 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11160 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11161 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11162 from non-ARM_ prefixed definitions.
11163 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11164 all uses of above.
11165 * remote-rdi.c remote-rdp.c: Likewise.
11166 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11167
148754e5
RE
111682002-02-11 Richard Earnshaw <rearnsha@arm.com>
11169
11170 * arm-tdep.c (arm_frameless_function_invocation)
11171 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11172 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11173 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11174 (arm_pop_frame, arm_get_next_pc): Make static.
11175 (arm_gdbarch_init): Register above in gdbarch structure.
11176 (arm_read_fp): Renamed from arm_target_read_fp.
11177 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11178 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11179 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11180 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11181 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11182 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11183 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11184 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11185 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11186 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11187 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11188
434d2d4f
DJ
111892002-02-10 Daniel Jacobowitz <drow@mvista.com>
11190
11191 * symtab.c (compare_search_syms): New function.
11192 (sort_search_symbols): New function.
11193 (search_symbols): Sort symbols after searching rather than
11194 before.
11195
55241689
AC
111962002-02-10 Andrew Cagney <ac131313@redhat.com>
11197
11198 * NEWS: Linux -> GNU/Linux.
11199
028c194b
AC
112002002-02-10 Andrew Cagney <ac131313@redhat.com>
11201
11202 * gdbarch.sh: For for level one methods, disallow a definition
11203 when partially multi-arched. Add comments explaining rationale.
11204 * gdbarch.h: Re-generate.
11205
6acf50cd
AC
112062002-02-10 Andrew Cagney <ac131313@redhat.com>
11207
11208 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11209 multi-arch partial.
aaa38bb5 11210
50248794
AC
112112002-02-10 Andrew Cagney <ac131313@redhat.com>
11212
11213 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11214 field. Use diff -u.
11215 * gdbarch.c: Re-generate.
11216
c30e0066
AC
112172002-02-10 Andrew Cagney <ac131313@redhat.com>
11218
9b56c5f3 11219 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11220 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11221 partial.
11222
6e6d6484
AC
112232002-02-10 Andrew Cagney <ac131313@redhat.com>
11224
11225 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11226 multi-arch partial.
11227 (PUSH_ARGUMENTS): Switch to using predefault.
11228 * gdbarch.c: Regenerate.
11229
c203844d
AC
112302002-02-10 Andrew Cagney <ac131313@redhat.com>
11231
11232 * valops.c (PUSH_ARGUMENTS): Delete definition.
11233 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11234 partial. Default to default_push_arguments.
11235 * gdbarch.h, gdbarch.c: Regenerate.
11236
b5a2688f
AC
112372002-02-09 Andrew Cagney <ac131313@redhat.com>
11238
11239 * defs.h (throw_exception): Rename return_to_top_level. Update
11240 comments.
11241 * utils.c (error_stream, internal_verror, quit): Ditto.
11242 * top.c (throw_exception, catcher): Ditto.
11243 * sparclet-rom.c (sparclet_load): Ditto.
11244 * remote.c (interrupt_query, minitelnet): Ditto.
11245 * remote-sds.c (interrupt_query): Ditto.
11246 * remote-mips.c (mips_error, mips_kill): Ditto.
11247 * ocd.c (interrupt_query): Ditto.
11248 * monitor.c (monitor_interrupt_query): Ditto.
11249 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11250 * target.h: Update comment.
aaa38bb5 11251
b5a2688f 11252 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11253
2fa5c1e0
AC
112542002-02-09 Andrew Cagney <ac131313@redhat.com>
11255
11256 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11257 default_double_format.
11258 * gdbarch.h, gdbarch.c: Re-generate.
11259 * findvar.c (floatformat_unknown): Delete variable definition.
11260 * doublest.h (floatformat_unknown): Delete variable declaration.
11261
da966255
JB
112622002-02-09 Jim Blandy <jimb@redhat.com>
11263
11264 * stabsread.c (read_type): Add code to parse Sun's syntax for
11265 prototyped function types.
11266
123a4891
AC
112672002-02-09 Andrew Cagney <ac131313@redhat.com>
11268
11269 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11270 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11271
fb39c8f3
PS
112722002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11273
11274 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11275 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11276 now _initialize_xcoffsolib gets called again and overrides the
11277 commands from solib.c in a native configuration.
11278
0b87a11d
MK
112792002-02-09 Mark Kettenis <kettenis@gnu.org>
11280
11281 * doublest.c (store_typed_floating): Don't try to return a value.
11282 Fixes PR gdb/290.
11283
bdc2fc72
JB
112842002-02-08 Jim Blandy <jimb@redhat.com>
11285
11286 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11287 is prototyped and has no arguments, print its argument list as
11288 `(void)'.
11289
da69bbcf
CD
112902002-02-08 Chris Demetriou <cgd@broadcom.com>
11291
11292 * MAINTAINERS (write-after-approval): Add myself.
11293 (paper-trail): I've escaped!
aaa38bb5 11294
b69571f5
CF
112952002-02-08 Christopher Faylor <cgf@redhat.com>
11296
11297 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11298 changes.
11299 (_initialize_check_for_gdb_ini): Ditto.
11300
f6871398
MH
113012002-02-08 Martin M. Hunt <hunt@redhat.com>
11302
11303 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11304 xaprintf -> xasprintf.
11305
4e52d31c
PM
113062002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11307
11308 * win32-nat.c: Remove use of printf and sprintf functions.
11309
39bbf761
RE
113102002-02-08 Richard Earnshaw <rearnsha@arm.com>
11311
11312 * arm-tdep.c (arm_frame_chain_valid): Make static.
11313 (arm_push_arguments): Likewise.
11314 (arm_gdbarch_init): New function.
11315 (_initialize_arm_tdep): Call it.
11316 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11317 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11318 (FRAME_CHAIN_VALID): Delete.
11319 (arm_frame_chain_valid): Delete declaration.
11320 (PUSH_ARGUMENTS): Delete.
11321 (arm_push_arguments): Delete declaration.
11322 (CALL_DUMMY_P): Delete.
11323
9c9532c9
CV
113242002-02-08 Andrew Cagney <ac131313@redhat.com>
11325 Corinna Vinschen <vinschen@redhat.com>
11326
11327 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11328 on builtin float types.
11329
4e8f7a8b
DJ
113302002-02-08 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * utils.c: Include <curses.h> before "bfd.h".
11333 * tui/tui-hooks.c: Likewise.
11334 * tui/tui.c: Likewise.
11335 * tui/tuiCommand.c: Likewise.
11336 * tui/tuiData.c: Likewise.
11337 * tui/tuiDataWin.c: Likewise.
11338 * tui/tuiDisassem.c: Likewise.
11339 * tui/tuiGeneralWin.c: Likewise.
11340 * tui/tuiIO.c: Likewise.
11341 * tui/tuiLayout.c: Likewise.
11342 * tui/tuiRegs.c: Likewise.
11343 * tui/tuiSource.c: Likewise.
11344 * tui/tuiSourceWin.c: Likewise.
11345 * tui/tuiStack.c: Likewise.
11346 * tui/tuiWin.c: Likewise.
11347
cd4bffcf
EZ
113482002-02-07 Elena Zannoni <ezannoni@redhat.com>
11349
11350 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11351 to include space for pseudoregs as well. Update loops accordingly.
11352 (sh_fp_frame_init_saved_regs): Ditto.
11353 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11354
26806ce2
AC
113552002-02-07 Andrew Cagney <ac131313@redhat.com>
11356
11357 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11358 Add Richard Earnshaw to Arm maintainers.
11359
97fdab62
AC
113602002-02-07 Andrew Cagney <ac131313@redhat.com>
11361
a6b98203
AC
11362 * defs.h (warning_begin): Delete declaration.
11363
97fdab62
AC
11364 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11365 Delete macro.
11366
78b29b40
MS
113672002-02-07 Michael Snyder <msnyder@redhat.com>
11368
aaa38bb5 11369 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11370 Logic bug, remove misplaced else.
11371
d8849953
KD
113722002-02-07 Klee Dienes <klee@apple.com>
11373
11374 * fork-inferior.c (fork_inferior): Add '!' to the list of
11375 characters that need to be quoted when building a string for the
11376 shell. Quote '!' specifically with a backslash, since CSH chokes
11377 when trying to evaluate "str!str".
aaa38bb5 11378
095778a0
NC
113792002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11380
11381 * rdi-share/host.h: Only provide a typedef for bool if it is not
11382 defined.
11383
1900040c
MS
113842002-02-04 Michael Snyder <msnyder@redhat.com>
11385
11386 * breakpoint.h (enum bptype): Add new overlay event bp type.
11387 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11388
1900040c
MS
11389 * breakpoint.c (create_internal_breakpoint): New function.
11390 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11391 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11392 (create_thread_event_breakpoint): Ditto.
11393 (create_solib_event_breakpoint): Ditto.
11394 (create_overlay_event_breakpoint): New function.
11395 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11396 (update_breakpoints_after_exec): Delete and re-initialize
11397 overlay event breakpoints after an exec. Add FIXME comment
11398 about longjmp breakpoint.
11399 (print_it_typical): Ignore overlay event breakpoints.
11400 (print_one_breakpoint): Ditto.
11401 (mention): Ditto.
11402 (bpstat_what): Do not stop for overlay event breakpoints.
11403 (delete_breakpoint): Don't delete overlay event breakpoints.
11404 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11405 (breakpoint_re_set): Re-create overlay event breakpoint.
11406
11407 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11408 (overlay_manual_command): Disable overlay breakpoints.
11409 (overlay_off_command): Disable overlay breakpoints.
11410
082fc60d
RE
114112002-02-06 Richard Earnshaw <rearnsha@arm.com>
11412
11413 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11414 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11415 to here from config/tm-arm.h.
11416 (coff_sym_is_thumb): Make static.
11417 (arm_elf_make_msymbol_special): New function.
11418 (arm_coff_make_msymbol_special): New function.
11419 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11420 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11421 (coff_sym_is_thumb): Delete declaration.
11422 (arm_elf_make_msymbol_special): Declare.
11423 (arm_coff_make_msymbol_special): Declare.
11424 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11425 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11426
039c5766
RE
114272002-02-06 Richard Earnshaw <rearnsha@arm.com>
11428
11429 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11430
114312002-02-06 Richard Earnshaw <rearnsha@arm.com>
11432
11433 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11434 * gdbarch.c gdbarch.h: Regenerate.
11435 * arch-utils.c (default_print_float_info): New function.
11436 * arch-utils.h (default_print_float_info): Prototype it.
11437 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11438 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11439 (PRINT_FLOAT_INFO): Document it.
11440
11441 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11442 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11443 (PRINT_FLOAT_INFO): Define.
11444
58fa08f0
PM
114452002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11446
aaa38bb5 11447 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11448 Add typecast to sprintf argument to suppress a warning.
11449
7393af7c
PM
114502002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11451
58fa08f0 11452 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11453 to allow easier handling of pass state.
11454 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11455 that gives exception name and address.
11456 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11457 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11458 exceptions added.
aaa38bb5
AJ
11459 (child_continue): Correctly report continue_status.
11460 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11461 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11462 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11463 the exception should be passed to debuggee or not.
11464
6af4589c
MS
114652002-02-05 Michael Snyder <msnyder@redhat.com>
11466
11467 * regcache.c (fetch_register): Call target_fetch_register
11468 only if we don't call FETCH_PSEUDO_REGISTER.
11469 (store_register): Call target_store_register only if we
11470 don't call STORE_PSEUDO_REGISTER.
11471
a2cf933a
EZ
114722002-02-05 Elena Zannoni <ezannoni@redhat.com>
11473
11474 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11475 ELF_MAKE_MSYMBOL_SPECIAL.
11476 * gdbarch.c, gdbarch.h: Regenerate.
11477 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11478 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11479 * elfread.c (elf_symtab_read): Compile use of
11480 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11481 multiarched.
11482 * coffread.c (coff_symtab_read): Ditto, for
11483 COFF_MAKE_MSYMBOL_SPECIAL.
11484
6bb7be43
JB
114852002-02-05 Jim Blandy <jimb@redhat.com>
11486
11487 * solib-svr4.c (svr4_truncate_ptr): New function.
11488 (svr4_relocate_section_addresses): Do the address arithmetic with
11489 the appropriate truncation for target addresses, even when
11490 CORE_ADDR is larger than a target address.
11491
e18651ec
DJ
114922002-02-05 Daniel Jacobowitz <drow@mvista.com>
11493
11494 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11495 to (int *).
11496
6b2725be
DJ
114972002-02-05 Daniel Jacobowitz <drow@mvista.com>
11498
11499 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11500 code.
11501
fca9e603
DJ
115022002-02-05 Daniel Jacobowitz <drow@mvista.com>
11503
11504 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11505
6c537a52
DJ
115062002-02-05 Daniel Jacobowitz <drow@mvista.com>
11507
11508 * gdbserver/linux-low.c: Remove unused include files.
11509
d844cde6
DJ
115102002-02-05 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11513 (read_inferior_memory): Use it.
11514 (write_inferior_memory): Likewise.
11515
d07c63e7
DJ
115162002-02-05 Daniel Jacobowitz <drow@mvista.com>
11517
11518 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11519 grubbing through sys_errlist.
11520
da6d8c04
DJ
115212002-02-05 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11524
5b421780
PM
115252002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11526 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11527
9f60d481
AC
115282002-02-04 Andrew Cagney <ac131313@redhat.com>
11529
11530 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11531 (do_sfunc, set_cmd_sfunc): New functions.
11532
11533 * command.h (struct cmd_list_element): Add field func.
11534 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11535 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11536 * cli/cli-decode.h: Ditto.
11537
11538 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11539 (help_all, help_cmd_list): Ditto.
11540 (find_cmd, complete_on_cmdlist): Ditto.
11541 * top.c (execute_command): Ditto.
11542
11543 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11544 function.sfunc.
11545
11546 * infcmd.c (notice_args_read): Fix function signature.
11547
11548 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11549 * cli/cli-decode.c (add_set_cmd): Ditto.
11550 * utils.c (initialize_utils): Ditto.
11551 * maint.c (_initialize_maint_cmds): Ditto.
11552 * infrun.c (_initialize_infrun): Ditto.
11553 * demangle.c (_initialize_demangler): Ditto.
11554 * remote.c (add_packet_config_cmd): Ditto.
11555 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11556 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11557 * proc-api.c (_initialize_proc_api): Ditto.
11558 * kod.c (_initialize_kod): Ditto.
11559 * valprint.c (_initialize_valprint): Ditto.
11560 * top.c (init_main): Ditto.
11561 * infcmd.c (_initialize_infcmd): Ditto.
11562 * corefile.c (_initialize_core): Ditto.
11563 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11564 * arch-utils.c (initialize_current_architecture): Ditto.
11565 (_initialize_gdbarch_utils): Ditto.
11566 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11567
11568 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11569 * wince.c (_initialize_inftarg): Ditto.
11570 * symfile.c (_initialize_symfile): Ditto.
11571 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11572 * language.c (_initialize_language): Ditto.
11573 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11574
f9ba0717
MS
115752002-02-04 Michael Snyder <msnyder@redhat.com>
11576
11577 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11578
0c74b2a7
DJ
115792002-02-04 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11582 Add rules for building the register data files.
11583
c638789f
DJ
115842002-02-04 Daniel Jacobowitz <drow@mvista.com>
11585
11586 * regformats/regdat.sh: Add braces to the definition of
11587 expedite_regs_${arch}.
11588
db253027
DJ
115892002-02-04 Daniel Jacobowitz <drow@mvista.com>
11590
11591 * regformats/regdef.h (struct reg): Add comment describing the
11592 requirements for offset and size fields.
11593
206be19c
AS
115942002-02-04 Andreas Schwab <schwab@suse.de>
11595
11596 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11597 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11598
181c1381
RE
115992002-02-04 Richard Earnshaw <rearnsha@arm.com>
11600
11601 * gdbarch.sh (copyright): Update years in generated header.
11602 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11603 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11604 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11605 * dbxread.c: Likewise.
11606 * dwarfread.c: Likewise.
11607 * elfread.c: Likewise.
11608 * somread.c: Likewise.
11609
11610 * arm-tdep.c (arm_smash_text_address): New function.
11611 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11612
fa4ba8da
PM
116132002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11614
11615 Add support for hardware watchpoints on win32 native.
aaa38bb5 11616 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11617 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11618 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11619 of debug registers.
11620 (debug_registers_changed): New variable. Reflects when debug registers
11621 are changed and need to be written to inferior.
aaa38bb5 11622 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11623 was set, used when new threads are created.
11624 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11625 i386-nat code.
11626 (thread_rec): Set dr array if id is the thread of current_event .
11627 (child_continue, child_resume): Change the debug registers for all
11628 threads if debug_registers_changed.
11629 (child_add_thread): Change the debug registers if debug_registers_used.
11630 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11631 Link nm.h to new nm-cygwin.h file.
11632 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11633 of hardware registers.
11634
a73c86fb
AC
116352002-02-03 Andrew Cagney <ac131313@redhat.com>
11636
11637 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11638 Restore behavour broken by 2002-01-20 Andrew Cagney
11639 <ac131313@redhat.com> IEEE_FLOAT removal.
11640
acf5ed49
DJ
116412002-02-03 Daniel Jacobowitz <drow@mvista.com>
11642
11643 * c-valprint.c (c_val_print): Pass a proper valaddr to
11644 cp_print_class_method.
11645 * valops.c (search_struct_method): If there is only one method
11646 and args is NULL, return that method.
11647
493d28d5
DJ
116482002-02-03 Daniel Jacobowitz <drow@mvista.com>
11649
11650 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11651 accessing tag_name directly.
11652
7495dfdb
DJ
116532002-02-03 Daniel Jacobowitz <drow@mvista.com>
11654
11655 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11656 of accessing tag_name directly.
11657
dd6bda65
DJ
116582002-02-03 Daniel Jacobowitz <drow@mvista.com>
11659
11660 PR gdb/280
11661 * gdbtypes.c (replace_type): New function.
11662 * gdbtypes.h (replace_type): Add prototype.
11663 * stabsread.c (read_type): Use replace_type.
11664
88fe217c
RE
116652002-02-03 Richard Earnshaw <rearnsha@arm.com>
11666
11667 * Makefile.in (memattr.o): Add missing dependencies rule.
11668
e5d66720
PS
116692002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11670
11671 * breakpoint.c (break_at_finish_command): Really export.
11672 (break_at_finish_at_depth_command): Ditto.
11673 (tbreak_at_finish_command): Ditto.
11674 * hppa-tdep.c: Include completer.h.
11675 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11676 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11677
fffee0be
AC
116782002-02-01 Andrew Cagney <ac131313@redhat.com>
11679
11680 * utils.c (do_write): New function.
11681 (error_stream): Rewrite combining the code from error_begin and
11682 verror.
11683 (verror): Rewrite using error_stream.
11684 (error_begin): Delete function.
11685
255e7dbf
AC
116862002-02-01 Andrew Cagney <ac131313@redhat.com>
11687
11688 * utils.c (error_begin): Make static.
11689 * defs.h (error_begin): Delete declaration.
11690
11691 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11692 (decode_line_1): Use cplusplus_error instead of error_begin,
11693 cplusplus_hint and return_to_top_level.
11694 * coffread.c (coff_symfile_read): Use error instead of error_begin
11695 and return_to_top_level.
11696 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11697
ddfe3c15
AC
116982002-02-01 Andrew Cagney <ac131313@redhat.com>
11699
11700 * language.h (type_error, range_error): Make string parameter
11701 constant.
11702 * language.c (warning_pre_print): Delete extern declaration.
11703 * dwarfread.c (warning_pre_print): Ditto.
11704 * language.c (type_error, range_error): Rewrite to use verror and
11705 vwarning instead of warning_begin.
11706
03ac34d5
MS
117072002-02-01 Michael Snyder <msnyder@redhat.com>
11708
261c4ca2
MS
11709 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11710 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11711
e00d1dc8
AC
117122002-02-01 Andrew Cagney <ac131313@redhat.com>
11713
11714 * command.h (NO_FUNCTION): Delete macro.
11715 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11716 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11717 * tracepoint.c (_initialize_tracepoint): Ditto.
11718 * cli/cli-decode.c (add_set_cmd): Ditto.
11719 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11720
76b79d6e
DJ
117212002-02-01 Daniel Jacobowitz <drow@mvista.com>
11722
11723 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11724 Update ``this'' pointer when calling virtual functions.
11725
799f9e91
MS
117262002-02-01 Michael Snyder <msnyder@redhat.com>
11727
c7bd442c 11728 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11729 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11730
3cf384d4
DJ
117312002-02-01 Daniel Jacobowitz <drow@mvista.com>
11732
11733 * regformats/reg-arm.dat: New file.
11734 * regformats/reg-i386.dat: New file.
11735 * regformats/reg-ia64.dat: New file.
11736 * regformats/reg-m68k.dat: New file.
11737 * regformats/reg-mips.dat: New file.
11738 * regformats/reg-ppc.dat: New file.
11739 * regformats/reg-sh.dat: New file.
11740 * regformats/regdef.h: New file.
11741 * regformats/regdat.sh: New file.
11742
0defa245
RE
117432002-02-01 Richard Earnshaw <reanrsha@arm.com>
11744
11745 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11746 (arm_frame_args_address, arm_frame_locals_address): New functions.
11747 (arm_frame_num_args): New function.
11748 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11749 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11750 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11751
405f26e6
MS
117522002-01-31 Michael Snyder <msnyder@redhat.com>
11753
502fd408
MS
11754 * breakpoint.c (break_at_finish_command): Export.
11755 (break_at_finish_at_depth_command): Export.
11756 (tbreak_at_finish_command): Export.
d6020d45 11757 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11758 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11759 "txbreak" commands, which are HPPA specific.
502fd408 11760
7d35e135
MS
11761 * printcmd.c (disassemble_command): Remove an ancient
11762 artifact of an old merge.
11763
aaa38bb5 11764 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11765 Define enum constant values for overlay mode.
11766 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11767 (overlay_is_mapped, overlay_auto_command,
11768 overlay_manual_command): Ditto.
d874f1e2 11769
aaa38bb5
AJ
11770 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11771 breakpoint_here_p, breakpoint_inserted_here_p,
11772 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11773 describe_other_breakpoints, check_duplicates, clear_command):
11774 Coding standard fixes.
11775
8add0441 11776 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11777 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11778 code: check bfd SEC_READONLY flag for section.
11779
e351066e
AC
117802002-01-31 Andrew Cagney <ac131313@redhat.com>
11781
7d35e135 11782 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11783
8a48e967
DJ
117842002-01-30 Daniel Jacobowitz <drow@mvista.com>
11785
11786 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11787 data symbols, since we search based on textlow and texthigh.
11788 (find_pc_sect_symtab): Likewise.
11789
f5a96129
AC
117902002-01-30 Andrew Cagney <ac131313@redhat.com>
11791
11792 * defs.h (vwarning): Declare.
f5a96129
AC
11793 * utils.c (vwarning): New function.
11794 (warning): Call vwarning.
11795 (warning_begin): Delete function.
11796
11797 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11798 the warning message.
11799 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11800 warning_begin.
11801
cefd4ef5
MS
118022002-01-30 Michael Snyder <msnyder@redhat.com>
11803
1a703748
MS
11804 * NEWS: Mention "set trust-readonly-sections" command.
11805 Mention generate-core-file command.
cefd4ef5 11806
3a11626d
MS
118072002-01-15 Michael Snyder <msnyder@redhat.com>
11808
11809 * target.c: New command, "set trust-readonly-sections on".
11810 (do_xfer_memory): Honor the suggestion to trust readonly sections
11811 by reading them from the object file instead of from the target.
11812 (initialize_targets): Register command "set trust-readonly-sections".
11813
d1c7e53b
AC
118142002-01-29 Andrew Cagney <ac131313@redhat.com>
11815
11816 * parse.c (target_map_name_to_register): Simplify, search regs and
11817 pseudo-regs using a single loop.
11818
e2c9a72c
AC
118192002-01-30 Andrew Cagney <ac131313@redhat.com>
11820
11821 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11822
69824b4e
MK
118232002-01-15 Rodney Brown <rbrown64@csc.com.au>
11824
11825 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11826 * config/i386/i386v42mp.mh: Add i387-nat.o .
11827 * i386v4-nat.c: Include i387-nat.h.
11828 (supply_fpregset): Use i387_supply_fsave.
11829 (fill_fpregset): Use i387_fill_fsave.
11830
6eb69eab
RE
118312002-01-30 Richard Earnshaw <rearnsha@arm.com>
11832
11833 * arm-tdep.c (arm_call_dummy_words): Define.
11834 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11835 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11836 (CALL_DUMMY_WORDS): Define.
11837 (arm_call_dummy_words): Declare.
11838 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11839 (arm_linux_call_dummy_words): Declare.
11840
9852326a
AS
118412002-01-30 Andreas Schwab <schwab@suse.de>
11842
11843 * m68klinux-nat.c: Fix last change to use regcache_collect
11844 instead of referencing registers[] directly.
11845
977a3030
AC
118462002-01-29 Andrew Cagney <ac131313@redhat.com>
11847
11848 * parse.c (target_map_name_to_register): Delete code wrapped in
11849 #ifdef REGISTER_NAME_ALIAS_HOOK.
11850
2076c72b
MS
118512002-01-28 Michael Snyder <msnyder@redhat.com>
11852
11853 * regcache.c (legacy_read_register_gen): Need to be able to
11854 read pseudo-register as well as real register.
11855 (legacy_write_register_gen): Ditto.
11856
8fcc723b
AC
118572002-01-28 Andrew Cagney <ac131313@redhat.com>
11858
11859 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11860 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11861 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11862 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11863 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11864 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11865 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11866 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11867 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11868 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11869 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11870 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11871 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11872 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11873 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11874 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11875 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11876 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11877 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11878 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11879
afe64c1a
AC
118802002-01-28 Andrew Cagney <ac131313@redhat.com>
11881
11882 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11883 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11884 (initialize_current_architecture): Update target_byte_order using
11885 information from BFD.
aaa38bb5 11886 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11887 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11888
75bc7ddf
AC
118892002-01-28 Andrew Cagney <ac131313@redhat.com>
11890
11891 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11892 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11893
11894 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11895 #ifdef INVALID_FLOAT.
11896 * infcmd.c (do_registers_info): Ditto.
11897 * values.c (unpack_double): Ditto. Add comment.
11898
11899 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11900 already commented out.
11901
0280a90a
AS
119022002-01-26 Andreas Schwab <schwab@suse.de>
11903
11904 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11905 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11906 registers and add support for PTRACE_GETREGS.
11907
7072a954
AC
119082002-01-24 Andrew Cagney <ac131313@redhat.com>
11909
11910 GDB 5.1.1 released from 5.1 branch.
11911 * NEWS: Add 5.1.1 news.
11912 * README: Sync with 5.1 branch.
11913
86f902e0
FF
119142002-01-23 Fred Fish <fnf@redhat.com>
11915
11916 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11917 stabstring on initial malloc. Reallocing will copy it for us,
11918 if necessary.
11919
8af51c36
EZ
119202002-01-23 Elena Zannoni <ezannoni@redhat.com>
11921
aaa38bb5 11922 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11923 (HFILES_NO_SRCDIR): Remove hpread.h.
11924 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11925 (hpread.o): Update dependencies.
11926 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11927
11928 * hp-psymtab-read.c: Remove file.
11929 * hp-symtab-read.c: Remove file.
11930 * hpread.h: Remove file.
11931
11932 * hpread.c: Merge all contents of hp-psymtab-read.c,
11933 hp-symtab-read.c and hpread.h into this file, as it was prior to
11934 January 1999.
11935
11936 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11937 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11938 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11939 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11940
dc5cfeb6
EZ
119412002-01-23 Elena Zannoni <ezannoni@redhat.com>
11942
11943 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11944 fill_gregset): Call gdbarch_tdep() just once, assign result to
11945 variable and use that, instead of calling the function several
11946 times.
11947
ea87b71b
AO
119482002-01-24 Alexandre Oliva <aoliva@redhat.com>
11949
11950 * configure.host: Accept sparcv9 as alias for sparc64.
11951 * configure.tgt: Likewise.
11952
13fc0c2f
KB
119532002-01-22 Kevin Buettner <kevinb@redhat.com>
11954
11955 * solib-aix5.c (build_so_list_from_mapfile)
11956 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11957 arguments is not reversed.
11958 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11959 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11960
7bd872fe
EZ
119612002-01-22 Elena Zannoni <ezannoni@redhat.com>
11962
11963 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11964 modified version of obsolete sh_fetch_pseudo_register.
11965 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11966 (sh4_register_read): New function.
11967 (sh_pseudo_register_write): New function. Renamed and modified
11968 version of obsolete sh_store_pseudo_register.
11969 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11970 (sh4_register_write): New function.
11971 (sh_gdbarch_init): Remove setting of gdbarch function
11972 fetch_pseudo_register and store_pseudo_register. Remove setting of
11973 register_convert_to_raw, register_convert_to_virtual,
11974 register_convertible.
11975 (sh_sh4_register_convertible): Delete. No longer needed. All is
11976 taken care by architecture specific functions
11977 register_read/register_write.
11978 (sh_sh4_register_convert_to_virtual): Make static.
11979 (sh_sh4_register_convert_to_raw): Ditto.
11980
069e84fd
AC
119812002-01-22 Andrew Cagney <ac131313@redhat.com>
11982
11983 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11984 (floatformat_is_nan, floatformat_mantissa): Ditto.
11985
11986 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11987 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11988 builtin_type_ieee_double_little,
11989 builtin_type_ieee_double_littlebyte_bigword,
11990 builtin_type_m68881_ext, builtin_type_i960_ext,
11991 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11992 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11993 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11994 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11995
211a4f69
CV
119962002-01-22 Corinna Vinschen <vinschen@redhat.com>
11997
11998 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11999 parameter. Set frameless flag if it exists and depended of
12000 whether the scanned function is frameless or not.
12001 (xstormy16_skip_prologue): If function is frameless, return
12002 result of xstormy16_scan_prologue().
12003 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12004 call.
12005
f81353e4
EZ
120062002-01-21 Elena Zannoni <ezannoni@redhat.com>
12007
12008 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12009 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12010 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12011 sh_sh4_register_byte, sh_sh4_register_raw_size,
12012 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12013 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12014 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12015 sh_store_pseudo_register, sh_do_pseudo_register): Call
12016 gdbarch_tdep() just once, assign result to variable and use that,
12017 instead of calling the function several times.
12018
63c73a17
MK
120192002-01-20 Mark Kettenis <kettenis@gnu.org>
12020
12021 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12022 macros instead of LAST_FPU_CTRL_REGNUM.
12023 (store_register): Likewise.
12024
39ad761d
JB
120252002-01-21 Jim Blandy <jimb@redhat.com>
12026
12027 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12028 is up-to-date before running the program, not just when a program
12029 exits.
12030
3d74b771
FF
120312002-01-21 Fred Fish <fnf@redhat.com>
12032
12033 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12034 when we have found all instructions we are looking for.
12035
966fbf70
RE
120362002-01-21 Richard Earnshaw <rearnsha@arm.com>
12037
12038 * arm-tdep.c (arm_register_name): New function.
12039 (arm_registers_names): Make static.
12040 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12041 (arm_register_name): Declare.
12042 (REGISTER_NAME): Use it.
12043
c3b4394c
RE
120442002-01-21 Richard Earnshaw <rearnsha@arm.com>
12045 Kevin Buettner <kevinb@redhat.com>
12046
12047 Convert arm targets to new FRAME interface.
12048 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12049 (arm_frame_find_save_regs): Delete.
12050 (arm_frame_init_saved_regs): New.
12051 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12052 Allocate extra_info as required. Convert all uses of fsr.regs
12053 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12054 to use extra_info.
12055 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12056 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12057 (check_prologue_cache, save_prologue_cache): Likewise.
12058 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12059 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12060 (FRAME_FIND_SAVED_REGS): Delete.
12061 (arm_frame_find_saved_regs): Delete prototype.
12062 (arm_frame_init_saved_regs): New prototype.
12063 (FRAME_INIT_SAVED_REGS): Define.
12064
61d99182
AC
120652002-01-20 Andrew Cagney <ac131313@redhat.com>
12066
12067 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12068
6aaea291
AC
120692002-01-20 Andrew Cagney <ac131313@redhat.com>
12070
12071 From Jeff Law <law@redhat.com>:
12072 * infttrace.c: Include <sys/pstat.h>.
12073 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12074 exec file if the ttrace equivalent fails.
12075
15f698d2
AC
120762002-01-20 Andrew Cagney <ac131313@redhat.com>
12077
12078 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12079 (closeLogFile): Ditto.
12080
f86ddd7c
MC
120812002-01-20 Michael Chastain <mec@shout.net>
12082
12083 * top.c (print_gdb_version): Bump copyright year to 2002.
12084
904507ce
AC
120852002-01-20 Andrew Cagney <ac131313@redhat.com>
12086
12087 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12088 Zannoni and Eli Zaretskii.
12089
d7f0b9ce
DJ
120902002-01-20 Daniel Jacobowitz <drow@mvista.com>
12091
12092 * buildsym.c: Update copyright years.
12093 * c-typeprint.c: Likewise.
12094 * dwarf2read.c: Likewise.
12095 * f-typeprint.c: Likewise.
12096 * gdbtypes.c: Likewise.
12097 * gdbtypes.h: Likewise.
12098 * hp-symtab-read.c: Likewise.
12099 * hpread.c: Likewise.
12100 * mdebugread.c: Likewise.
12101 * p-typeprint.c: Likewise.
12102
3fd3d7d2
AC
121032002-01-20 Andrew Cagney <ac131313@redhat.com>
12104
12105 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12106 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12107 byte-order selectable.
12108 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12109 * arch-utils.c: Ditto.
12110 (set_endian): Ditto.
12111 (set_endian_from_file): Ditto.
12112 * gdbserver/low-sim.c (create_inferior): Ditto.
12113 * gdbarch.sh: Ditto.
12114 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12115 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12116 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12117 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12118 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12119 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12120 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12121 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12122 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12123 macro definition.
12124 * config/mips/tm-wince.h: Remove #undef of macro
12125 TARGET_BYTE_ORDER_SELECTABLE.
12126 * config/sh/tm-wince.h: Ditto.
12127
b02dede2
DJ
121282002-01-20 Daniel Jacobowitz <drow@mvista.com>
12129
12130 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12131 member function fields. Add accessor macro
12132 TYPE_FN_FIELD_ARTIFICIAL.
12133 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12134 * c-typeprint.c (c_type_print_base): Skip artificial member
12135 functions.
12136
c3643761
DJ
121372002-01-20 Daniel Jacobowitz <drow@mvista.com>
12138
12139 * f-typeprint.c: Delete unused function f_type_print_args.
12140 * p-typeprint.c: Delete unused function pascal_type_print_args.
12141
8176bb6d
DJ
121422002-01-20 Daniel Jacobowitz <drow@mvista.com>
12143
12144 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12145 comment. Add ``artificial'' to ``union field_location''.
12146
12147 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12148
12149 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12150 * mdebugread.c (parse_symbol): Likewise.
12151 * stabsread.c (define_symbol): Likewise.
12152 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12153 initializing TYPE_FIELD_BITPOS to n (obsolete).
12154 (hpread_doc_function_type): Likewise.
12155 * hpread.c (hpread_function_type): Likewise.
12156
7fd60527
AC
121572002-01-20 Andrew Cagney <ac131313@redhat.com>
12158
12159 * configure.in (host_makefile_frag): Only require a host makefile
12160 fragment when a native build.
12161 * configure: Re-generate.
12162
c2f05ac9
AC
121632002-01-20 Andrew Cagney <ac131313@redhat.com>
12164
12165 * doublest.h (floatformat_from_type): Declare.
12166 * doublest.c (floatformat_from_type): New function.
12167 (convert_typed_floating): Use.
12168
12169 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12170 call to function floatformat_from_type.
12171
12172 * gdbarch.sh (IEEE_FLOAT): Delete.
12173 * gdbarch.h, gdbarch.c: Re-generate.
12174 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12175 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12176 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12177 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12178 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12179 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12180 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12181 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12182 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12183 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12184 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12185 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12186
12187 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12188 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12189 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12190 * sh-tdep.c (sh_gdbarch_init): Ditto.
12191 * mips-tdep.c (mips_gdbarch_init): Ditto.
12192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12193 * cris-tdep.c (cris_gdbarch_init): Ditto.
12194
abf22e64
AJ
121952002-01-20 Jiri Smid <smid@suse.cz>
12196
12197 * configure.host, configure.tgt: Support x86-64.
12198 * NEWS: Note new target x86-64.
12199
b7c4cbf8
AJ
12200 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12201 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12202 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12203 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12204 x86-64-linux-nat.o): Fix dependencies.
12205
82600034
AC
122062002-01-19 Andrew Cagney <ac131313@redhat.com>
12207
12208 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12209 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12210 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12211 * config/sparc/xm-sun4os4.h: Delete file.
12212 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12213
bbe5c628
AC
122142002-01-19 Andrew Cagney <ac131313@redhat.com>
12215
12216 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12217 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12218 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12219 * config/i386/i386lynx.mh (XM_FILE): Delete.
12220 * config/rs6000/xm-rs6000ly.h: Delete file.
12221 * config/sparc/xm-sparclynx.h: Delete file.
12222 * config/m68k/xm-m68klynx.h: Delete file.
12223 * config/i386/xm-i386lynx.h: Delete file.
12224 * config/xm-lynx.h: Delete file.
12225 * config/djgpp/fnchange.lst: Update.
12226
f8453e34
JT
122272002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12228
12229 * alpha-tdep.c (alpha_register_byte): New function.
12230 (alpha_register_raw_size): Ditto.
12231 (alpha_register_virtual_size): Ditto.
12232 (alpha_skip_prologue_internal): Renamed from
12233 alpha_skip_prologue.
12234 (alpha_skip_prologue): New version that calls
12235 alpha_skip_prologue_internal.
12236 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12237 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12238 second argument from alpha_skip_prologue.
12239 (REGISTER_BYTE): Use alpha_register_byte.
12240 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12241 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12242 (FRAMELESS_FUNCTION_INVOCATION): Use
12243 generic_frameless_function_invocation_not.
12244 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12245 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12246
52d9e613
AC
122472002-01-19 Andrew Cagney <ac131313@redhat.com>
12248
12249 * config/mips/xm-news-mips.h: Delete file.
12250 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12251
12252 * config/m88k/xm-m88k.h: Delete file.
12253 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12254 * config/m88k/xm-delta88v4.h: Ditto.
12255 * config/m88k/xm-delta88.h: Ditto.
12256
12257 * config/alpha/xm-fbsd.h: Delete file.
12258 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12259
12260 * config/sparc/xm-sparc.h: Delete file.
12261 * Makefile.in (xm-sun4os4.h): Delete dependency.
12262 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12263 * config/sparc/xm-sun4os4.h: Ditto.
12264 * config/sparc/xm-linux.h: Ditto.
12265
12266 * config/i386/xm-windows.h: Delete file.
12267
2d1b2124
AC
122682002-01-19 Andrew Cagney <ac131313@redhat.com>
12269
12270 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12271 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12272
ee1f65f0
JT
122732002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12274
12275 * alpha-tdep.c (alpha_call_dummy_words): New.
12276 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12277 (CALL_DUMMY_P): Define.
12278 (CALL_DUMMY_WORDS): Define.
12279 (SIZEOF_CALL_DUMMY_WORDS): Define.
12280
98081e55
PB
122812002-01-19 Per Bothner <per@bothner.com>
12282
12283 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12284 isn't NULL, which can happen with some gcj-3.x-produced code.
12285
0d056799
JT
122862002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12287
12288 * alpha-tdep.c (alpha_register_virtual_type): New function.
12289 (alpha_init_frame_pc_first): Ditto.
12290 (alpha_fix_call_dummy): Ditto.
12291 (alpha_store_struct_return): Ditto.
12292 (alpha_extract_struct_value_address): Ditto.
12293 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12294 alpha_register_virtual_type.
12295 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12296 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12297 alpha_extract_struct_value_address.
12298 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12299 (INIT_FRAME_PC): Use init_frame_pc_noop.
12300 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12301
4604bcad
MK
123022002-01-19 Mark Kettenis <kettenis@gnu.org>
12303
12304 * i386gnu-nat.c: Include "i386-tdep.h".
12305 (fetch_fpregs): Simplify code dealing with uninitialized floating
12306 point states such that it doesn't require FP7_REGNUM.
12307
140f9984
JT
123082002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12309
abf22e64
AJ
12310 * alpha-tdep.c (frame_extra_info): New.
12311 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12312 frame->extra_info.
12313 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12314 (alpha_frame_saved_pc): Use frame->extra_info.
12315 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12316 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12317 (init_extra_frame_info): Rename to...
12318 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12319 (alpha_print_extra_frame_info): New function.
140f9984
JT
12320 (alpha_frame_locals_address): Ditto.
12321 (alpha_frame_args_address): Ditto.
abf22e64 12322 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12323 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12324 alpha_frame_args_address.
abf22e64 12325 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12326 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12327 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12328 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12329 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12330 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12331
d734c450
JT
123322002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12333
12334 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12335 (alpha_cannot_fetch_register): Ditto.
12336 (alpha_cannot_store_register): Ditto.
12337 (alpha_register_convertible): Ditto.
12338 (alpha_use_struct_convention): Ditto.
12339 * config/alpha/tm-alpha.h: Update copyright years.
12340 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12341 (INNER_THAN): Use core_addr_lessthan.
12342 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12343 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12344 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12345 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12346 (FRAME_CHAIN): Remove unnecessary cast.
12347
b4ceaee6
AC
123482002-01-18 Andrew Cagney <ac131313@redhat.com>
12349
12350 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12351 obsolete.
12352
0a65a603
AC
123532002-01-18 Andrew Cagney <ac131313@redhat.com>
12354
12355 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12356 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12357 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12358 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12359 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12360 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12361 * x86-64-linux-nat.c: Ditto.
12362
636a6dfc
JT
123632002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12364
abf22e64 12365 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12366 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12367 (REGISTER_NAME): Define.
12368
acceddb6
JT
123692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12370
12371 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12372
ec32e4be
JT
123732002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12374
12375 * alpha-tdep.c: Update copyright years.
12376 (alpha_next_pc): New function.
12377 (alpha_software_single_step): Ditto.
12378 * config/alpha/tm-alpha.h: Add prototype for
12379 alpha_software_single_step.
12380
e771a871
JT
123812002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12382
12383 * alphabsd-nat.c: Update copyright years.
12384 (fill_gregset): Use regcache_collect.
12385 (fill_fpregset): Likewise.
12386 (fetch_inferior_registers): Only fetch integer registers
12387 if requested to do so.
12388 (store_inferior_registers): Only store integer registers
12389 if requested to do so.
12390
7708fa01
AC
123912002-01-17 Andrew Cagney <ac131313@redhat.com>
12392
12393 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12394 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12395 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12396 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12397 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12398 * config/arm/linux.mh (XDEPFILES): Delete.
12399 * config/arm/nbsd.mh (XDEPFILES): Delete.
12400 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12401 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12402 * config/i386/i386m3.mh (XDEPFILES): Delete.
12403 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12404 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12405 * config/i386/fbsd.mh (XDEPFILES): Delete.
12406 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12407 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12408 * config/i386/i386v4.mh (XDEPFILES): Delete.
12409 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12410 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12411 * config/i386/i386aix.mh (XDEPFILES): Delete.
12412 * config/i386/go32.mh (XDEPFILES): Delete.
12413 * config/i386/cygwin.mh (XDEPFILES): Delete.
12414 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12415 * config/i386/i386mach.mh (XDEPFILES): Delete.
12416 * config/i386/i386v32.mh (XDEPFILES): Delete.
12417 * config/i386/linux.mh (XDEPFILES): Delete.
12418 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12419 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12420 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12421 * config/i386/i386sco.mh (XDEPFILES): Delete.
12422 * config/i386/i386v.mh (XDEPFILES): Delete.
12423 * config/i386/nbsd.mh (XDEPFILES): Delete.
12424 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12425 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12426 * config/i386/symmetry.mh (XDEPFILES): Delete.
12427 * config/i386/obsd.mh (XDEPFILES): Delete.
12428 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12429 * config/ia64/linux.mh (XDEPFILES): Delete.
12430 * config/ia64/aix.mh (XDEPFILES): Delete.
12431 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12432 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12433 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12434 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12435 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12436 * config/m68k/linux.mh (XDEPFILES): Delete.
12437 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12438 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12439 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12440 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12441 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12442 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12443 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12444 * config/m88k/delta88.mh (XDEPFILES): Delete.
12445 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12446 * config/m88k/m88k.mh (XDEPFILES): Delete.
12447 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12448 * config/mips/linux.mh (XDEPFILES): Delete.
12449 * config/mips/irix6.mh (XDEPFILES): Delete.
12450 * config/mips/irix5.mh (XDEPFILES): Delete.
12451 * config/mips/irix4.mh (XDEPFILES): Delete.
12452 * config/mips/irix3.mh (XDEPFILES): Delete.
12453 * config/mips/decstation.mh (XDEPFILES): Delete.
12454 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12455 (NATDEPFILES): Move core-aout.o to here.
12456 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12457 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12458 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12459 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12460 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12461 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12462 * config/pa/hpux11.mh (XDEPFILES): Delete.
12463 * config/powerpc/aix.mh (XDEPFILES): Delete.
12464 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12465 * config/powerpc/linux.mh (XDEPFILES): Delete.
12466 * config/romp/rtbsd.mh: Rename XDEPFILES.
12467 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12468 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12469 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12470 * config/s390/s390.mh (XDEPFILES): Delete.
12471 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12472 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12473 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12474 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12475 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12476 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12477 * config/sparc/linux.mh (XDEPFILES): Delete.
12478 * config/vax/vaxult.mh (XDEPFILES): Delete.
12479 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12480 * Makefile.in (DEPFILES): Remove XDEPFILES.
12481
375fc983
AC
124822002-01-17 Andrew Cagney <ac131313@redhat.com>
12483
12484 * utils.c (internal_verror): Fix comments, default is yes not no.
12485 Update queries to match. Default to quit and dump core.
12486
8926118c
AC
124872002-01-17 Andrew Cagney <ac131313@redhat.com>
12488
12489 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12490 copyright.
12491 * defs.h, event-top.c, gdbcmd.h: Ditto.
12492 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12493 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12494 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12495 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12496 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12497 * mi/mi-main.c:Ditto.
12498
12499 * stack.c, symfile.c: Update copyright.
12500
45b7b345
DJ
125012002-01-17 Daniel Jacobowitz <drow@mvista.com>
12502
db728ff7
DJ
12503 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12504 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12505 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12506 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12507
db728ff7
DJ
125082002-01-17 Daniel Jacobowitz <drow@mvista.com>
12509
12510 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12511 * gdbserver/low-lynx.c (myattach): Likewise.
12512 * gdbserver/low-nbsd.c (myattach): Likewise.
12513 * gdbserver/low-sim.c (myattach): Likewise.
12514 * gdbserver/low-sparc.c (myattach): Likewise.
12515 * gdbserver/low-sun3.c (myattach): Likewise.
12516
12517 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12518
db728ff7 12519 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12520 (main): Handle "--attach".
12521
8de3c354
AC
125222002-01-16 Andrew Cagney <ac131313@redhat.com>
12523
12524 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12525 maintainer.
12526
b0129042
DJ
125272002-01-15 Daniel Jacobowitz <drow@mvista.com>
12528
12529 * c-typeprint.c (is_type_conversion_operator): Add additional
12530 check for non-conversion operators.
12531
ba8679fb 125322002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12533
12534 * linux-proc.c: Add "info proc" command, a la procfs.c.
12535 (read_mapping): New function, abstract and re-use code.
12536 (linux_find_memory_regions): Use new func read_mapping.
12537 (linux_info_proc_cmd): New function, implement "info proc".
12538 (_initialize_linux_proc): Add new command "info proc".
12539
e4f9b4d5
MS
125402002-01-15 Michael Snyder <msnyder@redhat.com>
12541
12542 * symfile.c (generic_load): Use bfd_map_over_sections method
12543 instead of manipulating bfd structure members directly.
12544 (add_section_size_callback): New function, bfd sections callback
12545 used by generic_load.
12546 (load_sections_callback): New function, bfd sections callback
12547 used by generic_load.
12548
08cf96df
EZ
125492002-01-15 Elena Zannoni <ezannoni@redhat.com>
12550
abf22e64 12551 [Based on work by Jim Blandy]
08cf96df
EZ
12552 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12553 (builtin_type_vec128): Export.
12554 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12555 types.
12556 (builtin_type_vec128): New builtin type for 128 bit vector
12557 registers.
12558 (build_gdbtypes): Initialize builtin_type_v16qi and
12559 builtin_type_v8hi. Create the vec128 register builtin type
12560 structure.
12561 (build_builtin_type_vec128): New function.
abf22e64 12562 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12563 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12564 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12565 AltiVec register to new builtin type.
12566
d7242108
DJ
125672001-01-15 Daniel Jacobowitz <drow@mvista.com>
12568
12569 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12570 to make_cv_type.
12571
4ee3352d
AC
125722002-01-14 Andrew Cagney <ac131313@redhat.com>
12573
12574 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12575 CLEAN_UP_REGISTER_VALUE.
12576 * regcache.c (supply_register): Update only call.
12577
f015b2e7
AC
125782002-01-14 Andrew Cagney <ac131313@redhat.com>
12579
12580 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12581 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12582 a29k-*-vxworks* targets as obsolete.
12583
356ae49d
MS
125842002-01-14 Michael Snyder <msnyder@redhat.com>
12585
12586 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12587 until we can resolve portability issues.
12588 * gregset.h: Remove references to fpxregs.
12589 * gcore.c (gcore_command): Initialize note_sec to NULL.
12590
ade8f45e
AC
125912002-01-13 Andrew Cagney <ac131313@redhat.com>
12592
12593 * signals.c (target_signal_to_name): Rewrite. Only use
12594 signals[].name when in bounds and non-NULL.
abf22e64 12595
89c49e7a
AC
125962002-01-13 Andrew Cagney <ac131313@redhat.com>
12597
12598 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12599 * signals.c (target_signal_to_name): Verify that SIG is within the
12600 bounds of the signals array.
12601
4daa9f9f
AC
126022002-01-13 Andrew Cagney <ac131313@redhat.com>
12603
12604 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12605
ba4bbdcb
KS
126062002-01-13 Keith Seitz <keiths@redhat.com>
12607
12608 * stack.c (print_frame_info_base): Print the frame's pc
12609 only if when print_frame_info_listing_hook is not defined.
12610
575bbeb6
KS
126112002-01-13 Keith Seitz <keiths@redhat.com>
12612
12613 * varobj.c (varobj_set_value): Make sure that there were no
12614 errors evaluating the object before attempting to set its
12615 value.
12616 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12617 so this offset adjustment is no longer necessary.
12618 (create_child): Don't set the error flag if the child is
12619 a CPLUS_FAKE_CHILD.
12620 (value_of_child): If value_fetch_lazy fails, return NULL
12621 so that callers will be notified that an error occurred.
12622 (c_value_of_variable): Delay check of variable's validity
12623 until later. We actually want all structs and unions to have
12624 the value "{...}".
12625 Do not return "???" for variables which could not be evaluated.
12626 This error condition must be returned to the caller so that it
12627 can get the error condition from gdb.
12628 (cplus_name_of_child): Adjust index for vptr before figuring
12629 out the name of the child.
12630 (cplus_value_of_child): If a child's (real) parent is not valid,
12631 don't even bother trying to give a value for it. Just return
12632 an error. Change all instances in this function.
12633 (cplus_type_of_child): If our parent is one of the "fake"
12634 parents, we need to get at the type of the real parent, and
12635 derive the child's true type using this information.
12636
b76898ab
AC
126372002-01-13 Andrew Cagney <ac131313@redhat.com>
12638
12639 From 2002-01-09 John Marshall <johnm@falch.net>:
12640 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12641 sources.redhat.com, and tweak some related URLs which had
12642 suffered from linkrot.
12643
b6649e88
AC
126442002-01-13 Andrew Cagney <ac131313@redhat.com>
12645
12646 From Jeff law:
12647 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12648 structures passed in registers.
12649
82cc5033
EZ
126502002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12651
12652 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12653 white space which prevented compilation. Reported by DSK
12654 <dsk@student.unsw.edu.au>.
12655
ba5f2f8a
MS
126562002-01-11 Michael Snyder <msnyder@redhat.com>
12657
fbd35540
MS
12658 * symfile.c (build_section_addr_info_from_section_tab):
12659 Use bfd access method instead of manipulating bfd directly.
12660 (syms_from_objfile): Ditto.
12661 (simple_overlay_update_1): Ditto.
12662 (simple_overlay_update): Ditto.
12663 (generic_load): Ditto.
12664 (overlay_unmapped_address): FIXME comment, bfd access methods.
12665 (sections_overlap): FIXME comment, bfd access methods.
12666 (pc_in_mapped_range): FIXME comment, bfd access methods.
12667 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12668 (section_is_mapped): FIXME comment, bfd access methods.
12669 (section_is_overlay): FIXME comment, bfd access methods.
12670
ba5f2f8a
MS
12671 * symfile.c (generic_load): Whitespace and long line cleanups.
12672 Remove duplicate variable, change several local variables to
12673 more appropriate data types.
12674 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12675
17df2af6
AC
126762002-01-12 Andrew Cagney <ac131313@redhat.com>
12677
12678 From Peter Schauer:
12679 * language.c (longest_local_hex_string_custom): Use phex_nz to
12680 convert NUM to a hex string.
12681
ec920329
EZ
126822002-01-12 Elena Zannoni <ezannoni@redhat.com>
12683
12684 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12685 the function.
538a76d6 12686 Update Copyright year.
ec920329 12687
3abd2e01
AC
126882002-01-12 Andrew Cagney <ac131313@redhat.com>
12689
12690 * language.c (longest_raw_hex_string): Delete unused function.
12691
b21b22e0
PS
126922002-01-11 Petr Sorfa <petrs@caldera.com>
12693
12694 * MAINTAINERS (write-after-approval): Add myself.
12695 * dwarf2read.c (read_tag_string_type): Handling of
12696 DW_AT_byte_size.
12697 (read_tag_string_type): FORTRAN fix to prevent propagation of
12698 first string size.
12699 (set_cu_language): Handling of DW_LANG_Fortran95
12700
747fe712
RE
127012002-01-11 Richard Earnshaw <rearnsha@arm.com>
12702
12703 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12704 GETPID(inferior_ptid).
12705 (store_inferior_registers): Likewise.
12706
f1bea926
JM
127072002-01-10 Jason Merrill <jason@redhat.com>
12708
12709 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12710 Fix DW_OP_minus.
12711
ae940673
AC
127122002-01-10 Andrew Cagney <ac131313@redhat.com>
12713
12714 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12715 and bfd/elf32-sh-nbsd.c.
12716
00546b04
MS
127172002-01-10 Michael Snyder <msnyder@redhat.com>
12718
352ed7b4
MS
12719 * NEWS: Mention --pid and corefile/proc-id behavior change.
12720
c18be923
MS
12721 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12722 * gcore.c: Include cli/cli-decode.h instead of command.h.
12723
00546b04
MS
12724 * main.c (captured_main): Add new command line option "--pid".
12725 If the second command line argument (following the symbol-file)
12726 begins with a digit, try to attach to it before trying to open
12727 it as a corefile.
12728 (print_gdb_help): Document the "--pid" argument.
12729
db60ec62
EZ
127302002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12731
12732 * completer.c (command_completer): New function.
12733
12734 * completer.h <command_completer>: Add prototype.
12735
12736 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12737 completer for the "help" command.
12738
39c22d1a
JM
127392002-01-09 Jason Merrill <jason@redhat.com>
12740
12741 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12742
c564377f
MS
127432002-01-09 Michael Snyder <msnyder@redhat.com>
12744
975aec09
MS
12745 * i386-linux-nat.c (fill_fpxregset): Make global.
12746 (store_fpxregset): Ditto.
12747
db4a10fa
MS
12748 * gregset.h (gdb_fpxregset_t): Define.
12749 (supply_fpxregset): Prototype.
12750 (fill_fpxregset): Prototype.
12751
c564377f
MS
12752 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12753
c3d45d70
RE
127542002-01-09 Richard Earnshaw <rearnsha@arm.com>
12755
12756 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12757 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12758 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12759
fcc87af1
AC
127602002-01-09 Andrew Cagney <ac131313@redhat.com>
12761
12762 * MAINTAINERS: Update target maintainer rules so that any
12763 Maintainer can approve a tested patch for a maintenance-only
12764 target.
12765
dd96c05b
RE
127662002-01-09 Richard Earnshaw <rearnsha@arm.com>
12767
d4297db9 12768 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12769
d4297db9 12770 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12771 IN_SIGTRAMP.
12772
145fdc6e
MS
127732002-01-08 Michael Snyder <msnyder@redhat.com>
12774
12775 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12776 real name of the executable, rather than the /proc name.
12777
be4d1333
MS
127782002-01-03 Michael Snyder <msnyder@redhat.com>
12779
12780 Implement a "generate-core-file" command in gdb, save target state.
12781 * gcore.c: New file. Implement new command 'generate-core-file'.
12782 Save a corefile image of the current state of the inferior.
12783 * linux-proc.c: Add linux-specific code for saving corefiles.
12784 * target.h (struct target_ops): Add new target vectors for saving
12785 corefiles; to_find_memory_regions and to_make_corefile_notes.
12786 (target_find_memory_regions): New macro.
12787 (target_make_corefile_notes): New macro.
12788 * target.c (update_current_target): Inherit new target methods.
12789 (dummy_find_memory_regions): New place-holder method.
12790 (dummy_make_corefile_notes): New place-holder method.
12791 (init_dummy_target): Initialize new dummy target vectors.
12792 * exec.c (exec_set_find_memory_regions): New function.
12793 Allow the exec_ops vector for memory regions to be taken over.
12794 (exec_make_note_section): New function, target vector method.
12795 * defs.h (exec_set_find_memory_regions): Export prototype.
12796 * procfs.c (proc_find_memory_regions): New function, corefile method.
12797 (procfs_make_note_section): New function, corefile method.
12798 (init_procfs_ops): Set new target vector pointers.
12799 (find_memory_regions_callback): New function.
12800 (procfs_do_thread_registers): New function.
12801 (procfs_corefile_thread_callback): New function.
12802 * sol-thread.c (sol_find_memory_regions): New function.
12803 (sol_make_note_section): New function.
12804 (init_sol_thread_ops): Initialize new target vectors.
12805 * inftarg.c (inftarg_set_find_memory_regions): New function.
12806 Allow to_find_memory_regions vector to be taken over.
12807 (inftarg_set_make_corefile_notes): New function.
12808 Allow to_make_corefile_notes vector to be taken over.
12809 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12810 interface layer if not target_has_execution (may be a corefile).
12811 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12812 * config/sparc/sun4sol2.mh: Ditto.
12813 * config/alpha/alpha-linux.mh: Ditto.
12814 * config/arm/linux.mh: Ditto.
12815 * config/i386/x86-64linux.mh: Ditto.
12816 * config/ia64/linux.mh: Ditto.
12817 * config/m68k/linux.mh: Ditto.
12818 * config/mips/linux.mh: Ditto.
12819 * config/powerpc/linux.mh: Ditto.
12820 * config/sparc/linux.mh: Ditto.
12821
c6b92abd
MS
128222002-01-07 Michael Snyder <msnyder@redhat.com>
12823
12824 * arm-linux-nat.c: Remove references to regcache.c internal data
12825 (registers[] and register_valid[]).
12826
4b09dc8c
MS
128272002-01-07 Michael Snyder <msnyder@redhat.com>
12828
abf22e64
AJ
12829 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12830 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12831 symbol file and shlibs.
12832 * Makefile.in: Add rule for linux-proc.o.
12833 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12834 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12835 * config/arm/linux.mh: Ditto.
12836 * config/i386/linux.mh: Ditto.
12837 * config/i386/x86-64linux.mh: Ditto.
12838 * config/ia64/linux.mh: Ditto.
12839 * config/m68k/linux.mh: Ditto.
12840 * config/mips/linux.mh: Ditto.
12841 * config/powerpc/linux.mh: Ditto.
12842 * config/sparc/linux.mh: Ditto.
12843
c25b74ac
PM
128442002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12845
12846 * win32-nat.c: Add i386-tdep.h dependency.
12847
94cd915f
MS
128482002-01-07 Michael Snyder <msnyder@redhat.com>
12849
c7cccb76
MS
12850 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12851 instead of bfd_get_arch_size. Don't bail out just because
12852 there's no exec_bfd.
abf22e64 12853
34c0bd93
MS
12854 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12855 * p-valprint.c (pascal_object_print_value): Ditto.
12856 * somread.c (som_symtab_read): Ditto.
12857 * symfile.c (simple_free_overlay_region_table): Ditto.
12858 * valops.c (value_assign): Ditto.
12859
21c1c920
MS
12860 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12861 use tilde_expand and strerror for opening save-tracepoints file.
12862
5bbd998e
MS
12863 * thread-db.c (thread_db_new_objfile): Indendation fix.
12864
94cd915f
MS
12865 * infptrace.c (GDB_MAX_ALLOCA): New define.
12866 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12867 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12868 can be overridden with whatever value is appropriate to the host).
12869 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12870 alloca to allocate potentially large buffer.
12871 * rs6000-nat.c (child_xfer_memory): Ditto.
12872 * symm-nat.c (child_xfer_memory): Ditto.
12873 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12874
494e8a93
JSC
128752002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12876
12877 From Nick Clifton <nickc@redhat.com>
12878 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12879
d0e1d48e
MS
128802002-01-07 Michael Snyder <msnyder@redhat.com>
12881
abf22e64 12882 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12883 Don't use exec_bfd if it's NULL.
12884
290b2c7a
MK
128852002-01-06 Mark Kettenis <kettenis@gnu.org>
12886
abf22e64 12887 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12888
aef21287
AC
128892002-01-06 Andrew Cagney <ac131313@redhat.com>
12890
12891 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12892 * gnu-nat.c: Ditto.
12893
30efa627
AC
128942002-01-06 Andrew Cagney <ac131313@redhat.com>
12895
12896 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12897 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12898 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12899 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12900 z8k-coff have not been multi-arched. Update z8k-coff build
12901 status.
12902
9b4ff276
AC
129032002-01-06 Andrew Cagney <ac131313@redhat.com>
12904
12905 * MAINTAINERS: Mark a29k target as obsolete.
12906 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12907 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12908 comments.
12909 * NEWS: Note that a29k targets are obsolete.
12910 * a29k-tdep.c: Mark as obsolete.
12911 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12912 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12913 a29k-*-vxworks* targets as obsolete.
12914 * remote-adapt.c: Obsolete.
12915 * remote-eb.c: Obsolete.
12916 * remote-mm.c: Obsolete.
12917 * remote-udi.c: Obsolete.
12918 * config/a29k/a29k-udi.mt: Obsolete.
12919 * config/a29k/a29k.mt: Obsolete.
12920 * config/a29k/tm-a29k.h: Obsolete.
12921 * config/a29k/tm-vx29k.h: Obsolete.
12922 * config/a29k/vx29k.mt: Obsolete.
12923
a9011d31
AC
129242002-01-05 Andrew Cagney <ac131313@redhat.com>
12925
12926 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12927 with BFD_ENDIAN_BIG.
12928
9299404e
AC
129292002-01-05 Andrew Cagney <ac131313@redhat.com>
12930
12931 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12932 * configure, config.in: Re-generate.
12933 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12934 * defs.h: Do not include <endian.h>.
12935
7e89e357
JT
129362002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12937
12938 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12939 * config.in: Regenerate.
12940 * configure.in: Update copyright years.
12941 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12942 * configure: Regenerate.
12943 * i386bsd-nat.c: Update copyright years.
12944 (fill_gregset): Use regcache_collect.
12945 (fetch_inferior_registers): Only fetch integer registers
12946 if requested to do so. Add support for XMM registers
12947 using PT_GETXMMREGS.
12948 (store_inferior_registers): Only store integer registers
12949 if requested to do so. Add support for XMM registers
12950 using PT_SETXMMREGS.
12951 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12952 (store_inferior_registers): Remove.
12953 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12954 (fetch_elfcore_registers): New function.
12955 (i386nbsd_elfcore_fns): New.
12956 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12957 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12958 i386bsd-nat.o.
12959 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12960 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12961 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12962 * config/i386/tm-nbsd.h: Update copyright years.
12963 (HAVE_SSE_REGS): Define.
12964 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12965 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12966 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12967 (SIGCONTEXT_PC_OFFSET): Remove.
12968 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12969
a752853e
AC
129702002-01-05 Andrew Cagney <ac131313@redhat.com>
12971
12972 * configure.tgt: Remove powerpc-*-macos* target.
12973 * config/m68k/xm-mpw.h: Delete file.
12974 * config/xm-mpw.h: Delete file.
12975 * ser-mac.c: Delete file.
12976 * mpw-make.sed: Delete file.
12977 * mpw-config.in: Delete file.
12978 * mac-xdep.c: Delete file.
12979 * mac-gdb.r: Delete file.
12980 * mac-defs.h: Delete file.
12981 * mac-nat.c: Delete file.
12982 * config/powerpc/macos.mh: Delete file.
12983 * config/powerpc/macos.mt: Delete file.
12984 * config/powerpc/nm-macos.h: Delete file.
12985 * config/powerpc/tm-macos.h: Delete file.
12986 * source.c (openp, open_source_file): Remove obsolete code.
12987 * top.c (gdb_readline): Ditto.
12988 * utils.c (query): Ditto.
12989 * event-top.c (display_gdb_prompt): Ditto.
12990 * Makefile.in (ser-mac.o): Delete obsolete target.
12991 * NEWS: Update.
12992
d7449b42
AC
129932002-01-04 Andrew Cagney <ac131313@redhat.com>
12994
12995 * defs.h (BIG_ENDIAN): Delete macro definition.
12996 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12997 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12998 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12999 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13000 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13001 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13002 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13003 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13004 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13005 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13006 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13007 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13008 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13009 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13010 * gdbarch.c: Re-generate.
13011
356374e8
DJ
130122002-01-04 Daniel Jacobowitz <drow@mvista.com>
13013
13014 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13015 for core files.
13016
a2b8f8f8
JT
130172002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13018
13019 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13020
12466af9
AC
130212002-01-04 Andrew Cagney <ac131313@redhat.com>
13022
13023 * value.h (value_ptr): Delete typedef.
13024
3549ab40
JT
130252002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13026
13027 * i386nbsd-nat.c: Update copyright years.
13028 Include i386-tdep.h.
13029
fedbd091
EZ
130302002-01-04 Elena Zannoni <ezannoni@redhat.com>
13031
13032 * stabsread.c: Update copyright years.
13033
13034 From Debashis Mahata <debashis.mahata@wipro.com>:
13035 (read_struct_fields): Deal with Sun C compiler erroneous stab
13036 output for structs and unions.
fec8b34f 13037 Fix PR gdb/269.
fedbd091 13038
eb43544b
DJ
130392002-01-04 Daniel Jacobowitz <drow@mvista.com>
13040
13041 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13042 prototype.
13043
1514d34e
DJ
130442002-01-04 Daniel Jacobowitz <drow@mvista.com>
13045
13046 * cp-abi.c: Fix whitespace.
13047 (baseclass_offset): New wrapper function.
13048 * cp-abi.h (baseclass_offset): Add prototype.
13049 (struct cp_abi_ops): Add baseclass_offset pointer.
13050
13051 * valops.c (vb_match): Move to...
13052 * gnu-v2-abi.c (vb_match): here.
13053 * valops.c (baseclass_offset): Move to...
13054 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13055
13056 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13057
13058 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13059 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13060 * hpacc-abi.c (init_hpacc_ops): Likewise.
13061
7f8c9282
DJ
130622002-01-04 Daniel Jacobowitz <drow@mvista.com>
13063
13064 * valops.c (find_overload_match): Accept obj as a
13065 reference parameter. Update it before returning.
13066 * value.h (find_overload_match): Update prototype.
13067 * eval.c (evaluate_subexp_standard): Pass object to
13068 find_overload_match by reference.
13069
f23631e4
AC
130702002-01-03 Andrew Cagney <ac131313@redhat.com>
13071
13072 * valarith.c: Replace value_ptr with struct value pointer. Remove
13073 register attribute from value declarations.
13074 * valops.c: Ditto.
13075 * value.h: Ditto.
13076 * scm-lang.c (scm_lookup_name): Ditto.
13077
79e10fab 130782002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13079
79e10fab
AC
13080 Abstract the functionality of iterating over mapped memory
13081 regions into a general purpose iterator function.
abf22e64 13082 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13083 iterator for memory sections.
13084 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13085 (solib_mappings_callback): New function, callback for above.
13086 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13087 (info_mappings_callback): New function, callback for above.
13088
13089 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13090
c5ad026a
MK
130912002-01-01 Mark Kettenis <kettenis@gnu.org>
13092
d2a7c97a
MK
13093 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13094 * i386-tdep.c: Include "elf-bfd.h".
13095 (process_note_abi_tag_sections): New function.
13096 (i386_gdbarch_init): Add code to recognize various OS/ABI
13097 combinations.
13098
c5ad026a
MK
13099 * maint.c (_initialize_maint_cmds): Add missing \ in
13100 string-literal.
13101
a1a5b71e 13102For older changes see ChangeLog-2001
c906108c
SS
13103\f
13104Local Variables:
13105mode: change-log
13106left-margin: 8
13107fill-column: 74
13108version-control: never
13109End:
This page took 1.02765 seconds and 4 git commands to generate.